body {
    font-family: 'Montserrat Alternates';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

li,
b,
th,
td {
    font-family: 'PoppinsRegular';
}

a {
    text-decoration: none !important;
}

#nav-header .collapse a {
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
}
#nav-header .collapse .top-right a {
    margin: 0px 10px;
}

p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    font-family: "Roboto", Sans-serif !important;
}


#about-section h2 {
        color: #09616e;
        font-size: 2rem;
    }

.description {
    color: #000;
}


/* -----------------------header css ---------------------- */
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
}

#nav-header {
    /*padding: 60px 0px;*/
    height: 112px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#nav-header .navbar {
    background: #09616e;
    /* border-top: 1px solid #ccc; */
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 41%);
}

#nav-header .logosection {
    width: 17%;
}

#nav-header #navbarCollapse:before {
    background-color: #09616e;
    clip-path: polygon(0 0, 0% 0%, 100% 100%, 0% 100%);
    width: 50px;
    height: 100%;
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    z-index: 1;
}

#nav-header #navbarCollapse:after {
    background-color: #fff;
    transform: skewX(23deg);
    width: 8px;
    height: 100%;
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    z-index: 1;
}

#nav-header .center-section {
    width: 2%;
}

#nav-header .logosection img {
    width: 100%;
}

#nav-header .navbar-light .navbar-nav .nav-link {
    color: #09616e;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 17px;
    transition: .4s;
}

#nav-header .navbar-light .navbar-nav .nav-link:hover {
    color: #008EA9;
    fill: #008EA9;
    /* transform: scale(1.2); */
}

#nav-header .navbar .navbar-nav .nav-link.active {
    color: #09616e !important;
}

#nav-header #navbarCollapse {
    padding: 20px 0px;
    position: relative;
    background: #ffffff;
    border-left: 1px solid #04223e;
}

.navbar-nav::before {
    background-color: #ffffff;
    /* transform: skewX(23deg); */
    width: 15px;
    height: 100%;
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
}

.top-header {
    display: flex;
    align-items: center;
    min-width: 130%;
    justify-content: space-between;
    position: relative;
    padding-left: 80px;
    min-height: 40px;
}

.top-header:before {
    background-color: #57a7b3;
    content: "";
    width: 6000px;
    height: 100%;
    position: absolute;
    left: 0%;
    top: -20px;
    z-index: 0;
}

.top-right {
    position: absolute;
    top: 6px;
    right: 10px;
}

.header-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-left {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.top-header-nav li a,
.top-left li a,
.top-left li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 5px;
    line-height: 1;
}


.header-box {
    position: relative;
    z-index: 1;
}

.header-box .top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}




/* -----------------------slider css ---------------------- */
#slider .owl-carousel-item .homeimage img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.60s ease-in-out, opacity 0.60s ease-in-out;
}

/* #slider .owl-carousel-item .homeimage img:hover {
    transform: scale(2);
    opacity: 0.8;
} */

/* @keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
} */

/* #slider .owl-carousel-item .homeimage img {
    animation: zoomInOut 50s infinite;
} */

#slider .owl-carousel-item {
    overflow: hidden;
}

#slider .header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

/* #slider .header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 55px;
    height: 55px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
} */
/* #slider .header-carousel .owl-dots .owl-dot.active {
    width: 55px;
    height: 55px;
} */
/* #slider .header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
} */
/* #slider .header-carousel .owl-dots .owl-dot video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
} */

.middle-border marquee p {
    font-size: 18px;
    margin: 0px;
    color: #fff;
    padding: 5px 0px 0px 0px;
}

.middle-title h2 {
    margin: 0px;
}


/* -----------------------counter css ---------------------- */
#counter-section {
    background: #F5F5F5;
}

#counter-section .counter-box {
    padding: 60px 0px;
}

#counter-section .contactbox {
    padding: 60px 30px 0px 30px;
}

/* #counter-section .counter-img-box {
    position: relative;
    margin-bottom: 150px;
} */

/* #counter-section .back-img {
    position: relative;
} */

/* #counter-section .video-box {
    position: absolute;
    right: 0px;
    top: -72px;
} */

/* #counter-section .bg-img {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
} */

/* #counter-section  .video-box {
    position: relative;
    z-index: 9;
} */

/* #counter-section .video-box iframe {
    position: absolute;
    right: 0px;
    top: 100px;
    z-index: 2;
} */

