@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: #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;
}

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: 500;
    line-height: 1.2;
    font-family: 'montserrat-medium';
}
.testi_slider.slick-initialized.slick-slider {
    padding: 11px 0;
}

.testimonial-heading.heading {
    text-align: center;
}

.testimonial-heading.heading h2 {
    margin: 0;
    color: #483227;
}

.testimonial-heading.heading p {
    width: 74%;
    margin: 0 auto;
}

.testimonial-heading.heading {
    padding-bottom: 50px;
}

/***** Font Files *****/

@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: 'cinzel-regular';
    src: url(../fonts/cinzel-regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-medium';
    src: url(../fonts/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: 'cinzel-regular';
    font-size: 51px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'cinzel-regular';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'cinzel-regular';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'cinzel-regular';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'cinzel-regular';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'cinzel-regular';
    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: 10px 0;
    background: #fff;
    width: 98%;
    margin: 0 auto;
}
header {
    position: absolute;
    width: 100%;
    margin: auto;
    z-index: 1;
    top: 14px;
}
.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    display: flex;
    justify-content: start;
    gap: 17px;
}

.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: #393939;
    padding: 10px 23px;
    font-size: 15px;
    text-transform: uppercase;
}


.header_btn a {
    width: 150px;
    height: 50px;
    background: #826353;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 13px;
}
.header_btn a:hover:before {
    width: 95%;
    height: 43px;
}

.header_btn a:hover {
    color: #000;
}

.header_btn a:hover:after {
    width: 95%;
    height: 43px;
}
.header_btn a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    right: 3px;
    border: 0;
    border-radius: 30px 0 0 0;
    z-index: -1;
    bottom: 3px;
    transition: 0.5s;
}
.header_btn a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 1px 0 30px 0;
    transition: 0.5s;
    z-index: -1;
}
.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    /* background-color: #393939; */
}

.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: #816253;
}

.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-item img {
    width: 100%;
    height: 100vh;
}
.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: rgb(72 50 39 / 0%);
}
.banner_text p {
    font-weight: 400;
    color: #ffffff96;
    font-size: 15px;
}
.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_text a {
    color: #fff;
    width: 278px;
    height: 50px;
    background: #826353;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.banner_text a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 1px 0 30px 0;
    z-index: -1;
    transition: 0.5s;
}

.banner_text a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    right: 3px;
    border: 0;
    border-radius: 30px 0 0 0;
    z-index: -1;
    bottom: 3px;
    transition: 0.5s;
}
.banner_text:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 72%;
    background: #ffffff42;
    left: 65px;
    bottom: 0;
    transition: 0.5s;
}
.banner_text a:hover:before {
    width: 97%;
    height: 40px;
}


.banner_text h3 {
    font-family: 'montserrat-medium';
    color: #f3f1f1;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 9px;
}
.banner_text a:hover:after {
    width: 97%;
    height: 40px;
}

.banner_text a:hover {
    color: #000;
}
.banner_text:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 140px;
    background: #fff;
    left: 65px;
    top: 193px;
    transition: 0.5s;
}
section.main_slider {
    border: 5px solid #fff;
}
/*banner css end*/


/* about start  */
.about_img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin-top: -111px;
    position: relative;
    z-index: 99;
}

.about_sec .row {
    align-items: center;
}

.about_text h2 {
    font-size: 67px;
    color: #483227;
    margin: 0;
}



.about_text p {
    width: 91%;
    font-size: 14px;
    line-height: 27px;
    color: #483227;
}

.about_text {
    padding-top: 70px;
    padding-left: 30px;
}
.about_sec .row .col-md-6 {
    padding: 0;
}

.about_sec {
    padding-bottom: 100px;
}

.mission_text h2 {
    font-size: 50px;
    color: #483227;
    margin: 0;
}

.mission_text p {
    width: 81%;
    color: #483227;
    text-align: justify;
}
.mission_text ul li:last-child:before {
    position: unset;
}
.mission_text ul li {
    color: #483227;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}

.mission_text ul li img {
    padding-right: 9px;
}

.mission_text ul li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 24px;
    background: #b1b1b1;
    left: 8px;
    top: 20px;
}

.mission_text a {
    width: 150px;
    height: 50px;
    background: #826353;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.mission_text a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    right: 3px;
    border: 0;
    border-radius: 30px 0 0 0;
    z-index: -1;
    bottom: 3px;
    transition: 0.5s;
}

.mission_text a:hover {
    color: #000;
}

.mission_text a:hover:before {
    width: 95%;
    height: 43px;
}

