@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/*** GENERIC CSS ***/
body {
    font-size: 16px;
    color: #fff;
    font-family: "Inter", sans-serif;
    background: #0e0e0e;
}

@font-face {
	font-family: 'British castilla';
	font-weight: 400;
	src: url('../fonts/British-Castilla.otf') format('OpenType');
}

@font-face {
    font-family: 'Adelia';
    src: url(../fonts/adelia.ttf);
}


a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #24a9e2;
}

a:focus {
    text-decoration: none;
}

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

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Switzer';
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size:36px;
    line-height: 1.5;
}

h4 {
    font-size:30px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

p {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 2;
}

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

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

.btn-default {
    border-radius: 0px;
    color: #fff;
    border: 1px solid #014076;
    background: #014076;
    outline: 0px;
    padding: 0px 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 45px;
    display: inline-block;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}

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

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

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

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

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

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.section-title h6 {
    font-family: 'Adelia';
    color: #486d90;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: inherit;
}

.section-title h2 {
    color: #fff;
    line-height: 1;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Switzer';
    margin-bottom: 30px;
    text-transform: inherit;
}

.section-title p {
    color: #828282;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.section-title.black h2 {
    color: #000;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
}

.container-padding {
}

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

/*** ***/

.header.active {
}

.side-menu .bg {
    border-top: 1px solid #1f1f1f;
    margin-top: 0px;
}

.side-menu .header {
    padding: 20px 15px;
    position: relative;
}

.side-menu .header.fixed {
    background: none;
    backdrop-filter: blur(5px);
}

.side-menu {
	position:fixed;
    right: 0%;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    top: 0px;
    padding-top: 120px;
    background: rgb(14 14 12 / 97%);
    backdrop-filter: blur(5px);
    overflow: hidden;
    overflow-y: scroll;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    padding: 0 15px;
}

.side-menu .img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.side-menu.intro {
    opacity: 1;
    pointer-events: all;
}

.side-menu ul.main-menu {
	margin:0px;
	width:100%;
    margin-bottom: 70px;
    padding: 0 0px;
}

.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;
    border-bottom: 1px solid #1f1f1f;
}

.side-menu ul.main-menu>li:last-child {
    border: none;
}

.side-menu .bright {
    border-right: 1px solid #1f1f1f;
    padding: 0px 30px;
    padding-top: 30px;
    padding-bottom: 40px;
}

.side-menu p {
    color: #b0afae;
    font-weight: 300;
}

.side-menu .space {
    padding: 0px 40px;
    padding-top: 50px;
    padding-bottom: 100px;
}

.side-menu hr {
    border-top: 1px solid #1f1f1f;
    opacity: 1;
    margin: 20px 0px;
}

.side-menu .smallcta {
    overflow: hidden;
    background-color: #161616;
    position: relative;
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.side-menu .smallcta img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
    transform: scale(1.1);
}

.side-menu .smallcta:hover img {
    transform: scale(1.2);
}

.side-menu .smallcta:before {
    content: "";
    pointer-events: none;
    background: #0e0e0e;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .4;
    transition: all .2s ease;
    z-index: 1;
}

.side-menu .smallcta:hover:before {
    opacity: .2;
}

.side-menu .smallcta:before {
    pointer-events: none;
    background: #0e0e0e;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: .3;
    transition: all .2s ease;
    z-index: 1;
}

.side-menu .smallcta span {
    padding: 25px 25px 15px;
    font-size: 35px;
    font-weight: bold;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    letter-spacing: -.25px;
    z-index: 5;
    margin-bottom: 20px;
    color: #fff;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 18px 20px 18px 5px;
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    transition: 0.2s all;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    transition-property: transform, opacity, color;
    transition-duration: 0.55s, 0.55s, 0.3s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1), ease-in-out, ease-in-out;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
    color: #014076;
}

.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a,
.side-menu .menu-item-has-children.current>a{
    color: #014076;
}

.side-menu .menu-item-has-children.current>a::before {
    color: #014076;
}

