@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


/* .main-margin-top{margin-top:-48px;} */

@font-face {
    font-family: UbuntuRegular;
    src: url("/font/Ubuntu-Regular.ttf");
}

@font-face {
    font-family: UbuntuMedium;
    src: url("/font/Ubuntu-Medium.ttf");
}
@font-face {
    font-family: BentonSansRegular;
    src: url("/font/BentonSans-Book.ttf");
}

@font-face {
    font-family: BentonSansBold;
    src: url("/font/BentonSans-Bold.ttf");
}


* {
    font-family: BentonSansRegular;
    margin: 0;
    padding: 0;

}

header.sticky {
    padding: 5px 100px;
    background: #ffffff;

}

.dark-gradient {
    background-image: linear-gradient(to bottom, #000000, transparent);
    padding-top: 0px;

}

.bgColor .top-register-btn{
    margin-left: 1.5rem;
    background-color: #00e6e3;
    cursor: pointer;
    /* font-size: 1rem; */
    color: #15011d;
    letter-spacing: .4px;
    line-height: 24px;
    font-family: BentonSansRegular;
    font-weight: 300;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 2rem;
    font-weight: 500;
    letter-spacing: .4px;
}

.bgColor .top-register-btn::after{
    content: "";
    background: url("/images/icon-more-small-dark.svg") no-repeat;
    width: 23px;
    height: 14px;
    margin-left: 8px;
    transition: all .2s ease-out;
    display:inline-flex;
    flex-shrink: 0;
}


#Item {
    color: #ffffff;
    font-size: 24px;
    padding-right: 50px;
}

.lady-image {
    width: 100%;
    height: 95%;
    object-fit: cover;
    border: none;
}
.lady-imagepro {
    width: 100%;
    height: 78%;
    object-fit: contain;
    border: none;
}

.overview-card {
    border: 0;
    border-radius: 0px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
    /* line-height: 50px !important; */

}

.overview-para {
    line-height: 24px !important;
    /* padding: 50px; */


}

.main-banner {
    height: 330px;
    background-image: url("/images/banner.png");
    background-size: cover;
    background-position-y: center;
    background-position-x: right;
}

h1 {
    font-size: 1.8rem;
    color: #fab414;
    letter-spacing: .12px;
    line-height: 40px;
    font-family: BentonSansRegular;
    font-weight: 600;
}

p {
    margin-top: 1rem;
    font-size: 1rem;
    color: #15011d;
    letter-spacing: .4px;
    line-height: 24px;
    font-family: BentonSansRegular;
    font-weight: 300;
}

.blue-title-box h1 {
    font-family: BentonSansRegular;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 48px;
    letter-spacing: .12px;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    word-break: break-word;
}

