@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-BlackIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-BoldIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-ExtrabldIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-ExtrabldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('../fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-SemiboldIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-LightIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-MediumIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-MediumIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-RegularIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-ThinIt.woff2') format('woff2'),
        url('../fonts/ProximaNova-ThinIt.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('../fonts/ProximaNovaT-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: 'Proxima Nova';
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div,h1,h2,h3,h4,h5,h6,p,ol,form,input,textarea,img,html,applet,object,iframe,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,ul,li,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%;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    display: inline-block;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    border: 0;
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-display: swap;
}

h1 {
  line-height: 44px;
    font-weight: 600;
    color: #3e4451;
    font-size: 40px;
}

h2 {
    font-weight: 600;
    color: #3e4451;
    font-size: 26px;
  line-height: 32px;
}

h3 {
    line-height: 24px;
    font-weight: 600;
    color: #222;
    font-size: 19px;
}

h4 {
    line-height: 18px;
    font-weight: 500;
    color: #222;
    font-size: 14px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ol li,
ul li,
.customList li{
    padding-left: 30px;
    position: relative;
    line-height: 1.3;
}
ol li:not(:last-child),
ul li:not(:last-child),
.customList li:not(:last-child){
    margin-bottom: 10px;
}

ol li ul,
ul li ul,
ol li ol,
ul li ol,
.customList .customList{
    padding-top: 15px;
}
ol li ul li:before,
ul li ul li:before,
ol li ol li:before,
ul li ol li:before,
.customList .customList li:before{
    top: 8px;
    width: 10px;
    height: 10px;
    background: #93daff;
}
ol li ul li:not(:last-child),
ul li ul li:not(:last-child),
ol li ol li:not(:last-child),
ul li ol li:not(:last-child),
.customList .customList li:not(:last-child){
    margin-bottom: 15px;
}
.customBlock{
    padding-top: 80px;
    padding-bottom: 80px;
}
.customBtn{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    background-color: #006da6;
    border: 2px solid #006da6;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    padding: 10px 8px;
    line-height: 28px;
    font-weight: 600;
    cursor: pointer;
    color: #FFF;
    width: 160px;
    height: 52px;
}
.customBtn:focus{
    border: 2px solid;
}
.customBtn:hover{
    color: #006da6;
    background-color: #efefef;
}


.height_100vh{
  height: 100vh;
}

.height_100{
  height: 100%;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
}
p:last-child{
    margin-bottom: 0 !important;
}
p:empty{
  display: none !important;
}

a{
  border: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a:hover{
  border: 0;
  text-decoration: none;
  transition: 0.3s;
}

.ttu{
	text-transform: uppercase;
}
.ttc{
	text-transform: capitalize;
}
.ttl{
	text-transform: lowercase;
}
.ttn{
	text-transform: none;
}
.tdu{
	text-decoration: underline;
}

.fix{
	position: fixed;
}
.rel{
	position: relative;
}
.abs{
	position: absolute;
}

.fw_100{
	font-weight: 100;
}
.fw_200{
	font-weight: 200;
}
.fw_300{
	font-weight: 300;
}
.fw_400{
	font-weight: 400;
}
.fw_500{
	font-weight: 500;
}
.fw_600{
	font-weight: 600;
}
.fw_700{
	font-weight: 700;
}
.fw_800{
	font-weight: 800;
}
.fw_900{
	font-weight: 900;
}

.db{
    display: block !important;
}
.dib{
    display: inline-block !important;
}
.df{
    display: flex !important;
}
.fw{
    flex-wrap: wrap !important;
}
.aifs{
    align-items: flex-start !important;
}
.aic{
    align-items: center !important;
}
.aife{
    align-items: flex-end !important;
}
.jsfs{
    justify-content: flex-start !important;
}
.jcc{
    justify-content: center !important;
}
.jcsb{
    justify-content: space-between !important;
}
.jcsa{
	justify-content: space-around !important;
}
.jcse{
	justify-content: space-evenly !important;
}
.jcfe{
    justify-content: flex-end !important;
}
.fdrr{
    flex-direction: row-reverse;
}
.fdc{
    flex-direction: column;
}
.l-0{
    left: 0;
}
.r-0{
    right: 0;
}
.t-0{
    top: 0;
}
.b-0{
    bottom: 0;
}


/* padding */
.padLR_15,
.padLR,
.px_15{
	padding-left: 15px;
	padding-right: 15px;
}
.px_20{
	padding-left: 20px;
	padding-right: 20px;
}
.padTB_25,
.py_25{
  padding-top: 25px;
  padding-bottom: 25px;
}

/* Padding-Top */
.pt_200{
	padding-top: 200px !important;
}
.pt_140{
	padding-top: 140px !important;
}
.pt_100{
	padding-top: 100px !important;
}
.pt_90{
	padding-top: 90px !important;
}
.pt_80{
	padding-top: 80px !important;
}
.pt_75{
	padding-top: 75px !important;
}
.pt_70{
	padding-top: 70px !important;
}
.pt_60{
	padding-top: 60px !important;
}
.pt_55{
	padding-top: 55px !important;
}
.pt_50{
	padding-top: 50px !important;
}
.pt_45{
	padding-top: 45px !important;
}
.pt_40{
	padding-top: 40px !important;
}
.pt_35{
	padding-top: 35px !important;
}
.pt_30{
	padding-top: 30px !important;
}
.pt_25{
	padding-top: 25px !important;
}
.pt_20{
	padding-top: 20px !important;
}
.pt_15{
	padding-top: 15px !important;
}
.pt_10{
	padding-top: 10px !important;
}
.pt_05{
	padding-top: 5px !important;
}

/* Padding-Right */
.pr_100{
	padding-right: 100px !important;
}
.pr_90{
	padding-right: 90px !important;
}
.pr_80{
	padding-right: 80px !important;
}
.pr_75{
	padding-right: 75px !important;
}
.pr_70{
	padding-right: 70px !important;
}
.pr_60{
	padding-right: 60px !important;
}
.pr_55{
	padding-right: 55px !important;
}
.pr_50{
	padding-right: 50px !important;
}
.pr_45{
	padding-right: 45px !important;
}
.pr_40{
	padding-right: 40px !important;
}
.pr_35{
	padding-right: 35px !important;
}
.pr_30{
	padding-right: 30px !important;
}
.pr_25{
	padding-right: 25px !important;
}
.pr_20{
	padding-right: 20px !important;
}
.pr_15{
	padding-right: 15px !important;
}
.pr_10{
	padding-right: 10px !important;
}
.pr_05{
	padding-right: 5px !important;
}

/* Padding-Bottom */
.pb_100{
	padding-bottom: 100px !important;
}
.pb_90{
	padding-bottom: 90px !important;
}
.pb_80{
	padding-bottom: 80px !important;
}
.pb_70{
	padding-bottom: 70px !important;
}
.pb_60{
	padding-bottom: 60px !important;
}
.pb_55{
	padding-bottom: 55px !important;
}
.pb_50{
	padding-bottom: 50px !important;
}
.pb_45{
	padding-bottom: 45px !important;
}
.pb_40{
	padding-bottom: 40px !important;
}
.pb_35{
	padding-bottom: 35px !important;
}
.pb_30{
	padding-bottom: 30px !important;
}
.pb_25{
	padding-bottom: 25px !important;
}
.pb_20{
	padding-bottom: 20px !important;
}
.pb_15{
	padding-bottom: 15px !important;
}
.pb_10{
	padding-bottom: 10px !important;
}
.pb_05{
	padding-bottom: 5px !important;
}

/* Padding-Left */
.pl_100{
	padding-left: 100px !important;
}
.pl_90{
	padding-left: 90px !important;
}
.pl_80{
	padding-left: 80px !important;
}
.pl_75{
	padding-left: 75px !important;
}
.pl_70{
	padding-left: 70px !important;
}
.pl_60{
	padding-left: 60px !important;
}
.pl_55{
	padding-left: 55px !important;
}
.pl_50{
	padding-left: 50px !important;
}
.pl_45{
	padding-left: 45px !important;
}
.pl_40{
	padding-left: 40px !important;
}
.pl_35{
	padding-left: 35px !important;
}
.pl_30{
	padding-left: 30px !important;
}
.pl_25{
	padding-left: 25px !important;
}
.pl_20{
	padding-left: 20px !important;
}
.pl_15{
	padding-left: 15px !important;
}
.pl_10{
	padding-left: 10px !important;
}
.pl_05{
	padding-left: 5px !important;
}


	/* margin */
.mx_15{
	margin-left: 15px;
	margin-right: 15px;
}
/* Margin-Top */
.mt_100{
	margin-top: 100px !important;
}
.mt_90{
	margin-top: 90px !important;
}
.mt_80{
	margin-top: 80px !important;
}
.mt_70{
	margin-top: 70px !important;
}
.mt_60{
	margin-top: 60px !important;
}
.mt_55{
	margin-top: 55px !important;
}
.mt_50{
	margin-top: 50px !important;
}
.mt_45{
	margin-top: 45px !important;
}
.mt_40{
	margin-top: 40px !important;
}
.mt_35{
	margin-top: 35px !important;
}
.mt_30{
	margin-top: 30px !important;
}
.mt_25{
	margin-top: 25px !important;
}
.mt_20{
	margin-top: 20px !important;
}
.mt_15{
	margin-top: 15px !important;
}
.mt_10{
	margin-top: 10px !important;
}
.mt_05{
	margin-top: 5px !important;
}


/* Margin-Right */
.mr_100{
	margin-right: 100px !important;
}
.mr_90{
	margin-right: 90px !important;
}
.mr_80{
	margin-right: 80px !important;
}
.mr_70{
	margin-right: 70px !important;
}
.mr_60{
	margin-right: 60px !important;
}
.mr_50{
	margin-right: 50px !important;
}
.mr_50{
	margin-right: 50px !important;
}
.mr_40{
	margin-right: 40px !important;
}
.mr_35{
	margin-right: 35px !important;
}
.mr_30{
	margin-right: 30px !important;
}
.mr_25{
	margin-right: 25px !important;
}
.mr_20{
	margin-right: 20px !important;
}
.mr_15{
	margin-right: 15px !important;
}
.mr_10{
	margin-right: 10px !important;
}
.mr_05{
	margin-right: 5px !important;
}


/* Margin-Bottom */
.mb_120{
    margin-bottom: 120px !important;
}
.mb_105{
    margin-bottom: 105px !important;
}
.mb_100{
	margin-bottom: 100px !important;
}
.mb_90{
	margin-bottom: 90px !important;
}
.mb_80{
	margin-bottom: 80px !important;
}
.mb_75{
	margin-bottom: 75px !important;
}
.mb_70{
	margin-bottom: 70px !important;
}
.mb_60{
	margin-bottom: 60px !important;
}
.mb_50{
	margin-bottom: 50px !important;
}
.mb_40{
	margin-bottom: 40px !important;
}
.mb_35{
	margin-bottom: 35px !important;
}
.mb_30{
	margin-bottom: 30px !important;
}
.mb_25{
	margin-bottom: 25px !important;
}
.mb_20{
	margin-bottom: 20px !important;
}
.mb_15{
	margin-bottom: 15px !important;
}
.mb_10{
	margin-bottom: 10px !important;
}
.mb_05{
	margin-bottom: 5px;
}


/* Margin-Left */
.ml_100{
	margin-left: 100px !important;
}
.ml_90{
	margin-left: 90px !important;
}
.ml_80{
	margin-left: 80px !important;
}
.ml_70{
	margin-left: 70px !important;
}
.ml_60{
	margin-left: 60px !important;
}
.ml_50{
	margin-left: 50px !important;
}
.ml_55{
	margin-left: 55px !important;
}
.ml_40{
	margin-left: 40px !important;
}
.ml_35{
	margin-left: 35px !important;
}
.ml_30{
	margin-left: 30px !important;
}
.ml_25{
	margin-left: 25px !important;
}
.ml_20{
	margin-left: 20px !important;
}
.ml_15{
	margin-left: 15px !important;
}
.ml_10{
	margin-left: 10px !important;
}
.ml_05{
	margin-left: 5px !important;
}


/* section{
	overflow: hidden;
	position: relative;
} */


.customBlock{
	padding-top: 110px;
	padding-bottom: 110px;
}
.noList{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.whiteText{
	color: #ffffff !important;
}
.blackText{
	color: #000000 !important;
}
.purpleText{
	color: #b91a60 !important;
}
.redText{
	color: #e21a2d !important;
}
.orangeText{
	color: #f68b1e !important;
}

.wid_10{
	width: 10%;
}
.wid_20{
	width: 20%;
}
.wid_25{
	width: 25%;
}
.wid_30{
	width: 30%;
}
.wid_33{
	width: 33.333333%;
}
.wid_35{
	width: 35%;
}
.wid_40{
	width: 40%;
}
.wid_50{
	width: 50%;
}
.wid_66{
	width: 66.666666%;
}
.wid_60{
	width: 60%;
}
.wid_65{
	width: 65%;
}
.wid_70{
	width: 70%;
}
.wid_80{
	width: 80%;
}
.wid_90{
	width: 90%;
}
.wid_100{
	width: 100%;
}

header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  z-index: 5;
}


.container-fluid{
  width: 90%;
}

.headerBox{
  width: 100%;
}



#menu {
  height: 100%;
  position: fixed;
  background-color: #e21a2d;
  width: 600px;
  transition: 1000ms all cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-100%);
  left: 60px;
  z-index: 3;
  top: 108px;
}

