@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ffffff;
}

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;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    font-family: 'montserrat-font-side';
    color: #a5a5a5;
    font-size: 14px;
}


/***** Font Files *****/

@font-face {
    font-family: 'trajanpro-font-side';
    src: url(../font/TrajanPro-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'montserrat-font-side';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.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;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    /* border-radius: 15px; */
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    /* background-color: #72d219; */
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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;
}

h1 {
    font-family: 'trajanpro-font-side';
    font-size: 77px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'trajanpro-font-side';
    font-size: 45px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'trajanpro-font-side';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'trajanpro-font-side';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'trajanpro-font-side';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h6 {
    font-family: 'trajanpro-font-side';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: end;
    text-transform: capitalize;
}

.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 23px;
    font-size: 14px;
    font-family: 'trajanpro-font-side';
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.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: #a78770;
}

.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;
}


/*header css start */

.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;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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: 0;
    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;
    /* background: rgba(0, 0, 0, 0.1); */
}

.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;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.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  */

.dis-block {
    display: block;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0px;
    padding: 12px 0px;
    background: #0000003d;
}

.header-logo img {
    width: 60%;
}

header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    /* background: #202020; */
    z-index: -1;
}

.container-fluid {
    padding: 0px 90px;
}

.banner-img img {
    width: 100%;
    height: 99vh;
}

.header-btn {
    display: flex;
    justify-content: end;
}

.side-btn {
    padding: 12px 40px;
    background: #202020;
    font-size: 14px;
    font-family: 'trajanpro-font-side';
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 0;
    transition: 0.5s;
}

.side-btn:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 50px;
    width: 50px;
    background: #a78770;
    clip-path: polygon(0 0, 0 30%, 30% 0);
    /* z-index: 1; */
    transition: 0.5s;
}

.side-btn:after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    height: 50px;
    width: 50px;
    background: #a78770;
    clip-path: polygon(100% 70%, 70% 100%, 100% 100%);
    transition: 0.5s;
}

.side-btn:hover:after {
    clip-path: unset;
    height: 100%;
    width: 50%;
    z-index: -1;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}

