/*----------------------------------------------------*/


/*font Variables*/


/*Color Variables*/


/*=================== fonts ====================*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,300&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

/*---------------------------------------------------- */


/*----------------------------------------------------*/

s p {
    color: #232323;
    margin-top: 0;
    margin-bottom: 1rem;
}

::-webkit-scrollbar {
    display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-30 {
    padding-top: 30px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-minus-100 {
    margin-top: -100px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

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

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.row.m0 {
    margin: 0px;
}

body {
    line-height: 27px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #797979;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

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

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pad_top {
    padding-top: 120px;
}

.mt-25 {
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
    }
}

.area-padding-top-service {
    padding-top: 100px;
}

.area-padding-top {
    padding-top: 40px;
}

.area-padding-bottom {
    padding-bottom: 100px;
}

.background_one {
    background: #f7f7f7;
}

.border-bottom {
    border-bottom: 1px solid #e8edf1;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

@media (min-width: 1620px) {
    .box_1620 {
        max-width: 1650px;
        margin: auto;
    }
}


/* form control */

label {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #1b1a1a
}

label.error {
    font-size: 14px;
    font-weight: 400;
    color: #9C1042;
    margin-bottom: 0;
    margin-top: 7px
}

.form-group {
    position: relative;
    margin-bottom: 30px
}

.form-control {
    height: 55px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    border-radius: 1px;
    padding: 0 0 0 20px;
    border-radius: 3px
}

.form-control:focus {
    background-color: #f4f4f4;
    border-color: #9C1042
}

textarea.form-control {
    min-height: 105px;
    padding-top: 10px
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b
}

.form-control:-moz-placeholder {
    color: #9b9b9b
}

.form-control::-moz-placeholder {
    color: #9b9b9b
}

.form-control:-ms-input-placeholder {
    color: #9b9b9b
}

.form__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b
}

.label-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: 0 0;
    border: 2px solid #eaeaea;
    border-radius: 50%
}

.label-radio input:checked~.radio-indicator {
    background: 0 0
}

.label-radio input:checked:focus~.radio-indicator,
.label-radio:hover input:not([disabled]):checked~.radio-indicator {
    background: 0 0
}

.radio-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #9C1042
}

.label-radio input:checked~.radio-indicator:after {
    display: block
}

.nice-select {
    width: 100%;
    margin-bottom: 30px
}

.nice-select .current {
    line-height: 55px;
    color: #9b9b9b
}

@media (min-width:320px) and (max-width:767px) {
    .form-group,
    .nice-select {
        margin-bottom: 20px
    }
}


/* Main Title Area css
============================================================================================ */

.main_title {
    text-align: center;
    max-width: 680px;
    margin: 0px auto 75px;
}

.main_title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    color: #020a21;
    margin-bottom: 12px;
}

.main_title p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 24px;
    color: #797979;
    margin-bottom: 0px;
}


/*-------------------------menu---------------------------*/

.top-bar-optional {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.top-bar-optional li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.top-bar-optional li:last-child {
    margin-right: 0;
}

.top-bar-optional li a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #000000 !important;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top-bar-optional li a i:hover {
    color: #ffffff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.header_area {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
}

.header_area .navbar {
    background: transparent;
    padding: 1px;
    border: 0px;
    border-radius: 0px;
}

.header_area .navbar .navbar-brand img {
    width: 115px;
    /* background: #2b2724; */
    padding: 8px;
    /* border-bottom-left-radius: 9px; */
    /* border-bottom-right-radius: 9px; */
    /* margin-top: -41px;
    margin-left: -2px; */
}