.mission_text a:hover:after {
    width: 95%;
    height: 43px;
}
.mission_text a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 1px 0 30px 0;
    z-index: -1;
    transition: 0.5s;
}
/* about end  */


/* services */
.our_services_sec {
    text-align: center;
    padding-bottom: 50px;
}

.our_services_sec h2 {
    margin: 0;
    color: #483227;
}

.our_services_sec p {
    width: 77%;
    margin: 0 auto;
    color: #483227;
    line-height: 25px;
}
.services {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    align-items: center;
    border-bottom: 1px solid #ffffff47;
    margin-bottom: 30px;
}

.services h3 {
    margin: 0;
    font-family: 'montserrat-medium';
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

.services_card {
    background: #483227;
    position: relative;
    z-index: 1;
}

.service_text {
    padding: 30px 26px 0;
}

.service_text h4 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.service_text p {
    color: #ffffff8c;
    padding-bottom: 23px;
}

.services span {
    color: #fff;
}
.services_img img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.services_btn a {
    width: 95%;
    height: 50px;
    display: flex;
    background: #826353;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.services_btn a:hover {
    color: #000;
}

.services_btn a:hover:before {
    width: 95%;
    height: 43px;
}

.services_btn a:hover:after {
    width: 95%;
    height: 42px;
}
.services_btn {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.services_btn a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    right: 3px;
    border: 0;
    border-radius: 30px 0 0 0;
    z-index: -1;
    bottom: 3px;
    transition: 0.5s;
}
.services_btn a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 1px 0 30px 0;
    z-index: -1;
    transition: 0.5s;
}
.our_services {
    padding-bottom: 100px;
}
/* services */

/* boot champ  */

.boot_champ {
    background-image: url(../images/boot-champ.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 10px solid #fff;
}
.boot_champ::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #483227a3;
    left: 0;
    top: 0;
}
.boot_champ_content h2 {
    color: #fff;
    font-size: 67px;
    margin: 0;
}

.boot_champ_content p {
    color: #ffffffad;
    width: 88%;
    margin: 0 auto;
    line-height: 25px;
    padding-bottom: 21px;
}

.boot_champ_content a {
    width: 150px;
    height: 50px;
    background: #826353;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.boot_champ_content a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    right: 3px;
    border: 0;
    border-radius: 30px 0 0 0;
    z-index: -1;
    bottom: 4px;
    transition: 0.5s;
}
.boot_champ_content a:hover {
    color: #000;
}

.boot_champ_content a:hover:before {
    width: 95%;
    height: 42px;
}

.boot_champ_content a:hover:after {
    width: 95%;
    height: 42px;
}
.boot_champ_content a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: 3px;
    top: 4px;
    border-radius: 1px 0 30px 0;
    z-index: -1;
    transition: 0.5s;
}
/* boot champ  */


/* why chose us  */
.Why_Choose_Us {
    padding: 100px 0;
    text-align: center;
}

.Why_Choose_Us .col-md-6 {
    padding: 0;
}


.Why_Choose_Us_text {
    background: #483227;
    padding: 54px 35px;
}

.Why_Choose_Us_img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.Why_Choose_Us_text h2 {
    color: #fff;
    font-size: 67px;
    line-height: 1;
}

.Why_Choose_Us_text h4 {
    display: flex;
    height: 45px;
    width: 354px;
    justify-content: center;
    align-items: center;
    background: #826353;
    font-size: 14px;
    margin: 0 auto;
    color: #fff;
    font-family: 'montserrat-medium';
    margin-bottom: 20px;
}

.Why_Choose_Us_text p {
    color: #ffffff99;
    width: 93%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.Why_Choose_Us_text a {
    width: 150px;
    height: 50px;
    background: #826353;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.Why_Choose_Us_text a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    right: 3px;
    border: 0;
    border-radius: 30px 0 0 0;
    z-index: -1;
    bottom: 3px;
    transition: 0.5s;
}
.Why_Choose_Us_text a:hover {
    color: #000;
}

.Why_Choose_Us_text a:hover:before {
    width: 95%;
    height: 43px;
}

.Why_Choose_Us_text a:hover:after {
    width: 95%;
    height: 43px;
}
.Why_Choose_Us_text a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    left: 3px;
    top: 3px;
    border-radius: 1px 0 30px 0;
    transition: 0.5s;
    z-index: -1;
}

/* why chose us  */


/*Footer Start*/

footer {
    background: #483227;
    position: relative;
}


.news-letter h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 60px;
}

.news-letter {
    padding: 55px 0;
    background: #453026;
}

.news-letter form {
    position: relative;
    width: 100%;
}