a.menu-btn.active {
    /* opacity: 0;
    /* pointer-events: none; */
    /* z-index: 999;
    position: absolute;
    top: 36px;
    right: 5px; */
}
/* 
.menu-btn span + span {
    display: none;
}

a.menu-btn.active>span {
    display: inline-block;
}

a.menu-btn.active>span:first-child {
    display: none;
} */

.lines-btn {
    display: inline-block;
    width: 37px;
}

.lines-btn span {
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 3px;
    margin: 4px 0px;
    float: left;
}

.header.fixed .lines-btn span {
    background: #000;
}

.side-menu .menu-btn {
    display: none;
}

.side-menu.intro .menu-btn {
    display: inline-block;
}

.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: 0px;
    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;
    font-size: 20px;
}

.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: none;
    padding: 0px 0px 30px 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: none !important;
    color: #fff !important;
}

.side-menu ul.main-menu li ul.sub-menu li {
    border: none;
}

.side-menu ul.main-menu li ul.sub-menu li a {
    padding: 0px;
    font-size: 20px;
    border: none;
    color: #848383;
    font-weight: 300;
    text-align: left;
    padding: 8px 15px 7px 15px;
    line-height: 24px;
    text-transform: capitalize;
}

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

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



/*** HEADER ***/
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    z-index: 9;
    display: inline-block;
}

.header.fixed {
    padding: 0px;
    background:#f8f8f8;
    backdrop-filter: blur(5px);
}

.header.fixed .logo img {
    filter: brightness(0);
}

.header.fixed .navbar-nav.middle>li:hover>a, .header.fixed .navbar-nav.middle>li.active>a, .header.fixed .navbar-nav.middle>li a, .header.fixed .nav-link {
    color: #000;
}

.header.active {
    background: rgb(0 0 0 / 90%);
    backdrop-filter: blur(5px);
}

.header .navbar-nav.middle>li {
    margin: 0px 15px;
}

.header .navbar-nav.middle>li>a {
    position: relative;
    padding: 7px 0px;
}

.header .navbar-nav.middle>li>a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    left: 0;
    background: #fff;
    height: 1px;
    transition: all .3s;
}

.header .nav-link {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.header .navbar-nav.right>li>a:hover i {
    transition: all .3s;
}

.header .navbar-nav.right>li>a:hover i {
    opacity: .5;
}

.header .navbar-nav.middle>li:hover>a,
.header .navbar-nav.middle>li.active>a {
    color: #fff;
}

.header .navbar-nav.middle>li:hover>a:before,
.header .navbar-nav.middle>li.active>a:before {
    width: 100%;
}

.header.fixed .navbar-nav.middle>li:hover>a:before,
.header.fixed .navbar-nav.middle>li.active>a:before {
    background: #000;
    width: 100%;
}

ul.sub-menu {
    min-width: 255px;
    width: 100%;
    padding: 0px 0px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
    text-align: left;
    margin: auto;
    background: none;
    margin-top: 0px;
    display: block;
    padding-top: 15px;
    list-style: none;
    margin: 0;
    background: 0 0;
    padding: 0;
    position: absolute;
    left: calc(50% - 100px);
    min-width: 250px;
    padding-top: 15px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar-light .navbar-nav ul.sub-menu li {
    width: 100%;
    position: relative;
    margin-bottom: 1px;
}

.navbar-nav ul.sub-menu li a.nav-link {
    transition: all .3s;
    display: inline-block;
    clear: both;
    margin: 0px;
    width: 100%;
    position: relative;
    line-height: 25px;
    padding: 8px 10px !important;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 1);
    color: #000 !important;
    border: none;
    text-transform: uppercase;
    white-space: break-spaces;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a, .navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a {
    color: #fff !important;
    background: #014076;
}

body.active .banner + section {
    display: none;
}

.menu-btn {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
    margin: 0 10px 0 5px;
    color: #ffffff;
}

.menu-btn:hover {
    color: #014076;
}

.toggle-mode {
    margin-right: 10px;
    position: relative;
    color: #fff;
}

.toggle-mode:hover {
    color: #014076;
}

a.toggle-mode>i {
    transition: all .3s ease;
}

a.toggle-mode:before {
    content: "Light mode";
    background: #014076;
    color: #ffffff;
    left: calc(100% + 11px);
    position: absolute;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 5px;
    width: 90px;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0;
}

a.toggle-mode:after {
    opacity: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    border-color: transparent #014076;
    position: absolute;
    left: calc(100% + 5px);
    top: calc(50% - 8px);
}

@media screen and (min-width: 992px) {
a.toggle-mode:hover:before, a.toggle-mode:hover:after {
    opacity: 1;
}

}

.header .logo img {
    max-height: 90px;
}

.header .social {
    padding-right: 20px;
}

.header .social a {
    font-size: 18px;
    margin-left: 25px;
}

/*** Banner ***/
.banner {
    background: url(../img/bg-banner.webp) 50% 50% no-repeat;
    background-size: cover;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
    padding-top: 11vh;
    padding-bottom: 15vh;
}

.banner:before {
    content: "";
    position: absolute;
    left: unset;
    right: 0;
    bottom: 0;
    top: 0;
    width: 40%;
    background: #014076;
    opacity: .75;
    transition: all 1s cubic-bezier(.79,.14,.15,.86);
    z-index: 3;
}

.banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #161616;
    opacity: .6;
    transition: all .4s ease;
    z-index: 2;
}

.banner .container {
    position: relative;
    z-index: 4;
}

.banner h2 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
    line-height: 1.2em;
    font-family: 'Switzer';
    margin-top: 150px;
}

