/*common css*/

body {
    font-family: "Raleway", sans-serif;


}

html {
    scroll-behavior: smooth
}

.paddingbox {
    padding: 40px 0;
}

.applybtn.sticky a {
    display: block;
}

.mobile {
    display: none
}

.owl-dots span {
    width: 10px;
    height: 10px;
    /* background: #333; */
    display: inline-block;
    border-radius: 131px;
    border: solid 1px #8e8e8e;
    background: #8e8e8e;
}

.owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-dot {
    background: transparent;
    border: navajowhite;
    margin: 20px 3px 0;
}

.owl-dot.active span {
    background: #cd5e1a;
}

.owl-dots {
    text-align: center;
    max-width: 140px;
    margin: auto auto 20px;
    padding-left: 30px;
    padding-top: 0;
}


.owl-carousel .owl-nav.disabled {
    display: block !important;
    position: static;
    top: -55px;
    right: 0;
    height: auto;
}


.owl-carousel .owl-nav.disabled span {
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-size: 98px;
    background-position: -19px 2px;
    display: block;
    background-size: 40px;
    border: solid 0px #eee;
    border-radius: 0;
    font-size: 0;
}

.owl-carousel .owl-nav button {
    position: absolute;
    left: -62px;
    right: auto;
    top: 15px;
    background: no-repeat;
}

.owl-carousel .owl-nav .owl-next {
    right: -60px;
    transform: rotate(179deg);
    left: auto;
}

.owl-carousel .owl-nav .owl-prev {
    left: -62px;

}

.owl-carousel .owl-nav .owl-next span {
    right: 0;
    background-image: url("../images/arrow.jpg");
}

.owl-carousel .owl-nav .owl-prev span {
    right: 0;
    background-image: url("../images/arrow.png");
}

.owl-dots span {
    width: 11px;
    height: 11px;
    background: #ffb992;
    display: inline-block;
    border-radius: 80px;
    border: solid 1px #ffb992;
}

.owl-dot {
    background: transparent;
    border: navajowhite;
    margin: 20px 5px 0;
}

.owl-dot.active span {
    background: #cd5e1a;
}

.heding h2 {
    margin: 0;
    font-size: 27px;
}

.heding p {
    font-size: 22px;
}

p {
    font-size: 15px;
    font-weight: 500;
    color: #595959;
}

/*  form css */
.form-sec {
    position: fixed;
    top: 2%;
    right: 46px;
    width: 323px;
    background: #eaa954;
    padding: 20px 20px;
    z-index: 9;
    border-radius: 0;
}

