@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: 400;
    line-height: 24px;
    font-family: 'montserrat-font-side';
    font-size: 12px;
}


/***** Font Files *****/

@font-face {
    font-family: 'evogria-font-side';
    src: url(../font/Evogria.otf);
    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: 12px 30px;
    border: unset;
    border-radius: 45px;
    z-index: 1;
    background: #ddc700;
    position: relative;
    font-size: 14px;
    -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;
    font-family: 'montserrat-font-side';
    color: #000000;
    text-transform: uppercase;
}

.theme_btn:after {
    position: absolute;
    content: '';
    top: 46%;
    left: 11%;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50%;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    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: #ffffff;
}

.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: 'evogria-font-side';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'evogria-font-side';
    font-size: 48px;
    line-height: 1.1;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

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

h4 {
    font-family: 'evogria-font-side';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin: 0 0 8px;
}

h5 {
    font-family: 'evogria-font-side';
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'montserrat-font-side';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

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 .site-logo-hole {
    margin: 0 0 -48px 0;
    background: #21212b;
    width: 50%;
    padding: 10px 10px 2px;
    text-align: center;
}

.menuSec .site-logo-hole span {
    font-family: 'montserrat-font-side';
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    color: #ddc700;
    display: block;
    padding-top: 1px;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    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: 20px 20px;
    font-size: 14px;
    font-family: 'montserrat-font-side';
}

.menuSec ul li a:before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    background: #ddc700;
    width: 0;
    height: 2px;
    transition: 0.5s;
}

.menuSec ul li a.active:before {
    width: 100%;
}

.menuSec ul li a:hover:before {
    width: 100%;
}

.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;
}

.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-text-slider span {
    font-family: 'montserrat-font-side';
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

h6.slogan.tyu {
    max-width: 55%;
}

.banner-img.hme img {
    object-position: -40px -100px;
}

.banner-img {
    position: relative;
    z-index: 1;
}

.banner_text.inr h6 {
    margin-bottom: 10px;
}

.banner_text.inerabt h6 {
    margin: 60px 0 5px;
}

.banner-img.inner-banner.hirmrk img {
    object-position: bottom;
}

.banner-img.inner-banner.abtinr img {
    object-position: top;
}

.banner-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 2;
    background: radial-gradient(circle at 67% 50%, rgba(33, 33, 43, 0.1) 0%, rgba(33, 33, 43, 1) 40%);
}

.banner_text {
    position: relative;
    z-index: 8;
}

/* 
.slogan {
    position: relative;
    z-index: 1;
    font-family: 'montserrat-font-side';
    font-size: 29px;
    line-height: 34px;
    font-weight: 500;
    color: #ddc700;
    text-transform: capitalize;
    text-align: center;
    max-width: 70%;
}

.slogan::before {
    position: absolute;
    content: '';
    width: 100%;
    background: #ddc700;
    height: 2px;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0%;
    margin: auto;
    display: grid;
    place-content: center;
}

.slogan::after {
    position: absolute;
    content: '';
    width: 300px;
    background: #21212b;
    height: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    top: -2px;
    bottom: 0;
    margin: auto;
} */

.banner-text-slider h6 {
    margin-top: 20px;
    font-family: 'evogria-font-side';
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
}


/*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: 110%;
    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  */

header {
    position: absolute;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid #f9f9f938;
}

.dis-block {
    display: block;
}

.banner-text-color-ch {
    color: #ddc700;
}

.header-btn {
    display: flex;
    justify-content: center;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: unset;
    bottom: 49px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
    left: unset;
    right: 9% !important;
}

.carousel-control-prev {
    left: 86% !important;
}

.carousel-control-next-icon {
    background-image: url(../images/banner-slider-icon-right.png);
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: -4px;
}

.carousel-control-prev-icon {
    background-image: url(../images/banner-slider-icon-left.png);
    height: 35px;
    width: 35px;
    position: absolute;
    bottom: 0px;
}

.carousel-indicators {
    position: absolute;
    right: 17%;
    bottom: 39px;
    left: unset;
    z-index: 2;
    display: flex;
    justify-content: end;
    padding: 0;
    margin-right: unset;
    margin-bottom: unset;
    margin-left: unset;
    list-style: none;
    /* border-bottom: 1px solid #00000036; */
}