.banner p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.banner #myVideo {
    top: 7vh;
    right: 0;
    /* bottom: 10vh; */
    width: 500px;
    height: calc(100% - 25vh);
    height: 450px;
    box-shadow: 0 4px 4px -10px rgba(0, 0, 0, .5), 0 13px 13px -10px rgba(0, 0, 0, .2), 0 40px 60px -10px rgba(0, 0, 0, .2) !important;
    border-radius: 60px 0 60px 0;
    position: relative;
    object-fit: cover;
}

.banner a.watch {
    overflow: hidden;
    position: relative;
    width: 70px;
    height: 70px;
    background: #014076;
    border: solid 2px #014076;
    border-radius: 100%;
    position: relative;
    font-size: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    top: 4.4px;
    display: inline-block;
    color: #fff !important;
}

.banner a.watch:before, 
.banner a.watch:before {
    font-family: "Font Awesome 6 Free";
    content: "\f04b";
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 68px;
    line-height: 68px;
    width: 72px;
    z-index: 2;
    position: relative;
    padding-right: 3px;
}

.banner a.watch:after {
    content: "";
    position: absolute;
    background: #000000;
    border-radius: 100%;
    width: 101%;
    height: 101%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease-out;
    transform: scale(0);
    opacity: .2;
    mix-blend-mode: overlay;
}

.banner a.watch:hover:after {
    transform: scale(1);
}

.section-scroll {
    display: flex;
    align-items: center;
    transform: translateX(-7.6rem) rotate(90deg);
    transform-origin: right bottom;
    padding-right: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    visibility: hidden;
    z-index: 5;
    bottom: 116px;
    right: -66px;
    font-weight: 600;
}

@media screen and (min-width: 480px) {
    .section-scroll {
        visibility: visible;
    }
}

.section-scroll::before {
    display: block;
    content: "";
    height: 1px;
    width: 0;
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    top: 50%;
    right: 0;
    transition: width .4s ease;
    width: 90px;
    transition-delay: 1.5s;
}

.section-scroll span {
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #ffffff;
    line-height: 1;
    transition: opacity .4s ease;
    opacity: 1;
    transition-delay: 1.2s;
}

.curcive-text {
	font-family: 'British castilla';
    font-size: 80px;
    position: absolute;
    bottom: 170px;
    left: 40px;
    color: #fff;
    opacity: .6;
}

