:root {
    --themecolor: #002147;
    --orangecolor: #e25f30;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: black;
    scroll-behavior: smooth;
}

.dark-mode {
    background-color: black;
    color: white;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
a{
    text-decoration: none;
}
a:hover{
    color: var(--orangecolor);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

html,body
 {
    height: 100%;
}
.heading-style{
    position: relative;
    margin: 0;
    padding-top: 42px;
    padding-bottom: 19px;
}
.font-32{
    font-size: 32px !important;
}
.heading-style h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;

}
.heading-style span{
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
    opacity: .06;
    position: absolute;
    bottom: 22px;
    color: #333;
    text-transform: uppercase;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.orange-txt{
    color: var(--orangecolor);
}
.dark-mode {
    background-color: black;
    color: rgb(252, 227, 6);
}
.mt-90{
    margin-top: 90px;
}
.header-fixed{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 111;
    background: #fff;
    box-shadow: 0px 3px 16px rgb(0 0 0 / 44%);
}
.content-wrapper{
    margin-top: 172px;
}
.pb-80{
    padding-bottom: 80px !important;
}
/*-----------------Topbar Style css ---------------*/
.topbar-bg {
    background: var(--themecolor);
    padding: 8px 20px;
}

.topheader-fix {
    position: fixed;
    width: 100%;
    z-index: 111;
    background: #fff;
    top: 0;
}

.topheader-logotxt {
    font-size: 14px;
    color: #265186;
    font-weight: 600;
}
.header-logo {
    height: 60px;
}
.navbarbg {
    background: var(--themecolor);
}

.logo-txt {
    font-size: 18px;
    color: #52bfd2;
    font-weight: 500;
    line-height: 22px;
}

.logo-txt:hover {
    text-decoration: none;
    color: #52bfd2;
}

.topheader-fonttxt {
    padding: 5px;
    border: 1px solid #fff;
    color: #fff;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    font-size: 12px;
    text-decoration: none;
}

.topheader-fonttxt:hover {
    background: var(--orangecolor);
    color: #fff;
    text-decoration: none;
}

.topheader-whitebox {
    height: 20px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #000;
    margin-left: 5px;
}

.topheader-blackbox {
    height: 20px;
    width: 18px;
    background-color: #000;
    border: 1px solid #000;
    margin-left: 5px;
}

.search-container {
    margin-left: 9px;
    position: relative;
}

.search-container input[type=text] {
    padding: 6px;
    margin-top: 0px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 27px;
    height: 24px;
}

.search-container input[type=text]:focus-visible {
    outline: unset;
}

.search-container button {
    padding: 2px 10px;
    background: #fff0;
    font-size: 15px;
    color: #265186;
    border: none;
    position: absolute;
    right: 0;
}

.search-container button:hover {
    background: unset;
}
.topbar-logo-txt {
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}
.topbar-logo-txt:hover{
    color: var(--orangecolor);  
}
.skip-main-content-txt{
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}
.skip-main-content-txt:hover{
    color: var(--orangecolor);
}

.facbook-icon {
    margin-right: 8px;
    height: 25px;
    width: 25px;
    background: #092c76;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.facbook-icon:hover {
    color: #fff;
    text-decoration: none;
    background: var(--orangecolor);
}

.twitter-icon {
    margin-right: 8px;
    height: 25px;
    width: 25px;
    background: #00acee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.twitter-icon:hover {
    color: #fff;
    text-decoration: none;
    background: var(--orangecolor);
}

.instagram-icon {
    margin-right: 8px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(to right, #d65f11, #8a3ab9);
    text-decoration: none;
    font-size: 12px;
}

.instagram-icon:hover {
    color: #fff;
    text-decoration: none;
    background: var(--orangecolor);
}
/*-----------------Topbar Style css ---------------*/
/*-----------------logo and navigation Style css ---------------*/
.header-logo-txt{
    text-decoration: none;
}
.header-logo-txt span{
    font-size: 15px;
    color: #00aec2;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 17px;
    text-transform: capitalize;
}
.header-logo-txt span:last-child{
    font-size: 13px;
    color: #00aec0;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
/*-----------------logo and navigation Style css ---------------*/
/*------------ Banner Section Style css -----------------*/
#bannerslider .carousel-indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.banner-txt-pos{
    position: absolute;
    top: 25%;
    left: 10%;
}
.banner-img-hght{
    height: 70vh;
}
.banner-txt-pos h3{
    font-size: 54px;
    color: #fff;
    font-weight: 800;
}
.banner-txt-pos p{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.banner-txt-pos p:nth-child(3){
    font-size: 18px;
}
.banner-txt-pos p:nth-child(4){
    font-size: 20px;
    font-style: italic;
    color: #e65f30;
    text-align: right;
}
/*---------Sqaa Framework section style css--------------------------------------*/
.sqaa-framework-box{
    color: #fff;
    padding: 30px;
    text-align: center;
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sqaa-framework-box:hover {
    background-image: linear-gradient(42deg, #08b1c4, transparent);
}
.sqaa-framework-box:hover .framework-icon{
    margin-top: -11px;
} 
.sqaa-framework-para{
    font-size: 14px;
    line-height: 22px;
    margin-top: 22px;
    margin-bottom: 0px;
}
.sqaa-framebox-1{
    background: #002147;
   
}
.sqaa-framebox-1 .framework-icon{
    background: #002147;
}
.sqaa-framebox-2{
    background: #073b77;
   
}
.sqaa-framebox-2 .framework-icon{
    background: #073b77;
}
.sqaa-framebox-3{
    background: #18579f;
   
}
.sqaa-framebox-3 .framework-icon{
    background: #18579f;
}
.sqaa-framebox-4{
    background: #4085d5;
   
}
.sqaa-framebox-4 .framework-icon{
    background: #4085d5;
}
.framework-icon{
    width: 80px;
    height: 80px;
    /* background: #002147; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -48px;
    border: 2px solid #fff;
    transition: .3s;
}
.introducation-para{
    text-align: justify;
    font-size: 16px;
    padding: 0 18px 0px 0px;
}
/*---------Sqaa Framework section style css--------------------------------------*/
/*---------Objective section style css--------------------------------------*/
.objective-sec-bg{
    background: url(../images/objective.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left;
    height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-icon{
    color: var(--orangecolor);
    font-size: 20px;
}
.img-border-box {
    height: 331px;
    width: 449px;
    position: relative;
    background: #173f5f;
    border-radius: 20px;
}

.img-border-box img {
   height: 313px;
     position: absolute;
    left: 64px;
    top: 56px;
    border-radius: 20px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
/*---------Objective section style css--------------------------------------*/
/*---------approch and impact section style1 css--------------------------------------*/
.approch-impact-sec-bg{
    background-color: #f5f5f5;
    padding: 30px 0px;
}
.approach-impact-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: var(--themecolor);
}
.approach-impact-title span{
    color: var(--orangecolor);
}
.approach-heading-para{
    font-size: 22px;
    color: var(--themecolor);
    font-weight: 500;
    line-height: 27px;
}
.impact-icon{
    height: 100px;
    width: 100px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.impact-icon svg {
    height: 55px;
    width: 55px;
}
.impact-inner-title{
    font-size: 18px;
    margin: 16px 0px;
    text-align: center;
}

/*---------approch and impact section style css--------------------------------------*/
/*---------approch and impact section style2 css--------------------------------------*/
.approachimpact-slide {
    text-align: center;
    border: 1px solid #f3f3f3;
    border-radius: 100%;
    height: 300px;
    width: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 26px 34px;
}
.approachimpact-slide h6 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 18px;
    color: var(--themecolor);
    font-weight: 800;
    line-height: 25px;
}
.approachimpact-slide p {
    font-size: 14px;
    margin-top: 14px;
}
#approch-impact .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: unset;
}
#approch-impact .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: unset;
}
#approch-impact .swiper-button-next{
    background: var(--themecolor);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
}
#approch-impact .swiper-button-prev{
    background: var(--themecolor);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
}
.approachimpact-slide:hover {
    box-shadow: 1px 3px 9px rgb(0 0 0 / 33%);
}
#approch-impact{
    padding-bottom: 55px;
}
#approch-impact .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
}
#approch-impact .swiper-pagination-bullet-active{
background: var(--themecolor);
}
/*---------approch and impact section style2 css--------------------------------------*/

/*------------ Domain Section Style--------*/

.domains-box svg{
    height: 600px;
}
/* .domain-inner-box {
    border-radius: 56% 44% 25% 75% / 58% 70% 30% 42%;
    border: 1px dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 135px;
    margin-bottom: 7px;
}
.d-inner-box {
    width: 120px;
    height: 120px;
    background: var(--themecolor);
    border-radius: 56% 44% 25% 75% / 58% 70% 30% 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.domain-process {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.domain-process p{
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}
.d-inner-box img {
    height: 53px;
}
.d-inner-box span {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #caeef2;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    color: var(--themecolor);
    box-shadow: 0px 3px 26px rgb(0 0 0 / 44%);
    z-index: 1;
    transition: all .5s ease;
} */
/*------------ Domain Section Style--------*/
/*-------------Process Section Style--------------------*/
.process-block .inner-box {
    position: relative;
    display: block;
}
.process-block .inner-box .arrow {
    position: absolute;
    top: 70px;
    right: -62px;
    width: 103px;
    height: 15px;
    /* background: url(../images/arrow-1.png); */
    background-repeat: no-repeat;
}

.process-block .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border: 2px dashed rgb(7 59 119);
    border-radius: 50%;
    margin-bottom: 25px;
    padding: 8px;
}
.process-block .inner-box .icon-box .icon {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 130px;
    background: #e0eaf8;
    font-size: 60px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all .5s ease;
}
.process-block .inner-box .icon-box .icon svg {
    fill: #4085d5;
    height: 50px;
    width: 50px;
}
.inner-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.process-block .inner-box .icon-box .icon:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(0,0);
    z-index: -1;
    border-radius: 50%;
    transition: all .5s ease;
}
.process-block .inner-box .icon-box span {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 600;
    color: #222;
    z-index: 1;
    transition: all .5s ease;
    box-shadow: 0px 3px 26px rgb(0 0 0 / 44%);
}
.process-block .inner-box h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 20px;
}
/*-------------Process Section Style--------------------*/
/*-----------footer section css---------*/
.footer-sec-bg {
    background: linear-gradient(0deg, rgb(0 33 71 / 90%), rgb(0 33 71 / 78%)), url(https://cbseacademic.nic.in/sqaa/images/bg_pattem.jpg);
    padding: 30px;
    margin-top: 45px;
}
.footer-bg{
    background-color: var(--themecolor);
    padding: 10px;
    border-top: 1px solid #fff;
}
.footer-bg p{
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.footer-logo{
    height: 232px;
}
.footer-title{
    font-size: 20px;
    margin-bottom: 20px;
}
.footer-para{
    font-size: 14px;
    color: #fff;
}
.footer-para p{
    font-size: 15px;
}
.list-style-type-none{
    list-style-type: none;
}
.visitor-txt{
    font-size: 18px !important;
    font-weight: 500;
    margin-right: 21px;
}
.visitor-count{
    font-size: 18px;
    background: var(--orangecolor);
    padding: 6px 16px;
    letter-spacing: 3px;
    font-weight: 500;
}
.footer-logo-txt{
    color: #fff;
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 600;
}
/*-----------footer section css---------*/
@keyframes w3-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.w3-spin {
    animation: w3-spin 2s infinite linear;
}
.inner-page-header-bg {
    background: linear-gradient(0deg, rgb(0 33 71 / 90%), rgb(0 33 71 / 88%)), url(https://cbseacademic.nic.in/sqaa/images/inner-banner.jpg);
    background-size: cover;
    padding: 84px;
    min-height: 225px;
    background-position: bottom;
}
.inner-page-title{
    margin-bottom: 0px;
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}
.video-galllery-img {
    height: 213px;
    width: 100%;
    box-shadow: 9px 12px 38px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.video-img-overlay {
    /* background-image: linear-gradient(315deg,#ff4e00 0,#193759 74%); */
    background-image: linear-gradient(315deg,#000000 0,#000000 74%);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .7;
    border-radius: 10px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.popup-videos {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 90px;
    padding: 0;
    margin: 0 auto;
    left: 49%;
    top: 43%;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.popup-videos i {
    text-indent: 5px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    font-size: 30px;
    color: #f8560c;
    position: relative;
}
.popup-videos:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    border: 3px solid #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
}
.popup-videos:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all .2s;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}
.video-title{
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    font-size: 20px;
    color: var(--themecolor);
    margin-bottom: 0px;
}
.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.style-3::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--themecolor);
}
/*---------------- Vision Mission and value page style 1 ---------------*/
.vmv-title{
    font-size: 30px;
    font-weight: 600;
    color: var(--orangecolor);
    margin-bottom: 20px;
    border-bottom: 2px dashed var(--themecolor);
    display: inline-block;
}
.vmv-para{
    font-size: 15px;
    margin-bottom: 6px;
}

/*----------------Standard and organization style here -------------------*/
.standard-oragnization-img{
    height: 450px;
}
#stanard-and-organization .nav-pills .nav-link{
    border-radius: 18px;
    padding: 17px;
    margin-bottom: 20px;
    font-size: 16px;
    width:  288px;
    color: var(--themecolor);
    background: #ddd;
    font-weight: 600;
}
#stanard-and-organization .nav-pills .nav-link.active{
    color: #fff;
    background-color: #173f5f;
}
#stanard-and-organization .tab-content>.tab-pane{
    height: 100%;
    background: #fffdfd;
    padding: 35px 35px;
    box-shadow: 1px 3px 99px rgb(0 0 0 / 14%);
    position: relative;
    margin-left: 40px;
    border-radius: 18px;
}
#Structureaccordion .accordion-button::after{
    background: unset;
    transition: transform .2s ease-in-out;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-size: 26px;
}
#Structureaccordion .accordion-button:not(.collapsed)::after {
    background-image: unset;
    transform: rotate(-180deg);
   
}
#Structureaccordion .accordion-item .accordion-button {
    border-radius: 0;
    background: #173f5f;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 20px;
}
#Structureaccordion .accordion-item {
  
    border: unset;
    margin-bottom: 10px;
}
#Structureaccordion .accordion-body{
    border: 1px solid #e3e3e3;
    padding: 35px 1.25rem;
}
.structure-key-para{
    font-size: 20px;
    color: var(--themecolor);
    font-weight: 500;
    margin-bottom: 30px;
    text-align: justify;
}
/* -------------- Levels css-------------------*/
.ps-timeline-sec {
    position: relative;
    background: #fff;
  }
  .ps-timeline-sec .container {
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
      background: var(--orangecolor);
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      position: absolute;
      top: 130px !important;
      left: 36px !important;
    }
    .ps-timeline-sec .container ol:after {
      background: var(--orangecolor);
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      position: absolute;
      top: inherit !important;
      left: 36px;
    }
    .ps-timeline-sec .container ol.ps-timeline {
      margin: 130px 0 !important;
      border-left: 2px solid var(--themecolor);
      padding-left: 0 !important;
      padding-top: 120px !important;
      border-top: 0 !important;
      margin-left: 25px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li {
      height: 220px;
      float: none !important;
      width: inherit !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
      width: 70px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child {
      margin: 0;
      bottom: 0 !important;
      height: 120px;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
      bottom: 40px !important;
      width: 40% !important;
      margin-left: 25px !important;
      margin-top: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
      width: 100%;
    }
    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
      margin-bottom: 0 !important;
      top: 20px;
      width: 50% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span {
      left: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
      content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
      content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
      content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
      content: none !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
      position: absolute !important;
      bottom: 150px !important;
      width: 30% !important;
      float: left !important;
      margin-left: 35px !important;
      margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
      margin: 0 auto !important;
      width: 80% !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
      position: absolute !important;
      bottom: 115px !important;
      width: 30% !important;
      float: left !important;
      margin-left: 35px !important;
      margin-bottom: 0 !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li p {
      text-align: left !important;
      width: 100% !important;
      margin: 0 auto !important;
      margin-top: 0px !important;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
      width: 60% !important;
      float: right !important;
      right: 0;
      top: -40px;
    }
    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
      width: 60% !important;
      float: right !important;
      right: 0;
      top: -40px;
    }
  }
  .ps-timeline-sec .container ol:before {
    background: var(--orangecolor);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
  }
  .ps-timeline-sec .container ol:after {
    background: var(--orangecolor);
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 269px 0;
    padding: 0;
    border-top: 2px solid var(--themecolor);
    list-style: none;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 25%;
    padding-top: 30px;
    position: relative;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    width: 70px;
    height: 70px;
    margin-left: -25px;
    background: #fff;
    border: 4px solid var(--themecolor);
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    color: var(--orangecolor);
    font-style: normal;
    position: absolute;
    top: -33px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: var(--themecolor);
    width: 2px;
    height: 50px;
    background: var(--themecolor);
    position: absolute;
    top: -50px;
    left: 50%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    color: var(--orangecolor);
    width: 10px;
    height: 10px;
    background: var(--orangecolor);
    position: absolute;
    bottom: 90px;
    left: 43%;
    border-radius: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: var(--themecolor);
    width: 2px;
    height: 50px;
    background: var(--themecolor);
    position: absolute;
    bottom: -50px;
    left: 50%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    color: var(--orangecolor);
    width: 10px;
    height: 10px;
    background: var(--orangecolor);
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
  }
/*----------------Levels css ---------------*/

/*--------------contact us page style--------------*/
.contact-box{
    padding: 30px 30px;
    box-shadow: 12px 2px 28px rgb(0 0 0 / 12%);
    background-color: #fff;
}
.contact-icons{
    margin-right: 35px;
    font-size: 40px;
    color: var(--orangecolor);
}
.contact-address{
    font-size: 20px;
    line-height: 26px;
    color: #000;
}
.address-title{
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.send-message-btn{
    background: var(--themecolor);
    border: unset;
    border-radius: 0px;
    padding: 10px 20px;
    color: #fff;
}
.send-message-btn:hover {
    background: #00aec0;
}

/*-------------------Organization Chart style css  ------------------*/


.org-chart {
    display: flex;
    justify-content: center;
  }
  .org-chart ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    padding-left:0px;
  }
  .org-chart ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
  }
  .org-chart li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 22px;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .org-chart li::before, .org-chart li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
  }
  .org-chart li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
  }
  .org-chart li:only-child::after, .org-chart li:only-child::before {
    display: none;
  }
  .org-chart li:only-child {
    padding-top: 0;
  }
  .org-chart li:first-child::before, .org-chart li:last-child::after {
    border: 0 none;
  }
  .org-chart li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
  }
  .org-chart li:first-child::after {
    border-radius: 5px 0 0 0;
  }
  .org-chart li .user {
    text-decoration: none;
    color: #666;
    display: inline-block;
    padding: 3px 30px;
    transition: all 0.5s;
    background: #fff;
    min-width: 260px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 115px;
    box-shadow: 12px 2px 28px rgb(0 0 0 / 12%);
  }
  .org-chart li .user:hover, .org-chart li .user:hover + ul li .user {
    /* background: #b5d5ef;
    color: #002A50;
    transition: all 0.15s;
    /* transform: translateY(-5px);
    box-shadow: inset 0 0 0 3px #76b1e1, 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
  }
  .org-chart li .user:hover img, .org-chart li .user:hover + ul li .user img {
    box-shadow: 0 0 0 5px var(--themecolor);
  }
  .org-chart li .user:hover + ul li::after,
  .org-chart li .user:hover + ul li::before,
  .org-chart li .user:hover + ul::before,
  .org-chart li .user:hover + ul ul::before {
    border-color: #94a0b4;
  }
  .org-chart li .user > div, .org-chart li .user > a {
    font-size: 12px;
  }
  .org-chart li .user img {
    margin: 0 auto;
    /* max-width: 100px;
    max-width: 100px; */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: -50px;
    /* box-shadow: 0 0 0 5px #aaa; */
  }
  .org-chart li .user .name {
    font-size: 16px;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--themecolor);
  }
  .org-chart li .user .role {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    color: var(--orangecolor);
    font-size: 14px;
    font-style: italic;
  }
  .org-chart li .user .manager {
    font-size: 12px;
    color: #b21e04;
  }
  .user.user-1:after {
    content: '';
    width: 0;
    height: 18px;
    position: absolute;
    border: 1px solid #ddd;
    top: 109px;
    left: 60%;
}
.user.user-2:after {
    content: '';
    width: 0;
    height: 18px;
    position: absolute;
    border: 1px solid #ddd;
    top: 128px;
    left: 50%;
}
.user.user-3:after {
    content: '';
    width: 0;
    height: 18px;
    position: absolute;
    border: 1px solid #ddd;
    top: 127px;
    left: 50%;
}
.pg-orgchart{
    display: flex;
    align-items: center;
     justify-content: center; 
}
.first-user-mr{
    margin-left: 175px;
}


