<style id="wp-custom-css">
			/* Top Bar Menu */
.imapsLabel foreignObject img {
    display: inline!important;
}
.imapsContainer .list-group-item {
	padding:3px 5px!important;
	font-size:14px;
}
.wpgmp_infowindow .fc-item-title {
    margin-bottom: 0px!important;
    color: #212f3d;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.d-lg-block .wpgmp_tabs_container {

    position: absolute;
    right: unset!important;
    left: 10px;
    top: 250px!important;
    z-index: 100;
    padding: 0;
}

.d-lg-block .wpgmp_tabs_container {
    width: 20%!important;
}
.d-lg-block .wpgmp_tabs_container .wpgmp_tab_item .wpgmp_cat_title  {
      font-size: 14px!important;
}

.d-lg-block .wpgmp_tabs_container .wpgmp_tab_item {
          padding: 7px 0!important;
}
.wpgmp_toggle_main_container {
	padding: 0.4em!important;
}
.wpgmp_tabs_container a{
	 font-family: 'Poppins', sans-serif;
}
 .wpgmp_tabs li a.active {
    cursor: pointer;
    border: none;
    background: #DA251C !important;
	     padding: 5px 0!important;
}
.wpgmp_tab_item span.arrow img {width:unset!important}
.wpgmp_tab_item .wpgmp_cat_title span.arrow {
    margin-top: unset!important;
}
.infoBox.infoBoxTail{
	box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 17%)!important;
}
.infoBox.infoBoxTail p{
margin-bottom: 0.4rem!important;
}
.fc-item-box {
    margin: 0px!important;
}
.fc-text{
	display:none!important;
}
.fc-item-body-text-color dl{
	    display: flex;
}
.fc-item-meta{
	display:none!important;
}
.site-navbar{
	 box-shadow: 0px 4px 3px -2px rgb(247 247 247);
		transition:all 0.5s;
} 
.header_area{
	background: #da251c;
	transition:all 0.5s;
	position: relative;
	padding: 0px;
	/* margin-bottom: -5px; */
} 

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #cbcbcb;
    /* box-shadow: 0px 4px 3px -2px rgb(217 217 217); */
    animation: fadeInDown 0.5s ease;
    transition: background-color 0.3s ease;
}

/* Animation for the sticky header */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fixed-top{box-shadow: 0px 4px 3px -2px rgb(217 217 217);
	transition:all 0.5s;
}

.topbar ul li {
    display: contents;
}
#pills-tab li.nav-item {
    display: block !important;
}
.tag-date{font-weight: 500;    font-family: 'Poppins', sans-serif;}
	.publication-tags a {
		width: auto;
		height: 30px;
		position: relative;
		padding: 0 12px;
		line-height: 30px;
		background: #DA251C;
		color: #fff;
		font-size: 17px;
		font-weight: 500;
		text-decoration: none;		
	}

	.publication-tags a:before {
		content: "";
		position: absolute;
		top: 0;		
		width: 0;
		height: 0;		
		border-style: solid;		
	}
	
	.publication-tags a:after {
		content: "";
		position: absolute;
		top: 9px;
		width: 4px;
		height: 4px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
	}	
	


	
.post-tag a:before {
right: -12px;
    border-color: transparent transparent transparent #da251c;
    border-width: 9px 0 15px 13px;
}
	
	.post-tag a {		
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		border-top-left-radius: 4px;
	}

	.post-tag a:after {		
		right: -2px;
	}
	


/* Client Logo */
 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
/* Main Menu */
li#menu-item-110 {
    display: inline-grid;
}
/* contact form Let's Get In Touch*/
.exhibition-card-sec .event_box{
	border: 1px solid #c1c1c145!important;
}

input.wpcf7-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    height: auto;
    line-height: 22px;
    color: #ffffff;
    background: transparent;
    border: 5px;
    border-bottom: 1px solid rgb(255 255 255 / 97%);
    border-radius: 0px;
    padding: 15px 15px;
}
textarea.wpcf7-textarea {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    height: 100px;
    width: 100%;
    /* line-height: 22px; */
    color: #ffffff;
    background: #68686800;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 97%);
    border-radius: 0px;
    padding: 15px 15px;
}
#getin_touch .form-control::-webkit-input-placeholder { 
  color: #fff;
}

#getin_touch:-moz-placeholder {
  color: #fff !important;
}

#getin_touch::-moz-placeholder {
  color: #fff !important;
}
/* news list tab border */
div#nav-tabContent {
    display: contents;
}

/* single products details banner*/

#v-right-tab .nav-link {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 0px 102px rgb(0 0 0 / 7%);
    border-radius: 3px;
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    padding: 0.5rem 0.5rem;
    overflow: hidden;
}

/* Contact Us */
.form-floating .form-control {
    border: none;
    border-bottom: 1px solid #B6B6B6;
    border-radius: 0px;
    padding-left: 0px;
    font-size: 12px;
    color: #8E8E8E;
    appearance: auto;
    height: auto;
}

/* .category-section py-5 border-1, .col-md-3 {
  flex: 0 0 auto;
  width: 25%;
  margin-bottom: 10px;
} */

@media only screen and (max-width: 768px) and (min-width: 360px)  {

.category-section py-5 border-1, .col-md-3 {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 10px;
}
	#indus_sec .col-md-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

#indus_sec .col-md-8 {
  flex: 0 0 auto;
width: 66.6666666667%;
}
}

@media only screen and (max-width: 768px) and (min-width: 360px)  {


	#indus_sec .col-md-4 {
  flex: 0 0 auto;
  width: 100% !important;
}

#indus_sec .col-md-8 {
  flex: 0 0 auto;
width: 100% !important;
}
}


