/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px) { 
	.container{
		max-width: 1650px;
	}
}
@media (min-width: 1600px) and (max-width: 1919.98px){
	html{
		font-size: 52%;
	}
	.container{
		max-width: 1400px;
	}
}
@media (min-width: 1366px) and (max-width: 1599.98px){
	html{
		font-size: 47%;
	}
	.container{
		max-width: 1250px;
	}
}
@media (min-width: 1200px) and (max-width: 1365.98px){
	html{
		font-size: 42%;
	}
	.container{
		max-width: 1100px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px){
	html{
		font-size: 36%;
	}
	.container{
		max-width: 942px;
	}
	.mega_inner {
	    padding: 3rem 4rem;
	}
	.menu {
	    -webkit-column-gap: 6rem;
	       -moz-column-gap: 6rem;
	            column-gap: 6rem;
	}
}
@media (max-width: 991.98px) {
	html{
		font-size: 59%;
	}
	.logo {
	    max-width: 32rem;
	    height: 13rem;
	    margin-bottom: -3rem;
	    margin-left: 0;
	}
	.off_menu{
		position: fixed;
		top: 0;
		height: 100vh;
		width: 100%;
		left: -100%;
		background-color: var(--dark_main);
		z-index: 1;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		overflow: auto;
		padding-bottom: 2rem;
		display: block;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		padding-right: calc((100% - 720px) / 2 + 15px);
		padding-left: calc((100% - 720px) / 2 + 15px);
	}
	.off_menu.current{
		left: 0;
	}
	.hamburger-menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.menu{
		display: block;
	}
	.menu>ul{
		display: block;
		margin-bottom: 3rem;
	}
	.menu>ul>li{
        padding: 3rem 0rem !important;
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.4);
        color: #fff;
	}
	.menu>ul>li>i{
		font-size: 2.5rem;
		cursor: pointer;
		line-height: 1;
		position: absolute;
		right: 0;
		top: 3.1rem;
	}
	.menu>ul>li.dropdown_wrap>ul {
		background-color: transparent;
		padding-bottom: 0;
	}
	.menu>ul>li.dropdown_wrap:hover {
	    background-color: transparent;
	}
	.menu>ul>li>a {
	    font-size: 2.5rem;
	    font-weight: 700;
	    color: #fff;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.menu>ul>li.dropdown_wrap{
		padding-left: 0;
		padding-right: 0;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
	}
	.menu>ul>li.dropdown_wrap>ul,
	.mega_wrapper {
	    padding: 2rem 0rem 0;
	    -webkit-transition: none;
	    -o-transition: none;
	    transition: none;
	    opacity: 1;
	    pointer-events: all;
	    width: 100%;
	    display: none;
	    position: relative;
	    top: auto;
	    left: 0%;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a,
	.mega_wrapper ul li a{
		font-size: 2.2rem;
		color: #fff;
		padding: 0.6rem 0;
	}
	.menu>ul>li.dropdown_wrap:hover>a {
	    color: var(--red_main) !important;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a:hover,
	.menu>ul>li.dropdown_wrap>ul>li.active>a{
		color: var(--red_main);
	}
	.menu>ul>li.dropdown_wrap>a::after{
		display: none;
	}
	.top_header{
		margin-bottom: 0.5rem;
	}
	.right_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-column-gap: 4rem;
		   -moz-column-gap: 4rem;
		        column-gap: 4rem;
	}
	.language_wrap {
	    position: relative;
	    padding-bottom: 2.7rem;
	    padding-top: 2.7rem;
	}
	.menu_header{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-column-gap: 1rem;
		   -moz-column-gap: 1rem;
		        column-gap: 1rem;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		color: #fff;
		padding: 0rem 0 3rem;
	}
	.menu_close{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-column-gap: 1rem;
		   -moz-column-gap: 1rem;
		        column-gap: 1rem;
		cursor: pointer;
		margin-top: 3rem;
	}
	.menu_close img{
		width: 1.4rem;
	}
	.mega_wrapper::before{
		display: none;
	}
	.mega_wrapper .container{
		padding: 0;
	}
	.mega_inner {
	    background-color: var(--red_main);
	    padding: 0rem 0rem;
	}
	.mega_inner p{
		font-size: 2.2rem;
		border-top: 0.1rem solid rgba(255, 255, 255, 0.4);
		padding-top: 3rem;
	}
	.mega_inner ul{
		padding-bottom: 3rem;
	}

	.hide_ipad{
		display: none;
	}
	main.overflow-hidden {
	    padding-top: 10rem;
	}
	.feature_wrap{
		display: none;
	}
	h1{
		font-size: 10rem;
	}
	.home_banner{
		padding: 0;
	}
	.hero_slider {
	    position: relative;
	    height: 55rem;
	}
	.home_content p,
	.home_content .button{
		display: none;
	}
	.home_area .news_card{
		text-align: left;
		background-color: transparent;
		color: #fff;
	}
	.home_area .news_card .news_img{
		display: none;
	}
	.home_area .news_card .news_content{
		padding: 0;
		text-align: left;
	}
	.home_area .news_card .news_content .link{
		color: #fff;
	}
	.home_content {
	    margin-top: -27rem;
	}

	.news_card{
		margin-bottom: 0;
		margin-top: 6rem;
	}
	.news_card::before{
		display: none;
	}
	.about_slider {
		margin-top: 7rem;
	}
	.about_slider .owl-nav button.owl-prev {
	    left: 0rem;
	}
	.about_slider .owl-nav button.owl-next {
	    right: 0rem;
	}
	.gap_55 {
	    --bs-gutter-x: 3rem;
	    --bs-gutter-y: 3rem;
	}
	.py_120 {
	    padding-top: 8rem;
	    padding-bottom: 8rem;
	}
	.pt_120{
		padding-top: 8rem;
	}
	.pb_120{
		padding-bottom: 8rem;
	}
	.service_title{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
    .method_card {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
	.method_card img{
		width: 100%;
		aspect-ratio: 2/1;
	}
	.title_wrap{
		padding: 0 3rem;
	}
	.app_area{
		padding-bottom: 8rem;
	}
	.app_wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.qr_wrap{
		display: none;
	}
	.app_img{
		text-align: center;
	}
	.app_img::before{
		width: 100%;
		left: 0;
		top: 4rem;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
	.app_img img{
		max-width: 37rem;
	}
	.app_content {
	    width: 52rem;
	    margin-left: auto;
	    margin-right: auto;
	}
	.app_content::before {
	    right: 50%;
	    -webkit-transform: translateY(0%) translateX(50%) rotate(90deg);
	        -ms-transform: translateY(0%) translateX(50%) rotate(90deg);
	            transform: translateY(0%) translateX(50%) rotate(90deg);
	    top: auto;
	    bottom: 100%;
	}
	footer {
	    padding: 3rem 0 8rem;
	}
	.footer_top {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer_top .footer_item{
		max-width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}	
	.footer_top .footer_item.full_width{
		max-width: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		position: relative;
	}
	.footer_bottom{
		padding-left: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.inner_home .hero_slider{
		position: absolute;
		height: 100%;
	}
	.inner_home .home_banner h1 {
	    font-size: 7rem;
	}
	.gap_120 {
	    --bs-gutter-x: 5rem;
	    --bs-gutter-y: 5rem;
	}
	.info_area .info_item {
	    padding: 8rem 0;
	}
	.line {
	    background-color: #717071;
	    height: 0.1rem;
	    opacity: 0.5;
	    margin-block: 5rem !important;
	}
	.app_wrap.v2{
		margin-top: 5rem;
	}
	.app_wrap.v2 .qr_wrap{
		display: none;
	}
	.app_wrap.v2 .app_img::before {
	    aspect-ratio: 1.5 / 1;
	}
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	html{
		font-size: 43%;
	}
	.menu_wrapper{
		padding-right: calc((100% - 540px) / 2 + 15px);
		padding-left: calc((100% - 540px) / 2 + 15px);
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	html{
		font-size: 2.34vw;
	}
	body{
		font-size: 1.8rem;
	}
	.container,
	.off_menu{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	main {
	    padding-top: 13.5rem;
	}
	.button_wrapper{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		row-gap: 2rem;
		-webkit-column-gap: 2rem;
		   -moz-column-gap: 2rem;
		        column-gap: 2rem;
	}
	.logo{
		max-width: 18rem;
		padding: 2rem;
		height: 7.5rem;
		margin-bottom: -1.5rem;
	}
	main.overflow-hidden {
	    padding-top: 6rem;
	}
	.right_menu{
		-webkit-column-gap: 2rem;
		   -moz-column-gap: 2rem;
		        column-gap: 2rem;
	}
	.hamburger-menu span {
	    width: 3rem;
	    height: .2rem;
	    margin: .3rem 0;
	}
	.language_wrap {
	    padding-bottom: 1.5rem;
	    padding-top: 1.5rem;
	}
	.language_toggle {
	    font-size: 1.2rem;
	    padding: 0.8rem 1rem;
	}
	.px-mobile-0{
		padding: 0;
	}
	.home_slider_wrap {
	    padding: 5rem 2.5rem;
	    min-height: 35rem;
	}
	.hero_slider .owl-dots{
		display: none;
	}
	.hero_slider {
	    height: 25rem;
	}
	.home_content {
	    margin-top: -13rem;
	}
	.home_content h1 span{
		display: block;
	}
	.home_area .news_card {
	    margin-bottom: 0;
	    margin-top: 3rem;
	}
	.home_area .news_content{
		max-width: 100%;
	}
	.home_area .news_content p strong{
		font-size: 2rem;
	}
	.news_content p:not(:first-child){
		font-size: 1.8rem;
		margin-top: 1.5rem;
	}
	h1{
		font-size: 5rem;
	}
	h2{
		font-size: 4.4rem;
	}
	h3{
		font-size: 4.2rem;
	}
	.py_120 {
	    padding-top: 4rem;
	    padding-bottom: 4rem;
	}
	.pt_120{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.mt_50{
		margin-top: 4rem;
	}
	.owl-nav button {
	    top: 44%;
	    width: 3.5rem;
	    height: 3rem;
	    font-size: 1.5rem;
	}
	.about_slider {
	    margin-top: 5rem;
	}
	.gap_55 {
	    --bs-gutter-x: 2rem;
	    --bs-gutter-y: 2rem;
	}
	.service_content {
	    padding: 1.5rem;
	    font-size: 1.5rem;
	}
	.service_img {
	    height: 12rem;
	}
	.service_img img {
	    height: 7rem;
	    max-width: 9rem;	
	}
	.service_title {
	    margin-bottom: 4rem;
	}
	.title_wrap {
	    padding: 0 2.5rem;
	}
	.method_area{
		padding-bottom: 5rem;
	}
	.method_slider{
		padding-inline: 2.5rem;
	}
	.method_card{
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.method_slider .owl-stage {
	    padding: 5rem 0rem 3rem;
	}
	.method_slider .owl-dots {
	    margin-top: 0;
	    -webkit-column-gap: 1.5rem;
	       -moz-column-gap: 1.5rem;
	            column-gap: 1.5rem;
	}
	.method_slider .owl-dots button {
	    height: 3.4rem;
	    width: 3rem;
	    font-size: 2rem;
	}
	.method_slider .owl-dots button::after {
	    border-left: 1.5rem solid transparent;
	    border-right: 1.5rem solid transparent;
	    border-top: 0.8rem solid #717071;
	}
	.method_slider .owl-item:not(.center){
		opacity: 1;
	}
	.method_content {
	    -ms-flex-item-align: center;
	        -ms-grid-row-align: center;
	        align-self: center;
	    padding: 0rem 3rem 5rem;
	    text-align: center;
	}
	.method_content h4 {
	    font-size: 2rem;
	}
	.method_content p {
	    margin-top: 1.5rem;
	}
	.method_card img {
	    width: 100%;
	    aspect-ratio: 2.5/1;
	}
	.method_badge {
	    font-size: 2rem;
	    margin-bottom: 2rem;
	    padding: 0.6rem 1.3rem;
	    position: relative;
	    top: -1.8rem;
	}
	.method_slider .owl-nav button{
		top: auto;
		bottom: -1.2rem;
		width: 3rem;
	}
	.method_slider .owl-nav button.owl-prev{
		left: 2.5rem;
	}	
	.method_slider .owl-nav button.owl-next{
		right: 2.5rem;
	}
	.app_area{
		padding-block: 5rem;
	}
	.app_img{
		width: 100%;
	}
	.app_content {
	    width: 32rem;
	}
	.app_img img {
	    max-width: 23rem;
	}
	.app_img::before {
	    aspect-ratio: 0.95/1;
	}
	.app_content {
	    padding: 2.5rem 3rem 4rem;
	}
	.app_content::before {
	    border-top: 4rem solid transparent;
	    border-bottom: 4rem solid transparent;
	    border-right: 8rem solid var(--red_main);
	}
	.cta_area {
	    padding: 5rem 0;
	}
	.cta_area h2 span{
		display: block;
	}
	.cta_bg::before {
	    background: -o-linear-gradient(bottom, #EBEBEB 0%, #EBEBEB 25%, rgba(255, 255, 255, 0) 100%);
	    background: -webkit-gradient(linear, left bottom, left top, from(#EBEBEB), color-stop(25%, #EBEBEB), to(rgba(255, 255, 255, 0)));
	    background: linear-gradient(360deg, #EBEBEB 0%, #EBEBEB 25%, rgba(255, 255, 255, 0) 100%);
	}
	.cta_area .button {
	    min-width: 17rem;
	}
	.footer_top .footer_item{
	    max-width: 100%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
	}
	.full_width .footer_icon{
		position: relative;
		top: auto;
		right: auto;
		margin-top: 3rem;
	}
	.footer_logo {
	    margin-bottom: 1rem;
	}
	footer {
	    padding: 0rem 0 5.5rem;
	}
	footer .container{
		position: relative;
	}
	footer .icon_box{
		position: absolute;
		right: 2.5rem;
		top: 7rem;
	}
	.footer_bottom{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		font-size: 1.4rem;
		margin-top: 5rem;
	}
	footer p{
		margin-top: 2rem;
	}
	footer h3{
		margin-bottom: 2rem;
	}
	.footer_bottom p {
	    margin-top: 0.5rem;
	}
	.footer_last_item{
		padding-top: 0;
		margin-top: 0;
	}
	.footer_last_item ul{
		display: none;
	}
	.footer_bottom ul{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-bottom: 4rem;
		margin-top: 2rem;
	}
	.menu>ul>li {
	    padding: 2rem 0rem !important;
	}
	.menu>ul>li>a{
		font-size: 1.8rem;
	}
	header .menu>ul>li.mega_menu{
		background-color: var(--dark_main) !important;
		margin-left: -2.5rem;
		margin-right: -2.5rem;
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}
	.mega_inner{
		background-color: transparent;
	}
	.menu>ul>li.dropdown_wrap>ul>li>a, .mega_wrapper ul li a{
		font-size: 1.8rem;
	}
	.home_area::before {
	    height: 100%;
	}
	.menu_close {
	    margin-top: 2rem;
	}
	.inner_home{
		padding-bottom: 3rem;
	}
	.breadcrumb{
		display: none;
	}
	.inner_home .home_banner h1 {
	    font-size: 4rem;
	}
	.inner_home .home_banner {
	    padding: 3rem 0;
	    min-height: 25rem;
	}
	.intro_content {
	    padding: 2rem 0 4rem;
	}
	.info_area .info_item {
	    padding: 4rem 0 5rem;
	}
	.gap_120 {
	    --bs-gutter-y: 3rem;
	}
	.info_item .service_icon img {
	    height: 10rem;
	    max-width: 14rem;
	}
	.info_item h2{
		font-size: 4rem;
	}
	.service_details {
	    padding-top: 4rem;
	}
	h4 {
	    font-size: 2.4rem;
	}
	.inner_content h4 {
	    padding-top: 1rem;
	}
	.gap_40 {
	    --bs-gutter-x: 2rem;
	    --bs-gutter-y: 2rem;
	}
	.service_area_inner .service_title {
	    margin-bottom: 3rem;
	    margin-top: 1rem;
	}
	.inner_content>*{
		margin-bottom: 3rem;
	}
	.app_wrap.v2{
		margin-top: 0rem;
	}
	.app_wrap.v2 .app_content{
		width: 32rem;
	}
	.app_wrap.v2 .app_img img {
	    max-width: 23rem;
	}
	.app_wrap.v2 .app_img::before {
	    aspect-ratio: .95 / 1;
	}
	h5{
		font-size: 2.2rem;
	}
	.line {
	    margin-block: 4rem !important;
	}
	.pb_120 {
	    padding-bottom: 5rem;
	}
	.team_card{
		-webkit-column-gap: 2rem;
		   -moz-column-gap: 2rem;
		        column-gap: 2rem;
	}
	.team_card>img {
	    width: 8rem;
	}
	.pt_100 {
	    padding-top: 5rem;
	}
	.contact_content form{
		margin-bottom: 3rem;
	}
	.information_area .input {
	    margin-top: 2rem;
	}
	.information_area h3 {
	    font-size: 3rem;
	    margin-top: 4rem;
	}
	.information_img{
		margin-bottom: 0;
	}
	.contact_infomation {
	    padding-bottom: 4rem;
	}
	.menu>ul>li>i {
	    font-size: 2rem;
	    top: 1.8rem;
	}
}