.side-btn:hover:before {
    clip-path: unset;
    height: 100%;
    width: 50%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.side-btn.side-btntwo {
    background: #a78770;
}

.side-btn.side-btntwo:before {
    background: #000000;
}

.side-btn.side-btntwo:after {
    background: #000000;
}

.banner-text-color {
    color: #a78770;
}

.banner-social-icons {
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: center;
    padding-left: 0px;
    position: absolute;
    left: 33.6%;
    bottom: 34px;
    padding-left: 120px;
}

section.main_slider {
    position: relative;
}

.banner-social-icons ul {
    display: flex;
    margin-bottom: 0;
    gap: 12px;
    background: #fff;
    padding: 0px 20px;
}

.banner-social-icons h5 {
    margin-bottom: 0px;
    font-size: 14px;
}

.banner-social-icons ul li a i {
    height: 30px;
    width: 30px;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a78770;
    color: #a78770;
    border-radius: 50%;
    transition: 0.5s;

}

.banner-social-icons:before {
    position: absolute;
    content: '';
    top: 13px;
    left: 0;
    height: 1px;
    width: 78%;
    background: #cececc;
    z-index: -1;
}

.banner-social-icons ul li a i:hover {
    background: #a78770;
    color: #fff;
    transition: 0.5s;
}

.baner-number-img h5 {
    font-size: 106px;
    display: inline;
    box-decoration-break: clone;
    width: 6rem;
    background-image: linear-gradient(40deg, #a78770 50%, white 50%);
    background-size: 2.27rem 5.5rem;
    /* line-height: 0.5rem; */
    color: transparent;
    background-clip: text;
    /* -webkit-text-stroke: 1px lightpink; */
}

.baner-number-img {
    position: absolute;
    right: 120px;
    bottom: 20px;

}




/* about-sec */

.about-sec {
    padding: 100px 0px 100px;
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}

.about-img {
    width: 100%;
    /* height: 550px; */
    min-height: 100%;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-text {
    padding-left: 15px;
}

.about-text h2 {
    margin-bottom: 15px;
}

.about-text ul {
    gap: 35px;
    display: flex;
    align-items: flex-start;
}

.about-text ul li h5 {
    font-size: 14px;
    color: #d9c3b0;
    padding: 16px 12px;
    letter-spacing: 12px;
    border-radius: 50px;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    /* border: 1px solid #d9c3b0; */
}

.about-text ul li p {
    margin-bottom: 25px;
    text-align: justify;
    color: #515151;
}

.about-sec:before {
    position: absolute;
    content: '';
    top: 0;
    right: 13%;
    height: 100%;
    width: 51.5%;
    background: #202020;
    z-index: -1;
}

.about-text h2 {
    color: #fff;
    border-bottom: 1px solid #515151;
    margin-bottom: 28px;
    padding-bottom: 20px;
}


/* about-sec */


.service-sec {
    margin-bottom: 100px;
}

.service-heading {
    text-align: center;
    margin: 0 auto;
    width: 58%;
    margin-bottom: 50px !important;
}

.serviceSlider-btn {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.serviceSlider-btn::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: '';
    height: 100%;
    margin: auto;
    position: absolute;
    background-color: #dedcd8;
}

.serviceSlider-btn button {
    width: 45px;
    border: none;
    height: 40px;
    font-size: 15px;
    color: #c6c5c2;
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: transparent;
}

.serviceSlider-btn button:hover {
    color: #c19b7b;
    transition: ease-in;
    transition-duration: 0.5s;
}

.service-box {
    padding: 0px;
    background-color: #202020;
}

.service-img {
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
}

.service-img::before {
    top: 50%;
    left: 50%;
    height: 0%;
    z-index: 1;
    content: "";
    width: 200%;
    position: absolute;
    background-color: #a78770;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.service-box:hover .service-img::before {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-box:hover .service-text h5::before {
    left: 70%;
    transition: ease-in;
    transition-duration: 0.5s;
}

.service-text {
    padding: 30px 30px 12px;
}

.service-text h4 {
    padding: 15px 0px 10px;
    color: #fff;
    font-size: 18px;
}

.service-text .services-box-top-line {
    color: #1f1f1f;
    max-width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
}



.serviceSlider .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.services-box-top-line h5 {
    color: #fff;
}



.service-text p {
    color: #8f8f8f;
}

section.service-sec .container-fluid {
    padding: 0px 30px;
}

.service-sec .serviceSlider.slick-initialized.slick-slider {
    width: 110%;
}

.services-btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.services-btn a {
    width: 85%;
}

/* service sec */


.our-book-box {
    text-align: center;
    padding: 160px 0px;
    background: #252525c7;
}

section.our-book-sec {
    padding: 50px 0px;
    background-image: url(../images/your-book-bgimg.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    background-attachment: fixed;
}

section.our-book-sec .container-fluid {
    padding: 0px 40px;
}

.our-book-box h2 {
    color: #fff;
}

.our-book-box p {
    color: #fff;
}

.why-choose-img {
    position: relative;
}

.why-choose-box {
    position: absolute;
    top: 8.5%;
    right: 7%;
    background: #fff;
    padding: 24px 28px 0px;
    width: 47%;
    box-shadow: 0px 0px 6px 0px #00000045;
    text-align: right;
}

.why-choose-box-text {
    width: 74%;
    border-right: 1px solid #cecece;
    padding-right: 18px;
    margin-top: 0px;
}

.why-choose-box-text ul li {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'trajanpro-font-side';
}

.why-choose-box ul {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.why-choose-btn {
    position: absolute;
    bottom: 0;
    left: 20.8%;
}

section.why-choose-sec {
    margin-bottom: 100px;
}

/*testimonials start*/
section.testimonial {
    padding-bottom: 100px;
}

.test-top-txt {
    text-align: center;
    margin-bottom: 10px !important;
}

.test-top-txt h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #1a1817;
}

.test-top-txt p {
    font-size: 14px;
    color: #131212;
    width: 62%;
    margin: 0 auto;
}

.test-txt {
    padding: 50px;
    background-color: #fff;
    padding-left: 60px;
    box-shadow: 0px 0px 6px 0px #dadada;
    margin: 10px 0px;
}

.test-txt h3 {
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 7px;
}

.test-txt h4 {
    font-size: 14px;
    color: #a78770;
    margin-bottom: 10px;
}

.test-txt p {
    font-size: 14px;
    color: #bfbfbf;
    font-style: italic;
    width: 90%;
    line-height: 26px;
}

.test-txt ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: unset;
}

.test-txt ul li h5 {
    margin: unset;
    font-size: 16px;
    color: #121111;
}

.test-txt ul li a i {
    color: #fc9f25;
}

.test-slid-img .slick-slide {
    opacity: 1;
}

.test-slid-img .slick-slide {
    margin: 10px 0px;
}

.test-slid-img img {
    height: 210px;
    object-fit: cover;
}


/* ==================== Chance Sec Starts */
.chance-card-txt h2 {
    font-size: 1.5vw;
    color: white;
    text-align: center;
    margin: 0;
}


.chance-card-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

section.chance-sec {
    margin: 0 0 100px 0;
    padding: 80px 0px 50px;
    position: relative;
    z-index: 0;
}

.chance-card-txt {
    display: none;
}

.chance-card-txt {
    display: none;
}

.slick-slide.slick-current.slick-active.slick-center .chance-card-txt {
    display: block;
}

.chance-card-txt p {
    color: white;
    text-align: center;
}

.chance_slidder .slick-list {
    overflow: visible;
}

.chance_slidder {
    margin-bottom: 150px;
}

.chance_slidder .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chance_slidder .slick-slide {
    opacity: 0.5;
    transform: scale(0.8);
}

.chance_slidder .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
    margin: 10px 20px;
    transform: scale(1.2);
}

/* ==================== Chance Sec Ends */

/* footer starts  */
section.footer-sec {
    background: #202020;
    padding: 100px 0 0 0;
}

section.footer-sec h3 {
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 0 0 20px 0;
}

.footer-logo-wrapper p {
    color: gray;
    padding: 20px 0;
}

ul.useful-links-list li a {
    color: gray;
}

ul.quick-links li a {
    color: gray;
}

ul.get-in-touch-list li a {
    color: gray;
}

ul.social-icon-list li a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 16px;
    border: 1px solid white;
}

ul.social-icon-list {
    display: flex;
    gap: 10px;
}

.useful-links-list {
    display: flex;
    justify-content: space-between;
}

.useful-links {
    padding: 0px 50px;
    position: relative;
}

.useful-links-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.useful-links-list ul li a {
    color: gray;
    text-transform: capitalize;
}

.quick-links-wrapper {
    padding: 0px 60px;
    position: relative;
}

ul.quick-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.get-in-touch-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.get-in-touch-list li a i {
    color: white;
    margin: 0 10px 0 0;
}

.copy-row p {
    color: gray;
    text-align: center;
}

.copy-row {
    padding: 30px 0px 10px;
    border-top: 1px solid #80808054;
}

.footer-logo-wrapper {
    padding: 0px 0px 0 0;
    position: relative;
}

.footer-logo-wrapper::before {
    content: "";
    width: 1px;
    height: 376px;
    background: #3f3f3f;
    position: absolute;
    right: 0;
    top: 0;
}

.useful-links::before {
    content: "";
    width: 1px;
    height: 376px;
    background: #3f3f3f;
    right: 0;
    position: absolute;
    top: 0;
}

.quick-links-wrapper::before {
    content: "";
    width: 1px;
    height: 376px;
    background: #3f3f3f;
    position: absolute;
    right: 0;
    top: 0;
}

.get-touch-wrapper {
    padding: 0px 80px;
}

.footer-logo {
    padding: 0 0 20px 0;
    position: relative;
}

section.footer-sec h3::before {
    content: "";
    width: 200px;
    height: 1px;
    background: #3f3f3f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.social-list-wrapper h3 {
    padding: 0 !important;
}

.social-list-wrapper h3::before {
    display: none;
}

.social-list-wrapper h3 {
    padding: 0 !important;
}

.footer-logo::before {
    content: "";
    width: 300px;
    height: 1px;
    background: #3f3f3f;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* footer ends */
section.chance-sec .container-fluid {
    padding: 0px 40px;
}

.chance-sec-top-heading {
    text-align: center;
    margin-bottom: 0px;
}

.banner-number {
    text-align: center;
    margin-top: -70px;
    z-index: 1;
    position: relative;
}

.banner-number h2 {
    color: #fff;
}

.banner-number h2 .end_number {
    color: #ffffff4f;
    font-size: 28px;
}

.chance-sec-top-heading {
    margin-bottom: -70px;
}

section.chance-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 45%;
    background: #202020;
    z-index: -1;
}

.chance-sec-top-heading h2 {
    color: #fff;
}

.chance-sec-top-heading p {
    color: #fff;
}

/*about-inner start*/
section.about-sec.inn::before {
    display: none;
}

section.about-sec.inn .about-text h2 {
    color: #0c0c0c;
}

section.about-sec.inn .about-text ul li h5 {
    color: #0c0c0c;
}

section.about-sec.inn .about-img {
    width: 100%;
    height: 659px;
}

section.about-sec.inn {
    padding-bottom: 0;
}


section.why-choose-sec.inn .why-choose-box {
    right: unset;
    left: -83px;
    top: 12%;
}

section.why-choose-sec.inn .why-choose-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

section.why-choose-sec.inn .why-choose-box img {
    width: auto;
    height: auto;
}

section.why-choose-sec.inn .why-choose-btn {
    position: absolute;
    bottom: 0;
    left: 39.8%;
}

section.why-choose-sec.inn .why-choose-img {
    position: relative;
    margin: 0 auto;
    width: 92%;
}

section.service-sec.inn {
    padding-top: 100px;
}

/*about-inner end*/
/* InnerPage Contact Us start */
.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    right: 40px;
    top: 5px;
    left: unset;
    transform: rotate(180deg);
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 26px;
    display: flex;
    border-radius: 5px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    display: flex;
    border-radius: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 20px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: unset;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 6px;
    height: 150px;
    scroll-behavior: unset;
    position: relative;
}

