﻿
@font-face {
    font-family: 'GE SS Two Medium';
    src: url('fonts/GE SS Two Medium.otf') format('opentype'), url('fonts/GE SS Two Medium.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE SS Two Light';
    src: url('fonts/GE SS Two Light.otf') format('opentype'), url('fonts/GE SS Two Light.eot');
    font-weight: normal;
    font-style: normal;
}

html { font-size: 100% }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, title { display: block }
body { 	  font-family: 'GE SS Two Medium'; font-weight: normal; font-style: normal; font-size: 16px; line-height: 15px; -webkit-font-smoothing: antialiased; margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fefefe; direction:rtl;}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img { border: 0 }
ol, ul { list-style: none }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline }
sup { top: -0.5em }
sub { bottom: -0.25em }
* { outline:none !important; }
a:active, a:focus, a:hover, input[type="image"], select:focus, input, input[type="button"]:focus, :focus { outline: 0; text-decoration: none; }
.clearfix { *zoom:1}
.clearfix:before, .clearfix:after { display: block; content: ""; line-height: 0 }
.clearfix:after { clear: both }
.clear { clear: both }
.btn { outline: 0px; }
.lists { list-style: none; margin: 0px; padding: 0px;}
.mainpage{ position:relative;}
/* Fonts */

body{ overflow-x:hidden;} 
 
header {
  position: relative;
  z-index: 9;
} 
 
