body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none !important;
    padding: 0 !important;
}

ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

:root {
    --black-color: #222222;
    --blk-color: #323232;
    --box-color: #2b2b2b;
    --white-color: #ffffff;
    --yel-color: #f6ce0c;
    --yel-light-color: #fefae6;
    --light-org-color: #fff6e5;
    --para-color: #737171;
}

/* header css start */

header {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px 0;
}

.top-btn {
    color: var(--white-color);
}

/* header css end */


/* home-banner css start */

.home-banner {
    background: var(--black-color);
    padding-top: 180px;
    position: relative;
    z-index: 0;
    padding-bottom: 163px;
}

.banner-text h1 {
    color: var(--white-color);
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
}


.banner-text ul {
    display: flex;
    align-items: center;
    gap: 20px;
}


.banner-text p {
    color: var(--yel-color);
    margin: 12px 0;
    font-size: 18px;
    font-weight: 300;
}

.banner-text ul li p {
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 300;
}

.circle-img {
    position: absolute;
    z-index: -1;
    top: 198px;
    right: 23%;
    animation: moveable1 10s infinite linear;
}
@keyframes moveable1 {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-150px);
    }

    100% {
        transform: translateX(0px);
    }
}
.banner-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.yel-btn {
    background: var(--yel-color);
    border-radius: 30px;
    padding: 12px 0px;
    width: 180px;
    font-size: 15px;
    font-weight: 400;
}

.wt-btn {
    background: var(--white-color);
}

.banner-img {
    text-align: end;
}


.form-div {
    background: var(--yel-color);
    padding: 20px 50px;
    border-radius: 15px;
    margin-top: -100px;
}

.form-div h2 {
    text-align: center;
    color: var(--white-color);
    font-size: 28px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.form-div p {
    text-align: center;
    color: var(--white-color);
    margin: 5px 0;
    font-weight: 300;
}

.form-div form {
    padding: 20px 0;
}


.form-div form .form-control {
    border-radius: 30px;
    padding: 12px 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn.form-btn {
    background: var(--blk-color);
    width: 100%;
    border-radius: 30px;
    color: white;
    padding: 9px 0;
    line-height: unset;
    font-weight: 400;
}

@keyframes moveable {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-200px);
    }

    100% {
        transform: translateX(0px);
    }
}

/* home-banner css end */

/* logo-slides css start */

.logo-slides {
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}

.sldier-logos {
    margin-top: 30px;
    text-align: center;
}

.sldier-logos h2 {
    margin-bottom: 30px;
    font-weight: 600;
}

.sldier-logos h2 span {
    color: var(--yel-color);
    font-weight: 500;
}

/* logo-slides css end */

/* services css start */


.services {
    padding: 100px 0;
    background: var(--yel-light-color);
}

.services-img img {
    border: 5px solid var(--yel-color);
    border-radius: 40px;
}


.services-item h2 {
    color: black;
    font-weight: 600;
    font-size: 38px;
    margin: 0px 0 20px;
}

.services-item h2 span {
    color: var(--yel-color);
    font-weight: 400;
}

.services-item .yel-para {
    margin: 10px 0;
    /* color: var(--yel-color); */
}

.services-item p {
    font-size: 14px;
    font-weight: 400;
    color: var(--blk-color);
    margin-bottom: 7px;
}


.services-item ul {
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-right: 100px;
}

.services-item ul li p {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--black-color);
    font-size: 15px;
}

.blk-btn {
    background: var(--black-color);
    color: var(--white-color);
}

/* services css end */

/* yel-banner css start */

.yel-banner {
    background: var(--yel-color);
    padding: 50px 0;
}

.yel-banner-content {
    text-align: center;
}

.yel-banner-content h2 {
    color: black;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 45px;
}

.yel-banner-content p {
    color: var(--white-color);
    font-weight: 300;
    margin: auto;
    width: 48%;
}

.yel-banner-content .banner-btn {
    justify-content: center;
    margin-top: 50px;
}

/* yel-banner css end */

/* fiction css start */

.fiction {
    padding: 50px 0;
}

.biography-content {
    text-align: center;
}

.biography-content h2 {
    color: var(--black-color);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}

.biography-content h2 span {
    color: var(--yel-color);
    font-weight: 400;
}

.biography-content p {
    margin: auto;
    width: 56%;
    color: var(--black-color);
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 50px;
}

