@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

.padding-70 {
    padding: 70px 0px;
}

.padding-90 {
    padding: 90px 0px;
}

.padding-120 {
    padding: 120px 0px;
}

/**start-header**/
.nums label {
    display: block;
}

header.header.fixed {
    background: #000;
    transition: 0.5s;

}

header.header {
    z-index: 1050;
    position: fixed;
    width: 100%;
    padding: 10px 0px;
    transition: 0.5s;
}

header.header.fixed {
    background: #000;
}

header.header nav#nav {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0px 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #BB9A65;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffe1b2;
    font-weight: 500;
}

.top-mail .icon {
    color: #fff;
    font-size: 20px;
}

.top-mail {
    align-items: center;
    gap: 20px;
    padding-left: 0px;
}

.top-mail a {
    color: #fff;
}

/**end-header**/


/**start-banner**/

.hom-banner {
    position: relative;
}

.bnr-txt {
    background: #00000080;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    color: #fff;
    padding-top: 12%;
    border-radius: 15px;

}

.hom-banner .carousel-item img.d-block.w-100 {
    border-radius: 17px;
    min-height: 100vh;
}

.bnr-left h2 {
    font-size: 58px;
    font-weight: bold;
    text-transform: capitalize;
    max-width: 490px;
    font-family: "Playfair Display", sans-serif;
}

.bnr-left h4 {
    text-transform: uppercase;
    max-width: 450px;
    font-size: 24px;
    margin-top: 20px;
}

button.cta-btn {
    background: #BB9A65;
    color: #fff;
    border: 0px;
    min-width: 200px;
    padding: 8px;
    border-radius: 30px;
    border: 1px #fff solid;
    margin-top: 20px;
}

button.cta-btn i {
    background: #fff;
    color: #BB9A65;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    margin-left: 55px;
}

.choose-form h4 {
    text-align: center;
    font-size: 18px;
    font-family: 'Inter';
}

.choose-form {
    padding-left: 10%;
    width: 100%;
    max-width: 500px;
    float: right;
}

form.bnr-form {
    background: #151421;
    padding: 20px;
    border-radius: 10px;
    border: 1px #D9C16F solid;
    margin-top: 20px;
}

.choose-form h2 {
    text-align: center;
    color: #ffe1b2;
    font-size: 24px;
    font-weight: bold;
    font-family: "Playfair Display", sans-serif;
}

form.bnr-form .fild input {
    width: 100%;
    padding: 10px 8px;
    border-radius: 3px;
    border: 1px #bb9a657a solid;
    margin: 5px 0px;
    background: #5555;
    color: #fff;
}

form.bnr-form ::placeholder {
    color: #fff;
}

form.bnr-form .fild textarea {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    border: 1px #bb9a657a solid;
    margin: 5px 0px;
    background: #5555;
    color: #fff;
}

button.submit {
    background: #BB9A65;
    color: #fff;
    border: 0px;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 5px #fff solid !important;
    margin: 0px 5px !important;
    background: #403226;
}

.carousel-indicators .active {
    opacity: 1;
    background: #FFCB00;
    border: 5px #fff solid !important;
    box-shadow: 0px 0px 2px 0px #222;
}

.carousel-indicators {
    background-color: #fff;
    max-width: 130px;
    bottom: -2px;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: auto;
}

/**end-banner**/


/**start-how-it-work-sec-**/
.work-pic img {
    width: 100%;
    border-radius: 20px !important;
}

.work-pic {
    position: relative;
}

.award {
    background: #333333;
    text-align: center;
    width: 100%;
    max-width: 200px;
    padding: 20px;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2px #fff solid;
    border-bottom-left-radius: 0px;
}

.award img {
    max-width: 60px;
}

.award p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
}

.sins {
    text-transform: uppercase;
}

.sins label.shape {
    width: 8px;
    height: 14px;
    background: #BB9A65;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-right: 5px;
}

.work-txt {
    padding-left: 30px;
}

