@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 14px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000000;
    white-space: initial;
    display: inline-block;
}

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;
}

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;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Dirtylane';
    src: url(../fonts/Dirtylane.otf);
}

@font-face {
    font-family: 'urban-shadow';
    src: url(../fonts/Urban-Shadow-Sans-Serif.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.all-section-btm {
    padding: 0 0 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.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: 'urban-shadow';
    font-size: 81px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 30px;
    line-height: 80px;
}

h2 {
    font-family: 'urban-shadow';
    font-size: 50px;
    color: #03233f;
    font-weight: 400;
    line-height: 70px;
    margin: 0px 0 0px;
}

h3 {
    font-family: 'urban-shadow';
    font-size: 24px;
    color: #03233f;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: 'urban-shadow';
    font-size: 24px;
    color: #03233f;
    font-weight: 400;
    margin: 0 0 0px;
}

h5 {
    font-family: 'urban-shadow';
    font-size: 16px;
    color: #03233f;
    font-weight: 400;
    margin: 0 0 0px;
}

h6 {
    font-family: 'urban-shadow';
    font-size: 14px;
    color: #03233f;
    font-weight: 400;
    margin: 0 0 0px;
}

p {
    color: #81919f;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 0 20px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: #03233f;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s ease;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.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: #ffffff;
    background: #b9873b;
}

.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;
    display: none;
}

.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;
    right: 7%;
    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;
}


/*header css start */


/*banner css 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: 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*/

/* header */

.border-theme {
    display: block;
    position: relative;
    height: 1px;
    width: 88%;
    background: #e5e9eb;
    margin: 0 auto;
}

.border-theme::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #bd8934;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    animation: spin 2s linear infinite;
    will-change: transform;
}

.border-theme::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    background: #bd8934;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    animation: spin 2s linear infinite;
    will-change: transform;
}

.container-fluid {
    padding: 0 4%;
}

ul.social_icons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

ul.social_icons li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border: 1px solid #cda666;
    font-size: 14px;
    color: #ffffff;
    border-radius: 50%;
    transition: all .3s ease-in;
}

ul.social_icons li a:hover {
    border: 1px solid #cda666;
    background: #ffffff;
    color: #bd8934;
}

.menuSection {
    background: #bd8934;
    position: relative;
    z-index: 99;
    padding: 10px 0;
}

.menuSection::before {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 100%;
    width: 74%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: -1;
    top: 0;
    left: 0;
}

.call-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    border: 1px solid #cda666;
    background: #bd8934;
    font-size: 20px;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 0 0 auto;
    transition: all .3s ease-in;
}

.call-icon:hover {
    border: 1px solid #cda666;
    background: #ffffff;
    color: #bd8934;
}

/* header */

/* banner */

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_text h1 span {
    display: block;
    font-family: 'Dirtylane';
    font-size: 117px;
}

.banner_text p {
    color: #86929f;
    width: 95%;
    margin-bottom: 30px;
}

.banner_text h4 {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: fit-content;
    position: relative;
    border-bottom: 1px solid #203953;
}

.banner_text h4::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #bd8934;
    height: 10px;
    width: 10px;
    animation: spin 2s linear infinite;
    will-change: transform;
}

@keyframes spin {
    from {
        transform: rotate(45deg);
    }

    to {
        transform: rotate(405deg);
    }
}

.banner_text h4::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    background: #bd8934;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    animation: spin 2s linear infinite;
    will-change: transform;
}

.themebtn {
    background: #bd8934;
    border: 1px solid #bd8934;
    padding: 10px 10px 10px 25px;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-flex;
    gap: 15px;
    align-items: center;
    transition: all .3s ease-in;
}

.themebtn:hover {
    background: #03233f;
    border: 1px solid #ffffff;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 0px 20px rgb(185 135 59);
}

.themebtn:hover .btn_icon {
    border: 1px solid #bd8934;
    background: #bd8934;
}

.themebtn:hover .btn_icon img {
    transform: translateX(10px);
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(345%) hue-rotate(35deg) brightness(116%) contrast(100%);
    transition: all .3s ease-in;
}