#menu.expanded {
  transform: translateX(0%);
  left: 0px;
}

.menu-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 70px;
}

.menu-inner ul{
  overflow-y: scroll;
  height: 600px;
  padding-right: 30px;
}

.menu-inner ul::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.menu-inner ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.menu-inner ul::-webkit-scrollbar-thumb {
  background: #610b5e; 
}

/* Handle on hover */
.menu-inner ul::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.menu-inner ul li{
  list-style-type: none !important;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}

.menu-inner ul li a{
  color: #fff;
  font-size: 17px;
  font-weight: 600;

}

#blob {
  top: 0;
  z-index: -1;
  right: 60px;
  transform: translateX(100%);
  height: 100%;
  position: absolute;
  /*background-color: #e21a2d;*/
}

#blob-path {
  height: 100%;
  fill:  #e21a2d;
}

.hamburger {
  /*right: 12px;*/
  /*position: absolute;*/
  /*width: 36px;*/
  /*height: 20px;*/
  /*margin-top: -10px; */
  
  right: 12px;
  width: 36px;
  margin-top: -80px;
  top: 50% !important;
  position: absolute !important;
  transform: translateY(-50%) !important;
}

.hamburger span{
  display: block;
    color: #fff;
    /* padding-top: 20px; */
    position: relative;
    top: 23px;
    font-size: 13px;
}

