body {
    margin: 0;
    font-size: 62.5%
}

@media screen and (max-width:1440px) {
    body {
        font-size: 55%
    }
}

@media screen and (max-width:1299px) {
    body {
        font-size: 53%
    }
}

@media screen and (max-width:1199px) {
    body {
        font-size: 50%
    }
}

@media screen and (max-width:991px) {
    body {
        font-size: 45%
    }
}

.achievements-wrapper ul.achievements li p,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

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

select:focus {
    outline: 0
}

a {
    display: block;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    width: 100%;
    height: auto
}

.sprite {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat
}

.pr {
    position: relative
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.fw-500 {
    font-weight: 500 !important
}

@media screen and (max-width:1399px) {
    .container {
        width: 90%
    }
}

@media screen and (max-width:575px) {
    .container {
        width: 87%
    }
}

h2.sub-heading {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 5.2em;
    line-height: 1.7;
    color: #3c3c50;
    letter-spacing: .14em;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    h2.sub-heading {
        font-size: 4.8em !important
    }
}

@media screen and (max-width:767px) {
    h2.sub-heading {
        font-size: 3.5em !important;
        letter-spacing: 2px;
        margin-bottom: 15px
    }
}

h2.sub-heading:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #f00000;
    left: 0;
    width: 113px;
    top: 75px
}

@media screen and (max-width:1440px) {
    h2.sub-heading:before {
        top: 67px
    }
}

@media screen and (max-width:1299px) {
    h2.sub-heading:before {
        top: 65px
    }
}

@media screen and (max-width:1199px) {
    h2.sub-heading:before {
        top: 60px
    }
}

@media screen and (max-width:991px) {
    h2.sub-heading:before {
        top: 53px
    }
}

@media screen and (max-width:767px) {
    h2.sub-heading:before {
        top: 40px;
        border-bottom: 1px solid #f00000
    }
}

p.common-para {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.7;
    color: #3c3c50
}

@media screen and (max-width:767px) {
    p.common-para {
        font-size: 2em
    }
}

.red-strip:before {
    content: "";
    position: absolute;
    background-color: #f00000;
    width: 67px;
    height: 31px;
    top: 28px;
    left: 0
}

@media screen and (max-width:1440px) {
    .red-strip:before {
        width: 50px;
        top: 21px
    }
}

@media screen and (max-width:1199px) {
    .red-strip:before {
        top: 19px
    }
}

@media screen and (max-width:991px) {
    .red-strip:before {
        width: 45px;
        height: 25px;
        top: 16px
    }
}

@media screen and (max-width:767px) {
    .red-strip:before {
        width: 30px;
        height: 25px;
        top: 8px
    }
}

.know-more {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #3c3c50;
    color: #d20505;
    display: inline-block;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .know-more {
        font-size: 12px
    }
}

.know-more:focus,
.know-more:hover {
    color: #d20505
}

.know-more:focus:after,
.know-more:hover:after {
    transform: translate3d(0, 0, 0)
}

.know-more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 100%;
    height: 2px;
    background-color: #f00000;
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
    transition: opacity .3s, transform .3s
}

.slick-arrow {
    width: 49px;
    height: 49px;
    border-radius: 100%
}

.slick-prev {
    background: url(../img/carrer-left-arrow.png) no-repeat transparent center !important;
    left: 0
}

@media screen and (max-width:767px) {
    .slick-prev {
        zoom: .5;
        left: -40px
    }
}

.slick-next {
    background: url(../img/carrer-right-arrow.png) no-repeat transparent center !important;
    right: 0
}

@media screen and (max-width:767px) {
    .slick-next {
        zoom: .5;
        right: -40px
    }
}

.slick-prev.slick-disabled {
    background: url(../img/carrer-disable-left-arrow.png) no-repeat center !important
}

.slick-next.slick-disabled {
    background: url(../img/carrer-disable-right-arrow.png) no-repeat center !important
}

.slick-next:before,
.slick-prev:before {
    display: none
}

.hdr-fix {
    transition: all .5s
}

.hdr-fix .header-wrap ul.sub-header {
    transition: all .5s
}

header {
    background-color: #3c3c50;
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 15px 0 10px
}

@media screen and (max-width:991px) {
    header {
        padding: 12px 0
    }
}

header .header-wrap {
    max-width: 1300px;
    margin: 0 auto
}

header .header-wrap ul.sub-header {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 12px 0;
    transition: all .5s
}

@media screen and (max-width:991px) {
    header .header-wrap ul.sub-header {
        display: none
    }
}

header .header-wrap ul.sub-header li {
    padding: 0 35px;
    position: relative
}

header .header-wrap ul.sub-header li:last-child {
    padding: 0 15px 0 35px
}

header .header-wrap ul.sub-header li a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #3c3c50;
    color: #b3b0b0;
    position: relative;
    transition: all .5s
}

header .header-wrap ul.sub-header li a:focus,
header .header-wrap ul.sub-header li a:hover {
    transition: all .5s
}

header .header-wrap ul.sub-header li a:focus:after,
header .header-wrap ul.sub-header li a:hover:after {
    opacity: 1;
    transform: translate3d(0, 3px, 0)
}

header .header-wrap ul.sub-header li a:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: opacity .3s, transform .3s
}

header .header-wrap ul.sub-header li .active:focus:after,
header .header-wrap ul.sub-header li .active:hover:after {
    opacity: 1;
    transform: translate3d(0, 3px, 0)
}

header .header-wrap ul.sub-header li .active:after {
    opacity: 1;
    transform: translate3d(0, 3px, 0)
}

header .header-wrap ul.sub-header li:after {
    content: "";
    position: absolute;
    top: 20%;
    bottom: -1px;
    right: 0;
    height: 14px;
    border-right: 1px solid #b3b0b0
}

header .header-wrap ul.sub-header li:last-child:after {
    display: none
}

header .header-wrap .container-fluid .abp-logo {
    max-width: 234px
}

@media screen and (max-width:1199px) {
    header .header-wrap .container-fluid .abp-logo {
        max-width: 175px
    }
}

header .header-wrap .container-fluid .abp-logo a {
    position: relative
}

header .header-wrap .container-fluid .abp-logo a:focus:after,
header .header-wrap .container-fluid .abp-logo a:hover:after {
    opacity: 1;
    transform: translate3d(0, 3px, 0)
}

header .header-wrap .container-fluid .abp-logo a:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f00000;
    opacity: 0;
    transition: opacity .3s, transform .3s
}

@media screen and (max-width:1199px) {
    header .header-wrap .container-fluid .abp-logo a:after {
        bottom: -14px
    }
}

@media screen and (max-width:991px) {
    header .header-wrap .container-fluid .abp-logo a:after {
        bottom: -11px
    }
}

header .header-wrap .container-fluid .abp-logo .active:after {
    opacity: 1;
    transform: translate3d(0, 3px, 0)
}

@media screen and (max-width:991px) {
    header .header-wrap .container-fluid .menubar ul.menubar-list {
        display: none
    }
}

header .header-wrap .container-fluid .menubar ul.menubar-list li {
    display: inline-block;
    padding: 0 20px
}

@media screen and (max-width:1199px) {
    header .header-wrap .container-fluid .menubar ul.menubar-list li {
        padding: 0 25px
    }
}

header .header-wrap .container-fluid .menubar ul.menubar-list li a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.9em;
    line-height: 28px;
    color: #3c3c50;
    text-align: left;
    color: #fff;
    position: relative
}

header .header-wrap .container-fluid .menubar ul.menubar-list li a:focus:after,
header .header-wrap .container-fluid .menubar ul.menubar-list li a:hover:after {
    opacity: 1;
    transform: translate3d(0, 3px, 0)
}

header .header-wrap .container-fluid .menubar ul.menubar-list li a:after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f00000;
    opacity: 0;
    transition: opacity .3s, transform .3s
}

header .header-wrap .container-fluid .menubar ul.menubar-list li .active:after {
    opacity: 1;
    transform: translate3d(0, 3px, 0)
}

header .header-wrap .container-fluid .lets-talk {
    border: 1px solid #f00000;
    text-align: center;
    position: relative
}

@media screen and (max-width:991px) {
    header .header-wrap .container-fluid .lets-talk {
        display: none
    }
}

header .header-wrap .container-fluid .lets-talk:hover {
    border: 1px solid #fff
}