.btn_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 30px;
    transition: all .3s ease-in;
}

.btn_icon img {
    height: 9px;
    width: auto;
    object-fit: contain;
    transition: all .3s ease-in;
}

.themebtn2 {
    background: transparent;
    border: 1px solid #566b7e;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 15px 40px;
    transition: all .3s ease-in;
}

.themebtn2:hover {
    border: 1px solid #bd8934;
    background: #bd8934;
    color: #ffffff;
}

.banner_text ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

/* banner */

/* about */

.about_img {
    height: 620px;
    border-radius: 20px;
}

.about_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.theme_heading h2 span {
    display: block;
    font-family: 'Dirtylane';
    font-size: 72px;
    color: #bd8934;
    margin-bottom: 10px;
}

.about_txt .theme_heading {
    margin-bottom: 40px;
}

.theme_heading h2 {
    line-height: 55px;
}

.about_txt {
    padding-right: 40px;
    padding-left: 25px;
}

/* about */

/* service */

.main_heading {
    text-align: center;
    margin-bottom: 40px;
}

.main_heading p {
    width: 90%;
    margin: 10px auto 0;
}

.service_txt {
    padding-right: 50px;
}

.service_txt h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.service_card {
    border-radius: 10px;
    position: relative;
    height: 510px;
    transition: all 0.4s ease;
}

.srv_img img {
    border-radius: 10px;
    height: 430px;
    width: 100%;
    object-fit: cover;
    transition: height 0.4s ease;
}

.srv_img {
    position: relative;
}

.srv_img::before {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 50%;
    background: #bd8934;
    border: 5px solid #fff;
    height: 20px;
    width: 20px;
    transform: rotate(45deg) translateX(-50%);
    z-index: 99;
    transition: all 0.4s ease;
}

.service_card:hover .srv_img::before {
    bottom: unset;
    top: 50%;
    left: -17px;
    transform: rotate(45deg) translateY(-50%);
    z-index: 99;
}

.service_card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.srv_txt {
    text-align: center;
    padding: 30px;
    transition: opacity 0.3s ease;
}

.srv_txt h3 {
    font-size: 18px;
}

.service_card:hover .srv_txt {
    opacity: 0;
}

.service_card:hover .srv_img img {
    height: 510px;
}

.service_card::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(189, 137, 52, 1) 0%, rgba(189, 137, 52, 0) 65%);
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service_card:hover::before {
    opacity: 1;
}

.slider-nav .slick-slide {
    opacity: 1;
    margin: 5px 0 5px 12px;
}

.slider-nav.slick-initialized.slick-slider {
    width: 70vw;
}

.service_slider_btns button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    border: 1px solid #ebebeb;
    background: #ffffff;
    border-radius: 30px;
}

.service-slider-prev {
    transform: rotate(180deg);
}

.service_slider_btns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.service_slider_btns button img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(41%) saturate(3947%) hue-rotate(193deg) brightness(95%) contrast(98%);
}

.service_slider_btns button:hover {
    border: 1px solid #bd8934;
    background: #bd8934;
}

.service_slider_btns button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(91%) hue-rotate(341deg) brightness(120%) contrast(100%);
}

.slide_bar {
    width: 100%;
    height: 1px;
    background: #ccd2d8;
    position: relative;
    overflow: hidden;
}

.active_slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 230px;
    background: #03233f;
    transition: transform 0.4s ease;
}

.slider_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* service */

/* extra care */

.extra_care {
    height: 720px;
    background: url(../images/extra-care-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.extra_care_txt .theme_heading h2 {
    color: #ffffff;
}

.extra_care_txt ul li {
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}

.extra_care_txt {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-radius: 20px;
    padding: 30px;
    background: #01182b;
    width: 87%;
    margin: 0 0 0 auto;
}

.extra_care .container-fluid {
    padding: 0 6%;
}

.extra_care_txt ul {
    display: flex;
    margin-bottom: 10px;
}

.extra_care_txt ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}

.extra_care_txt ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #bd8934;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
}