.hamburger .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.hamburger .line:nth-child(2) {
  top: 49%;
  /*margin-top: -2px;*/
}

.hamburger .line:nth-child(3) {
  bottom: 0;
  top: 18px;
}

.homeScroll {
   width: 100%;
   height: 100vh;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}

 

 .fullscreen-container{
    overflow:hidden;
    width:100%;
    height:100%;
}
#all-pages{
    position:relative;
    top:0;
    transition:all 800ms ease;
    /* height set by js */
}
.page{
    height:100%;
    width:100%;
}
/*#all-pages .page:nth-child(1){
    
}*/
/*#all-pages .page:nth-child(2){
    background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
               url(https://raw.githubusercontent.com/Juuggo/FELab/master/fullscreen-scroll/images/bg2.jpg)
               center / cover;
}
#all-pages .page:nth-child(3){
    background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
               url(https://raw.githubusercontent.com/Juuggo/FELab/master/fullscreen-scroll/images/bg3.jpg)
               center / cover;
}

#all-pages .page:nth-child(4){
    background:linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
               url(https://raw.githubusercontent.com/Juuggo/FELab/master/fullscreen-scroll/images/bg3.jpg)
               center / cover;
}*/

/*#all-pages .page:nth-child(1){
    
}
#all-pages .page:nth-child(2){
    
}
#all-pages .page:nth-child(3){
    
}
#all-pages .page:nth-child(4){
    
}
#all-pages .page:nth-child(5){
    
}
#all-pages .page:nth-child(6){
    
}
#all-pages .page:nth-child(7){
    
}*/
.text-container{
    font-family: sans-serif, helvetica, arial;
    color:white;
    text-align:center;
    position:relative;
    top:50%;
    margin:0 40px;
    opacity:0;
    visibility:visible;
    transform:translateY(-50%);
    transition:all 3s ease;
}
.text-container.in-sight{
    opacity:1;
    visibility:visible;
}
.text-container h2{
    font-size:6vh;
    text-transform:uppercase;
}
.text-container p{
    font-size:2vh;
    padding:1em 0;
}
.nav-dot-container{
    position:fixed;
    top:50%;
    right:20px;
    transform:translateY(-50%);
    display: none;
}
.nav-dot{
    width:20px;
    height:30px;
    padding:20px 0px;
    margin:auto;
}
.nav-dot span{
    display:block;
    width:10px;
    height:10px;
    border-radius:50%;
    background:white;
    transition:all 200ms ease;
    margin: auto;
}
.nav-dot span:hover{
    width:12px;
    height:12px;
}
.nav-dot.dot-active span{
    width:15px;
    height:15px;
}

