/*!
 * Common CSS files
 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Gothic A1', sans-serif;
	color: #808080;
	font-size:18px;
}
.contentContainer {
	padding: 150px 0 150px 0;
	position: relative;
}
.imgResponsive {
	width: 100%;
}
a {
	color: #4787F3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FC4D1D;
}
.positionRelative {
	position: relative;
}
.clearfix {
	clear: both;
}
canvas {
	display: block;
	vertical-align: bottom;
}
.flexCol {
	display:flex;
}
.middleContentOuter {
    display: flex;
    align-items: center;
    height: 100%;
}
.paddingLR20 {
	padding-left: 20px;
	padding-right: 20px;
}
/*----------------------------- Color & Backgrounds ------------------------------------------*/
.lightGreenBg {
	background: #f9ffde !important;
}
.greyBg {
	background: #f6f6f6 !important
}
.blueBg {
	background: #251f64 !important;
}
.redText {
	color: #d44000 !important;
}
.greenBg {
	background: #1b8d08 !important;
}
.greenText {
	color: #1b8d08 !important;
}
.background02 {
	background: url(/wp-content/uploads/2023/09/background-02.jpg) no-repeat center center;
	background-size: cover;
}
.background03 {
	background: url(../images/background-03.jpg) no-repeat center center;
	background-size: cover;
}
.background04 {
	background: url(/wp-content/uploads/2023/10/back-grey.jpg) no-repeat center center;
	background-size: cover;
}
.background05 {
	background: url(/wp-content/uploads/2023/09/banner-image-04.jpg) no-repeat center center;
	background-size: cover;
}
.shadowBox {
	-webkit-box-shadow: 0px 0px 33px 0px rgba(156,156,156,0.2);
	-moz-box-shadow: 0px 0px 33px 0px rgba(156,156,156,0.2);
	box-shadow: 0px 0px 33px 0px rgba(156,156,156,0.2);
	padding: 30px;
	background-color: #ffffff;
}
.mainBanner {
	background: url(/wp-content/uploads/2023/09/banner-image-04.jpg) no-repeat right center;
	background-size: cover;
}