header .header-wrap .container-fluid .lets-talk a {
    padding: 5px 39px;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.9em;
    line-height: 28px;
    color: #3c3c50;
    text-align: left;
    color: #fff;
    background: linear-gradient(to right, #fff 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .5s ease-out
}

@media screen and (max-width:1199px) {
    header .header-wrap .container-fluid .lets-talk a {
        padding: 6px 40px
    }
}

header .header-wrap .container-fluid .lets-talk a:hover {
    background-position: 0;
    color: #f00000
}

header .header-wrap .container-fluid .lets-talk .active {
    background-position: 0;
    color: #f00000
}

header .header-wrap .container-fluid .hamburger-menubar {
    display: none
}

@media screen and (max-width:991px) {
    header .header-wrap .container-fluid .hamburger-menubar {
        display: block
    }
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-icon {
    width: 30px;
    height: 20px;
    position: relative
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-icon span {
    width: 100%;
    background-color: #fff;
    position: absolute;
    height: 4px;
    border-radius: 25px
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-icon span:nth-child(2) {
    top: 40%
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-icon span:nth-child(3) {
    bottom: 0
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-list {
    width: 310px;
    background: #fff;
    padding: 80px 30px;
    position: fixed;
    height: 100%;
    z-index: 1;
    top: 0;
    right: -100%;
    transition: all .5s
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-list .close {
    position: relative;
    width: 30px;
    opacity: 1;
    top: -30px
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-list .close span {
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 25px;
    background-color: #1c3e58;
    transform: rotate(45deg)
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-list .close span:nth-child(2) {
    transform: rotate(135deg)
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-list ul.menu-list li a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 28px;
    color: #3c3c50;
    text-align: left;
    position: relative;
    padding: 10px 0
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-list .lets-talk {
    display: block;
    margin: 30px 0
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-list .lets-talk:hover {
    border: 1px solid #f00000
}

header .header-wrap .container-fluid .hamburger-menubar .hamburger-menu-list .lets-talk a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 28px;
    color: #3c3c50;
    text-align: center;
    padding: 10px 0
}

footer {
    background-color: #3c3c50
}

@media screen and (max-width:575px) {
    footer .container {
        width: 100%
    }
}

footer .upper-footer {
    border: 1px solid #575757;
    padding: 35px 0 72px
}

@media screen and (max-width:991px) {
    footer .upper-footer {
        padding: 30px 0 80px
    }
}

@media screen and (max-width:767px) {
    footer .upper-footer {
        padding: 20px 0 30px
    }
}

@media screen and (max-width:767px) {
    footer .upper-footer .d-flex {
        display: block !important
    }
}

footer .upper-footer h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.9em;
    line-height: 1.5;
    color: #3c3c50;
    color: #f3d11c
}

@media screen and (max-width:991px) {
    footer .upper-footer h2 {
        font-size: 1.8em
    }
}

footer .upper-footer li a,
footer .upper-footer p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1.8;
    color: #3c3c50;
    color: #fff
}

@media screen and (max-width:991px) {

    footer .upper-footer li a,
    footer .upper-footer p {
        font-size: 1.5em
    }
}

footer .upper-footer a {
    display: inline-block;
    position: relative;
    overflow: hidden
}

footer .upper-footer a:focus,
footer .upper-footer a:hover {
    color: #fff
}

footer .upper-footer a:focus:after,
footer .upper-footer a:hover:after {
    transform: translate3d(0, 0, 0)
}

footer .upper-footer a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translate3d(-100%, 0, 0);
    transition: opacity .3s, transform .3s
}

footer .upper-footer .about-us {
    width: calc(33% - 30px);
    padding: 0 30px 0 0;
    position: relative
}

@media screen and (max-width:1199px) {
    footer .upper-footer .about-us {
        width: calc(32% - 20px);
        padding: 0 20px 0 0
    }
}

@media screen and (max-width:767px) {
    footer .upper-footer .about-us {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 20px 0;
        padding: 0 35px 0 0;
        width: 50%
    }
}

@media screen and (max-width:575px) {
    footer .upper-footer .about-us {
        padding: 0 10px 0 0
    }
}

footer .upper-footer .about-us:after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #575757;
    top: 0;
    bottom: 0;
    height: 90%;
    right: 0
}

@media screen and (max-width:767px) {
    footer .upper-footer .about-us:after {
        height: 100%
    }
}

footer .upper-footer .information {
    width: calc(20% - 30px);
    padding: 0 0 0 30px
}

@media screen and (max-width:1199px) {
    footer .upper-footer .information {
        width: calc(20% - 20px);
        padding: 0 0 0 20px
    }
}

@media screen and (max-width:767px) {
    footer .upper-footer .information {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 35px;
        width: 49%;
        margin: 0 0 20px 0
    }
}

@media screen and (max-width:575px) {
    footer .upper-footer .information {
        padding: 0 0 0 10px
    }
}

footer .upper-footer .address-phone {
    width: 25%
}

@media screen and (max-width:767px) {
    footer .upper-footer .address-phone {
        width: 100%;
        margin: 0 0 20px 0
    }
}

footer .upper-footer .address-phone .corporate-office {
    margin: 0 0 11px 0
}

@media screen and (max-width:767px) {
    footer .upper-footer .address-phone .corporate-office {
        display: inline-block;
        vertical-align: top;
        padding: 0 35px 0 0;
        width: 50%;
        margin: 0
    }
}

@media screen and (max-width:575px) {
    footer .upper-footer .address-phone .corporate-office {
        padding: 0 10px 0 0
    }
}

@media screen and (max-width:767px) {
    footer .upper-footer .address-phone .phone {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 35px;
        width: 49%
    }
}

@media screen and (max-width:575px) {
    footer .upper-footer .address-phone .phone {
        padding: 0 0 0 10px
    }
}

footer .upper-footer .subscribe {
    width: 37%;
    position: absolute;
    bottom: -50px
}

@media screen and (max-width:991px) {
    footer .upper-footer .subscribe {
        width: 47%
    }
}

@media screen and (max-width:767px) {
    footer .upper-footer .subscribe {
        position: unset;
        width: 100%
    }
}

footer .upper-footer .subscribe form {
    position: relative;
    margin: 9px 0 0
}

footer .upper-footer .subscribe input[type=email] {
    background-color: #fff;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 24px;
    color: #3c3c50;
    border: 0;
    outline: 0;
    padding: 8px 10px;
    width: 63%;
    margin-right: 2%;
    color: #c1c1c1
}

@media screen and (max-width:991px) {
    footer .upper-footer .subscribe input[type=email] {
        line-height: 1
    }
}

footer .upper-footer .subscribe input[type=email]::placeholder {
    color: #c1c1c1
}

footer .upper-footer .subscribe input[type=email]:focus::placeholder {
    color: transparent
}

footer .upper-footer .subscribe input[type=submit] {
    background-color: #ff0404;
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 20px;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35%
}

@media screen and (max-width:991px) {
    footer .upper-footer .subscribe input[type=submit] {
        line-height: 1
    }
}

footer .upper-footer .subscribe input[type=submit]:after {
    content: "";
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -1443px -304px;
    width: 16px;
    height: 16px
}

footer .upper-footer .subscribe #footer_success {
    position: absolute;
    color: #f3d11c
}

footer .bottom-footer {
    padding: 24px 0
}

@media screen and (max-width:767px) {
    footer .bottom-footer {
        padding: 12px 0 20px
    }
}

footer .bottom-footer p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 22px;
    color: #3c3c50;
    color: #c4c4c4
}

.home-banner-wrapper {
    padding: 95px 0 0
}

@media only screen and (max-width:991.5px) {
    .home-banner-wrapper {
        padding: 45px 0 0
    }
}

.about-wrapper .wrapper-class {
    position: relative;
    padding: 0 43px
}

@media only screen and (max-width:991.5px) {
    .about-wrapper .wrapper-class {
        padding: 0 15px
    }
}

@media only screen and (max-width:767.5px) {
    .about-wrapper .wrapper-class {
        padding: 0;
        width: 100% !important;
        padding: 0 12%
    }
}

@media only screen and (max-width:575px) {
    .about-wrapper .wrapper-class {
        padding: 0 5%
    }
}

.about-wrapper .wrapper-class:after {
    content: "";
    border-right: 2px solid #3c3c50;
    height: 172px;
    position: absolute;
    top: 20%;
    right: 0
}

@media only screen and (max-width:767.5px) {
    .about-wrapper .wrapper-class:after {
        display: none
    }
}

@media only screen and (max-width:991.5px) {
    .about-wrapper .wrapper-class .sprite {
        zoom: .8
    }
}

@media only screen and (max-width:767.5px) {
    .about-wrapper .wrapper-class .sprite {
        margin: 0 auto;
        zoom: .7
    }
}

.about-wrapper .wrapper-class .about-us-img {
    background-position: -160px -34px;
    width: 89px;
    height: 57px
}

.about-wrapper .wrapper-class .what-we-do-img {
    background-position: -551px -153px;
    width: 58px;
    height: 58px
}

.about-wrapper .wrapper-class .live-img {
    background-position: -730px -491px;
    width: 58px;
    height: 52px
}

.about-wrapper .wrapper-class .achievements-wrapper ul.achievements li p,
.about-wrapper .wrapper-class h3,
.achievements-wrapper ul.achievements li .about-wrapper .wrapper-class p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1.2;
    color: #3c3c50;
    margin: 12px 0
}

@media only screen and (max-width:767.5px) {

    .about-wrapper .wrapper-class .achievements-wrapper ul.achievements li p,
    .about-wrapper .wrapper-class h3,
    .achievements-wrapper ul.achievements li .about-wrapper .wrapper-class p {
        text-align: center
    }
}

.about-wrapper .wrapper-class p {
    font-size: 1.8em;
    line-height: 1.4
}

@media only screen and (max-width:767.5px) {
    .about-wrapper .wrapper-class p {
        text-align: center
    }
}

.about-wrapper .wrapper-class .know-more {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    margin: 25px 0 0
}

@media only screen and (max-width:767.5px) {
    .about-wrapper .wrapper-class .know-more {
        display: block;
        width: fit-content;
        color: #f00000;
        margin: 11px auto 0
    }
}

.about-wrapper .col-md-4:last-child .wrapper-class:after {
    display: none
}

.our-brand-wrapper {
    background: url(../img/our-brand.jpg) no-repeat center center/cover
}

.our-brand-wrapper:before {
    top: 50px
}

@media only screen and (max-width:1399px) {
    .our-brand-wrapper:before {
        top: 46px
    }
}

@media only screen and (max-width:1199px) {
    .our-brand-wrapper:before {
        top: 43px
    }
}

@media only screen and (max-width:991.5px) {
    .our-brand-wrapper:before {
        top: 41px
    }
}

@media only screen and (max-width:767.5px) {
    .our-brand-wrapper:before {
        top: 25px
    }
}

.our-brand-wrapper h2 {
    color: #fff
}

.our-brand-wrapper .our-brand-content {
    background-color: rgba(0, 0, 0, .3)
}

.our-brand-wrapper .our-brand-content p {
    color: #fff
}

@media only screen and (max-width:991.5px) {
    .our-brand-wrapper .our-brand-content ul.abp-logo li {
        zoom: .8
    }
}

@media only screen and (max-width:767.5px) {
    .our-brand-wrapper .our-brand-content ul.abp-logo li {
        zoom: 1
    }
}

@media only screen and (max-width:453px) {
    .our-brand-wrapper .our-brand-content ul.abp-logo li {
        zoom: .7
    }
}

@media only screen and (max-width:453px) {
    .our-brand-wrapper .our-brand-content ul.abp-logo li {
        display: inline-block;
        vertical-align: top
    }
}

.our-brand-wrapper .our-brand-content ul.abp-logo li:nth-child(1) {
    background-position: -27px -145px;
    width: 37px;
    height: 68px
}

.our-brand-wrapper .our-brand-content ul.abp-logo li:nth-child(2) {
    background-position: -912px -43px;
    width: 38px;
    height: 63px
}

.our-brand-wrapper .our-brand-content ul.abp-logo li:nth-child(3) {
    background-position: -852px -40px;
    width: 37px;
    height: 65px
}

.our-brand-wrapper .our-brand-content ul.abp-logo li:nth-child(4) {
    background-position: -750px -39px;
    width: 44px;
    height: 62px
}

.our-brand-wrapper .our-brand-content ul.abp-logo li:nth-child(5) {
    background-position: -705px -41px;
    width: 37px;
    height: 64px
}

.our-brand-wrapper .our-brand-content ul.abp-logo li:nth-child(6) {
    background-position: -648px -41px;
    width: 36px;
    height: 62px
}

.our-brand-wrapper .our-brand-content ul.abp-logo li:nth-child(7) {
    background-position: -804px -42px;
    width: 36px;
    height: 60px
}

.our-brand-wrapper .our-brand-content ul.abp-logo li:nth-child(8) {
    background-position: -878px -502px;
    width: 40px;
    height: 62px;
}

.our-brand-wrapper .our-brand-content ul.abp-logo li:nth-child(9) {
    background-position: -814px -502px;
    width: 36px;
    height: 63px;
}

.our-brand-wrapper .our-brand-content .know-more {
    margin: 15px 0;
    color: #f00000
}

.featured-story-wrapper:before {
    z-index: 99
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper:before {
        right: 0;
        left: unset
    }
}

.featured-story-wrapper h2 {
    z-index: 99
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper h2 {
        float: right
    }
}

.featured-story-wrapper .feature-wrapper {
    margin: -93px auto 0;
    max-width: 1440px
}

@media only screen and (max-width:991.5px) {
    .featured-story-wrapper .feature-wrapper {
        margin: 0 auto
    }
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper {
        max-width: 600px
    }
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper {
        margin: 0 auto;
        max-width: 540px
    }
}

.featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide {
    position: relative
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide {
        display: flex;
        flex-direction: column;
        padding: 0 15px
    }
}

.featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .features-slide-content {
    width: 54%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 11% 0 8%
}

@media only screen and (max-width:991.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .features-slide-content {
        padding: 0 4% 0 8%
    }
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .features-slide-content {
        width: 100%;
        display: block;
        padding: 0;
        order: 2
    }
}

.featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .features-slide-content p {
    margin: 80px 0 40px
}

@media only screen and (max-width:991.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .features-slide-content p {
        margin: 0 0 20px
    }
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .features-slide-content p b {
        display: none
    }
}

.featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .featured-story-img {
    width: 45%;
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .featured-story-img {
        width: 100%;
        display: block;
        order: 1
    }
}

.featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .featured-story-img p {
    display: none
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .features-slide .featured-story-img p {
        display: block
    }
}

.featured-story-wrapper .feature-wrapper .features-slider-wrapper .slick-prev {
    left: 10px;
    z-index: 1
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .slick-prev {
        top: 35%;
        left: 0
    }
}

.featured-story-wrapper .feature-wrapper .features-slider-wrapper .slick-next {
    right: 10px;
    z-index: 1
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .slick-next {
        top: 35%;
        right: 0
    }
}

.featured-story-wrapper .feature-wrapper .features-slider-wrapper .slick-dots li button:before {
    font-size: 35px
}

.featured-story-wrapper .feature-wrapper .features-slider-wrapper .slick-dots {
    position: relative;
    bottom: -17px
}

@media only screen and (max-width:767.5px) {
    .featured-story-wrapper .feature-wrapper .features-slider-wrapper .slick-dots {
        bottom: 0
    }
}

.achievements-wrapper {
    background: url(../img/achievement.jpg) no-repeat center center/cover
}

@media only screen and (max-width:767.5px) {
    .achievements-wrapper .container {
        width: 100%
    }
}

.achievements-wrapper p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1.7;
    color: #3c3c50;
    text-align: center;
    color: #fff;
    max-width: 835px
}

@media only screen and (max-width:767.5px) {
    .achievements-wrapper p {
        font-size: 2em
    }
}

.achievements-wrapper ul.achievements {
    display: flex
}

.achievements-wrapper ul.achievements li {
    width: 25%;
    position: relative
}

.achievements-wrapper ul.achievements li:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    right: 0;
    height: 98px;
    top: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (max-width:767.5px) {
    .achievements-wrapper ul.achievements li:after {
        display: none
    }
}

.achievements-wrapper ul.achievements li:last-child:after {
    display: none
}

@media only screen and (max-width:991.5px) {
    .achievements-wrapper ul.achievements li .sprite {
        zoom: .8
    }
}

@media only screen and (max-width:767.5px) {
    .achievements-wrapper ul.achievements li .sprite {
        zoom: .7
    }
}

.achievements-wrapper ul.achievements li .icon1 {
    background-position: -273px -145px;
    width: 96px;
    height: 79px
}

.achievements-wrapper ul.achievements li .icon2 {
    background-position: -300px -38px;
    width: 69px;
    height: 84px
}

.achievements-wrapper ul.achievements li .icon3 {
    background-position: -394px -35px;
    width: 82px;
    height: 84px
}

.achievements-wrapper ul.achievements li .icon4 {
    background-position: -1321px -188px;
    width: 103px;
    height: 83px
}

.achievements-wrapper ul.achievements li h3,
.achievements-wrapper ul.achievements li p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 2.5em;
    line-height: 1.2;
    color: #3c3c50;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    text-align: center
}

@media only screen and (max-width:1199px) {

    .achievements-wrapper ul.achievements li h3,
    .achievements-wrapper ul.achievements li p {
        margin: 10px 0;
        line-height: 1.3
    }
}

@media only screen and (max-width:991.5px) {

    .achievements-wrapper ul.achievements li h3,
    .achievements-wrapper ul.achievements li p {
        margin: 5px auto
    }
}

.achievements-wrapper ul.achievements li p {
    font-weight: 500;
    margin: 0 auto
}

@media only screen and (max-width:767.5px) {
    .achievements-wrapper ul.achievements li p {
        font-size: 2em
    }

    .achievements-wrapper ul.achievements li p br {
        display: none
    }
}

.achievements-wrapper ul.achievements li .know-more {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.5;
    color: #3c3c50;
    color: #f00000;
    text-align: center;
    margin: 14px auto 0;
    width: fit-content;
    display: block
}

@media only screen and (max-width:1199px) {
    .achievements-wrapper ul.achievements li .know-more {
        margin: 5px auto 0
    }
}

@media only screen and (max-width:767.5px) {
    .achievements-wrapper ul.achievements .slick-dots li {
        width: unset;
        position: unset;
        border: 1px solid #e7e7e7;
        height: 1px
    }

    .achievements-wrapper ul.achievements .slick-dots li button {
        padding: 0;
        height: 1px
    }

    .achievements-wrapper ul.achievements .slick-dots .slick-active {
        border: 1px solid #f00000
    }
}

.flagship-show-wrapper:before {
    right: 0;
    left: unset
}

.flagship-show-wrapper .sub-heading {
    float: right;
    font-weight: 600
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .sub-heading {
        font-weight: 800
    }
}

.flagship-show-wrapper .flagship-content-wrapper {
    max-width: 1027px;
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper {
        max-width: 540px
    }
}

.flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown {
    position: absolute;
    z-index: 999
}

.flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown .dropdown-head {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #3c3c50;
    color: #f00000;
    border: 1px solid #9d9d9d;
    cursor: pointer;
    background: url(../img/drop-down.svg) no-repeat 95%;
    width: 163px;
    padding: 11px 9px 11px 15px
}

@media only screen and (max-width:991.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown .dropdown-head {
        font-size: 15px
    }
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown .dropdown-head {
        background-size: 14%;
        font-size: 12px
    }
}

@media only screen and (max-width:453px) {
    .flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown .dropdown-head {
        width: 110px;
        padding: 11px 9px
    }
}

.flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown ul.dropdown-list {
    background-color: #fff;
    display: none;
    border: 1px solid #9d9d9d;
    padding: 0 9px 0 15px
}

@media only screen and (max-width:453px) {
    .flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown ul.dropdown-list {
        padding: 0 9px
    }
}

.flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown ul.dropdown-list li {
    margin: 10px 0
}

.flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown ul.dropdown-list li a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #3c3c50;
    text-align: left
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .abp-news-dropdown ul.dropdown-list li a {
        text-align: left;
        font-size: 12px
    }
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .col-md-3 {
        width: 50%;
        margin: 0 0 0 175px;
        position: relative
    }
}

@media only screen and (max-width:453px) {
    .flagship-show-wrapper .flagship-content-wrapper .col-md-3 {
        margin: 0 0 0 125px;
        padding: 0;
        width: 60%
    }
}

.flagship-show-wrapper .flagship-content-wrapper .timing-drop-down {
    display: none
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-drop-down {
        border: 1px solid #9d9d9d;
        cursor: pointer;
        background: url(../img/drop-down.svg) no-repeat 95%;
        padding: 11px 15px;
        display: block
    }
}

@media only screen and (max-width:767.5px) and (max-width:453px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-drop-down {
        padding: 11px 9px
    }
}

@media only screen and (max-width:767.5px) {

    .flagship-show-wrapper .flagship-content-wrapper .timing-drop-down h4,
    .flagship-show-wrapper .flagship-content-wrapper .timing-drop-down p {
        font-family: Poppins, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2;
        color: #3c3c50;
        display: inline-block
    }
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-drop-down h4 {
        font-weight: 600;
        margin: 0 8px 0 0
    }
}

.flagship-show-wrapper .flagship-content-wrapper .timing-section {
    margin: 90px 15px 0;
    z-index: -1
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-section {
        margin: 0;
        padding: 0 9px 0 15px;
        display: none;
        position: absolute;
        left: 13px;
        width: calc(100% - 24px);
        z-index: 1;
        background-color: #fff;
        border: 1px solid #9d9d9d
    }
}

@media only screen and (max-width:453px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-section {
        left: 0;
        width: 100%;
        padding: 0 9px
    }
}

