:root {
    --main-color: #70A5FF;
    --dark-blue : #2957A4;
    --body-text: #FFF;
    /* --bg-overlay: rgba(41, 87, 164, 0.28); */
    --bg-overlay: rgba(41, 87, 164, 0.50);
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url('../font/SourceSansPro-Regular.otf') format('opentype');
}

body {
    font-family: "Source Sans Pro";
}

#header {

    background-color: var(--main-color);

}

.logo {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--body-text);
    padding-right: 47px;
}

.navbar-light .navbar-nav .nav-link:hover ,
.navbar-light .navbar-nav .nav-link:focus {
    text-decoration: underline;
    color: var(--body-text);
}

/* #slide-image {
    background: url("Images/background/home-bg.jpg") no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    height: 823px;
} */

#slide-image {
    position: relative;
    /* background: url("Images/background/home-bg-new.jpeg") no-repeat; */
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}

#slide-image .bg-overlay ,
#works .bg-overlay ,
#second-card .bg-overlay ,
#contact-form .bg-overlay ,
#join-form .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-overlay);
}

.bg-half-260 {
    padding: 362px 0;
    padding-top: 230px;
    background-size: cover!important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative!important;
    background-position: center center;
}

#slide-image .content {
    position: relative; /* Ensure that the text is above the overlay */
    color: var(--body-text);
}

#slide-image .content a {
    text-decoration: none;
    color: var(--body-text);
    font-size: 17px;
    font-weight: 700;
}


.position-reletive {
    position: relative;
}

.shape{
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -10px;
    left: 0;
    
}

.shape img {
    width: 100vw;
    height: 123px;
    vertical-align: bottom;
}

#card {
    position: relative;
    margin-top: -200px;
    margin-bottom: 70px;
}

#card .card-content {

    width: auto;
    /* max-height: none;*/
    margin: 20px auto;
    width: 100%;
    min-height: 331px;
}


.card-content {

    position: relative;
    background: url('../Images/background/card-bg.png');
    background-repeat: no-repeat;
    background-size:cover;


    max-width: 367px;
    max-height: 316px;
    border-radius: 25px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 20px;
    padding: 57px 65px 28px 65px;
}

.card-content:hover .card-content-overly {
    height: 100%;
    border-radius: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 57px 65px 28px 65px;
}

.card-content .card-content-overly {
    background-image: linear-gradient(180deg,var(--main-color),var(--dark-blue));
    border-radius: 30px;
    bottom: 100%;
    box-shadow: 0 2px 7px rgba(0,0,0,.25);
    height: 0;
    left: 0;
    margin-bottom: 28px;
    overflow: hidden;
    padding: 0 13px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s ease;
    width: 100%;
}

.card-content img {
    padding-bottom: 41px;

}

#card .card-content .card-content-overly img {
    padding-bottom: 41px;
    width: 68px;
}

.card-content h1 a {
    text-decoration: none;
}

#card .card-content .card-content-overly h1 a {
    text-decoration: none;
    color: var(--body-text);
}

.card-content h1 {
    text-decoration: none;
    padding-bottom: 9px;
    font-size: 24px;
    font-weight: 700;

}

#card .card-content .card-content-overly h1 {
    text-decoration: none;
    padding-bottom: 9px;
    font-size: 24px;
    font-weight: 700;
    color: var(--body-text);
}

#card .card-content .card-content-overly span {
    color: var(--body-text);
}

/* .card-content span {
    font-size: 20px;
} */

#works ,
#second-card {
    background-size: cover!important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative!important;
    background-position: center center;
}

#works .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 74px;
}
#works .container h1 {
    position: relative;
    font-weight: 700;
    color: var(--body-text);
    font-size: 50px;
}

#works .container .work-card {
    margin-top: 64px;
}

#works .container .work-card .work-content .img-container {
    position: relative;
    
}
#works .container .work-card .work-content:hover {
    transition: all 0.6s ease-in-out;
    transform: scale(1.1);
    
}

#works .container .work-card .work-content .img-container img {
    width: 100%;
    border-radius: 18px;
    
}

#works .container .work-card .work-content .img-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.25); This adds the color overlay */
    border-radius: 18px;
}
#works .container .work-card .work-content .img-container .overlay:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); /* This adds the color overlay */
    border-radius: 18px;
}