.carousel-indicators [data-bs-target] {
    box-sizing: unset;
    flex: unset;
    width: auto;
    height: 32px;
    padding: 0px 10px;
    margin: 0px !important;
    text-indent: unset;
    cursor: pointer;
    background-color: #ffffff00;
    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;
    color: #00000070;
    font-size: 18px;
    font-family: 'evogria-font-side';
    border-bottom: 1px solid #00000029;
    border-radius: unset;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d00;
    width: auto;
    height: auto;
    font-size: 33px;
    color: #000;
    font-family: 'evogria-font-side';
    padding-right: 12px;
    border-bottom: 1px solid #ddc700;
}

section.main_slider {
    position: relative;
    z-index: 8;
}

.banner-text-slider ul li {
    margin-bottom: 10px;
    font-family: 'montserrat-font-side';
    font-size: 14px;
    line-height: 24px;
    list-style: auto;
    margin-left: 17px;
    padding-left: 10px;
}

section.main_slider:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100px;
    /* background: #fcfcfc; */
    border-radius: 0;
    z-index: 2;
}

.social-icon-ul {
    position: absolute;
    left: 20px;
    /* display: flex; */
    z-index: 2;
    top: 60%;
}

.social-icon-ul li a i {
    height: 40px;
    width: 40px;
    border: 1px solid #00000042;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #00000042;
    font-size: 16px;
}

.social-icon-ul li a i:hover {
    background: #ddc700;
    color: #fff;
    border: unset;
}

.social-icon-heading {
    transform: rotate(90deg);
    position: absolute;
    top: -280px;
    left: 0;
    margin-left: -37px;
    width: 112px;
}

.social-icon-heading:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 88px;
    height: 1px;
    width: 228px;
    background: #c5c5c5;
    /* transform: rotate(170deg); */
}

.banner-text-slider {
    padding-left: 30px;
    position: relative;
}

.banner-text-slider:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.164);
}

.banner-text-slider:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 40%;
    width: 1px;
    background: #fff;
}

.banner-img img {
    object-fit: cover;
    height: 850px;
    width: 100%;
    object-position: left;
    z-index: 1;
    position: relative;
}

.about-sec-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

section.about-sec {
    margin: 70px 0px;
}

.about-sec-img {
    position: relative;
}

.about-btn-sd {
    position: absolute;
    bottom: 7px;
    right: 50px;
}

.what-we-slider {
    margin-right: 20px;
}

.row.nstyh {
    margin-top: 30px;
}

section.what-we-do-sec {
    position: relative;
    margin-bottom: 80px;
    padding: 60px 0px 60px 0px;
    z-index: 1;
    border-radius: unset;
}

section.what-we-do-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 88.5%;
    background: #21212b;
    z-index: -1;
    border-radius: unset;
}

.what-we-top-heading {
    text-align: left;
    margin-bottom: 60px;
    padding: 40px 50px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.what-we-top-heading h2 {
    color: #fff;
    margin-bottom: 30px;
}

.what-we-top-heading p {
    color: #fff;
    opacity: 75%;
    width: 70%;
    margin: 0 0 0 auto;
}

.coaching-text {
    padding: 40px 50px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
}

section.what-we-do-sec:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url(../images/what-we-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: unset;
}

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

.service-head {
    margin-bottom: 30px;
}

.what-we-slider-box-img {
    margin-bottom: 10px;
    background: #fff;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.what-we-slider-box h4 {
    color: #fff;
}

.what-we-slider-box p {
    color: #ffffffbd;
}

.what-we-slider-box-img img {
    width: 100%;
    height: 260px;
    object-fit: contain;
}

.what-we-slider .slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -21%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.what-we-slider .slick-active {
    opacity: 1;
}

.what-we-slider .slick-next {
    right: 93%;
}

.what-we-slider .slick-prev {
    left: 20px;
}

.what-we-slider .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/what-we-left-slider.png);
    height: 42px;
    width: 42px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.what-we-slider .slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/what-we-right-slider.png);
    height: 40px;
    width: 42px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.what-we-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.how-work-box {
    position: relative;
    background: #2d2d36;
    padding: 50px 20px;
    z-index: 1;
    height: 240px;
    display: flex;
    flex-direction: column;
}

.how-work-box-number {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.how-work-newtxt {
    text-align: center;
    margin-top: 30px;
}

.how-work-newtxt p {
    font-size: 17px;
}

.how-work-newtxt a {
    padding-left: 50px;
}

.how-work-newtxt a.theme_btn:after {
    left: 8%;
}

.how-work-box-number h3 {
    font-size: 88px;
    margin-bottom: 0;
    color: #26263000;
    -webkit-text-stroke: 0.2px #3c3c4245;
}

.how-work-box h5 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 500;
}