.counter span {
    display: block;
    font-family: 'Dirtylane';
    font-size: 37px;
    color: #bd8934;
    margin-bottom: 5px;
}

.counter h3 {
    font-size: 16px;
    color: #ffffff;
}

.counter ul li {
    padding: 30px;
    text-align: center;
    border-right: 1px solid #1b3041;
}

.counter ul li:last-child {
    border-right: none;
}

.counter ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 20px;
    padding: 30px;
    background: #01182b;
    width: 38%;
    margin: 0 0 0 auto;
    position: absolute;
    bottom: 0;
    right: 96px;
}

/* extra care */

/* why choose us  */

.why_choose_img {
    height: 660px;
    border-radius: 20px;
}

.why_choose_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.d_block {
    display: block;
}

.why_choose_txt h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 5px;
}

.why_choose_txt ul {
    display: flex;
}

.why_choose_txt ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    color: #000000;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}

.why_choose_txt ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #bd8934;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
}

.why_choose_txt {
    padding-left: 40px;
    padding-right: 70px;
}

.why_choose_txt h2 {
    position: relative;
}

.why_choose_txt h2 {
    position: relative;
}

.why_choose_txt h2::before {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 50px;
    background: #e9eceb;
    height: 1px;
    width: 380px;
}

/* why choose us  */

/* price */

.pricing_card span {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.pricing_card h2 {
    font-size: 79px;
    text-align: center;
    margin-bottom: 40px;
}

.pricing_card p {
    font-weight: 400;
}

.pricing_card ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
}

.pricing_card ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background: url(../images/approve.png);
    height: 20px;
    width: 20px;
    transition: all .3s ease-in;
}

.pricing_card a {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat';
    font-weight: 400;
    background: #bd8934;
    border: 1px solid #ffff;
    width: 100%;
    padding: 15px;
    border-radius: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    transition: all .3s ease-in;
}

.pricing_card {
    border-radius: 20px;
    padding: 50px 30px;
    margin: 20px;
    transition: all .3s ease-in;
}

.pricing_card:hover {
    transform: scale(1.03);
    background: #bd8934;
}

.pricing_card:hover * {
    color: #fff;
}

.pricing_card:hover ul li::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(2%) hue-rotate(38deg) brightness(112%) contrast(100%);
}

.pricing_card:hover a {
    color: #000000;
    background: #ffffff;
    border: 1px solid #ffff;
}

/* price */

/* testimonial */

.client {
    padding: 25px 25px 50px;
    background-color: #fcf9f5;
    width: 70%;
    margin: auto;
    height: 400px;
    border-radius: 10px;
}

.client_icon {
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
    background: #deb76c;
    border-radius: 5px;
}

.client_txt h4 {
    font-size: 17px;
    writing-mode: tb;
    color: #000000;
    letter-spacing: 1px;
}

.client_txt h4 span {
    display: block;
    font-size: 11px;
    line-height: 12px;
    font-family: 'Montserrat';
}

.client ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.client_txt {
    border-top: 1px solid #c4c2bf;
    padding: 70px 20px 20px;
}

.test_main {
    background-color: #03233f;
    padding: 40px;
    height: 450px;
    border-radius: 10px;
}

.test_main ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.test_main h5 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-bottom: 5px;
}

.test_main h6 {
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin: 0;
}

.test_main p {
    color: #81919f;
}

.test_main img {
    height: 115px;
    width: 115px;
    object-fit: cover;
}

.rating i {
    color: #ffffff;
}

.rating span {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: unisans;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 25px;
}

.sslider-nav .slick-slide {
    opacity: 0;
}

.slider-for .slick-slide {
    margin: 0px;
}

section.testimonial .slick-slide {
    opacity: 1;
    margin: 0px 10px;
}

.slider-for-right .client {
    width: 90%;
    margin: 0 0 0 auto;
}

.test_main ul:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #223e56;
}

.slider-for-left .client {
    margin: 0 0 0 40px;
}

.test_main h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
}

/* testimonial */

/* blogs */

.blog_heading h2 {
    color: #000;
    font-size: 60px;
}

