/*------------------------------------------------------------------
[Master Stylesheet]

Theme Name: IOLCP  EVENT 2023
Author: IOLCP 
Author URL: https://www.iolcp.com
Version: 1.0


/*Font used*/
.breadcrumb-arrow, .breadcrumb-arrow2 {
    background: url(../images/breadcrumb-arrow-black.png);
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: contain;
    position: relative;
    top: 5px;
}
img.responsive-image { max-width: 150% !important; max-height:auto;}
@media(max-width: 375px) and (max-height: 667px){
.reponsive-image { max-width: 100%;}
}

#cphi-about-iolcp{
padding-top: 10rem !important;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff2') format('woff2'),
        url('../fonts/Lato-Black.woff') format('woff'),
        url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff'),
        url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-Hairline.woff2') format('woff2'),
        url('../fonts/Lato-Hairline.woff') format('woff'),
        url('../fonts/Lato-Hairline.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.mini{
	    margin-right: -95px !important;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
  /*Adds smooth scrolling instead of snapping to element*/
}


* {
    box-sizing: border-box;
    transition: .4s ease all
}

body {
    margin: 0;
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
    font-size: 16px;
}

html {
    scroll-behavior: smooth
}

/*Header*/
.nav-item {
    font-family: 'Lato';
    font-weight: bold;
    color: #262b2d !important;
    padding: 0px 12px 0px 12px !important;
}
.social-icon {
    display: inline-block;
    margin-top: 20px;
}
/* .navbar {
    z-index: 4;
    padding: 0.5rem 5rem;
    position: relative;
    top: -2px !important;
}
 */
.section-our-vision-mission-values {
    position: relative;
    background: url(../images/landing-our-milestone-banner-2024.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
}

.section-our-vision-mission-values::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #343a40cc 80%, white 20%); /* Transparent color overlay */
    z-index: 2;
}

/* Ensure that content inside the section appears above the overlay */
.section-our-vision-mission-values * {
    position: relative;
    z-index: 3;
}
.footer_img_cirlce{
	
    width: 150px; /* Set the desired width */
    height: 150px; /* Set the desired height */
    overflow: solid; /* Hide the overflow to ensure the image is cropped */
    border-radius: 50%; /* Make the container circular */
    border: 3px solid #cbc604;
	margin-bottom: 5%;
	}

.card-img-top {
    width: 94%;
    /* border-top-left-radius: calc(0.25rem - 1px); */
    /* border-top-right-radius: calc(0.25rem - 1px); */
}
.border-right {
    border-right: 1px solid #262b2d !important;
}



.menu-button-cta {
    background: #003e3e;;
    color: #fff !important;
    padding: 7px 15px 7px 15px !important;
    border-radius: 30px;
    margin-left: 8px;
}

.nav-border-top {
    border-top: 4px solid #f1b257;
    border-bottom: 1px solid #f1b257;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 1%);

}

/*Header End*/
.flip-card {
/*   background-color: white; */
  width: 300px;
  height: 300px;
  perspective: 1000px;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);

}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slick-prev:before, .slick-next:before {
    margin-top: -50px !important;
  
}
.flip-card-front {
/*   background-color: #fff; */
  color: black;
}

.flip-card-back {
/*   background-color: #fff; */
  color: white;
  transform: rotateY(180deg);
}

/*Landing Sec*/

#event-landing-sec {
  background: url(../images/Banner_1350-540.png) no-repeat;
    /* background: url(../images/landing-cphi-barcelona-banner-img.pn) no-repeat; */
    /* background: #529D3E; */
    height: 100vh;
    background-position: center;
    background-size: cover;

}
/* euro event 2023 */
#event-landing-eurosec {
  background: url(../images/cphi-japan-banner-img2.png) no-repeat;
    /* background: url(../images/cphipop-banner-image.jpg) no-repeat; */
    /* background: #529D3E; */
    height: 90vh;
    background-position: center;
    background-size: cover;

}
#euro-about-iolcp{
    background: url(../images/euro-about-iolcp-bg-img.png) no-repeat;
    background-size: cover;
    padding-top: 50px;
