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

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

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

a {
    text-decoration: none;
    color: #28b16d;
    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: "trajan";
    src: url(../fonts/trajan.ttf);
}


/***** 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;
}

.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: "trajan";
    font-size: 42px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 5px;
}

h2 {
    font-family: "trajan";
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "trajan";
    font-size: 35px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}


h4 {
    font-family: "trajan";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "trajan";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "trajan";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
}

/* Header Start */

.menuSec {
    padding: 13px 0;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to right, #32302f00, #574846, #2e2a2b00);
    border-image-slice: 1;
    border-bottom: 1px solid transparent;
}

.menuSection {
    margin-top: 15px;
}

.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: center;
    gap: 40px;
}

.menuSec ul li i {
    font-size: 10px;
    color: #ffffff;
}

.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: #ffffff;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.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: #c62424;
}


.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 {
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 25px 0;
}

.container-fluid.add-padding {
    padding: 0 5%;
}

.top-social-link ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}

.top-social-link ul li a:hover {
    background: #c62424;
    transition: 0.5s;
    border: 1px solid #c62424;
    color: #fff;
}

.top-social-link ul li a {
    border: 1px solid #919090;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    color: #919090;
    transition: 0.5s;
}

/* Header Ends */


/* Main Banner 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;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 850px;
    object-fit: cover;
}


.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: 60px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

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

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

.main-banner-women-images img {
    width: 100%;
    height: 595px;
    object-fit: cover;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
}

.main-banner-women-images {
    border: 1px solid #7c6e6e;
    border-bottom: none;
    padding: 15px;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    padding-bottom: 0;
}

.main-banner-other-practice ul li h2 {
    font-size: 15px;
    color: #f4f5ee;
    font-weight: 400;
    margin-bottom: 2px;
}

.main-banner-other-practice ul li span {
    background: #c62424;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.main-banner-other-practice ul li img {
    width: 26px;
    height: 28px;
    object-fit: contain;
}

.main-banner-other-practice h2 {
    color: #fff;
    font-size: 30px;
}

.main-banner-other-practice ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 25px;
    margin-bottom: 45px;
}

.main-banner-other-practice {
    margin-left: 25px;
}

.main-banner-other-practice ul li p {
    color: #aeaba6;
    margin-bottom: 0;
    font-weight: 300;
}

.banner_text p {
    color: #939090;
    line-height: 23px;
    font-size: 13.5px;
}

.theme-btn-1 {
    background: #c62424;
    padding: 15px 5px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 58px;
}

.theme-btn-text {
    background: #1f1f1f;
    padding: 16px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #ffff;
    font-size: 12px;
    font-weight: 500;
    height: 50px;
}

.theme-btn-1 span img {
    width: 15px;
    height: 9px;
    object-fit: contain;
}

span.theme-btn-images {
    padding-left: 10px;
    padding-right: 13px;
}


/* Main Banner Ends */

/*About Me Start*/

.about-me-text h2 {
    color: #ffff;
}

.about-me-sec {
    margin: 100px 0;
}

.about-me-sec .row {
    background-image: url(../images/about-me-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 80px 60px 0px;
    border-radius: 10px;
}

.about-me-images img {
    width: 100%;
    height: 617px;
    object-fit: cover;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
}

.about-me-text p {
    color: #918f8f;
}

.about-me-images {
    border: 1px solid #7c6e6e;
    border-bottom: none;
    padding: 15px;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    padding-bottom: 0;
}

.about-me-text ul {
    margin-bottom: 25px;
}

.about-me-text {
    margin-left: 20px;
}

.about-me-text h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
}

.about-me-text ul li {
    color: #ffffff;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
    font-weight: 500;
}

.about-me-text ul li:before {
    content: "";
    position: absolute;
    background: #c62424;
    width: 9px;
    height: 9px;
    left: 0px;
    top: 5px;
    border-radius: 50%;
}

/*About Me Ends*/

/*Resolution Starts Start*/

.resolution-starts-heading {
    text-align: center;
}

.resolution-starts-heading p {
    width: 50%;
    margin: 0 auto;
    color: #4c4c4c;
    font-weight: 600;
}

.resolution-starts-images img {
    width: 100%;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
    height: 483px;
    object-fit: cover;
}

