body {
    color: #fff;
}

.bg-dark {
    background-color: #000000!important;
}

.bg-grey {
    background-color: #26292F!important;
}

.theme-red-btn {
    min-width: 150px;
    padding: 10px;
    background-color: transparent;
    color: #ff1100;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #ff1100;
    margin-top: 20px;
    transition: all 200ms ease-in-out;
    border-radius: 5px;
    text-align: center;
}

.theme-red-btn:hover {
    background-color: #ff1100;
    border: 2px solid #fff!important;
    color: #000;
    font-weight: 800;
    border-radius: 5px;
}

.text-white {
    color: #fff!important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.section-header h2 {
    color: #fff;
}




#bgVideo {
 position: relative; 
    width: 100%;
    height: auto;
    z-index: 1;
}
.hero .cst-container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.header-top .social-links a {
    font-size: 14px;
    line-height: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: rgba(27, 47, 69, 0.5);
    margin-right: 10px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 50px;
}

.contacts-link ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 100%;
}

.contacts-link ul li {
    margin: 0px 10px;
}

.contacts-link ul li a {
    font-size: 15px;
    color: #fff;
}

.contacts-link ul li a:hover {
    color: #ff1100;
}

.contacts-link ul li a svg {
    margin-right: 5px;
}
.country-selector{
    margin-top: 0;
    padding: 0 20px;
  }
  .country-selector p {
    font-size: 1.5em;
    margin-bottom: 20px !important;
  }
.country-selector ul{
padding-left: 0;
list-style: none;
}
.country-selector ul li{
width: 33%; 
float: left;
margin-bottom: 8px;
}
.admin-bar{}
.lang i{font-size: 26px;}
.lang:hover .lang-drop {position: relative; display: block !important;}
.lang .lang-drop ul{background: #000;
    position: absolute;
    left: -20px;
    padding: 5px;}
.lang .lang-drop ul li{}
.lang .lang-drop ul li a{color: #fff;
    display: flex;}
.lang .lang-drop ul li img{height: 20px;
    width: auto;}

/*LANGUAGE CHANGER*/

.language-change {
    max-width: 100px;
    width: 100%;
    background: transparent;
    border: none;
    color: #ff1100;
    font-size: 16px;
    font-weight: 900;
}

.language-change option {
    background-color: #26292f;
    color: #fff;
    font-size: 15px;
}

.language-change option:hover {
    background-color: #000;
    color: #ff1100;
}

.language-change:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}


/*ABOUT SECTION*/

.home-aboutus {
    padding: 50px;
}

.home-aboutus p {
    color: #fff;
    line-height: 32px;
    text-align: justify;
}

.big-letter {
    font-size: 60px;
    color: #ff1100;
    font-weight: 600;
}

.fix-button {
    display: block;
    z-index: 999;
    position: fixed;
    bottom: 75px;
    right: 48px;
    font-weight: 800;
    background: #ff1100;
    color: #000;
    transition: all 200ms ease-in-out;
    border: 2px solid #ff1100;
    border-radius: 5px;
    padding: 10px 40px;
}

.fix-button:hover {
    transform: translateY(-10px);
    border: 2px solid #ff1100;
    color: #ff1100;
    background: transparent;
    font-weight: 800;
    font-weight: 800;
}


/*language-changeer*/

.lang-menu {
    margin-left: 70px;
    position: relative;
    /*top: 6px;*/
}

.selected-lang {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    /*line-height: 2;*/
    color: #fff;
    width: 100px;
}

.selected-lang:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(https://www.countryflags.com/wp-content/uploads/germany-flag-png-large.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    list-style-type: none;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    transition: all 200ms ease-in-out;
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 99;
    min-height: 170px;
}

.lang-menu ul li {
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    width: 130px;
    display: block;
    padding: 10px 5px;
    color: #444!important;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 100%;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(https://www.countryflags.com/wp-content/uploads/germany-flag-png-large.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.lang-menu ul li a:hover {
    background-color: #f2f2f2;
}

.us:before {
    background-image: url(https://cdn.countryflags.com/thumbs/united-states-of-america/flag-800.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
}

.de:before {
    background-image: url(https://www.countryflags.com/wp-content/uploads/germany-flag-png-large.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
}

.fr:before {
    background-image: url(https://cdn.countryflags.com/thumbs/france/flag-800.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
}

.ae:before {
    background-image: url(https://www.countryflags.com/wp-content/uploads/united-arab-emirates-flag-png-large.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
}

.lang-menu:hover ul {
    display: block;
}


/*SEARCH BOX*/

#search-menu {
    position: fixed;
    width: 100%;
    height: 20em;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.80)), color-stop(50%, rgba(0, 0, 0, 0.80)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 50%, rgba(0, 0, 0, 0.01) 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#search-menu.toggled {
    top: 0;
    opacity: 1;
    visibility: visible !important;
}

#search-menu .wrapper {
    position: relative;
    margin: 3em auto 0 auto;
    padding: 0 1em;
}

#search-menu .wrapper input {
    width: 90%;
    padding: 0 0 0.125em 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid #bfbfbf;
    font-size: 4em;
    color: #bfbfbf;
}

