/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700,900');


/*-------------------
2. Theme Default CSS
--------------------*/

* {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #000;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #b69d74;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4em;
}

h1 {
    line-height: 1.2em;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    color: #d7d7d7;
    background-color: #232a35;
    outline: none;
}

.table-responsive>.table-bordered {
    font-size: calc(8px + (16 - 8) * ((100vw - 320px) / (1440 - 320)));
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #8c93a121;
}



input, textarea {
    font-size: 16px!important; 
  }

.input-wrapper small {
    color: rgb(241, 37, 37);
    position: absolute;
    bottom: 5px;
    left: 15px;
    visibility: hidden;
}

.input-wrapper.error small {
    visibility: visible;
}

.input-wrapper a {
    color: #FFF;
    text-decoration: underline;
}

.input-wrapper a:hover {
    color: #b69d74;
}

small.error-message {
    bottom: -20px;
}

.fa-brands,
.fab {
    font-size: 20px;
}

.dropdown-menu {
    background-color: #192337;
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    color: #000;
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: none;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #999999;
}
.datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color: transparent;
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #eee;
    color: #000;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    cursor: not-allowed;
}

.back {
    position: absolute;
    top: -29px;
    padding: 12px 20px 12px 0;
    cursor: pointer;
}
.modal {
    top: 14%;
}

.modal-header {
    padding: 15px;
    border-bottom: none;
}

.modal-content {
    position: relative;
    background-color: #192337;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.close {
    color: #FFF !important;
    text-shadow: none;
}

.second-step {
    display: none;
}

.service-1,
.service-2,
.service-3 {
    display: none;
}

/*-- 3. Helper-class --*/

.relative {
    position: relative;
    z-index: 1;
}

.pink {
    color: #b69d74
}

.bg-black {
    background: #1f2839;
}

.section-padding {
    padding: 120px 0;
}

.section-padding-top {
    padding-top: 120px;
}

.space-50 {
    height: 50px;
    display: block;
    width: 100%;
}

.space-30 {
    height: 30px;
    display: block;
    width: 100%;
}

/*-- 4. Button-Style --*/

.bttn {
    display: inline-block;
    background-color: #b69d74;
    border-radius: 2px;
    padding: 0.6em 2em;
    text-transform: capitalize;
    font-weight: 600;
    -webkit-box-shadow: 0 0 0 0 rgb(215 234 181 / 1);
    box-shadow: 0 0 0 0 rgb(215 234 181 / 1);
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #000;
}

.bttn.bttn-lg {
    padding: 1em 2.2em;
}

.bttn:focus,
.bttn:hover {
    background-color: #ffffff;
    color: #000;
    -webkit-box-shadow: 0 0 15px 0 rgb(215 234 181 / 20%);
    box-shadow: 0 0 15px 0 rgb(215 234 181 / 20%);
}

.bttn.bttn-round {
    border-radius: 5px;
}

.bttn.bttn-xs {
    padding: 5px 25px;
    font-size: 14px;
}

.v-bttn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    color: #b69d74;
    -webkit-box-shadow: 0 0 50px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 50px 0 rgba(255, 255, 255, 0.5);

    padding: 30px;
}

.v-bttn i {
    font-size: 40px;
}

.v-bttn:hover {
    background-color: #b69d74;
    color: #ffffff;
}

/*-- 5. Top-Bar --*/

.top-bar {
    padding: 15px 0;
}

.top-bar .modal-box {
    float: left;
    margin-right: 10px;
}

.modal-box a {
    color: #ffffff;
}

/*-- 6. Modal-Box --*/

.modal-box {
    position: relative;
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.modal-box .box-icon {
    margin-right: 10px;
}

.modal-box p {
    margin-bottom: 0;
}


/*-- 7. Social-Menu --*/

.social-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 5px;
}

.social-menu li a {
    display: block;
    color: #b69d74;
    font-size: 16px;
}

.social-menu-footer {
    display: flex;
}

.social-menu-footer a {
    display: block;
    color: #b69d74;

    margin-right: 15px;
}

.social-menu-footer a i {
    font-size: 30px;

}

.tg {
    color: #21a1dc;
}

.vb {
    color: #703fa8;
}

.wp {
    color: #2ba71a;
}

/*-- 8. MainMenu-Area --*/

.mainmenu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(35, 42, 53, 0.5);
    -webkit-box-shadow: 0 0 0 -5px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 -5px rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area.affix {
    position: fixed;
    top: 0;
    background-color: rgba(35, 42, 53, 0.9);
    -webkit-box-shadow: 0 0 30px -5px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 30px -5px rgba(255, 255, 255, 0.2)
}

.mainmenu-area.navbar-inverse {
    border: none;
    border-radius: 0;
}