/*     margin-top: -3% !important; */
}
/* End euro event 2023 */
.mtdate{
margin-top: -26px;
}
.event-landing-content-box {
    padding-top: 10%;
    padding-left: 4%;
}
.h1-headings{
    color: #000000;
    font-family: 'Lato';
   font-weight: bold;
   line-height: 1;
	padding-bottom: 4%;

}
.event-heading,.event-headings {
    color: #000000;
    font-family: 'Lato';
/*    font-weight: bold; */
   line-height: 0.9;
	
}
.event-heading{
  font-size: 22pt;
	margin-bottom: 3%;
}
.event-headings {
 font-size: 16pt;
}
.event-headings span{
    color: #4b9937;
    font-family: 'Lato';
    font-size: 26px;
    font-weight: 800;
    line-height: 0.9;
}

.event-heading span {
    font-weight: 800;
    display: block;
}

.chemspace-landing-text {

    margin-bottom: 10px;
/*     margin-right: -76px; */
}

.chemspace-landing-text img {
    display: inline-block;
    vertical-align: top;


}

.chemspace-landing-text h6 {
    display: inline-block;
    color: #000000;
    font-family: 'Lato';
    font-size: 12pt;
    font-weight: bold;
    margin-left: 15px;
}

.event-landing-content-box p {
    color: #fff;
    font-family: 'Lato';
    font-size: 18px;
    font-weight: bold;
}

.slot-btn {
    background: #4b9937;
    padding: 6px 25px 7px 25px;
    color: #fff;
    font-family: 'Lato';
    font-weight: bold;
    border-radius: 25px;
    margin-top: 0px;
    display: inline-block;
}

.slot-btn i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.cphi-about-section{
background: #F8F8F8;
}
.slot-btn:hover {
    text-decoration: none;
    color: #fff;
}

.abt-box-button:hover {
    text-decoration: none;
}

.fourth-sec-box a:hover {
    text-decoration: none;
}
/* .form-group {
    margin-bottom: 10px !important;
} */
#contact-form-box {
    background: #fff;
    padding: 10px 30px 10px 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.contactus-wrapper {
   position: relative;
    top: 5%;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.contact-heading {
    background: #949494;
    font-family: 'Lato';
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    padding: 10px 0px 10px 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.form-control {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #262b2d;
    border-radius: 0;
}

label {
    font-size: 14px;
}

.contact-form button {
    background: #ebdf1c;
    padding: 10px 20px 10px 20px;
    color: #262b2d;
    border: none;
    display: block;
    margin: auto;
font-size:13px
/* font-weight: bold; */
}

.contact-form button:hover,
.contact-form button:focus {
    background: #ebdf1c;;
}

.form-control:focus {
    border-color: #262b2d;
    box-shadow: none;
}

/*Contact end*/


/*About us */
/*
#about-us {
    background: url(../images/second-sec-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 100px;
}*/

.abt-us-row {
    padding-top: 10%;

}
.img-cphi-logo-japan{
     margin-top: -3%;
/*     margin-left: 25%; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
	max-width: 100%;
    height: auto;
}



/* .dcat-box-info {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
} */

.abt-box-info {

    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.abt-box-wrapper h3:before {
    content: "";
    background: url(../images/abt-header-left-icon.png) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: contain;
    padding-right: 30px;
}

.abt-box-wrapper h3 {
    color: #000;

}

.dcat-box-info,
.abt-box-info {
    background: #fff;
    padding: 40px;
    margin-top: 30px;
}

.dcat-box-info h4,
.abt-box-info h4 {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 20px;
}

.dcat-box-info p,
.abt-box-info p {
    font-family: 'Lato';
}

.abt-box-info {

background: #ee9a1e;
}

.abt-box-info h4 {
    color: #1c1c1c;
}

.abt-box-info p {
    color: #fff;
}

/* .cphi-box-info {
    background: #fff;
} */

.cphi-box-info p {
    color: #646464;
    font-family: Roboto;
font-size:17px;

}
/* .cphi-box-info{
   padding-left: 25px;
}
  */

.cphi-box-info .abt-box-button,
.abt-box-info .abt-box-button {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 18px;
    padding: 6px 25px 6px 25px;
    background: #519c3e;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    border-radius: 30px;
}

.cphi-box-info .abt-box-button {
    /*margin-top: 54px;*/
    background: #529D3E;
}


.abt-box-info .abt-box-button {
    /*margin-top: 54px;*/
    background: #519c3e;
}
.fourth-sec-box-first-btn1 {
    position: relative;
    top: 48px !important;
}

.cphi-box-info .abt-box-button {
/*     margin-top: 98px; */
}


#box
{
    background: #fff;
}
.greybox
{
    background: #898989 !important;
}
.greybox p
{
        color: #fff !important;

}

.greybox .abt-box-button {
    /*margin-top: 54px;*/
    background: #ee9a1e;
}
/*abt end*/
#cphi-about-iolcp{
    background: url(../images/about-us-image-event-2024.png) no-repeat;
/*    background: url(../images/about-iolcp-bg-imgg.png) no-repeat; */
    background-size: cover;
/*     padding-top: 130px;
    margin-top: -3% !important; */
padding-top: 10rem;
    margin-top: -7% !important;
    z-index: -1;

}

.chem-space-about-section{
	display:flex;
	flex-wrap: nowrap;
    justify-content: center;
	}

.slick-slide {
    margin-right: 10px;
}
.card {
border: 0px solid rgba(0,0,0,.125) !important;
}
/*Who we are*/
#circle{
    background: url(../images/cphi-japan-year-bg.png) no-repeat;

    background-size: cover;
    border-radius: 50%;
    width: 250px;
    margin-left: 50px;
    height: 250px;
}
#circle-2{
    background: url(../images/cphi-japan-experts-bg.png) no-repeat;

    background-size: cover;
    border-radius: 50%;
    width: 250px;
    margin-left: 50px;
    height: 250px;
}
#circle-3{
    background: url(../images/cphi-japan-workspace-bg.png) no-repeat;

    background-size: cover;
    border-radius: 50%;
    width: 250px;
    margin-left: 50px;
    height: 250px;
}
.heding-test-who-we{
text-align: center;
margin-top: 10px;
color: #fff;
}
#portfolio-slider {
background: url(../images/our-portfolio-bg-img.png) no-repeat;
/*     background-size: cover; */
    padding-top: 130px;
    
}
.who-we-are-bg-circle{
padding: 15px;
padding-top: 35px;
}
.wh-bg-circle {
/*     padding: 35px; */
     display: flex;
    padding: 35px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#who-we-are h3,
#portfolio-slider h3,
#our-team h3,
#cphi-about-iolcp h3,
#milestones h3,
#footprints h3 {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: bold;
}
#portfolio-slider h3:after,
#who-we-are h3:after,
#footprints h3:after,
#our-team h3:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #519c3e;
    margin: 5px auto 5px;
}