.fiction-main {
    background: var(--box-color);
    border-radius: 15px;
    padding: 45px 20px;
    margin-bottom: 30px;
    height: 250px;
    transition: all ease 0.5s;
}
.fiction-main:hover {transform: scale(1.1);transition: all ease 0.5s;}
.fiction-main h3 {
    color: var(--white-color);
    margin-bottom: 20px;
    font-weight: 600;
}

.fiction-book {
    display: flex;
    align-items: start;
    gap: 10px;
}

.book-img {
    width: 20%;
}

.fiction-book p {
    color: var(--white-color);
    font-weight: 200;
    width: 60%;
    font-size: 17px;
}

.book-img img {
    width: 80%;
}

.caller a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--black-color);
    font-weight: 600;
    font-size: 20px;
}

.caller p span {
    display: block;
}

.caller a i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60%;
    background: var(--yel-color);
    color: var(--white-color);
}

.call-number .banner-btn {
    justify-content: center;
}

.call-number .yel-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 15px;
    width: 16%;
}

.yel-btn i {
    width: 30px;
    height: 30px;
    background: var(--black-color);
    color: var(--white-color);
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(300deg);
}

/* fiction css end */

/* choose-us css start */

.choose-us {
    padding: 60px 0;
    background: var(--yel-color);
}

.choose-us-banner {
    text-align: center;
}

.choose-us-banner .banner-btn {
    justify-content: center;
}

.choose-us-banner h2 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 10px;
}

.choose-us-banner p {
    margin: auto;
    width: 45%;
    font-size: 15px;
}


.why-choose {
    border: 2px solid var(--black-color);
    border-radius: 20px;
    padding: 25px;
    margin-top: 60px;
}

.why-choose img {
    width: 70px;
    height: 70px;
}

.why-choose h4 {
    margin: 15px 0px;
    color: var(--black-color);
    font-size: 17px;
    font-weight: 500;
}

.why-choose p {
    color: var(--black-color);
    font-size: 13px;
    font-weight: 400;
}

/* choose-us css end */

/* masterpiece css start */

.masterpiece {
    background: var(--light-org-color);
    padding: 50px 0;
}

.masterpiece-sign-in {
    padding: 40px 25px;
    border-radius: 30px;
    margin-top: 30px;
}

.masterpiece-sign-in:hover {
    background: var(--white-color);
}

.masterpiece-sign-in img {
    width: 34% !important;
    margin: 0px auto;
}

.masterpiece-sign-in h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: var(--black-color);
    font-weight: 600;
    font-size: 20px;
}

.masterpiece-sign-in p {
    color: var(--para-color);
    font-weight: 300;
    font-size: 15px;
    width: 85%;
    margin-bottom: 40px;
}

.masterpiece-sign-in a {
    color: var(--para-color);
    font-weight: 400;
    font-size: 14px;
}

/* masterpiece css end */

/* customer-review css start */

.valuable-student {
    padding: 60px 0;
}

.customer-review {
    box-shadow: 0 0 12px 2px #00000024;
    margin: 10px;
    border-radius: 10px;
    padding: 20px;
}

.customer-review ul {
    display: flex;
    align-items: center;
    gap: 3px;
}

.customer-review ul li i {
    font-size: 12px;
    color: #48b774;
}

.customer-review p {
    font-style: italic;
    font-size: 15px;
    margin: 15px 0;
    color: var(--black-color);
    line-height: 25px;
}


.reviewimg img {
    width: 50px !important;
}

