@font-face {
    font-family: "Poppin";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Anticslab";
    src: url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
    font-family: "Poppin";
    font-size: 14px;
    color: #222222;
}

p {
    text-align: justify;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

/*------------------------------common START------------------------------*/
.height-100 {
    height: 100%;
}

.text--highlighted-red {
    color: #ff0000;
}

.text--highlighted-red:hover {
    color: #ff6666;
}

.text--highlighted-gold {
    color: #b58e3e;
}

.text-lg {
    font-size: 74px;
}

@media only screen and (max-width: 767px) {
    .text-lg {
        font-size: 22px;
    }
}

.section-title {
    font-family: "Anticslab";
}

/*------------------------------common END------------------------------*/
/*------------------------------nav START------------------------------*/
.main-nav {
    background: rgba(255, 255, 255, 0.3);
    transition: ease-in 0.5s;
    -webkit-transition: ease-in 0.5s;
    -moz-transition: ease-in 0.5s;
    -o-transition: ease-in 0.5s;
}

@media only screen and (max-width: 767px) {
    .main-nav {
        top: 0px !important;
    }
}

.main-nav .bmr-logo {
    width: 90px;
}

.main-nav .navigation-list .nav-item.active, .main-nav .navigation-list .nav-item:hover {
    background: #b58e3e;
    transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
}

.main-nav .navigation-list .nav-item.active a, .main-nav .navigation-list .nav-item:hover a {
    color: #ffffff;
}

.main-nav .navigation-list li {
    padding-right: 13px;
    padding-left: 13px;
}

.main-nav .navigation-list li .nav-link {
    color: #ffffff;
}

.main-nav.nav-changes {
    background-color: #ffffff;
    transition: ease-out 0.6s;
    -webkit-transition: ease-out 0.6s;
    -moz-transition: ease-out 0.6s;
    -o-transition: ease-out 0.6s;
}

.main-nav.nav-changes .navigation-list li .nav-link {
    color: #222222;
}

.main-nav.nav-changes .navigation-list li.nav-item:hover a, .main-nav.nav-changes .navigation-list li.nav-item.active a {
    color: #ffffff;
}

.ready-nav {
    top: 30px;
}

/*------------------------------nav END------------------------------*/
/*------------------------------Slider START------------------------------*/
.main-slider-content {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .main-slider-content {
        height: 935px;
        max-height: 935px;
    }
}

.main-slider-content .carousel-inner .bmr-slider {
    height: 100vh;
}

@media only screen and (max-width: 767px) {
    .main-slider-content .carousel-inner .bmr-slider {
        height: 935px;
        max-height: 935px;
    }
}

.main-slider-content .carousel-inner .bmr-slider__1 {
    background: url("../img/slider/bmr-slider-1.jpg") center no-repeat;
    background-size: cover;
}

.main-slider-content .carousel-inner .bmr-slider__2 {
    background: url("../img/slider/bmr-slider-2.jpg") center no-repeat;
    background-size: cover;
}

.main-slider-content .carousel-inner .bmr-slider__3 {
    background: url("../img/slider/bmr-slider-3.jpg") center no-repeat;
    background-size: cover;
}

.main-slider-content .carousel-inner .bmr-slider__4 {
    background: url("../img/slider/bmr-slider-4.jpg") center no-repeat;
    background-size: cover;
}

.main-form-content {
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
}

.main-form-content .about-bmr {
    text-align: center;
    font-size: 50px;
    margin-bottom: -30%;
    color: #ffffff;
    font-family: "Anticslab";
}

@media only screen and (max-width: 767px) {
    .main-form-content .about-bmr {
        font-size: 16px;
        margin-top: 70px;
    }
}

@media only screen and (max-width: 479px) {
    .main-form-content .about-bmr {
        font-size: 14px;
        margin-top: 70px;
    }
}

.main-form-content .form {
    background: rgba(34, 34, 34, 0.2);
    padding: 50px 50px 34px;
    border-radius: 5px;
    transition: ease-in 0.3s;
    -webkit-transition: ease-in 0.3s;
    -moz-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
}

@media only screen and (max-width: 767px) {
    .main-form-content .form {
        padding: 15px;
        margin-top: 30%;
    }
}

.main-form-content .form:hover {
    background: rgba(34, 34, 34, 0.5);
}

.main-form-content .form--text-light {
    color: #ffffff;
}

.main-form-content .form--bg-transparent {
    background: rgba(255, 255, 255, 0.4);
    transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    color: #ffffff;
}

.main-form-content .form--bg-transparent:hover {
    background: rgba(255, 255, 255, 0.6);
}

.main-form-content .form--bg-transparent::-webkit-input-placeholder {
    color: #ffffff;
}

.main-form-content .form--bg-transparent:-moz-placeholder {
    color: #ffffff;
}

.main-form-content .form--bg-transparent::-moz-placeholder {
    color: #ffffff;
}

.main-form-content .form--bg-transparent:-ms-input-placeholder {
    color: #ffffff;
}

.main-form-content .form--btn-long {
    width: 100%;
    color: #ffffff;
}

.main-form-content .form--btn-long:hover {
    background: #ffffff;
    color: #b58e3e;
}

/*------------------------------Slider END------------------------------*/
/*------------------------------Information text area START------------------------------*/
.information-text-area {
    background: url("../img/paralex/infor-area.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.information-text-area .feature-right-text-area {
    margin-top: -80px;
    background: #00486c;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .information-text-area .feature-right-text-area {
        margin-top: 0;
    }
}

/*------------------------------Information text area END------------------------------*/
/*------------------------------Other details area START------------------------------*/
.other-details-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.other-details-area .hover-content {
    margin-bottom: 30px;
}

/*------------------------------Other details area END------------------------------*/
/*------------------------------Testimonial START------------------------------*/
.testimonial-contact {
    background: url("../img/paralex/contact-area.jpg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
}

.testimonial-contact .para {
    font-size: 25px;
    line-height: 0.6;
}

.testimonial-contact .user {
    text-align: center;
}

.testimonial-contact .user__name {
    font-size: 16px;
    display: block;
    font-weight: 900;
}

.testimonial-contact .user__occupation {
    font-size: 12px;
    display: block;
}

.testimonial-contact .sliding-arrows {
    position: absolute;
    margin: 0;
    right: 0;
    top: 60px;
}

.testimonial-contact .sliding-arrows .fa {
    font-size: 25px;
    width: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.testimonial-contact .testimonial-slider {
    display: none;
}

.testimonial-contact .testimonial-slider.slider-active {
    display: block;
}

/*------------------------------Testimonial END------------------------------*/
/*------------------------------Contact START------------------------------*/
.contact-details li {
    line-height: 2;
}

.contact-details li i {
    margin-right: 10px;
}

/*------------------------------Contact END------------------------------*/
/*------------------------------Social Links START------------------------------*/
.social-links {
    padding: 0;
    margin: 0;
}

.social-links li {
    font-size: 20px;
    margin-left: 30px;
    padding: 10px 12px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: ease-in 0.4s;
    -webkit-transition: ease-in 0.4s;
    -moz-transition: ease-in 0.4s;
    -o-transition: ease-in 0.4s;
}

.social-links li:first-child {
    margin-left: 0;
}

.social-links li:hover {
    background: #b58e3e;
    color: #00486c;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: ease-in-out 0.6s;
    -webkit-transition: ease-in-out 0.6s;
    -moz-transition: ease-in-out 0.6s;
    -o-transition: ease-in-out 0.6s;
}

/*------------------------------Social Links END------------------------------*/
/*------------------------------Footer START------------------------------*/
.footer {
    background: #00486c;
    color: #ffffff;
    padding: 30px 0 20px 0;
}

.footer .all-rights-reserved {
    text-align: center;
}

/*------------------------------Footer END------------------------------*/
.hover-effect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #00486c;
}

.hover-effect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

.hover-effect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hover-effect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hover-effect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hover-effect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hover-effect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hover-effect:hover a, .hover-effect:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hover-effect:hover a:hover, .hover-effect:hover p:hover {
    color: #c8a55e;
}

.hover-effect a, .hover-effect p {
    color: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    text-align: center;
}

/*# sourceMappingURL=main.css.map */