.flagship-show-wrapper .flagship-content-wrapper .timing-section .entertainment {
    margin: 0 0 30px 0;
    cursor: pointer
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-section .entertainment {
        margin: 0
    }
}

.flagship-show-wrapper .flagship-content-wrapper .timing-section .active h4,
.flagship-show-wrapper .flagship-content-wrapper .timing-section .active p {
    color: #3c3c50
}

.flagship-show-wrapper .flagship-content-wrapper .timing-section h4 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1.2;
    color: #3c3c50;
    color: #818181
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-section h4 {
        display: inline-block;
        font-size: 12px;
        margin: 0 8px 0 0
    }
}

.flagship-show-wrapper .flagship-content-wrapper .timing-section p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5;
    color: #3c3c50;
    margin: 5px 0 0;
    color: #818181
}

@media only screen and (max-width:1199px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-section p {
        margin: 8px 0 0
    }
}

@media only screen and (max-width:991.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-section p {
        font-size: 15px
    }
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-section p {
        display: inline-block;
        font-weight: 400;
        margin: 4px 0;
        font-size: 12px
    }
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .timing-section .know-more {
        display: none
    }
}

@media only screen and (max-width:767.5px) {
    .flagship-show-wrapper .flagship-content-wrapper .flagship-content {
        margin: 15px 0 0 0
    }
}

.flagship-show-wrapper .flagship-content-wrapper .flagship-content p {
    text-align: justify
}

.flagship-show-wrapper .flagship-content-wrapper .flagship-content a {
    margin: 20px 0 0
}

@media only screen and (max-width:767.5px) {
    .digital-wrapper:before {
        right: 0;
        left: unset
    }
}

@media only screen and (max-width:767.5px) {
    .digital-wrapper h2.sub-heading {
        float: right
    }
}

.achievements-wrapper ul.achievements li .digital-wrapper p,
.digital-wrapper .achievements-wrapper ul.achievements li p,
.digital-wrapper h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 5em;
    line-height: 1.4;
    color: #3c3c50
}

@media only screen and (max-width:1199px) {

    .achievements-wrapper ul.achievements li .digital-wrapper p,
    .digital-wrapper .achievements-wrapper ul.achievements li p,
    .digital-wrapper h3 {
        line-height: 1.3
    }
}

@media only screen and (max-width:767.5px) {

    .achievements-wrapper ul.achievements li .digital-wrapper p,
    .digital-wrapper .achievements-wrapper ul.achievements li p,
    .digital-wrapper h3 {
        font-size: 3.3em;
        line-height: 2
    }
}

.digital-wrapper p {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.5;
    text-align: justify;
    color: #3c3c50;
    margin: 35px 0 20px
}

@media only screen and (max-width:1199px) {
    .digital-wrapper p {
        margin: 20px 0 20px
    }
}

@media only screen and (max-width:767.5px) {
    .digital-wrapper p {
        margin: 0 0 15px 0;
        line-height: 18px
    }
}

.digital-wrapper .app-store {
    display: flex
}

.digital-wrapper .app-store .sprite {
    zoom: .8
}

@media only screen and (max-width:991.5px) {
    .digital-wrapper .app-store .sprite {
        zoom: .7
    }
}

.digital-wrapper .app-store .play-store {
    background-position: -87px -144px;
    width: 51px;
    height: 57px;
    margin: 0 33px 0 0
}

.digital-wrapper .app-store .apple-store {
    background-position: -169px -143px;
    width: 51px;
    height: 58px
}

.digital-wrapper .download-app {
    display: none
}

@media only screen and (max-width:767.5px) {
    .digital-wrapper .download-app {
        padding: 5px 45px 5px 20px;
        max-width: 130px;
        margin: 15px auto 0;
        text-align: center;
        font-family: "Noto Sans", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        color: #fff;
        background: url(../img/download-icon.png) no-repeat #3c3c50 90%
    }
}

.digital-wrapper .row {
    flex-direction: column
}

@media only screen and (max-width:767.5px) {
    .digital-wrapper .col-md-6 {
        order: 2
    }
}

.digital-wrapper .digital-img-wrapper {
    top: 4%;
    position: absolute;
    right: 0
}

@media only screen and (max-width:767.5px) {
    .digital-wrapper .digital-img-wrapper {
        position: unset;
        order: 1
    }
}

.digital-wrapper .digital-img-wrapper .digital-img {
    max-width: 575px;
    margin: 0 auto;
    width: 65%
}

.abp-studios {
    margin-top: 120px
}

@media only screen and (max-width:1199px) {
    .abp-studios {
        margin-top: 85px
    }
}

@media only screen and (max-width:991.5px) {
    .abp-studios {
        margin-top: 20px
    }
}

@media only screen and (max-width:767.5px) {
    .abp-studios .container-fluid {
        max-width: 540px;
        margin: 0 auto
    }
}

.abp-studios:before {
    right: 0;
    left: unset
}

.abp-studios .sub-heading {
    float: right
}

.abp-studios .abp-studios-img {
    max-width: 1372px;
    margin: 0 auto;
    position: relative
}

.abp-studios .abp-studios-img:after {
    content: "";
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -708px -376px;
    width: 84px;
    height: 84px;
    position: absolute;
    left: 0;
    bottom: -10%;
    display: none
}

@media only screen and (max-width:1399px) {
    .abp-studios .abp-studios-img:after {
        left: -3px;
        bottom: -6%
    }
}

@media only screen and (max-width:1399px) {
    .abp-studios .abp-studios-img:after {
        left: -4px;
        zoom: .8
    }
}

@media only screen and (max-width:991.5px) {
    .abp-studios .abp-studios-img:after {
        zoom: .7;
        left: 0;
        bottom: -8%
    }
}

@media only screen and (max-width:767.5px) {
    .abp-studios .abp-studios-img:after {
        zoom: .4;
        bottom: -9%
    }
}

.abp-studios .abp-studios-para {
    max-width: 1372px;
    margin: 0 auto
}

.abp-studios .abp-studios-para p {
    max-width: 1234px;
    margin: 25px 0 25px auto
}

@media only screen and (max-width:767.5px) {
    .abp-studios .abp-studios-para p br {
        display: none
    }
}

@media only screen and (max-width:767.5px) {
    .abp-studios .abp-studio-services .slick-active .service-wrapper .abp-studio-content {
        opacity: 1
    }
}

.abp-studios .abp-studio-services .col-md-4:nth-child(1) .service-wrapper {
    float: left
}

@media only screen and (max-width:767.5px) {
    .abp-studios .abp-studio-services .col-md-4:nth-child(1) .service-wrapper {
        float: none
    }
}

.abp-studios .abp-studio-services .col-md-4:nth-child(3) .service-wrapper {
    float: right
}

@media only screen and (max-width:767.5px) {
    .abp-studios .abp-studio-services .col-md-4:nth-child(3) .service-wrapper {
        float: none
    }
}

.abp-studios .abp-studio-services .achievements-wrapper ul.achievements li p,
.abp-studios .abp-studio-services h3,
.achievements-wrapper ul.achievements li .abp-studios .abp-studio-services p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.4em;
    line-height: 2;
    color: #3c3c50;
    display: inline-block;
    position: relative
}

@media only screen and (max-width:767.5px) {

    .abp-studios .abp-studio-services .achievements-wrapper ul.achievements li p,
    .abp-studios .abp-studio-services h3,
    .achievements-wrapper ul.achievements li .abp-studios .abp-studio-services p {
        line-height: 1.5
    }
}

.abp-studios .abp-studio-services .achievements-wrapper ul.achievements li p:before,
.abp-studios .abp-studio-services h3:before,
.achievements-wrapper ul.achievements li .abp-studios .abp-studio-services p:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #f00000;
    left: 0;
    width: 160px;
    bottom: 0
}

@media only screen and (max-width:767.5px) {

    .abp-studios .abp-studio-services .achievements-wrapper ul.achievements li p:before,
    .abp-studios .abp-studio-services h3:before,
    .achievements-wrapper ul.achievements li .abp-studios .abp-studio-services p:before {
        border-bottom: 1px solid #f00000;
        width: 82px
    }
}

.abp-studios .abp-studio-services .service-wrapper {
    margin: 25px auto;
    max-width: 345px
}

.abp-studios .abp-studio-services .service-wrapper:focus .know-more:after,
.abp-studios .abp-studio-services .service-wrapper:hover .know-more:after {
    transform: translate3d(0, 0, 0)
}

.abp-studios .abp-studio-services .service-wrapper:focus .abp-studio-content,
.abp-studios .abp-studio-services .service-wrapper:hover .abp-studio-content {
    opacity: 1;
    transition: all .5s
}

.abp-studios .abp-studio-services .service-wrapper h4 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.3;
    color: #3c3c50;
    margin: 0 0 20px 0
}

.abp-studios .abp-studio-services .service-wrapper .abp-studio-content {
    opacity: 45%;
    transition: all .5s
}

.abp-studios .abp-studio-services .service-wrapper .abp-studio-content p {
    margin: 20px 0 0;
    line-height: 1.4
}

.abp-studios .abp-studio-services .active .abp-studio-content {
    opacity: 1;
    transition: all .5s
}

.abp-studios .know-more {
    position: absolute;
    bottom: 0
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper:before {
        right: 0;
        left: unset
    }
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper .sub-heading {
        float: right
    }
}

.leadership-wrapper .leadership-bg {
    background-color: #f00000
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper .leadership-bg {
        background-color: unset
    }
}

.leadership-wrapper .leadership-bg .leadership {
    margin: 120px auto 235px;
    height: 380px;
    display: flex;
    align-items: center;
    position: relative
}

@media only screen and (max-width:1399px) {
    .leadership-wrapper .leadership-bg .leadership {
        margin: 75px auto 180px;
        height: 330px
    }
}

@media only screen and (max-width:1199px) {
    .leadership-wrapper .leadership-bg .leadership {
        margin: 55px auto 180px;
        height: 300px
    }
}

@media only screen and (max-width:991.5px) {
    .leadership-wrapper .leadership-bg .leadership {
        height: 250px;
        margin: 25px auto 180px
    }
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper .leadership-bg .leadership {
        display: block;
        margin: 0 auto;
        height: unset
    }
}

.leadership-wrapper .leadership-bg .leadership .leadership-img {
    max-width: 510px;
    margin-top: 75px
}

@media only screen and (max-width:1298px) {
    .leadership-wrapper .leadership-bg .leadership .leadership-img {
        margin-top: 63px
    }
}

@media only screen and (max-width:991.5px) {
    .leadership-wrapper .leadership-bg .leadership .leadership-img {
        margin-top: 54px
    }
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper .leadership-bg .leadership .leadership-img {
        margin: 0
    }
}

@media only screen and (max-width:1399px) {
    .leadership-wrapper .leadership-bg .leadership .leadership-img img {
        width: 85%;
        margin: 0 auto
    }
}

@media only screen and (max-width:991.5px) {
    .leadership-wrapper .leadership-bg .leadership .leadership-img img {
        width: 100%
    }
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper .leadership-bg .leadership .leadership-img img {
        width: 65%;
        display: block
    }
}

.leadership-wrapper .leadership-bg .leadership .col-md-5 h4 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.5;
    color: #3c3c50;
    color: #130e17;
    text-align: center;
    margin: 14px 0 0
}

@media only screen and (max-width:991.5px) {
    .leadership-wrapper .leadership-bg .leadership .col-md-5 h4 {
        font-size: 2em
    }
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper .leadership-bg .leadership .col-md-5 h4 {
        display: none
    }
}

.leadership-wrapper .leadership-bg .leadership .col-md-6 h4 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.8;
    color: #3c3c50;
    color: #130e17;
    text-align: center;
    margin: 14px 0 0;
    display: none
}

@media only screen and (max-width:991.5px) {
    .leadership-wrapper .leadership-bg .leadership .col-md-6 h4 {
        font-size: 2em
    }
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper .leadership-bg .leadership .col-md-6 h4 {
        display: block;
        margin: 24px 0 19px
    }
}

.achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p,
.leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p,
.leadership-wrapper .leadership-bg .leadership h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.5;
    color: #3c3c50;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 634px;
    width: 115%
}

@media only screen and (max-width:1399px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p,
    .leadership-wrapper .leadership-bg .leadership h3 {
        width: 100%
    }
}

@media only screen and (max-width:1199px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p,
    .leadership-wrapper .leadership-bg .leadership h3 {
        font-size: 3.5em
    }
}

@media only screen and (max-width:991.5px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p,
    .leadership-wrapper .leadership-bg .leadership h3 {
        font-size: 2.9em
    }
}

@media only screen and (max-width:767.5px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p,
    .leadership-wrapper .leadership-bg .leadership h3 {
        font-size: 1.85em;
        width: 80%;
        margin: 7px auto
    }
}

@media only screen and (max-width:575px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p,
    .leadership-wrapper .leadership-bg .leadership h3 {
        width: 90%;
        font-weight: 600
    }
}

.achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:after,
.achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:before,
.leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:after,
.leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:before,
.leadership-wrapper .leadership-bg .leadership h3:after,
.leadership-wrapper .leadership-bg .leadership h3:before {
    content: "";
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -1261px -299px;
    position: absolute;
    width: 82px;
    height: 68px
}

@media only screen and (max-width:1199px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:after,
    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:before,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:after,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:before,
    .leadership-wrapper .leadership-bg .leadership h3:after,
    .leadership-wrapper .leadership-bg .leadership h3:before {
        zoom: .8
    }
}

@media only screen and (max-width:991.5px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:after,
    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:before,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:after,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:before,
    .leadership-wrapper .leadership-bg .leadership h3:after,
    .leadership-wrapper .leadership-bg .leadership h3:before {
        zoom: .7
    }
}

@media only screen and (max-width:767.5px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:after,
    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:before,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:after,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:before,
    .leadership-wrapper .leadership-bg .leadership h3:after,
    .leadership-wrapper .leadership-bg .leadership h3:before {
        width: 27px;
        height: 20px;
        background-position: -822px -426px;
        zoom: 1
    }
}

.achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:after,
.leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:after,
.leadership-wrapper .leadership-bg .leadership h3:after {
    bottom: -20%;
    right: 0;
    transform: rotate(180deg)
}

@media only screen and (max-width:1440px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:after,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:after,
    .leadership-wrapper .leadership-bg .leadership h3:after {
        right: -10%
    }
}

@media only screen and (max-width:1299px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:after,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:after,
    .leadership-wrapper .leadership-bg .leadership h3:after {
        right: -13%
    }
}

@media only screen and (max-width:991.5px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:after,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:after,
    .leadership-wrapper .leadership-bg .leadership h3:after {
        bottom: -30%
    }
}

@media only screen and (max-width:767.5px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:after,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:after,
    .leadership-wrapper .leadership-bg .leadership h3:after {
        bottom: 0;
        right: -10%
    }
}

.achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:before,
.leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:before,
.leadership-wrapper .leadership-bg .leadership h3:before {
    top: -20%;
    left: -10%
}