#works .container .work-card .work-content p {
    margin-top: 14px;
    color: var(--body-text);
}


#events {
    margin-top: 97px;
    margin-bottom: 85px;
}

#events img {
    position: relative;
    width: 100%;
    margin-left: 69px;
    margin-top: -27px;
}
#events .event-details {
    max-width: 560px;
    /* max-height: 583px; */
    background: rgba(41, 87, 164, 0.20);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 34px;
}

#events .event-details .title {
    font-size: 31px;
    word-wrap: break-word;
    font-weight: 700;
}

#events .event-details .name {
    color: #2957A4;
    margin-top: 29px;
    margin-bottom: 25px;
    word-wrap: break-word;
    font-weight: 700;
}

#events .event-details .event-description {
    margin-bottom: 35px;
    font-weight: 700;
}

#events .event-details .view-details {
    max-width: 492px;
    /* max-height: 214px; */
    border: 1px solid #2957A4;
    background: rgba(41, 87, 164, 0.02);
    padding: 22px;
}

#events .event-details .view-details h6 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 30px;
}

#events .event-details .view-details a {
    padding: 10px 30px;
    border-radius: 12px;
    background: rgba(41, 87, 164, 0.28);
    text-decoration: none;

}
#events .event-details .view-details a:hover {
    background-color: var(--main-color);
    color: #fff;
    transition: all .3s ease-in;
}


#second-card .container {
    padding-top: 99px;
    /* padding-bottom: 78px; */
}


#second-card .second-card-content {
    position: relative;
    background: url('../Images/background/card-bg2.png');
    background-repeat: no-repeat;
    background-size:cover;

    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 0px auto 70px auto;
    height: 75%;
}

#second-card .second-card-content .second-card-overly {
    background: var(--primary-color);
    border-radius: 15px;
    -webkit-clip-path: circle(1% at 0 0);
    clip-path: circle(1% at 0 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-in;
    width: 100%;
}

#second-card .second-card-content:hover {
    color: var(--body-text);
}

#second-card .second-card-content:hover .second-card-overly {
    background: var(--main-color);
    border-radius: 15px;
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
}

#second-card .icon {
    background-color: #2957A4;
    height: 80px;
    width: 80px;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

#second-card .icon img {
    height: 48px;
    width: 48px;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


#second-card .second-card-content h1 {
    margin-top: 31px;
    margin-bottom: 19px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

#second-card .second-card-content p {
    margin-bottom: 0px;
    padding-bottom: 35px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}


#testimonial {
    margin-top: 78px;
    margin-bottom: 52px;
}

#testimonial .title {
    font-size: 50px;
    font-weight: 700;
}

#testimonial .container {
    padding: 10px;
}

#testimonial .testimonial-card {
    margin-top: 120px;
    margin-bottom: 122px;
    padding: 0px 27px;
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#testimonial .testimonial-card img {
    max-width: 166px;
    margin-top: -90px;
}

#testimonial .testimonial-card h1 {
    font-size: 23px;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 22px;
}

#testimonial .lower-card{
    position: relative;
    top: 60px;
}

#message {
    margin-bottom: 75px;
}

#message .message-content {
    max-width: 754px;
    border-radius: 10px;
    border: 1px solid #2957A4;
    background: #FFF;
    padding: 31px 87px 42px;
}

#message .message-content h1 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 35px;
}

#message .message-content span {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-blue);
}




.scroll-top {
    /* display: inline-block; */
    width: 45px;
    height: 45px;
    background: var(--dark-blue);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    border:1px solid var(--main-color);
    transition: all 0.4s ease;
}
  
.scroll-top:hover {
    background-color: var(--main-color);
}


#footer {
    background: var(--main-color);
    padding-top: 59px;
    padding-bottom: 20px;
    color: var(--body-text);
}

#footer .row>* {
    margin-bottom: 20px;
}

#footer ul {
    display: contents;
    list-style: none;
    
}

#footer ul li a {
    color: var(--body-text);
    text-decoration: none;
    
}
#footer ul li a:hover {
    text-decoration: underline;
    
}
#footer ul li {
    margin: 10px 0px;
    
}
#footer ul li img {
    padding-right: 19px;
    
}

/* #footer .icon {
    padding-top: 97px;
} */