#counter-section h2 {
    color: #09616e;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

#counter-section .box {
    background-color: #fff;
    text-align: center;
    border-style: solid;
    width: 170px;
    height: 170px;
    border-radius: 10%;
    border-width: 1px 1px 1px 1px;
    /* border-radius: 102px 102px 102px 102px; */
    padding: 45px 30px 30px 30px;
}

#counter-section .box span {
    color: #09616e;
    font-size: 25px;
    font-weight: 600;
}

#counter-section .box .label {
    margin: 0px;
    color: #54595F;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
}

#counter-section .counter-img-box img {
    width: 100%;
}

/* -----------------------list-group css ---------------------- */
#list-group {
    padding-top: 60px;
}

#list-group .list-group-item {
    box-shadow: 5px 4px 1px #57a7b3;
    padding: 35px 20px;
    min-height: 150px;
    border-radius: 10px;
    background: #F5F5F5;
}

#list-group .list-group-item p {
    font-family: "Roboto", Sans-serif !important;
    font-size: 20px;
    color: #09616e;
    font-weight: 800;
}

#list-group h2 {
    color: #57a7b3;
    font-size: 30px !important;
    font-weight: 600 !important;
}

/* -----------------------about css ---------------------- */

#about-section {
    padding-top: 60px;
}

/* -----------------------ro-service css ---------------------- */

#ro-service {
    padding-bottom: 60px;
}

/*#ro-service .ro-service {
    transition: all .4s;
    position: relative;
    height: 270px;
    max-width: 270px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px;
}*/
#ro-service .ro-service img.attachment-full {
    width: 100%;
}
/*#ro-service .ro-service .ro-overlay {
    transition: all .4s;
     height: 10%; 
     bottom: 0px; 
     background-color: rgba(0, 0, 0, .6); 
}*/

#ro-service .ro-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*#ro-service .ro-service .ro-service-inner {
    position: absolute;
    top: 90%;
    width: 100%;
    padding: 10px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, .6);
}*/

#ro-service .ro-service .ro-service-inner h5 {
    color: #000;
    padding: 9px;
    /* background-color: #57a7b3; */
    text-align: center;
    margin: 0px;
}


/* -----------------------dates css ---------------------- */
/* #dates-section {
    padding: 20px 0px;
} */

/* #dates-section .backimage {
    background: linear-gradient(rgb(100, 167, 188, 0.6)),
        url(/public/upload/rajsthanharitage.webp) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
} */

/* #dates-section .backimage h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff !important;
    font-family: "Montserrat Alternates", Sans-serif !important;
    background-color: #3f6fb7;
} */

/* #dates-section .backimage .dates-item {
    margin: 20px 0px;
} */

/* #dates-section .backimage .dates-item h3 {
    font-size: 30px;
    font-family: MontserratAlternatesSemiBold !important;
    color: #fff !important;
} */

/* #dates-section .backimage .dates-item h4 {
    font-size: 30px;
    font-family: 'MontserratAlternatesExtraBold' !important;
    color: #fff !important;
} */

#highlights {
    padding: 60px 0px;
    background: #f5f5f5;
}

#highlights .headtitle h2 {
    color: #09616e;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

#highlights .highlights-box {
    border-radius: 40px;
    border: 1px solid var(--nionx-border-color, #D9D9D9);
    background: var(--nionx-white, #fff);
    color: #000;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    text-align: center;
}

#highlights .service-card-two__content {
    padding: 10px 15px;
    display: flex;
    gap: 10px;
}

#highlights .img-box {
    width: 80px;
    height: 80px;
    background-color: #57a7b3;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    padding: 15px;
}

#highlights .imgiconbanner1 {
    width: 40px;
    color: #fff;
}

#highlights .boxtext {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

/* -----------------------conference css ---------------------- */
#conference-section {
    position: relative;
    padding-top: 5%;
    padding-bottom: 80px;
    background: #fafafa;
}

#conference-section .conference-box {
    padding-top: 10%;
}

#conference-section h2 {
    color: #09616e;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

/* #conference-section .conference-box {
    background-color: #ffefc8;
    height: 44%;
    position: absolute;
    width: 100%;
    top: 54%;
} */

#conference-section .program-item {
    position: relative;
    top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
}

#conference-section .circle-img {
    bottom: 80%;
    width: 130px;
    z-index: 1;
    margin: auto;
    left: 15%;
    right: 0;
    position: absolute;
}

