
 #body .container{
    max-width: 1300px !important;
}

body{
    
    font-family: "Lato", sans-serif !important;
}

/* @font-face{
    src: url(../fonts/Spartan-Regular.ttf);
    font-family: spartan-reg;
} */



.a-font{
    font-family: "Jost", sans-serif;

}

 
/*---------------- top ----------------------*/

.display-nav{
    display: none;
}

.main-nav.w-100 {
    position: absolute;
    top: 0;
    left: 0;
}

.main-nav .navbar {
    background: initial !important;
    padding: 4px 0 !important;
}

.navbar-brand img {
    width: 212px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(0%) hue-rotate(116deg) brightness(112%) contrast(100%);
}

/* .main-nav .navbar {
    background: #fff !important;
} */

.main-nav .navbar .container-fluid {
    padding: 0 55px !important;
}

.main-nav .navbar .container-fluid .navbar-nav li a {
    color: #ffffff;
    font-size: 17px;
    /* padding: 0 18px; */
    font-weight: 600;
    padding-left: 30px;
}

.main-nav .navbar .container-fluid .navbar-nav li a i {
    font-size: 14px;
    transform: translateY(-1px);
    margin-left: 10px;
}

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;

}

.nav-list li a{
    display: inline-block;
    
}

.nav-list li a i {
    color: #609a33;
    transform: translateY(14px);
    margin-right: 25px;
}

.nav-btn {
    /* background: #783766; */
    background-color: #7d16ee;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 12px 20px;
    font-family: "Jost", sans-serif;
    margin-top: 19px;
    margin-right: 29px;
    font-weight: 500;
}

.nav-btn:hover{
    text-decoration: none;
    color: #fff;
}

.nav-list li a img{
    width: 50px;
}

.nav-in2{
    position: relative;
  }

  .nav-content {
    position: absolute;
    top: 61px;
    left: 13px;
    z-index: 999;
    background: rgba(125, 22, 238, 0.7);
    display: inline-block;
    /* right: -4px; */
    transition: all .5s ease-in-out;
     opacity: 0;
    visibility: hidden;        
}



ul.sub-content li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content li a:hover{
    text-decoration: none;
}

