@charset "utf-8";
/**=========================================================
 * Theme Name   :  Blue Aqua
 * Author       :  Gladys & Shashikant
 * Description  :  November - December 2021
 * File Name	:  style.css
=========================================================**/
@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Thin.woff2") format("woff2"),
         url("fonts/Roboto-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-ThinItalic.woff2") format("woff2"),
         url("fonts/Roboto-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
    }

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

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-LightItalic.woff2") format("woff2"),
         url("fonts/Roboto-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    }

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

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Italic.woff2") format("woff2"),
         url("fonts/Roboto-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Medium.woff2") format("woff2"),
         url("fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-MediumItalic.woff2") format("woff2"),
         url("fonts/Roboto-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-Bold.woff2") format("woff2"),
         url("fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-BoldItalic.woff2") format("woff2"),
         url("fonts/Roboto-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    }

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

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto-BlackItalic.woff2") format("woff2"),
         url("fonts/Roboto-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
    }


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

@font-face {
    font-family: 'LibreBaskerville';
    src: url("fonts/LibreBaskerville-Italic.woff2") format("woff2"),
         url("fonts/LibreBaskerville-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    }

@font-face {
    font-family: 'LibreBaskerville';
    src: url("fonts/LibreBaskerville-Bold.woff2") format("woff2"),
         url("fonts/LibreBaskerville-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    }

/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #28388d;
	font-weight: 400;
	line-height: 1.6;
    letter-spacing: 0.48px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #fff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #fff;
	}
		
img {
    width: auto\9;
  	/*height: auto;*/
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}
	
a, a:focus, a:hover {
	color: #ffae59;
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #000000;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}

b, strong {
    font-weight: 700;
    }
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
    display: block;
    content: ".";
    height: 0px;
    clear: both;
    visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
	background: #ffffff;
	}
	
body, #wrapper, .footer-wrapper {
	opacity: 0;
	}
	
.container, .header-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 30px;
	}
	
.header-container {
    max-width: 100%;
    padding: 0px 140px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
	z-index: 100;
	display: block;
	margin: 0px auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
	}

#pageHeader {
	position: relative;
	width: 100%;
	float: left;
	z-index: 101;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	background: rgba(255,255,255,0.8);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
	}

.is-sticky #pageHeader {
    /*left: 0px;*/
    left: auto;
    max-width: 1920px;
	background: #ffffff;
	box-shadow: 0px 6px 8px rgba(167,167,167,0.16);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
	}

.headerTop {
	position: relative;
	width: 100%;
	float: left;
	z-index: 1002;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
	}

/* Top Header Container */

.topHeaderContainer {
	/*position: relative;*/
    position: static;
	display: flex;
	margin: 0px auto;
    align-items: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
    }

/* Logo */
	
.logo {
	position: relative;
	display: block;
	padding: 0px;
    float: left;
	width: 235px;
	height: 37px;
	z-index: 1001;
	overflow: hidden;
	margin: 15px 0px 15px;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Header Group Container */

.headerGroupContainerRight {
	/*position: relative;*/
    position: static;
	padding: 0px;
	margin: 0px;
	}

/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	float: right;
	padding: 0;
	display: flex;
    font-size: 0px;
	list-style: none;
    align-items: center;
	margin: 0px 0px 0px auto;
	}
	
.headerTopLinks>li {
	position: relative;
	color: #28388d;
	font-size: 16px;
	margin: 0px 12px;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
	}

/*.headerTopLinks>li:last-child {
	margin: 0px;
	}*/
	
.headerTopLinks>li a {
	position: relative;
    display: flex;
	color: #28388d;
	line-height: 24px;
    align-items: center;
	}

.headerTopLinks>li a .iconBlock {
	position: relative;
    display: block;
    height: 24px;
	color: #28388d;
	line-height: 24px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.headerTopLinks>li a .iconBlock img {
    position: relative;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: 0px;
	max-width: 100%;
	max-height: 24px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.headerTopLinks>li a .iconBlock img.showicon {
	display: block;
	}

.headerTopLinks>li a .iconBlock img.hiddenicon {
	display: none;
	}

.headerTopLinks>li:hover>a .iconBlock img.showicon,
.headerTopLinks>li.selected>a .iconBlock img.showicon {
	display: none;
	}

.headerTopLinks>li:hover>a .iconBlock img.hiddenicon,
.headerTopLinks>li.selected>a .iconBlock img.hiddenicon {
	display: block;
	}

.headerTopLinks>li a:hover .iconBlock,
.headerTopLinks>li.selected a .iconBlock {
    color: #ffae59;
	}

.headerTopLinks>li.header-cart-menu a span {
	position: absolute;
    color: #ffffff;
    right: -12px;
    z-index: 2;
    top: -10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-weight: 700;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    background: #ffae59;
    display: inline-block;
	}

/* Quick Header Search */

.quick-header-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.quick-header-search .form-control:focus,
.quick-header-search .form-control:hover {
	border: 1px solid #ffae59;
	}

.quick-header-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #ffae59;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.quick-header-search .btn-1:hover {
    color: #ffffff;
	background: #d08638;
	border-color: #d08638;
	}

.quick-header-search .close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.quick-header-search .close:hover {
	color: #ff0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.8;
	}

/* Nav */
	
.nav-wrapper {
	/*position: relative;*/
    position: static;
    padding: 0px;
    display: flex;
	margin: 0px 30px;
    align-items: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    justify-content: center;
	}
	
.nav-container {
	/*position: relative;*/
    position: static;
	display: block;
	}
	
.nav {
	/*position: relative;*/
    position: static;
	width: 100%;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.nav ul {
    font-family: Roboto;
	/*position: relative;*/
    position: static;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: block;
	list-style-type: none;
    border-collapse: collapse;
	}
	
.nav>ul>li {
	/*position: relative;*/
    position: static;
    display: block;
    float: left;
    padding: 0px;
    margin: 0px 20px;
    font-weight: 700;
	}
	
.nav>ul>li:last-child {
	}
	
.nav>ul>li>a {
	position: relative;
	display: block;
	color: #28388d;
	font-size: 16px;
    overflow: hidden;
	line-height: 27px;
	text-align: center;
	padding: 20px 0px 20px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.mean-container .mean-nav ul li.logomenu > a {
    background: #e2e6fc !important;
    }

.mean-container .mean-nav ul li.logomenu:hover > a,
.mean-container .mean-nav ul li.logomenu.selected > a {
    background: #d0d7fd !important;
    }

.nav>ul>li.doctorShrimpMenu>a img,
.mean-container .mean-nav ul li a img {
    position: relative;
    width: auto;
    margin: 0px;
    height: 24px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
	}

.mean-container .mean-nav ul li a img {
    height: 20px;
	}

.nav>ul>li.menu-item-has-children>a {
	padding-right: 20px;
	}

.nav>ul>li span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.nav li.menu-item-has-children > a:after {
    font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: "\f107";
	font-size: 14px;
	right: 0px;
	top: 50%;
    z-index: 2;
	height: 30px;
	font-weight: 900;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	}

.nav>ul>li:hover>a,
.nav>ul>li.selected>a {
	color: #ffae59;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.nav>ul>li .submenu-wrapper {
	position: absolute;
	font-size: 16px;
    display: none;
	left: 0px;
	top: 100%;
	opacity: 0;
	width: 100%;
    font-weight: 400;
	min-width: 250px;
	text-align: left;
	visibility: hidden;
    text-transform: none;
    letter-spacing: 0.36px;
	margin: 30px 0px 0px 0px;
	background: url("../images/dropdown-menubg.png") center bottom no-repeat;
	transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
    -webkit-animation: fadeInShow 0.5s;
	-moz-animation: fadeInShow 0.5s;
	-o-animation: fadeInShow 0.5s;
	-ms-animation: fadeInShow 0.5s;
    animation: fadeInShow 0.5s;
    }

.submenu-wrapper .container-fluid {
    position: relative;
    padding: 0px;
    }

.nav>ul>li > .submenu-wrapper {
    padding: 40px 140px 200px !important;
	}

.nav>ul>li .submenu-wrapper .submenu-wrapper {
    /*left: 100%;*/
    left: 350px;
	top: auto;
	margin: 0px;
	padding: 0px;
    max-width: 350px;
    background: transparent !important;
	}

.nav>ul>li.menu-item-has-children:hover>.submenu-wrapper,
.nav>ul>li.menu-item-has-children .menu-item-has-children:hover>.submenu-wrapper {
    display: block;
	opacity: 1;
	top: auto;
	padding: 0px;
	margin-top: -10px;
	visibility: visible;
	}

.nav>ul>li.menu-item-has-children .menu-item-has-children:hover>.submenu-wrapper {
    margin-top: -44.8px;
	}

.nav>ul>li.menu-item-has-children ul {
    position: static;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    max-width: 350px;
	}

@keyframes fadeInShow {
    0% {
        opacity: 0;
        margin-top: 30px;
    }
    100% {
        opacity: 1;
    }
}

/*.nav>ul ul,
.nav>ul ul ul {
	position: absolute;
	font-size: 18px;
	left: 0px;
	top: 100%;
	opacity: 0;
	width: 100%;
    font-weight: 700;
	min-width: 250px;
	text-align: left;
	visibility: hidden;
	background: #ffffff;
	margin: 30px 0px 0px 0px;
    box-shadow: 0px 12px 16px rgba(0,0,0,0.16);
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	}
	
.nav>ul ul ul {
	left: 100%;
	top: auto;
	margin: 0px;
	padding: 0px;
	}
	
.nav>ul>li:hover>ul,
.nav>ul ul>li:hover>ul {
	opacity: 1;
	top: auto;
	margin-top: 0px;
	padding: 0px 0px;
	visibility: visible;
	}
	
.nav>ul ul>li:hover>ul {
	margin-top: -54.8px;
	}*/
	
.nav>ul ul a,
.nav>ul ul ul a {
	position: relative;
	display: block;
	color: #ffffff;
	line-height: 24px;
	padding: 10px 20px 10px;
	}
	
.nav>ul>li li.menu-item-has-children>a {
	padding-right: 40px;
	}

.nav>ul>li li.menu-item-has-children > a:after {
    content: "\f105";
	right: 20px;
	}
	
.nav>ul ul li:first-child a {
	}

.nav>ul ul li:last-child>a {
    border-bottom: none;
	}
	
.nav>ul ul li:last-child>a:before {
	}
	
.nav>ul ul li:hover>a,
.nav>ul ul li.selected>a,
.nav>ul ul ul li:hover>a,
.nav>ul ul ul li.selected>a {
    opacity: 1;
	color: #ffae59;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.nav>ul ul li.selected>a,
.nav>ul ul ul li.selected>a {
	}

/* Banner Styles */

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
	height: 100%;
	margin: 0px auto;
	}
	
.banner {
	position: relative;
	display: block;
	z-index: 0;
	margin: 0px auto;
	}

.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
	margin: 0px auto;
	}
	
/*.banner-slide figure img {
	width: 100% !important;
	height: auto;
	}*/

.banner-slide figure img {
	position: relative;
    height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}

.main-slider .slick-slide,
.main-slider .slick-slide:before,
.main-slider .banner_caption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

.main-slider .slick-slide:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.main-slider {
	position: relative;
	width: 100%;
	/*height: 38vw;
	min-height: 8vw;*/
	opacity: 0;
	/*height: 100%;
	min-height: 100%;*/
	overflow: hidden;
	margin-bottom: 0px;
	visibility: hidden;
	transition: all 1.2s ease;
	}

.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
	}

.main-slider .slick-slide,
.main-slider .slick-slide > div,
.main-slider .slick-slide .item {
	position: relative;
    padding: 0px;
	width: 100%;
    font-size: 0px;
    margin: 0px auto;
	/*height: 38vw;*/
    display: block !important;
	}

.main-slider .slick-slide video {
	/*position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	margin: 0px 0px 0px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
    
    position: relative;
    height: 100%;
	width: 100%;
	}

.main-slider .slick-slide iframe {
	/*pointer-events: none;*/
	position: relative;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	}

.main-slider .slick-slide figure {
	position: relative;
	height: 100%;
	}

.main-slider .slick-slide .slide-image {
	opacity: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all .8s ease;
	}

.main-slider .slick-slide .slide-image.show {
	opacity: 1;
	}

.main-slider .slick-slide .image-entity {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	}

.main-slider .slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
	}

.main-slider .slick-slide .slide-media {
	-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	}

.main-slider .slick-slide.slick-active {
	z-index: 1;
	}

.main-slider .slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	}

.main-slider .slick-slide.slick-active .banner_caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
	}

.main-slider .slick-slide figure {
	position: relative;
	height: 100%;
	}

.main-slider .slick-slide.video .banner-slide-bg {
	display: none;
	}

.main-slider figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
	margin: 0px auto;
	}

.main-slider figure img {
	position: relative;
    height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	opacity: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
    width: 100%;
	margin: 0px auto;
    max-width: 1200px;
	padding: 0px 30px;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #28388d;
    padding: 150px 0px;
	display: table-cell;
	vertical-align: top;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px auto;
    text-align: center;
	}

.banner_caption .captionContainer .bannerHeading1 {
	font-family: LibreBaskerville;
	font-size: 50px;
	color: #28388d;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0px;
	padding-bottom: 0px;
	text-transform: none;
	}
	
.banner_caption .captionContainer p {
	}
	
.main-slider .slick-prev,
.main-slider .slick-next {
	}
	
.main-slider .slick-prev {
    left: 5px;
	}
	
.main-slider .slick-next {
    right: 5px;
	}
	
.main-slider .slick-dots {
	z-index: 5;
	left: 0px;
	width: 100%;
	bottom: 20px;
	font-size: 0px;
	text-align: center;
	margin: 0px auto 0px;
	}

@-webkit-keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
		}
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
		}
	}

@keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
		}
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
		}
	}

@-webkit-keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
		}
	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
		}
	}

@keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
		}
	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
		}
	}

/* Scroll Down */

.scrollDown {
	position: absolute;
	display: block;
	z-index: 101;
	width: 100%;
	top: 45%;
    font-size: 16px;
	margin: 0px auto;
	text-align: center;
    text-transform: uppercase;
	}
	
.scrollDown a {
	position: relative;
	overflow: hidden;
    color: #ffffff;
    line-height: 30px;
	text-align: center;
    padding: 15px 25px;
    border-radius: 60px;
    background: #28388d;
	display: inline-block;
	vertical-align: middle;
	}

.scrollDown a:hover {
    color: #ffae59;
	}

.scrollDown a:hover .fa-angle-right:before {
    content: '\f107';
	}
	
/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg5 { margin: 5px !important; }
.p15 { padding: 15px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 0px 0px;
    max-width: 1920px;
	}

.nopadding {
	padding: 0px !important;
	}

/* Intro Container */

.intro-container {
	position: relative;
	display: block;
    z-index: 5;
    width: 100%;
	padding: 0px;
    margin: -18.5% auto 0px;
    background-color: transparent !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.intro-pic-container,
.intro-pic-container figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    margin: 0px auto;
	}
	
.intro-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.intro-content-area {
	position: absolute;
	display: flex;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 6;
    height: 100%;
    padding: 0px;
	margin: 0px auto;
    max-width: 970px;
    align-items: center;
	}

.intro-text-container {
    position: relative;
    display: block;
    padding: 80px 140px;
	}

.intro-text-container .pageTitle h1,
.intro-text-container .pageTitle h2 {
    font-size: 50px;
    /*font-size: 3.75vw;*/
    letter-spacing: 1.8px;
	}

.intro-text-container .pageTitle h1 span,
.intro-text-container .pageTitle h2 span {
    font-weight: 700;
	}

.subtitle {
    position: relative;
    display: block;
    color: #28388d;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    margin: 0px auto 15px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    text-decoration: underline;
	}

/* Impact Container */

.impact-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 5;
    width: 100%;
    text-align: center;
    margin: 0 auto 0px;
	padding: 0px 0px 15%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.impact-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    max-width: 900px;
	margin: 0px auto 30px;
	}

.impact-container .pageTitle2 h1,
.impact-container .pageTitle2 h2,
.impact-container a {
    color: #ffffff;
	}

.impact-container a:hover {
    color: #ffae59;
	}

/* Ecosystem Content Area */

.ecosystem-content-area {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
	margin: 10% auto 10%;
	}

.ecosystem-graph-wrapper {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	/*max-width: 731px;
    max-height: 731px;*/
    max-width: 500px;
    max-height: 500px;
	text-align: center;
	}

.ecosystem-graph {
	position: relative;
	display: block;
    width: 100%;
    z-index: 6;
    height: 100%;
	margin: 0px auto;
	/*max-width: 731px;
    max-height: 731px;*/
	text-align: center;
	}

.ecosystem-graph img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

/*.ecosystem-graph img {
	width: 100%;
	height: auto;
	}
	
.ecoSystemMap img[usemap] {
	border: none;
	height: auto;
	width: auto;
	max-width: 100%;
	}*/

.ecosystem-menu {
    position: static;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    letter-spacing: 0.6px;
    list-style-type: none;
    text-transform: uppercase;
    }

.ecosystem-menu-sm {
    display: none;
    }

.ecosystem-menu li {
    position: absolute;
    color: #ffffff;
    z-index: 7;
    line-height: 1.4;
    }

.ecosystem-menu li a {
    position: relative;
    display: block;
    color: #ffffff;
    padding-right: 25px;
    }

.ecosystem-menu li a:after {
    position: absolute;
    display: block;
    top: 0px;
    left: 100%;
    content: '';
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 100%;
    background: #ffffff;
    margin: 0px auto 0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.ecosystem-menu li a:hover:after {
    background: #ffae59;
	}

.ecosystem-menu li.ecosystemMenu-item-1 {
    left: 50%;
    bottom: 88px;
    width: 230px;
    text-align: right;
    margin-left: -458px;
    }

.ecosystem-menu li.ecosystemMenu-item-2 {
    left: 50%;
    top: 168px;
    width: 175px;
    text-align: right;
    margin-left: -428px;
    }

.ecosystem-menu li.ecosystemMenu-item-3 {
    left: 50%;
    top: -55px;
    max-width: 100%;
    text-align: center;
    transform: translateX(-50%);
    }

.ecosystem-menu li.ecosystemMenu-item-3 a {
    padding: 0px 0px 52px;
	}

.ecosystem-menu li.ecosystemMenu-item-3 a:after {
    top: auto;
    left: 50%;
    bottom: 10px;
    margin-left: -12.5px;
	}

.ecosystem-menu li.ecosystemMenu-item-4 {
    right: 50%;
    top: 168px;
    width: 325px;
    text-align: left;
    margin-right: -552px;
    }

.ecosystem-menu li.ecosystemMenu-item-4 a {
    padding: 0px 0px 0px 60px;
	}

.ecosystem-menu li.ecosystemMenu-item-4 a:after {
    left: auto;
    margin-left: -60px;
	}

.ecosystem-menu li.ecosystemMenu-item-5 {
    right: 50%;
    width: 280px;
    bottom: 130px;
    text-align: left;
    margin-right: -492px;
    }

.ecosystem-menu li.ecosystemMenu-item-5 a {
    padding: 0px 0px 0px 60px;
	}

.ecosystem-menu li.ecosystemMenu-item-5 a:after {
    left: auto;
    margin-left: -60px;
	}

.ecosystem-menu li a:hover,
.ecosystem-menu li a.hover {
    color: #ffae59 !important;
    }

.ecosystem-default-container,
.ecosystem-img-container {
    position: absolute;
    display: block;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0px auto 0px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

.ecosystem-img-container {
    z-index: 3;
    opacity: 0;
    }

.ecosystem-img-container.activeLnk {
    opacity: 1;
    }

.ecosystem-default-container figure,
.ecosystem-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 30px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.ecosystem-default-container figure img,
.ecosystem-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.ecosystem-default-caption-container,
.ecosystem-caption-container {
    position: absolute;
    display: flex;
    z-index: 2;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    padding: 50px;
    color: #ffffff;
    align-items:center;
    overflow: hidden;
    margin: 0px auto 0px;
    }

.ecosystem-caption-container {
    z-index: 4;
    }

.ecosystem-caption-container-inner {
    position: relative;
    display: block;
    width:100%;
    }

.ecosystem-caption-container-inner h2 {
    padding: 0px;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1.3px;
    }

.ecosystem-caption-container-inner h2 p:last-child {
    margin-bottom: 0px;
    }

.impact-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.impact-container .mCS-dark.mCSB_scrollTools .mCSB_draggerRail,
.inner-ecosystem-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.inner-ecosystem-container .mCS-dark.mCSB_scrollTools .mCSB_draggerRail,
.formulation-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.formulation-container .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    /*background: transparent !important;*/
    }

/*.impact-container .hscroll-content,
.inner-ecosystem-container .hscroll-content,
.formulation-container .hscroll-content {
    margin-bottom: 30px;
    }

.impact-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.inner-ecosystem-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.formulation-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffae59 !important;
    }

.inner-ecosystem-container .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #28388d !important;
    }*/

/* Ecosystem Gallery Container */
	
.ecosystemGalleryContainer {
	position: relative;
	overflow: hidden;
	display: block;
    max-width: 400px;
	margin: 0px auto 60px;
	}
	
.ecosystemGalleryBox {
	position: relative;
	overflow: hidden;
	display: block;
    margin: 0px auto;
	}
	
.ecosystemSlideItem {
	position: relative;
	display: block;
	width: 100%;
    padding: 1px;
    margin: 0px auto;
    text-align: center;
	}
	
.ecosystemImgItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 100%;
    background: url("../images/ecosystem-graph1.png") center center no-repeat;
    background-size: cover;
	}

.inner-ecosystem-container .ecosystemImgItem {
    background: url("../images/ecosystem-graph2.png") center center no-repeat;
    background-size: cover;
	}

.formulation-container .ecosystemImgItem {
	padding-bottom: 101.65%;
    background: url("../images/formulation-graph2.png") center center no-repeat;
    background-size: cover;
	}
	
.ecosystemImgItem figure {
	position: absolute;
	overflow: hidden;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 30px;
    display: block;
    text-align: center;
	margin: 0px auto !important;
	}
	
.ecosystemImgItem figure img {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: cover !important;
	object-fit: cover !important;
	-o-object-position: center !important;
	object-position: center !important;
	}

.formulation-container .ecosystemImgItem figure img {
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	}

/* Ecosystem Text Slider */

.ecosystemTextSliderBox {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px -15px;
	}

.ecosystemTextSliderBox .slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}

.ecosystemTextSlideItem {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 15px;
    font-size: 16px;
    text-align: left;
	}

.formulation-container .ecosystemTextSlideItem {
    text-align: center;
	}
	
.ecosystemTextItem {
	position: relative;
	display: block;
	width: 100%;
    overflow: hidden;
	margin: 0px auto;
	}

.ecosystemTextItem a {
	position: relative;
	display: block;
    color: #ffffff;
	}

.ecosystemTextItem h6 {
    color: #ffffff;
    padding-bottom: 10px;
	}

.inner-ecosystem-container .ecosystemTextItem a,
.inner-ecosystem-container .ecosystemTextItem h6 {
    color: #28388d;
	}

.ecosystemTextItem a:hover,
.inner-ecosystem-container .ecosystemTextItem a:hover {
    color: #ffae59;
	}

.slick-current .ecosystemTextItem {
	}

.ecosystemTextSliderBox .slick-prev,
.ecosystemTextSliderBox .slick-next {
	width: 13px;
	height: 23px;
    box-shadow: none !important;
	}
	
.ecosystemTextSliderBox .slick-prev {
	left: -30px;
	padding: 0px 0px 0px 13px;
	background: url(../images/slick-nav-small.png) left top no-repeat;
	}
	