.blog_slider_btns button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 50px;
    border: 1px solid #ebebeb;
    background: #ffffff;
    border-radius: 30px;
}

.blog-prev {
    transform: rotate(180deg);
}

.blog_slider_btns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.blog_slider_btns button img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(41%) saturate(3947%) hue-rotate(193deg) brightness(95%) contrast(98%);
}

.blog_slider_btns button:hover {
    border: 1px solid #bd8934;
    background: #bd8934;
}

.blog_slider_btns button:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(91%) hue-rotate(341deg) brightness(120%) contrast(100%);
}

.blogs_main img {
    height: 380px;
    width: 390px;
    object-fit: cover;
    border-radius: 10px;
}

.blogs_main {
    position: relative;
    margin: 10px;
}

.blogs_txt h4 a {
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 20px;
}

.blogs_txt ul li {
    color: #8f8f8f;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.blogs_txt ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #b2b2b2;
    font-size: 16px;
    color: #bd8934;
    border-radius: 50%;
}

.blogs_txt ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.blogs_txt ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.blogs_txt p {
    font-weight: 400;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}

.blogs_txt {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ffffff;
    padding: 45px 15px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 230px;
    transform: translateY(-50%);
    transition: width .3s ease-in;
}

.blogs_slider .slick-slide {
    opacity: 1;
}

.blogs_slider .slick-slide {
    margin: 0px 0px;
}

.blogs_main:hover .blogs_txt {
    width: 85%;
}

.blogs-sec .container-fluid {
    padding: 0 9%;
}

/* blogs */

/* footer */

.footerSec {
    background-color: #03233f;
    color: #fff;
}

.ftr_mid h5 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.footerSec h5 {
    font-size: 20px;
    margin-bottom: 40px;
    color: #fff;
}

.ftr_logo {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #414141;
}

.foot_links ul li {
    margin-bottom: 20px;
}

.footer_contact ul li {
    margin-bottom: 30px;
}

.foot_links ul li a,
.footer_contact ul li a {
    color: #b4bdc6;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
    text-transform: uppercase;
}

.foot_links ul li a:hover,
.footer_contact ul li a:hover {
    color: #ffffff;
    transform: translateX(10px);
}

.footer_contact ul li i {
    color: #b4bdc6;
    font-size: 20px;
}

.ftr_mid {
    text-align: center;
    padding: 60px 70px;
}

.footer_contact {
    border-left: 1px solid #1f3b54;
    height: 100%;
    padding: 60px 0 60px 80px;
}

.social_links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.social_links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #728493;
    border-radius: 50%;
    color: #728493;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.4s ease;
}

.social_links a:hover {
    background-color: #fff;
    color: #935b3e;
    transform: scale(1.1);
}

.ftr_btm {
    background-color: #03233f;
    padding: 30px 0;
}

.ftr_btm p {
    color: #b4bdc6;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
}

.ftr_top {
    background-color: #08243e;
    padding: 80px 0 60px;
}

.foot_links ul {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
}

.footerSec .container-fluid {
    padding: 0 9%;
    border-top: 1px solid #1f3b54;
    border-bottom: 1px solid #1f3b54;
}

.footer_contact ul li span {
    text-transform: none;
}

.footer_contact ul li a {
    display: flex;
    gap: 15px;
    align-items: center;
}

.foot_links {
    border-right: 1px solid #1f3b54;
    height: 100%;
    padding: 60px 0 60px 0px;
}

.newsletter h5 {
    font-size: 25px;
    margin-bottom: 40px;
    color: #fff;
}

.newsletter {
    text-align: center;
}

.newsletter form {
    position: relative;
    margin: 0 50px;
}

.newsletter form input {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #81919f !important;
    background: transparent;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 500;
    border: none;
}

.newsletter form input::placeholder {
    color: #b4bdc6;
}

.newsletter form button {
    border: none;
    background: none;
    color: #b4bdc6;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

/* footer */

html,
body {
    overflow-x: hidden;
}

.extra_care_txt h4{
    color: #ffffff;
}