/********** Template CSS **********/


@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Roboto+Slab:wght@100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&display=swap');

:root {
    --primary: #6244C5;
    --secondary: #FFC448;
    --light: #FAFAFB;
    --dark: #12141D;
}
body{
  margin: 0px;
  padding: 0px;
}
.container-top{
  overflow-x: hidden;
}
*,
*::before,
*::after {
    box-sizing: border-box;
 
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.fixed-top {
    display: none;
    transition: .5s;
}
.navbar{
    position: sticky;
    top:0px;
    z-index: 1000;
    background: #000;
   
    justify-content: space-evenly;
    opacity: 1 !important;

}
.navbar-collapse{
  flex-grow: 0;
}
.navbar .navbar-nav .nav-link {
    padding: 20px 15px;
    color: #dee2e6;
    font-size: 18px;
    font-weight: 700;
    outline: none;
}
.navbar-brand img{
    transition: all 0.5s ease-in;
    transform: scale(1.3);
}
.navbar-brand img:hover{
    transform: scale(1.05);
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #426AB3 !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        padding: 10px 0;
    }
    .navbar-toggler {
      background-color: #fff;
    }
}


/*** Header ***/
#home {
    margin-bottom: 6rem;
    background: url(../img/bg-header.png) left top no-repeat;
}

.typed-cursor {
    font-size: 30px;
    color: var(--dark);
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** About ***/
#about .years .display-1 {
    font-size: 10rem;
    line-height: 9rem;
}

#about .years h5 {
    letter-spacing: 30px;
    margin-right: -30px;
}


/*** Skills ***/
#skill .progress {
    height: 5px;
    border-radius: 5px;
}

#skill .progress .progress-bar {
    width: 0px;
    border-radius: 5px;
    transition: 3s;
}

#skill .nav-pills .nav-link {
    color: var(--dark);
}

#skill .nav-pills .nav-link.active {
    color: #FFFFFF;
}

#skill .tab-content hr {
    width: 30px;
}


/*** Service ***/
.service-item {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    /* border-radius: 10px;  */
    overflow: hidden; 
    background-color: #c9e1ff87;
    padding: 32px;
    /* border: 3px solid #091730; */
}
.service-item h4{
  font-family: "Roboto Slab", serif;
}
.service-item:hover {
    transform: translateY(-5px);
 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 8px 20px #091730; */
}

.service-item .bg-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: url('../img/bg-icon.png') center center no-repeat; */
    background-size: cover;
    border-radius: 50%; /* Ensuring the icon background is circular */
    position: relative;
    transition: transform 0.8s ease-in-out;
    margin: auto;
}

.service-item .bg-icon .rotate-img {
    transition: transform 0.8s ease-in-out;
    width: 100%; 
    opacity: 0.9;
    /* Adjusting the size of the inner image */
}

.service-item .bg-icon:hover .rotate-img {
    transform: rotate(360deg);
}




.achievement-img{
    box-shadow: 3px 4px 10px 5px #e2e2e2;
    text-align: center;
    border-radius: 10px;
    border: 2px solid black;
    position: relative;
}
.achievement-img p{
    position: absolute;
    
    bottom: 0; /* Aligns the child to the bottom of the parent */
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.achievement-img img{
    border-radius: 10px;
    filter: brightness(0.8);

}

.social-media{
    /* background-color: rgb(98 68 197 / 90%); */
    /* background: url("../img/Screenshot.png"); */
    /* padding: 20px; */
    padding-top: 10px;
}
.social-media .social-box a{
    color: white;
}
.social-media .social-box a i{
    color: white;
    font-size: 50px;
    transition: all 0.0ms ease-in;
}
.social-media .social-box a i:hover{
      transform: scale(1.2);
}

/* youtube */
.social-media .social-box a .fa-youtube:hover{
  color: #FF0000;
  
}
/* instagram */
.social-media .social-box a .fa-instagram:hover{
  color: #E1306C;

}
/* twitter */
.social-media .social-box a .fa-x-twitter:hover{
  color: #000000;
  
}
/* linkedin */
.social-media .social-box a .fa-linkedin:hover{
  color: #0072b1;
  background-color: #fff;
  border-radius: 30%;
}
/* telegram */
.social-media .social-box a .fa-telegram:hover{
  color: 	#0088cc;
  background-color: #fff;
  border-radius: 50%;
}
/* facebook */
.social-media .social-box a .fa-facebook:hover{
  color: 	#4267B2;
  background-color: #fff;
  border-radius: 50%;
}

/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(98, 68, 197, .9);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px;
    padding-bottom: 100px !important;
    opacity: 0;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    padding-bottom: 30px !important;
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    opacity: .7;
}