.ecosystemTextSliderBox .slick-next {
	right: -30px;
	padding: 0px 13px 0px 0px;
	background: url(../images/slick-nav-small.png) right top no-repeat;
	}

.ecosystemTextSliderBox .slick-prev:hover,
.ecosystemTextSliderBox .slick-prev:focus {
	background: url(../images/slick-nav-small.png) left bottom no-repeat;
	}
	
.ecosystemTextSliderBox .slick-next:hover,
.ecosystemTextSliderBox .slick-next:focus {
	background: url(../images/slick-nav-small.png) right bottom no-repeat;
	}

/*.ecosystemTextSliderBox .slick-disabled {
	display: none !important;
	}*/

.ecosystemTextSliderBox .slick-dots li button:before {
    border-color: #ffffff;
    }

.ecosystemTextSliderBox .slick-dots li:hover button,
.ecosystemTextSliderBox .slick-dots li.slick-active button {
    background: #ffffff;
    border-color: #ffffff;
    }

.inner-ecosystem-container .ecosystemTextSliderBox .slick-dots li button:before {
    border-color: #28388d;
	}

.inner-ecosystem-container .ecosystemTextSliderBox .slick-dots li:hover button,
.inner-ecosystem-container .ecosystemTextSliderBox .slick-dots li.slick-active button {
    background: #28388d;
    border-color: #28388d;
	}

/* News Container */

.news-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 6;
	margin: 0px auto;
	padding: 75px 140px 150px;
    background-color: #f1ecdb !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.homepage .news-container {
	padding: 75px 140px;
	}

.news-container:before,
.news-container:after {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape1.png") center top no-repeat;
    background-size: 100% auto;
	}

.news-container:after {
    top: auto;
    bottom: -75px;
    background: url("../images/bottom-shape1.png") center bottom no-repeat;
    background-size: 100% auto;
	}

.news-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    max-width: 930px;
    text-align: center;
	margin: 0px auto 30px;
	}

/* News Listings */
	
.news-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	text-align: center;
	list-style-type: none;
	margin: 0px -40px 0px;
	}
	
.news-item {
	position: relative;
	display: flex;
	float: left;
	width: 50%;
	font-size: 20px;
	line-height: 1.4;
	padding: 25px 40px;
	align-self: stretch;
	margin: 0px 0px 0px;
    border-right: 1px solid rgba(40,56,141,0.5);
	}

.news-item-inner,
.news-item-inner > a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	color: #ffffff;
    overflow: hidden;
	}

.news-item-inner > a {
	}

.news-item-inner:hover > a {
	}
	
.news-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 141.667%;
	}
	
.news-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.news-photo-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.news-mask-container {
    position: absolute;
    display: flex;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
	padding: 0px;
	color: #ffffff;
    font-size: 20px;
	overflow: hidden;
    text-align: left;
    align-items: flex-end;
    background: rgba(50,48,49,0.25);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.news-item-inner:hover > a .news-mask-container {
    background: rgba(0,0,0,0.7);
	}

.news-mask-content-box {
    position: relative;
	padding: 30px;
    display: block;
	}

.news-date {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
	}

.news-date b,
.news-date strong {
    font-weight: 700;
	}

.news-heading {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
	}

.news-item p {
	margin: 0px auto 20px;
	}

/* Read More Button */

.read-more-btn {
	position: relative;
	color: #ffffff;
	font-size: 16px;
    font-weight: 400;
	overflow: hidden;
	margin: 0px auto;
	line-height: 24px;
    padding: 13px 30px;
	text-align: center;
    white-space: nowrap;
    border-radius: 60px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ffffff;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.news-item-inner > a .fa {
    margin-left: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/*.news-item-inner:hover > a .fa {
    margin-left: 15px;
	}*/

.news-item-inner:hover > a .read-more-btn {
    color: #ffffff;
    background: #ffae59;
    border-color: #ffae59;
	}
	
/* News Slider */

.news-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 15px -30px 30px;
	}
	
.news-slider .news-item,
.news-slider .news-item-inner {
    display: block;
	}

.news-slider .news-item {
    padding: 15px 30px;
    }

.news-container .customPrevNav {
    margin-right: 15px;
    }

.customPrevNav,
.customNextNav {
    position: relative;
    cursor: pointer;
	z-index: 5;
	width: 13px;
	height: 23px;
	font-size: 0px;
	background: none;
    display: inline-block;
    vertical-align: middle;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.customPrevNav {
	padding: 0px 0px 0px 13px;
	background: url("../images/slick-nav-small.png") left top no-repeat;
	}

.customNextNav {
	padding: 0px 13px 0px 0px;
	background: url("../images/slick-nav-small.png") right top no-repeat;
	}

.customPrevNav:hover,
.customPrevNav:focus {
	background: url("../images/slick-nav-small.png") left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.customNextNav:hover,
.customNextNav:focus {
	background: url("../images/slick-nav-small.png") right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

/* Organisation Info Container */

.organisation-info-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 1;
    color: #ffffff;
	margin: 0px auto;
	padding: 180px 0px 210px;
    background-color: #323031 !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.organisation-info-container:before {
	position: absolute;
	display: block;
    width: 100%;
    left: 0px;
    top: 0px;
    content: '';
    z-index: -1;
    height: 100%;
    opacity: 0.25;
    overflow: hidden;
	margin: 0px auto;
    background: #323031;
	}

.organisation-info-container .container,
.organisation-info-container .container-fluid {
    z-index: 2;
	}

.organisation-info-content-box {
	position: relative;
	display: block;
    width: 100%;
    margin: 0px auto;
	padding: 0px 30px;
    max-width: 1135px;
    text-align: center;
	}

.organisation-info-content-box .pageTitle2 h1,
.organisation-info-content-box .pageTitle2 h2,
.organisation-info-content-box h1,
.organisation-info-content-box h2,
.organisation-info-content-box h3,
.organisation-info-content-box h4,
.organisation-info-content-box h5,
.organisation-info-content-box h6 {
    color: #ffffff;
    }

.organisation-info-content-box .pageTitle2,
.organisation-info-content-box h5 {
    padding-bottom: 50px;
    }

.organisation-info-content-box h5 {
    text-decoration: underline;
    }

.organisation-info-content-box p {
    margin-bottom: 50px;
    }

/* About Container */

.about-container {
	position: relative;
	display: block;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin: 0px auto 0px;
	padding: 120px 0px 38%;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.about-top-content-area:before {
	position: absolute;
	display: block;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    content: '';
    padding: 0px;
    height: 100%;
	margin: 0px auto;
    background: url("../images/bg3.jpg") center top no-repeat;
    background-size: contain;
	}

.about-top-content-area,
.about-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 1070px;
	margin: 0px auto 0px;
    padding: 0px 30px 30px;
	}

.about-bottom-content-area {
    max-width: 980px;
    letter-spacing: 0.6px;
    padding: 30px 30px 0px;
	}

/*.about-container .pageTitle,
.about-container .subtitle {
    margin-bottom: 50px;
	}*/

.about-container .link-btn {
    margin-top: 30px;
	}

/* Logo Slider Container */

.logo-slider-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 1;
	margin: 0px auto;
	/*padding: 0px 0px 0px 140px;*/
    padding: 0px 140px;
	}

/* Logo Slider */

.logo-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -40px 0px;
	}

.logo-item-block {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
    font-size: 20px;
    line-height: 1.4;
    overflow: hidden;
	padding: 0px 40px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

/*@media (min-width: 575.98px) {
	.logo-item-block { width: 413px !important; }
	}*/

.logo-item-block > a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 100%;
	}

.logo-item-block > a:hover {
	}
	
.logo-img-container {
	position: relative;
	display: block;
	height: 0px;
    width: 100%;
	overflow: hidden;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 100%;
	}
	
.logo-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 45px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.logo-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	}

.logo-mask-container {
    position: absolute;
    display: flex;
    opacity: 0;
    top: 0px;
    left: 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
	padding: 0px;
	color: #ffffff;
	overflow: hidden;
    text-align: center;
    align-items: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.logo-mask-container:before {
    position: absolute;
    display: block;
    content: '';
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	padding: 0px;
	overflow: hidden;
    background: #28388d;
    border-radius: 100%;
	}

.logo-item-block > a:hover .logo-mask-container {
    opacity: 1;
	}

.logo-mask-content-box {
    position: relative;
	padding: 30px;
    display: block;
    text-align: center;
	}

.logo-mask-content-box p {
    margin: 0px auto;
	}
	
.logo-slider .slick-prev {
	left: -40px;
	}

.logo-slider .slick-next {
	/*right: 165px;*/
    right: -40px;
	}

/* About Container 2 */

.about-container2 {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    text-align: center;
	padding: 0px 0px 45%;
    margin: 0px auto 0px;
    background-color: #f1ecdb !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.about-top-content-area2 {
	position: relative;
	display: block;
    width: 100%;
    color: #ffffff;
    max-width: 800px;
	margin: 0px auto 0px;
    padding: 0px 30px 0px;
	}

.about-container2 .pageTitle2 h1,
.about-container2 .pageTitle2 h2 {
    color: #ffffff;
	}

.about-container2 .link-btn {
    margin-top: 30px;
	}

/* Worldwide Container */

.worldwide-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 6;
	margin: 0px auto;
	padding: 200px 140px 150px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
	}

.worldwide-container:before,
.worldwide-container:after {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape2.png") center top no-repeat;
    background-size: 100% auto;
	}

.worldwide-container:after {
    top: auto;
    bottom: -75px;
    background: url("../images/bottom-shape2.png") center bottom no-repeat;
    background-size: 100% auto;
	}

.worldwide-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
	margin: 0px auto 0px;
	padding: 16% 0px 24%;
	}

.worldwide-container .pageTitle2 {
    padding-bottom: 50px;
	}

.worldwide-container .link-btn {
    margin-top: 50px;
	}

/* History Container */

.history-container {
	position: relative;
	display: block;
    z-index: 3;
    width: 100%;
    text-align: center;
    margin: 0px auto 0px;
	padding: 75px 0px 0px;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.history-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape3.png") center top no-repeat;
    background-size: 100% auto;
	}

.history-top-content-area:before {
	position: absolute;
	display: block;
    width: 100%;
    left: 0px;
    top: -50px;
    z-index: -1;
    content: '';
    padding: 0px;
    height: 100%;
	margin: 0px auto;
    background: url("../images/bg3.jpg") center top no-repeat;
    background-size: contain;
	}

.history-top-content-area,
.history-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
	margin: 0px auto 0px;
    padding: 0px 30px 50px;
	}

.history-bottom-content-area {
    padding: 50px 30px 50px;
	}

.history-container .pageTitle,
.history-container .subtitle {
    margin-bottom: 30px;
	}

.history-container .link-btn {
    margin-top: 30px;
	}

.history-bottom-img-container,
.history-bottom-img-container img {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.history-bottom-img-container {
    z-index: 1;
	margin: -150px auto 0px;
	}

/*.history-bottom-img-container:after {
	position: absolute;
	display: block;
    width: 100%;
    left: 0px;
    content: '';
    padding: 0px;
    height: 100%;
    bottom: -20%;
	margin: 0px auto;
    background: url("../images/bottom-shape3.png") center bottom no-repeat;
    background-size: 100% auto;
	}*/

/* CD Timeline */

#cd-timeline {
	position: relative;
	padding: 0px 0;
	margin-top: 40px;
	margin-bottom: 40px;
	}

#cd-timeline:before {
	/* this is the vertical line */
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 1px;
	bottom: 0px;
    border-radius: 0px;
	background: #3bbfad;
	}

.cd-timeline-block {
	position: relative;
	display: block;
	margin: 0px auto;
	}

.cd-timeline-block:after {
	content: "";
	clear: both;
	display: table;
	}

.cd-timeline-block:first-child {
	margin-top: 0;
	}

.cd-timeline-block:last-child {
	margin-bottom: 0;
	}

.cd-timeline-img {
	position: absolute;
    z-index: 5;
	top: 9px;
	left: 0%;
	width: 40px;
	height: 40px;
	padding: 0px;
	text-align: center;
    border-radius: 100%;
	background: #ffae59;
    border: 10px solid #f1ecdb;
	margin: -20px auto 0px -20px;
	}

.cd-timeline-content {
	position: relative;
	font-weight: 400;
	line-height: 1.4;
    text-align: right;
	}
	
.cd-timeline-content-inner {
	position: relative;
	display: block;
	}

.cd-timeline-content h2 {
    font-size: 50px;
	line-height: 1.1;
    padding-bottom: 15px;
    letter-spacing: 1.2px;
	}

.cd-timeline-content p,
.cd-timeline-content ul {
	margin: 15px auto;
	}

.cd-timeline-text {
	padding: 0px 0px 0px 60px;
	}

.cd-timeline-img-container {
	position: relative;
	display: block;
	height: 251px;
    width: 251px;
	overflow: hidden;
    border-radius: 100%;
    margin: 0px auto 40px 0px;
	}
	
.cd-timeline-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.cd-timeline-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: none;
	object-fit: none;
	-o-object-position: center;
	object-position: center;
	}

@media only screen and (min-width: 768px) {
	#cd-timeline:before {
		left: 50%;
		margin-left: -1px;
	    }
    
	.cd-timeline-block:first-child {
		margin-top: 0;
	    }
    
    .cd-timeline-block:nth-child(even) {
        margin-top: -20%;
        }
    
	.cd-timeline-block:last-child {
		margin-bottom: 0;
	    }
    
	.cd-timeline-img {
		top: 324px;
		left: 50%;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
        transform: translateZ(0);
		-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
		}
    
    .cd-timeline-block:nth-child(even) .cd-timeline-img:before {
        left: 0px;
        }
    
    .cd-timeline-block:nth-child(even) .row {
        justify-content: flex-end;
	    }
    
    .cd-timeline-block:nth-child(odd) .form-row {
        justify-content: flex-end;
	    }
    
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        text-align: left;
	    }
	
	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
		}
	
	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
		}
    
	.cd-timeline-content {
		width: 100%;

		}
		
	.cd-timeline-block h6, .cd-timeline-block p, .cd-timeline-block ul {
		}
		
	.cd-timeline-block:nth-child(odd) .cd-timeline-content {
		}
    
    .cd-timeline-block:nth-child(odd) .cd-timeline-text {
        padding: 0px 60px 0px 0px;
        }
    
    .cd-timeline-block:nth-child(odd) .cd-timeline-img-container {
        margin: 0px 0px 40px auto;
        }
		
	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
		}
		
	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
		}
    
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(odd) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	    }
    }

@media only screen and (max-width: 767px) {
	#cd-timeline:before {
		left: 20px;
		}
	
	.cd-timeline-img {
		margin-left: 0px;
		}
    
    .cd-timeline-img:after {
        left: -8px;
        }
    
    .cd-timeline-img:before {
        width: 50px;
        left: 0px;

        }
	
	.cd-timeline-content {
        text-align: left !important;
		padding-left: 50px;
		}
    
    .cd-timeline-text {
        padding: 0px;
        }
    
    .cd-timeline-block {
        margin-bottom: 40px;
        }
    }

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	    }

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	    }

	100% {
		-webkit-transform: scale(1);
	    }
    }

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	    }

	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	    }

	100% {
		-moz-transform: scale(1);
	    }
    }

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	    }

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	    }

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	    }
    }

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	    }

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	    }

	100% {
		-webkit-transform: translateX(0);
	    }
    }

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	    }

	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	    }

	100% {
		-moz-transform: translateX(0);
	    }
    }

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	    }

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	    }

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	    }
    }

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	    }

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	    }

	100% {
		-webkit-transform: translateX(0);
	    }
    }

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	    }

	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	    }

	100% {
		-moz-transform: translateX(0);
	    }
    }

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	    }

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	    }

	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	    }
    }

/* Team Container */

.team-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 75px 0px 100px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.team-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape4.png") center top no-repeat;
    background-size: 100% auto;
	}

.team-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 1090px;
    text-align: center;
	margin: 0px auto 0px;
	padding: 0px 0px 30px;
	}

/* Team Listing */

.team-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	text-align: center;
	list-style-type: none;
	margin: 0px -25px 0px;
    justify-content: center;
	}
	
.team-listing > li {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
	font-size: 18px;
	line-height: 1.6;
	padding: 15px 25px;
	align-self: stretch;
	margin: 0px 0px 30px;
    letter-spacing: 0.36px;
	}

.team-listing > li > a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	color: #28388d;
    overflow: hidden;
	}

.team-listing > li > a:hover {
	}

.teamMemberPicContainer {
	position: relative;
	display: block;
	height: 0px;
    width: 100%;
	overflow: hidden;
    border-radius: 100%;
	padding-bottom: 100%;
    }
	
.teamMemberPicContainer figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    margin: 0px auto;
	text-align: center;
	}
	
.teamMemberPicContainer figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.team-mask-container {
	position: absolute;
	display: table;
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
	height: 100%;
	overflow: hidden;
    text-align: center;
    border-radius: 100%;
    background: rgba(40,56,141,0.76);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}

.team-listing > li > a:hover .team-mask-container {
    opacity: 1;
	}
	
.team-mask-content {
	position: relative;
    padding: 30px;
	display: table-cell;
    vertical-align: middle;
	}

.memberInfoBox {
	position: relative;
	display: block;
    margin: 0px auto 0px;
	padding: 30px 0px 0px;
	}

.memberName {
	position: relative;
	display: block;
	padding: 0px;
	font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.52px;
	}

.memberInfoBox p {
    margin: 20px auto 0px;
	}
	
.learn-more-btn {
	position: relative;
	color: #ffffff;
	font-size: 20px;
    font-weight: 400;
	overflow: hidden;
	margin: 0px auto;
	line-height: 30px;
    padding: 15px 25px;
	text-align: center;
    white-space: nowrap;
    border-radius: 60px;
    vertical-align: top;
    background: #ffae59;
    letter-spacing: 0.4px;
    display: inline-block;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.learn-more-btn .fa {
    margin-left: 10px;
	}

/* Pop Up Container */
	
.popup-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
    max-width: 1920px;
	}

.popup-left-col {
	position: relative;
    display: table;
	padding: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    margin: 0px auto;
    background: #28388d;
	}

.popup-left-col * {
    color: #ffffff;
	}

.popup-left-col .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #d6dcfe !important;
	}

.popup-left-col-content-box {
	position: relative;
	padding: 50px;
    display: table-cell;
    vertical-align: top;
	}

.popup-left-col .teamMemberPicContainer {
    width: 281px;
	height: 281px;
    margin: 0px auto;
	padding-bottom: 0%;
    }

.popup-left-col .memberName {
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    margin: 30px auto;
    }

.popup-left-col ul {
    padding-left: 20px;
    }

.popup-right-col {
	position: relative;
    display: table;
	padding: 0px;
    width: 100%;
    height: 100%;
    color: #28388d;
    font-size: 16px;
    margin: 0px auto;
	}

.popup-right-col * {
    color: #28388d;
	}

.popup-right-col-content-box {
	position: relative;
	padding: 50px;
    display: table-cell;
    vertical-align: top;
	}

/* Scroller Container */
	
.scroller-content-area {
	position: relative;
	display: block;
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
	}

.fancybox-inner {
    overflow: hidden !important;
    }

.mCSB_inside > .mCSB_container {
	margin-right: 30px !important;
	}

.mCSB_scrollTools {
	z-index: 99999;
	opacity: 1 !important;
	}
	
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background: #ebebeb !important;
	border: none !important;
	width: 8px !important;
	border-radius: 10px;
	}
	
.mCSB_scrollTools .mCSB_dragger {
	cursor: auto !important;
	}
	
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 10px;
	width: 8px !important;
	z-index: 99999 !important;
	background: #28388d !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 8px !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100% !important;
	margin: 0px !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	min-width: 70px !important;
	width: auto !important;
	height: 8px !important;
	margin: 0px auto !important;
	}
	
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0px !important;
	margin-bottom: 10px;
	}

/* Core Values Container */

.cv-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 5;
    width: 100%;
    margin: 0 auto 0px;
	padding: 75px 0px 150px;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.cv-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 75px;
	overflow: hidden;
    background: url("../images/top-shape5.png") center top no-repeat;
    background-size: 100% auto;
	}

.cv-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    max-width: 700px;
	margin: 0px 0px 0px;
	}

.cv-container .pageTitle2 {
    padding-bottom: 15px;
	}

.cv-container .pageTitle2 h1,
.cv-container .pageTitle2 h2 {
    color: #ffffff;
	}

.cv-container p {
    /*margin-bottom: 60px;*/
    max-width: 810px;
	}

.cv-container a {
    color: #ffffff;
	}

.cv-container a:hover {
    color: #ffae59;
	}

/* Brands Container */

.brands-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 6;
	margin: 0px auto;
	padding: 75px 0px 200px;
    background-color: #f1ecdb !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.brands-container:before,
.brands-container:after {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape6.png") center top no-repeat;
    background-size: 100% auto;
	}

.brands-container:after {
    top: auto;
    bottom: -75px;
    background: url("../images/bottom-shape1.png") center bottom no-repeat;
    background-size: 100% auto;
	}

/* Brands Slider Container */

.brands-slider-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 75px;
	}

.brands-slider-container.inner-container {
	margin: 60px auto;
	}

/* Brands Slider */

.brands-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -40px 0px;
	}

.brand-item-block {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
    overflow: hidden;
	padding: 0px 40px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.brand-item-block > a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
    color: #28388d;
    overflow: hidden;
    text-align: center;
	}

.brand-item-block > a:hover {
    color: #ffae59;
	}

.brand-item-block > a p {
    margin: 15px auto 0px;
	}
	
.brand-img-container {
	position: relative;
	display: block;
	height: 85px;
    width: 100%;
	overflow: hidden;
    margin: 0px auto;
    text-align: center;
	}
	
.brand-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.brand-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	}
	
.brands-slider .slick-prev {
	left: -75px;
	}

.brands-slider .slick-next {
	right: -75px;
	}

/* Sustain Our Future Container */

.sof-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 0px 25%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.sof-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    text-align: center;
	margin: 0px auto 0px;
    padding: 120px 0px 5%;
	}

.sof-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 700px;
    padding: 0px 0px;
	margin: 0px 0px 0px;
	}

.sof-container .subtitle,
.sof-container .pageTitle h1,
.sof-container .pageTitle h2,
.sof-container .pageTitle2 h1,
.sof-container .pageTitle2 h2 {
    color: #ffffff;
	}

.sof-container a {
    color: #ffffff;
	}

.sof-container a:hover {
    color: #ffae59;
	}

/* Promise Container */

.promise-container {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 75px 0px 0px;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.promise-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    font-size: 16px;
    max-width: 1170px;
	margin: 0px 0px 0px;
    padding: 0 0px 50px;
    letter-spacing: 0.48px;
	}

.promise-bottom-img-container,
.promise-bottom-img-container img {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.promise-container h1 span,
.promise-container h2 span {
    font-weight: 700;
	}

/* Sustainability Container */

.sustainability-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 100px 0px 200px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.sustainability-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape4.png") center top no-repeat;
    background-size: 100% auto;
	}

.sustainability-content-area {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto 0px;
	padding: 0px 0px 0px;
	}

.sustainability-content-area .row {
    align-items: center;
    margin-bottom: 60px;
	}

.sustainability-content-area .row:nth-child(even) {
    flex-flow: row-reverse;
	}

.sustainability-img-container {
	position: relative;
	display: block;
	height: 500px;
    width: 500px;
	overflow: hidden;
    text-align: center;
    border-radius: 100%;
    margin: 0px auto 0px 0px;
	}

.sustainability-content-area .row:nth-child(even) .sustainability-img-container {
    margin: 0px 0px 0px auto;
	}
	
.sustainability-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.sustainability-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	}

.sustainability-text-container {
	position: relative;
    display: block;
    padding: 0px;
	line-height: 30px;
    margin: 0px 0px 0px auto;
	}