.blue-title-box {
    color: #fff;
    background-image: linear-gradient(239deg, #007bbd, #003f61);
    opacity: .9;
    border-radius: 4px;
    box-shadow: 0 25px 100px 0 rgb(0 0 0 / 15%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: calc((200/16)*1rem);
    margin-top: calc(-163px + 3rem);
    width: auto !important;
    padding: 2rem;
}

.card-height{
    height:100%;
}

.blue-title-box1 {
    color: #fff;
    background-image:linear-gradient(239deg, #007bbd, #003f61);
    opacity: .9;
    border-radius: 4px;
    box-shadow: 0 25px 100px 0 rgb(0 0 0 / 15%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: calc((200/16)*1rem);
    margin-top: calc(-53px + 3rem);
    width: auto !important;
    padding: 2rem;
    border: 0;
}

.carousel-item {
    height: fit-content !important;
}

.carousel-item img {
    width: 100%;
}

.carousel-inner {
    margin-top: 10px;
}

.hero-video-container {
    position: relative;
    background-color: #FEFEFE !important;
}


.hero-video {
    width: 100vw;
    min-height: 100vh;
    width: 100%;
    position: relative !important;
}

video {
    object-fit: cover;
    width: 100%;
    height: 99vh;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-video-container header {
    z-index: 1000;
}

.card-align {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 50vh;
    text-align: left;
    /* margin-left: 10px; */

}

.card-title {
    font-size: 1.8rem;

    letter-spacing: .4px;
    line-height: 32px;
    font-family: BentonSansRegular;
    font-weight: 600;

}

.card-text {
    /* font-size: 18px; */
    line-height: 19px;
}

#cards {
    background-image: linear-gradient(239deg, #003F61E6, #007BBDE6);
    background-color: transparent;
    border-width: 0;
    opacity: 1;
    color: #ffffff;
    padding: 25px;
}

.find-out-button {
    color: #ffffff;
    border-radius: 20px;
    border-width: 1px;
    border-color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    margin-top: 10px;
}

.arrow-icon {
    padding-left: 15px;
}

.find-out-button {
    transition: all .2s ease-out;
}

.find-out-button:hover {
    color: #15011d;
    border-color: #00e6e3;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 20%);
    transform: scale(1.2);
    z-index: 1;
    background: #00e6e3;
}

.shape-background {
    background-image:linear-gradient(rgb(255 255 255 / 96%), rgb(255 255 255 / 88%)), url("/images/detailbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.shapeleader-background {
    background-image:linear-gradient(rgb(255 255 255 / 96%), rgb(255 255 255 / 88%)), url("/images/leaders.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}
.shapestage-background {
    
    width: 100%;
    background-position: center;
}
.shapeteam-background {
    background-image:linear-gradient(rgb(255 255 255 / 96%), rgb(255 255 255 / 88%)), url("/images/teambg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.stages-background {
    background-color: #ffffff;
}

.rewards-background {
    background-image: url("/images/whatsin.png");
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: right top;
    margin-bottom: 5em;
}

.eligibilityBackground{
    background-image: url("/images/eligibility.png");
    width: auto;
    height: 100%;
    background-size: cover;
    
}

.rewardsCard {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1) !important;
    border: none;
    border-radius: 0px;
    width: 100%;
    margin-top: 50px;
    min-height: 352px;
}
.rewardtitle
{
    font-size: 20px;
    font-weight: bold !important;
    padding-top: 10px;
    color:#0070AD;
}

.rewardsCardtwo {
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1) !important;
    border: none;
    border-radius: 0px;
    width: 100%;
    margin-top: 60px;
    min-height: 352px;
}
.rewardshadowbox{
    border-radius: 2px;
    box-shadow: 0 0 0 8px rgb(39 163 235 / 4%)
}
.grouplady-image {
    height: 100%;
    width: auto;
    object-fit: cover;
    border: none !important;
    border-radius: 0px;
}

.textHide {
    /* font-size: 1.3rem; */
    line-height: 25px;
    color: #15011d;
}

.teamCard {
    border: none;
    border-radius: none;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);

}

.team-bg {
    padding-top: 13%;
    padding-bottom: 5%;
    background-color: #FEFEFE;
}

.team-para {
    font-size: 1.3rem;
    line-height: 25px;
}

.name-head {
    font-size: 26px;

}

.bg-color-footer {
    background-color: #e5e5e5;
    width: 100%;
    height: 10vh;
    margin-top: 150px;
}

.entry-heading {
    font-size: 2.25rem;
    color: #15011d;
    letter-spacing: .12px;
    line-height: 48px;
    font-family: BentonSansRegular;
    font-weight: 400;
    text-align: left;
}

.womenIcon {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background-color: #000000;
    border-radius: 100px;
    padding: 10px 15px;
    margin-right: 25px;
    width: 40px;
    height:40px;
    font-weight: 600;
}

.checkIcon{
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background-color: #000000;
    border-radius: 100px;
    padding: 10px;
    margin-right: 25px;
    width: 40px;
    height:40px;
    font-weight: 600;
}

.entry-para {
    font-size: 24px;
}

.novelty-heading {
    color: #ffffff;
}

.novelty-para {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 25px;
    font-weight: 100;
}

.value-card {
    margin-left: 140px;
}

.implementation-card {
    margin-top: 150px;
    margin-left: 20px;

}

.tech-heading {
    font-size: 24px;
    color: #000000;
}

.tech-para {
    font-size: 18px;
    line-height: 25px;
}

.value-para {
    font-size: 20px;
    color: #000000;
}

.shape-padding {
    margin-top: 40px;
    margin-bottom: 150px;
}
.panel-padding {
    margin-top: 10px;
    margin-bottom: 50px;
    z-index: 0;
}
.cycle-padding{
    margin-top: 60px;
    margin-bottom: 50px;
}

/* .shape-padding1{
    /* margin-top: 80px;
    margin-bottom: 100px; */
*/ .accordion-item {
    border: 1px solid !important;
}

.accordion-button {
    /* font-size: 32px; */
}

.bgColor {
    /* background-color: #ffffff; */
    transition: all .5s;
    background-image: none;
    color: #000000 !important;
    /* -webkit-box-shadow: 0px 25px 56px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 25px 56px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 25px 56px 0px rgb(0 0 0 / 15%); */

    background: rgba(255,255,255,.9);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    height: 75px;
}

.logoImg {
    background-image: url("/images/logo_white.svg");
    background-repeat: no-repeat;
}

.logoWhite {
    background-image: url("/images/logo_white.svg");
    background-repeat: no-repeat;
}

.quotation-para1 {
    font-size: 20px;
    line-height: 25px;
}

.quotation-para2 {
    font-size: 18px;
    color: #007bbd;
    font-weight: 400;
}

.eligibility-heading {
    color: #ffffff;
}

.eligibility-para {
    color: #ffffff;
    font-size: 19px;
    text-align: left;
    line-height: 24px;
    padding-left: 20px;
    min-height: 60px;
}
.eligibility-icon
{
    width:48px;
    height: 48px;
}
.eligibility-text{
    font-size: 17px;
}

.circle-icon {
    font-size: 22px;
    padding-right: 15px;
    color: #ffffff;
}

.participate-para {
    line-height: 24px !important;
    text-align: justify;
}
.welcome-para{
    color: #ffffff;
    font-size: 22px;
    line-height: 5px;
}
.details-para{
    font-size: 18px;
    font-weight: 500;
}

.formats-para{
    font-size: 13px;
}

::-webkit-file-upload-button{
    border-radius: 30px;
    background-color: transparent;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    font-size: 15px;
    border-width: 1px;
}

/* IDEATION PAGE STYLES*/

.hackathon-para{
    color: #ffffff;
    font-size: 18px;

}
.ideation-para{
    font-weight: 500;
    font-size: 22px;
}
.submit-details-para{
    font-size: 32px;
    font-weight: 400;
    padding: 20px;
}
.add-idea-button{
    background-color: #0070AD !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 10px !important;
    font-size: 26px !important;

}
.plus-icon{
    font-size: 20px !important;
    color: #ffffff;
}
.womens-background{
    background-image: url("/images/whatsin.png");
    width: 100%;
    height: 400px;
    background-size: cover;
}
.laptop-icon{
    font-size: 20px;
    background-color: #000000;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    padding-top: 10px; 

}
.team-lead-para{
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
.person-icon{
    font-size: 24px;
}

.header-bg{
    background-color: #12ABDB;
    height: 9vh;
    width: 100%;
    margin-top: 30px;
    margin-left: -20px;
}
.header-bg-idea2{
    background-color: #12ABDB;
    height: 9vh;
    width: 100%;
    margin-top: 30px;
    margin-left: -60px !important;

}
.bulb-icon{
    color: #ffffff;
    font-size: 32px;
}
.details-heading{
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}
.name-of-idea-input{
    background-color: #e5e5e5 !important;
    border-radius: 40px !important;
    border-width: 0px !important;
}
.description-of-idea-input{
    background-color: #e5e5e5 !important;
    border-radius: 25px !important;
    border-width: 0px !important;

}
.label-idea{
    color: #000000;
    font-size: 28px;
}
.upload-btn{
    border-radius: 20px !important;
}
.upload-icon{
    font-size: 20px;
}
.lorem-para-account{
    color: #12ABDB;
    font-size: 20px;
    font-weight: 400;
}
.lorem-para-description{
    color: #000000;
    font-size: 18px;
}
.choose-file-button{
    height: 10px !important;
    width: 20% !important;
}
.submitBtn{
    width: 400px;
    border-radius: 30px !important;
    background-color: #2B0A3D !important;
    color: #ffffff !important;
    font-size: 26px !important;
}
.header-idea2-bg{
    background-color: #12ABDB !important;
    height: 9vh;
    width: 100%;
    margin-top: 30px;
}
.another-add-btn{
    margin-left: auto;
    background-color: #0070AD !important;
    color: #ffffff !important;
    font-size: 18px !important;
    border-radius: 25px !important;

}
.choose-idea-drop-down{
    border-width: 1px  !important;
    font-size: 18px !important;
    border-radius: 25px !important;
}
.plus-icon-idea2{
    font-size: 50px;

}
.pen-square-icon{
    font-size: 22px;
    margin-left: auto;
    color: #ffffff;
}
.pen-icon-in-textarea{
    margin-left: -40px;
    padding-top: 20px;
}
.pen-icon-in-description{
    margin-left: auto;
    padding-right: 30px;
    padding-top: 10px;
    color: #000000;
}
/* .carousel-caption{
   
    border-radius: 4px;
    box-shadow: 0 25px 100px 0 rgb(0 0 0 / 15%), 0 2px 4px 0 rgb(0 0 0 / 50%);
    background-image: linear-gradient(244deg,rgba(0,123,189,.9),rgba(0,63,97,.9));
    
    
} */

@media (max-width: 1600px) {
    .noveltyCard {
        background-color: #0070AD;
        border: none;
        border-radius: 0px;
        margin-left: -15px;
    }

    .pitch-card {
        padding: 25px;
        border: 0;
        border-radius: none;
        background-color: #ffffff;
        box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
        margin-right: 5px;
        margin-top: 50px;
    }

    /* .carousel-item{height:650px !important;}  */
}


@media (max-width: 850px) {
    


    .desirabiltyCard {
        background-color: #2B0A3D;
        border: none;
        border-radius: 0px;
        margin-left:0px;
        /* margin-left: -35px; */
        margin-top: 25px !important;
    }

    .shape-padding1 {
        margin-top: 150px;
    }

    .ignoreSmall{
        display:none;
    }

    /* .carousel-item{height:230px !important;} */
    /* .carousel-item video{height:auto; width:100%;} */
    /* .carousel-caption{bottom:-8rem !important;} */
}


@media (max-width: 575.98px) {
    .card-height{
        height:auto;
    }

    .carousel-inner {
        margin-top: 25px;
    }

    .eligibility-card{
        /* margin-top: 15em !important; */
        margin-top:380px !important;
    }

    .desirabiltyCard {
        background-color: #2B0A3D;
        border: none;
        border-radius: 0px;
        margin-left: -35px;
        margin-top: 25px !important;
    }

    .noveltyCard {
        background-color: #0070AD;
        border: none;
        border-radius: 0px;
        margin-left: -15px;
    }

    .shape-padding1 {
        margin-top: 300px;
    }

    .overview-card {
        width: 90%;
        margin: 0 auto;
    }

    .quotation-sub-row{
        padding:0;
        margin:0 auto;
    }

    

}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
 }

 .details-text{
    font-size: 1rem;
    color: #15011d;
    letter-spacing: .4px;
    line-height: 24px;
    font-family: BentonSansRegular;
    font-weight: 300;
    text-align: left;
    padding-top: 1.5rem;
    align-items: center;
 }

 h3{font-size: 1.5rem;
    color: #15011d;
    letter-spacing: .12px;
    line-height: 40px;
    font-family: BentonSansRegular;
    font-weight: 400;}

    .noveltyCard, .desirabiltyCard, .impactCard{
        min-height: 50vh;
        height:auto;
    }

    .noveltyCard .card-title, .desirabiltyCard .card-title, .impactCard .card-title{
        font-size:1.5rem;
    }


    h6.eval-crit{
    font-size: 1.25rem;
    color: #0070AD;
    letter-spacing: .4px;
    line-height: 32px;
    font-family: BentonSansRegular;
    font-weight: 400;
    text-align: left;
    }
    

    .bold-text{
        font-weight:600;
    }

    .accordion-header{
        font-size: 1.5rem;
    color: #15011d;
    letter-spacing: .4px;
    line-height: 32px;
    font-family: BentonSansRegular;
    font-weight: 400;
    }
    .criteria-para{
        color: #ffffff;
        line-height: 24px !important;
        font-size:16px ;
        margin-top: 1px;

    }
    .registration-date-para{
        color: #000000;
        line-height: 28px !important;
        font-size:20px;
        text-align: center;

    }
    .stage1-head{
        font-size: 40px;
        width: 55px;
        height: 55px;
        background-color: #007bbd;
        color: #fff;
        border-radius: 100px;
        text-align: center;
       
    }
    .vl{
        height: 50px;
        border-left: 6px solid #0070AD;
    }
    .quotation-img-card{
        height:460px;
    }

    .quotation-img-card img{
        width:auto;
        height:100%;
        object-fit: cover;
    }

    @media (max-width: 767.98px){
        .eligibility-card{
            /* margin-top: 15em !important; */
            margin-top:320px !important;
        }
    

    }

    @media (max-width: 390px){
        .eligibility-card{
            /* margin-top: 15em !important; */
            margin-top:450px !important;
        }
    

    }

    

    @media (max-width: 991.98px){
        .card-height{
            height:auto;
        }
    

    }

    .sapdesign .navboxlogo
    {
        padding-left: 15% !important;
    }
    .sapdesign .navboxmenu
    {
        padding-right: 19% !important;
        /* padding-bottom: 10px !important; */
    }

/* Internal One */


.quotation-card{
    border-radius:0;
    background-color: #ffffff;
box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 10%);
border: none;
border-radius: 0px;
  
  }
        .bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

@media (max-width: 994px) {

.eligibility-card{
  background-color:#0070AD ; 
  border: 0px; 
  box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
  border-radius: 0px;
  height: auto;
}
.quotation-card{
    margin-top: -50px !important;
    height: 300px !important;
    border: 0px;
}
.ignoreSmall{
  display:none
}
}

@media (min-width: 995px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}

.eligibility-card{
  background-color:#0070AD ;
border: 0px; 
box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
border-radius: 0px;
height: auto;
margin-left: -220px;

}
.quotation-card{
  margin-top: -375px !important;
    /* margin-top: -340px !important; */
    height: 300px !important;
    border: 0px;
}


}

.b-example-divider {
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}

.bi {
vertical-align: -.125em;
fill: currentColor;
}

.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}

.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.registrationCardBody{
background-color:#ffffff ; 
/* margin-right: 40px;  */
border: 0px; 
box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
border-radius: 0px;

}

.registrationCard{
width: 100%; 
height: auto;
background-color:#15011D;
border-radius: 0px; 
border: 0px; 
position: absolute; 

text-align: center;
bottom: -35px;
}
.ideationCard{
width: 100%; 
height: auto;
background-color:#12ABDB;
border-radius: 0px; 
border: 0px; 
position: absolute; 

text-align: center;
bottom: -35px;      
}
.prototypeCard{
width: 100%; 
height: auto;
background-color:#0070AD;
border-radius: 0px; 
border: 0px; 
position: absolute; 

text-align: center;
bottom: -35px; 

}
.winnerCard{
width: 50%; 
height: auto;
background-color:#272936;
border-radius: 0px; 
border: 0px; 
position: absolute; 
right: 10px; 
text-align: center;
top: -35px; 


}
.dateText{
font-size:1rem; 
padding-top: 2px;
color: #ffffff; 
text-shadow: none;
line-height:24px;

}
.registrationHeading{
font-size:24px ;
text-shadow: none;

}

.footer {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
  }

  .user {
      display: inline-block;
      width: 150px;
      height: 150px;
      border-radius: 50%;

      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
  }

  .menuItem{
    color:grey;
    font-size:larger;
    padding-right: 50px;
    font-weight: bold;
  }

  .menuItem.menuActive{
    color:white;
    
  }

  @media (max-width: 575.98px) {
    .quotation-card{
      border-radius:0;
      width:80%;
      margin:0 auto;
      height: auto !important;
    }
  }




    /* Our Team */
    .demo{ background: #e5e5e5; }

.our-team{
    border: 2px solid #1d77bc;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}

.our-team:before,
.our-team:after{
    content: "";
    width: 100%;
    height: 104%;
    /* background: #1d77bc; */
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    transition: all 0.3s ease 0s;
}

.our-team:after{
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}

.our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }

.our-team:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }

.our-team img{
    width: 100%;
    height: 282px;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.our-team .team-content{
    width: 93%;
    padding: 25px 0 10px;
    background: #fab414d6;
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    /* -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%); */
    /* clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%); */
    transform: translateX(-50%);
    transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9);
    border-radius: 5px;
}

.our-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}

.our-team .title{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
    line-height: 23px;
}

.our-team .post{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
.our-team .company{
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
}

.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}

.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    color: #1d77bc;
    transition: all 0.3s ease 0s;
}

.our-team .social li a:hover{
    background: linear-gradient(to bottom,#1d77bc, darkred);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: #fff;
}

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

/* Quote */

*,:after,:before{box-sizing:border-box}
.pull-left{float:left}
.pull-right{float:right}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}

.author-quote-wrap .author-quote,
.author-quote-wrap .author-photo:before{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
}

.author-quote-wrap{
	color:#fff;
	width:100%;
	overflow:hidden;
	max-width:100%;
	min-height:390px;
	margin:0px auto 0;
	background:#0070ad;
	position:relative;
	box-shadow:0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21);
}
.author-quote-wrap .author-quote{
	display:none;
}
.author-quote-wrap .toggle-quote{
	display:none;
}
.author-quote-wrap .toggle-quote:checked + .author-quote{
	display:block;
}
.author-quote-wrap .author-quote a{
	color:inherit;
	text-decoration:none;
}
.author-quote-wrap .author-photo,
.author-quote-wrap .quote-content{
	height:100%;
	position:relative;
}
.author-quote-wrap .author-photo{
	width:25%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	quotes:'\201C''\201D''\2018''\2019';
}
.author-quote-wrap .author-photo.photo-a{
	background-image:url('../images/sindhu.png');
}
.author-quote-wrap .author-photo.photo-b{
	background-image:url('../images/ashwin.png');
}
.author-quote-wrap .author-photo.photo-c{
	/* background-image:url(https://raw.githubusercontent.com/khadkamhn/day-007-author-quote/master/img/author-3.jpg); */
}
.author-quote-wrap .author-photo.photo-d{
	/* background-image:url(https://raw.githubusercontent.com/khadkamhn/day-007-author-quote/master/img/author-4.jpg); */
}
.author-quote-wrap .author-photo.photo-e{
	/* background-image:url(https://raw.githubusercontent.com/khadkamhn/day-007-author-quote/master/img/author-5.jpg); */
}
.author-quote-wrap .author-photo:before{
	/* content:''; */
	background:rgb(22 160 255 / 23%);
}
.author-quote-wrap .author-photo:after{
	top:15px;
	left:60px;
	font-size:72px;
	line-height:72px;
	position:absolute;
	font-family:serif;
	/* content:open-quote; */
}
.author-quote-wrap .author-photo .navigate{
	left:15px;
	z-index:10;
	right:15px;
	bottom:15px;
	position:absolute;
	text-align:center;
}
.author-quote-wrap .author-photo .navigate .label{
	width:15px;
	height:30px;
	cursor:pointer;
	position:relative;
	display:inline-block;
}
.author-quote-wrap .author-photo .navigate .label.left{
	left:-30px;
}
.author-quote-wrap .author-photo .navigate .label.right{
	right:-30px;
}
.author-quote-wrap .author-photo .navigate .label.disabled{
	cursor:not-allowed;
}
.author-quote-wrap .author-photo .navigate .label:before,
.author-quote-wrap .author-photo .navigate .label:after{
	content:'';
	height:2px;
	width:15px;
	background:#f5f5f5;
	position:absolute;
}
.author-quote-wrap .author-photo .navigate .label:before{
	top:62%;
}
.author-quote-wrap .author-photo .navigate .label:after{
	bottom:62%;
}
.author-quote-wrap .author-photo .navigate .label.left:before,
.author-quote-wrap .author-photo .navigate .label.right:after{
	transform:rotate(45deg);
}
.author-quote-wrap .author-photo .navigate .label.right:before,
.author-quote-wrap .author-photo .navigate .label.left:after{
	transform:rotate(-45deg);
}
.author-quote-wrap .author-photo .navigate .label.left:before,
.author-quote-wrap .author-photo .navigate .label.left:after{
	left:0;
}
.author-quote-wrap .author-photo .navigate .label.right:before,
.author-quote-wrap .author-photo .navigate .label.right:after{
	right:0;
}
.author-quote-wrap .author-photo .navigate .label.disabled:before,
.author-quote-wrap .author-photo .navigate .label.disabled:after,
.author-quote-wrap .author-photo .navigate .label.disabled:hover:before,
.author-quote-wrap .author-photo .navigate .label.disabled:hover:after{
	background:#bbb;
}
.author-quote-wrap .author-photo .navigate .label:hover:before,
.author-quote-wrap .author-photo .navigate .label:hover:after{
	background:#fff;
}

