@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/m/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/o/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abril Fatface';
    src: url('../fonts/a/AbrilFatface-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/*

------------------------
      General styles
   ------------------------- */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* font-family: 'Bebas Neue', cursive; */
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
    box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
    margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/

/*
  6. Improve media defaults
*/
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

/*
  7. Remove built-in form typography styles
*/
input, button, textarea, select {
    font: inherit;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

/*
  8. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    margin: 0;
    padding: 0;
}

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');*/

/*   font-family: 'Open Sans', sans-serif;  font-family: 'Open Sans', sans-serif;  font-family: 'Abril Fatface', cursive;*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    left: 0;
    line-height: 26px;
    margin: 0;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    transition: left 0.3s ease-in-out;
    overflow-x: hidden;

}

body.panel-open {
    left: -250px;
}

input {
    box-shadow: none !important;
}

input:focus {
    box-shadow: none !important;
    outline: none;
}

textarea {
    border: solid 1px var(--clr-grey-900) !important;
    box-shadow: none !important;
    border: solid 3px var(--clr-secondary-900);
    border-radius: 4px;
}

textarea:focus {
    border: solid 1px var(--clr-grey-900) !important;
    box-shadow: none !important;
    outline: none;
}

textarea:focus {
    outline: none;
}

textarea:focus-visible {
    outline: none;
}

::-webkit-input-placeholder { /* Edge */
    color: var(--clr-grey-900);
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--clr-grey-900);
    font-weight: var(--fw-bold);
    font-size: 16px;
}

::placeholder {
    color: var(--clr-grey-900);
    font-weight: 400;
    font-size: 16px;
}


#back-to-top.show {
    opacity: 1;
}

#back-to-top {
    position: fixed;
    bottom: 18px;
    right: 15px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border: 1px solid #87c13c;
    background: #87c13c;
    border-radius: 50%;
    color: #fff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1336px;
    }
}

/* header */
header {
    /*padding: 0 0 10px;*/
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
    position: fixed;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    top: 0;

}

.teamPage header {
    z-index: 1111;
}

#logo {
    position: relative;
    top: -28px;
}

.navbar-brand img {
    height: 50px;
}

.navbar-nav .nav-link {
    color: #020202 !important;
      font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 15.2px;
    padding: 10px 0px 10px !important;
    position: relative;
    font-weight: 600;
}

.navbar-nav li.nav-item {
    margin: 0 12px;
}

.navbar-nav li:last-child {
    margin-right: 0;
}

.navbar {
    padding: 0;
}

ul.navbar-nav li.nav-item .dropdown-menu {
    transition: all .4s;
    padding-bottom: 0;
    overflow: hidden;
}

.dropdown-menu {
    border-radius: 6px;
    border: none;
}

ul.dropdown-menu li a {
    border-top: solid 1px #1f1f1f;
    padding: 10px 10px;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #1f1f1f;
    color: #fff;
    text-align: left;
    font-weight: 500;
      font-family: 'Open Sans', sans-serif;
}

ul.dropdown-menu li:last-child a {
    border-bottom: none;
}

ul.dropdown-menu li a:hover {
    background-color: #313233;
    color: #D4C282;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-item{
    font-weight: 600 !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    padding: 0;
}

.hamburger-icon {
    display: inline-block;
    width: 49px;
    height: 49px;
    margin: 0;
    right: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
}

.icon-1 span {
    background: #313233;
}

.icon-1 span:nth-child(1) {
    top: 8px;
    transform-origin: left center;
}

.icon-1 span:nth-child(2) {
    top: 22px;
    transform-origin: left center;
}

.icon-1 span:nth-child(3) {
    bottom: 8px;
    transform-origin: left center;
}

.icon-1.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 5px;
    left: 10px;
}

.icon-1.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.icon-1.open span:nth-child(3) {
    transform: rotate(-45deg);
    left: 10px;
    bottom: 5px;
}

.hidden-d {
    display: none;
}

.hidden-m {
    display: block
}


.call-action {
    display: flex;
    justify-content: flex-end;
}

.call-action li {
    margin-left: 10px;
    margin-right: 10px;
}

.call-action li:last-child {
    margin-right: 0;
}

.btn-apply {
    background-color: #1E3F1E;
    font-size: 16px !important;

      font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px !important;
    transition: color 0.2s linear;
    border-radius: 10px;
    font-weight: 600;
    min-height: 40px;
}

.btn-apply:hover {
    background-color: #1E3F1E;
    color: #fff;
}

.btn-download {
    background-color: #1E2655;
    font-size: 16px !important;
    font-weight: 600;
      font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px !important;
    transition: color 0.2s linear;
    border-radius: 10px;

}

.btn-download:hover {
    background-color: #1E2655;
    color: #fff;
}

.btn-phone {
    border: 2px solid #282828;
    font-size: 16px;
    font-weight: bold;
      font-family: 'Open Sans', sans-serif;
    color: black;
    text-decoration: none;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    transition: color 0.2s linear;
    min-width: 170px;
    border-radius: 10px;
}

.btn-phone i {
    margin-right: 10px;
    font-size: 20px;
}

.btn-phone:hover {
    background-color: #282828;
    color: #fff;
}

.speaking h2 {
    text-align: right;
    color: #1E2655;
    font-weight: 600;
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 18px;
    display: flex;
    justify-content: flex-end;
      font-family: 'Open Sans', sans-serif;
}

/* Menu */

.menu-toggle {
    cursor: pointer;
    float: right;
    font-size: 0.875rem;
    transition: all 0.3s ease-in-out;
}

.menu-toggle.open {
    opacity: 0.5;
}

.menu-toggle-grippy {
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
    float: left;
    line-height: 0;
    margin-right: 1em;
    padding: 5px 0;
    text-indent: -999em;
    width: 35px;
}

.menu-toggle-grippy:after {
    background: #fff;
    content: "";
    display: block;
    height: 5px;
}

.menu-toggle-label {
    float: left;
    font-weight: 700;
    height: 25px;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
}

.hidden-panel {
    background: #1E2655;
    color: #fff;
    font-size: 0.875rem;
    height: 100%;
    position: absolute;
    right: -250px;
    top: 0;
    width: 250px;
}

.hidden-panel a {
    color: #fff;
    transition: color 0.3s ease-out;
}

.hidden-panel a:hover {
    color: #fff;
}

.hidden-panel-close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 29px;
    transition: color 0.3s ease-in-out;
    z-index: 111;
    font-size: 30px;
}

.hidden-panel-close:hover {
    color: #fff;
}

.hidden-panel-content {
    padding: 40px 20px;
}

.hidden-panel-nav {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    padding-top: 0;
}