.sustainability-content-area .row:nth-child(even) .sustainability-text-container {
    margin: 0px auto 0px 0px;
	}

.sustainability-text-container:after {
	position: absolute;
    content: '';
	left: 0px;
    width: 2px;
    height: 130px;
	bottom: -190px;
	display: block;
	overflow: hidden;
    background: #3bbfad;
	}

.sustainability-content-area .row:nth-child(even) .sustainability-text-container:after {
    height: 2px;
    width: 130px;
	bottom: -50px;
	}

.sustainability-content-area .row:nth-child(1) .sustainability-text-container {
    max-width: 490px;
	}

.sustainability-content-area .row:nth-child(2) .sustainability-text-container {
    max-width: 600px;
	}

.sustainability-content-area .row:nth-child(3) .sustainability-text-container {
    max-width: 520px;
	}

.sustainability-content-area .row:nth-child(3) .pageTitle2 {
    max-width: 380px;
    margin: 0px;
	}

.sustainability-content-area .row:nth-child(4) .sustainability-text-container {
    max-width: 610px;
	}

.itemNumber {
	position: relative;
    font-weight: 700;
    font-size: 20px;
	line-height: 30px;
    vertical-align: top;
    margin: 0px auto 15px;
    display: inline-block;
    border-bottom: 2px solid #28388d;
	}

/* Join Us Container */

.joinus-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 5;
    width: 100%;
    margin: 0 auto 0px;
	padding: 75px 0px 250px;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.joinus-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 125px;
	overflow: hidden;
    background: url("../images/top-shape5.png") center top no-repeat;
    background-size: 100% auto;
	}

.joinus-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    text-align: center;
	margin: 0px 0px 0px;
	}

.joinus-container .pageTitle h1,
.joinus-container .pageTitle h2,
.joinus-container .pageTitle2 h1,
.joinus-container .pageTitle2 h2 {
    color: #ffffff;
	}

.joinus-container .pageTitle,
.joinus-container .pageTitle2 {
    padding-bottom: 60px;
	}

.joinus-container a {
    color: #ffffff;
	}

.joinus-container .pageTitle h1 strong,
.joinus-container .pageTitle h2 strong,
.joinus-container .pageTitle h1 b,
.joinus-container .pageTitle h2 b,
.joinus-container a:hover {
    color: #ffae59;
	}

/* Inner Ecosystem Container */

.inner-ecosystem-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 6;
	margin: 0px auto;
	padding: 75px 0px 150px;
    background-color: #f1ecdb !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.inner-ecosystem-container:before,
.inner-ecosystem-container:after {
    position: absolute;
    display: block;
    content: '';
    top: -55px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape1.png") center top no-repeat;
    background-size: 100% auto;
	}

.inner-ecosystem-container:after {
    top: auto;
    bottom: -75px;
    background: url("../images/bottom-shape1.png") center bottom no-repeat;
    background-size: 100% auto;
	}

.inner-ecosystem-top-content-area,
.inner-ecosystem-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    max-width: 1130px;
    text-align: center;
	margin: 0px auto 0px;
	}

.inner-ecosystem-bottom-content-area p {
    max-width: 900px;
    margin: 0px auto 30px;
	}

.inner-ecosystem-container .ecosystem-content-area {
    margin: 10% auto;
    }

.inner-ecosystem-container .ecosystem-menu li,
.inner-ecosystem-container .ecosystem-menu li a {
    color: #28388d;
    }

.inner-ecosystem-container .ecosystem-menu li a:after {
    background: #28388d;
	}

.inner-ecosystem-container .ecosystem-menu li a:hover:after {
    background: #ffae59;
	}

/* Inner Worldwide Container */

.inner-worldwide-container {
	position: relative;
	display: block;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin: 0px auto 0px;
	padding: 120px 0px 0px;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.inner-worldwide-top-content-area,
.inner-worldwide-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 900px;
	margin: 0px auto 0px;
    padding: 0px 0px 10%;
	}

.inner-worldwide-bottom-content-area {
    color: #ffffff;
    max-width: 850px;
    padding: 42% 0px 55%;
	}

.inner-worldwide-bottom-content-area .pageTitle2 {
	}

.inner-worldwide-bottom-content-area .pageTitle2 h1,
.inner-worldwide-bottom-content-area .pageTitle2 h2 {
    color: #ffffff;
	}

/* Inner Worldwide Container 2 */

.inner-worldwide-container2 {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 75px 0px 150px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.inner-worldwide-container2:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape8.png") center top no-repeat;
    background-size: 100% auto;
	}

.inner-worldwide-top-content-area2,
.inner-worldwide-bottom-content-area2 {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto 0px;
	padding: 30px 0px 30px;
	}

.inner-worldwide-top-content-area2 {
    text-align: center;
    padding: 0px;
	}

.inner-worldwide-bottom-content-area2 .row {
    margin-left: -40px;
    margin-right: -40px;
	}

.inner-worldwide-bottom-content-area2 [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
	}

.inner-worldwide-container2 .link-btn {
    margin-top: 50px;
	}

/* Feed and Nutrition Container */

.fan-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 140px 30%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.fan-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 930px;
    text-align: center;
	margin: 0px auto 0px;
    padding: 120px 0px 11%;
	}

.fan-top-content-area:before {
    position: absolute;
    display: block;
    content: '';
    top: 44px;
    right: -39%;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/bg10.png") center top no-repeat;
    background-size: auto auto;
	}

.fan-middle-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 100%;
    padding: 0px 0px 0px;
	margin: 0px auto 0px;
	}

.fan-middle-content-area .row {
    align-items: center;
	}

.fan-img-container {
	position: relative;
	display: block;
	height: 500px;
    width: 500px;
	overflow: hidden;
    text-align: center;
    border-radius: 100%;
    margin: 0px auto 0px 0px;
	}

.fan-middle-content-area .row:nth-child(even) .fan-img-container {
    margin: 0px 0px 0px auto;
	}
	
.fan-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.fan-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	}

.fan-text-container {
	position: relative;
    display: block;
    padding: 0px;
    max-width: 490px;
	line-height: 30px;
    margin: 0px 0px 0px auto;
	}

.fan-middle-content-area .row:nth-child(even) .fan-text-container {
    margin: 0px auto 0px 0px;
	}

.fan-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 1075px;
    text-align: center;
    padding: 10% 0px 0%;
	margin: 0px auto 0px;
	}

.fan-container .subtitle,
.fan-container .pageTitle h1,
.fan-container .pageTitle h2,
.fan-container .pageTitle2 h1,
.fan-container .pageTitle2 h2 {
    color: #ffffff;
	}

.fan-container a {
    color: #ffffff;
	}

.fan-container a:hover {
    color: #ffae59;
	}

.fan-container hr {
    opacity: 0.5;
    border-width: 2px;
    margin-bottom: 90px;
    border-color: #ffffff;
	}

/* Farm Care Solutions Container */

.fcs-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 140px 30%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.fcs-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 800px;
    text-align: center;
	margin: 0px auto 0px;
    padding: 120px 0px 5%;
	}

.fcs-top-content-area:before {
    position: absolute;
    display: block;
    bottom: -200px;
    content: '';
    right: -39%;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/bg10.png") center top no-repeat;
    background-size: auto auto;
	}

.fcs-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    padding: 10% 0px 0%;
	margin: 0px 0px 0px;
	}

.fcs-container .pageTitle2 {
    padding-bottom: 15px;
	}

.fcs-container .subtitle,
.fcs-container .pageTitle h1,
.fcs-container .pageTitle h2,
.fcs-container .pageTitle2 h1,
.fcs-container .pageTitle2 h2 {
    color: #ffffff;
	}

.fcs-item {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.fcs-item > a {
	position: relative;
	display: block;
	width: 100%;
    padding: 0px;
	color: #ffffff;
    overflow: hidden;
	}

.fcs-item > a:hover {
	color: #ffffff;
	}

.fcs-item .more-info-btn {
	color: transparent;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 50px;
	margin: 0px auto 0px;
    display: inline-block;
    border: 1px solid transparent;
	}

.fcs-item > a:hover .more-info-btn {
    color: #ffae59;
    border-color: #ffae59;
	}

.fcs-container hr {
    opacity: 0.5;
    /*margin-top: 25px;*/
    margin-top: 0px;
    border-width: 2px;
    margin-bottom: 70px;
    border-color: #ffffff;
	}

/*.fcs-container .link-btn a {
    background: #28388d;
    color: #ffae59 !important;
    border: 1px solid #ffae59;
	}

.fcs-container .link-btn a:hover {
    background: #ffae59;
    color: #28388d !important;
    border: 1px solid #ffae59;
	}*/

/* Advanced Search Container */

.advanced-search-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 6;
	margin: 0px auto;
	padding: 75px 140px 150px;
    background-color: #f1ecdb !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.advanced-search-container:before,
.advanced-search-container:after {
    position: absolute;
    display: block;
    content: '';
    top: -55px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape1.png") center top no-repeat;
    background-size: 100% auto;
	}

.advanced-search-container:after {
    top: auto;
    bottom: -75px;
    background: url("../images/bottom-shape1.png") center bottom no-repeat;
    background-size: 100% auto;
	}

.advanced-search-container .pageTitle2 {
    padding-bottom: 30px;
	}

.advanced-search-bottom-content-area p {
    margin: 0px auto 30px;
	}

/* Advanced Search */

.advanced-search {
	position: relative;
	display: block;
	width: 100%;
    max-width: 635px;
	margin: 30px auto 0px;
	}

.advanced-search .form-control {
    padding-left: 50px;
	}

.advanced-search .search-btn {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	width: 40px;
	border: none;
	height: 40px;
	color: #28388d;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.advanced-search .search-btn img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 23px;
	margin: 0px auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.advanced-search .search-btn:hover {
	color: #ffffff;
    background: #ffae59;
	}

/* Search Listing */

.search-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 0px;
    justify-content: center;
	}
	
.search-item {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
	font-size: 24px;
    font-weight: 700;
	line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 0px;
	padding: 15px 15px 15px;
	}

.search-item > a {
	position: relative;
	display: block;
	width: 100%;
	height: 0px;
	color: #28388d;
    overflow: hidden;
    background: #ffffff;
    border-radius: 100%;
    padding: 0px 0px 100%;
    letter-spacing: 0.6px;
	}

.search-item > a:hover {
	color: #ffae59;
	}

.search-item-content {
	position: absolute;
	display: flex;
	width: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
	height: 100%;
    padding: 40px;
    overflow: hidden;
    margin: 0px auto;
    flex-flow: column;
    text-align: center;
    align-items: center;
    justify-content: center;
	}

.species-icon-container {
	position: relative;
	overflow: hidden;
	padding: 0px;
    width: 100%;
    height: 55px;
	display: block;
	text-align: center;
	margin: 0px auto 15px;
	}

.species-icon-container img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}
	
.search-item-title {
	position: relative;
	display: block;
	}

/* Search Result Container */

.search-result-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 6;
	margin: 0px auto;
	padding: 75px 0px 150px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.search-result-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape8.png") center top no-repeat;
    background-size: 100% auto;
	}

.search-result-container ul.nav-tabs.tabstyle1 {
    justify-content: flex-start;
    }

.search-result-container ul.nav-tabs.tabstyle1 li.nav-item:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: -10px;
    width: 0.8px;
    height: 30px;
	overflow: hidden;
    margin-top: -15px;
    background: #28388d;
	}

.search-result-container ul.nav-tabs.tabstyle1 li.nav-item:first-child:before {
    display: none;
	}

.search-result-container ul.nav-tabs.tabstyle1 li.nav-item a {
    border: none;
    padding: 0px;
    border-radius: 0;
    min-width: inherit;
    background: transparent;
    }

.search-result-container ul.nav-tabs.tabstyle1 li.nav-item a:hover,
.search-result-container ul.nav-tabs.tabstyle1 li.nav-item a.active {
	color: #e95679;
    background: transparent;
	border-color: transparent;
	}

.view-all-btn {
	position: relative;
    display: block;
	}

.view-all-btn > a {
	position: relative;
	display: block;
	color: #28388d;
	}

.view-all-btn > a:hover {
	color: #ffae59;
	}

.search-result-content-area {
	position: relative;
	display: block;
    width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.search-result-content-area .view-all-btn {
    float: right;
    }

/* Search Result Listing */

.search-result-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 0px;
	}
	
.search-result-item {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
	font-size: 18px;
    font-weight: 700;
	line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 0px;
	padding: 15px 15px 15px;
	}

.search-result-item > a {
	position: relative;
	display: block;
	width: 100%;
	color: #28388d;
    overflow: hidden;
    padding: 15px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #28388d;
	}

.search-result-item > a:hover {
	color: #ffae59;
    background: #28388d;
    border-color: #28388d;
	}

/* Product Listing Container */

.pl-container {
	position: relative;
	display: block;
    z-index: 3;
    width: 100%;
    text-align: center;
    margin: 0px auto 0px;
	padding: 75px 0px 200px;
    background-color: #ffffff !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.pl-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape9.png") center top no-repeat;
    background-size: 100% auto;
	}

.pl-top-content-area,
.pl-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    z-index: 2;
    max-width: 1120px;
	margin: 0px auto 0px;
    padding: 0px 0px 30px;
	}

.pl-bottom-content-area {
    max-width: 1130px;
    padding: 30px 0px 30px;
	}

.pl-container .pageTitle,
.pl-container .subtitle {
    margin-bottom: 50px;
	}

.pl-container .link-btn {
    margin-top: 30px;
	}

/* Products Listings */
	
.csm-products-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	text-align: center;
	list-style-type: none;
	margin: 0px -70px 30px;
	}
	
.csm-product-item {
	position: relative;
	display: flex;
	float: left;
	padding: 70px;
	width: 33.3333%;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.pl-top-content-area .csm-products-listing .csm-product-item,
.pl-bottom-content-area .csm-products-listing .csm-product-item {
	display: none;
	}

.csm-product-item-inner,
.csm-product-item-inner > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #28388d;
    overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-item-inner > a:hover {
	}
	
.csm-product-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	/*padding-bottom: 150%;*/
    padding-bottom: 110%;
	}
	
.csm-product-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.csm-product-photo-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}
	
.csm-product-description-box {
    position: relative;
    display: flex;
	overflow: hidden;
    text-align: center;
    align-items: center;
	padding: 20px 0px 0px;
    justify-content: center;
	}

.csm-product-description-box figure {
	position: relative;
	overflow: hidden;
	padding: 0px;
    height: 30px;
	display: block;
    max-width: 100%;
	text-align: center;
	margin: 0px auto !important;
	}

.csm-product-description-box figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.csm-product-name,
.csm-product-price-box {
    font-family: Roboto;
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	color: #ffae59;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.6px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.csm-product-name {
    width: auto;
	color: #28388d;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid #47bbc3;
	}

.csm-product-item-inner > a:hover .csm-product-name {
    color: #47bbc3;
	}

.csm-product-price,
.csm-product-price-box span,
.csm-product-additional-price-box span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
	}

.csm-product-price-box span + span {
    margin-left: 10px;
	}

.csm-product-price-box del,
.csm-product-price-box del span,
.old-price,
.old-price span {
	color: #989898;
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through;
	}

.new-price {
	color: #cf122d;
    font-weight: 700;
	}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    }
	
.csm-product-item p {
	margin: 15px auto 0px;
	}

/* Related Topics Container */

.rt-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 6;
	margin: 0px auto;
	padding: 75px 0px 225px;
    background-color: #f1ecdb !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.rt-container:before,
.rt-container:after {
    position: absolute;
    display: block;
    content: '';
    top: -55px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape1.png") center top no-repeat;
    background-size: 100% auto;
	}

.rt-container:after {
    top: auto;
    bottom: -75px;
    background: url("../images/bottom-shape1.png") center bottom no-repeat;
    background-size: 100% auto;
	}

/* Related Topics Listing */
	
.rt-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -30px 0px;
	}
	
.rt-item {
	position: relative;
	display: flex;
	float: left;
	padding: 30px;
	width: 33.3333%;
	font-size: 16px;
	line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.rt-item-inner,
.rt-item-inner > a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	color: #3d3d3d;
    overflow: hidden;
	}

.rt-item-inner > a {
	}

.rt-item-inner:hover > a {
	}
	
.rt-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 101.2%;
	}
	
.rt-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.rt-photo-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.rt-info-container {
    position: relative;
    display: block;
    margin: 0px auto;
	padding: 25px 0px 0px;
	}

.rt-info-content-box {
    position: relative;
    display: block;
	}

.rt-heading {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
	}

.rt-item p {
	margin: 0px auto 30px;
	}

.rt-item-inner .read-more-btn {
	color: #28388d;
	font-size: 16px;
	line-height: 20px;
    padding: 10px 20px;
    border-color: #28388d;
	}

.rt-item-inner > a .fa {
    margin-left: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/*.rt-item-inner:hover > a .fa {
    margin-left: 15px;
	}*/

.rt-item-inner:hover > a .read-more-btn {
    color: #28388d;
    background: #ffae59;
    border-color: #ffae59;
	}

/* Product Info Container */

.pi-container {
	position: relative;
	display: block;
    z-index: 3;
    width: 100%;
    margin: 0px auto 0px;
	padding: 75px 0px 200px;
    background-color: #ffffff !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.pi-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape9.png") center top no-repeat;
    background-size: 100% auto;
	}

.pi-container ul.ul-listing {
    margin-bottom: 40px;
	}

.pi-container h4 {
    padding-bottom: 20px;
	}

/* Relative Products Listing */
	
.rp-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -10px 0px;
	}
	
.rp-item {
	position: relative;
	display: flex;
	float: left;
	padding: 10px;
	width: 33.3333%;
	font-size: 20px;
	line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.rp-item-inner,
.rp-item-inner > a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
    color: #323031;
	}

.rp-item-inner > a {
    padding: 45px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.16) !important;
	}

.rp-item-inner:hover > a {
    color: #28388d;
	}
	
.rp-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 100%;
	}
	
.rp-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.rp-photo-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}
	
.rp-info-container {
    position: relative;
    display: block;
    margin: 0px auto;
	padding: 25px 0px 0px;
	}

.rp-info-content-box {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
	}

.rp-category {
	position: relative;
	display: block;
    color: #3bbfad;
	padding: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
	}

.rp-heading {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
	}

.rp-heading figure {
	position: relative;
	overflow: hidden;
	padding: 0px;
    height: 30px;
	display: block;
    max-width: 100%;
	text-align: center;
	margin: 30px auto 0px !important;
	}

.rp-heading figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

/*31-1-2022*/

.pro-width-20 > .search-item {
	width: 20%;
	}

.product-result-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 0px;
	}

.product-result-item {
	-ms-flex: 25%;
	flex: 25%;
	max-width: 25%;
	padding: 15px 15px 15px;
	}

.product-result-item a {
	position: relative;
	display: block;
	width: 100%;
	color: #28388d;
    overflow: hidden;
    padding: 15px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #28388d;
	}

.product-result-item a:hover {
    background: #28388d;
	}

.product-result-item a h4 {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #28388d;
	font-weight: 700;
	line-height: 1.4;
	padding: 0px 0px 5px;
	}

.product-result-item a:hover h4 {
	color: #ffffff;
	}

.product-result-item .csm-product-description-box {
    padding: 0px;
    }

.product-result-item .csm-product-description-box figure {
    width: 100%;
    height: 25px;
    }

.product-result-item .csm-product-description-box figure img {
    position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.product-result-item .csm-product-description-box figure img.showimg {
	/*display: block;*/
    opacity: 1;
    visibility: visible;
	}

.product-result-item .csm-product-description-box figure img.hiddenimg {
	/*display: none;*/
    opacity: 0;
    visibility: hidden;
	}

.product-result-item a:hover .csm-product-description-box figure img.showimg {
	/*display: none;*/
    opacity: 0;
    visibility: hidden;
	}

.product-result-item a:hover .csm-product-description-box figure img.hiddenimg {
	/*display: block;*/
    opacity: 1;
    visibility: visible;
	}

.hover-info-content {
	position: relative;
	display: none;
	height: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 0px 0px;
	}

.hover-info-content p {
	margin: 0px 0px 5px;
	}

.product-result-listing > li > a:hover .hover-info-content {
	display: block;
	height: 100%;
	}

.program-tab-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 0px;
	}	

.program-tab-item {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 0px;
	padding: 15px 15px 15px;
	}

.program-tab-item a {
	position: relative;
	display: flex;
	width: 100%;
	color: #28388d;
    overflow: hidden;
    padding: 15px 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 50px;
    border: 1px solid #28388d;
    -webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	justify-content: center !important;
	}

.program-tab-item a:hover {
	background: #28388d;
	color: #ffffff;
	}

.product-border:before {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	height: 3px;
	content: '';
	}

.product-border-ocean-blue:before {
	background: #3babac;
	}

.product-border-pink:before {
	background: #c43673;
	}

.product-border-orange:before {
	background: #f29a58;
	}

.product-border-yellow:before {
	background: #ffed8d;
	}

.product-border-blue:before {
	background: #38568c;
	}

.search-item-content .product-border:before {
	bottom: -5px;
	}

.search-listing .search-item .product-border:before {
	display: none;
	}

.search-item.selected .product-border:before {
	display: block;
	}

.search-item a:hover {
	color: #ffae59 !important;
	}

.search-item.selected a {
	background: #28388d;
	color: #ffffff !important;
	}

.search-listing .search-item figure {
	position: relative;
	overflow: hidden;
	padding: 0px;
    width: 100%;
    height: 100%;
	display: block;
	margin: 0px 0px 0px !important;
	}

/*.search-listing .search-item figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}*/

