/*___________COMMON STYLE_____________*/
:root {
    /*font*/
    --headings_font: 'gthm_bold';
    --headings2_font: 'gthm_medium';
    --headings3_font: 'Roboto Slab', serif;
    --common_font: 'gthm_book';
    --bold_font: 'gthm_bold';
    --bold2_font: 'gthm_black';
    --light_font: 'gthm_light';

    /*color*/
    --min_color: #262626;
    --org_color: #ff7e54;
    --org2_color: #F2B591;
    --ligth_color: #fff;
    --gry_color: #f0f1f1;
    --gry2_color: #f9f9f9;
    --dark_color: #0d0d0d;
    --dark_color2: #121212;
}

.hide {
    display: none;
}

.heading09_topbanner {
    color: var(--org_color);
    font-size: 65px;
    line-height: 65px;
    font-family: var(--headings3_font);
    margin: 25px auto;
    font-weight: 700
}

.heading09_topbanner2 {
    color: var(--org_color);
    font-size: 25px;
    font-family: var(--headings3_font);
    margin: 25px auto;
    font-weight: 700
}

.para09_topbanner {
    font-family: var(--headings3_font);
    font-size: 20px;
    color: var(--org_color);
    margin: auto
}

.pageinfo.pageinfo_new {
    height: auto;
    background: var(--gry_color);
    padding: 75px 0 0px;
}

.pageinfo.pageinfo_new .pageinfo_bg {
    display: none;
}

.pageinfo.pageinfo_new .pageinfo_txt {
    position: initial;
}

.pageinfo.pageinfo_new .heading09_topbanner {
    font-size: 35px;
}

.pageinfo.pageinfo_new .para09_topbanner {
    display: none;
}

.pageinfo.pageinfo_new .pageinfo_txt_cov {
    width: 100%;
    text-align: left;
}

/*PAGE INFO END*/


.fancybox-morphing .fancybox-bg {
    background: #fff !important;
}

.radio-btn {}

.radio-btn .dtn_btn09 {
    display: block;
    margin: 20px auto;
    width: 100%;
}



.sp_sm_b {
    padding: 0px 0 80px;
}

.sp_sm_t {
    padding: 80px 0 0px;
}

.sp_sm_tb {
    padding: 100px 0 80px;
}

.nw_hdg {
    font-family: var(--headings2_font);
    font-size: 16px
}

a.nw_hdg:hover {
    color: var(--org_color)
}

.heading {
    font-size: 16px;
    font-family: var(--headings2_font);
    margin: 0 0 23px;
}

.heading_mini {
    font-size: 16px;
    font-family: var(--headings2_font);
    letter-spacing: 2px;
}

.heading_3 {
    font-size: 15px;
    font-family: var(--headings2_font);
}

.fa-phone {
    transform: rotate(100deg);
}