#cphi-about-iolcp h3:after,
#euro-about-iolcp h3:after

{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #519c3e;
    margin: 5px 10px 5px;
}

#who-we-are h3:after,
#milestones h3:after{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #519c3e;
    margin: 5px auto 5px;
}

#who-we-are img,
#who-we-are h4 {
    display: inline-block;
    padding: 10px;
    padding-top: 60px;
}
#who-we-are h3,
#milestones h3{
color: #000;
}
#who-we-are h4
{
   font-family: 'Lato';
    vertical-align: middle;
/*     padding-left: 10px; */
    padding-top: 70px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
#who-we-are strong 
{
   font-family: 'Lato';
    vertical-align: middle;
/*     padding-left: 10px; */
    padding-top: 70px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 27px;
}
#who-we-are p {
    width: 60%;
font-family: 'Roboto';
    margin: 10px auto 20px;
font-size:17px;
}

#who-we-are h4 span {
    color: #262b2d;
    font-weight: 300;
    font-size: 26px;

}

/*fourth-sec-box*/

#fourth-section {
    padding-top: 20px;
    padding-bottom: 40px;
}

.fourth-sec-box {
/*     box-shadow: 0 7px 17px rgb(0 0 0 / 0%), 0 -16px 19px rgb(0 0 0 / 13%); */
    padding: 30px;
}
.who-we-are-bacground{
/* background: rgb(203,175,78); */
/*     background: url(../images/landing-who-we-are-section-first.png) no-repeat; */
background-color: white;    
background-size: cover;
}
.section-our-vision-mission-values{
/* background: url(../images/our-portfolio-bg-img.png) no-repeat; */
  background: url(../images/landing-our-milestone-banner-2024.jpg) no-repeat;
/* 	background: linear-gradient(0deg, #252b2d 80% , white 20%); */
    background-size: cover;
}

.fourth-sec-box h4 {
    color: #aec726;
    font-family: 'Lato';
    font-weight: bold;
    padding-bottom: 20px;
}

.fourth-sec-box p {
 color: #fff;
    font-family: 'Lato';
    padding-top: 20px;
    padding-bottom: 10px;
font-size:17px;
}

.fourth-sec-box a {
    padding: 8px 25px 8px 25px;
    border-radius: 30px;
    color: #ffffff;
    background: #aec726;
}