.header_area .navbar .logo_h {
    color: #fff;
    height: 76px;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.header_area .navbar .navbar-brand {
    padding-top: 0px;
}

.header_area .navbar .nav .nav-item {
    margin-right: 30px;
}


/* .header_area .navbar .nav .nav-item .nav-link {
    font: 500 12px/80px "Poppins", sans-serif;
    text-transform: uppercase;
    color: #020a21;
    padding: 0px;
    display: inline-block;
    font-size: 15px;
} */

.header_area .navbar .nav .nav-item .nav-link {
    font-family: 'POPPINS';
    text-transform: uppercase;
    color: #3a3939;
    padding-left: 14px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    color: #9C1042;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        border-radius: 0px;
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #424242;
    padding: 3px 18px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
    font-size: 13px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #9C1042;
    color: #fff;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.header_area+section,
.header_area+row,
.header_area+div {
    margin-top: 83px;
}

.header_area.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -71px;
    left: 0;
    right: 0;
    background: #fff;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 70px;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-active {
    color: #9C1042 !important;
}

.header_area .navbar .nav .nav-active {
    color: #9C1042 !important;
}

.top_menu .header_social {
    float: right;
}

.top_menu .header_social li {
    display: inline-block;
    margin-right: 15px;
}

.top_menu .header_social li a {
    font-size: 13px;
    color: #797979;
    display: inline-block;
    line-height: 42px;
    transition: all 300ms linear 0s;
}

.top_menu .header_social li:last-child {
    margin-right: 0px;
}

.top_menu .header_social li:hover a {
    color: #00aeef;
}

.alpha-mp {
    PADDING-TOP: 25PX;
    PADDING-BOTTOM: 25PX;
}

@media (max-width: 991px) {
    .top_menu .header_social li {
        margin-right: 7px;
    }
}


/* --------------------------slider --------------------------------------------------*/

.home-banner {
    clip-path: polygon(100% 0, 100% 90%, 71% 100%, 0 100%, 0 0);
}

.home-banner #carousel .carousel-item.boat {
    background-image: url("../img/b6.jpg");
}

.home-banner #carousel .carousel-item.sea {
    background-image: url("../img/b7.jpg");
}


/* .home-banner #carousel .carousel-item.river {
    background-image: url("https://picsum.photos/1200/600/?image=1015");
} */

.home-banner #carousel .carousel-item {
    height: 91vh;
    width: 100%;
    min-height: 350px;
    background: no-repeat center center scroll;
    background-size: cover;
}

.home-banner #carousel .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}

.home-banner #carousel .carousel-item .caption {
    background-color: rgb(237 237 237);
    padding: 45px;
    color: white;
    animation-duration: 1s;
    animation-delay: 1s;
}

.home-banner #carousel .caption h2 {
    animation-duration: 1s;
    color: rgb(39, 39, 39);
    animation-delay: 1s;
    font-size: 51px;
    line-height: 68px;
}

.home-banner #carousel .caption p {
    animation-duration: 1s;
    animation-delay: 1.2s;
    color: rgb(39, 39, 39);
}

.home-banner #carousel .caption a {
    animation-duration: 1s;
    animation-delay: 1.4s;
}


/* Button */

.home-banner .delicious-btn {
    display: inline-block;
    min-width: 160px;
    height: 48px;
    color: #ffffff;
    border: none;
    /* border-left: 3px solid #7d121f; */
    border-radius: 4PX;
    padding: 0 28px;
    font-size: 16px;
    line-height: 51px;
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
    background-color: #9C1042;
}

.home-banner .delicious-btn.active,
.home-banner .delicious-btn:hover,
.home-banner .delicious-btn:focus {
    font-size: 16px;
    font-weight: 600;
    color: #272626;
    background-color: #9C1042;
    background-color: #9C1042;
}

.home-banner .carousel-control-next,
.home-banner .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.home-banner .carousel-indicators .active {
    background-color: #9C1042 !important;
}

.home-banner .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
}


/* ---------------products------------------ */

.city-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 13px 25px -7px #e1e0e0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
}


/* .city-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    background-color: #9C1042;
} */

.city-item:hover .bottom h3 {
    color: #fff;
}

.city-item:hover .bottom p {
    color: #fff;
}

.city-item:hover .bottom span {
    color: #fff;
}

.city-item .top {
    position: relative;
}

.city-item .top img {
    width: 100%;
    border-radius: 0px;
}

.city-item .top .common-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.city-item .bottom {
    padding: 20px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.city-item .bottom h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
    color: #343434;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.city-item .bottom p {
    text-align: center;
}

.city-item .bottom p:hover {
    text-align: center;
    color: #fff;
}

.city-item .bottom span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.section-area {
    padding-top: 70px;
    padding-bottom: 100px;
}


/* .inner-area {
    background-color: #f7f7f7;
} */

.product-section-info {
    margin-bottom: 30px;
}