.mainmenu-area .navbar-brand {
    display: block;
    height: auto;
}

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

.mainmenu-area ul.nav.navbar-nav>li>a {
    padding: 30px 20px;
    font-weight: 600;
    background: none;
    overflow: hidden;
    position: relative;
    display: block;
}

.mainmenu-area ul.nav.navbar-nav>li>a:before {
    content: "";
    position: absolute;
    left: -60%;
    top: 50%;
    width: 50%;
    height: 2px;
    background-color: #b69d74;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.mainmenu-area ul.nav.navbar-nav>li.active>a:before,
.mainmenu-area ul.nav.navbar-nav>li:hover>a:before {
    left: 0;
}

.mainmenu-area ul.nav.navbar-nav>li>a:focus,
.mainmenu-area ul.nav.navbar-nav>li>a:hover {
    background: none;
}


.page-hero {
    padding-top: 100px;
    background: #192336;

    padding-top: 150px;
    background-image: url(../images/hero-sec-bg.jpg);
    background-position: center;
    background-size: contain;
    /* height: 400px; */

}


/*-- 9. Home-Area --*/

.home-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100%; */
}

.vcenter {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.home-area .headline {
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 30px;
}

.navbar-brand {
    padding: 24px 15px 0px 15px;
}


/*-- ABOUT US --*/

#about_page {
    background: #fff
}

.about-us-title {
    color: #000;
}

/*-- 10. Slider-Section --*/

.bg-slider {
    width: 100%;
}


.bg-slider .item {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.bg-slider .owl-item.active .item .headline {
    -webkit-animation: 1s 1s fadeInUp both;
    animation: 1s 1s fadeInUp both;
}

.bg-slider .owl-item.active .item .desc {
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
}

.bg-slider .owl-item.active .item .bttn {
    -webkit-animation: 1s 2s fadeInUp both;
    animation: 1s 2s fadeInUp both;
}


.bg-slider .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-slider .owl-controls {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 0;
}

.bg-slider .owl-controls .owl-dots {
    counter-reset: slider-count;
}

.bg-slider .owl-controls .owl-dots .owl-dot {
    display: block;
    text-align: center;
    margin: 5px;
}

.bg-slider .owl-controls .owl-dots .owl-dot:before {
    counter-increment: slider-count;
    content: '0' counter(slider-count);
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: inline-block;
}

.bg-slider .owl-controls .owl-dots .owl-dot.active:before {
    color: #b69d74;
    font-weight: 600;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);

}

.bg-slider .owl-controls .owl-nav>div {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    font-size: 26px;
}

.bg-slider .owl-controls .owl-nav>div.owl-next {
    top: auto;
    bottom: 0;
}

.page-title {
    margin-bottom: 80px;
}

.page-title .title {
    font-size: 44px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #000;
}

.page-title .title-light {
    color: #FFF;
}

.sub-title {
    font-size: 16px;
    text-transform: capitalize;
    border-left: 3px solid #b69d74;
    padding-left: 15px;
    letter-spacing: 2px;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
    color: #1f2839;
}

.sub-title.light {
    color: #FFFFFF;
}

.page-description {
    color: #1f2839;
    font-size: 20px;
}


/*-- 11. Service-Area --*/

.service-box {
    padding: 60px 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    min-height: 525px;
}

.service-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #263043;
    opacity: 0.7;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.service-box:hover:before {
    background-color: #b69d74;
    opacity: 0.9;
    color: #000 !important;
}

.service-box:hover {
    color: #000 !important;
}

.service-box:hover h3 {
    color: #000 !important;
}

.service-box h3 {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.service-box h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #ffffff;
}


.service-box .bttn {
    background-color: transparent;
    color: #b69d74;
    border: 2px solid #b69d74
}

.service-box:hover .bttn {
    color: #000;
    border: 2px solid #000
}

.service-box .bttn:hover {
    background-color: #ffffff;
    color: #000;
    border: 2px solid #000;
}

#service_page {
    position: relative;
}

#service_page:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/service-bg.png') no-repeat scroll left;
}

/*-- 12. Parallax --*/

ul.parallax {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30%;
    bottom: 10%;
    z-index: -1;
    ;
}

ul.parallax li {
    display: inline-block;
}

ul.parallax li span {
    width: 40px;
    margin: 15px;
    height: 200px;
    background-color: #ffffff;
    display: block;
    border-radius: 100px;
    opacity: 0.1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

/*-- 13. Shidiul-List --*/


/*-- 15. Price-Area --*/

.single-price {
    padding: 50px 40px;
    background-color: #263043;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    min-height: 630px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.single-price.popular:before {
    content: "\f005";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 0;
    height: 50px;
    width: 40px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-size: 24px;
    line-height: 52px;
    z-index: 3;
    border-radius: 0 0 50px 50px;
}

.single-price:hover {
    background-color: #b69d74;
    color: #000;
}

.single-price .price-icon {
    font-size: 45px;
    margin-bottom: 20px;
}

.single-price h3 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #b69d74;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-price:hover h3 {
    color: #000;
}