.team-item .team-text {
    position: absolute;
    left: 0;
    right: 60px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    right: 30px;
    opacity: 1;
}

.team-item .team-text div {
    transition: .5s;
}

.team-item:hover .team-text div {
    margin-left: 30px;
}


/*** Testimonial ***/
.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px solid var(--secondary);
    border-radius: 70px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 70px;
    height: 70px;
}

.testimonial-carousel .testimonial-icon {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid var(--secondary);
    border-radius: 60px;
}

.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 2px solid #424db3;
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 5px;
    left: 5px;
    border-radius: 16px;
    background: #426AB3;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active::after {
    background: #426AB3;
}

.display-5 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    /* color: #222; */
    color: #426AB3;
    color: #091730;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* display: grid; */
    /* grid-template-columns: 1fr auto 1fr;  */
    align-items: center;
    /* grid-gap: 20px; */
    position: relative; 
   padding: 0px 16px;
    /* display: inline-block; */
}

.display-5::after{
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url("../img/heading-line.png");
    background-repeat: no-repeat;
    background-position: center;
}


/* .display-5:before,
.display-5:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #4e369e;
    border-top: 1px solid #4e369e;
    height: 5px;
    background-color: #f8f8f8;
    width: 50%; 
}

.display-5:before {
    grid-column: 1 / 2; 
    justify-self: end; 
}

.display-5:after {
    grid-column: 3 / 4; 
    justify-self: start; 
} */



.courses .portfolio-item .card{
    transition: all 0.2s ease-in-out;
}
.courses .portfolio-item .card:hover{
 transform: scale(1.05);
}

.card{
   
    
}
.card-im {
    /* border-radius: 20px; */
    width: 410px;
    margin: auto;
    /* max-width: 100%; */
    background-color: #f7f7f7;
    /* padding: 20px; */
    margin: 10px 0px;
    border: 1px solid rgb(133, 133, 133);
    transition: all 0.2s ease-in;
    position: relative;
}
.card-im h4{
 text-align: center;
 font-weight: 700;
 padding-top: 10px;
 font-size: 19px;
}
.card-im h4 a{
  color: #0d0d26 !important;
}

.card-im:hover{
    transform: scale(1.01);
}
.card-im a {
    text-decoration: none;
}
.card-im img {
  height: auto;
  height: 250px;
    width: 100%;
    object-fit: cover;
    
    /* border-radius: 15px; */
}
.card-im .date {
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}
.card-im .description{
    padding: 10px;
}
.card-im .list-footer{
    display: flex;
    align-items: center;
    justify-content: center;
}