#footer .icon li img:hover {
    transition: all 0.6s ease-in-out;
    transform: scale(1.1);
}


/* About Us */

.main {
    padding-top: 278px;
    padding-bottom: 229px;
    background: url(Images/about/about-main-bg.jpg) center;
    background-size: cover!important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative!important;
    background-position: center center;
    width: 100%;
}

.main .bg-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
}

.main h1 ,
.main p {
    position: relative;
    color: var(--body-text);
}

.main h1 {
    font-size: 55px;
    font-weight: 700;
}

.lg-bg {
    padding-bottom: 315px;
}



#manufacturing {
    margin-top: 55px;
    margin-bottom: 58px;
}
#manufacturing .title {
    font-size: 50px;
    font-weight: 700;
}
#manufacturing .description {
    margin-top: 14px;
    margin-bottom: 72px; 
    font-size: 20px;
}

#manufacturing img {
    width: 100%;
    border-radius: 27px;
    margin-bottom: 10px;
}


#our-vision .content {
    padding-top: 70px;
    /* padding-left: 20px; */
}

#our-vision .main-image img {
    /* max-width: 642px; */
    width: 100%;
}
#our-vision .content .introduction {
    color: rgba(41, 87, 164, 0.65);
    font-size: 20px;
    font-weight: 400;
}
#our-vision .content .title{
    font-size: 50px;
    font-weight: 700;
}

#our-vision .content .sub-title{
    color: rgba(41, 87, 164, 0.49);
    font-size: 35px;
    margin-bottom: 25px;
}

#our-vision .content hr{
    width: 30%;
    background: #EEE;
    margin-top: 30px;
    margin-bottom: 25px;
}

#our-vision .content .sub-description {
    width: 70%;
    font-size: 22px;
    font-weight: 700;
}


#our-goal {
    width: 100%;
    position: relative;
    padding: 40px 0; /* make the padding the same as the height of the pseudo elements*/
}
  
#our-goal:before {
    content: '';
    background: url('../Images/shape/top-2.png');
    width: 100%;
    height: 40px; /*make the height the same as the height of the background image size*/
    background-size: 100% 100%;
    position: absolute;
    top: 26px;
}
  
#our-goal:after {
    content: '';
    background: url('../Images/shape/bottom-2.png');
    width: 100%;
    height: 40px; /*make the height the same as the height of the background image size*/
    background-size: 100% 100%;
    position: absolute;
    bottom: 40px;
}

#our-goal .background-image {
    background: url('../Images/about/ourgoal-bg.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
}

#our-goal .row .col-md-6 {
    background-color: rgba(41, 87, 164, 0.50);
}

#our-goal .content {
    color: var(--body-text);
    padding-top: 25%;
}

#our-goal .content .introduction {
    color: rgba(255, 255, 255, 0.65);
    font-size: 20px;
    font-weight: 400;
}
#our-goal .content .title {
    font-size: 50px;
    font-weight: 700;
}

#our-goal img {
    width: 100%;
}


#team {
    margin-top: 21px;
}

.team-bottom-shape {
    bottom: -21px;
}

#team img {
    width: 100%;
}

#team .content {
    margin-top: 6rem;
}

#team .content .introduction {
    color: rgba(41, 87, 164, 0.65);
    font-size: 20px;
    font-weight: 400;
}

#team .content .title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

#team div.content p:last-of-type {
    font-size: 24px;
}

#team .content .percentage {
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: var(--dark-blue);
    color: #fff;
    font-size: 12px;
    position: relative;
    left: 67.5%;
    margin-top: -40px;
    border-radius: 6px;
}

#team .content .percentage:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid var(--dark-blue);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}

#team .content .range {
    border-radius: 2px;
    height: 5px;
    border-radius: 18px;
    background: #D9D9D9;
    margin: 17px 0px;
}

#team .content .range .progress  {
    border-radius: 9px;
    background: #2957A4;
    padding: 2px 5px;
    color: var(--body-text);
    width: 70%;
    height: 5px;
}

#team .medicine-img {
    width: auto;
    bottom: 0;
}


#expertise {
    background-size: cover!important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative!important;
    background-position: center center;
    padding-top: 79px;
    padding-bottom: 107px;
    width: 100%;
}