.contact-pag-form .detailss {
    position: relative;
}

.contact-pag-form .detailss i {
    position: absolute;
    top: 20px;
    color: #7e7e7e;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-pag-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-pag-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border: transparent;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #a78770;
    background: #f8f8f8;
    border: 1px solid #a78770;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    background: #202020;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
    /* border-radius: 10px; */
}

.contact-main-sec h4 {
    font-size: 40px;
    color: #000000;
    font-weight: 400;
    line-height: 60px;
    /* font-family: 'AGENCYB'; */
    margin-bottom: 0px;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-family: "Oswald";
    text-transform: capitalize;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 34px;
}

.contact_text p {
    font-size: 22px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    display: block;
    font-family: 'Montserrat';
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 0;
    margin-left: 20px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #7e7e7e;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.contact-pag-form {
    margin-top: 0;
}

.contact-pag-form button {
    margin-top: 30px;
}

section.contact-main-sec button {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 20px; */
    justify-content: center;
    font-size: 12px;
    color: #fff;
    font-family: 'trajanpro-font-side';
    font-weight: 500;
    border: 1px solid #fff;
    width: fit-content;
    /* margin: 0 auto; */
    /* padding-left: 20px; */
    background-color: #fff;
    text-transform: uppercase;
    /* color: #000; */
    /* border: 2px solid #a0574e; */
    /* border-radius: 100px; */
    /* padding-right: 3px; */
    /* padding-top: 4px; */
    /* padding-bottom: 4px; */
    background-color: #a78770;
    padding: 13px 25px;
}