/* .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    gap: 3rem;
    flex-flow: column;
    position: relative;
  } */
  .carousel {
    max-width: 80%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: perspective(1000px);
  }
  .carousel .item {
    width: 20%;
    height: 250px;
    max-width: 250px;
    /* background-color: white; */
    margin: 2px;
    transition: 0.5s;
    object-fit: cover;
    filter: brightness(1);
  }
  .carousel .item:hover {
    filter: brightness(1);
    transform: translateZ(170px);
  }
  .carousel .item:hover + * {
    filter: brightness(0.6);
    transform: translateZ(120px) rotateY(25deg);
  }
  .carousel .item:hover + * + * {
    filter: brightness(0.4);
    transform: translateZ(50px) rotateY(15deg);
  }
  .carousel .item:has(+ *:hover) {
    filter: brightness(0.6);
    transform: translateZ(120px) rotateY(-25deg);
  }
  .carousel .item:has(+ * + *:hover) {
    filter: brightness(0.4);
    transform: translateZ(50px) rotateY(-15deg);
  }
  .code-by {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: #ffffff4a;
    width: 100%;
    padding: 20px 0;
    transition: 0.9s;
  }
  .code-by:hover {
    background-color: transparent;
  }
  .code-by h2 {
    color: aliceblue;
    font-size: 30px;
  }
  .code-by h2 span {
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
  }
  .code-by h2 span::before {
    content: attr(data);
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgb(22, 77, 126);
    text-transform: uppercase;
    /* width: 0; */
    opacity: 0;
    transition: 0.99s;
  }
  .code-by h2 span:hover::before {
    width: 100%;
    opacity: 1;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vh;
    margin-inline: auto;
    background: #141414;
    padding: 1vh;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.35s ease-out;
}

.gallery h2 {
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  height: 60px;
  font-family: "Roboto Slab", serif;
  margin: 0;
  font-weight: 800;
  background-color: white;
  color: #12141d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: bottom 0.35s ease;
  opacity: 0;
}

.gallery-item:hover h2 {
    bottom: 0; /* Bring it up on hover */
    opacity: 1;
}

.gallery:has(.gallery-item:hover) img:not(:hover) {
    scale: 0.8;
    opacity: 0.5;
    filter: grayscale(70%);
}



.impact_wrapper {
    z-index: 3;
    grid-column-gap: 32px;
    grid-row-gap: 10px;
    background-image: url(../img/impact-bg.png);
    background-position: 0 0;
    background-size: cover;
    border-radius: 32px;
    flex-direction: column;
    align-items: center;
    margin-top: 64px;
    padding: 10px;
    display: flex;
    position: relative;
}

 .impact_wrapper .heading {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
}

.impact_content-wrapper {
    align-self: stretch;
    display: flex;
}