#search-menu .wrapper input:focus {
    outline: none;
}

#search-menu .wrapper button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #bfbfbf;
    font-size: 4em;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

#search-menu .wrapper button:hover {
    color: #fff;
}

#search-menu .wrapper button:focus {
    outline: none;
}

#search-icon {
       width: 100%;
    padding: 7px;
    font-size: 25px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
    margin-left: 5px;
    padding-top: 4px;
   
}

#search-icon:hover {
    color: #fff;
}

.bottom-links ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style-type: none;
    width: 100%;
    justify-content: center;
}

.bottom-links ul li {
    margin: 0px 10px;
}

.bottom-links ul li a {
    color: #fff;
}

.bottom-links ul li a:hover {
    /* color: #ff1100; */
    border-bottom: 2px solid #fff;
}

#navbar {
    display: inherit;
}
.mobile-nav-show {
    display: none;
}

.aboutus-text-content {
    padding: 30px 0;
}
@media only screen and (max-width: 320px) {
    .header-top {
        display: none;
    }
    .hero {
        width: 100%;
        min-height: auto;
/*         padding: 90px 0; */
    }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .header-top {
        display: none;
    }
    .hero {
        width: 100%;
        min-height: auto;
/*         padding: 105px 0; */
    }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .header-top {
        display: none;
    }
    /*#bgVideo {
   display:none;
}*/
    .hero {
        width: 100%;
        min-height: auto;
/*         padding: 120px 0; */
    }
    .phone-wrap {
        text-align: center;
    }
    .phone-wrap img {
        max-width: 200px;
        height: auto;
    }
}

@media only screen and (max-width: 425px) {
    .country-selector ul li{
        width: 100%; 
        float: none;
        margin-bottom: 3px;
        }
    section {
        overflow: hidden;
        padding: 20px 20px;
    }
    .home-aboutus {
        padding: 25px 0px;
    }
    #search-menu .wrapper input {
        width: 80%;
        padding: 0 0 0.125em 0;
        background: transparent;
        border: none;
        border-bottom: 3px solid #bfbfbf;
        font-size: 4em;
        color: #bfbfbf;
    }
    #search-menu .wrapper button {
        position: absolute;
        display: block;
        width: 20%;
        right: 0;
        /* top: 30px; */
        background: transparent;
        border: none;
        color: #bfbfbf;
        font-size: 2em;
        -webkit-transition: 500ms ease all;
        -moz-transition: 500ms ease all;
        transition: 500ms ease all;
    }
    /*#search-icon{
    margin-left: 0px;
}*/
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .header-top {
        display: none;
    }
    .hero {
        width: 100%;
        min-height: auto;
/*         padding: 200px 0; */
    }
    .features .phone-wrap {
        text-align: center;
    }
    .features .phone-wrap img {
        width: 30%;
    }
   
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
    .hero {
        width: 100%;
/*         min-height: 65vh; */
    }
   
}


