* {
    padding: 0;
    margin: 0;
}

p,
ul,
li,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    line-height: 1.4;
}

body {
    font-family: 'Oswald', sans-serif;
}

ul {
    list-style: none;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.header-logos .container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.header-logos .container ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.main-title {
    background-color: #212529;
    padding: 28px 0;
}

section.main-title h1 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

section.main-title p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

section.education-sec {
    /* padding: 50px 0; */

    padding-bottom: 35px;
}
.btn-custom-taskbook{
    display: inline-block;
  font-weight: 400;
  
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  
  padding: .170rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background: #ff661f;
  color: #fff;
  text-transform: uppercase;
  border: 3px solid #ffa423;
  margin-top:10px;
  margin-left:10px;
}
.education-content p {
    color: #212529;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.36px;
    margin-bottom: 30px;
}

.education-inner-content span {
    color: #212529;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    display: block;
}

.education-inner-content ul li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

.education-inner-content ul li:last-child {
    margin-bottom: 0;
}

.education-inner-content ul li::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #FF661F;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.education-inner-content ul li a {
    color: #FF661F;
    font-family: Oswald;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-decoration-line: underline;
}

section.new-one-table-warpper .container table {
    background-color: #F0F0F0;
    border-spacing: 5px;
    border-collapse: unset;
    height: 100%;
}

section.new-one-table-warpper table td,
section.new-one-table-warpper table th {
    min-width: 150px;
    width: 150px;
    /* word-break: break-all; */
    word-break: break-word;

    padding: 15px;
    font-size: 18px;
}

section.new-one-table-warpper table th {
    /* background-color: #FF661F;
    color: #fff; */
    max-width: 120px;
    min-width: 105px;
    border: 0;
    background-color: #FF661F;
    color: #fff;
    /* text-align: left; */
    text-align: center;

    padding: 10px;
    font-size: 18px;
    font-weight: 700;
}

section.new-one-table-warpper table td {
    background-color: #fff;
    vertical-align: top;

}

section.new-one-table-warpper table td.phase-title-wrapper {
    /* text-align: center;
    background-color: #FF661F;
    color: #fff; */
    color: #FF661F;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    background: rgba(255, 102, 31, 0.10);
    padding: 15px 10px;
}

section.new-one-table-warpper table td.td-inner-table {
    padding: 0;
}

section.new-one-table-warpper {
    width: 100%;
    /* overflow-x: auto; */
}


section.new-one-table-warpper table td a {
    font-size: 16px;
    color: #FF661F;
}

section.new-one-table-warpper thead {
    position: sticky;
    right: 0;
    /* top: 0; */
    top: 95px;

    left: 0;
    width: 100%;
}

section.new-one-table-warpper .container {
    position: relative;
    /* height: 800px; */
    /* overflow-y: auto; */
    /* margin-bottom: 100px; */
    margin-bottom: 50px;

}

section.new-one-table-warpper .container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

section.new-one-table-warpper .container::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

section.new-one-table-warpper .container::-webkit-scrollbar-thumb {
    background-color: #FF661F;
}

@media (min-width: 768px) and (max-width: 1024px) {

    section.new-one-table-warpper {
        width: 100%;
        /* overflow-x: auto; */
    }
    section.new-one-table-warpper .container {
        position: relative;
        /* height: 800px; */
        /* overflow-y: auto; */
        margin-bottom: 100px;
    }

    section.new-one-table-warpper .container {
        /* height: 700px; */
    }
    section.new-one-table-warpper table td{
        font-size:14px
    }

    section.new-one-table-warpper table td a{
        font-size:14px
    }

    section.new-one-table-warpper table th{
        font-size: 16px;
    }

    section.new-one-table-warpper table td.phase-title-wrapper{
        font-size: 16px;
    }

    .education-inner-content span{
        font-size:16px;
        margin-bottom:0px;
    }

    section.new-one-table-warpper thead {
        position: sticky;
        right: 0;
        top: 95px;
        left: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    section.new-one-table-warpper .container {
        position: relative;
        height: 80VH;
        overflow-y: auto;
        margin-bottom: 100px;
    }

    section.new-one-table-warpper table td{
        font-size:14px
    }

    section.new-one-table-warpper table td a{
        font-size:14px
    }

    section.new-one-table-warpper table th{
        font-size: 16px;
    }

    section.new-one-table-warpper table td.phase-title-wrapper{
        font-size: 16px;
    }

    .education-inner-content span{
        font-size:16px;
        margin-bottom:0px;
    }

    section.new-one-table-warpper thead {
        position: sticky;
        right: 0;
        top: 0;
        /* top: 90px; */
        left: 0;
        width: 100%;
    }
}

section.other-helpfull-sec{
    margin-bottom: 30px;
}