.impact_content {
    width: 100%;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.impact_follower {
    color: #fff;
    text-align: center;
    font-family: Sora, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.impact_social {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
}


.category-filter {
    background-attachment: fixed;
    background-image: url(../img/project-filter-bg-home.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media (max-width: 1024px) {
    .category-filter {
      background-attachment: scroll;
    }
  }
  .category-filter h2 {
    color: #fff;
  }
  .category-filter .lead {
    color: #cfcfcf;
  }
  .category-filter .filter-buttons {
    margin: 0 0 40px;
    text-align: center;
  }
  .category-filter .filter-buttons .btn {
    background-color: #3e3e3e;
    border: 0;
    color: #fff;
    font-size: 12px;
    margin: 0 3px 10px;
    padding: 11px 30px;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto;
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .category-filter .filter-buttons .btn {
      padding: 11px 20px;
    }
  }
  @media (max-width: 767px) {
    .category-filter .filter-buttons .btn {
      margin: 0 1% 10px;
      padding: 11px 10px;
      width: 47%;
    }
  }
  .category-filter .filter-buttons .btn.active,
  .category-filter .filter-buttons .btn:hover {
    background-color: #ff7236;
  }
  .category-filter .filter-buttons .btn.active {
    font-weight: 700;
  }
  .category-filter .category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  .category-filter .category-list .category-item {
    display: none;
    float: left;
    /* width: 25%; */
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .category-filter .category-list .category-item {
      width: 33.33%;
    }
  }
  @media (max-width: 1024px) {
    .category-filter .category-list .category-item {
      cursor: pointer;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .category-filter .category-list .category-item {
      width: 50%;
    }
  }
  @media (max-width: 767px) {
    .category-filter .category-list .category-item {
      width: 100%;
    }
  }
  .category-filter .category-list .category-item figure {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
    border: 5px solid rgb(255, 255, 255);
    transition: all 0.5s ease-out;
  }
  .category-filter .category-list .category-item .yellow{
    border: 5px solid #ffc448;
}

  .category-filter .category-list .category-item figure img {
    width: 100%;
    transition: all 0.5s ease-out;
  }
  .category-filter .category-list .category-item figure:hover {
    transform-origin: left;
    transform: scale(1.05);
    opacity: 0.8;
  }

 
  .category-filter .category-list .category-item figcaption {
    color: #fff;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    position: absolute;
    top: 100%;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
  }
  .category-filter .category-list .category-item figcaption.bg-orange {
    background-color: rgba(255, 114, 54, 0.9);
  }
  .category-filter .category-list .category-item .info-block {
    left: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media (max-width: 767px) {
    .category-filter .category-list .category-item .info-block {
      padding: 0 20px;
    }
  }
  .category-filter .category-list .category-item .info-block h4 {
    color: #fff;
    margin: 0 0 7px;
    text-transform: none;
  }
  .category-filter .category-list .category-item .info-block .author {
    display: block;
    margin: 0 0 5px;
  }
  .category-filter .category-list .category-item .info-block .rating {
    margin: 0 0 15px;
    text-align: center;
  }
  @media (min-width: 1200px) and (max-width: 1739px) {
    .category-filter .category-list .category-item .info-block .rating {
      /* margin: 0 0 5px; */
    }
  }
  .category-filter .category-list .category-item .info-block .rating span {
    color: #fff;
  }
  .category-filter .category-list .category-item .info-block p {
    line-height: 2.15;
    margin-bottom: 10px;
  }
  @media (min-width: 1200px) and (max-width: 1739px) {
    .category-filter .category-list .category-item .info-block p {
      /* height: 40px; */
      line-height: 1.42857143;
      overflow: hidden;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px) {
    .category-filter .category-list .category-item .info-block p {
      height: 30px;
      overflow: hidden;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .category-filter .category-list .category-item .info-block p {
      height: 60px;
      overflow: hidden;
    }
  }
  @media (max-width: 767px) {
    .category-filter .category-list .category-item .info-block p {
      height: 30px;
      overflow: hidden;
    }
  }
  .category-filter .category-list .category-item .info-block a {
    color: #fff;
    text-transform: uppercase;
    /* font-weight: 800; */
    margin-top: 10px;
  }
  .category-filter .category-list .category-item .info-block a:hover {
    /* color: #000; */
  }
  .category-filter .category-list .category-item .info-block ol {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 22px 0 0;
  }
  @media (min-width: 1200px) and (max-width: 1739px) {
    .category-filter .category-list .category-item .info-block ol {
      margin: 10px 0 0;
    }
  }
  .category-filter .category-list .category-item .info-block ol li {
    display: inline;
    margin: 0 12px;
  }
  .category-filter .category-list .category-item .info-block ol li i {
    font-size: 16px;
  }
  .category-filter .category-list .category-item:hover figcaption {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    top: 0;
  }
  .category-filter #category-filter .btn-primary {
    margin-top: 50px;
  }


  .section-padding {
    padding: 80px 0px;
}

.category-filter .ection-title {
    color: #fff;
}
.center-content {
    float: left;
    text-align: center;
    width: 100%;
}

.category-filter .category-list .category-item {
    padding: 35px 15px 0;
    overflow: hidden;
}
.category-filter .category-list .category-item {
    display: none;
    float: left;
    /* width: 27%; */
}

.category-filter .category-list .category-item figcaption.bg-light-green {
    /* background-color: rgba(249, 184, 30, 0.9); */
    background-color: #198754e6;
}
.category-filter .category-list .category-item figcaption.bg-yellow {
    background-color: rgb(249 184 30 / 92%)
    /* background-color: #758719e6; */
}
.layout-v2 .category-filter .category-list .category-item figcaption {
    /* background-color: rgba(132, 187, 69, 0.9); */
    background-color: #198754e6;
    bottom: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
    top: initial;
    text-align: left;
    -webkit-transform: translate3d(0px, 71%, 0px);
    -moz-transform: translate3d(0px, 71%, 0px);
    -o-transform: translate3d(0px, 71%, 0px);
    -ms-transform: translate3d(0px, 71%, 0px);
    transform: translate3d(0px, 71%, 0px);
}
.category-filter .category-list .category-item figcaption {
    color: #fff;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    position: absolute;
    top: 100%;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;

}




.journey-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d5f5e5;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
  display: grid;
}


.journey-block_right-content.bg-blue {
  background-color: #c9e1ff;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 30px;
      position: relative;
  grid-area: span 1 / span 1 / span 1 / span 1;

}

.section-heading.text-center.padding-small.text-left {
  text-align: left;
  padding-left: 0;
}

.section-heading.text-center.padding-small {
  margin-bottom: 20px;
}

.sub-heading_text.pb-12 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 50px;
}

.sub-heading_text {
  color: #5e61fc;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.section-headibg_text.text-left.font-30 {
  color: #1a1b1f;
  font-size: 35px;
  font-weight: 800;
  line-height: 38px;
  text-align: left;
  /* font-family: Montserrat, sans-serif; */
  font-family: "Roboto Slab", serif;
}

.paragraph-22, .paragraph-23, .paragraph-24 {
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto Slab", serif;
}
.journer-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}
.list-item-2 {
  align-items: flex-start;
  display: flex;
}
.list-img {
  margin-right: 12px;
}
.journey-list_text {
  color: #0d0d26;
  margin-top: -2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Roboto Slab", serif;
}


.journey-image_wrapper.jouney-bg-two.bg-right {
  background-color: #b6d7ff;
  background-image: url(../img/courses/Technical\ Analysis.webp);
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 0 32px 32px 0;
  position: relative;
}

.bg-shape {
  background-color: #94c2fa;
  border-bottom-right-radius: 32px;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
}

.btn-blue:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

/* techincal analysis book */
.book-banner-section{
  /* background-color: #1b1a1a; */
  background: linear-gradient(0deg, rgba(3, 50, 62, 1) 0%, rgba(25, 135, 84, 1) 64%);
  /* height: 80vh; */
}


/* money and you book */
.banner-book-section{
  /* background: linear-gradient(0deg, rgba(163,87,35,1) 0%, rgba(255,193,7,1) 100%); */
   /* background-color: #1b1a1a; */
   background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(50,50,50,1) 100%);
}

.book-list{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin: 10px 0px;
}
.book-list .book-logo img{
  border-radius: 50%;
  box-shadow: 0px 1px 0px 1px #f0f0f0;
}
.book-list .book-logo{
  
}
.book-list .book-chapter h3{
  color: #212529;
  font-family: "Karla", sans-serif;
font-size: 1.2em;
font-weight: 700;
line-height: 1.15em;
letter-spacing: -.5px;
padding:0px 10px;
}

.book-chapter .book-image img{
  box-shadow: 13px 13px 0px 0px rgba(87,84,254,.05);
  transition: all 0.2s ease-in;
}
.book-chapter .book-image img:hover{
  transform: rotate(4deg);
}

.testimonial-item img{
  border: 1px solid #426ab3;
}


.social-box p{
  font-family: "Roboto Slab", serif;
  /* font-size: 20px; */
}

.social-media .social-box .counter{
  font-size: 20px;
  font-weight: 600;
}

.section-3.logo {
  padding-top: 27px;
  padding-bottom: 35px;
  background-color: #c9e1ff87;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 50px;
  padding-right: 50px; */
}
.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  /* display: grid; */
}

.font-small.text-feature {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.font-small {
  color: #212264;
  font-size: 14px;
}
.featured-logo_group {
  grid-column-gap: 50px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  display: flex;


}


.featured-logo_group .featured-logo {
  object-fit: contain;
  width: 100%;
  height: auto;
}

/* footer */
.footer {
  padding: 20px 0px;
  position: relative;
   
   
    background: #212529;
}


.footer .footer-link ul{
  /* list-style: none; */
  color: #fff;
}
.footer .footer-link ul li{
  line-height: 35px;
}
.footer .footer-link ul li a{
  text-decoration: none;
   color: #ffffff;
   font-size: 17px;
   font-weight: 600;
}
.copyright{
  background: #14151bf5;
}


.achievement-image{
  /* border-radius: 10px; */
  border: 10px solid lightgray;
}

.batch_wrapper {
  z-index: 3;
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  background-image: url(../img/Screenshot.png);
  background-position: 0 0;
  background-size: cover;
  /* border-radius: 32px; */
  flex-direction: column;
  align-items: center;

  padding: 2%;
  display: flex;
  position: relative;
}
.batch_wrapper .heading {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  padding-bottom:10px ;
  font-weight: 700;
  line-height: 180%;
}

.blog-search{
  display: flex;
    justify-content: center;
    width: 600px;
    margin: auto;
}
.blog-search .btn{
  background: radial-gradient(circle at 10% 20%, rgb(0, 102, 161) 0%, rgb(0, 68, 108) 90.1%);
  color: white;
  padding: 5px 25px;
  margin: 0px 10px;
}


/* responsive code  */

@media (min-width: 1230px) and (max-width: 1350px) {
  .service-item span {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
  }

  .service-item {
    padding: 20px;
  }
  .service-item .bg-icon .rotate-img {
    transition: transform 0.8s ease-in-out;
    width: 70%;
  }
  .gallery h2 {
    font-size: 1.1rem;
  }
  .card-im {
    /* border-radius: 20px; */
    width: 350px;
  }
}


/* Target iPads in Portrait and Landscape */
@media (min-width: 768px) and (max-width: 1066px) {
  .service-item span {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
  }

  .service-item {
    padding: 20px;
  }
  .card-im {
    /* border-radius: 20px; */
    width: 330px;
  }
  #about p {
    font-size: 21px !important;
  }
}


@media (max-width: 620px) {
    .card-im {
        /* border-radius: 20px; */
        width: 315px !important;
    }

    .gallery{
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
}
.youtube-video iframe{
  height: 200px;
}
.about .col-sm-6{
    display: flex;
    align-items: center;
    justify-content: center;
}

p{
    font-size: 14px !important;
}
.display-5 {
    text-align: center;
    font-size: 25px;
    /* position: relative; */
}

.social-media .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 15px 0px;
}
#book-grid .col-sm-6{
    flex: 0 0 auto;
    /* width: 50%; */
}
.card-body .btn {
    color: #0b87da;
    background-color: #1da1f233;
    padding: 5px 30px !important;
    /* border: 1px solid #0b87da; */
    box-shadow: 1px 2px 3px 2px #0b87da61;
}

.impact_wrapper {
    background-position: 50% !important;
    background-size: cover !important;
    margin-top: 48px !important;
    padding: 20px;
}
.impact_wrapper .heading {
    text-align: center;
}
.impact_wrapper .impact_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
}
.book-detail h2 {
    font-size: 30px !important;
    font-weight: 800;
    color: #252525;
    margin-top: 20px;
    text-align: center;
}
.book-detail p {
    text-align: justify;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px 20px;
}