.news-letter form input {
    width: 100%;
    border: 1px solid #ffffff38;
    background: #382a23;
    color: #fff;
    border-radius: 100px;
    height: 60px;
    padding: 0 190px 0 25px;
}

.news-letter form button {
    position: absolute;
    right: 0;
    width: 180px;
    color: #5b5c5c;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 100px;
    height: 60px;
    border: 1px solid #0000;
    background: #ffffff;
    letter-spacing: 0.8px;
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.main-ftr {
    position: relative;
    padding: 80px 0px;
    height: 100%;
}

.main-ftr ul li h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.main-ftr ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.main-ftr ul li i {
    font-size: 25px;
    color: #fff;
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 30px;
    transition: .7s ease-in-out;
}

.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #ffffff;
}

.bottm-ftr-copy-right p {
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.bottm-ftr-copy-right {
    padding: 20px 0;
    text-align: center;
}

.middle-ftr {
    border-bottom: 1px solid #58453b;
    background: #483227;
    transition: .7s ease-in-out;
    border-top: 1px solid #736158;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req h5 a {
    color: #b01630;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.ftr-req {
    text-align: center;
    padding: 80px 0px;
}

.ftr-req input {
    width: 100%;
    border: 1px solid #ffffff;
    background: #00000000;
    border-radius: 100px;
    color: #ffffff;
    text-align: center;
    height: 55px;
    font-weight: 600;
    margin: 30px 0 0 0;
}

.ftr-req input::placeholder {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #58453b;
    width: 1px;
    height: 100%;
    top: 0;
    right: 30px;
}

.bottm-ftr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 0;
    width: 90%;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottm-ftr ul li p {
    margin-bottom: 0;
    color: #ffffff7d;
}

.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #138eed;
    color: #fff;
}


.ftr-req h5 a {
    font-size: 30px;
    color: #ffffff;
    margin: 60px 0 20px;
    font-family: 'jersey';
    font-weight: 500;
    letter-spacing: 0.8px;
}


ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

.bottm-ftr-copy-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer End*/


/* /................/ resources_sec */
.resources_sec {
    padding: 0 0 100px  0;
}

.resources_content {
    text-align: center;
}

.resources_content h2 {
    margin: 0;
    color: #4c372c;
}
.resources_content p {
    width: 81%;
    margin: 0 auto;
    line-height: 22px;
    padding-bottom: 20px;
    color: #b6aba5;
}

.resources_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.resources_card {
    background: #483227;
}

.resources_text {
    padding: 26px;
}

.resources_text h4 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
}

.resources_text p {
    color: #948781;
    padding-bottom: 30px;
}

.resources {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 0;
    border-top: 1px solid #fff;
    align-items: center;
}

.resources h6 {
    color: #fff;
    margin: 0;
    font-family: 'montserrat-medium';
    text-transform: uppercase;
    font-size: 14px;
}

.resources i {
    color: #fff;
    border: 1px solid;
    display: flex;
    height: 36px;
    width: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.resources span {
    color: #fff;
}
.resources_user {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* /................/ resources_sec */


/*Testimonial Sec Css Starts*/

section.testimonial-sec {
    position: relative;
    padding: 0 0 101px 0;
}

.testi_slider .slick-slide , .testi_slider .slick-active {
    opacity: 1;
}

.testi_slider .slick-slide {
    margin: 0;
}

.testi_slider .slick-current {
    border: 1px solid #0000003b;
    border-top: none;
    border-bottom: none;
    margin: 0;
}

.testi_slider .slick-track {
    display: flex;
}
.test-img-bx p {
    font-size: 14px;
}

.test-bx-main p {
    font-size: 15px;
    color: #483227;
}
.test-bx-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 30px;
}

.test-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: 0 30%;
    padding: 9px 0 0;
}

.test-img-bx {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.test-top-txt ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.test-top-txt ul li a i {
    color: #ffcd37;
}

.test-top-txt h5 {
    font-size: 19px;
    line-height: 24px;
    margin: 0;
    font-family: 'montserrat-medium';
}

.test-top-txt h6 {
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    color: #9da6a3;
    font-family: 'montserrat-medium';
}

.test-img {
    position: relative;
}

.test-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    height: 73%;
    width: 80%;
    z-index: -2;
    align-items: center;
    background-image: linear-gradient(to right, #826353, rgb(130 99 83));
    background-size: 600%;
    background-position: 0 0;
    /* box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5); */
    /* display: flex; */
    /* font-family: "Lato", Arial, sans-serif; */
    justify-content: center;
    /* Animation */
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: gradients;
}

/*Testimonial Sec Css Ends*/