/*========================
    Gallery Details
===========================*/
.gallery__inner h2 {
    font-size: 36px;
    margin-bottom: 23px;
    margin-top: 30px;
    text-transform: capitalize;
    font-family: "Dosis", sans-serif;
}

.gallery__inner p {
    color: #777777;
    line-height: 23px;
}

.gallery__new {
    display: flex;
    margin-bottom: 31px;
    margin-top: 38px;
}

.gallery__list li a {
    color: #777777;
    display: block;
    padding-right: 11%;
    position: relative;
}

.gallery__list {
    flex-basis: 45%;
}

.gallery__sm__thumb {
    flex-basis: 55%;
}

    .gallery__sm__thumb img {
        width: 100%;
    }

.gallery__list li {
    padding-left: 20px;
    position: relative;
}

    .gallery__list li + li {
        padding-top: 13px;
    }

    .gallery__list li::before {
        background: #646464 none repeat scroll 0 0;
        content: "";
        height: 8px;
        left: 0;
        position: absolute;
        top: 53%;
        transform: rotate(137deg);
        width: 8px;
    }

.gallery__details__wrapper p {
    line-height: 23px;
}

.gallery__details__wrapper h4 {
    color: #444444;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 50px;
    text-transform: uppercase;
}

.gallery__share {
    align-items: center;
    display: flex;
    margin-top: 30px;
}

    .gallery__share span {
        color: #959595;
        display: inline-block;
        font-size: 16px;
        padding-right: 19px;
        text-transform: capitalize;
    }