.fourth-sec-box-first-btn {
    position: relative;
    top: 45px !important;
}

/* ---- Timeline ---- */
.timelinemilstones ol {
	position: relative;
	display: block;
	margin: 50px;
	height: 2px;
	background: #000;
}
.timelinemilstones ol::before,
.timelinemilstones ol::after {
	content: "";
	position: absolute;
	top: -8px;
	display: block;
	width: 0;
	height: 0;
  border-radius: 10px;
	/* border: 10px solid #31708F; */
}
.timelinemilstones ol::before {
	left: -5px;
}
.discreption-span{
color: #519c3e;
font-size: 18px;
}
.timelinemilstones ol::after {
	right: -10px;
	border: 10px solid transparent;
	border-right: 0;
	/* border-left: 20px solid #31708F; */
  border-radius: 3px;
}
.timelinemilstones1 ol::after {
	right: -10px;
	border: 10px solid transparent;
	border-right: 0;
	border-left: 20px solid #000;
  border-radius: 3px;
}
.drop{
 display: flex;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 5px solid #93C47D;
  border-radius: 50%;
 
  box-sizing: border-box;
	position:fixed;
	padding: 0;
	background-color: white;
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.44);
	right: 0px;
	left:0px;
	top: 40%;
	bottom: 0px;
	margin: 0 auto;
	width: 100px;
	height: 100px;		
	border-radius:0% 100% 100% 100%;
	-webkit-transform: rotate(45deg);

	-webkit-animation: animate 3s  infinite;
}
/* ---- Timeline elements ---- */
.timelinemilstones li {
	position: relative;
	display: inline-block;
	float: left;
	width: 132px;
	font: bold 14px arial;
  height: 50px;
}
li .diplome {
  width: 60px;
    height: 60px;
    border: 10px solid #529d3e;
    box-sizing: border-box;
    background-color: #529d3e;
    border-radius: 50px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    border-radius: 0% 100% 100% 100%;
    top: 27px;
    left: 27%;
    color: #000000;
    text-align: center;
}
li .dropcircle-sec{
background: white;
    border-radius: 50px;
    position: absolute;
    top: -4px;
    left: -10%;
    -webkit-transform: rotate(-45deg);
    /* margin-top: 10px; */
    padding: 0px;
    padding-top: 16px;
    width: 47px;
    height: 47px;
}
li .point {
	content: "";
    top: -10px;
    left: 40%;
    display: block;
    width: 20px;
    height: 20px;
    border: 6px solid #529d3e;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    /* border: 4px solid #F5FA03; */
    /* border-radius: 16px; */
    background: #fff;
    position: absolute;
}

li .points {
    content: "";
    top: -10px;
    left: 40%;
    display: block;
    width: 20px;
    height: 20px;
    border: 6px solid #529d3e;
    border-radius: 50px;
    background: #fff;
    position: absolute;
    /* border: 4px solid #F5FA03; */
    /* border-radius: 16px; */
    background: #fff;
    position: absolute;
}
li .description {
  display: none;
    background-color: #fff;
    padding: 10px;
    margin-top: -109px;
    position: relative;
    font-weight: normal;
    z-index: 1;
    width: 250px;
}
/* .link-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    width: 2px;
    height: 35%;
    background-color: #fff;
} */
/* .description::before {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f4f4f4;
  position: absolute;
  top: -5px;
  left: 43%;
} */

/* ---- Hover effects ---- */
.timelinemilstones li:hover {
	cursor: pointer;
  /* color: #48A4D2; */
}
li:hover .description {
  display: block;
}


/* ---- end Timeline elements ---- */


.swiper {
    width: 100%;
    /*margin-top: 50px;*/
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    /*     background: #fff; */
    /*     box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
    height: 240px !important;
    /*     border: 1px solid #c2c2c2; */
    /* Center slide text vertically */

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: middle;
    padding: 20px 20px 20px 30px;

}

.portfolio-content h3 {
    color: #000 !important;
    font-family: 'Lato';
    font-size: 20px !important;
    font-weight: bold;
}
.our-portfolio-section:hover {
    background-color: #509B3E !important;
    color: #fff !important;
    text-decoration: none;
   border-radius: 50px;
}
.our-portfolio-section{
    
    font-size: 22px;
    font-family: 'Lato';
    font-weight: bold;
    padding-bottom: 17px;
padding-top: 17px;
/* margin-left: 12%; */
}
.portfolio-content h4,
.portfolio-content h5 {
    color: #484848;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: bold;
}

