@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap";
@import "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&display=swap";
body {
    font-size: 16px;
    line-height: 1.8;
    font-family: poppins, sans-serif;
    color: #8d8d90;
}
p {
    color: #8d8d90;
}
a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
button {
    margin: 0;
    padding: 0;
    outline: 0;
}
button:focus {
    outline: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2d3652;
    font-weight: 600;
    line-height: 1.3;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
img {
    max-width: 100%;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-20 {
    padding-top: 20px;
}
.ml-50 {
    margin-left: 50px;
}
.mt-50{
    margin-top: 50px;
}
.mt-70{
    margin-top: 70px;
}
.mt-100{
    margin-top: 100px;
}
.text-white {
    color: #fff;
}
.bg-color-in {
    background-color: #fafbff;
}
.border-radius-5 {
    border-radius: 75px 5px 75px 5px !important;
}
.default-btn {
    background-color: #b99a6a;
    padding: 12px 42px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background-color: #b99a6a;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.default-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #b99a6a;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.default-btn:hover {
    color: #fff;
}
.default-btn:hover::before {
    top: 0;
    background-color: #2d3652;
    color: #fff;
}
.default-btn:hover::after {
    bottom: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    background-color: #2d3652;
    color: #fff;
}

.default-btn.active {
    margin-left: 20px;
    color: #232350;
    background-color: transparent;
    border: 1px solid #2d3652;
    overflow: hidden;
}

.section-title span {
    color: #b99a6a;
    font-weight: 500;
    line-height: 0;
}
.section-title h2 {
    font-size: 35px;
    margin: auto;
}
.section-title p {
    padding-top: 15px;
    margin: 0 auto;
}
.navbar-area {
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.navbar-light {
    padding-left: 0;
    padding-right: 0;
}
.navbar-light .navbar-brand img {
    float: left;
    width: 200px;
}
.navbar-light .navbar-brand .logo-two {
    display: none;
}
.navbar-light .navbar-brand-sticky {
    display: none;
}
.sticky-nav {
    position: fixed;
    -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    width: 100% !important;
    z-index: 999;
}
.sticky-nav .top-nav {
    width: 100% !important;
    background-color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 0;
}
.sticky-nav .main-nav {
    background-color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.main-nav {
    position: inherit;
    background: #fff;
    top: 0;
    left: 0;
    padding: 7px 0;
    width: 100%;
    z-index: 999;
    height: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
    color: #b99a6a;
}
.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #222;
    font-weight: 500;
    margin-left: 12px;
    margin-right: 12px;
}
.main-nav nav .navbar-nav .nav-item a i {
    line-height: 0;
    position: relative;
    top: 3px;
}
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
    color: #b99a6a;
}
.main-nav nav .navbar-nav .nav-item a.active {
    color: #b99a6a !important;
}
.main-nav nav .navbar-nav .nav-item a.active i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main-nav nav .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.main-nav nav .navbar-nav .nav-item a:focus i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main-nav nav .navbar-nav .nav-item a .active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    background-color: #fff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px dotted rgba(240, 9, 105, 0.4);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #222 !important;
    position: relative;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    font-weight: 500;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    background-color: #f3f3f3;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    background-color: #f3f3f3;
    border-radius: 0.25rem;
    color: #b99a6a !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #b99a6a;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
    color: #b99a6a !important;
    letter-spacing: 0.5px;
    background-color: #f3f3f3;
    border-radius: 0.25rem;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
    color: #b99a6a !important;
}
.menu-btn {
    display: inline-block;
    position: relative;
    top: 5px;
}
.menu-btn .phone-btn {
    background-color: #b99a6a;
    padding: 10px 16px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.menu-btn .phone-btn:hover {
    background-color: #2d3652;
}
.menu-btn .phone-btn i {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 3px;
}

.menu-btn .phone-btn:hover {
    color: #fff;
}
.menu-btn .phone-btn:hover::before {
    top: 0;
    background-color: #4356d6;
    color: #fff;
}
.menu-btn .phone-btn:hover::after {
    bottom: 0;
    background-color: #4356d6;
    color: #fff;
}

.price-shape {
    background-image: url(https://templates.hibootstrap.com/pixis/default/assets/img/shape/price-shape.png);
    background-position: center center;
    background-size: cover;
}
.top-nav {
    position: fixed;
    width: 1230px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mobile-nav .mean-container .mean-nav ul li a .active {
    color: #b99a6a;
}
.mean-container a.meanmenu-reveal {
    color: #2D3652;
}
.mean-container a.meanmenu-reveal span {
    background-color: #2D3652;
}
.banner-content {
    max-width: 550px;
    margin-left: auto;
}
.banner-content h1 {
    font-size: 65px;
    font-family: playfair display, serif;
    margin-bottom: 30px;
    text-shadow: 3px 3px 8px rgba(66, 68, 90, 1);
}
.banner-content p {
    font-size: 17px;
    max-width: 530px;
    margin-bottom: 40px;
}
.banner-img {
    position: relative;
    margin-bottom: 100px;
}
.banner-img .banner-into-slider {
    position: absolute;
    bottom: -110px;
    left: -40px;
}
.banner-img .banner-into-slider .banner-item {
    height: 220px;
}
.banner-img .banner-into-slider .banner-item img {
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}
.banner-img .owl-dots {
    margin-top: 40px !important;
}
.banner-img .owl-dots .owl-dot span {
    background-color: #2d3652 !important;
}
.banner-img .owl-dots .owl-dot.active span {
    background-color: #b99a6a !important;
}
.banner-img .owl-dots .owl-dot:hover span {
    background-color: #b99a6a !important;
}
.banner-width {
    max-width: 670px;
    margin-top: 150px;
}
.banner-img-two {
    position: relative;
}
.banner-img-two .banner-into-img {
    position: absolute;
    bottom: -50px;
    left: -120px;
    z-index: 1;
}
.banner-img-two .banner-into-img img {
    max-width: 500px;
    height: 500px;
}
.about-area {
    position: relative;
}
.about-img {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
    -webkit-box-shadow: 5px 3px 14px -4px rgba(0,0,0,0.9);
    -moz-box-shadow: 5px 3px 14px -4px rgba(0,0,0,0.9);
    box-shadow: 5px 3px 14px -4px rgba(0,0,0,0.9);
}
.about-img img {
    text-align: center;
    max-width: 450px;
}

.about-content {
    margin-left: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.about-content span {
    color: #b99a6a;
    font-weight: 500;
    line-height: 0;
}
.about-content h2 {
    font-size: 35px;
    margin-bottom: 30px;
}
.about-content p {
    max-width: 680px;
}
.about-content .about-btn {
    margin-top: 25px;
    display: inline-block;
}
.about-content .about-btn .know-more-btn {
    background-color: #2d3652;
    padding: 12px 40px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about-content .about-btn .know-more-btn i {
    font-size: 22px;
    color: #fff;
    position: relative;
    top: 3px;
}
.about-content .about-btn .know-more-btn::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    width: 50%;
    height: 50%;
    background-color: #2d3652;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-content .about-btn .know-more-btn::after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0%;
    width: 50%;
    height: 50%;
    background-color: #2d3652;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-content .about-btn .know-more-btn:hover {
    color: #fff;
}
.about-content .about-btn .know-more-btn:hover::before {
    top: 0;
    background-color: #b99a6a;
    color: #fff;
}
.about-content .about-btn .know-more-btn:hover::after {
    bottom: 0;
    background-color: #b99a6a;
    color: #fff;
}
.about-shape {
    position: absolute;
    top: -100px;
    left: 0;
}
.about-width {
    margin-top: 30px;
    max-width: 670px;
    margin-left: auto;
}
.about-img-2 {
    margin-bottom: 30px;
}

.product-area {
    position: relative;
    z-index: 1;
}
.product-card {
    border-radius: 25px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 3px 14px -4px rgba(0,0,0,0.9);
    -moz-box-shadow: 5px 3px 14px -4px rgba(0,0,0,0.9);
    box-shadow: 5px 3px 14px -4px rgba(0,0,0,0.9);
}
.product-card a {
    display: block;
    width: 100%;
}
.product-card img {
    width: 100%;
    height:  280px;
    border-radius: 25px;
}


.footer-area {
    background-color: #1c243c;
    margin-top: 100px;
    position: relative;
}
.footer-contact {
    top: -100px;
    position: relative;
    z-index: 3 !important;
}
.footer-card {
    background-color: #2d3652;
    border-radius: 15px;
    text-align: center;
    padding: 50px 15px 45px;
}
.footer-card i {
    width: 50px;
    height: 50px;
    background-color: #b99a6a;
    border-radius: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.footer-card h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.footer-card h3 a {
    color: #fff;
}
.footer-top-list {
    /* max-width: 924px; */
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.footer-list {
    margin-bottom: 30px;
}
.footer-list h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.footer-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-list ul li {
    margin-top: 10px;
    display: block;
    font-size: 17px;
    color: #fff;
}
.footer-list ul li i {
    font-size: 15px;
}
.footer-list ul li a {
    color: #fff;
    position: relative;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.footer-list ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    opacity: 0;
    background-color: #b99a6a;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer-list ul li a:hover::before {
    width: 100%;
    opacity: 1;
}
.footer-list ul li a:hover {
    color: #b99a6a;
}
.footer-side-list {
    margin-bottom: 30px;
    float: right;
}
.footer-side-list h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.footer-side-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-side-list ul li {
    margin-top: 10px;
    display: block;
    font-size: 17px;
    color: #fff;
}
.footer-side-list ul li:hover i {
    border-radius: 50px;
    background-color: #b99a6a;
}
.footer-side-list ul li i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #2d3652;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.footer-side-list ul li a {
    color: #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.footer-side-list ul li a:hover {
    color: #b99a6a;
}
.footer-bottom {
    border-top: 1px solid #3e4559;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-logo {
    float: left;
    margin: 0;
}
.footer-logo img {
    max-width: 200px;
    margin: 0;
    padding: 0;
}
.bottom-text {
    float: right;
}
.bottom-text p {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    padding-right: 30px;
    position: relative;
}
.bottom-text p a {
    color: #b99a6a;
}
.bottom-text p a:hover {
    color: #fff;
}
.bottom-text p::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #3e4559;
    top: 7px;
    right: 0;
}
.bottom-text .social-bottom {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 15px;
}
.bottom-text .social-bottom li {
    display: inline-block;
    margin-right: 10px;
}
.bottom-text .social-bottom li a {
    font-size: 20px;
    color: #fff;
}
.bottom-text .social-bottom li a:hover {
    color: #b99a6a;
}


.choose-area {
    background-color: #fafbff;
}
.choose-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.choose-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #b99a6a;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.choose-card:hover::before {
    opacity: 1;
    height: 100%;
    border-radius: 10px;
}
.choose-card:hover i,
.choose-card h3 {
    color: #fff;
}
.choose-card:hover h3 {
    color: #fff;
}
.choose-card i {
    font-size: 45px;
    margin-bottom: 10px;
    color: #b99a6a;
}
.choose-card h3 {
    font-size: 20px;
    color: #2d3652;
}
.testimonial-area-two {
    position: relative;
    background-color: #2d3652;
}
.testimonial-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../img/testimonial/bg-shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.testimonial-area-two .owl-nav .owl-prev {
    position: absolute;
    bottom: 15%;
    left: 30%;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    color: #fff !important;
    font-size: 24px !important;
    background-color: #b99a6a !important;
    opacity: 0.5;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.testimonial-area-two .owl-nav .owl-prev:hover {
    opacity: 1;
}
.testimonial-area-two .owl-nav .owl-next {
    position: absolute;
    bottom: 15%;
    right: 60%;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    color: #fff !important;
    font-size: 24px !important;
    background-color: #b99a6a !important;
    opacity: 0.5;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.testimonial-area-two .owl-nav .owl-next:hover {
    opacity: 1;
}
.testimonial-card-content {
    text-align: center;
    margin-left: 115px;
}
.testimonial-card-content h3 {
    font-size: 24px;
    color: #b99a6a;
}
.testimonial-card-content p {
    color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.testimonial-img-2 img {
    border-radius: 15px;
    width: 370px !important;
}
.testimonial-icon {
    position: absolute;
    top: 40%;
    left: 22%;
}
.testimonial-icon i {
    font-size: 110px;
    color: #3e4660;
}
.testimonial-bottom {
    border-radius: 0 0 0 170px;
    position: relative;
    padding-bottom: 200px;
}
.testimonial-bottom::before {
    content: "";
    left: 0;
    top: auto;
    position: absolute;
    background: #fff;
    height: 17%;
    bottom: -100px !important;
    -webkit-transform: skewY(175deg);
    transform: skewY(175deg);
    width: 100%;
    z-index: 1;
}
.newsletter-area {
    padding: 50px 0;
    text-align: center;
    border-radius: 15px;
    background-color: #2d3652;
}
.newsletter-area h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px;
}
.newsletter-form {
    position: relative;
    max-width: 575px;
    margin: 0 auto;
    border-radius: 50px;
}
.newsletter-form .form-control {
    background: #fff;
    height: 55px;
    line-height: 55px;
    margin: 0;
    border-radius: 5px;
    border: none;
    padding: 0 25px;
}
.newsletter-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.newsletter-form .subscribe-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0;
    background-color: #b99a6a;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
}
.newsletter-form .subscribe-btn:hover {
    background: #2d3652;
    color: #fff;
}
.newsletter-form .validation-danger {
    font-size: 18px;
    margin-top: 5px;
    color: red;
}
.about-service-text {
    margin-left: auto;
    max-width: 560px;
}
.about-service-img {
    margin-top: 90px;
    position: relative;
    max-width: 600px;
}
.about-service-img .about-man-img {
    position: relative;
    text-align: center;
    z-index: 1;
}
.about-service-img .about-man-img img {
    max-width: 350px;
    margin-right: 90px;
    height: 470px;
    z-index: 1;
}
.about-service-img .about-man-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 15%;
    left: 0;
    right: 15%;
    margin: 0 auto;
    width: 370px;
    height: 370px;
    background-color: #2d3652;
    border-radius: 50%;
}
.about-service-img .about-man-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.about-service-img .about-man-bg img {
    max-width: 600px;
}
.inner-banner {
    position: relative;
    background-position: center center;
    background-size: cover;
    height: 250px;
}
.inner-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #2d3652;
    opacity: 0.7;
}
.inner-banner .inner-title {
    padding-top: 70px;
    padding-bottom: 150px;
    position: relative;
}
.inner-banner .inner-title h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #b99a6a;
    display: inline-block;
    margin-right: 10px;
}
.inner-banner .inner-title ul li:last-child {
    margin-right: 0;
}
.inner-banner .inner-title ul li i {
    font-size: 16px;
    color: #fff;
}
.inner-banner .inner-title ul li a {
    color: #fff;
}
.inner-banner .inner-title ul li a:hover {
    color: #b99a6a;
}
.contact-wrap-form {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 50px;
}
.contact-wrap-form p {
    text-align: center;
    color: #000;
    margin-bottom: 0;
}
.contact-wrap-form .form-group {
    margin-bottom: 25px;
}
.contact-wrap-form .form-group .form-control {
    height: 50px;
    color: #2d3652;
    border: 1px solid #ddd;
    background-color: #fcfcff;
    border-radius: 0;
    padding: 10px 20px;
    width: 100%;
}
.contact-wrap-form .form-group .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2d3652;
}
.contact-wrap-form .form-group textarea.form-control {
    height: auto;
}
.contact-wrap-form .with-errors {
    float: left;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: red;
    font-weight: 400;
    display: block;
}
.contact-wrap-form .default-btn {
    border: 0;
    outline: none;
}
.contact-wrap-form .text-danger {
    font-size: 18px;
    margin-top: 15px;
}
.contact-wrap-form .sing-social-icon {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}
.contact-wrap-form .sing-social-icon li {
    display: inline-block;
    margin: 0 10px;
}
.contact-wrap-form .sing-social-icon li a {
    font-size: 24px;
    height: 50px;
    line-height: 55px;
    width: 120px;
    background-color: #2d3652;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}
.contact-wrap-form .sing-social-icon li a:hover {
    background-color: #b99a6a;
}
.contact-wrap-form .agree-label label {
    font-weight: 600;
    color: #000;
    margin-left: 10px;
}
.contact-wrap-form .forget {
    margin-bottom: 15px;
    float: right;
    color: #b99a6a;
    font-weight: 600;
}
.contact-wrap-form .forget:hover {
    color: #4356d6;
}
.contact-wrap-form .account-desc {
    margin-top: 15px;
    font-weight: 600;
}
.contact-wrap-form .account-desc a {
    color: #b99a6a;
}
.contact-wrap-form .account-desc a:hover {
    color: #4356d6;
}
.contact-wrap-form .sing-btn {
    padding: 12px 70px;
}
.contact-wrap-form .recover-login {
    color: #ff4a35;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-wrap-form .recover-login:hover a {
    color: #4356d6;
}
.contact-wrap-form .recover-register {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-wrap-form .recover-register a {
    color: #b99a6a;
}
.contact-wrap-form .recover-register a:hover {
    color: #4356d6;
}
.contact-wrap-form .section-title .recover-text {
    color: #000;
    margin-bottom: 25px;
}
.contact-wrap-form .section-title .recover-text a {
    color: #b99a6a;
    font-weight: 600;
}
.contact-wrap-form .section-title .recover-text a:hover {
    color: #4356d6;
}
.contact-wrap-form .form-group .form-control::-webkit-input-placeholder {
    color: #2d3652;
}
.contact-wrap-form .form-group .form-control:-ms-input-placeholder {
    color: #2d3652;
}
.contact-wrap-form .form-group .form-control::-ms-input-placeholder {
    color: #2d3652;
}
.contact-wrap-form .form-group .form-control::placeholder {
    color: #2d3652;
}
.sing-in-width {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.pagination-area {
    text-align: center;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}
.pagination-area .pagination-item {
    margin-bottom: 30px;
}
.pagination-area .page-link {
    color: #b99a6a;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #d0d0d0;
    box-shadow: 0 0 15px #d0d0d0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}
.pagination-area .page-link i {
    margin-right: -4px;
    font-size: 21px;
}
.pagination-area .page-link i::before {
    margin-left: -4px;
}
.pagination-area .page-link.current,
.pagination-area .page-link:hover,
.pagination-area .page-link:focus {
    color: #fff;
    background-color: #b99a6a;
    border: 1px solid #b99a6a;
}
.pagination-area .page-item {
    padding: 0 8px;
}
.pagination-area .page-item:first-child .page-link {
    border-radius: none;
}
.pagination-area .page-item:last-child .page-link {
    border-radius: none;
}
.pagination-area .page-item.current .page-link {
    z-index: 1;
    color: #fff;
    background-color: #b99a6a;
    border-color: #b99a6a;
}

.faq-accordion {
    margin-right: auto;
    margin-bottom: 30px;
}
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin: 0;
}
.faq-accordion .accordion .accordion-item {
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 20px 60px 17px 25px;
    color: #232350;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.faq-accordion .accordion .accordion-title i {
    border-radius: 50px;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 24px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background-color: #2d3652;
}
.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 15px;
}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
}
.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}


.error-area {
    padding: 140px 0;
    height: 100vh;
}
.error-area .error-content {
    text-align: center;
}
.error-area .error-content h1 {
    font-size: 300px;
    line-height: 0.5;
    font-weight: 700;
    color: #2d3652;
}
.error-area .error-content h1 span {
    color: #b99a6a;
}
.error-area .error-content h3 {
    margin: 50px 0 0;
    position: relative;
    color: #b99a6a;
}
.error-area .error-content p {
    margin: 20px 0;
    font-size: 18px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.single-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.single-content p {
    margin-bottom: 15px;
}
.single-content p:last-child {
    margin-bottom: 0;
}
.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #2d3652;
}
.pre-img {
    text-align: center;
}
.pre-img img {
    margin-bottom: 30px;
    vertical-align: middle;
    text-align: center;
}
.spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: circle-in 1.4s infinite ease-in-out both;
    animation: circle-in 1.4s infinite ease-in-out both;
}
.spinner .circle1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .circle2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 99;
}
.top-btn {
    background-color: #b99a6a;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px #b99a6a;
    box-shadow: 0 0 15px #b99a6a;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
}
.top-btn:hover {
    background: #2d3652;
    -webkit-box-shadow: 0 0 15px #2d3652;
    box-shadow: 0 0 15px #2d3652;
    color: #fff;
}
.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}
.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d;
}
@-webkit-keyframes circle-in {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes circle-in {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*-----------------------------------------
24. Video Section
-------------------------------------------*/
/*--------------
Inner Video Sections
----------------*/
.video-section{
    margin: 0 0 50px 0;
    width: 100%;
}
.video-overlay {
    background: rgba(0, 0, 0, .6);
    height: 350px;
}
.video-content{
    text-align: center;
    padding: 80px 0px;
}
.video-section-text span, .video-section-text h2, .video-section-text h4{
    color: #fff;
}

#particles-js-footer{
    position: absolute;
    width: 100%;
    height: calc(100% - 150px);
    z-index: 1;
}
#particles-js-slider{
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    z-index: -1;
}