@media only screen and (max-width:991.5px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:before,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:before,
    .leadership-wrapper .leadership-bg .leadership h3:before {
        top: -30%
    }
}

@media only screen and (max-width:767.5px) {

    .achievements-wrapper ul.achievements li .leadership-wrapper .leadership-bg .leadership p:before,
    .leadership-wrapper .leadership-bg .leadership .achievements-wrapper ul.achievements li p:before,
    .leadership-wrapper .leadership-bg .leadership h3:before {
        top: 0;
        left: -10%
    }
}

.leadership-wrapper .leadership-bg .leadership .our-team {
    width: 196px;
    background-color: #3c3c50;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -138px;
    transition: all .5s
}

@media only screen and (max-width:991.5px) {
    .leadership-wrapper .leadership-bg .leadership .our-team {
        width: 160px
    }
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper .leadership-bg .leadership .our-team {
        position: unset;
        margin-bottom: 25px
    }
}

.leadership-wrapper .leadership-bg .leadership .our-team:hover {
    background-color: #f00000;
    transition: all .5s
}

.leadership-wrapper .leadership-bg .leadership .our-team a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1;
    color: #3c3c50;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    width: 100%
}

@media only screen and (max-width:991.5px) {
    .leadership-wrapper .leadership-bg .leadership .our-team a {
        padding: 10px 0
    }
}

.leadership-wrapper .red-bg {
    display: none
}

@media only screen and (max-width:767.5px) {
    .leadership-wrapper .red-bg {
        background-color: #f00000;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 16%;
        margin: auto;
        height: 50%;
        display: block;
        z-index: -1
    }
}

@media only screen and (max-width:575px) {
    .leadership-wrapper .red-bg {
        bottom: 18%
    }
}

.get-in-touch-banner {
    padding: 95px 0 0
}

@media screen and (max-width:991px) {
    .get-in-touch-banner {
        padding: 45px 0 0
    }
}

.complaint-redressal-page .container,
.get-in-touch-page .container {
    width: 100% !important
}

@media screen and (max-width:767px) {

    .complaint-redressal-page .get-in-touch-content .address-wrapper .address .tel .tel-icon-1,
    .complaint-redressal-page .get-in-touch-content .address-wrapper .address .tel .tel-icon-2,
    .complaint-redressal-page .get-in-touch-content .address-wrapper .address .tel .tel-icon-3 {
        margin: 0
    }
}

@media screen and (max-width:453px) {

    .complaint-redressal-page .get-in-touch-content .address-wrapper .address .tel .tel-icon-1,
    .complaint-redressal-page .get-in-touch-content .address-wrapper .address .tel .tel-icon-2,
    .complaint-redressal-page .get-in-touch-content .address-wrapper .address .tel .tel-icon-3 {
        display: block;
        margin: 0 0 8px 0
    }
}

@media screen and (max-width:767px) {
    .get-in-touch-page .get-in-touch-content .address-wrapper .address {
        margin: 20px 0 0
    }

    .get-in-touch-page .contact-wrapper::after {
        content: "";
        border-bottom: 1px solid #c4c4c4;
        padding: 0 0 24px 0;
        position: absolute;
        width: 70%;
        bottom: 15px
    }

    .get-in-touch-page .get-in-touch-content .contact-wrapper .submit {
        margin: 20px 0 40px
    }
}

.get-in-touch-content {
    padding: 53px 0 30px
}

@media screen and (max-width:767px) {
    .get-in-touch-content {
        padding: 30px 0
    }
}

.achievements-wrapper ul.achievements li .get-in-touch-content p,
.get-in-touch-content .achievements-wrapper ul.achievements li p,
.get-in-touch-content h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 4.2em;
    line-height: 1.2;
    color: #3c3c50;
    color: #f00000;
    margin: 0 0 80px 0
}

@media screen and (max-width:1399px) {

    .achievements-wrapper ul.achievements li .get-in-touch-content p,
    .get-in-touch-content .achievements-wrapper ul.achievements li p,
    .get-in-touch-content h3 {
        margin: 0 0 50px 0
    }
}

@media screen and (max-width:767px) {

    .achievements-wrapper ul.achievements li .get-in-touch-content p,
    .get-in-touch-content .achievements-wrapper ul.achievements li p,
    .get-in-touch-content h3 {
        font-size: 2.7em;
        margin: 0 0 30px 0
    }
}

.get-in-touch-content .get-in-touch-forms {
    margin: 0 0 80px 0;
    width: 50%
}

@media screen and (max-width:1399px) {
    .get-in-touch-content .get-in-touch-forms {
        margin: 0 0 50px 0;
        width: 48%
    }
}

@media screen and (max-width:767px) {
    .get-in-touch-content .get-in-touch-forms {
        width: 100%
    }
}

@media screen and (max-width:453px) {
    .get-in-touch-content .get-in-touch-forms {
        margin: 0 0 30px 0
    }
}

.get-in-touch-content .get-in-touch-forms:after {
    content: "";
    position: absolute;
    background-color: #c4c4c4;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: .5px
}

.get-in-touch-content .get-in-touch-forms a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1.2;
    color: #3c3c50;
    color: #979797;
    position: relative
}

@media screen and (max-width:767px) {
    .get-in-touch-content .get-in-touch-forms a {
        font-size: 2em
    }
}

.get-in-touch-content .get-in-touch-forms .active {
    color: #f00000
}

.get-in-touch-content .get-in-touch-forms .active:after {
    content: "";
    position: absolute;
    background: #f00000;
    bottom: -10px;
    height: 5px;
    width: 100%;
    left: 0;
    right: 0
}

@media screen and (max-width:767px) {
    .get-in-touch-content .get-in-touch-forms .active:after {
        height: 3px
    }
}

.get-in-touch-content p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.7;
    color: #3c3c50;
    color: #575757
}

.get-in-touch-content .address-wrapper h5 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 1.5;
    color: #3c3c50;
    color: #333
}

.get-in-touch-content .address-wrapper .address {
    margin: 30px 0 0
}

@media screen and (max-width:453px) {
    .get-in-touch-content .address-wrapper .address {
        margin: 25px 0 0
    }
}

.get-in-touch-content .address-wrapper .address span {
    font-family: "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    line-height: 1.5;
    color: #575757
}

.get-in-touch-content .address-wrapper .address p {
    margin: 8px 0 5px 0
}

@media screen and (max-width:767px) {
    .get-in-touch-content .address-wrapper .address p {
        margin: 15px 0 10px
    }
}

@media screen and (max-width:991px) {
    .get-in-touch-content .address-wrapper .address p br {
        display: none
    }
}

.get-in-touch-content .address-wrapper .address .commom-margin {
    margin: 48px 0 0 0
}

@media screen and (max-width:767px) {
    .get-in-touch-content .address-wrapper .address .commom-margin {
        display: inline-block;
        width: 49%;
        margin: 0;
        vertical-align: top
    }
}

.get-in-touch-content .address-wrapper .address .tel {
    margin: 0 0 8px 0
}

@media screen and (max-width:767px) {
    .get-in-touch-content .address-wrapper .address .tel {
        margin: 0 0 3px 0
    }
}

.get-in-touch-content .address-wrapper .address .tel img {
    width: 24px;
    display: inline-block;
    vertical-align: middle
}

.get-in-touch-content .address-wrapper .address .tel p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    word-break: break-word
}

.get-in-touch-content .address-wrapper .address .tel .sprite {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0
}

.get-in-touch-content .address-wrapper .address .tel .tel-icon-1 {
    background-position: -1410px -302px
}

@media screen and (max-width:767px) {
    .get-in-touch-content .address-wrapper .address .tel .tel-icon-1 {
        margin: 0 0 8px 0
    }
}

.get-in-touch-content .address-wrapper .address .tel .tel-icon-2 {
    background-position: -1374px -334px
}

@media screen and (max-width:767px) {
    .get-in-touch-content .address-wrapper .address .tel .tel-icon-2 {
        margin: 0 0 8px 0
    }
}

.get-in-touch-content .address-wrapper .address .tel .tel-icon-3 {
    background-position: -1373px -302px
}

@media screen and (max-width:767px) {
    .get-in-touch-content .address-wrapper .address .tel .tel-icon-3 {
        margin: 0 0 8px 0
    }
}

.get-in-touch-content .address-wrapper .address .tel span {
    display: inline-block;
    vertical-align: middle
}

.get-in-touch-content .cr-form {
    margin-top: -100px
}

@media screen and (max-width:1399px) {
    .get-in-touch-content .cr-form {
        margin-top: -75px
    }
}

@media screen and (max-width:767px) {
    .get-in-touch-content .cr-form {
        margin: 30px 0
    }
}

.get-in-touch-content .contact-wrapper p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #3c3c50;
    color: #575757;
    margin: 0
}

@media screen and (max-width:1199px) {
    .get-in-touch-content .contact-wrapper p {
        font-size: 14px
    }
}

@media screen and (max-width:991px) {
    .get-in-touch-content .contact-wrapper p {
        font-size: 13px
    }
}

.get-in-touch-content .contact-wrapper .success_msg {
    font-weight: 600;
    font-size: 1.8em
}

.get-in-touch-content .contact-wrapper h4 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    line-height: 141%;
    color: #3c3c50;
    color: #575757;
    margin: 8px 0 32px
}

@media screen and (max-width:767px) {
    .get-in-touch-content .contact-wrapper h4 {
        margin: 20px 0 10px 0 !important
    }
}

.get-in-touch-content .contact-wrapper .form-group {
    margin: 0 0 24px 0
}

.get-in-touch-content .contact-wrapper .form-group .dropdown-down-wrap {
    width: 70%
}

@media screen and (max-width:1199px) {
    .get-in-touch-content .contact-wrapper .form-group .dropdown-down-wrap {
        width: 100%
    }
}

.get-in-touch-content .contact-wrapper .form-group .dropdown-down-wrap select {
    background: url(../img/drop-down.svg) 95% no-repeat #fff;
    -webkit-appearance: none;
    background-size: 6%
}

.get-in-touch-content .contact-wrapper .form-group label {
    display: block;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.3;
    color: #3c3c50;
    color: #979797;
    margin: 0 0 8px 0
}

.get-in-touch-content .contact-wrapper .form-group label.error {
    color: #f00000;
    font-size: 1.4em
}

@media screen and (max-width:991px) {
    .get-in-touch-content .contact-wrapper .form-group label.error {
        font-size: 12px
    }
}

.get-in-touch-content .contact-wrapper .form-group .tel {
    position: relative
}

.get-in-touch-content .contact-wrapper .form-group .tel input {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1;
    color: #3c3c50;
    color: #c1c1c1;
    padding: 12px 15px 12px 50px
}

@media screen and (max-width:1399px) {
    .get-in-touch-content .contact-wrapper .form-group .tel input {
        padding: 12px 15px 12px 43px
    }
}

@media screen and (max-width:1299px) {
    .get-in-touch-content .contact-wrapper .form-group .tel input {
        padding: 10px 10px 10px 40px
    }
}

@media screen and (max-width:991px) {
    .get-in-touch-content .contact-wrapper .form-group .tel input {
        padding: 9px 5px 10px 30px
    }
}

.get-in-touch-content .contact-wrapper .form-group .tel span {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    height: fit-content;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.3;
    color: #3c3c50;
    color: #c1c1c1
}

@media screen and (max-width:1399px) {
    .get-in-touch-content .contact-wrapper .form-group .tel span {
        left: 10px;
        top: 16px
    }
}

@media screen and (max-width:1299px) {
    .get-in-touch-content .contact-wrapper .form-group .tel span {
        top: 13px
    }
}

@media screen and (max-width:1199px) {
    .get-in-touch-content .contact-wrapper .form-group .tel span {
        top: 12px
    }
}

@media screen and (max-width:991px) {
    .get-in-touch-content .contact-wrapper .form-group .tel span {
        left: 5px
    }
}

.get-in-touch-content .contact-wrapper .form-group .tel #contact_number-error {
    position: absolute
}

.get-in-touch-content .contact-wrapper .form-group .custom-file-upload,
.get-in-touch-content .contact-wrapper .form-group .dropdown,
.get-in-touch-content .contact-wrapper .form-group input,
.get-in-touch-content .contact-wrapper .form-group select,
.get-in-touch-content .contact-wrapper .form-group textarea {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #9d9d9d;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 24px;
    color: #3c3c50;
    outline: 0;
    color: #c1c1c1;
    background-color: #fff
}

@media screen and (max-width:1399px) {

    .get-in-touch-content .contact-wrapper .form-group .custom-file-upload,
    .get-in-touch-content .contact-wrapper .form-group .dropdown,
    .get-in-touch-content .contact-wrapper .form-group input,
    .get-in-touch-content .contact-wrapper .form-group select,
    .get-in-touch-content .contact-wrapper .form-group textarea {
        padding: 10px 12px
    }
}

@media screen and (max-width:1299px) {

    .get-in-touch-content .contact-wrapper .form-group .custom-file-upload,
    .get-in-touch-content .contact-wrapper .form-group .dropdown,
    .get-in-touch-content .contact-wrapper .form-group input,
    .get-in-touch-content .contact-wrapper .form-group select,
    .get-in-touch-content .contact-wrapper .form-group textarea {
        padding: 8px 10px
    }
}

@media screen and (max-width:991px) {

    .get-in-touch-content .contact-wrapper .form-group .custom-file-upload,
    .get-in-touch-content .contact-wrapper .form-group .dropdown,
    .get-in-touch-content .contact-wrapper .form-group input,
    .get-in-touch-content .contact-wrapper .form-group select,
    .get-in-touch-content .contact-wrapper .form-group textarea {
        padding: 5px
    }
}

.get-in-touch-content .contact-wrapper .form-group .custom-file-upload:focus::placeholder,
.get-in-touch-content .contact-wrapper .form-group .dropdown:focus::placeholder,
.get-in-touch-content .contact-wrapper .form-group input:focus::placeholder,
.get-in-touch-content .contact-wrapper .form-group select:focus::placeholder,
.get-in-touch-content .contact-wrapper .form-group textarea:focus::placeholder {
    color: transparent
}

.get-in-touch-content .contact-wrapper .form-group .custom-file-upload::placeholder,
.get-in-touch-content .contact-wrapper .form-group .dropdown::placeholder,
.get-in-touch-content .contact-wrapper .form-group input::placeholder,
.get-in-touch-content .contact-wrapper .form-group select::placeholder,
.get-in-touch-content .contact-wrapper .form-group textarea::placeholder {
    color: #c1c1c1
}

.get-in-touch-content .contact-wrapper .form-group textarea {
    height: 144px;
    resize: unset
}

.get-in-touch-content .contact-wrapper .broadcast-time,
.get-in-touch-content .contact-wrapper .programme-time {
    width: 49%
}

@media screen and (max-width:575px) {

    .get-in-touch-content .contact-wrapper .broadcast-time,
    .get-in-touch-content .contact-wrapper .programme-time {
        float: unset;
        width: 100%
    }
}

.get-in-touch-content .contact-wrapper .broadcast-time input,
.get-in-touch-content .contact-wrapper .programme-time input {
    padding: 12px 0 12px 15px
}