.circle-img img {
    width: 60%;
}

#conference-section .circle-div {
    bottom: 0;
    width: 128px;
    height: 128px;
    background: transparent linear-gradient(0deg, #fff, #57a7b3) 0 0 no-repeat padding-box;
    box-shadow: 0 4px 6px #0000002b;
    border-radius: 50%;
    position: absolute;
    left: 32%;
    bottom: 58%;
}

#conference-section .triangle-up {
    width: 100%;
    border-left: 8vw solid transparent;
    border-right: 8vw solid transparent;
    border-bottom: 50px solid #57a7b3;
}

#conference-section .program-name {
    position: absolute;
    width: 100%;
    background: transparent linear-gradient(90deg, #57a7b3, #04223e 22%, #57a7b3 50%, #04223e 79%, #57a7b3) 0 0 no-repeat padding-box;
}

#conference-section .program-name h3 {
    color: #ffff;
    font-size: 18px;
    padding-top: 10px;
}


/* #conference-section {
    position: relative;
    padding-top: 6%;
    padding-bottom: 5%;
} */

/* #conference-section .conference-box .box {
    min-height: 270px;
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 30px;
    border-radius: 62%;
} */

/* #conference-section .conference-box .box-head {
    height: 80px;
    border-radius: 117px 135px 0px 0px;
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    background-color: #fbba05;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
} */

/* #conference-section .conference-box .box:hover .box-head {
    background-color: rgb(87 167 179);
} */

/* #conference-section .conference-box .box .service-card-two__content {
    padding: 0px 30px 35px 30px;
} */

/* #conference-section .conference-box .box .service-card-two__content .box-head-title a {
    text-decoration: none;
    text-align: center;
} */

/* #conference-section .conference-box .box .service-card-two__content .icon-thumb {
    position: relative;
    margin-top: -50px;
    margin-bottom: 25px;
} */

/* #conference-section .conference-box .box:hover .service-card-two__content .img-box {

    border: 3px solid #3f6fb7;
} */

/* #conference-section .conference-box .box .service-card-two__content .img-box {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 120px;
    border: 3px solid #000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    line-height: 45px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
} */

/* #conference-section .conference-box .box .service-card-two__content h3 {
    font-weight: 600;
    color: #57a7b3;
    font-size: 22px;
} */

/* vanue css  */
#vanue {
    padding-top: 20px;
    padding-bottom: 40px;
    /* padding: 80px 0px; */
}

#vanue .vanue-img {
    margin-top: 50px;
}

#vanue .vanue-img .homeimage img {
    border-radius: 30px 0px 30px 0px;
    border: 1px solid #000;
    padding: 5px;
    background: #04223e;
}

#vanue .venue-box {
    position: relative;
    max-height: 300px;
}

#vanue .venue-box .venue-address {
    position: absolute;
    top: 30%;
    text-align: center;
   /* left: 15%;*/
    color: #000;
}

#vanue .venue-box .venue-address h2 {
    font-size: 46px;
    margin: 0;
    font-family: 'GreatVibesRegular';
    text-transform: capitalize;
    font-weight: bold;
    font-style: italic;
}

#vanue .venue-box .venue-address span {
    font-size: 25px;
    font-weight: bold;
}

#vanue .venue-box .venue-address p {
    font-size: 16px;
    color: #000;
}

#vanue .venue-box .venue-address .scn img {
    width: 32%;
    border: 5px solid #fff;
}

/* -----------------------footer css ---------------------- */
.footer-wrapper {
    background-color: #04223e;
    position: relative;
    z-index: 1;
}


.footer-wrapper .footer-pattern {
    background-image: url(https://wp.dynamiclayers.net/logisko/wp-content/themes/logisko/assets/img/footer-map.png);
    opacity: 0.8;
}

.footer-pattern {
    background-image: url(https://wp.dynamiclayers.net/logisko/wp-content/themes/logisko/assets/img/footer-map.png  );
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: -1;
}

.footer-widgets-area {
    border-top: 1px solid #dddddd;
}

.footer-widgets-area {
    background-image: url('../img/Joypur.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto 50px;
    /* width auto रहेगी, height 50px fix */
    padding: 50px 0 100px;
    position: relative;
}

.widget-brand {
    margin-bottom: 20px;
}

#nav_menu-2 {
    padding: 0px 30px;
}

.footer-widgets-area .dl-widget-about .widget-brand img {
    max-width: 180px;
}

.dl-widget-about .widget-brand img {
    width: 180px;
    max-width: 100%;
}

.widget .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}

.widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    padding-top: 20px;
    text-transform: capitalize;
    position: relative;
}