.gallery__inner img {
    width: 100%;
}

.gallery__details__wrapper.with--rightbar {
    padding-right: 50px;
}

@media only screen and (max-width: 767px) {
    .gallery__new {
        flex-wrap: wrap;
    }

    .gallery__sm__thumb {
        flex-basis: 100%;
    }

    .gallery__list {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

        .gallery__list li a {
            padding-right: 4%;
        }
}

@media only screen and (max-width: 575px) {
    .gallery__inner h2 {
        font-size: 25px;
    }

    .gallery__details__wrapper.with--rightbar {
        padding-right: 0;
    }

    .gallery__list li a {
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .ftr__btm__image::before {
        width: 130%;
    }

    .subscrive--2 .subscribe__btn input.bst__btn {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 420px) {
    .ftr__btm__image::before {
        width: 141%;
    }
}

/*# sourceMappingURL=style.css.map */
.managementstaff img, .expertpanel img {
    cursor: pointer;
    transition: transform .2s;
}

    .managementstaff img:hover, .expertpanel img:hover {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.3);
    }
/*------Resources Page Style-----*/
#resourcesaccordion .accordion-item {
    border: unset;
}

#resourcesaccordion .accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    background-color: #00587a;
}

    #resourcesaccordion .accordion-button::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f107";
        font-size: 23px;
        background-image: unset;
    }

    #resourcesaccordion .accordion-button:not(.collapsed)::after {
        background-image: unset;
    }

