html,body{
    scroll-behavior: smooth;
}
body {
    padding: 0px 0px;
    margin: 0px 0px;
    position: relative;
    background: #FFFFFF;
    font-family: 'Noto Sans Mono', monospace;
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible {
    outline: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0px;
    margin: 0px;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}

a:focus,
a:focus-visible {
    outline: none;
}
ul,
ol,
li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.cust-container {
/*    max-width: 1640px; */
    margin: 0 auto;
    padding: 0 140px;
}
div#wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.page-id-41 div#wrapper{
    background-color: #00FFFF;
}

/* Header CSS */

.top_header{
    padding: 30px 0;
    background-color: #000000;
}
.header_row{
    display: flex;
    justify-content: space-between;
}
.toggle_icon{
    display: none;
}
.logo a{
    display: flex;
    align-items: center;
}
.logo a img{
    height: 65px;
    margin-right: 36px;
}
.logo a span{
    font-size: 29px;
    line-height: 35px;
    text-transform: uppercase;
    color: #00FFFF;
}
.menu ul{
    display: flex;
    align-items: center;
    height: 100%;
}
.menu ul li{
    padding: 0 60px;
}
.menu ul li:last-child{
    padding-right: 0;
}
.menu ul li a{
    font-size: 29px;
    line-height: 35px;
    font-weight: 500;
    color: #00FFFF;
    text-transform: uppercase;
}

/* Header Section CSS */

/* Hero Section CSS */

