@import url('https://fonts.googleapis.com/css2?family=Poppins: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=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

a {
    transition: all ease .5s;
    color: #fff;
    cursor: pointer;
}

button {
    transition: all ease .5s;
}

a:hover {
    color: #fff;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
box-shadow: none;
    border: none;
    padding: 0
}

button:focus {
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Jost", sans-serif;
}

p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.6;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.otgs-development-site-front-end, 
.grecaptcha-badge {
    display: none!important;
}

.section-title.white h2,
.section-title.white h6,
.section-title.white p {
    color: #fff;
}

.section-title h2 {
    color: #000;
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 2px solid #c6a44b;
    padding-bottom: 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.section-title.sm h2 {
    font-size: 34px;
}

.navbar-brand {
    position: relative;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

.navbar-brand img {
    max-height: 100px;
}

.navbar-brand .logo img {
    max-height: 70px;
}

.navbar-area {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.header.fixed .menu-btn span {
    background: #fff;
}

.menu-btn {
	display:inline-block;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.menu-btn span {
    height: 4px;
    width: 100%;
    background: #c6a44b;
    display: inline-block;
    margin: 3.5px 0px;
    float: left;
    transition: all .3s;
    border-radius: 4px;
}

.menu-btn div {
    display: inline-block;
    min-width: 40px;
}

.menu-btn span:nth-child(2) {
    width: 75%;
}

.menu-btn span:last-child {
    width: 55%;
}

a.CloseBtn {
	float:right;
	color:#c6a44b;
	font-size:35px;
	margin:35px 26px 45px 15px;
	position: relative;
    z-index: 99;
    cursor: pointer;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 3px;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu {
	position:fixed;
    left: -100%;
    width: 33.33%;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	height:100%;
	z-index:999999;
    overflow: hidden;
    height: 100vh;
    background: #fff;
    padding: 30px 20px 20px 35px;
    overflow: hidden;
    overflow-y: scroll;
}

.side-menu.intro {
	left:0;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin-bottom: 10px;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:0px;
	height:100%;
	width:100%;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 16px 12px 16px 20px;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    color: #000;
    transition: 0.2s all;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #0000001a;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
    color: #c6a44b;
    font-weight: 600;
}

.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
    color: #c6a44b;
    font-weight: 600;
}

a.menu-btn.active {
    /* opacity: 0;
    pointer-events: none; */
}

a.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

a.menu-btn.active span:nth-child(1) {
    transform: rotate(-45deg);
    position: relative;
    top: 14px;
}

a.menu-btn.active span:last-child {
    transform: rotate(45deg);
    width: 100%;
    position: relative;
    top: -4px;
}

a.menu-btn.active span:last-child {
    width: 100%;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 27px;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 34px;
    color: #fff;
    font-size: 27px;
    z-index: 99;
    top: 50%;
    transform: translate(0px, -50%);
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}

.side-menu li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #f5f5f5;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu li ul.sub-menu li:hover a,
.side-menu ul.main-menu li ul.sub-menu li.current_page_item>a,
.side-menu ul.main-menu li ul.sub-menu li.active>a  {
    background: #c6a44b !important;
    color: #fff !important;
}

.side-menu ul.main-menu li ul.sub-menu li a {
    padding: 7px 12px 7px 30px;
    font-size: 17px;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu li {
    margin: 0;
    padding: 0;
}


/**/
.main-nav {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .navbar {
    transition: all ease .5s;
    z-index: 2;
    position: unset;
    padding: 0
}

.main-nav .navbar ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    justify-content: center;
    align-items: center;
}


.main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 10px 25px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link {
    letter-spacing: .5px;
    padding: 7px 10px;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 300;
    transition: .3s linear;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    transition: .3s linear;
    bottom: 0;
    left: 0;
    background: #c6a44b;
    margin: 0;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 18px;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
    content: "";
    font-family: IcoFont;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    line-height: 1;
    font-size: 17px;    
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    border: none;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
}

.main-nav .navbar .navbar-nav .nav-item:hover>.nav-link,
.main-nav .navbar .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar .navbar-nav .nav-item.active>.nav-link {
    color: #c6a44b;
}

.main-nav .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px
}

.main-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 0
}

.main-nav .nav-right-options .social {
    margin-right: 15px;
    z-index: 1;
    color: #fff;
    text-decoration: none;
}

.main-nav .nav-right-options .social i {
    text-decoration: none;
}

.main-nav .nav-right-options .main-btn {
    border-radius: 0;
    background: #7c4296;
    padding: 20.5px 25px;
    background-color: #ffbe17 !important;
    color: #1e1e1e !important;
    padding: 10px 28px !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .15em;
    font-weight: 400;
}

.btn-default {
    max-width: 100%;
    font-size: 19px;
    line-height: 42px;
    padding: 0px 15px;
    font-weight: 400;
    border-radius: 8px;
    border: 2px solid #c6a44b;
    color: #000;
    transition: 0.4s all ease;
    text-align: center;
    background: transparent;
    display: inline-block;
    min-width: 200px;
    font-family: "Montserrat", sans-serif;
}

.btn-default:hover {
    color: #fff;
    background: #c6a44b;
    border-color: #c6a44b;
}

.btn-default.white {
    color: #fff;
    background: none;
    border-color: #fff;
}

.btn-default.yellow {
    color: #fff;
    background: #c6a44b;
    border-color: #c6a44b;
}

.btn-default.yellow:hover {
    color: #c6a44b;
    background: none;
    border-color: #c6a44b;
}

.btn-default.white:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
}

.btn-default.white-fill {
    border-color:#fff;
    background: #fff;
    color: #000;
}

.btn-default.white-fill:hover {
    background: none;
    color: #fff;
}


.main-nav .nav-right-options .main-btn:hover {
    background: #fff !important;
    color: #000!important;
}

.mobility-single-item {
    background-color: #fcfcfc;
    padding: 30px 40px;
    margin-bottom: 25px
}

.mobility-single-item h3 {
    margin-bottom: 0;
    margin-left: 30px;
    font-size: 22px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header.fixed {
    position: fixed;
    z-index: 999;
    background: #c6a44b;
}

.header.fixed .navbar-brand {
    bottom: 0px;
}

.header .navbar-brand .logo {
    position: relative;
}

.header.fixed .navbar-brand .logo {
    display: block;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
    color: #000;
}

.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link:after,
.header .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link:after {
    width: 100%;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link,
.header.fixed .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link {
    color: #000;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item>.nav-link {
    color: #fff !important;
}

.header.fixed .main-nav .navbar .navbar-nav>.nav-item.active>.nav-link:after,
.header.fixed .main-nav .navbar .navbar-nav>.nav-item:hover>.nav-link:after {
    background: #fff;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    padding: 10px 0px;
    z-index: 999;
    overflow: visible;
    transition: all .3s;
}

a, .fa {
    text-decoration: none;
    cursor: pointer;
}

.navbar-expand-lg .navbar-nav>.nav-item {
    position: relative;
}

.navbar-expand-lg .navbar-nav>.nav-item:hover .dropdown-menu {
    opacity: 1;
    pointer-events: all;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    background-color: #000;
    padding: 5px 0;
    transition: all .4s;
    display: block;
    border: none;
    pointer-events: none;
    border-radius: 0;
    min-width: 254px;
    text-align: center;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a.nav-link {
    display: inline-block;
    width: 100%;
    color: #fff !important; 
    white-space: nowrap;
    font-weight: 500;
    text-transform: inherit;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-decoration: none !important;
    padding: 10px 15px;
    display: block;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav>.nav-item .dropdown-menu a {
    color: #fff !important;
    background: none !important;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu .active>a.nav-link {
    background: #c6a44b !important;
    color: #fff !important;
}

section {
    overflow: hidden;
}

/*** banner ***/
.banner {
    padding: 0px 0px 00px 0px;
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: url(../images/bg-banner.png) 30% 70% no-repeat;
    background-size: cover;
    background: url(../images/bg-banner.png) 21% 40% no-repeat;
    background-size: cover;
}

.banner::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: rgba(105, 89, 69, .4);
    background: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.07);
    /* background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,.5));; */
    z-index: 1;
    background: url(../images/bg-banner-overlay.png) left center no-repeat;
    background-size: cover;
}

.h-100vh {
    height: 100vh;
}

.banner .pbs {
    padding-top: 80px;
}

.banner h1 {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    color: #c6a44b;
    margin-bottom: 15px;
}

.banner p {
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.banner .banner-buttons-ctn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner .btn-default {
    margin: 0;
    color: #fff;
    min-width: 190px;
    font-weight: 300;
}

.zindex  {
    position: relative;
    z-index: 99;
}

/*** about ***/
.about {
    padding: 70px 0px;
}

.about p {
    text-align: justify;
}

.about .btn-default {
    margin-top: 30px;
    min-width: 220px;
    font-size: 20px;
}

.about .img {
    height: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
}

.about .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*** steps ***/
.steps {
    padding: 100px 0px 00px 0px;
    overflow: hidden;
}

.steps-main {
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all .5s;
}

.steps-main>div:hover {
    transition: all .5s;
    flex-grow: 4.3;
}

.steps-main>div {
    flex-grow: 1;
    position: relative;
    transition: all .5s;
}

/**/
.steps .section-title h2 {
    margin-bottom: 70px;
}

.steps .row-main {
    flex-wrap: nowrap;
    transition: all .3s;
}

.steps .row-main>div {
    flex-wrap: nowrap;
    transition: all .5s;
}

.steps .row-main>div:hover {
    width: 38%;
}

.cta-lg * {
    transition: all .3s;
}

.cta-lg:hover {
    /* padding-right: 50px;
    padding-bottom: 50px; */
}

.cta-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px;
}

.cta-lg .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cta-lg .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-lg:hover .img img {
    transform: scale(1.1);
}

.cta-lg .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  linear-gradient(0deg, rgba(255,255,255,.5), rgba(255,255,255,.5));
    z-index: 1;
}

.cta-lg .text {
    border: 2px solid #c6a44b;
    background:  linear-gradient(0deg, rgba(255,255,255,.9), rgba(255,255,255,.2));
    width: 100%;
    position: relative;
    z-index: 3;
    padding: 120px 30px;
}

.cta-lg h3 {
    color: #000;
    font-size: 34px;
    font-weight: 400;
    border-bottom: 2px solid #c6a44b;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.cta-lg p {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin-top: 25px;
}

/*** why-work ***/
.why-work {
    padding: 65px 0px 0px 0px;
}

.why-work .section-title h2 {
    position: relative;
    border: none;
    display: inline-block;
    padding-bottom: 5px;
}

.why-work .section-title h2:after {
    content: '';
    background: #c6a44b;
    height: 2px;
    width: 89%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.why-work .section-title {
    border: 2.5px solid #c6a44b;
    padding: 35px 30px 25px 30px;
    margin-top: 50px;
    width: 124%;
    padding-right: 199px;
    background: #fff;
}

.why-work .section-title p {
    margin-bottom: 22px;
}

/*** logos ***/
.logos {
    background: linear-gradient(0deg, rgba(255,255,255,.7), rgba(255,255,255,.7)), url(../images/bg-logos.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 140px 0px 100px 0px;
    margin-top: -50px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.logos img {
    transition: all .3s;
}

.logos .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.logos img {
    transition: all .3s;
    max-width: 170px;
}

.logos img:hover {
    opacity: .5;
}

/*** testimonials ***/
.testimonials {
    background: #2d251e;
    background-size: cover;
    padding: 90px 0px;
}

.testimonials .section-title h2 {
    position: relative;
    border: none;
    display: inline-block;
    padding-bottom: 5px;
}

.testimonials .section-title h2:after {
    content: '';
    background: #c6a44b;
    height: 2px;
    width: 90%;
    position: absolute;
    bottom: 0px;
    left: 5%;
}

.testimonials .section-title {
    display: inline-block;
}

.testimonials p {
    color: #fff;
    font-weight: 400;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 38%;
    left: 0;
    margin-top: -25px;
    background: none !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .5);
    border-radius: 50%;
}

.testimonials .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

/*** articles ***/
.articles {
    padding: 50px 0px;
    padding:100px 0px;
}

.articles .section-title h2 {
    color: #c6a44b;
    border: none;
    padding: 0;
    position: relative;
    display: inline-block;
    font-size: 31px;
}

.articles .section-title h2:after {
    content: '';
    background: #c6a44b;
    height: 2px;
    width: 87%;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.article-box {
    background: #c6a44b;
    display: inline-block;
    width: 100%;
}

.article-box .img {
    overflow: hidden;
}

.article-box .img img {
    transition: all .3s;
}

.article-box:hover .img img {
    transform: scale(1.1);
    opacity: .6;
}

.article-box .text {
    padding: 10px 25px 5px 25px;
}

.article-box .text h3 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: center;
}

.article-box .text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0px 10px;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}

.article-box .text p i {
    margin-right: 5px;
    font-size: 18px;
}

.articles .owl-theme .owl-nav [class*=owl-].disabled {
    display: none;
}

.articles .owl-theme .owl-nav [class*=owl-] {
    background: none !important;
}

.articles .owl-theme .owl-nav [class*=owl-].owl-prev {
    position: absolute;
    top: 40%;
    left: -30px;
}

.articles .owl-theme .owl-nav [class*=owl-].owl-next {
    position: absolute;
    top: 40%;
    right: -30px;
}

.articles .owl-item img {
    aspect-ratio: 1 / 0.9;
    object-fit: cover;
}

.articles .owl-theme .owl-nav {
    margin-top: 0px;
}

/*** FOOTER ***/
.footer {
    padding:85px 0px;
    background: #2d251e;
}

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

.footer .logo img {
    max-height:  150px;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer h3 {
    margin-bottom: 25px;
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.footer p {
    color: rgba(255,255,255,.9);
    letter-spacing: 0;
    font-size: 14px;
}

.footer .footer-surtitle p {
    font-size: 22px;
}

.footer .socials li {
    display: inline-block;
    margin-right: 15px;
    padding: 0px;
    list-style: none;
}

.footer .socials li a {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.footer .socials li:hover a {
    color: #000;
}

.contact-info.black {
    color: #000;
}

.contact-info.black a {
    color: #000;
}

.contact-info.black>i {
    color: #fff;
    background: #c6a44b;
}

.contact-info.lg>i {
    color: #fff;
    background: #c6a44b;
    font-size: 17px;
    text-align: center;
    min-width: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.contact-info a {
    color: rgba(255,255,255,.9);
}

.contact-info a:hover {
    color: #c6a44b;
}

.contact-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.contact-info>i {
    margin-top: 0px;
    margin-right: 20px;
    color: #2d251e;
    background: #fff;
    font-size: 17px;
    text-align: center;
    min-width: 26px;
    line-height: 26px;
    border-radius: 50%;
}

.footer .copy p {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer .copy p a:hover {
    opacity: .7;
}

.footer .copy img {
    max-height: 50px;
    margin-left: 4px;
}


/*** page-banner ***/
.page-banner {
    height: 55vh;
    padding-top: 45px;
}

.page-banner h1 {
    font-size: 70px;
    color: #fff;
    margin: 0px;
}


/*** contact page css ***/
.contactpage-info {
    padding: 70px 0px;
}

.contactpage-info .bg {
    background: #2d251e;
    overflow: hidden;
    padding: 45px 35px;
}

.contactpage-info h3 {
    color: #c6a44b;
    font-size: 17px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 14px;
    font-weight: 500;
}

.contactpage-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contactpage-info .socials li {
    display: inline-block;
    margin-right: 15px;
    padding: 0px;
    list-style: none;
}

.contactpage-info .socials li a {
    display: inline-block;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.contactpage-info .socials li a:hover {
    color: #c6a44b;
}

.form-control {
    background: #fff;
    border: 0px;
    border-radius: 0px;
    padding: 10px 16px;
    margin-bottom: 18px;
    height: 50px;
    color: #000;
    font-size: 15px;
    border-bottom: 2px solid transparent;
}

.form-control:focus {
    background: #fff;
    outline: 0px;
    box-shadow: none;
    border-color: #c6a44b;
}

.form-control::placeholder {
    color: #000;
}

textarea.form-control {
    height: 117px;
    resize: none;
}

.contactpage-info .btn-default {
    margin-top: 15px;
}

.contactpage-info h4 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: 300;
    text-transform: uppercase;
}



/**/
.main-nav .navbar .navbar-nav .nav-item.call-btn .nav-link i {
    margin-top: 0px;
    margin-right: 10px;
    color: #2d251e;
    background: #fff;
    font-size: 17px;
    text-align: center;
    min-width: 30px;
    line-height: 30px;
    border-radius: 50%;
    position: relative;
    top: 0px;
}

.about {
    padding: 90px 0px;
}

.about .img:after {
    content: '';
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 97%;
    border: 2px solid #c6a44b;
    z-index: -1;
}

.why-work .section-title h2:after {
    width: 58%;
}

.cta-lg .text {
    padding: 95px 30px 120px 30px;
}

.cta-lg h3 span {
    font-size: 45px;
    padding-bottom: 10px;
    display: inline-block;
}

.articles .section-title h2 {
    margin-bottom: 60px;
    font-size: 50px;
}

.articles .section-title h2:after {
    width: 87%;
    bottom: -7px;
    left: 6%;
}

.btn-default {
    padding: 0px 30px;
}

.footer {
    padding-bottom: 0px;
}

.footer .copy p {
    font-weight: 300;
}

.footer .socials li a:hover {
    color: #c6a44b;
}

.footer .contact-info>i {
    transition: all .3s;
}

.footer .contact-info:hover>i {
    background: #c6a44b;
    color: #fff;
}


.services {
    padding: 90px 0px 90px 0px;
}

.services .section-title h2 {
    position: relative;
    border: none;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 100px;
}

.services .section-title h2:after {
    content: '';
    background: #c6a44b;
    height: 2px;
    width: 55%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.services ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.services ul:after {
    content: '';
    border-top:2px dashed #c6a44b;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 49%;
    left: 0px;
}

.services ul li a {
    display: flex;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border:2px solid #c6a44b;
    background: #fff;
    position: relative;
    transition: all .3s;
    top: 0;
    z-index: 1;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services ul li a:hover {
    background: #c6a44b;
    color: #fff;
    top: -10px;
}


/*** calc-info ***/
.calc-info {
    padding:100px 0px;
}

.calc-info .section-title {
    display: inline-block;
    position: relative;
    border: none;
    display: inline-block;
    padding-bottom: 0px;
}

.calc-info .section-title h2 {
    padding-bottom: 0px;
}

mw-calc-panel-body, mw-calc-section {
	background:#c6a44b !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	padding:35px 20px !important;
}

mw-calc-label {
	color: #fff !important;
	font-weight: 300 !important;
}

.mw-calc-search-input {
	border-radius: 0px !important;
}

#calculate_lt {
    color: #c6a44b !important;
	background: #fff !important;
}

#calculate_lt:hover {
	color: #fff !important;
    background: #000 !important;
}

.mw-calc-table > tbody > tr.active {
	border-color: #c6a44b !important;
}

.mw-calc-table > tbody > tr.active > td {
    background: #c6a44b !important;
    color: #fff !important;
}

.bulleted {
    color: #000;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 25px;
}

.bulleted li {
    margin-bottom: 5px;
}

.bulleted li::marker {
    color: #c6a44b;
}

.about .bulleted {
    margin-top: -10px;
}
.cta-lg h3 {
    font-size: 28px;
}
.about.innerpage .img img {
    position: relative;
}
 
.about.innerpage .img {
    height: inherit;
}

.main-nav .navbar ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0;
	justify-content: center;
	align-items: center;
}

.main-nav .navbar .navbar-nav .nav-item.menu-item-has-children>.nav-link {
	padding-right: 18px;
}

.menu-item-has-children>.nav-link::before {
	content: "";
	font-family: IcoFont;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	line-height: 1;
	font-size: 17px;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.navbar-expand-lg .navbar-nav>.nav-item.menu-item-has-children:hover> .sub-menu {
	opacity: 1;
	pointer-events: all;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu>li {
	margin: 0;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	background-color: #000;
	padding: 5px 0;
	transition: all .4s;
	display: block;
	border: none;
	pointer-events: none;
	border-radius: 0;
	min-width: 254px;
	text-align: center;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li:hover>a.nav-link,
.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li.active>a.nav-link {
	background: #c6a44b !important;
	color: #fff !important;
}

.navbar-expand-lg .navbar-nav>.nav-item .sub-menu li a.nav-link {
	display: inline-block;
	width: 100%;
	color: #fff !important;
	white-space: nowrap;
	font-weight: 500;
	text-transform: inherit;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-decoration: none !important;
	padding: 10px 15px;
	display: block;
	text-transform: uppercase;
}

.navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link {
	color: #c6a44b !important;
}

.navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link:after,
.navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link:after {
	width: 100%;
}

.header.fixed .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link{
	color: #fff !important;
}

.header.fixed .navbar-light .navbar-nav>.nav-item.current_page_item>.nav-link:after,
.header.fixed .navbar-light .navbar-nav>.nav-item.current-menu-parent>.nav-link:after{
	background: #fff !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li.current_page_item>.nav-link,
.fixed .navbar-light .navbar-nav .nav-item ul.sub-menu li.current_page_item>.nav-link {
	color: #fff !important;
	background: #c6a44b !important;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.current_page_item>a,
.side-menu ul.main-menu li.current-menu-parent>a {
	color: #c6a44b;
	font-weight: 600;
}
input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: white;
}

.about td {
	font-size: 14px;
	padding: 11px 8px;
}

.about th {
	font-size: 14px;
	padding: 14px 8px;
}

.refinance-info tr td:first-child {
	font-weight: 600;
}

.about .table {
	margin-bottom: 30px;
}

.about h3 {
	margin-bottom: 12px;
}
.about .page-full-content h3:first-child {
    margin-bottom: 10px;
    font-weight: 600;
}
 
.about .page-full-content {
    margin-top: 15px;
}
 
.about h3 {
    margin-bottom: 20px;
    font-size: 25px;
}
 
.bulleted {
    font-size: 17px;
}
.about .page-full-content ul.bulleted {
    margin-top: -5px;
}

/* consent message on forms */
.consent-ctn label {
    font-size: 14px;
    color: #fff;
}

.consent-ctn a {
    font-size: 14px;
    text-decoration: underline;
    transition: all .3s ease;
}

.consent-ctn a:hover {
    color: #c6a44b;
}

.page-template-default .about.inner a {
    color: #000;
    text-decoration: underline;
}

.footer .politic-link-ctn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer .politic-link-ctn a {
    font-size: 16px;
    transition: all .3s ease;
}

.footer .politic-link-ctn a:hover {
    color: #c6a44b;
}