#about h3 {
  font-size: 30px !important;
}

.journey-block_right-content.bg-blue {
  border-top-right-radius: 32px;
  border-bottom-left-radius: 0;
}
.section-headibg_text.text-left.font-30 {
  font-size: 20px;
}
.journer-list {
  margin-bottom: 10px;
}
.btn-blue {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
  padding: 13px 50px !important;
}
.journey-image_wrapper.jouney-bg-two.bg-right {
  background-repeat: repeat-y;
  background-size: cover;
  border-top-right-radius: 0;
  border-bottom-left-radius: 32px;
  height: 300px;
}
.journey-block {
  flex-direction: column;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  display: flex;
  margin-left: 0;
        margin-right: 0;
}

.bg-shape {
  background-color: #94c2fa;
  border-bottom-right-radius: 32px;
  width: 100%;
  height: 0px;
}

.book-content h1 {
  color: white;
  font-family: "League", Sans-serif;
  font-size: 40px !important;
}
.book-name h1 .two{
  font-size: 35px !important;
} 
.book-content {
  padding: 60px 0px 0px !important;
}
.featured-wrapper {
  flex: 0 0 48%; /* 48% width per item in mobile view */
  display: flex;
  justify-content: center;
}
      .featured-logo_group {       
        flex-direction: column;
}
.featured-logo_group .featured-logo {
   width: 40%;
}
.bannner-img h1 {
  left: 20px !important; 
  font-size: 1.2rem !important;
}
.section-3 .row  .col-sm-3 {
  flex: 0 0 auto;
  width: 26%;
}