.hidden-panel-nav h3 {
    letter-spacing: 1px;
    margin-bottom: 1em;
}

.hidden-panel-nav ul {
    list-style: none;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.hidden-panel-nav li {
    padding: 0.25em 0;
}

.hidden-panel-text {
    line-height: 1.5;
}

.hidden-panel-text p {
    margin-bottom: 1.5em;
}

.hidden-panel-text p:last-child {
    margin-bottom: 0;
}

.hidden-panel-credits {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
}

.hidden-panel-credits span {
    display: block;
    margin-bottom: 0.15em;
}

main {
    z-index: 2;
    position: relative;
    height: 100%;
    background-color: #fff;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    min-height: 100vh;
}

.sidebar {
    height: 100%;
    width: 260px;
    position: fixed;
    top: 0;
    z-index: 1;
    right: -260px;
    background-color: #1E2655;
    padding: 30px;
}

.bar {
    display: block;
    height: 4px;
    width: 40px;
    background-color: #1E2655;
    margin: 6px auto;
}

.button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav-right {
    position: fixed;
    right: auto;
    top: 20px;
}

.nav-right.visible-xs {
    z-index: 3;
}

.hidden-xs {
    display: none;
}

.middle {
    margin: 0 auto;
}

.bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav-right.visible-xs .active .bar {
    background-color: #FFF;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.button.active .top {
    -webkit-transform: translateY(12px) rotateZ(45deg);
    -moz-transform: translateY(12px) rotateZ(45deg);
    -ms-transform: translateY(12px) rotateZ(45deg);
    -o-transform: translateY(12px) rotateZ(45deg);
    transform: translateY(12px) rotateZ(45deg);
}

.button.active .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
    -moz-transform: translateY(-8px) rotateZ(-45deg);
    -ms-transform: translateY(-8px) rotateZ(-45deg);
    -o-transform: translateY(-8px) rotateZ(-45deg);
    transform: translateY(-8px) rotateZ(-45deg);
}

.button.active .middle {
    width: 0;
}

.move-to-left {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
    top: 0;
    position: fixed;
    right: 0;
}

nav {
    padding-top: 30px;
}

.sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 150px;
    text-align: center;
}