.order_list li strong {
  display: inline-block;
  overflow: inherit;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
}
.order_list li .media-body {
  padding-bottom: 0.4rem;
  padding-left: 2.2rem;
  display: inline-block;
  width: 87%;
}
.text-black {
  color: #282828 !important;
  font-size: 16px;
}
#indus_sec .col-md-4 {
  flex: 0 0 auto;
  width: 23.333%;
}

#indus_sec .col-md-8 {
  flex: 0 0 auto;
  width: 76.667%;
}

.bx-item{
	padding:2rem 2rem;
	margin: 0.5rem;
  border-radius: 5px;
	min-height: 360px;
}

/* ---- */
.customer_service {
     border-top: 2px solid #fff;
}
.fs-6 {
    font-size: 1.4rem !important;
}
.order_list li {
  color: #DA251C;
  font-size: 0.9rem;
  display: inline-block;
  position: relative;
  width: 43%;
  vertical-align: top;
  margin-right: 3rem;
  margin-left: 0 !important;
}

.position_dv {
   
    bottom: 0;
    left: 0%;
    background: #DA251C;
    padding: 4px 24px;
    height: 30px;
    color: #fff;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    text-align: center;
	border-radius: 0px 0px 8px 8px ;
}
.category-section .card .image img {
 
    border-radius: 8px 8px 0px 0px;
}


.category-section .card .image img {

  object-fit: inherit;

}


@media screen and (max-width: 767px){
    .main_menu nav>ul>li {
        position: relative;
    }
    
    .shop-menu>ul {
        width: 100%;
        padding: 10px 4px;
        width: 100%;
    }
    .shop-mega-menu > ul {
        padding: 10px 4px;
			  width: calc(100% / 1);
    }
    .productimage .mega_menu .shop-menu .shop-category .shop-mega-menu ul {
        grid-template-columns: repeat(1, 12fr);
        overflow-x: auto;
    }
    .main_menu nav ul li ul.mega_menu {
        left: -60px !important;
			    min-width: -webkit-fill-available;
    }
    .shop-category > li {
    width: 100%;
    display: flex;
    margin-left: 2px;
}

    .productimage .mega_menu .shop-menu .shop-category .shop-mega-menu ul li a {
        font-size: 11px;
        line-height: 14px;
    }
    .shop-category > li > a {
        font-size: 12px;
        padding: 11px 6px;
    }
    .shop-mega-menu {
        width: calc(120% - 241px);
    }
	.shop-category > li:hover .shop-mega-menu, .shop-category > li.active .shop-mega-menu.hover {
    /*width: calc(115% - 250px);*/
}
	.productimage_size .shop-mega-menu.hover ul li img {
    width: 45px;
    height: 45px;
}
	.shop-mega-menu li a {
    font-size: 11px;
    line-height: 11px;
}
	.site-navbar {
    position: fixed;
}
	.main-header {
    position: fixed;
}
	.site-navbar.py-3 {
    padding: 0px !important;
}
}
#about_sec .textwidget .col{
    margin: 10px;
    background: transparent;
    box-shadow: 6px 6px 14px 0 rgb(0 0 0 / 13%), -8px -8px 18px 0 rgba(255, 255, 255, 0.55);
    padding: 4px 30px 20px;
    padding: 20px;
    border-radius: 3px;
}

.customer_service .textwidget .col{
   margin: 10px;
    background: transparent;
    box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.2), -8px -8px 18px 0 rgba(255, 255, 255, 0.55);
    padding: 40px;
	    border-radius: 5px;
	text-align:center;
}
.event_box i{
	color:#da251c;
}
.event_box .tag-artical{
	font-weight: 600;
}
.country_flag img{
	    height: 28px;
	    width: 42px!important;
    display: unset!important;
}
.event_box .country_title {
	font-size: 11px;
}
.event_box h5 {
font-size: 18px!important;
	font-weight: 400;
}
.event_box {
	min-height: 275px;
}




/*  Shadab CSS */

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #DA251C;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #DA251C;
}
.skbox-items{
    grid-row-gap: 24px;
}
.skbox-items .card {
box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 8%);
    border-radius: 0;
    padding: 18px;
    height: 100%;
    border: none!important;
}
.skbox-items .img-wrapper {
    height: 195px;
    border-radius: 8px;
    overflow: hidden;
}
.skbox-items .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.skbox-items .date-wrapper {
    align-items: center;
    margin-top: 12px;
    margin-bottom: 12px;
}
.skbox-items .multine-ellipsis {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.skbox-items .heading a {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 28px;
    color: #282828;
}
.skbox-items .desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #363636;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.skbox-items .read-more {
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    color: #da251c;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: unset;
}
#loading
{
 text-align:center; 
 background: url('/index_files/Double-Ring-1s-200px-2.gif') no-repeat center; 
 height: 150px;
}

.branches_tabs .bx-item .flex-grow-1 p{
	margin-bottom:unset!important;
	font-size: 16px;
    color: #363636;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.card-section .auto_case_study_data .card {
    height: 100%;
}

.card-section .filter_case_study_data .card {
    height: 100%;
}
select::-ms-expand { display: block!important; }

select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
	background-color: #FFE4E4;
    color: #DA251C;
    border: 1px solid #f1cccc;
	    padding: 0.675rem 0.75rem!important;
	    font-family: 'Poppins', sans-serif;
}

.card-body {
      padding: 1rem 1rem;
}
a {
    text-decoration: none;
	color: #DA251C;
	    font-family: 'Poppins', sans-serif;
}
ul li {
    margin-left: unset;
}
.product_box p{
	font-size:14px;
}
.cs_product_menu .shop-mega-menu a {
    color: #a5a5a5;
    font-size: 13px;
    line-height: 18px;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
}

.cs_product_menu .nav-link {
    color: #7d7d7d;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 18px;
    display: block;
    font-weight: 600;
    padding: 11px 16px;
    border-radius: 4px;
	    font-family: 'Poppins', sans-serif;
}
.cs_product_menu .nav-tabs .nav-item {
	cursor: pointer;
}