.portfolio-content h4 span,
.portfolio-content h5 span {
    color: #838383 !important;
    font-size: 14px;
    font-weight: 400;
}

.portfolio-content {
/*     width:365px !important;
    background: #fff;
    height: 200px !important;
    margin-top: 24px;
    margin-right: 20px;
    border: 1px solid #d6d7d5;
    padding: 30px 20px 30px 30px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    height: 202px; */
/*    width: 365px !important; */

/*     height: 365px !important; */

/*     margin-right: 20px;
    border: 0px solid #d6d7d5; */
/*     padding: 30px 20px 30px 30px; */
 
    position: relative;
    display: inline-block !important;
    width: 365px !important;
    /* background: #fff; */
    height: 365px !important;
    /* margin-top: 24px; */
    margin-right: 20px;
    border: 0px solid #d6d7d5;
    padding: 30px 20px 30px 30px;
}
.img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .portfolio-content:hover .img-top {
        display: inline;
    }


.mySwiper2 .portfolio-content {
    width: 350px;
    background: #fff;
    margin-right: 0px;
    padding: 30px 20px 30px 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    
    height: 202px;
}

.mySwiper2 .swiper-slide {
    padding: 0px;
}

.ps-head {
    margin-top: 50px;
    color: #363636;
    border-bottom: 1px solid #519c3e;
    font-size: 22px;
    font-family: 'Lato';
    font-weight: bold;
margin-bottom: 30px;
    padding-bottom: 20px;
}

.nav-item a{
color: #262b2d !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f8f9fa!important;
    background-color: #509B3E;
    border-color: #509B3E;
    border-radius: 50px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
     border-color: #fff; 
}
.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}



div.cphibox-slider {
    opacity: 1;
  }
  
  .nav-tabs .nav-link {
    color: #fff;
  }
  
  .wrap-modal-slider {
    padding: 0 30px;
    opacity: 0;
    transition: all 0.3s;
  }
  
  .wrap-modal-slider.open {
    opacity: 1;
  }
  
  .cphibox-slider {
    width:1155px;
    margin: 0;
    position: relative;
  }
  /* Arrows */
  .slick-next, .slick-prev {
   
    height: 30px !important;
    width: 30px !important;
    border-radius: 65px !important;
}
.slick-prev::before {
    background: url(../images/milestone-left-arrow.png) no-repeat !important;
    left: 6px;
}
.slick-next::before {
    background: url(../images/milestone-right-arrow.png) no-repeat !important;
    left: 16px;
}
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 60% !important;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #dd8615;
  }
  


.slick-next::before, .slick-prev::before {
    content: "" !important;
    opacity: 1 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    position: relative;
}
.slick-next, .slick-prev {
/*     background: #dd8615 !important; */
    height: 65px !important;
    width: 65px !important;
    border-radius: 65px !important;
}
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
  }
  
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .25;
  }
  
  .slick-prev:before,
  .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev {
    left: -50px !important;
  }
.slick-next {
    right: -50px !important;
  }
  
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  
  .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
  }





.swiper-button-next {
    background: #ee9a1e;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 34px;
    padding: 21px;
    color: transparent !important;
    right: 0px !important;
margin-top: 10%;
}

.swiper-button-next::after {
    content: "";
    background: url(../images/right-arrow-port.png) no-repeat;
    line-height: 30px;
    width: 20px;
    height: 20px;
}

.swiper-button-prev::after {
    content: "";
    background: url(../images/left-arrow-port.png) no-repeat;
    line-height: 30px;
    width: 20px;
    height: 20px;
}

.swiper-button-prev {
    background: #ee9a1e;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 34px;
    padding: 21px;
    color: transparent !important;
    left: 0px !important;
}

.swiper-button-nextt::after {
    content: 'next';
}

.swiper-button-nextt::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-nextt {
    background: #ee9a1e;
    color: #fff;
    height: 20px;
    width: 20px;
    border-radius: 34px;
    padding: 21px;
    color: transparent !important;
    right: 0px !important;
}

.swiper-button-nextt::after {
    content: "";
    background: url(../images/right-arrow-port.png) no-repeat;
    line-height: 30px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
top: -8px;
left: -8px;
}


.swiper-button-nextt {
    right: 10px;
    left: auto;
}