@media only screen and (max-width: 990px) {
	#navbar {
        display: inherit;
        background-color: #000;
        overflow: auto;
        /* padding-top: 100px;*/
        box-shadow: 0px 0px 10px #fff;
    }
	 #navbar .col-lg-10.col-md-9 {
        width: 100%;
        /*order: 2;*/
    }
    #navbar .col-lg-2.col-md-3 {
        width: 100%;
        /*order: 1;*/
    }
	#navbar {
    padding: 15PX;
}
	.navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
}
	.mobile-nav-active .navbar {
    left: 0;
}
	 .navbar ul {
        position: relative;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: transparent;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
		 display: flex;
    flex-direction: column;
    }
	.header .navbar a {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
	width: 100%;
    display: flex;
    justify-content: space-between;
}
	
	.navbar .dropdown ul, .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: rgba(20, 35, 51, 0.6);
}
	.mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgb(33 37 41 / 70%);
    z-index: 9996;
}
	.navbar li {
    width: 100%;
}
	.header .container>.row {
    display: flex;
}
	.header .container>.row .logo-col {
    width: 40%;
}
	.header .container>.row .menu-col {
    width: 30%;
}
	.header .container>.row .translate-search {
    width: 30%;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header .container > .row .translate-search .lang{
    text-align: right;
    position: relative;
    top: -2px;
    width: auto !important;
  }
  .header .container > .row .translate-search .search{ width: auto !important;}
ul.added-menu-item {
    justify-content: center!important;
}
	.header .container>.row .translate-search .lang,
	.header .container>.row .translate-search .search{
    width: 100%;
}
	a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    display: flex;
    padding: 5px 0!important;
    width: 50%;
    margin-left: auto;
    padding-right: 20px!important;
}
	.header .logo img {
    max-height: 50px;
}
	.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    display: flex;
	

}
	.header.sticked .mobile-nav-toggle {
    top: 12px;
}
	 .mobile-nav-toggle {
        position: absolute;
/*         left: 20px; */
        top: 18px;
    }
    .mobile-nav-toggle.mobile-nav-hide {
        position: absolute;
        left: 85%;
        top: 15px;
    }
	.logo-col {
    order: 2;
}
	.translate-search {
    order: 3;
}
	.translate-search {
     display: flex;
    flex-direction: column;
    align-items: flex-start;
	}
	.lang {
        
    width: 15%;
}
	 .mobile-nav-show,
    .mobile-nav-hide {
        display: block;
    }

    section.line-up-sec.custom-lineup-sec {
    min-height: 1085px;
}


}
@media only screen and (max-width: 738px) {
    .lang-menu {
        margin-left: 20px;
        position: relative;
        /*top: 6px;*/
    }
    .lang-menu ul {
        min-height: 200px;
        width: 160px;
    }
    
   
    ul.second-menulist {
        padding-top: 0px;
        margin-top: -10px;
    }
    .added-menu-item {
        /* position: absolute; */
        top: 4px;
        right: 16px;
        /* max-height: 150px; */
        height: 100%;
        /* overflow: hidden; */
        display: flex;
        list-style-type: none;
    }
    ul.lang-opt {
        position: absolute;
        background: #fff;
        top: 30px;
        padding: 10px;
        height: 100%;
    }
    ul.lang-opt li a,
    ul.lang-opt li a:focus {
        padding: 10px!important;
    }
   a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    width: 80%;
}
	.header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
		right: 15px!important;
	}
    .lang .lang-drop ul {
        background: #000;
        position: absolute;
        left: auto;
        padding: 5px;
        right: -25px;
      }
}

@media(min-width:1800px){
    .sticky {
    position: fixed;
    top: 5%;
}
}
@media only screen and (max-width: 575px) {
   .translate-search {
    justify-content: space-between;
	}
}


/*ABOUT PAGE*/

.about-page p {
    color: #fff;
    line-height: 32px;
    text-align: justify;
}

.about-content {
    padding: 20px 30px;
}

.managing-partner-img {
    max-width: 350px;
    width: 100%;
}

.leadership {
    margin-top: 150px;
}

.managing-partner-name {
    font-size: 32px;
    color: #ff1100;
    font-weight: 600;
}

.topic-heading {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    margin: 20px 0 10px 0px;
}

.topic-content {
    color: #fff;
}

.sub-head-title {padding-left: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 20px;
    position: relative;
    color: #fff;
}

.sub-head-title~p,
.sub-head-title~ul {
    color: #fff;
}

.sub-head-title:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 4px;
    background: #ff1100;
    left: 0;
    top: 0px;
}

form.php-email-form .form-control {
    color: #fff;
}

.btn-check:active+.btn,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:active {
    min-width: 150px;
    padding: 10px;
    background-color: transparent;
    color: #ff1100;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #ff1100;
    margin-top: 20px;
    transition: all 200ms ease-in-out;
    border-radius: 5px;
}

.tabular-btns {
    overflow: hidden;
    border: unset;
    background-color: #26292F;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px 0px; */
    padding: 2px 0px;
    text-align: center;
}


/* Style the buttons inside the tab */

.tabular-btns a.btn {
    background-color: transparent;
    float: left;
    border: unset;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    padding: 14px 15px;
    transition: 0.3s;
    font-size: 17px;
    margin: 0px 0px;
    min-width: 150px;
    width: 33%;
    color: #fff;
    text-transform: capitalize;
}


/* Change background color of buttons on hover */

.tabular-btns button:hover {
    background-color: #ff1100;
    color: #000;
    font-weight: 600;
}


/* Create an active/current tablink class */

.tabular-btns button.active {
    background-color: #ff1100;
    color: #000;
    font-weight: 600;
}


/* Style the tab content */

#management,
#marketing,
#client-сare,
#order {
    padding: 30px 15px;
    color: #fff;
}

#management p,
#marketing p,
#client-сare p,
#order p {
    line-height: 30px;
}

ul.tabs-list {
    line-height: 30px;
    padding-left: 10px;
    list-style-type: none;
    color: #fff;
}

.tabs-list li {
    position: relative;
    padding-left: 20px;
}

.tabs-list li:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 11px;
    left: 0px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ff1100;
}

.tabs-list~p {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .about-content {
        padding: 20px 0px;
    }
    .footer-legal .row .col-md-4{text-align: center;}
}


/*01 SEPTEMBER 2022 AAKASH*/

.coming-list {
    line-height: 30px;
}

.coming-list li {
    margin-bottom: 10px;
}