.work-txt .sins {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.work-txt h2 {
    font-family: Playfair Display;
    font-size: 42px;
    text-transform: capitalize;
    margin-top: 5px;
}

.mix {
    background: #ccc;
    padding: 10px;
    font-family: 'Playfair Display';
    margin-top: 25px;
}

.mix img {
    width: 100%;
}

.mix ul li {
    list-style: disc;
}

.mix ul {
    padding-left: 25px;
}

.work-txt p {
    font-size: 15px;
    margin-top: 25px;
}

a.com {
    border: 1px #ccc solid;
    display: inline-block;
    padding: 10px;
    min-width: 190px;
    text-align: center;
    border-radius: 30px;
    color: #000;
    font-weight: 500;
    margin-top: 15px;
}

a.inds {
    border: 1px #ccc solid;
    display: inline-block;
    padding: 10px;
    min-width: 190px;
    text-align: center;
    border-radius: 30px;
    color: #000;
    font-weight: 500;
    margin-top: 15px;
}

a.inds {
    border: 1px #BB9A65 solid;
    display: inline-block;
    padding: 10px;
    min-width: 190px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    background: #BB9A65;
    margin-left: 20px;
}

.work-btn a img {
    margin-right: 12px;
}

.founder h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.founder {
    margin-top: 20px;
}

.founder label {
    color: #6E6E6E;
    font-size: 14px;
}


/**end-how-it-work-sec-**/

/**start-counter**/
div#shiva label.means {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
}

div#shiva {
    background: #b0b0b024;
    text-align: center;
    border-radius: 40px;
    padding: 30px 20px;
    border: 2px #4032260f solid;
    border-right: 0px;
    margin-bottom: 15px;
}

div#shiva span.count {
    font-size: 44px;
    color: #6E6E6E;
    font-weight: bold;
}

div#shiva span.fit {
    font-size: 44px;
    color: #6E6E6E;
    font-weight: bold;
}

div#shiva:hover {
    background: #BB9A65;
    box-shadow: 0px 2px 2px 2px #ccc;
}

div#shiva:hover span.count {
    color: #fff;
}

div#shiva:hover span.fit {
    color: #fff;
}

div#shiva:hover label.means {
    color: #fff;
}

.counter-sec .col-md-3 {
    padding: 0px 7px;
}

button.expert {
    background: #BB9A65;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    max-width: 850px;
    margin: auto;
    display: block;
    margin-top: 25px;
    font-weight: 600;
    box-shadow: 0px 4px 7px -4px #333;
}


/**end-counter**/

/**start-service-sec**/
h3.bg-had {
    text-transform: capitalize;
    position: relative;
    margin: auto;
    z-index: 333;
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 44px;
    font-weight: bold;
    max-width: 960px;
    color: #fff;
}

h3.bg-had:after {
    /*content: 'Services';*/
    position: absolute;
    top: -46px;
    font-size: 110px;
    color: #333333;
    text-shadow: 0 0 #c5c5c5;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -5%);
    font-weight: 700;
    font-family: 'Inter';
}

section.service-sec {
    background: #333333;
    border-radius: 20px;
}

.serv-box {
    margin-top: 30px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.5s;
}

.serv-box h4 {
    position: absolute;
    bottom: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    min-height: 120px;
    margin-bottom: -3px;
    padding-left: 10px;
    padding-top: 50px;
    transition: 0.5s;
    text-align: left;
}

.serv-box:hover {
    transition: 0.5s;
}

.serv-box i {
    background: #fff;
    color: #333333;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transition: 0.5s;
    transform: rotate(-45deg);
}

.serv-box:hover i {
    background: #BB9A65;
    color: #fff;
    transition: 0.5s;
}