.sidebar-item {
    margin: 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.sidebar-item:first-child {
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
}

.sidebar-item:nth-child(2) {
    -webkit-transition: all .7s .4s ease-in-out;
    -moz-transition: all .7s .4s ease-in-out;
    -ms-transition: all .7s .4s ease-in-out;
    -o-transition: all .7s .4s ease-in-out;
    transition: all .7s .4s ease-in-out;
}

.sidebar-item:nth-child(3) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item:last-child {
    -webkit-transition: all .7s .8s ease-in-out;
    -moz-transition: all .7s .8s ease-in-out;
    -ms-transition: all .7s .8s ease-in-out;
    -o-transition: all .7s .8s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sidebar-anchor {
    color: #FFF;
    text-decoration: none;
    font-size: 1.8em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
}

.sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.sidebar-anchor:hover:before {
    width: 100%;
}

.ua {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.fa {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ua:hover .fa {
    color: #FFF;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media (min-width: 480px) {
    .nav-list {
        display: block;
    }


}

@media (min-width: 768px) {
    .nav-right {
        position: absolute;
    }

    .hidden-xs {
        display: block;
    }

    .visible-xs {
        display: none;
    }


}


/* Team Section */
.teamMeta .arrowLine {
    background-color: #fff;
    right: 27px;
}

.teamMember {
    position: relative;
    cursor: pointer;
}

.teamMemberImage {
    height: 100%;
}

.teamMemberImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teamMemberOverlay {
    transition: opacity .8s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: opacity .8s cubic-bezier(.2, 1, .2, 1);
    backface-visibility: hidden;
    transform: translateZ(0);
    background-color: #282B30;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.teamMember:hover .teamMemberOverlay {
    opacity: 0.4;
}

.teamMember:hover .teamMeta {
    opacity: 1;
    z-index: 222;
    color: #fff;
    cursor: pointer;
}

.teamMeta {
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
    left: 0;
    bottom: 0;
    text-align: left;
    z-index: 10;
    width: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teamMember .teamMeta h3 {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: opacity .95s cubic-bezier(.2, 1, .2, 1), transform .95s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: opacity .95s cubic-bezier(.2, 1, .2, 1), -webkit-transform .95s cubic-bezier(.2, 1, .2, 1);
    opacity: 0;
    font-size: 100%;
    font-weight: 900;
}

.teamMember:hover .teamMeta h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    font-size: 22px;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 900;
}

.teamMember .teamMeta p {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: opacity .95s cubic-bezier(.2, 1, .2, 1), transform .95s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: opacity .95s cubic-bezier(.2, 1, .2, 1), -webkit-transform .95s cubic-bezier(.2, 1, .2, 1);
    opacity: 0;
    font-size: 18px;
    font-weight: 500;
}

.teamMember:hover .teamMeta p {
    opacity: 1;
    transform: translateY(0px);
}

.teamSection .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

.teamMember:hover .teamMeta .arrow-line, .teamMember:hover .teamMeta .arrow-end {
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.teamMember .teamMeta .arrow-end {
    -ms-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    color: #fff;
    right: 25px;
    opacity: 0;
    width: auto;
    font-size: 24px;
}

.teamMember .teamMeta .arrow-line {
    background-color: #fff;
    backface-visibility: hidden;
    letter-spacing: 0;
    display: block;
    content: ' ';
    right: -5px !important;
    z-index: 100;
    width: 22px;
    top: 1px;
    height: 2px;
    opacity: 0;
    right: -10px;
    cursor: pointer;
    transform: translateY(-50%) translateX(-18px) translateZ(0);
    -webkit-transform: translateY(-50%) translateX(-18px) translateZ(0);
    transition: opacity 0.25s cubic-bezier(0.12, 0.75, 0.4, 1), transform 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
    -webkit-transition: opacity 0.25s cubic-bezier(0.12, 0.75, 0.4, 1), -webkit-transform 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
    position: relative;
}

.arrowBlock {
    display: flex;
    min-width: 40px;
    justify-content: center;
    height: 100%;
    align-items: center;
    min-height: 40px;
}

.arrowBlockInner {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Page Header */

.pageHeader {
    position: relative;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 145px;
}

.pageHeader::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #1E2655;
    opacity: 0.8;
    top: 0;
    left: 0;
}

.pageHeaderInfo {
    position: relative;
    z-index: 11;
    padding: 75px 0;
}

.pageHeaderInfo h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 54px;
    margin-bottom: 20px;
}

.pageHeaderInfo h1 span {
    font-weight: 700;
}

.pageHeaderInfo p {
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    max-width: 84%;
    margin: 0 auto;
}

/* aboutTeamSection */

.aboutTeamSection {
    padding: 50px 0;
}

.aboutTeamInfo p {
    color: #000;
    font-size: 18px;
      font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.firmTampa {
    text-align: center;
    margin-bottom: 20px;
}

.firmTampa h1 {
      font-family: 'Open Sans', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.firmTampa h1::after {
    height: 1px;
    content: '';
    max-width: 300px;
    width: 100%;
    background-color: #1E2655;
}

.aboutTeamSection .local-icon {
    margin-top: 20px;
}

.aboutTeamSection .local-icon label {
    color: #1E2655;
}

/* hero Section */
.heroSection {
    position: relative;
    margin-top: 145px;
}

.heroSection::after {
    content: '';
    position: absolute;
    background-color: #1E2655;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
}

.homeicon {
    background-color: #1E2655 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.heroSectionInner {
    position: absolute;
    bottom: 0;
    z-index: 11;
    width: 100%;
}

.local-icon label {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-left: 10px;
    line-height: 38px;
}

.local-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.local-icon img {
    max-width: 42px;
}

.video-bg-container {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

.video-bg-player, .video-bg-overlay,
.video-bg iframe {
    position: absolute;
}

.video-bg-player,
.video-bg iframe {
    pointer-events: none;
}

.video-bg-player {
    top: 50%;
    left: 50%;
    width: 120%;
    height: 0;
    padding-bottom: 66.25%;
    transform: translate(-50%, -50%);
}

.video-bg-overlay,
.video-bg iframe {
    width: 100%;
    height: 100%;
}

.video-bg-overlay {
    transition: all 0.25s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-bg-overlay--fadeOut {
    visibility: hidden;
    opacity: 0;
}

.video-bg iframe {
    top: 0;
    left: 0;
}

.heroInfo label {
    font-size: 23px;
    color: white;
    line-height: 26px;
    text-align: center;
    width: 100%;
}

.heroInfo h1 {
    font-size: 68px;
    color: #ffffff;
    background: transparent;
    line-height: 100px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.heroAction {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.heroAction .btnYellow {
    margin-right: 80px;
}

.heroAction .btnWhite {
    margin-left: 80px;
}

.btnYellow {
    background-color: #D4C282 !important;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    padding: 15px 22px;
    min-width: 257px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
}

.btnYellow svg {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -11px;
    opacity: 0;
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.btnYellow span {
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1);
    position: relative;
    color: #000;
    text-transform: uppercase;
}

.btnYellow:hover span {
    -ms-transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
}

.btnYellow:hover svg {
    opacity: 1 !important;
    -ms-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    transform: translateX(6px) !important;
}

.btnWhite {
    border: solid 2px #fff;
    padding: 15px 22px;
    min-width: 257px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    font-weight: 600;
}

.btnWhite svg {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -11px;
    opacity: 0;
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.btnWhite span {
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1);
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.btnWhite:hover {
    border: solid 2px #fff;
    background-color: #fff;
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1) !important;
}

.btnWhite:hover span {
    -ms-transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
    color: rgb(0, 0, 0);
}

.btnWhite:hover svg {
    opacity: 1 !important;
    -ms-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    transform: translateX(6px) !important;
}


.btn-testimonials a {
    border: solid 2px #fff;
    padding: 15px 22px;
    min-width: 257px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.btn-testimonials a svg {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    opacity: 0;
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.btn-testimonials a span {
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1);
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-testimonials a:hover {
    /* border: solid 2px #fff;
    background-color: #fff; */
    color: #fff;
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1) !important;
}

.btn-testimonials a:hover span {
    -ms-transform: translateX(-18px);
    -webkit-transform: translateX(-18px);
    transform: translateX(-18px);
    color: #fff;
}

.btn-testimonials a:hover svg {
    opacity: 1 !important;
    -ms-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    transform: translateX(6px) !important;
}

.btn-testimonials {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.btn-testimonials a {
    max-width: 307px;
    padding: 8px 38px;
}

/* oue Mission Statement  */
.ourStatementSection {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sliderBlock {
    padding: 40px 0;
}

.ourStatementText h1 {
    color: #1E2655;
    font-size: 34px;
    line-height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
}

.ourStatementText p {
    line-height: 30px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    max-width: 890px;
    margin: 20px auto 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.ourStatementText h3 {
     font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 34px;
    color: #1E2655;
    text-align: center;
    margin-top: 30px;
}

.homeworth {
    margin-top: 30px;
}

.homeworth h2 {
    font-size: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
}

.homeworth input {
    box-sizing: inherit;
    position: relative;
    z-index: 101;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    width: 100%;
    min-width: 84px;
    padding: 6px;
    border: none;
    border-radius: 0px;
    appearance: none;
    outline-offset: 0.5px;
    height: 42px !important;
    min-height: auto;
}

.homeworth .form-group {
    border: 1px solid rgb(204, 204, 204);
    display: flex;
    max-width: 560px;
    margin: 20px auto 0;
}

.homeworth .form-group button {
    box-sizing: inherit;
    z-index: 102;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100%;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.7);
    background-color: rgb(204, 204, 204);
    border: none;
    font-size: 16px;
    min-height: 42px;
    padding: 5px 0px;
    width: 84px;
    border-radius: 0px;
    appearance: none;
}

.poweredBlock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 8px;
}

.poweredBlock svg {
    height: 20px;
    margin-right: 10px;
}

.poweredBlock span {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-right: 10px;
}

#carousel .owl-nav {
    height: 26px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

#carousel .owl-nav button {
    background: rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 19px;
    border-radius: 20px;
    font-size: 20px;
}

#carousel .owl-nav button span {
    color: #fff;
}

#carousel .owl-nav .owl-prev {
    left: -40px;
    position: relative;
}

#carousel .owl-nav .owl-next {
    right: -40px;
    position: relative;
}

/* testimonials Items */

.testimonialsItems {
    height: 100%;
    min-height: 420px;
    position: relative;
    margin-bottom: 40px;
}

.testimonialsItems:hover .quote {
    opacity: 1;
    display: block;
}

.testimonialsItems:hover .userImg {
    display: none;
}

.userImg img {
    border-radius: 50%;
    z-index: 1;
}

.quote:hover{
    display: flex !important;
    justify-content: center;
    align-items: center !important;;
}
.quote {
    position: relative;
    top: 0;
    color: #fff;
    background-color: #1E3F1E;
    text-align: center;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    cursor: pointer;
    z-index: 11;
    display: none;
    line-height: 24px;
}

.quote p {
    font-size: 16px;
    line-height: 24px;
      font-family: 'Open Sans', sans-serif;
    font-weight: 500;

}

.quoteUser {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.quoteUser h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 34px;
      font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.quoteUser span {
    font-size: 20px;
    line-height: 34px;
      font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

/* Ppeople Saying  */
.peopleSaying {
    background-color: #1E3F1E;
    padding: 58px 0;
}

.peopleSaying h2 {
    font-weight: 900;
    font-size: 34px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
      font-family: 'Open Sans', sans-serif;
}

/* see section */
.seeSection {
    padding: 58px 0;
}

.eyeBlock {
    display: flex;
    justify-content: center;
}

.exprinceBlock {
    margin-bottom: 25px;
}

.exprinceBlock h2 {
    color: #1E2655;
    text-align: left;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;
}

.exprinceBlock p {
    font-size: 18px;
    font-weight: 500;
    max-width: 70%;
}

.seediffrenceBlock h2 {
    color: #1E3F1E;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
}

.seediffrenceBlock p {
    font-size: 18px;
    font-weight: 500;
    max-width: 70%;
}

/* testimonials */
.testimonials {
    background-color: #1E2655;
    padding: 58px 0;
}

.testimonials h2 {
     font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    /*margin-bottom: 40px;*/
}

.reviewsItems {
    display: flex;
    justify-content: center;
}

/* socialMedia */
.socialMedia {
    padding: 58px 0;
}

.socialMediaItems .videoCard iframe {
    width: 100%;
}

.socialMediaItems h2 {
    text-align: center;
    color: #1E3F1E;
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.socialMediaItems p {
    margin-bottom: 10px;
    color: #0c0c0c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.socialMediaItems a {
    background-color: #1E2655;
    font-size: 14px;
    padding: 15px 22px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    width: fit-content;
    min-width: 140px;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 10px;
}


/* open houses */
.openhouses {
    background-color: #fef9ea;
    padding: 80px 0;
}

.openhouses h1 {
    text-align: center;
    color: #1E2655;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 24px;
}

.openhouses h1 span {
    font-weight: bolder;
}

.houseItems img {
    width: 100%;
}

.houseItems p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 12px 0;
}

.houseItems a {
    background-color: #1E3F1E !important;
    font-size: 18px;
    color: #fff;
    padding: 8px 14px;
    letter-spacing: 2px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.houseItems .action {
    text-align: right;
}


.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc !important;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #1E2655 !important;
}

/* compare Section  */

.compareSection .container-fuild {
    width: 100%;
}

.compareSection .container-fuild .row {
    width: 100%;
    margin: 0;

}

.width-50 {
    width: 50vh;
    flex: auto;
}

.team {
    background-size: cover;
    padding: 8%;
    position: relative;
}

.team::after {
    background-color: #1E2655;
    position: absolute;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}

.bigbank {
    background-size: cover;
    padding: 8%;
    position: relative;
}

.bigbank::after {
    background-color: #1E3F1E;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}

.compareInfo {
    position: relative;
    z-index: 111;
}

.compareInfo h2 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.compareInfo ul {
    margin: 0;
    padding: 0;
}

.compareInfo ul li {
    color: #fff;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 45px;
    font-size: 20px;
      font-family: 'Open Sans', sans-serif;
    position: relative;
}

.compare-x ul li::before {
    background-image: url(../images/X.png) !important;
}

.compareInfo ul li::before {
    content: '';
    background-image: url(../images/check.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    line-height: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* KnowMortgages */

.knowMortgages {
    padding: 60px 0;
}

.knowmBg {
    background-repeat: no-repeat;
    background-size: cover;
}

.knowMortgagesInfo {
    padding: 12%;
}

.knowMortgagesInfoBlock {
    background-color: #1E2655;
    opacity: 0.8;
    padding: 9%;
}

.knowMortgagesInfoBlock h1 {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 16px;
}

.knowMortgagesInfoBlock h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #fff;
}

.knowMortgagesInfoBlock p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 40px;
}

.knowBtn a {
    background-color: #D4C282 !important;
    letter-spacing: 2px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding: 25px 40px;
    position: relative;
}


/* footer */

footer {
    background-color: #1E2655 !important;
    padding: 55px 0 20px;
}

.footerLogo {
    text-align: center;
}

footer .contactwidget h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

footer .contactwidget {
    color: #fff !important;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

footer .contactwidget a {
    color: #fff !important;
    font-weight: 600;
}

.newsLatter {
    max-width: 86%;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.newsLatter h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.newsLatter p {
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff !important;
    line-height: 24px;
}

.newsLatter .form-group input {
    border: 0px;
    border-bottom: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    min-width: 100%;
    padding: 10px;
    margin-top: 10px;
}

.btnFooter button {
    background-color: #1E2655 !important;
    padding: 10px 20px;
    color: #d7c8c8;
    text-transform: uppercase;
    border: none;
    margin-top: 10px;
    letter-spacing: 2px;
}

.applyBtn .btnYellow {
    max-width: 188px;
    min-width: 188px;
    margin-bottom: 30px;
    font-weight: 600;
}

/* .applyBtn a {
   background-color: #D4C282!important;
   padding: 13px 0;
   color: #000;
   text-decoration: none;
   min-width: 188px;
   display: block;
   max-width: fit-content;
   text-align: center;
   margin-bottom: 20px;
   font-weight: 600;
   letter-spacing: 2px;
} */

.copyright {
    padding: 20px 0px 0;
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

footer ul li a i {
    color: #fff;
    font-size: 38px !important;
}

footer ul li a {
    margin-left: 10px;
    margin-right: 10px;
}

.actionFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* mobile nav */


.navs {
    position: relative;
    width: auto;
    background-color: #1E2655;
    overflow: hidden;
}

.nav__item + .nav__item {
    margin-top: 15px;
}

.nav__link {
      font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.nav__sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1E2655;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(100%);
}

.nav__sub.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}

/* open houses */

.homelisting {
    padding: 60px 0;
    margin-top: 145px;
}

.homelistingItem {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .08) !important;
}

.homeInfo {
    padding: 20px;
}

.homeInfo p {
    color: #1c1c1c;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 14px;
    line-height: normal;
}

.homeInfo .btn-apply {
    width: max-content;
}

.homelistingItem a {
    font-size: 14px !important;
}

.page-item .page-link {
    border-radius: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.page-item.active .page-link {
    background-color: #333;
    border-color: #333;
}

.page-link {
    position: relative;
    display: block;
    color: #333;;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.paginationBlock {
    margin-top: 30px;
}

/* Open House Details */
.openHouseDetails {
    padding: 20px 0;
    margin-top: 145px;
}

.openHouseDetails .container {
    max-width: 880px;
    width: 100%;
}

.openHousImg {
    position: relative;
}

.openHousImg img {
    width: 100%;
}

.featured-listing {
    margin-left: 10px;
}

.featured-listing h1 {
    color: #1E2655;

    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: -5px;
    line-height: normal;
}

.featured-listing h1 .greencolor {
    font-weight: 700;
    color: #1E3F1E;
}

.ohPrice {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #1E2655;
}

.ohPrice span {
    display: block;
    font-size: 43px;
    font-weight: 400;
    color: #1E3F1E;
    padding: 20px 0;
}
.ohTime span{
    line-height: 50px;
}

.featured-listing a.btn-apply {
    font-size: 20px !important;
    padding: 15px 15px !important;
    width: 100%;
    text-align: center;
}

.ohAddress {
    clear: both;
    text-align: center;
    background-color: #1E2655;
    padding: 12px 20px 14px;
    font-size: 31px;
    font-weight: 400;
    color: #fff;
    margin: 30px 0 20px;
}

.homefeatured {
    width: 100%;
    min-height: 50px;
    background: #D4C282;
    color: #1E2655;
    font-size: 23px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
      font-family: 'Open Sans', sans-serif;
}

.HomeAgentsBlock {
    margin-top: 20px;
    position: relative;
}

.HomeAgentsProfileBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HomeAgentsProfileBlock .HomeAgentsLogo {
    width: 232px;
    height: auto;
}

.HomeAgentsProfileBlock .HomeAgentsLogo img {
    width: 100%;
    height: auto;
}

.HomeAgentsProfile {
    width: 120px;
    height: 150px;
    background: #eee;
    overflow: hidden;
}


.HomeContact {
    padding-top: 30px;
}

.HomeContact p {
    font-size: 18px;
    color: #1E2655;
      font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.HomeContact a {
    padding: 9px 15px !important;
    max-width: 160px;
    margin-top: 20px;
}

.reviewBlock {
    margin: 30px 30px 30px 0;
}

.agentLine {
    background: #1E2655;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
}

.RightContact {
    text-align: right;
}

.week {
    background: #1E2655;
    color: #D4C282;
    font-size: 16px;
    padding: 3px 6px;
    font-weight: bold !important;
    text-align: right;
    line-height: 1.2;
    float: right;
    margin-right: -12px;
    margin-top: 30px;
}

.week span {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.homeContactBlock {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* Ready to Refinance?  */
.readyRefinanceSection {
    background-color: #e7eefc;
    margin-top: 145px;
}

.readyRefinanceText {
    padding: 75px 0 70px;
}

.readyRefinanceText h1 {
    color: #1E3F1E;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 20px;
}

.readyRefinanceText h1 span {
    font-weight: 700;
}

.readyRefinanceText p {
    padding-bottom: 27px;
    color: #676767;
    font-size: 20px;
      font-family: 'Open Sans', sans-serif;
}

.handBlock {
    text-align: center;
}

/* home Refinance Section */

.homeRefinanceSection {
    padding: 30px 0;
}

.ourProcessBlock {
    background-color: #D4C282;
    padding: 30px;
}

.ourProcessBlock h3 {
    color: #1E2655;
    font-weight: 600;
      font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ourProcessBlock p {
    color: #0c0c0c;
    font-size: 18px;
      font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.ourProcessBlock ul {
    margin-bottom: 30px;
    line-height: 28px;
}

.ourProcessBlock ul li {
    list-style: disc;
      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.ourProcessBlock ul li a {
    color: #1E2655;
}

.ourProcessBlock .btn-download {
    font-size: 21px !important;
    padding: 15px 40px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

/* homeRefinanceText */
.homeRefinanceText h2 {
      font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.homeRefinanceText p {
    padding-bottom: 27px;
    font-size: 18px;
    font-weight: 500;
      font-family: 'Open Sans', sans-serif;
}

.homeRefinanceText ul {
    margin-bottom: 35px;
}

.homeRefinanceText ul li {
    list-style: disc;
      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.loanType {
    padding-bottom: 27px;
}

.loanType h3 {
    margin-bottom: 15px;
    color: #1E2655;
    font-size: 20px;
    font-weight: 600;
}

.loanType h3 a {
    color: #1E2655;
    text-decoration: underline;
    font-size: 20px;
      font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.loanType p {
      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

/* loan Section */
.loanSection {
    background-color: #f9fafe;
}

.position-relative {
    position: relative !important;
}

.overflowhidden {
    overflow: hidden;
}

.h-100 {
    height: 100% !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.half-fluid .left-half,
.half-fluid .right-half {
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    padding: 0px;
}

.half-fluid .image {
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}

@media (min-width: 992px) {

    .half-fluid .left-half {
        padding-left: 0 !important;
        position: absolute;
        left: 0;
        right: 50%;
        margin-left: auto;
        width: auto;
    }

    .half-fluid .right-half {
        padding-right: 0 !important;
        position: absolute;
        right: 0;
        left: 50%;
        margin-left: auto;
        width: auto;
    }
}

.loanItem {
    padding: 40px 0px 40px 50px;
}

.loanItem h2 {
    color: #1E2655;
    font-weight: bolder;
    margin-bottom: 20px;
}

.loanItem p {
    color: #676767;
    line-height: 28px;
    font-size: 18px;
      font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.loanItem ul {
    margin-top: 35px !important;
}

.loanItem ul li {
    list-style: disc;
    list-style-position: outside;
    color: #676767;
    line-height: 28px;
    font-size: 18px;
      font-family: 'Open Sans', sans-serif;
    max-width: 90%;
}

.loanItem .btnYellow {
    max-width: 185px;
    min-width: 185px;
    margin-top: 20px;
}

/* loan types */

.loanTypesSection {
    padding: 40px 0;
}

.loanTypesInfo h1 {
      font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.browseLoanType h2 {
      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.browseLoanTypeLink a.btnYellow {
    max-width: 275px;
    margin-bottom: 5px;
    background-color: #1E3F1E !important;

}

.browseLoanTypeLink a.btnYellow:hover {
    background-color: #1E3F1E !important;
}

.browseLoanTypeLink a.btnYellow span {
    color: #fff;
}
.btnYellow span{
    font-weight: 600 !important;
}
.btnWhite span{
    font-weight: 600 !important;
}

    /* Buy a Home */
.buyHomeSection {
    overflow: hidden;
    position: relative;
    margin-top: 145px;
}

.buyHomeSection .video-bg-container {
    min-height: 400px;
    overflow: hidden;
}

.buyHomeSection::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #1E2655;
}

.buyHomeInfomation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buyHomeInfo {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.buyHomeInfo h1 {
    color: #fff;
    font-weight: 500;
    font-size: 54px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.buyHomeInfo h1 span {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.buyHomeInfo p {
      font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;

    margin: 0 auto 20px;
    line-height: 28px;
}

/* DO’S AND DON’TS RESOURCES */


.resourcesSection {
    padding-top: 93px;
    padding-bottom: 240px;
    margin-top: 145px;
}

.resourcesInfo h1 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.resourcesimg {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
}

.resourcesInfo a {
    min-width: 185px;
    max-width: fit-content;
    margin: 0 auto;
}

.resourcesInfo a.btnYellow {
    background-color: #1E2655 !important;
    color: #fff;
}

.resourcesInfo a.btnYellow span {
    color: #fff;
}

.modalBlock .btn-close {
    position: absolute;
    right: -50px;
    background-color: #ffff;
    opacity: 1;
    border-radius: 50px;
    padding: 10px;
}


/* openHouseSection */

.openHouseSection {
    background-color: rgba(247, 232, 205, 0.8);
    padding: 60px 0;
    margin-top: 145px;
}

.penHouseInfo {
    text-align: center;
}

.penHouseInfo h1 {
    font-size: 54px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 700;
      font-family: 'Open Sans', sans-serif;
    color: #1E3F1E;
    margin-bottom: 10px;
}

.penHouseInfo p {
    color: #676767;
      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 72%;
    margin: 0 auto 20px;
}


/* Required Fields */

.requiredFieldsSection {
    padding: 20px 0;
}

.requiredFieldsHeader h1 {
    font-size: 20px;
    font-weight: 500;
      font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

.requiredFieldsHeader h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
    margin-bottom: 60px;
}

.requiredFieldsSection .container {
    max-width: 860px;
}

.requiredFieldsSection .form-check .form-check-input {
}

.form-group .form {
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.form-group .from label {
    font-weight: 500;
      font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.form-group {
    margin-bottom: 30px;
}

.requiredFieldsSection input.form-control {
    min-height: 55px;
    border-radius: 0;
}

.form-control::file-selector-button {
    min-height: 55px;
}

.formDown .form-group {
    margin-bottom: 30px;
}

.formDown .form-group .form {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
      font-family: 'Open Sans', sans-serif;
}

.formDown .form-group .form-header {
    margin-bottom: 6px;
    font-family: 'Open Sans' !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
}

select {
    min-height: 55px;
    border-radius: 0 !important;
}

.formNote {
    font-size: 14px;
    line-height: 22px;
      font-family: 'Open Sans', sans-serif;
}

.mt24 {
    margin-top: 24px;
}

.from .form-check-inline {
    margin-bottom: 20px;
    display: inline-block;
}

.requiredFieldsSection .btn-download {
    border: none;
    margin-top: 30px;
    padding: 13px 20px !important;
    margin-bottom: 90px;
}

.openhoursedate {
    display: flex;
    align-items: center;
}

.openhoursedate select {
    max-width: 100px;
    margin-right: 15px;
    color: #555;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !Important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !Important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !Important;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.formStart {
    display: flex;
    align-items: center;
}

.formBlockStart {
    display: flex;
    align-items: center;
}

.formBlockStart input {
    min-width: 60px;
    max-width: 60px;
}

.formStart select {
    min-width: 80px;
    max-width: 60px;
    margin-left: 15px;
}

.formStart span {
    min-width: 20px;
    text-align: center;
}


/*  */
.files input {
    padding: 70px 0px 35px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    border: 1px dashed #ccc;
}

.files label {
    display: none;
}

.files input:focus {

    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px dashed #ccc;
}

.files {
    position: relative
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background: rgba(0, 0, 0, .02);
}

.files:before {
    position: absolute;
    bottom: 65px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Drop files here or";
    display: block;
    margin: 0 auto;
    color: #aaa;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    font-size: 20px;
}


/* contact page */

.contactSection {
    margin-top: 145px;
}

.contactBlock {
    background-color: #1E2655;
    padding: 0;
}

.contact-info h2 {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 7px;
}

.contact-info p {
      font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: normal;
}

.contactFromBlock {
    background-color: #D4C282;
    padding: 40px 60px;
}

.contactFrom {
    max-width: 600px;
    margin: 0 auto;
}

.contactFrom h2 {
    color: #fff;
    font-size: 18px;
}

.contactFrom label {
    color: #fff;
}

.contactFromBlock input.form-control {
    color: black;
    font-weight: bold;
    border: solid 1px #fff;
    background-color: #D4C282;
    min-height: 55px;
    border-radius: 0;
}


.contactFromBlock textarea {
    color: black;
    font-weight: bold;
    border: solid 1px #fff !important;
    background-color: #D4C282;
    min-height: 55px;
    border-radius: 0;
    width: 100%;
}

.contactFromBlock label {
    color: #1E2655;
}
.form-control:focus{
    color: black;
    font-weight: bold;
    background-color: #D4C282 !important;
}

.contactFromBlock .form-header {
    font-size: 18px;
    margin-bottom: 10px;
}

.contactFromBlock .row {
    margin-bottom: 30px;
}

.contactFromBlock .submit {
    display: inline-block;
    border: 2px solid #1E2655;
    color: #1E2655;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 22px !important;
    background-color: transparent;
}

.contact-info .btnYellow {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.75);
    background-color: transparent !important;
    border: solid 1px;
    margin-top: 20px;
    max-width: 200px;
    padding: 10px;
}

.contact-info .btnYellow:hover {
    border: 2px solid #D4C282;
    background-color: #D4C282 !important;
}

.contact-info .btnYellow span {
    color: #fff;
}

.contactImfoBlock {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 60px;
}

.contact-info:first-child {
    margin-bottom: 60px;
}

.map {
    min-height: 786px;
    width: 100%;
    position: relative;
}


/* officer */

.officerImg img {
    width: 100%;
}

.officeAction {
    display: flex;
}

.offceInfo {
    padding-left: 50px;
}

.offceInfo a.email {
    color: #1E2655;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
}

.officeAction a {
    width: 100%;
    min-width: 220px;
    margin-right: 10px;
}

.offceInfo h2 {
    color: #1E2655;
    font-weight: bolder;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 20px;
}

.offceInfo p {
      font-family: 'Open Sans', sans-serif;
    color: #0c0c0c;
    font-size: 16px;
    padding-bottom: 27px;
}

/* homeBuyingSection */

.homeBuyingSection {
    padding: 120px 0;
}

.homeBuyingheader h1 {
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 20px;
}

.homeBuyingheader p {
    text-align: center;
      font-family: 'Open Sans', sans-serif;
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.homeBuyingheader h3 {
    text-align: center;
      font-family: 'Open Sans', sans-serif;
    color: #0c0c0c;
    font-size: 22px;
    font-weight: 400;
}

.homeBuyingLink {
    margin-top: 60px;
}

.homeBuyingSection .btnYellow {
    background-color: #1E3F1E !important;
    color: #fff !important;
}

.homeBuyingSection .btnYellow:hover {
    background-color: #1E3F1E !important;;
}

.homeBuyingSection .btnYellow span {
    color: #fff !important;
}

/* modal */

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, .2, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, .2, 1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    height: 100%;
    -webkit-transition: -webkit-transform 0.60 ss cubic-bezier(0.2, 1, .2, 1);
    transition: transform 0.60s cubic-bezier(0.2, 1, .2, 1);
}

.modal.fade .modal-dialog.modal-dialog-slideout .teamModalInfo h1, .modal.fade .modal-dialog.modal-dialog-slideout .teamModalInfo p, .modal.fade .modal-dialog.modal-dialog-slideout .teamModalInfo ul li {
    opacity: 0;
    -ms-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -ms-transition: all 1.1s cubic-bezier(0.2, 1, .2, 1) 0.4s;
    -webkit-transition: all 1.1s cubic-bezier(0.2, 1, .2, 1) 0.4s;
    transition: all 1.1s cubic-bezier(0.2, 1, .2, 1) 0.4s;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .teamModalInfo h1, .modal.fade.show .modal-dialog.modal-dialog-slideout .teamModalInfo p, .modal.fade.show .modal-dialog.modal-dialog-slideout .teamModalInfo ul li {
    opacity: 1;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    cursor: url(../images/cancel.png), pointer;
}

.modal.right .modal-content {
    overflow-y: auto;
    border-radius: 0;
    border: none;
    height: 100%;
}

.modal.right .modal-lg, .modal.right .modal-xl {
    --bs-modal-width: 100%;
}

.teammodal .modal-content {
    overflow-y: hidden !important;
}

.teammodal {
    margin-top: 145px;
}

.teammodal .col-lg-6 {
    padding: 0;
}

.teammodal .modal-body {
    padding: 0;
    background-color: #f2f2f2;
}

.teamModalInfoSection {
    overflow-y: scroll;
    max-height: calc(100vh - 175px);
    overflow-y: auto;
    display: flex;
    align-items: center;
}


.teammodal .teamMemberImage img {
    width: 100%;;
}

.teamModalInfo {
    max-width: 460px;
    margin: 0 auto;
    padding: 90px 0 0;
    position: relative;
    height: 100%;
}

.teamModalInfo p {
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
      font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

.teamModalInfo p:last-child {
    margin-bottom: 60px;
}

.teamModalInfo ul {
    margin: 0 0 20px;
    padding: 0;
}

.teamModalInfo ul li {
    color: #555;
    font-size: 16px;
      font-family: 'Open Sans', sans-serif;
    line-height: normal;
    line-height: 28px;
}

.teamModalInfo h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;
    font-weight: 600;
}

.modal-backdrop {
    background-color: #1E2655;
}

.modalonload .modal-dialog {
    max-width: 700px;
}

.modalonload .modal-content {
    background-color: rgb(255, 255, 255);
    max-width: 700px;
    border-radius: 0px;
    height: auto;
    box-shadow: 3px 3px 3px 3px #222222;
    padding: 50px;
}

.modalonload .btn-close {
    right: -20px;
    top: -20px;
    position: absolute;
}


.modal-info h1 {
    font-size: 54px;
    line-height: 62px;
      font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.modal-info p {
    line-height: 28px;
    padding-bottom: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.modal-info .btn-download {
    max-width: 280px;
    margin: 0 auto;
    border-radius: 6px;
    display: flex;
    align-items: center;
    min-height: 45px;
}

/* reposnisve */
@media screen and (max-width: 767px) {

    .knowBtn a {
        font-size: 14px;
        padding: 20px 30px;
        display: block;
        text-align: center;

    }
    .knowMortgagesInfo {
        padding: 4%;
    }
    .homeBuyingSection .btnYellow {
        margin-bottom: 20px;
    }

    .mobile-col {
        flex-direction: column-reverse;
    }

    .contactFromBlock {
        background-color: #1E2655;
        padding: 40px 30px;
    }

    .officerImg {
        margin-bottom: 20px;
    }

    .offceInfo {
        padding-left: 0;
    }

    .officeAction {
        flex-direction: column;
    }


    .officeAction a {
        margin-bottom: 20px;
    }

    .readyRefinanceSection .row {
        flex-direction: column-reverse;
    }

    .readyRefinanceText {
        padding: 35px 0 30px;
    }

    .readyRefinanceText h1 {
        font-size: 44px;
    }

    .openHouseDetails .container {
        max-width: 360px !important;
        width: 100%;
    }

    .firstAgentsProfile {
        flex-direction: column-reverse !important;
    }

    .menuBlock {
        justify-content: flex-end !important;
    }

    .featured-row {
        flex-direction: column-reverse;
    }

    .featured-listing {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .agentLine {
        display: none;
    }

    .HomeAgentsProfileBlock {
        flex-direction: column;
    }

    .HomeAgentsProfile {
        margin-bottom: 20px;
        width: auto;
        height: auto;
    }

    .homefeatured {
        margin-bottom: 20px;
    }

    .homeContactBlock {
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .reviewBlock img {
        width: 100%;
    }

    .reviewBlock {
        margin: 0;
    }

    .HomeAgentsLogo {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .RightContact {
        text-align: center;
    }

    .HomeContact a {
        margin-bottom: 30px;
    }

    .HomeContact {
        padding-top: 20px;
    }

    .ohPrice {
        text-align: center;
        margin-bottom: 20px;
    }

    .featured-listing h1 {
        text-align: center;
    }

    .week {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .modalonload .btn-close {
        right: 10px;
        top: 10px;
        position: absolute;
    }

    .modalonload .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }

    .modalonload .modal-content {
        padding: 20px;
    }

    .modal-info h1 {
        font-size: 34px;
        line-height: normal;
    }

    .modal .teamMemberImage {
        display: none;
    }

    .teamMemberImage img {
        width: 100%;
    }

    .teamMeta {

    }

    .readyRefinanceSection {
        margin-top: 110px;
    }

    .buyHomeSection {
        margin-top: 110px;
    }

    .teammodal {
        margin-top: 106px !important;
    }

    .teamModalInfo {
        padding: 80px 20px !important;
    }

    .heroSection {
        margin-top: 110px;
    }

    .resourcesSection {
        padding-top: 33px;
        padding-bottom: 140px;
    }

    .modalBlock .btn-close {
        position: absolute !important;
        right: 0 !important;
        background-color: #ffff;
        opacity: 1;
        border-radius: 50px;
        padding: 10px !important;
        z-index: 111 !important;
    }

    .loanItem {
        padding: 30px;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .buyHomeSection .video-bg-container {
        min-height: 800px;
    }



    .browseLoanTypeLink {
        margin-bottom: 40px;
    }

    .browseLoanTypeLink a.btnYellow {
        max-width: auto;
        margin-bottom: 5px;
        background-color: #1E3F1E !important;
        min-width: auto;
    }

    .buyHomeInfo h1 {
        font-size: 40px;
    }

    footer .newsLatter {
        margin-bottom: 30px;
    }

    footer .contactwidget {
        margin-bottom: 30px;
    }

    .reviewsItems {
        margin-bottom: 30px;
    }

    .eyeBlock {
        margin-bottom: 30px;
    }

    .exprinceBlock {
        text-align: center;
    }

    .seediffrenceBlock {
        text-align: center;
    }

    .seediffrenceBlock h2 {
        text-align: center;
    }

    .seediffrenceBlock p {
        max-width: 100%;
    }

    .exprinceBlock p {
        max-width: 100%;
    }

    .exprinceBlock h2 {
        text-align: center;
    }

    .homeicon {
        background-color: #1E2655 !important;
    }

    .heroInfo {
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .heroInfo h1 {
        font-size: 40px;
        line-height: normal;
    }

    .video-bg-player {
        padding-bottom: 100%;
    }

    .heroAction {
        flex-direction: column;
    }

    .heroAction .btnYellow {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .nav-right {
        position: relative !important;
        right: auto;
        top: 1px !important;
    }

    .heroAction {
        max-width: 400px;
        margin: 0 auto;
    }

    .heroAction .btnWhite {
        margin-left: 0;
    }

    #carousel .owl-nav .owl-next {
        right: 0 !important;
        position: relative;
    }

    #carousel .owl-nav .owl-prev {
        left: 0 !important;
        position: relative;
    }

    .local-icon {
        margin: 10px 0;
    }

    #logo {
        top: 0;
    }

    .menu-toggle {
        cursor: pointer;
        float: right;
        font-size: 0.875rem;
        transition: all 0.3s ease-in-out;
    }

    .menu-toggle.open {
        opacity: 0.5;
    }

    .menu-toggle-grippy {
        border-bottom: 5px solid #020202;
        border-top: 5px solid #020202;
        float: left;
        line-height: 0;
        margin-right: 1em;
        padding: 5px 0;
        text-indent: -999em;
        width: 35px;
    }

    .menu-toggle-grippy:after {
        background: #020202;
        content: "";
        display: block;
        height: 5px;
    }

    .menu-toggle-label {
        float: left;
        font-weight: 700;
        height: 25px;
        letter-spacing: 1px;
        line-height: 25px;
        text-transform: uppercase;
    }

    .menuBlock {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }

    .hidden-d {
        display: block;
    }

    .hidden-m {
        display: none
    }

    .navbar-nav {
        margin-top: 20px;
    }

    .navbar-nav .nav-link {
        padding: 15px 0px 15px !important;
        position: relative;
    }

    .header-action {
        margin-top: 20px;
    }

    .header-about-summit-funding h1 {
        line-height: 40px;
    }

    .speaking h2 {
        justify-content: center;
    }
}
header{
    z-index: 9999;
}


@media screen and (max-width: 1160px) {
    .navbar-nav li.nav-item {
        margin: 0 5px;
    }

    .applybtn {
        padding: 6px 14px;
    }

    .navbar-brand img {
        height: 40px;
    }
}

@media screen and (min-width: 993px) {
    ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
        display: block;
        border-radius: 0;
    }

    .hidden-d {
        display: none;
    }

    .hidden-m {
        display: block;
    }

    ul.navbar-nav > li.nav-item.dropdown > a::after {
        content: '';
        width: 0%;
        height: 2px;
        background-color: #D4C282;
        position: absolute;
        top: 34px;
        left: -3px;
        transition: all .5s;
        border: none !important;
    }

    ul.navbar-nav > li.nav-item.dropdown:hover a::after {
        width: 100%;
    }

    ul.navbar-nav > li.nav-item > a:hover::after, ul.navbar-nav > li.nav-item.dropdown.mactive > a::after {
        width: 100%;
    }

}

.ohTime {
    font-size: 32px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0 7px;
    color: #1E2655;
    font-weight: 600;
    padding: 15px 0;
}


.cke_notification_warning {
    display: none !important;
}
.fa.fa-twitter {
    font-family: 'Open Sans', sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

.anticon.anticon-twitter {
    font-family: 'Open Sans', sans-serif;
}

.anticon.anticon-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

.peopleSayingTitle{
    font-size: 24px;
    font-weight: 900;
}


.btnYellow span{
    font-weight: 600 !important;
}
.btnWhite span{
    font-weight: 600 !important;
}
/* Blog Detail – Improved Default Spacing */
.blog-detail__content p {
    margin-bottom: 20px;
}

.blog-detail__content h1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog-detail__content h2 {
    margin-top: 32px;
    margin-bottom: 18px;
    font-weight: 600;
}

.blog-detail__content h3,
.blog-detail__content h4,
.blog-detail__content h5,
.blog-detail__content h6 {
    margin-top: 28px;
    margin-bottom: 15px;
}

.blog-detail__content ul,
.blog-detail__content ol {
    margin-bottom: 20px;
    padding-left: 26px;
}

.blog-detail__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 24px auto;
}

.blog-detail__content blockquote {
    margin: 30px 0;
    padding: 20px 24px;
    border-left: 4px solid #1E2655;
    background: #f7f7f7;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-900{
    font-weight: 900 !important;
}


.homeRefinanceText{
    font-weight: 600 !important;
}

.navbar {
    height: 60px !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.calculator-sub{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.calculator-sub p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 0 auto 20px;
    line-height: 28px;
}
.modalonload{
    z-index: 99999 !important;
}

.heroInfo{
    margin-bottom: 171px;
}

@media screen and (max-width: 1000px) {
    .bg-white {
        display: none !important;
    }
    .navs{
        height: 700px;
    }
}


.aboutTeamInfo h2 {
    margin-bottom: 15px;
}


.teamMeta h3{
    filter: url(#white-text-shadow);
}

.teamMeta p {
    filter: url(#white-text-shadow);
}