.mainBanner{
  width: 100%
}

.bannerLeft{
  width: 50%;
  background: url(../img/bannerleft.png) right -50px no-repeat;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: cover;
}

.bannerLeftOver{
  
  
}

.bannerLeft img{
  animation: zoominoutsinglefeatured 5s infinite;
  right: 12%;
  bottom: 5%;
  position: absolute;
  left: calc(42% - 18px);
  top: 50%;
  width: 365px;
  transform: translate(-50%, calc(-50% - 10px));
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: translate(-50%, calc(-50% - 10px)) scale(1);
    }
    50% {
        transform: translate(-50%, calc(-50% - 10px)) scale(1.2,1.2);
        bottom: 8%;
    }
    100% {
        transform: translate(-50%, calc(-50% - 10px)) scale(1);
    }
}

.bannerRight{
  width: 50%;
  background: url(../img/bannerbg.jpg) 0 0 repeat-x;
  height: 100vh;
}

.bannerRight h1{
  font-size: 80px;
  font-weight: 900;
  color: #9d1882;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
  animation-name: text;
  animation-duration: 4s;
  /*animation-iteration-count: infinite;*/
}

/*@keyframes text {
  0% {
    color: black;
    margin-bottom: 0;
  }
  30% {
    letter-spacing: 25px;
    margin-bottom: 0;
  }
  85% {
    letter-spacing: 8px;
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 20px;
  }
}*/

.span1{
  color: #e21a2d;
  font-weight: 400;
}

.span2{
  color: #f68b1e;
  font-weight: 400;
}

.slide2nd{
  background-color: #f1efee;
  padding-top: 6%;
}

.slide2ndLeft{
  padding-left: 0;
}

.secHeight{
   height: calc(100vh - -150px);
}

.g1{
  position: absolute;
  right: 44%;
  top: 5%;
  animation: left1g 2s infinite;
}

@keyframes left1g {
    0% {
        right: 44%;
    }
    50% {
        right: 50%;
    }
    100% {
        right: 44%;
    }
}

.img1{
  animation: left2g 2s infinite;
  position: relative;
  transition: 0.3s;
}


@keyframes left2g {
    0% {
        left: 0;
    }
    50% {
        left: 5%;
    }
    100% {
        left: 0;
    }
}



.g2{
  position: absolute;
  right: 44%;
  top: 63%;
  animation: g2 2s infinite;
}

@keyframes g2 {
    0% {
        right: 44%;
    }
    50% {
        right: 50%;
    }
    100% {
        right: 44%;
    }
}

.g3{
  position: absolute;
  right: 28%;
  top: 60%;
  animation: g3 2s infinite;
}

