@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Charleswright';
    src: url(../font/CharlesWright-Bold.ttf);
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

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

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

p {
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: 'Charleswright';
    font-size: 45px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0 0 7px;
    text-transform: uppercase;
}

h2 {
    font-family: 'Charleswright';
    font-size: 45px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'Charleswright';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Charleswright';
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h5 {
    font-family: 'Charleswright';
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h6 {
    font-family: 'Charleswright';
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/*---------------------------------------------------- Tabs Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: -10px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 0px 0px;
    border: unset;
    border-radius: 0px;
    color: #ffffff;
    z-index: 1;
    background: #ffffff00;
    position: relative;
    font-size: 14px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 0px;
    background-color: #72d21900;
    z-index: -1;
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.theme-btn-sd {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.theme-btn-sd-text {
    background: #d2af5c;
    padding: 12px 18px 12px;
    border-radius: 6px;
}

.theme-btn-sd-img {
    background: #d2af5c;
    padding: 12px 16px 12px;
    border-radius: 6px;
    height: 100%;
}

.theme_btn:hover .theme-btn-sd-text {
    background: #c7a672;
    color: #ffffff;
}

.theme_btn:hover .theme-btn-sd-img {
    background: #c7a672;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 22px 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    text-transform: capitalize;
    background: #232c37;
    display: flex;
    align-items: center;
    gap: 35px;
    height: 100%;
    border-radius: 4px;
    width: max-content;
    margin: 0 auto;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #d2af5c;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.slick-slide {
    opacity: 1;
}

.main_slider {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Portfolio Section Start ------------------------------------------------------------- */

.porfolio-sec {
    margin-bottom: 100px;
}

.portfolio-head {
    margin-bottom: 20px;
    text-align: center;
}

.portfolio-head span {
    color: #d6b25e;
}

.portfolio-smallbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.7s all;
}

.portfolio-onebox img {
    width: 100%;
    height: 538px;
    object-fit: cover;
    transition: 0.7s all;
}

.portfolio-onebox {
    margin-bottom: 46px;
    margin-right: 18px;
}

.portfolio-smallbox.right img {
    height: 545px;
}

.portfolio-smallbox.left {
    margin-bottom: 0;
}

.portfolio-smallbox.right {
    margin: 0;
    margin-left: 15px;
}

.portfolio-smallbox {
    margin-bottom: 45px;
    overflow: hidden;
    margin-right: 8px;
}

.portfolio-largebox img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.7s all;
}

.portfolio-largebox {
    overflow: hidden;
    margin-bottom: 50px;
}

.portfolio-smallbox.rigt {
    margin: unset;
}

.portfolio-largebox.rigt {
    margin-bottom: 30px;
}

.portfolio-head p {
    width: 49%;
    opacity: 60%;
    margin: 4px auto 0;
}

.portfolio-largebox, .portfolio-onebox, .portfolio-smallbox {
    border-radius: 7px;
    overflow: hidden;
}

.portfolio-largebox:hover img, .portfolio-onebox:hover img, .portfolio-smallbox:hover img {
    filter: brightness(0.5);
    transform: scale(1.3);
}

.portfolio-smallbox.end {
    margin-bottom: 0;
}

/*---------------------------------------------------- Portfolio Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonials Section Start ------------------------------------------------------------- */

.testimonial-sec {
    padding: 80px 0;
    background-color: rgb(18, 28, 43);
    width: 100%;
    background-image: url(../images/testi-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    background-position: 0px 42%;
}

section.testimonial-sec.innr {
    background: unset;
    padding: unset;
}

.testimonial-head {
    margin-bottom: 20px;
}

.testimonial-head p {
    width: 48%;
    margin: 3px auto 0;
    opacity: 50%;
}

.testi-main.iner {
    border: 1px solid #0d757e;
    margin-bottom: 70px;
}

.testi-main img {
    width: 52px;
    margin-bottom: 15px;
}

.testi-main p {
    margin-bottom: 21px;
    opacity: 50%;
    line-height: 25px;
}

.testi-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-user ul {
    display: flex;
    align-items: center;
    gap: 1px;
}

.testi-img {
    border: 1px solid #9d9d9d;
    width: max-content;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -40px;
    right: 80px;
}

.testi-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin: unset;
    border: 8px solid #fff;
    border-radius: 50%;
}

.testi-main {
    background: #fff;
    padding: 30px 27px 60px 30px;
    border-radius: 7px;
    position: relative;
    transition: 0.5s all;
}

.testi-slider .slick-slide {
    padding: 0 0 60px 0;
    margin: 0 10px;
}

.testimonial-head * {
    color: #fff;
}

.testi-slider button.slick-prev {
    left: 93%;
}

.testi-slider button.slick-next {
    right: 12px;
}

.testi-slider button.slick-arrow {
    top: -44px;
}

.testi-user ul i {
    color: #000000;
    font-size: 17px;
}

.testi-user h5 {
    text-transform: uppercase;
    margin-bottom: 1px;
}

.testi-user h6 {
    color: #d6b25e;
    text-transform: uppercase;
}

.testi-main * {
    transition: 0.5s all;
}

.testi-main:hover *, .slick-current .testi-main * {
    color: #fff;
}

.testi-main:hover, .slick-current .testi-main {
    background-color: #d6b25e;
}

.testi-main:hover img, .slick-current .testi-main img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(168deg) brightness(103%) contrast(102%);
}