.gallery-img {
    margin-bottom: 15px;
    box-shadow: 0px 3px 16px rgb(0 0 0 / 44%);
    border-radius: 39px;
    height: 200px;
    width: 300px;
}
/*-------Gallery lightbox style--------*/
.img-wrapper {
    position: relative;
    margin-top: 15px;
}

    .img-wrapper img {
        width: 100%;
    }

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    cursor: pointer;
}

    .img-overlay i {
        color: #fff;
        font-size: 3em;
    }

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%;
    }

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

    #nextButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

    #prevButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 40px;
    cursor: pointer;
}

    #exitButton:hover {
        opacity: 0.7;
    }

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 0px 30px 0 30px;
    }
}

.video-hght {
    height: 350px;
}

/*-------------------Organization Chart style css  ------------------*/
.pt_30 {
    padding-top:30px;
} 
.pb_40{
    padding-bottom:40px;
}
.min-hght-186 {
    min-height: 186px;
}
/*----------Gallery Page paginatiopn style css----------------------*/
.pagination .active a {
    color: #fff;
    background-color: #002147;
    font-weight: 600;
    border: 1px solid #000;
    /* padding: 6px 10px;*/
}

    .pagination .active a:hover {
        background-color: #002147;
        color: #fff;
        border: 0px;
    }

    .pagination .active a:focus {
        background-color: #002147;
        color: #fff;
        outline: none;
    }