body .sticky {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    /* background: black; */
    z-index: 10;
    /* background: #000000e0; */
    background-color: #000000;
    /* background-image: linear-gradient(black,#26292F); */
    opacity: 1;
    margin: 0;
/*    margin-top: 10px;*/
    transition: 0.5s;
}

.non-sticky {
    /* position: fixed;
    top: 58px; */
    left: 0;
    width: 100%;
    /* background: black; */
    z-index: 9;
    /* Css added by me */
    /* background: #000000e0; */
    /*background-color: #000;
    background-image: linear-gradient(black,#26292F);*/
    opacity: 1;
}

@media(min-width:1800px){
    .sticky{
        top: 5%;
    }
}

@media only screen and (max-width: 535px) {
    .tabular-btns {
        display: flex;
        justify-content: flex-start;
        padding: 0px;
        overflow: scroll;
    }
    .tabular-btns::-webkit-scrollbar{
        display: none;
    }

    .tabular-btns a.btn {
        float: unset;
        margin: 3px 1px;
    }
    .accordion-button {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blog .blog-details .title {
        font-size: 25px;
        font-weight: 700;
        padding: 0;
        margin: 20px 0 0 0;
        color: var(--color-white);
    }
}

@media only screen and (min-width: 536px) and (max-width:1024px) {
    .tabular-btns {
        display: flex;
        justify-content:center;
        padding: 0px;
        overflow: scroll;
    }
    .tabular-btns a.btn {
        float: unset;
        margin: 3px 1px;
    }
}

@media only screen and (max-width:1199px) {
    .sticky {
        position: fixed;
        /* top: 69px; */
        left: 0;
        width: 100%;
        /* background: black; */
        z-index: 9;
        text-align: center;
        /* Css added by me */
        top: 50px;
        background-color: #000000e0;
        background: #000;
        opacity: 1;
    }
    .home-aboutus{
        padding:50px 0px;
    }
}

.launch-request-btn {
    /* border: 2px solid #fff; */
    box-shadow: 0px 0px 10px #ffffff;
    padding: 15px 20px;
    text-align: center;
    border-radius: 10px;
    margin: 20px;
}

.launch-request-btn h2 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 40px;
}

.launch-request-btn p {
    color: #fff;
}

.accordion {
    --bs-accordion-border-width: 0px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 22px;
    color: #000;
    overflow-anchor: none;
    background: #cccccc;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #323232;
    box-shadow: unset;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(32);
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}


/*LINEUP PAGE*/

.lineup-table .table th {
    /* These two css added*/
    font-size: 18px;
    font-weight: normal;
    /* font-size: 20px; */
    color: #fff;
    padding: 20px 10px 20px 10px;
    text-align: center;
    background-color: #0000006b;
    text-transform: uppercase;
}

.lineup-table .table td {
    padding: 30px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 33.333%;
}

.table-para {
    text-align: left!important;
    font-size: 15px!important;
}

.custom-lineup-sec .table-img {
    width: 23%;
    display: flex;
    flex-direction: row;
    float: left;
    margin: 0 5px;
    background: #000000;
    border-radius: 20px 20px 00 0;
}

.custom-lineup-sec .table-para {
    width: 23%;
    background: #000000;
    padding: 20px;
    margin: 0 5px;
    display: flex;
    border-radius: 0 0 20px 20px;
    color: #fff;
    float: left;
    min-height: 315px;
}
.table-img {
    vertical-align: middle;
}

.lineup-table .table td small {
    display: block;
    font-size: 14px;
    color: #aaaaaaa3;
}

.table-tooltip {
    background: #000;
    cursor: pointer;
    padding: 7px 17px;
    border-radius: 50%;
}

.lh-30 {
    line-height: 30px;
}

.mw-10 {
    max-width: 10%;
}

.mw-20 {
    max-width: 20%;
}

.mw-30 {
    max-width: 30%;
}

.mw-40 {
    max-width: 40%;
}

@media only screen and (max-width: 535px) {
    .lineup-table .table th {
        font-size: 14px;
        color: #fff;
        padding: 20px 10px 20px 10px;
        text-align: left;
        background-color: #26292f66;
        text-transform: uppercase;
    }
    .table-para {
        text-align: left!important;
        font-size: 13px!important;
        font-weight: 100;
    }
    .lineup-table .table td {
        padding: 30px 10px;
        text-align: center;
        color: #fff;
        font-size: 13px;
    }
}

.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.card-wrapper img {
    width: 100%;
    display: block;
}

.card-wrapper .img-display {
    overflow: hidden;
}

.card-wrapper .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.card-wrapper .img-showcase img {
    min-width: 100%;
}

.card-wrapper .img-select {
    display: flex;
}

.card-wrapper .img-item {
    margin: 0.3rem;
}

.card-wrapper .img-item:nth-child(1),
.card-wrapper .img-item:nth-child(2),
.card-wrapper .img-item:nth-child(3) {
    margin-right: 0;
}

.card-wrapper .img-item:hover {
    opacity: 0.8;
}