.main-nav ul.sub-content{
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav ul.sub-content li a {
    color: #ffffff !important;
    white-space: nowrap;
    /* padding-left: 0 !important; */
    /* margin-left: 0 !important; */
    /* padding: 15px !important; */
    padding: 10px 90px 8px 22px !important;
    display: inline-block;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.navbar-nav .nav-in2:hover .nav-content{
     opacity: 1;
    visibility: visible;
     top: 41px;  
    
}


/*--------------- banner ---------------------*/

.ban-main2{
    display: none;
}

.app-block{
    display: none;
}

a.ban-link {
    background: #ffffff;
    display: inline-block;
    color: #024179;
    font-size: 16px;
    padding: 12px 52px;
    font-weight: 500;
    /* width: 100%; */
    /* text-align: center; */
    margin-top: 14px;
}

a.ban-link:hover{
    text-decoration: none;
}

.ban-text {
    background-color: rgba(2, 65, 121, 0.8);
    padding: 20px 30px;
    width: 80%;
    border-left: 5px solid #fff;
    margin-top: 20%;
}

h5.ban-cap.a-font {
    font-size: 38px;
    color: #fff;
    line-height: 58px;
}

.banner{
    background: url(../images/banner\ \(2\).png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
    /* padding: 80px 0; */
}

.ban-form .frm-full .form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #212121;
}

.ban-form {
    width: 95%;
    background-color: #fff;
    padding: 30px 40px;
    /* margin-left: 50px; */
    margin-top: 42%;
}

.ban-form .frm-full .form-group .form-control {
    background-color: #faf6ff !important;
    height: 54px !important;
    border: 1px solid #a2a2a2;
    margin-bottom: 23px;
    border-radius: inherit !important;
}

.ban-form .frm-full .form-group .form-control::placeholder{
    color: #000000;
    font-size: 16px;
    font-family: "Jost", sans-serif;
}


h5.ban-title {
    color: #000000;
    font-size: 20px;
    margin-bottom: 23px;
}

.ban-logo {
    margin-top: 50px;
}

.frm-btn2 {
    border: initial !important;
    background: #7006e4;
    color: #fff;
    font-size: 17px;
    padding: 16px 20px 12px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 4px;
}

.form-group {
    position: relative;
}

.frm-icon i {
    color: #7006e4;
    font-size: 13px;
    line-height: 51px;
    padding-right: 12px;
}

.frm-icon {
    position: absolute;
    top: 0;
    right: 0;
}

/*--------------- about ---------------------*/

h5.ab-head {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    color: #7006e4;
    padding-left: 55px;
    margin-bottom: 16px;
}

h5.ab-head::before {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #7006e4;
    position: absolute;
    top: 8px;
    left: 0;
}

h5.ab-head2.a-font {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 15px;
}

p.ab-para {
    font-size: 16px;
    color: #424242;
    line-height: 29px;
}

.ab-list {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.ab-list li a {
    display: inline-block;
    color: #000000;
    font-family: "Jost", sans-serif;
    font-size: 17px;
    /* background: #fffbf3; */
    padding: 9px 18px 9px 0;
}

.ab-list li a img {
    width: 34px;
   
    margin-right: 12px;
    
    filter: brightness(0) saturate(100%) invert(54%) sepia(73%) saturate(846%) hue-rotate(7deg) brightness(101%) contrast(103%);
}
.ic-lft {
    margin-right: 2px !important;
    width: 36px !important;
}

a.ab-btn.a-font {
    background: #7006e4;
    /* color: #fff; */
    /* font-family: "Jost", sans-serif; */
    /* font-weight: 500; */
    /* background-color: #7d16ee; */
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 10px 20px;
    font-family: "Jost", sans-serif;
    margin-top: 25px;
    /* margin-right: 29px; */
    font-weight: 500;
    display: inline-block;
}

.ab-img {
    background: #ffffff;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-left: 30px;
    margin-top: 15px;
    /* margin-left: auto; */
}

.ab-img img {
    width: 100%;
   
}

.about {
    margin-top: 70px;
}

/*----------- objective -----------*/


.o-box {
    background: #ffffff;
    box-shadow: 0 10px 43px 0 rgba(109,125,145,.14);
    border-radius: 10px;
    padding: 0 30px 20px 30px;
    min-height: 216px;
    /* margin-bottom: 50px; */
    transition: all .3s ease-in-out;
}

/* .o-box:hover{
    transform: translateY(-15px);
}

.o-box:hover .o-icon{
    background-color: #000;
} */

.o-icon img {
    width: 45px;
}

.o-icon {
    width: 80px;
    height: 80px;
    /* background-color: #f8c99b; */
    background-color: #ed9f00;
    border-radius: 100%;
    text-align: center;
    line-height: 66px;
    transform: translateY(-36px);
    border: 5px solid #fff;
    transition: all .3s ease-in-out;
}

.clear{
    clear: both;
}

.o-icon img {
    width: 40px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1804%) hue-rotate(315deg) brightness(107%) contrast(100%); 
}

h5.o-title {
    float: right;
    font-size: 35px;
    margin-top: -60px;
    font-weight: 600;
    color: #ecdbff;
}

.o-para2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}

.objective {
    background: url(../images/o-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 60px;
    margin-top: 70px;
}

h5.o-header {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 13px;
    color: #fff;
}

p.o-para {
    font-size: 17px;
    margin-bottom: 68px;
    color: #ffffff;
}

h5.o-cap.a-font {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.o-title4 span {
    font-size: 17px;
    color: #eca109;
    /* font-family: "Jost", sans-serif; */
    font-weight: 600;
}

.o-title4 span i {
    font-size: 13px;
    transform: translateY(-1px);
    margin-right: 4px;
}

.o-title4 label {
    font-size: 16px;
    color: #323232;
    line-height: 24px;
    margin-top: 9px;
    margin-bottom: 0;
}

h5.o-title4 {
    margin-bottom: 0;
}



.o-imp {
    background: #fffdf5;
    border-radius: 10px;
    margin-top: 40px;
    padding: 25px;
    border-left: 5px solid #eca109;
}

/*---------------- why ----------------------*/

.wh-header {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 13px;
    color: #7006e4;
}

.wh-para {
    font-size: 17px;
}


.w-icon img {
    width: 52px;
   filter: brightness(0) saturate(100%) invert(54%) sepia(73%) saturate(846%) hue-rotate(7deg) brightness(101%) contrast(103%);
}


h5.w-title {
    font-weight: 600;
    font-size: 18px;
    /* line-height: 20px; */
    text-transform: capitalize;
    /* font-family: "Saira Condensed", serif; */
    margin-top: 16px;
    margin-bottom: 12px;
    font-family: "Jost", sans-serif;
}


p.w-para {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 28px;
    color: #4f4f4f;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

.w-box {
    margin-bottom: 30px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* padding: 30px 20px; */
    
}


h5.w-header {
    font-size: 40px;
    color: #072733;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.w-border{
    border-bottom: 1px solid #ffffff !important;
} 

.w-imgg img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.w-imgg {
    text-align: center;
}

.whh-head {
    font-weight: 600;
    font-size: 27px;
    line-height: 43px;
    margin-bottom: 33px !important;
    text-transform: capitalize;
}

.wh-1 {
    margin-right: 20px;
}

.wh-2 {
    margin-left: 20px;
}

.w-imgg img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #f7f1ff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 12px;
    margin-top: 50px;
}

a.w-link {
    background: #7006e4;
    /* color: #fff; */
    /* font-family: "Jost", sans-serif; */
    /* font-weight: 500; */
    /* background-color: #7d16ee; */
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 14px 25px;
    font-family: "Jost", sans-serif;
    margin-top: 43px;
    /* margin-right: 29px; */
    font-weight: 500;
    display: inline-block;
    /* width: 100%; */
}

a.w-link i{
    font-size: 14px;
    margin-left: 10px;
}

a.w-link:hover{
    text-decoration: none;
    color: #fff;
}

.wh-para {
    margin-bottom: 30px;
    font-size: 16px;
}

.why {
    margin-top: 70px; 
    /* background: #faf7ff; */
    /* padding: 70px 0 10px; */
}

/*---------------- award ----------------------*/

.aw {
    margin-top: 70px;
}

.awr-img {
    text-align: center;
    width: 60%;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 8px;
    margin: 0 auto 0 auto;
}

.awr-img img{
    width: 100%;

}

h1.awr-head.a-font {
    text-align: center;
    color: #7006e4;
    font-size: 27px;
    margin-bottom: 28px;
}

.awr-img2 {
    text-align: center;
    width: 100%;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    margin: 0 auto 0 auto;
}

.awr-img2 img{
    width: 100%;

}

.awr-img {
    margin-left: 160px;
}

.awr-lft {
    padding-left: 56px;
}

/*---------------- assesent ----------------------*/



.asses {
    background: url(../images/accor-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0 38px;
    margin-top: 70px;
}

.sc-box {
    /* color: #fff; */
    background: #fff;
}

.sc-icon img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(79%) saturate(7156%) hue-rotate(271deg) brightness(85%) contrast(114%);
    width: 52px;
}

h5.sc-title {
    float: right;
    font-size: 35px;
    margin-top: -45px;
    font-weight: 600;
    color: #ecdbff;
}

h5.sc-head {
    font-family: "Jost", sans-serif;
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 11px;
}

p.sc-para {
    margin-bottom: 0;
    font-size: 15px;
    color: #3b3b3b;
    line-height: 25px;
}

.sc-box {
    /* color: #fff; */
    background: #fefeff;
    padding: 40px;
    border-radius: 15px;
}

.sc-top {
    margin-top: 32px;
}

.sc-top2 {
    margin-top: -84px;
}

.sc-top3 {
    margin-top: 40px;
}

.sc-full {
    margin-top: -35px;
}

/*---------------- award ----------------------*/

.aw {
    margin-top: 70px;
}




/*----------- imp -----------*/

h5.im-header.a-font {
    text-transform: capitalize;
    font-size: 17px;
    color: #7006e4;
    margin-bottom: 10px;
}

h5.im-header2 i {
    font-size: 12px;
    transform: translateY(-1px);
    margin-right: 6px;
}

p.imp-para {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}

h5.im-header2 {
    font-size: 15px;
    margin-bottom: 0;
    color: #eca109;
    margin-top: 10px;
}

h5.im-header2 {
    font-size: 15px;
    margin-bottom: 0;
    color: #e19700;
    margin-top: 10px;
    font-weight: 600;
}

.im-box {
    text-align: center;
    background: #fff;
    padding: 20px;
    min-height: 123px;
    margin-bottom: 28px;
}

.imp {
    /* background: #7006e4; */
    margin-top: 75px;
    padding: 60px 0 40px;
    background-image: linear-gradient(to right top, #9400dc, #8103ca, #6f05b8, #5e05a6, #4d0494);
}
.im-box {
    text-align: center;
    background: #fff;
}

.im-top {
    margin-top: 17px !important;
}

/*----------- fee -----------*/

.fee {
    margin-top: 70px;
}

.text-center.fee-box {
    background: #7006e4;
    color: #fff;
    padding: 10px;
}

th.ci-head {
    color: #7006e4;
}


th.ci-head2 {
    color: #eca109;
}
.fe-header{
    font-weight: 500;
    font-size: 25px;
}

p.fe-para {
    margin-bottom: 0;
    color: #dfdfdf;
}

.fee .container .row .col-lg-12 .fee-full .table-striped tbody tr:nth-of-type(odd) {
    /* background-color: rgba(0,0,0,.05); */
    background: #faf7ff !important;
}

.fee .container .row .col-lg-12 .fee-full .table td, .table th {
    padding: 1rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.fee .container .row .col-lg-12 .fee-full .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #ababab;
}

.fee .container .row .col-lg-12 .fee-full .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #bababa;
}

.fee .container .row .col-lg-12 .fee-full .table td, .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #bababa;
}

.o-imp2{
    padding: 10px !important;
}

.note span{
    font-size: 17px;
    color: #eca109;
}

.note span i{
    font-size: 13px;
    transform: translateY(-1px);
    margin-right: 4px;
}

td.note {
    padding: 20px !important;
}

/*----------- footer -----------*/

.footer {
    background: #372a55;
    min-height: auto;
    padding: 70px 0 40px;
    margin-top: 50px;
    /* background-image: linear-gradient(to right top, #9400dc, #8103ca, #6f05b8, #5e05a6, #4d0494); */
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 17px;
    /* margin-top: 30px; */
    position: relative;
    font-family: "Jost", sans-serif;
}

.ftr-logo a img {
    width: 230px;
}



.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 16px;
    color: #cfcfcf;
    line-height: 29px;
    padding-right: 50px;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    /* background-color: #30306c; */
    color: #ffa819;
    /* width: 38px; */
    /* height: 38px; */
    font-size: 20px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    padding-right: 15px;
}

.ftr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list li a {
    display: flex;
    font-size: 16px;
    color: #e3e3e3;
    padding-bottom: 10px;
}

.ftr-list li a i {
    font-size: 15px;
    color: #ffa819;
    margin-top: 5px;
    margin-right: 10px;
}

.ftr-list li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #d6d6d6;
    padding-right: 20px;
}


