@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'The Great Escape';
    src: url('TheGreatEscape.woff2') format('woff2'),
        url('TheGreatEscape.woff') format('woff'),
        url('TheGreatEscape.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
.bannerhm{
    overflow: hidden;
}
.bannerhm .container{
    padding: 0px !important;
    margin: 0px !important;
    max-width: 100%;
}
.bannerTxt{
    display: flex;
    justify-content: flex-end;
    padding-right: 200px !important;
}
.font2{
    font-family: 'The Great Escape';
}
.homepage{
    position: relative;
}
.lftBnrContent{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);
    border-bottom: 1px solid #F36F21;
    padding-bottom: 10px;
}
.lftBnrContent h2{
    font-weight: 500;
    font-size: 40px;
    color: #0A224C;
}
.lftBnrContent h4{
    font-size: 24px;
    font-weight: 500;
}
.gif{
    width: 200px;
}
.leftImg{
    position: relative;
    left: 0;
    top: 0;
}
.leftImg video{
    width: 100%;
    padding-top: 10px;
}
.logoWrap{
    width: 20%;
}
.headerMiddle{
    width: 60%;
    text-align: center;
}
.headerRight{
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.rightbnr{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    width: 60%;
}
.rightbnr h3{
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 35px;
    font-weight: 500;
}
.rightbnr p{
    text-align: right;
    margin-bottom: 25px;
}
.rightbnr h2{
    font-size: 64px;
    line-height: 1.2;
    color: #F36F21;
    margin-bottom: 80px;
    font-weight: 500;
}
.rightbnr h4{
    font-size: 20px;
    line-height: 1.2;
    color: #0A224C;
    margin-bottom: 20px;
    font-weight: 600;
}
.iflBtn{
    position: relative;
    color: #BE822B;
    border: 1px solid #BE822B;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 3px;
}
.iflBtn::before{
    position: absolute;
    top: -7px;
    left: -8px;
    content: '';
    background-image: url(../images/home/btnleft.png);
    width: 42px;
    height: 35px;
    background-size: cover;
}
.iflBtn::after{
    position: absolute;
    bottom: -7px;
    right: -8px;
    content: '';
    background-image: url(../images/home/btnleft.png);
    width: 42px;
    height: 35px;
    background-size: cover;
    transform: rotate(180deg);
}


/* timeline */
.timeline{
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.timeline::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/home/Bars.png);
}
.chakaWrap{
    position: relative;
}
.timeline ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
.chAnchor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.timeline li{
    width: 16.3%;
}
.chakaWrap ul li a{
    line-height: normal;
}
.chakaTitle{
    color: rgba(0, 0, 0, 0.51);
    margin-top: 10px;
    font-size: 12px;
    min-height: 35px;
}