.cs_product_menu .tab-content {
	display: none;
}

.cs_product_menu .tab-content.active {
	display: block;
}

.cs_product_menu .nav-link.active {
    background-color: #DA251C;
    color: #fff !important;
}
.cs_product_menu .nav-tabs {
    border-bottom: none;
}



.industry-menu .shop-mega-menu a {
    color: #a5a5a5;
    font-size: 13px;
    line-height: 18px;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
	    font-family: 'Poppins', sans-serif;
}

.industry-menu .nav-link {
    color: #7d7d7d;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 18px;
    display: block;
    font-weight: 600;
    padding: 11px 16px;
    border-radius: 4px;
}
.industry-menu .nav-tabs .nav-item {
	cursor: pointer;
}



.industry-menu .tab-content.active {
	display: block;
}

.industry-menu .tab-content ul li a {
    color: #a5a5a5;
    font-size: 13px;
    line-height: 18px;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
	margin-bottom: 15px;
}
.industry-menu .tab-content ul li a strong {
	color: #545454;
    font-size: 14px;
}
.industry-menu .tab-content ul li  {
	 list-style:none;
	margin-left: unset;
}
.industry-menu .tab-content ul {
	padding-left: unset;
}

.industry-menu .nav-link.active {
    background-color: #DA251C;
    color: #fff !important;
}
.industry-menu .nav-tabs {
    border-bottom: none;
}

/* slider css start here */
 .fraction{
    text-align: center;
    color: rgb(255 255 255);
    margin-top: -15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.slideshow .slick-next, .slideshow .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    display: block;
    width: unset!important; 
     height:  unset!important; 
   padding: 20px;
    -ms-transform: translate(0,-50%);
    cursor: pointer;
z-index:9;
}

.slideshow .slick-slide {
    display: block;
    margin: 8px;
}
.slideshow .slick-prev {
    right: 54%;
    left: unset;
}
.slideshow .slick-next {
    left: 54%;
  right: unset;/
}
.event_slider .slick-next, .event_slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    display: block;
    width: unset!important; 
     height:  unset!important; 
   padding: 20px;
    -ms-transform: translate(0,-50%);
    cursor: pointer;
z-index:9;
}
.event_slider .slick-prev {
    right: 54%;
    left: unset;
}
.event_slider .slick-next {
    left: 54%;
  right: unset;/
}
 .testimonial-counters{
text-align: right;
    color: rgba(255, 255, 255, 0.73);
    margin-top: -3px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 75px;
  }
.testimonial_slider .slick-next, .testimonial_slider .slick-prev{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 104%;
    display: block;
    width: unset!important; 
     height:  unset!important; 
    padding: 20px;
    -ms-transform: translate(0,-50%);
    cursor: pointer;

}

.testimonial_slider .slick-slide {
    display: block;
    margin: 14px;
}
.testimonial_slider .slick-prev {
right: 11%;
    left: unset;
}
.testimonial_slider .slick-next {
right: -1%;
}
.testimonial_slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.custom-dots-container .slick-dots {
     position: unset; 
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
@media (min-width: 260px) and (max-width: 1023px){
.custom-dots-container .slick-dots {
    text-align: center;
}
	}
}
.custom-dots-container li.slick-active button {
  background: #fff!important; 
}
.custom-dots-container .slick-dots li{
	height:unset;
	width:unset;
}
.custom-dots-container .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 44px;
    height: 1px;
    padding: 3px;
    cursor: pointer;
    color: white;
    border: 0;
    outline: 0;
background: rgba(255, 255, 255, 0.29);
	border-radius:7px;
}
.custom-dots-container .slick-dots .slick-active button {
	    background: rgb(255 255 255);
}
.slick-active
.custom-dots-container .slick-dots li button:before {
	    content: none!important;
}

.brand_logo_slider .slick-slide {
    display: block;
    margin: 5px;
}

.brand_logo_slider .slick-next, .brand_logo_slider .slick-prev{
    display: block;
     width: 31px;
    height: 20px;
}
.brand_logo_slider .custom-prev-arrow{
  background: url('index_files/slide-arrow-back-black.png') center center no-repeat;
  text-indent: -9999px; 
  width: 40px; 
  height: 40px; 
	background-color: #fff;
	position: absolute;
   top: 42%;
    left: -80px;
	    border: 1px solid #CCC4C4 !important;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transform: translate(0px, -50%);
}
.brand_logo_slider .custom-next-arrow{
  background: url('index_files/slide-arrow-next-black.png') center center no-repeat;
  text-indent: -9999px; 
  width: 40px; 
  height: 40px; 
	background-color: #fff;
		position: absolute;
   top: 42%;
right: -80px;
	    border: 1px solid #CCC4C4 !important;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transform: translate(0px, -50%);
}
/* slider css end here */


.new_artical .fz-22 {
font-size: 1rem;
    font-weight: 600;
    color: #000;
}
.new_artical p{
	    margin-bottom: 0.5rem;
}


#carouselExampleControlsslide .carousel-control-prev-icon {
background: url(index_files/slide-arrow-back-black.png) center center no-repeat!important;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-color: #fff!important;
    position: relative;
    left: -39px;
    border: 1px solid #CCC4C4 !important;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transform: translate(0px, -50%);
}

#carouselExampleControlsslide .carousel-control-next-icon {
    background: url(index_files/slide-arrow-next-black.png) center center no-repeat;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
        background-color: #fff!important;
    position: relative;
right: -39px;
    border: 1px solid #CCC4C4 !important;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transform: translate(0px, -50%);
}

.your-slider .custom-prev-arrow {
background: url(index_files/slide-arrow-back-black.png) center center no-repeat!important;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-color: #fff!important;
    position: absolute;
    left: -39px;
          top: 31.5%;

    border: 1px solid #CCC4C4 !important;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transform: translate(0px, -50%);
}