/*** services ***/
.services {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.services .curcive-text {
    font-size: 60px;
    bottom: 120px;
    left: auto;
    right: 120px;
    color: #fff;
    opacity: .2;
}

.services .section-title {
    margin-bottom: 120px;
}

.services h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.services .img img {
    box-shadow: 0 4px 4px -10px rgba(0, 0, 0, .04), 0 13px 13px -10px rgba(0, 0, 0, .06), 0 40px 60px -10px rgba(0, 0, 0, .08) !important;
    max-height: 400px;
    object-fit: cover;
    border-radius: 6px;
}

.services p {
    color: #828282;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.services .sp {
    padding-left: 50px;
}


.services .owl-stage-outer {
    position: relative;
}

.services .owl-stage-outer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    background: linear-gradient(90deg,rgba(22,22,22,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgb(227 227 227) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    display: none;
}

.services .owl-stage-outer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 100%;
    background: linear-gradient(-90deg,rgba(22,22,22,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(-90deg, rgb(227 227 227) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    display: none;
}

.services .owl-theme .owl-nav {
    margin: 0;
}

.services .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 40%;
    left: 25px;
    width: 60px;
    height: 60px;
    top: calc(50% - 70px);
    background: #0e0e0e;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    opacity: .5;
    z-index: 6;
    transition: all .3s;
}

.services .owl-theme .owl-nav [class*=owl-]:hover {
    background: #014076;
    color: #fff;
    opacity: 1;
}

.services .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 25px;
}

.services .owl-dots {
    margin-top: 70px;
}

.services .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #848383;
    opacity: .5;
}

.services .owl-theme .owl-dots .owl-dot.active span,
.services .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #014076;
    opacity: 1;
    width: 45px;
    border-radius: 6px;
}

/*** about ***/
.about {
    padding: 90px 0px;
    position: relative;
}

.about .section-title h2 {
    color: #fff;
}

.about .curcive-text {
    font-size: 60px;
    bottom: 180px;
    left: auto;
    right: 40px;
    color: #fff;
    opacity: .2;
}

.about .img {
    border-radius: 10px;
    overflow: hidden;
}

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

.about .section-title p {
    font-size: 20px;
    margin-bottom: 40px;
}


/*** featured-accomand ***/
.featured-accomand {
    padding: 90px 0px; 
    background: #000;
    position: relative;
}


.featured-accomand .curcive-text {
    font-size: 40px;
    bottom: auto;
    top: 220px;
    left: auto;
    right: 50%;
    transform: translate(50%, 0%);
    color: #fff;
    opacity: .2;
}

.featured-accomand .section-title {
    margin-bottom: 80px;
}

.accamand-box {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 30px;
}

.accamand-box .img {
    position: relative;
}

.accamand-box .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, transparent, #000);
    opacity: .8;
    pointer-events: none;
    z-index: 2;
}

.accamand-box .img img {
    height: 405px;
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}

.accamand-box h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 32px;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    letter-spacing: -1px;
    margin: 0;
    padding: 20px 50px 20px 20px;
    z-index: 3;
    transition: all .3s;
}

.accamand-box:hover .img img {
    transform: scale(1.1);
}

.accamand-box:hover .text h3 {
    bottom: 20px;
}

/*** our-experience ***/
.our-experience {
    padding: 80px 0px;
    position: relative;
}

.our-experience .curcive-text {
    font-size: 40px;
    bottom: 120px;
    left: auto;
    right: 40px;
    color: #fff;
    opacity: .2;
}

.our-experience .section-title {
    margin-bottom: 80px;
}

.our-experience .img {
    border-radius: 10px;
    overflow: hidden;
}

.our-experience .img img {
    width: 100%;
    object-fit: cover;
}

.our-experience .textinfo {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #1f1f1f;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.our-experience .textinfo .num {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-right: 20px;
    min-width: 60px;
}

.our-experience h3 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.our-experience h3 span {
    color: #828282;
    font-weight: 400;
    font-size: 12px;
}

.our-experience .btn-default {
    margin-top: 30px;
}


/*** newsletter ***/
.newsletter {
    padding: 80px 0px;
    position: relative;
    background:url(../img/bg-banner.webp) 50% 50% fixed no-repeat;
    background-size: cover;
}

.newsletter .curcive-text {
    font-size: 40px;
    bottom: 40px;
    left: auto;
    right: 40px;
    opacity: .2;
    color: #000;
}

.newsletter .section-title {
    margin-bottom: 50px;
}

.newsletter .bg {
    background: rgba(0,0,0,0.85);
    background: rgb(16 16 16 / 85%);
    padding: 60px 50px 50px 50px;
    border-radius: 5px;
}