.adm-txt {
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.input {
    border: 0.5px solid #fff;
    padding: 0 10px;
    height: 33px;
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
    color: #2d2d2d;
    background: #eee;
}

.sbt {
    border-radius: 0;
    padding: 8px 20px;
    background: #ffffff;
    color: #834817;
    font-weight: bold;
    text-transform: uppercase;
    margin: 3px auto 0;
    width: 140px;
    display: inherit;
    border: none;
}

.form-sec.sticky {
    right: -1450px;
    position: fixed;
}

.form-sec .form-group {
    position: relative
}

.form-sec .form-group.email::before {
    background-position: -3px -57px;
    width: 30px;
}

.form-sec .form-group.Mobile::before {
    background-position: -4px -103px;
}

.form-sec .form-group.Stream::before {
    background-position: 1px -150px;
    width: 35px;
}

.form-sec .form-group.State::before {
    background-position: 1px -161px;
    top: 5px;
    height: 25px;
    width: 33px;
    background-size: 30px;
}

.form-sec .form-group.City::before {
    background-position: -3px -242px;
    top: 5px;
    height: 21px;
}

.applybtn a {
    position: fixed;
    right: -53px;
    transform: rotate(90deg);
    background: #cd5e1a;
    top: 50%;
    color: #fff;
    padding: 8px 15px 9px;
    text-transform: uppercase;
    font-size: 19px;
    margin-top: -60px;
    cursor: pointer;
    z-index: 9;
    text-decoration: none;
    display: none;
    border-radius: 0 0 13px 15px;
    font-weight: 600;
    display: none;
}

.term.text-muted label {
    color: #fff;
}





header {
    padding: 25px 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}

.img-fluid.logo {
    width: 191px;
    margin: 0 0px 0 -30px;
}

.banner-img {
    position: relative;
    /*    background-image: url("../images/main-banner.jpg");*/
    background-size: cover;
    color: #000;
}

.banner-text {
    position: absolute;
    top: 40%;
    z-index: 9;
    transform: translateY(0%);
    left: 0;
    width: 100%;
}

.banner-text h1 {
    color: #201d1d;
    font-size: 35px;
    line-height: 48px;
    font-weight: 700;
    max-width: 490px;
    margin-bottom: 20px;
}

.box-text {
    /* width: 368px; */
}

.callf a {
    border: none;
    color: #333;
    padding: 15px 49px 15px 19px;
    margin-top: 20px;
    display: inline-block;
    background: transparent;
    background-size: 18px;
    font-size: 16px;
    text-decoration: none;
    border: solid 1px #cd5e1a;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    margin-right: 10px;
    transition: all 0.3s;
}

.box-text p {
    font-weight: 500;
    font-size: 16px;
    border-top: solid 2px;
    padding: 10px 0 0;
    margin-top: 20px;
    color: #fff;
}

.box-text label {
    color: #fff;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    margin: 0 0 14px;
}

.box-text label:before {
    content: "";
    width: 70px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -5px;
}

.heading h2 {
    font-size: 37px;
    color: #642b0a;
}


/**************/

.banner-text h1 span {
    color: #cd5e1a;
}

.callf a span {
    position: absolute;
    right: 10px;
    width: 24px;
}

.callf a:hover {
    background: #cd5e1a;
    color: #fff;
}

/* Top Section */
.top-section {
    background: #eaa954;
    padding: 40px 40px;
}

.top-section h2 {
    margin-bottom: 20px;
    color: #642b0a;
}

.Stakeholders {
    margin-top: -90px;
    position: relative;
    z-index: 9;
}

/* Stakeholders */
.stakeholders {
    padding: 40px 0;
}

.section-title {
    color: #d36c1c;
}

.section-title span {
    color: #eaa954;
}

.card-box {
    /*    background: #ffe0b6;*/
    padding: 30px;
    border-radius: 4px;
    background-image: url(../images/bg2.png);
    background-size: 100%;
}

.card-box img {
    width: 48px;
    margin-bottom: 15px;
    height: 60px;
    object-fit: scale-down;
}

.small-text {
    color: #595959;
    font-size: 14px;
}

/* Impact */
.impact {
    background: #eaa954;
    padding: 40px 40px;
}

.impact h2 {
    color: #642b0a;
}

/* Bottom Section */
.bottom-impact {
    background: #642b0a;
    padding: 40px 40px;
}

.highlight-box {
    background: #eaa954;
    padding: 16px;
    margin-bottom: 15px;
    color: #642b0a;
}

.Educational h2 {
    font-size: 39px;
    font-family: arial;
    font-weight: 700;
    margin: 0;
}

.Educational p {
    color: #000;
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 600;
}

.top-section p {
    color: #000000;
}

.card-box p {
    color: #fff;
    margin: 0;
}

.Educational label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.bottom-impact p {
    color: #fff;
    margin: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1070px;
}

.buildskills ul {
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.buildskills ul li {
    background: #eaa954;
    padding: 33px 33px 15px;
    max-width: 33%;
    transition: all 0.4s;
    transform: scale(0.94);
    margin-bottom: 10px;
}

.buildskills ul li h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-right: 102px;
    margin-bottom: 21px;
}

.buildskills ul li h4:before {
    content: "";
    content: "";
    width: 69px;
    height: 2px;
    background: #cd5e1a;
    position: absolute;
    bottom: -8px;
}

.buildskills ul li p {
    color: #000;
    font-size: 13px;
}

.buildskills ul li:first-child {
    background: no-repeat;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.buildskills ul li:last-child h3 {
    color: #642b0a;
    font-size: 27px;
    padding: 3px 38px 13px 28px;
}

.buildskills ul li:last-child div {
}

.buildskills ul li div {
    padding: 0 0 0 0px;
}

.cta-section p a {
    color: #fff;
}

.buildskills ul li div a {
    color: #642b0a;
    font-weight: 700;
}

.buildskills ul li div img {
    width: 18px;
    margin-left: 6px;
}

/* Workshop Section */
.workshop-section {
    background: #642b0a;
    padding: 140px 0 0;
    margin-top: -160px;
}

.main-heading {
    font-size: 42px;
    margin-bottom: 20px;
}

.light-text {
    color: #ff8c1a;
}

.highlight-text {
    color: #ffa726;
}

/* Feature Box */
.feature-box img {
    width: 50px;
    margin-bottom: 15px;
    height: 40px;
    object-fit: scale-down;
}

.feature-box h5 {
    color: #eaa954;
    font-size: 16px;
    margin-bottom: 10px;
}

.feature-box p {
    color: #ddd;
    font-size: 14px;
}

.line {
    display: block;
    width: 50px;
    height: 2px;
    background: #eaa954;
    margin: 10px 0 15px;
}

.bg2 {
    position: absolute;
    bottom: 0;
    z-index: 0;
    right: 43px;
    width: 490px;
}

.workshop-section > div {
    position: relative;
}

.feature-box {
    position: relative;
    z-index: 2;
}

..workshop-section .row.mt-5.text-left {
    max-width: 82%;
}

/* Section */
.testimonials {
    padding: 40px 0;
}

/* Heading */
.title {
    color: #c96b2c;
    font-size: 36px;
}

.subtitle {
    color: #000;
    font-size: 16px;
}

/* Quote Box */
.quote-box {
    position: relative;
    padding: 26px 60px;
    border-right: 2px solid #c96b2c;
    width: 490px;
}

.quote-box p {
    color: #555;
}

.quote-box .author {
    display: block;
    margin-top: 15px;
    color: #777;
}




/* Video Box */
.video-box {
    position: relative;
}

.video-box img {
    width: 140px !important;
    height: 140px;
    /* max-width: 100%; */
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fffffffa;
    border-radius: 50%;
    padding: 9px 14px;
    font-size: 10px;
    cursor: pointer;
    color: #642b0a;
}

.Thinking p {
    font-size: 13px;
}

span.one {
    width: 40px;
    padding: 6px;
    display: inline-block;
    position: absolute;
    left: -45px;
    top: -20px;
}

.quote-box.left-quote {}

span.one.two {
    right: 20px;
    left: auto;
    top: auto;
    bottom: -30px;
}

.quote-box p {
    position: relative;
}

span.author {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
}

.testimonials .heading h2 {
    color: #642b0a;
}

.quote-box.right-quote {
    border-right: none;
    border-left: 2px solid #c96b2c;
}

.col-md-6.d-flex.align-items-center {
    padding-left: 73px;
}

.owl-carousel .owl-nav.disabled {
    display: none !important;
}

/* CTA Section */
.cta-section {
    background-image: url(../images/BuildingBg.png);
    padding: 60px 0;
}

.cta-title {
    color: #eaa954 !important;
    margin-bottom: 15px;
}

.cta-subtitle {
    color: #ccc;
    font-size: 16px;
}

/* Headings */
.cta-heading {
    color: #eaa954;
    margin-bottom: 20px;
}

/* Icons */
.icon {
    margin-right: 10px;
    color: #ffa726;
    position: absolute;
    left: 0;
    top: 0;
}

/* Buttons */
.cta-buttons .btn {
    padding: 8px 22px;
    font-size: 19px;
    border-radius: 8px;
    margin: 10px;
    font-weight: 700;
}

.primary-btn {
    background: #cd5e1a;
    color: #fff;
    border: 2px solid #d8651c;
}

.primary-btn:hover {
    background: #c45518;
    color: #fff;
}

.outline-btn {
    border: 1px solid #ffa726;
    color: #ffa726;
    background: transparent;
}

.outline-btn:hover {
    background: #d8651c;
    color: #fff;
    border-color: #d8651c;
}

.cta-section p {
    color: #fff;
    position: relative;
    padding-left: 30px;
}

span.icon img {
    width: 21px;
    height: 21px;
    object-fit: scale-down;
}

.cta-buttons img {
    width: 24px;
    margin-left: 20px;
}

.padding-0 {
    padding-left: 0px !important
}

.bottom-impact h2 {
    color: #eaa954;
}

.Educational h2 {
    font-size: 42px;
}

.stakeholders .container,
.buildskills .container {
    padding: 0 56px !important;
    position: relative;
}

.banner-text > div {
    padding: 0 56px !important;
}

.workshop-section .container,
.cta-section .container {
    padding: 0 63px !important;
}

.testimonials .container {
    padding: 0 63px !important;
}

.owl-carousel .owl-dots.disabled {
    display: none;
}

.row.Educational {
    padding-left: 40px;
}

.highlight-box p {
    color: #642b0a;
}

.highlight-box h5 {
    font-weight: 700;
}

.desktop {
    display: block !important
}

.mobile {
    display: none !important
}

.buildskills ul li:last-child {
}

.datashow {
    position: absolute;
    display: none;
    top: 20px;
    width: 100%;
    max-width: 90%;
    background: #642b0a;
    z-index: 9;
    padding: 30px;
    transform: translateX(-50%);
    left: 50%;
    color: #fff;
    font-size: 12px;
}

.datashow p {
    color: #fff;
    font-size: 14px;
}



.datashow h4 {
    font-weight: bold;
    color: #eaa954;
    margin-bottom: 12px;
    font-size: 22px;
}

.bg {

    background: #ffff;
    display: none;

    position: fixed;

    left: 0;

    top: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    z-index: 9;

    opacity: 0.7;
}

.closebtn {
    color: #fff;
    font-size: 20px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 10px;
    font-weight: 700;
    width: 30px;
    text-align: center;
}
.datashow .box {
    margin-bottom: 12px;
    border-top: solid 1px #fff;
    padding-top: 10px;
}






li {}