.footer-wrapper ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-wrapper a {
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.logofootr {
    gap: 20px;
    display: flex;
}

.logofooterbox {
    width: 70px;
    height: 70px;
}

.logofootr img.hospitallogo {
    width: 60px;
    height: 60px;
}

.logofootr .textfooterbox {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.mc4wp-form-widget.style-2 .mc4wp-form-fields {
    position: relative;
}

.mc4wp-form-widget.style-2 button,
.mc4wp-form-widget.style-2 input[type="submit"] {
    background-color: #57a7b3;
    background-image: url(https://wp.dynamiclayers.net/logisko/wp-content/plugins/logisko-core/assets/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    border-radius: 2px;
    width: 60px;
    height: 30px;
    position: absolute;
    right: 7.5px;
    top: 50%;
    color: #fff;
    text-indent: 9999px;
    transform: translateY(-50%);
}

.copyright-area {
    background-color: #04223e;
}

.copyright-area.no-footer-menu .copyright-inner {
    justify-content: center;
}

.copyright-area .copyright-inner {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 10px;
}

.copyright-area .site-info a {
    color: #57a7b3;
    text-decoration: underline;
    font-weight: 600;
}

/* -----------------------model css ---------------------- */
#myModal.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

#myModal .modal-content {
    height: 500px;
    overflow: auto;
    padding: 0 !important;
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
}

#myModal .modal-header {
    border-radius: 0 !important;
    background-color: #9E2053;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#myModal .modal-title {
    font-weight: 600;
    font-size: 20px;
}

#myModal .close {
    cursor: pointer;
    font-size: 24px;
}

#myModal .modal-body {
    padding: 30px !important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

#myModal .modal-footer {
    border-radius: 0 !important;
    background-color: #9E2053 !important;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* -----------------------inner page css ---------------------- */
#inner-page {
    overflow: hidden;
    /* margin-top: 3%; */
    padding: 0px 0px;
    background: #57a7b3;
}
#inner-page .page-title {
    padding: 4% 0px;
}
.innerpagetitle {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    padding-bottom: 20px;
    margin-bottom: 50px;
    color: #000;
}

.innerpagetitle:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    height: 3px;
    width: 95%;
    max-width: 250px;
    background-color: #000;
}

.innerpagetitle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 8px;
    width: 55px;
    background-color: #E91E63;
    z-index: 1;
}

.container-fluid {
    overflow: hidden;
}

.resources li.list-group-item {
    padding: 35px 0px;
    font-family: "Roboto", sans-serif;
}

/* --------------------------------------------- about jaipur css --------------------- */
.aboutsimg {
    padding: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

/* guidelines */
.venuebgcolor {
    background-color: #eeeeee;
}

.venueaddress {
    padding: 33px 20px;
    box-shadow: 1px 2px 3px #000;
    background: #f3dfdbd1;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    min-height: 267px;
}

.venueaddresssec {
    min-height: 300px;
    padding: 50px 20px;
    background: #0b3c6f;
}

.venuebox {
    width: 200px;
}

.guidelines-title,
.aboutstitle {
    font-size: 25px;
}

.guidelines-title {
    font-size: 25px;
    font-weight: 700;
    color: #04223e;
    margin-bottom: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    /*right: 10px;*/
}


/*.venuebox img {
    width: 200px;
}*/

.venuhedding {
    font-size: 30px;
    text-align: center;
    color: #E91E63;
    font-weight: 600;
    border-bottom: 1px solid #E91E63;
    margin-bottom: 20px;
}

.venuetitle {
    /*font-family: 'PoppinsExtraBold';*/
    font-size: 30px;
    color: #1555b5;
    font-weight: bold;
    margin-bottom: 5px;
}

.venuetextadd {
    color: #000000;
}

.venueaddresssec {
    min-height: 268px;
    padding: 50px 20px;
    border-radius: 10px;
    color: #000;
    background: #f2e1de00;
    box-shadow: 1px 2px 3px #000;
}

#accordionInvestor th {
    background-color: #09616e !important;
}

.team-item {
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #3f6fb7;
}

.team-item img {
    width: 100%;
    height: auto;
}