.product-section-info h6 {
    color: #9C1042;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

.product-section-info h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.dot {
    font-size: 21px;
    height: 40px;
    font-weight: 600;
    width: 40px;
    color: #9C1042;
    background-color: #bbb;
    border-radius: 50%;
    padding-top: 7px;
    float: left;
    margin-top: -7px;
}

.owl-carousel.owl-drag .owl-item {
    background: white !important;
    margin-top: 10px !important;
}


/* ---------------mobilefooter----------- */

.mobile-footer {
    display: none;
    background: #18365a;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0 10px;
    box-shadow: 3px 5px 25px rgb(0 0 0 / 8%);
    z-index: 5;
}


/* line 1476, ../SCSS/_custom.scss */

.mobile-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* line 1484, ../SCSS/_custom.scss */

.mobile-footer li {
    display: inline-block;
    font-size: 27px;
    width: 25%;
    padding: 0 20px;
    text-align: center;
    margin: 0 10px;
}


/* line 1491, ../SCSS/_custom.scss */

.mobile-footer li a {
    display: inline-block;
    color: #ffffff;
}


/* line 1494, ../SCSS/_custom.scss */

.mobile-footer li a img {
    width: 30px !important;
}

.bg-dark-three {
    background-color: #efefef !important;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.clasic-service-image img {
    width: 100%;
}

.clasic-service-content {
    padding-left: 53px;
}

.clasic-service-content p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 28px;
    margin-bottom: 35px;
    text-align: justify;
}

.clasic-service-content .btn {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 13px 26px;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    border-radius: 30px;
    border: 1px solid white;
}

.clasic-service-content .btn:hover {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 13px 26px;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    border-radius: 30px;
    border: 1px solid white;
}

.clasic-service-content h6,
h2 {
    color: #303030;
    font-weight: 600;
}


/* Slick Slider */

.slick-prev,
.slick-next {
    position: absolute;
    top: 135%;
    font-size: 1.8rem;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.our-parterns .slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.our-partern .fas {
    color: #9C1042;
}

.slick-prev {
    left: 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.our-parterns {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}


/* ------------------footer------------------*/

.footer-top-area {
    background-color: #f2f2f2;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-section {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-top .footer-section {
    color: #000000;
}

.footer-text {
    margin-bottom: 20px;
}

.footer-text p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
    padding-right: 10px !important;
}

.footer-top .footer-text p {
    color: #000000;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s;
}

.footer-top .footer-menu li a {
    color: #000000;
}

.footer-menu li a:hover {
    color: #9C1042;
}

.footer-link li {
    color: #5b5b5b;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}

.footer-top .footer-link li {
    color: #000000;
    display: flex;
    align-items: center;
}

.footer-link li:last-child {
    margin-bottom: 0;
}

.footer-link li i {
    color: #9C1042;
    width: 15px;
}

.footer-link span {
    margin-left: 16px;
}

.footer-top .footer-link li i {
    color: #000000;
}


/* footer-bottom-area */

.copyright p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.footer-bottom .copyright p {
    color: #ffffff;
    line-height: 25px;
}

.copyright a {
    color: #ffffff;
}

.footer-bottom-1 .copyright a {
    color: rgb(255, 255, 255);
}

.footer-top-area .top-bar-optional {
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
    margin-left: -9px;
    margin-top: 8px;
}

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}


/*================================================
About Area CSS
=================================================*/

.about-image .row .col-lg-6:nth-child(2) .image {
    margin-bottom: 25px;
}

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

.about-content {
    padding-left: 30px;
}

.about-content h3 {
    font-size: 31px;
    color: #3c3c3c;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.about-content h6 {
    font-size: 16px;
    color: #9C1042;
    line-height: 1.5;
    font-weight: 600;
}

.about-content p {
    margin-bottom: 0;
    text-align: justify;
}

.about-content .about-quote {
    padding: 34px;
    border-left: 2px solid #9C1042;
    border-radius: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin-top: 30px;
}

.about-content .about-quote p {
    margin-bottom: 25px;
}

.about-content .about-quote span {
    color: #2a2a2a;
    font-weight: 600;
    font-size: 16px;
}

.about-content .about-quote span b {
    font-weight: 500;
    color: #fe5631;
}

.why-choose {
    /* padding-top: 30px; */
}

.why-choose ul li {
    color: #2a2a2a;
    text-align: justify;
    font-size: 14px;
}

.section-title h5 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #9C1042;
    position: relative;
}

.section-title h2.title {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
    color: #212f58;
}


/* .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
} */

.project-area {
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 6px;
}

.project img {
    margin-bottom: 11px;
}

.project-name h6 {
    text-align: center;
    margin-bottom: 32px;
    color: rgb(27, 27, 27);
    font-weight: 500;
}

.lb-close {
    display: block;
    float: right;
    position: absolute !important;
    top: -43px !important;
    width: 30px;
    right: 33% !important;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.clasic-service-content {
    padding-left: 0px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 4px;
}


/*  */

.page-title {
    position: relative;
    padding: 70px 0px 69px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.80);
}