#expertise .bg-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.38);
}

#expertise .title ,
#expertise .description {
    color: var(--body-text);
    position: relative;
}

#expertise .title {
    font-size: 50px;
    font-weight: 700;
}
#expertise .description {
    font-size: 20px;
    font-weight: 400;
}

#expertise .swiper-scrollbar {
    background: #d6d6d6;
}

#expertise .swiper-scrollbar-drag {
    background: #FFF;
    border-radius: 18px;
    max-width: 410px !important;
    max-height : 10px;
}
  
#expertise .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    border-radius: 2px;
    height: 5px;
    width: 70%;
    bottom: 57px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1 !important;
    height: 10px;
    border-radius: 18px;
}




/* Blog Page */

#blog {
    margin-top: 55px;
    margin-bottom: 41px;
}

#blog .title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 44px;
}

#blog .card {
    border: none;
    margin-bottom: 29px;
}

#blog .card:hover {
    transition: all 0.6s ease-in-out;
    transform: scale(1.1);
}

#blog .card:hover .card-body {
    background-color: var(--main-color);
    border-radius: 24px;
    color: white;
}

#blog .card-body .card-btn {
    width: 133px;
    height: 43px;
    border-radius: 39px;
    font-weight: 700;
    color: var(--body-text);
    background: linear-gradient(180deg, rgba(41, 87, 164, 0.65) 0%, #2957A4 100%);
    margin-bottom: 20px;
}
#blog .card-body .card-title {
    font-size: 23px;
    font-weight: 700;
}

#blog .card-body .read-more {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}


/* Contact Us Page */

#contact-detail {
    margin-top: 50px;
    margin-bottom: 64px;
}

#contact-detail .content .title {
    font-size: 50px;
    font-weight: 700;
}
#contact-detail .content .description {
    margin-top: 11px;
    margin-bottom: 36px; 
    font-size: 20px;
}

#contact-detail .details {
    padding: 60px 56px 20px;
    background-color: var(--dark-blue);
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 0;
}

#contact-detail .details .icon {
    margin-right: 17px;
    padding-bottom: 37px;
    width: 39px;
}

#contact-detail .details a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.55);
}

#contact-detail .details .content-detail {
    color: var(--body-text);
}

#contact-detail .details .content-detail h1 {
    font-size: 23px;
    font-weight: 700;
}

#contact-detail .details .content-detail p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.55);
}
#contact-detail .details .content-detail p.address {
    font-size: 15px;
}



#contact-form {
    background-size: cover!important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative!important;
    background-position: center center;
    padding-top: 55px;
    padding-bottom: 28px;
}

#contact-form .container {
    position: relative;
}

#contact-form .content .title {
    margin-bottom: 49px;
    font-size: 50px;
    font-weight: 700;
    color: var(--body-text);
}

#contact-form .input-fild {
    width: 560px;
    margin-bottom: 33px;
}

#contact-form .input-fild img {
    position: absolute; 
    padding: 14px 21px 14px 29px;
}

#contact-form .input-fild input {
    padding-left:78px; 
    font-size: 20px;
    height: 56px;

    border-radius: 10px;
    background: #FFF;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#contact-form .input-fild textarea {
    padding-left:78px; 
    font-size: 20px;
    width: 100%;
    min-height: 214px;
    border-radius: 10px;
    border: none;
    background: #FFF;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#contact-form .contact-submit {
    background-color: var(--dark-blue);
    font-size: 25px;
    font-weight: 700;
    color: var(--body-text);
    padding: 11px 46px;
    border-radius: 7px;
}

#contact-form .contact-submit:hover {
    background-color: var(--main-color);
}


/* services Page */

#service-card {
    margin-top: 63px;
    margin-bottom: 65px;
}

#service-card .card-detail {
    max-width: 367px;
    max-height: 316px;
    border-radius: 5px;
    background-color: var(--dark-blue);
    color: var(--body-text);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 15px;
    padding: 39px 40px 26px;
    position: relative;
}

#service-card .card-detail:before {
    background: var(--primary-color);
    border-radius: 5px;
    -webkit-clip-path: circle(1% at 0 0);
    clip-path: circle(1% at 0 0);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-in;
    width: 100%;
}

#service-card .card-detail:hover:before {
    background: var(--main-color);
    border-radius: 5px;
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
}