@media screen and (max-width:1399px) {

    .get-in-touch-content .contact-wrapper .broadcast-time input,
    .get-in-touch-content .contact-wrapper .programme-time input {
        padding: 10px 0 10px 12px
    }
}

@media screen and (max-width:1299px) {

    .get-in-touch-content .contact-wrapper .broadcast-time input,
    .get-in-touch-content .contact-wrapper .programme-time input {
        padding: 8px 0 8px 10px
    }
}

@media screen and (max-width:991px) {

    .get-in-touch-content .contact-wrapper .broadcast-time input,
    .get-in-touch-content .contact-wrapper .programme-time input {
        padding: 5px
    }
}

.get-in-touch-content .contact-wrapper .programme-time {
    float: left
}

.get-in-touch-content .contact-wrapper .broadcast-time {
    float: right
}

.get-in-touch-content .contact-wrapper .upload label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0
}

@media screen and (max-width:343px) {
    .get-in-touch-content .contact-wrapper .upload label {
        margin: 0
    }
}

.get-in-touch-content .contact-wrapper .upload .file-upload {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

@media screen and (max-width:991px) {
    .get-in-touch-content .contact-wrapper .upload .file-upload {
        width: 65%
    }
}

.get-in-touch-content .contact-wrapper .upload .file-upload input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0;
    cursor: pointer
}

.get-in-touch-content .contact-wrapper .upload .file-upload .msg {
    display: inline-block;
    border: 1px solid #f00000;
    width: 120px;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    color: #3c3c50;
    font-family: Roboto, sans-serif;
    color: #f00000;
    text-align: center
}

@media screen and (max-width:991px) {
    .get-in-touch-content .contact-wrapper .upload .file-upload .msg {
        width: 100px
    }
}

.get-in-touch-content .contact-wrapper .upload .file-upload input[type=text] {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1;
    color: #3c3c50;
    font-family: Roboto, sans-serif;
    color: #979797;
    border: 0;
    padding: 0;
    width: auto;
    margin: 0 0 0 13px
}

@media screen and (max-width:991px) {
    .get-in-touch-content .contact-wrapper .upload .file-upload input[type=text] {
        width: 50%;
        margin: 0 0 0 5px
    }
}

.get-in-touch-content .contact-wrapper .upload .file-upload #fileupload-error {
    position: absolute;
    left: -44%;
    margin: 0;
    bottom: -20px
}

@media screen and (max-width:1399px) {
    .get-in-touch-content .contact-wrapper .upload .file-upload #fileupload-error {
        left: -41%
    }
}

@media screen and (max-width:1299px) {
    .get-in-touch-content .contact-wrapper .upload .file-upload #fileupload-error {
        left: -40%
    }
}

@media screen and (max-width:991px) {
    .get-in-touch-content .contact-wrapper .upload .file-upload #fileupload-error {
        left: -51%
    }
}

@media screen and (max-width:767px) {
    .get-in-touch-content .contact-wrapper .upload .file-upload #fileupload-error {
        left: -109px
    }
}

.get-in-touch-content .contact-wrapper .submit {
    margin: 32px 0 0;
    position: relative;
    display: inline-block
}

@media screen and (max-width:767px) {
    .get-in-touch-content .contact-wrapper .submit {
        margin: 20px 0 30px
    }
}

.get-in-touch-content .contact-wrapper .submit:after {
    content: "";
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -1443px -304px;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    position: absolute;
    right: 35%;
    top: 32%;
    bottom: 0
}

.get-in-touch-content .contact-wrapper .submit input {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 20px;
    color: #3c3c50;
    color: #fff;
    padding: 15px 110px 15px 94px;
    border: none;
    outline: 0;
    background-color: #3c3c50;
    transition: all .5s
}

@media screen and (max-width:1399px) {
    .get-in-touch-content .contact-wrapper .submit input {
        padding: 12px 100px 12px 90px
    }
}

@media screen and (max-width:1199px) {
    .get-in-touch-content .contact-wrapper .submit input {
        font-size: 1.9em
    }
}

@media screen and (max-width:575px) {
    .get-in-touch-content .contact-wrapper .submit input {
        width: 100%;
        padding: 10px 100px 10px 90px;
        background-position: 57%
    }
}

.get-in-touch-content .contact-wrapper .submit input:hover {
    background-color: #f00000;
    transition: all .5s
}

.digital-banner {
    background: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(50, 49, 49, .2)), url(../img/digital-banner.jpg) no-repeat center center/cover;
    padding: 190px 0 400px
}

@media screen and (max-width:1199px) {
    .digital-banner {
        padding: 190px 0 340px
    }
}

@media screen and (max-width:767px) {
    .digital-banner {
        background: linear-gradient(to left, rgba(0, 0, 0, .7), rgba(50, 49, 49, .2)), url(../img/digital-banner-mob.jpg) no-repeat center center/cover
    }
}

.digital-banner .container {
    height: 100%
}

.digital-banner .container h1 {
    position: absolute;
    right: 0;
    top: 40%;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 6.5em;
    line-height: 80px;
    color: #3c3c50;
    color: #fff;
    padding: 0 15px 0
}

@media screen and (max-width:1199px) {
    .digital-banner .container h1 {
        line-height: 68px
    }
}

@media screen and (max-width:767px) {
    .digital-banner .container h1 {
        left: 0;
        margin: 0 auto;
        line-height: 1.2
    }
}

@media screen and (max-width:767px) {
    .digital-banner .container h1 br {
        display: none
    }
}

.digital-unlimited .sub-heading {
    margin: 0
}

.digital-unlimited .sub-heading:before {
    top: 79px
}

@media screen and (max-width:1440px) {
    .digital-unlimited .sub-heading:before {
        top: 70px
    }
}

@media screen and (max-width:1199px) {
    .digital-unlimited .sub-heading:before {
        top: 65px
    }
}

@media screen and (max-width:991px) {
    .digital-unlimited .sub-heading:before {
        top: 55px
    }
}

@media screen and (max-width:767px) {
    .digital-unlimited .sub-heading:before {
        top: 40px
    }
}

.digital-unlimited .common-para {
    margin: 15px 0 0
}

.digital-bg {
    max-width: 1350px;
    filter: grayscale(1)
}

@media screen and (max-width:767px) {
    .digital-bg {
        margin: 18px 0 !important
    }
}

@media screen and (max-width:991px) {
    .digital-bg .container {
        max-width: 100%;
        width: 100%
    }
}

.digital-bg h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2;
    color: #3c3c50;
    color: #fff
}

.digital-bg p {
    color: #fff
}

@media screen and (max-width:575px) {
    .digital-bg p {
        margin: 5px 0 !important
    }
}

@media screen and (max-width:991px) {
    .digital-bg .sprite {
        margin: 0 auto 0 10%
    }
}

@media screen and (max-width:575px) {
    .digital-bg .sprite {
        margin: 0 auto;
        zoom: .7
    }
}

.digital-bg .know-more {
    font-size: 12px;
    line-height: 1.2;
    color: #f3d11c
}

.digital-bg .know-more:after {
    background-color: #f3d11c
}

.digital-bg .gray-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    right: 0;
    width: 45%;
    z-index: -1
}

@media screen and (max-width:991px) {
    .digital-bg .gray-overlay {
        width: 52%
    }
}

@media screen and (max-width:575px) {
    .digital-bg .gray-overlay {
        width: 70%
    }
}

.digital-eng-bg {
    background: url(../img/digital-bg-eng.jpg) no-repeat center center/cover
}

.digital-eng-bg .abp-logo {
    background-position: -397px -481px;
    width: 62px;
    height: 106px
}

.digital-nadu-bg {
    background: url(../img/digital-bg-nadu.jpg) no-repeat center center/cover
}

.digital-nadu-bg .abp-logo {
    background-position: -518px -475px;
    width: 62px;
    height: 110px
}

.digital-desum-bg {
    background: url(../img/digital-bg-desum.jpg) no-repeat center center/cover
}

.digital-bihar-bg {
    background: url(../img/digital-bg-bihar.png) no-repeat center center/cover
}

.digital-ganga-bg {
    background: url(../img/digital-ganga-bg.png) no-repeat center center/cover
}

.digital-sanjha-bg {
    background: url(../img/digital-sanjha-bg.png) no-repeat center center/cover
}

.digital-auto-live-bg {
    background: url(../img/digital-auto-live-bg.png) no-repeat center center/cover
}

.digital-entertainment-live-bg {
    background: url(../img/digital-entertainment-live-bg.png) no-repeat center center/cover
}

.digital-paisa-live-bg {
    background: url(../img/digital-paisa-live.png) no-repeat center center/cover
}

.digital-sports-live-bg {
    background: url(../img/digital-sports-live-bg.png) no-repeat center center/cover
}

.digital-desum-bg .abp-logo {
    background-position: -640px -475px;
    width: 63px;
    height: 111px
}

.digital-uncut-bg {
    background: url(../img/digital-bg-uncut.jpg) no-repeat center center/cover
}

.digital-uncut-bg .abp-logo {
    background-position: -67px -487px;
    width: 152px;
    height: 46px
}

@media screen and (max-width:575px) {
    .digital-uncut-bg .abp-logo {
        zoom: .5
    }
}

.digital-podcast-bg {
    background: url(../img/digital-bg-podcast.jpg) no-repeat center center/cover
}

.digital-podcast-bg .abp-logo {
    background-position: -902px -150px;
    width: 146px;
    height: 146px
}

@media screen and (max-width:575px) {
    .digital-podcast-bg .abp-logo {
        zoom: .5
    }
}

.gray-scale {
    filter: grayscale(0)
}

.gray-scale.digital-eng-bg .abp-logo {
    background-position: -366px -267px
}

.gray-scale.digital-nadu-bg .abp-logo {
    background-position: -476px -267px
}

.gray-scale.digital-desum-bg .abp-logo {
    background-position: -571px -264px
}

.gray-scale.digital-uncut-bg .abp-logo {
    background-position: -682px -298px
}

.digital-media-wrapper {
    background-color: #efefef
}

@media screen and (max-width:1299px) {
    .digital-media-wrapper {
        padding: 1.5rem 0 !important
    }
}

.digital-media-wrapper ul.digital-media {
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .digital-media-wrapper ul.digital-media {
        width: 90%;
        margin: 0 auto
    }
}

.digital-media-wrapper ul.digital-media li {
    display: inline-block;
    position: relative;
    width: 18%
}

.digital-media-wrapper ul.digital-media li:after {
    content: "";
    position: absolute;
    background-color: #c00;
    height: 112px;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.digital-media-wrapper ul.digital-media li:last-child:after {
    display: none
}

.digital-media-wrapper ul.digital-media li .sprite {
    margin: 0 auto
}

@media screen and (max-width:1299px) {
    .digital-media-wrapper ul.digital-media li .sprite {
        zoom: .8
    }
}

.digital-media-wrapper ul.digital-media li .yt-icon {
    background-position: -1099px -224px;
    width: 85px;
    height: 85px
}

.digital-media-wrapper ul.digital-media li .fb-icon {
    background-position: -1120px -126px;
    width: 80px;
    height: 80px
}

.digital-media-wrapper ul.digital-media li .tw-icon {
    background-position: -1377px -30px;
    width: 85px;
    height: 85px
}

.digital-media-wrapper ul.digital-media li .page-view-icon {
    background-position: -1219px -127px;
    width: 85px;
    height: 85px
}

.digital-media-wrapper ul.digital-media li .app-user-icon {
    background-position: -1078px -35px;
    width: 85px;
    height: 85px
}

.achievements-wrapper ul.achievements .digital-media-wrapper ul.digital-media li p,
.digital-media-wrapper ul.digital-media .achievements-wrapper ul.achievements li p,
.digital-media-wrapper ul.digital-media li h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 2.5em;
    line-height: 1.2;
    color: #3c3c50;
    text-align: center;
    margin: 25px 0 30px
}

@media screen and (max-width:1299px) {

    .achievements-wrapper ul.achievements .digital-media-wrapper ul.digital-media li p,
    .digital-media-wrapper ul.digital-media .achievements-wrapper ul.achievements li p,
    .digital-media-wrapper ul.digital-media li h3 {
        margin: 20px 0
    }
}

@media screen and (max-width:1199px) {

    .achievements-wrapper ul.achievements .digital-media-wrapper ul.digital-media li p,
    .digital-media-wrapper ul.digital-media .achievements-wrapper ul.achievements li p,
    .digital-media-wrapper ul.digital-media li h3 {
        margin: 15px 0
    }
}

@media screen and (max-width:767px) {

    .achievements-wrapper ul.achievements .digital-media-wrapper ul.digital-media li p,
    .digital-media-wrapper ul.digital-media .achievements-wrapper ul.achievements li p,
    .digital-media-wrapper ul.digital-media li h3 {
        font-size: 3.5em
    }
}

.digital-media-wrapper ul.digital-media li p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5em;
    line-height: 1.2;
    color: #3c3c50;
    text-align: center
}

.updates-wrapper h2 {
    text-transform: none;
    display: block;
    text-align: center
}

.updates-wrapper h2:before {
    display: none
}

.updates-wrapper ul.updates {
    margin: 86px 0 0
}

@media screen and (max-width:1399px) {
    .updates-wrapper ul.updates {
        margin: 50px 0 0
    }
}

.updates-wrapper ul.updates li {
    padding: 75px 0 40px;
    width: 32%;
    position: relative;
    background-color: #efefef
}

@media screen and (max-width:1399px) {
    .updates-wrapper ul.updates li {
        padding: 40px 0
    }
}

@media screen and (max-width:991px) {
    .updates-wrapper ul.updates li {
        width: 40%
    }
}

.updates-wrapper ul.updates li:focus,
.updates-wrapper ul.updates li:hover {
    background: rgba(239, 239, 239, .46)
}

.updates-wrapper ul.updates li:focus:before,
.updates-wrapper ul.updates li:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    right: 0;
    margin: 0 auto;
    border-bottom: 11px solid #f00000
}

.updates-wrapper ul.updates li .sprite {
    margin: 0 auto 54px
}

@media screen and (max-width:1299px) {
    .updates-wrapper ul.updates li .sprite {
        zoom: .8
    }
}

@media screen and (max-width:1199px) {
    .updates-wrapper ul.updates li .sprite {
        margin: 0 auto 20px
    }
}

.updates-wrapper ul.updates li .live-tv-img {
    background-position: -1171px -32px;
    width: 86px;
    height: 87px
}

.updates-wrapper ul.updates li .save-offline-img {
    background-position: -1271px -32px;
    width: 86px;
    height: 86px
}

.achievements-wrapper ul.achievements .updates-wrapper ul.updates li p,
.updates-wrapper ul.updates .achievements-wrapper ul.achievements li p,
.updates-wrapper ul.updates li h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.5em;
    line-height: 1.5;
    color: #3c3c50;
    text-align: center
}

@media screen and (max-width:991px) {

    .achievements-wrapper ul.achievements .updates-wrapper ul.updates li p,
    .updates-wrapper ul.updates .achievements-wrapper ul.achievements li p,
    .updates-wrapper ul.updates li h3 {
        font-size: 3.3em
    }
}