.page-title .auto-container {
    position: relative;
}

.page-title .title {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 12px;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 40px;
    padding-bottom: 18px;
    text-transform: capitalize;
}

.page-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 2px;
    background-color: #cccccc;
}

.page-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 25px;
    height: 3px;
    background-color: #c99a0c;
}

.page-breadcrumb {
    position: relative;
    padding: 18px 30px;
    margin-top: 10px;
    display: inline-block;
    background-color: #c89307;
    border-radius: 0px 0px 10px 0px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -2px;
    top: -1px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.map-container {
    overflow: hidden;
    padding-bottom: 26%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-panel {
    box-shadow: 0 0px 32px 0 rgb(35 34 35 / 6%);
    background-color: #fff;
    padding: 80px 80px 40px;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2
}

.contact-panel:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 80px;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -o-calc(100% - 160px);
    width: calc(100% - 160px);
    height: 3px;
    background-color: #9C1042
}

.contact-panel .contact__panel-info {
    flex: 0 0 34%;
    max-width: 34%;
    padding-bottom: 40px
}

.contact-panel .contact__panel-info-top {
    background-color: #36322f;
    border-radius: 4px 4px 0 0;
    padding: 42px 35px 13px;
}

.contact-panel .contact__panel-info-top .contact-info-box:last-of-type {
    margin-bottom: 0
}

.contact-panel .contact__panel-info-bottom {
    background-color: #2c2724;
    border-radius: 0 0 4px 4px;
    padding: 42px 35px 38px;
}

.contact-panel .contact__panel-info-bottom .contact__panel-info-title {
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}

.contact-panel .contact-info-box .contact__info-list li {
    color: #fff;
    margin-bottom: 6px
}

.contact-panel .contact-info-box .contact__info-list li a {
    color: #fff
}

.contact-panel .contact-info-box .contact__info-box-title {
    color: #9C1042;
    font-size: 19px;
    margin-bottom: 11px;
}

.contact-panel .contact__number i {
    color: #fff;
    border-color: rgba(255, 255, 255, .25)
}

.contact-panel .contact__number a {
    color: #9C1042;
    font-size: 18px;
    font-weight: 600;
}

.contact-panel .contact__panel-form {
    flex: 0 0 66%;
    max-width: 66%;
    padding-left: 50px;
    padding-bottom: 40px
}

.contact-panel .contact__panel-title {
    font-size: 24px;
    color: #111;
}

.contact-panel .contact__panel-desc {
    font-size: 15px;
    line-height: 25px
}

.contact-panel .nice-select .list {
    width: 100%
}

.google-map+.contact-layout1 {
    position: relative;
    z-index: 3;
    margin-top: -120px
}

.contact-layout2 .contact-panel .contact__panel-info-bottom,
.contact-layout2 .contact-panel .contact__panel-info-top {
    background-color: #9C1042
}

.contact-layout2 .contact__number i {
    border-color: rgba(255, 255, 255, .25)
}

.contact-layout3 .contact-panel .contact__panel-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-bottom: 40px
}

.contact-layout3 .contact-panel .contact__panel-info {
    background-color: #9C1042;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px;
    border-radius: 3px
}

.contact-layout3 .contact-panel .contact__panel-info .contact__panel-info-title {
    display: block;
    color: #fff;
    margin-bottom: 23px
}

.contact-layout3 .contact__number i {
    border-color: rgba(255, 255, 255, .25)
}

.contact-layout3 textarea.form-control {
    min-height: 140px
}

.contact-layout1 {
    position: relative;
    z-index: 3;
    margin-top: -120px;
}

.contact-btn {
    background-color: #9C1042;
    padding: 9px 35px;
    border-radius: 6px;
    color: white;
    text-align: center;
}

@media (min-width:992px) and (max-width:1200px) {
    .contact-panel {
        padding: 40px 20px 0
    }
    .contact-panel:after {
        left: 20px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px)
    }
}

@media (min-width:992px) {
    .contact-layout3 .contact-panel .contact__panel-info {
        padding: 50px;
        position: absolute;
        top: -110px
    }
}