#service-card .card-detail img {
    padding-bottom: 26px;
    position: relative;
    z-index: 1;
}

#service-card .card-detail h1 {
    padding-bottom: 19px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
#service-card .card-detail span {
    position: relative;
    z-index: 1;
}


#color-row {
    width: 100%;
    height: 217px;
    flex-shrink: 0;
    background: #7F9FC6;
    position: absolute;
    margin-top: 148px;
}

#growth {
    position: relative;
}

#growth .growth-card {
    /* max-width: 366px;
    max-height: 449px; */
    border-radius: 25px;
    background-color: var(--dark-blue);
    color: var(--body-text);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    margin: 20px;
    margin-top: 45px;
    padding: 57px 32px 0px 32px;
}

#growth .growth-card h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 23px;
}

#growth .growth-card .description {
    font-size: 20px;
}

#growth img {
    width: 100%;
    height: 100%;
}

#checkup {
    margin-top: 47px;
    margin-bottom: 79px;
}

#checkup .title {
    font-size: 50px;
    font-weight: 700;
}
#checkup a {
    display: inline-block;    
    width: 50%;
    height: 62px; 
    border-radius: 9px;
    background: linear-gradient(180deg, rgba(41, 87, 164, 0.65) 0%, #2957A4 100%);
    text-decoration: none;
    font-weight: 700;
    font-size: 25px;
    color: var(--body-text);
}
#checkup .btn-text {
    padding-top: 11px;
}
#checkup a:hover {
    background: var(--main-color);
}


#join-form {
    background-size: cover!important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative!important;
    background-position: center center;
    padding-top: 41px;
    padding-bottom: 43px;
}

#join-form .container {
    position: relative!important;
}

#join-form .content .title {
    color: var(--body-text);
    font-size: 45px;
    font-weight: 700;
}

#join-form .content .description {
    color: var(--body-text);
    margin-top: 11px;
    margin-bottom: 36px; 
    font-size: 20px;
}

#join-form .form-box {
    background-color: var(--body-text);
    border-radius: 16px;
    padding: 27px;
    max-width: 754px;
    /* margin-top: 11px;
    margin-bottom: 36px; 
    font-size: 20px; */
}

#join-form .form-box .input-fild {
    color: rgba(0, 0, 0, 0.55);
    font-family: Source Sans Pro;
    font-size: 18px;
    border-radius: 7px;
    background: #D9D9D9;
    margin-bottom: 17px;
    max-width: 340px;
}

#join-form .form-box .max-width {
    max-width: 340px;
}

#join-form .form-box .join-file-btn {
    border-radius: 7px;
    background: rgba(41, 87, 164, 0.65);
    color: var(--body-text);
    /* width: 366px; */
    width: 100%;
    max-width: 104px;
}

#join-form .form-box .join-file-btn:hover {
    border-radius: 7px;
    background: var(--dark-blue);
    color: var(--body-text);
    /* width: 366px; */
    width: 100%;
    max-width: 104px;
}

#join-form .form-box .join-submit {
    border-radius: 7px;
    background: rgba(41, 87, 164, 0.65);
    color: var(--body-text);
    /* width: 366px; */
}

#join-form .form-box .join-submit:hover {
    background: var(--dark-blue);
}




/* Sub Page First */

.sub-first {
    background-size: cover!important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative!important;
    background-position: center center;
    padding-top: 145px;
    padding-bottom: 110px;
}

.sub-first .bg-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
}

.sub-first-content h1 {
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 12px;
}

.sub-first-content p {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 16px;
}

.sub-first-content .main-btn {
    color: var(--body-text);
    font-size: 15px;
    width: 214px;
    height: 30px;
    padding: 3px 17px;
    background: #2957A4;
}

.sub-first h1 ,
.sub-first p ,
.sub-first .main-btn {
    color: var(--body-text);
}


#sub-first-introduction {
    margin-top: 80px;
    margin-bottom: 40px;
}

#sub-first-introduction .sub-first-content {
    max-width: 331px;
    margin-right: 59px;
    margin-bottom: 30px;
}
  
#sub-first-introduction .grid-divider {
    position: relative;
}
  
#sub-first-introduction .grid-divider > [class*=col-]:last-child:after {
    content: "";
    background: #888;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -35px;
}