.card-wrapper .product-content {
    padding: 2rem 1rem;
}

.card-wrapper .product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    color: #fff;
    margin: 1rem 0;
}

.card-wrapper .product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 29%;
    background: #f10;
}

.card-wrapper .product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.card-wrapper .product-link:hover {
    opacity: 0.9;
}

.card-wrapper .product-rating {
    color: #ffc107;
}

.card-wrapper .product-rating span {
    font-weight: 600;
    color: #252525;
}

.card-wrapper .product-price {
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}

.card-wrapper .product-price span {
    font-weight: 400;
}

.card-wrapper .last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.card-wrapper .new-price span {
    color: #256eff;
}

.card-wrapper .product-detail h2 {
    text-transform: capitalize;
    color: #fff;
    padding-top: 2rem;
    font-size: 18px;
    font-weight: 600;
}

.card-wrapper .product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
    margin-bottom: 0;
}

.card-wrapper .product-detail ul {
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    padding: 5px 10px;
    line-height: 30px;
}

.card-wrapper .product-detail ul li {
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}

.card-wrapper .product-detail ul li span {
    font-weight: 400;
}

.card-wrapper .purchase-info {
    margin: 1.5rem 0;
}

.card-wrapper .purchase-info input,
.card-wrapper .purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.card-wrapper .purchase-info input {
    width: 60px;
}

.card-wrapper .purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.card-wrapper .purchase-info .btn:first-of-type {
    background: #256eff;
}

.card-wrapper .purchase-info .btn:last-of-type {
    background: #f64749;
}

.card-wrapper .purchase-info .btn:hover {
    opacity: 0.9;
}

.card-wrapper .social-links {
    display: flex;
    align-items: center;
}

.card-wrapper .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}

.card-wrapper .social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

.card-wrapper .card {
    background: transparent;
}

@media screen and (min-width: 992px) {
    .card-wrapper .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        border: none;
        background: transparent;
    }
    .card-wrapper {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-wrapper .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .card-wrapper .product-content {
        padding-top: 0;
    }
}

.card-wrapper .small-product-imgs {
    padding: 0;
    display: flex;
    list-style-type: none;
    margin-top: 20px;
}

.card-wrapper .small-product-imgs li {
    margin: 5px;
}

.card-wrapper .small-product-imgs li a img {
    width: 30px;
    height: auto;
}

.card.product-accessory {
    background: transparent;
    box-shadow: 0px 0px 10px #ffffff6e;
    transition: all 500ms ease-in-out;
    overflow: hidden;
    margin-bottom: 30px;
}

.card.product-accessory:hover {
    transform: translateY(10px);
}

.card.product-accessory img {
    transition: all 500ms ease-in-out;
}

.card.product-accessory:hover img {
    transform: scale(1.1);
}

.product-accessory .card-body {
    background-color: transparent;
    border: 1px solid #ffffff29;
    border-top: none;
}

.product-accessory .card-text {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
}

input.accessory-checkbox {
    width: 30px;
    height: 20px;
}

.service-card {
    background: transparent;
    box-shadow: 0px 0px 10px #ffffff6e;
    transition: all 500ms ease-in-out;
    overflow: hidden;
    margin-bottom: 30px;
    height: 440px;
    position: relative;
}

.service-card img {
    position: absolute;
    width: 230%;
    height: auto;
    left: -150px;
    top: -3px;
    transform: rotate(180deg);
    transition: all 200ms ease-in-out;
}

.about-service {
    position: absolute;
    padding: 25px 15px;
    background: #000000d9;
    width: 100%;
    height: 100%;
    transition: all 400ms ease-in-out;
    bottom: -365px;
}

.service-card:hover .about-service {
    bottom: 0px;
}

h4.service-title {
    position: relative;
    margin-bottom: 20px;
}

h4.service-title:before {
    content: "";
    width: 40%;
    height: 2px;
    position: absolute;
    background: #FF1100;
    top: 35px;
}

.about-service p {
    line-height: 25px;
}


/* .project-page {
    background-image: url(../images/projects/projects-map.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
} */

.country-location {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
}

.country-location .lname {
    margin: 0 5px 0px 5px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #ff1100;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.dot::before {
    left: 4.4px;
    content: "";
    height: 15px;
    width: 1px;
    position: absolute;
    background-color: #ff1100;
    top: 7px;
}

/*#tokyo {
    right: 4%;
    top: 29%;
    display: flex;
    flex-direction: row-reverse;
}

#seoul {
    right: 11%;
    top: 28%;
}

#kemerovo {
    right: 26.5%;
    top: 12%;
}

#moscow {
    right: 41%;
    top: 14%;
}

#chambery {
    top: 22%;
    left: 47.5%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

#luxembourg {
    left: 38%;
    top: 18%;
}

#jakarta {
    right: 11.5%;
    top: 60%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}*/


 #tokyo {
    right: 32%;
    top: 14%;
    display: flex;
    flex-direction: row-reverse;
}