.serv-box:hover h4 {
    background: linear-gradient(to bottom, transparent -4%, #000 94%);
    transition: 0.5s;
}

/**end-service-sec**/

/**start-our-mod-sec**/
ul.work-list li {
    color: #6E6E6E;
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

ul.work-list li i {
    background: #BB9A65;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    border-radius: 3px;
}

ul.work-list {
    margin-top: 20px;
}

.mod-pic img.fst-pic {
    width: 100%;
    max-width: 340px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.mod-pic img.scd-pic {
    width: 100%;
    max-width: 220px;
    border-radius: 20px;
    margin-left: 20px;
}

/**end-our-mod-sec**/

.bg-black {
    background: #000 !important;
}

h2.had {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-family: 'Playfair Display';
    text-transform: capitalize;
}

/**start-our-client**/
div#testimonial-slider .testimonial {
    text-align: center;
    margin: 0 12px;
}

.description {
    background: #D2CFC2;
    padding: 30px;
    border-radius: 20px;
    min-height: 450px;
}

.description img {
    margin-bottom: 10px;
    width: 100px;
    height: 100%;
    border-radius: 50%;
}

.description h4 {
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 700;
}

.description .starts i {
    color: #FFCB00;
}

.description label {
    font-size: 18px;
    color: #6E6E6E;
    font-weight: 700;
    margin-bottom: 10px;
}

.description p {
    margin-bottom: 20px;
    color: #6E6E6E;
}

/**end-our-client**/

.creat-pic img {
    width: 100%;
    border-radius: 20px;
    margin-left: -15px;
}

.creat-txt {
    background: #333333;
    color: #fff;
    text-align: center;
    padding: 50px 40px;
    border-radius: 20px;
    min-height: 285px;
    margin-right: -15px;
    height: 100%;
}

.creat-txt h3 {
    font-size: 36px;
    font-family: 'Playfair Display';
    margin-bottom: 20px;
}

.creat-txt p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}

/**start-our-blog**/
section.our-blog {
    background: #D4D4D4;
    margin-top: 130px;
}

section.creat-sec {
    margin-top: -200px;
    min-height: 620px;
}

.container.scd-blogs {
    margin-top: -300px;
    margin-bottom: 80px;
}

.bog-box {
    margin-top: 40px;
    border: 1px #33333326 solid;
    border-radius: 20px;
    overflow: hidden;
    /*text-align: center;*/
}

.bog-box img {
    border-radius: 20px;
    width: 100%;
}

.blog-txt {
    padding: 20px;
}

.blog-txt p {
    margin-bottom: 0px;
}

.blog-bnr {
    background-image: url(../images/blogs.webp);
}

/**end-our-blog**/

/**start-footer**/
footer {
    background: #333333;
    padding: 60px 0px;
    color: #fff;
}

.fst p {
    color: #fff;
    margin-top: 15px;
}

footer .fst ul li {
    display: inline-block;
    margin-right: 7px;
    text-align: center;
    font-size: 20px;
}

footer .fst ul li a {
    color: #000;
}

footer h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Playfair Display';
    text-transform: capitalize;
}

footer .fst {
    padding-right: 45px;
}

footer .scd-box ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

footer .scd-box ul li {
    margin-bottom: 10px;
}

footer .scd-box ul li:hover a {
    color: #E3E3E3;
}

footer .trd-box ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: baseline;
}

footer .trd-box ul li h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

footer .trd-box ul li p a{
    color: #fff;
    margin-bottom: 8px;
}

footer .trd-box ul li label i {
    color: #fff;
    text-align: center;
}

footer p {
    color: #fff;
}

/**end-footer**/

/**start-about-page**/