.how-work-box p {
    color: #fff;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 14px;
}

.how-work-box:before {
    position: absolute;
    content: '';
    top: -19px;
    left: 0;
    right: 0;
    height: 20px;
    width: 40px;
    background: #2d2d36;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.how-work-box:after {
    position: absolute;
    content: '';
    top: -50px;
    left: 0;
    right: 0;
    height: 14px;
    width: 14px;
    background: #ddc700;
    margin: 0 auto;
    border-radius: 50%;
}

.how-work-top-heading {
    text-align: center;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.how-work-row {
    padding-top: 42px;
    border-top: 1px solid #00000024;
}

section.how-work-sec {
    margin-bottom: 100px;
}

.why-choose-img img {
    width: 100%;
}

.why-choose-text {
    background: #fff;
    width: 76%;
    margin-top: -310px;
    position: relative;
    padding: 30px;
}

.why-choose-img {
    margin-top: 185px;
}

section.why-choose-sec {
    margin-bottom: 100px;
}


/*Blog Sec css Starts*/

section.blog-top-sec {
    position: relative;
}

img.cloud5 {
    position: absolute;
    bottom: -20px;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    z-index: -1;
}

section.blog-top-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 465px;
    background-color: #181d31;
    z-index: 0;
}

.blog-top-txt h3 {
    padding: 0 0 0 15px;
    position: relative;
    border-left: 7px solid #386f6a;
}

.blog-top-txt p {
    margin: 20px 0;
}

.blog-top-card-icon-heading {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    gap: 15px;
}

.blog-top-card-heading h5 {
    font-size: 20px;
    line-height: 38px;
    color: #000;
    margin: 0;
}

.blog-top-card-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
}

.blog-top-card-heading p {
    margin: 10px 0;
}

.blog-top-card {
    margin: 20px 0;
}

.blog-top-img img {
    height: 540px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.blog-top-img {
    position: relative;
}

.blog-top-img::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 56%;
    height: 620px;
    border: 2px solid #386f6a;
    border-radius: 10px;
}

.blog-card {
    position: relative;
    margin: 0 0 30px 0;
}

.blog-card-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: 0 0;
}

.blog-card:hover .blog-card-img img {
    filter: blur(3px) grayscale(1);
}

.blog-card-img img.blog-card-3 {
    object-position: left;
}

.blog-card-txt-main {
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    bottom: 30px;
    width: 90%;
    /* height: 0; */
    padding: 30px;
    margin: 0 auto;
    right: 0;
    left: 0;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.2s;
}

.blog-card:hover .blog-card-txt-main {
    /* padding: 30px; */
    /* height: 250px; */
    transition: ease-out;
    transition-duration: 0.2s;
}

.blog-card-txt h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-card-txt-main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-top: 1px solid #0000003b; */
    padding: 0px 0 0 0;
    margin: 10px 0 0 0;
}

.blog-card-txt-main ul li h5 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    /* margin: 10px 0; */
    font-weight: 500;
    /* font-family: 'Montserrat'; */
    text-transform: uppercase;
}

.blog-card-txt-main ul li h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.blog-card-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.blog-card-txt-main ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.blog-card-txt-main ul li img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 100px;
}

.gallery-heading * {
    color: #fff;
}

.blog-heading {
    text-align: center;
    width: 64%;
    margin: 0 auto;
}

.contact-pag-form form input.form-control {
    height: 50px;
    font-size: 14px;
    padding-left: 55px;
    border: 1px solid #d2d0cc;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    font-family: 'montserrat-font-side';
    display: flex;
    border-radius: 0;
    text-transform: capitalize;
    background: #f8f6f3;
    margin-bottom: 15px;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 9px;
    height: 49px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 43px;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    background: #ddc700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-pag-form form input.form-control::placeholder {
    color: #909091;
    text-transform: capitalize;
}

.contact-pag-form form select {
    height: 50px;
    font-size: 12px;
    padding-left: 55px;
    border: 1px solid #d2d0cc;
    box-shadow: none;
    color: #0000008a;
    font-weight: 400;
    background-color: transparent;
    margin-top: 0px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 0;
    text-transform: capitalize;
    background: #f8f6f3;
    width: 100%;
    margin-bottom: 20px;
    font-family: 'montserrat-font-side';
}

.contact-pag-form {
    width: 70%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 30px;
    border-radius: 10px;
}

.get-in-touch-heading {
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

section.blog-sec.sec {
    margin-bottom: 100px;
}

.contact-form-btn {
    text-align: center;
    margin-top: 20px;
}

section.get-in-touch {
    position: relative;
    margin-bottom: 70px;
    padding-top: 50px;
    z-index: 1;
}

section.get-in-touch:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 91%;
    width: 80%;
    /* background: red; */
    background-image: url(../images/contact-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    margin: 0 auto;
}

textarea.form-control {
    height: 145px;
}

.get-in-touch-heading h2 {
    color: #fff;
    margin-bottom: 22px;
    font-size: 40px;
}

.get-in-touch-heading p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 6px;
}

.get-in-touch-heading {
    margin-bottom: 20px;
}


/*Blog Sec css Ends*/


/*footer*/

footer {
    background: #21212b;
}

section.footer-home {
    padding: 80px 0px 10px;
}

section.footer-home p {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

section.footer-home h4 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding-bottom: 12px;
}

.footer-links {
    padding-left: 0px;
    text-align: center;
}

.icon-link ul li i {
    color: #fff;
    font-size: 20px;
    padding-right: 15px;
}

.footer-links ul li {
    margin-bottom: 6%;
    width: 100%;
    padding-bottom: 0px;
    font-size: 18px;
}

.footer-links ul li a {
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
}

.news-letter input {
    width: 100%;
    height: 56px;
    border: 0;
    color: #000;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #f5f5f542;
    padding: 10px 20px;
    color: #fff;
}

.news-letter {
    position: relative;
    margin-bottom: 26px;
}

.news-letter input::placeholder {
    font-size: 14px;
    padding-left: 20px;
}

.sub-now ul {
    display: flex;
    align-items: center;
}

.copy-right p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px;
}

.copy-right {
    border-top: 1px solid #4d4d4d;
}

section.footer-home button {
    margin-top: 13px;
}

.sub-now p {
    color: #8c8c8c;
    margin-bottom: 20px;
}

ul.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 20px;
}

ul.footer-social i {
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

ul.footer-social i:hover {
    background: #d678f9;
    border-color: #d678f9;
}

ul.footer-list {
    display: block;
    column-count: 1;
}

ul.footer-info a {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.footer-info li {
    padding-bottom: 15px;
    /* border-bottom: 2px solid; */
    margin-bottom: 15px;
}

ul.footer-info li:last-child {
    border: 0;
}

.footer-logo img {
    margin-bottom: 20px;
}

.icon-link h3 {
    font-family: 'barlow-semibold-font';
    color: #fff;
    font-size: 20px;
}

section.about-sec .row {
    align-items: center;
}

.about-btm-text p {
    font-size: 15px;
    line-height: 26px;
}

ul.footer-face-book {
    display: flex;
    gap: 10px;
}

ul.footer-face-book li a {
    color: #fff;
}

.copy-right ul li a {
    color: #fff;
}

ul.footer-logo-icons li a i {
    height: 45px;
    width: 45px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #592662;
}

ul.footer-logo-icons {
    display: flex;
    gap: 10px;
}

.footer-logo img {
    margin-bottom: 22px;
    width: 35%;
}

.icon-link {
    padding-left: 30px;
}

ul.footer-logo-icons li a i:hover {
    background: #592662;
    color: #fff;
}

.copy-right {
    background: #ddc700;
    text-align: center;
    padding: 14px 0px;
}

.footer-logo {
    width: 100%;
    text-align: center;
}


/*footer end*/

.container-fluid {
    padding: 0px 60px;
}

.banner-img.inner-banner img {
    height: 90vh;
    object-fit: cover;
}

.services-inner-box {
    background: #21212b;
    padding: 20px;
    border-radius: 10px;
}

.services-inner-box img {
    width: 100%;
    margin-bottom: 10px;
}

.services-inner-box h4 {
    color: #fff;
}

.services-inner-box p {
    color: #fff;
}

section.services-sec-page {
    margin: 100px 0px;
}

section.article-inner-page {
    margin: 100px 0px;
}

ul.article-inner-box-text-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 0 0;
    margin: 0px 0 0 0;
    width: 25%;
    /* float: right; */
}

.article-inner-box-text-heading {
    display: flex;
    align-items: center;
}

.article-inner-box-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

ul.article-inner-box-text-ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-inner-box-text-box {
    padding: 30px 30px;
    background: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    width: 92%;
    margin: 0 auto;
    margin-top: -90px;
    border-radius: 20px;
}


/* Contact Start  */

section.contact-page {
    position: relative;
    padding: 100px 40px;
}

section.contact-page .wraper {
    width: 90%;
    margin: 0px auto;
    position: relative;
}

section.contact-page .ctc-contentWraper {
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 40px;
    width: 90%;
    margin: 0px auto;
    background: #fff;
}

section.contact-page .ctc-contentWraper .content {
    position: relative;
}

section.contact-page .content h6 {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 13px;
    color: #6e6e6e;
    margin-top: 20px;
    font-weight: 600;
    opacity: 70%;
}

section.contact-page .content h2 {
    font-size: 40px;
    color: #000;
    padding: 10px 0 12px;
}

section.contact-page .content p {
    width: 68%;
    color: #9d9d9d;
}

section.contact-page .content .tel {
    position: relative;
    margin: 60px 0 50px;
}

section.contact-page .content .tel a {
    font-family: 'evogria-font-side';
    font-size: 30px;
    line-height: 40px;
    color: #000;
}

section.contact-page form {
    position: relative;
}

section.contact-page form .formField {
    position: relative;
    margin-bottom: 10px;
}

section.contact-page form .formField input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #dadada;
    height: 52px;
    padding: 0px 29px;
    color: #000;
    font-family: "Poppins";
}

section.contact-page form .formField input::placeholder {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

section.contact-page form textarea#message {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dadada;
    padding: 15px 29px 31px;
    color: #000;
    font-family: "Poppins";
    height: 110px;
    resize: unset;
}

section.contact-page form textarea#message::placeholder {
    position: absolute;
    bottom: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

section.contact-page form .meessage {
    position: relative;
}

section.contact-page form .siteBtn {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 34px;
}

section.contact-page .smtpsConnection {
    margin: 50px 0 0px;
}

section.contact-page .smtpsConnection .iconsBox {
    padding: 50px 0px 10px;
    position: relative;
    display: flex;
    gap: 20px;
}

section.contact-page .smtpsConnection .iconsBox p span {
    display: block;
}

section.contact-page .smtpsConnection .iconsBox p span a {
    color: #9d9d9d;
}

section.contact-page .smtpsConnection .iconsBox p {
    color: #9d9d9d;
}

section.contact-page .smtpsConnection .col3 .iconsBox {
    justify-content: flex-end;
}

section.contact-page .smtpsConnection .col2 .iconsBox {
    justify-content: center;
    padding-right: 40px;
}

section.contact-page .smtpsConnection .col2 .iconsBox:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 1px;
    top: 0;
    background: #000;
    opacity: 20%;
}

section.contact-page .smtpsConnection .col2 .iconsBox:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 7px;
    top: 0;
    background: #000;
    opacity: 20%;
}

section.contact-page .contacMap {
    margin-top: -190px;
}


/* Contact End */


/* Book Start */

section.bookSec {
    padding: 80px 0 150px;
    position: relative;
    z-index: 12;
}

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

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


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

section.bookSec .contact-input input,
section.bookSec .contact-input select,
section.bookSec .contact-input textarea {
    width: 100%;
    height: 55px;
    border: 1px solid #7e7e7e6b;
    margin-bottom: 20px;
    padding: 0 80px 0 20px;
    background: transparent;
    border-radius: 0px;
    font-weight: 500;
    font-family: 'montserrat-font-side';
    color: #00000078;
    appearance: auto;
}

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

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

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

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

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

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

section.bookSec .contact-input.textaryea textarea::placeholder {
    position: absolute;
    bottom: 20px;
}

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

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

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

section.bookSec .sitebtn .pbtn {
    border: 1px solid #ff5d269c !important;
    margin: 24px auto 0;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

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

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

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

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

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

.sitebtn {
    text-align: center;
}


/* Book  Start */

.work-slider-new .slick-slide {
    opacity: 12;
    margin: 0 10px;
}

.banner-text-slider p {
    font-size: 16px;
}

.what-we-top-heading ul li {
    color: #fff;
    margin-bottom: 17px;
    font-size: 17px;
}

.serv-abt-text {
    text-align: left;
}

.serv-abt-text h2 {
    color: #fff;
    margin-bottom: 20px;
}

.serv-abt-text p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}

.about-sec-heading {
    margin-bottom: 20px;
}

.about-sec-text p {
    font-size: 15px;
    line-height: 29px;
}

.how-work-top-heading p {
    font-size: 17px;
    margin: unset;
    margin-top: 5px;
}

.serv-abt-imag img {
    width: 100%;
    border-radius: 15px;
    height: 420px;
    object-fit: cover;
}

.mark-about-new {
    margin-bottom: 80px;
}

.mark-about-new p {
    color: #000;
}

.mark-about-new h2 {
    color: #000;
}

.mark-about-new .serv-abt-text {
    margin-left: 20px;
}

.mark-about-new .serv-abt-imag {
    margin-right: 12px;
}

.mark-about-new .row {
    padding: 45px;
    border: 1px solid #000;
    border-radius: 20px;
}

.what-we-top-heading ul li b {
    display: block;
    margin-bottom: 4px;
}

.about-sec-heading.rt img {
    width: 450px;
    background: #fff;
    /*    box-shadow: 0 0 4px 2px #cccccc5c;
    border-radius: 12px;*/
}

.what-we-do-sec.inner .what-we-slider-box-img {
    background: #fff;
    box-shadow: 0 0 4px 2px #cccccc5c;
    border-radius: 12px;
}

.about-sec-heading.rt h2 {
    text-align: end;
}

.what-we-slider-box-img.yu img {
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.what-we-slider-box-img.yu {
    background: #fff;
    text-align: center;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.what-we-do-sec.inner:before {
    background: unset;
}

.what-we-do-sec.inner h2 {
    color: #000;
}

.what-we-do-sec.inner h4 {
    color: #000;
}

.what-we-do-sec.inner p {
    color: #000000ad;
}

.what-we-do-sec.inner:after {
    background-image: unset;
}

.about-sec-img.iner img {
    height: 370px;
    object-position: center;
}

.about-sec.iner .row {
    align-items: unset;
}

.client-sec {
    padding: 60px 0 55px;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px;
}

.client-main.client-left-coten img {
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
    object-position: right;
}

.client-left-cotent ul li a {
    color: #ddc700;
}

.client-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #21212b;
    width: 90%;
    height: 100%;
    z-index: -1;
    right: 0;
    margin: auto;
}

.client-main h3 span {
    color: #ddc700;
}

.client-main h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 32px;
    font-weight: 500;
}

.client-main li {
    list-style: unset;
    padding-bottom: 13px;
    font-family: 'montserrat-font-side';
    color: #fff;
    font-size: 15px;
}

.client-main ul {
    margin: 0;
}

.about-btm-text p:Last-Child {
    margin: unset;
}

.coaching-apprch-sec p {
    font-size: 15px;
    color: #fff;
    line-height: 31px;
}

ul.credentials-list {
    list-style: disc;
    margin-left: 20px;
    color: #fff;
    font-size: 15px;
    font-family: 'montserrat-font-side';
    margin-bottom: unset;
}

ul.credentials-list li {
    margin-bottom: 14px;
}

.coaching-apprch-sec {
    margin-bottom: 100px;
    padding: 80px 0;
    width: 100%;
    background-image: url(../images/what-we-before.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.coaching-text h3 {
    margin-bottom: 21px;
    color: #fff;
    font-size: 41px;
    font-weight: 500;
}

.out-side-main h3 {
    color: #fff;
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 23px;
}

.out-side-main h3 span {
    color: #ddc700;
}

.few-credntl-main h3 {
    font-weight: 400;
    color: #fff;
    font-size: 34px;
    margin-bottom: 23px;
}

.few-credntl-main h3 span {
    color: #ddc700;
}

.coaching-apprch-sec h3 span {
    color: #ddc700;
}

.cta-box a.theme_btn:after {
    left: 7%;
    top: 45%;
}

.banner_text.inerabt h1 {
    font-size: 50px;
    width: 90%;
}

.banner_text.inerabt p {
    width: 90%;
    font-size: 16px;
    line-height: 31px;
}

.work-point-sec {
    padding: 50px 0 100px;
}

.point-number {
    background: #21212b;
    padding: 8% 20% 8% 20%;
    text-align: center;
    height: 100%;
    align-content: center;
    box-shadow: 20px 0px 20px #99999991;
}

.point-text {
    padding: 5% 6%;
}

.wrk-point-main .row {
    box-shadow: 0 0 16px #999;
    margin-bottom: 30px;
}

.point-number h1 {
    font-size: 120px;
    margin: unset;
}

.point-text h3 {
    line-height: 1.3;
    font-size: 33px;
}

.point-text p {
    font-size: 15px;
    line-height: 33px;
}

.work-last-point p {
    font-size: 15px;
    line-height: 30px;
}

.call-btn-wrk {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.work-last-point .theme_btn:after {
    left: 6%;
}

.banner_text.inerabt h1 span {
    color: #d2bd00;
}

.banner_text.inerabt.ity p {
    font-size: 20px;
    width: 80%;
    line-height: 38px;
    font-weight: 300;
}

.about-btm-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.about-sec.iner .row.inrabt {
    padding-top: 17px;
    margin-top: 10px;
    border-top: 1px solid #00000036;
}

.out-side-main {
    padding: 40px 50px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    height: 100%;
}

.few-credntl-main {
    padding: 40px 50px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
    height: 100%;
}

ul.credentials-list li:Last-child {
    margin-bottom: 12px;
}

.heading-wrk-point h2 {
    margin-bottom: 50px;
    text-align: center;
}

.heading-wrk-point h2 span {
    color: #ddc700;
}

.point-number.yelw {
    background: #ddc700;
}

.point-number.yelw h1 {
    color: #fff;
}

.point-number.wite {
    background: #fff;
    box-shadow: 20px 0px 20px #99999991;
}

.point-number.wite h1 {
    color: #000;
}

.point-number.blak {
    background: #000;
}

.point-number.blak h1 {
    color: #ddc700;
}

ul.credentials-list li a {
    color: #ddc700;
}

.client-left-cotent {
    text-align: left;
}

.client-left-cotent ul li {
    list-style: disc;
}

.client-left-cotent ul {
    margin-left: 25px;
}

.client-left-cotent ul li::marker {
    color: #ddc700;
    font-size: 25px;
}

.client-left-coten {
    /* background: #fff; */
    box-shadow: 0 0 4px 2px #cccccc5c;
    border-radius: 12px;
    /* padding: 25px; */
}

.client-sec .row {
    align-items: center;
}


/* New Section */

section.coaching-apprch-sec.coaching-page-content {
    background-image: url(../images/coaching_bg.jpg);
    padding: 70px 0;
}

.abt-coching-pic img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.coaching-page-content .coaching-text {
    /* background: #fff; */
    border: 0;
}

.coaching-page-content .coaching-text h3 {
    color: #000;
}

.coaching-page-content .coaching-text p {
    color: #000;
}

.coaching-page-content .few-credntl-main {
    background: #fff;
}

.coaching-page-content .few-credntl-main h3 {
    color: #000;
}

.coaching-page-content .few-credntl-main li {
    color: #000;
}

.coaching-page-content .out-side-main {
    background: #fff;
}

.coaching-page-content .out-side-main h3 {
    color: #000;
}

.coaching-page-content .out-side-main p {
    color: #000;
}

/* New Section */

/*--------------------------------------- FAQs Section Start  --------------------------------------------*/

.inner-faqs-row {
    margin-top: 30px;
}

.inner-faqs-sec {
    padding: 100px 0;
}

.inner-faqs-heading {
    text-align: center;
}

.inner-faqs-sec .accordion-item h2 {
    line-height: 40px;
}

.inner-faqs-sec .accordion-button {
    width: 100%;
    padding: 10px 30px;
    color: #000000;
    text-align: left;
    font-weight: 400;
    background: #ddc700;
    font-size: 18px;
    border: 0px;
}

.inner-faqs-sec .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.inner-faqs-sec .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: inherit;
    box-shadow: inherit;
    background: #ddc700;
}

.inner-faqs-sec .accordion-item {
    background-color: #fff;
    border: none;
    border-radius: 0 !important;
    margin-bottom: 20px;
}

.inner-faqs-sec .accordion-body p {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
}

.inner-faqs-sec .accordion-body p a {
    display: unset;
    text-decoration: underline;
}

.inner-faqs-sec .accordion-body a {
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
}

.inner-faqs-sec .accordion-button::after {
    content: "\f067";
    position: absolute;
    background-image: inherit !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 25px;
    font-size: 22px;
    color: #252222;
    top: 10px;
}

.inner-faqs-sec .accordion-button:not(.collapsed)::after {
    background-image: inherit !important;
    transform: inherit;
    content: "\f068";
}

/*--------------------------------------- FAQs Section End  --------------------------------------------*/

/*--------------------------------------- Pricing Section Start  --------------------------------------------*/

.pricing-sec .includes-box {
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    border: 1.5px solid #444;
}

.pricing-sec .includes-head {
    background: #808080;
    padding: 25px 30px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.pricing-sec .includes-body {
    padding: 30px;
    text-align: left;
}

.pricing-sec .includes-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-sec .includes-body li {
    margin-bottom: 14px;
    font-size: 15px;
    color: #000;
}

.pricing-sec .includes-body li::before {
    content: "✓";
    color: #21212b;
    font-weight: bold;
    margin-right: 14px;
}

.pricing-sec .price-card {
    border: 1.5px solid #000;
    border-radius: 18px;
    position: relative;
    height: 100%;
    transition: 0.7s all;
}

.pricing-sec .price-card:hover {
    transform: scale(1.05) translateY(-10px);
    transition: 0.5s all;
}

.pricing-sec .price-head {
    background: #ddc700;
    padding: 20px;
    display: grid;
    gap: 10px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.pricing-sec .price-body {
    padding: 25px 18px 30px;
}

.pricing-sec .price-head span {
    text-transform: uppercase;
    color: #000;
    font-size: 29px;
    font-weight: 500;
    font-family: 'evogria-font-side';
}

.pricing-sec .price {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-family: 'montserrat-font-side';
    margin-top: 3px;
}

.pricing-sec .desc {
    font-size: 14px;
    color: #000;
    margin: unset;
}

.pricing-sec .badge {
    position: absolute;
    top: -14px;
    right: 6px;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 400;
}

.pricing-heading {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-sec {
    padding-top: 50px;
}

/*--------------------------------------- Pricing Section End  --------------------------------------------*/

/*--------------------------------------- Pricing Section Start  --------------------------------------------*/

.ministry-text h2 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1.3;
    width: 95%;
}

.ministry-text h4 {
    font-size: 23px;
    margin-bottom: 10px;
}

.ministry-text h3 {
    margin: 20px 0 17px;
    font-size: 23px;
    font-weight: 500;
}

.ministry-text ul li {
    list-style: disc;
    color: #000;
    margin-bottom: 8px;
}

.ministry-text ul {
    margin-left: 15px;
}

.ministry-text p {
    width: 95%;
    font-size: 15px;
    line-height: 32px;
    color: #000;
}

.ministry-images img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px;
}

.ministry-sec-inrhiremark {
    margin-bottom: 100px;
}

/*--------------------------------------- Pricing Section End  --------------------------------------------*/

/*--------------------------------------- Benefit Section Start  --------------------------------------------*/

.coach-inset-box {
    flex: 1;
    background: #f8f8f8;
    padding: 25px 25px 10px;
    border-left: 6px solid #21212b;
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-left: 22px;
}

.coach-inset-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.coach-inset-box ol {
    padding-left: 20px;
    margin: 0;
}

.coach-inset-box li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #222;
}

aside.coach-inset-box ol {
    margin-bottom: 40px;
}

aside.coach-inset-box p {
    margin: unset;
    font-size: 11px;
}

.inrhiremark-btnfaq button {
    text-align: justify;
    font-size: 21px;
    padding: 25px 33px;
    text-transform: capitalize;
    border-radius: 10px;
    background: #21212b;
    color: #fff;
    line-height: 40px;
}

.inrhiremark-btnfaq button.theme_btn:after {
    background: unset;
}

/*--------------------------------------- Benefit Section End  --------------------------------------------*/

.inner-faqs-sec .accordion-body p.fqp {
    margin-bottom: 16px;
}

.get-in-touch.inr {
    margin-top: 100px;
    padding-top: unset;
}

.contact-pag-form.inr {
    width: 85%;
    border: 1px solid #000;
    padding: 45px 50px;
}

.get-in-touch.inr:before {
    opacity: 0;
}

.contact-pag-form.inr input.form-control {
    height: 55px;
}

.contact-pag-form.inr .form-group:before {
    height: 56px;
}

.contact-pag-form.inr form select {
    height: 55px;
}

.row.prch.align-items-center {
    justify-content: center;
    margin-top: 50px;
}