.pagination li a {
    border: 1px;
    margin-left: 0px;
    color: #707070;
    padding: 7px 2px;
    /* margin: 0px 20px; */
    border: 1px solid #000;
    padding: 6px 10px;
    margin-left: 9px;
    border-radius: 5px;
    margin-right: 8px;
}

    .pagination li a:hover {
        background-color: transparent;
        color: #4A90E2;
        padding-bottom: 2px;
        border-bottom: 1px solid;
    }

    .pagination li a:focus {
        outline: none;
        background-color: transparent;
        /*color:#707070;*/
    }

.pagination li:first-child a, .pagination li:last-child a {
    border: 2px solid #143361 !important;
    border-radius: 6px;
    margin: 0px;
    padding: 6px 12px;
    border: 2px solid;
    font-size: 14px;
    color: #143361;
}

    .pagination li:first-child a:hover, .pagination li:last-child a:hover {
        text-decoration: none !important;
        color: #fff;
        background-color: #143361;
    }

    .pagination li:first-child a:focus, .pagination li:last-child a:focus {
        outline: none;
    }
/*----------Gallery Page paginatiopn style css----------------------*/
#schnotreg {
    height: 700px;
}

#schCself {
    height: 700px;
}

.adminreport-sch-title {
    background: #2e496a;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    margin-bottom: 30px;
}