.updates-wrapper ul.updates li p {
    display: none;
    font-weight: 500;
    text-align: center;
    margin: 72px 35px 0 35px
}

@media screen and (max-width:1199px) {
    .updates-wrapper ul.updates li p {
        margin: 0 20px
    }
}

.updates-wrapper ul.updates li .know-more {
    width: fit-content;
    margin: 36px auto;
    text-align: center;
    display: block
}

@media screen and (max-width:991px) {
    .updates-wrapper ul.updates li .know-more {
        margin: 25px auto
    }
}

.updates-wrapper ul.updates li .app-store {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.updates-wrapper ul.updates li .app-store .play-store {
    background-position: -87px -144px;
    width: 51px;
    height: 57px;
    margin: 0 33px 0 0;
    zoom: .7
}

.updates-wrapper ul.updates li .app-store .apple-store {
    background-position: -169px -143px;
    width: 51px;
    height: 58px;
    margin: 0;
    zoom: .7
}

.updates-wrapper ul.updates .active {
    background: rgba(239, 239, 239, .46)
}

.updates-wrapper ul.updates .active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 137px;
    right: 0;
    margin: 0 auto;
    border-bottom: 11px solid #f00000
}

.achievements-wrapper ul.achievements li .updates-wrapper ul.updates .active p,
.updates-wrapper ul.updates .active .achievements-wrapper ul.achievements li p,
.updates-wrapper ul.updates .active .know-more,
.updates-wrapper ul.updates .active h3 {
    display: none
}

.updates-wrapper ul.updates .active p {
    display: block
}

.updates-wrapper ul.slick-dots li {
    width: unset;
    position: unset;
    border: 1px solid #e7e7e7;
    height: 1px;
    padding: 0;
    background: 0 0
}

.updates-wrapper ul.slick-dots li:before {
    display: none
}

.updates-wrapper ul.slick-dots .slick-active {
    border: 1px solid #f00000
}

.about-us-banner {
    padding: 95px 0 0
}

@media screen and (max-width:991px) {
    .about-us-banner {
        padding: 45px 0 0
    }
}

.our-core-purpose .sub-heading {
    margin: 0
}

.our-core-purpose .sub-heading:before {
    top: 80px
}

@media screen and (max-width:1440px) {
    .our-core-purpose .sub-heading:before {
        top: 70px
    }
}

@media screen and (max-width:1199px) {
    .our-core-purpose .sub-heading:before {
        top: 63px
    }
}

@media screen and (max-width:991px) {
    .our-core-purpose .sub-heading:before {
        top: 55px
    }
}

@media screen and (max-width:767px) {
    .our-core-purpose .sub-heading:before {
        top: 40px
    }
}

.our-core-purpose .common-para {
    margin: 16px 0 0
}

.about-core-purpose-wrapper .container {
    width: 100%
}

.about-core-purpose-wrapper .about-core-purpose {
    border: 1px solid #9d9d9d
}

.about-core-purpose-wrapper .about-core-purpose h2 {
    font-weight: 600;
    margin: 0 0 90px 0;
    line-height: 1
}

@media screen and (max-width:1399px) {
    .about-core-purpose-wrapper .about-core-purpose h2 {
        margin: 0 0 70px 0
    }
}

@media screen and (max-width:1199px) {
    .about-core-purpose-wrapper .about-core-purpose h2 {
        margin: 0 0 33px 0
    }
}

@media screen and (max-width:991px) {
    .about-core-purpose-wrapper .about-core-purpose h2 {
        margin: 0 0 20px 0
    }
}

@media screen and (max-width:767px) {
    .about-core-purpose-wrapper .about-core-purpose h2 {
        position: absolute;
        right: 15px;
        top: 0
    }
}

.about-core-purpose-wrapper .about-core-purpose h2:before {
    top: 54px
}

@media screen and (max-width:1199px) {
    .about-core-purpose-wrapper .about-core-purpose h2:before {
        top: 45px
    }
}

@media screen and (max-width:991px) {
    .about-core-purpose-wrapper .about-core-purpose h2:before {
        top: 40px
    }
}

@media screen and (max-width:767px) {
    .about-core-purpose-wrapper .about-core-purpose h2:before {
        top: 30px
    }
}

.about-core-purpose-wrapper .about-core-purpose p {
    clear: both
}

@media screen and (max-width:767px) {
    .about-core-purpose-wrapper .about-core-purpose img {
        margin: 50px 0 20px 0
    }
}

@media screen and (max-width:767px) {
    .about-core-purpose-wrapper .about-core-purpose .order-2 h2 {
        left: 15px
    }
}

.milestones {
    background-color: #3c3c50
}

@media screen and (max-width:767px) {
    .milestones .container {
        width: 100%;
        padding: 0
    }
}

.milestones h2 {
    font-weight: 500;
    color: #fff;
    margin: 0 auto 30px
}

@media screen and (max-width:767px) {
    .milestones h2 {
        width: 100%;
        text-align: center
    }
}

.milestones h2:after,
.milestones h2:before {
    content: "";
    background-color: #f00000;
    position: absolute;
    width: 123px;
    height: 2px;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto
}

@media screen and (max-width:575px) {

    .milestones h2:after,
    .milestones h2:before {
        width: 60px
    }
}

.milestones h2:after {
    right: -145px
}

@media screen and (max-width:767px) {
    .milestones h2:after {
        right: 0
    }
}

.milestones h2:before {
    left: -145px
}

@media screen and (max-width:767px) {
    .milestones h2:before {
        left: 0
    }
}

.milestones .milestones-slider-wrapper {
    max-width: 1440px
}

.milestones .milestones-slider-wrapper .milestones-slider {
    position: unset
}

@media screen and (max-width:991px) {
    .milestones .milestones-slider-wrapper .milestones-slider {
        max-width: 100%
    }
}

.milestones .milestones-slider-wrapper .milestones-slider .wrapper-class {
    margin: 0 30px;
    opacity: .6
}

@media screen and (max-width:1199px) {
    .milestones .milestones-slider-wrapper .milestones-slider .wrapper-class {
        margin: 0 25px
    }
}

@media screen and (max-width:991px) {
    .milestones .milestones-slider-wrapper .milestones-slider .wrapper-class {
        margin: 0 15px
    }
}

.milestones .milestones-slider-wrapper .milestones-slider .wrapper-class h4 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 9.6em;
    line-height: 1.5;
    color: #3c3c50;
    color: #c4c4c4;
    background-color: #fff;
    text-align: center
}

@media screen and (max-width:1199px) {
    .milestones .milestones-slider-wrapper .milestones-slider .wrapper-class h4 {
        font-size: 9em;
        line-height: 1.2;
        margin: 0 0 20px 0 !important
    }
}

.milestones .milestones-slider-wrapper .milestones-slider .wrapper-class p {
    font-weight: 600;
    color: #fff;
    text-align: center
}

@media screen and (max-width:767px) {
    .milestones .milestones-slider-wrapper .milestones-slider .wrapper-class p {
        width: 85%;
        margin: 0 auto
    }
}

.milestones .milestones-slider-wrapper .milestones-slider .slick-center {
    opacity: 1
}

.milestones .milestones-slider-wrapper .milestones-slider .slick-arrow {
    width: 49px;
    height: 49px;
    border-radius: 100%;
    z-index: 999
}

@media screen and (max-width:1199px) {
    .milestones .milestones-slider-wrapper .milestones-slider .slick-arrow {
        top: 30%
    }
}

@media screen and (max-width:991px) {
    .milestones .milestones-slider-wrapper .milestones-slider .slick-arrow {
        zoom: .8
    }
}

.milestones .milestones-slider-wrapper .milestones-slider .slick-prev {
    background: url(../img/arrow-left-red.png) no-repeat #ceced5 center !important;
    left: 20px
}

@media screen and (max-width:767px) {
    .milestones .milestones-slider-wrapper .milestones-slider .slick-prev {
        left: 10px
    }
}

.milestones .milestones-slider-wrapper .milestones-slider .slick-next {
    background: url(../img/arrow-right-red.png) no-repeat #ceced5 center !important;
    right: 20px
}

@media screen and (max-width:767px) {
    .milestones .milestones-slider-wrapper .milestones-slider .slick-next {
        right: 10px
    }
}

.milestones .milestones-slider-wrapper .milestones-slider .slick-prev.slick-disabled {
    background: url(../img/arrow-left.png) no-repeat center !important
}

.milestones .milestones-slider-wrapper .milestones-slider .slick-next.slick-disabled {
    background: url(../img/arrow-right.png) no-repeat center !important
}

.milestones .milestones-slider-wrapper .milestones-slider .slick-next:before,
.milestones .milestones-slider-wrapper .milestones-slider .slick-prev:before {
    display: none
}

.what-differentiates-us .differentiates-us-content-wrapper {
    background: url(../img/about-us-bg.jpg) no-repeat center center/cover
}

.what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content {
    background: rgba(22, 22, 22, .7)
}

@media screen and (max-width:767px) {
    .what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content {
        display: block !important
    }
}

.what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content .para-wrap {
    width: 50%;
    padding: 3% 1% 3% 9%;
    background: rgba(60, 60, 80, .7)
}

@media screen and (max-width:767px) {
    .what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content .para-wrap {
        width: 100%;
        padding: 1.5rem 1rem
    }
}

.what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content .para-wrap p {
    font-weight: 600;
    color: #fff
}

.what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content .head-wrap {
    width: 50%
}

@media screen and (max-width:767px) {
    .what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content .head-wrap {
        width: 100%;
        padding: 70px 0
    }
}

.what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content .head-wrap h2 {
    color: #fff;
    text-align: center
}

@media screen and (max-width:1299px) {
    .what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content .head-wrap h2 {
        font-size: 4.9em
    }
}

@media screen and (max-width:1199px) {
    .what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content .head-wrap h2 {
        font-size: 4.5em
    }
}

.what-differentiates-us .differentiates-us-content-wrapper .differentiates-us-content .head-wrap h2:before {
    content: "";
    position: absolute;
    background: url(../img/sprite.png) no-repeat -1261px -299px;
    border-bottom: 0;
    width: 82px;
    height: 68px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -80px !important
}

.channel-banner {
    padding: 95px 0 0
}

@media screen and (max-width:991px) {
    .channel-banner {
        padding: 45px 0 0
    }
}

@media screen and (max-width:991px) {
    .our-channel-wrapper h2 {
        margin-bottom: 15px
    }
}

.our-channel-wrapper p {
    text-align: justify
}

@media screen and (max-width:1399px) {
    .our-channel-wrapper ul.news-channels {
        margin: 15px 0 0;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center !important;
    }
}

@media screen and (max-width:1199px) {
    .our-channel-wrapper ul.news-channels li {
        zoom: .8
    }
}

@media screen and (max-width:991px) {
    .our-channel-wrapper ul.news-channels li {
        zoom: .7
    }
}

@media screen and (max-width:575px) {
    .our-channel-wrapper ul.news-channels li {
        zoom: .6
    }
}

.our-channel-wrapper ul.news-channels li:nth-child(1) {
    background-position: -640px -148px;
    width: 59px;
    height: 109px
}

.our-channel-wrapper ul.news-channels li:nth-child(2) {
    background-position: -726px -150px;
    width: 62px;
    height: 102px
}

.our-channel-wrapper ul.news-channels li:nth-child(3) {
    background-position: -819px -150px;
    width: 59px;
    height: 105px
}

.our-channel-wrapper ul.news-channels li:nth-child(4) {
    background-position: -45px -281px;
    width: 72px;
    height: 101px
}

.our-channel-wrapper ul.news-channels li:nth-child(5) {
    background-position: -161px -285px;
    width: 59px;
    height: 103px
}

.our-channel-wrapper ul.news-channels li:nth-child(6) {
    background-position: -256px -282px;
    width: 59px;
    height: 102px
}

.our-channel-wrapper ul.news-channels li:nth-child(7) {
    background-position: -368px -268px;
    width: 59px;
    height: 108px;
}.our-channel-wrapper ul.news-channels li:nth-child(8) {
    background-position: -477px -265px;
    width: 61px;
    height: 114px;
}.our-channel-wrapper ul.news-channels li:nth-child(9) {
    background-position: -551px -253px;
    width: 59px;
    height: 111px;
    background-size: 1447px;
}

