*{padding: 0px;margin: 0px;box-sizing: border-box;}
body {font-family: "Poppins", sans-serif;}
.bg-dark-custom {background-color: #0d0d0d;}
.text-wt-green {color: #fa4601;}
.btn-wt-green { background-color: #39b54a; color: white; border: none; font-weight: 600; padding: 10px 25px; }
.btn-wt-green:hover { background-color: #2d8f3a; color: white; }
.container {
    max-width: 80%;
}
img {max-width: 100%;}
h1 {
    font-size: 64px;
    line-height: 1.2;
    font-weight: 700;
}
h2 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 600;
}
h2 span {
    color: #fa4601;
}
.shortheading {
    padding: 0 22%;
}
.commonbutton {
    background-color: #fa4601;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin: 0 15px 0 0;
    border: 2px solid #fa4601;
    transition: .3s ease-in-out all;
}
.commonbutton:hover {
    background-color: #255AA8;
    color: #fff;
    border-color: #255AA8;
}
.linebtn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.linebtn:hover {
    background-color: #255AA8;
    color: #fff;
    border-color: #255AA8;
}

.secpadding {
    padding: 80px 0px 80px;
}
.secpadding1 {
    padding: 40px 0px 80px;
}
.shortpadding {
    padding: 40px 0px 40px;
}
/* Hero Section */
.hero-section {
    background-image: url(../images/karmick-landing-banner.png);
    background-position: 0 center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}
.subtext {
    padding: 16px 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 30px;
    width: max-content;
    font-weight: 500;
    list-style: none;
    display: flex;
    align-items: center;
}
.subtext i {
    font-size: 18px;
    margin: 0 5px 0 0;
    color: #fa4601;
}
.banner-curve{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.bannerbttext {
    position: absolute;
    bottom: 64px;
    right: -2px;
    background: #fa4601;
    padding: 18px 30px;
    font-size: 19px;
    transform: rotateZ(-4.7deg) skewX(-5deg);
    font-weight: 600;
    width: 51%;
    border-radius: 7px 0 0 7px;
}
.subtext span {
    display: inline-block;
    margin: 0 12px;
}
.banner-curve svg{
  display: block;
  width: 100%;
  height: 120px;
}
.bannerimage {
    position: relative;
    bottom: -40px;
}
.banner-curve path{
  fill: #ffffff;
}
.countdown-box {
    background-image: linear-gradient(135deg, #255AA8, #08204c);
    color: white;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    min-width: 200px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.countdown-number {
    font-size: 50px;
    font-weight: 600;
    display: block;
}

/* Feature Cards */
.feature-card { border: none; border-bottom: 3px solid #eee; transition: 0.3s; }
.feature-card:hover { border-bottom-color: #39b54a; }

/* Leadership Cards */
.leader-card img { border-radius: 10px; filter: grayscale(20%); }

/* Footer Promo */
.promo-banner {
background: url('https://via.placeholder.com/1920x600/111/fff') center/cover;
padding: 100px 0;
color: white;
}
.talkingtreesec {background-image: url(../images/globe-back.jpg);background-position: center center;background-repeat: no-repeat;background-size: cover;}
.badge {
    display: inline-block;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
    background-image: linear-gradient(135deg, #255AA8, #08204c);
}
.talkingtreeimg {position: relative;}
.talkingtreeimg .talkgroupimg {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
.takicon {
    width: 60px;
    margin: 0 0 8px;
}
.talkingbox {
    background: #ffffff85;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #d5d5d5;
    height: 100%;
}
.talkingbox h3 {
    font-size: 20px;
    font-weight: 600;
}
.talkdescbox {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0px 0px 34px 0px rgb(145 145 145 / 11%);
    height: 100%;
}
.talkdescbox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}
.talkhdng span {
    display: inline-block;
    color: #fa4601;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
    border: 2px solid #fa4601;
}
.talkhdng {
    display: flex;
    align-items: center;
    padding: 6px 0px 15px;
}
.talkhdng h4 {
    margin: 0px;
    padding: 0 0 0 20px;
    font-size: 22px;
    font-weight: 600;
}
.showcasesec {
    background-image: url(../images/showcasebanner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.showcaseslide {
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
.showcaseslide img {
    width: auto !important;
    margin: 0 auto 15px;
}
.showcaseslide h3 {
    font-size: 20px;
    line-height: 1.3;
}
.linkbtn {
    color: #fa4601;
    font-weight: 500;
    text-decoration: none;
}
.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    display: inline-block;
    margin: 0px 4px;
    border-radius: 50%;
}
button.owl-dot.active {
    background: #fa4601 !important;
}
.infosec {
    background-image: linear-gradient(135deg, #255AA8, #08204c);
}
ul.infoseclist {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.infoseclist li {
    padding: 25px 24px;
    width: 25%;
    border-right: 1px solid #316fd3;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}
ul.infoseclist li:nth-last-child(1) {
    border-right: 0px;
}
ul.infoseclist li img { 
    margin-bottom: 15px;
}
.teamtext {
    text-align: left;
    padding: 0 65px 0 0;
    position: relative;
}
.teamtext a {
    position: absolute;
    top: 0;
    right: 6px;
    width: 37px;
    height: 37px;
}
.teamtext a img {
    width: 100%;
}
.teamtext h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 4px;
}
.promo-banner {
    background-image: url(../images/footer-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.promocard {
    background: #ffffff;
    color: #000;
    display: flex;
    padding: 28px;
    border-radius: 18px;
    align-items: center;
    margin: 0 0 16px;
}
.promocard img {
    margin-right: 16px;
}
.promocardtext h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 4px;
}
.promocardtext p {
    font-size: 16px;
    color: #6c757d;
    margin: 0px;
}
.promo-bannerinner h2 {
    margin: 0 0 15px;
}
.promo-bannerinner p {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0 30px;
}
.promocards {
    margin: 65px 0 0;
}
.modal-content {
    background: transparent;
}
.modal-body {
    background: transparent;
    padding: 0px;
    border: 12px solid #fa4601;
    border-radius: 12px;
}
.btn-close {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fa4601;
    opacity: 1;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 0 8px;
    z-index: 1;
}
.btn-close img {
    width: 100%;
}
.studentsec {

    position: absolute;

    left: -30px;

    top: -27px;

    background: #fff;

    padding: 20px;

    border-radius: 15px;

    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);

    display: flex;

    justify-content: space-between;

    align-items: center;

    animation: translateX2 2s infinite alternate;

    font-size: 14px;

}
 .studentsec div {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    padding-left: 13px;
    padding-top: 4px;
    color: #5e5e5e;
}
 .studentsec div span {
    display: block;
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.gifanni {

    width: 45px;

    position: absolute;

    left: -38px;

    top: -26px;

}
.gifanni img {
    width: 32px;
}
@keyframes translateX2{
	0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translatX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.boothbadge {
    padding: 11px 0;
    border-radius: 10px;
    font-weight: 600;
    list-style: none;
    display: flex;
    align-items: center;
    color: #fa4601;
    font-size: 30px;
    width: 100%;
    text-transform: uppercase;
}
.showcaseslide img {
    width: 110px !important;
}
.modal-dialog {
    max-width: 620px !important;
}



@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 95%;
    }
    .hero-section {
        padding-bottom: 130px;
    }
    .bannerbttext {
        bottom: 50px;
        right: -2px;
        width: 70%;
    }
    h1 {
        font-size: 56px;
    }
    h2 {
        font-size: 40px;
    }
    .bannerimage {
        bottom: -68px;
    }
    .talkingbox {
        height: 100%;
    }






}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .container {max-width: 95%;}
    h1 {
        font-size: 50px;
    }
    .banner-curve {
        bottom: -20px;
    }
    .hero-section {
        padding-bottom: 120px;
    }
    .bannerbttext {
        bottom: 46px;
        right: -27px;
        transform: rotateZ(-6.7deg) skewX(-6deg);
        width: 80%;
    }
    .bannerimage {
        bottom: -72px;
    }
    .promocard {
        padding: 22px;
        align-items: flex-start;
        height: 85%;
    }
    .promocard img {width: 59px;}
    .promocardtext p {
        font-size: 16px;
    }




}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {max-width: 95%;}
    .secpadding {
        padding: 60px 0px 60px;
    }
    .hero-section {
        padding-top: 50px;
    }
    .bannerimage {
        bottom: -75px;
    }
    .bannerbttext {
        bottom: 40px;
        width: 90%;
    }
    .countdown-box {
        min-width: 48%;
    }
    .talkingbox {
        height: 100%;
    }
    .talkdescbox {
        padding: 15px;
    }
    .talkhdng {
        display: block;
    }
    .talkhdng h4 {
        padding: 15px 0 0 0px;
    }
    ul.infoseclist {
        align-items: unset;
    }
    ul.infoseclist li {
        font-size: 18px;
        text-align: center;
    }
    .teamtext {
        padding: 0 0px 0 0;
    }
    .teamtext a {
        top: -60px;
        right: 10px;
    }
    .teamssec .col-md-3 {
        margin-bottom: 0px !important;
    }
    .promocard {
        display: block;
        height: 90%;
    }
    .promocard img {
        width: 50px;
        margin-bottom: 15px;
    }






}
@media screen and (max-width: 767px) {
    .container {max-width: 95%;}
    .subtext {
        width: 100%;
        display: block;
    }
    .subtext span {
        display: none;
    }
    .subtext li {
        margin-bottom: 8px;
        font-size: 15px;
    }
    .banner-curve {
    display: none;
}
.hero-section {
    padding-bottom: 0px;
}
.bannerimage {
    bottom: 0px;
}
.bannerbttext {
    font-size: 19px;
    transform: none;
    width: 100%;
    text-align: center;
    bottom: 0;
    right: 0;
    border-radius: 0px;
}
h1 {
    font-size: 46px;
    line-height: 1.4;
}
h2 {
    font-size: 36px;
}
.talkdescbox {
    height: auto;
    margin-bottom: 26px;
}
.secpadding {
    padding: 40px 0px 40px;
}
.promo-banner {
    padding: 40px 0;
}
ul.infoseclist {
    flex-wrap: wrap;
}
ul.infoseclist li {
    width: 50%;
    border-bottom: 1px solid #316fd3;
    text-align: center;
    min-height: 190px;
}
ul.infoseclist li {
    font-size: 16.5px;
}
ul.infoseclist li:nth-child(2) {
    border-right: 0px;
}
.countdown-box {
    min-width: 45%;
}
.commonbutton {
    margin-bottom: 10px;
}
.shortheading {
    padding: 0 0%;
}


}

@media screen and (max-width: 480px) {
    .studentsec div {
        font-size: 14px;
        line-height: 22px;
        padding-top: 0px;
    }
    .studentsec div span {
        font-size: 20px;
    }
    .studentsec {
        left: 22px;
        top: -32px;
    }
    .bannerimage {
        bottom: 58px;
    }
    .boothbadge {
        font-size: 19px;
    }
    .talkingtreeimg {
        padding-top: 20px;
    }

}