.p-lr-30 {
    padding: 0px 30px;
}

#stage-com-dom .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: unset;
    border-bottom: 5px solid #2e496a;
    border-radius: unset;
}

#stage-com-dom .nav-link {
    font-size: 18px;
    display: block;
    padding: 15px 20px;
    border-radius: unset;
    color: #000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    background: #e3e3e3 !important;
    border-bottom: 5px solid #fff;
}

.fontsze-18 {
    font-size: 18px;
}

#mentorship_count {
    height: 445px;
}
#selflearningaccordian .accordion-button {
    background-color: #ddd;
    border-radius: 42px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 1px 3px 99px rgb(0 0 0 / 6%);
    padding: 22px 20px;
}
#selflearningaccordian .accordion-item {
    border-radius: 42px;
    border: 1px solid #e3e3e3;
    margin-bottom:20px;
}
#selflearningaccordian .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #002147;
}
#selflearningaccordian .accordion-button::after {
    background: unset;
    transition: transform .2s ease-in-out;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-size: 26px;
    font-weight: 800;
}
#selflearningaccordian .accordion-button:focus {
    border: unset;
    box-shadow:unset;
}
#selflearningaccordian .nav-tabs .nav-link {
    margin-bottom: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 32px;
    margin-right: 10px;
    color: #000;
    border: 1px solid #a59d9d;
    padding: 10px 30px;
}
    #selflearningaccordian .nav-tabs .nav-link.active {
        background-color: #20639b;
        border-color: #20639b;
        color: #fff;
    }