.search-listing .search-item figure img {
    position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.search-listing .search-item figure img.showimg {
	/*display: block;*/
    opacity: 1;
    visibility: visible;
	}

.search-listing .search-item figure img.hiddenimg {
	/*display: none;*/
    opacity: 0;
    visibility: hidden;
	}

.search-item.selected a figure img.showimg {
	/*display: none;*/
    opacity: 0;
    visibility: hidden;
	}

.search-item.selected a figure img.hiddenimg {
	/*display: block;*/
    opacity: 1;
    visibility: visible;
	}

/*31-1-2022*/

/* Main Container */
	
.main-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 50px 0px 50px;
    background-color: #ffffff !important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

hr {
	position: relative;
	display: block;
    width: 100%;
	margin: 40px auto;
    border-top: 1px solid rgba(40,56,141,0.5);
    }

/* Accordion */

.accordion-container {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.card {
	padding: 0px;
	border: none;
	margin: 0px auto;
	background: transparent;
	border-radius: 0px !important;
	}

.card + .card {
	margin-top: 20px;
	}

.card-header {
    font-family: Roboto;
    position: relative;
    z-index: 2;
	padding: 0px;
	font-size: 18px;
	font-weight: 700;
	border-bottom: none;
    text-transform: none;
    margin-bottom: 0px !important;
	background-color: transparent;
	}

.card-header a {
	position: relative;
	display: block;
	color: #000000;
    border: none;
    z-index: 1;
	font-weight: 700;
	line-height: 26px;
    border-radius: 0px;
	background: #f7f7f7;
	padding: 17px 100px 17px 50px;
	}
	
.card-header a:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
    z-index: -1;
    width: 60px;
	padding: 0px;
    height: 100%;
	display: block;
	overflow: hidden;
    text-align: center;
    background: rgb(207,18,45);
    background: -moz-linear-gradient(45deg, rgba(207,18,45,1) 0%, rgba(21,66,132,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(207,18,45,1) 0%,rgba(21,66,132,1) 100%);
    background: linear-gradient(45deg, rgba(207,18,45,1) 0%,rgba(21,66,132,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf122d', endColorstr='#154284',GradientType=1 );
	}

.card-header a:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: '\f067';
	right: 15px;
    z-index: 1;
	top: 50%;
    width: 30px;
    height: 30px;
    color: #ffffff;
	display: block;
    font-size: 15px;
	font-weight: 900;
	overflow: hidden;
	line-height: 30px;
    margin-top: -15px;
    text-align: center;
	padding: 0px 0px 0px;
	}

.card-header a:hover,
.card-header a[aria-expanded="true"] {
	color: #000000;
	background: #f7f7f7;
    border-color: #f7f7f7;
	}
	
.card-header a[aria-expanded="true"] {
	}
	
/*.card-header a:hover:after,*/
.card-header a[aria-expanded="true"]:after {
    color: #ffffff;
	content: '\f068';
	}

.accordion .card-body {
    position: relative;
    display: block;
    color: #666666;
    background: #ffffff;
    border: 1px solid #ebecf0;
	padding: 30px 100px 15px 50px;
	}

.accordion .card-body p {
    margin-bottom: 20px;
	}

/* Tabs Tabstyle 1 */

ul.nav-tabs.tabstyle1 {
    font-family: Roboto;
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	overflow: hidden;
	font-weight: 400;
	list-style-type: none;
	margin: 0px -10px 0px;
    justify-content: center;
	}

ul.nav-tabs.tabstyle1 li.nav-item {
	position: relative;
	border: none;
	float: left;
	/*flex: 1;*/
	color: #28388d;
	font-size: 16px;
	line-height: 24px;
	align-self: stretch;
	padding: 0px 0px 0px;
    letter-spacing: 0.4px;
	margin: 10px 10px 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

ul.nav-tabs.tabstyle1 li.nav-item a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	color: #28388d;
    min-width: 200px;
	margin: 0px auto;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	background: #ffffff;
    white-space: nowrap;
    justify-content: center;
	padding: 14px 30px 14px;
    border: 1px solid #28388d;
	border-radius: 60px !important;
	text-decoration: none !important;
	}

ul.nav-tabs.tabstyle1 li.nav-item a span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
ul.nav-tabs.tabstyle1 li.nav-item a:hover,
ul.nav-tabs.tabstyle1 li.nav-item a.active {
	color: #ffffff;
    background: #ffae59;
	border-color: #ffae59;
	}

/* Tabs Tabstyle 2 */

ul.nav-tabs.tabstyle2 {
    font-family: Roboto;
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	overflow: hidden;
	font-weight: 400;
	list-style-type: none;
	margin: 0px -15px 0px;
    justify-content: center;
	}

ul.nav-tabs.tabstyle2 li.nav-item {
	position: relative;
	border: none;
	float: left;
	/*flex: 1;*/
	color: #28388d;
	font-size: 16px;
	line-height: 24px;
	align-self: stretch;
	padding: 0px 0px 0px;
	margin: 7px 15px 7px;
    letter-spacing: 0.48px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

ul.nav-tabs.tabstyle2 li.nav-item a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	color: #ffffff;
    min-width: 245px;
	margin: 0px auto;
	overflow: hidden;
	line-height: 24px;
	text-align: center;
	background: #28388d;
    white-space: nowrap;
    justify-content: center;
	padding: 14px 30px 14px;
    border: 1px solid #28388d;
	border-radius: 60px !important;
	text-decoration: none !important;
	}

ul.nav-tabs.tabstyle2 li.nav-item a span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
ul.nav-tabs.tabstyle2 li.nav-item a:hover,
ul.nav-tabs.tabstyle2 li.nav-item a.active {
	color: #ffffff;
    background: #ffae59;
	border-color: #ffae59;
	}

ul.nav-tabs.tabstyle2 li.nav-item a.active {
    font-weight: 700;
	}

/* Tabs Tabstyle 3 */

ul.nav-tabs.tabstyle3 {
    font-family: Roboto;
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	overflow: hidden;
	font-weight: 400;
	list-style-type: none;
	margin: 0px -10px 0px;
	}

ul.nav-tabs.tabstyle3 li.nav-item {
	position: relative;
	border: none;
	float: left;
	/*flex: 1;*/
    width: 25%;
	color: #28388d;
	font-size: 16px;
	line-height: 24px;
	align-self: stretch;
	margin: 0px 0px 0px;
    letter-spacing: 0.4px;
	padding: 10px 10px 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

ul.nav-tabs.tabstyle3 li.nav-item a {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0px;
    border: none;
	color: #28388d;
	text-align: left;
	margin: 0px auto;
	overflow: hidden;
	line-height: 24px;
    white-space: nowrap;
	background: transparent;
    justify-content: flex-start;
	border-radius: 0px !important;
	text-decoration: none !important;
	}

ul.nav-tabs.tabstyle3 li.nav-item a span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
ul.nav-tabs.tabstyle3 li.nav-item a:hover,
ul.nav-tabs.tabstyle3 li.nav-item a.active {
	color: #ffae59;
    background: transparent;
	border-color: transparent;
	}

ul.nav-tabs.tabstyle3 li.nav-item a.active {
    font-weight: 700;
	}

.tab-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 30px 0px 30px;
	}
	
/* Load More Button */

.loadMoreBtn {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin: 0px auto 0px;
    letter-spacing: 0.4px;
	text-transform: uppercase;
	}

.loadMoreBtn a {
	position: relative;
	color: #ffae59;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	}

.loadMoreBtn a:hover {
	color: #28388d;
	}

.nas-container .loadMoreBtn,
.rnd-search-container .loadMoreBtn {
	font-size: 16px;
	}

.nas-container .loadMoreBtn a,
.rnd-search-container .loadMoreBtn a {
	color: #ffffff;
	line-height: 24px;
    background: #ffae59;
    border-radius: 100px;
	padding: 13px 30px 13px 30px;
	}

.nas-container .loadMoreBtn a:hover,
.rnd-search-container .loadMoreBtn a:hover {
	color: #28388d;
	}

/* Product Details Box */

.csm-product-details-box {
    position: relative;
    display: block;
    width: 100%;
	color: #ffffff;
    margin: 0px auto;
    background: #28388d;
    padding: 120px 0px 150px;
	}

.csm-product-details-box .breadcrumb-container {
    padding: 0px 140px 70px;
	}

.breadcrumb-top-container .breadcrumb-container {
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 11;
	color: #ffffff;
    margin: 0px auto;
    padding: 120px 140px 0px;
	}

.csm-product-details-box .breadcrumb-container ul,
.breadcrumb-top-container .breadcrumb-container ul {
    text-align: left;
    }

.csm-product-details-box .breadcrumb-container ul li,
.breadcrumb-top-container .breadcrumb-container ul li {
    color: #ffae59;
	}

.csm-product-details-box .breadcrumb-container ul li a,
.breadcrumb-top-container .breadcrumb-container ul li a {
    opacity: 1;
    text-decoration: underline;
    }

.csm-product-details-box .breadcrumb-container ul li:before,
.breadcrumb-top-container .breadcrumb-container ul li:before {
    content: '\f054';
    font-size: 12px;
	color: #ffffff;
    opacity: 1;
    }

.csm-product-details-box .breadcrumb-container ul li a:hover,
.csm-product-details-box .breadcrumb-container ul li.selected a,
.breadcrumb-top-container .breadcrumb-container ul li a:hover,
.breadcrumb-top-container .breadcrumb-container ul li.selected a {
	color: #ffae59;
    text-decoration: none;
	}

.csm-product-details-box .pageTitle h1,
.csm-product-details-box .pageTitle h2,
.csm-product-details-box .pageTitle2 h1,
.csm-product-details-box .pageTitle2 h2,
.csm-product-details-box h1,
.csm-product-details-box h2,
.csm-product-details-box h3,
.csm-product-details-box h4,
.csm-product-details-box h5,
.csm-product-details-box h6 {
	color: #ffffff;
    }

.csm-product-details-box .pageTitle2 h1,
.csm-product-details-box .pageTitle2 h2 {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid #47bbc3;
	}

.csm-product-details-box .csm-product-price-box,
.csm-product-details-box .form-group {
    margin-bottom: 40px;
    }

/* Product Details Inner Box */

.csm-product-details-inner-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 50px 0px 0px;
	}

.csm-product-details-inner-box figure {
	position: relative;
	overflow: hidden;
	padding: 0px;
    height: 40px;
	display: block;
	margin: 0px 0px 30px !important;
	}

.csm-product-details-inner-box figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
	}

.woocommerce-product-details__short-description {
    text-align: justify;
    }

.csm-product-main-img,
.woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    margin: 0px auto;
    padding: 40px 0px 0px;
	}

.woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 0px;
    }

.csm-product-main-img img,
.woocommerce-product-gallery__image img,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
    position: relative;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
	-o-object-position: center top !important;
	object-position: center top !important;
	}

/* Food Supply Container */

.fs-container {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 0px 45%;
    background-color: #f1ecdb !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.fs-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    text-align: center;
	margin: 0px auto 0px;
    padding: 120px 0px 15%;
	}

.fs-container .breadcrumb-container {
    padding: 0px !important;
    }

/* Food Supply Container 2 */

.fs-container2 {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 75px 0px 150px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.fs-content-area2 {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto 0px;
	padding: 0px 0px 0px;
	}

.fs-content-area2 .row {
    align-items: center;
    margin-bottom: 60px;
	}

.fs-content-area2 .row:nth-child(even) {
    flex-flow: row-reverse;
	}

.fs-img-container {
	position: relative;
	display: block;
	height: 500px;
    width: 500px;
	overflow: hidden;
    text-align: center;
    border-radius: 100%;
    margin: 0px auto 0px 0px;
	}

.fs-content-area2 .row:nth-child(even) .fs-img-container {
    margin: 0px 0px 0px auto;
	}
	
.fs-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.fs-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	}

.fs-text-container {
	position: relative;
    display: block;
    padding: 0px;
    max-width: 585px;
	line-height: 30px;
    margin: 0px 0px 0px auto;
	}

.fs-content-area2 .row:nth-child(even) .fs-text-container {
    margin: 0px auto 0px 0px;
	}

.visitTextLink {
	position: relative;
	display: block;
	padding: 0px;
    color: #28388d;
	margin: 0px auto;
    font-weight: 700;
    text-transform: uppercase;
	}

.visitTextLink a {
	position: relative;
	padding: 0px;
    color: #28388d;
	margin: 0px auto;
    vertical-align: top;
	display: inline-block;
    text-decoration: underline;
	}

.visitTextLink a:hover {
    color: #ffae59;
    text-decoration: none;
	}

/* Where We Farm Container */

.wwf-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 100px 0px 200px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.wwf-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape4.png") center top no-repeat;
    background-size: 100% auto;
	}

.wwf-content-area {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto 0px;
	padding: 0px 0px 0px;
	}

.wwf-content-area .row {
    align-items: center;
    margin-bottom: 60px;
	}

.wwf-content-area .row:nth-child(odd) {
    flex-flow: row-reverse;
	}

.wwf-img-container {
	position: relative;
	display: block;
	height: 500px;
    width: 500px;
	overflow: hidden;
    text-align: center;
    border-radius: 100%;
    margin: 0px auto 0px 0px;
	}

.wwf-content-area .row:nth-child(odd) .wwf-img-container {
    margin: 0px 0px 0px auto;
	}
	
.wwf-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.wwf-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	}

.wwf-text-container {
	position: relative;
    display: block;
    padding: 0px;
    max-width: 500px;
	line-height: 30px;
    margin: 0px auto 0px 0px;
	}

.wwf-content-area .row:nth-child(even) .wwf-text-container {
    margin-left: auto;
    margin-right: 0px;
	}

.filter-container {
	position: relative;
	display: block;
    padding: 0px;
    margin: 20px auto 30px;
	}

.filter-container .control-label {
    font-size: 16px;
    line-height: 24px;
    }

.filter-container .form-custom-select {
	height: 50px;
	font-size: 16px;
    line-height: 24px;
	padding: 12px 30px;
	border-radius: 50px;
    border: 1px solid rgba(201,202,220,0.11);
	background-color: rgba(201,202,220,0.11);
	}

.filter-container .form-custom-select:hover,
.filter-container .form-custom-select:focus,
.filter-container .bootstrap-select.show .form-custom-select {
    border: 1px solid rgba(201,202,220,0.5);
	background-color: rgba(201,202,220,0.3);
	}

/* Alternative Protein Container */

.al-container {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 0px 16%;
    background-color: #f1ecdb !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.al-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    text-align: center;
	margin: 0px auto 0px;
    padding: 120px 0px 15%;
	}

.al-container .breadcrumb-container {
    padding: 0px !important;
    }

/* Alternative Protein Container 2 */

.al-container2 {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    color: #ffffff;
    margin: 0 auto 0px;
	padding: 30px 140px 15%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.al-top-content-area2 {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    max-width: 870px;
	margin: 0px 0px 60px;
	}

.al-container2 .link-btn {
    margin-top: 40px;
	}

.al-container2 .pageTitle2 h1,
.al-container2 .pageTitle2 h2 {
    color: #ffffff;
	}

.al-container2 a {
    color: #ffffff;
	}

.al-container2 a:hover {
    color: #ffae59;
	}

.al-bottom-content-area2 {
	position: relative;
	display: block;
    width: 100%;
    max-width: 900px;
    text-align: center;
    padding: 5% 0px 12%;
	margin: 0px auto 0px;
	}

/* Product Slider Container */

.ps-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 75px 0px 200px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.ps-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape4.png") center top no-repeat;
    background-size: 100% auto;
	}

/* Inner Contact Form Container */

.icf-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 6;
    width: 100%;
    margin: 0 auto 0px;
	padding: 75px 0px 200px;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.icf-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 125px;
	overflow: hidden;
    background: url("../images/top-shape5.png") center top no-repeat;
    background-size: 100% auto;
	}

.icf-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    max-width: 1090px;
	margin: 0px auto 0px;
	}

.icf-container .pageTitle2 h1,
.icf-container .pageTitle2 h2,
.icf-container a {
    color: #ffffff;
	}

.icf-container a:hover {
    color: #ffae59;
	}

.icf-container .form-group {
    margin-bottom: 30px;
    }

.icf-container .control-label {
    color: #ffae59;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    }

.icf-container .form-control,
.icf-container .form-custom-select {
	height: 50px;
	font-size: 16px;
	padding: 9px 30px;
	border-radius: 80px;
    border: 1px solid #ffffff;
	background-color: #ffffff;
	}

.icf-container textarea.form-control {
	border-radius: 20px;
	}

.icf-container .form-control:hover,
.icf-container .form-control:focus, 
.icf-container .form-control:focus:hover,
.icf-container .form-custom-select:hover,
.icf-container .form-custom-select:focus,
.icf-container .bootstrap-select.show .form-custom-select {
	background: #ffffff;
    border: 1px solid #ffae59;
	}

/* Our Partners Container */

.op-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 6;
	margin: 0px auto;
	padding: 75px 140px 150px;
    background-color: #f1ecdb !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.op-container:before,
.op-container:after {
    position: absolute;
    display: block;
    content: '';
    top: -55px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape1.png") center top no-repeat;
    background-size: 100% auto;
	}

.op-container:after {
    top: auto;
    bottom: -75px;
    background: url("../images/bottom-shape1.png") center bottom no-repeat;
    background-size: 100% auto;
	}

/* Our Partners Listing */
	
.op-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -15px 40px;
    justify-content: center;
	}
	
.op-item {
	position: relative;
	display: flex;
	float: left;
	width: 20%;
	padding: 15px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.op-item-inner,
.op-item-inner > a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	}

.op-item-inner > a {
    padding: 30px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.16) !important;
	}

.op-item-inner:hover > a {
	}
	
.op-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 100%;
	}
	
.op-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.op-photo-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

/* Research & Development Container */

.rnd-container {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 0px 30%;
    background-color: #f1ecdb !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.rnd-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    text-align: center;
	margin: 0px auto 0px;
    padding: 120px 0px 15%;
	}

.rnd-top-content-area p {
    max-width: 900px;
	margin: 0px auto 0px;
	}

/* Research and Development Search Container */

.rnd-search-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 50px 0px 200px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.rnd-search-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -150px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape4.png") center top no-repeat;
    background-size: 100% auto;
	}

.rnd-search-container .filter-container {
    margin: 0px auto 30px;
	}

.rnd-search-container .filter-container .form-custom-select {
    color: #28388d !important;
    min-width: 430px;
    font-weight: 700;
    border-color: #ffffff;
	background-color: #ffffff;
    box-shadow: 0px 1px 10px rgba(61,61,61,0.2);
	}

.rnd-search-container .form-custom-select:hover,
.rnd-search-container .form-custom-select:focus,
.rnd-search-container .bootstrap-select.show .form-custom-select {
    border: 1px solid rgba(201,202,220,0.5);
	background-color: rgba(201,202,220,0.3);
	}

.rnd-search-container .bootstrap-select .dropdown-toggle:after {
    content: "\f054";
	}
	
.rnd-search-container .bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
    content: "\f078";
	}

.rnd-search-container .advanced-search {
    margin: 30px auto 60px;
	}

.rnd-search-container .filter-container {
    margin: 0px auto 30px;
	}

.rnd-search-container .advanced-search .form-control {
    height: 60px;
    border-radius: 60px;
    border: 1px solid #28388d;
    padding: 14px 15px 14px 75px;
	}

.rnd-search-container .form-control:hover,
.rnd-search-container .form-control:focus,
.rnd-search-container .form-control:focus:hover {
	border: 1px solid #ffae59;
	}

.rnd-search-container .advanced-search {
    max-width: 1090px;
    margin: 30px auto 60px;
	}

.rnd-search-container .advanced-search .search-btn {
	width: 60px;
	height: 60px;
	padding: 15px;
    border-radius: 60px 0px 0px 60px;
	}

.rnd-search-container .advanced-search .search-btn:hover {
	border: 1px solid #28388d;
	}

.rnd-search-container .advanced-search .form-control::-webkit-input-placeholder,
.rnd-search-container .advanced-search ::-webkit-input-placeholder {
    opacity: 1;
	}

.rnd-search-container .advanced-search .form-control:-moz-placeholder,
.rnd-search-container .advanced-search :-moz-placeholder {
    opacity: 1;
	}

.rnd-search-container .advanced-search .form-control::-moz-placeholder,
.rnd-search-container .advanced-search ::-moz-placeholder {
    opacity: 1;
	}

.rnd-search-container .advanced-search .form-control:-ms-input-placeholder,
.rnd-search-container .advanced-search :-ms-input-placeholder {
    opacity: 1;
	}

/* Research and Development Listing */
	
.rnd-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -20px 50px;
	}
	
.rnd-item {
	position: relative;
	/*display: flex;*/
	display: none;
	float: left;
	width: 50%;
	padding: 20px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.rnd-item-inner,
.rnd-item-inner > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #28388d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.rnd-item-inner > a {
    overflow: hidden;
    background: #ffffff;
    padding: 40px 50px 120px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2) !important;
	}
	
.rnd-header-content,
.rnd-description-box {
	position: relative;
	display: block;
    margin: 0px auto;
    padding: 0px 0px 1px;
	}
	
.rnd-description-box {    
	padding: 20px 0px 0px;
	}

.rnd-title {
	position: relative;
	display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
	padding: 0px 0px 15px;
    letter-spacing: 0.6px;
	}

.rnd-cat {
	position: relative;
	display: block;
	padding: 0px;
    color: #ffae59;
	}

.rnd-info-btn {
    position: absolute;
    bottom: 40px;
    right: 0px;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 30px;
    background: #ffae59;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px 0px 0px 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.rnd-item-inner > a:hover .rnd-info-btn {
	color: #28388d;
    background: #ffae59;
	}

.rnd-search-container .loadMoreBtn {
    color: #28388d;
	}

.rnd-search-container .loadMoreBtn:hover {
    color: #ffae59;
	}

/* Patents Container */

.pms-container,
.pmixos-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 0px 10%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.pmixos-container {
	padding: 0px 0px 35%;
	}

.pms-container:before,
.pmixos-container:before {
    position: absolute;
    display: block;
    content: '';
    top: 130px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/bg15.png") center top no-repeat;
    background-size: auto;
	}

.pms-top-content-area,
.pmixos-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 880px;
    text-align: center;
	margin: 0px auto 0px;
    padding: 12% 0px 40px;
	}

.pmixos-top-content-area img {
    max-width: 60%;
    }

.pmixos-top-content-area {
    padding: 12% 0px 40px;
	}

.pms-bottom-content-area,
.pmixos-mid-content-area,
.pmixos-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 880px;
	margin: 0px auto 0px;
    padding: 0px 0px 50px;
	}

.pmixos-bottom-content-area {
    text-align: center;
	}

.pmixos-bottom-content-area .link-btn {
    margin-top: 50px;
	}

.pms-img-container,
.pms-img-container img {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
    padding: 0px;
	}

.pms-img-container {
    margin: 50px auto 0px;
	}

.pms-img-container img {
    width: auto;
	}

.pms-container .subtitle,
.pms-container .pageTitle h1,
.pms-container .pageTitle h2,
.pms-container .pageTitle2 h1,
.pms-container .pageTitle2 h2,
.pms-container h4,
.pms-container a,
.pmixos-container .subtitle,
.pmixos-container .pageTitle h1,
.pmixos-container .pageTitle h2,
.pmixos-container .pageTitle2 h1,
.pmixos-container .pageTitle2 h2,
.pmixos-container h4,
.pmixos-container a {
    color: #ffffff;
	}

.pms-container a:hover,
.pmixos-container a:hover {
    color: #ffae59;
	}

.pms-container .breadcrumb-container,
.pmixos-container .breadcrumb-container {
    padding: 0px 0px 70px;
    }

.pmixos-container h4 {
    padding-bottom: 70px;
    }

/* Patents Container 2 */

.pms-container2,
.pmixos-container2 {
	position: relative;
	display: block;
    z-index: 3;
    width: 100%;
    margin: 0px auto 0px;
	padding: 100px 0px 0px;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.pms-container2:before,
.pmixos-container2:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape3.png") center top no-repeat;
    background-size: 100% auto;
	}

.pmixos-container2:before {
    background-image: url("../images/top-shape7.png");
	}

.pms-top-content-area2,
.pmixos-top-content-area2 {
	position: relative;
	display: block;
    width: 100%;
    z-index: 2;
	margin: 0px auto 0px;
    padding: 0px 140px 0px;
	}

.pmixos-top-content-area2 {
    text-align: center;
    /*max-width: 1350px;*/
    max-width: 900px;
	}

.pmixos-top-content-area2 ul.ul-listing {
    display: table;
    width: auto;
    font-weight: 700;
    margin: 0px auto 30px;
	}

.pms-container2 .link-btn,
.pmixos-top-content-area2 .link-btn {
    margin-top: 60px;
	}

.pms-img-container2,
.pms-img-container2 img {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.pms-img-container2 {
    padding-right: 30px;
    }

.pms-bottom-img-container,
.pms-bottom-img-container img,
.pmixos-bottom-img-container,
.pmixos-bottom-img-container img {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.pms-bottom-img-container,
.pmixos-bottom-img-container {
    z-index: 1;
	margin: -200px auto -50px;
	}

.pmixos-bottom-img-container {
	/*margin: -400px auto -50px;*/
    margin: -150px auto -50px;
	}

/* National Patents Container */

.np-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 50px 0px 200px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.np-content-area {
	position: relative;
	display: block;
    width: 100%;
    text-align: center;
	margin: 0px auto 0px;
	padding: 0px 30px 0px;
	}

/* National Patents Slider Container */

.np-slider-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 0px 0px 0px 140px;
	}

/* National Patents Slider */

.np-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -40px 0px;
	}

.np-item-block {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
    line-height: 1.4;
    overflow: hidden;
	padding: 0px 40px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

@media (min-width: 575.98px) {
	.np-item-block { width: 413px !important; }
	}

.np-item-block > a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
    color: #28388d;
    overflow: hidden;
    text-align: center;
	}