.inner-bnr {
    background-image: url(../images/about-bnr.jpg);
    width: 100%;
    min-height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.inr-bnr-txt {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000007d;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
}

.inr-bnr-txt h2 {
    font-size: 56px;
    text-transform: capitalize;
    font-family: 'Playfair Display';
    margin-bottom: 30px;
}

.about-had {
    width: 100%;
    text-align: center;
    background: transparent;
    border: 0px;
    padding: 0px;
    max-width: 750px;
    margin: auto;
}

.about-had p {
    font-size: 18px;
}

/**end-about-page**/


.about-section {
    position: relative;
    padding: 272px 0 135px;
    overflow: hidden;
}

.about-section .about-backgroundimage {
    position: absolute;
    top: 0;
    right: 702px;
}

figure.about-image img.img-fluid {
    max-width: 830px;
    width: 100%;
}

.about-section .about-backgroundimage img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

@-webkit-keyframes mover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

.about-section .about_content h2 {
    margin-bottom: 28px;
}

.about-section .about_content {
    position: relative;
    background: #fff;
    padding: 73px 60px 78px 80px;
    box-shadow: 1px 6px 13px rgb(0 0 0 / 8%);
    width: 778px;
    margin-left: -25px;
}

.text-size-14 {
    font-size: 14px;
    line-height: 24px;
}

.about-section .badge {
    position: absolute;
    top: -70px;
    right: -73px;
    --badge-size: 150px;
    --badge-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--badge-size);
    height: var(--badge-size);
    background: var(--black);
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.9rem var(--badge-color);
    animation: identifier 20s linear infinite;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.about-section .about-image {
    position: absolute;
    top: -130px;
    left: -106px;
}

.about-section .badge__char {
    --char-font-weight: 600;
    --char-font-size: 26px;
    --char-width: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - var(--char-width) / 2);
    height: calc(var(--badge-size) / 2);
    width: var(--char-width);
    background-repeat: round;
    text-align: center;
    text-transform: uppercase;
    line-height: 1rem;
    color: #222222;
    font-size: 26px;
    font-family: 'Italiana', serif;
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate));
}

.about-section .badge .mid-circle {
    position: absolute;
    background: #BB9A65;
    border-radius: 50px;
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.about-section .about_content h2 {
    font-size: 54px;
    font-family: 'Playfair Display';
}

@-webkit-keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}


/* start-Team */

.team-section {
    background: url(../images/team-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 108px 0 68px;
}

.team-section .right-lamp {
    position: absolute;
    top: 0;
    right: 130px;
}

.team-section .team_content {
    text-align: center;
}

.team-section .team_content h2 {
    margin-bottom: 65px;
}

.team-section .team-box {
    position: relative;
    text-align: center;
}

.team-section .team-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-width: 10px 0 0 10px;
}

.team-section .team-box .image img {
    transition: all 0.3s ease-in-out;
}

.team-section .team-box .image:hover img {
    transform: scale(1.1);
}

.team-section .team-box .imagecircle {
    position: absolute;
    top: 48px;
    left: -8px;
}

.team-section .team-box .image-content {
    position: relative;
    top: -80px;
    transition: all 0.3s ease-in-out;
}

.team-section .team-box .image-content:hover {
    transform: translateY(-5px);
}

.team-section .team-box .content-bg {
    position: relative;
    top: 0;
}

.team-section .team-box .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}

.team-section .team-box h6 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2px;
}

.team-section .team-box span {
    display: block;
    margin-bottom: 18px;
    color: #fff;
}