.modal{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
.modal-content {
    max-width: 100%;
    width: 100%;
    height: 500px;
    background-color: #fefefe;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    margin-top: 100px;
}
.modal-xl {
    max-width: 50%;
}
.video-container {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}
.video-container img {
    width: 100%;
    height: 300px;
}

.video-container button{
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video-container button{
    color: #222;
    font-size: 25px;
    background: rgba(255, 255, 255, .7);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding-top: 5px;
    padding-left: 12px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.video-container button:hover{
    color: #fff;
    background: #222;
}

.modal-body{
    padding: 0 !important;
}

.video-page iframe {
    width: 100%;
    height: 100%;
}

/* LANGUAGE *****/
.language-sm{
    display: none;
}
.chooseLang  {
    /*width: 200px;*/
    height: 25px;
    position: relative;
    left: 5px;
}
.chooseLang a {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: 0.9s ease;
    left: 0;
    top: 0;
    background-repeat: no-repeat !important;
}
.chooseLang a.por-lang.opened {
    left: 0;
    top: 0;
    opacity: 1;
}
.chooseLang a.ing-lang.opened {
    left: 0;
    top: 35px;
    opacity: 1;
}
.chooseLang a.esp-lang.opened {
    left: 0;
    top: 70px;
    opacity: 1;
}

.chooseLang a.sp-lang.opened {
    left: 0;
    top: 105px;
    opacity: 1;
}
.chooseLang a.chosen {
    opacity: 1;
    z-index: 1;
}

/* -- language-sm -- */
.language-sm  {
    height: 25px;
    position: relative;
    left: 50px;
}
.language-sm a.por-lang.opened{
    left: 0;
    top: 0;
    opacity: 1;
}
.language-sm a.ing-lang.opened {
    left: 35px;
    top: 0;
    opacity: 1;
}
.language-sm a.esp-lang.opened {
    left: 70px;
    top: 0;
    opacity: 1;
}
.language-sm a.sp-lang.opened {
    left: 105px;
    top: 0;
    opacity: 1;
}

.page-item.active .page-link{
    background-color: #b99a6a !important;
    border-color: #b99a6a !important;
}
.choose-card img {
    height: 45px;
    width: 45px;
    margin-bottom: 10px;
}
@media(max-width: 767px){
    .banner-img .banner-into-slider .banner-item {
        height: 200px;
    }
    .product-card img {
        height: auto;
    }    
}