.left_nav {
  float: left;
}
.left_nav ul li {
  display: inline-block;
}
.left_nav ul li a {
  color: #393838;
  display: block;
  font-size: 15px;
  padding: 80px 20px 50px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
/*.left_nav ul li a:hover, .left_nav ul li a.active{
	color:#df292f;
	background-color:#efefef;
}*/

.left_nav ul li a::after {
  background-color: #efefef;
  content: "";
  height: 0%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.left_nav ul li a:hover::after, .left_nav ul li a.active::after{
   height:100%;	
}
.left_nav ul li:hover a::after{ height:100%;}
.left_nav ul li:hover .dropdown-menu a::after{ height:0%;}

.right_btns {
  float:left;
}
.language {
  border-left: 1px solid #d6d7da;
  float: left;
  margin-top: 69px;
  padding: 10px 15px 10px 24px;
  margin-left: 13px;
  position:relative;
}
.mail_info {
  float: right;
  margin-top: 80px;
}
.language p a {
  color: #7b7b7c;
  font-size:13px;
}
.language p a span {
  padding: 5px 10px;
}
ul.language-box {
  background: #f5f5f6 none repeat scroll 0 0;
  display: none;
  position: absolute;
  right: 0px;
  top: 32px;
  width: 180px;
  z-index: 999;
}
.language.language-box-open ul.language-box{
	display:block;
}
ul.language-box li a {
  color: #7b7b7c;
  display: inline-block;
  font-size: 13px;
  padding: 15px 25px;
  width: 100%;
  transition:0.5s al;
  position:relative;
}
/*ul.language-box li a:hover{
	background-color:#ececec;
}*/
ul.language-box li a::after {
  background-color: #ececec;
  content: "";
  height: 100%;
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  transition:0.5s all;
  z-index:-1
}
ul.language-box li a:hover::after {
	width:100%;
}
ul.language-box li a img {
  margin-right: 8px;
}
.mail_info ul li:first-child {
  margin-left: 25px;
  margin-right: 25px;
}
.logo_main {
  margin: 0px 0 0px;
}
.mail_info ul li {
  display: inline-block;
  font-size: 15px;
  color: #df292f;
}
.mail_info ul li span img{ margin-right:8px;}
.language.language-box-open p a span { background-color:#f5f5f6;}

.banner_main {
  position: relative;
  border-top: 5px solid #eb8322;
}
.banner_main::after {
  background-image: url("../images/main-bg-1.png");
  background-position: center bottom;
  content: "";
  height: 150px;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  bottom: -1px; background-size:100%;
}
.banner_caption {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 35px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 10%;
  display:none;
}
.banner_caption h5 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.banner_caption h2 {
  font-size: 46px;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 15px;
}
.banner_caption > p {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 10px;
}
.about_main {
  background-image: url("../images/main-bg-2.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.welcom_heading > h2 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 45px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.welcom_heading > h2::after {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 500px;
}
.welcom_heading > p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
.pro_one {
  border: 5px solid #baffa8;
  border-radius: 50%;
  cursor: pointer;
  display: table;
  float: left;
  height: 130px;
  margin-right: 1%;
  position: relative;
  text-align: center;
  width: 11.5%;
  z-index: 9999999;
}
.pro_one::after {
  background-color: #baffa8;
  border-radius: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
}
.pro_one:hover::after{
	height:100%;
}
.pro_one.pro_two::after{background-color:#f7317b;}
.pro_one.pro_three::after{background-color:#6ac6d6;}
.pro_one.pro_four::after{background-color:#feefa4;}
.pro_one.pro_fifth::after{background-color:#eb74f9;}
.pro_one.pro_sixth::after{background-color:#f08216;}
.pro_one.pro_seventh::after{background-color:#fffc0c;}
.pro_one.pro_eighth::after{background-color:#00f0ff;}


.pro_one > p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
}
.welcome_products {
  display: inline-block;
  margin: 100px 0;
  width: 100%;
}
.pro_one.pro_two {
  border-color: #f7317b;
}
.pro_one.pro_three {
  border-color: #21afc8;
}
.pro_one.pro_four {
  border-color: #feefa4;
}
.pro_one.pro_fifth {
  border-color: #eb74f9;
}
.pro_one.pro_sixth {
  border-color: #f08216;
}
.pro_one.pro_seventh {
  border-color: #fffc0c;
}
.pro_one.pro_eighth {
  border-color: #00f0ff;
}
.product_slider .slick-arrow {
  font-size: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  top: 40%;
}
.product_slider .slick-arrow.slick-prev{
	background-image:url(../images/product-left-arrow.jpg);
	left: -25px;
}
.product_slider .slick-arrow.slick-next{
	background-image:url(../images/product-right-arrow.jpg);
	right: -25px;
}
.pro_one_sli {
  background: #fff none repeat scroll 0 0;
  padding: 5px;
  position: relative;
  box-shadow: 0 0 10px #a0a0a0;
}
.product_slider .slick-slide {
    margin: 0 10px;
}
.product_slider .slick-list {
  margin: 0 -10px;
  padding-bottom: 15px;
}
.pro_one_sli > p {
  position: absolute;
  bottom: 5px;
  background-color: #828282;
  width: 97.2%;
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 10px;
  text-transform: uppercase;
}
.global_client {
  background-image: url("../images/client-bg.jpg");
  padding: 60px 0;
}
.global_list > h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #21afc8;
  margin-bottom: 40px;
}
.global_list h4 {
  color: #444343;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
.global_list ul li {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 26px;
}
.global_list > ul {
  margin-top: 35px;
}
.global_list > a {
  padding: 12px 25px;
  display: inline-block;
  color: #f42d18;
  position:relative;
}
.global_list a::after {
  background-color: #21afc8;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition:0.5s all;
  z-index:-10;
  border-radius: 4px;
}
.global_list a:hover::after{ background:#0e7e92;}
.global_right {
  margin-top: 175px;
}
.footer{
	background-image:url(../images/footer-bg.jpg);
	padding:60px 0;
	text-align:center;
}
.social_icons > a {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  margin-right: 15px;
  width: 70px;
}
.social_icons > a:hover {background-color:#FFF;}
.footer_links{
	margin-top:35px;
}
.footer_links ul li {
  display: inline-block;
  margin-right: 40px;
}
.footer_links ul li a{
  color:#FFF;	
}
.copy_right {
  color: #FFF;
  margin-top: 45px;
}
.logo_section {
  float: right;
  width: 20%;
}
.navigation_section {
  float: right;
  padding-right: 2%;
}


/*------Ankit 03-Aug-2018-------*/
.inner_content h2 { color: #000; font-size: 35px; font-weight: 600; margin-bottom: 45px; padding-bottom: 15px; position: relative; text-align: center; text-transform: uppercase;}
.inner_content h2:after{ width:80px; height:2px; background:#a62100; content:''; position:absolute; margin:0px auto; bottom:0px; left:0px; right:0px;}

.inner_content p{ font-size:15px; color:#2a2a2a; line-height:26px; margin-bottom:25px; text-align:left;}
.inner_content h3{ font-size:22px; color:#a62100; font-weight:600; margin-bottom:20px;}
.inner_content h4{ font-size:16px; color:#a62100; font-weight:600; margin-bottom:5px; position:relative;}
.inner_content p a{ font-weight:600; color:#a62100;}
.inner_content p a:hover{ color:#eb8322;}
.inner_content span.big_txt{ display:block; margin-bottom:20px;}
.inner_content span.big_txt p{ font-size:48px; font-weight:700; margin-bottom:0px; line-height:56px;}
.inner_content span.big_txt p:first-child{ font-size:22px; font-weight:600; line-height:26px;}
.inner_content span.big_txt_1{ display:block; margin-bottom:20px;}
.inner_content span.big_txt_1 p{ font-size:28px; font-weight:700; margin-bottom:15px; line-height:32px;}
.inner_content span.big_txt_1 p:first-child{ font-size:18px; font-weight:600; line-height:26px;}
.inner_content span.big_txt_1 em{ color:#eb8322; font-style:normal; text-transform:uppercase;}

.inner_content ul li{ font-size:15px; margin-bottom:20px; position:relative; padding-right:18px;}
.inner_content ul li::before {border: 2px solid #a62100; content: ""; right: 0; position: absolute; top:4px; width:8px; height:8px; transform:rotate(45deg)}

.client_list{ margin-bottom:40px;}

.inner_content table tr th{ border-bottom:1px solid #ddd; color:#333; padding:13px 0px;}
.inner_content table tr td{ border-top: 1px solid #ededed; font-size:14px; font-weight:600; padding:20px 0px; vertical-align:middle;}
.inner_content table tr th, .inner_content table tr td{ text-align:right;}
.inner_content table tr td i{ width:50px; display:inline-block; border: 1px solid #e6e6e6; margin-right:15px;}

.inner_mgn{ margin:0px 0px 70px;}

.left_nav ul li:hover .dropdown-menu{ display:block;}
.dropdown-menu{ border-top:3px solid #df292f; border-radius:0px; margin-top:-2px; min-width:220px; padding:0px;}
.dropdown-menu li{ width:100%;}
.dropdown-menu li a{ padding:10px 15px !important; text-transform:capitalize !important;}


.contact_blk{ width:100%; display:inline-block; background: #fff; box-shadow: 1px 1px 10px 0px #afafaf; margin-bottom:40px;}
.contact_left{ width:35%; float:right; padding:60px 25px 20px;}
.contact_left p{ line-height:22px; margin-bottom:25px; padding-right:40px; position:relative;}
.contact_left p i { position:absolute; right:0px; top:-2px; font-size:16px; background:#fff; width:30px; height:30px; border-radius:100%; text-align:center; line-height:30px; color:#626262; border: 1px solid #e0e0e0; transition:all 0.5s ease 0s;}
.contact_left p:hover i{ color:#a62100;}
.contact_left h3{ text-transform:uppercase;}
.contact_right{ width:calc(100% - 35%); float:left;}

form.career_form .form-group{ margin-bottom:25px;}
form.career_form label{ font-size:15px; font-weight:500; margin-bottom:10px;}
form.career_form label span{ color:red;}
form.career_form input[type="text"]{ box-shadow:none; border-radius:0px; height:42px;}
form.career_form input[type="file"]{ box-shadow:none; border-radius:0px; height:42px; padding:0px;}
form.career_form input[type="submit"]{ background:#a62100; border:none; color:#fff; height:42px; padding:0px 25px; transition:all 0.5s ease 0s;}
form.career_form input[type="submit"]:hover{ background:#eb8322;}

.inner_content.profile_page h4{ background:#e4e4e4; border-right:3px solid #a62100; padding:12px 15px;}
.inner_content.profile_page p{ display:inline-block; width:100%;}
.res_btn{display:none;}
header{position:relative;}






/*------Ankit--------*/
.header_rit{ float:right;}
.navbar-inverse{ background:#fff; border:none; border-radius:0px; float:right; width:100%; text-align:left; margin-bottom:0px;}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{ color:#393838;}

/********* 2/10/2018 ***/
.index-slider { margin-top: 40px; width: 100%; display: inline-block;}
.index-slider .slick-arrow.slick-prev {display:none !important;}
.index-slider .slick-arrow.slick-next {display:none !important;}
.client-logos-listing {
    width:100%;
    display: inline-block;
    margin: 50px auto;
    text-align: left;
    padding: 0 15px;
	margin-left:300px;
}
.client-logos-listing ul li {width: auto; display: inline-block; float:right}
.c-logoimg {width: 190px; height: 190px;  overflow: hidden; display: inline-block;  text-align: center; border: 1px solid #ededed;}
.c-logoimg img {  width: 100%;}

.pro_one_sli img { width: 100%;}
.view-btlist {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 30px 0;
}
.viewmore_btn {
    border: 0;
    padding: 13px 20px;
    border-radius: 5px;
    background: #21afc8;
    color: #fff; transition:all 0.5s ease-in-out;
}

.welabout-part {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.main-boexspart-ind {width:100%; display:inline-block; margin:50px 0px;}


/**/
.header_rit .navbar-right{ margin-right:0px; padding-right:15px; }
.left_nav ul li a{padding: 74px 20px 74px;}
.products_section .pro_one_sli p{ margin-bottom:0px; color:#fff;}


.pd_section{ background:none; padding-bottom:0px;}
.p_detail{ width:100%; text-align:center;}
.p_detail img{ max-width:100%;}

.p_detail::after { background:none;}


.products_section .welabout-part{ position:relative; margin-bottom:0px;}
.products_section .welabout-part a{ position:absolute; left:0px; top:0px; right:0px; bottom:0px; height:100%;}
.welabout-part{ position:relative;}
.welabout-part a{ position:absolute; left:0px; top:0px; right:0px; bottom:0px; height:100%;}
.viewmore_btn:hover { color:#fff; background-color:#1d9db3;}


header .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ background-color:#efefef; color:#eb8322;}


.home_page .slick-arrow{ background:none; font-size:0px; top:45%; position:absolute; padding:0px; width:50px; z-index:99;}
.home_page .slick-prev::before, .home_page .slick-next::before{ background-color:rgba(0,0,0,0.5); color:#fff; font-size:32px; height:50px; line-height:50px; content:"\f104"; font-family:'FontAwesome'; position:absolute; top:0px; left:0px; right:0px; z-index: 999;}
.home_page .slick-next::before{ content:"\f105";}

.terms p span {
	font-weight: 600;
}
.thumb .thumbnail {
    background: #fff;
    border: none;
    box-shadow: 0 0 5px #bfbfbf;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    min-height: 250px;
    transition: all 0.5s ease 0s;
    height: 316px;
}
.thumb img{ width:100%;}
.thumb .thumbnail:hover{ box-shadow: 0 0 12px #bfbfbf;}
.inner_content .thumb h4{ color: #333; line-height:20px; margin:12px 0px 6px;}
.certificate { margin-top:50px;}
.certificate_blk h3{ margin-bottom:5px;}


.img_gal .modal-header{ width: 100%; display: inline-block;}
.thumbnail .img-thumbnail{ border:none; border-radius:0px; padding:0px;}

.inner_content.profile_page.product_page h4 {
	margin-bottom: 15px;
	padding: 15px;
	font-size: 18px;
	
}
.product_page h5 {
  background-color: transparent;
  border: 1px solid;
  border-radius: 20px;
  color: #a62100;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 25px;
  margin-top: 35px;
  padding: 10px 28px;
}

ul.pro_ul { margin-top: 20px; display: inline-block; width: 100%;}
ul.pro_ul li {
	font-size: 18px;
	margin-bottom: 0px;
	border: 1px dashed #ccc;
	border-right: 3px solid #a62100;
	background: #fff;
	margin-bottom: 20px;
	font-weight: 600;
}
ul.pro_ul li a{ color:#333; display: block; padding: 20px 15px; transition:all 0.5s ease 0s;}
ul.pro_ul li a:hover{ color:#a62100; padding: 20px;}
ul.pro_ul i {
	float: left;
}
.main-boexspart-ind.products_section {
	margin-bottom: 0px;
}
p.mgn_0{ margin-bottom:10px;}



ul.pro_ul li.active_produ{ background-color:#eeeeee;}


/*17-10-2018*//*
header{ position:fixed; background-color: #fff; width:100%;}
*/


.sticky {
  position: fixed; background-color: #fff; transition:all 0.5s ease-in-out; border-bottom:5px solid#eb8322;
  top: 0;
  width: 100%;
}



/**/
ul.p_side_nav{ margin-top:100px;}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{ color:#393838; font-weight:bold;}

/**/
.inner_content p{ text-align:justify;}
.product_page h5{ text-align:justify;}

.language{margin-top: 10px; border-left:0px;}
.mail_info{margin-top: 6px;}
.left_nav ul li a{padding: 38px 20px 38px;}
.header_rit{ width:65%; float:right; padding-right:30px;}
.top_certified .certified_img{ float:left; max-width:250px; width:100%; margin-top:10px;}
#myNavbar{ margin-top:15px;}
.right_btns{padding-top: 10px;}
.top_certified img{ max-width:100%;}
.mainpage .navbar-nav{ float:right;}
.mainpage .navbar-header{ float:right;}


/**/
header{ position:fixed; width:100%; background-color: #fff; border-bottom:5px solid#eb8322; top:0px; z-index:100; padding-bottom:1px;}
.banner_main{ margin-top:102px; border-top:0px none; direction:ltr;}

.right_btns{padding-top: 0px;}
#myNavbar{margin-top: 0px;}
.logo_section{ max-width:278px;}
.language{margin-top:23px; padding-right: 0; width:100%; text-align:right;}



/**/
.header_rit{ padding-right:0px; width:65%; text-align:right;}
.top_certified{width:17%; float:left; margin-top:0px; padding-left:15px; }

.left_nav ul li a{padding: 38px 22px 38px;}


.banner_main img{ max-width:100%; width:100%;}
header .logo_main{ position:relative; z-index:2; max-width:214px;}



.left_nav ul li:last-child a::after { background:none;}


/*
.left_nav ul li:last-child a:hover{ background:none;}
*/
ul.language-box{top:39px; right:15px;}
ul.language-box li a{top: 72px;}
ul.language-box li{display:block; padding-right:15px}
ul.language-box li a{padding: 18px 26px 18px; top: 2px; }
.left_nav ul li .language a{ padding:15px 0px; font-weight:bold;}
.language{padding: 3px 15px 10px 0px;}



.mainpage .navbar-header{ width:100%;}
.left_nav{ width:100%; float:right;}



.language_nav{ position:absolute; right:60px; display:none;}
.language_nav .language{ display:block;}
.language_nav ul.language-box{top: 26px;}