.team-section .team-box li {
    margin: 0 3px;
    display: inline-block;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 100px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

.team-section .team-box li:first-child {
    margin-left: 0;
}

.team-section .team-box li:last-child {
    margin-right: 0;
}

.team-section .team-box li a {
    color: #fff;
}

.team-section .team-box i {
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.team-section .team-box li:hover {
    transform: translateY(-5px);
}

.team-section .team-box:hover li {
    border: 1px solid #fff;
    background: #fff;
    color: #BB9A65;
}

.team-section .team-box:hover i {
    color: #BB9A65;
}

.team-section .team_content h2 {
    font-size: 56px;
    font-family: 'Playfair Display';
}

.right-lamp img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

/**end-team**

/**start-review**/

.review-section .review-box {
    position: relative;
    padding: 60px 50px 78px;
    border-left: 1px solid #ccc;
}

.review-section .review-box3 {
    border-right: 1px solid #ccc;
}

.review-section .review-box .icon {
    position: relative;
    border: 1px solid #BB9A65;
    border-radius: 100px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 34px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    left: -10px;
}

.review-section .review-box .icon:hover {
    background: #BB9A65;
    transform: translateY(-5px);
}

.review-section .review-box .icon img {
    transition: all 0.3s ease-in-out;
}

.review-section .review-box .icon:hover img {
    filter: brightness(0) invert(1);
}

.review-section .review-box h5 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    font-family: 'Playfair Display';
    font-size: 24px;
}

.review-section .review-box p {
    letter-spacing: 0.2px;
    word-spacing: 1.8px;
}

section.review-section {
    background: #fbfbf8;
}

/**end-review**/

/* start-Choose-us */

.choose-section {
    position: relative;
    padding: 408px 0 155px;
    overflow: hidden;
}

.choose-section .choose-image {
    position: absolute;
    top: -260px;
    right: -86px;
    text-align: right;
}

.choose-section .choose-image img.img-fluid {
    max-width: 700px;
    width: 100%;
}

.choose-section h4 {
    position: absolute;
    background: #BB9A65;
    color: #fff;
    padding: 18px 38px;
    max-width: 400px;
    right: -208px;
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 26px;
    transform: rotate(270deg);
    top: -92px;
}

.choose-section .choose-arrow {
    position: absolute;
    top: -124px;
    left: 0px;
    z-index: 1;
}

.choose-section .choose-arrow img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

.choose-section .choose_content {
    position: relative;
    background: #fff;
    padding: 73px 30px 66px 74px;
    box-shadow: 1px 6px 13px rgb(0 0 0 / 8%);
    width: 708px;
    margin-left: 100px;
    margin-top: 20px;
}

.choose-section .choose_content h2 {
    margin-bottom: 35px;
    border-left: 3px solid #BB9A65;
    padding-left: 30px;
    font-size: 54px;
    font-family: 'Playfair Display';
}

.choose-section .choose_content .text-size-16 {
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 42px;
}

.choose-section .choose_content .text:hover {
    color: #BB9A65;
}

.choose-section .choose_content ul li {
    margin-bottom: 10px;
}

.choose-section .choose_content ul li .circle {
    position: relative;
    border: 2px solid #BB9A65;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 21px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-right-style: none;
    top: 5px;
}

.choose-section .choose_content ul li .circle:before {
    font-size: 18px;
    position: absolute;
    left: 4px;
    margin-top: -3px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: #BB9A65;
}

/* end-Choose-us */


.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 35px;
    background: #BB9A65;
}

#testimonial-slider-three .testimonial {
    margin: 0 10px;
}

div#testimonial-slider-to .testimonial {
    margin: 0 12px;
}

div#testimonial-slider-for .testimonial {
    margin: 0 12px;
}



/**start-service-page**/
.servicepage-section {
    position: relative;
}

.serv-sec-pic {
    position: relative;
}

figure.servicepage-circularimage.mb-0 {
    position: absolute;
    top: -75px;
    left: -72px;
}

.servicepage-circularimage {
    animation: animName 12s linear infinite;
}

.serv-sec-pic img.img-fluid {
    width: 100%;
}

.serv-sec-pic:after {
    content: '';
    width: 250px;
    height: 250px;
    border-top: 4px #BB9A65 solid;
    border-right: 4px #BB9A65 solid;
    position: absolute;
    top: -22px;
    right: -20px;
}