#selflearningaccordian .nav-tabs {
    border-bottom: 5px solid #3caea3;
    margin-bottom: 13px;
}
.learning-team-title {
    font-size: 20px;
    color: #173f5f;
    margin-bottom: 30px;
    border-bottom: 3px solid #173f5f;
    padding-bottom: 12px;
}
.selfmetrial-link {
    color: #314b6c;
    font-size: 17px;
    line-height: 25px;
}
.para-underline {
    border-bottom: 2px solid #000;
    display: inline-block;
}

.selftabicons {
    position: absolute;
    right: 82px;
    fill: #000;
}
.right-logoh {
    height: 65px;
}
.main-navbarbg {
    padding: 8px 14px;
    border-top: 1px solid #002147;
    border-bottom: 1px solid #002147;
    background: #efefef;
}
.selfmetriallink-title {
    font-size: 17px !important;
    color: #519ea9 !important;
    font-weight: 500;
}
.selfmatirialtbl td {
    border: unset;
}
.selfmetrial-border-botm {
    border-bottom: 1px solid #ccc;
    border-style: solid !important;
}

.benchcls {
    text-align: center;
    font-size: 23px;
    margin-bottom:20px;
    text-decoration:underline;
}

.hostel-kanteen {
    margin: 15px 10px;
}

#domainwisechart {
    height: 400px;
}

#domain1subdomainwisechart {
    height: 400px;
}
#domain2subdomainwisechart {
    height: 400px;
}