.np-item-block > a:hover {
    color: #ffae59;
	}
	
.np-img-container {
	position: relative;
	display: block;
	height: 0px;
    width: 100%;
	overflow: hidden;
    margin: 0px auto;
    text-align: center;
    background: #ffffff;
    padding-bottom: 60%;
	}
	
.np-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 30px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.np-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: 180px;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	}

.countryName {
    position: relative;
    display: block;
    padding: 0px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.6px;
    margin: 30px auto 0px;
    }
	
.np-slider .slick-prev {
	left: -40px;
	}

.np-slider .slick-next {
	right: 180px;
	}

/* Careers Container */

.careers-container {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 0px 30%;
    background-color: #f1ecdb !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.careers-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    text-align: center;
    padding: 10% 0px 15%;
	margin: 0px auto 0px;
	}

.careers-top-content-area p {
    max-width: 900px;
	margin: 0px auto 0px;
	}

/* Job Listing */
	
.job-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -20px 50px;
	}
	
.job-item {
	position: relative;
	/*display: flex;*/
	display: none;
	float: left;
	width: 100%;
	padding: 20px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.job-item-inner,
.job-item-inner > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #28388d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.job-item-inner > a {
    overflow: hidden;
    background: #ffffff;
    padding: 40px 50px 60px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2) !important;
	}

.job-title {
	position: relative;
	display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
	padding: 0px 0px 15px;
    letter-spacing: 0.6px;
	}

.job-location,
.job-cat {
	position: relative;
	display: block;
	padding: 0px;
    color: #ffae59;
	}

.job-info-btn {
    position: absolute;
    bottom: 30px;
    right: 0px;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 30px;
    background: #ffae59;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px 0px 0px 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.job-item-inner > a:hover .job-info-btn {
	color: #28388d;
    background: #ffae59;
	}

/* Job Info Container */

.job-info-container {
    position: relative;
    display: block;
    width: 100%;
	color: #ffffff;
    margin: 0px auto;
    padding: 120px 0px 225px;
    background-color: #28388d !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.job-info-container .rnd-top-content-area {
    padding: 0px;
    }

.job-info-container .breadcrumb-container {
    padding: 0px 140px 70px;
	}

.job-info-container .breadcrumb-container ul {
    text-align: left;
	}

.job-info-container .breadcrumb-container ul li {
    color: #ffae59;
	}

.job-info-container .breadcrumb-container ul li a {
    opacity: 1;
    text-decoration: underline;
    }

.job-info-container .breadcrumb-container ul li:before {
    content: '\f054';
    font-size: 12px;
	color: #ffffff;
    opacity: 1;
    }

.job-info-container .breadcrumb-container ul li a:hover,
.job-info-container .breadcrumb-container ul li.selected a {
	color: #ffae59;
    text-decoration: none;
	}

.job-info-container .pageTitle h1,
.job-info-container .pageTitle h2,
.job-info-container .pageTitle2 h1,
.job-info-container .pageTitle2 h2,
.job-info-container h1,
.job-info-container h2,
.job-info-container h3,
.job-info-container h4,
.job-info-container h5,
.job-info-container h6 {
	color: #ffffff;
    }

.job-info-container .pageTitle2 {
    padding-left: 275px;
    }

.job-info-container .job-details-inner-container.educations .pageTitle2 {
    padding-left: 0px !important;
    text-align: center;
    }

.headingCol,
.textCol {
    position: relative;
    display: block;
    padding: 0px 0px 30px;
    }

.headingCol {
    color: #ffae59;
    min-width: 250px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    padding: 0px 30px 30px 0px;
    }

.textCol {
    max-width: 905px;
    }

/* Job Details Inner Container */

.job-details-inner-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px;
	}

/* Job Info Container 2 */

.job-info-container2 {
	position: relative;
	display: block;
    z-index: 3;
    width: 100%;
    margin: 0px auto 0px;
	padding: 75px 0px 200px;
    background-color: #ffffff !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.job-info-container2:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape9.png") center top no-repeat;
    background-size: 100% auto;
	}

.job-info-container2 ul.ul-listing {
    margin-bottom: 0px;
	}

.job-info-container2 .headingCol {
    color: #28388d;
    }

.jobApplicationForm {
    position: relative;
    display: block;
    margin: 0px;
    max-width: 1180px;
    padding-left: 280px;
    }

.jobApplicationForm .pageTitle2 h1,
.jobApplicationForm .pageTitle2 h2 {
    color: #ffae59;
    }

.job-info-container2 .form-group {
    margin-bottom: 40px;
    }

.job-info-container2 .control-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    }

.job-info-container2 .form-control,
.job-info-container2 .form-custom-select {
    border-color: #707070;
    }

.job-info-container2 textarea.form-control {
    padding: 15px;
    border-radius: 15px;
    background: #f3f3f3;
    border-color: #f3f3f3;
    }

.job-info-container2 textarea.form-control:hover,
.job-info-container2 textarea.form-control:focus,
.job-info-container2 textarea.form-control:focus:hover {
	border: 1px solid #ffae59;
	}

.fileUpload, .wpcf7-form-control-wrap {
	position: relative;
	display: flex;
    flex-flow: row wrap;
    align-items: center;
	}

.hidden {
    display: none;
    }

.file-upload-control {
	font-family: Roboto;
	position: relative;
	display: block;
	/*width: 100%;*/
	height: 40px;
    border: 1px;
	color: #28388d;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	border-radius: 0px;
	background-image: none;
    outline: none !important;
	padding: 9px 0px 9px 0px;
	background-color: transparent;
	}

.browse-btn,
.browse-btn:focus {
	font-family: Roboto;
    position: relative;
    border: none;
	width: auto;
    z-index: 10;
	height: 40px;
    color: #ffae59;
	font-size: 16px;
	overflow: hidden;
    font-weight: 400;
	line-height: 30px;
	text-transform: none;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
	padding: 5px 30px 5px 0px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	}
	
.browse-btn:hover {
	color: #28388d;
	}

.ji-content-area {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto 0px;
	padding: 0px 0px 0px;
	}

.ji-content-area .row {
    align-items: center;
    margin-bottom: 60px;
	}

.ji-content-area .row:nth-child(even) {
    flex-flow: row-reverse;
	}

.ji-img-container {
	position: relative;
	display: block;
	height: 500px;
    width: 500px;
	overflow: hidden;
    text-align: center;
    border-radius: 100%;
    margin: 0px auto 0px 0px;
	}

.ji-content-area .row:nth-child(even) .ji-img-container {
    margin: 0px 0px 0px auto;
	}
	
.ji-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.ji-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	}

.ji-text-container {
	position: relative;
    display: block;
    padding: 0px;
    max-width: 575px;
	line-height: 30px;
    margin: 0px 0px 0px auto;
	}

.ji-content-area .row:nth-child(even) .ji-text-container {
    max-width: 600px;
    margin: 0px auto 0px 0px;
	}
	
.wp-video {
    text-align: center;
    margin: 0px auto 30px;
    }

/* Social Sharing Buttons */

ul.social-sharing-btns {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
    text-align: center;
    align-items: center;
	margin: 0px -8px 0px;
	list-style-type: none;
    justify-content: center;
	}
	
ul.social-sharing-btns li {
	position: relative;
	font-size: 16px;
	padding: 0px;
	color: #28388d;
    font-weight: 400;
	line-height: 29px;
	margin: 8px 8px 8px;
	vertical-align: top;
	display: inline-block;
    text-transform: uppercase;
	}

ul.social-sharing-btns li a {
	position: relative;
	display: block;
    padding: 22px;
    width: 73px;
    height: 73px;
	color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    line-height: 29px;
    text-align: center;
    background: #28388d;
    border-radius: 100%;
	}
	
ul.social-sharing-btns a:hover {
	color: #ffffff;
    background: #ffae59;
	}

/* Article Button */

.article-btn {    
    font-family: Roboto;
	position: relative;
	z-index: 1;
	display: block;
	font-size: 20px;
	font-weight: 700;
	margin: 0px auto 0px;
	text-transform: uppercase;
	}

.article-btn a {    
    position: relative;
	text-align: center;
	color: #ffae59;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
	vertical-align: top;
	display: inline-block;
	padding: 10px 0px 10px 60px;
	text-decoration: none !important;
    background: url("../images/left-arrow.png") left center no-repeat;
	}

.article-btn.next-btn a {
	padding: 10px 60px 10px 0px;
    background: url("../images/right-arrow.png") right center no-repeat;
	}

.article-btn a:hover {
    background: url("../images/left-arrow-hover.png") left center no-repeat;
	}

.article-btn.next-btn a:hover {
    background: url("../images/right-arrow-hover.png") right center no-repeat;
	}

/* News & Stories Container */

.nas-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 50px 0px 200px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.nas-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape9.png") center top no-repeat;
    background-size: 100% auto;
	}

.nas-container .filter-container {
    margin: 0px auto 30px;
	}

.nas-container .advanced-search .form-control {
    height: 60px;
    border-radius: 60px;
    border: 1px solid #28388d;
    padding: 14px 15px 14px 75px;
	}

.nas-container .form-control:hover,
.nas-container .form-control:focus,
.nas-container .form-control:focus:hover {
	border: 1px solid #ffae59;
	}

.nas-container .advanced-search {
    max-width: 1090px;
    margin: 0px auto 60px;
	}

.nas-container .advanced-search .search-btn {
	width: 60px;
	height: 60px;
	padding: 15px;
    border-radius: 60px 0px 0px 60px;
	}

.nas-container .advanced-search .search-btn:hover {
	border: 1px solid #28388d;
	}

/* Feature News Container */
	
.feature-news-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	margin: 0px 0px 40px;
	list-style-type: none;
	}
	
.feature-news-item {
	position: relative;
	display: flex;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.feature-news-item + .pageTitle2 {
    margin-top: 90px;
    }

.feature-news-item-inner,
.feature-news-item-inner > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #28388d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.feature-news-item-inner > a {
    overflow: hidden;
    background: #ffffff;
    /*padding: 60px 75px 160px;*/
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2) !important;
	}

.feature-news-pic-container {
	position: relative;
	display: block;
    width: 100%;
    /*height: 100%;*/
    height: 0%;
	overflow: hidden;
	padding-bottom: 100%;
	}
	
.feature-news-pic-container figure {
	/*position: relative;
	display: block;
    width: 100%;
    height: 100%;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto !important;*/
	
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.feature-news-pic-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.feature-news-description-box { 
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
	padding: 0px;
    margin: 0px auto;
	}

.feature-news-description-box-inner { 
    position: relative;
    display: table-cell;
    vertical-align: middle;
	padding: 70px 70px 100px;
	}
	
.feature-news-content {
	position: relative;
	display: block;
    margin: 0px auto;
    padding: 0px 0px 0px;
	}

.feature-news-title {
	position: relative;
	display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.6px;
	padding: 40px 0px 40px;
	}

.feature-news-date {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: rgba(61,61,61,0.5);
    text-transform: uppercase;
	}

.feature-news-date b,
.feature-news-date strong {
    font-weight: 700;
    color: #ffae59;
	}

.feature-news-location {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    color: #28388d;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.4px;
	}

.feature-news-info-btn {
    position: absolute;
    bottom: 35px;
    right: 0px;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 30px;
    background: #ffae59;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px 0px 0px 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.feature-news-item-inner > a:hover .feature-news-info-btn {
	color: #28388d;
    background: #ffae59;
	}

/* Stories Listing */
	
.nas-container .stories-listing {
	margin: 20px -20px 10%;
	}

.nas-container .story-item-inner > a {
    box-shadow: none !important;
	}

.nas-container .story-description-container {
    padding: 25px 0px 0px;
    }

/* Inner News Listing */
	
.ins-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	/*margin: 60px 0px 60px;*/
    margin: 0px 0px 60px;
	}
	
.ins-item {
	position: relative;
	/*display: flex;*/
    display: none;
	float: left;
	width: 100%;
	align-self: stretch;
	margin: 0px 0px 0px;
	padding: 0px 0px 30px;
	}

.ins-item-inner,
.ins-item-inner > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #28388d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.ins-item-inner > a:hover {
	color: #ffae59;
	}

.ins-item-inner {
    border-bottom: 1px solid rgba(40,56,141,0.5);
	}

.ins-item-inner .news-date {
    margin-bottom: 20px;
    color: rgba(61,61,61,0.5);
	}

.ins-item-inner .news-date b,
.ins-item-inner .news-date strong {
    color: #ffae59;
	}

.ins-item-inner .news-heading {
	color: #28388d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.ins-item-inner > a:hover .news-heading {
	color: #ffae59;
	}

.ins-item-inner .more-info-btn {
    opacity: 0;
	color: #28388d;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 50px;
	margin: 0px auto 20px;
    display: inline-block;
    border: 1px solid #28388d;
	}

.ins-item-inner > a:hover .more-info-btn {
    opacity: 1;
    color: #ffae59;
    border-color: #ffae59;
	}

/* Stories Listing */
	
.stories-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -20px 50px;
	}
	
.story-item {
	position: relative;
	display: flex;
	float: left;
	padding: 20px;
	width: 33.3333%;
	font-size: 15px;
	line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.rnd-search-container .story-item,
.rt-container .story-item {
    display: none;
	}

.story-item-inner,
.story-item-inner > a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
	height: 100%;
	color: #28388d;
	}

.story-item-inner > a {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.16) !important;
	}

.rnd-search-container.stories-listing-container .story-item-inner > a {
    padding-bottom: 35px;
	}

/*.story-item-inner > a:hover {
	color: #ffae59;
	}*/
	
.story-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 71.2%;
	}
	
.story-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.story-photo-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.story-description-container,
.story-content-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 35px;
	}

.story-content-box {
	padding: 0px 0px 1px;
	}

.rnd-search-container.stories-listing-container .story-content-box {
    height: auto !important;
	}

.rnd-search-container.stories-listing-container .story-content-box p:last-child {
    margin-bottom: 0px;
	}

.story-date {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    color: rgba(61,61,61,0.5);
    text-transform: uppercase;
	}

.story-date b,
.story-date strong {
    font-weight: 700;
    color: #ffae59;
	}

.story-heading {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.6px;
	}

/* More Info Button */

.more-info-btn {
	position: relative;
    display: block;
    padding: 0px;
	color: #ffae59;
	font-size: 20px;
    font-weight: 400;
	line-height: 28px;
    white-space: nowrap;
	margin: 20px auto 0px;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.rnd-search-container.stories-listing-container .story-item .more-info-btn {
    position: absolute;
    bottom: 25px;
    left: 35px;
	}

.story-item-inner > a:hover .more-info-btn {
    color: #28388d;
	}

/* Latest News Listing */
	
.latest-news-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px auto 0px;
	}
	
.latest-news-item {
	position: relative;
	display: none;
	width: 100%;
	padding: 0px;
	margin: 0px auto 60px;
	}

.latest-news-item-inner,
.latest-news-item-inner > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #28388d;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.latest-news-item-inner > a {
    overflow: hidden;
    background: #ffffff;
    /*padding: 60px 75px 160px;*/
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2) !important;
	}

.latest-news-pic-container {
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
	overflow: hidden;
	}
	
.latest-news-pic-container figure {
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto !important;
	}

.latest-news-pic-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.latest-news-description-box { 
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
	padding: 0px;
    margin: 0px auto;
	}

.latest-news-description-box-inner { 
    position: relative;
    display: table-cell;
    vertical-align: middle;
	padding: 60px 60px 80px;
	}
	
.latest-news-content {
	position: relative;
	display: block;
    margin: 0px auto;
    padding: 0px 0px 0px;
	}

.latest-news-title {
	position: relative;
	display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.6px;
	padding: 30px 0px 30px;
	}

.latest-news-date {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.4px;
    color: rgba(61,61,61,0.5);
    text-transform: uppercase;
	}

.latest-news-date b,
.latest-news-date strong {
    font-weight: 700;
    color: #ffae59;
	}

.latest-news-location {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
    color: #28388d;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.4px;
	}

/*.latest-news-content p:last-child {
    margin-bottom: 0px;
	}*/

.latest-news-info-btn {
    position: absolute;
    bottom: 35px;
    right: 0px;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 30px;
    background: #ffae59;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px 0px 0px 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.latest-news-item-inner > a:hover .latest-news-info-btn {
	color: #28388d;
    background: #ffae59;
	}

/* Consultancy Container */

.consultancy-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 0px 38%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.consultancy-container:before {
    position: absolute;
    display: block;
    content: '';
    top: 150px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/bg20.png") center top no-repeat;
    background-size: auto;
	}

.consultancy-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 895px;
    text-align: center;
	margin: 0px auto 0px;
    padding: 120px 0px 40px;
	}

.consultancy-container .subtitle,
.consultancy-container .pageTitle h1,
.consultancy-container .pageTitle h2,
.consultancy-container .pageTitle2 h1,
.consultancy-container .pageTitle2 h2,
.consultancy-container h4,
.consultancy-container a {
    color: #ffffff;
	}

.consultancy-container a:hover {
    color: #ffae59;
	}

.consultancy-container .breadcrumb-container {
    padding: 0px 0px 40px;
    }

/* Innovation Graph Container */

.ig-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 2;
	margin: 0px auto;
	padding: 50px 0px 0px;
    background-color: #f1ecdb !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.ig-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 960px;
    padding: 0px 30px;
    text-align: center;
	margin: 0px auto 0px;
	}

.ig-center-area {
	position: absolute;
	display: table;
    padding: 0px;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 400px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #28388d;
	margin: -200px auto 0px -200px;
	}

.ig-center-content-area {
	position: relative;
    padding: 50px;
	display: table-cell;
    vertical-align: middle;
	}

.ig-center-content-area h2 {
    padding: 0px;
    letter-spacing: 1.2px;
	}

.ig-listing {
    position: relative;
    display: flex;
    padding: 0px;
    flex-flow: wrap;
	text-align: center;
    letter-spacing: 0.6px;
    list-style-type: none;
	margin: 0px -60px 0px;
    text-transform: uppercase;
    }
	
.ig-listing > li {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 16px;
	line-height: 1.2;
	padding: 15px 30px;
	margin: 0px 0px 0px;
    align-items: flex-start;
	}

.ig-listing > li:nth-child(1),
.ig-listing > li:nth-child(3),
.ig-listing > li:nth-child(5){
    margin-top: 140px;
	}

.ig-listing > li:nth-child(1),
.ig-listing > li:nth-child(2),
.ig-listing > li:nth-child(3){
    margin-bottom: 140px;
	}

.ig-listing > li a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
    color: #28388d;
    pointer-events: none !important;
	}

.ig-listing > li a:hover {
    color: #ffae59;
	}

.ig-listing > li a:after {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 100%;
    content: '';
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    background: #ffae59;
    margin: 0px auto 0px;
    border: 10px solid #f1ecdb;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.ig-listing > li:nth-child(1) a:after {
    left: auto;
    right: -50px;
    bottom: -10px;
	}

.ig-listing > li:nth-child(2) a:after {
    left: 50%;
    bottom: -45px;
    margin-left: -20px;
	}

.ig-listing > li:nth-child(3) a:after {
    left: -50px;
    bottom: -10px;
	}

.ig-listing > li:nth-child(4) a:after {
    bottom: auto;
    top: -10px;
    left: auto;
    right: -50px;
	}

.ig-listing > li:nth-child(5) a:after {
    bottom: auto;
    top: -45px;
    left: 50%;
    margin-left: -20px;
	}

.ig-listing > li:nth-child(6) a:after {
    bottom: auto;
    top: -10px;
    left: -50px;
	}

.ig-listing > li a:hover:after {
    background: #28388d;
	}

.ig-img-container {
    position: relative;
    display: block;
    padding: 0px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0px auto 0px;
    }

.ig-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.ig-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.ig-title {
	position: relative;
	display: block;
    padding: 0px;
    margin: 30px auto 0px;
	}

/* Our Unique Capabilities Container */

.ouc-container {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    text-align: center;
	/*padding: 55% 0px 32%;*/
    padding: 45% 0px 32%;
    margin: 0px auto 0px;
    background-color: #f1ecdb !important;
    /*background-position: center bottom !important;*/
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.ouc-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    color: #ffffff;
    padding: 5% 0px 0px;
	margin: 0px auto 0px;
	}

.ouc-container .pageTitle2 h1,
.ouc-container .pageTitle2 h2,
.ouc-container h4 {
    color: #ffffff;
	}

.ouc-container .link-btn {
    margin-top: 30px;
	}

/* Element Text With Icon */

.element-text-row {
    position: relative;
    display: table;
    width: 100%;
    padding: 0px;
    margin: 30px auto;
	}

.element-img-col {
    width: 75px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
	}

.element-img {
    position: relative;
    display: block;
    width: 75px;
	}

.element-img img {
	position: relative;
	display: block;
	height: auto;
    width: auto;
	padding: 0px;
	max-width: 100%;
	margin: 0px auto;
	}

.element-text-col {
    text-align: left;
    position: relative;
    padding-left: 40px;
    display: table-cell;
    vertical-align: middle;
	}

/* Services Container */

.services-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 50px 0px 200px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
	}

.services-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -150px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape4.png") center top no-repeat;
    background-size: 100% auto;
	}

.services-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 815px;
    text-align: center;
    padding: 0% 0px 0px;
	margin: 0px auto 0px;
	}

/* Services Listing */
	
.services-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -20px 30px;
	}
	
.services-listing >li {
	position: relative;
	display: flex;
	float: left;
	padding: 20px;
	width: 33.333%;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.service-item-inner,
.service-item-inner > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #28388d;
    text-align: center;
    pointer-events: none;
	}

.service-item-inner > a {
	}

.service-img-container {
	position: relative;
	display: block;
	height: 120px;
	overflow: hidden;
    margin-bottom: 30px;
	}

.service-img-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}

.service-img-container figure img {
    position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.service-img-container figure img.showicon {
	/*display: block;*/
    opacity: 1;
    visibility: visible;
	}

.service-img-container figure img.hideicon {
	/*display: none;*/
    opacity: 0;
    visibility: hidden;
	}

.service-item-inner > a:hover .service-img-container figure img.showicon {
	/*display: none;*/
    /*opacity: 0;
    visibility: hidden;*/
	}

.service-item-inner > a:hover .service-img-container figure img.hideicon {
	/*display: block;*/
    /*opacity: 1;
    visibility: visible;*/
	}

.service-name {
	position: relative;
	display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
	padding: 0px 0px 0px;
    letter-spacing: 0.6px;
	}

/* Consultancy Projects Container */

.cp-container {
	position: relative;
	display: block;
    z-index: 3;
    width: 100%;
    margin: 0px auto 0px;
	padding: 75px 0px 0px;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.cp-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -75px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape3.png") center top no-repeat;
    background-size: 100% auto;
	}

.cp-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    z-index: 2;
    max-width: 1170px;
	margin: 0px auto 0px;
    padding: 0px 0px 0px;
	}

.cp-container .link-btn {
    margin-top: 60px;
	}