section.background04.productInIndustry {
	background-attachment: fixed;
	padding-top: 60px;
}
section.background05.productInIndustry {
	background-attachment: fixed;
}
/*----------------------------- Heading & Buttons ------------------------------------------*/
h1 {
	font-size:51px;
	font-weight:700;
	line-height: 64px;
}
h2 {
	color: #1b8d08;
	text-align: center;
	font-size:51px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
h2 span {
	color: #d44000;
}
h2 span.smallText {
	font-size:25px;
	display: block;
}
h3 {
	font-size: 25px;
	font-weight: 500;
	padding: 0 0 14px 0;
	margin: 0;
    color:#000000;
}

p {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 15px;
}

.listing01 {
	margin:30px 0 20px 30px;
	list-style-type: none;
	padding: 5px 0 0 0px;
}
.listing01 li {
	line-height: 33px;
	font-size: 20px;
	margin: 0;
	padding: 0 0 10px 44px;
	background: url(../images/listing-arrow.png) no-repeat left 10px;
}
.listing01 li span {
	color: #010101;
	font-weight: 500;
}
.customBtn01 {
    padding: 13px 17px 14px 17px;
    color: #ffffff;
	font-size: 16px;
	font-weight: 400;
    position: relative;
    border-radius: 4px;
	margin: 15px 0 10px 0px;
	min-width: 300px;
	display:inline-block;
	text-align: center;
	text-decoration: none;
}
.customBtn01:hover {
	background: #251f65;
	color: #ffffff;
}

/*----------------------------- Navigation Block ------------------------------------------*/
header {
	padding: 10px 23px 10px 23px !important;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
	z-index: 5;
    position: relative;
}
.navbar-toggler-icon {
	display: block;
	width: 25px;
	height: 1px;
	border-bottom: 3px solid #ffffff;
	margin: 6px 0px;
}
#menu-header-menu .menu-item a {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    padding: 0px 10px !important;
}
.site-navigation ul.menu li ul {
	-webkit-box-shadow: 0px 0px 33px 0px rgba(156,156,156,0.2);
    -moz-box-shadow: 0px 0px 33px 0px rgba(156,156,156,0.2);
    box-shadow: 0px 0px 33px 0px rgba(156,156,156,0.2);
	border-radius: 0px;
	border: none;
	min-width: 290px;
}
.dropdown-item {
	font-size: 17px;
    color: #000000 !important;
    padding: 7px 10px !important;
}
.dropdown-item:focus, .dropdown-item:hover {
	background: #f9ffde !important;
	color: #000000 !important;
}
.site-navigation ul.menu li ul li {
    padding: 12px 10px;
}
#menu-header-menu .menu-item a:hover {
	color: #d44000;
}
/*----------------------------- Banner Block ------------------------------------------*/
.bannerText  {
    font-size: 38px;
    line-height: 54px;
    color: #545454;
    width: 100%;
    max-width: 600px;
    padding: 180px 30px;
    margin: 0px auto;
}
.bannerText span {
	color: #d44000;
}
.bannerText p {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	padding: 0 0 0 0;
	font-weight: 700;
}
/*----------------------------- Content Block ------------------------------------------*/
.aboutInfoColumn {
    padding: 70px 60px 70px 60px;
    position: relative;
    left: -80px;
}
.facilitiesInfo {
    padding-top: 80px;
    margin-top: 110px;
}
.highlightedNumber {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-size: 105px;
    font-weight: 900;
    position: absolute;
    top: -70px;
    left: 0px;
    right: 0;
    margin: 0px auto;
}
.ourPartnerBlockSlider {
	margin-top: 50px;
	display: inline-block;
	padding: 60px 0px;
	width: 100%;
}
.ourPartnerBlockSlide {
    border-right: 1px solid #cbd4d9;
    padding: 0px 9px;
    min-height: 180px;
    display: inline-block;
}
.ourPartnerBlockSlide.last {
	border-right: 0px solid #cbd4d9;
}
.ourVMVBlock {
	margin-top: 76px;
	padding-top: 58px;
}
.ourVMVBlock h2 {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	font-size: 49px;
	font-weight: 900;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d6d6d6;
    position: absolute;
    top: -25px;
    left: 25px;
}
.imageThumb {
	border: 10px solid #ffffff;
}
.ctaBlock.shadowBox {
    padding: 47px 40px 42px 40px;
    margin: 20px 40px;
    display: inline-block;
}
.countryList, .productListIndustryBox {
	margin-top: 50px;
}
.countryListWedoBussiness {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-type: none;
    width: 95%;
    padding: 40px 0 25px 0;
}
.countryListWedoBussiness li {
	margin: 0 12px;
	border-bottom: 1px solid #e8f3e6;
	padding: 7px 10px 4px 10px;
}
.slick-slide img {
    margin: 0px auto;
    width: 100%;
}