.single-price h4 {
    color: #ffffff;
    font-size: 26px;
    margin-bottom: 0;
}

.single-price:hover h4,
small {
    color: #000;
}

.single-price:hover small {
    color: #000;
}

.single-price :hover ul li:before {
    color: #000;
}


.single-price h4 small {
    color: #ffffff;
    font-size: 16px;
}

.single-price ul {
    list-style: none;
    margin: 50px 0;
    padding: 0;
    margin-left: 22px;
}

.single-price ul li {
    position: relative;
    margin: 10px 0;
}

.single-price ul li:before {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #ffffff;
    display: inline-block;
    margin-right: 15px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-price:hover ul li:before {
    background-color: #000;
}

.single-price .bttn {
    border: 2px solid #b69d74;
    text-align: center;
}

.single-price:hover .bttn {
    border-color: #000;
}

.single-price .bttn:hover {
    background-color: #ffffff;
    color: #000;
}

/*-- 16. Video-Area --*/

.video-section {
    padding: 250px 0;
    position: relative;
    background: url('../images/bg.jpg') no-repeat scroll center center / cover;
    z-index: 1;
}

.video-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b69d74;
    opacity: 0.8;
    z-index: -1;
}

.text-dark {
    color: #000;
}

/*-- 17. Team-Area --*/

.single-team {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.single-team:hover {
    background-color: #b69d74;
}

.signle-testimonial .testimonial-photo,
.single-team .team-photo {
    margin: 0;
    padding: 0;
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto auto 30px auto;
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.2);
}

.single-team .name {
    font-size: 20px;
}

.single-team .position {
    margin-bottom: 20px;
}

.single-team .social-menu a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    margin: 3px;
    background-color: transparent;
    color: #ffffff;
    font-size: 15px;
}

.single-team .social-menu a:hover {
    background-color: #ffffff;
    color: #b69d74;
}

/*-- 18. Testimonial-Area --*/

.testimonials {
    margin-top: 50px;
}

.signle-testimonial {
    margin-left: 50px;
    margin-right: 50px;
    padding: 100px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.signle-testimonial .testimonial-photo {
    margin: 0 0 20px 0;
    position: absolute;
    left: -50px;
    top: -50px;
    -webkit-box-shadow: 0 0 0 10px #20252D;
    box-shadow: 0 0 0 10px #20252D;
    border-radius: 50% 50% 0px 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.signle-testimonial:nth-child(even) .testimonial-photo {
    left: auto;
    right: -50px;
    border-radius: 50% 50% 50% 0px;
}

.signle-testimonial:first-child {
    border-radius: 5px 5px 0 0;
}

.signle-testimonial:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
}

.signle-testimonial h3 {
    font-size: 18px;
    margin-bottom: 20px;
}


/* Footer-Area --*/

.footer-area {
    padding-top: 15px;
    background: #192336;
}

.footer-area .footer-bottom {
    padding: 30px 0;

    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-area .footer-bottom p {
    margin-bottom: 0;
}

.footer-columns {
    padding: 90px 0px;
}

.footer-colum {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-colum a {
    color: #fff;
}

/*-- 22. ScrollUp Button --*/

#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #ffffff;
    color: #b69d74;
    font-size: 26px;
    line-height: 50px;
    border-radius: 2px;
}

#scrollUp:hover {
    background-color: #b69d74;
    color: #ffffff;
}

/*-- 23. Form-Controls --*/

.form-control {
    border-radius: 2px;
    height: auto;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #374257;
    background-color: transparent;
    color: #fff;
}


/*-- 24. Subscribe-Form --*/

.subscrie-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
}

.subscrie-form .subs-close {
    color: #ffffff;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    z-index: 999;
}

.subscrie-form form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 600px;
    max-width: 100%;
    padding: 40px;
    border-radius: 5px;
    background-color: rgba(235, 49, 90, 0.8);
}

.subscrie-form .bttn {
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.subscrie-form .bttn:focus,
.subscrie-form .bttn:hover {
    background-color: #ffffff;
    color: rgba(235, 49, 90, 1);
}


.policy-home-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80px;
}

.policy-footer {
    padding: 0;
}

.copyright {
    display: flex;
    justify-content: start;
}

.terms {
    display: flex;
    justify-content: end;
}

.terms a {
    color: #ffffff;
}


/* TERMS PAGE */