.swiper-button-nextt {
    position: absolute;
    top: 35%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.swiper {
    position: initial !important;
}

.swiper_wrap {
    padding: 0px 50px;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    text-align: left;
}


.swiper-button-next {
    margin-top: 10% !important;
    position: absolute !important;
    top: 40% !important;
    right: 10px !important;
    width: 45px;
    height: 45px;
    transform: translateY(-50%) !important;
}

.swiper-button-prev {
    position: absolute;
    top: 40% !important;
    left: 0px !important;
    width: 45px !important;
    height: 45px !important;
    transform: translateY(-50%) !important;
    /*margin-top: 0px !important;*/
}


.team-wrapper-box {
    margin-top: 0px;
    padding-bottom: 100px;
}

.team-box {
    background: #ebebeb;
    text-align: center;
    padding: 30px 50px 70px 50px;
    border-radius: 20px;
}

.team-box h5 {
    margin-top: 20px;
    font-family: 'Lato';
    font-size: 24px !important;
    font-weight: bold;
}

.team-box p {
    font-family: 'Lato';
    margin-bottom: 30px;
}

.team-box .team-button {
    background: #519c3e;
    color: #fff;
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
}

#milestones {
/* margin-top: -16%; */
/*     background:#6AAA5B; */
/*   background: linear-gradient(90deg, rgba(195,174,78) 0%, rgb(149,172,85) 50%, rgba(111,172,90) 100%);   */
    background: url(../images/landing-our-milestone-banner-2024.jpg) no-repeat;
    background-size: cover;
/*     padding-top: 100px; */
}

.milestone-content-box {
    padding: 160px 50px 50px 40px;
}

.milestone-content-box h4 {
    color: #519c3e !important;
    font-family: 'Lato';
    font-size: 34px !important;
    font-weight: 900;
    margin-bottom: 20px;
}

.milestone-content-box p {
    width: 90%;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Lato';

}

.carousel {
    margin-top: 40px;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);

}


.carousel-control-next,
.carousel-control-prev {
    color: #000 !important;
    opacity: 1;
    width: 4%;

}

#milestones .carousel-control-prev {
    bottom: 60% !important;
    left: 25px;
}


#milestones .carousel-control-next {
    bottom: 60% !important;
    left: 80px;
}

.carousel-control-next-icon {

    background: #ee9a1e url(../images/milestone-right-arrow.png) no-repeat !important;
    /*line-height: 30px;*/
    width: 40px;
    height: 40px;

    border-radius: 20px;
}

.carousel-control-prev-icon {

    background: #ee9a1e url(../images/milestone-left-arrow.png) no-repeat !important;
    /*line-height: 30px;*/
    width: 40px;
    height: 40px;

    border-radius: 20px;
}

footer {
    background: #262b2d;
    left: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: -1;
    height: auto;
font-family: Lato;
}

.footer-list {
    list-style: none;
    padding: 0;
    padding-left: 30px;
}

.custom-error {
    display: none;
}

.custom-success {
    display: none;
}


footer .form-control {
    padding: 6px 80px 8px 10px;
    background: #556161 !important;
    color: #fff !important;
    border: none;
    border-radius: 11px !important;
}

footer .btn {
    background: #95c158;
    color: #fff;
    padding: 8px 17px 7px 8px;
    margin-left: 20px;
    font-size: 12px;
    margin-top: -2px;
    border-radius: 11px;
}

.footer-list li {
    color: #fff;
    font-size: 13px !important;
}

.footer-list li a {
    color: #fff;
}


#wrap {
    position: relative;
    background: #fff !important;
    
}

footer p {
  color: #fff;
  text-align: justify;
  font-size: 13px !important;
  line-height: 22px;
}


.error
{
color:red;
}
footer .form-control::placeholder {
    color: #fff !important;
    opacity: 1;
    font-size: 17px
}
.footer-pp-tc{
text-align:right !important;

}

.footer-pp-tc a{

color:#fff;
}
.footer-pp-tc a:hover

{
color: #95c158;
}

.milestone-right-line
{
    position: relative;
}

.milestone-right-line ol:after
{
    content:"";
    width:0px;
    height:151px;
    border:1px solid #000;
    border-radius:53px;
    position: absolute;
    right:0px;
    top:1px;

}


.milestone-left-line
{
    position: relative;
}



.milestone-left-line ol:before
{
    content:"";
    width:0px;
    height:151px;
    border:1px solid #000;
    border-radius:53px;
    position: absolute;
    left: 0px;
    top:1px;

}
.logo{
    width: 250px;
}