.customer-img {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.customer-name h6 {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}


.customer-name h6 span {
    display: block;
}

/* customer-review css end */

/* faq css start */
.faq .choose-us-banner p {
    width: 55%;
}

.accordion-faq .accordion-button::after {
    display: none;
}

.accordion-faq .accordion-item {
    background: transparent;
    margin-bottom: 20px;
    border: 1px solid var(--black-color);
}

.accordion-faq .accordion-item button.accordion-button {
    background: transparent;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
}

.accordion-faq .accordion-item button.accordion-button:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.accordion-faq {
    margin-top: 50px;
}

.accordion-faq .accordion-item .accordion-body p {
    color: var(--black-color);
    font-weight: 400;
    font-size: 16px;
}


.accordion-faq .accordion-item button.accordion-button.collapsed span.icon-show.left-icon {
    display: block;
}

.accordion-faq .accordion-item button.accordion-button.collapsed span.icon-show.right-icon {
    display: none;
}

.accordion-faq .accordion-item button.accordion-button span.icon-show.left-icon {
    display: none;
}

.accordion-faq .accordion-item button.accordion-button span.icon-show.right-icon {
    display: block;
}

/* faq css end */

/* sign-up-form css start */


.sign-up-form {
    padding-top: 100px;
}

.advisor {
    background: linear-gradient(45deg, #191919, #565656);
    padding: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-bottom: 0;
}

.advisor-content h2 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0px;
}

.advisor-content p {
    color: var(--white-color);
    font-weight: 300;
    font-size: 13px;
    width: 92%;
    line-height: 23px;
}

.sign-up-free-form {
    background: var(--yel-color);
    padding: 50px 25px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    z-index: 0;
    margin: auto;
    width: 70%;
    margin-top: -100px;
    padding-left: 50px;
    margin-right: 50px;
}

.sign-up-free-form h5 {
    color: var(--black-color);
    font-weight: 700;
    font-size: 20px;
}

.sign-up-free-form h4 {
    color: var(--black-color);
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
}

.sign-up-free-form p {
    color: var(--black-color);
    font-weight: 400;
    margin-bottom: 20px;
    width: 90%;
    font-size: 14px;
}

.sign-up-free-form .form-control {
    background: #c5a50a;
    padding: 16px 20px;
    border-radius: 6px;
    border: none;
    margin-bottom: 10px;
}

.sign-up-free-form .form-control:hover {
    background: #7c6807;
    color: var(--white-color);
}

.sign-up-free-form .banner-btn {
    margin-top: 10px;
}

.sign-up-free-form .banner-btn button {
    width: 100%;
    border-radius: 10px;
}

.form-girl-img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -240px;
}

.form-girl-img img {
    width: 85%;
    animation: top 5s infinite linear;
}