section.contact-main-sec button span {
    /* width: 50px; */
    /* height: 58px; */
    /* border-radius: 0 5px 5px 0; */
}

.contact-pag-form .detailss::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.cicle-icon {
    margin: 0 17px 0 0;
}

.contact-side-bar h4 {
    padding: 0 0 30px 0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    /* font-family: 'Cammron'; */
}

/* InnerPage Contact Us end */
/*get an estmate start*/
section.get-an form input {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px !important;
    border: 1px solid #a7a5a2;
    outline: none;
    border-radius: 0px;
}

section.get-an {
    padding: 100px 13%;
}

.input-icon {
    position: absolute;
    top: 18px;
    right: 15px;
}

.input {
    position: relative;
}

.input-icon i {
    font-size: 22px;
    color: #000;
}

section.get-an form input::placeholder {
    color: #000;
}

.text-area textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #a7a5a2;
    resize: none;
    padding: 10px 20px;
    border-radius: 0px;
}

.Message-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.text-area {
    position: relative;
}

.Message-icon i {
    font-size: 22px;
    color: #2500fe;
}

section.form-2 button.theme_btn {
    font-size: 30px;
    font-weight: 400;
    background-color: #091d35;
}

.text-area {
    position: relative;
    margin-bottom: 30px !important;
}

section.get-an button.theme_btn {
    /* border: 1px solid; */
    font-size: 14px;
    color: #58584c;
    font-family: 'Montserrat';
    padding: 15px 40px;
    background-color: #a78770;
    color: #fff;
}

.input select {
    width: 100%;
    padding: 15px 20px;
    border-radius: 0px;
    margin-bottom: 20px !important;
}

.get-in-head h3 {
    text-align: center;
    font-size: 49px;
    line-height: 29px;
    margin-bottom: 15px;
    color: #202020;
    font-weight: 300;
}

.get-in-head p {
    font-size: 13px;
    margin: 0 auto;
    width: 73%;
    text-align: center;
    line-height: 31px;
}

.get-in-head {
    margin-bottom: 30px !important;
}

section.main_slider.inn.book h1 {
    width: 86%;
}

/*get an estmate end*/


section.portfolio.inn .port-folo-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

section.portfolio.inn {
    padding: 100px 0px;
}

.port-txt {
    text-align: center;
    margin-bottom: 30px !important;
}

.port-txt p {
    font-size: 13px;
    margin: 0 auto;
    width: 59%;
}

section.service-det {
    padding: 100px 0px;
}

.ser-det-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.ser-det-img {
    position: relative;
}

.ser-det-txt-sm-bx {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 103px 0px rgba(146, 146, 146, 0.21);
    padding: 20px 40px;
    width: 49%;
    position: absolute;
    top: 10%;
    right: -44px;
}

.ser-det-bot-txt {
    margin-top: 20px;
}

section.reviews-inn .test-txt {
    padding: 20px;
    padding-left: 20px;
}

.test-in-img img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

section.reviews-inn .test-txt p {
    width: 100%;
}

section.reviews-inn {
    padding: 100px 0px;
}

.footer-logo a img {
    width: 59%;
    background: #fff;
    padding: 12px;
}

section.main_slider.inn .banner-img img {
    height: 65vh;
}