#moscow {
    right: 50%;
    top: 14%;
}
#kemerovo {
    right: 48.5%;
    top: 12%;
}

#jakarta {
    right: 19.5%;
    top: 20%;
}

#luxembourg {
    /* right: 0%!important; */
    top: 24%;
    left: 69%;
}

#seoul {
    right: 38.4%;
    top: 33%;
}

#chambery {
    top: 18%;
    left: 48%;
}
ul.added-menu-item {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.added-menu-item.inner-lang .lang-menu {
    display: none;
}

ul.added-menu-item.inner-lang {
    flex-direction: column;
}

@media only screen and (max-width:1024px) {
    .lang-menu {
        display: none;
    }
    .added-menu-item.inner-lang .lang-menu {
        display: block;
    }
}

/* @media only screen and (min-width:1024px) and (max-width:1438px) {
    .header .logo img {
        left: -170%;
        position: relative;
    }
} */
@media only screen and (min-width:738px) and (max-width:1024px) {
    .header .logo img {
        /* left: -170%; */
        /* position: relative; */
    }
}

.w-20 {
    width: 20%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.specification-table td,
.specification-table th {
    padding: 11px 10px;
}

.specification-table th h4 {
    padding: 15px 0px;
    font-size: 22px;
}

ul.specification-list {
    list-style-type: none;
    line-height: 50px;
	position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 140px;
}

ul.specification-list li {
    text-align: center;
}

ul.specification-list li a {
    text-transform: uppercase;
}

.aside-sticky {
    position: fixed;
    height: 100%;
    width: 16%;
    top: 150px;
    /*left: 340px;*/
    font-weight: 600;
}

ul.specification-list li a.active-side {
    background: #000;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
}


/* new css */

.scroll_container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.scroll_container .map_container {
    width: 200%;
}

.map_container {
    position: relative;
    display: inline-block;
    overflow-x: hidden;
}

.map-img {
    display: block;
    width: 100%;
/*    margin-left: -12.5%;*/
}

.mtext h2 {
    color: #ffffff;
    margin: 10px 0 30px 0;
}

.mtext {
    padding: 0 16px;
}

.mtext p {
    color: #ffffff;
}

.mtext a:hover {
    color: #000;
}

.m-close {
    position: absolute;
    right: 0;
    z-index: 1;
}

.recent-posts-div .recent-post-btn {
    margin-top: 90px;
}

.recent-posts-div {
    padding: 0!important;
    margin: 0!important;
    min-height: 900px;
}
.pop-bottom-detail p {
    margin-bottom: 10px !important;
  }
  .p-3.border-top{
    margin-top: 10px;
  }

@media only screen and (max-width:1366px) {
    .aside-sticky {
        position: fixed;
        height: 100%;
        width: 19%;
        top: 150px;
        /* left: 340px; */
        font-weight: 600;
        text-align: center;
    }
}

@media only screen and (max-width:1280px) {
    .aside-sticky {
        position: fixed;
        height: 100%;
        width: 21.5%;
        top: 150px;
        /* left: 340px; */
        font-weight: 600;
        text-align: center;
    }
    ul.specification-list li a.active-side {
        background: #000;
        width: 100%;
        padding: 10px 15px;
        color: #fff;
        font-size: smaller;
    }
}

@media only screen and (max-width:1199px) {
    .aside-sticky {
        position: fixed;
        height: 100%;
        width: 18%;
        top: 150px;
        /* left: 340px; */
        font-weight: 600;
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .aside-sticky {
        position: fixed;
        height: 100%;
        width: 24%;
        top: 150px;
        /* left: 340px; */
        font-weight: 600;
        text-align: center;
    }
    ul.specification-list li a.active-side {
        background: #000;
        width: 100%;
        padding: 10px 17px;
        color: #fff;
    }
    ul.specification-list {
        list-style-type: none;
        line-height: 50px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 425px) {
    ul.specification-list {
        display: none!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hero {
        width: 100%;
/*         min-height: 100vh; */
        background: #000;
        position: relative;
       
        z-index: 3;
    }
    .ban-video-wrap {
        position: relative;
        width: 100%;
    }

}

@media (max-width: 1300px) {
/*    #chambery {
        top: 20%;
        left: 46.5%;
    }
    #seoul {
        right: 20%;
        top: 27%;
    }
    #tokyo {
        right: 14%;
        top: 28%;
    }
    #jakarta {
        right: 19.5%;
        top: 59%;
    }
    #luxembourg {
        left: 38%;
        top: 17%;
    }

    #moscow {
    right: 41%;
    top: 14%;
}*/

 /*   #luxembourg {
    left: 38%;
    top: 18%;
}*/

  #tokyo {
    right: 32%;
    top: 14%;
    display: flex;
    flex-direction: row-reverse;
}

#moscow {
    right: 50.4%;
    top: 14%;
}
#kemerovo {
    right: 48.5%;
    top: 14%;
}

#jakarta {
    right: 20%;
    top: 20%;
}

#luxembourg {
    /* right: 0%!important; */
    top: 24.5%;
    left: 69%;
}

#seoul {
    right: 38.4%;
    top: 33%;
}

