img {
    max-width: 100%;
}
body {
    overflow-x: hidden;
}
ul,li{list-style: none;}
.slick-track
{
    display: flex !important;
    height: auto !important;
}
.slick-slide
{
    height: inherit !important;
}
#main {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    float: none;
}
.banner-section {
    color: #fff;
    margin-top: 80px;
    position: relative;
}
.banner-section::before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 40%;
    background-image: url(infrastructure-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.banner-section-inner {
    align-items: center;
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 1304px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.banner-caption h1 {
    font-size: 67px;
    font-weight: bold;
    filter: drop-shadow(0 0 7px rgba(0,0,0,0.23));
    padding: 7px 20px 10px 20px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 11px;
}
.banner-caption span {
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-size: 21px;
    background-color: rgba(0,0,0,0.70);
    padding: 4px 15px 7px 15px;
    margin-top: 6px;
}
.banner-caption {
    text-align: center;
    margin-top: 60px;
}
.banner-caption span strong {
    font-weight: 600;
    color: #ff6e00;
}

.infa-sect-inner {
    width: 100%;
    height: 100%;
}
.inner-item {
    width: 100%;
    height: 100%;
}

.infa-section .slick-initialized .slick-slide a {
    display: inline;
}
.infa-section .inner-item {
    background-position: right;
    background-repeat: no-repeat;
    padding: 10px;
    border: 1px solid #ddd;
    /* background-color: #f1f1f1; */
    min-height: 100%;
    text-align: center;
    margin: 0 5px;
}
.infa-section.reverse .inner-item {
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    background-size: contain;
    background-position: left center;
}

.infa-section.reverse .inner-item img {
    float: left;
}

.slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    border: none;
    top: 50%;
    z-index: 1;
    padding: 0;
    background-color: #ff6e00;
    background-image: url(arrow-left.svg);
    background-position: center center;
    background-size: 15px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.slick-next.slick-arrow {
    right: 0;
    left: auto;
    background-image: url(arrow-right.svg);
}
/*****************************************/
.intro-section-inner {
    align-items: center;
    padding: 0 15px;
    display: flex;
    justify-content: flex-end;
    max-width: 1304px;
    margin: 0 auto;
}
.intro-data {
    width: calc(100% - 185px);
    width: -o-calc(100% - 185px);
    width: -ms-calc(100% - 185px);
    width: -moz-calc(100% - 185px);
    width: -webkit-calc(100% - 185px);
    background-color: #ff6e00;
    color: #fff;
    padding: 21px 42px;
    position: relative;
}
.intro-data h2 {
    font-size: 43px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 42px;
}
.intro-data p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 15px;
}
.intro-data:after {
    content: '';
    position: absolute;
    width: 17vw;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #ff6e00;
}
.intro-section {
    overflow: hidden;
    margin-top: -1px;
}
/******************************/
.infrastructure-section-inner {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    max-width: 1304px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.infrastructure-left {
    width: 53%;
    margin-left: 57px;
}
.infrastructure-right {
    width: 32%;
    margin-right: 115px;
}
.infrastructure-section {
    padding: 40px 0 35px 0;
    background-image: url(infabg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.infrastructure-left p {
    font-size: 16px;
    font-weight: 300;
    color: #ff6e00;
    margin-bottom: 0;
    line-height: 27px;
}
.infrastructure-right p {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
    margin-bottom: 0;
    line-height: 31px;
}
/******************************************/
.infa-section {
    position: relative;
    margin-bottom: 60px;
}
.infa-section-inner {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    max-width: 1304px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
}
.infa-section-left
{
    width: 52%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.infa-section-left > img{
    max-width: 57vw;
}
.infa-section-right {
    width: 44%;
}
.infa-section h3 {
    color: #aeaeae;
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: -16px;
}
.infa-section h3 strong {
    font-size: 44px;
    display: block;
    color: #ff6e00;
}
.infa-section p {
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}
.infa-section p:last-child {
    margin-bottom: 0;
}

.infa-section.reverse .infa-section-inner {
    justify-content: flex-start;
}
.infa-section.reverse .infa-section-right {
    padding: 0 38px 0 0;
}
.slick-slide, .slick-slider .slick-track,.slick-list {
    height: 100%;
}

/*****************************************/
.infa-section.full-slider .infa-section-left {
    position: relative;
    width: 100%;
    border: none;
    background-color: transparent;
}
.infa-section.full-slider .infa-section-right {
    width: 100%;
    padding: 0;
    min-height: initial;
    margin-top: 50px;
}
.infa-section.full-slider .infa-section-inner {
    flex-direction: column;
    flex-wrap: wrap;
}
.infa-section.full-slider .inner-item img {
    float: none;
    opacity: 1;
}
.infa-section-caption img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.infa-section.full-slider h3 {
    margin-top: 0;
}
.infa-section.full-slider .slick-arrow {
    top: 30%;
}
.infa-section.full-slider .slick-arrow.slick-prev {
    left: 5px;
}
.infa-section.full-slider .slick-arrow.slick-next {
    right: 5px;
}
.infa-section.full-slider .infa-section-inner {
    max-width: 1302px;
}
.infa-section.full-slider .infa-section-caption {
    margin: 15px 0;
}
/*****************************************/
.innerview {
    padding: 80px 0;
    background-color: #f7f9ff;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}
.innerview h3 {
    color: #ff6e00;
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: -16px;
}
.innerview-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.innerview-left {
    width: 65%;
}
.innerview-right {
    width: 35%;
}
.multiple-infraplates {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.infraplates {
    top: 10px;
    background: #fff;
    box-shadow: 1px 3px 99px rgb(0 0 0 / 6%);
    padding: 35px 25px 25px;
    position: relative;
    top: 0;
    transition: all .5s;
    margin-right: 15px;
    overflow: hidden;
    margin-top: 10px;
    min-width: 150px;
}
.infraplates h6, .infraplates p {
    font-weight: 400;
    text-align: left;
    color: #000;
}
.infraplates p {
    font-family: 'Exo 2';
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 700;
}
.infraplates h6 {
    font-family: 'Exo 2';
    font-size: 16px;
    margin-bottom: 12px;
}
.infraplates:after {
    content: "";
    width: 200px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.infraplates:first-child:after {
    background-color: #fc4d00;
}
.infraplates:nth-child(2):after {
    background-color: #44ac00;
}
.infraplates:nth-child(3):after {
    background-color: #000;
}
/* .model_characteristics {
    margin-top: 20px;
}
.model_characteristics li+li {
    margin-top: 10px;
}
.model_characteristics li {
    font-size: 16px;
    font-weight: 600;
    color: #373f54;
    padding-left: 25px;
    position: relative;
}
.model_characteristics li:before {
    content: "";
    min-width: 13px;
    min-height: 13px;
    background-color: #fff;
    border: 1px solid #777;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 5px;
} */
.right-bg {
    position: absolute;
    background-color: #f7f9ff;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}