.form-control {
    height: 50px;
    padding: 0px 16px;
    font-size: 16px;
    line-height: 1.6;
    box-shadow: none;
    background: #2e2e2e;
    border-color: #2e2e2e;
    color: #555;
    border: 1px solid #2e2e2e;
    border-radius: 0px;
    margin-bottom: 15px;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.form-control:focus {
    background: #0e0e0e !important;
    border-color: #363636 !important;
    color: #fff;
}

textarea.form-control {
    height: 100px;
    padding: 16px 16px;
}

select.form-control {
    appearance: auto;
}

.form-control::-webkit-input-placeholder {
    color: #656565;
}

.newsletter .btn-default {
    margin-top: 20px;
    min-width: 140px;
}


/*** testimonials ***/
.testimonials {
    padding: 75px 0px 75px 0px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.testimonials .curcive-text {
    font-size: 40px;
    /* bottom: auto;
    top: 140px;
    left: auto;
    right: 50%;
    transform: translate(50%, 0%); */
    left: auto;
    right: 40px;
    bottom: 50px;
    color: #fff;
    opacity: .2;
}

.testimonials .owl-carousel {
    padding: 0px 100px;
}

.testimonials .owl-nav {
    position: absolute;
    bottom:50%;
    right: 0px;
    height: 50px;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.testimonials .owl-nav .owl-prev {
    float: left;
    margin-left: -50px;
}

.testimonials .owl-nav .owl-next {
    float: right;
    margin-right: -50px;
}

.testimonials .owl-nav button {
    height: 50px;
    width: 50px;
    border-radius: 0px !important;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 2px !important;
    background: #252525 !important;
}

.testimonials .owl-nav button span {
    font-size:36px;
    line-height: 18px;
    color: #fff;
    top: 2px;
    position: relative;
}

.testimonials .owl-nav button:hover {
    background: #014076 !important;
}

.testimonials .star-rating {
    color: #014076;
}

/*** footer ***/
.footer {
    padding: 80px 0px 0px 0px;
    background: #014076;
}

.footer .social a {
    margin-bottom: 25px;
    display: inline-block;
}

.footer .social a i {
    margin-right: 10px;
    background: #1f1f1f;
    display: inline-block;
    min-width: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.footer .social a.whatsapp {
    display: block;
}

.footer .social a.whatsapp i {
    margin-right: 10px;
}

.footer .social a:hover {
    color: #fff;
    opacity: 0.6;
}

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

.footer h3 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

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

.footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.footer ul li a {
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    text-transform: capitalize;
}

.footer ul li a:hover {
    color: #fff;
    opacity: 0.6;
}

.footer .btn-default {
    padding: 0px 0px;
    font-size: 14px;
    background: #fff;
    color: #000;
    text-align: center;
    width: 100%;
}

.footer .btn-default:hover {
    opacity: 0.6;
}

.footer .copy p {
    margin: 50px 0px 20px 0px;
    color: #fff;
}

.footer .copy p img {
    filter: invert(1);
    margin-left: 5px;
}

/** about page ***/
.page-banner {
    min-height: inherit;
}

.page-banner .img {
    top: 7vh;
    right: 0;
    width: 90%;
    aspect-ratio: 1 / .8;
    box-shadow: 0 4px 4px -10px rgba(0, 0, 0, .5), 0 13px 13px -10px rgba(0, 0, 0, .2), 0 40px 60px -10px rgba(0, 0, 0, .2) !important;
    border-radius: 60px 0 60px 0;
    position: relative;
    object-fit: cover;
    overflow: hidden;
}

.page-banner h2 {
    margin-bottom: 25px;
    font-size: 60px;
    text-transform: capitalize;
}

.page-banner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}


.about.inner-page .section-title .sinfo {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.about.inner-page .section-title .sinfo span {
    font-size: 56px;
    font-weight: 900;
    margin-right: 15px;
    color: #486d90;
}

.about.inner-page .section-title p {
    margin-bottom: 25px;
    color: #828282;
    font-size: 18px;
}

.bulleted-list {
    color: #828282;
    font-size: 18px;
    list-style: none;
    padding: 0;
}

.bulleted-list li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 10px;
}

.bulleted-list li:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    content: "\f058";
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: -3px;
    color: #486d90;
}

.fullimg {
    margin: 15px 0px;
    width: 100%;
    border-radius: 10px;
}

.newsletter .social {
    display: inline-block;
    margin-bottom: 25px;
}

.newsletter .social a {
    display: inline-block;
    font-size: 15px;
    margin: 0px 10px;
    margin-bottom: 20px;
}

.newsletter .social a i {
    background: #486d90;
    color: #fff;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.newsletter .social a:hover {
    color: #486d90;
}

.about.inner-page.service-page .img {
    height: 100%;
}

.about.inner-page.service-page .img img {
    height: 100%;
}


/*** properties ***/
.properties {
    padding: 90px 0px;
    background: #000;
    position: relative;
    z-index: 3;
}

.properties .curcive-text {
    font-size: 60px;
    bottom: 180px;
    left: auto;
    right: 40px;
    color: #fff;
    opacity: .2;
}

.properties .container-fluid {
    position: relative;
    z-index: 9;
}

.propertybox:hover {
    box-shadow: 0 4px 4px -10px rgba(0, 0, 0, .5), 0 13px 13px -10px rgba(0, 0, 0, .2), 0 40px 60px -10px rgba(0, 0, 0, .2) !important;
}

.propertybox:hover:after {
    opacity: 1;
    transform: translateX(0px);
}

.propertybox:after {
    content: "View";
    position: absolute;
    background: #486d90;
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    right: 10px;
    top: 10px;
    text-transform: uppercase;
    transition: all .3s ease;
    opacity: 0;
    font-weight: 500;
    transform: translateX(8px);
    letter-spacing: 1px;
    border-radius: 3px;
    z-index: 4;
}

.propertybox {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
}

.propertybox .img {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.propertybox .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, transparent, #000);
    opacity: .8;
    pointer-events: none;
    z-index: 2;
}

.propertybox .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    border: 10px solid #fff;
    transition: all .4s ease-in-out;
    z-index: 2;
}

.propertybox .img img {
    position: relative;
    transition: all .3s;
    height: 410px;
    transition: all .3s ease;
    opacity: .8;
    position: relative;
    z-index: 1;
    width: 100%;
    object-fit: cover;
}

.propertybox:hover .img img {
    transform: scale(1.02);
}

.propertybox .text {
    position: absolute;
    bottom: 0;
    padding: 20px 50px 20px 20px;
    z-index: 4;
    transition: all .3s;
}

.propertybox h3 {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
    letter-spacing: -1px;
    margin-top: 0;
    color: #fff;
}

.propertybox h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.3;
    margin-top: 0;
}