@keyframes g3 {
    0% {
        right: 28%;
    }
    50% {
        top:  50%;
    }
    100% {
        right: 28%;
    }
}

.g4{
  position: absolute;
  right: 15%;
  top: 57%;
  animation: g4 5s infinite;
}

@keyframes g4 {
    0% {
        right: 15%;
    }
    50% {
        top:  30%;
    }
    100% {
        right: 15%;
    }
}

.g5{
  position: absolute;
  right: 0%;
  top: 37%;
  animation: g5 5s infinite;
  transition: 0.5s
}

@keyframes g5 {
    0% {
        right: 0%;
    }
    50% {
        top:  37%;
    }
    100% {
        right: 15%;
    }
}

.prism{
  width: 100%;
  padding: 0 120px 0 70px;
}

.prism h2{
  font-size: 50px;
    font-weight: 900;
    color: #e21a2d;
    text-transform: uppercase;
    line-height: 45px;
    margin-bottom: 25px;
}

.prism h2 span{
  display: block;
  font-size: 40px;
  font-weight: 300;
}

.prism p{
  text-align: justify;
}

.djGroup{
  width: 100%;
  padding-top: 150px;
}

.groupHeading h2{
  font-size: 35px;
  font-weight: 900;
  color: #e21a2d;
  line-height: 35px;
  text-transform: uppercase;
}

.groupHeading h2 span{
  display: block;
  font-weight: 300;
  font-size: 30px;
}

.djGroupContent{
  font-size: 18px;
  text-align: justify;
  text-transform: uppercase;
  color: #f68b1f;
}

.djGroupPara{
  width: 100%;
  padding-top: 50px;
}

.djGroupPara p{
  text-align: justify;
}


.LATL_group{
	padding-top: 130px;
}
.imgIcon{
  	max-width: 80px;
}
.iconInfo{
	padding: 20px;
	height: 240px;
	position: relative;
	width: calc(100% - 90px);
	border-left: 1px solid #e21a2d;
}
.iconInfo:after{
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	content: '';
	position: absolute;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(225,26,44,1) 0%, rgba(156,25,129,1) 100%);
}





.keyNos{
  width: 100%;
  padding-top: 50px;
}

.keyBody{
  width: 33.33%;
  background: url(../img/keybg.png) 0 0 no-repeat;
  height: 48px;
  padding-left: 25px;
  margin-bottom: 50px;
}

.keytop{
  width: 100%;
  line-height: 18px;
}

.scrollingText{
  padding: 0 6px;
  color: #e21a2d;
  font-size: 27px;
  font-weight: 600;
}

.manMsg{
  width: 100%;
  min-height: 645px;
  background-image: -moz-linear-gradient( 0deg, rgb(221,26,49) 0%, rgb(185,26,96) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(221,26,49) 0%, rgb(185,26,96) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(221,26,49) 0%, rgb(185,26,96) 100%);
  margin-top: 6%;
}
.manMsg div {
    height: 100%;
}
.manMsg div.mmTextCont {
    height: auto;
}


.mm{
  width: 100%;
  position: relative;
}

.mbg1{
  position: absolute;
  top: -48px;
  animation: left2g 2s infinite;
}




.LATL_mile_group{
	padding-top: 130px;
}
.eachMilesB{
	width: calc(33.33% - 10px);
}
.eachMilesB .purpleText.counter{
	line-height: 1;
	font-size: 30px;
	margin-bottom: 8px;
}
.eachMilesB .milesCont{
	padding-top: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
	padding-right: 10px;
	position: relative;
	background: url(../img/miles_bg.png) 0 9px no-repeat;
}
.eachMilesB .milesCont:before{
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	content: '';
	position: absolute;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(225,26,44,1) 0%, rgba(156,25,129,1) 100%);
}
.eachMilesB .milesCont p{
	margin-bottom: 8px;
}








.mpic{
  position: absolute;
  top: 19px;
}

.g6{
  position: absolute;
  left: 27px;
  top: 35px;
  animation: g3 2s infinite;
}

.g7{
  position: absolute;
  right: 67px;
  top: 144px;
  animation: g3 2s infinite;
}

.mmText{
  width: 100%;
  height: 555px;
  color: #fff;
}

.mmText h2{
  text-transform: uppercase;;
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 900;
}

.homeBtn{
  background-color: #fff;
  margin-top: 10px;
  padding: 12px 20px;
  position: relative;
  display: inline-block;
  color: #ba1a5e;
  font-size: 16px;
  transition: 0.3s;
}

.homeBtn:after{
  width: 0;
  height: 45px;
  background: url(../img/btnafter.png);
  position: absolute;
  right: 0;
  content: '';
  top: 2px;
  transition: 0.3s;
}

.homeBtn:hover:after{
  width: 39px;
  transition: 0.3s;
  right: -39px;
}

.homeBtn:hover{
  background-color: #ea682d;
  color: #fff;
}

.cshp{
  width: 100%;
  margin-top: 6%;
  min-height: 650px;
  position: relative;
}

