@font-face{
    font-family:"manrope";
    src:url("../fonts/manrope/Manrope-VariableFont_wght.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face{
    font-family:"inter";
    src:url("../fonts/inter/Inter-VariableFont_wght.ttf") format('truetype');
    /*font-weight: normal;*/
    font-weight: 100 900;
    font-style: normal;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'inter';
    font-size: 16px;
    line-height: 23px;
    color: #000;
    background: #fff;
    padding-top: 122.58px;
}

em {font-style: italic;}

td {
   font-family: 'inter';
   font-weight: normal;
}

h1,h2,h3,h4,h5,h6,th, .menu{
   font-family: 'manrope';
}

h1{
    font-size: 80px;
    line-height: 100px;
    padding-bottom: 24px;
}
h2{
    font-size: 60px;
    line-height:65px;
	padding-bottom: 20px;
}
h3{
    font-size: 57px;
    line-height: 67px;
}
h4{
    font-size: 26px;
    line-height: 26px;
}
h5{
    font-size: 20px;
    line-height: 20px;
}
h6{
    font-size:18px;
    line-height: 20px;
} 
p {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 0px;
	padding: 0 0 20px;
}
strong{
    font-weight: bold;
}
ul li {
	background: none;
	font-size: 18px;
    line-height: 26px;
	padding: 0 0 20px;
}
a, a:visited{
    color: #e42834;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

a:active,
a:hover,
a:focus { 
	text-decoration: none;
	outline: 0px none !important;
}

section a {
  position: relative;
}
section a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #e42934;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}
section a:hover:before,
section a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

.button:before, .share-block a:before, .more:before, .footer-block a:before, .morelink.less:before, a.scroll-to:before{
	content: none;
}
.button.primary:hover {
    -webkit-box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
    box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
    transform: scale(1.01);
}

img, a img {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	border: none 0;
	outline: 0px none !important;
}
input:focus, textarea:focus, a:focus {
	outline: 0px none !important;
}
 
::-webkit-input-placeholder {
    color: #b2b6be;
    opacity: 1; 
}

:-moz-placeholder {
    color: #b2b6be;
    opacity: 1; 
}

::-moz-placeholder {
    color: #b2b6be;
    opacity: 1; 
}

:-ms-input-placeholder {
    color: #b2b6be;
    opacity: 1; 
}
 
/*-----bootstrap style reset-----*/ 

.container {
    max-width: 1920px;
    width: 100%;
    padding: 0 30px;
    /*padding-right:0;
    padding-left: 0;*/
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right:0;
    margin-left: 0;
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
/*-----bootstrap style reset-----*/

.header-outer {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, .95);
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 3px 11px -3px rgba(0, 0, 0, 0.62);
}

.header-outer .logo-outer {
    width: 18%;
    height: auto;
    float: left;
    max-width: 240px;
    /*padding: 32px 0 34px;*/
    padding: 40px 0 34px;
    z-index: 9999999;
    position: relative;
	-webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}

.header-outer .head-inner.trigger-listing .logo-outer .main-logo {
    display: none;
}

.header-outer .logo-outer .light-logo {
    display: none;
}

.header-outer .head-inner.trigger-listing .logo-outer .light-logo {
    display: block;
}

.header-outer .nav-outerblock {
    width: 82%;
    height: auto;
    float: right; 
}
.menu-main-menu-container {
    width: calc(100% - 100px);
    float: left;
}
.menu-main-menu-container:after {
    display: table;
    clear: both;
    content: '';
}
.header-outer .nav-outerblock ul {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    font-size: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.header-outer .nav-outerblock ul li {
    width: auto;
    height: auto;
    padding: 0 18px;
	list-style: none;
}

.header-outer .nav-outerblock ul li a {
    width: auto;
    height: auto;
    float: left;
    padding: 32px 0;
    margin: 0;
    font-size: 17px;
    color: #000000;
    line-height: 58px;
    position: relative;
	-webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}

.header-outer .nav-outerblock ul li a:after {
    content: "";
    width: 0;
    height: 3px;
    left: 50%;
    bottom: 0;
    position: absolute;
    background: #e42834;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.header-outer .nav-outerblock ul li a:hover:after {
    width: 100%;
    left: 0;
}

.header-outer .nav-outerblock ul li.current-menu-item a:after {
    width: 100%;
    left: 0;
}

.header-outer .nav-outerblock .download-list {
    width: 5%;
    height: 53px;
    line-height: 0;
    padding: 0 0 0 87px;
    position: relative;
    top: 4px;
    right: 0;
    float: right;
}

.header-outer .nav-outerblock .download-list i {
    width: 53px;
    height: 53px;
    float: right;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9999999;
    background: #e42834 url(../images/svg/download_icon.svg) no-repeat center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;	
}
.header-outer .nav-outerblock .download-list i:hover {
    -webkit-box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
    box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
    transform: scale(1.05);
}

.header-outer .head-inner.trigger-listing .nav-outerblock .download-list i {
    background: #e42834 url(../images/svg/close_icon.svg) no-repeat center center;
}

.header-outer.mini .logo-outer {
    padding: 10px 0 0;
    width: 15%;
}

.header-outer.mini .nav-outerblock ul li a {
    padding: 15px 0;
    line-height: 29px;
}

.down-close {
    width: 5%;
    height: 53px;
    line-height: 0;
    padding: 0 0 0 87px;
    position: relative;
    top: -91px;
    right: 25px;
    float: right;
    display: none;
}

.down-close i {
    width: 53px;
    height: 53px;
    float: right;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9999999;
    background: #e42834 url(../images/svg/close_icon.svg) no-repeat center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
    box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
}

.nav-outer {
    position: fixed;
    width: auto;
    height: auto;
    right: 32px;
    top: 28px;
    z-index: 100;
}

.nav-trigger {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    z-index: 5;
    cursor: pointer;
    display: none;
}

.nav-trigger span {
    width: 35px;
    height: 4px;
    right: 0;
    float: left;
    border-radius: 0;
    top: 0;
    background: #e42834;
    position: absolute;
    -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;
}

.nav-trigger.fixed-blk span {
    background: #e42834;
}

.nav-trigger span:nth-child(1) {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 4px;
}

.nav-trigger span:nth-child(2) {
    top: 14px;
}

.nav-trigger span:nth-child(3) {
    top: 24px;
}

.trigger-nav .nav-trigger span:nth-child(1) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

.trigger-nav .nav-trigger span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}

.trigger-nav .nav-trigger span:nth-child(2) {
    margin-left: -50px;
    right: -50px;
    opacity: 0;
}

body.nav-open {
    overflow: hidden;
}

body.list-open {
    overflow: hidden;
}

.down-listing-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #e42834;
    right: 0;
    top: 0;
    opacity: 0;
    padding: 130px 0 0 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.download-list:after {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #e42834;
    top: 50%;
    left: 50%;
    content: "";
    z-index: 9999;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: 29px;
    margin-left: 16px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	-webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;	
}

.header-outer.mini .nav-outerblock .download-list i {
	top:4px;
	width: 40px;
    height: 40px;
}

.mini .download-list:after {
    width: 30px;
    height: 30px;
    left: 55%;
    top: -5px;
}

.head-inner.trigger-listing .download-list:after {
    width: 10000%;
    height: 10000%;
    left: 50%;
    top: 50%;
    content: "";
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.head-inner.trigger-listing .down-listing-outer {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.down-listing-outer .conten-inner {
    width: 100%;
    float: left;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.down-listing-outer .conten-inner h2 {
    width: 65%;
    float: left;
    color: #FFF;
    max-width: 660px;
    margin-bottom: 40px;
}

.conten-inner .right-block {
    width: 100%;
    float: left;
    /*font-weight: bold;*/
    color: #FFF;
    overflow: hidden;
    height: -moz-calc(100vh - (250px));
    height: -webkit-calc(100vh - (250px));
    height: calc(100vh - (250px));
    overflow-y: scroll;
}

.conten-inner .right-block .content-blk {
    float: left;
    /*font-weight: bold;*/
    color: #FFF;
    position: relative;
    width: 100%;
    
}

.down-listing-outer .conten-inner ul {
    width: 100%;
    float: left;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 13px 30px;
    background-color: rgba(0, 0, 0, 0.07);
}

.down-listing-outer .conten-inner ul li {
    width: 23%;
    color: #FFF;
    max-width: 320px;
    /*padding-bottom: 62px;*/
    padding-bottom: 0;
	list-style: none;
    margin: 0;
}

.down-listing-outer .conten-inner ul li .img-blk {
    width: 100%;
    float: left;
    max-width: 175px;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.down-listing-outer .conten-inner ul li .img-blk a {
    display: block;
    -webkit-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.75);
}
.down-listing-outer .conten-inner ul li .img-blk img {
    width: 100%;
}

.down-listing-outer .conten-inner ul li h6 {
    width: 100%;
    float: left;
    padding-top: 13px;
	color:#ffffff;
}

.down-listing-outer .conten-inner ul li span {
    width: 100%;
    float: left;
    padding-top: 10px;
	font-size:18px;
	color:#ffffff;
}

.down-listing-outer .conten-inner ul li .listing-blk {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 13px;
}

.down-listing-outer .conten-inner ul li .listing-blk a {
    width: 30px;
    height: 30px;
    float: left;
    display: inline-flex;
    margin-right: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    justify-content: center;
    flex-wrap: wrap;
}
.down-listing-outer .conten-inner ul li .listing-blk a:last-child {
    margin-bottom: 0;
}
 .down-listing-outer .conten-inner ul li .listing-blk a img {
    width: 20px;
 }











 
.image-block-outer{
    float: left;
    width: 100%;
}

.image-block-outer .image-container{
    line-height: 0;
}
.image-block-outer img{
    display: block;
    width: 100%;
}

.common-block.dark-grey.darker-col:before{
    display: none;
}


.common-block.dark-grey.darker-col{ 
    background: #000000; 
}


.dark-block .accordion  .card-header button h4{ 
    font-size: 30px;
    line-height: 36px;
    /*/*font-weight: bold;*/*/
}
.accordion .card-header button span{  
    font-size: 20px;
    line-height: 30px;
    padding: 4px 0 7px 0;
}
.dark-block .accordion  .card-header button p{  
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.dark-block .accordion   .card-header .btn::after {top: 20px;}



.accordion  .card-body img {margin-top: 90px;}



.accordion  .card-body label {margin-top: 30px;}


.common-block h6{
    font-size: 30px;
    color: #FFF;
    padding-bottom: 10px;
}

#accordion .tablepress .odd td {
    background-color: transparent;
}

.accordion .tablepress img {
    margin: 0;
}































.single-section{
    width: 100%;
    height: auto;
    float: left; 
    background:#FFF url(../images/background_img.png) no-repeat center 50px;
    padding: 200px 10px;
}




.single-section ul{
    width: 100%;
    height: auto;
    float: left;    
}

.single-section ul li{
    width: 33.33%;
    height: auto;
    float: left;    
}


.single-section .conten-inner{
    width: 100%;
    height: auto;
    float: left;   
    max-width: 615px;
}

.single-section .conten-inner p{
    width: 100%;
    height: auto;
    float: left;   
    padding-top: 20px;
    padding-bottom: 78px;
}

.single-section .conten-inner p a{
  text-decoration: underline;
}




























.larglisting-section{
    width: 100%;
    height: auto;
    float: left;   
    padding: 200px 10px 0;
}



.larglisting-section ul{
    width: 100%;
    height: auto;
    float: left;  
    padding-top: 120px;
    display: -webkit-box;     
   display: -moz-box;         
   display: -ms-flexbox;     
   display: -webkit-flex;    
   display: flex; 
     -webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
     -webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: space-between;
	margin: 0;
}


.larglisting-section ul li{
    width: 33.33%;
    height: auto;
    float: left;   
    position: relative; 
    margin-bottom: 190px;
    padding-right: 20px;
	list-style: none;
}

.larglisting-section ul li *{
    max-width: 430px;
}

.larglisting-section ul li h4{
    width: 100%;
    height: auto;
    float: left;   
    line-height: 36px;
    padding: 27px 0 22px 0;
}

.larglisting-section ul li p{
   padding-bottom: 123px;
}



.larglisting-section ul li .button.primary{
   position: absolute;
    bottom: 0;
    padding: 15px 34px;
    
}
















.bg-right{
	position: relative;
	overflow: hidden;
}

.bg-right:before{
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/background-bg1.png) right top no-repeat;
	background-size: auto 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.bg-left{
	position: relative;
	overflow: hidden;
}

.bg-left:before{
	width: 100%;
    height: 100%;
    content: "";
    background: url(../images/background-bg2.png) left top no-repeat;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.bg-top{
	position: relative;
	overflow: hidden;
}

.bg-top:before{
	width: 100%;
    height: 100%;
    content: "";
    background: url(../images/background_img.png) center 50px no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.button{
	display: inline-block;
	font-weight: normal;
	font-size: 18px;
	color: #ffffff;
	padding: 12px 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
     -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

.button.primary{
	background: #e42934;
	color: #FFF;
}

.button.primary:hover{
	color: #ffffff;
	background: #e42934;
}

.medium-grey{
    background: #c6c6c7;
}

.dark-grey{
    background: #616065;
}

.light-grey{
    background: #ebebeb;
}

.black-bg{
    background: #000000;
}

.common-block h2{
    font-size: 70px;
    line-height: 90px;
    padding-bottom: 24px;
    padding-right: 30px;
}
.common-block h3 {
	margin-bottom: 30px;
}

.common-block.dark-grey h3 {
    color: #FFF;
}

.common-block.black-bg h3{
	color: #FFF;
}

.dark-grey h4 {
    color: #FFF;
}

.common-block p{
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 40px;
}
.common-block ul li {
	font-size: 26px;
	line-height: 40px;
}
.common-block ul {
	margin-top: -15px;
	padding-bottom: 20px;
}
.common-block a{
    color: #e42834;
    text-decoration: underline;
}
.common-block a.button{
    text-decoration: none;
}
.common-block a:hover,.common-block a:focus{
    color: #005177;
}
.box-block-section{
	width: 100%;
	float: left;
}

.box-block{
	width: 100%;
	float: left;
}

.box-outer{
	width: 100%;
	float: left;
	display: -webkit-box;     
	display: -moz-box;         
	display: -ms-flexbox;     
	display: -webkit-flex;    
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box-thumb-section{
	width: 50%;
}

.box-thumb{
	width: 100%;
	height: 750px;
	float: left;
}

.box-content{
	width: 50%;
	padding: 25px 125px;
	display: -webkit-box;     
	display: -moz-box;         
	display: -ms-flexbox;     
	display: -webkit-flex;    
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box-content.black-bg p, .box-content.black-bg h2 {
    color: #FFF;
}

.box-block.image-right .box-outer .box-thumb-section{
	order: 2;
}

.box-content-inner{
	width: 100%;
	max-width: 525px;
	float: left;
	position: relative;
	z-index: 5;
}

.image-right .box-content-inner{
	margin: 0 70px 0 auto;
}

.box-content-inner h5{
	font-size: 20px;
    line-height: 23px;
	color: #000000;
	padding: 0 0 34px;
	display: inline-block;
}

.box-content-inner h4{
	line-height: 34px;
	padding: 0 0 10px;
}
.box-content-inner h3{
    padding: 0 0 10px;
}
.box-content-inner p{
	padding: 0 0 35px;
}

.box-content-inner .button{
	margin: 0 0 30px;
} 

.box-content-inner .share-block{
	padding: 0 0 0 0;
}

.dark-grey .box-content-inner h5,
.dark-grey .box-content-inner h4,
.dark-grey .box-content-inner p,
.dark-grey .box-content-inner li{
	color: #ffffff;
}

.box-slider{
	width: 100%;
	float: left;
	position: relative;
}

.box-slider ul{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.box-slider ul li{
	width: 100%;
	height: 970px;
	float: left;
	margin: 0;
	padding: 0;
}

.box-slider.fullscreen-blk ul li{
	height: 100vh;
	background-size: auto !important;
}

.box-slider.fullscreen-blk .fullcreen-click{
	display: none;
}

.fullcreen-click{
	width: 53px;
	height: 53px;
	position: absolute;
	left: 60px;
	bottom: 53px;
	background: rgba(0,0,0,0.3);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.fullcreen-click:hover{
	background: rgba(0,0,0,0.4);
}

.fullcreen-click:before{
	width: 53px;
	height: 53px;
	content: "";
	background: url(../images/svg/zoom_icon.svg) left top no-repeat;
	background-size: 53px 53px;
	position: absolute;
	left: 50%;
	top: 49%;
	visibility: visible;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

section a.fullcreen-click:hover:before {
	transform: scale(1.2);
	top: 1px;left: 0px;
}

.slick-arrow{
	width: 22px;
	height: 40px;
	border: 0;
	background: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	outline: none !important;
	z-index: 500;
}

.slick-arrow.slick-prev{
	left: 56px;
}

.slick-arrow.slick-next{
	right: 56px;
} 

.slick-arrow:before{
	width: 22px;
	height: 40px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-size: 22px 40px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.slick-arrow.slick-prev:before{
	background-image: url(../images/svg/arrow_left_white.svg);
}

.slick-arrow.slick-next:before{
	background-image: url(../images/svg/arrow_right_white.svg);
}

.slick-arrow:hover:before{
	opacity: 0.7;
}

.slick-dots{
	position: absolute;
	bottom: 68px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 500;
}

.slick-dots li{
	float: left;
	margin: 0 3px;
}

.box-slider .slick-dots{
	width: auto;
}

.box-slider .slick-dots li{
	width: auto;
	height: auto;
    list-style: none;
    margin: 0 3px;	
}

.slick-dots li button{
	width: 12px;
	height: 12px;
	float: left;
	background: #a6b0ba;
	font-size: 0;
	border: 0;
	padding: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	outline: none !important;
}

.slick-dots li.slick-active button{
	background: #ffffff;
}

.sidebar-nav{
	position: fixed;
	right: 0;
	top: 35%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}

.navigation{
	width: 100%;
	float: left;
	background: rgba(255,255,255,.8);
    padding: 15px 0 15px 0;
}
.navigation.white-nav .navigation__link{
    color: #ffffff;
}
.navigation a{
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	text-align: right;
	text-decoration: none;
	padding: 0 53px 0 25px;
	margin: 7px 0;
	position: relative;
	
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
	
}

.navigation a:after{
	width: 40px;
	height: 2px;
	content: "";
	background: #fe0000;
	position: absolute;
	right: 0;
	top: 10px;
	opacity: 0;
}

.navigation a:hover{
	color: #000000;
}

.navigation a:hover:after, .navigation a.active:after{
	opacity: 1;
}

.common-block.dark-grey:before{
	content: none;
}

.pre-footer-section{
	width: 100%;
	float: left;
	background: #c6c6c6;
	padding: 74px 0 67px;
}

.pre-footer-block{
	width: 100%;
	float: left;
	padding: 0 25px 0 0;
}

.pre-footer-block h5{
	padding: 0 0 13px;
}

.pre-footer-block a{
	font-size: 20px;
	color: #000000;
}

.pre-footer-block a:hover{
	color: #e42834;
}

.pre-footer-block p{
	padding: 0;
}

.utility-block h3{
	padding-top: 55px;
}

.organisation-list{
	width: 100%;
	float: left;
}



/*--- footer styles ---*/
.footer-outer{
	width: 100%;
	float: left;
	background: #000000;
	padding: 60px 0 40px;
}

.footer-block{
	width: 100%;
	float: left;
	padding: 0 25px 0 0;
    height: 100%;
}

.footer-block h5{
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
    margin: 0px;
    padding: 0 0 20px;
}
.footer-block p{
	color: #ffffff;
}

.footer-block ul{
	width: 100%;
	float: left;
}

.footer-block ul li{
	width: auto;
	float: left;
	padding: 0 0 0 10px;
}

.footer-block ul li:first-child{
	padding: 0;
}

.footer-block ul li a{
	width: 100%;
	float: left;
}

.footer-block ul li a i{
	font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e42934;
    border-radius: 50%;
	color: #ffffff;
	-webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

/*.footer-block ul li a i.fa.fa-youtube-play {
    font-size: 26px;
    margin-top: 4px;
}

.footer-block ul li a i.fa.fa-envelope {
    font-size: 24px;
    margin-top: 3px;
}*/


.footer-block ul li a:hover i{
	color: #e42834;
}

.footer-block a{
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
}

.footer-block a:hover{
	color: #e42834;
}

.footer-block .button.primary:hover{
    color: #ffffff;
    background: rgba(228,40,52,0.7);
}


.footer-block .button.primary{
	background: #e42934;
	color: #FFF;
	font-size: 20px;
}

.footer-block .button.primary:hover{
	color: #000;
	background: #FFF;
}

footer.footer-outer .col-sm-3 {
    padding: 0 0 0 35px;
}





/*----------- key figures page ------------*/
.common-block{
    float: left;
    width: 100%;
    padding: 125px 0 130px;
}
.two-column-container{
    float: left;
    width: 100%;
    padding: 130px 0;
}
.two-column-container .content-left{
    float: left;
    width: 100%;
}
.two-column-container .content-right{
    float: left;
    width: 100%;
}



.two-column-container.two-colors {
    padding: 0 0;
	overflow: hidden;
}
.two-column-container.two-colors .content-left {
    padding: 130px 80px 130px 0;
}
.two-column-container.two-colors .content-right {
    padding: 130px 0 130px 80px;
}

.content-left.medium-grey,
.content-right.medium-grey,
.two-column-container.two-colors .content-left.medium-grey:before,
.two-column-container.two-colors .content-right.medium-grey:after {
    background: #c6c6c7;
}

.content-left.dark-grey,
.content-right.dark-grey,
.two-column-container.two-colors .content-left.dark-grey:before,
.two-column-container.two-colors .content-right.dark-grey:after
{
    background: #616065;
}

.content-left.light-grey,
.content-right.light-grey,
.two-column-container.two-colors .content-left.light-grey:before,
.two-column-container.two-colors .content-right.light-grey:after
{
    background: #ebebeb;
}

.content-left.black-bg,
.content-right.black-bg,
.two-column-container.two-colors .content-left.black-bg:before,
.two-column-container.two-colors .content-right.black-bg:after
{
    background: #000000;
}

.two-column-container.two-colors .content-left:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
}
.two-column-container.two-colors .content-right:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
}




.two-column-container h2{
    padding-bottom: 15px;
}
.two-column-container h3{
    padding-bottom: 15px;
}
.two-column-container p{
    padding-bottom: 75px;
}
.two-column-container .description-block p{
    padding-bottom: 35px;
}
.two-column-container span {
    font-size: 20px;
    color: #000000;
    padding: 0 0 34px;
    display: inline-block;
}
.two-column-container .button {
    margin: 0 0 28px;
}
.two-column-container.dark-grey h2,.two-column-container.black-bg h2{
    color: #ffffff;
}
.two-column-container.dark-grey div.black-bg h3,.two-column-container.black-bg div.black-bg h3{
    color: #ffffff;
}

.two-column-container.dark-grey p,.two-column-container.black-bg p,.two-column-container.black-bg h5{
    color: #ffffff;
}

.two-column-container.dark-grey div.light-grey p,.two-column-container.black-bg div.light-grey p,.two-column-container.black-bg div.light-grey h5{
    color: #000000;
}

.two-column-container.black-bg .button:hover{
    background: #ffffff;
    color: #000000;
}
.two-column-container .single-col{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.two-column-container.right .text{
    order: 2;
}
.two-column-container .description-block{
    float: left;
    width: 100%;
    padding-right: 220px;
}
.two-column-container .description-block p a{
	color: #e42834;
    text-decoration: underline;
}
.two-column-container h1 span, 
.two-column-container h2 span, 
.two-column-container h3 span{
    font-size: inherit;
    padding: inherit;
}
.share-block{
    float: left;
    width: 100%;
}
.share-block ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
	margin: 0;
	padding: 0;
}
.share-block ul li{
    float: left;
    margin-left: 18px;
	list-style: none;
}
.share-block ul li:first-child{
    margin-left: 0;
}
.share-block ul li i{
    font-size: 22px;
	color: #e42834;
}
.share-block ul li a:hover{
	opacity:0.7;
}
.single-block-outer{
    float: left;
    width: 100%;
}

/*--slider--*/
.slider-block{
    float: left;
    width: 100%;
    padding: 125px 0;
}
.full-width-slider{
    float: left;
    width: 100%;
	padding: 0 100px;
}
.full-width-slider ul li {
    width: 100%;
    float: left; 
	background: none;
	/*margin: 0px;
	padding: 0px;*/
	list-style-image: none;
	list-style-type: none;
}

.full-width-slider .slider-content{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}
.full-width-slider .slider-content h2{
    color: #e42834;
    padding-bottom: 14px;
}
.full-width-slider .slider-content h1{
    padding-bottom: 25px;
}
.full-width-slider .slider-img{
    float: left;
    margin-right: 105px;
}
.full-width-slider .slider-text{
    float: left;
    width: 37.8%;
}
.full-width-slider .slick-dots{
    bottom: -80px;
}
.full-width-slider .slick-dots li{
    width: auto;
}
.full-width-slider .slick-dots li button{
    background: #e42834;
    opacity: 0.12;
}
.full-width-slider .slick-dots li.slick-active button{
    opacity: 1;
}
.full-width-slider .slick-arrow.slick-prev {
    left: 0;
}
.full-width-slider .slick-arrow.slick-next {
    right: 0;
}
.full-width-slider .slick-arrow.slick-prev:before {
    background-image: url(../images/svg/arrow_left.svg);
}
.full-width-slider .slick-arrow.slick-next:before {
    background-image: url(../images/svg/arrow_right.svg);
}




/*------------ Home page ----------*/

.banner-outer{
    float: left;
    width: 100%;
    position: relative;
}
.banner-slider{
    float: left;
    width: 100%;
    height: 100%;
}
.banner-slider img{
    display: block;
    width: 100%;
    height: 100%;
}
.banner-slider .slick-slider {
    height: 100%;
}
.banner-slider .slick-list {
    height: 100%;
}
.banner-slider .slick-track {
    height: 100%;
}
.banner-slider ul li {
    float: left;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}

.scroll-to {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -moz-animation: bounce 2s infinite ease-in-out;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}
.scroll-to:hover{
    opacity: 0.7;
}
.scroll-to img{
    width: 57px;
    height: 25px;
}

@-webkit-keyframes bounce{
    0%{
        -webkit-transform:translateY(0);transform:translateY(0)
    }
    30%{
        -webkit-transform:translateY(10px);transform:translateY(10px)
    }
    60%{
        -webkit-transform:translateY(0);transform:translateY(0)
    }
    100%{
        -webkit-transform:translateY(0);transform:translateY(0)}
}
@keyframes bounce{
    0%{
        -webkit-transform:translateY(0);transform:translateY(0)
    }
    30%
    {
        -webkit-transform:translateY(10px);transform:translateY(10px)
    }
    60%{
        -webkit-transform:translateY(0);transform:translateY(0)
    }
    100%{
        -webkit-transform:translateY(0);transform:translateY(0)
    }
}

.banner-content{
    position: absolute;
    width: 100%;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-content h1{
    padding-bottom: 80px;
    color: #ffffff;
}
.banner-content-inner{
    /*float: right;*/
    max-width: 920px;

    display: block;
    text-align: center;
    margin: 0 auto;
}
.filter-content-outer{
    float: left;
    width: 100%;
}

.button.secondary{
    background: #ffffff;
    color: #000000;
}
.button.secondary:hover{
    background: #e42834;
    color: #ffffff;
}
.filters-button-group{
    float: right;
    width: 100%;
}
.filters-button-group ul{
    float: right;
}
.filters-button-group ul li{
    float: left;
    width: 100%;
    margin-bottom: 15px;
	list-style: none;
}
.filters-button-group .button{
    max-width: 410px;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    padding: 15px 34px;
    background: rgba(255,255,255,0.9);
    -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
            border-radius: 50px;
}
.filters-button-group .button.is-checked{
    background: #e42834;
    color: #ffffff;
}
#main-content .box-content-inner h2,#main-content .two-column-container h2{
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 10px;
}
#main-content .box-content-inner p,#main-content .two-column-container p{
    font-size: 30px;
    line-height: 36px;
}
#main-content .box-content-inner h5,#main-content .two-column-container h5{
    padding: 0 0 40px;
}
#main-content .two-column-container .content-right .description-block{
    padding-left: 150px;
}
#main-content .two-column-container .description-block{
    padding-right: 150px;
}
.main-outercon.fixed .header-outer{
    -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.main-outercon.fixed .banner-content {
    position: fixed;
    top: 0;
    background: #000000;
    z-index: 99999;
    left: 0;
    right: 0;
    transition: background .3s;
    text-align: center;
    -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
            -o-transform: translateY(0);
                transform: translateY(0);
}
.main-outercon.fixed .banner-content-inner{
    max-width: none;
    width: 100%;
    padding: 20px 0;
}
.main-outercon.fixed .banner-content h1{
    display: none;
}
.main-outercon.fixed .filters-button-group ul{
    width: 100%;
}
.main-outercon.fixed .filters-button-group ul li{
    float: none;
    width: auto;
    display: inline-block;
    margin: 0;
}
.single-image{
	float: left;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    margin-bottom: 35px;
	padding-right: 25px;
}
.single-image img{
	margin-bottom: 0;
}




/*------------------ Finance -------------------*/
.accordion-section{
    width: 100%;
    float: left;
}
.accordion-block {
    width: 100%;
    float: left;
    padding: 125px 0;
}
.common-block.black-bg h1, .common-block.dark-grey h1, .common-block.dark-grey h2,.common-block.dark-grey p,.common-block.dark-grey span,.common-block.black-bg h2,.common-block.black-bg p,.common-block.black-bg span,.common-block.dark-grey li,.common-block.black-bg li {
    color: #ffffff;
}
.accordion  {
    width: 100%;
    float: left;
}
.accordion .card {
    border: none;
    border-radius: 0;
    padding: 55px 0 50px;
    background-color: transparent;
}
.accordion.acco-table .card {
    border-bottom: 1px solid #000000 !important;
}
.accordion.acco-table .card:last-child ,.card-wrap:last-child {
    border-bottom: none !important;
}
.accordion .btn {
    color: #000000;
    font-size: 26px;
    line-height: 26px;
    width: 100%;
    text-align: left;
    padding: 0 27% 0 0;
    position: relative;
    cursor: text;
}
.accordion.acco-table .btn {
    cursor: pointer;
}

.accordion .btn:hover,.accordion .btn:focus,.accordion .btn:active,button:hover,button:focus,button:active {
    text-decoration: none;
    background: transparent;
}
.card-wrap {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #000000;
/*    padding: 0 0 30px;*/
}
.accordion .morelink,.accordion .card-header .btn:after {
    color: #000000;
    font-size: 0;
    content: "";
    width: 27px;
    height: 13px;
    float: right;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNyAxMi4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNyAxMi4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iUGF0aF8xMzItMiIgY2xhc3M9InN0MCIgZD0iTTI2LjUsMC45TDEzLDEwLjhMMC43LDAuOSIvPg0KPC9zdmc+DQo=);
    background-size: 27px 13px;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 60px;
}
.accordion .card-header .btn:after {
    top: 10px;
}
.accordion .btn p {
    font-size: 20px;
    display: block;
    padding: 0 5% 0 0;
    font-weight: normal;
}
.accordion .morelink.less,.accordion .card-header .btn[aria-expanded="true"]:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNyAxMi4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNyAxMi4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iUGF0aF8xMzItMiIgY2xhc3M9InN0MCIgZD0iTTAuNywxMC44bDEzLjUtOS45bDEyLjMsOS45Ii8+DQo8L3N2Zz4NCg==);
    background-size: 27px 13px;
}
.accordion .card-wrap .card-body{
    padding-bottom: 0;
}
.accordion .card-body {
    /*width: 75%;*/
    width: 90%;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0;
}
.accordion .card-body p,.accordion .card-body li {
    font-size: 18px;
    line-height: 26px;
	padding: 0 0 10px;
}
.accordion .card-body p {
    padding: 0 0 20px;
}
.accordion .card-body ul{
    padding: 0 0 0 20px;
}
.accordion .card-body li {
    list-style: disc;
}
.light-bg .accordion-block {
    padding: 220px 0 150px;
}

.title-block {
    width: 100%;
    float: left;
}
.title-block h1 {
    letter-spacing: -2px;
}
.title-block span,.common-block .title-block strong {
    color: #454545;
    font-size: 20px;
    line-height: 20px;
    display: block;
    position: relative;
    top: 0;
    left: 10px;
}
.year-bar {
    width: 100%;
    float: left;
    /*padding-right: 170px;*/
	padding-right: 0;
    position: relative;
    top: 55px;
}
.acco-table .card .card-header {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
}
.acco-table .card-body {
    width: 100%;
    padding-right: 170px;
	padding-right: 0;
}
.table-wrap {
    width: 100%;
    float: left;
}
.main-row,.table-row{
    width: 100%;
    float: left;
}
.main-row {
    margin: 0 0 40px;
}
.table-left {
    width: 30.5%;
    float: left;
	padding-right: 15px;
}
.table-left h6 {
    font-size: 18px;
}
.table-right {
    width: 69.5%;
    float: right;
}
.table-col1 {
    width: 45%;
    float: left;
	font-size: 18px;
}
.table-col2 {
    /*width: 13.75%;*/
	width: 20%;
    float: left;
    text-align: right;
    font-size: 18px;
}
.main-row.total {
    margin: 0;
}

.main-row.total .table-col2,.total h6 {
    font-size: 26px;
	line-height: 1;
}

div.rouge {
	color:#e42834;
}
div.noir {
}

.acco-table .card-header .btn {
    padding-right: 0px;
}
.acco-table .card-header .btn h5{
    float: left;
    line-height: 26px;
    padding: 0;
}
.acco-table .card-header .btn .table-col1,.acco-table .card-header .btn .table-col2{
    font-size: 26px;
}
.accordion .card-header .table-row {
    width: 68%;
    float: right;
    line-height: 28px;
    position: absolute;
    right: 0px;
}
.accordion .card-header .btn[aria-expanded="true"] .table-row {
    display: none;
}
h1:not(.site-title):before, h2:before {
    display: none;
}
.morecontent,.toggle-text-content span{
    display: none;
}
.accordion .card .card-header {
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: none;
}

.container.articles {
    max-width: none;
}

.table-organes td {
    font-size: 26px;
    line-height: 40px;
    padding-bottom: 40px;
    color: #FFF;
	border: 0;
	word-break: inherit;
}

.table-organes td:first-child {
	width: 35%;
}

#myBtn{
	font-size: 18px;
	padding: 10px 25px;
}

button#myBtn:focus {
    outline: 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: inherit; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #FFF;
  margin: 4% auto; /* 15% from the top and centered */
  padding: 50px 50px 20px;
  border: none;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 650px;
}

.modal-content input, .modal-content textarea, .modal-content selectbox, .modal-content select {
    border: 1px solid #262626;
    border-radius: 0px;
    height: 45px;
	width: 100%;
	padding: 10px 15px;
}

.modal-content textarea{
	height: 90px;
}

.modal-content label {
    width: 100%;
}

.modal-content input[type="checkbox"] {
    width: auto;
    height: auto;
    padding: 0;
}

input.wpcf7-submit{
	background: #e42834 ;
	border: 0;    
	border-radius: 40px;
}

.modal-content form p {
    margin: 0;
}

.close {
    position: absolute;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

table.tablepress td {
	word-break: normal;
	padding: 8px 8px 3px 0px;
	margin-bottom: 5px;
}

table.tablepress.table-graphique tr:first-child td {
	padding-top: 25px;
}

table.tablepress.table-droite-1 td:last-child, table.tablepress.table-droite-1 th:last-child, table.tablepress.table-droite-2 td:nth-last-child(2), table.tablepress.table-droite-2 th:nth-last-child(2),table.tablepress.table-droite-3 td:nth-last-child(3), table.tablepress.table-droite-3 th:nth-last-child(3), table.tablepress.table-droite-4 td:nth-last-child(4), table.tablepress.table-droite-4 th:nth-last-child(4) {
	text-align: right;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: transparent !important;
    font-weight: normal !important;
    vertical-align: top !important;
	word-break: normal;
	padding: 8px 8px 3px 0px;
	margin-bottom: 5px;
}
table.table-graphique td {
	border-top: 0px solid #ddd !important;
}

table.table-graphique td {
	border-top: 0px solid #ddd !important;
	padding: 8px 8px 3px 0px;
}

table.table-width-large {
	max-width: 550px;
}

.inline-text p, .inline-text ul, .inline-text li {
	display: inline;
}
.inline-text ul>li:before { content:'\2022'; margin-right:0.5em; }

.footer-block section#text-3 {
    padding-right: 45%;
}


.tnp-subscription input.tnp-submit {
    background: #e42934 !important;
    color: #FFF;
    border-radius: 25px;
    padding: 10px 30px !important;
}
.modal-content input {
    border: 1px solid #000 !important;
}
.tnp-field input[type="submit"] {
    border: none !important;
}

.tablepress .odd td, .tablepress .odd td:hover, .tablepress .odd tr:hover td{
    background: transparent !important;
}
.black-bg .tablepress .odd td, .black-bg .tablepress .odd td:hover, .black-bg .tablepress .odd tr:hover td {
    background: transparent !important;
	color: #FFF;
}

table#tablepress-23, table#tablepress-24 {
    width: auto;
}

table#tablepress-23 td, table#tablepress-24 td {
    width: 240px !important;
}

table#tablepress-23 td.column-1 {
    width: 50px !important;
}
table#tablepress-24 td.column-1, table#tablepress-24 td.column-2 {
    width: 150px !important;
}

table.table-images-2col {
	width: auto;
}

.table-images-2col td {
	padding-right: 60px !important;
	max-width: 420px;
}
.showhidelink {
    background-image: url(../images/keyboard_arrow_up.svg);
    background-size: 100%;
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    right: 220px;
    background-repeat: no-repeat;
	opacity:.8;
}
.showhidelink.open{ background-image: url(../images/keyboard_arrow_down.svg);
    background-size: 100%;  background-repeat: no-repeat;}
.showhidelink strong{display:none}
.showhidelink + .tablepress{display:none}
.showhidelink +p +.tablepress{display:none}



.showhidelink +p +.tablepress.show{display:table}
.showhidelink +.tablepress.show{display:table}
.showhidelink:hover{text-decoration:none; opacity:1}
.showhidelink:before{display:none}
.sss_overlay{display:none}
.box-slider .sss_overlay{
	position: absolute;
    width: 100%;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.64);
    color: #FFF;
    text-align: center;
    min-height: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; 
	font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 30px;  
	transition: all 0.5s ease;
}
.box-slider .slick-initialized .slick-slide:hover .sss_overlay{bottom: 0;}	
.box-slider .slick-initialized .slick-slide{    position: relative;}	
.box-slider .slick-dots{display:none !important}