.propertybox p {
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.propertybox .listing-price {
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 0;
    letter-spacing: -1px;
    opacity: 0;
    transform: translateY(0px);
    transition: all .3s ease;
    color: #fff;
}

.propertybox:hover .text {
    transform: translate(0px,-45px);
}

.propertybox:hover .listing-price {
    opacity: 1;
}

.propertybox .down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    display: flex;
    border-top: 1px solid rgb(255 255 255 / 15%);
    color: #fff !important;
}

.propertybox .down span {
    display: inline-block;
    padding: 15px 10px;
    border-right: 1px solid rgb(255 255 255 / 15%);
    text-align: center;
    width: 50%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.propertybox .down span:last-child {
    width: 60%s;
}

.propertybox .down span i {
    margin-right: 10px;
}

.propertybox .down span:last-child {
    border-right: none;
}

.contact-page {
    background: #f8f8f8 !important;
    background: #000 !important;
}


/*** EVALUATION BOX ***/
.evaluation-box {
    padding: 75px 0px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.evaluation-box .curcive-text {
    font-size: 60px;
    bottom: 30px;
    left: auto;
    right: 40px;
    color: #fff;
    opacity: .2;
}

.evaluation-box .section-title h2 {
    line-height: 1;
}

.evaluation-box .bg-form {
    padding:85px 50px;
    background: rgb(16 16 16 / 85%);
    border-radius: 20px;
}

.evaluation-box label {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 20px;
}

.evaluation-box .checkbox-group label {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.evaluation-box .btn-default.bordered {
    width: 100%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 25px 0px;
    font-weight: 400;
    background: none;
    display: inline-block;
    font-family: "Roboto", sans-serif;
}

.evaluation-box .btn-default.bordered span {
    font-size: 14px;
    letter-spacing: .5px;
}

.evaluation-box .btn-default.bordered:hover, .evaluation-box .btn-default.bordered.active {
    background: #014076;
    border-color: #014076;
    color: #fff;
}

.evaluation-box .btn-default.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

.evaluation-box .btn-default.bordered:before, .evaluation-box .btn-default.bordered:after {
    display: none;
}

.evaluation-box fieldset.active {
    display: block;
}

.evaluation-box .navigate-btns {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.evaluation-box p {
    color: #fff;
}

fieldset#StepOne .navigate-btns {
    justify-content: end;
}

.evaluation-box .checkbox-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
}

.evaluation-box .checkbox-group label {
    flex: 0 1 calc(50% - 10px); 
    margin-bottom: 25px; 
}

.evaluation-box input[type="checkbox"] {    
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}

/*** CALC INFO ***/
.calc-info {
    padding: 70px 0px 100px 0px;
    position: relative;
    overflow: hidden;
    background: #000;
}

.calc-info .curcive-text {
    font-size: 40px;
    bottom: 40px;
    left: auto;
    right: 40px;
    color: #fff;
    opacity: .2;
}

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

mw-calc-section {
	padding:35px 30px !important;
}

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

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

#calculate_lt {
	color: #F5EDE2 !important;
    background: #000 !important;
}

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

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

.mw-calc-table > tbody > tr.active > td {
    background: #000 !important;
    border-color: #000 !important;
    color: #F5EDE2 !important;
}

.header .navbar-nav.middle>li:hover>a,
.header .navbar-nav.middle>li.active>a,
.header .navbar-nav.middle>li.current-menu-item>a,
.header .navbar-nav.middle>li.current-menu-parent>a {
    color: #fff;
}
 
.header .navbar-nav.middle>li:hover>a:before,
.header .navbar-nav.middle>li.active>a:before,
.header .navbar-nav.middle>li.current-menu-item>a:before,
.header .navbar-nav.middle>li.current-menu-parent>a:before {
    width: 100%;
}
 
.header .navbar-nav.middle>li.menu-item-has-children>.nav-link:after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    font-size: 15px;
}
 