.cshpLeft{
  /* width: 100%; */
  position: absolute;
    left: 25%;
    z-index: 1;
}
.shp_3 {
  position: absolute;
  bottom: -65px;
  left: 20px;
  z-index: 2;
  animation: left2g 2s infinite;
}
.shp_4 {
  position: absolute;
  top: 135px;
  left: 120px;
  animation: g3 2s infinite;
}
.shp_2 {
  position: absolute;
  right: 35px;
  top: 25%;
  z-index: 0;
}
.shp_1 {
  position: absolute;
  right: 170px;
  top: 20px;
  z-index: -1;
  animation: g3 2s infinite;
}
.shp_5 {
  position: absolute;
  left: 35%;
  animation: g3 2s infinite;
}

.cshpRight{
  width: 100%;
  padding-right: 120px;
  position: relative;
}

.cshpRight h2{
  width: 100%;
  position: relative;
  color: #ffd503;
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 44px;
}

.cshpRight h3{
  font-size: 16px;
  /*text-align: justify;*/
  text-transform: uppercase;
  color: #f68b1f;
  margin: 30px 0;
}

.cshpRight h4{
  font-size: 16px;
  /*text-align: justify;*/
  text-transform: uppercase;
  color: #000;
  margin: 0 0 80px;
  font-weight: 600;
}

.cshpArea{
  width: 100%;
  display: flex;
}

.cshpBox{
  width: 171px;
  height: 162px;
  background: url(../img/box.png) 0 0 no-repeat;
  margin-right: 20px;
}

.num{
  font-size: 64px;
  font-weight: 300;
  color: #ffc20e;
  padding-left: 15px;
  padding-top: 12px;
  line-height: 84px;
}

/*.numText{*/
/*  color: #000;*/
/*  font-size: 10px;*/
/*  text-transform: uppercase;*/
/*  font-weight: 600;*/
/*  padding: 0 18px 0 15px;*/
/*}*/
.numText {
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 15px;
}

.g8{
  position: absolute;
  right: 0;
  top: -30px;
  animation: g3 2s infinite;
}

.g9{
  position: absolute;
  left: 100px;
  bottom: -80px;
  animation: right1g 2s infinite;
}

.homeSlideItem{
  width: 100%;
  display: flex;
}

.homeSlideItemLeft{
  width: 50%;
  height: calc(100vh - 108px);
  background-image: -moz-linear-gradient( 0deg, rgb(221,26,49) 0%, rgb(185,26,96) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(221,26,49) 0%, rgb(185,26,96) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(221,26,49) 0%, rgb(185,26,96) 100%);
  padding-left: 5%;
  padding-right: 40px;
  float: left;
}

.homeSlideItemLeft h2{
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 43px;
  margin-bottom: 40px;
}

.homeSlideItemLeft h2 span{
  font-weight: 300;
}

.homeSlideItemLeft p{
  color: #fff;
}

.homeSlideItemRight .shp_img_2 img,
.homeSlideItemRight .shp_img_3 img,
.homeSlideItemRight .shp_img_4 img,
.homeSlideItemRight .shp_img_5 img{
  height: calc(100vh - 108px);
}


.g10{
  position: absolute;
  right: 100px;
  top: 15%;
  animation: g2 2s infinite;
}

.g11{
  position: absolute;
  left: 100px;
  top: 15%;
  animation: rotate 2s infinite;
}

.g12{
  position: absolute;
  right: 100px;
  bottom: 5%;
  animation: bounce 0.9s 1.5s infinite ease-out alternate;
}

.homeSlideItemRight{
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: -25px;
  position: relative;
  /* top: 5%; */
  /* margin-top: 5%; */
  float: left;
}

.homeSlide .slick-dots{
  display: none !important;
}


.homeSlide .slick-arrow{
	transition: 0.6s;
	opacity: 1;
  	transform: scale(1);
}
.homeSlide .slick-arrow.slick-disabled{
  opacity: 0.3;
  transform: scale(0.8);
  pointer-events: none;
}

.homeSlide .slick-prev{
  width: 50px;
  height: 50px;
  border: 2px solid #ed2324;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  top: 53%;
  right: 40px;
  z-index: 1;
  cursor: pointer;
  background: url(../img/prev.png) 0 0 no-repeat;
}

.homeSlide .slick-next{
  width: 50px;
  height: 50px;
  border: 2px solid #ed2324;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 0;
  /*margin-top: 60px;*/
  position: absolute;
  top: 59%;
  right: 40px;
  cursor: pointer;
  background: url(../img/next.png) 0 0 no-repeat;
}