.your-slider .custom-next-arrow {
    background: url(index_files/slide-arrow-next-black.png) center center no-repeat;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
        background-color: #fff!important;

	    position: absolute;
    right: -39px;
           top: 31.5%;
    border: 1px solid #CCC4C4 !important;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    transform: translate(0px, -50%);
}
.news_letter-template-default .card-body h2{
     font-size: 27px!important;
}
.news_letter-template-default  .card-body h3{
     font-size: 20px!important;
}

@media only screen and (max-width: 768px) and (min-width: 360px)  {
.order_list li {
  width: 100%;
}
	.cs_product_menu {
    max-height: unset!important;
    min-height: unset!important;
}
}
		

        #map svg{
            height: 400px;
        }
        .jvm-legend-tick-sample{
            margin-top: 5px;
        }
    

    .navigation {
      width: 100%;
      /* height: 53px; */
      display: flex;
      position: relative;
      font-family: inherit;
      /* background-color: #fff; */
      justify-content: space-between;
    }
    
    .navigation * {
      display: flex;
      /* width: 100%; */
      /* box-sizing: border-box; */
      /* -webkit-tap-highlight-color: transparent; */
      justify-content: space-between;
    }
    
    .navigation-portrait {
      height: 48px;
    }
    
    .navigation-fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 19998;
    }
    
    .navigation-hidden {
      width: 0 !important;
      height: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
    }
    
    .navigation .align-to-right {
      /* float: right; */
    }
    
    .navigation .nav-header {
      float: left;
    }
    
    .navigation-hidden .nav-header {
      display: none;
    }
    
    .navigation .nav-brand {
      line-height: 70px;
      padding: 0;
      color: #343a40;
      font-size: 24px;
      text-decoration: none !important;
    }
    
    .navigation .nav-brand:hover,
    .navigation .nav-brand:focus {
      color: #343a40;
    }
    
    .navigation-portrait .nav-brand {
      font-size: 18px;
      line-height: 48px;
    }
    
    .navigation .nav-logo > img {
      height: 48px;
      margin: 11px auto;
      padding: 0 15px;
      float: left;
    }
    
    .navigation .nav-logo:focus > img {
      outline: initial;
    }
    
    .navigation-portrait .nav-logo > img {
      height: 36px;
      margin: 6px auto 6px 15px;
      padding: 0;
    }
    
    .navigation .nav-toggle {
      width: 30px;
      height: 30px;
      padding: 6px 2px 0;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      right: 15px;
      display: none;
      cursor: pointer;
    }
    
    .navigation .nav-toggle:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #343a40;
      border-radius: 10px;
      box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
    }
    
    .navigation-portrait .nav-toggle {
      display: block;
    }
    
    .navigation-portrait .nav-menus-wrapper {
      width: 400px;
      height: 100%;
      top: 0;
      left: -400px;
      position: fixed;
      background-color: #fff;
      z-index: 20000;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transition-duration: 0.2s;
      transition-timing-function: ease;
    }
    
    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
      left: auto;
      right: -400px;
    }
    
    .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
      left: 0;
    }
    
    .navigation-portrait
      .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
      left: auto;
      right: 0;
    }
    
    .nav-menus-wrapper-close-button {
      width: 30px;
      height: 40px;
      margin: 10px 7px;
      display: none;
      float: right;
      color: #343a40;
      font-size: 26px;
      cursor: pointer;
    }
    
    .navigation-portrait .nav-menus-wrapper-close-button {
      display: block;
    }
    
    .navigation .nav-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: normal;
      font-size: 0;
    }
    
    .navigation-portrait .nav-menu {
      width: 100%;
    }
    
    .navigation-landscape .nav-menu.nav-menu-centered {
      float: none;
      text-align: center;
    }
    
    .navigation-landscape .nav-menu.nav-menu-centered > li {
      float: none;
    }
    
    .navigation .nav-menu > li {
      display: inline-block;
      float: left;
      text-align: left;
    }
    
    .navigation-portrait .nav-menu > li {
      width: 100%;
      position: relative;
      border-top: solid 1px #f0f0f0;
    }
    
    .navigation-portrait .nav-menu > li:last-child {
      border-bottom: solid 1px #f0f0f0;
    }
    
    .navigation .nav-menu + .nav-menu > li:first-child {
      border-top: none;
    }
    
    .nav-menu > li > a {
      /* height: 45px; */
      padding: 26px 15px;
      display: inline-block;
      text-decoration: none;
      font-size: 14px;
      color: #343a40;
      transition: color 0.3s, background 0.3s;
    }
    
    .navigation-portrait .nav-menu > li > a {
      width: 100%;
      height: auto;
      padding: 12px 15px 12px 26px;
    }
    
    .nav-menu > li:hover > a,
    .nav-menu > li.active > a,
    .nav-menu > li.focus > a {
    
    }
    
    .navigation .nav-menu > li:hover > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        top: 0;
        background-color: #DA251C;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    .nav-menu > li:hover > a:hover:before {
        color: #DA251C;
        opacity: 1;
        visibility: visible;
    }
    
    .nav-menu > li > a > i,
    .nav-menu > li > a > [class*="ion-"] {
      width: 18px;
      height: 16px;
      line-height: 16px;
      transform: scale(1.4);
    }
    
    .nav-menu > li > a > [class*="ion-"] {
      width: 16px;
      display: inline-block;
      transform: scale(1.8);
    }
    
    .navigation-portrait .nav-menu.nav-menu-social {
      width: 100%;
      text-align: center;
    }
    
    .nav-menu.nav-menu-social > li {
      text-align: center;
      float: none;
      border: none !important;
    }
    
    .navigation-portrait .nav-menu.nav-menu-social > li {
      width: auto;
    }
    
    .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
      font-size: 12px;
    }
    
    .nav-menu.nav-menu-social > li > a > .fa {
      font-size: 14px;
    }
    
    .navigation-portrait .nav-menu.nav-menu-social > li > a {
      padding: 15px;
    }
    
    .submenu-indicator {
      margin-left: 6px;
      margin-top: 6px;
      float: right;
      transition: all 0.2s;
    }
    
    .navigation-portrait .submenu-indicator {
      width: 54px;
      height: 44px;
      margin-top: 0;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      z-index: 20000;
    }
    
    .submenu-indicator-chevron {
      height: 6px;
      width: 6px;
      display: block;
      border-style: solid;
      border-width: 0 1px 1px 0;
      border-color: transparent #ffffff #ffffff transparent;
      transform: rotate(45deg);
      transition: border 0.2s;
      color: #fff;
    }
    
    .navigation-portrait .submenu-indicator-chevron {
      position: absolute;
      top: 18px;
      left: 24px;
    }
    
    .nav-menu > li:hover > a .submenu-indicator-chevron,
    .nav-menu > .active > a .submenu-indicator-chevron,
    .nav-menu > .focus > a .submenu-indicator-chevron {
      border-color: transparent #967adc #967adc transparent;
    }
    
    .navigation-portrait .submenu-indicator.submenu-indicator-up {
      transform: rotate(-180deg);
    }
    
    .nav-overlay-panel {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: fixed;
      display: none;
      z-index: 19999;
    }
    
    .no-scroll {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    
    .nav-search {
      height: 70px;
      float: right;
      z-index: 19998;
    }
    
    .navigation-portrait .nav-search {
      height: 48px;
      padding: 0 10px;
      margin-right: 52px;
    }
    
    .navigation-hidden .nav-search {
      display: none;
    }
    
    .nav-search-button {
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      cursor: pointer;
    }
    
    .navigation-portrait .nav-search-button {
      width: 50px;
      height: 48px;
      line-height: 46px;
      font-size: 22px;
    }
    
    .nav-search-icon {
      width: 14px;
      height: 14px;
      margin: 5px 8px 8px 4px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      color: #343a40;
      text-align: left;
      text-indent: -9999px;
      border: 2px solid;
      border-radius: 50%;
      transform: rotate(-45deg);
    }
    
    .nav-search-icon:after,
    .nav-search-icon:before {
      content: "";
      pointer-events: none;
    }
    
    .nav-search-icon:before {
      width: 2px;
      height: 11px;
      top: 11px;
      position: absolute;
      left: 50%;
      border-radius: 0 0 1px 1px;
      box-shadow: inset 0 0 0 32px;
      transform: translateX(-50%);
    }
    
    .nav-search-button:hover .nav-search-icon {
      color: #ff6b00;
    }
    
    .nav-search > form {
      width: 100%;
      height: 100%;
      padding: 0 auto;
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #fff;
      z-index: 99;
    }
    
    .nav-search-inner {
      width: 70%;
      height: 70px;
      margin: auto;
      display: table;
    }
    
    .navigation-portrait .nav-search-inner {
      height: 48px;
    }
    
    .nav-search-inner input[type="text"],
    .nav-search-inner input[type="search"] {
      height: 70px;
      width: 100%;
      margin: 0;
      padding: 0 12px;
      font-size: 26px;
      text-align: center;
      color: #343a40;
      outline: none;
      line-height: 70px;
      border: none;
      background-color: transparent;
      transition: all 0.3s;
    }
    
    .navigation-portrait .nav-search-inner input[type="text"],
    .navigation-portrait .nav-search-inner input[type="search"] {
      height: 48px;
      font-size: 18px;
      line-height: 48px;
    }
    
    .nav-search-close-button {
      width: 28px;
      height: 28px;
      display: block;
      position: absolute;
      right: 20px;
      top: 20px;
      line-height: normal;
      color: #343a40;
      font-size: 20px;
      cursor: pointer;
      text-align: center;
    }
    
    .navigation-portrait .nav-search-close-button {
      top: 10px;
      right: 14px;
    }
    
    .nav-button {
      margin: 18px 15px 0;
      padding: 8px 14px;
      display: inline-block;
      color: #fff;
      font-size: 14px;
      text-align: center;
      text-decoration: none;
      border-radius: 4px;
    }
    
    .nav-button:hover,
    .nav-button:focus {
      color: #fff;
      text-decoration: none;
    }
    
    .navigation-portrait .nav-button {
      width: calc(100% - 52px);
      margin: 17px 26px;
    }
    
    .nav-text {
      margin: 25px 15px;
      display: inline-block;
      color: #343a40;
      font-size: 14px;
    }
    
    .navigation-portrait .nav-text {
      width: calc(100% - 52px);
      margin: 12px 26px 0;
    }
    
    .navigation-portrait .nav-text + ul {
      margin-top: 15px;
    }
    
    .nav-dropdown {
      min-width: 180px;
      margin: 0;
      padding: 0;
      display: none;
      position: absolute;
      list-style: none;
      z-index: 98;
      white-space: nowrap;
      background:#fff;
    }
    
    .navigation-portrait .nav-dropdown {
      width: 100%;
      position: static;
      left: 0;
    }
    
    .nav-dropdown .nav-dropdown {
      left: 100%;
    }
    
    #navigation1 .nav-menu > li > .nav-dropdown {
      border-top: solid 1px #f0f0f0;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);

    }
    
    .nav-dropdown > li {
      width: 100%;
      float: left;
      clear: both;
      position: relative;
      text-align: left;
    }
    
    .nav-dropdown > li > a {
      width: 100%;
      padding: 16px 20px;
      display: inline-block;
      text-decoration: none;
      float: left;
      font-size: 13px;
      color: #343a40;
      background-color: #fdfdfd;
    }
    
    .nav-dropdown > li:hover > a,
    .nav-dropdown > li.focus > a {
      color: #ff6b00;
    }
    
    .nav-dropdown.nav-dropdown-left {
      right: 0;
    }
    
    .nav-dropdown > li > .nav-dropdown-left {
      left: auto;
      right: 100%;
    }
    
    .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
      text-align: right;
    }
    
    .navigation-portrait .nav-dropdown > li > a {
      padding: 12px 20px 12px 30px;
    }
    
    .navigation-portrait .nav-dropdown > li > ul > li > a {
      padding-left: 50px;
    }
    
    .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
      padding-left: 70px;
    }
    
    .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
      padding-left: 90px;
    }
    
    .navigation-portrait
      .nav-dropdown
      > li
      > ul
      > li
      > ul
      > li
      > ul
      > li
      > ul
      > li
      > a {
      padding-left: 110px;
    }
    
    .nav-dropdown .submenu-indicator {
      right: 15px;
      top: 10px;
      position: absolute;
    }
    
    .navigation-portrait .nav-dropdown .submenu-indicator {
      right: 0;
      top: 0;
    }
    
    .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
      transform: rotate(-45deg);
    }
    
    .navigation-portrait
      .nav-dropdown
      .submenu-indicator
      .submenu-indicator-chevron {
      transform: rotate(45deg);
    }
    
    .nav-dropdown > li:hover > a .submenu-indicator-chevron,
    .nav-dropdown > .focus > a .submenu-indicator-chevron {
      border-color: transparent #ff6b00 #ff6b00 transparent;
    }
    
    .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
      left: 10px;
    }
    
    .navigation-landscape
      .nav-dropdown.nav-dropdown-left
      .submenu-indicator
      .submenu-indicator-chevron {
      transform: rotate(135deg);
    }
    .nav-dropdown-horizontal {
      width: 100%;
      left: 0;
      background-color: #fdfdfd;
      border-top: solid 1px #f0f0f0;
    }
    
    .nav-dropdown-horizontal .nav-dropdown-horizontal {
      width: 100%;
      top: 100%;
      left: 0;
    }
    
    .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
      border-top: none;
    }
    
    .nav-dropdown-horizontal > li {
      width: auto;
      clear: none;
      position: static;
    }
    
    .navigation-portrait .nav-dropdown-horizontal > li {
      width: 100%;
    }
    
    .nav-dropdown-horizontal > li > a {
      position: relative;
    }
    
    .nav-dropdown-horizontal .submenu-indicator {
      height: 18px;
      top: 11px;
      transform: rotate(90deg);
    }
    
    .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
      height: 42px;
      top: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    
    .navigation-portrait
      .nav-dropdown-horizontal
      .submenu-indicator.submenu-indicator-up {
      transform: rotate(-180deg);
    }
    
    .megamenu-panel {
      width: 100%;
      padding: 5px;
      display: none;
      position: absolute;
      font-size: 14px;
      z-index: 98;
      text-align: left;
      color: inherit;
      border-top: solid 1px #f0f0f0;
      background-color: #fdfdfd;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
    }
    
    .navigation-portrait .megamenu-panel {
      padding: 25px;
      position: static;
      display: block;
    }
    
    .megamenu-panel [class*="container"] {
      width: 100%;
    }
    
    .megamenu-panel [class*="container"] [class*="col-"] {
      padding: 0;
    }
    
    .megamenu-panel-half {
      width: 50%;
    }
    
    .megamenu-panel-quarter {
      width: 25%;
    }
    
    .navigation-portrait .megamenu-panel-half,
    .navigation-portrait .megamenu-panel-quarter {
      width: 100%;
    }
    
    .megamenu-panel-row {
      width: 100%;
    }
    
    .megamenu-panel-row:before,
    .megamenu-panel-row:after {
      content: "";
      display: table;
      line-height: 0;
    }
    
    .megamenu-panel-row:after {
      clear: both;
    }
    
    .cs_product_menu img:hover{
         transform: scale(1.1);
    }
    .cs_product_menu img{
        transition: transform .2s;
		margin-bottom: 10px;
    margin-top: 10px;
    }
    
    .cs_product_menu .pr-title{
    color: #a5a5a5;
        font-size: 14px;
        line-height: 18px;
        display: block;
        text-transform: capitalize;
        font-weight: 400;
         transition: transform .2s; 
         
    }
    
    .cs_product_menu .pr-title:hover{
       font-weight: 600;
        color:#DA251C;
    } 
    #navigation1 .industry-menu .pr-title{
    color: #a5a5a5;
        font-size: 13px;
        line-height: 18px;
        display: block;
        text-transform: capitalize;
        font-weight: 400;
         transition: transform .2s; 
         
    }
    #navigation1 .industry-menu .pr-title:hover{
       font-weight: 600;
        color:#DA251C;
    } 
    .cs_product_menu .tab-content {
        display: block;
    }
    
    .megamenu-panel-row [class*="col-"] {
      display: block;
      min-height: 20px;
      float: left;
      margin-left: 3%;
    }
    
    .megamenu-panel-row [class*="col-"]:first-child {
      margin-left: 0;
    }
    
    .navigation-portrait .megamenu-panel-row [class*="col-"] {
      float: none;
      display: block;
      width: 100% !important;
      margin-left: 0;
      margin-top: 15px;
    }
    
    .navigation-portrait
      .megamenu-panel-row:first-child
      [class*="col-"]:first-child {
      margin-top: 0;
    }
    
    .megamenu-panel-row .col-1 {
      width: 5.583333333333%;
    }
    
    .megamenu-panel-row .col-2 {
      width: 14.166666666666%;
    }
    
    .megamenu-panel-row .col-3 {
      width: 22.75%;
    }
    
    .megamenu-panel-row .col-4 {
      width: 31.333333333333%;
    }
    
    .megamenu-panel-row .col-5 {
      width: 39.916666666667%;
    }
    
    .megamenu-panel-row .col-6 {
      width: 48.5%;
    }
    
    .megamenu-panel-row .col-7 {
      width: 57.083333333333%;
    }
    
    .megamenu-panel-row .col-8 {
      width: 65.666666666667%;
    }
    
    .megamenu-panel-row .col-9 {
      width: 74.25%;
    }
    
    .megamenu-panel-row .col-10 {
      width: 82.833333333334%;
    }
    
    .megamenu-panel-row .col-11 {
      width: 91.416666666667%;
    }
    
    .megamenu-panel-row .col-12 {
      width: 100%;
    }
    
    .megamenu-tabs {
      width: 100%;
      float: left;
      display: block;
    }
    
    .megamenu-tabs-nav {
      width: 20%;
      margin: 0;
      padding: 0;
      float: left;
      list-style: none;
    }
    
    .navigation-portrait .megamenu-tabs-nav {
      width: 100%;
    }
    
    .megamenu-tabs-nav > li > a {
      width: 100%;
      padding: 10px 16px;
      float: left;
      font-size: 13px;
      text-decoration: none;
      color: #343a40;
      border: solid 1px #eff0f2;
      outline: 0;
      background-color: #fff;
    }
    
    .megamenu-tabs-nav > li.active a,
    .megamenu-tabs-nav > li:hover a {
      background-color: #f5f5f5;
    }
    
    .megamenu-tabs-pane {
      width: 80%;
      min-height: 30px;
      padding: 20px;
      float: right;
      display: none;
      font-size: 13px;
      color: #343a40;
      border: solid 1px #eff0f2;
      background-color: #fff;

    }
    
    .megamenu-tabs-pane.active {
      display: block;
    }
    
    .navigation-portrait .megamenu-tabs-pane {
      width: 100%;
    }
    
    .megamenu-lists {
      width: 100%;
      display: table;
    }
    
    .megamenu-list {
      width: 100%;
      margin: 0 0 15px;
      padding: 0;
      display: inline-block;
      float: left;
      list-style: none;
    }
    
    .megamenu-list:last-child {
      margin: 0;
      border: none;
    }
    
    .navigation-landscape .megamenu-list {
      margin: -15px 0;
      padding: 20px 0;
      border-right: solid 1px #f0f0f0;
    }
    
    .navigation-landscape .megamenu-list:last-child {
      border: none;
    }
    
    .megamenu-list > li > a {
      width: 100%;
      padding: 10px 15px;
      display: inline-block;
      color: #343a40;
      text-decoration: none;
      font-size: 13px;
    }
    
    .megamenu-list > li > a:hover {
      background-color: #ff6b00;
      color: #fff;
    }
    
    .megamenu-list > li.megamenu-list-title > a {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: #343a40;
    }
    
    .megamenu-list > li.megamenu-list-title > a:hover {
      background-color: transparent;
    }
    
    .navigation-landscape .list-col-2 {
      width: 50%;
    }
    
    .navigation-landscape .list-col-3 {
      width: 33%;
    }
    
    .navigation-landscape .list-col-4 {
      width: 25%;
    }
    
    .navigation-landscape .list-col-5 {
      width: 20%;
    }
    
    .nav-menu > li > a {
        display: flex;
        padding: 15px 0px 15px 50px;
        margin-top: 0px;
        color: #ffffff;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 600;
        border-radius: 4px;
        transition: 0.5s;
        letter-spacing: 0.3px;
        position: relative;
        font-family: 'Poppins', sans-serif;
    }
    
    .nav-dropdown > li > a {
      color: #343a40;
       font-family: 'Poppins', sans-serif;
      padding: 10px 20px;
      font-size: 14px;
      border-bottom: 1px solid #f6f6f6;
    }
    
    .nav-dropdown > li > a:hover,
    .nav-dropdown > li > a:focus {
      color: #DA251C;
      font-weight: 600;
    }
    
    .main_header_area.sticky {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      z-index: 9999;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    }
    
    .transparent-menu {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 99;
    }
    
    .navigation-portrait .nav-menu > li > a {
      width: 100%;
      height: auto;
      padding: 10px 10px 10px 30px;
    }
    
    @media only screen and (min-width: 320px) and (max-width: 767px) {
      .nav-dropdown > li > a,
      .megamenu-list > li > a {
        width: 65%;
      }
    }
    

    