/*Responsive Rules */


/*Mobile Devices*/
@media (min-width: 320px) and (max-width: 480px) {
.mini{
	    margin-right: -15px !important;
}
    .event-heading {
        font-size: 22px;
    }
.event-headings {
        font-size: 16px;
    }
.logo{
    width: 200px;
}
.chemspace-landing-text h6 {
  font-size: 13pt; 
}

.img-cphi-logo-japan {
    margin-top: 8%;
    margin-left: 0%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
	max-width:100%;
}

    #event-landing-sec,
   #event-landing-eurosec
{
        height: auto;
        padding-bottom: 100px;
        background-size: cover;
        background-position: -153px;
    }

    .event-landing-content-box {
        padding-left: 3%;
        padding-top: 50%;
    }

    .contactus-wrapper {
        top: 5%;
    }


    .abt-box-wrapper h3 {
        margin-top: 30px;
    }

    .pt-5 {
        padding-top: 20px !important;
    }

    #who-we-are p {
        width: auto;
    }

    #who-we-are .row {
       margin: 0px -32px;
    }

    #who-we-are .col-lg-4 {
        margin-bottom: 20px;
    }


    .fourth-sec-box {
        margin-bottom: 30px;
/*         box-shadow: 0 -8px 27px rgb(0 0 0 / 0%), 0 -2px 19px rgb(0 0 0 / 13%); */
        padding-bottom: 40px;
    }

    .fourth-sec-box p {
        padding-bottom: 20px;
    }

    .fourth-sec-box-first-btn {
        top: 0px !important;
    }

    .team-box {
        margin-bottom: 30px;
    }

    #milestones {
        height: auto;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 12%;
    }

    .milestone-content-box h4 {
        margin-top: 30px;
    }

    .nav-border-top {
        position: fixed;
        /* top: 19px; */
        width: 100%;
        background: #fff;
        z-index: 33;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        text-align: center;
    }

    .navbar-nav {
        padding: 30px 30px 10px 30px;
    }

    .navbar-nav .border-right {
        border: none !important;
    }

    .menu-button-cta {
        /*display: inline-block;*/
        /*margin-left:30px;*/
        text-align: center;
    }

    .navbar {
        padding-bottom: 30px;
    }

    .navbar-light .navbar-toggler {
        border: none !important;
    }

    .swiper-button-next {
        right: 0px !important;
    }

    .swiper-button-prev {
        left: 0px !important;
    }
    .mySwiper4 .portfolio-content {
    width: 350px;
    background: #fff;
    margin-right: 0px;
    padding: 30px 20px 30px 30px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    height: 202px;
}
.mySwiper4 .swiper-slide
{
    padding: 0px;
}

footer {
    position: relative;
    z-index: 0;

}
#wrap {
    margin-bottom: 0 !important;
}
#site-footer p.footer-pp-tc 
{
text-align:left !important;
}
.footer-pp-tc a{

color:#fff;
}
.footer-pp-tc a:hover

{
color: #95c158;
}
li .diplome {
    width: 40px;
    height: 40px;
    border: 10px solid #93C47D;
    box-sizing: border-box;
    background-color: #93C47D;
    border-radius: 50px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    border-radius: 0% 100% 100% 100%;
    top: 25px;
    left: 27%;
    color: #000000;
    text-align: center;
}
li .dropcircle-sec {
    background: white;
    border-radius: 50px;
    position: absolute;
    top: -4px;
    left: -20%;
    -webkit-transform: rotate(-45deg);
    /* margin-top: 10px; */
    padding: 0px;
    padding-top: 8px;
    width: 30px;
    height: 30px;
}
.timelinemilstones ol {
    position: relative;
    display: block;
    /* margin: 11px; */
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 54px;
    margin-bottom: 73px;
    height: 2px;
    background: #000;
}
.timelinemilstones li {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: -47px;
    width: 90px;
    font: bold 12px arial;
    height: 50px;
}
li .description {
    display: none;
    background-color: #fff;
    padding: 6px;
   width: 132%;
    margin-top: -64px;
    position: relative;
    font-weight: normal;
    z-index: 1;
}
.cphibox-slider {
    width: 246px;
    margin: 46px;
    position: relative;
}
.portfolio-content {
    width: 225px !important;
/*     background: #fff; */
    height: 200px !important;
    margin-top: 24px;
    margin-right: 21px;
/*     border: 1px solid #d6d7d5; */
    padding: 30px 20px 30px 30px;
    /* box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%); */
    height: 202px;
}
#cphi-about-iolcp {
    
    margin-top: -10rem !important;
}
#who-we-are h3, #portfolio-slider h3, #our-team h3, #cphi-about-iolcp h3, #milestones h3, #footprints h3 {
    margin-top: 10%;
}
.our-portfolio-section {
    margin-left: 0%;
    margin-top: 5%;
}
.nav-item {
 
    padding: 0px 0px 0px 0px !important;
}
.slick-prev::before {
 
    left: 0px;
}
.slick-prev:before, .slick-next:before {
    margin-top: -6px !important;
}
}