#sub-first-introduction .indication h1 {
    color: var(--dark-blue);
    font-size: 29px;
    font-weight: 400;
}

#sub-first-introduction .indication p {
    font-size: 20px;
}

#first-work-detail {
    background: rgba(41, 87, 164, 0.20);
    padding-top: 41px;
    padding-bottom: 74px;
}

#first-work-detail h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}

#first-work-detail h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 12px;
}

#first-work-detail p {
    font-size: 20px;
    margin-bottom: 43px;
}


/* Sub Page Second */

.sub-second {
    background-size: cover!important;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative!important;
    background-position: center center;
    padding-top: 74px;
    padding-bottom: 131px;
}

.sub-second .bg-black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.sub-second-content h1 {
    color: var(--body-text);
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 12px;
}

span.smallL {
    padding: 4px;
    font-size: 10px;
}

.sub-second-content p {
    color: var(--body-text);
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 34px;
}

.sub-second .sub-card {
    background: var(--dark-blue);
    border-radius: 6px;
    padding: 0px 6px;
    margin: 10px 10px 30px 10px;
    min-height: 194px;
}

.sub-second .sub-card>div {
    background: var(--body-text);
    padding-top: 24px;
    padding-left: 20px;
    min-height: 194px;
}

.sub-second .sub-card h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}
.sub-second .sub-card h1 a {
    text-decoration: none;
}

.sub-second .sub-card p {
    /* background: var(--body-text);
    padding-top: 28px;
    padding-left: 24px; */
    font-size: 20px;
    margin-bottom: 0px;
}




/* Policy & Terms */

.tab-content h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
}

.tab-content h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}

.tab-content h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.tab-content p {
    margin: 0 0 16px;
}

.tab-content li {
    margin: 0 0 16px;
}


/********** Responsive CSS **********/

@media screen and (max-width: 1023px) {
    /* CSS rules for screens with a maximum width of 1023 pixels */
    
    /* .shape img {
        width: auto;
    } */
    
}

@media screen and (max-width: 992px) {
    /* CSS rules for screens with a maximum width of 992 pixels */
    
    .card-content {
        padding: 48px 45px 28px 45px;
    }
    
    .card-content img {
        padding-bottom: 30px;
    }
    
    .card-content:hover .card-content-overly {
        padding: 48px 45px 28px 45px;
    }
    
    #card .card-content .card-content-overly img {
        padding-bottom: 30px;
    }

    #expertise .swiper-scrollbar1 .card-content {
        max-width: none;
        margin: auto;
    }
    
    #events img {
        
        margin-left: auto;
    }

    #events .event-details ,
    #events .event-details .view-details {
        max-width: none;
    }
    
    #growth img {
        height: auto;
    }

    #join-form .form-box .max-width label {
        padding: 0px;
    }
    #join-form .form-box .max-width .col-8 {
        padding-left: 0px;
    }
    #join-form .form-box .max-width .col-4 {
        padding-right: 0px;
    }
}


@media (min-width: 768px) {
    .grid-divider > [class*=col-]:last-child:after {
        width: 1px;
        height: 155px;
    }
}

@media screen and (max-width: 768px) {
    /* CSS rules for screens with a maximum width of 768 pixels */

    .bg-half-260 {
        padding: 241px 0;
        padding-top: 93px;
    }

    
    .card-content {
        padding: 28px 32px 37px 32px;
    }

    .card-content img {
        padding-bottom: 30px;
    }

    .card-content:hover .card-content-overly {
        padding: 28px 32px 37px 32px;
    }
    
    #card .card-content .card-content-overly img {
        padding-bottom: 30px;
    }

    .main {
        padding-top: 128px;
        padding-bottom: 72px;
    }

    #our-vision .content {
        padding-left: 20px;
    }

    #our-vision .content .sub-description {
        width: auto;
    }

    #message .message-content {
        padding: 12px 8px 19px;
    }

    #message .message-content h1 {
        padding-bottom: 19px;
    }

    #footer {
        padding-top: 79px;
    }

    #footer .icon {
        padding-top: 25px;
    }

    #footer ul {
        display: block;
        
    }


    #contact-detail .details .icon {
        margin-left: 10px;
        position: absolute;
        left: 0;
    }

}
  