.author-quote-wrap .quote-content{
	padding:15px;
	width:calc(1112px - 140px)
}
.quote-content .quote-like{
	font-size:12px;
	font-weight:400;
	padding:4px 8px;
	border-radius:15px;
	display:inline-block;
	background:rgba(0,0,0,.2);
}
.quote-content .quote-like .love{
    width:18px;
    height:10px;
    position:relative;
	display:inline-block;
}
.quote-content .quote-like .love:before,
.quote-content .quote-like .love:after {
    top:0;
    left:7px;
    content:'';
    width:7px;
    height:12px;
    background:#fff;
    position:absolute;
	transform:rotate(-45deg);
	transform-origin:0 100%;
    border-radius:20px 20px 0 0;
}
.quote-content .quote-like .love:after {
    left:0;
	transform:rotate(45deg);
	transform-origin :100% 100%;
}

.quote-content .quote-text,
.quote-content .quote-author{
	text-transform:uppercase;
}
.quote-content .quote-text{
	font-size:18px;
    text-transform: capitalize;
    padding: 50px;
    text-align: justify;
}
.quote-content .quote-author{
	bottom:15px;
	font-size:14px;
	font-weight:bold;
	position:absolute;
    padding: 50px;
}
.quote-content .quote-author:before{
	content:'- ';
}
/* result */