.section-3.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand {
  padding: 0px !important;
}
.navbar {
 
  justify-content: space-between;
}
.navbar-toggler {
  background-color: #fff;
}
.tiler {
  width: 49.3% !important;
  height: auto !important;
}
.gallery-1 {
  
  justify-content: center !important;
  flex-direction: column;
  margin: 0px 60px !important;
          padding: 70px 30px !important;

}

.service-item span {
  font-size: 13px !important;
}
.batch_wrapper .impact_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
}
.navbar-brand img{
  transform: scale(1);
}
.thumbnail {
transform: scale(1.1) !important;
}

}
@media (min-width: 992px) {
 .section-3 .row .col-lg-1 {
      flex: 0 0 auto;
      width: 14%;
  }
  
}

.bg-light{
  background: #c9e1ff87 !important;
}


.bannner-img h1{
  position: absolute;
color: white;
left: 60px;
font-weight: bold;
font-family: "ZEAVMLtbZb";
    font-style: italic;
letter-spacing: 3px;
text-transform: none;
text-shadow: 5px 3px 6px #000000;
top: 50%;
transform: translateY(-50%);
color: white;
font-size: 4rem;
margin: 0;
padding: 0;
}



.tiler {
  margin: 10px 0px !important;
}
.tiler img {
  border-radius: 10px;
  width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid transparent;
    /* border-image: linear-gradient(to right, #868f96 0%, #596164 100%); */
    border-image: linear-gradient(to right, #0dcaf07a 0%, #5a5a5abd 100%);
    border-image-slice: 1;
}

.features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.feature {
  /* flex: 1 1 200px; */
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.feature .log{
  background: #ffffff;
  border-radius: 50%;
  /* opacity: 0.3; */
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature .log .fa-solid{
  font-weight: 900;
    /* color: #3498DB; */
    color: #000000;
    font-size: 1.875rem;
    line-height: 2.25rem;
    transition: transform 0.8s ease-in-out;
}
.feature .log:hover .fa-solid{
  transform: rotate(360deg)
}
.feature img {
  max-width: 100%;
  height: auto;
}

.feature p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  /* color: #ffffff; */
  color: #000000;
}

@media (max-width: 768px) {
  .features {
      /*flex-direction: column;*/
      align-items: center;
  }
  .feature .log {
    background: #ffffff;
    border-radius: 50%;
    /* opacity: 0.3; */
    height: 50px;
    width: 50px;
  }
}



