/* Extra Styel 08-10-25 */
/* Home page */
html, body {overflow-x: clip !important}
.header {
	-webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        position: fixed;
        width: 100%;
    z-index: 100;
}
.course-section .course-slider .course-card .course-body .course-button{
    outline: none;
}
button, select, a { 
    outline: none;
}
h1.hero-title {
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); filter: blur(0px); opacity: 1; transform-style: preserve-3d;
}
/* .vector-bg {
    background: none;
    background-image: url(../img/banner-vector.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
} */
/* Rotate image style */
.rotate {
  animation: rotation 8s;
}

.linear {
  animation-timing-function: linear;
}

.infinite {
  animation-iteration-count: infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*
.rotate {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

*/ 
/* Rotate image style end*/

/* Animation fade in  */
/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,80px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,80px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
} 
 .fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}
/* video play rotate play icon style */
.watch-vdo {
  display: grid;
  align-items: center;
  justify-items: center;
  position: relative;
  top:124px;
  left: -1px;

}
.watch-vdo text {
    font-size: 22px;
    color: #ffff;
}
    .watch-vdo img {
      position: absolute;
    }
    .watch-vdo img {
      position: absolute;
    }
/*    new style on 23-10-25 */
.hero-section .hero-title {
	font-size: 50px !important;
}
.list-unstyled {
	margin-left: 0 !important;
	padding-left: 0;
}
.career-section .career-title {
    font-size: 50px;
    width: 90%;
}
.benefits-section .stydy img {
    height: inherit;
}
/* .hero-section .hero-img .video-circle img {
    opacity: 0;
} */
.hero-section .hero-img .video-circle .watch-vdo img {
    opacity: 1;
}
.student-section .student-card .student-text {
  text-align: left;
}
.second-slider {
  direction: rtl;
}
.row.second-slider.slick-initialized.slick-slider .d-flex.student-profile {
  flex-direction:row-reverse;
}
.student-section .student-card .student-profile .detail {
    text-align: left;
}
.modal-content {
    padding: 30px;
}
.first-slider.slick-initialized.slick-slider .slick-track {
left: -161px;
}
.second-slider.slick-initialized.slick-slider .slick-track {
right: -65px;
}
/* Video section */
.video-model.modal-box {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.video-model.modal-box { width: 70%; }
}

.video-model.modal-box header,
.video-model.modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}

.video-model.modal-box header h3,
.video-model.modal-box header h4,
.video-model.modal-box .modal-header h3,
.video-model.modal-box .modal-header h4 { margin: 0; }

.video-model.modal-box .modal-body { padding: 2em 1.5em; }

.video-model.modal-box footer,
.video-model.modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}

.video-model a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}

.video-model a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.learn-online-section .sub-buttons-dropdown select:focus  {
    width: 100%;
    border-radius: 50px !important;
    background-color: #ef5223;
    font-weight: 700;
    color: #ffffff;
}
.learn-online-section .sub-buttons-main .sub-buttons .sub-btn.active {
    background-color: #ef5223;
    font-weight: 700;
}
/* .learn-online-section .sub-buttons-dropdown select:focus {

} */
.learn-online-section .sub-buttons-dropdown select option {
    border-radius: 22px;
    background-color: #f0f0f0;
    border: none;
    font-family: "Montserrat";
    font-size: 20px;
    padding: 8px 20px;
    font-weight: 500;
    margin-right: 10px;
}
.learn-online-section .sub-buttons-dropdown select:focus{
    background-image: url('../img/drop-down-course.png');
}
.student-section .student-card {
  margin: 0 6px;
}
.student-section .first-slider {
    padding-bottom: 13px;
}
/* .video-slider {
    display: inline-flex;
}
.video-slide {
    padding: 0 10px;
} */
/* .modal-content {
    background-color: #f8e2db;
    margin: 0 auto;
    text-align: center;
} */
 .learn-online-section .sub-buttons-dropdown select option {
    background-color: #f0f0f0;    
    border: none !important;
    border-radius: 22px;
    padding: 8px 20px;
 }
 ul {
  	list-style-type: none; 
    margin-left: 0;
}
a {
 text-decoration:none;
}
.accordion-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 13px;
    height: 13px;
    background: url(../img/points.png) no-repeat center center;
    background-size: contain;
}
.accordion-body ul li {  
    padding: 10px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
  }