.hero_video_sec{
    padding-top: 75px;
    padding-bottom: 150px;
}
.hero_video_row_inner{
    display: flex;
}
.hero_video_left{
    width: 40%;
/*     padding-right: 120px; */
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.video_title h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.language_hide_desk.language {
    display: none;
}
.portal{
/*     padding-bottom: 178px; */
}
.portal p{
    font-size: 29px;
    line-height: 35px;
    color: #000000;
}
.portal.portal_magnetic{
/*     padding-bottom: 290px; */
}
.portal.portal_development{
/*     padding-bottom: 160px; */
}
.sign_btn{
    color: #000000;
    background-color: #00FFFF;
    padding: 0 2px 0 10px;
    margin-right: 10px;
}
.social_hide_desk.social_media{
    display:none;
}
.social_media ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.social_media ul li{
    font-size: 29px;
    line-height: 35px;
    color: #231F20;
}
.social_media ul li span{
    padding: 0 10px;
}
.social_media ul li a{
    color: #231F20;
}

.hero_video_right{
    width: 60%;
    padding-left:80px;
}
.hero_title h3{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #231F20;
    padding-right: 10px;
    text-transform: uppercase;
/*    background-color: #000000;*/
    display: inline-block;
    margin-bottom: 36px;
}
.hero_title span{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #231F20;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-bottom: 47px;
}
.hero_title p{
    font-size: 29px;
    line-height: 35px;
    color: #231F20;
    margin-bottom: 26px;
}
.videogroup{
    position: relative;
    border-radius: 9px;
    overflow: hidden;
    border: 2px solid #000000;
}
.videogroup video,
.videogroup iframe{
    width: 100%;
    display: block;
    object-fit: cover;
}
.video_overlay:before {
    content: "";
    background-color: rgba(0, 255, 255, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
}
.video_overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    overflow: hidden;
    border-radius: 10px;
}
.video_overlay button{
    border: none;
    background-color: transparent;
    padding: 0;
/*     margin-top: 30px; */
    cursor: pointer;
    z-index:2
}
.video_overlay button img{
    width: 56px;
}
.hero_video_slider{
/*     padding-bottom: 104px; */
}
.hero_video_slider .swiper-pagination{
    top: unset;
    bottom: 0;
    text-align: left;
}
.hero_video_slider .swiper-pagination .swiper-pagination-bullet{
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background-color: #000000;
    opacity: 1;
    margin: 0 9px;
    background-image: url(/wp-content/uploads/2024/01/play-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
}
.hero_video_slider .swiper-pagination .swiper-pagination-bullet:first-child{
    margin-left: 0;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    padding: 50px 0 0;
    width: 100%;
}
.dropdown-content {
    max-width: 508px;
    display: none;
    position: absolute;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 0;
    z-index: 1;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-top: 0;
    top: 100%;
    width: 100%;
    padding: 10px;
}
.dropdown-content ul li{
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}
.dropdown-content ul li:last-child{
    border: none;
    padding-bottom: 0;
}
.dropdown-content ul li  a{
    color: #000000;
    font-size: 29px;
    font-weight: 400;
    font-family: 'Noto Sans Mono', monospace;
    line-height: 35px;
}
.checkbox_custom{
    position: relative;
    padding-top: 7px;
    padding-bottom: 8px;
    padding-left: 20px;
    border-bottom: 2px solid #DAF125;
}
.custom-dropdown button{
    max-width: 508px;
    height: 48px;
    font-size: 29px;
    font-weight: 400;
    font-family: 'Noto Sans Mono', monospace;
    line-height: 34px;
    color: #808184;
    width: 100%;
    text-align: left;
    border: 2px solid #000000;
    padding-left: 15px;
    position: relative;
    background-color: #ffffff;
    cursor: pointer;
}
.custom-dropdown button.iconopen:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 44px;
    height: 44px;
    background-image: url(/wp-content/uploads/2024/01/plus-green.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    background-color: #000000;
}
.custom-dropdown button.iconclose:after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 44px;
    height: 44px;
    background-image: url(/wp-content/uploads/2024/01/minus-green.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    background-color: #000000;
}

/* Hero Section CSS */

/* Process Section CSS */

.process_sec{
    padding-bottom: 260px;
}
.process_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.title_left h2{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    text-transform: capitalize;
}
.title_right a{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    display: flex;
}
.title_right a img{
    width: 19px;
    margin-left: 15px;
}
.process_box{
    display: flex;
    margin-bottom: 88px;
}
.process_box:last-child{
    margin-bottom: 0;
}
.process_date{
    width: 22%;
}
.process_date span{
    width: 100%;
    display: inline-block;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 15px;
}
.process_date img{
    width: 32px;
}
.process_hide_desk.process_date{
    display: none;
}
.process_text{
    width: 28%;
    padding-left: 40px;
    padding-right: 40px;
}
.process_text h4{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.process_text h4 a{
    color: #000000;
    text-transform: capitalize;
}
.process_text h4 a img{
    display: none;
}
.process_text p{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 15px;
    max-width: 398px;
}
.process_img{
    width: 50%;
}
.process_img img{
    height: 410px;
    object-fit: cover;
    border: 2px solid #000000;
    border-radius: 10px;
    display: block;
    width: 100%;
}

/* Process Section CSS */

/* Technical Points Section CSS */

.technical_points{}
.technical_points_title{
    margin-bottom: 150px;
}
.technical_points_title h2{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    text-transform: capitalize;
}
.technical_points_row_inner{
    display: flex;
    margin-bottom: 60px;
}
.technical_points_left{
    width: 50%;
    padding-right: 60px;
}
.technical_points_left p{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 20px;
}
.technical_points_left p strong{
    font-weight: 600;
}
.technical_points_right{
    width: 50%;
}
.technical_points_img{
    margin-bottom: 72px;
}
.technical_points_hide_desk.technical_points_img{
    display: none;
}
.technical_points_img h4{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.technical_points_img img{
    height: 410px;
    object-fit: cover;
    border: 2px solid #000000;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.technical_points_img p{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}
.technical_points_btn{
    margin-bottom: 98px;
}
.technical_points_btn a{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}
.technical_points_btn a span{
    margin-left: 20px;
    background-color: #000000;
    color: #00FFFF;
    padding: 0 6px;
}

/* Technical Points Section CSS */

/* Welcome Section CSS */

.welcome_to_sec{
    padding: 50px 0 100px;
    background-color: #000000;
}
.welcome_to_row_inner{
    display: flex;
}
.welcome_left{
    width: 50%;
}
.welcome_text h3{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 150px;
    margin-top: 30px;
    text-transform: uppercase;
    max-width: 574px;
}
.welcome_text p{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 20px;
}
.welcome_text p:last-child{
    margin-bottom: 0;
}
.welcome_text h4{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #ffffff;
    margin-top: 60px;
}
.welcome_text h4 a{
    background-color: #00FFFF;
    color: #000000;
    text-transform: uppercase;
    padding-right: 10px;
    margin-right: 4px;
}
.welcome_right{
    width: 50%;
    text-align: right;
}
.welcome_logo img{
    width: 93px;
}

/* Welcome Section CSS */

/* Welcome Section CSS */

.footer_top{
    padding: 45px 0 36px;
    background-color: #00FFFF;
}
.footer_top_row_inner{
    display: flex;
    align-items: center;
/*    justify-content: space-between;*/
}
.copyright {
    margin-right: 55px;
}
.copyright p{
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    display: flex;
    align-items: center;
}
.copyright p img{
    width: 30px;
    margin-right: 10px;
}
.footer_menu ul{
    display: flex;
    align-items: center;
}
.footer_menu ul li{
    padding: 0;
    margin-right: 55px;
}
.footer_menu ul li a{
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}
.backtotop a{
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    display: flex;
    align-items: center;
}
.backtotop a img{
    width: 20px;
    margin-left: 8px;
}
footer {
    margin-top: auto;
}

/* Welcome Section CSS */


/*===============================================*/
/*----------------Story Page CSS-----------------*/
/*===============================================*/

/* Our Story Section CSS */

section.story.process_sec{
    padding-top: 65px;
    padding-bottom: 115px;
}
.story .process_title{
    margin-bottom: 100px;
}

/* Our Story Section CSS */

/*===============================================*/
/*----------------Story Page CSS-----------------*/
/*===============================================*/


/*===============================================*/
/*------------Specifications Page CSS------------*/
/*===============================================*/

/* Current Features Section CSS */

.current_features{
    padding-top: 65px;
    padding-bottom: 150px;
}
.current_features_title{
    margin-bottom: 150px;
}
.current_features_title h1{
    color: #000000;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 190px;
    text-transform: capitalize;
}
.current_features_title h3{
    color: #000000;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}
.current_features_row_inner{
    display: flex;
}
.current_features_text{
    width: 50%;
    padding-right: 20px;
}
.current_features_text p{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 20px;
}
.current_features_text p:last-child{
    margin-bottom: 0;
}
.current_features_text p strong{
    font-weight: 600;
}
.current_features_img{
    width: 50%;
    padding-left: 55px;
}
.current_features_img h4{
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.current_features_img img{
    height: 410px;
    object-fit: contain;
    border: 2px solid #000000;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

/* Current Features Section CSS */

/* System Specifications Section CSS */

.system_specifications{
    padding-bottom: 150px;
}
.system_specifications_title{
    margin-bottom: 118px;
}
.system_specifications_title h2{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    text-transform: uppercase;
}
.system_movement{
    margin-bottom: 75px;
}
.system_movement h4{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.system_movement table{
    max-width: 1200px;
    width: 100%;
    border-collapse: collapse;
}
.system_movement table td{
    border: 1px solid #000000;
    padding: 8px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}
.system_movement table th{
    border: 1px solid #000000;
    padding: 8px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #000000;
}
.floor_plan_box{
    margin-bottom: 75px;
}
.floor_plan_box:last-child{
    margin-bottom: 0;
}
.floor_plan_box h4{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.floor_plan_row{
    display: flex;
    padding-right: 125px;
}
.floor_plan_left{
    width: 40%;
    padding-right: 35px;
}
.floor_plan_left img{
    width: 100%;
    height: 440px;
    object-fit: contain;
    border: 2px solid #000000;
    border-radius: 10px;
    display: block;
}
.floor_plan_right{
    width: 60%;
    padding-left: 35px;
}
.floor_plan_right img{
    width: 100%;
    height: 440px;
    object-fit: contain;
    border: 2px solid #000000;
    border-radius: 10px;
    display: block;
}

/* System Specifications Section CSS */

/* Motor Data Section CSS */

.motor_data{
    padding-bottom: 257px;
}
.motor_data_row_inner{
    display: flex;
    flex-wrap: wrap;
}
.motor_data_box{
    width: 50%;
    padding-right: 188px;
    margin-bottom: 110px;
}
.motor_data_box:last-child,
.motor_data_box:nth-last-child(-n+2){
    margin-bottom: 0;
}
.motor_data_title{
    margin-bottom: 75px;
}
.motor_data_title h2{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    text-transform: capitalize;
}
.motor_data_box ul li{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 25px;
}
.motor_data_box ul li:last-child{
    margin-bottom: 0;
}


.motordata ul li{
    max-width: 640px;
}
.pneumatics ul li{
    max-width: 554px;
}
.electrical ul li{
    max-width: 640px;
}

/* Motor Data Section CSS */

/*===============================================*/
/*------------Specifications Page CSS------------*/
/*===============================================*/


/*===============================================*/
/*------------Specifications Page CSS------------*/
/*===============================================*/

/* News Section CSS */

.news_sec{
    padding-top: 65px;
    padding-bottom: 91px;
}
.news_sec .news_title{
    padding-bottom: 107px;
}
.news_sec .news_title h1{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    text-transform: capitalize;
}
/*.news_sec_row{
    overflow: hidden;
}*/
.news_sec_row_inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.news_box{
    width: 33.33%;
    margin-bottom: 30px;
}
.news_box_inner{
    padding: 0 20px;
}
.news_box_img{
    margin-bottom: 25px;
}
.news_box_img img{
    width: 100%;
    object-fit: cover;
    height: 290px;
    border: 2px solid #000000;
    border-radius: 10px;
    display: block;
}
.news_box_text{
    margin-bottom: 5px;
}
.news_box_name{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}
.news_box_name h3{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
/*     max-width: 410px; */
    text-transform: capitalize;
}
.news_box_name img{
    width: 32px;
    margin-right: 20px;
    display: block;
}
.news_box_text p{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}
.news_box_share{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.magazine{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}
.newsshare{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: 'Noto Sans Mono', monospace;
}
.newsshare img{
    width: 18px;
    margin-left: 8px;
    display: block;
}
.hover_share {
    position: absolute;
    top: -35px;
    right: 0;
    width: auto;
    max-width: 300px;
    height: 145px;
    display: none;
    transition: all 0.5s ease-in-out;
    padding: 10px 22px;
    background-color: #00FFFF;
}
/*.news_box_share:hover .hover_share{
    opacity: 1;
    visibility: visible;
    display: flex;
    transform: translate(0%);
}*/
.hover_share ul{
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
}
.hover_share ul li{
    margin: 0 5px;
}
.hover_share img{
    margin: 0 4px;
    width: auto;
    height: 22px;
}
.hover_share_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
}
.hover_share_top h4{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Noto Sans Mono', monospace;
	text-transform:uppercase
}
.hover_share_top button{
    background-color: transparent;
    color: #000000;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
}
.share_form{
    position: relative;
}
.share_form input{
    height: 30px;
    font-size: 15px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    background-color: #00FFFF;
    padding: 0 36px 0 10px;
    width: 100%;
    font-family: 'Noto Sans Mono', monospace;
    text-transform: uppercase;
}
.share_form input::placeholder{
    color: #000000;
}
.share_form button{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    z-index: 99;
    background-color: transparent;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.share_form button img{
    height: 16px;
}

/*news page top section css start*/
.news_sec_top {
    margin: 0px;
    padding: 0px;
}
.news_sec_top .news_box {
    width: 100%;
}
.news_sec_top .news_box_img img {
    height: auto;
}
.news_sec_top .news_box_inner {
    padding: 0;
}
.news_sec_top .news_box_inner {
    display: flex;
}
.news_sec_top .news_box_img {
    width: 70%;
    padding-right: 40px;
}
.news_sec_top .news_box_text {
    width: 30%;
    margin-bottom: 0
}
.news_sec_top .news_box_text .news_box_share {
    margin-top: 5px
}
.news_sec_top .news_box_name img {
    margin-right: 0;
}
/*news page top section css end*/

/* News Section CSS */

/* Featured In Section CSS */

.featured_in{
    padding-bottom: 115px;
}
.featured_in_title{
    padding-bottom: 126px;
}
.featured_in_title h2{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    text-transform: uppercase;
}
.featured_in_row{
    overflow: hidden;
}
.featured_in_row_inner{
    display: flex;
    margin: 0 -8px;
}
.featured_logo{
    width: 16.66%;
    padding: 0 8px;
}
.featured_logo_inner{
    border: 2px solid #000000;
    border-radius: 10px;
}
.featured_logo img {
    height: 135px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Featured In Section CSS */

/*===============================================*/
/*------------Specifications Page CSS------------*/
/*===============================================*/

/*===============================================*/
/*---------------Download Page CSS---------------*/
/*===============================================*/

/* Download Section CSS */

.download_sec{
    padding-top: 65px;
}
.download_sec_title{
    padding-bottom: 108px;
}
.download_sec_title h1{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    padding-left: 140px;
    padding-right: 140px;
    margin-bottom: 0;
}
.release_note_box{
    padding-bottom: 80px;
}
.release_note_box:last-child{
    padding-bottom: 0;
}
.release_note_box h2{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    padding-left: 140px;
    padding-right: 140px;
    margin-bottom: 45px;
}
.release_table table{
    width: 100%;
    border-collapse: collapse;
}
.release_table table thead tr{
    background-color: #00FFFF;
}
.release_table table tbody tr:nth-child(odd){
    background-color: #F2F2F2;
}
.release_table table tbody tr:nth-child(even){
    background-color: #E6E6E6;
}
.release_table table tr td{
    padding: 18px 10px 28px;
}
.release_table table tr td a{
    display: block;
    color: #000000;
    max-width: 300px;
    text-decoration: underline;
}
.release_table table tr td,
.release_table table tr th{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    text-align: left;
    vertical-align: top;
}
.release_table table tr td:first-child,
.release_table table tr th:first-child{
    padding-left: 140px;
}
.release_table table tr td:last-child,
.release_table table tr th:last-child{
    padding-right: 140px;
}

/* Download Section CSS */

/*===============================================*/
/*---------------Download Page CSS---------------*/
/*===============================================*/

/*===============================================*/
/*----------------Signup Page CSS----------------*/
/*===============================================*/

/* Signup Section CSS */

.signup_sec{
    background-color: #00FFFF;
    padding-top: 65px;
}
.signup_sec .cust-container{
    max-width: unset;
    padding: 0 140px;
}
.signup_sec .faq_list .cust-container{
    padding: 0;
}
.news_title{
    padding-bottom: 102px;
}
.signup_sec .news_title h1{
    padding-bottom: 102px;
}
.news_title h2{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}
.news_title p{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    max-width: 1026px;
}
.togglefaq{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.togglefaq span{
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}
.faqanswer {
    display: none;
    padding: 15px 0;
}
.faqanswer p{
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 50px;
}
.icon-plus,
.icon-minus{
    width: 42px;
    height: 42px;
    background-size: 42px 42px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2024/01/arrow-right.svg);
}
.icon-minus{
    background-image: url(/wp-content/uploads/2024/01/arrow-down.svg);
}
.faq_list{
/*    border-top: 2px solid #000000;*/
}
.faq_list .togglefaq{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    padding-top: 48px;
    padding-bottom: 38px;
    padding-right: 128px;
    max-width: 1512px;
    border-top: 2px solid #000000;
}
.faqanswer p{
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    max-width: 1060px;
}
.stay_form{
    max-width: 1226px;
    margin-bottom: 112px;
}
.stay_form .stay_form_group_row{
    display: flex;
}
.stay_form_group_row .stay_form_group{
    width: 33.33%;
    padding: 0 8px;
}
.stay_form_group_row .stay_form_group:first-child{
    padding-left: 0;
}
.stay_form_group_row .stay_form_group:last-child{
    padding-right: 0;
}
.stay_form_group{
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.stay_form_group input{
    width: 100%;
    height: 50px;
    font-family: 'Noto Sans Mono', monospace;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: #808184;
    background-color: #00FFFF;
    border: 2px solid #000000;
    padding: 5px 15px;
}
.stay_form_group input::placeholder,
.stay_form_group textarea::placeholder{
    color: #808184;
}
.stay_form_group textarea{
    width: 100%;
    height: 50px;
    font-family: 'Noto Sans Mono', monospace;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: #808184;
    background-color: #00FFFF;
    border: 2px solid #000000;
    padding: 5px 15px;
    resize: none;
    display: block;
}
.stay_form_group.full_btn{
    margin-top: 96px;
    margin-bottom: 0;
}
.stay_form_group.full_btn button,
.stay_form_group.full_btn .wpcf7-submit{
    border: 2px solid #000000;
    background-color: #00FFFF;
    color: #000000;
    font-family: 'Noto Sans Mono', monospace;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    height: 50px;
    min-width: 340px;
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    background-image: url(/wp-content/uploads/2024/01/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 13px 13px;
    max-width: 340px;
}
.signup_sec .stay_form .wpcf7 form .wpcf7-response-output{
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}



/* SIGN UP TO QUALIFY */

.stay_form.devlopment_kits{
    max-width: unset;
    margin-bottom: 0;
}
.devlopment_kits .stay_rows{
    max-width: 1226px;
}

.stay_form_group.stay_form_radio{
    margin-top: 87px;
    margin-bottom: 0px;
}
.stay_form_group p{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}
.faqanswer .stay_form .stay_form_group p{
    max-width: unset;
    margin-bottom: 0;
}
.faqanswer .stay_form.devlopment_kits .stay_form_group.stay_form_radio p{
    margin-bottom: 25px;
}
.signup_sec .wpcf7-not-valid-tip{
    font-size: 18px;
}
.signup_sec .wpcf7 form .wpcf7-response-output{
    margin-left: 0;
    margin-right: 0;
}


/* Custom Radio Button */

.stay_form_radio_faq{
    display: flex;
    align-items: center;
}
.radio-button-container {
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    display: block;
    position: relative;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 12px;
    margin-right: 70px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-button-container input,
.stay_form_radio .wpcf7-list-item label input{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #00FFFF;
    border-radius: 50%;
    border: 2px solid #000000;
    transition: all 0.3s;
    font-family: 'Noto Sans Mono', monospace;
}
.radio-button-container:hover input ~ .checkmark {
    border-color: #000000;
}
.radio-button-container input:checked ~ .checkmark {
    background-color: #26FFFF;
    border-color: #000000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-button-container input:checked ~ .checkmark:after {
    display: block;
}
.radio-button-container .checkmark:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #000000;
}

.stay_form_radio_faq span label{
    display: flex;
    align-items: center;
}
.stay_form_radio .wpcf7-list-item{
    margin: 0 70px 0 0;
}
.stay_form_radio .wpcf7-list-item label input[type="radio"]:checked + .wpcf7-list-item-label:before, 
.stay_form_radio .wpcf7-list-item label input[type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #000000;
    border-radius: 100%;
    background-color: #26FFFF;
    margin: auto 0;
}
.stay_form_radio .wpcf7-list-item label input[type="radio"]:checked + .wpcf7-list-item-label:after, 
.stay_form_radio .wpcf7-list-item label input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: auto 0;
}
.stay_form_radio .wpcf7-list-item label input[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.stay_form_radio span.wpcf7-list-item-label {
    position: relative;
    padding-left: 45px;
}
.stay_form_radio .wpcf7-list-item label input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Custom Radio Button */

.code_languages_title{
    margin-bottom: 75px;
}
.code_languages_title h4{
    font-family: 'Noto Sans Mono', monospace;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    max-width: 594px;
}
.stay_form_group.fluent{
    margin-bottom: 0;
}
.select_code{
    display: flex;
    background-color: #000000;
    padding-top: 62px;
    padding-bottom: 148px;
    position: relative;
    z-index: 9;
}
.select_code:after,
.select_code:before{
    position: absolute;
    content: "";
    top: 0;
    background-color: #000000;
    height: 100%;
    width: 140px;
    z-index: -9;
    right: 100%;
}
.select_code:before{
    right: unset;
    left: 100%;
}
.code_languages{
    width: 50%;
}

/* Custom Checkbox */

.main_checkbox {
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-family: 'Noto Sans Mono', monospace;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: #ffffff;
    max-width:max-content;
}
.stay_form_checkbox input[type=checkbox] {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    margin: 0;
}
.stay_check {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    height: 28px;
    width: 28px;
    background-color: #000000;
    border-radius: 28px;
    border: 1px solid #ffffff;
}
/*.main_checkbox:hover input ~ .stay_check {
    background-color: gray;
}*/
.main_checkbox input:active ~ .stay_check {
    background-color: white;
}
.main_checkbox input:checked ~ .stay_check {
    background-color: #000000;
}
.stay_check:after {
    content: "";
    position: absolute;
    display: none;
}
.main_checkbox input:checked ~ .stay_check:after {
    display: block;
}
.main_checkbox .stay_check:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 14px;
}

.stay_form_checkbox span{
    width: 100%;
    margin: 0;
}
.stay_form_checkbox span label{
    display: flex;
    align-items: center;
}
.stay_form_checkbox span label .wpcf7-list-item-label{
    color: #ffffff;
}
.stay_form_group .stay_form_checkbox input{
    width: auto;
}
.stay_form_group .stay_form_checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:before, 
.stay_form_group .stay_form_checkbox input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    background: #000000;
    margin: auto 0;
}
.stay_form_group .stay_form_checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after, 
.stay_form_group .stay_form_checkbox input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 7px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: auto 0;
}
.stay_form_group .stay_form_checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.stay_form_group .stay_form_checkbox span.wpcf7-list-item-label {
    position: relative;
    padding-left: 45px;
}
.stay_form_group .stay_form_checkbox input[type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

/* Custom Checkbox */

.code_resolve{
    width: 50%;
}
.code_resolve_title{
    margin-bottom: 75px;
}
.code_resolve_title h4{
    max-width: 396px;
    color: #00FFFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}
.code_resolve_show{
    display: inline-block;
    width: 100%;
}
.code_resolve_list{
    margin-bottom: 36px;
}
.code_resolve_list ul li,
.code_resolve_list ul li p{
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}
.code_resolve_btn button,
.code_resolve_btn input[type="submit"]{
    border: 0;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Noto Sans Mono', monospace;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    height: 50px;
    min-width: 340px;
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    background-image: url(/wp-content/uploads/2024/01/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 14px 14px;
}
.code_resolve_btn input[type="submit"]{
    width: auto;
}


/* Signup Section CSS */

/*===============================================*/
/*----------------Signup Page CSS----------------*/
/*===============================================*/


/*===============================================*/
/*-------------Story Single Page CSS-------------*/
/*===============================================*/

/* Story Single Section CSS */

.story_single{
    padding-top: 65px;
    padding-bottom: 75px;
}
.single_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 102px;
}
.single_title_left{
    width: 50%;
}
.single_title_left h2{
    color: #000000;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
}
.single_title_right{
    width: 50%;
    text-align: right;
    padding-right: 100px;
}
.single_title_right span{
    color: #000000;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
}
.story_single_row_inner{
    display: flex;
}
.story_single_left{
    width: 50%;
}
.story_single_left p{
    margin-bottom: 30px;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    max-width: 674px;
}
.story_single_left li{
    margin-bottom: 30px;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    display: inline-block;
    width: 100%;
}
.story_single_right{
    width: 50%;
    padding-left: 26px;
}
.story_single_img{
    margin-bottom: 50px;
}
.story_hide_desk.story_single_img{
    display: none;
}
.story_single_img img{
    width: 100%;
    height: 410px;
    object-fit: cover;
    border: 2px solid #000000;
    border-radius: 10px;
    margin-bottom: 25px;
    display: block;
}
.story_single_img p{
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

/* Story Single Section CSS */

/* Video Section CSS */

.story_video{
    padding-bottom: 102px;
}
.story_video_title{
    margin-bottom: 50px;
}
.story_video_title h2{
    color: #000000;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
}
.story_single_video .hero_video_slider .swiper-pagination{
    text-align: right;
    z-index: 0;
    position:relative;
    margin-top:40px;
    max-width: max-content;
  margin-left: auto;
}
.story_single_video .hero_video_slider .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
.story_single_video .videogroup{
    border-radius: 9px;
}
.story_single_video .videogroup video{
    height: auto;
    object-fit: cover;
}
.story_single_video .video_overlay button img{
    width: 56px;
}
.video_text{
    margin-bottom: 126px;
/*     z-index: 9;
    position: relative; */
}
.video_text p{
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    max-width: 674px;
}
.video_text p:first-child{
    margin-bottom: 75px;
    margin-top: -60px;
}
.next_post_btn{}
.next_post_btn h3{
    color: #000000;
    font-size: 29px;
    font-weight: 400;
    line-height: 50px;
    text-transform: capitalize;
}
.next_post_btn a{
    color: #00FFFF;
    font-size: 29px;
    font-weight: 400;
    line-height: 50px;
    background-color: #000000;
    padding-right: 10px;
}

/* Video Section CSS */

/*===============================================*/
/*-------------Story Single Page CSS-------------*/
/*===============================================*/

/*===============================================*/
/*---------------Popup Section CSS---------------*/
/*===============================================*/

/* Popup Section CSS */

.form_popup{
    padding-top: 95px;
    padding-bottom: 190px;
    background-color: #000000;
}
.form_popup_top{
    margin-bottom: 175px;
}
.form_popup_top_inner{
    display: flex;
    justify-content: space-between;
}
.form_popup_top_inner h2{
    color: #00FFFF;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
}
.form_popup_top_inner span{
    color: #00FFFF;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
}
.form_popup_top_inner button{
    color: #00FFFF;
    font-family: 'Noto Sans Mono', monospace;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    border: none;
    background-color: #000000;
    text-decoration: underline;
    cursor: pointer;
}
.form_popup_row_inner{
    display: flex;
}
.form_popup_left{
    width: 50%;
}
.form_popup_text{
    margin-bottom: 192px;
}
.form_popup_text h4{
    color: #00FFFF;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 175px;
}
.form_popup_text p{    
    color: #00FFFF;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    max-width: 540px;
}
.popup_social h4{
    color: #00FFFF;
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 8px;
}
.popup_social ul {
    display: flex;
    align-items: center;
}
.popup_social ul li {
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #00FFFF;
}
.popup_social ul li a {
    color: #00FFFF;
}
.popup_social ul li span {
    padding: 0 10px;
}
.popup_social ul {
    max-width: 320px;
    flex-wrap: wrap;
}

.form_popup_right{
    width: 50%;
}
.popup_video_title{
    margin-bottom: 25px;
}
.popup_video_title p,
.popup_video_title h2{
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #00FFFF;
}
.popup_video_slider {
    padding-bottom: 104px;
}
.popup_video_slider .swiper-pagination {
    top: unset;
    bottom: 0;
    text-align: left;
}
.popup_video_slider .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}
.popup_video_slider .swiper-pagination .swiper-pagination-bullet {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background-color: #00FFFF;
    opacity: 1;
    margin: 0 9px;
    background-image: url(/wp-content/uploads/2024/01/play-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
}

/* Popup Section CSS */

/*===============================================*/
/*---------------Popup Section CSS---------------*/
/*===============================================*/


.page-template-sign-up-template footer{
/*  display:none; */
}
.desktop-hide {
    display:none;
}

/*popup video css start*/
.popup-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.popup-video .popup-video-slide {
    position: relative;
/*     padding-bottom: 56.25%;  */
/*     padding-top: 25px; */
    height: 100%;
}
.popup-video .popup-video-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-video .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  width: 100%;
  height: 100%;
    max-width:950px;
  max-height:550px;
}

.popup-video .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup-video .popup-video-close {
    position: absolute;
    z-index: 5;
    top: -40px;
    right: 0px;
    background: #000;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.popup-video .popup-video-close img {
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}
/*popup video css end*/
/*footer socials*/
.footer-socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 55px;
}
.footer-socials li img {
    width: auto;
    height: 24px;
    display: inline-block;
}
.footer-socials li {
    margin: 0 10px;
}
.footer-socials li a {
    display: flex;
    align-items: center;
}
/*404 page css start*/
.social_media.error-social h3 {
    color: cyan;
}
.social_media.error-social {
    max-width: 330px;
}
.pnf-area {
    background-color: #000;
    color: #00FFFF;
    padding: 50px 0
}
.not-found {
    background-color: #000;
    color: #00FFFF;
}
.pnf-area h1 span {
    font-size: 29px;
    line-height: 35px;
    text-transform: uppercase;
    color: #00FFFF;
    font-weight: normal;
    margin:50px 0 150px;
    display:block
}
.pnf-area .pnf-error {
    margin-bottom: 150px;
}
.pnf-area p {
    font-size: 29px;
    line-height: 35px;
    color: #00FFFF;
}
.pnf-area a.link {
    font-size: 29px;
    line-height: 30px;
    color: #000;
    background-color: #00FFFF;
    padding-right: 10px;
    display:inline-block;
}
.pnf-area .text-block {
    max-width: 550px;
}
.pnf-area .social_media {
    margin: 200px 0 50px;
}
.pnf-area .social_media li, .pnf-area .social_media li a, .pnf-area .social_media li a:hover {
    color: #00FFFF;
}
/* .youtube-video {
    display: none;
} */
/* .updates-new-cols2-block.has-video-slide img.expd {
    display: none !IMPORTANT;
} */

.updates-new-cols2-block.has-video-slide .video_overlay{
    display: none !IMPORTANT;
}
.youtube-video iframe {
    border: 2px solid #000000;
    border-radius: 10px;
/*     height: 205px; */
}
.updates-new-cols2-block.has-video-slide .youtube-video ,.featured-story-img.update-video-slide .youtube-video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* .updates-new-cols2-block.has-video-slide.expand .update-img img ,.updates-new-cols2-block.has-video-slide.expand-th .update-img img,.updates-new-cols2-block.has-video-slide.expand-t .update-img img{
    display: none !IMPORTANT;
} */
.updates-new-cols2-block.expand .video_overlay, .updates-new-cols2-block.expand-th .video_overlay,
updates-new-cols2-block.expand-t .video_overlay{
    display: none;
}
.updates-new-cols2-block.expand .update-img .youtube-video ,.updates-new-cols2-block.expand-th .update-img .youtube-video,
.updates-new-cols2-block.expand-t .update-img .youtube-video{
    display: block !IMPORTANT;
}
/* .updates-new-cols2-block.has-video-slide.expand .youtube-video iframe,
.updates-new-cols2-block.has-video-slide.expand-t .youtube-video iframe,
.updates-new-cols2-block.has-video-slide.expand-th .youtube-video iframe{
    height:430px;
} */



/*Responsive update page css start*/

@media screen and (max-width:768px)
{
.news_sec_top .news_box_img {
    width: 60%;
}
.news_sec_top .news_box_text {
    width: 40%;
}   
}
@media screen and (max-width:767px)
{
.news_sec_top .news_box_inner {
    flex-wrap: wrap;
}   
.news_sec_top .news_box_img {
    width: 100%;
    padding-right: 0px;
}
.news_sec_top .news_box_text {
    width: 100%;
}   
.news_sec_top .news_box_share {
    padding: 0;
  }
.news_box_text {
    margin-bottom: 5px !important;
}

    
}
/*Responsive update page css end*/

@media screen and (max-width:991px)
{
.pnf-area h1 span {
    font-size: 20px;
    line-height: 24px;
    margin: 100px 0;
}   
.pnf-area p {
    font-size: 20px;
    line-height: 24px;
}
.pnf-area a.link {
    font-size: 20px;
    line-height: 24px;
}
.story_single {
    padding-top: 40px;
    padding-bottom: 40px;
}   
.single_title {
    margin-bottom: 40px;
}
.video_text p:first-child {
    margin-bottom: 40px;
}   
.video_text {
    margin-bottom: 40px;
}   
.story_video {
    padding-bottom: 40px;
}   
}
@media screen and (max-width:767px)
{
.pnf-area .social_media {
    display:block
}   
.pnf-area h1 span {
    margin: 60px 0;
}
.pnf-area .pnf-error {
    margin-bottom: 60px;
}
.pnf-area .social_media {
    margin: 100px 0 0px;
}
.pnf-area .text-block {
    max-width: unset;
}
.mobile-hide {
    display:none
    }
.mobile-show {
    display:block
    }
.footer-socials {
    margin: 20px 0;
}
.footer-socials li img {
    width: 36px;
}   
.footer-socials li {
    margin: 0 5px;
}
.news_box_share {
    align-items: start;
    flex-direction: column;
}
.news_box_share .magazine {
margin-bottom: 5px;     
    }
.news_box_name img {
    margin-right: 0;
}
    
}
/*404 page css end*/
/*13-02-2024 custom selectbox css start*/
.custom-google-translate {
    position: relative;
    max-width: 508px;
/*  margin-top:30px; */
}
.custom-google-translate .gtranslate_wrapper select {
    width: 100%;
    padding: 0 10px;
    border: 2px solid #000;
    box-shadow: none;
    background-color: #fff;
    color: #000;
    outline: none;
    -webkit-appearance: none;
    font-size: 29px;
    font-weight: 400;
    font-family: 'Noto Sans Mono', monospace;
    line-height: 34px;
    color: #808184;
    height: 48px;
}
.custom-google-translate .gtranslate_wrapper select:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    width: 44px;
    height: 44px;
    background-image: url(/wp-content/uploads/2024/01/plus-green.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    background-color: #000000;
}
.custom-google-translate span.plus-minus {
    position: absolute;
    width: 40px;
    height: 100%;
    background-color: #000;
    right: 0;
    top: 0;
    pointer-events: none;
}
.custom-google-translate span.plus-minus:before {
    position: absolute;
    content: "+";
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: 0;
    color: #ffffff;
    font-size: 30px;
}
.custom-google-translate span.plus-minus:after {
    position: absolute;
    content: "-";
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: 0;
    color: #ffffff;
    font-size: 30px;
    display: none;
}
/*13-02-2024 custom selectbox css end*/
/*15-02-2024 home new section css start*/
.featured-story-area {
    margin: 0 0 145px;
    padding: 0px;
}
.featured-story-area .featured-story-inside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.featured-story-area .featured-story-inside .featured-story-left {
    width: 40%;
}
.featured-story-area .featured-story-inside .featured-story-left .featured-story-content {
    min-height: 780px;
}
.featured-story-area .featured-story-inside .featured-story-left .social_media {
    max-width: 350px;
}
.featured-story-area .featured-story-inside .featured-story-right {
    width: 60%;
}
.featured-story-area .featured-story-title {
    margin-bottom: 80px;
}
.featured-story-area .btn-block {
    margin: 40px 0
}
.featured-story-area .featured-story-title h2 {
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    text-transform: capitalize;
}
.featured-story-area .featured-story-img {
}
.featured-story-area .featured-story-img img {
    width: 100%;
    height: auto;
    display: block;
}
.featured-story-area .featured-story-right .featured-story-img > a > img{
    height: 220px;
    object-fit: cover;
}
.border-dark {
    border: 2px solid #000000;
    border-radius: 10px;
}
.break {
    display: block !important
}
.uppercase {
    text-transform: uppercase !important
}
.featured-story-area .featured-story-content .heading {
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.featured-story-area .featured-story-content {
    margin: 25px 0
}
.featured-story-area .featured-story-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}
.featured-story-area .featured-story-inside .featured-story-right .featured-story-cols2 {
    display: flex;
    flex-wrap: wrap;
}
.featured-story-area .featured-story-inside .featured-story-right .featured-story-cols2 .featured-story-cols2-block {
    width: 50%;
    padding-left: 80px;
}
.vheight {
    min-height: 275px;
}
.btn-black {
    color: #00FFFF;
    padding-right: 10px;
    background-color: #000000;
    font-size: 22px;
    line-height: 24px;
    text-decoration: none;
}
.btn-primary {
    color: #000000;
    padding: 5px 10px 5px 0;
    background-color: #00FFFF;
    font-size: 29px;
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
}
.social_media h3 {
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.pagi-btn-block {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top:40px;
}
.pagi-btn-block .swiper-pagination {
    position: relative;
    max-width: max-content;
}
.social_media.social-sm {
/*  max-width: 350px; */
}
/*update page style start*/
.updates-new-area {
    margin: 40px 0
}
.updates-new-area hgroup {
    margin-bottom: 100px;
}
.heading h1 {
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    text-transform: capitalize;
}
/* .updates-new-area .updates-new-cols2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap:wrap;
} */

.updates-new-area .updates-new-cols2 {
    display: grid;
    transition:all 3s ease;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
}
.updates-new-cols2-block .expand-view img.shrink { display:none !important; }
.updates-new-cols2-block.expand .expand-view img.expd { display:block !important; }
.updates-new-cols2-block.expand .expand-view img.shrink { display:block !important; }
.updates-new-cols2-block.expand .expand-view img.expd { display:none !important; }

.updates-new-cols2-block .expand-view img.shrink { display:none !important; }
.updates-new-cols2-block.expand-t .expand-view img.expd { display:block !important; }
.updates-new-cols2-block.expand-t .expand-view img.shrink { display:block !important; }
.updates-new-cols2-block.expand-t .expand-view img.expd { display:none !important; }

.updates-new-cols2-block .expand-view img.shrink { display:none !important; }
.updates-new-cols2-block.expand-th .expand-view img.expd { display:block !important; }
.updates-new-cols2-block.expand-th .expand-view img.shrink { display:block !important; }
.updates-new-cols2-block.expand-th .expand-view img.expd { display:none !important; }

.updates-new-area .row {
    margin-left: -30px;
    margin-right: -30px;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block {
    width: 100%;
    padding: 0 20px;
    margin-bottom:80px;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content .btn-block {
    margin-top:5px;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img,.featured-story-img.update-video-slide {
    position:relative
}
.featured-story-img.update-video-slide img {
    border-radius: 10px;
}
.featured-story-img.update-video-slide > img, .featured-story-img.update-video-slide > a > img {
    opacity: 0;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img .video_overlay .playbtn > img { width:40px; }
.updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content {
    margin: 25px 0 0;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content .heading {
    font-size: 29px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
    margin-bottom:10px;
    text-transform: capitalize;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    color: #000000;
}
.updates-new-cols2-block.has-video-slide .update-img > img {
    opacity: 0;
}
.updates-new-cols2-block.update-img-none  .update-img {
    display: none;
}
.updates-new-cols2-block .update-content.no-update-img {
    background-color: #00FFFF;
    border: 2px solid #000000;
    border-radius: 10px;
    padding: 30px;
    margin-top: 0 !IMPORTANT;
    height: 100%;
}
.updates-right-new {
    margin-bottom: 100px;
}
img.update-img-none {
    display: none !IMPORTANT;
}
.single-updates .inner_box_img img {
/*     height: 380px !IMPORTANT; */
    object-fit: cover;
    object-position: center;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content p.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img img {
    width: 100%;
    height: auto;
    display: block;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img > img{
    height: 300px;
    object-fit: cover;
}
.updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand .update-img > img,
.updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand-t .update-img > img,
.updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand-th .update-img > img{
    height: 600px;
}
.expand-view {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
}
.updates-new-cols2-block.expand {
    grid-column-start: 1;
    grid-column-end: 3;
    transition:all 3s ease;
}
.updates-new-cols2-block.expand-t {
    grid-column-start: 2;
    grid-column-end: 4;
    transition:all 3s ease;
}
.updates-new-cols2-block.expand-th {
    grid-column-start: 2;
    grid-column-end: 4;
    transition:all 3s ease;
}
.expand-view img {
    width: 22px !IMPORTANT;
}
.inner_box_img {
    position: relative;
}
.update-img-video .youtube-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.news_box_inner.no-thumb-updates .news_box_img.update-img-video {
    display: none;
}
/*update page post no image css start*/
.updates-new-cols2-block.no-update-img .update-img { display:none }
.updates-new-cols2-block.no-update-img { background-color:#00FFFF; border:2px solid #000000; border-radius:10px; padding:30px; }
.updates-new-area .updates-new-cols2 .updates-new-cols2-block.no-update-img .update-content p.line-clamp { overflow: unset; text-overflow: unset; display: unset; -webkit-line-clamp: unset; -webkit-box-orient: unset; }

/*update page post no image css end*/
/* Popup css start*/
.pum-theme-342, .pum-theme-default-theme {
    background-color: #00000094 !important;
}
.pum-theme-342 .pum-container.pum-responsive.pum-responsive-xlarge {
    padding: 0;
}
.pum-theme-342 button.pum-close.popmake-close {
    display: none;
}
/* Popup css end */
.btn-block {
    margin-top: 40px;
}
.text-center {
    text-align: center !important
}
.updates-new-area .btn-block .btn-black { padding-left:5px; padding-right:5px; }
.num-pagi {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-top:20px;
}
.num-pagi a, .num-pagi span {
    color: #000;
    text-decoration: none;
}
.num-pagi a.active, .num-pagi span.active {
    color: #000;
    text-decoration: underline;
}
.news_box_inner.no-thumb-updates .news_box_text {
    width: 100%;
}
.news_box_inner.no-thumb-updates {
    width: 100%;
    display: block;
}
/*update page style end*/

.pum-container.pum-responsive.pum-responsive-xlarge{
    width: 100% !important;
    height: 100vh;
    margin-left: 0 !important;
    left: 0 !important;
    overflow: auto;
}
/*.pum-theme-342 .pum-content, .pum-theme-default-theme .pum-content,
.form_popup{
    height: 100%;
}*/

/*15-02-2024 home new section css end*/




@media screen and (max-width:1366px){
    .story_single_left p {
        max-width: 480px;
    }   
    .news_sec_top .news_box_img {
        width: 60%;
    }
    .news_sec_top .news_box_text {
        width: 40%;
    }
    .featured-story-area .featured-story-inside .featured-story-right .featured-story-cols2 .featured-story-cols2-block {
        padding-left: 40px;
    }   
    .hero_video_right {
        padding-left: 40px;
    }
    .vheight {
        min-height: 380px;
    }
    .footer-socials li.facebook img{
        width: 12px;
    }
    .footer-socials li img {
        height: auto;
        width: 20px;
    }   
}
@media screen and (max-width:1300px) and (min-width:1025px){
    .featured-story-area .featured-story-right .featured-story-img > a > img{
        height: 180px;
    }
    .custom-google-translate .gtranslate_wrapper select {
        font-size: 25px;
        line-height: 32px;
    }
}
@media screen and (max-width:1108px){
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content .heading {
        font-size: 22px;
        line-height: 24px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .btn-black {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width:1024px){
    .hero_video_row_inner {
        flex-wrap: wrap;
    }
    .hero_video_left {
        width: 100%;
        padding-right: 0;
/*      min-height: 300px;*/
        margin-bottom:10px;
    }
    .portal,
    .custom-google-translate,
    .language_hide_desk.language{
        margin-bottom: 30px;
    }
    .hero_video_right {
        width: 100%;
        padding-left:0px;
    }
    .custom-google-translate {
        max-width: unset;
    }
    .hero_video_sec {
        padding-bottom: 20px;
    }
    .hero_video_slider {
        padding-bottom: 0;
    }
    .featured-story-area .featured-story-inside .featured-story-left {
        width: 100%;
    }
    .featured-story-area .featured-story-inside .featured-story-right {
        width: 100%;
    }
    .featured-story-area .featured-story-inside {
        flex-wrap: wrap;
    }
    .featured-story-area .featured-story-inside .featured-story-left .featured-story-content {
        min-height: unset;
    }
    .featured-story-area .featured-story-inside .featured-story-right .featured-story-cols2 .featured-story-cols2-block {
        width: 100%;
        padding-left: 0px;
    }
    .vheight {
        min-height: unset;
    }
    .featured-story-area .featured-story-inside .featured-story-left .social_media {
        max-width: unset;
        margin-bottom: 30px;
    }
    .video_title h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .social_media h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .featured-story-area .featured-story-title h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .featured-story-area .featured-story-title {
        margin-bottom: 30px;
    }
    .featured-story-area .featured-story-content .heading {
        font-size: 22px;
        line-height: 28px;
    }
    .featured-story-area .featured-story-content {
        margin: 20px 0;
    }
    .featured-story-area .featured-story-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .btn-black {
        font-size: 20px;
        line-height: 24px;
    }

    .social_media ul li {
        font-size: 20px;
        line-height: 26px;
    }
    .btn-primary {
        font-size: 20px;
        line-height: 20px;
    }
    .custom-google-translate .gtranslate_wrapper select {
        font-size: 22px !important;
        line-height: 28px !important;
    }
    .featured-story-area .featured-story-right .featured-story-img > a > img {
        height: 400px;
    }
.updates-right-new {
    margin-bottom: 0px;
}	
}
@media screen and (max-width:991px){
    .social_media h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .btn-primary {
        font-size: 20px;
        line-height: 20px;
    }   
    .hero_video_left {
        padding-right: 40px;
    }
    .video_title h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .custom-google-translate .gtranslate_wrapper select {
        font-size: 22px !important;
        line-height: 28px !important;
        
    }
    .featured-story-area .featured-story-title h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .featured-story-area .featured-story-title {
        margin-bottom: 30px;
    }
    .featured-story-area .featured-story-content .heading {
        font-size: 22px;
        line-height: 28px;
    }
    .featured-story-area .featured-story-content {
        margin: 20px 0;
    }
    .featured-story-area .featured-story-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .btn-black {
        font-size: 20px;
        line-height: 24px;
    }
    .vheight {
        min-height: 255px;
    }
    .social_media ul li {
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width:767px){
    .pagi-btn-block {
        align-items: center;
        margin-bottom: 0px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .pagi-btn-block .slider-bottom-btn {
        margin-top: 40px;
    }
    .video_title {
        padding: 0 36px;
    }
    .process_title {
        margin-bottom: 40px;
    }
    .video_title h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .portal.portal_magnetic p {
        max-width: unset;
    }
    .video_title h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .featured-story-area .featured-story-title h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .social_hide_desk.social_media {
        margin-bottom: 30px;
    }
    .featured-story-area .featured-story-content .heading {
        font-size: 20px;
        line-height: 24px;
    }
    .featured-story-area .featured-story-img img {
        width: calc(100% + 72px);
        margin-left: -36px;
    }
    .featured-story-area .featured-story-inside .featured-story-left {
        margin-bottom: 30px;
    }
    .social_media.custo-soc {
        max-width: unset !important;
        text-align:center
    }   
    .portal.portal_magnetic p {
        max-width: unset;
    }
    .popup-video .popup {
        max-width: unset;
        max-height: 300px;
    }   
    .news_sec_top .news_box_text, .news_sec_top .news_box_img {
        width: 100%;
    }   
    
}
@media screen and (max-width:1024px) {
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block {
        padding: 0 10px 10px 10px;
    }
    .updates-new-area .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content .heading {
        font-size: 22px;
        line-height: 24px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .updates-new-area hgroup {
        margin-bottom: 60px;
    }
    .heading h1 {
        font-size: 22px;
        line-height: 24px;
    }
}
@media screen and (max-width:768px) {
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block {
    /*  width: 50%; */
    }
}
@media screen and (max-width:767px) {
    .updates-new-area hgroup {
        margin-bottom: 40px;
    }
    .updates-new-cols2-block.no-update-img {
        padding: 15px !IMPORTANT;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block {
        width: 100%;
    }
    .updates-new-area .row {
        margin-left: 0;
        margin-right: 0;
    }   
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block {
        padding: 0;
        margin-bottom:60px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content {
        margin: 20px 0 ;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-content .heading {
        font-size: 20px;
    }
    .heading h1 {
        font-size: 20px;
    }   
    .updates-new-area .update-img {
        margin: 0 -36px;
    }
    .updates-new-area .updates-new-cols2 {
        grid-template-columns: 100%;
    }
    .updates-new-area .updates-new-cols2-block .expand-view {
        display: none !important
    }   
}


/* Responsive CSS */
/*13-02-2024 header mobile menu style start*/
@media screen and (max-width:767px) {
    /*menu bar and close icon css*/
    #menu-icon {
        padding: 0
    }
    #menu-icon .bar {
        margin: 5px 0;
        width: 28px;
        height: 3px;
        background: #00FFFF;
        transition: margin 0.2s, transform 0.2s;
        -webkit-transition: margin 0.2s, -webkit-transform 0.2s;
        transition: margin 0.2s, -webkit-transform 0.2s;
        -o-transition: margin 0.2s, transform 0.2s;
        transition: margin 0.2s, transform 0.2s;
        transition: margin 0.2s, transform 0.2s, -webkit-transform 0.2s;
    }
    #menu-icon:not(.close):hover {
    }
    #menu-icon:not(.close):hover .bar {
    }
    #menu-icon.close .bar:first-child {
        -webkit-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    #menu-icon.close .bar:nth-child(2) {
        opacity: 0;
    }
    #menu-icon.close .bar:last-child {
        -webkit-transform: translateY(-5px) rotate(-45deg);
        -ms-transform: translateY(-5px) rotate(-45deg);
        transform: translateY(-5px) rotate(-45deg);
    }
    .top_header .header_row .menu .main-menu {
        height: 85% !important
    }
    .top_header .header_row .menu .social_media {
        display: block
    }
    .top_header .header_row .menu .social_media ul {
        flex-wrap: nowrap;
    }
    .top_header .header_row .menu .social_media ul li {
        width: auto;
        margin-bottom: 0
    }
    .top_header .header_row .menu .social_media ul li a, .top_header .header_row .menu .social_media ul li span {
        color: #00FFFF;
        text-transform: none
    }
}
/*13-02-2024 header mobile menu style end*/


/*12-02-2024 style story single*/
 @media screen and (max-width:991px) {
    .single_title_left h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .single_title_right span {
        font-size: 20px;
        line-height: 24px;
    }
    .story_single_left p {
        font-size: 16px;
        line-height: 26px;
        max-width: unset;
    }
    .story_single_left li {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .story_video_title h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .video_text p {
        font-size: 16px;
        line-height: 26px;
        max-width: 500px;
    }
    .next_post_btn h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .next_post_btn a {
        font-size: 22px;
        line-height: 26px;
        margin-top: 10px;
        display: inline-block;
    }
    .single_title_right {
        padding-right: 0;
    }
    .story_single_img img {
        height: auto;
    }
    .story_single_video .videogroup video {
        height: auto;
    }
    .story_single_video .video_overlay button img {
        width: 60px;
    }
    .hero_video_slider {
    /*  padding-bottom: 100px; */
    }
    .video_bottom_text {
        margin-top: 20px;
    }    
}
@media screen and (max-width:768px) {
    .video_text p {
        max-width: 500px;
    }
}
@media screen and (max-width:767px) {
    .story_single .cust-container {
        padding: 0
    }
    .single_title_left {
        width: 100%;
        padding: 0 36px;
    }
    .single_title_right {
        width: 100%;
        text-align: left;
        padding: 0 36px;
        margin-top: 60px;
    }
    .single_title {
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
    .story_single_row_inner {
        flex-wrap: wrap;
    }
    .story_single_left {
        width: 100%;
    }
    .story_single_left p, .story_single_left ul {
        padding: 0 36px;
    }   
    .story_single_right {
        width: 100%;
        padding-left: 0;
    }
    .story_single .story_single_img img {
        height: auto;
    }
    .story_single .story_single_img p {
        padding: 0 36px;
    }
    .story_single_img {
        margin-bottom: 25px;
    }
    /*story video css*/
    .story_video_title {
        padding: 0 36px;
    }
    .story_single_video .videogroup video {
        height: auto;
    }
    .story_video .cust-container {
        padding: 0
    }
    .story_single_video .hero_video_slider .swiper-pagination {
        text-align: left;
        padding: 20px 36px;
        position: relative;
    }
    .hero_video_slider {
        padding-bottom: 40px;
    }
    .video_bottom_text {
        padding: 0 36px;
        margin-top: 30px;
    }
    .video_text p:first-child {
        margin-bottom: 60px;
    }
    .video_text {
        margin-bottom: 60px;
    }
    .story_video {
        padding-bottom: 60px;
    }
    .video_overlay button {
        margin-top: 0;
    }
    .story_single_video .video_overlay button img {
        width: 40px;
    }
    .story_single {
        padding-bottom: 20px;
    }
    .video_text p {
        max-width: unset;
    }
    .video_text p:first-child {
        margin-top: 0;
    }
    .hero_video_slider {
        padding-bottom: 0 !important;
    }
    .video_bottom_text {
        margin-top: 0px;
    }
    .story_hide_desk.show-mobile { 
        display:block 
    }
    .story_single_video .hero_video_slider .swiper-pagination {
        margin-top: 10px;
        margin-left: 0;
    }
    .update-left-upper-new {
        display: flex;
        overflow: auto;
        margin: 0 -36px;
        padding: 0;
    }
    .updates-right-new {
        width: 70%;
        flex: none;
        margin-right: 30px;
    }
    .featured-story-area .updates-right-new:first-child .featured-story-content{
        padding-left: 35px;
    }
    .updates-right-new:last-child{
        margin-right: 0;
    }
    .updates-right-new .featured-story-img img{
        margin: 0;
        width: 100%;
        object-fit: cover;
    }
}

/*08-02-2024 specification css start*/
@media screen and (max-width:1024px) {
    .floor_plan_row {
        padding-right: 0;
    }
}
@media screen and (max-width:991px) {
    .current_features_title h1 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 65px;
    }
    .current_features_title {
        margin-bottom: 65px;
    }
    .motor_data {
        padding-bottom: 65px;
    }
    .current_features {
        padding-bottom: 65px;
    }
    .system_specifications_title {
        margin-bottom: 65px;
    }
    .system_movement {
        margin-bottom: 65px;
    }
    .floor_plan_box {
        margin-bottom: 65px;
    }
    .system_specifications {
        padding-bottom: 65px;
    }
    .motor_data_title {
        margin-bottom: 65px;
    }
    .current_features_title h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .system_specifications_title h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .motor_data_title h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .motor_data_box {
        padding-right: 100px;
        margin-bottom: 100px;
    }
    .current_features_text p {
        font-size: 18px;
        line-height: 28px;
    }
    .system_movement table th, .system_movement table td {
        font-size: 18px;
    }
    .motor_data_box ul li {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width:768px) {
    .current_features_img img, .floor_plan_left img, .floor_plan_right img {
        height: 210px;
    }
}
@media screen and (max-width:767px) {
    .current_features_row_inner {
        flex-wrap: wrap;
    }
    .current_features_text {
        width: 100%;
        padding-right: 0;
    }
    .current_features_img {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
    .current_features_row .current_features_row_inner .current_features_img img {
        margin-left: -36px;
        margin-right: -36px;
        width: calc(100% + 72px);
    }
    .current_features_img h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .current_features_text p {
        margin-bottom: 30px;
    }
    .system_movement h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .floor_plan_box h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .system_movement table th {
        font-size: 14px;
        line-height: 18px;
    }
    .system_movement table td {
        font-size: 14px;
        line-height: 18px;
    }
    .floor_plan_row {
        flex-wrap: wrap;
    }
    .floor_plan_left {
        width: 100%;
        padding-right: 0;
    }
    .floor_plan_right {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .floor_plan_box {
        margin-bottom: 40px;
    }
    .floor_plan_box h4 {
        margin-bottom: 15px;
    }
    .motor_data_box {
        padding-right: 0;
        margin-bottom: 0;
        width: 100%;
        margin-bottom: 60px;
    }
    .motor_data_title {
        margin-bottom: 30px;
    }
    .motor_data_box:last-child, .motor_data_box:nth-last-child(-n+2) {
        margin-bottom: 60px;
    }
    .motordata ul li {
        max-width: 280px;
    }
    .motor_data {
        padding-bottom: 30px;
    }
}
/*08-02-2024 specification css end*/
/*08-02-2024 Signup css start*/
@media screen and (max-width:1024px) {
    .faq_list .togglefaq {
        padding-bottom: 48px;
        padding-right: 10px;
        max-width: unset;
    }
    .select_code::after, .select_code::before {
        width: 50px;
    }
    .signup_sec .news_title h1 {
        padding-bottom: 80px;
    }
    .news_title {
        padding-bottom: 80px;
    }
}
@media screen and (max-width:991px) {
    .news_title h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .news_title p {
        font-size: 18px;
        line-height: 26px;
        max-width: 740px;
    }
    .togglefaq span {
        font-size: 22px;
    }
    .icon-plus, .icon-minus {
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
    }
    .stay_form_group input {
        font-size: 22px;
        line-height: 28px;
    }
    .stay_form_group textarea {
        font-size: 22px;
    }
    .faqanswer p {
        font-size: 18px;
        line-height: 26px;
        max-width: 740px;
    }
    .stay_form_group.full_btn button {
        font-size: 22px;
    }
    .code_resolve_btn button,
    .code_resolve_btn input[type="submit"] {
        font-size: 22px;
    }
    .stay_form {
        max-width: unset;
        margin-bottom: 60px;
    }
    .stay_form_group p {
        font-size: 22px;
        line-height: 28px;
    }
    .radio-button-container {
        font-size: 22px;
    }
    .stay_form_group.stay_form_radio {
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .code_languages_title h4 {
        font-size: 22px;
        line-height: 28px;
        max-width: unset;
    }
    .code_resolve_title h4 {
        max-width: unset;
        font-size: 22px;
        line-height: 28px;
    }
    .main_checkbox {
        font-size: 20px;
    }
    .stay_check {
        height: 20px;
        width: 20px;
    }
    .main_checkbox .stay_check::after {
        height: 10px;
        width: 10px;
    }
    .code_resolve_list ul li {
        font-size: 20px;
        line-height: 26px;
    }
    .select_code {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .stay_form_group p {
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width:768px) {
    .stay_form .stay_form_group_row {
        flex-wrap: wrap;
    }
    .stay_form_group_row .stay_form_group {
        width: 100%;
        padding: 0;
    }
    .stay_form_group.full_btn {
        margin-top: 40px;
    }
    .signup_sec .news_title h1 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width:767px) {
    .stay_form_radio_faq {
        flex-wrap: wrap;
    }
    .radio-button-container {
        margin-right: 0;
        width: 100%;
    }
    .stay_form_radio .wpcf7-list-item{
        margin: 0 20px 20px 0;
        width: 100%;
    }
    .select_code {
        flex-wrap: wrap;
    }
    .code_resolve, .code_languages {
        width: 100%;
    }
    .code_resolve_btn button, 
    .stay_form_group.full_btn button,
    .code_resolve_btn input[type="submit"] {
        min-width: 100%;
    }
    .signup_sec .cust-container {
        padding: 0 36px;
    }
    .stay_form_group input {
        height: 42px;
        line-height: 26px;
    }
    .stay_form_group textarea {
        height: 42px;
        line-height: 26px;
    }
    .faqanswer p {
        max-width: unset;
    }
    .devlopment_kits .stay_rows {
        max-width: unset;
    }
    .select_code::after, .select_code::before {
        width: 36px;
    }
    .togglefaq span {
        font-size: 20px;
    }
    .code_languages_title h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .main_checkbox {
        font-size: 18px;
        line-height: 30px;
    }
    .code_languages_title {
        margin-bottom: 40px;
    }
    .code_resolve {
        margin-top: 60px;
    }
    .code_resolve_title h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .code_resolve_title {
        margin-bottom: 40px;
    }
    .code_resolve_list ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .code_resolve_list {
        margin-bottom: 20px;
    }
    .code_resolve_btn {
        margin-top: 40px;
    }
    .faq_list .togglefaq {
        padding-bottom: 35px;
        padding-top: 35px;
    }   
}

/*08-02-2024 Signup css end*/

/*07-02-2024 download css start*/
@media screen and (max-width:1024px) {
    .download_sec_title h1, .release_note_box h2 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .download_sec_title {
        padding-bottom: 65px;
    }
    .release_note_box h2 {
        margin-bottom: 65px;
    }
    .release_table table tr td:first-child, .release_table table tr th:first-child {
        padding-left: 50px;
    }
    .release_table table tr td:last-child, .release_table table tr th:last-child {
        padding-right: 50px;
    }
    .release_note_box {
        padding-bottom: 65px;
    }
}
@media screen and (max-width:991px) {
    .download_sec_title h1, .release_note_box h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .release_table table tr td, .release_table table tr th {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width:767px) {
    .download_sec_title h1, .release_note_box h2 {
        padding-left: 36px;
        padding-right: 36px;
    }
    .release_table table tr td:first-child, .release_table table tr th:first-child {
        padding-left: 36px;
    }
    .release_table table tr td:last-child, .release_table table tr th:last-child {
        padding-right: 36px;
    }
    .release_note_box {
        padding-bottom: 45px;
    }
    .download_sec_title {
        padding-bottom: 45px;
    }
    .release_note_box h2 {
        margin-bottom: 45px;
    }
    .download_sec {
        padding-top: 45px;
    }
    .release_table table tr th {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .release_table table tr td, .release_table table tr th {
        font-size: 14px;
        line-height: 18px;
    }
    .release_table table tr td {
        font-size: 12px;
        line-height: 18px;
    }
    .download_sec_title h1, .release_note_box h2 {
        font-size: 18px;
        line-height: 28px;
    }
}
/*07-02-2024 download css end*/

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

    /* Home Page CSS */
    .menu ul li {
        padding: 0 56px; 
    }
    /*.footer_menu ul li {
        padding: 0 20px;
    }*/
    .footer-socials li img{
        height: 23px;
    }
    /* Home Page CSS */

}
@media screen and (max-width:1800px){
    /* Home Page CSS */
    .menu ul li {
        padding: 0 50px; 
    }
    .process_date {
        width: 20%;
    }
    .process_text {
        width: 30%;
    }
    .footer-socials li {
        margin: 0 8px;
    }
    .footer_menu ul li {
        padding: 0 10px;
    }
    .copyright p,
    .footer_menu ul li a,
    .backtotop a {
        font-size: 26px;
        line-height: 32px;
    }
    .copyright,
    .footer_menu ul li,
    .footer-socials{
        margin-right: 40px;
        padding: 0;
    }
    /* Home Page CSS */

    /* News Page CSS */
    .featured_logo img {
        height: auto;
    }
    /* News Page CSS */
}
@media screen and (max-width:1700px){
    /* Home Page CSS */
    .logo a span,
    .menu ul li a,
    .process_date span,
    .process_text h4{
        font-size: 26px;
        line-height: 32px;
    }
    .menu ul li {
         padding: 0 45px; 
    }
    .process_text p {
        font-size: 20px;
        line-height: 30px;
    }
    .copyright p,
    .footer_menu ul li a,
    .backtotop a {
        font-size: 24px;
        line-height: 30px;
    }
    .copyright,
    .footer_menu ul li,
    .footer-socials{
        margin-right: 34px;
        padding: 0;
    }
    /* Home Page CSS */
}
@media screen and (max-width:1600px){
    .menu ul li {
    padding: 0 30px;
}
    /* Home Page CSS */
    .cust-container{
        padding: 0 100px;
    }
    .menu ul li {
/*         padding: 0 50px; */
    }
    .hero_video_left {
/*         padding-right: 120px; */
    }
    .hero_video_sec,
    .process_sec {
/*         padding-bottom: 180px; */
    }
    .custom-dropdown button,
    .dropdown-content{
        max-width: 470px;
    }
    .process_title,
    .technical_points_title {
        margin-bottom: 120px;
    }
    .process_text {
        padding-right: 40px;
    }
    .technical_points_left p,
    .technical_points_img h4,
    .welcome_text p {
        font-size: 20px;
        line-height: 30px;
    }
    .technical_points_img {
        margin-bottom: 50px;
    }
    .technical_points_btn a,
    .welcome_text h4 {
        font-size: 26px;
        line-height: 32px;
    }
    .welcome_text h3{
        margin-bottom: 100px;
    }
    .copyright p,
    .footer_menu ul li a,
    .backtotop a {
        font-size: 22px;
        line-height: 28px;
    }
    .copyright,
    .footer_menu ul li,
    .footer-socials{
        margin-right: 32px;
        padding: 0;
    }
    /* Home Page CSS */

    /* News Page CSS */
    .news_box_name h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .news_box_text p {
        font-size: 20px;
        line-height: 32px;
    }
    .magazine,
    .newsshare{
        font-size: 20px;
        line-height: 32px;
    }
    .news_box_name img {
        width: 28px;
    }
    /* News Page CSS */
    .signup_sec .cust-container{
        padding: 0 100px;
    }
    .select_code:after, .select_code:before{
        width: 100px;
    }
}
@media screen and (max-width:1440px){
    /* Home Page CSS */
    .cust-container{
        padding: 0 80px;
    }
    .copyright,
    .footer_menu ul li,
    .footer-socials {
        margin-right: 25px;
        padding: 0;
    }
    .signup_sec .cust-container{
        padding: 0 80px;
    }
    .select_code:after, .select_code:before{
        width: 80px;
    }
    /* Home Page CSS */
}
@media screen and (max-width:1366px){
    /* Home Page CSS */
    .logo a img {
        margin-right: 20px;
    }
    .menu ul li {
        padding: 0 24px; 
    }
    .hero_video_left {
/*         padding-right: 100px; */
    }
    .portal.portal_magnetic {
/*         padding-bottom: 250px; */
    }
    .portal p,
    .social_media ul li {
        font-size: 26px;
        line-height: 32px;
    }
    .hero_title h3,
    .hero_title span,
    .hero_title p {
        font-size: 26px;
        line-height: 32px;
    }
    .hero_video_slider {
/*         padding-bottom: 94px; */
    }
    .hero_video_slider .swiper-pagination .swiper-pagination-bullet{
        height: 46px;
        width: 46px;
    }
    .custom-dropdown button {
        max-width: 400px;
        font-size: 26px;
        line-height: 32px;
    }
    .dropdown-content{
        max-width: 400px;
    }
    .dropdown-content ul li a{
        font-size: 26px;
        line-height: 32px;
    }
    .title_left h2,
    .title_right a,
    .technical_points_title h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .process_date span,
    .process_text h4 {
        font-size: 22px;
        line-height: 28px;
    }
    .process_date img {
        width: 26px;
    }
    .technical_points_left p,
    .technical_points_img h4,
    .welcome_text p {
        font-size: 18px;
        line-height: 28px;
    }
    .technical_points_btn a,
    .welcome_text h4 {
        font-size: 22px;
        line-height: 28px;
    }
    .welcome_text h3 {
        margin-bottom: 80px;
        font-size: 26px;
        line-height: 32px;
    }
    .copyright p,
    .footer_menu ul li a,
    .backtotop a {
        font-size: 20px;
        line-height: 26px;
    }
    /* Home Page CSS */

    /* News Page CSS */
    .news_box_name h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .news_box_text p {
        line-height: 30px;
    }
    .news_box_name img {
        width: 26px;
    }
    .news_sec {
        padding-bottom: 71px;
    }
    .featured_in_title {
        padding-bottom: 106px;
    }
    /* News Page CSS */
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img > img{
        height: 250px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand .update-img > img,
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand-t .update-img > img,
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand-th .update-img > img{
        height: 500px;
    }
}
@media screen and (max-width:1300px){
    /* Home Page CSS */
    .logo a span,
    .menu ul li a,
    .process_date span,
    .process_text h4 {
        font-size: 22px;
        line-height: 28px;
    }
    .hero_video_left {
/*         padding-right: 80px; */
    }
    .copyright p img {
        width: 24px;
    }
    .copyright p,
    .footer_menu ul li a,
    .backtotop a {
        font-size: 18px;
        line-height: 24px;
    }
    .backtotop a img {
        width: 16px;
    }
    /* Home Page CSS */

    /* News Page CSS */
    .news_sec .news_title h1,
    .featured_in_title h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .news_box_img img{
        height: 250px;
    }
    .news_box_name h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .news_box_img {
        margin-bottom: 30px;
    }
    .news_box_name {
        margin-bottom: 15px;
    }
    .news_box_text {
        margin-bottom: 30px;
    }
    .featured_in {
        padding-bottom: 95px;
    }
    .magazine,
    .newsshare {
        font-size: 18px;
        line-height: 28px;
    }
    .news_sec {
        padding-bottom: 52px;
    }
    .featured_in_title {
        padding-bottom: 86px;
    }
    /* News Page CSS */
}
@media screen and (max-width:1200px){
    /* Home Page CSS */
    .logo a span,
    .menu ul li a,
    .process_date span,
    .process_text h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .logo a img {
        width: 55px;
    }
    .portal p,
    .social_media ul li {
        font-size: 22px;
        line-height: 28px;
    }
    .hero_title h3,
    .hero_title span,
    .hero_title p {
        font-size: 22px;
        line-height: 28px;
    }
    .custom-dropdown button {
        max-width: 350px;
        font-size: 22px;
        line-height: 28px;
    }
    .dropdown-content{
        max-width: 350px;
    }
    .dropdown-content ul li a{
        font-size: 22px;
        line-height: 28px;
    }
    .technical_points_left p,
    .technical_points_img h4,
    .welcome_text p{
        line-height: 24px;
    }
    .technical_points_img img{
        height: 300px;
    }
    .welcome_text h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .copyright p,
    .footer_menu ul li a,
    .backtotop a {
        font-size: 16px;
        line-height: 22px;
    }
    .copyright,
    .footer_menu ul li,
    .footer-socials {
        margin-right: 23px;
        padding: 0;
    }
    /* Home Page CSS */

    /* News Page CSS */
    .news_box_name h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .news_box_name img {
        width: 22px;
    }
    .news_box_text p {
        font-size: 18px;
        line-height: 26px;
    }
    .magazine, .newsshare {
        font-size: 16px;
        line-height: 26px;
    }
    /* News Page CSS */
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img > img{
        height: 220px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand .update-img > img,
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand-t .update-img > img,
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand-th .update-img > img{
        height: 400px;
    }
    .form_popup_text h4,
    .form_popup_text p,
    .popup_social h4,
    .popup_social ul li,
    .popup_video_title p,
    .popup_video_title h2,
    .form_popup_top_inner h2,
    .form_popup_top_inner span,
    .form_popup_top_inner button{
        font-size: 24px;
        line-height: 30px;
    }
    .popup_video_slider .swiper-pagination .swiper-pagination-bullet {
        width: 46px;
        height: 46px;
    }
    .popup_video_slider {
        padding-bottom: 74px;
    }
}
@media screen and (max-width:1130px){
    /*.update-left-upper-new{
        display: flex;
        overflow: auto;
    }
    .updates-right-new{
        width: 85%;
        flex: none;
        margin-right: 20px;
    }
    .featured-story-area .updates-right-new:first-child .featured-story-content {
        padding-left: 0;
    }
    .updates-right-new:last-child {
        margin-right: 0;
    }*/
    .featured-story-area .featured-story-content {
        margin: 20px 0;
    }
    .featured-story-area .featured-story-content .heading {
        font-size: 20px;
        line-height: 24px;
    }
    .featured-story-area .featured-story-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .featured-story-area .featured-story-inside .featured-story-left .featured-story-content {
        min-height: 350px;
    }
    .btn-primary{
        font-size: 24px;
    }
}
@media screen and (max-width:1100px){
    /* Home Page CSS */
    .top_header {
        padding: 20px 0;
    }
    .logo a span,
    .menu ul li a,
    .process_date span,
    .process_text h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .hero_video_left {
/*         padding-right: 60px; */
    }
    .process_date{
        display: none;
    }
    .process_hide_desk.process_date {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .process_text{
        width: 50%;
		padding-left:0
    }
    .welcome_text h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .copyright p,
    .footer_menu ul li a,
    .backtotop a {
        font-size: 15px;
        line-height: 20px;
    }
    .footer-socials li {
        margin: 0 4px;
    }
    /* Home Page CSS */

    /* New Page CSS */

    .news_box{
        width: 50%;
    }

    /* New Page CSS */

    .code_resolve_list ul li, .code_resolve_list ul li p {
        font-size: 24px;
        line-height: 30px;
    }
}
@media screen and (max-width:1024px){
    /* Home Page CSS */
    .cust-container {
        padding: 0 50px;
    }
    .hero_video_sec{
        padding-top: 50px;
    }
    .portal.portal_magnetic {
/*         padding-bottom: 220px; */
    }
    .process_title,
    .technical_points_title {
        margin-bottom: 50px;
    }
    .process_box {
        margin-bottom: 55px;
    }
    .hero_video_sec,
    .process_sec {
/*         padding-bottom: 100px; */
    }
    .signup_sec .cust-container{
        padding: 0 50px;
    }
    .select_code:after, .select_code:before{
        width: 50px;
    }
    /* Home Page CSS */

    /* News Page CSS */
    .news_sec .news_title {
        padding-bottom: 50px;
    }
    .news_sec {
        padding-bottom: 22px;
        padding-top: 52px;
    }
    .featured_in_title {
        padding-bottom: 50px;
    }
    .featured_in {
        padding-bottom: 50px;
    }
    .news_box_name h3 {
        font-size: 19px;
        line-height: 25px;
    }
    .news_sec .news_title h1,
    .featured_in_title h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .news_box_img img {
        height: 200px;
    }
    /* News Page CSS */
}
@media screen and (max-width:1024px) and (min-width:816px){
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img > img {
        height: 180px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand .update-img > img,
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand-t .update-img > img,
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block.expand-th .update-img > img {
        height: 320px;
    }
}
@media screen and (max-width:991px){
    /* Home Page CSS */
    .logo a span,
    .menu ul li a{
        font-size: 16px;
        line-height: 22px;
    }
    .menu ul li {
        padding: 0 14px;
    }
    .portal {
/*         padding-bottom: 148px; */
    }
    .portal.portal_magnetic {
/*         padding-bottom: 160px; */
    }
    .hero_video_slider {
/*         padding-bottom: 74px; */
    }
    .video_overlay button img {
        width: 40px;
    }
    .hero_video_slider .swiper-pagination .swiper-pagination-bullet {
        height: 36px;
        width: 36px;
        background-size: 10px 10px;
        border-radius: 6px;
    }
    .custom-dropdown button {
        max-width: 300px;
        font-size: 20px;
        line-height: 26px;
        height: 42px;
    }
    .custom-dropdown button.iconopen:after,
    .custom-dropdown button.iconclose:after{
        height: 40px;
        width: 40px;
        background-size: 12px 12px;
    }
    .dropdown-content {
        max-width: 300px;
    }
    .dropdown-content ul li a {
        font-size: 20px;
        line-height: 26px;
    }
    .process_img img {
        height: 350px;
    }
    .process_text p {
        font-size: 16px;
        line-height: 24px;
    }
    .process_date img {
        width: 20px;
    }
    .technical_points_row_inner{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .technical_points_left{
        width: 100%;
        margin-bottom: 50px;
        padding-right: 0;
    }
    .technical_points_right{
        width: 100%;
    }
    .technical_points_img img {
        height: auto;
    }
    .footer_top {
        padding: 35px 0 26px;
    }
    .footer_top_row_inner{
        flex-wrap: wrap;
        justify-content: center;
    }
    .copyright{
        width: 100%;
    }
    .copyright p{
        justify-content: center;
        margin-bottom: 20px;
    }
    .title_left h2,
    .title_right a,
    .technical_points_title h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .welcome_text p{
        font-size: 16px;
        line-height: 22px;
    }
    .technical_points_btn a,
    .welcome_text h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .technical_points_btn {
        margin-bottom: 50px;
    }
    /* Home Page CSS */

    /* News Page CSS */
    .news_box {
        width: 50%;
    }
    .news_box_img img {
        height: 280px;
    }
    .featured_in_row_inner{
        flex-wrap: wrap;
    }
    .featured_logo{
        width: 33.33%;
        margin-bottom: 16px;
    }
    /* News Page CSS */
    .code_resolve_btn button,
    .code_resolve_btn input[type="submit"]{
        min-width: 320px;
    }
    .form_popup_text h4,
    .form_popup_text p,
    .popup_social h4,
    .popup_social ul li,
    .popup_video_title p,
    .popup_video_title h2,
    .form_popup_top_inner h2,
    .form_popup_top_inner span,
    .form_popup_top_inner button {
        font-size: 18px;
        line-height: 24px;
    }
    .form_popup {
        padding-top: 95px;
        padding-bottom: 100px;
    }
    .code_resolve_list ul li, .code_resolve_list ul li p {
        font-size: 22px;
        line-height: 28px;
    }
    .stay_form_checkbox span{
        margin-bottom: 6px;
    }
}
@media screen and (max-width:815px){
    /* Update Page CSS */

    .updates-new-area .updates-new-cols2 {
        grid-template-columns: 1fr 1fr;
    }

    /* Update Page CSS */
}
@media screen and (max-width:800px){
    /* Home Page CSS */
    .menu ul li {
        padding: 0 10px;
    }
    .news_box_img img {
        height: 220px;
    }
    /* Home Page CSS */
}
@media screen and (max-width:767px){
    /* Home Page CSS */
    .cust-container {
        padding: 0 36px;
    }
    .logo a span,
    .menu ul li a {
        font-size: 20px;
        line-height: 26px;
    }
    .logo a img{
        display: none;
    }
    .toggle_icon{
        display: flex;
        align-items: center;
    }
    .top_header{
        position: relative;
        padding: 18px 0;
    }
    .menu{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: none;
        background-color: #000000;
        padding: 36px;
        z-index: 9;
        height: 100vh;
        text-align: center;
    }
    .toggle_menu_btn{
        background-color: #000000;
        border: none;
        padding: 0;
        cursor:pointer;
    }
    .toggle_menu_btn img{
        width: 28px;
    }
    .menu ul{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .menu ul li{
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .menu ul li:last-child{
        margin-bottom: 0;
    }

    .hero_video_row_inner{
        flex-wrap: wrap;
    }
    .hero_video_left{
        width: 100%;
    }
    .hero_video_right{
        width: 100%;
    }
    .language {
        display: none;
    }
    .language_hide_desk.language{
        display: block;
        margin-bottom: 30px;
    }
    .custom-google-translate .gtranslate_wrapper select {
        font-size: 20px;
        line-height: 24px;
    }
    .language_hide_desk.language .custom-dropdown{
        padding-top: 0;
    }
    .custom-dropdown button {
        max-width: 240px;
        padding-left: 10px;
        height: 32px;
    }
    .custom-dropdown button.iconopen:after,
    .custom-dropdown button.iconclose:after {
        height: 30px;
        width: 30px;
        background-size: 10px 10px;
    }
    .dropdown-content{
        max-width: 240px;
    }
    .portal {
/*         padding-bottom: 70px; */
    }
    .portal.portal_magnetic {
/*         padding-bottom: 70px; */
    }
    .portal p,
    .social_media ul li {
        font-size: 20px;
        line-height: 24px;
    }
    .portal.portal_magnetic p{
/*         max-width: 300px; */
    }
    .portal.portal_development {
/*         padding-bottom: 45px; */
    }
    .portal p span{
        display: inline;
        margin-top: 5px;
    }
    .social_media{
        display: none;
    }
    .social_hide_desk.social_media{
        display:block;
        margin-top: 30px;
    }
    .hero_title h3,
    .hero_title span{
        display: none;
    }
    .hero_title p,
    .title_left h2{
        font-size: 20px;
        line-height: 24px;
    }
    .video_slider {
        margin: 0 -36px;
    }
    .hero_video_slider .swiper-pagination{
        text-align: center;
    }
    .hero_video_slider .swiper-pagination .swiper-pagination-bullet {
        height: 46px;
        width: 46px;
        background-size: 15px 15px;
        border-radius: 8px;
    }
    .hero_video_slider {
        padding-bottom: 76px;
    }
    .social_hide_desk.social_media ul{
        justify-content: center;
    }


    .process_sec .cust-container{
        padding: 0;
    }
    .process_title .title_right{
        display: none;
    }
    .process_title{
        margin-bottom: 30px;
        padding: 0 36px;
    }
    .process_box{
        flex-wrap: wrap;
    }
    .process_date {
        display: block;
        width: 100%;
        order: 1;
        padding: 0 36px;
    }
    .process_date span{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .process_img{
        order: 2;
        width: 100%;
        margin-bottom: 20px;
    }
    .process_img img {
        height: auto;
    }
    .process_text{
        order: 3;
        width: 100%;
        padding: 0 36px;
    }
    .process_date img{
        display: none;
    }
    .process_hide_desk.process_date{
        display: none;
    }
    .process_text h4{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .process_text h4 a{
        display: flex;
        justify-content: space-between;
    }
    .process_text h4 a img{
        display: block;
        width: 22px;
        margin-left: 15px;
    }
    .process_text p{
        max-width: unset;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 25px;
    }
    .process_sec{
        padding-bottom: 75px;
    }
    .technical_points_hide_desk.technical_points_img{
        display: block;
        margin-bottom: 20px;
    }
    .technical_points_right{
        display: none;
    }
    .technical_points .cust-container{
        padding: 0;
    }
    .technical_points_title{
        padding: 0 36px;
    }
    .technical_points_title h2{
        font-size: 20px;
        line-height: 24px;
    }
    .technical_points_left p{
        padding: 0 36px;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .technical_points_left p:last-child{
        margin-bottom: 0;
    }
    .technical_points_left .technical_points_img img{
        margin-bottom: 12px;
    }
    .technical_points_left .technical_points_img h4{
        padding: 0 36px;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .technical_points_left .technical_points_img p{
        font-size: 10px;
        line-height: 14px;
    }
    .technical_points_btn{
        padding: 0 36px;
        margin-bottom: 75px;
    }
    .technical_points_left{
        margin-bottom: 20px;
    }
    .technical_points_btn a{
        font-size: 21px;
        line-height: 25px;
    }


    .welcome_to_sec{
        padding-top: 36px;
        padding-bottom: 66px;
    }
    .welcome_to_row_inner{
        flex-wrap: wrap;
    }
    .welcome_left {
        width: 100%;
    }
    .welcome_right {
        display: none;
    }
    .welcome_text h3{
        margin-top: 0;
        margin-bottom: 75px;
        font-size: 21px;
        line-height: 35px;
        max-width: unset;
    }
    .welcome_text p{
        font-size: 15px;
        line-height: 25px;
    }
    .welcome_text h4{
        margin-top: 78px;
        font-size: 21px;
        line-height: 35px;
    }


    .footer_top {
        padding: 60px 0 52px;
    }
    .footer_menu ul{
        flex-wrap: wrap;
    }
    .footer_menu ul li{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .footer_menu,
    .backtotop{
        width: 100%;
    }
    .copyright p,
    .footer_menu ul li a,
    .backtotop a {
        font-size: 20px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .backtotop a{
        justify-content: center;
    }
    .copyright,
    .footer_menu ul li,
    .footer-socials {
        margin-right: 0;
        padding: 0;
    }
    .signup_sec .cust-container{
        padding: 0 36px;
    }
    .select_code:after, .select_code:before{
        width: 36px;
    }
    /* Home Page CSS */

    /* News Page CSS */
    .news_sec {
        padding-bottom: 0;
    }
    .news_sec .cust-container{
        padding: 0;
    }
    .news_sec_title{
        padding: 0 36px;
    }
    .news_box {
        width: 100%;
        margin-bottom: 50px;
    }
    .news_box_img img {
        height: auto;
    }
    .news_box_name h3{
        max-width: unset;
    }
    .news_box_name {
        justify-content: space-between;
    }
    .news_box_text,
    .news_box_share{
        padding: 0 36px;
    }
    .news_sec .news_title h1,
    .featured_in_title h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .news_box_name h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .news_box_text p {
        font-size: 15px;
        line-height: 25px;
    }
    .magazine,
    .newsshare {
        font-size: 20px;
        line-height: 24px;
    }
    .updates-new-area .updates-new-cols2 {
        grid-template-columns: 1fr;
    }
    /* News Page CSS */
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img > img {
        height: 500px;
    }
    .form_popup_top {
        margin-bottom: 30px;
    }
    .form_popup_row_inner{
        flex-wrap: wrap;
    }
    .form_popup_left {
        width: 100%;
    }
    .form_popup_right {
        width: 100%;
    }
    .form_popup_text h4{
        margin-bottom: 30px;
    }
    .form_popup_text {
        margin-bottom: 30px;
    }
    .form_popup {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .code_resolve_list ul li,
    .code_resolve_list ul li p {
        font-size: 18px;
        line-height: 26px;
    }
    .news_sec_row_inner{
        margin: 0;
    }
    .news_box_inner{
        padding: 0;
    }
    .hover_share {
        right: unset;
        left: 36px;
        top: 28px;
    }
}
@media screen and (max-width:640px){
    .featured-story-area .featured-story-right .featured-story-img > a > img {
        height: 320px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img > img {
        height: 400px;
    }
}
@media screen and (max-width:575px){
    /* Home Page CSS */
    .technical_points_img img {
        height: 200px;
    }
    /* Home Page CSS */

    /* News Page CSS */
    .featured_logo {
        width: 50%;
    }
    /* News Page CSS */
}
@media screen and (max-width:480px){
    .featured-story-area .featured-story-right .featured-story-img > a > img {
        height: 280px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img > img {
        height: 350px;
    }
}
@media screen and (max-width:425px){
    /* News Page CSS */
    .magazine,
    .newsshare {
        font-size: 16px;
        line-height: 20px;
    }
    /* News Page CSS */
    .code_resolve_btn button,
    .code_resolve_btn input[type="submit"] {
        min-width: 100%;
    }
    .featured-story-area .featured-story-right .featured-story-img > a > img {
        height: 250px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img > img {
        height: 320px;
    }
}
@media screen and (max-width:385px){
    /* Home Page CSS */
    .technical_points_btn a span{
        margin-left: 10px;
    }
    /* Home Page CSS */
    .featured-story-area .featured-story-right .featured-story-img > a > img {
        height: 220px;
    }
    .updates-new-area .updates-new-cols2 .updates-new-cols2-block .update-img > img {
        height: 280px;
    }
}


/* Responsive CSS */