.cp-img-container,
.cp-img-container img {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.cp-img-container {
    padding-right: 100px;
    }

.cp-text-container {
    max-width: 505px;
    }

.cp-bottom-img-container,
.cp-bottom-img-container img {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.cp-bottom-img-container {
    z-index: 1;
	margin: -200px auto -50px;
	}

/* Feed To Food Container */

.ftf-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 0px 0px 56%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.ftf-container:before {
    position: absolute;
    display: block;
    content: '';
    top: 210px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/bg20.png") center top no-repeat;
    background-size: auto;
	}

.ftf-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 895px;
    text-align: center;
	margin: 0px auto 0px;
    padding: 15% 0px 40px;
	}

.ftf-container .subtitle,
.ftf-container .pageTitle h1,
.ftf-container .pageTitle h2,
.ftf-container .pageTitle2 h1,
.ftf-container .pageTitle2 h2,
.ftf-container h4,
.ftf-container a {
    color: #ffffff;
	}

.ftf-container a:hover {
    color: #ffae59;
	}

.ftf-container .breadcrumb-container {
    padding: 0px 0px 40px;
    }

/* Feed To Food Container */

.ftf-container2 {
	position: relative;
	display: block;
    z-index: 3;
    width: 100%;
	padding: 0px;
    margin: -28% auto 0px;
    background-color: transparent !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.ftf-pic-container,
.ftf-pic-container figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    margin: 0px auto;
	}
	
.ftf-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.ftf-content-area {
	position: absolute;
	display: flex;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 6;
    height: 100%;
    padding: 0px;
    /*max-width: 925px;*/
    max-width: 825px;
	margin: 0px auto;
    align-items: center;
	}

.ftf-text-container {
    position: relative;
    display: block;
    /*padding: 140px 140px 70px;*/
    padding: 230px 140px 70px;
	}

.ftf-text-container .pageTitle h1,
.ftf-text-container .pageTitle h2 {
    font-size: 40px;
	}

/* Top Priorities in Formulation Container */

.formulation-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
    text-align: center;
	padding: 50px 0px 15%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.formulation-container .subtitle,
.formulation-container .pageTitle h1,
.formulation-container .pageTitle h2,
.formulation-container .pageTitle2 h1,
.formulation-container .pageTitle2 h2,
.formulation-container h4,
.formulation-container a {
    color: #ffffff;
	}

.formulation-container a:hover {
    color: #ffae59;
	}

/* Formulation Top Content Area */

.formulation-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 800px;
    padding: 0px 30px;
    text-align: center;
	margin: 120px auto 0px;
	}

.formulation-listing {
    position: relative;
    display: block;
    padding: 0px;
	text-align: center;
	margin: 0px 0px 350px;
    letter-spacing: 0.6px;
    list-style-type: none;
    text-transform: uppercase;
    }
	
.formulation-listing > li {
	position: relative;
	display: block;
	float: left;
	width: 396px;
	padding: 0px;
    color: #ffffff;
	font-size: 20px;
	line-height: 1.2;
	margin: 0px 0px 0px;
	}

.formulation-listing > li:nth-child(1) {
    float: none;
    margin: 0px auto;
	}

.formulation-listing > li:nth-child(2) {
    margin: -200px -400px 0px 20px;
	}

.formulation-listing > li:nth-child(3) {
    float: right;
    margin: -200px 20px 0px -400px;
	}

.formulation-listing > li a {
	position: relative;
	display: block;
    padding: 0px;
	width: 100%;
    color: #ffffff;
	}

.formulation-listing > li a:hover {
    color: #ffae59;
	}

.formulation-img-container {
    position: relative;
    display: block;
    padding: 0px;
    width: 396px;
    height: 396px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0px auto 0px;
    }

.formulation-img-container:before {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 100%;
    margin: 0px auto 0px;
    border: 1px solid #ffffff;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.formulation-img-container figure {
	position: absolute;
	overflow: hidden;
	padding: 32px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.formulation-listing > li:nth-child(1) .formulation-img-container figure {
    z-index: 2;
	}

.formulation-listing > li:nth-child(2) .formulation-img-container figure {
    z-index: 3;
	}

.formulation-listing > li:nth-child(3) .formulation-img-container figure {
    z-index: 1;
	}

.formulation-img-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}


.formulation-title {
	position: relative;
	display: block;
    padding: 0px;
    margin: 0px auto 0px;
	}

.formulation-listing > li:nth-child(1) .formulation-title {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 230px;
    margin: 0px auto 0px -115px;
	}

.formulation-listing > li:nth-child(2) .formulation-title {
    position: absolute;
    left: -250px;
    top: 140px;
    max-width: 215px;
    text-align: right;
	}

.formulation-listing > li:nth-child(3) .formulation-title {
    position: absolute;
    right: -260px;
    top: 150px;
    max-width: 235px;
    text-align: left;
	}

.formulation-container .ecosystem-graph-wrapper {
	/*max-width: 730px;
    max-height: 742px;*/
    max-width: 500px;
    max-height: 508px;
	}

.formulation-container .ecosystem-menu li.ecosystemMenu-item-1 {
    left: 50%;
    bottom: 95px;
    width: 250px;
    text-align: right;
    margin-left: -500px;
    }

.formulation-container .ecosystem-menu li.ecosystemMenu-item-2 {
    left: 50%;
    top: 115px;
    width: 250px;
    text-align: right;
    margin-left: -500px;
    }

.formulation-container .ecosystem-menu li.ecosystemMenu-item-3 {
    top: -40px;
    }

.formulation-container .ecosystem-menu li.ecosystemMenu-item-4 {
    right: 50%;
    top: 100px;
    width: 300px;
    text-align: left;
    margin-right: -550px;
    }

.formulation-container .ecosystem-menu li.ecosystemMenu-item-5 {
    right: 50%;
    width: 280px;
    bottom: 100px;
    text-align: left;
    margin-right: -520px;
    }

.formulation-container .ecosystem-menu li.ecosystemMenu-item-6 {
    left: 50%;
    top: 80px;
    width: 340px;
    text-align: center;
    margin-left: -170px;
    }

.formulation-container .ecosystem-menu li.ecosystemMenu-item-7 {
    left: 50%;
    width: 210px;
    bottom: 70px;
    text-align: center;
    margin-left: -105px;
    }

.formulation-container .ecosystem-default-container figure img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	}

/* Our Feed Offerings Container */

.ofo-container {
	position: relative;
	display: block;
    z-index: 3;
    width: 100%;
    margin: 0px auto 0px;
	padding: 70px 0px 0px;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.ofo-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    z-index: 2;
    max-width: 900px;
    text-align: center;
	margin: 0px auto 0px;
    padding: 0px 0px 0px;
	}

.ofo-container .link-btn {
    margin-top: 60px;
	}

.ofo-bottom-img-container,
.ofo-bottom-img-container img {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.ofo-bottom-img-container {
    z-index: 1;
	margin: -300px auto 0px;
	}

/* Feed Innovation Container */

.fi-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 75px 140px 150px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.fi-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape4.png") center top no-repeat;
    background-size: 100% auto;
	}

.fi-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 990px;
    padding: 0px 30px;
    text-align: center;
	margin: 0px auto 30px;
	}

.fi-container .customPrevNav {
    margin-right: 15px;
    }

/* Feeding The World Container */

.ftw-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 12% 0px 45%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.ftw-container:before {
    position: absolute;
    display: block;
    content: '';
    top: 15%;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/bg20.png") center top no-repeat;
    background-size: auto;
	}

.ftw-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 895px;
    text-align: center;
	margin: 0px auto 0px;
    padding: 0px 0px 150px;
	}

.ftw-container .subtitle,
.ftw-container .pageTitle h1,
.ftw-container .pageTitle h2,
.ftw-container .pageTitle2 h1,
.ftw-container .pageTitle2 h2,
.ftw-container h4,
.ftw-container a {
    color: #ffffff;
	}

.ftw-container a:hover {
    color: #ffae59;
	}

.ftw-container .breadcrumb-container {
    padding: 0px 0px 40px;
    }

/* Challenge Container */

.challenge-container {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 75px 0px 0px;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.challenge-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    font-size: 16px;
    max-width: 800px;
    text-align: center;
    padding: 0 0px 30px;
	margin: 0px auto 0px;
    letter-spacing: 0.48px;
	}

.challenge-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    font-size: 16px;
    max-width: 1140px;
    text-align: center;
    padding: 0 0px 0px;
	margin: 0px auto 0px;
    letter-spacing: 0.48px;
	}

/* Challenges Listing */

.challenges-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 0px -60px 0px;
    justify-content: center;
	}

.challenge-item {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 16px;
    line-height: 1.4;
	padding: 15px 60px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.challenge-item-inner,
.challenge-item-inner > a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #28388d;
	}

.challenge-item-inner > a {
    overflow: hidden;
	}

.challenge-item-inner > a:hover {
	}

.challenge-item-inner > a:hover *,
.challenge-item-inner > a:hover .read-more-btn {
	}
	
.challenge-img-container {
	position: relative;
	display: block;
	height: 0px;
    border-radius: 100%;
	padding-bottom: 100%;
	}
	
.challenge-img-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
    border-radius: 100%;
	margin: 0px auto !important;
	}

.challenge-img-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.challenge-title {
	position: absolute;
	display: flex;
    width: 150px;
    right: 0px;
    z-index: 2;
    bottom: 0px;
    height: 150px;
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    font-weight: 700;
    text-align: center;
    background: #28388d;
    border-radius: 100%;
    align-items: center;
    letter-spacing: 0.52px;
    justify-content: center;
	}
	
.challenge-info-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    max-width: 266px;
    font-style: italic;
	padding: 30px 0px 0px;
	}

.challenge-info-box p {
    margin: 0px auto 20px;
	}

.challenge-bottom-img-container,
.challenge-bottom-img-container img {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.challenge-container h1 span,
.challenge-container h2 span {
    font-weight: 700;
	}

/* Key Implications */

.key-implication-item {
	position: relative;
	display: block;
	/*width: 100%;*/
    width: 320px;
	padding: 25px;
    color: #ffffff;
	font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
    background: #1d2966;
	margin: 15px auto 15px;
	}

.key-implication-item.fullwidth {
	width: 100%;
	}
	
.key-implication-icon {
	position: relative;
	display: block;
	height: 60px;
    width: 60px;
    padding: 12px;
    background: #ffffff;
    border-radius: 100%;
    border: 3px solid #ffae59;
	}

.key-implication-icon img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.separator-icon {
	position: relative;
	display: block;
	height: 25px;
    width: 25px;
    padding: 0px;
    margin: 15px auto;
    }

.separator-icon img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.key-implication-title {
	position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.48px;
    padding: 0px 0px 0px 10px;
	}

.key-implication-item p:last-child {
    margin-bottom: 0px;
	}

/* Solution Container */

.solution-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 6;
    width: 100%;
    margin: 0 auto 0px;
	padding: 75px 0px 22%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.solution-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -115px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 125px;
	overflow: hidden;
    background: url("../images/top-shape10.png") center top no-repeat;
    background-size: 100% auto;
	}

.solution-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    max-width: 500px;
    text-align: center;
	margin: 0px auto 100px;
	}

.solution-container .pageTitle2 h1,
.solution-container .pageTitle2 h2 {
    color: #ffffff;
	}

.solution-container p {
	}

.solution-container a {
    color: #ffffff;
	}

.solution-container a:hover {
    color: #ffae59;
	}

.solution-bottom-img,
.solution-bottom-img img {
    position: relative;
    padding: 0px;
    width: 100%;
    display: block;
    margin: 0px auto;    
    }

.solution-bottom-img {
    margin-bottom: 50px;
    }

/* Mission Container */

.mission-container {
	position: relative;
	display: block;
    z-index: 6;
    width: 100%;
    margin: 0px auto 0px;
	padding: 75px 0px 175px;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.mission-container:before {
    position: absolute;
    display: block;
    content: '';
    top: -100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape11.png") center top no-repeat;
    background-size: 100% auto;
	}

.mission-img-container,
.mission-img-container img {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	margin: 0px auto;
	}

.mission-content-area {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 30px 0px 30px 50px;
    }

/* Related Topics White Container */

.rt-white-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 8;
	margin: 0px auto;
	padding: 75px 0px 225px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.rt-white-container:before,
.rt-white-container:after {
    position: absolute;
    display: block;
    content: '';
    top: -55px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape12.png") center top no-repeat;
    background-size: 100% auto;
	}

.rt-white-container:after {
    top: auto;
    bottom: -75px;
    background: url("../images/bottom-shape4.png") center bottom no-repeat;
    background-size: 100% auto;
	}

/* Related Topics White Container 2 */

.rt-white-container2 {
	position: relative;
	display: block;
    width: 100%;
    z-index: 8;
	margin: 0px auto;
	padding: 75px 0px 225px;
    background-color: #ffffff !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	}

.rt-white-container2:before,
.rt-white-container2:after {
    position: absolute;
    display: block;
    content: '';
    top: -100px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/top-shape4.png") center top no-repeat;
    background-size: 100% auto;
	}

.rt-white-container2:after {
    top: auto;
    bottom: -75px;
    background: url("../images/bottom-shape4.png") center bottom no-repeat;
    background-size: 100% auto;
	}

/* Research & Technology Container */

.research-and-technology-container {
	position: relative;
	display: block;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 12% 0px 15%;
    background-color: #28388d !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.research-and-technology-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 895px;
    text-align: center;
    padding: 0px 0px 10%;
	margin: 0px auto 0px;
	}

.research-and-technology-container.custom-bg-image .research-and-technology-top-content-area {
    padding-bottom: 5%;
	}

.research-and-technology-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    max-width: 900px;
	margin: 0px 0px 0px;
    padding: 15% 140px 0px;
	}

.research-and-technology-container.custom-bg-image .research-and-technology-bottom-content-area {
    padding-top: 0px;
	}

.research-and-technology-container .subtitle,
.research-and-technology-container .pageTitle h1,
.research-and-technology-container .pageTitle h2,
.research-and-technology-container .pageTitle2 h1,
.research-and-technology-container .pageTitle2 h2,
.research-and-technology-container h4,
.research-and-technology-container a {
    color: #ffffff;
	}

.research-and-technology-container a:hover {
    color: #ffae59;
	}

.research-and-technology-container .breadcrumb-container {
    padding: 0px 0px 40px;
    }

/* Aquaculture Ecosystem Container */

.acec-container {
	position: relative;
	display: block;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0px;
	padding: 75px 0px 0px;
    background-color: #f1ecdb !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
	}

.acec-top-content-area {
	position: relative;
	display: block;
    width: 100%;
    font-size: 16px;
    max-width: 1460px;
    text-align: center;
	margin: 0px auto 0px;
    padding: 0 30px 30px;
    letter-spacing: 0.48px;
	}

.bigtitle {
    /*font-size: 65px;*/
    font-size: 40px;
	}

.research-and-technology-container.custom-bg-image .bigtitle,
.acec-top-content-area .bigtitle {
    font-size: 40px;
    padding-bottom: 0px;
	}

.acec-bottom-content-area {
	position: relative;
	display: block;
    width: 100%;
    font-size: 16px;
    max-width: 1140px;
    text-align: center;
    padding: 0 0px 0px;
	margin: 0px auto 0px;
    letter-spacing: 0.48px;
	}

/* Pagination */

.pagination-row {
    justify-content: center;
    }
	
/* Pagination */

.pagination, .page-item .page-link {
	border-radius: 0px !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px -4px;
    }
	
.page-item {
    font-family: Roboto;
    font-weight: 400;
	margin: 5px;
	color: #141414;
	font-size: 16px;
	line-height: 26px;
	}
	
.page-link {
	position: relative;
	display: block;
	color: #141414;
	height: 26px;
	padding: 2px;
	min-width: 26px;
    font-weight: 400;
	margin: 0px auto;
	line-height: 20px;
	text-align: center;
	background: transparent;
    border: 1px solid #b2b2b2;
	}

.page-item.page-prev {
	}

.page-item.page-next {
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
    text-indent: -100000px;
    border: none;
	}

.page-item.page-prev .page-link:before,
.page-item.page-next .page-link:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    overflow: hidden;
    background: url("../images/slick-nav-small.png") left top no-repeat;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	}

.page-item.page-next .page-link:before {
    background-position: right top;
	}
	
.page-item.disabled .page-link {
	opacity: 0.1;
	}
	
.page-link:hover, .page-link:focus,
.page-item.active .page-link {
    border: none;
	color: #ffffff;
	text-decoration: none !important;
    background: rgb(207,18,45);
    background: -moz-linear-gradient(45deg, rgba(207,18,45,1) 0%, rgba(21,66,132,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(207,18,45,1) 0%,rgba(21,66,132,1) 100%);
    background: linear-gradient(45deg, rgba(207,18,45,1) 0%,rgba(21,66,132,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf122d', endColorstr='#154284',GradientType=1 );
	}
	
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
    background: transparent;
	}

.page-item.page-prev .page-link:hover:before,
.page-item.page-prev .page-link:focus:before,
.page-item.page-prev.active .page-link:before {
    background-position: left bottom;
	}

.page-item.page-next .page-link:hover:before,
.page-item.page-next .page-link:focus:before,
.page-item.page-next.active .page-link:before {
    background-position: right bottom;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto 0px;
	}

.inner-banner figure,
.inner-banner img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	}

.inner-banner figure,
.inner-banner img {
	z-index: 1;
	}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.inner_banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 30px 0px;
	}
	
.inner_banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	display: table-cell;
	padding: 0px 0px 75px;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
    text-align: center;
	}

.inner_banner_caption .captionContainer .pageTitle {
    text-align: inherit;
    padding: 0px;
    }

.inner_banner_caption .captionContainer .innerBannerHeading1,
.inner_banner_caption .captionContainer .pageTitle h1,
.inner_banner_caption .captionContainer .pageTitle h2 {
	font-family: Roboto;
	font-size: 50px;
	color: #ffffff;
	line-height: 1.1;
	font-weight: 700;
	padding-bottom: 0px;
	text-transform: none;
    letter-spacing: 1.8px;
	}

.inner_banner_caption .captionContainerInner p {
    margin: 20px auto 0px;
    max-width: 900px;
	}
	
.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 0px 0px;
	}

.breadcrumb-container.darkBreadcrumb {
	padding: 20px 0px 20px;
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
    font-weight: 400;
	margin: 0px auto;
	padding: 0px 0px;
    text-align: center;
	list-style-type: none;
    letter-spacing: 0.48px;
	}

.breadcrumb-container.darkBreadcrumb ul {
    color: #28388d;
	}
	
.breadcrumb-container ul li {
	position: relative;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
	}

.breadcrumb-container ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '/';
    opacity: 0.5;
	vertical-align: top;
	display: inline-block;
	margin: 0px 10px 0px 5px;
	}

.breadcrumb-container ul li.home:before {
    display: none;
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #ffffff;
    margin: 0px;
	padding: 0px;
    opacity: 0.5;
    font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
	}

.breadcrumb-container.darkBreadcrumb ul li a {
    color: #28388d;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a {
	color: #ffffff;
    text-decoration: underline;
	}

.breadcrumb-container.darkBreadcrumb ul li a:hover,
.breadcrumb-container.darkBreadcrumb ul li.selected a {
	color: #28388d;
	}

.inner-banner .subtitle {
    color: #ffffff;
    }

.pageTitle,
.pageTitle2,
.pageTitle3 {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 30px;
	}

.pageTitle h1, .pageTitle h2, .pageTitle h3, .pageTitle h4, .pageTitle h5, .pageTitle h6,
.pageTitle2 h1, .pageTitle2 h2, .pageTitle2 h3, .pageTitle2 h4, .pageTitle2 h5, .pageTitle2 h6,
.pageTitle3 h1, .pageTitle3 h2, .pageTitle3 h3, .pageTitle3 h4, .pageTitle3 h5, .pageTitle3 h6 {
	padding-bottom: 0px;
	}
	
.pageTitle h1, .pageTitle h2,
.pageTitle2 h1, .pageTitle2 h2,
.pageTitle3 h1, .pageTitle3 h2 {
	font-size: 50px;
	line-height: 1.2;
    text-transform: none;
    letter-spacing: 1.8px;
	}

.pageTitle2 h1, .pageTitle2 h2 {
	font-size: 40px;
    letter-spacing: 1.2px;
	}
	
.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Roboto, Helvetica, Arial, "sans-serif";
	position: relative;
	font-size: 36px;
	color: #28388d;
	line-height: 1.4;
	font-weight: 700;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 30px;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #ffae59;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	font-weight: 400;
	}
	
h2, .h2 {
	font-size: 32px;
	}
	
h3, .h3 {
	font-size: 28px;
	}
	
h4, .h4 {
	font-size: 24px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 16px;
	}

p {
    margin: 0 0 30px;
	line-height: 1.6;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing,
ol.ol-listing {
	margin: 0px 0px 30px;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
	list-style-position: inside;
	}
	
ul.ul-listing.text-center,
ol.ol-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li {
	position: relative;
	line-height: 1.4;
    margin-bottom: 5px;
	list-style-type: none;
	padding: 2px 0px 2px 30px;
	}
	
ul.ul-listing li:before {
	position: absolute;
	content: '';
	left: auto;
	top: 14px;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-left: -30px;
    border-radius: 100%;
    background: #ffae59;
	}

ul.ul-listing.blue-list li:before {
    background: #28388d;
	}
	
ul.ul-listing ul {
	margin: 10px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 1.4;
    margin-bottom: 10px;
	padding: 2px 0px 2px 0px;
	list-style-type: lower-alpha;
	}

ol.ol-listing li ol li {
	list-style-type: lower-roman;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	z-index: 5;
	width: 44px;
	height: 44px;
	font-size: 0px;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}
	
.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev {
	left: 0px;
	padding: 0px 0px 0px 44px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.slick-next {
	right: 0px;
	padding: 0px 44px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-next:hover,
.slick-next:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-dots {
    width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
    position: relative;
	width: 12px;
	height: 12px;
	border: none;
	margin: 0px 7px;
	overflow: hidden;
	border-radius: 0px;
	background: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
	}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background: transparent;
    border-color: transparent;
	}

.slick-dots li button {
    position: relative;
    display: block;
	width: 100%;
	height: 100%;
    color: transparent;
	border-radius: 100%;
	background: transparent;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	background: #272727;
	border-color: #272727;
	}

.slick-dots li button:before {
	line-height: 7px;
	font-size: 0px;
    opacity: 1;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
    border: 1px solid #272727;
    -webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
    -o-transition: all 0s;
	transition: all 0s;
	}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
	background: transparent;
    border-color: transparent;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
    -o-transition: all 0s;
	transition: all 0s;
	}
	
/* Link Button */

.link-btn,
.link-btn2 {
    font-family: Roboto;
	position: relative;
	z-index: 1;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0px auto 0px;
    letter-spacing: 0.4px;
	text-transform: uppercase;
	}

.link-btn a,
.link-btn2 a {
	position: relative;
	text-align: center;
	overflow: hidden;
	line-height: 24px;
    background: #ffae59;
	vertical-align: top;
    border-radius: 100px;
	display: inline-block;
	color: #ffffff !important;
	padding: 13px 30px 13px 30px;
	text-decoration: none !important;
	}

.link-btn2 a {
    background: #28388d;
	}

.link-btn a .fa-angle-left,
.link-btn2 a .fa-angle-left,
.link-btn a .fa-angle-right,
.link-btn2 a .fa-angle-right {
    margin-right: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.link-btn a .fa-angle-right,
.link-btn2 a .fa-angle-right {
    margin-right: auto;
    margin-left: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/*.link-btn a:hover .fa-angle-left,
.link-btn2 a:hover .fa-angle-left {
    margin-right: 15px;
	}

.link-btn a:hover .fa-angle-right,
.link-btn2 a:hover .fa-angle-right {
    margin-left: 15px;
	}*/
	
.link-btn a:hover {
    /*background: #d88f43;*/
    color: #28388d !important;
	}

.link-btn2 a:hover {
    /*background: #3547a6;*/
    color: #ffae59 !important;
	}
	
.photoContainer {
	position: relative;
	display: block;
	width: 100%;
    overflow: hidden;
	margin: 0px 0px 40px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}

/* Table Style */

.table {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
	}

.table th, .table td {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    vertical-align: top;
    background: transparent;
    border: 1px solid #dedede;
	}

.table th {
    font-weight: 600;
    text-transform: uppercase;
	}

.table tr:nth-child(2n) {
    background-color: transparent;
    }

.table tr th:first-child,
.table tr td:first-child {
    border-left: none;
    }

.table tr th:last-child,
.table tr td:last-child {
    border-right: none;
    }
	
/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    z-index: 11;
    display: block;
    margin: 0px auto;
    max-width: 1920px;
	background: #28388d;
	}

.footer-wrapper:before {
    position: absolute;
    display: block;
    content: '';
    top: -85px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
	overflow: hidden;
    background: url("../images/footer-top-bg.png") center top no-repeat;
    background-size: 100% auto;
	}

.footer-bottom-img,
.footer-bottom-img img {
    position: relative;
    padding: 0px;
    width: 100%;
    display: block;
    margin: 0px auto;    
    }

.footer-bottom-img {
    z-index: 1;
    margin: -100px auto 0px;
    }

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	color: #ffffff;
    z-index: 2;
	font-size: 14px;
    font-weight: 400;
	overflow: hidden;
	line-height: 20px;
    padding: 75px 140px 30px;
	}
	
.footer {
	position: relative;
    padding: 0px;
	}

.footer hr {
    border-color: #ffffff;
    margin: 25px auto 30px;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #ffffff;
	}

.footer a:hover {
    color: #ffae59;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
    max-width: 33.3333%;
	}

.ftcol.ftcol2 {
	}

/* Footer Logo */
	
.footer-logo {
	position: relative;
	display: block;
	margin: 0px auto;
	}
	
.footer-logo a {
	position: relative;
	margin: 0px auto;
	max-width: 228px;
	max-height: 36px;
	display: inline-block;
	vertical-align: middle;
	}
	
.footer-logo img {
	position: relative;
	vertical-align: middle;
	}

/* Footer Social Nav */

ul.footer-social-nav {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -7px;
	list-style-type: none;
	}
	
ul.footer-social-nav li {
	position: relative;
    z-index: 1;
	padding: 0px;
    font-size: 14px;
    vertical-align: top;
	margin: 7px 7px 7px;
    display: inline-block;
	}

ul.footer-social-nav li a {
	position: relative;
	display: block;
	padding: 5px;
    width: 40px;
    height: 40px;
	color: #28388d;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background: #ffffff;
	}

ul.footer-social-nav li a .fa-play:before {
    display: none;
	}

ul.footer-social-nav li a .fa-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    text-align: center;
    margin: -6px auto 0px -4px;
    border-top: 6px solid transparent;
    border-left: 12px solid #28388d;
    border-bottom: 6px solid transparent;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

ul.footer-social-nav li a:hover,
ul.footer-social-nav li.selected a {
	color: #ffffff;
    background: #ffae59;
	}

ul.footer-social-nav li a:hover .fa-play,
ul.footer-social-nav li.selected a .fa-play {
	border-left-color: #ffffff;
	}

/* Footer Head */
	
.footer-head {
	position: relative;
    color: #ffffff;
	display: block;
	font-size: 24px;
    font-weight: 700;
	padding: 0px 0px 0px;
	margin: 0px 0px 15px;
    letter-spacing: 0.6px;
	}
	
/* Footer Nav */

ul.footer-nav {
	position: relative;
	display: block;
	padding: 0px;
    column-count: 3;
	list-style-type: none;
	margin: 0px -15px 15px;
	}
	
ul.footer-nav li {
    position: relative;
	display: block;
    font-size: 14px;
	padding: 0px 15px;
	margin: 0px auto 15px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #ffffff;
	overflow: hidden;
    text-decoration: underline;
	}
	
ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
	color: #ffae59;
    text-decoration: none;
	}