/*Tablet devices*/
@media screen and (min-width: 768px) and (max-width: 1023px) {

    .event-landing-content-box {
        padding-left: 0;
        padding-top: 30%;
    }
.slick-prev::before {
    background: url(../images/milestone-left-arrow.png) no-repeat !important;
    left: 19px;
}
.nav-item {
 
    padding: 12px 12px 12px 12px !important;
}
#cphi-about-iolcp {
  
    margin-top: -15% !important;
}
#who-we-are h3, #portfolio-slider h3, #our-team h3, #cphi-about-iolcp h3, #milestones h3, #footprints h3 {
    font-family: 'Lato';
    font-size: 30px;
    font-weight: bold;
    margin-top: 5%;
}
.img-cphi-logo-japan {
    margin-top: 7%;
    
}

 .contactus-wrapper {
        top: 5%;
    }
.cphibox-slider {
    width: 651px;
    margin: 0;
    position: relative;
}

   #event-landing-sec,
   #event-landing-eurosec
    {
        height: auto;
        padding-bottom: 100px;
        background-size: cover;
        background-position: -153px;
    }

    .abt-box-wrapper h3 {
        margin-top: 30px;
    }

    .pt-5 {
        padding-top: 20px !important;
    }

    #who-we-are p {
        width: auto;
    }

    #who-we-are .row {
        margin: 0px 177px;
    }

    #who-we-are .col-lg-4 {
        margin-bottom: 40px;
    }

    #who-we-are .col-md-12 {
        text-align: center;
    }

    .fourth-sec-box-first-btn {
        top: 0 !important;
    }

    .fourth-sec-box {
        margin-bottom: 30px;
        box-shadow: 0 -8px 27px rgb(0 0 0 / 0%), 0 -2px 19px rgb(0 0 0 / 13%);
        padding-bottom: 40px;
    }

    .team-box {
        margin-bottom: 30px;
    }

    #milestones {
        height: auto;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 12%;
    }

    .milestone-content-box h4 {
        margin-top: 60px;
    }

    .nav-border-top {
        position: fixed;
        /* top: 19px; */
        width: 100%;
        background: #fff;
        z-index: 33;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        text-align: center;
    }

    .navbar-nav {
        padding: 30px 30px 10px 30px;
    }

    .navbar-nav .border-right {
        border: none !important;
    }

    .menu-button-cta {
        display: block;
        /*margin-left:30px;*/
        text-align: center;
    }

    .navbar {
        padding-bottom: 30px;
    }

    .navbar-light .navbar-toggler {
        border: none !important;
    }

    .swiper-button-next {
        right: -10px !important;
    }

    .swiper-button-prev {
        left: -10px !important;
    }
     
    .portfolio-content
    {
        margin-right: 0px;
   
    /* width: 365px !important; */
    /* height: 365px !important; */
    /* padding: 30px 20px 30px 30px; */
    position: relative;
    display: inline-block !important;
    width: 330px !important;
    /* background: #fff; */
    height: 149px !important;
    /* margin-top: 24px; */
  
    border: 0px solid #d6d7d5;
    padding: 30px 20px 30px 30px;

    }
.timelinemilstones li {
    position: relative;
    display: inline-block;
    float: left;
    width: 74px;
    font: bold 14px arial;
    height: 50px;
}
.milestone-right-line ol:after {
   
    height: 123px;
   
}
.milestone-left-line ol:before {
  
    height: 123px;
   
}
li .diplome {
   
    top: 27px;
    left: 14%;
   
}


.mySwiper4 .portfolio-content {
    width: 350px;
    background: #fff;
    margin-right: 0px;
    padding: 30px 20px 30px 30px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    height: 202px;
}
.mySwiper4 .swiper-slide
{
    padding: 0px;
}


}