.channel-common-style {
    max-width: 1440px;
    transition: all
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper {
        flex-direction: column
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-img {
    width: 50%;
    filter: grayscale(1);
    transition: all .5s
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-img {
        width: 100%;
        height: 150px;
        order: 1
    }
}

@media screen and (max-width:575px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-img {
        height: 200px
    }
}

.channel-common-style .channel-common-style-wrapper .b-right {
    border-right: 7px solid #fff
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .b-right {
        border-bottom: 7px solid #fff;
        border-right: 0
    }
}

.channel-common-style .channel-common-style-wrapper .b-left {
    border-left: 7px solid #fff
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .b-left {
        border-bottom: 7px solid #fff;
        border-left: 0
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper {
    width: 50%;
    padding: 35px 60px 0 20px;
    height: 385px;
    overflow: hidden;
    transition: all .3s
}

@media screen and (max-width:1299px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper {
        height: 350px
    }
}

@media screen and (max-width:1199px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper {
        padding: 15px
    }
}

@media screen and (max-width:991px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper {
        height: 280px;
        padding: 10px 15px
    }
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper {
        height: auto;
        width: 100%;
        padding: 28px;
        padding: 1rem;
        order: 2
    }
}

.achievements-wrapper ul.achievements li .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading p,
.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading .achievements-wrapper ul.achievements li p,
.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8em;
    line-height: 1.2;
    color: #3c3c50
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2;
    color: #3c3c50;
    position: relative;
    padding: 0 30px 0 0
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading a:after {
    content: "";
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -848px -391px;
    width: 15px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper {
    height: 75%
}

@media screen and (max-width:1199px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper {
        height: 80%
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper p.new-description {
    font-weight: 500;
    margin: 0 0 35px;
    width: 88%
}

@media screen and (max-width:991px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper p.new-description {
        width: 90%
    }
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper p.new-description {
        width: 100%
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content {
    display: flex
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .pointer-wrapper {
    position: absolute;
    bottom: 0
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.2;
    color: #3c3c50;
    cursor: pointer
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points:nth-child(1) {
    border: 0;
    padding: 0 22px 0 0
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points:nth-child(1) {
        padding: 0 15px 0 0
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points:nth-child(2) {
    padding: 0 22px;
    border-left: 1px solid #3c3c50
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points:nth-child(2) {
        padding: 0 15px
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points:nth-child(3) {
    border-left: 1px solid #3c3c50;
    padding: 0 0 0 22px
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points:nth-child(3) {
        padding: 0 0 0 15px
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content {
    width: 100%
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup {
    display: none
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup h1 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.7;
    color: #3c3c50;
    position: relative;
    display: inline-block;
    margin: 0 0 11px 0
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup h1:after {
    content: "";
    position: absolute;
    background: #3c3c50;
    bottom: 0;
    left: 0;
    height: 1px;
    right: 0;
    width: 45%
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5;
    color: #3c3c50
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(203, 198, 198, .3)
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        border-right: 1px solid rgba(203, 198, 198, .3);
        border-bottom: none;
        padding: 0
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points {
    position: relative;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 3%;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points {
        display: block;
        width: 100%;
        padding: 7px 0
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points:nth-child(1) {
    padding: 0 3% 0 0;
    width: 32%
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points:nth-child(1) {
        padding: 0;
        width: 100%;
        padding: 7px 0
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points:nth-child(3) {
    padding: 0 0 0 3%;
    width: 30%
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points:nth-child(3) {
        padding: 0;
        width: 100%;
        padding: 7px 0
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points:after {
    content: "";
    position: absolute;
    background-color: #f00000;
    left: 0;
    width: 1px;
    height: 32px;
    top: 0;
    bottom: 0;
    margin: auto
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points:after {
        left: 0;
        right: unset;
        width: 32px;
        height: 1px;
        top: unset
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points:nth-child(1):after {
    display: none
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points h2 {
    transition: all .5s
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .news-points p {
    margin: 6px 0 0 0;
    width: 100%;
    transition: all .5s
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .active h2 {
    color: #d20505
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .key-show .news-points-wrapper .active p {
    color: #d20505
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile {
    padding: 20px 0 0
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .news-points-wrapper {
        padding: 0 0 0 30%
    }
}

@media screen and (max-width:575px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .news-points-wrapper {
        padding: 0 0 0 20%
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .news-points-wrapper h1 {
    padding: 0 3% 0 0;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin: 0 0 18px 0
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .news-points-wrapper h1 {
        width: auto
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .news-points-wrapper .info {
    padding: 0 3%;
    width: 35%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .news-points-wrapper .info {
        display: block;
        width: 100%;
        padding: 0
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .news-points-wrapper .info h2 {
    margin: 0 0 12px 0
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .tw-wrap {
    padding: 0 0 0 3%;
    width: 30%;
    display: inline-block;
    vertical-align: top
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .tw-wrap {
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 5px
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .tw-wrap .tw {
    width: 23px;
    height: 23px;
    background-position: -1063px -173px
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .tw-wrap .tw:hover {
    background-position: -1414px -364px
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup {
    width: 93%;
    position: relative;
    top: 0;
    background: #efefef;
    display: none;
    padding: 4px 42px 4px 22px;
    margin: -10px 0 0
}

@media screen and (max-width:991px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup {
        padding: 4px 30px 4px 20px
    }
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup {
        width: 100%
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: .7;
    opacity: .4
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.7;
    color: #3c3c50
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5;
    color: #3c3c50
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup .pop-up-description {
    margin: 0 6px 0 0;
    width: 58%;
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width:991px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup .pop-up-description {
        width: 60%
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup .pop-up-description p {
    margin: 0;
    max-width: none;
    width: 100%;
    height: 200px;
    overflow-y: scroll
}

@media screen and (max-width:991px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup .pop-up-description p {
        height: 160px
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup .pop-up-img {
    display: inline-block;
    width: 39%;
    vertical-align: middle
}

@media screen and (max-width:991px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup .pop-up-img {
        width: 37%
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 {
    width: 93%;
    position: relative;
    top: 0;
    background: #efefef;
    display: none;
    padding: 4px 42px 4px 22px;
    margin: -10px 0 0
}

@media screen and (max-width:991px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 {
        padding: 4px 10px
    }
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 {
        width: 100%
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #000;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: .7;
    opacity: .4
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.7;
    color: #3c3c50
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5;
    color: #3c3c50
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 .pop-up-description {
    width: 100%;
    vertical-align: middle
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 .pop-up-description .wrap {
    height: 215px;
    overflow-y: scroll
}

@media screen and (max-width:991px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 .pop-up-description .wrap {
        height: 160px
    }
}

.achievements-wrapper ul.achievements li .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 .pop-up-description p,
.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 .pop-up-description .achievements-wrapper ul.achievements li p,
.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 .pop-up-description h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 1.7;
    color: #3c3c50
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content #popup2 .pop-up-description p {
    font-weight: 500;
    margin: 0 0 10px
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content span {
    background-color: #3c3c50;
    border-radius: 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    cursor: pointer
}

@media screen and (max-width:991px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content span {
        right: -10px
    }
}

@media screen and (max-width:767px) {
    .channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content span {
        right: 0;
        top: unset;
        bottom: 0
    }
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content span:after,
.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content span:before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 13px;
    width: 3px;
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
    transition: all .5s
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content span:after {
    transform: rotate(90deg)
}

.channel-common-style .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .close-ft:before {
    transform: rotate(90deg);
    transition: all .5s
}

.abp-news-wrapper {
    transition: all
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-img {
    filter: none
}

.abp-news-wrapper .channel-common-style-wrapper .b-right {
    border-right: 7px solid #f00000
}

@media screen and (max-width:767px) {
    .abp-news-wrapper .channel-common-style-wrapper .b-right {
        border-bottom: 7px solid #f00000;
        border-right: 0
    }
}

.abp-news-wrapper .channel-common-style-wrapper .b-left {
    border-left: 7px solid #f00000
}

@media screen and (max-width:767px) {
    .abp-news-wrapper .channel-common-style-wrapper .b-left {
        border-bottom: 7px solid #f00000;
        border-left: 0
    }
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper {
    background-color: #3c3c50;
    transition: all .3s
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading .achievements-wrapper ul.achievements li p,
.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading h3,
.achievements-wrapper ul.achievements li .abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading p {
    color: #fff
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading a {
    color: #fff
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .abp-news-heading a:after {
    background-position: -819px -393px
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper p.new-description {
    color: #fff
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points {
    color: #f00000
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points:nth-child(2) {
    border-left: 1px solid #fff
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points:nth-child(3) {
    border-left: 1px solid #fff
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content {
    width: 100%
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup h1 {
    color: #fff
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup h1:after {
    background: #fff
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup h2 {
    color: #fff
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup p {
    color: #fff
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content .key-show-popup .editor-profile .tw-wrap .tw {
    background-position: -1184px -194px
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content span {
    background-color: #f3d11c
}

.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content span:after,
.abp-news-wrapper .channel-common-style-wrapper .abp-news-content-wrapper .channel-content-wrapper .news-detail-content .slide-up-content .points-content span:before {
    background-color: #3c3c50
}

.channel-rate-wrapper .sub-heading {
    margin: 0
}

.channel-rate-wrapper .sub-heading:before {
    top: 79px
}

@media screen and (max-width:1440px) {
    .channel-rate-wrapper .sub-heading:before {
        top: 70px
    }
}

@media screen and (max-width:1199px) {
    .channel-rate-wrapper .sub-heading:before {
        top: 65px
    }
}

@media screen and (max-width:991px) {
    .channel-rate-wrapper .sub-heading:before {
        top: 55px
    }
}

@media screen and (max-width:767px) {
    .channel-rate-wrapper .sub-heading:before {
        top: 40px
    }
}

.channel-rate-wrapper .common-para {
    margin: 16px 0 0
}

.channel-rate-wrapper .drop-down {
    display: none
}

@media screen and (max-width:767px) {
    .channel-rate-wrapper .drop-down {
        width: 110px;
        margin: 0 0 0 auto;
        display: block
    }

    .channel-rate-wrapper .drop-down select {
        border: 1px solid #dedada;
        border-radius: 2px;
        font-family: Poppins, sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 1;
        color: #3c3c50;
        text-align: justify;
        color: #2c2a2a;
        cursor: pointer;
        padding: 3px 27px 3px 3px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: url(../img/drop-down.svg) 96% no-repeat #fff;
        background-size: contain
    }
}

.channel-rate-wrapper ul.subscription-rate {
    max-width: 1440px;
    height: 270px
}

@media screen and (max-width:1199px) {
    .channel-rate-wrapper ul.subscription-rate {
        height: 200px
    }
}

@media screen and (max-width:767px) {
    .channel-rate-wrapper ul.subscription-rate {
        display: block !important;
        height: auto
    }
}

.channel-rate-wrapper ul.subscription-rate li {
    background-color: #efefef;
    max-width: 221px;
    width: 100%;
    margin: 0 15px;
    padding: 55px 0;
    cursor: pointer;
    transition: .5s
}

@media screen and (max-width:1299px) {
    .channel-rate-wrapper ul.subscription-rate li {
        margin: 0 5px
    }
}

@media screen and (max-width:991px) {
    .channel-rate-wrapper ul.subscription-rate li {
        padding: 30px 0
    }
}

@media screen and (max-width:767px) {
    .channel-rate-wrapper ul.subscription-rate li {
        margin: 20px auto;
        display: none
    }
}

.achievements-wrapper ul.achievements .channel-rate-wrapper ul.subscription-rate li p,
.channel-rate-wrapper ul.subscription-rate .achievements-wrapper ul.achievements li p,
.channel-rate-wrapper ul.subscription-rate li h3 {
    text-align: center;
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.9em;
    line-height: 1.2;
    color: #3c3c50;
    margin: 0 auto
}

@media screen and (max-width:1199px) {

    .achievements-wrapper ul.achievements .channel-rate-wrapper ul.subscription-rate li p,
    .channel-rate-wrapper ul.subscription-rate .achievements-wrapper ul.achievements li p,
    .channel-rate-wrapper ul.subscription-rate li h3 {
        font-size: 2.5em
    }
}

.channel-rate-wrapper ul.subscription-rate li .lang,
.channel-rate-wrapper ul.subscription-rate li .nature {
    display: none
}

.channel-rate-wrapper ul.subscription-rate .active {
    background-color: #3c3c50;
    padding: 28px 10px;
    transform: scale(1.1);
    position: relative
}

@media screen and (max-width:1300px) {
    .channel-rate-wrapper ul.subscription-rate .active {
        transform: scale(1)
    }
}

@media screen and (max-width:1199px) {
    .channel-rate-wrapper ul.subscription-rate .active {
        padding: 30px 10px
    }
}

@media screen and (max-width:991px) {
    .channel-rate-wrapper ul.subscription-rate .active {
        padding: 30px 10px 0
    }
}

@media screen and (max-width:991px) {
    .channel-rate-wrapper ul.subscription-rate .active {
        padding: 30px 10px;
        display: block
    }
}

.channel-rate-wrapper ul.subscription-rate .active:before {
    content: "";
    border-top: 11px solid #f00000;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 67%;
    margin: 0 auto
}

.achievements-wrapper ul.achievements li .channel-rate-wrapper ul.subscription-rate .active p,
.channel-rate-wrapper ul.subscription-rate .active .achievements-wrapper ul.achievements li p,
.channel-rate-wrapper ul.subscription-rate .active h3 {
    color: #fff;
    font-size: 2.7em;
    line-height: 1.2;
    max-width: 241px;
    margin: 0 0 25px 0
}

@media screen and (max-width:1199px) {

    .achievements-wrapper ul.achievements li .channel-rate-wrapper ul.subscription-rate .active p,
    .channel-rate-wrapper ul.subscription-rate .active .achievements-wrapper ul.achievements li p,
    .channel-rate-wrapper ul.subscription-rate .active h3 {
        font-size: 2em
    }
}

@media screen and (max-width:767px) {

    .achievements-wrapper ul.achievements li .channel-rate-wrapper ul.subscription-rate .active p,
    .channel-rate-wrapper ul.subscription-rate .active .achievements-wrapper ul.achievements li p,
    .channel-rate-wrapper ul.subscription-rate .active h3 {
        font-size: 2.5em
    }
}

.achievements-wrapper ul.achievements li .channel-rate-wrapper ul.subscription-rate .active p br,
.channel-rate-wrapper ul.subscription-rate .active .achievements-wrapper ul.achievements li p br,
.channel-rate-wrapper ul.subscription-rate .active h3 br {
    display: none
}

.channel-rate-wrapper ul.subscription-rate .active .lang,
.channel-rate-wrapper ul.subscription-rate .active .nature {
    display: block;
    align-items: center;
    margin: 0 0 35px 0
}

@media screen and (max-width:1199px) {

    .channel-rate-wrapper ul.subscription-rate .active .lang,
    .channel-rate-wrapper ul.subscription-rate .active .nature {
        margin: 0 0 25px 0
    }
}

.channel-rate-wrapper ul.subscription-rate .active .lang h4,
.channel-rate-wrapper ul.subscription-rate .active .nature h4 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    color: #3c3c50;
    letter-spacing: .14em;
    color: #fff;
    display: inline-block;
    width: 54%;
    margin-right: 3px;
    vertical-align: middle
}

@media screen and (max-width:1199px) {

    .channel-rate-wrapper ul.subscription-rate .active .lang h4,
    .channel-rate-wrapper ul.subscription-rate .active .nature h4 {
        font-size: 12px
    }
}

@media screen and (max-width:871px) {

    .channel-rate-wrapper ul.subscription-rate .active .lang h4,
    .channel-rate-wrapper ul.subscription-rate .active .nature h4 {
        font-size: 10px
    }
}

@media screen and (max-width:767px) {

    .channel-rate-wrapper ul.subscription-rate .active .lang h4,
    .channel-rate-wrapper ul.subscription-rate .active .nature h4 {
        font-size: 12px
    }
}

.channel-rate-wrapper ul.subscription-rate .active .lang p,
.channel-rate-wrapper ul.subscription-rate .active .nature p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    color: #3c3c50;
    letter-spacing: .14em;
    color: #f3d11c;
    display: inline-block;
    width: 41%;
    vertical-align: middle
}

@media screen and (max-width:1199px) {

    .channel-rate-wrapper ul.subscription-rate .active .lang p,
    .channel-rate-wrapper ul.subscription-rate .active .nature p {
        font-size: 11px
    }
}

@media screen and (max-width:871px) {

    .channel-rate-wrapper ul.subscription-rate .active .lang p,
    .channel-rate-wrapper ul.subscription-rate .active .nature p {
        font-size: 9px
    }
}

@media screen and (max-width:767px) {

    .channel-rate-wrapper ul.subscription-rate .active .lang p,
    .channel-rate-wrapper ul.subscription-rate .active .nature p {
        font-size: 11px
    }
}

.channel-rate-wrapper ul.subscription-rate .active .nature h4 {
    width: 43%
}

@media screen and (max-width:991px) {
    .channel-rate-wrapper ul.subscription-rate .active .nature h4 {
        width: 37%
    }
}

@media screen and (max-width:767px) {
    .channel-rate-wrapper ul.subscription-rate .active .nature h4 {
        width: 55%
    }
}

.channel-rate-wrapper ul.subscription-rate .active .nature p {
    width: 53%
}

@media screen and (max-width:991px) {
    .channel-rate-wrapper ul.subscription-rate .active .nature p {
        width: 58%
    }
}

@media screen and (max-width:767px) {
    .channel-rate-wrapper ul.subscription-rate .active .nature p {
        width: 42%
    }
}

.advertise-page .advertise-banner {
    padding: 95px 0 0
}

@media screen and (max-width:991px) {
    .advertise-page .advertise-banner {
        padding: 45px 0 0
    }
}

.advertise-page .advertise-wrapper .sub-heading {
    margin: 0
}

.advertise-page .advertise-wrapper .sub-heading:before {
    top: 79px
}

@media screen and (max-width:1440px) {
    .advertise-page .advertise-wrapper .sub-heading:before {
        top: 70px
    }
}

@media screen and (max-width:1199px) {
    .advertise-page .advertise-wrapper .sub-heading:before {
        top: 65px
    }
}

@media screen and (max-width:991px) {
    .advertise-page .advertise-wrapper .sub-heading:before {
        top: 55px
    }
}

@media screen and (max-width:767px) {
    .advertise-page .advertise-wrapper .sub-heading:before {
        top: 40px
    }
}

.advertise-page .advertise-wrapper .common-para {
    margin: 15px 0 0
}

.advertise-page .advertise-bg {
    background: url(../img/adverise_bg.png) no-repeat center center/cover;
    padding: 135px 0
}

@media screen and (max-width:1199px) {
    .advertise-page .advertise-bg {
        padding: 110px 0
    }
}

@media screen and (max-width:767px) {
    .advertise-page .advertise-bg {
        padding: 90px 0
    }
}

.advertise-page .advertise-bg h2 {
    display: block;
    text-align: center;
    color: #fff;
    max-width: 1300px;
    text-transform: none;
    letter-spacing: .14em
}

.advertise-page .advertise-bg h2:before {
    content: "";
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: -902px -312px;
    border: none;
    width: 86px;
    height: 68px;
    position: absolute;
    top: -70px !important;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media screen and (max-width:1024px) {
    .advertise-page .advertise-bg h2:before {
        transform: scale(.9)
    }
}

@media screen and (max-width:767px) {
    .advertise-page .advertise-bg h2:before {
        transform: scale(.8)
    }
}

.advertise-page .advertise-form {
    background-color: unset;
    padding: 0
}

.advertise-page .advertise-form:before {
    left: unset;
    right: 0
}

.advertise-page .advertise-form h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2;
    color: #3c3c50
}

.advertise-page .advertise-form .contact-wrapper {
    margin: 0
}

.advertise-page .advertise-form .contact-wrapper .advertise_success_msg {
    line-height: 1;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    margin: 0 0 45px
}

.advertise-page .advertise-form .contact-wrapper form .submit {
    margin: 0
}

.sales-leadership.team-description-common .profile-wrap .content-wrap {
    cursor: unset
}

.media-banner {
    padding: 95px 0 0
}

@media screen and (max-width:991px) {
    .media-banner {
        padding: 45px 0 0
    }
}

.media_pg .select_area {
    background: #e6e3e3;
    padding: 16px 0
}

.media_pg .select_area select {
    width: 325px;
    border: #9d9d9d 1px solid;
    border-radius: 0;
    background: #fff;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 500;
    color: #2c2a2a;
    background: #fff url(../img/sel-arrow.svg) no-repeat 95%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media (max-width:767px) {
    .media_pg .select_area select {
        width: 100%
    }
}

.media_pg .media_snippets .view-more {
    width: 35px;
    margin: 0 auto 40px;
    cursor: pointer
}

@media (max-width:767px) {
    .media_pg .media_snippets .view-more {
        margin: 0 auto 20px
    }
}

.media_pg .media_snippets .m_list {
    height: 650px;
    margin-bottom: 65px;
    border: #9d9d9d 1px solid;
    transition: all .3s;
    overflow: hidden;
    position: relative
}

@media (max-width:1440px) {
    .media_pg .media_snippets .m_list {
        height: 590px
    }
}

@media (max-width:1299px) {
    .media_pg .media_snippets .m_list {
        margin-bottom: 50px
    }
}

@media (max-width:1199px) {
    .media_pg .media_snippets .m_list {
        height: 510px;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .media_pg .media_snippets .m_list {
        height: auto;
        margin-bottom: 15px
    }
}

.media_pg .media_snippets .m_list:hover {
    background: #ededeb;
    transition: all .3s
}

.media_pg .media_snippets .m_list .img_wrap {
    position: relative;
    width: 100%;
    height: 330px;
    background-color: #fff;
    overflow: hidden
}

@media (max-width:1600px) {
    .media_pg .media_snippets .m_list .img_wrap {
        height: 270px
    }
}

@media (max-width:1440px) {
    .media_pg .media_snippets .m_list .img_wrap {
        height: 250px
    }
}

@media (max-width:1199px) {
    .media_pg .media_snippets .m_list .img_wrap {
        height: 200px
    }
}

@media (max-width:991px) {
    .media_pg .media_snippets .m_list .img_wrap {
        height: 140px
    }
}

@media (max-width:767px) {
    .media_pg .media_snippets .m_list .img_wrap {
        height: auto;
        position: unset
    }
}

.media_pg .media_snippets .m_list .img_wrap img {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto
}

@media (max-width:767px) {
    .media_pg .media_snippets .m_list .img_wrap img {
        position: unset
    }
}

.media_pg .media_snippets .m_list .m_list_cont {
    padding: 0 16px 25px 16px
}

@media (max-width:1199px) {
    .media_pg .media_snippets .m_list .m_list_cont {
        padding: 0 10px 15px 10px
    }
}

.media_pg .media_snippets .m_list .m_list_cont h2,
.media_pg .media_snippets .m_list .m_list_cont h3,
.media_pg .media_snippets .m_list .m_list_cont p {
    color: #3c3c50
}

.media_pg .media_snippets .m_list .m_list_cont h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.4;
    color: #3c3c50
}

@media (max-width:1199px) {
    .media_pg .media_snippets .m_list .m_list_cont h2 {
        font-size: 1.7em
    }
}

@media (max-width:767px) {
    .media_pg .media_snippets .m_list .m_list_cont h2 {
        font-size: 2em
    }
}

.achievements-wrapper ul.achievements li .media_pg .media_snippets .m_list .m_list_cont p,
.media_pg .media_snippets .m_list .m_list_cont .achievements-wrapper ul.achievements li p,
.media_pg .media_snippets .m_list .m_list_cont h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.4;
    color: #3c3c50;
    padding: 1.55rem 0 1.55rem 3rem;
    background: url(../img/icon-calendar.svg) no-repeat left center
}

.media_pg .media_snippets .m_list .m_list_cont p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.6;
    color: #3c3c50
}

.media_pg .media_snippets .m_list .m_list_cont a {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.4;
    color: #3c3c50;
    color: #f00000;
    margin-top: 25px;
    display: inline-block;
    position: absolute;
    bottom: 30px
}

.media_pg .media_snippets .m_list .m_list_cont a:after {
    content: "";
    background: url(../img/red-arrow-next.svg) no-repeat 100%;
    width: 9px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    transition: all .3s
}

.media_pg .media_snippets .m_list .m_list_cont a:hover:after {
    margin-left: 5px;
    transition: all .3s
}

@media (max-width:767px) {
    .media_pg .media_snippets .m_list .m_list_cont a {
        position: relative;
        bottom: 0
    }
}

.team-pg .team-banner {
    padding: 95px 0 0
}

@media screen and (max-width:991px) {
    .team-pg .team-banner {
        padding: 45px 0 0
    }
}

.team-pg .executive-leaders h2.sub-heading {
    float: right
}

.team-pg .executive-leaders:before {
    right: 0;
    left: unset
}

.team-description-common .profile-wrap .content-wrap {
    cursor: pointer
}

.team-description-common .profile-wrap .content-wrap:hover img {
    filter: unset;
    transition: all .5s
}

.team-description-common .profile-wrap .content-wrap img {
    border-radius: 100%;
    border: 3px solid #f00000;
    filter: grayscale(1);
    transition: all .5s
}

.achievements-wrapper ul.achievements li .team-description-common .profile-wrap .content-wrap p,
.team-description-common .profile-wrap .content-wrap .achievements-wrapper ul.achievements li p,
.team-description-common .profile-wrap .content-wrap h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 2.8em
}

.team-description-common .profile-wrap .description-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.team-description-common .profile-wrap .description-popup .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content
}

@media screen and (max-width:767px) {
    .team-description-common .profile-wrap .description-popup .container {
        width: 100%
    }

    .team-description-common .profile-wrap .description-popup .pop-up-img {
        width: 80%;
        margin: 1rem auto
    }
}

.team-description-common .profile-wrap .description-popup .row {
    background-color: #3c3c50;
    width: calc(100% - 4rem);
    padding: 2rem;
    margin: auto
}

@media screen and (max-width:1199px) {
    .team-description-common .profile-wrap .description-popup .row {
        width: calc(100% - 2rem);
        padding: 1.5rem 1rem
    }
}

@media screen and (max-width:767px) {
    .team-description-common .profile-wrap .description-popup .row {
        width: 100%;
        position: relative
    }
}

.team-description-common .profile-wrap .description-popup .close {
    width: fit-content;
    margin: 0 0 0 auto;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .team-description-common .profile-wrap .description-popup .close {
        position: absolute;
        top: .5rem;
        right: .5rem
    }
}

.team-description-common .profile-wrap .description-popup .pop-up-description h2 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.4;
    color: #3c3c50;
    text-transform: uppercase;
    color: #fff;
    text-align: left
}

.team-description-common .profile-wrap .description-popup .pop-up-description h2 span {
    display: block;
    font-weight: 400
}

.team-description-common .profile-wrap .description-popup .pop-up-description p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.4;
    color: #3c3c50;
    color: #fff;
    text-align: left
}

@media screen and (max-width:767px) {
    .team-description-common .profile-wrap .description-popup .pop-up-description p {
        max-height: 220px;
        overflow-y: scroll
    }
}

.carrer-banner {
    padding: 95px 0 0
}

@media screen and (max-width:991px) {
    .carrer-banner {
        padding: 45px 0 0
    }
}

.career-intro p {
    font-size: 2.5em;
    line-height: 1.5;
    color: #575757
}

@media screen and (max-width:1199px) {
    .career-intro p {
        font-size: 2em;
        line-height: 1.7;
        color: #3c3c50
    }
}

@media screen and (max-width:767px) {
    .career-intro p br {
        display: none
    }
}

.why-join-us:before {
    right: 0;
    left: auto
}

.why-join-us h2 {
    float: right
}

.why-join-us .about-slider-wrapper {
    background-color: #f2f0f0
}

.why-join-us .about-slider-wrapper .slider-width {
    max-width: 1440px;
    margin: 0 auto;
    position: relative
}

.why-join-us .about-slider-wrapper .slider-width .about-slider {
    max-width: 90%;
    margin: 0 auto;
    position: unset
}

.why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class {
    position: relative;
    padding: 0 4%;
    width: 40%
}

@media screen and (max-width:1199px) {
    .why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class {
        padding: 0 2%
    }
}

@media screen and (max-width:575px) {
    .why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class {
        padding: 0
    }
}

.why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class:after {
    content: "";
    border-right: 1px solid #3c3c50;
    height: 91px;
    position: absolute;
    top: 20%;
    right: 0
}

@media screen and (max-width:767px) {
    .why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class:after {
        display: none
    }
}

.why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class:last-child:after {
    display: none
}

.achievements-wrapper ul.achievements li .why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class p,
.why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class .achievements-wrapper ul.achievements li p,
.why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4em;
    line-height: 36px;
    color: #3c3c50;
    color: #f00000
}

@media screen and (max-width:767px) {

    .achievements-wrapper ul.achievements li .why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class p,
    .why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class .achievements-wrapper ul.achievements li p,
    .why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class h3 {
        text-align: center
    }
}

.why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 22px;
    color: #3c3c50;
    margin: 15px 0 0 0
}

@media screen and (max-width:767px) {
    .why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class p {
        text-align: center;
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class .sprite {
        margin: auto
    }
}

.why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class .exposure-img {
    background-position: -1151px -328px;
    width: 37px;
    height: 43px
}

.why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class .excitemet-img {
    background-position: -1091px -322px;
    width: 38px;
    height: 46px
}

.why-join-us .about-slider-wrapper .slider-width .about-slider .wrapper-class .empowerment-img {
    background-position: -1029px -332px;
    width: 34px;
    height: 36px
}

.why-join-us .about-slider-wrapper .slider-width .about-slider .slick-next {
    right: 0 !important
}

.why-join-us .about-slider-wrapper .slider-width .about-slider .slick-prev {
    left: 0 !important
}

.work-together {
    background-color: unset;
    padding: 0
}

.work-together .contact-wrapper {
    margin: 0 0 40px !important
}

.work-together .contact-wrapper .career_success_msg {
    line-height: 1;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600
}

.work-together .contact-wrapper form .form-group {
    margin: 0 0 40px 0
}

@media screen and (max-width:1199px) {
    .work-together .contact-wrapper form .form-group {
        margin: 0 0 20px 0
    }
}

.work-together .contact-wrapper form .form-group .dropdown-down-wrap {
    width: 100%
}

.work-together .contact-wrapper form .career-file-upload-group {
    position: relative
}

.work-together .contact-wrapper form .career-file-upload-group span.max-file-size {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 24px;
    color: #3c3c50;
    color: #c1c1c1;
    position: absolute;
    top: 0;
    right: 0
}

.work-together .contact-wrapper form .career-file-upload-group .career-file-upload .custom-file-upload {
    margin: 0;
    cursor: pointer
}

.work-together .contact-wrapper form .submit {
    margin: 0
}

.work-together .want-to-know-more {
    background: url(../img/want-to-know-more.jpg) no-repeat center center/cover;
    padding: 100px 0
}

@media screen and (max-width:767px) {
    .work-together .want-to-know-more {
        padding: 65px 0
    }
}

@media screen and (max-width:575px) {
    .work-together .want-to-know-more {
        padding: 26px 0
    }
}

.achievements-wrapper ul.achievements li .work-together .want-to-know-more p,
.work-together .want-to-know-more .achievements-wrapper ul.achievements li p,
.work-together .want-to-know-more h3 {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 5.2em;
    line-height: 1.5;
    color: #3c3c50;
    text-align: center;
    letter-spacing: .14em;
    color: #fff
}

@media screen and (max-width:767px) {

    .achievements-wrapper ul.achievements li .work-together .want-to-know-more p,
    .work-together .want-to-know-more .achievements-wrapper ul.achievements li p,
    .work-together .want-to-know-more h3 {
        font-size: 3.3em
    }
}

.csr-banner {
    padding: 95px 0 0
}

@media screen and (max-width:991px) {
    .csr-banner {
        padding: 45px 0 0
    }
}

@media screen and (max-width:767px) {
    .csr-content {
        margin: 1rem 0 !important
    }
}

.csr-content li {
    list-style-type: disc;
    font-size: 1.8em
}

.csr-content li p {
    font-size: unset
}

@media screen and (max-width:1199px) {
    .csr-content .mb-5 {
        margin-bottom: 1.5rem !important
    }
}

.head_align_right:before {
    left: unset;
    right: 0
}

.head_align_right h2 {
    float: right
}

.about-wrapper .icon {
    display: block;
    width: 100px;
    height: auto;
}
