@media (max-width: 768px){
.hero_aria {
    padding-bottom: 190px;
}}
@media (max-width: 1540px){
.hero_aria {
    padding-bottom: 280px;
}}
.hero_aria {
    background: linear-gradient(287.78deg, #45ffa9 3.17%, #7c98ff 100%);
    padding-bottom: 410px;
    padding-top: 90px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1540px){
.hero_aria {
    padding-bottom: 280px;
}}


.custom_container {
    width: 1110px;
}

.hero_aria .hero_content {
    color: #fff;
}

.hero_aria .hero_content .sub_title {
    color: #fff;
}
.sub_title {
    color: #fe4c1c;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.hero_aria .hero_content h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 62px;
    margin-top: 10px;
}

.hero_aria .hero_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-top: 20px;
}

.hero_aria .hero_content .button_aria {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.min_btn {
    color: #fff;
    padding: 15px 43px;
    background: #00914e;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}

.min_btn::after {
    content: '';
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3b3664 !important;
    border-radius: 50px;
    transform: scaleX(0) !important;
    transform-origin: right;
    transition: all 0.7s linear;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: transform;
    z-index: -1;
}

.play_btn {
    color: #fe4c1c;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 20px 30px rgb(254 76 28 / 15%);
    border-radius: 50px;
    margin-left: 30px;
}

@media (max-width: 1540px){
.hero_aria .section_img img {
    width: 105%;
}}
.hero_aria .section_img img {
    margin-top: 65px;
}

.hero_aria::after {
    position: absolute;
    content: "";
    background-image: url(../img/hero_bg.png);
    width: 100%;
    height: 59%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px){
.hero_aria .hero_content {
    text-align: center;
}}

@media (max-width: 991px){
.hero_aria .hero_content .button_aria {
    justify-content: center;
}}

@media (max-width: 768px)
.hero_aria .section_img img {
    width: 100%;
}
@media (max-width: 1540px){
.hero_aria .section_img img {
    width: 105%;
}}

@media (max-width: 768px){
.hero_aria::after {
    height: 25%;
}}

@media (max-width: 767px){
.hero_aria {
    padding-top: 120px;
}}
@media (max-width: 768px){
.hero_aria {
    padding-bottom: 190px;
}}
@media (max-width: 1540px){
.hero_aria {
    padding-bottom: 280px;
}}

@media (max-width: 575px){
.custom_container {
    width: 100%;
}}

.pmassw{
	color:#fff;
}

.header-style-2 .header-top-bar {
    background-color: #78a0f8;
}

.header-style-2 .header-top .header-info li a {
    color: #fff;
}

.header-style-2 .header-top .header-info li i {
   color: #fff;
}