.header .navbar-nav.middle>.nav-item ul.sub-menu>li.current-menu-item>a {
    color: #fff !important;
    background: #014076;
}
 
.header.fixed .navbar-nav.middle>li:hover>a,
.header.fixed .navbar-nav.middle>li.active>a,
.header.fixed .navbar-nav.middle>li.current-menu-item>a,
.header.fixed .navbar-nav.middle>li.current-menu-parent>a {
    color: #000;
}
 
.header.fixed .navbar-nav.middle>li:hover>a:before,
.header.fixed .navbar-nav.middle>li.active>a:before,
.header.fixed .navbar-nav.middle>li.current-menu-item>a:before,
.header.fixed .navbar-nav.middle>li.current-menu-parent>a:before {
    background: #000;
}
 
.header .navbar-nav.middle>li {
    margin: 0px 15px;
    position: relative;
}
 
.header .navbar-nav.middle>li.menu-item-has-children:hover ul.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
 
/**/
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a,
.side-menu ul.main-menu li.current_page_item>a {
    background: none;
    color: #014076 !important;
}
 
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.current-menu-parent>a {
    background: none;
    color: #014076;
}
 
/**/
.evaluation-box .cf7mls_next.action-button,
.evaluation-box .cf7mls_back.action-button,
.evaluation-box .action-button {
    margin-bottom: 5px;
    opacity: 1 !important;
    outline: 0px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: max-content;
    text-align: center;
    color: #fff !important;
    border: 1px solid #014076;
    font-family: "Inter", sans-serif;
    background: #014076;
    outline: 0px;
    padding: 0px 20px !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 45px !important;
    display: inline-block;
    border-radius: 5px;
    transition: all .4s ease-in-out;
}
 