#chambery {
    top: 17%;
    left: 47%;
}
}

@media (min-width:768px) {
    .scroll_container .map_container {
        width: 100%;
    }
    .scroll_container {
        width: 90%;
    }
    .scroll_container {
        overflow-x: visible;
    }

}

@media only screen and (max-width: 768px) {
    .recent-posts .post-box .post-img img{width: 100%;height: auto;}
    .leadership {
        margin-top: 20px;
    }
    .leadership {
        margin-top: 20px;
    }
    #kemerovo {
        right: 25.5%;
        top: 12%;
    }
    #moscow {
        right: 41%;
        top: 10%;
    }
    #luxembourg {
        left: 33%;
        top: 14%;
    }
    #chambery {
        top: 18%;
        left: 47.5%;
    }
    #seoul {
        right: 10%;
        top: 25%;
    }
    #tokyo {
        right: 0%;
        top: 25%;
    }
    #jakarta {
        right: 6.5%;
        top: 56%;
    }

    /* edit on 09-042023 */

}


/* @media (max-width:767px) {
    #moscow {
        right: 28%;
        top: -2%;
    }
    #kemerovo {
        right: 10%;
        top: 0%;
    }
    #seoul {
        right: 14%;
        top: 3.4%;
    }
    #tokyo {
        right: 10%;
        top: 5%;
    }
    #luxembourg {
        left: 47%;
        top: -1%;
    }
    #chambery {
        top: -1%;
        left: 49%;
    }
    #jakarta {
        right: 14.2%;
        top: 6%;
    }
} */

#axial-fans video {
    width: 100%;
}

.mcontent table{
  color:#ffffff;
}


.blog-pagination ul li {
    display: flex;
}

.blog-pagination ul li span {
    color: #ff1100;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 7px 16px;
    display: flex;
    align-items: center;
}

.blog-pagination ul li span,.blog-pagination ul li a {
    margin: 0 4px 10px 4px;
}
.media-page table tr:last-child td {
    /* border-width: 0px; */
    border-width: 1px;
}

.wpml-ls-legacy-dropdown a span {
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .footer-legal .row .col-md-4{text-align: left;}
    .bottom-links ul {
        display: inherit;
    }
    .bottom-links ul li {
        margin: 0;
    }
    .fix-button{
        font-size: 14px;
        padding:10px;
    }
}

/* cusrom page styling  */

.section-div h1 {
    font-size: 35px;
    font-weight: 900;
    color:#000;

}

.section-div h2,
.bg-div4 h2 {
    font-size: 30px;
    font-weight: 700;
    color:#000;
}

.section-div h3 {
    font-size: 25px;
    color:#000;
    font-weight: 600;

}

.section-div h4 {
    font-size: 20px;
    font-weight: 700;
    color:#000;

}

.section-div h5 {
    font-size: 17px;
    font-weight: 400;
    color:#000;
}

.section-div h6 {
    font-size: 14px;
    font-weight: 600;
    color:#000;
}

.section-div p{
    font-size: 15px;
    color:#000;
}

img{
    width:100%; height: auto;
}

.bg-div {
    width: 100%;
    position: relative;
}

section.bg-div .text-content {
    position: absolute;
    color: #fff;
    bottom: 8%;
    left: 5%;
}

section.section-div{
    padding: 50px 0;
}
section.section-div .logo {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    margin-bottom: 40px;
}


section.section-div .logo img {
    width: 200px;
}

section.section-div .right-side img {
    border-radius: 30px;
}

section.section-div .text-content img {
    width: 300px;
}

section.section-div .img-div {
    margin: 30px 0;
    min-height: 250px;
}

section.section-div .img-div img {
    border-radius: 30px;
    height: 250px;
}

.bg-div2 {
    width: 100%;

}


section.section-div .text-sec {
    text-align: center;
    padding: 20px 0;
}

section.section-div .img-icon img {
    width: 90px;
}

section.section-div .img-icon h6 {
    padding-top: 10px;
    font-size: 10px;
}

.bg-div3 {
    width: 100%;

}

.bg-div2 .logo,
.bg-div3 .logo,
.bg-div4 .logo{
    display: flex;
    justify-content: flex-end;
}

.bg-div2 .logo img,
.bg-div3 .logo img,
.bg-div4 .logo img{
    width: 200px;
}

section.section-div .content {
    display: flex;
}

section.section-div .img-1 img {
    min-height: 100px;
}

section.section-div .img-2 img {
    width:300px;
}

section.section-div .img-1 img {
    width: 200px;
}