.servicepage-boximage {
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.servicepage-boximage img {
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}


@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

section.servicepage-section:after {
    content: '';
    width: 500px;
    height: 150px;
    background: #bb9a65;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: -1;
}

.service-sec-txt {
    padding-left: 50px;
}

.service-sec-txt h2 {
    font-family: Playfair Display;
    font-size: 48px;
}

.service-sec-txt ul {
    list-style: none !important;
    padding-left: 0px !important;
    margin-top: 30px;
}

.service-sec-txt ul li {
    list-style: none !important;
    margin-bottom: 12px;
    color: #777;
}

.service-sec-txt ul li i {
    color: #bb9a65;
    font-size: 20px;
    margin-right: 10px;
}

section.servicepage-section.scd {
    position: relative;
}

section.servicepage-section.scd:after {
    right: 0 !important;
    left: auto;
    z-index: -1;
}

.service-sec-txt.scd {
    padding-left: 0px;
    padding-right: 50px;
}

section.servicepage-section.scd figure.servicepage-circularimage.mb-0 {
    position: absolute !important;
    top: -75px !important;
    right: -72px !important;
    left: auto;
}

section.servicepage-section.scd .serv-sec-pic:after {
    border-top: 4px #BB9A65 solid;
    border-left: 4px #BB9A65 solid;
    border-right: 0px;
    position: absolute;
    top: -22px;
    left: -20px;
    right: auto;
}

section.servicepage-section.scd .servicepage-boximage {
    position: absolute;
    bottom: -30px;
    right: -30px;
    left: auto;
}

.serv-bnrs {
    background-image: url(../images/Service__Banner.jpg) !important;
}

.service-sec-txt img {
    max-width: 400px;
}

/**end-service-page**/

/**start-portfolio-sec**/
.port-bnrs {
    background-image: url(../images/Portfolio-bnr.jpg) !important;
}


.filter-button {
    font-size: 16px;
    border: 1px solid #BB9A65;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    padding: 6px 20px;
    margin: 5px;
    background-color: transparent;
}

.filter-button:hover {
    background-color: #BB9A65;
    color: #fff;
    background-color: #BB9A65;
}

.filter-button:active {
    background-color: #BB9A65 !important;
    color: #fff !important;
    background-color: #BB9A65;
}

.filter-button.active {
    background-color: #BB9A65 !important;
    color: #fff !important;
    background-color: #BB9A65;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 0px;
    padding: 8px !important;
}

section.portfolio-section {
    background: #000;
}

.gallery_product img {
    width: 100%;
}

.top-nav-tab.text-center {
    margin-bottom: 40px;
}



/**end-portfolio-sec**/


/**start-contact-page**/

.contact-bnr {
    background-image: url(../images/contact.webp);
}

section.top-contact h2 {
    text-transform: capitalize;
    position: relative;
    margin: auto;
    z-index: 333;
    text-align: center;
    font-family: 'Playfair Display';
    font-size: 44px;
    font-weight: bold;
    max-width: 960px;
}

section.top-contact h2 span {
    font-weight: 400;
}

section.con-details {
    background: #F3F7FB;
}

.inr-dtl {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: 15px 0px;
    min-height: 210px;
    box-shadow: 0px 0px 30px 5px #eaf2f9;
    transition: 0.5s;
}

.inr-dtl:hover {
    background: #DFBB7E;
    color: #fff;
    transition: 0.5s;
    border: 1px #2B2A29 solid;
}

.inr-dtl:hover i {
    background: #fff;
    color: #DFBB7E;
}

.inr-dtl:hover h4 {
    color: #fff;
}

.inr-dtl i {
    width: 50px;
    height: 50px;
    background: #DFBB7E;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
}

.inr-dtl h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

.inr-dtl p a {
    font-size: 16px;
    word-break: break-all;
    margin-bottom: 5px;
    color: #212529;
}

.contact-form h4 {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}

.contact-form p {
    color: #2B2A29;
    font-weight: 300;
}

.contact-form {
    padding-left: 30px;
}

.contact-form form {
    margin-top: 25px;
}

.contact-form form input {
    width: 100%;
    padding: 12px;
    border: 1px #2B2A29 solid;
    border-radius: 5px;
    background: #F8F8F8;
    margin: 10px 0px;
    /*font-weight: bold;*/
    text-transform: capitalize;
    font-size: 18px;
}

.contact-form form textarea {
    width: 100%;
    padding: 12px;
    border: 1px #2B2A29 solid;
    border-radius: 5px;
    background: #F8F8F8;
    margin: 10px 0px;
    text-transform: capitalize;
    font-size: 18px;
}

::placeholder {
    color: #4D5765;
}

.contact-form form button.register {
    padding: 8px;
    font-size: 28px;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
    border: 0px;
    margin-top: 10px;
}

/**end-contact-page**/

a.blg_link {
    color: #fff;
    background: #bb9a65;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 10px;
}

.nums label {
    background: #BB9A65;
    padding: 7px 24px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
}

.nums label:hover {
    background-color: #ffe1b2;
}

.bnr-icon {
    background: #BB9A65;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: mover 1s infinite alternate;
    color: #fff;
}