/*ÃƒÂ¨Ã‚Â¯Ã‚Â­ÃƒÂ¨Ã‚Â¨Ã¢â€šÂ¬ÃƒÂ©Ã¢â€šÂ¬Ã¢â‚¬Â°ÃƒÂ¦Ã¢â‚¬Â¹Ã‚Â©ÃƒÂ¥Ã‚Â¼Ã¢â€šÂ¬ÃƒÂ¥Ã‚Â§Ã¢â‚¬Â¹*/
.language {
	margin: 2px 0;
	display: inline-block;
	float:right;
}
.language .cur {
	cursor: pointer;
	position: relative;
	padding: 4px 5px 4px 6px;
	background-color: #fff;
}
.language .cur e {
	color: #555;
	font-size: 12px;
	line-height: 20px;
	background-image:url(../index_files/flag.png);
	background-repeat:no-repeat;
	padding-left: 30px;
	height: 20px;
	display: block;
}
.language .cur e i {
	background-attachment: scroll;
	background-image: url(../index_files/coin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.language .cur:hover e {
	color: #ff3b23;
}
.language ul.language-list {
	text-align: left;
	max-height: 400px;
	overflow: auto;
	position:absolute;
	z-index: 2;
	top: 28px;
	right: 0;
	list-style-type: none;
	background-color: #fff;
	font-size: 12px;
	height: 0;

	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	opacity: 0;
}
.language .cur:hover .language-list {
	opacity: 1;
	height: auto;
	padding: 2px 5px;
	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
}
.language ul.language-list li {
	padding: 4px 4px 2px 4px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin: 0px 0px 2px 5px;
    width: 90%;
}
.language ul.language-list li a {
	color: #1b1b1b;
	font-size: 12px;
	line-height: 20px;
	background-image:url(../index_files/flag.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:  0 0 0 30px;
	float: left;
	width: 100%;
	white-space:nowrap;
}
.language ul.language-list li:hover {
	background-color:#192f59;
}
.language ul.language-list li:hover a {
	color: #fff;
}
.language e i {
	color:#666;
}
.language e.cn, .language ul.language-list li a.cn {
	background-position: 0 0;
}
.language e.en, .language ul.language-list li a.en {
	background-position: 0 -22px;
}
.language e.es, .language ul.language-list li a.es {
	background-position: 0 -44px;
}
.language e.nl, .language ul.language-list li a.nl {
	background-position: 0 -66px;
}
.language e.ar, .language ul.language-list li a.ar {
	background-position: 0 -88px;
}
.language e.ru, .language ul.language-list li a.ru {
	background-position: 0 -110px;
}
.language e.de, .language ul.language-list li a.de {
	background-position: 0 -132px;
}
.language e.ja, .language ul.language-list li a.ja {
	background-position: 0 -154px;
}
.language e.pt, .language ul.language-list li a.pt {
	background-position: 0 -176px;
}
.language e.fr, .language ul.language-list li a.fr {
	background-position: 0 -198px;
}
.language e.it, .language ul.language-list li a.it {
	background-position: 0 -220px;
}
.language e.ko, .language ul.language-list li a.ko {
	background-position: 0 -242px;
}
.language e.th, .language ul.language-list li a.th {
	background-position: 0 -264px;
}
.language e.el, .language ul.language-list li a.el {
	background-position: 0 -286px;
}
.language e.pl, .language ul.language-list li a.pl {
	background-position: 0 -308px;
}
.language e.bul, .language ul.language-list li a.bul {
	background-position: 0 -330px;
}
.language e.est, .language ul.language-list li a.est {
	background-position: 0 -352px;
}
.language e.dan, .language ul.language-list li a.dan {
	background-position: 0 -374px;
}
.language e.fin, .language ul.language-list li a.fin {
	background-position: 0 -396px;
}
.language e.cs, .language ul.language-list li a.cs {
	background-position: 0 -418px;
}
.language e.rom, .language ul.language-list li a.rom {
	background-position: 0 -440px;
}
.language e.slo, .language ul.language-list li a.slo {
	background-position: 0 -462px;
}
.language e.swe, .language ul.language-list li a.swe {
	background-position: 0 -484px;
}
.language e.hu, .language ul.language-list li a.hu {
	background-position: 0 -506px;
}
.language e.hi, .language ul.language-list li a.hi {
	background-position: 0 -528px;
}
.language e.tr, .language ul.language-list li a.tr {
	background-position: 0 -550px;
}
.language e.vi, .language ul.language-list li a.vi {
	background-position: 0 -572px;
}
.language e.fa, .language ul.language-list li a.fa {
	background-position: 0 -594px;
}
.language e.he, .language ul.language-list li a.he {
	background-position: 0 -616px;
}
.language e.sk, .language ul.language-list li a.sk {
	background-position: 0 -638px;
}
.language e.id, .language ul.language-list li a.id {
	background-position: 0 -660px;
}
.language e.lt, .language ul.language-list li a.lt {
	background-position: 0 -682px;
}
.language e.lv, .language ul.language-list li a.lv {
	background-position: 0 -704px;
}
.language e.ms, .language ul.language-list li a.ms {
	background-position: 0 -726px;
}
.language e.no, .language ul.language-list li a.no {
	background-position: 0 -748px;
}
.language e.uk, .language ul.language-list li a.uk {
	background-position: 0 -770px;
}
.language e.ur, .language ul.language-list li a.ur {
	background-position: 0 -792px;
}
.language e.hr, .language ul.language-list li a.hr {
	background-position: 0 -814px;
}
.language e.tw, .language ul.language-list li a.tw {
	background-position: 0 0;
}
.language e.bn, .language ul.language-list li a.bn {
	background-position: 0 -836px;
}
.header-three .second-header {
    background: #323368;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e1e1e140;
}

.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.header-cta ul li i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #323368;
}
.call-box .icon {
    display: inline-block;
}
.call-box .icon {
    display: inline-block;
}

.call-box li {
    float: left;
    color: #fff;
}

.call-box .text {
    margin-left: 10px;
}

.call-box span {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: -5px;
}

.call-box strong {
}
.header-cta .call-box {
    display: flex;
    text-align: left;
}
.header-social a {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
}
.header-cta .call-box .icon img {
    width: 23px;
}
.call-box .text {
    margin-left: 10px;
}
.header-three .second-header {
    background: #323368;
}
.second-header {
    border: none;
    padding-bottom: 5px;
    background: #efefef;
    padding-top: 5px;
    color: #3f3f3f;
    position: relative;
    z-index: 1;
}
.header-social a {
    color: #fff;
    margin-left: 15px;
    display: inline-block;
}

.second-header a, .second-header span {
    color: #4a4a4a;
    font-weight: normal;
}
.header-social a i{
    font-size:18px;
}
#index-pro {
    padding-top: 40px; 
    padding-bottom: 20px; 
}
.index-pro4 h4 {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.index-pro4 h4 a {
    color: #fff;
    font-size: 16px;
}
.index-pro4 p {
    color: #fff;
    text-align: center;
}
.index-pro4 a.btn {
    background: #fff;
    color: #2a2756;
    /* border-color: #ffffff; */
    padding: 8px 30px;
    /* border: solid; */
    border-radius: 8px;
    width: 100%;
}
.main_header_area{}
.middle-right a{ color:#173c83;}
.header_area.sticky{padding:0px;}

@media(max-width:1200px){
	    .nav-menu > li > a {
        padding: 15px 0px !important;
    }
.nav-brand img{/* width:100px; */}
.middle-right li:nth-child(2){ display:none !important;}
	}