section.section-div .content-sec .text-cont{
    padding:20px 0;
    text-align: center;
}

.bg-div4 {
    width: 100%;
  position: relative;
}

.bg-div4 .cont-sec {
    position: absolute;
    top: 10%;
    left: 0;
}

.bg-div4 .content img {
    width: 30px;
}

.bg-div4 .content {
    color: #fff;
}

section.section-div .text-sec p {
    padding: 10px 0;
}

.section-div h2, .bg-div4 h2 {
    padding: 20px 0;
}

.section-div h3 {
    padding: 20px;
}

.section-div .text-content {
    padding-top: 30px;
}

section.section-div .text-sec h4 {
    padding-top: 10px;
}

section.bg-div .text-content h4 {
    font-size: 20px;
    font-weight: 700;
}

.content-sec .img-div2 {
    display: flex;
    justify-content: center;
}

.img-sec-div {
    margin-left: 20px;
}

.img-sec-div2 {
    padding-top: 20px;
    margin-left: 20px;
}


.lineup-table .table td img {
    height: 300px;
    object-fit: contain;
}

.container.position-relative.d-flex.flex-column.align-items-center {
    display: none!important;
}

.bg_img .bg_heading {
/*    background-image: linear-gradient(to bottom, #fff, #cdcdcd, #26292F)!important;*/
   
    color: #ffff!important;
    text-align: left;
}

 .bg_img {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breadcrumbs .bg_img .bg_img_src {
    min-height: 450px;
    max-width: 1290px;
    object-fit: cover;
    object-position: left;
}

.breadcrumbs:before{
    display: none!important;
}

h1.bg_heading {
    position: absolute;
    font-size: 50px!important;
    padding: 10px 0;
}

.captcha_design {
    display: flex;
    padding: 15px 0;
}

@media screen and (max-width:990px) {
    section.section-div .img-div {
        min-height: 200px;
    }

    section.section-div .img-div img {
        height: 200px;
    }
   
}

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

section.section-div .img-div img{
    height:350px;
}

section.section-div .img-div {
    padding: 10px;
}

section.section-div .right-side {
    margin-top: 20px;
}

section.section-div .content-sec img {
    width: 200px;
}

section.section-div h3 {
    text-align: left;
    padding: 20px 0;
}

.img-sec-div2 {
    padding-top: 0px;
    margin-left: 0px;
}

.img-sec-div {
    margin-left: 0;
}

section.bg-div .text-content h4{
    font-size: 10px;
    line-height: 1.2;
}

.accordion-button {
    font-size: 18px;
    font-weight: 500;
}

.launch-request-btn p {
    color: #fff;
    text-align: center!important;
}

.map-img {
    margin-top: 20px;
}

#seoul {
    right: 38%;
    top: 34%;
}

#luxembourg {
    /* right: 0%!important; */
    top: 25.8%;
    left: 63%;
}

#jakarta {
    right: 26%;
    top: 15%;
}

#tokyo {
    right: 26%;
    top: 20%;
    display: flex;
    flex-direction: row-reverse;
}

#moscow {
    right: 48.4%;
    top: 16%;
}

#chambery {
    top: 18%;
    left: 48%;
}

/*.breadcrumbs .bg_img .bg_img_src {
    min-height: auto;
    object-fit: contain;
}*/

h3.bg_heading {
    padding: 14px 0;
    font-size: 40px!important;
}

}

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

    section.section-div .img-div img{
        height: 250px;
    }
    .bg-div4 .content img {
        width: 22px;
    }
    section.section-div .logo{
        justify-content: center;
    }

    section.section-div .logo img{
        width: 100px;
    }

    section.section-div .right-side {
        margin-top: 20px;
    }

    section.section-div .content-sec img {
        width: 150px;
    }

    section.section-div .text-content img {
        width: 160px;
    }

    .bg-div2 .logo, .bg-div3 .logo, .bg-div4 .logo {
        display: flex;
        justify-content: center;
    }

    section.section-div .img-div{
        padding: 10px;
    }

    .accordion-button {
    font-size: 16px;
    font-weight: 500;
}
    
.bg-div2 .logo img, .bg-div3 .logo img, .bg-div4 .logo img {
    width: 100px;
}

.section-div h2, .bg-div4 h2 {
    font-size: 20px;
}

section.section-div .img-icon  img {
    width: 60px;
}

.section-div h3 {
    font-size: 18px;
    font-weight: 500;
}

section.section-div .content-sec .img-div2 {
    display: flex;
    justify-content: center;
}

.bg-div4 img.img-size {
    height: 400px;
}
.bg_img .bg_heading, h1.entry-title {
    font-size: 4rem!important;
    text-align: center;
}

.bg_img .bg_heading, h1.entry-title {
    font-size: 25px!important;
    text-align: center;
    padding: 15px 10px;
}
.breadcrumbs .bg_img .bg_img_src {
 
    object-position: 30%;
        min-height: 320px;
}

}