.evaluation-box .cf7mls_next.action-button:hover,
.evaluation-box .cf7mls_back.action-button:hover,
.evaluation-box .action-button:hover {
    background: #486d90 !important;
    border-color: #486d90 !important;
    color: #fff !important;
}
 
.evaluation-box .navigate-btns button[type="submit"] {
    margin-left: auto;
}
 
.evaluation-box .checkbox-group span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item {
    flex: 0 1 calc(50% - 10px);
    margin: 0px;
    color: #fff;
    margin-bottom: 25px !important;
    font-size: 16px;
    font-weight: 500;
}
 
.evaluation-box .checkbox-group .wpcf7-list-item label {
    margin: 0;
}
 
.evaluation-box input[type="submit"].btn-default, .evaluation-box button[type="submit"].btn-default {
    margin-left: auto;
}
 
input[type="submit"], button[type="submit"] {
    transition: all .3s;
}
 
.evaluation-box input[type="checkbox"] {
    margin-right: 7px;
}

.otgs-development-site-front-end{
	display:none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #000;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #aa272f;
}

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;
	color:#fff;
}

/* ✅ Success message (form sent) */
.wpcf7 form.sent .wpcf7-response-output {
  background: #f6f4ee; /* soft beige or light neutral background */
  color: #0a3a2a; /* elegant dark green accent */
  border: 2px solid #0a3a2a;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-family: 'Poppins', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
  margin: 1.5rem auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

/* ❌ Error message (validation failed or required fields missing) */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background: #fdf2f2; /* soft red background */
  color: #8b0000; /* deep red text */
  border: 2px solid #e63946; /* elegant red border */
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-family: 'Poppins', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  max-width: 500px;
  margin: 1.5rem auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

/* ⚠️ Individual field validation tips (inline error under fields) */
.wpcf7-not-valid-tip {
  color: #e63946; /* red accent for field warnings */
  font-size: 14px;
  margin-top: 4px;
  font-weight: 500;
}

/* ✨ Fade-in animation for both messages */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-backdrop {
    z-index: 99999;
}
 
.modal {
    z-index: 999999;
    padding: 0px !important;
}
 
.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
}
 
.modal.guide button.btn-close {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
}
 
.modal.guide button.btn-close svg,
.modal.guide button.btn-close i {
    opacity: 0;
}
 
.modal.guide .modal-dialog {
    max-width: 600px !important;
}
 
.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    margin-top: 25px;
}
 
.modal.guide .btn-default:hover {
    color: #fff;
    border: 2px solid #050a30;
    background: #050a30;
}
 
.modal.guide .section-title h2 {
    font-size: 45px;
}
 
.modal.guide .form-control {
    width: 100%;
    height: 51px;
    border: none;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    color: #000;
    margin: 10px 0px;
    padding: 0 15px;
    border-radius: 0px;
    outline: 0;
    box-shadow: none;
}
 
.modal.guide .form-control::-webkit-input-placeholder {
    color: #000;
}
 
.modal.guide textarea.form-control {
    height: 100px;
    resize: none;
    margin-top: 30px;
}

section.about-page.buysell-about {
    padding: 100px 0px;
}
 
section.about-page.buysell-about .btn-default {
    margin-bottom: 15px;
}
 
section.buysellform {
    padding: 100px 0px;
    background: #014076 !important;
}
 
section.buysellform .btn-default {
    margin-top: 25px;
    background: #000;
    color: #fff;
    border-color: #000;
}
 
section.buysellform .btn-default:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
 
section.buysellform textarea.form-control {
    height: 115px;
}
 
section.info-small {
    padding: 100px 0px;
}
 
.modal.guide button.btn-close {
    filter: invert(1);
    opacity: 1;
}
 
.modal.guide .modal-body {
    background: #0e0e0e;
}
 
.modal.guide .section-title p {
    font-size: 16px;
}
 
.modal.guide .form-control {
    background: #fff !important;
    font-size: 14px;
}
 
.modal.guide .btn-default {
    background: #014076;
    border: none !important;
}
 
.modal.guide .btn-default:hover {
    border: none;
    background: #486d90;
    border-color: #486d90;
    color: #fff;
}