.testi-main:hover .testi-img img, .slick-current .testi-main .testi-img img {
    filter: unset;
}

.slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #909ea5;
    border-radius: 50%;
    transition: 0.7s all;
    top: -48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow:hover {
    background: #d6b25e;
    border-color: #d6b25e;
}

.slick-arrow:before {
    content: '';
    background-image: url(../images/btn-img.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    top: 4px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}

.service-sec button.slick-prev {
    left: 92.6%;
}

.service-sec button.slick-next {
    right: 10px;
}

button.slick-prev:before {
    transform: rotate(180deg);
    top: -3px;
}

.slick-arrow:hover:before {
    filter: unset;
}

/*---------------------------------------------------- Testimonials Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    object-position: right;
}

.contact-sec {
    margin-bottom: 100px;
}

.contact-image {
    margin-right: 20px;
}

.contact-text input, .contact-text textarea {
    width: 100%;
    margin-bottom: 21px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    padding: 10px 22px;
    color: #000;
}

.contact-text textarea {
    height: 180px;
    align-content: end;
    resize: none;
}

.contact-text h2 span {
    color: #d6b25e;
}

.contact-text h2 {
    margin-bottom: 5px;
}

.contact-text p {
    opacity: 50%;
    margin-bottom: 12px;
}

.contact-text textarea::placeholder, .contact-text input::placeholder {
    color: #000;
    font-family: "Montserrat", serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background: #121c2b;
    padding: 55px 0 0;
    position: relative;
}

.foter-links a:hover {
    color: #d6b25e;
}

.foter-lastline {
    border-top: 1px solid #39414e;
    padding: 18px 0;
    text-align: center;
    margin: unset;
    background: #121c2b;
    position: relative;
    z-index: 2;
}

footer * {
    color: #fff;
}

.container-fluid.lastftr {
    padding: 0;
}

footer h4 {
    position: relative;
    border-bottom: 2px solid #202938;
    width: 96%;
    padding-bottom: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer h4:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 40%;
    height: 2px;
    border-radius: 10px;
}

.foter-links ul li {
    margin-bottom: 5px;
}

.foter-links a {
    font-weight: 600;
    font-size: 14px;
}

.foter-links {
    margin-bottom: 63px;
}

.newsletter-main {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    position: relative;
    padding: 0px 0px 0px 30px;
    background: #1e2836;
    border-radius: 6px;
    justify-content: space-between;
}

.footer-info p {
    margin-bottom: 20px;
    width: 80%;
    margin-top: 10px;
    line-height: 23px;
}

.footer-info ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", serif;
    font-size: 14px;
}

.footer-info ul li h5 {
    margin-top: 5px;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 50px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: 0.7s all;
}

.social-links a:hover {
    border-color: transparent;
    background-color: #d6b25e;
}

.newsletter-main h5 {
    text-transform: uppercase;
    font-size: 22px;
}

.newsletr-field input {
    width: 100%;
    height: 50px;
    border: unset;
    border-radius: 7px;
    padding: 10px 30px;
    color: #000;
}

.newsletr-field {
    position: relative;
    width: 452px;
}

.newsletr-field button {
    position: absolute;
    right: -2px;
    bottom: 0;
    border: unset;
    height: 100%;
    border-radius: 5px;
    padding: 7px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #d6b25e;
    font-family: 'Montserrat';
}

.newsletr-field input::placeholder {
    color: #000;
    font-family: "Montserrat", serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 31%;
    background: #39414e;
    width: 1px;
    height: 100%;
}

.container-fluid {
    padding: 0 3%;
}

.footer-info h4 {
    width: max-content;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Us Section Start ------------------------------------------------------------- */

.whychoose-sec {
    background: #f2f2f2;
    margin-bottom: 100px;
}

.whychoose-sec .container-fluid {
    padding-right: 0;
}

.whychose-img img {
    width: 100%;
    height: 770px;
    object-fit: cover;
    object-position: right;
}

.whychose-text h2 span {
    display: block;
    color: #d2af5c;
}

.whychose-text h2 {
    margin-bottom: 5px;
}

.whychose-check img {
    width: 50px;
}

.txt-pointchose {
    width: 100%;
}

.txt-pointchose p {
    width: 91%;
}

.whychose-text ul li {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.whychose-text ul {
    margin: 17px 0 22px;
}

.whychose-text ul li h4 {
    margin-bottom: 5px;
}

.whychose-text p {
    opacity: 50%;
}


/*---------------------------------------------------- Why Choose Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Services Section Start ------------------------------------------------------------- */

.service-sec {
    background-image: url(../images/service-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    background-color: rgb(18, 28, 43);
}

.serv-icon img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}

.service-main {
    background: #10151e;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.5s all;
}

.service-head {
    margin-bottom: 14px;
    margin-left: 10px;
}

.serv-icon {
    background: #d6b25e;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    border: 10px solid #10151e;
    margin-top: -30px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.5s all;
}

.service-text {
    padding: 0 25px 40px 35px;
}

.service-text * {
    color: #fff;
}

.service-text p {
    margin: 7px 0 13px;
    opacity: 50%;
}

.service-img img {
    transition: 0.5s all;
}

.service-text .theme-btn-sd-img img {
    display: unset;
}

.service-slider .slick-slide {
    margin: 0 10px;
}

.service-head h2 span {
    color: #d6b25e;
}

.service-head h2 {
    color: #fff;
}

.service-main:hover, .slick-current .service-main {
    background: #d2af5c;
}

.service-main:hover, .slick-current .service-main p {
    opacity: 1;
}

.service-main:hover .serv-icon, .slick-current .service-main .serv-icon {
    border-color: #fff;
}

.service-main .theme-btn-sd-text {
    border: 1px solid #ffffff00;
}

.service-main:hover .theme-btn-sd-text, .slick-current .service-main .theme-btn-sd-text {
    border-color: #fff;
}

.service-main:hover .theme-btn-sd-img, .slick-current .service-main .theme-btn-sd-img {
    background: #fff;
}

.service-main:hover .theme-btn-sd-img img, .slick-current .service-main .theme-btn-sd-img img {
    filter: brightness(0.0);
}

.service-main:hover .service-img img, .slick-current .service-main .service-img img {
    filter: brightness(0.5);
    transform: scale(1.3);
}

.service-img {
    overflow: hidden;
}


.service-sec.inner {
    background: unset;
    padding: unset;
    margin: 100px 0;
}

.service-sec.inner h2 {
    color: #000;
}

.service-sec.inner .service-main {
    margin-bottom: 50px;
}


/* SERVICE DETAIL CSS START  */

.serv-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 30px;
    object-position: 0 -100px;
}

.service-detail-sec {
    margin: 100px 0;
}

.serv-detail-text p {
    margin-bottom: 30px;
    opacity: 60%;
}

.serv-detail-text h2 {
    margin-bottom: 13px;
}


/*---------------------------------------------------- Services Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about-sec {
    padding: 80px 0 240px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 0;
}

.about-sec .container-fluid {
    padding-left: unset;
}

.about-img {
    width: 400px;
    margin: 0 65px 0 auto;
}

.about-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/aboutcarone.jpg);
    width: 44%;
    height: 100%;
    z-index: -1;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-img img {
    height: 560px;
    object-fit: cover;
    object-position: left;
    border-radius: 8px;
}

.about-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 40px 44px;
    background: #d6b25e;
    width: 76%;
    margin: 0 0 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-sec ul li {
    text-align: center;
    padding: 12px 0 15px;
    border-right: 1px solid #fff;
}

.about-sec ul li span {
    display: block;
}

.about-sec ul li p {
    width: 78%;
    margin: 9px auto 0;
    opacity: 67%;
}

.about-sec ul li * {
    color: #fff;
}

.about-sec ul li:Last-child {
    border: unset;
}

.about-text h2 {
    border-bottom: 2px solid #a3a3a3;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.about-text h2 span {
    display: block;
    color: #d6b25e;
}

.about-text p {
    margin-bottom: 20px;
    opacity: 50%;
}

.about-text {
    margin-left: -30px;
    margin-top: 70px;
}

.about-sec:after {
    content: '';
    position: absolute;
    top: 18%;
    right: 0;
    background-color: #fff;
    width: 60%;
    height: 60%;
    z-index: -1;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ------------------------------------------------------------- */

.baner-sec {
    background-color: #121c2b;
    background-image: url(../images/baner-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner_img img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    object-position: 0px 10px;
}

.baner-sec .container-fluid {
    padding-right: 0;
}

.banner_img {
    margin-left: -50px;
}

.baner-sec .carousel-item.active {
    height: 117vh;
}

.banner_text h1 span {
    display: block;
    font-size: 76px;
    color: #d2af5c;
}

.banner_text p {
    opacity: 50%;
    color: #ffff;
    margin-bottom: 20px;
}

.banner_text {
    width: 90%;
    padding-top: 60px;
}

.headr-btns {
    display: flex;
}

.baner-slider {
    margin-left: -75px;
}

.baner-slider .slick-slide {
    margin: 0px 0 0 0;
}

.baner-sec .slick-list.draggable {
    margin-right: -260px;
    padding-right: 290px;
    z-index: 99999;
}

.baner-sec .slick-current .baner-slider-img img {
    height: 315px !important;
    width: 100% !important;
}

.baner-sec .slick-slide .baner-slider-img img {
    width: 280px;
    object-fit: cover;
    height: 185px;
}

.baner-sec .carousel-item.active .row.slid-bnr {
    margin-top: -15px;
}

.baner-slider button.slick-prev {
    display: none;
}

.baner-slider button.slick-next:before {
    background-image: url(../images/btn-arrow.png);
    filter: unset;
    width: 35px;
    height: 24px;
}

.baner-slider button.slick-next {
    width: 124px;
    height: 103px;
    border: unset;
    border-radius: unset;
    background: #d2af5c;
    top: -51px;
    right: -16.7%;
}

.baner-counter-numr ul {
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: space-between;
}

.baner-sec .col-lg-8 {
    padding-right: 4%;
}

.counter-bnr {
    font-family: 'Charleswright';
    font-size: 23px;
    color: #fff;
    font-weight: 600;
}

.baner-counter-numr h6 {
    color: #d2af5c;
    text-transform: uppercase;
    margin-top: 6px;
}

.baner-counter-numr {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 60px;
}

ul.top-bnr-cuntr {
    background: #121c2b;
    padding: 30px 30px 40px 57px;
    margin-top: -256px;
    gap: 90px;
    position: relative;
    z-index: 9999;
}

.baner-sec.inner .carousel-item.active {
    height: 70vh;
}

.banner_text.inner {
    text-align: center;
    width: 100%;
}

.baner-sec.inner .carousel-caption {
    top: 0;
}

.baner-sec.inner h1 {
    font-size: 60px;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

section.contact-sec.inner {
    margin: 100px 0;
}

section.porfolio-sec.iner {
    margin: 100px 0;
}

.testimonial-sec.iner {
    margin: 100px 0;
    padding: unset;
    background: unset;
}

.testimonial-sec.iner h2 {
    color: #000;
}

.testimonial-sec.iner h2 span {
    color: #d6b25e;
}

.testimonial-sec.iner .testi-main {
    margin-bottom: 70px;
    border: 1px solid #121c2b;
}

.footer-info img {
    width: 200px;
}

/*---------------------------------------------------- Book Section Start ------------------------------------------------------------- */


section.bookSec {
    position: relative;
    z-index: 12;
    margin: 100px 0;
}

section.bookSec .contact-input {
    position: relative;
}

section.bookSec .contact-input::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    right: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
}

/* section.bookSec input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
} */

section.bookSec .contact-input input,
section.bookSec .contact-input select,
section.bookSec .contact-input textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #bdbdbd;
    margin-bottom: 20px;
    padding: 5px 20px 5px 20px;
    border-radius: 0px;
    font-weight: 500;
    color: #000;
    appearance: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    border-radius: 5px;
    -webkit-appearance: none;
}

section.bookSec .contact-input textarea {
    height: 180px;
    resize: none;
    align-content: end;
}

section.bookSec .contact-input i {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #7e7e7e;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 12px #ff521d52);
    font-size: 20px;
}

section.bookSec .contact-input.selectbox:before {
    left: unset !important;
    right: 60px;
    transform: rotateY(156deg);
}

section.bookSec .contact-input.selectbox i.fa-solid.fa-angle-down {
    position: absolute;
    right: 22px;
    left: unset !important;
    top: 16px;
    cursor: pointer;
}

section.bookSec .contact-input.selectbox i.fa-solid.fa-angle-down::before {
    content: url(../images/down-img.png);
}

section.bookSec .contact-input.textaryea:before {
    display: none;
}


section.bookSec .formWraper {
    width: 88%;
    margin: 0px auto;
}

section.bookSec .contact-input.nostyle:before {
    display: none;
}

section.bookSec .contact-input.nostyle input {
    padding-left: 20px;
}

section.bookSec .contact-input select {
    color: #000000a8 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #000000a8;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

section.bookSec .heading {
    width: 60%;
    margin: 0px auto 40px;
}

section.bookSec .heading p {
    opacity: 60%;
}

img.book-pankh-img {
    position: absolute;
    right: 10px;
    top: 40%;
}

img.book-kite-img {
    position: absolute;
    bottom: 5%;
    left: 210px;
}

.heading.text-center h2 {
    margin-bottom: 10px;
}

.sitebtn button {
    margin: 0 auto;
}

.contact-input select {
    color: #9f9fa0 !important;
}

img.select-img {
    position: absolute;
    top: 3px;
    right: 45px;
}

.sitebtn-quote {
    text-align: center;
}

.sitebtn-quote button {
    margin: 0 auto;
}

/*---------------------------------------------------- Book Section End ------------------------------------------------------------- */