.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 16px;
    color: #dbd9d9;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.ftr-list2 li a:hover{
    color: #dbd9d9;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #ffa819;
    transform: translatey(8px);
    margin-right: 12px;
    font-size: 10px;
}

.ftr-3 {
    margin-left: 40px;
}

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}

h5.ftr-title.text-center {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.ftr-down {
    width: 100%;
    background-color: #23496f;
    padding: 23px 0;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}

.ftr-img img{
    width: 100%;
}

 .ftr-4 .row .col-lg-4{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

 .ftr-4 .row {
    padding-left: -8px !important;
    padding-right: -8px !important;
}

h5.ftr-cap {
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.ftr-list li a i {
    font-size: 12px;
    color: #ffa819;
    margin-top: 6px;
    margin-right: 13px;
}

.ftr-list li a h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #d6d6d6;
    padding-right: 20px;
}

.ftr-2 {
    margin-left: 65px;
}

h5.ftr-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

.footer2 {
    background: #3d2e60;
    padding: 22px 0;
    /* border-top: 1px solid #8e8e8e; */
}


/*--------------- testimonial ---------------------*/



.t-img img {
    width: 90px !important;
    margin: 0px auto;
    height: 90px;
    border-radius: 100%;
    background: #faf7ff;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    padding: 5px;
    /* border: 2px solid #c3c3c3; */
}

.t-social a i {
    font-size: 16px;
    color: #e39a05;
    margin: 0 2px;
    padding-top: 10px;
}



.t-test {

    text-align: center;

}



.test-header {
    /* text-align: center; */
    /* font-size: 50px; */
    /* margin-bottom: 20px; */
    text-align: center;
    color: #7006e4;
    font-size: 32px;
    margin-bottom: 22px;
}


.t-icon i {

    font-size: 50px;
    color: #aabf2e;

}



p.t-para {
    font-size: 16px;
    padding: 0 116px;
    line-height: 28px;
    color: #404040;
    margin-top: 20px;
    /* margin-bottom: 10px; */
}


h5.t-title {
    margin-top: 20px;
    margin-bottom: 12px;
    color: #7006e4;
    font-weight: 600;
    font-size: 17px;
}

h5.t-title2 {
    font-size: 16px;
    color: #303030;
    margin-bottom: 12px;
    font-weight: 600;
}

h5.t-title3 {
    font-size: 16px;
    color: #303030;
    margin-bottom: 6px;
    font-weight: 600;
}


.test .owl-nav .owl-prev {

    float: left;
    margin-left: -48px;

}



.test .owl-nav .owl-next {

    float: right;
    margin-left: -48px;

}



.test i.fa.fa-angle-left {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 20px;
    background: #ffffff;
    padding: 8px 14px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}



.test i.fa.fa-angle-right {

    position: absolute;
    top: 40%;
    right: 0;
    font-size: 20px;
    background: #ffffff;
    padding: 8px 14px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;

}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: #030006 !important;
    border: none;
    padding: 0!important;
    font: inherit;
}



.test {
    margin-top: 8px;
    background: #f5efff;
    padding: 70px 0 58px;
}

.ado-banner{
    background: url(../images/ad-img2.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 450px;
}

.ad-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.ad-list li a {
    display: inline-block;
    color: #7b7b7b;
    font-weight: 600;
}

.ad-list li a i{
    font-size: 12px;
}

.active1 {
    color: #000000 !important;
    font-weight: 700 !important;
}

.ado2 {
    background: #faf6ff;
    /* margin-top: -1px; */
    padding: 20px 0;
}

.ad-color {
    color: #fff;
    background: #7006e4;
}

.cer-color {
    color: #fff;
    background: #7006e4;
}

.cer-color3 {
    background: #ffff;
}

.cer-color2 {
    background: #f2eaff;
}

.ad-color2 {
    background: #f2eaff;
    /* border-bottom: 1px solid #bababa; */
}


.adopt .container .table-responsive .table {
    
    border: 1px solid #ababab;
}

.adopt .container .table-responsive .table thead th {
    font-size: 17px !important;
    padding: 14px 25px !important;
}

.adopt .container .table-responsive .table td, .table th {
    padding: 12px 25px !important;
    vertical-align: top;
    border-top: 1px solid #bababa !important;
    text-transform: uppercase;
}

/* .adopt .container .table-responsive .table td{
    
} */

h4.ad-head.a-font {
    font-size: 30px;
    font-weight: 600;
    color: #7006e4;
}

p.ad-para {
    font-size: 16px;
    color: #424242;
    margin-bottom: 25px;
}

.ad-head2 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 20px;
}

.adopt {
    margin-top: 58px;
}

.adopt2 {
    margin-top: 30px !important;
}

.ad-img img {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 20px;
}

h5.be-header.a-font {
    color: #7006e4;
    font-size: 25px;
    font-weight: 600;
}

a.be-link {
    background: #edddff;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 15px;
    /* border-radius: 8px; */
}

h5.be-header2.a-font {
    color: #7006e4;
    font-size: 25px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 13px;
}

p.be-para {
    color: #232323;
    line-height: 29px;
}

h5.be-cap {
    color: #7006e4;
    font-size: 25px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 16px;
    font-family: "Jost", sans-serif;
}

.be-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.be-list li {
    display: flex;
}

.be-list li h5 {
    font-size: 16px;
    line-height: 28px;
}

.be-list li i {
    font-size: 12px;
    color: #7006e4;
    transform: translateY(10px);
    margin-right: 14px;
}

/* .be-box {
    
    padding: 30px 19px;
    margin-top: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 0;
} */


.become2 {
    background: url(../images/be-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0 40px;
    margin-top: 50px;
}

h5.bec-head.a-font {
    color: #fff;
    text-align: center;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.bec-box2 {
    background: #ffffff;
    box-shadow: 0 10px 43px 0 rgba(109, 125, 145, .14);
    border-radius: 10px;
    padding: 30px;
}

.be-icon {
    width: 70px;
    height: 70px;
    /* background-color: #f8c99b; */
    background-color: #ed9f00;
    border-radius: 100%;
    text-align: center;
    line-height: 58px;
    /* transform: translateY(-36px); */
    border: 5px solid #fff;
    /* border: 0px solid #e19700; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.be-icon img {
    width: 32px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(1804%) hue-rotate(315deg) brightness(107%) contrast(100%);
}

h5.be-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 14px;
}

p.bec-para {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 26px;
    color: #3e3e3e;
}

.bec-box2 {
    background: #ffffff;
    box-shadow: 0 10px 43px 0 rgba(109, 125, 145, .14);
    border-radius: 10px;
    padding: 30px 20px;
    min-height: 370px;
    margin-bottom: 30px;
}

.hr-list li span {
    font-family: "Jost", sans-serif;
    color: #332f3d;
    font-size: 19px;
    font-weight: 500;
}

.hr-list li i {
    font-size: 12px;
    transform: translateY(0px);
    margin-right: 10px;
    color: #7006e4;
}

.hr-list li div {
    font-size: 15px;
    padding-right: 217px;
    line-height: 26px;
    color: #545454;
}

.hr-list li {
    margin-bottom: 30px;
}

.hr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.become3 {
    margin-top: 55px;
}

.become4{
    margin-top: 50px !important;
}

.be3 {
    margin-bottom: 68px;
}

.become {
	margin-top: 55px;
}

h5.ye-head.a-font {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #7006e4;
}

.ye-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.ye-list li {
    display: flex;
    font-weight: 600;
    font-size: 17px;
    margin-right: 16px;
    color: #5d506b;
}

.ye-list li i {
    color: #7006e4;
    transform: translateY(5px);
    margin-right: 10px;
    font-size: 15px;
}

h5.ye-head2.a-font {
    font-size: 28px;
    font-weight: 600;
    color: #7006e4;
    margin-top: 40px;
    margin-bottom: 14px;
}

p.ye-para {
    font-size: 20px;
    line-height: 35px;
    color: #292929;
    margin-bottom: 27px;
}

.ye-icon img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(79%) saturate(7156%) hue-rotate(271deg) brightness(85%) contrast(114%);
    width: 52px;
}

.y-title {
    float: right;
    font-size: 35px;
    margin-top: -45px;
    font-weight: 600;
    color: #ecdbff;
}

h5.ye-cap.a-font {
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

p.ye-para2 {
    margin-bottom: 0;
}

.ye-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    border-bottom: 3px solid #7006e4;
    margin-bottom: 30px;
}

.year3 {
    margin-top: -18px;
}

p.hr-para3 {
    font-size: 17px;
    margin-bottom: 8px;
}

.y-img img {
    width: 100%;
}

h5.y-title2 {
    margin-bottom: 0;
}

.y-box2 {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.y-name {
    position: absolute;
    bottom: 24px;
    left: 0;
    /* top: 0; */
    width: 100%;
    /* background: rgba(112, 6, 228, 0.8); */
    background: rgba(255, 255, 255, 0.7);
    padding: 12px 34px;
    text-align: center;
}

h5.y-title2 {
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    /* background: #fff; */
    /* width: 100%; */
    /* display: inline-block; */
    font-size: 19px;
    color: #fff;
}

.intro {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    /* padding: 10px; */
    color: #fff;
    background-color: rgb(220 198 246);
    transition: .4s ease-in-out;
    /* text-align: center; */
}

.y-box2:hover .intro {
	height: 170px; 
	bottom: 0;
	background-color: #000;
}

.y-box2:hover .text-p {
	opacity: 1;
	visibility: visible; 
}

/* .y-box2:hover .y-img img {
	transform: scale(1.1) rotate(-3deg);
} */

.y-img img {
	/* height: 500px; */
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
	transition: transform .4s ease-in-out;
}

.text-h1 {
    margin: 15px 0 0 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
    transition: .2s ease-in-out;
    padding-left: 20px;
}

.y-box2:hover .text-h1{
    color: #fff;

}

.text-p {
	padding: 5px 20px 20px 20px;
    color: #ebebeb;
	visibility: hidden;
	opacity: 0; 
    transition: transform .4s ease-in-out;
    font-size: 15px;
    line-height: 26px;
}

.year {
    margin-top: 58px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  p.hr-para3 {
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 30px;
    margin-top: 20px;
}

.ov-btm {
    margin-bottom: 18px !important;
    margin-top: 60px !important;
    font-size: 32px !important;
}

p.ov-para {
    font-size: 17px;
    line-height: 32px;
    color: #3e3e3e;
    /* padding-right: 101px; */
}

/*----------- timeline -----------*/


/* .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  
  .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #d0d0d0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
  
  
  .cont2 {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  
 
  .cont2::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: -6px;
    background-color: #7006e4;
   
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}
  
  
  .left {
    left: 0;
  }
   
  .right {
    left: 50%;
  }
  
  
  .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }
  
  
  .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  
 
  .right::after {
    left: -10px;
}
  
  
  .content {
    padding: 20px 20px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}
  
  
  @media screen and (max-width: 600px) {
    
    .timeline::after {
    left: 31px;
    }
    
    
    .cont2 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    }
    
    
    .cont2::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    }
  
    .left::after, .right::after {
    left: 15px;
    }
    
    
    .right {
    left: 0%;
    }
  } */

  h2.ti-head {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    margin-bottom: 16px;
    color: #7006e4;
}

h2.ti-head i {
    font-size: 14px;
    color: #7006e4;
    transform: translateY(-2px);
    margin-right: 12px;
}

p.ti-para {
    font-size: 17px;
    color: #464646;
    padding-left: 25px;
    line-height: 30px;
    /* padding-right: 80px; */
    margin-bottom: 0;
}

h5.ti-head2 {
    font-size: 17px;
    color: #303030;
    padding-left: 25px;
    line-height: 30px;
    /* font-weight: 600; */
    margin-bottom: 15px;
    margin-top: 22px;
}

ul.ti-list {
    margin: 0 0 0 22px;
    padding: 0;
    list-style: none;
}

ul.ti-list li{
    display: flex;
}

ul.ti-list li label {
    color: #7006e4;
    transform: translateY(3px);
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
}

ul.ti-list li h5 {
    font-size: 16px;
    color: #272727;
    line-height: 26px;
}

/* li.ti-lft {
    margin-left: -6px;
} */

.content {
    margin-bottom: 30px;
}

.timeline{
    margin-top: 60px;
}

ul.ti-list2 {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.ti-list2 li{
    display: flex;
}

ul.ti-list2 li span {
    color: #d28e04;
    transform: translateY(3px);
    margin-right: 13px;
    font-size: 16px;
    font-weight: 600;
}

ul.ti-list2 li h5 {
    font-size: 16px;
    color: #272727;
    line-height: 30px;
}

.con-cap {
    font-family: "Jost", sans-serif;
    font-size: 25px;
}

.con-list{
    margin: 0;
    padding: 0;
    list-style: none;

}

.con-list li a{
    display: flex;

}

.con-list li a h5 {
    color: #393939;
    font-size: 17px;
    margin-bottom: 16px;
}

.con-list li a i {
    color: #7006e4;
    transform: translateY(4px);
    margin-right: 20px;
}

.con-cap {
    font-family: "Jost", sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
}

.con-box2 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    width: 50%;
    border-bottom: 2px solid #7006e4;
}

h5.con-title.a-font {
    font-size: 30px;
    margin-bottom: 13px;
    color: #7006e4;
}

p.con-para {
    font-size: 17px;
    color: #484848;
    padding-right: 598px;
    line-height: 31px;
    margin-bottom: 34px;
}

.contact {
    margin-top: 60px;
    margin-bottom: 70px;
}

h4.awa-head {
    /* font-family: "Jost", sans-serif; */
    font-size: 30px;
    color: #7006e4;
    margin-bottom: 18px;
}

p.aw-para {
    color: #5f5f5f;
    font-size: 17px;
    line-height: 31px;
}

h5.aw-head {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 32px;
}

h5.aw-head::before {
    content: '';
    width: 114px;
    height: 2px;
    background-color: #eb9e02;
    position: absolute;
    left: 0;
    bottom: 0;
}

.awa-img img {
    width: 45%;
}

.awa-img2 img{
    width: 100%;
}

.aw-font{
    width: 100% !important;
}

h5.aw-cap {
    /* background-color: rgba(55, 42, 85, 0.8); */
    width: 45%;
    font-size: 18px;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    padding: 13px 20px;
    margin-top: -48px;
    position: relative;
    /* background-color: rgba(112, 6, 228, 0.7); */
    background-color: rgba(0, 0, 0, 0.7);
}

.ad-btm {
    margin-top: 55px;
}

.aw-box {
    margin-bottom: 30px;
}

.aww-btm2 {
    margin-top: 50px;
}

.award {
    margin-top: 60px;
}

.aw-c {
    line-height: 27px;
    margin-top: -78px !important;
}

h4.awa-head {
    /* font-family: "Jost", sans-serif; */
    font-size: 30px;
    color: #7006e4;
    margin-bottom: 25px;
}

.aw-logo {
    width: 70px;
    height: 70px;
    background: #7006e4;
    text-align: center;
    line-height: 65px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.aw-logo img {
    width: 36px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(323deg) brightness(102%) contrast(102%);
}

h5.ap-cap3 {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    color: #000000;
    margin-bottom: 11px;
    /* margin-top: -1px; */
}

p.ap-para3 {
    font-size: 16px;
    color: #4f4f4f;
    margin-bottom: 0;
    line-height: 27px;
}

.ap-box2.pro-box {
    min-height: 202px !important;
    margin-bottom: -23px !important;
    /* padding: 0; */
    background: initial !important;
}

/* .ap-box2 {
    background: #fff;
    padding: 30px;
    min-height: 225px;
    margin-bottom: 30px;
} */

.be-btn {
    margin-bottom: 47px !important;
    margin-top: 58px !important;
}

tr.be-tab2 {
    background: #e6e6e6;
    border-bottom: 3px solid #7006e4;
}

.become4 {
    margin-top: 30px !important;
}

.aw-wid {
    width: 100% !important;
}

.aw-wid2 {
    width: 48% !important;
}