@media (max-width:992px) {
    .project-name h6 {
        text-align: center;
        margin-bottom: 32px;
        color: rgb(27, 27, 27);
        font-weight: 500;
        font-size: 13px;
        line-height: 23px;
    }
    .map-container {
        overflow: hidden;
        padding-bottom: 46%;
        position: relative;
        height: 0;
    }
    .contact-panel {
        background-color: #fff;
        padding: 20px;
        flex-direction: column
    }
    .contact-panel:after {
        left: 20px;
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px)
    }
    .contact-panel .contact__panel-form,
    .contact-panel .contact__panel-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 20px;
        padding-left: 0
    }
    .contact-info-layout2 .cta__banner {
        margin: 0
    }
    .google-map-layout2 .contact-info-carousel {
        position: static;
        margin: 0 auto 30px;
        box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12)
    }
    .contact-layout1 {
        position: relative;
        z-index: 3;
        margin-top: 19px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .contact-info-layout2 .cta__banner {
        padding: 20px
    }
    .contact-panel .contact__panel-info-bottom,
    .contact-panel .contact__panel-info-top {
        padding: 20px
    }
}


/*  */

.bottom-distribution ul li:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f101";
    left: 3px;
    top: 4px;
    padding-left: 4px;
    padding-top: 2px;
    color: #cb910a;
    line-height: 12px;
    font-size: 16px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.bottom-distribution ul li {
    position: relative;
    margin-bottom: 12px;
    color: #626262;
    font-size: 14px;
    font-weight: 400;
    padding-left: 26px;
    line-height: 1.7em;
}

.distribution-item .bottom-distribution {
    padding: 20px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-height: 271px;
}

.distribution-item .bottom-distribution h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #343434;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.distribution-item .bottom-distribution p {
    text-align: center;
}

.distribution-item .bottom-distribution p:hover {
    text-align: center;
    color: #fff;
}

.distribution-item .bottom-distribution span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.distribution-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 13px 25px -7px #e1e0e0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    max-height: 419px;
}

.distribution-item:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.distribution-item:hover .bottom h3 {
    color: #fff;
}

.distribution-item:hover .bottom p {
    color: #fff;
}

.distribution-item:hover .bottom span {
    color: #fff;
}

.distribution-item .top {
    position: relative;
}

.distribution-item .top img {
    width: 100%;
    border-radius: 0px;
}

.distribution-item .top .common-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.footer-link span a {
    color: rgb(0, 0, 0) !important;
}

.clasic-service-image {
    margin-top: -51px;
}


/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/

.services-details {
    position: relative;
    display: block;
    padding: 70px 0 40px;
}

.services-details__sidebar {
    position: relative;
    display: block;
}

.services-details__services-list-box {
    position: relative;
    display: block;
}

.services-details__services-list {
    position: relative;
    display: block;
}

.services-details__services-list li {
    position: relative;
    display: block;
}

.services-details__services-list li+li {
    margin-top: 10px;
}

.services-details__services-list li a {
    position: relative;
    font-size: 15px;
    color: #424242;
    font-weight: 600;
    display: block;
    background-color: #d7d7d7;
    text-transform: uppercase;
    padding: 16.5px 41px;
    /* transition: all 500ms ease; */
}

.services-details__services-list li:hover a {
    background-color: #c99a0c;
    color: #ffffff;
}

.services-details__services-list li span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    font-size: 20px;
}

.services-details__services-list li:hover span {
    color: var(--thm-primary);
}

.services-details__help-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 53px 60px 65px;
    margin-top: 30px;
}

.services-details__help-box:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: var(--thm-black);
}

.services-details__help-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: grayscale(100%);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.services-details__help-box-bg-overly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-black-rgb), .85);
    z-index: -1;
}

.services-details__help-box-title {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 33px;
}

.services-details__help-box-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #9d9d9d;
    line-height: 30px;
    margin-bottom: 22px;
}

.services-details__phone {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    display: block;
    transition: all 500ms ease;
}

.services-details__phone:hover {
    color: var(--thm-primary);
}

.services-details__help-box-btn {
    background-color: #ffffff;
    color: var(--thm-black);
    padding: 5px 30px;
    font-size: 12px;
    margin-top: 21px;
}

.services-details__right {
    position: relative;
    display: block;
}

.services-details__img {
    position: relative;
    display: block;
}

.services-details__img>img {
    width: 100%;
}

.services-details__content {
    position: relative;
    display: block;
    margin-top: 16px;
    margin-bottom: 49px;
}

.services-details__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.services-details__text-1 {
    margin: 0;
    padding-bottom: 36px;
}

.services-details__text-2 {
    margin: 0;
}

.services-details__designing-box {
    display: flex;
}

.services-details__designing-list-box {
    position: relative;
    margin-top: -8px;
}

.services-details__designing-list-box-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services-details__designing-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.services-details__designing-list li+li {
    margin-top: 3px;
}

.services-details__designing-list li .icon {
    position: relative;
    transform: rotate(70deg);
    font-size: 10px;
    color: var(--thm-primary);
}

.services-details__designing-list li .icon i {
    color: var(--thm-primary);
}

.services-details__designing-list li .text {
    margin-left: 20px;
}

.services-details__designing-list li .text p {
    margin: 0;
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 500;
}

.services-details__designing-img {
    margin-left: 60px;
}

.services-details__designing-img>img {
    width: 100%;
}

.services-details__faq {
    position: relative;
    display: block;
    padding: 0 30px;
    margin-top: 60px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .07);
}

.service-brochure-box {
    background-color: #d7d7d7;
    padding: 30px;
    margin-top: 53px;
}

.service-brochure-box .h3-title {
    color: #2c2724;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 30px;
}


/* .service-brochure-box .h3-title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #051136;
    bottom: 0;
    left: 0;
} */

.service-brochure-box p {
    color: #ffffff;
    margin-top: 24px;
    margin-bottom: 20px;
}

.service-brochure-box .sec-btn {
    width: 100%;
    background-color: #2c2724;
    color: white !important;
    border-radius: 5px;
    padding: 18px;
    text-align: center;
    margin-top: 251px;
}

.service-brochure-box .sec-btn:hover {
    color: #ffffff !important;
}

.service-brochure-box .sec-btn::before {
    background-color: #ffffff;
}

.service-brochure-box .sec-btn i {
    font-size: 20px;
    margin-right: 10px;
}

.services-details__content p {
    text-align: justify;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

button.learn-more {
    margin-top: 30px;
    width: 15rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

@media (min-width: 992px) {
    .main_menu .navbar-expand-lg>.container {
        /* padding-right: 104px !important; */
        /* padding-left: 0px !important; */
        /* margin-right: auto !important; */
        /* margin-left: 0PX !important; */
        /* max-width: 1920px !important; */
    }
}


/* product  */

.product-head h2 {
    font-size: 23px;
    padding: 20px 0px;
    color: #9C1042;
}

.product-name h3 {
    color: #1e1b19;
    font-size: 14px;
    text-align: center;
    padding: 10px 0px;
}

.city-item-product {
    text-align: center;
    background: white;
    padding: 35px 10px 10px;
    margin-bottom: 10px;
}

.city-item-product span {
    background: #f5b325;
    padding: 2px 13px;
    /* border-radius: 30px; */
    position: absolute;
    top: 0px;
    font-weight: 500;
    left: 15px;
    color: #2c2724;
    border-bottom-right-radius: 20px;
}

.download-brochure {
    text-align: center;
    padding: 20px 1px;
}

.download-brochure a {
    color: #2c2724;
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
}

.product-area {
    background-color: #f9f8f8;
    padding: 70px 0px 30px;
    border-bottom: 1px solid #c0bfbf;
}

.pt-20 {
    padding-top: 20px !important;
}

.product-inner {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #fff;
}

.product-package {
    background: #e6e7e8;
    padding: 11px 14px 12px;
    border-radius: 5px;
    /* margin: 0px auto; */
    /* max-width: 328px; */
}

.product-package h6 {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 600;
}

.product-package p {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-details h6 {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 600;
}

.product-details ul {
    list-style: none;
}

.product-details li {
    position: relative;
    font-size: 14px;
    margin: 10px;
    color: #343434;
}

.product-details ul li::before {
    content: "\2022";
    color: #f5b325;
    position: absolute;
    font-size: 25px;
    left: -19px;
    top: -3px;
}

.product-contact {
    padding-top: 60PX;
    padding-bottom: 60px;
}

.stock {
    position: absolute;
    top: 1px;
    right: 30px;
    font-weight: 500;
    color: #ec2620;
}

.price {
    position: absolute;
    bottom: 10px;
    right: 38%;
    line-height: 3.6;
}

.price h6 {
    font-size: 11px;
    color: #3c3c3c;
    text-align: center;
}

@media (max-width:991px) {
    .stock {
        position: absolute;
        top: 1px;
        right: 30px;
        font-size: 10px;
        font-weight: 500;
        color: #ec2620;
    }
    .price {
        position: absolute;
        bottom: 14px;
        right: 23%;
    }
}

.rate h6 {
    margin-top: 12px;
    text-align: center;
    font-size: 15px;
    color: #444242;
}

.availablity p {
    text-align: center;
    font-size: 13px;
    color: #ef392f;
    font-weight: 500;
}