.pdfLinks{
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.pdfLinks a{
  display: inline-block;
  padding: 10px 60px 10px 15px;
  border: 1px solid #e21a2d;
  text-align: left;
  background: url(../img/download.png) 92% center no-repeat;
  font-size: 14px;
  color: #e21a2d;
  border-radius: 35px;
  margin: 0 10px 10px;
}

.autoHeight{
  height: auto !important;
}

footer{
  padding: 50px 0;
}

.fp-watermark{
  display: none !important;
}

@keyframes right1g {
  0% {
      left: 44%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 44%;
  }
}
@keyframes bounce {
  0% {
    bottom: 22px;
 }
  100% {
    bottom: 40px;
 }
}
@keyframes rotate {
  0%{
     transform: rotate(0deg);
    }
 100%{
     transform: rotate(360deg);
    }
 }
 @keyframes left2g2 {
  0% {
      left: 0;
  }
  50% {
      left: -5%;
  }
  100% {
      left: 0;
  }
}

.shape_area {
  position: relative;
  width: 100%;
  text-align: center;
}
.homeSlideItem.slick-slide img {
  display: inline-block;
}
.shp_6 {
  position: absolute;
  left: 50%;
  animation: right1g 2s infinite;
}
.shp_7 {
  position: absolute;
  right: 10%;
  top: 30%;
  animation: rotate 2s infinite;
}
.shp_8 {
  position: absolute;
  top: 50%;
  animation: left2g 2s infinite;
}




main.innerPage{
	padding-top: 158px;
	padding-bottom: 90px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25)
}
.bcum {
	display: none !important;
	z-index: 2;
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
	position: relative;
	margin-bottom: 30px;
    background: #914788;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(156,25,129,1) 100%, rgba(225,26,44,1) 0%);
}
.bcum ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.bcum ul li {
    display: inline-block;
    position: relative;
	margin-bottom: 0;
	padding-left: 0;
}
.bcum ul li:not(:last-child) {
    padding-right: 20px;
    margin-right: 10px;
}
.bcum ul li a, .bcum ul li span {
    font-weight: 700;
    letter-spacing: 0.075rem;
    /* text-transform: capitalize; */
}
.bcum ul li a {
    color: #ffbff2;
}
.bcum ul li:not(:last-child):after {
    right: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    position: absolute;
    background-color: #f5a27b;
}
.bcum ul li a:hover {
    color: #fff;
}
.bcum ul li span {
    color: #fff;
}
.sidebarCont {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}


.col_25{
	width: calc(25% - 10px);
}
.tableHolder table{
	width: 100%;
}
.tableHolder table td{
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #efefef;
}
.thead td{
	font-weight: 500;
}
.total td{
	font-weight: 700;
}

.keyNos2 .keyBody{
	width: calc(50% - 10px);
}



.boxBg{
	border: 1px solid #3fb28e;
	padding: 30px;
}
.boxBg p{
	font-size: 24px;
}
.imgBox img{
	width: 100%;
}
.dfWrap13 .imgBox,
.dfWrap14 .imgBox,
.dfWrap21 .imgBox,
.dfWrap22 .imgBox{
	height: 350px;
	overflow: hidden;
}
.dfWrap13 .imgBox > div,
.dfWrap14 .imgBox > div,
.dfWrap21 .imgBox > div,
.dfWrap22 .imgBox > div{
	height: 100%;
}
.imgBox .slick-list{
	height: calc(100% - 30px);
}
.imgBox .slick-track, .slick-slide{
	height: 100%
}
.dfWrap13 .imgBox img,
.dfWrap14 .imgBox img,
.dfWrap21 .imgBox img,
.dfWrap22 .imgBox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.keyNos3 .keyBody{
	height: 75px;
	margin-bottom: 0;
	width: calc(20% - 10px);
	background-size: contain;
}


.boxBgRed{
	border-color: #db1b2c;
}

.slick-dots {
	bottom: -10px;
	text-align: center;
	position: relative;
}
.slick-dots li {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: #ffd5d5;
	border-radius: 50%;
	margin: 0 3px;
	padding-left: 0;
}
.slick-dots .slick-active {
	background: #db1b2c;
}
.slick-dots li:not(:last-child) {
	margin-bottom: 0;
}
.slick-dots li button {
	background: transparent;
	font-size: 0px;
	border: 0;
}