table 
{ 
  border-spacing: 1; 
  border-collapse: collapse; 
  background:white;
  border-radius:6px;
  overflow:hidden;
  max-width: 100%;
  width:100%;
  margin:0 auto;
  position:relative;
  box-shadow: 0 1px 2px #0066b459;
  
}
 
  
  td,th{ padding-left:8px}

  thead tr        { 
    height:60px;
    background:linear-gradient(239deg, #003f61, #007bbd);
    font-size:16px;
    color: #fff;
  }
  
  tbody tr        
  { height:50px; border-bottom:1px solid #0066b421 ;
   
  }
  
 	td,th { text-align:left;
	}


/* test */

.slide--parent {
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
  }
  
  .slide--parent p {
    line-height: 1.8;
  }
  
  .slide--parent h1 {
    letter-spacing: 10px;
    color: #343434;
    margin: 0;
  }
  
  .slide--parent small {
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0.5em;
    display: inline-block;
    color: #999;
    position: relative;
    padding-left: 3em;
  }
  
  .slide--parent small:after {
    content: "";
    position: absolute;
    left: 0em;
    top: 50%;
    height: 4px;
    width: 2.4em;
    background: #fab414;
    transform: translateY(-50%);
  }
  
  .slide--parent .parent--el {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
  
  .slide--parent .parent--el .two--col {
    display: flex;
    align-items: center;
  }
  
  .slide--parent figure {
    margin: 0;
  }
  
  .slide--parent .is-item {
    width: 60%;
  }
  
  .slide--parent .is-item.has--img {
    width: 40%;
  }
  
  .slide--parent .the-img {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .slide--parent .the-img img {
    width: 100%;
  }
  
  .slide--parent .is-item--inner {
    padding: 0em 1em 0em 3em;
    text-align: justify;
  }
  
  .slide--parent hr {
    margin: 0.5em 0em;
    height: 4px;
    background: #eee;
    border: none;
  }
  
  .slide--parent .the-img {
    overflow: hidden;
  }
  
  .slide--parent .the-img img {
    position: relative;
    transform: translateX(100%);
    transition: all 600ms ease;
  }
  
  .slide--parent .is-item--inner p {
    transform: translateY(15px);
    position: relative;
    opacity: 0;
    transition: all 400ms ease;
  }
  
  .slide--parent  h1 {
    overflow: hidden;
  }
  
  .slide--parent h1 span {
    transform: translateY(100%);
    position: relative;
    transition: all 500ms ease;
    display: inline-block;
  }
  
  .slide--parent hr {
    width: 0;
    max-width: 8em;
    transition: all 2500ms ease;
  }
  
  .slide--parent small {
    transform: translateY(10px);
    opacity: 0;
    transition: all 100ms ease;
  }
  
  .slide--parent small:after {
    width: 0;
    max-width: 2.4em;
    transition: all 1500ms ease;
  }
  
  .slide--parent .parent--el.is-selected .the-img {
    overflow: hidden;
    border-radius: 10px;
  }
  
  .slide--parent .parent--el.is-selected .the-img img {
    position: relative;
    transform: translateX(0%);
    transition-delay: 500ms;
  }
  
  .slide--parent .parent--el.is-selected .is-item--inner p {
    transform: translateY(0px);
    transition-delay: 500ms;
    position: relative;
    opacity: 1;
  }
  
  .slide--parent .parent--el.is-selected .is-item--inner p:nth-of-type(2) {
    color: red;
    transition-delay: 700ms;
  }
  
  .slide--parent .parent--el.is-selected .is-item--inner p:nth-of-type(3) {
    transition-delay: 900ms;
  }
  
  .slide--parent .parent--el.is-selected h1 {
    overflow: hidden;
  }
  
  .slide--parent .parent--el.is-selected h1 span {
    transform: translateY(0%);
    position: relative;
    transition-delay: 400ms;
    display: inline-block;
  }
  
  .slide--parent .parent--el.is-selected hr {
    width: 100%;
    max-width: 8em;
    transition-delay: 500ms;
  }
  
  .slide--parent .parent--el.is-selected small {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 400ms;
  }
  
  .slide--parent .parent--el.is-selected small:after {
    width: 100%;
    transition-delay: 600ms;
    max-width: 2.4em;
  }

.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:#fab414;border:none;color:#fff}.flickity-button:hover{background:#0070add9;cursor:pointer;color:#fff}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:0px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:30%;top:30%;width:40%;height:40%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/* datatable */
.dataTables_filter
{
    float: right;
    padding-bottom:20px;
}
.dataTables_length
{
    display: none;
}
#example_paginate{
    float: right;
}
.active>.page-link, .page-link.active
{
    background-color: #007bbd !important;
    border-color:#007bbd !important;
    color: #fff !important;
}
.page-link
{
    color: #007bbd !important;
}


/* Result Page Tab */


.resulttabs {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 30px;
    padding-bottom: 80px;
    width: 100%;
    height: 100%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    min-width: 240px;
}
.resulttabs input[name="tab-control"] {
    display: none;
}
.resulttabs .content section h2, .resulttabs ul li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    color: #0067b4e0;
}
.resulttabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.resulttabs ul li {
    box-sizing: border-box;
    flex: 1;
    /* width: 25%;
    padding: 0 10px; */
    text-align: center;
}
.resulttabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
}
.resulttabs ul li label br {
    display: none;
}
.resulttabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}
.resulttabs ul li label:hover, .resulttabs ul li label:focus, .resulttabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}
.resulttabs ul li label:hover svg, .resulttabs ul li label:focus svg, .resulttabs ul li label:active svg {
    fill: #bec5cf;
}
.resulttabs .slider {
    position: relative;
    width: 50%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.resulttabs .slider .indicator {
    position: relative;
    width: 180px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #0067b4e0;
    border-radius: 1px;
}
.resulttabs .content {
    margin-top: 30px;
}
.resulttabs .content section {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
}
.resulttabs .content section h2 {
    color: #0067b4e0;
    display: none;
}
.resulttabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #0067b4e0;
    margin-top: 5px;
    left: 1px;
}
.resulttabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #0067b4e0;
}
.resulttabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: #0067b4e0;
}
@media (max-width: 600px) {
    .resulttabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: rgba(0, 0, 0, 0.08);
   }
}
.resulttabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
}
.resulttabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}
.resulttabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #0067b4e0;
}
.resulttabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #0067b4e0;
}
@media (max-width: 600px) {
    .resulttabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        background: rgba(0, 0, 0, 0.08);
   }
}
.resulttabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    transform: translateX(100%);
}
.resulttabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}
.resulttabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #0067b4e0;
}
.resulttabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #0067b4e0;
}
@media (max-width: 600px) {
    .resulttabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: rgba(0, 0, 0, 0.08);
   }
}
.resulttabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
}
.resulttabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}
.resulttabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #0067b4e0;
}
.resulttabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #0067b4e0;
}
@media (max-width: 600px) {
    .resulttabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: rgba(0, 0, 0, 0.08);
   }
}
.resulttabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
}
.resulttabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}
@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
   }
    to {
        opacity: 1;
        transform: translateY(0%);
   }
}
@media (max-width: 1000px) {
    .resulttabs ul li label {
        white-space: initial;
   }
    .resulttabs ul li label br {
        display: initial;
   }
    .resulttabs ul li label svg {
        height: 1.5em;
   }
}
@media (max-width: 600px) {
    .resulttabs ul li label {
        padding: 5px;
        border-radius: 5px;
   }
    .resulttabs ul li label span {
        display: none;
   }
    .resulttabs .slider {
        display: none;
   }
    .resulttabs .content {
        margin-top: 20px;
   }
    .resulttabs .content section h2 {
        display: block;
   }
}