#domain3subdomainwisechart {
    height:400px;
}
#domain4subdomainwisechart {
    height: 400px;
}
#domain5subdomainwisechart{
    height:400px;
}
#domain6subdomainwisechart{
    height:400px;
}
#domain7subdomainwisechart{
    height:400px;
}
#domain1subdomain1_1standardwisechart
{
    height: 400px;
}
#domain1subdomain1_2standardwisechart {
    height: 400px;
}
#domain1subdomain1_3standardwisechart {
    height: 400px;
}
#domain1subdomain1_4standardwisechart {
    height: 400px;
}
#domain1subdomain1_5standardwisechart {
    height: 400px;
}
#domain1subdomain1_6standardwisechart {
    height: 400px;
}


#domain2subdomain2_2_1standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_2standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_3standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_4standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_5standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_6standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_7standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_8standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_9standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_10standardwisechart {
    height: 400px;
}
#domain2subdomain2_2_11standardwisechart {
    height: 400px;
}




#domain3subdomain3_1standardwisechart {
    height: 400px;
}

#domain3subdomain3_2standardwisechart {
    height: 400px;
}

#domain3subdomain3_3standardwisechart {
    height: 400px;
}

#domain3subdomain3_4standardwisechart {
    height: 400px;
}

#domain3subdomain3_5standardwisechart {
    height: 400px;
}







#domain4subdomain4_1standardwisechart {
    height: 400px;
}

#domain4subdomain4_2standardwisechart {
    height: 400px;
}

#domain4subdomain4_3standardwisechart {
    height: 400px;
}

#domain4subdomain4_4standardwisechart {
    height: 400px;
}

#domain4subdomain4_5standardwisechart {
    height: 400px;
}





#domain5subdomain5_1standardwisechart {
    height: 400px;
}
#domain5subdomain5_2standardwisechart {
    height: 400px;
}

#domain5subdomain5_3standardwisechart {
    height: 400px;
}

#domain5subdomain5_4standardwisechart {
    height: 400px;
}

#domain5subdomain5_5standardwisechart {
    height: 400px;
}

#domain5subdomain5_6standardwisechart {
    height: 400px;
}

#domain5subdomain5_7standardwisechart {
    height: 400px;
}

#domain5subdomain5_8standardwisechart {
    height: 400px;
}

#domain5subdomain5_9standardwisechart {
    height: 400px;
}

#domain5subdomain5_10standardwisechart {
    height: 400px;
}


#domain6subdomain6_1standardwisechart {
    height: 400px;
}
#domain6subdomain6_2standardwisechart {
    height: 400px;
}

#domain6subdomain6_3standardwisechart {
    height: 400px;
}



#domain7subdomain7_1standardwisechart {
    height: 400px;
}
#domain7subdomain7_2standardwisechart {
    height: 400px;
}
#domain7subdomain7_3standardwisechart {
    height: 400px;
}
#domain7subdomain7_4standardwisechart {
    height: 400px;
}
#domain7subdomain7_5standardwisechart {
    height: 400px;
}
#domain7subdomain7_6standardwisechart {
    height: 400px;
}
#domain7subdomain7_7standardwisechart {
    height: 400px;
}









#reportofselfimprovementplanchart {
    height: 500px;
}


#UploadFile_list div.MultiFile-label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: #cee9dc;
    padding: 7px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.MultiFile-remove {
    color: black;
}

.objective-img-1{
    height:128px;
}
.objective-img-2 {
    height: 120px;
}
.objective-img-3 {
    height: 114px;
}
.process-inner-para {
    margin-bottom: 0px;
    position: absolute;
    top: 13px;
    padding: 18px 67px;
    text-align: center;
    font-size: 15px;
}
.process-timeframe {
    padding: 20px;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}
.process-num {
    margin-bottom: 0px;
    color: #630000;
    font-weight: 800;
    margin-right: 10px;
    font-size: 17px;
}
.objective-p {
    padding: 30px 50px;
    margin-bottom: 0px;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    position:relative;
    margin-top:50px;
}
    .objective-p:before {
        position: absolute;
        content: "";
        height: 70px;
        width: 3px;
        left: 49%;
        top: -44px;
        background-image: linear-gradient(#9eb488, #f17a2e, #0586fe);
    }

.switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 22px;
    margin-bottom: 16px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding-left: 33px;
}

.switch span {
    padding: 0 2px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 26px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 7px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }