.main-menu__wrapper-inner-content {
    position: relative;
    display: block;
    padding-left: 225px;
    padding-right: 0;
    z-index: 1;
}

.main-menu__update-box {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 2;
    padding-left: 225px;
    padding-right: 0px;
}

.main_heading h1 {
    color: #fff;
    font-size: 24px;
    font-style: inherit;
    font-weight: 500;
    text-transform: uppercase;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #000;
    color: var(--treck-white);
    font-size: 14px;
    font-weight: 600;
    padding: 9px 25px 12px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}

.thm-btn::before {
	background-color: #ffedba;
    background: -webkit-linear-gradient( #fee48c, #e7b342);
}

.thm-btn:hover {
	color: #fff;
}
.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 11px 42px 11px 0;
    z-index: 1;
}

.coaching-details__benefit-points li {
    position: relative;
    display: flex;
    align-items: baseline;
}

.p_div {
    margin-top: 25PX;
}

.p_div p {
    text-align: justify;
}

.p_div p.new-pg {
    margin-top: 20px;
    text-align: justify;
}

.new-pg {
	margin-top: 20px;
    text-align: justify;
}

ul.partap-ul {
    margin: 20px 0 35px;
}

.main-menu__update-box {
    padding-left: 200px;
    padding-right: 0;
}
.main-menu__wrapper-inner-content {
    padding-left: 200px;
    padding-right: 0;
}
.main-menu__btn-box {
     margin-left: 0px; 
}
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background: #000;
    color: var(--treck-white);
    font-size: 14px;
    font-weight: 600;
    padding: 9px 25px 12px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}
.main-menu .main-menu__list>li:hover>a {
    color: #fff;
    text-shadow: 0.05px 0 0 #16171a;
}
.partap-contact img {
    padding: 16px;
}
section.contact-margin {
    margin-top: 100px;
}
.services-one__single-inner {
    padding: 35px 40px 35px;
}
.circle_logo {
    width: 120px!important;
    display: flex;
}
.main-menu__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #1d2d46;
    background: #000;
    padding: 0 40px;
    flex-direction: row-reverse;
}
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
    font-size: 16px;
    color: #ffedba;
}
.main-menu__update-box-inner {
    background-color: #ffedba;
    background: -webkit-linear-gradient( #fee48c, #e7b342);
    padding-right: 40px;
    flex-wrap: wrap;
}
.main-menu__update-text {
    color: #1d2d46;
}
.main-menu__social-title {
    color: #1d2d46;
}
.contact_footer {
    width: 100%;
    background: #000;
}
.site-footer__bottom {
    position: relative;
    display: block;
    padding: 32px 0 34px;
    background-color: #000;
}
.site-footer__bottom-text a {
    color: #ffedba;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__title {
    font-size: 18px;
    color: #ffedba;
    line-height: 28px;
    font-weight: 600;
}
.footer-widget__about-text {
    color: #ffffff;
}
.footer-widget__link-list li a {
    color: #ffffff;
}
.footer-widget__Contact-list li .text p a {
    color: #ffffff;
}
.footer-widget__Contact-list li .text p {
    color: #ffffff;
}
.footer-widget__Contact-list li .icon span {
    color: #ffedba;
    font-size: 15px;
}
.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--treck-white);
    background-color: transparent;
    font-size: 15px;
    border-radius: 50%;
    border: 1px solid #ffedba;
}
.site-footer__bottom-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ffedba;
    background: -webkit-linear-gradient( #fee48c, #e7b342);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-to-top i {
    color: #12233e;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
}

.scroll-to-top:hover {
    background-color: var(--treck-black);
}

.scroll-to-top:hover i {
    color: #fff;
}
.footer-widget__link-list li a:hover {
    color: #ffedba;
}
.coaching-one__hover-content {
    background-color: var(--treck-white);
    padding: 30px 40px 25px;
}

.partap_testimonial a.about-one__btn {
    margin-top: 25px;
}

.partap_testimonial a.about-one__btn:focus {
    color: #fff;
}