.box-thumb .sss_overlay{
	position: absolute;
    width: 100%;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.64);
    color: #FFF;
    text-align: center;
    min-height: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; 
	font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 30px;  
	transition: all 0.5s ease;
}
.box-thumb:hover .sss_overlay{bottom: 0; }	
.box-thumb {    position: relative;overflow:hidden}	
#tablepress-5.tablepress thead th{    width: 11.11%;}
@media only screen and (max-width:1024px){
	.box-thumb .sss_overlay{bottom: 0 !important; }	
	.box-slider .sss_overlay{bottom: 0 !important; }	
}
.banner-video-block .video_in video {
    width: 100%;
}

.button-red {
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff !important;
    padding: 15px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -ms-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    line-height: 1;
    background: #e42934 !important;
    margin-right: 10px;
    max-width: max-content;
    margin-bottom: 30px;
}
.button-red:before, .button.primary:before {
    content: normal;
}
.button-red:hover, .button-red:focus {
    -webkit-box-shadow: -3px 3px 15px -2px rgb(0 0 0 / 37%);
    -moz-box-shadow: -3px 3px 15px -2px rgba(0, 0, 0, 0.37);
    box-shadow: -3px 3px 15px -2px rgb(0 0 0 / 37%);
    transform: scale(1.01);
}
.button-red:last-child {
    margin-right: 0;
}
.button-red:last-child {
    margin-bottom: 0;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable {
    font-size: 16px;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable > tbody > tr > td, .description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tfoot td {
    padding: 8px 8px 3px 0px;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable > tbody > tr > td, .description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable > thead > tr > th, .description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tfoot {
    border-top: none;
    border-bottom: none;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tr td {
    min-width: 120px;
}
.two-column-container .description-block {
    padding-right: 0 !important;
    width: 715px;
    max-width: 100%;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable > thead > tr > th:last-child {
    text-align: right;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable td {
    white-space: inherit;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tbody td:first-child {
    padding-left: 26px;
    position: relative;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tbody td:first-child img.front_image {
    position: absolute;
    top: 14px;
    left: 0;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tr.odd:hover > td, .description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tr.odd:hover > td.sorting_1, .description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tr.even:hover > td, .description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tr.even:hover > td.sorting_1 {
    background-color: transparent;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tr td.wdt-sum-cell:first-child {
    text-align: left !important;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable tr td.wdt-sum-cell:first-child:after {
    content: 'Total';
}
.banner_block_figure, .banner_block_figure figure {
    height: 100%;
}
.banner_block_figure figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.banner-content p {
    font-size: 20px;
    color: #fff;
}
.video_fancybox {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
    display: block;
    margin: 0 auto;
}
.video_fancybox:before {
    content: normal;
}
.video_fancybox:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-image: url(../images/play_btn.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video_fancybox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_block_figure figure {
    position: relative;
}
.banner_block_figure figure:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.30) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.30) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.30) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.box-content-inner .button {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.vp-a:before {
    content: normal;
}
.box-outer .button-red {
    min-width: 200px;
    text-align: center;
}
.ecanumbers .ecan_element img {
    height: 100px;
}
.ecanumbers {
    justify-content: space-around;
}
.two-column-container .content-left .description-block {
    padding-right: 30px !important;
}
.two-column-container .content-right .description-block {
    padding-left: 30px !important;
}
.two-column-container .content-left .description-block .showhidelink {
    right: 35px;
}
.two-column-container .content-right .description-block .showhidelink {
    right: 5px;
}
.description-block .wpdt-c .wpDataTablesWrapper table#table_2.wpDataTable > thead > tr > th {
    padding-left: 0;
}
.down-listing-outer .conten-inner ul li .img-blk {
    height: 248px;
}

/* NEW CSS */

.banner-outer {
    height: auto !important;
}

.home .box-block {
    padding: 120px 0;
}
.home .box-block.blackbg {
    background: #000;
}
.home .box-block.blackbg .box-content.light-grey {
    background-color: #000;
    color: #fff;
}
.home .box-block.blackbg .box-content-inner h5, .home .box-block.blackbg .box-content-inner h2, .home .box-block.blackbg .box-content-inner p {
    color: #fff;
}

.home .box-block.greybg {
    background: #ebebeb;
}
.home .box-block.greybg .box-content.light-grey {
    background-color: #ebebeb;
    color: #000;
}
.home .box-block.greybg .box-content-inner h5, .home .box-block.greybg .box-content-inner h2, .home .box-block.greybg .box-content-inner p {
    color: #000;
}

.home .box-block.whitebg {
    background: #fff;
}
.home .box-block.whitebg .box-content.light-grey {
    background-color: #fff;
    color: #000;
}
.home .box-block.whitebg .box-content-inner h5, .home .box-block.whitebg .box-content-inner h2, .home .box-block.whitebg .box-content-inner p {
    color: #000;
}

.home .box-content-inner {
    max-width: 755px;
}
.home .main-outercon {
    margin: 0 auto;
}
.home .box-block.image-left .box-outer .box-content {
    padding-right: 0;
}
.home .box-block.image-right .box-outer .box-content {
    padding-left: 0;
}
.home .image-right .box-content-inner {
    margin: 0 70px 0 0;
}
.home .image-right .box-content-inner {
    float: right;
} 
.home .box-thumb {
    height: 460px;
}
.home h1, .home h2 {
    font-size: 80px;
    line-height: 1.1;
}
.home #main-content .box-content-inner h1 {
    color: #000 !important;
}
.home #main-content .box-content-inner p, #main-content .two-column-container p {
    font-size: 22px;
}
.home .banner_block_figure video {
    height: auto;
    width: 100%;
}
.home .home_bannner_video {
    width: 100%;
    line-height: 1;
    display: flex;
}
.home #main-content .box-content-inner h2, .home #main-content .two-column-container h2 {
    font-size: 60px;
    line-height: 1.1;
}
.home .box-content {
    background-color: transparent !important;
}
.home .box-content.dark-grey .box-content-inner p {
    color: #000;
}
.home .box-content.dark-grey .box-content-inner h2 span {
    color: #000 !important;
}
.home .down-listing-outer .conten-inner h2 {
    font-size: 30px;
}
.footer-outer {
    background: #ebebeb;
}
.footer-block h5, .footer-block p {
    color: #000;
}
.footer-block a, .footer-block ul li a i {
    color: #e42934;
}
.footer_bottom {
    width: 100%;
    float: left;
    padding: 8px 0;
}
.footer_bottom_flex {
    display: flex;
    flex-wrap: wrap;
}
.footer_bottom p br {
    display: none;
}
#text-5 .textwidget {
    width: 400px;
    max-width: 100%;
}
.home .container-fluid {
  width: 100%;
  max-width: 1920px;
  padding-right: 132px;
  padding-left: 132px;
  margin-right: auto;
  margin-left: auto;
}
.home_bannner_video {
    max-width: 1920px;
    margin: 0 auto;
}
.home .banner-outer {
    background-color: #000;
}
.footer_bottom p {
    padding-bottom: 0;
    font-size: 15px;
}
.footer_bottom a {
    color: #000;
}
.footer_bottom a:hover {
    color: #e42934;
}
#text-5 p:last-child {
    margin-bottom: 0;
}
.bottom_video_section {
    float: left;
    width: 100%;
    background-color: #000;
}
.bottom_video_section img {
    width: 1920px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    min-height: 450px;
    object-fit: cover;
}
.bottom_video_section figure {
    float: left;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
.documents_block {
  margin-bottom: 70px;
}
.documents_block:last-child {
  margin-bottom: 0;
}
.documents_title {
  font-size: 20px;
  padding: 0 50px 0 0;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
.documents_title:before {
  content: '';
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2px;
  top: -1px;
  z-index: 3;
}
.documents_title.active:before {
  background-image: url(../images/minus.png);
}
.documents_content {
  padding: 50px 50px 0 0;
  display: none;
}
.documents_content:after {
    content: '';
    display: table;
    clear: both;
}
.documents_content p {
  font-size: 18px;
}
.documents_block:first-child .documents_content {
  display: block;
}
#text-7 {
    margin-right: 4px;
}
.down-listing-outer .conten-inner {
    display: block;
    max-width: 1150px;
}
/* width */
.down-listing-outer .conten-inner ::-webkit-scrollbar {
  width: 0;
}

/* Track */
.down-listing-outer .conten-inner ::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.down-listing-outer .conten-inner ::-webkit-scrollbar-thumb {
  background: transparent; 
}

/* Handle on hover */
.down-listing-outer .conten-inner ::-webkit-scrollbar-thumb:hover {
  background: transparent; 
}

.home .bg-left:before {
    content: normal;
}
.home .bg-right:before {
    content: normal;
}
.home .box-block.whitebg {
    position: relative;
    overflow: hidden;
}

.home .box-block.whitebg:before{
    width: 1180px;
    max-width: 100%;
    height: 100%;
    content: "";
    background: url(../images/background-bg2.png) right top no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
}
header .container, .down-listing-outer .container, footer .container {
    padding: 0 24px;
}
.footer-block a:hover, .footer-block ul li a:hover i {
    color: #000;
}

.bottom_video_section a {
    display: table;
    margin: 0 auto;
}
.bottom_video_section img.popup_icon {
    width: 35px;
    min-height: auto;
    position: absolute;
    left: 24px;
    bottom: 15px;
}
.footer-block.last {
    padding: 0;
}
.custom-html-widget {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}
.widget_custom_html {
    height: 100%;
}