.resolution-starts-box-heading h2 {
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.resolution-starts-images {
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
    position: relative;
}

.resolution-starts-box {
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
    position: relative;
    transition: 0.5s;
    margin-top: 40px;
}

.resolution-starts-box-heading h2 span {
    display: block;
}

.resolution-starts-box .resolution-starts-box-text:hover {
    opacity: 1;
    transition: 0.5s;
}


.resolution-starts-heading h2 {
    color: #1f1f1f;
}

.resolution-starts-box-heading {
    text-align: center;
    position: absolute;
    bottom: 55px;
    right: 0;
    left: 0;
}

.resolution-starts-images:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #1f1f1f, transparent);
    width: 100%;
    height: 100%;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
}

.resolution-starts-box-text {
    position: absolute;
    text-align: center;
    padding: 0px 25px;
    bottom: 0;
    background: #c624249e;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.5s;
    top: 0;
}

.resolution-starts-box:hover .resolution-starts-box-heading {
    display: none;
}

.resolution-starts-box-text h2 {
    color: #fff;
    font-size: 20px;
}

.resolution-starts-box-text p {
    color: #e9c1be;
    margin-top: 8px;
    font-size: 13.5px;
}

.resolution-starts-box-text a img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(67%) saturate(1764%) hue-rotate(341deg) brightness(78%) contrast(98%);
    width: 15px;
    height: 9px;
    object-fit: contain;
}

.resolution-starts-box-text a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}

/*Resolution Starts Ends*/

/*Watch Insights Experiences Start*/

.watch-insights-experiences-heading h2 {
    color: #ffff;
}

.watch-insights-experiences-heading p {
    width: 55%;
    margin: 0 auto;
    color: #c1bdbd;
}

.watch-insights-experiences-sec {
    background-image: url(../images/watch-insights-experiences-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-top: 60px;
    margin: 100px 0;
}

.watch-insights-experiences-heading {
    text-align: center;
}

.watch-insights-experiences-box-img img {
    width: 100%;
    height: 495px;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    object-fit: cover;
}

.watch-insights-experiences-box-img {
    border: 1px solid #7c6e6e;
    border-bottom: none;
    padding: 15px;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    padding-bottom: 0;
    position: relative;
}

.watch-insights-experiences-box-img:before {
    content: "";
    position: absolute;
    background: #c62424c2;
    width: 93.2%;
    height: 97%;
    left: 0;
    bottom: 0;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    margin: 0 auto;
    right: 0;
}

.watch-insights-experiences-images-box {
    margin-top: 45px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    margin-bottom: -55px;
}

.watch-insights-video-box {
    position: absolute;
    bottom: 80px;
}

.watch-insights-video-box h2 {
    padding-top: 100px;
    font-size: 20px;
    color: #fff;
    position: relative;
}

.watch-insights-video-box h2:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 1.6px;
    height: 22%;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 40px;
}


.watch-insights-video-box a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 auto;
    color: #c62424;
}