.secHeadH{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}
.subhead{
    font-size: 24px;
    margin-bottom: 40px;
}
.py_50{
    padding: 50px 0;
}
.tar{
    text-align: right;
}
.sec_H2{
    /* background-image: url(../images/home/aboutSection.png); */
    background-image: url(../images/home/aboutSection_1.gif);
    background-position: right;
    background-repeat: no-repeat;
    height: 640px;
}
.pb_0{
    padding-bottom: 0;
}
.timeline{
    position: sticky;
    top: 0;
    z-index: 99;
}
.sec_H2 p{
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.ldrmsg{
    min-height: 385px;
    position: relative;
}
.ldrmsg::before{
    position: absolute;
    content: '';
    top: -20px;
    right: 0;
    width: 220px;
    height: 20px;
    background-image: url(../images/home/ldrLine.png);
}
.ldrmsg2::before{
    right: inherit;
    left: 0;
}
.ldrmsg p{
    font-size: 20px;
}
.bottomLine{
    position: relative;
}
.bottomLine:after{
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 25px;
    background-image: url(../images/home/line1.jpg);
}


.tac{
    text-align: center;
}

.tabSecH .listWrap{
    margin-top: 50px;
}
.tabSecH ul.tabs{
    background: none!important;
    border: none!important;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    -webkit-margin-before: 0;
    -webkit-padding-start: 0;
   margin-bottom: 60px;
}

.tabSecH ul.tabs li {
    position: relative;
    list-style:none;
    cursor:pointer;
    margin-right:15px;
    display: inline-block;
    font-size: 18px;
    color: #242056;
    padding: 12px 35px;
    border-radius:5px;
    background-color: #fff;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0 !important;
    box-shadow: 4px 4px 5px #efefef;
    text-transform: uppercase;
    transform: scale(1);
    transition: 0.4s;
    margin: 0 15px;
}
.dif{
    display: inline-flex;
}
.tabSecH ul.tabs li:after{
    position: absolute;
    content: normal;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 15px;
    background: url(../images/home/line1.jpg);
}
.tabSecH ul.tabs li::before{
    position: absolute;
    content: normal;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(../images/home/line1.jpg);
}
.tabSecH ul.tabs li.active{
    transform: scale(1.05);
    /* padding: 15px 35px; */
    color: #F36F21;
}
.tabSecH ul.tabs li.active::before{
    content: '';
}
.tabSecH ul.tabs li.active::after{
    content: '';
}
.tabSecH .listContBox{
    padding-top:20px;
    /* border-top: 1px solid rgba(0,0,0,0.5); */
    display: inline-block;
    width:100%;
}

.tabSecH .listContBox .tab_content{
    display: none;
}

.tabSecH .listContBox .tab_content.active{
    display: block;
}
.chaka{
    width: 45px;
}
.chaka img{
    width: 100%;
}
.chaka1{
    opacity: 0;
    transition: 0.4s;
    visibility: hidden;
    top: 0;
    position: absolute;
}
.chaka2{
    opacity: 1;
    transition: 0.4s;
}
.chakaWrap.active .chaka1{
    opacity: 1;
    visibility: visible;
}
.chakaWrap.active .chakaTitle{
    color: #BE822B;
}
.chakaWrap.active .chaka2{
    opacity: 0;
}
.italic{
    font-style: italic;
}
.eachBoxliH{
    margin-bottom: 40px;
    display: flex;
}
.eachBoxliH figure{
    display: block;
    margin-right: 10px !important;
    width: 48px;
}
.eachBoxliH figure img{
    width: 100%;
}
.boxliContent{
    margin-top: 10px;
    width: calc(100% - 48px);
}
.boxliContent h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.boxliContent li img{
    width: 16px;
    height: 16px;
}
.boxliContent li p{
    font-weight: 500;
}
.firstLiWrap h4{
    color: #242056;
}
.secondLiWrap h4{
    color: #F36F21;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #F36F21;
    margin-bottom: 25px;
}
.eachsecond{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eachsecond figure{
    width: 75px;
    margin-bottom: 15px !important;
}
.eachsecond h5{
    margin-bottom: 10px;
    text-align: center;
}
.eachsecond p{
    margin-bottom: 5px;
    text-align: center;
}
.eachsecond figure img{
    width: 100%;
}
.eachsecond ul li img{
    width: 16px;
    height: 16px;
}
.px_05{
    padding: 0 5px;
}
.brdRight{
    border-right: 1px solid #BE822B;
}
.arrIfl{
    cursor: pointer;
}
.slideHead {
    padding-bottom: 20px;
    border-bottom: 1px solid #995A2E;
}
.slideBoxh{
    border-right: 1px solid #F36F21;
    padding: 20px;
    min-height: 290px;
    box-shadow: 2px 2px 5px #efefef;
    position: relative;
}
.slideBoxh:after{
    position: absolute;
    content: '';
    right: -20px;
    top: 96px;
    width: 20px;
    height: 20px;
    background: url(../images/home/triangle.png) no-repeat;

}
.slideHead h4{
    font-size: 20px;
    font-weight: 600;
}
.slideContent{
    padding-top: 20px;
}
.slideContent ul li{
    margin-bottom: 10px;
}
.sec_H6, .wrapper {
    overflow-x: hidden;
}

.slideHead figure{
    width: 64px;
}
.slideContent ul li{
    align-items: flex-start;
}
.slideContent ul li img{
    width: 14px;
    height: 14px;
}
.slideContent ul li p{
    line-height: 1.1;
}