/* Footer Bottom Nav */

ul.footer-bottom-nav {
	position: relative;
	display: block;
	padding: 0px;
	list-style-type: none;
	/*margin: 60px -15px 0px;*/
    margin: 0px -15px 0px;
	}
	
ul.footer-bottom-nav li {
    position: relative;
    font-size: 14px;
	padding: 0px 15px;
	display: inline-block;
	margin: 10px auto 10px;
    vertical-align: middle;
	}

ul.footer-bottom-nav li:before {
    position: absolute;
    left: 0px;
    top: 50%;
    content: '';
    width: 0.8px;
    height: 28px;
    overflow: hidden;
    margin-top: -14px;
    background: #ffffff;
	}

ul.footer-bottom-nav li:first-child:before {
    display: none;
	}

ul.footer-bottom-nav li a {
	position: relative;
	display: block;
    color: #ffffff;
	overflow: hidden;
    text-decoration: underline;
	}
	
ul.footer-bottom-nav li a:hover,
ul.footer-bottom-nav li.selected a {
	color: #ffae59;
    text-decoration: none;
	}

/* Footer Contact Info */

.footer-contact-info-box {
	position: relative;
	display: block;
	margin: 0px auto;
    padding: 0px 0px 20px;
	}

.footer-phone,
.footer-email {
    position: relative;
    display: block;
	text-align: left;
    line-height: 24px;
    margin: 0px auto 10px;
    padding: 0px 0px 0px 30px;
    background: url("../images/tel-icon-new.png") 0px 3px no-repeat;
    background-size:15px auto;
	}

.footer-phone p {
    margin: 0px auto;
	}

.footer-phone p + p {
    margin-top: 10px;
	}
	
.footer-email {
    background: url("../images/email-icon.png") 0px 5px no-repeat;
	}

.footer-location {
    position: relative;
    display: block;
    padding: 0px;
	text-align: left;
    line-height: 24px;
    margin: 0px auto 10px;
	}

.footer-location h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    text-transform: uppercase;
	}

.footer .form-control,
.footer .form-custom-select {
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    }

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	color: #828281;
    font-size: 14px;
    font-weight: 400;
	overflow: hidden;
    line-height: 20px;
	padding: 15px 140px;
    background: #040403;
    border-top: 1px solid #34344f;
	}
	
.footer-bottom a {
	color: #828281;
	}

.footer-bottom a:hover {
	color: #ffffff;
	}

.fbcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
	}

.fbcol.fbcol1 {
    order: 2;
	}

.fbcol.fbcol2 {
    order: 1;
	}

/* Footer Payment Options */

ul.footer-payment-options {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -5px;
	list-style-type: none;
	}
	
ul.footer-payment-options li {
    position: relative;
	padding: 0px 5px;
    font-size: 14px;
	line-height: 30px;
	margin: 5px auto 5px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-payment-options li a,
ul.footer-payment-options li img {
	position: relative;
	overflow: hidden;
	display: block;
	}

ul.footer-payment-options li img {
    width: auto;
    height: 30px;
	}
	
ul.footer-payment-options li a:hover,
ul.footer-payment-options li.selected a {
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	width: 100%;
    line-height: 20px;
	/*margin: 80px auto 0px;*/
    margin: 11px auto 0px;
	}

/* Contact Form */

.contactForm,
.lightTextForm,
.csm-product-details-inner-box {
	position: relative;
	display: block;
    width: 100%;
    margin: 0px auto;
	}
	
.control-label {
	font-family: Roboto;
	display: block;
	color: #28388d;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	}

.contactForm .control-label,
.lightTextForm .control-label,
.csm-product-details-inner-box .control-label {
	color: #ffffff;
	}

.google-recaptch {
	position: absolute;
	bottom: 315px;
	right: -9px;
	}
	
.grecaptcha-badge {
    visibility: hidden !important;
	}

.required-field {
	color: #ff0000;
	}
	
.form-group,
.form-check {
    position: relative;
    padding: 0px;
	margin-bottom: 20px;
	}
	
.form-control,
.form-custom-select {
	font-family: Roboto;
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
    border: none;
	color: #28388d;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	border-radius: 0px;
	padding: 9px 0px 9px;
	background-image: none;
    outline: none !important;
	background-color: transparent;
    border-bottom: 1px solid #28388d;
	}

.contactForm .form-control,
.contactForm .form-custom-select,
.lightTextForm .form-control,
.lightTextForm .form-custom-select,
.csm-product-details-inner-box .form-control,
.csm-product-details-inner-box .form-custom-select {
	color: #ffffff;
    border-color: #ffffff;
	}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle  {
    outline: none !important;
    box-shadow: none !important;
	}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	}

.bootstrap-select .dropdown-item.disabled,
.bootstrap-select .dropdown-item:disabled {
	color: #cacddb;
    box-shadow: none !important;
	}

.bootstrap-select .dropdown-menu {
    padding: 0px;
    }

.bootstrap-select .dropdown-menu li a {
	color: #28388d;
    white-space: normal;
	}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
	color: #ffffff;
    background-color: #ffae59;
	}
	
.bootstrap-select .dropdown-toggle:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f078";
    font-size: 12px;
    color: inherit;
    border: 0;
    margin-left: 0.9em;
	}
	
.bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f077";
    font-size: 12px;
    color: inherit;
    border: 0;
    margin-left: 0.9em;
	}

.form-custom-select:hover,
.form-custom-select:focus,
.bootstrap-select.show .form-custom-select {
    color: #28388d;
	border-bottom: 1px solid #ffae59;
	}

.contactForm .form-custom-select:hover,
.contactForm .form-custom-select:focus,
.contactForm .bootstrap-select.show .form-custom-select,
.lightTextForm .form-custom-select:hover,
.lightTextForm .form-custom-select:focus,
.lightTextForm .bootstrap-select.show .form-custom-select,
.csm-product-details-inner-box .form-custom-select:hover,
.csm-product-details-inner-box .form-custom-select:focus,
.csm-product-details-inner-box .bootstrap-select.show .form-custom-select {
	color: #ffffff;
	}

textarea.form-control {
	min-height: 40px;
    line-height: 20px;
    border-radius: 0px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}

.custom-control,
.custom-control.custom-radio {
    position: relative;
	padding: 0px;
	}

.custom-control.inline-control {
    display: inline-block;
	}

.form-control:hover,
.form-control:focus,
.form-control:focus:hover {
	outline: 0;
    border: none;
    background: transparent;
	border-bottom: 1px solid #ffae59;
	-webkit-box-shadow: none;
	box-shadow: none;
	}

.contactForm .form-control:hover,
.contactForm .form-control:focus,
.contactForm .form-control:focus:hover,
.lightTextForm .form-control:hover,
.lightTextForm .form-control:focus,
.lightTextForm .form-control:focus:hover,
.csm-product-details-inner-box .form-control:hover,
.csm-product-details-inner-box .form-control:focus,
.csm-product-details-inner-box .form-control:focus:hover {
	border-color: #ffffff;
	}
	
.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
	color: #cacddb;
	}

.form-control:-moz-placeholder,
:-moz-placeholder { /* Firefox 18- */
	color: #cacddb;
	}

.form-control::-moz-placeholder,
::-moz-placeholder {  /* Firefox 19+ */
	color: #cacddb;
	}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
	color: #cacddb;
	}

.advanced-search .form-control::-webkit-input-placeholder,
.advanced-search ::-webkit-input-placeholder {
    opacity: 0.4;
	color: #28388d;
	}

.advanced-search .form-control:-moz-placeholder,
.advanced-search :-moz-placeholder {
    opacity: 0.4;
	color: #28388d;
	}

.advanced-search .form-control::-moz-placeholder,
.advanced-search ::-moz-placeholder {
    opacity: 0.4;
	color: #28388d;
	}

.advanced-search .form-control:-ms-input-placeholder,
.advanced-search :-ms-input-placeholder {
    opacity: 0.4;
	color: #28388d;
	}

.contactForm .form-control::-webkit-input-placeholder,
.contactForm ::-webkit-input-placeholder,
.lightTextForm .form-control::-webkit-input-placeholder,
.lightTextForm ::-webkit-input-placeholder,
.csm-product-details-inner-box .form-control::-webkit-input-placeholder,
.csm-product-details-inner-box ::-webkit-input-placeholder {
	color: #ffffff;
	}

.contactForm .form-control:-moz-placeholder,
.contactForm :-moz-placeholder,
.lightTextForm .form-control:-moz-placeholder,
.lightTextForm :-moz-placeholder,
.csm-product-details-inner-box .form-control:-moz-placeholder,
.csm-product-details-inner-box :-moz-placeholder {
	color: #ffffff;
	}

.contactForm .form-control::-moz-placeholder,
.contactForm ::-moz-placeholder,
.lightTextForm .form-control::-moz-placeholder,
.lightTextForm ::-moz-placeholder,
.csm-product-details-inner-box .form-control::-moz-placeholder,
.csm-product-details-inner-box ::-moz-placeholder {
	color: #ffffff;
	}