.watch-insights-video-box h2:before {
    content: "";
    position: absolute;
    background: #c1605e;
    width: 1.6px;
    height: 66%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.watch-insights-experiences-boxs ul li h2 {
    color: #ffffff;
    font-size: 20px;
}

.watch-insights-experiences-boxs p {
    color: #bebdbd;
    margin-bottom: 0;
}

.watch-insights-experiences-boxs ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.watch-insights-experiences-boxs ul li span {
    background: #c62424;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.watch-insights-experiences-boxs ul li img {
    width: 18px;
    height: 18px;
    object-fit: cover;
}

.watch-insights-experiences-boxs {
    border-bottom: 2px solid #514d4c;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.watch-insights-experiences-boxs.chg {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.watch-insights-experiences-boxs.right {
    text-align: end;
}

.watch-insights-experiences-boxs.right ul {
    justify-content: end;
}

/*Watch Insights Experiences Ends */

/*Excellence Knowledge Start*/

.excellence-knowledge-text h2 span {
    display: block;
}

.excellence-knowledge-text h2 {
    color: #1f1f1f;
    margin-bottom: 5px;
}

.excellence-knowledge-text ul li {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.excellence-knowledge-text ul li:before {
    content: "";
    position: absolute;
    background: #c62424;
    width: 8px;
    height: 8px;
    left: 0;
    border-radius: 50%;
}

.excellence-knowledge-text ul {
    line-height: 30px;
    margin-bottom: 20px;
}

.excellence-knowledge-text span.theme-btn-text {
    background: #ffffff;
    color: #1f1f1f;
    font-weight: 600;
    padding: 16px 25px;
}

.excellence-knowledge-one {
    width: 400px;
    height: 611px;
    float: right;
    border: 1px solid #c63534;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
    padding: 10px;
    display: flex;
    align-items: center;
}

.excellence-knowledge-one img {
    width: 400px;
    height: 590px;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
    object-fit: cover;
}

.excellence-knowledge-two img {
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
    width: 225px;
    height: 343px;
}

.excellence-knowledge-images {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.excellence-knowledge-two {
    position: absolute;
    left: 190px;
}

.excellence-knowledge-two {
    position: absolute;
}


/*Excellence Knowledge Ends*/


/*Insight That Inspires Resolution Start*/

.test-box-text {
    margin-left: 20px;
}

.testi-img img {
    height: 450px;
    object-fit: cover;
    object-position: top;
    border-radius: 170px;
    width: 100%;
    filter: drop-shadow(2px 2px 6px #0000002b);
}

.testi-box {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.testi-box {
    margin: 0;
}


.testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(74% - 40px);
    width: 24%;
    background-color: #0cd94100 !important;
    border-radius: 130px;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -240px;
}

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

.testi-slider button.slick-prev.slick-arrow::before {
    margin: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    background-color: #000000c7;
    transition: 0.2s;
}

.testi-slider button.slick-prev.slick-arrow::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    width: 20px;
    margin: auto;
    height: 20px;
    position: absolute;
    background-image: url(../images/prev-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-fit: fill;
}

.testi-slider button.slick-next.slick-arrow::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    width: 20px;
    margin: auto;
    height: 20px;
    position: absolute;
    background-image: url(../images/next-arro.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    object-fit: fill;
}

.testi-slider button.slick-next.slick-arrow:before {
    background-position: center;
    margin: 0;
    height: 100%;
    width: 100%;
    left: 0 !important;
    bottom: 0;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    transition: 0.2s;
    background-color: #000000c7;
}

.testi-slider .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
    margin: 10px;
}

.testi-slider-box {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    margin: 20px auto;
    width: 99%;
}

.author_det h3 {
    color: #afa8a3;
}

.author_det span {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}


.rating h4 {
    font-size: 20px;
}

.rating span i {
    color: #fc9f25;
}

.rating {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

img.quote-img1 {
    position: absolute;
    right: 40px;
    top: 8px;
    width: 80px;
}

.testi-slider button:hover:before,
.testi-slider button:focus:before {
    background: #c624248c !important;
}

.test-box-text ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 22px;
}

.test-box-text ul li {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.test-box-text ul li i {
    color: #c72a2a;
}

.testi-slider button:focus:after,
.testi-slider button:hover:after {
    filter: brightness(0) invert(1);
}

section.testimonial-sec .heading.text-center p {
    width: 52%;
    margin: 0 auto !important;
}

.testi-slider-box span.theme-btn-text {
    background: #ffffff;
    color: #1f1f1f;
    font-weight: 600;
    padding: 16px 25px;
}

.testi-slider-box .theme-btn-1 {
    margin-top: 25px;
}

.test-box-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
section.testimonial-sec {
    padding-bottom: 100px;
}

/*Insight That Inspires Resolution Ends*/


/*  Footer Start */

footer {
    background-image: url(../images/footer-back.png);
    padding-top: 70px;
}
.footerlogo ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.footerlogo ul li a {
    border: 1px solid #979090;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    transition: 0.5s;
}

.bottom-footer {
  border-top: 1px solid #424040;
}

.bottom-footer p {
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 500;
}
.ft-general {
    padding: 40px 0 90px;
    position: relative;
}

.footerlogo.ft-general ul li a:hover {
    color: #fff;
    background: #c62424;
    border: 1px solid #c62424;
    transition: 0.5s;
}

.footer-info {
    margin-left: 50px;
    width: 80%;
}


.footer-info h3 {
    font-size: 20px !important;
}
.footer-info.ft-general p {
    width: 90%;
}



footer p,
footer a {
  color: #ffffff94;
  font-weight: 400;
}

.double-links {
  gap: 90px;
}

img.footer-logo {
    width: 260px;
    margin-bottom: 10px;
}
.footerlogo p {
    width: 85%;
    font-weight: 500;
}

.newsform {
    padding: 0px 0 0px 10px;
    background: #302a2a;
    box-shadow: 0px 0px 2px 0px #44444470;
    border-radius: 50px;
}

.newsform input {
    background: transparent;
    font-size: 13px;
    padding: 12px 10px;
    color: #757373;
    text-transform: uppercase;
}

.newsform input::placeholder {
 color: #757373;
}

.newsform button img {
    width: 20px;
}
.footer-links.chg-4.ft-general.h-100 {
    border-right: 1px solid #424040;
    border-left: 1px solid #424040;
    padding-left: 80px;
}
.footer-links.chg-4.ft-general.h-100 h3 {
    font-size: 20px !important;
}

.footer-links.chg-4 ul li a {
    color: #c6c6c6;
    text-transform: uppercase;
    font-size: 14px;
}

.newsform button {
    width: 70px;
    height: 50px;
    background: #c62424;
    border: 0;
    border-radius: 50px;
    transition: 0.2s;
}


/*  Footer Ends */


/*Inner About Us Start*/

.about-me-bottom-text-sec {
    margin: 30px 30px 0;
}
.watch-insights-experiences-sec.inner {
    margin-bottom: 150px;
}
.inner-main-banner-sec {
    background-image: url(../images/inner-main-banner.jpg);
    width: 100%;
    height: 521px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
}
.inner-main-banner-heading {
    margin-bottom: -70px;
}
.inner-main-banner-heading h2 {
    color: #ffff;
    font-size: 45px;
}

/*Inner About Us Ends*/

/*Inner Services Detail Start*/

.inner-services-detail-box img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 687px;
    object-fit: cover;
}
.inner-services-detail-box h2 {
    margin-bottom: 8px;
    margin-top: 10px;
}
.excellence-knowledge-bottom-row {
    margin-top: 40px;
}
.inner-blog-detail-box img {
    width: 100%;
    height: 687px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
}
.inner-blog-detail-box h2 {
    color: #1f1f1f;
}
.inner-blog-detail-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.inner-blog-detail-box ul li {
    color: #4d4d4d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}


.inner-blog-detail-box ul li i {
    color: #c62424;
}

/*Inner Services Detail Ends*/

/*Inner Blog Start*/

.inner-blogs-heading {
    text-align: center;
}
.inner-blogs-heading p {
    width: 50%;
    margin: 0 auto;
}
.inner-blogs-images-box {
    margin-top: 40px;
}
.inner-blogs-images-box img {
    width: 100%;
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    border-bottom-right-radius: 350px;
    border-bottom-left-radius: 350px;
    height: 400px;
    object-fit: cover;
}
.inner-blogs-text-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.inner-blogs-text-box ul li i {
    color: #c62626;
}
.inner-blogs-text-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 15px;
}
.inner-blogs-text-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.inner-blogs-main-box {
    margin-top: 20px;
}
.inner-blogs-text-box p {
    font-size: 13.5px;
    line-height: 23px;
}
.inner-blogs-main-box span.theme-btn-text {
    background: #ffffff;
    color: #000;
    font-weight: 500;
    padding: 16px 25px;
}

/*Inner Blog Ends*/

/*Inner Contact Us Start*/


.inner-contact-us-images img {
    border-top-right-radius: 350px;
    border-top-left-radius: 350px;
    width: 100%;
    height: 804px;
    object-fit: cover;
}
.inner-contact-us-text {
    margin-left: 20px;
}
.inner-contact-us-text p {
    width: 85%;
}
.inner-contact-us-text input {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 15px;
    border: 2px solid #cccccc;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}
.inner-contact-us-text input::placeholder {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}
.form-select:focus {
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
}
.inner-contact-us-text select {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 0 15px;
    border: 2px solid #cccccc;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}
.inner-contact-us-text textarea {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px 15px;
    border: 2px solid #cccccc;
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
    resize: none;
}
.inner-contact-us-text form {
    margin-top: 20px;
}
.inner-contact-us-text textarea::placeholder {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}
.inner-contact-us-button span.theme-btn-text {
    background: #ffffff;
    color: #000;
    font-weight: 600;
    padding: 16px 25px;
}
.inner-contact-us-button button {
    border: none;
}

/*Inner Contact Us Ends*/
