* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::after,
*::before{
    box-sizing: border-box;
}

:root{
    --main-color:#FC4D00;
    --light-color:#EAFFF2;
    --button-color:#052973;
    --hover-color:#053697;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
main {
    margin:80px auto 0 auto;
    max-width: 1920px;
}
main > *{
    padding: 40px 0;
}
[data-toggle="popup"],
.common-button {
    background-color: var(--button-color);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
[data-toggle="popup"]:hover,
.common-button:hover {
    background-color: #0868ce;
    color: #fff;
}
a:hover,
a:focus,
a:active,
a:valid,
a {
    text-decoration: none;
}
button {
    outline: none;
    border: none;
}
.enq-popup-button-block {
    text-align: center;
}
* {
    box-sizing: border-box;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
}
img {
    border: none;
    outline: 0;
    max-width: 100%;
}
.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin: 15px 0 0 0;
}
.btn__div.center{
    justify-content: center;
}
.play-anim-ico {
    background-image: url(../svg/play-button1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: relative;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.theme {
    background-image: url(../index-94.html);
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px #1D59C4;
}
.common-btn {
    background-color: var(--button-color);
    font-size: 18px;
    line-height: 1em;
    text-transform: capitalize;
    font-weight: bold;
    padding: 16px 15px;
    min-height: 56px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 12px;
    border-radius: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

}
.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}
.play-anim-ico.blink:after{
    display: none;
}
@keyframes blink {
    30% {
        opacity: 0
    }
}
.common-btn img{
    width: 24px;
    height: 24px;
}
.common-btn:hover,
.common-btn:focus {
    background: var(--hover-color);
    color: #fff;
}
.common-btn.bg-white{
    background-color: #fff;
    color: var(--button-color);
}
.common-btn.bg-white:hover{
    background-color: #000;
    color: #fff;
}
.common-btn small{
    display: block;
    font-size: 12px;
}
.border-btn {
    color: #1D59C4;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    padding: 10px 15px 12px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 7.175px;
    border: 1px solid #1D59C4;
    background: transparent;
    -webkit-border-radius: 7.175px;
    -moz-border-radius: 7.175px;
    -ms-border-radius: 7.175px;
    -o-border-radius: 7.175px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.border-btn:hover,
.border-btn:focus {
    background: #1D59C4;
    color: #fff;
    border: 1px solid #1D59C4;
}
.border-btn img {
    height: 12px;
    vertical-align: middle;
}
.border-btn:hover img{
    filter: brightness(0) invert(1);
}
p strong {
    font-size: 20px;
    color: #424242;
}
p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    color: #000;
    font-weight: 400;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
b{
    font-size: 18px;
    line-height: normal;
    margin: 0 0 12px 0;
}
.d-block{
    display: block;
}
.heading-area{
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.main-title {
    color: #000000;
    font-size: 37.08px;
    font-weight: 700;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -8px;
}
.sub-title {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    display: block;
    margin: 5px 0 15px 0;
}
.heading-area.center > *{
    text-align: center;
}
.heading-area.white > *{
    color: #fff;
}
.heading-area.white .main-title> *{
    color: #fff;
}
.heading-area > p{
    margin-top: 5px;
}
.deskop-none{
    display: none;
}
.main__color{
    color: var(--main-color);
}
.m-0{
    margin: 0 !important;
}
/* --------------------------------------------------- */

.banner-section{
    padding: 40px 0;
    background: url(../png/event-banner-patern-2.png), linear-gradient(180deg, rgba(252, 77, 0, 0.05) 0%, rgba(68, 172, 0, 0.05) 37.6%, rgba(68, 172, 0, 0.05) 68.33%, rgba(191, 108, 0, 0.05) 100%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    position: relative;
    overflow: hidden;
}
.banner-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.banner-left{
    width: 52%;
}
.banner-left h1{
    font-size: 46px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 0 0 8px 0;
    line-height: 1em;
}
.banner-left h1 span {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2em;
    color: #000;
    margin: 8px 0 10px 0;
    text-transform: capitalize;
    display: block;
}
.banner-right{
    width: 44%;
}
.banner-right img {
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}
.banner-right{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bn_image{
    position: relative;
}
.bn_overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bn_overlay 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;
    -webkit-filter: drop-shadow(0 0 7px rgba(0,0,0,0.23));
    color: #fff;
}
.bn_overlay 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;
    color: #fff;
}

/* ------------------------------------------------------------ */
.int-section{
    background-image: url(../png/int-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.int-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.intro-data img{
    border: 10px solid #FDFDFD;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    vertical-align: top;
}
.in-left{
    width: 60%;
    position: relative;
}
.in-left > div {
    background-color: #fff;
    border: 10px solid #FDFDFD;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-left: -14%;
}
.in-left strong{
    display: block;
    color: #000;
    margin: 0 0 15px 0;
    color: var(--main-color);
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2em;
}
.intro-data {
    width: 37%;
}
/* ------------------------------------------------------------ */
.infa-section{
    overflow: hidden;
}
.infa-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.infa-left{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
}
.infa-left img{
    border: 10px solid #FDFDFD;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    vertical-align: top;
}
.infa-right{
    width: 48%;
}
/* ------------------------------------------------------------ */
.innerview{
    background-color: #F8F8F8;

}
.innerview-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
}
.multiple-infraplates{
    display: grid;
    grid-template-columns: repeat(3, 170px);
    gap: 40px;
    margin: 0 0 15px 0;
}
.infraplates{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    text-align: center;
}
.infraplates_box{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #F0E7E7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    padding: 17px;
}
.infraplates:nth-child(2) .infraplates_box{
    background-color: #E9F1F1;
}
.infraplates:nth-child(2) .infraplates_box{
    background-color: #EEE6E0;
}
.infraplates_box::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 100%;
    height: 100%;
    border: 1px dashed #BCBCBC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.infraplates strong{
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    color: #1D1E31;
}
.infraplates em{
    font-style: normal;
    font-size: 18px;
}
.infraplates h6{
    font-size: 16px;
    color: #000;
    display: block;
    text-transform: capitalize;
}
.mdch__list li{
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: normal;
    font-weight: 400;
    padding-left: 26px;
    line-height: normal;
    margin: 0 0 8px 0;
}
.mdch__list li:last-child{
    margin-bottom: 0;
}
.mdch__list li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 3px solid #FC4D00;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.innerview-right img{
    border: 10px solid #FDFDFD;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,0.15));
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    vertical-align: top;
}
.innerview-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/* ------------------------------------------------------------ */
.infa-section-inner {
    max-width: 1315px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
}
.infa-sect-inner .slide-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    top: calc(50% - 57.5px);
    top: -webkit-calc(50% - 57.5px);
    top: -moz-calc(50% - 57.5px);
    top: -ms-calc(50% - 57.5px);
    top: -o-calc(50% - 57.5px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 1;
}
.infa-sect-inner .slide-arrow img {
	vertical-align: top;
}
.infa-sect-inner .slide-arrow.next-arrow {
	right: 10px;
	left: auto;
}
.infa-sect-inner .slide-arrow.next-arrow:hover {
	right: 10px;
}
.infa-sect-inner .slide-arrow.prev-arrow {
	left: 10px;
	right: auto;
}
.infa-sect-inner .slide-arrow.prev-arrow:hover {
	left: 10px;
}
.infa-section-inner img{
    max-width: 100%;
}
.infa-sect-inner p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
}
.infa-sect-inner .heading-area .main-title{
    font-size: 30px;
    margin: 0;
}
.bg-white{
    background-color: #fff;
}
/* ------------------------------------------------------------ */
@media (max-width:1920px) {
    .banner-right img{
        max-width: 46vw;
    }
    .infa-left img{
        max-width: 51vw;
    }
    .bn_overlay h1 {
        font-size: 4vw;
    }
}

@media (max-width:1400px) {
    .banner-left h1 {
        font-size: 39px;
    }
    .banner-right img {
        max-width: 48vw;
    }
    .banner-right {
        width: 46%;
    }
    .main-title {
        font-size: 33px;
        line-height: 1em;
    }
    .infa-section-inner{
        max-width: calc(100%  - 15px);
        max-width: -webkit-calc(100%  - 15px);
        max-width: -moz-calc(100%  - 15px);
        max-width: -ms-calc(100%  - 15px);
        max-width: -o-calc(100%  - 15px);
    }
}

@media (max-width:1199px) {
    .banner-left{
        width: 100%;
    }
    .banner-right{
        width: 100%;
        margin: 0 0 25px 0;
        align-items: center;
    }
    .banner-right img{
        max-width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
    .banner-inner{
        flex-direction: column-reverse;
    }
    .infa-left{
        width: 100%;
        margin: 0 0 25px 0;
    }
    .infa-left img{
        max-width: 100%;
    }
    .infa-right{
        width: 100%;
    }
}
@media (max-width:991px) {
    .main-title {
        font-size: 30px;
        line-height: 1em;
    }
    .banner-left h1 {
        font-size: 34px;
    }
    .int-section{
        background-image: none;
    }
    .int-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .innerview-inner{
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .innerview-right{
        width: 100%;
        align-items: center;
    }
    .innerview-left{
        width: 100%;
    }
    .infa-sect-inner .heading-area .main-title {
        font-size: 25px;
        margin: 0;
    }
}

@media (max-width:630px) {
    .main-title {
        font-size: 26px;
        line-height: 1em;
    }
    .bn_overlay h1 {
        font-size: 9vw;
    }
    .banner-left h1 {
        font-size: 30px;
    }
    .infa-left {
        margin: 0 0 15px 0;
    }
    .innerview-right{
        margin: 0 0 15px 0;
    }
    .multiple-infraplates {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .infraplates strong {
        font-size: 24px;
    }
    .infraplates em {
        font-size: 16px;
    }
    .infa-section{
        background-color: #F8F8F8;
    }
    .infa-section-inner{
        background-color: #fff;
    }
    .infa-section-inner{
        padding: 15px;
    }
    .infa-sect-inner .slide-arrow{
        top: 32%;
    }
}


@media (max-width:480px) {
    .bn_overlay span {
        font-size: 16px;
    }
    .banner-left h1 {
        font-size: 26px;
    }
    .main-title {
        font-size: 24px;
        line-height: 1em;
    }
    .multiple-infraplates {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .infa-sect-inner .heading-area .main-title {
        font-size: 22px;
        margin: 0;
    }
    .infa-sect-inner .slide-arrow {
		width: 30px;
		height: 30px;
	}
    .infa-sect-inner .slide-arrow{
        top: 22%;
    }
    .sub-title {
        line-height: 1.2em;
    }
}