.contactForm .form-control:-ms-input-placeholder,
.contactForm :-ms-input-placeholder,
.lightTextForm .form-control:-ms-input-placeholder,
.lightTextForm :-ms-input-placeholder,
.csm-product-details-inner-box .form-control:-ms-input-placeholder,
.csm-product-details-inner-box :-ms-input-placeholder {
	color: #ffffff;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.btn-primary,
.btn-secondary,
.single_add_to_cart_button {
	font-family: Roboto;
    position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	display: block;
	line-height: 20px;
	padding: 14px 35px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #28388d;
	text-transform: uppercase;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.btn-primary .fa-angle-left,
.btn-secondary .fa-angle-left,
.btn-primary .fa-angle-right,
.btn-secondary .fa-angle-right {
    margin-right: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.btn-primary .fa-angle-right,
.btn-secondary .fa-angle-right {
    margin-right: auto;
    margin-left: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

/*.btn-primary:hover .fa-angle-left,
.btn-secondary:hover .fa-angle-left {
    margin-right: 15px;
	}

.btn-primary:hover .fa-angle-right,
.btn-secondary:hover .fa-angle-right {
    margin-left: 15px;
	}*/

.btn-primary { color: #ffffff; background: #28388d; border-color: #28388d; }
.contactForm .btn-primary { border-color: #ffffff; }
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus { color: #ffae59; background: #28388d; border-color: #28388d; box-shadow: none !important; }
.contactForm .btn-primary:hover, .contactForm .btn-primary.focus, .contactForm .btn-primary:focus { color: #ffae59; background: #28388d; border-color: #ffae59; }
.btn-primary.disabled, .btn-primary:disabled { color: #ffae59; background-color: #28388d; border-color: #28388d; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { color: #ffffff; background-color: #28388d; border-color: #28388d; }
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

.btn-secondary, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary, .single_add_to_cart_button { color: #ffffff; background: #ffae59; border-color: #ffae59; }
.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:hover, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:focus, .yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary.focus { color: #28388d; background: #ffae59; border-color: #ffae59; box-shadow: none !important; }
.btn-secondary.disabled, .btn-secondary:disabled { color: #28388d; background-color: #ffae59; border-color: #ffae59; opacity: 0.4; }
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle { color: #28388d; background-color: #ffae59; border-color: #ffae59; }
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none !important; }

/* Map Container */

.map-container {
	position: relative;
	display: block;
	height: 450px;
	overflow: hidden;
    background: #eeeeee;
	margin: 30px auto 30px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

/* Thank You Container */

.thank-you-container,
.thank-you-container figure,
.thank-you-container figure img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	}

.thank-you-container figure,
.thank-you-container img {
	z-index: 1;
	}
	
.thank-you-content-area {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.thank-you-content-area:before {
	position: absolute;
    content: '';
	z-index: -1;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
    opacity: 0.65;
	display: block;
	margin: 0px auto;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.47) 53%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.47) 53%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.47) 53%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
	}
	
.thank-you-content-area .captionWrapper {
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 30px 0px;
	}
	
.thank-you-content-area .captionContainer {
	position: relative;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px;
    color: #ffffff;
	}
	
.thank-you-content h1 {
    color: #ffffff;
	line-height: 1;
	font-size: 105px;
	padding-bottom: 0px;
    margin: 0px auto 0px;
    letter-spacing: -0.42px;
	}

.thank-you-content h3 {
    color: #ffffff;
	font-size: 50px;
	line-height: 1.1;
	padding-bottom: 0px;
    margin: 0px auto 0px;
    letter-spacing: -0.24px;
	}

.thank-you-content p {
    max-width: 475px;
	}

.thank-you-content .link-btn a {
    background: transparent;
    border: 2px solid #ffffff;
    padding: 18px 60px 18px 35px;
	}

.thank-you-content .link-btn a:hover {
    background: #28388d;
    border-color: #28388d;
	}
	
/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1699.98px) {
    .inner-worldwide-bottom-content-area { padding: 35% 0px 50%; }
    .logo-slider { margin: 0px -15px 0px; }
    .logo-item-block { font-size: 16px; padding: 0px 15px; }
    }

@media (max-width: 1649.98px) {
    .inner-worldwide-bottom-content-area { padding: 35% 0px 45%; }
    .ftf-text-container { padding-top: 200px; }
    }

@media (max-width: 1599.98px) {
    .nav>ul>li > .submenu-wrapper { padding: 30px 15px 170px !important; }
    .header-container, .homepage .news-container, .news-container, .al-container2, .op-container, .fan-container, .advanced-search-container, .fi-container, .fcs-container, .pms-top-content-area2, .pmixos-top-content-area2, .csm-product-details-box .breadcrumb-container, .job-info-container .breadcrumb-container, .breadcrumb-top-container .breadcrumb-container, .research-and-technology-bottom-content-area { padding-left: 30px; padding-right: 30px; }
    .element-text-col { padding-left: 40px; }
    .popup-left-col .memberName { font-size: 24px; margin: 40px auto; }
    .footer-top { padding: 75px 30px 0px; }
    .breadcrumb-top-container .breadcrumb-container { padding-top: 100px; }
    .inner-worldwide-top-content-area { padding: 0px 0px 15%; }
    .more-info-btn { font-size: 16px; }
    .research-and-technology-bottom-content-area { max-width: 700px; }
    .inner-worldwide-bottom-content-area { padding: 30% 0px 40%; }
	}

@media (max-width: 1499.98px) {
    .intro-text-container .pageTitle h1, .intro-text-container .pageTitle h2, .inner_banner_caption .captionContainer .innerBannerHeading1, .banner_caption .captionContainer .bannerHeading1, .inner_banner_caption .captionContainer .pageTitle h1, .inner_banner_caption .captionContainer .pageTitle h2, .ecosystem-caption-container-inner h2, .cd-timeline-content h2, .pageTitle h1, .pageTitle h2 { font-size: 40px; letter-spacing: 1px; }
    .pageTitle2 h1, .pageTitle2 h2 { font-size: 36px; }
    .intro-content-area, .ftf-content-area { max-width: 700px; }
    .intro-text-container { padding: 30px; }
    /*.ftf-text-container { padding: 100px 30px 30px; }*/
    .ftf-text-container { padding: 200px 140px 30px 30px; }
    .homepage .news-container, .news-container { padding-top: 50px; }
    .sustainability-img-container, .wwf-img-container, .fs-img-container, .fan-img-container, .ji-img-container { width: 450px; height: 450px; }
    .brands-slider .slick-prev { left: -15px; }
    .brands-slider .slick-next { right: -15px; }
    .inner-worldwide-bottom-content-area { padding: 20% 0px 40%; }
    .ecosystem-menu, .news-heading, .formulation-listing > li { font-size: 16px; }
    .footer-bottom-img { margin-top: -80px; }
    /*.copyright { margin-top: 40px; }
    ul.footer-bottom-nav { margin-top: 40px; }*/
    .breadcrumb-top-container .inner_banner_caption .captionContainer { padding-top: 50px; }
    .ecosystem-menu li.ecosystemMenu-item-1 { margin-left: -430px; max-width: 200px; }
    .ecosystem-menu li.ecosystemMenu-item-3 a { padding: 0px 0px 60px; }
    .formulation-container .ecosystem-menu li.ecosystemMenu-item-1 { margin-left: -440px; }
    .formulation-container .ecosystem-menu li.ecosystemMenu-item-4 { top: 105px; }
    /*.bigtitle { font-size: 55px; }*/
	}

@media (max-width: 1365.98px) {
    .ftf-text-container .pageTitle h1, .ftf-text-container .pageTitle h2 { font-size: 35px; }
	}

@media (max-width: 1299.98px) {
    .logo-slider-container { padding: 0px 70px; }
    .inner-worldwide-top-content-area { padding: 0px 0px 10%; }
    .ftf-text-container .pageTitle h1, .ftf-text-container .pageTitle h2 { font-size: 30px; }
	}
	
@media (max-width: 1199.98px) {
    #pageHeaderWrapper { position: relative; left: auto; top: auto; }
    .breadcrumb-top-container .breadcrumb-container { padding-top: 30px; }
    .topHeaderContainer, .headerGroupContainerRight, .nav-wrapper, .nav-container, .nav, .nav ul, .nav>ul>li { position: relative; }
    .logo { margin: 15px 0px; }
    .quick-search { z-index: 6; }
    .nav-wrapper { float: none; margin: 5px auto; height: 40px; z-index: 1; position: absolute; left: 0px; right: 0px; display: block; }
    .nav-container { position: absolute; top: auto; margin: 0px; display: block; clear: both; left: 0px; right: 0px; }
    .nav-wrapper .nav { display: none !important; }
    .mean-container a.meanmenu-reveal { right: 0px !important; }
    .headerTop.active .mean-container .mean-nav { height: 360px; overflow: hidden; }
    .mean-container .mean-nav ul { height: 100%; overflow: auto; }
    .headerGroupContainerRight { margin: 0px 60px 0px auto; }
    .pageTitle, .pageTitle2 { padding-bottom: 30px !important; }
    .banner_caption .captionContainer .bannerHeading1, .pageTitle h1, .pageTitle h2 { font-size: 50px; letter-spacing: 1px; }
    .pageTitle2 h1, .pageTitle2 h2, .intro-text-container .pageTitle h1, .intro-text-container .pageTitle h2 { font-size: 40px; letter-spacing: 0px; }
    .banner_caption .captionContainer { padding: 75px 0px; }
    .news-container { padding: 30px; }
    .news-top-content-area, .organisation-info-content-box p { margin-bottom: 30px; }
    .organisation-info-content-box .pageTitle2, .organisation-info-content-box h5 { padding-bottom: 20px; }
    .link-btn, .link-btn2 { font-size: 16px; }
    .link-btn a, .link-btn2 a { padding: 15px 30px; }
	.imgLeft, .imgRight { max-width: 40%; }
	.google-recaptch { display: none !important; }
    .footer-top { padding-top: 50px; padding-bottom: 25px; }
    .footer .row { justify-content: center; }
    .ftcol, .fbcol { width: 100% !important; max-width: 100% !important; text-align: center; padding: 10px 15px; }
    ul.footer-nav { column-count: auto; }
    .footer-location, .footer-phone, .footer-email { display: table; width: auto; text-align: center; }
    ul.footer-nav li { min-width: inherit; display: inline-block; vertical-align: top; }
    ul.footer-bottom-nav { margin: 0px -15px 30px; }
    .fbcol { width: 100%; max-width: 100%; text-align: center; }
    .fbcol.fbcol1, .ftcol3 { order: 1; }
    .fbcol.fbcol2, .ftcol5 { order: 2; }
    .ftcol4 { order: 3; }
    ul.footer-payment-options li { margin: 5px auto; }
    .copyright { margin: 0px auto; }
    .contactForm { max-width: 500px; margin: 20px auto 20px; }
    .about-container { padding: 100px 0px 0px; }
    /*.about-container .pageTitle, .about-container .subtitle { margin-bottom: 30px; }*/
    .about-top-content-area, .about-bottom-content-area { padding: 0px 30px 25px; }
    .about-bottom-content-area { padding: 25px 30px 0px; }
    .team-listing > li { width: 33.3333%; }
    .inner-worldwide-bottom-content-area { padding: 50% 0px 20%; }
    .ig-center-area { position: relative; left: auto; top: auto; margin: 0px auto; padding: 0px; width: 100%; height: auto; border: none; }
    .ig-center-content-area { padding: 0px 0px 30px; }
    .ig-listing { margin: 0px -15px; }
    .ig-listing > li { padding: 15px; margin: 0px auto 30px !important; font-size: 20px; }
    .ig-listing > li a:after { display: none !important; }
    .element-text-row { margin: 25px auto; }
    .element-text-col { padding-left: 30px; }
    .element-img-col, .element-img { width: 75px; }
    .search-listing { margin: 0px -15px; }
    .search-item { padding: 15px; font-size: 20px; }
    .formulation-top-content-area { padding: 0px; max-width: 100%; margin: 0px auto; }
    .formulation-listing { display: flex; margin: 0px -15px !important; text-align: center; flex-flow: wrap; }
    .formulation-listing > li { float: left !important; width: 33.3333% !important; padding: 15px !important; margin: 0px auto 30px !important; }
    .formulation-img-container { width: 100%; height: 0px; padding-bottom: 100%; }
    .formulation-title { position: relative !important; left: auto !important; top: auto !important; bottom: auto !important; right: auto !important; margin: 30px auto 0px !important; text-align: center !important; padding: 0px !important; font-size: 20px; }
    .ecosystem-graph-wrapper { width: 500px; height: 500px; }
    .ecosystem-menu, .news-heading, .formulation-listing > li { letter-spacing: 0px; }
    .ecosystem-menu li.ecosystemMenu-item-1 { margin-left: -420px; }
    .ecosystem-menu li.ecosystemMenu-item-2 { margin-left: -424px; }
    .ecosystem-menu li.ecosystemMenu-item-3 { top: -62px; }
    .ecosystem-menu li.ecosystemMenu-item-4 { margin-right: -500px; width: 250px; }
    .ecosystem-menu li.ecosystemMenu-item-5 { margin-right: -496px; }
    .ecosystem-menu li a { padding-right: 15px; }
    .ecosystem-menu li.ecosystemMenu-item-4 a { padding-left: 40px; }
    .ecosystem-menu li a::after { width: 20px; height: 20px; top: 4px; }
    
    .formulation-container .ecosystem-graph-wrapper { max-width: 400px; max-height: 407px; }
    .formulation-container .ecosystem-menu li.ecosystemMenu-item-1 { bottom: 70px; width: 200px; margin-left: -400px; }
    .formulation-container .ecosystem-menu li.ecosystemMenu-item-2 { top: 92px; width: 200px; margin-left: -400px; }
    .formulation-container .ecosystem-menu li.ecosystemMenu-item-4 { top: 70px; width: 250px; margin-right: -450px; }
    .formulation-container .ecosystem-menu li.ecosystemMenu-item-5 { width: 230px; bottom: 78px; margin-right: -425px; }
    .formulation-container .ecosystem-menu li.ecosystemMenu-item-6 { top: 60px; width: 290px; margin-left: -150px; }
    .formulation-container .ecosystem-menu li.ecosystemMenu-item-7 { width: 160px; bottom: 60px; margin-left: -80px; }
    .popup-left-col-content-box, .popup-right-col-content-box { padding: 40px; }
    
    .sustainability-img-container, .wwf-img-container, .fs-img-container, .fan-img-container, .ji-img-container { width: 100%; height: 0%; padding-bottom: 100%; }
    .inner-worldwide-top-content-area { padding: 0px 0px 30px; }
    .key-implication-item { width: 250px; }
    .research-and-technology-container { padding: 12% 0px 25%; }
    .research-and-technology-top-content-area { padding-bottom: 5%; }
    .research-and-technology-bottom-content-area { padding-top: 5%; }
    .submenu-wrapper .row { position: relative; display: block; margin: 0px auto; }
    .submenu-wrapper .menu-text { display: none !important; }
    .submenu-wrapper .row [class*="col-"] { position: relative; display: block; margin: 0px auto; padding: 0px; }
    .ftf-text-container { padding: 150px 280px 30px 30px; }
    .ftf-text-container .pageTitle h1, .ftf-text-container .pageTitle h2 { font-size: 28px; }
	}

@media (max-width: 1023.98px) {
    .ins-item-inner .more-info-btn { opacity: 1; }
    .fcs-item .more-info-btn { color: #ffae59; border-color: #ffae59; }
    .fcs-item > a:hover .more-info-btn { color: #28388d; border-color: #ffae59; background: #ffae59; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
    .banner_caption .captionContainer .bannerHeading1 { font-size: 36px; }
    .intro-content-area, .ftf-content-area { position: relative; left: auto; top: auto; max-width: 100%; }
    .intro-text-container { padding: 40px 15px; }
    .ftf-text-container { padding: 40px 15px 25px; }
    .impact-container { padding: 50px 0px 200px; }
    .news-container { padding: 50px 15px; }
    .news-container:before, .news-container:after, .footer-wrapper:before, .worldwide-container::before, .worldwide-container::after, .history-container::before, .team-container:before, .cv-container:before, .brands-container:before, .brands-container:after, .sustainability-text-container::after, .sustainability-container:before, .joinus-container:before, .inner-ecosystem-container:before, .inner-worldwide-container2:before, .services-container:before, .cp-container:before, .cp-container:after, .ps-container:before, .icf-container:before, .op-container:before, .wwf-container:before, .fan-img-container:before, .advanced-search-container:before, .fi-container:before, .ofo-container:before, .ofo-container:after, .pms-container2:before, .pmixos-container2:before, .pms-container2:after, .pmixos-container2:after, .rnd-search-container:before, .rnd-search-container:after, .pl-container:before, .rt-container:before, .rt-container:after, .pi-container:before, .pi-container:after, .job-info-container2:before, .job-info-container2:after, .nas-container:before, .nas-container:after, .search-result-container:before, .search-result-container:after, .solution-container:before, .solution-container:after, .mission-container:before, .mission-container:after, .rt-white-container:before, .rt-white-container:after, .rt-white-container2:before, .rt-white-container2:after { display: none; }
    .organisation-info-container { padding: 60px 0px; background-size: cover !important; }
    .organisation-info-content-box { padding: 0px 15px; }
    .about-bottom-content-area { padding: 60px 30px; }
    .about-container2 { background-color: #28388d !important; padding: 60px 0px 110%; }
    .worldwide-container { padding: 100px 30px 100px; }
    .about-container .pageTitle, .about-container2 .pageTitle2 { margin-bottom: 0px; }
    .about-container, .promise-container, .sof-bottom-content-area, .inner-worldwide-container, .ig-container { padding: 60px 0px 0px; }
    .about-top-content-area, .about-bottom-content-area { padding-left: 15px; padding-right: 15px; }
    .about-top-content-area2, .ouc-top-content-area { padding: 0px; }
    .team-container, .cv-container, .brands-container, .sustainability-container, .sof-top-content-area, .inner-ecosystem-container, .inner-worldwide-container2, .ps-container, .op-container, .wwf-container, .fs-container2, .advanced-search-container, .fi-container, .formulation-top-content-area, .rnd-search-container, .pl-container, .rt-container, .pi-container, .csm-product-details-box, .job-info-container2, .nas-container, .search-result-container, .rt-white-container, .rt-white-container2, .mission-container, .services-container { padding: 60px 0px; }
    .team-top-content-area { padding-bottom: 30px; }
    .history-top-content-area, .history-bottom-content-area { padding: 0px 15px 60px; }
    .history-bottom-img-container { margin-top: 0px; }
    .sustainability-content-area .row, .wwf-content-area .row, .fs-content-area2 .row, .fan-middle-content-area .row, .ji-content-area .row { flex-flow: row; margin-bottom: 40px; }
    .sustainability-content-area .sustainability-text-container, .wwf-text-container, .fs-text-container, .fan-text-container, .ji-text-container { max-width: 100% !important; margin: 0px auto 30px !important; }
    .joinus-container { padding: 60px 0px 100px; }
    .inner-worldwide-bottom-content-area { padding: 50% 0px 10%; }
    .ig-img-container { width: 100%; height: 0px; padding-bottom: 100%; }
    .ouc-container { background-color: #28388d !important; padding: 60px 0px 50%; }
    .element-img-col, .element-img { width: 50px; }
    .services-listing { margin: 0px -15px 50px; }
    .services-listing > li { padding: 15px; }
    .cp-top-content-area, .cp-text-container { text-align: center; margin: 0px auto; }
    .cp-bottom-img-container, .ofo-bottom-img-container, .pms-bottom-img-container, .pmixos-bottom-img-container { margin: 0px auto; }
    .cp-img-container { padding: 0px 0px 30px; margin: 0px auto; max-width: 500px; }
    .op-item { width: 33.3333%; }
    .formulation-container, .job-info-container { padding: 60px 0px 100px; }
    .formulation-listing > li { width: 50% !important; }
    .fi-top-content-area, .job-info-container2 ul.ul-listing { margin-bottom: 30px; }
    .pms-img-container2 { padding: 0px 0px 30px; }
    .rnd-search-container .filter-container .form-custom-select { min-width: inherit; }
    .rnd-listing { margin: 0px -15px 50px; }
    .rnd-item { padding: 15px; }
    .rnd-item-inner > a { padding: 40px 30px 100px; }
    .rnd-info-btn { bottom: 30px; }
    .csm-products-listing { margin: 0px -30px 30px; }
    .csm-product-item { padding: 30px; }
    .csm-product-name, .csm-product-price-box { font-size: 16px; line-height: 24px; }
    .pl-top-content-area { padding: 0px 0px 30px }
    .pl-bottom-content-area { padding: 30px 0px 0px }
    .rt-listing { margin: 0px -15px; }
    .rt-item { padding: 15px; }
    .ecosystem-content-area { margin-top: 100px; }
    .ecosystem-graph-wrapper { width: 400px; height: 400px; }
    .ecosystem-menu li a:after { width: 16px; height: 16px; top: 4px; }
    .ecosystem-menu li.ecosystemMenu-item-1 { margin-left: -392px; }
    .ecosystem-menu li.ecosystemMenu-item-2 { top: 100px; margin-left: -364px; }
    .ecosystem-menu li.ecosystemMenu-item-3 { top: -45px; }
    .ecosystem-menu li.ecosystemMenu-item-3 a { padding-bottom: 40px; }
    .ecosystem-menu li.ecosystemMenu-item-4 { top: 100px; margin-right: -360px; width: 160px; }
    .ecosystem-menu li.ecosystemMenu-item-4 a:after, .ecosystem-menu li.ecosystemMenu-item-5 a:after { margin-left: -30px; }
    .ecosystem-menu li.ecosystemMenu-item-4 a, .ecosystem-menu li.ecosystemMenu-item-5 a { padding-left: 0px; }
    .ecosystem-menu li.ecosystemMenu-item-5 { bottom: 110px; margin-right: -365px; width: 160px; }
    .job-info-container .pageTitle2, .jobApplicationForm { padding-left: 0px; }
    .headingCol { padding: 0px 0px 15px; }
    .fancybox-inner { overflow: auto !important; }
    .scroller-content-area { height: inherit !important; }
    .scroller-content-area .mCSB_inside > .mCSB_container { margin-right: 0px !important; }
    .scroller-content-area .mCSB_scrollTools { display: none !important; }
    .pro-width-20 > .search-item { width:25%; }
    .program-tab-item { width:50%; }
    .product-result-item { -ms-flex:33.3333%; flex:33.3333%; max-width:33.3333%; }
    .about-bottom-content-area { padding-bottom: 35%; }
    .about-container2 { padding: 10% 0 12%; }
    .latest-news-description-box-inner { padding: 30px 30px 80px; }
    .challenge-item { width: 50%; }
    .key-implication-item { width: 100%; max-width: 300px; }
    .mission-content-area { padding: 30px 0px 0px; }
    /*.bigtitle { font-size: 45px; }*/
    .intro-pic-container, .ftf-pic-container { display: none !important; }
    .intro-container, .ftf-container2 { margin: 0px auto; }
    .csm-product-details-col { order: 2; }
    .csm-product-img-col { order: 1; }
    .csm-product-main-img, .woocommerce-product-gallery__image, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { padding: 0px 0px 40px; }
    .csm-product-details-inner-box { padding: 0px; }
    .woocommerce .csm-product-details-box form.cart .row, .woocommerce .csm-product-details-box form .form-row { justify-content: center; }
    .al-top-content-area { padding-bottom: 25%; }
    .al-container2 { padding-top: 50px; }
    .team-mask-content { padding: 15px; }
    .learn-more-btn { padding: 15px 20px; font-size: 14px; line-height: 20px; }
	}
	
@media (max-width: 800px) {
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
    body { letter-spacing: 0px; }
	.container, .header-container, .banner_caption .captionWrapper { padding: 0px 15px; }
    .banner_caption .captionContainer .bannerHeading1, .inner_banner_caption .captionContainer .innerBannerHeading1, .pageTitle2 h1, .pageTitle2 h2, h1 { font-size: 36px !important; letter-spacing: 0px !important; }
	h2, .pageTitle3 h1, .pageTitle3 h2 { font-size: 32px !important; letter-spacing: 0px !important; }
	h3 { font-size: 28px !important; letter-spacing: 0px !important; }
	h4 { font-size: 24px !important; letter-spacing: 0px !important; }
	h5 { font-size: 20px !important; letter-spacing: 0px !important; }
	h6 { font-size: 16px !important; letter-spacing: 0px !important; }
    .banner_caption .captionContainer { padding: 5% 0px; }
    .inner-banner figure { height: 300px; }
    .inner-banner figure img { position: relative; height: 100%; width: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: bottom; object-position: bottom; }
    .inner_banner_caption .captionWrapper { padding: 0px 15px; }
    .inner_banner_caption .captionContainer { padding: 50px 0px; }
    .sustainability-content-area .row, .wwf-content-area .row:nth-child(even), .fs-content-area2 .row, .fan-middle-content-area .row, .ji-content-area .row { flex-flow: column-reverse; }
    .sustainability-content-area .row:nth-child(even), .wwf-content-area .row:nth-child(odd), .fs-content-area2 .row:nth-child(even), .fan-middle-content-area .row:nth-child(even), .ji-content-area .row:nth-child(even) { flex-flow: column-reverse; }
    .inner-worldwide-bottom-content-area2 .tab-content h6 { padding-bottom: 5px; }
    .inner-worldwide-bottom-content-area { padding: 40% 0px 10%; }
    .ig-listing > li, .services-listing > li { /*width: 50%; font-size: 16px;*/ font-size: 14px; }
    .news-container, .al-container2, .op-container, .fan-container, .advanced-search-container, .fi-container, .fcs-container, .pms-top-content-area2, .pmixos-top-content-area2, .csm-product-details-box .breadcrumb-container, .job-info-container .breadcrumb-container, .research-and-technology-bottom-content-area, .acec-top-content-area, .acec-bottom-content-area { padding-left: 15px; padding-right: 15px; }
    /*.op-item,*/ .search-item { width: 50%; }
    .rnd-item { width: 100%; }
    .rnd-item-inner > a, .job-item-inner > a, .feature-news-description-box-inner { padding: 30px 15px 100px; }
    .csm-products-listing { margin: 0px -30px 30px; }
    .csm-product-item, .rt-item, .rp-item, .story-item { width: 50%; }
    .rp-item-inner > a { padding: 30px 15px; }
    .ecosystem-menu li { width: 50% !important; }
    .headingCol { text-align: left; }
    .search-result-item { width: 33.3333%; }
    .pro-width-20 > .search-item { width: 50%; }
    .product-result-item { -ms-flex: 50%; flex: 50%; max-width: 50%; }
    
    /*.ecosystem-menu { position: relative; display: flex; flex-flow: wrap; margin: 0px -15px; }
    .ecosystem-menu li { position: relative !important; display: flex; width: 33.3333% !important; float: left; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; margin: 0px !important; text-align: left !important; transform: translate(0,0) !important; padding: 15px !important; }
    .ecosystem-menu li a { position: relative !important; display: block; padding: 0px 0px 0px 30px !important; }
    .ecosystem-menu li a:after { left: 0px !important; right: auto !important; top: 4px !important; bottom: auto !important; margin: 0px auto !important; }*/
    
    .ecosystem-menu li { max-width: 16px !important; width: 16px !important; display: none; }
    .ecosystem-menu li a { font-size: 0px !important; color: transparent !important; padding: 0px !important; }
    .ecosystem-menu li a:after { margin: 0px auto !important; }
    .ecosystem-menu li.ecosystemMenu-item-1 { left: 50%; margin-left: -180px; }
    .ecosystem-menu li.ecosystemMenu-item-2 { left: 50%; margin-left: -204px; }
    .ecosystem-menu li.ecosystemMenu-item-3 { top: 18px; }
    .ecosystem-menu li.ecosystemMenu-item-4 { right: 50%; margin-right: -188px; }
    .ecosystem-menu li.ecosystemMenu-item-5 { right: 50%; margin-right: -164px; bottom: 88px; }
    .ecosystem-menu-sm { position: relative; display: block; margin: 0px auto; padding: 0px 0px 30px; list-style-type: none; }
    .ecosystem-menu-sm li { position: relative; margin: 0px auto 15px; padding: 0px; display: block; text-align: center; }
    .ecosystem-menu-sm li.selected, .ecosystem-menu-sm li.selected a { color: #ffae59; }
    ul.nav-tabs.tabstyle3 li.nav-item { width: 33.3333%; }
    .latest-news-description-box-inner { padding: 30px 15px 80px; }
    .challenges-listing { margin: 0px -30px; }
    .challenge-item { padding: 15px 30px; }
    
    .product-result-item a { color: #ffffff; height: 100%; background: #28388d; border: 1px solid #28388d; }
    .product-result-item a h4 { color: #ffffff; }
    .hover-info-content { display: block; height: 100%; }
    .product-result-item .csm-product-description-box figure img.showimg { opacity: 0 !important; visibility: hidden !important; }
    .product-result-item .csm-product-description-box figure img.hiddenimg { opacity: 1 !important; visibility: visible !important; }
    /*.impact-container .ecosystem-content-area { width: 720px; }*/
    .breadcrumb-top-container .inner_banner_caption .captionContainer { padding-top: 80px; }
    .breadcrumb-top-container .breadcrumb-container { padding: 15px 15px 0px; }
    .al-top-content-area { padding-bottom: 35%; }
    .op-item-inner > a { padding: 15px; }
    .ig-content-area { padding: 0px 15px; }
    .team-listing > li { width: 50%; }
    .ouc-container .pageTitle2 h1, .ouc-container .pageTitle2 h2, .ouc-container h4 { font-size: 18px !important; }
    .ecosystem-graph-wrapper { display: none !important; }
	}

@media (min-width: 768px) {
    .ecosystemGalleryContainer { display: none !important; }
	}
	
@media (max-width: 575.98px) {
    .headerTopLinks>li { margin: 0px 10px; line-height: 20px; }
    .headerTopLinks > li a .iconBlock img { max-height: 20px; }
    .np-slider-container { padding: 0px 30px; }
    .np-slider-container .slick-prev { left: 30px; }
    .np-slider-container .slick-next { right: 30px; }
    /*.team-listing > li,*/ .story-item { width: 100%; }
    .inner-worldwide-bottom-content-area { padding: 30% 0px 10%; }
    .csm-products-listing { margin: 0px -15px 30px; }
    .banner_caption .captionContainer .bannerHeading1 { font-size: 30px !important; }
    .search-result-item { width: 50%; }
    .logo-item-block { font-size: 14px; }
    .logo-mask-content-box { padding: 20px; }
    .program-tab-item, .challenge-item { width:100%; }
    ul.nav-tabs.tabstyle3 li.nav-item { width: 50%; font-size: 14px; }
    .fcs-item .pageTitle2 { padding-bottom: 15px !important; }
    .fcs-item p { margin-bottom: 15px; }
    .fcs-item .more-info-btn { margin-bottom: 30px; }
    .product-result-item { -ms-flex: 100%; flex: 100%; max-width: 100%; }
    .team-listing { margin: 0px -15px 0px; }
    .team-listing > li { font-size: 14px; padding: 15px; width: 50%; }
    .memberName { font-size: 18px; }
    .team-mask-content { padding: 10px; }
    .learn-more-btn { padding: 10px 15px; font-size: 12px; line-height: 20px; }
    .ecosystemImgItem figure { padding: 20px; }
    .ecosystem-default-caption-container, .ecosystem-caption-container { padding: 40px; }
	}

@media (max-width: 480px) {
    .logo { width: 165px; height: 26px; }
    .headerTopLinks>li { margin: 0px 7px; line-height: 20px; }
    .headerTopLinks > li a .iconBlock img { max-height: 20px; }
    .mean-container .mean-nav { margin-top: 44px; }
    .news-mask-content-box { padding: 30px 15px; }
    /*.ig-listing > li, .services-listing > li, .op-item,*/ .search-item, .csm-product-item, .rt-item, .rp-item { width: 100%; }
    .formulation-listing > li, .ecosystem-menu li { width: 100% !important; }
    /*.ecosystem-graph-wrapper { width: 100%; height: 0px; padding-bottom: 100%; }*/
    .popup-left-col-content-box, .popup-right-col-content-box { padding: 30px 15px; }
    .popup-left-col .teamMemberPicContainer { width: 250px; height: 250px; }
    .banner_caption .captionContainer .bannerHeading1 { font-size: 24px !important; }
    .product-result-item a h4 { font-size: 18px !important; }
    .search-item, .pro-width-20 > .search-item { width: 50%; }
    .search-item-content { padding: 20px; }
    .species-icon-container { height: 30px; margin-bottom: 5px; }
    .search-item { font-size: 16px; }
    .product-result-item { -ms-flex: 100%; flex: 100%; max-width: 100%; }
    .ecosystem-graph-wrapper { width: 300px; height: 300px; }
    .ecosystem-menu li.ecosystemMenu-item-1 { margin-left: -154px; }
    .ecosystem-menu li.ecosystemMenu-item-2 { margin-left: -170px; }
    .ecosystem-menu li.ecosystemMenu-item-4 { margin-right: -154px; }
    .ecosystem-menu li.ecosystemMenu-item-5 { margin-right: -136px; }
    .ig-listing > li, .services-listing > li { width: 50%; font-size: 12px; }
	}
	
@media (max-width: 400px) {
    .logo { width: 114px; height: 18px; }
    .headerTopLinks>li { margin: 0px 5px; line-height: 16px; }
    .headerTopLinks > li a .iconBlock img { max-height: 16px; }
    .popup-left-col .teamMemberPicContainer { width: 100%; height: 0px; padding-bottom: 100%; }
    .search-result-item { width: 100%; }
    ul.nav-tabs.tabstyle3 li.nav-item, .search-item { font-size: 13px; }
    .op-item { width: 50%; }
    .cd-timeline-img-container { width: 225px; height: 225px; }
    .team-mask-content { padding: 10px; }
    .learn-more-btn { padding: 7px 10px; font-size: 11px; line-height: 18px; }
    .learn-more-btn .fa { margin-left: 3px; }
	}

@media (max-width: 350px) {
    .ecosystem-graph-wrapper { width: 270px; height: 270px; }
    .ecosystem-menu li.ecosystemMenu-item-1 { margin-left: -120px; bottom: 50px; }
    .ecosystem-menu li.ecosystemMenu-item-2 { margin-left: -158px; }
    .ecosystem-menu li.ecosystemMenu-item-4 { margin-right: -140px; }
    .ecosystem-menu li.ecosystemMenu-item-5 { margin-right: -100px; bottom: 50px; }
	}

@-ms-viewport { width: auto !important; }

/*austin added css*/
.menu-text { color: #fff; padding-right: 30px; }
.menu-text h4 { color: #ffae59; }
.hidden-content { display: none; }

/* CSS by CMS Dev */
.page-id-85 .story-heading,
.page-id-1171 .story-heading,
.page-id-1173 .story-heading,
.archive.category .story-heading,
.homepage .news-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    
/*26-6-2022*/
.webinar-story-info-box .story-content-box { padding:0px 15px 25px; }