/* @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'); */
@font-face {
  font-family: 'Legendary';
  src: url('https://businessonline.website/new-lighthouse/wp-content/themes/lighthouse/assets/fonts/icon/BecomeLegendary-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
font-family: 'Legendary', sans-serif!important;
    font-weight: 400;
	font-size:18px;
}


a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
}


/*TopBar Css*/

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

.comn-btn {
    display: inline-block;
    border-radius: 30px !important;
    border: 1px solid #eeeeee;
    padding: 15px 75px;
    background-color: #2e2e2e !important;
    color: #fff !important;
    transition: 0.2s;
    margin-top: 35px;
    text-transform: uppercase;
}

.comn-btn:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

@media(min-width:1450px) {
    .container {
        max-width: 1330px;
    }
}

@media(min-width:1550px) {
    .container {
        max-width: 1430px;
    }
}

@media(min-width:1650px) {
    .container {
        max-width: 1530px;
    }
}

@media(min-width:1750px) {
    .container {
        max-width: 1630px;
    }
}


/* Header Css */

.theme-header {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.theme-header .navbar-brand img {
    width: 200px;
    height: auto;
}

.theme-header .navbar-collapse li .nav-link {
    color: #eeeeee !important;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0.75;
}

.theme-header .navbar-collapse form a {
    color: #eeeeee !important;
    font-size: 18px;
    opacity: 0.75;
}

.theme-header .navbar-collapse form a:hover,
.theme-header .navbar-nav li .nav-link:hover {
    color: #fff;
    opacity: 1;
}

.theme-header .navbar-nav li.dropdown .dropdown-menu {
    background-color: rgb(31 31 31 / 71%) !important;
    border-radius: 0;
    padding: 15px;
}

.theme-header .navbar-nav li.dropdown .dropdown-menu li a {
    color: #eeeeee !important;
}

.theme-header .navbar-nav li.dropdown .dropdown-menu li a:hover {
    color: #fff !important;
    background-color: #313233 !important;
}

.theme-header.sticky-header {
    background-color: #fff;
    box-shadow: 0 3px 45px rgba(0, 0, 0, 0.15);
}

.theme-header.sticky-header .navbar-collapse form a,
.theme-header.sticky-header .navbar-collapse li .nav-link {
    color: #000 !important;
}

.theme-header.sticky-header .navbar-brand img {
    filter: invert(1);
}


/* Header Css */


/* Hmg Banner */

.hmg-banner-sec {
    position: relative;
    height: 100vh;
}

.hmg-banner-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.hmg-banner-sec h1 {
    font-size: 56px;
    letter-spacing: 2px
}

.hmg-banner-sec h5 {
    margin-top: 35px;
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.hmg-banner-sec .baner-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hmg-banner-sec .container {
    position: relative;
    z-index: 99;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hmg-banner-sec ul {
    display: flex;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 150px;
}

.hmg-banner-sec ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.hmg-banner-sec ul li a {
    display: block;
    border-radius: 30px !important;
    border: 1px solid #eeeeee;
    padding: 15px 75px;
    background-color: #2e2e2e !important;
    color: #fff;
    transition: 0.2s;
}

.hmg-banner-sec ul li a:hover {
    margin-top: -10px;
}

.hmg-banner-sec ul li:nth-child(2) a {
    background-color: #fff !important;
    color: #2e2e2e;
}


/* Hmg Banner */

.hmg-video-sec-one video {
    width: 100%;
    height: 670px;
    object-fit: cover;
}

.hmg-location-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hmg-location-sec h2 {
    font-size: 42px;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.hmg-location-sec h5 {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.hmg-location-sec p {
    font-size: 18px;
}

.hmg-location-sec-itm {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 50px;
}

.hmg-location-sec-itm img {
    width: 100%;
    height: 365px;
}

.hmg-location-sec-itm:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.hmg-location-sec-itm .contnt-sec {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 50px;
    width: 100%;
    height: 100%;
}

.hmg-location-sec-itm h2 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 175px;
}

.hmg-location-sec-itm span {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

.hmg-location-sec-itm span i {
    margin-left: 10px;
}


/* Hmg Most Sec */

.we-bring-sec {
    position: relative;
}

.we-bring-sec .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.we-bring-sec h2 {
    font-size: 36px;
    margin-bottom: 100px;
    letter-spacing: 2px;
}

.we-bring-sec a {
    display: inline-block;
    border-radius: 30px;
    padding: 10px 75px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #eeeeee;
}

.we-bring-sec a:hover {
    background-color: #000;
    border-color: #000;
}

.we-bring-sec img {
    width: 100%;
    height: 965px;
    object-fit: cover;
}

.we-bring-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.hmg-most-sec {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.hmg-most-sec h2 {
    font-size: 32px;
    color: #2e2e2e;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.hmg-most-sec h5 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: 2px;
}


/* Hmg Most Sec */

.hmg-logo-slider-sec {
    padding-top: 50px;
}

.hmg-logo-slider-sec .slick-initialized .slick-slide div div {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.hmg-logo-slider-sec .slick-initialized .slick-slide div img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hmg-logo-slider-sec .slick-initialized .slick-slide div img:hover {
    filter: none;
    cursor: pointer;
}


/* Logo sec */

.hmg-logo-sec {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

.hmg-logo-sec ul {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: center;
}

.hmg-logo-sec ul li {
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66%;
    text-align: center;
}

.hmg-logo-sec ul li img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.hmg-logo-sec ul li img:hover {
    filter: none;
    cursor: pointer;
}


/* Logo sec */


/* Footer Css */

.theme-footer {
    background-color: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
}

.theme-footer h2 {
    font-size: 52px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.theme-footer p {
    font-size: 18px;
    padding-bottom: 25px;
}

.theme-footer .call-information {
    display: inline-block;
}

.theme-footer .call-information a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

.ftr-social-links {
    display: flex;
    margin-top: 25px;
}

.ftr-social-links a {
    display: block;
    margin-right: 20px;
    color: #000;
    font-size: 20px;
}

.get-started-btn {
    background-color: transparent;
    color: #000 !important;
    border: 3px solid #000;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    height: 60px;
    line-height: 54px;
}

.get-started-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.theme-footer .call-information a i {
    width: 30px;
}

.copyright-sec {
    background-color: #16161d;
    padding-top: 10px;
    padding-bottom: 10px;
}

.copyright-sec p {
    font-size: 12px;
}

.slick-prev,
.slick-next {
    display: none !important;
}


/* Footer Css */

.about-banner-sec {
    padding-top: 150px;
    padding-bottom: 70px;
    position: relative;
}

.about-banner-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.about-banner-sec h1 {
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 25px;
}

.about-banner-slider {
    max-width: 400px;
}

.about-banner-slider p {
    color: #fff;
    font-size: 18px;
}

.about-banner-slider .slick-dots {
    text-align: left;
}

.about-banner-slider .slick-dots li {
    width: auto;
    height: auto;
}

.about-banner-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 4px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #333;
}

.about-banner-slider .slick-dots li button:before {
    display: none;
}

.about-banner-slider .slick-dots li.slick-active button {
    background-color: transparent;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
}

.about-banner-sec .baner-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.about-banner-sec .container {
    position: relative;
    z-index: 99;
}

.hmg-most-sec-ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 35px;
}

.hmg-most-sec-ul li {
    padding-left: 20px;
    padding-right: 20px;
    width: 33.33%;
}

.hmg-most-sec-ul-div {
    border: 1px solid #000;
    text-align: center;
    padding: 50px 40px;
}

.hmg-most-sec-ul-div h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}

.hmg-most-sec-ul-div p {
    font-size: 18px;
}

.bringing-about-sec {
    position: relative;
}

.bringing-about-sec .container {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bringing-about-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}

.bringing-about-sec h2 {
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 25px;
}

.bringing-about-sec p strong {
    font-weight: 600;
}

.about-sec-two {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url('../images/about-sec-two-bg.jpg');
    position: relative;
}

.about-sec-two::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    background: linear-gradient(135deg, #232323 0%, #191919 100%);
    opacity: 0.95;
}

.about-sec-two .container {
    position: relative;
    z-index: 99;
}

.about-sec-two-itm {
    display: block;
    background-color: #747474;
    border: 10px solid #b5b5b5;
    color: #fff !important;
    padding: 50px;
    transition: 0.5s;
}

.about-sec-two-itm i.fas {
    font-size: 42px;
    margin-bottom: 15px;
}

.about-sec-two-itm h6 {
    font-size: 24px;
    margin-bottom: 15px;
}

.about-sec-two-itm p {
    font-size: 18px;
    margin-bottom: 35px;
}

.about-sec-two-itm span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 2px;
}

.about-sec-two-itm span i {
    margin-left: 10px;
}

.about-sec-two-itm:hover {
    background-color: #2c2c2c;
    border-color: #242424;
}

/*Contact Page*/
.contact-bg-sec{
    padding-top: 150px;
    padding-bottom: 70px;
    position: relative;
}
.contact-bg-sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}
.contact-bg-sec .container {
    position: relative;
    z-index: 99;
}
.contact-bg-sec-right{
    padding:40px 30px;
    background: #151314;
    background: linear-gradient(90deg, #151314 0%, rgba(21, 19, 20, 0.7) 100%);
    opacity: 1;
}
.contact-bg-sec-right h2{
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.contact-bg-sec-right ul li{
    margin-top:15px;
    color:#fff;
    font-size:18px;
    display:flex;
    align-items:center;
}
.contact-bg-sec-right ul li i{
    font-size: 22px;
    width: 22px;
    margin-right: 15px;
}
.contact-bg-sec-right ul li a{
    display:flex;
    color:#fff;
    align-items:center;
}
.fas.fa-phone{
        transform: rotate(90deg);
}
.contact-bg-sec-right form{
    margin-top:25px;
    position:relative;
}
.contact-bg-sec-right form:before{
    content:'';
    width:100px;
    height:1px;
    background-color:rgba(255,255,255,.6);
    margin-bottom:10px;
    display:inline-block;
}

.contact-bg-sec-right form .form-control{
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
    box-shadow:none!important;
}
.contact-bg-sec-right form .form-control:focus{
    border-color:#fff;
}
.contact-bg-sec-right textarea.form-control{
    min-height:190px;
}
.contact-bg-sec-right .send-btn{
    width: 100%;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    height: 48px;
    text-transform: uppercase;
}
.contact-bg-sec-right .send-btn:hover{
    background-color:#fff;
    color:#000;
}
.contact-bg-sec-lft{
    display:flex;
    position:relative;
}
.contact-bg-sec-lft-img{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top center;
}
.contact-bg-sec-lft .ftr-social-links{
    position: relative;
    margin-top: auto;
    margin-left: 15px;
    margin-bottom: 20px;
}
@media(max-width:991px){
    .contact-bg-sec {
    padding-top: 135px;
    padding-bottom: 50px;
}
.contact-bg-sec-lft{
    order:2;
    margin-top:30px;
    height:700px;
}
}
@media(max-width:767px){
    .contact-bg-sec {
    padding-top: 110px;
}
}
@media(max-width:575px){
    .contact-bg-sec-lft{
    height:550px;
    width: calc(100% - 30px);
    margin-left: 15px;
}
.contact-bg-sec-right {
            padding: 20px 16px;
        width: calc(100% - 30px);
        margin-left: 15px;
}

}