.accordion-body ul li span {
    font-size: 16px;
}
  ul {
  list-style-type: none; }
.video-circle {
	 bottom: -12px !important;
    right: -21px !important;
}
  .hero-section .hero-img .video-circle {
        bottom: -12px !important;
    right: -21px !important;
  }
.accordion-body ul {
    padding-left: 12px;
}
.key-highlights-section .seduling img {
	top: -249px;
    height: 495px;
}
section.pricing-system-section.section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.guarantee-section .founders .founder .founder-details .name {
	font-size: 21px;
}
.list-unstyled ul {
    padding-left: 0;
}
.benefits-section .benefit-text .benefit-box1 {
	padding-bottom: 0;
}
.benefits-section .benefit-text .benefit-box h5 {
	font-size: 21px;
		color: #000000;
}
.benefits-section .benefit-text .benefit-box p {
	padding-top: 0;
}
section.key-highlights-section.section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.key-highlights-section .left-box-hightlight .title {
	font-size: 38px;
	margin-bottom: 35px;
}
.key-highlights-section .left-box-hightlight .highlight-list li {
	    padding-top: 12px;
    padding-bottom: 12px;
}
.key-highlights-section .left-box-hightlight .highlight-list li::before {
	left: 0;
    top: 24px;
}
.hero-section .button .hero-button {
	margin-bottom: 15px;
}
.hero-section .hero-subtitle {
	    font-size: 18px;
		width: 80%;
}
	section.hero-section.section {
    padding-top: 170px;
    padding-bottom: 70px;
}
.hero-section .info-card .community {
	padding-bottom: 15px;
	padding-top: 40px;
    margin-bottom: 25px;
}
.hero-section .info-card .success {
	    padding-top: 0;
    margin-top: 30px;
}
.hero-section .info-card .community {
	border-bottom: 2px solid #ddc8c5b0;
}
.course-section .course-slider .course-card .course-body .course-desc {
	max-height: 6rem;
    text-overflow: ellipsis;
    overflow: hidden;
	height: 100%;
}
.contact-section .contact-main .contact-form form .form-subs .form-name {
	padding-left: 10px;
}
.contact-section .contact-main .contact-form form .form-subs input, .contact-section .contact-main .contact-form form .form-subs textarea {
	padding-left: 10px;
}
.course-section, .course-card, .course-card * {
  user-select: text !important;
  pointer-events: auto !important;
}
section.career-section.section {
    padding-top: 210px;
}
.course-section .course-slider .course-card .course-body .course-title {
	padding-bottom: 10px;
}
.career-section .career-desc {
	font-size: 18px;
}
.course-structure-section .course-card-all .accordion-item .accordion-body {
	padding-left: 50px;
}
.testimonial-section .arrow-button-left-testimonial img, .testimonial-section .arrow-button-right-testimonial img {
	    width: 93%;
}
.testimonial-section .arrow-button-left-testimonial, .testimonial-section .arrow-button-right-testimonial {
	    width: 50px;
    	height: 50px;
		padding: 0 8px 0;
}
.key-highlights-section .seduling img {
    top: -317px;
    height: 631px;
}
/* style new 13-11-25 */
.dummy-blog .custom-card .overlay-content .title-row {
	display: inherit !important;
}
/* New page 24-10-25 */
section.detail-section {
    background: none;
    background-image: url(../img/detail-team-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 320px;
}
.detail-sub {
    background-color: #fff;
    align-items: center;
    border-radius: 28px;
    padding: 50px 60px;
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 260px;
    top: 190px;
    border: 1px solid #efefef;
    justify-content: center;
 }
 .detail-list .list-unstyled li {
    margin-bottom: 16px;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 17px;
    color: #514541;
    position: relative;
    padding-left: 40px;
}
 .detail-list .list-unstyled li::before {
content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 13px;
    height: 13px;
    background: url(../img/top-arrow-list.png) no-repeat center center;
    background-size: contain;
}
.detail-content {
    padding-top: 40px;
}
.detail-content .title {
font-family: "Montserrat";
    font-size: 38px;
    font-weight: 600;
   line-height: 44px;
    color: #000;
    width: 80%;
}
.detail-content .title-hlt {
    color: #ef5223;
}
.detail-left-img {
    border-radius: 25px;
}
.detail-image img {
    max-width: 426px;
    width: 100%;
}
.detail-subtitle {
    font-size: 18px;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 31px;
    color: #514541;
    padding-top: 8px;
    padding-bottom: 24px;
}
.dummy-blog .custom-card .overlay-content h5 { 
	    font-size: 30px !important;
    line-height: 43px !important;
}
.detail-description-section .main-content .desc h2 {
    color: #000;
    font-family: "Poppins";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    padding-top: 22px;
}
.detail-description-section .main-content .desc h3 {
    color: #000;
    font-family: "Poppins";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    padding-top: 22px;
}
.detail-description-section .main-content .desc p img {
    padding-top: 30px;
	padding-bottom: 10px;
}
.detail-description-section .main-content .desc h4{
     font-size: 22px;
	  font-size: 25px;
} 
img.img_person {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
/* new section style End 24-10-25 */
@media (max-width: 1400px) {
section.career-section.section {
    padding-top: 100px;
}
}
@media (max-width: 1199px) {
    .career-support-section .career-card-main .career-card {
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
    }
	.career-support-section .career-card-main .career-card img {
    padding-right: 18px;
    margin: 0 auto;
    padding-bottom: 20px;
}
	section.guarantee-section.section {
    padding-top: 30px;
}
	.faq-section .accordion-item .accordion-button {
		line-height: 30px;
	}
}
@media (max-width: 991px) {
  .header {
        padding-bottom: 15px;
  }
	.header .nav-link { 
	padding-bottom: 15px;
	}
	.career-section .career-title {
        font-size: 32px;
	}
	.course-section .slick-dots {
		left: 0;
	}
.first-slider.slick-initialized.slick-slider .slick-track {
left: inherit;
}
.second-slider.slick-initialized.slick-slider .slick-track {
right: inherit;
}
.learn-online-section .sub-buttons-main .sub-buttons {
        flex-direction: row;
    }
    .learn-online-section .sub-buttons-main .slick-arrows-video {
        bottom: 48%;
    }
    .section {
    padding-top: 80px;
    padding-bottom: 80px;
    }
    .benefits-section {
        padding-bottom: 60px;
    }

	    .hero-section .button {
        justify-content: left;
        margin-bottom: 25px;
    }
/* new section style End 24-10-25 */
.detail-section {
  margin-bottom: 215px;
}
.detail-sub {
    top: 125px;
    margin-bottom: 230px;
}
.detail-content {
    padding-top: 20px;
}
.detail-content .title {
      width: 100%;
    font-size: 32px;
}
.detail-image {
    margin: 0 auto;
    text-align: center;
}
/* new section style End 24-10-25 */
	.dummy-blog {
    padding-top: 100px !important;
	}
/* about page reponsive strats 23-10-25 */
.career-section.section {
    padding-top: 100px;
}
	.about-slider-section .about-bottom-card {
		margin-bottom: 0;
	}
	 .career-section .main-image-mobile {
		  padding-top: 35px;
	  }
	  .guarantee-section .guarante-job {
		  padding-top: 20px;
	  }
	  .guarantee-section .title {
        padding-top: 40px;
    }
	.target-audience-section .title {
        padding-top: 40px;
    }
	.about-slider-section .about-bottom-card {
		margin-bottom: 0;
	}
	.about-slider-section .slick-dots {
		margin: 0 auto;
	}
	    .about-slider-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.slick-dots li {
		top: 20px;
	}
	section.guarantee-section.section {
    padding-bottom: 40px;
}
	section.why-course-section.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
	section.key-highlights-section.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.key-highlights-section .left-box-hightlight{
		padding: 40px;
	}
	.key-highlights-section .seduling {
		padding-top: 35px;
	}
	.course-structure-section .course-card-all .accordion-item .accordion-body {
		padding-right: 30px;
    	padding-left: 40px;
	}
	section.course-structure-section.section {
    padding-bottom: 80px;
}
	section.target-audience-section.section {
    padding-top: 70px;
}
	section.target-audience-section.section {
    padding-top: 60px;
    padding-bottom: 40px;
}
	section.career-support-section.section {
    padding-top: 40px;
}
	section.our-gems-section.section {
    padding-top: 60px;
    padding-bottom: 60px;
}
	.testimonial-section .slick-dots {
    left: 0;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    right: 0;
}
	.about-slider-section .title {
		font-size: 32px;
	}
	.about-slider-section .title-desc {
    font-size: 18px
	}
	.certificate-section .title {
		font-size: 32px;
	}
	.certificate-section .sub-desc {
		font-size: 18px;align-content
	}
	.certificate-section .benefits li {
		font-size: 18px;
	}
	.faq-section .title {
		font-size: 32px;align-content
	}
	    .contact-section .contact-main .contact-image {
        padding-top: 70px;
    }
	.about-slider-section .title {
		padding-bottom:  0px;
	}
	.social-menu {
    position: relative !important;
    right: 0 !important;
    left: 0px;
    border-top: 1px solid #ffcaca;
    padding-top: 20px;
}
.social-menu ul {
    padding-left: 0;
	margin-bottom: 0;
}
	.dummy-blog {
    padding-top: 103px !important;
		padding-bottom: 70px !important;
}
section.dummy-blog-detail {
    padding-top: 50px !important;
}
	.blog-section-details .detail-title {
   	 	font-size: 28px;
		line-height: 44px;align-content
	}
	.blog-slider-section.section {
    padding-top: 20px;
}
	.blog-section-details .author-box {
		padding-bottom: 0px;
	}
  }
  /* @media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1020px !important;
        margin: 0 auto;
    }

} */

@media (max-width: 699px) {
.col-xl-6.align-items-center.position-relative.d-flex.animated.animatedFadeInUp.fadeInUp {
  justify-content: center;
}
.hero-section .hero-img {
    position: relative;
    left: 0;
}
	.career-section .career-title {
		font-size: 40px;
    	width: 100%;
}
.guarantee-section.section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
	.testimonial-section .testimonial-slider-all .testimonial-card {
		padding: 0 20px;
	}
	.blog-section-details .detail-title {
    font-size: 26px !important;
    line-height: 36px !important;
}
	
}
@media (max-width: 580px) {
    .hero-section .hero-img img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    /* new style 20-10-25 */
     .hero-section .hero-title {
        font-size: 40px;
}
    .hero-section .hero-img {
        padding-top: 30px;
    }
        .benefits-section {
        padding-top: 50px;
    }
    .benefits-section .benefit-text .benefit-box {
      padding-top: 50px;
    }
    .about-section .about-top-row .about .about-content {
      padding: 70px 50px 50px 50px;
    }
    .about-section .about-bottom-row .demo-section {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .about-slider-section .title {
      font-size: 32px;
    }
.about-slider-section {
    padding-top: 50px;
}
    .container-about {
        padding-top: 30px;
    }
    .about-slider-section .about-bottom-card {
      padding: 80px 50px;
    }
    section.membership-section.section {
    padding-top: 30px;
    padding-bottom: 70px;
}
    .student-section .student-card .student-text {
        padding-bottom: 10px;
    }
.student-section {
    padding-top: 80px;
    padding-bottom: 80px
}
.membership-section .membership-card .membership-text .member-button {
    padding: 15px 40px;
    display: block;
    font-size: 22px;
}
.why-codestratz .why-codestratz-all .title {
        padding-top: 55px;
    }
    section.why-codestratz.section {
    padding-bottom: 60px;
  }
      .group-study .title {
        padding-top: 50px;
      }
      .group-study .title-desc {
    padding-bottom: 20px;
}
 /* New resposinsive style 20-10-25 */
        .group-study .col-xl-6 .d-flex.flex-column.flex-sm-row.align-items-center {
        flex-direction: column !important;
    }
    .group-study {
    padding-bottom: 60px;
}
  section.learn-online-section.section {
        padding-top: 50px;
        padding-bottom: 60px;
    }
	
	    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	section.key-highlights-section.section {
    padding-top: 30px;
		padding-bottom:20px;
}
	
	.key-highlights-section .left-box-hightlight .title {
		font-size: 35px;
	}
	.why-course-section .title {
		font-size: 35px;
	}
	.course-structure-section .title {
    font-size: 35px;
	}
	section.pricing-system-section.section {
    padding-top: 40px;
    padding-bottom: 40px;
}    
	.pricing-system-section .pricing-system .title {
        font-size: 32px;
    }
	p {
		font-size: 17px !important;
	}
	.target-audience-section .sub-desc {
		font-size: 17px;align-content
	}
	.career-section .career-desc {
		text-align: center;
	}
	.features .list-unstyled {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
	.career-section .buttons {
		margin: 10px auto;
	}
	    .career-section.section {
        padding-top: 50px;
    }
	.hero-section .hero-subtitle {
    	width: 100%;
}
	section.hero-section.section {
    	padding-top: 100px;
  }
	.hero-section .button {
	 	justify-content: center;align-content;
	}
	p.number {
    max-width: 190px;
    width: 100%;
}
	.founder.d-flex {
    width: 100%;
}
	.dummy-blog .custom-card .overlay-content h5 {
        font-size: 18px;
        line-height: 25px;
    }
.blog-section .blog-card-all .blog-card .blog-content .blog-content-text {
	font-size: 18px;
	line-height: 26px;
	}
	.blog-section .categories-title .title {
		font-size: 25px;
	}
	.dummy-blog-detail {
    padding-top: 50px;
}
	section.dummy-blog-detail {
    padding-top: 50px !important;
}
	.dummy-blog .custom-card .overlay-content h5 {
        font-size: 18px;
    }
	.dummy-blog .custom-card .overlay-content .read-more {
	    font-size: 16px !important;
	}
}
  @media (max-width: 578px) {
    .hero-section .hero-img .video-circle {
                bottom: -5px;
        right: 48px;
    }
	  .career-section .buttons{
		  align-items: center;
	  }
	 
/* 	  .career-section .buttons .brochure-button {
		  padding: 3px 8px 3px 20px;
       		 font-size: 17px;
	  } */
}
@media (max-width: 480px) {
.hero-section .hero-img .video-circle {
        bottom: -5px;
        right: 8px !important;
    }
}
@media (max-width: 480px) {
    .hero-section .hero-img .video-circle {
        bottom: -5px;
        right: 28px;
    }
   
}
@media (max-width: 430px) {
    .hero-section .hero-img .video-circle {
        bottom: -5px;
        right: 5px;
    }
}
@media (max-width: 418px) {
    .hero-section .hero-img .video-circle
 {
        bottom: -5px;
        right: -3px;
    }
	    .dummy-blog .custom-card .overlay-content h5 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}
@media (max-width: 375px) {
    .hero-section .hero-img .video-circle {
        bottom: -11px;
        right: -16px;
    }
}
@media (max-width: 390px) {
    .hero-section .hero-img .video-circle {
        bottom: -7px;
        right: -12px;
    }
}





.course-slider .course-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 👈 show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  height: 4em; /* 1.5em × 2 lines */
}

.course-slider .course-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.course-slider .course-card .course-img {
  width: 100%;
  height: 200px; /* adjust this for your design */
  object-fit: cover; /* crops evenly without distortion */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.course-slider .course-card .course-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.career-section .buttons .brochure-button .img-date img {  
	border-radius: 50%;
  padding: 0px 8px;
   background-color: #ef5223;
  margin-left: 0;
}
span.img-date img {
    width: 38px;
 height:  38px;
}
span.mnth-style {
    font-weight: 800;
    padding-right: 16px;
	padding-left: 7px;
}
.social-menu {   
	position: absolute;    
	right: 60px;
}
.brochure-button.course-duration {
    background-color: #FFE3DF !important;
    color: #000000 !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    font-size: 17px !important;
	padding: 7px 9px !important;
}
span.img-date {
    padding-right: 7px;
}
/* Blog page edit */
.blog-section.section {
    background-color: #ffffff;
}
.dummy-blog {
    padding-top: 150px !important ;
	background: none;
    background-image: url(../img/page-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 100px !important;
}
.dummy-blog-detail {
    padding-top: 150px !important;
}
.blog-slider-section .blog-detail-slide .blog-card .blog-content .blog-content-text a {
    color: #000000;
}
/* Track form style 04-11-25 */
.blog-section-details.track-form .blog-content h2 {
    color: #000;
   font-family: "DM Sans", sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px; /* 180% */
      padding: 25px 0 0; 
      margin-bottom: 0;
}
.blog-section-details.track-form .detail-title {
    width: 80%;
    font-style: normal;
    font-family: "Montserrat";
    font-size: 29px;
    font-weight: 600;
    line-height: 48px;
    color: #000;
}
.blog-section-details.track-form .container-blog .post-date {
   font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #848484;
}
.blog-section-details.track-form .blog-content img {
    max-width: 890px;
    width: 100%;
    padding: 40px 0 30px;
}
.blog-section-details.track-form .blog-content h3 b {
    color: #EF5223;
}
.blog-section-details.track-form .blog-content h3 span {
    padding-top: 25px;
    /* font-family: Montserrat; */
    font-weight: 500 !important;
    font-style: Medium;
    font-size: 25px;
    line-height: 31px;
    font-family: "DM Sans", sans-serif;
}
.blog-section-details.track-form .blog-content h3 {
    padding-top: 25px;
    font-size: 26px;
    font-family: "DM Sans", sans-serif;
    line-height: 38px;
    width: 80%;
      margin-bottom: 0;
}
.blog-section-details.track-form .blog-content h2 b {
    font-weight: 500;
    font-size: 30px;
}
.blog-section-details.track-form .blog-content ul li {
    font-family: "DM Sans", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 1rem;
}
.blog-section-details.track-form .blog-content ol li {
    font-family: "Poppins";
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 1rem;
}
.blog-section-details.track-form .blog-content h3 span {
    font-weight: 500 !important;
    padding-top: 25px;
    font-size: 25px;
}
.blog-section-details.track-form .blog-content h4 {
margin-top: 35px;
    font-size: 23px;
    }
.blog-section-details.track-form .blog-content ul {
        margin-top: 5px;
    /* padding: 0 0; */
    list-style: decimal;
    font-size: 18px;
    margin-bottom: 0;
}
.blog-section-details.track-form .blog-content ul li span {
    font-size: 18px;
}
.blog-section-details.track-form .blog-content p {
    color: #3C3C3C;
    text-align: justify;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
}
.blog-section-details.track-form .blog-content ol {
    list-style: disc;
    padding: 10px 0;
    margin-bottom: 0;
}
@media (max-width: 992px) {
.blog-section-details.track-form .blog-content h3 {
    width: 100%;
}
.blog-section-details.track-form .detail-title {
    width: 100%;
    font-size: 28px;
    line-height: 44px;
}
.blog-section-details.track-form .blog-content h2 {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
}
.blog-section-details.track-form .blog-content h3 {
    font-size: 22px;
    width: 100%;
    padding: 0 0;
}
.blog-section-details.track-form .blog-content h3 span {
    font-size: 22px;
}
.blog-section-details.track-form .blog-content h2 {
    line-height: 38px;
}
.blog-section-details.track-form .blog-content p {
        line-height: 30px;
}
	.detail-description-section .main-content .sub-section {
    padding-bottom: 10px !important;
}
}
@media (max-width: 768px) {
.detail-description-section .main-content .desc h3 {
    font-size: 23px !important;
    line-height: 36px !important;
	padding-bottom: 0 !important;
}
}
@media (max-width: 480px) {
    .blog-section-details.track-form .blog-content h3 {
        font-size: 19px !important;
        line-height: 32px !important;
    }
    .blog-section-details.track-form .blog-content p {
    font-size: 16px !important;
    }
	    .detail-description-section .main-content .desc h3 {
        font-size: 18px !important;
        line-height: 27px !important;
        padding-bottom: 0 !important;
    }
	.detail-description-section .main-content .desc p img {
    padding-top: 10px;
    padding-bottom: 10px;
}
	.detail-description-section .main-content .title {
    font-size: 25px !important;
    line-height: 34px !important;
}
}

.admin-img {
    width: 80px;    
    height: 80px;       
    border-radius: 50%; 
    object-fit: cover;
    display: block;
}
.dummy-blog .custom-card .overlay-content {
	background-color: #ffefe9f2 !important;
	
}
.dummy-blog .custom-card .overlay-content .date {
	color: #323232 !important;
}
.dummy-blog .custom-card .overlay-content h5 { 
	    color: #020202 !important;
}
.author-box.d-flex {
	    align-items: flex-start;
  padding-top: 45px;
    border-top: 1px solid #dedede;
    margin-top: 65px;
}
.admin-logo {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-right: 15px;
    align-items: flex-start;
}

.desc ul li {   list-style: disc;}