.team-item .team-content {
    width: 100%;
    background: #3f6fb7;
    color: #fff;
    padding: 0px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.team-item .team-content:before {
    left: -3%;
}

.team-item .team-content:before {
    content: "";
    width: 60%;
    height: 38px;
    background: #3f6fb7;
    position: absolute;
    top: -15px;
    transform: rotate(15deg);
    z-index: -1;
}

.team-item .team-content:after {
    right: -3%;
    transform: rotate(-15deg);
}

.team-item .team-content:after {
    content: "";
    width: 60%;
    height: 38px;
    background: #3f6fb7;
    position: absolute;
    top: -15px;
    transform: rotate(-15deg);
    z-index: -1;
}

.team-item .title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
}

.team-item .title:before {
    content: "";
    width: 7px;
    height: 140px;
    background: #ed1f7c;
    position: absolute;
    top: -84px;
    z-index: -2;
    transform: rotate(-74deg);
}

.team-item .title:before {
    left: 30%;
}

.team-item .title:after {
    content: "";
    width: 7px;
    height: 140px;
    background: #ed1f7c;
    position: absolute;
    top: -84px;
    z-index: -2;
    transform: rotate(74deg);
}

.team-item .title:after {
    right: 30%;
    transform: rotate(-105deg);
}

span.post {
    font-size: 13px;
}

.contact-wrapper .col-lg-6 {
    border: 5px solid #fff;
    background-color: #70bac5;
    padding-top: 15px;
}

#slider .owl-carousel-inner {
    position: absolute;
    top: 35%;
    left: 10%;
}

#slider .bannnertitle {
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 20px 15px 20px #000;
}

/* inner page committee css */
#teampage #ro-service {
    padding-top: 70px;
}



/* inner page guidelines  */
.timeline {
    position: relative;
    padding: 2rem 0;
    margin-left: 2rem;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ccc;
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 50px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #09616e;
}

.timeline-item h5 {
    font-weight: 600;
    margin-bottom: 0;
}

.timeline-item small {
    color: #777;
    display: block;
    margin-bottom: 0.3rem;
}

.timeline-card {
    background: #f3f1f1;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    border-left: 4px solid #09616e;
}

.accordion-button {
    font-weight: 600;
    color: #000000;
    background-color: #e9f7ff;
    border-radius: 8px !important;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #00aaff;
    color: #fff;
    box-shadow: none;
}

.accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#inner-page .page-title H3 {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 5.58);
    text-transform: uppercase;
    font-weight: bold;
}

.frontabs img {
    width: 100%;
}
.frontabs h2 {
    font-size: 22px !important;
    padding: 0px !important;
}
.frontabs h5 {
    font-size: 16px;
    padding: 5px 0px;
}
.committe {
    padding-top: 3%;
}


/*#inner-page {
  width: 100%;
  overflow: hidden;
  animation: zoom-in-zoom-out 15s ease-in infinite;
}
*/
@keyframes zoom-in-zoom-out {
  0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

#registration-box li {
    font-family: "Roboto", sans-serif;
}

.canpol p b,
.canpol li,
#guidelines a,
.guidelines-title,
#presentationGuidelines li,
#presentationGuidelines li strong,
#presentationGuidelines h6 b,
#presentationGuidelines li b,
#presentationGuidelines p b,
#presentationGuidelines p,
#guidelines li b,
#guidelines p b,
#accordionInvestor p b,
#accordionInvestor p,
#accordionInvestor td,
#accordionInvestor th {
    font-family: "Roboto", sans-serif;
}
.committe .backch {
    background-color: #fdd6ed;
    padding: 4px 10px;
    border-radius: 7px;
    box-shadow: 2px 0px 1px 0px #09616e;
    
}
.committe h2 {
    font-size: 23px;
    color: #09616e;
    font-family: sans-serif;
    
}
#internationalpage i.fas,
.committe i.fas {
    font-size: 7px;
    vertical-align: middle;
    color: #09616e;
}
#internationalpage ul {
    list-style-type: none;
}

#internationalpage li {
    display: inline-block;
    width: 32%;
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
}

 #internationalpage h2 {
    font-weight: 600;
    color: #09616e;
 }




#inner-pageint {
    overflow: hidden;
    margin-top: 10%;
    padding: 0px 0px;
    background: #57a7b3;
}

#inner-pageint .page-title {
    padding: 4% 0px;
}