.productListIndustry {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-type: none;
    width: 100%;
    padding: 40px 0 25px 0;
}
.productListIndustry li a {
	margin: 0 12px;
	border-bottom: 1px solid #e8f3e6;
	padding: 7px 10px 4px 10px;
	color: #808080;
	text-decoration:none;
	width: 95%;
    display: block;
}
.productListIndustry li a:hover {
	color: #1b8d08;
}
.productInfoTable {
	margin: 10px 0 10px 0;
}
table.productInfoTable  tbody>tr:nth-child(odd)>td, table.productInfoTable  tbody>tr:nth-child(odd)>th, table.productInfoTable tbody tr:hover>td, table.productInfoTable tbody tr:hover>th, table td, table th {
	background-color: transparent !important;
	font-weight: 500;
}
table.productInfoTable tbody>tr:nth-child(odd)>td.heading, table.productInfoTable td.heading, table.productInfoTable tbody tr:hover>td.heading {
	background-color: hsla(0,0%,50.2%,.0705882353) !important;
}
table.productInfoTable h3 {
	padding-bottom: 0px !important;
}
table.resultTableProduct td {
    width: 50%;
    padding: 0px;
    border: 0px solid #000 !important;
	font-size: 16px;
}
table.resultTableProduct {
    margin-bottom: 0px;
}
.codeOfConductInfo .sections {
    margin-bottom: 60px;
}
.codeOfConductInfo .sections h3 {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(156,156,156,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(156,156,156,0.2);
    box-shadow: 0px 0px 10px 0px rgba(156,156,156,0.2);
    padding: 18px 15px 15px 15px;
    background-color: #1b8d08;
    font-weight: 700;
    margin-bottom: 30px;
    color: #ffffff !important;
}
.codeOfConductInfo .sections ul, .contentContainer ul.listing02 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 15px;
}

.productInIndustry h2 {
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 72px;
    font-weight: 900;
    /*position: absolute;
    top: 75px;
    left: 0px;
    right: 0;*/
    margin: 0px auto;
    mix-blend-mode: multiply;
}
.procedureSteps .shadowBox {
	position: relative;
	margin-top: 30px;
}
.procedureSteps .shadowBox:after {
    content: "";
    width: 30px;
    height: 30px;
    background:url("/wp-content/uploads/2023/10/down_arrow.png") no-repeat center bottom;
    bottom: -30px;
    left: 50%;
    position: absolute;
    display: inline-block;
}
.procedureSteps .shadowBox.last:after {
	display: none;
}

.eventListTable table td, .eventListTable table th, table thead:first-child tr:first-child th {
	border: 0px solid #000;
	background-color: #ffffff !important;
	vertical-align: middle;
	text-align: center;
}
.eventListTable table th {
	font-size: 20px;
}
.eventListTable table td {
	border-top: 1px solid hsla(0,0%,50.2%,.5019607843);
	padding: 50px 0;
	font-size: 18px;
}

.company a {
	color: #1b8d08;
	font-size: 18px;
	text-decoration: none;
	font-weight: 700;
}
.anim a.btn.btn--ssmall {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background-color: #1b8d08;
	min-width: 110px;
}

#menu-footer-menu li {
	position: relative;
}

.linkSectionProductInd {
	padding: 10px 0 60px 0;
}
.linkSectionProductInd h2 {
	display: none;
}
/*----------------------------- Footer ------------------------------------------*/
footer {
	padding: 20px 0 15px 0;
	background-color: #1b8d08;
}
.footerLogo {
	display: inline-block;
	margin-bottom: 24px;
}
.copyRight {
	/*border-top: 1px solid #eff1f3;
	padding-top: 32px;
	margin-top: 34px;*/
	font-size: 17px;
	color: #ffffff;
	padding-top: 11px;
}
.socialMediaIcon {
    padding-top: 4px;
}
footer p {
	font-size: 19px;
	padding-right: 150px;
}
.thumbnail {
    max-width: 550px;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
    margin-top: 10px;
    border: 10px solid #ffffff;
    padding: 0px;
}
.thumbnail-right {
    max-width: 550px;
    float: right;
    margin-left: 50px;
    margin-bottom: 30px;
    margin-top: 10px;
    border: 10px solid #ffffff;
    padding: 0px;
}
footer h3 {
	font-weight: 500;
	color: #808080;
	padding-bottom: 10px;
}
.site-navigation {
	justify-content: end;
}
.site-navigation ul.menu {
	margin-bottom: 0px;
}
footer .site-navigation ul.menu a {
    padding: 0px 0px;
    margin: 12px 15px;
    color: #ffffff;
}
.socialMediaIcon a {
    width: 42px;
    height: 42px;
    line-height: 45px;
    color: #FFFFFF;
    background-color: #181818;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 11px;
}