.bodWrap .dfWrapHolder1{
	padding-top: 50px;
	/* padding-bottom: 50px; */
}
.eachBodWrap{
	width: 25%;
	max-width: 280px;
	margin-top: 50px;
	margin-bottom: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
}
.eachBodBg{
	z-index: 1;
    bottom: 35px;
    width: 225px;
    height: 226px;
    display: block;
    object-fit: cover;
    position: relative;
}
.eachBod{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.eachBod .imgWrap{
	left: 0;
	bottom: 70px;
	z-index: 2;
	width: 205px;
    /* height: 180px; */
	display: block;
	position: absolute;
}
.eachBod figure {
    margin: 0;
    bottom: 0;
    z-index: 3;
	width: 240px;
    position: absolute;
}
.eachBod figure img{
	display: block;
}
.pointerList{
	padding-top: 10px;
}
.pointerList li{
	padding-left: 0;
	margin: 0 !important;
}
.pointerList li:not(:last-child){
	margin-right: 8px !important;
}
.eachBod figcaption {
    left: 15px;
    width: 100%;
    bottom: 25px;
    position: absolute;
}
.eachBod figcaption strong{
	font-size: 14px;
}
.eachBod figcaption em{
	font-size: 13px;
}
/* .pointerWrapMain .pointerWrap .pointerList{
	width: 33.33%;
} */
.pl1{
	width: 40%;
	border-right: 1px solid #9d1882;
	padding: 10px 15px;
}
.pl2{
	width: 30%;
	border-right: 1px solid #9d1882;
	padding: 10px 15px;
}
.pl3{
	width: 30%;
	padding: 10px 15px;
}
.pointerWrapMain{
	border: 1px solid #9d1882;
}
.pointerWrapMain .pointerList li:not(:last-child) {
    margin-right: 20px !important;
}
.pointerWrapMain .pointerWrap .pointerList li:not(:last-child){
	margin-bottom: 10px !important; 
}
.pointerWrapMain .pointerWrap .pointerList.pl3 li:first-child{
	margin-bottom: 0 !important; 
}
.pointerWrapMain .pointerWrap .pointerList li img{
	margin-right: 8px;
}



.absImg1{
	width: 80px;
	top: -70px;
    right: -100px;
}
.awardsWrap{
	background-position: right top;
	background-image: url(../img/awards/award_bg2/png);
}
.eachAwardWrap{
	width: calc(33.33% - 100px);
	margin-bottom: 50px;
}
.eachAwardWrap .eachAward{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}
.eachAwardBg{
	width: 100%;
}
.eachAward{
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	bottom: 40px;
	padding: 20px;
	margin:  auto;
	margin: 0 auto 10px;
}
.eachAward figure{
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	margin:  auto;
	padding: 10px 15px;
	background-color: #fff;
	box-shadow: -10px -5px 10px rgba(0, 0, 0, 0.25)
}
.eachAward img{
	width: auto;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.eachAwardInfo{
	padding-bottom: 15px;
	/* position: relative; */
}
.eachAwardInfo:after{
	left: 0;
	right: 0;
	height: 1px;
	bottom: 10px;
	content: '';
	position: absolute;
	width: calc(100% - 50px);
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(225,26,44,1) 0%, rgba(156,25,129,1) 100%);
}
.lineBg{
	right: 0;
	bottom: 0;
	width: 30px;
}



.milestoneWrap .absImg1 {
	top: 14%;
    right: -6%;
    width: 320px;
}
.milestoneWrap .absImg2 {
    top: 44%;
    left: -3%;
    width: 170px;
}
.eachMileWrap{
	width: calc(33.33% - 30px);
}
.eachMileImg {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.eachMile{
	background-image: none !important;
	/* width: 25%;
	max-width: 280px;
	margin-top: 50px;
	margin-bottom: 100px;
	background-image: none !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0; */
}
.eachMileFig{
	top: 20px;
	left: 0;
	right: 0;
	/* bottom: 0; */
	margin: auto;
	width: 180px;
}
.eachMileFig img{
	width: 100%;
}
.eachMile{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.eachmileInfo{
	width: 260px;
	bottom: 60px;
    height: 120px;
	padding-right: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../img/milestone/info_bg.png);
}
.eachmileInfo p{
	line-height: 1.2;
}


.eachSector{

}
.eachSector h3{
	border-top: 2px solid #9c1981;
}
.eachSector h3 span{
	height: 31px;
	color: #fff;
	line-height: 29px;
	position: relative;
	background-color: #9c1981;
}
.eachSector h3 span:after{
	top: 0;
	right: -18px;
	content: '';
	width: 18px;
	height: 31px;
	min-width: 150px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/cust_base/cust_base_bg.png);
}


.baseList li{
	height: 120px;
	padding-left: 0;
	margin-bottom: 15px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../img/cust_base/base_bg.png);
}
.baseList li:not(:last-child),
.baseList li:last-child{
	margin-bottom: 15px;
}
.baseList li.wid_25{
	width: calc(25% - 20px);
}
.baseList li.wid_20{
	width: calc(20% - 20px);
}
.baseList li.wid_50{
	width: calc(50% - 20px);
}
.baseList li figure{
    width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.baseList li img{
	width: auto;
	max-width: 100%;
	display: inline-block;
}

.mapBox{
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
}
.stickyBox{
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}


.innovationList li{
	width: calc(25% - 30px);
	height: 348px;
	position: relative;
    background-size: contain;
	padding-left: 0 !important;
	background-repeat: no-repeat;
	margin-bottom: 40px !important;
	background-position: left bottom;
	background-image: url(../img/innovation/innovation_bg.png);
}
.innovationList li figure{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.innovationList li figure img{
	width: auto;
	max-width: 100%;
	display: inline-block;
}
.innovationList li h4{
	top: 17px;
    left: 35px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	background: -webkit-linear-gradient(#e12a30, #a41979);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.evolutionList li{
	width: calc(25% - 30px);
	padding-left: 0 !important;
	margin-bottom: 40px !important;
}
.evolutionList li a{
	width: 100%;
	height: 100%;
}
.evolutionList li img{
	width: 100%;
}
.header_menu{
  display: none;
}


.nxt_prev_area{
    max-width: 90%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.nxt_prev_innr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.prev_area{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.next_area{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.prev_area a,
.next_area a{
  height: 50px;
  color: #e21a2d;
  font-size: 18px;
  min-width: 200px;
  line-height: 48px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #e21a2d;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.prev_area a:hover,
.next_area a:hover{
  color: #fff;
  background-color: #e21a2d;
}