.article-news img {
    height: 210px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.myviewscrollks .article-news img {
    height: auto;
}

.title_hd {
    font-family: var(--headings3_font);
    font-size: 34px;
    font-weight: bold
}

.title_txt {
    font-family: var(--headings3_font);
}

.heading09_bx {
    display: block;
    margin: 0 0 10px
}

.heading09_bx_cov {
    border-radius: 0 30px 30px 30px;
    display: inline-block;
    padding: 6px 35px;
    min-width: 200px
}

.heading09 {
    font-size: 15px;
    line-height: 30px;
    font-family: var(--headings3_font);
    margin: 0 0 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.heading092 {
    font-size: 24px;
    font-family: var(--headings3_font);
    margin: 0 0 15px;
}

.section_info {
    display: flex;
    padding: 20px 0 10px;
    border-top: 1px dashed #9d9d9d;
    position: relative
}

.section_info_light {
    border-color: #fff
}

.section_info_l {
    width: 35%;
    margin: 0;
}

.section_info_l::before,
.section_info_l::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 120px;
    height: 7px;
    transition: all 1.5s
}

.section_info:hover .section_info_l::after {
    width: 120px
}

.section_info_r {
    width: 65%;
    margin: 0;
}

.section_info_btn {
    text-align: right
}

.section_info_border_d::before {
    background: #262626;
}

.section_info_border_d::after {
    background: var(--org_color);
    width: 0
}

.section_info_border_l::before {
    background: #fff;
}

.section_info_border_l::after {
    background: #262626;
    width: 0
}

.image_ovr_b {
    border-radius: 0px
}

.image_ovr {
    border-radius: 0 0 20px 20px;
    overflow: hidden
}

.image_ovr img {
    width: 100%;
    transform: scale(1.0);
    transition: all 0.5s
}

.like_h:hover {
    color: red !important
}

.share_h:hover {
    color: #0000FF !important
}

.download:hover {
    color: #000 !important
}

.fixed_btns {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 8;
    width: 35px;
    background: var(--org_color);
    border-radius: 0 20px 20px 20px;
}

.btn_darmod {
    font-family: var(--headings3_font);
    font-size: 15px;
    display: block;
    padding: 15px 4px 5px;
    cursor: pointer;
    line-height: 0;
    position: relative
}

.btn_darmod i {
    font-size: 0;
    width: 23px;
    height: 23px;
    background: #000;
    display: block;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
}

.btn_darmod i::after {
    content: '';
    position: absolute;
    left: -2px;
    top: -1px;
    width: 54%;
    height: 109%;
    background: #fff;
}

.btn_darmod input {
    display: none
}

.btn_darmod label {
    cursor: pointer
}

.btn_darmod label span {
    position: absolute;
    display: block;
    left: 0px;
    top: 2px;
    width: 120px;
    font-size: 13px;
    text-align: center;
    padding: 5px 15px;
    background: #fff;
    color: var(--org_color);
    border: 1px solid;
    border-radius: 0 30px 30px 30px;
    opacity: 0;
    transition: all 0.5s;
    line-height: normal
}

.btn_darmod label:hover span {
    left: 49px;
    opacity: 1;
    transition: all 0.5s
}

.toggle-font-size {
    position: relative
}

.toggle-font-size a {
    cursor: pointer;
    font-size: 17px;
    display: block;
    padding: 13px 8px 10px;
    color: #fff !important;
    font-weight: 100;
    line-height: 17px;
}


/*___________COMMON STYLE END_____________*/


/* ==== Slick Slider Css Ruls === */
.home_slider_row {
    width: 100%;
    display: block;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.homeslider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.homeslider .item .img-fill {}

.homeslider .item .img-fill .info {
    position: absolute;
    width: 500px;
    bottom: 10%;
}

.homeslider .info {
    right: 5%;
    text-align: right;
}

.homeslider .info.align-left {
    left: 5%;
    text-align: left;
    right: inherit;
}

.homeslider .info.align-center {
    right: 0;
    left: 0;
    text-align: center
}

.homeslider .info.align-right {
    right: 5%;
    text-align: right;
    left: inherit;
}


.homeslider .item .img-fill img {
    filter: blur(0px);
    width: 100%
}

.homeslider .item .info>div {
    display: inline-block !important;
    vertical-align: middle;
}

.homeslider .slick-dots {
    position: absolute;
    height: 2px;
    background: rgba(255, 255, 255, .20);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    z-index: 1
}

.homeslider .slick-dots li button {
    position: absolute;
    bottom: 30px;
    width: 10px;
    height: 10px;
    background: var(--org_color);
    border: none;
    font-size: 0;
    border-radius: 100%
}

.homeslider .slick-dots li.slick-active button {
    background: #fff
}

.homeslider .slick-dots li:nth-child(1) button {
    right: 140px;
}

.homeslider .slick-dots li:nth-child(2) button {
    right: 126px;
}

.homeslider .slick-dots li:nth-child(3) button {
    right: 113px;
}

.homeslider .slick-dots li:nth-child(4) button {
    right: 100px;
}

.homeslider .slick-dots li:nth-child(5) button {
    right: 88px;
}

.homeslider .slick-dots li:nth-child(6) button {
    right: 74px;
}

.homeslider .slick-dots li:nth-child(7) button {
    right: 60px;
}

.homeslider .slick-dots li::before {
    content: '';
    float: left;
    width: 0px;
    height: 2px;
    background: var(--org_color);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.homeslider .slick-dots li.slick-active::before {
    content: '';
    width: 100%;
    -webkit-animation: ProgressDots 6s both;
    animation: ProgressDots 6s both;
}

.homeslider .item h3 {
    font-family: var(--headings3_font);
    text-transform: uppercase;
    color: var(--org_color);
    -webkit-animation: fadeOutRight 1s both;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
    font-size: 50px;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 1.2x;
    letter-spacing: 2px;
}

.homeslider .item h5 {
    font-family: var(--headings2_font);
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #FFF;
    overflow: hidden;
    -webkit-animation: fadeOutLeft 1s both;
    animation: fadeOutLeft 1s both;
}

.homeslider .slick-next {
    right: 0;
    background: var(--org_color) url(../../images/icon/aro_svg.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center right 4px;
    border-radius: 40px 0 0 40px;
}

.homeslider .slick-prev {
    left: 0;
    background: var(--org_color) url(../../images/icon/aro_svg1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center left 4px;
    border-radius: 0 40px 40px 0
}

.homeslider .slick-arrow {
    display: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 45px;
    width: 30px;
    margin: auto;
    border: none;
    font-size: 0;
    opacity: 0.4
}

.homeslider .slick-arrow:hover {
    opacity: 1
}

.homeslider .item.slick-active h3 {
    -webkit-animation: fadeInDown 0.8s both 0.8s;
    animation: fadeInDown 0.8s both 0.8s;
}

.homeslider .item.slick-active h5 {
    -webkit-animation: fadeInLeft 1.5s both 2s;
    animation: fadeInLeft 1.5s both 2s;
}

/*.homeslider .item.slick-active{-webkit-animation:fadeInRight 1s both;animation:fadeInRight 1s both;}*/
.homeslider {
    background: var(--org_color);
}

/* ==== Slider Image Transition === */
@-webkit-keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

/* ==== Slider Style End=== */




/* TIMELINE SLIDER */




.timeline09 .slick-arrow {
    background: none;
    border: none;
    font-size: 0;
    position: absolute;
    right: 0;
    top: -59px;
    opacity: 0.5;
}

.timeline09 .slick-arrow:hover {
    opacity: 1;
}

.timeline09 .slick-prev {
    right: 30px;
}

.timeline09 .slick-prev::after,
.timeline09 .slick-next::after {
    display: block !important;
    font-size: 50px;
    color: var(--org_color);
    line-height: 0;
}

.timeline09 .slick-prev::after {
    content: '‹';
}

.timeline09 .slick-next::after {
    content: '›';
}


.timeline09 .timeline {
    padding: 20px 0 0;
    width: 90%;
}

.timeline09 .timeline .slick-list {
    overflow: hidden;
    padding-bottom: 15px;
}

.timeline09 .timeline {
    width: 100%;
    position: relative;
}

.timeline09 .timeline-nav__item {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 0.5;
    background: transparent;
    margin: 15px 25px !important;
    position: relative;
    outline: none;
    cursor: pointer;
}

.timeline09 .timeline-nav__item::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #898A8D;
    transition: 0.2s;
}

.timeline09 .timeline-nav__item.slick-current {
    color: var(--org_color);
    opacity: 1;
}

.timeline09 .timeline-nav__item.slick-current::before {
    background-color: var(--org_color)
}

.timeline09 .timeline-wrapper {
    position: relative;
    width: 100%;
    margin: 60px 0 0
}

.timeline09 .timeline .slick-track {
    height: 100%
}

.timeline09 .timeline-slide {
    position: relative;
    background-repeat: no-repeat;
    outline: none;
    background-size: auto 400px, cover;
    background-position: top;
    margin: 0 24px;
    width: 80%;
    z-index: 1;
}

.timeline09 .timeline-slide__content {
    z-index: 5;
    position: absolute;
    top: 220px;
    background: #898A8D;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0px);
    padding: 40px;
    opacity: 0;
    transition: opacity 1s;
}

.timeline09 .timeline .slick-current .timeline-year {
    opacity: 1;
}

.timeline09 .timeline .slick-current .timeline-slide__content {
    opacity: 1;
}

.timal-row {
    display: flex;
    background: #fff;
    height: 400px;
    overflow: hidden;
}

.homepage_a_brief_history .timal-row {
    background: var(--gry_color);
}

.timal-col {
    width: 100%;
    margin: auto;
    height: 100%;
}

.timal-col-txt {
    padding: 40px;
    overflow-y: auto;
    display: flex;
}

.timal-col-txt-cov {
    margin: auto;
    font-size: 14px;
}

.timalhdg {
    padding: 5px 0;
    font-size: 20px;
    color: var(--org_color);
    font-family: var(--headings3_font);
    font-weight: bold;
    margin: auto;
}

.timal-col-bg {
    overflow: hidden;
}

.timal-col-bg img {
    width: auto;
    xtransform: scale(1.1);
    height: auto;
}

.timeline09 .timeline-wrapper .slick-slide {
    opacity: 0;
    transition: all 0.5s;
    transform: scale(0.9);
}

.timeline09 .timeline-wrapper .slick-slide.slick-active {
    opacity: 1;
    xtransform: scale(1);
}

.timeline09 .timal-col-txt h4 {
    padding: 20px 0 10px;
    font-size: 15px;
    color: var(--org_color);
    font-family: var(--headings3_font);
    font-weight: bold;
    margin: auto;
}

.timeline09 .timal-col-txt ul {
    padding: 3px 0 3px 25px;
}

.timeline09 .timal-col-txt ul li {
    list-style-type: disc;
    padding: 3px;
}

.tml-yer {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: -29px;
    top: 0;
    background: var(--org_color);
    z-index: 2;
}

@media only screen and (max-width:1100px) {
    .timal-row {
        height: auto;
    }

}

@media only screen and (max-width:800px) {
    .timal-row {
        display: block;
        height: auto;
    }

    .timal-col-bg img {
        width: 100%;
        transform: scale(1.0);
        height: auto;
    }

    .timal-col-txt {
        padding: 10px;
    }

    .timeline09 .timeline .slick-track {
        display: flex;
    }

    .timeline09 .timeline-nav__item::before {
        top: 23px;
    }

    .tml-yer {
        font-size: 14px;
    }

    .timalhdg {
        font-size: 15px;
    }

    .timeline09 .timeline-slide {
        margin: 0 24px;
    }

    .timeline09 .timeline-wrapper {
        margin: 30px 0 0
    }

}

/* TIMELINE SLIDER END */

/* get in tuch new */
.get_dta_ctr {
    margin: auto;
    max-width: 400px;
    text-align: center;
}

.las_row {
    display: flex;
    flex-wrap: wrap;
}

.las_col_bg {
    width: 35%;
    position: relative;
    z-index: 2;
    border-radius: 100%;
    overflow: hidden;
}

.las_col_bg img {
    width: 100%;
}

.las_col_txt {
    width: 65%;
    text-align: center;
}

.las_col_txt_t1 {
    padding: 70px 0;
    background: var(--org_color);
    position: relative;
}

.las_col_txt_t1::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    background: var(--org_color);
    content: '';
}

.las_col_txt_t2 {
    height: 0;
    margin: 0;
    position: relative;
    top: 85px;
    font-size: 21px;
    font-family: var(--headings3_font);
    font-weight: bold;
}

.las_right {
    flex-direction: row-reverse;
}

.las_right .las_col_txt_t1::after {
    right: -100px
}

.las_letf .las_col_txt_t1::after {
    left: -100px
}

.las_right .las_col_txt_t1 {
    border-radius: 200px 0 0 200px;
}

.las_letf .las_col_txt_t1 {
    border-radius: 0 200px 200px 0;
}

.get_revolution .abt_2_left {
    background: var(--org_color);
    text-align: center;
}

.las_right .las_col_txt_in {
    left: 40px;
    position: relative;
}

.las_letf .las_col_txt_in {
    right: 40px;
    position: relative
}

.get_las .btn_cov_xl {
    margin: 30px auto 0;
}

.big_f {
    font-weight: bold;
    font-family: var(--headings3_font);
    font-size: 60px;
}

@media only screen and (max-width:800px) {
    .las_row {
        display: block;
    }

    .las_col_bg {
        width: 350px;
        margin: auto;
    }

    .las_col_txt {
        margin: 20px auto;
        text-align: center;
        width: 100%;
    }

    .las_col_txt_t1::after {
        display: none;
    }

    .las_col_txt_t1 {
        background: none;
        border-radius: 0;
        padding: 20px 0;
    }

    .las_col_txt_t1 .title_hd {
        color: var(--org_color)
    }

    .las_col_txt_t2 {
        top: 0;
        margin: 30px 0 0;
        height: auto;
    }

    .las_right .las_col_txt_in {
        left: 0
    }

    .las_letf .las_col_txt_in {
        right: 0
    }

    .big_f {
        font-size: 30px;
    }

    .las_col_txt_in .big_f {
        color: var(--org_color)
    }

    .vidGalleryDiv,
    .newsDiv {
        width: 100%;
    }

    .twitter-timeline,
    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe {
        width: 100% !important;
    }

    .twitter-timeline,
    .fb_iframe_widget {
        margin-bottom: 20px !important
    }

    .menu_btn {
        top: 1px;
    }

    .fb_iframe_widget * {
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
    }
}



/* _____________________________________________ Language Font End _______________________________________________________ */