.page-header {
	display:none;
}
.innerPageBanner h1 {
	text-align: center;
	padding: 55px 0px 45px 0;
	color: #1b8d08;
    text-transform: uppercase;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.contentBox {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.contentBox::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #d44000;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .contentBox  {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .contentBox::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/*----------------------------- Responsive ------------------------------------------*/
@media (min-width: 1565px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1470px;
	}
}
@media (max-width: 1565px) {

}
@media (max-width: 1475px) {
	#menu-header-menu .menu-item a {
    	font-size: 17px;
    	padding: 0px 7px !important;
	}
	.navbar-brand {
    	max-width: 250px;
	}
}
@media (min-width: 1400px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1370px;
	}
}
@media (max-width: 1304px) {
	#menu-header-menu .menu-item a {
    	font-size: 16px;
    	padding: 0px 6px !important;
	}
}
@media (max-width: 1275px) {
	#menu-header-menu .menu-item a {
    	font-size: 15px;
    	padding: 0px 6px !important;
	}
	header {
    	padding: 24px 12px 18px 12px !important;
	}
}

@media (max-width: 1199px) {
	header {
    	padding: 24px 0px 15px 0px !important;
	}
	#menu-header-menu .menu-item a {
    	font-size: 13px;
    	padding: 0px 5px !important;
	}
	.productInIndustry h2 {
		font-size: 50px;
		line-height: 63px;
	}
	.countryList {
		overflow: hidden;
	}
	.countryListWedoBussiness {
		width: 100%;
	}

}
@media (max-width: 991px) {
	#menu-header-menu .menu-item a {
    	font-size: 16px;
    	padding: 10px !important;
	}
	.navbar .container, .navbar-toggler {
		position: relative;
	}
	.navbar-toggler {
		position: relative;
		min-height: 40px;
	}
    .navbar-collapse {
        position: fixed;
        top: 89px;
        left: 0;
        padding: 0px 0 0 0;
        width: 100%;
        height: 100%;
		background-color: #ff9709;
		z-index: 5;
    }
	.navbar-toggler span {
	   display: block;
	   -webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	   -o-transform: rotate(0deg);
	   transform: rotate(0deg);
	   position: relative;
	   left: 0;
	   opacity: 1;
	}
	.navbar-toggler span:nth-child(1),
	.navbar-toggler span:nth-child(3) {
	   -webkit-transition: transform .35s ease-in-out;
	   -moz-transition: transform .35s ease-in-out;
	   -o-transition: transform .35s ease-in-out;
	   transition: transform .35s ease-in-out;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(1) {
		position: absolute;
		left: 10px;
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		opacity: 0.9;
		border: 1px solid #ffffff;
		background: #ffffff;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(2) {
		height: 12px;
		visibility: hidden;
		background-color: transparent;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(3) {
		position: absolute;
		left: 10px;
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
		opacity: 0.9;
		border: 1px solid #ffffff;
		background: #ffffff;
	}
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
	.navbar-toggler {
		background-color: #ff9709;
		border: 1px solid #ff9709;
	}
	.contentContainer {
    	padding: 60px 0 60px 0;
	}
	.bannerText {
    	font-size: 30px;
    	line-height: 44px;
    	padding: 30px 25px;
	}
	.ctaBlock.shadowBox {
		margin: 20px 0px;
		padding: 47px 20px 42px 20px;
	}
	h2 {
	    font-size: 46px;
	    line-height: 56px;
	}
	.aboutInfoColumn {
    	padding: 40px 30px 40px 30px;
    	position: relative;
    	left: 0px;
	}
	.aboutSection .col-lg-6.flexCol {
		padding: 0px !important;
	}
	footer p {
    	font-size: 19px;
    	padding-right: 0px;
	}
	ul.footerList li a {
    	font-size: 18px;
	}
	.socialMediaIcon a {
	    margin-right: 6px;
	}
	footer h3 { 
		font-size: 23px;
	}
	.productListIndustry {
	   -webkit-column-count: 2;
       -moz-column-count: 2;
        column-count: 2;
	}
	.productListIndustry li a {
		width: auto;
	}
	.productInIndustry h2 {
		position: relative;
		top: auto;
	}
	.productInfo .ourVMVBlock h2 {
    	font-size: 40px;
	}
	tr.anim.init img {
    	max-width: 80%;
	}
	.thumbnail {
		max-width: 380px;
		margin-right: 30px;
	}
	.site-navigation-dropdown {
		transition: none;
	}
	.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
    	transform: inherit;
    	max-height: inherit;
	}
	.site-navigation-dropdown ul.menu li.current-menu-item a {
		color: #fff !important;
	}
}
@media (max-width: 767px) {
	
	p, .codeOfConductInfo .sections ul, .contentContainer ul.listing02 {
    	font-size: 18px;
	}	
	.contentContainer {
    	padding: 40px 0 40px 0;
	}
	.aboutInfoColumn {
	    left: 0px;
	}
	.aboutInfoColumn {
    	padding: 30px 30px 40px 30px;
	}
	.ourVMVBlock h2 {
	    font-size: 43px;
	}
	.highlightedNumber {
	    font-size: 86px;
	    top: -59px;
	}
	.facilitiesInfo {
    	margin-top: 80px;
	}
	.listing01 {
    	margin: 20px 0 20px 2px;
	}
	.listing01 li {
	    font-size: 18px;
	    margin: 0;
	    padding: 0 0 10px 31px;
	}

	.socialMediaIcon, .footerList {
		margin-bottom: 30px !important;
	}
	.copyRight {
	    margin-top: 0px;
	}
	h2 {
    	font-size: 38px;
    	line-height: 48px;
	}
	.col-lg-6.mapBg.flexCol.p-0 {
    	padding: 0px 12px !important;
	}
	.countryList, .productListIndustryBox {
    	margin-top: 30px;
	}
	/*footer {
    	padding: 70px 0 60px 0;
	}*/
	.ourPartnerBlockSlider {
		padding: 30px 0;
	}
	.slick-slide img {
    	width: auto;
	}
	table.productInfoTable tr {
    	display: flex;
    	flex-wrap: wrap;
	}
	table.productInfoTable td {
    	width: 50%;
	}
	.productListIndustry {
	   -webkit-column-count: 1;
       -moz-column-count: 1;
        column-count: 1;
		padding: 0px 0 0px 0;
	}
	.productInfo .ourVMVBlock {
    	padding-top: 38px;
	}
	.productInfo .ourVMVBlock h2 {
    	font-size: 34px;
	}
	.wpforms-field-container .wpforms-one-half {
    	width: 100%;
	}
	.wpforms-field-container .wpforms-one-half {
    	width: 100%;
		margin-left: 0px !important;
	}
	.thumbnail, .thumbnail-right {
		width:100%;
		max-width: inherit;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	table.productInfoTable h3 {
    	font-size: 19px  !important;
	}
	section.background04.productInIndustry {
    	padding-top: 0px;
	}
	.site-navigation {
    	justify-content: center;
	}
	.copyRight.mt-0.show {
		text-align: center;
	}
}
@media (max-width: 575px) {
	.productInfo .ourVMVBlock h2 {
    	font-size: 36px;
    	position: relative;
    	left: auto;
    	top: auto;
	}
	.innerPageBanner h1 {
    	font-size: 38px;
    	font-weight: 700;
    	line-height: 47px;
	}
	.countryListWedoBussiness {
	   -webkit-column-count: 2;
       -moz-column-count: 2;
        column-count: 2;
	}
}
@media (max-width: 574px) {
	
}