@keyframes top {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-120px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* sign-up-form css end */

/* footer css start */


footer {
    background: var(--yel-color);
    padding: 50px 0;
    padding-bottom: 0;
}

.footerlink {
    margin-top: 80px;
    text-align: center;
}

.footerlink img {
    width: 30px;
    margin-bottom: 10px;
}

.footerlink h6 {
    color: var(--black-color);
    font-weight: 500;
    margin: 5px 0;
}

.footerlink a {
    color: var(--black-color);
    font-weight: 500;
}

.footer-bottom {
    /* background: var(--black-color); */
    /* display: flex; */
    /* align-items: center; */
    justify-content: space-between;
    padding: 25px 0px;
    margin-top: 40px;
}

.footer-bottom p {
    color: var(--white-color);
    font-weight: 300;
    font-size: 15px;
}

.footer-bottom ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-bottom ul li a {
    color: var(--white-color);
    font-size: 14px;
}

.advisor-content h3 {
    color: white;
    font-size: 30px;
}
/* footer css end */


/* process-css start */
.process-parenr ul li {
    list-style: none;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
}

.process-parenr ul {
    padding: 0;
    /* width: 100%; */
    position: relative;
    /* display: inline-grid; */
}

.process-parenr ul li:before {
  content: "\f111 \f111 \f111";
  font-family: "FontAwesome";
  color: #fcd017;
  position: absolute;
  letter-spacing: 5px;
  width: 6%;
  margin: 0 auto;
  left: -8%;
  right: 0;
  padding: 0px 0 0;
  top: 3px;
}

.process-img {
    width: 26%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 130px;
}

.process-content {
    width: 26%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.process-parenr ul:before {
    width: 0;
    top: 1%;
    left: 50%;
    right: 50%;
    content: '';
    height: 0%;
    position: absolute;
    border-radius: 5px;
    border: 2px solid #3b3d3c;
    transition: all ease 1s;
}

::before {}

.process-parenr ul li:after {
    content: "\f111";
    font-family: "FontAwesome";
    position: absolute;
    padding: 0px 0 0;
    left: 0%;
    right: -0.2% !important;
    font-size: 20px;
    color: #f9a21f;
    z-index: 1;
    width: 1.1%;
    margin: 0 auto;
    top: 0px;
}

.process-parenr ul li:nth-child(even) .process-content h3 {text-align: right!important;}

.process-parenr ul li:nth-child(even) .process-content p {
    text-align: right!important;
}

.process-img img {
    /* text-align: center; */
}

section.process-2 .container {
    max-width: 1140px;
}

.process-parenr ul li:nth-child(even):before {
    right: -18%!important;
}

.process-content h3 {
    font-size: 32px;
    color: #333333;
    font-weight: 700;
}

.process-content p {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
}


/* process-css-end */

/*scroll effect css start */

.process-parenr ul li:first-child {
    opacity: 0;
    transition: 1s ease;
}

.process-parenr ul li:nth-child(2) {
   opacity: 0;
    transition: 1s ease;
}

.process-parenr ul li:nth-child(3) {
    opacity: 0;
    transition: 1s ease;
}

.process-parenr ul li:nth-child(4) {
    opacity: 0;
    transition: 1s ease;
}

.process-parenr ul li:nth-child(5) {
   opacity: 0;
    transition: 1s ease;
}



.process-parenr-Added.process-parenr ul li:first-child{
  opacity: 1;
}

.process-parenr-Added-two.process-parenr ul li:nth-child(2){
  opacity: 1;
}

.process-parenr-Added-three.process-parenr ul li:nth-child(3){
  opacity: 1;
}

.process-parenr-Added-four.process-parenr ul li:nth-child(4){
  opacity: 1;
}

.process-parenr-Added-five.process-parenr ul li:nth-child(5){
  opacity: 1;
}

.process-parenr-Added ul:before{
    height: 18%;
}
.process-parenr-Added-two ul:before{
    height: 38%;
}

.process-parenr-Added-three ul:before{
    height: 58%;
}

.process-parenr-Added-four ul:before{
    height: 70%;
}

.process-parenr-Added-five ul:before{
    height: 81%;
}
/*scroll effect css start */

section.home-banner.inner {
    display: flex;
    align-items: center;
    padding: 10rem 0rem 7rem;
    overflow: hidden;
    text-align: center;
    justify-content: center;
}

section.home-banner.inner .banner-btn {
    justify-content: center;
}

section.process-2 {
    padding-top: 6rem;
}
.services-item ul li {
    font-weight: 500;
}
section.services.choose-us.inner {
    background: wheat;
}

.portfolio-box {
    position: relative;
    transition: all 0.4s ease;
    margin-bottom: 5px;
    overflow: hidden;
    border: 8px solid #f6ce0c;
    border-radius: 10px;
}
.portfolio-box a {
    display: block;
}
.portfolio-box .overlay {
    width: 100%;
    height: 100%;
    /* border-radius: 20px; */
    /* background-color: rgb(191 33 48); */
    background-image: -webkit-linear-gradient(0deg, rgb(213 183 37) 0%, rgb(139 118 17) 100%);
    box-shadow: 0 24px 29px 0 rgba(188, 126, 233, 0.19);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    box-shadow: 0 24px 29px 0 rgba(188, 126, 233, 0.19);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-box .overlay i {
    font-size: 30px;
    color: #fff;
}
.portfolio-box img {
    width: 100%;
    border-radius: 0;
    height: 350px;
    object-fit: cover;
}
.portfolio-box:hover .overlay {
    display: flex
;
    opacity: 0.8;
}

.galler-separe {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.portfolio-box figure {
    margin-bottom: 0px;
}

section.gallery {
    padding: 4rem 0rem;
}
ul.navbar-nav {
    margin-left: auto !important;
    margin-right: 30px;
}
header .navbar-nav {
    display: flex;
    gap: 25px;
    align-items: center;
}

header .navbar-nav li a {
    color: white;
    font-size: 17px;
}

button.btn.top-btn {
    background: var(--yel-color);
    border-radius: 30px;
    padding: 12px 0px;
    width: 180px;
    font-size: 15px;
    font-weight: 400;
}

button.btn.top-btn:hover {
    text-decoration: none;
    color: white;
}
header .navbar-nav li a:hover {
    color: #f6ce0c;
}
section.sign-up-form.ineer {
    padding-bottom: 39px;
}
.blk-btn:hover {
    color: white;
}
.footer-bottom a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: white;
}
.services-item h3 {
    color: var(--yel-color);
    font-size: 27px;
    font-weight: 700;
}
section.services.choose-us h3 {
    color: #233615;
}
h2.sdas {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 46px;
    font-weight: 600;
    color: #233615;
    text-transform: capitalize;
}
.container-fluid.asdas {
    padding-left: 0px;
    padding-right: 0px;
    background: var(--black-color);
    margin-top: 36px;
}

.footer-bottom ul {
    display: block;
}

.footer-bottom h2 {
    color: white;
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 600;
}

.footer-bottom ul li {
    margin: 10px 0px;
}

.footer-bottom ul li a {
    font-size: 16px;
    font-weight: 500;
}
.footer-bottom.dsadas {
    text-align: center;
}
.footer-bottom img {
    margin-bottom: 21px;
}

.footer-bottom a {
    margin-bottom: 12px;
}