@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/* font-family: 'Open Sans', sans-serif; */

body{
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
	position:relative;
}

/* header */

.container{
	max-width:1200px !important;
}

.header {
    width: 100%;
    height: auto;
    float: left;
    background-image: linear-gradient(to right, #040545, #0027a6, #040545);
    padding: 0px 0;
    position: relative;
    z-index: 99999;
}

.navbar{
	width: 100%;
	height: auto;
	float: left;
}

.navbar a img {
    width: 363px;
}

.navbar-nav{
	margin-left: auto;
}

.navbar-nav li{
	list-style-type: none;
	position: relative;
	border-right:1px solid #fff;
}

.navbar-nav li:last-child{
	border-right:0px solid #fff !important;
}

.navbar-nav li a{
	font-weight: 700;
	font-size: 21px;
	text-decoration: none;
	color: #fff;
	padding: 17px 30px;
	font-family: 'Open Sans', sans-serif;
}

.navbar-nav li a:hover{
  background-color: #fff;
	color: #0027a6;
}

.navbar-nav li a:hover{
  background-color: #fff;
	color: #0027a6;
}

.mega_menu_sub{
	width:500px;
	text-align: right;
}

.mega_menu_sub{
	height: auto !important;
	max-height: 500px !important;
	background-image: url(../images/nav-feature-sprite.png) !important;
	background-color: #fff !important;
	background-repeat: no-repeat !important;
	background-position: 24px 33px !important;
	background-size: 175px !important;
}

.mega_menu_sub li a{
	width: 51% !important;
	float:right !important;
}

.navbar-nav li:hover .sub-menu{
	background-color: #fff;
	height: auto;
	max-height: 800px;
	opacity: 1;
	display: block;
	transition-property: all;
	transition: 1.5s;
	margin-top: 14px;
}

.sub-menu{
	height: 0;
	max-height: 0;
	max-width: 600px;
	display: none;
	background: #fff;
	border-bottom: 5px solid #0027a6;
	position: absolute;
	z-index: 999;
	padding: 20px;
	opacity: 0;
	margin-top: 14px;
}

.navbar-nav li ul li{
	width: 100%;
	list-style-type: none;
	float: left;
}

.navbar-nav li ul li a{
	width: 100%;
	color: #595959 !important;
	text-transform: uppercase;
	text-align: left;
	font-size: 18px !important;
	float: left;
	padding: 6px;
	font-family: 'Open Sans', sans-serif;
}

.navbar-nav li ul li a:hover{
	background: none !important;
	color: #0027a6 !important;
}

.menu_icon{
	width: 50%;
	height: auto;
}

.menu_icon img{
	width: 100%;
	margin: 0 auto;
}

button.navbar-toggler:focus{
	outline: none;
}


/* header end */


/* carousel_top */


/*************************************************gallery style start here********************************************/



.full-gallery{
	width:100%;
	height:auto;
	float:left;
}

#jssor_1{
	position:relative;
	margin:0 auto;
	left:0px;
	width:980px;
	height:600px !important;
	overflow:hidden;
	visibility:hidden;
}
        .jssora106 {display:block;position:absolute;cursor:pointer;}
        .jssora106 .c {fill:transparent;opacity:0;}
        .jssora106 .a {fill:none;stroke:#000;stroke-width:200;stroke-miterlimit:10;}
        .jssora106:hover .c {opacity:.5;}
        .jssora106:hover .a {opacity:.8;}
        .jssora106.jssora106dn .c {opacity:1;}
        .jssora106.jssora106dn .a {opacity:1;}
        .jssora106.jssora106ds {opacity:.3;pointer-events:none;}
        .jssort051 .p {position:absolute;background-color:#000; border:2px solid #ccc; border-right:4px solid #ccc;}
        .jssort051 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.45;}
        .jssort051 .p:hover .t{opacity:.7;}
        .jssort051 .pav .t, .jssort051 .pdn .t, .jssort051 .p:hover.pdn .t{opacity:1;}

.jssort051{
	position:absolute;
	left:0px;
	bottom:-22px;
	width:580px !important;
	overflow:hidden !important;
	height:100px;
}

.p{
	width:100px;
	height:50px;
	cursor:pointer;
	overflow:hidden;
	margin-left:2px;
}

.p img{
	transition:0.3s ease-in-out;
}

.p img:hover{
  -ms-transform: scale(1.3, 1.3); /* IE 9 */
  -webkit-transform: scale(1.3, 1.3); /* Safari */
  transform: scale(1.3, 1.3);
}

.thumbnail_style{
	width: 679px !important;
}

.arrow_2 {
    margin-top: 428% !important;
    position: absolute;
    width: 88px !important;
    text-align: center;
    background: #fff;
    margin-left: -82px !important;
    opacity: 0.6;
		transition: 0.3s ease-in-out;
}

.arrow_2:hover{
		background: #040545;
		background: linear-gradient(to left, #040545 , #0027a6);
		opacity: 1;
}

.arrow_2:hover .a{
		stroke:#fff !important;
		opacity:1;
}



.arrow_1 {
    margin-top: 428% !important;
    position: absolute;
    width: 88px !important;
    text-align: center;
    background: #fff;
    margin-left: 1426% !important;
    opacity: 0.6;
		transition: 0.3s ease-in-out;
}

.arrow_1:hover{
		background: #040545;
		background: linear-gradient(to left, #040545 , #0027a6);
		opacity: 1;
}

.arrow_1:hover .a{
		stroke:#fff !important;
		opacity:1;
}

.slider_content_wrapper{
	position: relative;
	z-index: 9999;
	width:100%;
	float:left;
	text-align: center;
	margin-top: 10%;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 16px #000;
	font-family: 'Open Sans', sans-serif;
}

.slider_content_wrapper a:hover{
    text-decoration: none;
}

.slider_content_wrapper a h2{
	font-weight: 700;
	font-size: 22px;
	line-height: 1.1;
        color:#fff;
}

.slider_content_wrapper a h1{
	font-weight: 400;
	font-size: 65px;
  line-height: 1.1;
        color:#fff;
}

.slider_content_wrapper a h2:last-child{
	font-weight: 700;
	font-size: 22px;
  text-decoration: underline;
	color: #fff;
}


.full_gallery_inner{
		max-width: 1400;
}

/* carousel_top end */



/* start */


.start{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.start_content{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.start1{
	height: auto;
	float: left;
}

.three_content{
	height: auto;
	float: left;
	text-align: center;
	border: 1px solid #d5d5d5;
	margin: 0 20px;
	position: relative;
	width: 100%;
}

.three_content a{
	display: block;
	width: 100%;
	height: auto;
}

.three_content a:hover{
	text-decoration: none;
}

.three_content a h4 {
  font-weight: 700;
  height: 60px;
  line-height: 1.2;
  margin: 30px 55px 10px;
  font-size: 20px;
	color: #595959;
	font-family: 'Open Sans', sans-serif;
}

.three_content a p{
	font-weight: 400;
  height: 60px;
  line-height: 1.2;
  margin: 30px 55px 10px;
  font-size: 16px;
	color: #595959;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
}

.three_content {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    background-color: #fff;
}

.start_img{
	width:100%;
	float:left;
	min-height: 229px;
}

.three_content a img{
	width: 60%;
}

.three_content a h5{
	font-weight: 400;
  margin: 30px 55px 27px;
  font-size: 16px;
	color: #00228a;
	font-family: 'Open Sans', sans-serif;
	float: left;
	text-align: center;
	width: 69%;
	padding-top: 10px;
	position: relative;
	z-index: 999;
}

.three_content:hover a h5{
	color: #fff;
}

.three_content:hover .overlay {
  height: 15%;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 8px;
  transition: .5s ease;
	background-color: #001868;
  background-image: -moz-linear-gradient(left, #0027a6, #001868);
  background-image: -webkit-linear-gradient(left, #0027a6, #001868);
  background-image: -o-linear-gradient(left, #0027a6, #001868);
  background-image: linear-gradient(to right, #0027a6, #001868);
  background-repeat: repeat-x;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
	z-index: 1;
}

.text {
  color: white;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
	font-weight: 400;
  font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.start_upper_box {
    height: 85px;
    margin: -85px 0 0 -19px;
    width: 413px;
    background-color: #fff;
    text-align: center;
}

.start_upper_box h3{
	color: #595959;
	font-weight: 400;
	font-size: 40px;
	padding-top: 10px;
}




/* start end */


/* description */

.description{
	width: 100%;
	height: auto;
	float: left;
	background: #f7f7f7;
  border-top: 1px solid #d5d5d5;
  margin-top: -66px;
  padding: 155px 0 90px;
}

.description_col{
	float: left;
}

.description_content{
	width: 100%;
	height: auto;
	float: left;
	color: #595959;
	font-family: 'Open Sans', sans-serif;
}

.description_content h3{
  font-weight: 400;
	font-size: 30px;
}

.description_content p{
	line-height: 1.3;
  padding: 15px 0;
}

.downlode_button{
	color: #00228a;
  padding: 10px 49px;
  background-color: #fff;
  border: 1px solid #d9d9d9;

}
.downlode_button:hover{
	background-image: linear-gradient(to right, #0027a6, #001868);
	color: #fff;
	text-decoration: none;
}

.downlode_button:focus{
	outline: none;
}

/* description end */


/* ourbest */

.ourbest{
	width: 100%;
	height: auto;
	float: left;
	background-image: url('../images/image_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ourbest_content{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #595959;
	font-family: 'Open Sans', sans-serif;
	margin: 400px 0 150px;
}

.ourbest_content h2{
  font-size: 48px;
}

.ourbest_content p{
	line-height: 1.3;
	margin: 55px 200px;
}


/* ourbest end */


/* footer */


.footer{
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #cfcfcf;
}

.footer_content_one{
	width: 100%;
	height: auto;
	float: left;
  padding: 50px 0;
}

.products{
	float: left;
	width: 24%;
}

.Support{
	width: 24%;
	float: left;
}

.Color{
	width: 24%;
	float: left;
}

.About{
	width: 0%;
	float: left;
	display:none !important;
	overflow:hidden;
}

.Professionals{
	width: 0%;
	float: left;
	display:none !important;
	overflow:hidden;
}

.social{
	width: 24%;
	float: left;
}

.products_content{
	width: 100%;
	height: auto;
	float: left;
}

.products_content a h4{
	color: #595959;
  display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-decoration: none;
}

.products_content a h4:hover{
	color: #00228a;
}

.products_content ul{
	padding: 0;
  list-style-type: none;
}

.products_content ul li a{
  color: #595959;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 15px;
}

.products_content ul li a:hover{
	color: #00228a;
}

.line{
	width: 45px;
	height: 1px;
	background-color: #cfcfcf;
	margin: 18px 0;
}

#navlist {
    position: relative;
}

#navlist li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}

#navlist li, #navlist a {
    height: 44px;
    display: block;
}

#home {
    left: 0px;
    width: 46px;
    background: url('../images/social-sprites.png') 0 0;
}

#tweet {
    left: 25px;
    width: 43px;
    background: url('../images/social-sprites.png') -137px 0;
}

#prev {
    left: 74px;
    width: 43px;
    background: url('../images/social-sprites.png') -47px 0;
}

#next {
	left: 112px;
	width: 66px;
	background: url('../images/social-sprites.png') -199px 0;
}

#home a:hover {
    background: url('../images/social-sprites.png') 0 -50px;
}

#prev a:hover {
    background: url('../images/social-sprites.png') -47px -50px;
}

#tweet a:hover {
    background: url('../images/social-sprites.png') -137px -50px;
}

#next a:hover {
    background: url('../images/social-sprites.png') -199px -50px;
}

.footer_end{
	width: 100%;
	height: auto;
	float: left;
}

.footer_end{
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #cfcfcf;
	padding: 40px 0;
}

.policy{
  float: left;
}

.policy_ul{
	width: 100%;
	float: left;
}

.policy.col-sm-8{
	padding: 0;
}

ul.policy_ul{
	padding: 0;
}

.policy_ul li{
  list-style-type: none;
	text-decoration: none;
	display: inline-block;
	padding-right: 17px;
}

.policy_ul li a{
	color: #595959;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
}

.copy{
	float: left;
}

.copy_style{
	width: 100%;
	height: auto;
	float: left;
}

.copy_style p{
	color: #595959;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 15px;
	text-align: right;
	margin-bottom: 5px;
}

.footer_line{
	width: 100%;
	height: 10px;
	float: left;
	background-color: #001868;
}

.Support ul li:nth-last-child(1) {
    display: none;
}

.Support ul li:nth-last-child(2) {
    display: none;
}

/*
.f_blog{
	width:25% !important;
	float:left !important;
}*/


/* footer end */

/***************************start inner pages style**************************/

.compleat_history_top_wrapper{
	width:100%;
	float:left;
	position:relative;
}

.nav_small_links_header{
	width:100%;
	float:left;
	background:#f7f7f7;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.nav_small_links_listing{
	width:100%;
	float:left;
	text-align:left;
	margin:15px 0 1px 0;
}

.nav_small_links_listing li{
	list-style:none;
	display:inline-block;
	padding:0px 15px 0px 15px;
	border-right:1px solid #ccc;
	text-align:center;
}

.nav_small_links_listing li a{
	color:#00228a;
	font-weight:600;
	font-size:17px;
	text-transform:capitalize;
}

.nav_small_links_listing li p{
	color:#000;
	font-weight:300 !important;
	font-size:17px;
	text-transform:capitalize;
}

.nav_small_links_listing li:last-child{
	border:0px !important;
}

.img_section{
	float:left;
}

.img_section img{
	width:100%;
}

.info_section{
	float:left;
	padding:0;
}

.info_section_inn{
	width:100%;
	float:left;
}

.info_section_inn h1 {
    font-size: 62px;
    font-weight: 300 !important;
    color: #595959;
    line-height: 55px;
    margin: 0;
}

.info_section_inn h1 small{
	font-size:35px !important;
	font-weight:300 !important;
}

.info_section_inn p{
	font-size:19px;
	color:#595959;
	margin-top:20px;
}

.btn_creat{
	margin-left:5px;
}

.info_button_wrapper{
	width:100%;
	float:left;
	margin:40px 0;
}

.compleat_history_bottom_wrapper{
	width:100%;
	float:left;
	margin-top:10px;	
	position:relative;
}

.header_pointer_wrapper{
	width:100%;
	float:left;
	background:rgba(255, 255, 255, 0.9);	
	position: -webkit-sticky;
    position: sticky;
    top: 0;
	z-index:999;
	padding:20px 0 50px 0;
	border-bottom:1px solid #ddd;
}

.history_pointer_listing {
    width: 100%;
    float: left;
    text-align: center;
    border-left: 2px solid #001f87;
    border-right: 2px solid #001f87;
    height: 50px;
	position:relative;
}

.listing_line {
    width: 100%;
    float: left;
    position: absolute;
    height: 2px;
    background: #001f87;
    left: 0;
    top: 25px;
}

.history_pointer_listing li{
	list-style:none;
	display:inline-block;
	padding:10px 0;
	text-align:center;
	width:12%;
	padding-right:30px;
	margin-right:0px;
	position:relative;
	z-index:1;
}

.point{
	width:30px;
	height:30px;
	border:5px solid #001f87;
	background:#fff;
	border-radius:100%;
	margin:0 auto;
	transition:0.3s ease-in-out;
}

.select{
	width:30px;
	height:30px;
	border:5px solid #001f87;
	background:#001f87;
	border-radius:100%;
	margin:0 auto;
	transition:0.3s ease-in-out;
}

.history_pointer_listing li a p{
	font-size:17px;
	font-weight:500;
	color:#595959;
}

.history_pointer_listing li a:hover .point{
	background:#001f87;
}

.history_pointer_listing li a:focus .point{
	background:#001f87;
}

.history_main_info_wrapper{
	width:100%;
	float:left;
}

.history_blog_wrap{
	width:100%;
	float:left;
	position:relative;
	padding-top:100px;
}

.history_blog_wrap h2{
	color:#001f87;
	width:100%;
	float:left;
}

.history_blog_wrap h3{
	font-size:25px;
	font-weight:300 !important;
	border-bottom:1px solid #ccc;
	padding:20px 0;
}

.history_info_listing li p{
	font-size:18px;
	color:#595959;
}

.img_wrap{
	width:30%;
	height:auto;
	float:right;
	padding:10px;
}

.img_wrap img {
    width: 100%;
    margin-top: 71px;
}

.history_txt_wrap{
	width:70%;
	float:left;
}

/**************top button***************/

.topup_button{
	width:auto;
	height:auto;
	float:left;
	position:fixed;
	right:10px;
	bottom:10px;
	display:none;
	z-index:999;
}

.topup_button a {
    text-transform: uppercase;
    color: #00228a;
    font-size: 21px;
    background: #fff;
    padding: 15px 33px;
    border: 1px solid #a7a7a7;
    font-weight: 600;
	transition:0.3s ease-in-out;
}

.topup_button a:hover{
	background-image: linear-gradient(to right, #0027a6, #001868);
	color: #fff;
	text-decoration: none;
}

/****************************product_listing*****************************/

.compleat_p_listing_top_wrapper{
	width:100%;
	float:left;
	margin:0;
	padding:0;
}


.listiing_header{
	float:left;
	padding:0;
}

.listiing_header h1{
	font-size:56px;
	font-weight:300 !important;
	color:#595959;
}

.listiing_header h2 {
    font-size: 36px;
    font-weight: 300 !important;
    color: #595959;
}

.p_block_listing_wrapper{
	width:100%;
	float:left;
	margin:30px 0 0 0;
}

.p_block_listing_inner{
	width:100%;
	float:left;
	border-top:1px solid #ccc;
	padding-top:25px;
}

.p_block_listing_inner h2{
	width:100%;
	float:left;
	margin:0;
	font-size:32px;
	font-weight:300 !important;
	color:#595959;
}

.product_list_wrp{
	width:100%;
	float:left;
	margin-bottom:50px;
}

.product_list_image{
	float:left;
	padding:0;
	overflow:hidden;
}

.product_list_image img{
	width:100%;
}

.p_listing_main_wrap{
	width:100%;
	float:left;
	padding:15px 0px 15px 0px;
	border:1px solid #ccc;
	margin-bottom:50px;
	margin-top:20px;
}

.Products_list_content{
	float:left;
}

.product_list_inner_blog{
	width:100%;
	float:left;
	position:relative;
}

.product_list_inner_blog h3{
	font-size:24px;
	color:#595959;
	margin:0;
}

.product_content_list_text li p{
	font-size:17px;
	line-height:23px;
	color:#595959;
}

.product_content_list_text{
	margin-top:15px;
	margin-left:-20px;
}

.p_blog_button{
	margin:20px 0 0 0 !important;
	position:relative;
}

.r_img img{
	position:absolute;
	right:100px;
	width:80px;
	height:auto;
	cursor:pointer;
}

.area{
	position:absolute;
	width:250px;
	text-align:center;
	padding:10px 10px;
	height:0;
	max-height:0;
	font-size:20px;
	font-weight:300 !important;
	color:#595959;
	border:1px solid #000;
	float:left;
	opacity:0;
	z-index:9999;
	background:#fff;
	overflow:hidden;
	top: -255px;
    right: 0;
}

a.r_img:hover .area{
	opacity:1 !important;
	height:auto;
	max-height:500px;
	transition:1s;
	transition-property:all;
}

.area img{
	position:relative;
	right:0;
}

.area img{
	width:100%;
	float:left;
}

.p_blog_button a{
    padding: 12px 30px;
	font-size:17px;
}

.product_listing_bottom_section{
	width:100%;
	float:left;
	margin-top:0px;
}

.product_listing_bottom_section_inner{
	width:100%;
	float:left;
}

.main_top_small_blog{
	width:100%;
	float:left;
	padding:8px 8px;
	background:#ececec;
}

.small_b_wrap{
	float:left;
	padding:5px !important;
}

.small_b_inner{
	width:100%;
	float:left;
}

.b_img{
	float:left;
	padding:3px !important;
}

.b_img img{
	width:100%;
	height:auto;
}

.b_tXt{
	float:left;
}

.b_blog_button{
	margin:5px 0 !important;
}

.b_tXt h4{
	font-weight:300 !important;
	color:#595959;	
	font-size:19px;
}

.b_tXt p{
	font-weight:300 !important;
	color:#595959;
	margin-top:15px;
}

.b_blog_down_wrapper{
	width:100%;
	float:left;
	margin-top:30px;
}

.highlight_wrp{
	float:left;
	margin-bottom:30px;
}

.highlight_inner{
	width:100%;
	float:left;
	position:relative;
	padding:20px 20px;
	text-align:center;
	border:1px solid #ccc;
	position:relative;
}

.highlight_inner h4{
	width:100%;
	float:left;
	font-weight:400;
	color:#595959;
}

.highlight_inner p{
	width:100%;
	float:left;
	color:#595959;
	margin-top:20px;
}

.h_img{
	width:100%;
	float:left;
	margin-top:15px;
}

.highlight_inner h5{
	width:100%;
	float:left;
	font-weight:400;
	color:#00228a;
	margin-top:20px;
	font-size:19px;
}

.h_inner_animate{
	width:100%;
	float:left;
	height:4px;
	position:absolute;
	bottom:0;
	left:0;
    background-color: #001868;
    background-image: -moz-linear-gradient(left, #0027a6, #001868);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#0027a6), to(#001868));
    background-image: -webkit-linear-gradient(left, #0027a6, #001868);
    background-image: -o-linear-gradient(left, #0027a6, #001868);
    background-image: linear-gradient(to right, #0027a6, #001868);
	transition:height .2s;
}

.highlight_inner:hover .h_inner_animate{
	height:70px;
}

.highlight_inner:hover h5{
	position:relative;
	color:#fff;
	z-index:1;
}











/***********************************single product*********************/

.compleat_single_product{
	width:100%;
	float:left;
	margin:0 0 50px 0;
	padding:0;
}

.compleat_single_product_inner{
	width:100%;
	float:left;
	margin:0;
	padding:0;	
}

.left_sidebar{
	float:left;
	padding:0;
}

.left_sidebar_inner{
	width:100%;
	float:left;
	margin:0;
}

.sidebar_link_wrapper{
	width:100%;
	float:left;
	background:#f7f7f7;
	padding:15px 20px 20px 20px;
	border-bottom:8px solid #001868;
}

.sidebar_link_wrapper h1{
	font-size:40px;
	color:#595959;
	font-weight:300 !important;
	margin:0;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}

.link_products{
	width:100%;
	float:left;
	margin-top:20px;
	margin-left:-40px;
}

.link_products li{
	display:block;
	width:100%;
	list-style:none;
	margin-top:15px;
}

.link_products li a{
	font-size:21px;
	color:#595959;
	font-weight:400;
}

.main_contain_product_info{
	float:left;
	padding:0px !important;
}

.tab_pain_contt{
	width:100%;
	float:left;
	margin-top:20px;
}

.nav-item{
	width:25% !important;
	text-align:center !important;
	border:1px solid #ccc;
	border-radius:0;
	position:relative;
	overflow:hidden;
}

.nav-item a{
	font-size:17px;
	text-transform:capitalize;
	color:#001868;
	transition:0.3s ease;
	background:transparent !important;
}

.nav_active_hover_panel{
	width:100%;
	float:left;
	position:absolute;
	height:5px;
	background-color: #001868;
    background-image: -moz-linear-gradient(left, #0027a6, #001868);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#0027a6), to(#001868));
    background-image: -webkit-linear-gradient(left, #0027a6, #001868);
    background-image: -o-linear-gradient(left, #0027a6, #001868);
    background-image: linear-gradient(to right, #0027a6, #001868);
	bottom:0;
	transition:height 0.3s;
}

.nav-item:hover .nav_active_hover_panel{
	height:55px;
}

.nav-item a:hover{
	background:transparent !important;
	border:0px solid #001868 !important;
}

.nav-item:hover a{
	color:#fff;
	z-index:1;
	position:relative;
}

.nav-tabs .nav-link.active{
	background-color: #001868 !important;
    background-image: -moz-linear-gradient(left, #0027a6, #001868) !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#0027a6), to(#001868)) !important;
    background-image: -webkit-linear-gradient(left, #0027a6, #001868) !important;
    background-image: -o-linear-gradient(left, #0027a6, #001868) !important;
    background-image: linear-gradient(to right, #0027a6, #001868) !important;
	border:0px !important;
	color:#fff !important;
	border-radius:0px !important;
}

.tab-content{
	width:100%;
	float:left;
	padding:5px 5px;
	border:1px solid #ccc;
	margin-top:2px;
	background:#fbfbfb;
}

.product_about_section{
	float:left;
	padding:0;
}

.product_about_section_inner{
	width:100%;
	float:left;
}

.product_about_section_inner h2 {
    font-size: 32px;
    color: #595959;
    font-weight: 300 !important;
    margin: 11px 0;
}

.product_about_section_inner p{
	font-size:18px;
	color:#595959;
	font-weight:400;
}

.product_about_listing{
	margin-left:-20px;
}

.product_listing_img_content{
	width:100%;
	float:left;
	margin-left:-40px;
}

.product_listing_img_content li{
	width:19%;
	float:left;
	overflow:hidden;
	padding:10px 10px;
	cursor:pointer;
	margin-left:8px;
	border:1px solid #ccc;
	text-align:center;
}

.product_listing_img_content li img{
	width:auto;
	height:160px;
	margin:0 auto;
}

.product_listing_img_content li a{
	width:100%;
	float:left;
	text-align:left !important;
}

.product_listing_img_content li p img {
    width: 26px !important;
    height: auto !important;
    border: 0px !important;
    margin-right: 7px;
}

.last_literature li{
	width:33% !important;
}

.product_slider{
	width:100%;
	float:left;
}

.slide img{
	width:100%;
	height:auto;
}

.single_page_top_slider_wrapper h1{
	font-size:46px;
	color:#595959;
	font-weight:300 !important;
}

.single_page_top_slider_wrapper h2{
	font-size:32px;
	color:#595959;
	font-weight:300 !important;
	margin-bottom:20px;
}

.sidebar_blog_small_wraper{
	width:100%;
	float:left;
	border:1px solid #ccc;
	text-align:center;
	padding:20px 15px 0 15px;
	margin-top:25px;
	position:relative;
}

.sidebar_blog_small_wraper a {
	color:#595959;
}

.sidebar_blog_small_wraper a:hover {
	color:#595959;
	text-decoration:none;
}

.sidebar_blog_small_wraper h3{
	font-size:23px;
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:15px;
}

.sidebar_small_blog_img {
	width:100%;
	float:left;
	text-align:center;
}

.sidebar_small_blog_img img{
	width:70%;
	height:auto;
}

.sidebar_blog_small_wraper p{
	margin-top:20px;
	width:100%;
	float:left;
}

.sidebar_blog_small_wraper h5{
	color:#00228a;
	font-size:18px;
	font-weight:400;
	width:100%;
	float:left;
	margin:20px 0;
	z-index:1;
	position:relative;
}

.bottom_bar{
	width:100%;
	float:left;
	position:absolute;
	bottom:0;
	left:0;
	height:8px;
	background-color: #001868;
    background-image: -moz-linear-gradient(left, #0027a6, #001868);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#0027a6), to(#001868));
    background-image: -webkit-linear-gradient(left, #0027a6, #001868);
    background-image: -o-linear-gradient(left, #0027a6, #001868);
    background-image: linear-gradient(to right, #0027a6, #001868);
	transition:height 0.3s;
}

.link_products li p{
	padding:10px 10px;
	font-size:19px;
	color:#595959;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-transform:capitalize;
}

.sidebar_blog_small_wraper:hover .bottom_bar{
	height:50px;
}

.sidebar_blog_small_wraper:hover h5{
	color:#fff;
}

/***********************************colour_design_style***************************/

.compleat_color_design_wrapper{
	width:100%;
	float:left;
	margin-top:5px;
}

.compleat_color_design_inneer{
	width:100%;
	float:left;
	padding-bottom:30px;
	margin-bottom:25px;
	border-bottom:1px solid #ccc;
}

.c_image_wrp{
	float:left;
	padding:0;
}

.c_image_wrp img{
	width:100%;
	height:auto;
}

.color_sec_info{
	float:left;
	padding:0;
}

.color_sec_info_inner{
	width:100%;
	float:left;
}

.color_sec_info_inner h1{
	color:#595959;
	font-size:57px;
	font-weight:300 !important;
	margin:-15px 0 0 0 !important;
}

.color_sec_info_inner h3{
	color:#595959;
	font-size:32px;
	font-weight:300 !important;
	margin:9px 0 0 0 !important;
}

.small_underline_wrap{
	width:100%;
	float:left;
	margin:20px 0;
}

.small_underline_wrap div{
	width:80px;
	height:1px;
	background:#ccc;
}

.color_sec_info_inner h5{
	color:#595959;
	font-size:25px;
	margin-top:20px;
	width:100%;
	float:left;
}

.color_sec_info_inner p{
	color:#595959;
	font-size:18px;
}

.colour_small_blog_wrapper{
	width:100%;
	float:left;
	margin-bottom:30px;
}

.colour_small_blog_inner{
	width:100%;
	float:left;
}

.colour_small_blog{
	padding:0;
	float:left;
	margin-bottom:20px;
}

.colour_small_blog_inn{
	width:100%;
	float:left;
	background:#fff;
	border:1px solid #ccc;
}

.colour_img_section{
	width:100%;
	float:left;
	overflow:hidden;
}

.colour_img_section img{
	width:100%;
	float:left;
	height:auto;
}

.text_info_colour{
	width:100%;
	float:left;
	padding:15px 15px;
	height:100px;
	overflow:hidden;
}

.text_info_colour p{
	font-size:16px;
	color:#595959;
}

.bottom_sec_color{
	width:100%;
	float:left;
	text-align:center;
	overflow:hidden;
	border-top:1px solid #595959;
	padding:20px 0 20px 0;
	position:relative;
}

.bottom_sec_color h5{
	color:#595959;
}

.animate_bottom{
	width:100%;
	float:left;
	position:absolute;
	height:5px;
	bottom:0;
    background-color: #001868;
    background-image: -moz-linear-gradient(left, #0027a6, #001868);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#0027a6), to(#001868));
    background-image: -webkit-linear-gradient(left, #0027a6, #001868);
    background-image: -o-linear-gradient(left, #0027a6, #001868);
    background-image: linear-gradient(to right, #0027a6, #001868);
	transition:height .3s;
}

.colour_small_blog_inn:hover .animate_bottom{
	height:100%;
}

.colour_small_blog_inn:hover h5{
	color:#fff;
	z-index:10;
	position:relative;
}

/******************************color design page main******************************/

.c_main_header{
	width:100%;
	float:left;
	margin-top:5px;
}

.c_header_right{
	float:left;
	padding:5px !important;
}

.c_header_right h1{
	font-size:56px;
	color:#595959;
	font-weight:300 !important;
	margin:0 !important;
}

.c_header_right h2{
	font-size:32px;
	color:#595959;
	font-weight:300 !important;
	margin:0 !important;
}

.c_header_right h4{
	color:#595959;
	margin:0 !important;
}

.c_header_right p{
	color:#595959;
	width:100%;
	float:left;
	margin-top:15px;
}

.category_listing_wrapper{
	width:100%;
	float:left;
	padding:20px 0;
	margin:20px 0;
	border-top:1px solid #ccc;
}

.category_blog{
	float:left;
	position:relative;
	margin-bottom:20px;
	height:auto;
}

.category_blog_inner{
	width:100%;
	float:left;
	border:1px solid #ccc;
	height:405px;
	overflow:hidden;
}

.col-md-4 .category_blog_inner{
	height:258px;
	overflow:hidden;
}

.category_blog img{
	width:100%;
	float:left;
}

.category_blog_txt_wrp h5{
	text-transform:capitalize;
	color:#595959;
	margin:25px 0 !important;
	transition:0.3s ease-in-out;
}

.category_blog_txt_wrp{
	width:100%;
	float:left;
	border-top:1px solid #001f87;
	text-align:center;
	position:relative;
	overflow:hidden;
}

.category_animage{
	width:100%;
	float:left;
	position:absolute;
	height:5px;
	bottom:0;
    background-color: #001868;
    background-image: -moz-linear-gradient(left, #0027a6, #001868);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#0027a6), to(#001868));
    background-image: -webkit-linear-gradient(left, #0027a6, #001868);
    background-image: -o-linear-gradient(left, #0027a6, #001868);
    background-image: linear-gradient(to right, #0027a6, #001868);
	transition:height .3s;
}


.category_blog_inner:hover .category_animage{
	height:200px;
}

.category_blog_inner:hover h5{
	color:#fff;
	position:relative;
	z-index:1;
}

/***********************************Features*************************/

.main_features_wrapper{
	width:100%;
	float:left;
}

.main_features_inner{
	width:100%;
	float:left;
	margin:20px 0;
	padding:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.f_main_blog{
	float:left;
	margin-top:10px;
}

.f_main_blog_inner{
	width:100%;
	float:left;
}

.f_main_blog_inner img{
	width:100%;
	height:auto;
}

.f_main_blog_inner h3{
	font-weight:300 !important;
	color:#595959;
	margin:10px 0 0 0 !important;
}

.f_main_blog_inner a{
	color:#00228a;
	font-size:17px;
	margin-top:5px;
	width:100%;
	float:left;
}

.faq_info_wrap{
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:40px;
}

.faq_info_inn{
	width:100%;
	float:left;
}

.faq_info_inn h2{
	width:100%;
	float:left;
	margin:15px 0;
	font-weight:300 !important;
}

.answer_blog{
	width:100%;
	float:left;
	position:relative;
}

.cover{
	width:100%;
	float:left;
	position:relative;
}


.qwestion{
	color:#595959;
	cursor:pointer;
}

.answer{
	width:100%;
	float:left;
	height:0px;
	opacity:0;
	overflow:hidden;
	position:relative;
	margin-top:5px;
	font-size:17px !important;
	font-weight:400 !important;
	line-height:27px !important;
	margin-bottom:10px;
	transition:.8s;
	color:#595959;
}



.open-o .answer{
	height:auto;
	opacity:1;
	transition:1s;
}

.close-x .answer{
	height:0px !important;
	opacity:0 !important;
}

.open-o .qwestion{
	color:#00228a;
}

.fa-play{
	transition:.3s;
}


.open-o .fa-play{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

/*******************************************************quality*************************************************/

.quality_compleat_wrap{
	width:100%;
	float:left;
	margin-top:20px;
	padding:20px 0;
	border-top:1px solid #ccc;
}

.quality_img_wrapper{
	width:100%;
	float:left;
	margin:20px 0;
	text-align:center;
}

.quality_img_wrapper img{
	width:229px;
	height:auto;
}

.quality_compleat_wrap p{
	color:#595959;
	font-size:16px;
}

.quality_links li{
	border-bottom:1px solid #ccc;
	padding:10px 0 20px 0;
}

.quality_links li:last-child{
	border:0px !important;
}

.quality_links li a{
	font-weight:300;
	font-size:17px !important;
}

#active_link {
	color: #00228a;
    font-weight: 600;
}

.quality {
    width: 100%;
    float: left;
    margin-top: 38px !important;
}

/*****************************************Glossary*************************/

.header_nav_small_tabs {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    position: sticky !important;
    top: 0;
    padding: 65px 0 0 0;
	z-index:999;
	background:rgba(255, 255, 255, 0.9);
}

.header_nav_adds{
    box-shadow: 5px 5px 9px #dddde0;
}

.g_head{
    width: 100%;
    float: left;
	margin-bottom:30px;
}

.target_tab_listing{
    width: 100%;
    float: left;
}


.target_tab_listing {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    margin-left: -30px;
    height: 25px;
	overflow:visible !important;
}

.target_tab_listing li {
    background: #efeff5;
    border: 1px solid #dedede;
	border-bottom:0px !important;
    list-style: none;
    display: inline-block;
    border-radius: 7px 6px 0px 0px;
	transition:0.2s ease-in-out;
	position:relative;
}

.active_link_btn a:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    border-width: 15px 12px 0;
    border-style: solid;
    border-color: #00228a transparent;
    display: block;
    width: 0;
}

.active_link_btn{
	background:#00228a !important;
}

.active_link_btn a{
	color:#fff !important;
}

.target_tab_listing li a {
    color: #00228a;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    width: 24px !important;
    text-transform: uppercase;
    margin: 0 -1px;
    float: left;
    text-align: center;
	position:relative;
}

.target_tab_listing li:hover{
	background:#595959;
}



.target_tab_listing li:hover a{
	color:#fff;
	text-decoration:none;
}

.compleat_history_bottom_inner{
	width:100%;
	float:left;
}

.slide_animate_blog{
	width:100%;
	float:left;
	padding-top:55px;
}

.slide_animate_blog h1{
	font-size:35px;
	color:#595959;
	text-transform:uppercase;
}

.slide_animate_blog h2{
	font-size:25px;
	color:#595959;
	text-transform:capitalize;
}

/**************************************contact********************************/

.compleat_contact_wrapper{
	width:100%;
	float:left;
	margin-top:30px;
}

.top_sec_contact{
	width:100%;
	float:left;
}

.img_sec_contact{
	padding:0 !important;
	float:left;
}

.img_sec_contact img{
	width:90%;
	height:auto;
}

.description_sec_contact{
	padding:0 !important;
	float:left;
}

.description_sec_contact p{
	font-size:17px;
	color:#595959;
}

.address_sec_contact{
	float:left;
}

.address_sec_contact h5{
	color:#595959;
	font-weight:700;
	font-size:16px;
	margin:0px;
}

.address_sec_contact p{
	color:#8c8c8c;
	font-size:15px;
	font-weight:500;
}

.address_sec_contact span p{
	color:#000 !important;
}

.bottom_sec_contact{
	margin-top:20px;
	padding-top:25px;
	width:100%;
	float:left;
	border-top:1px solid #ccc;
}

.bottom_sec_contact_inner{
	max-width:500px;
	margin:0 auto;
}

.main_contact_section_inner{
	width:100%;
	float:left;
	margin-top:20px;
}

.input_wrapper{
	width:100%;
	float:left;
	margin-top:10px;
}

.input_wrapper label {
    width: 49%;
    float: left;
    font-weight: 400;
    color: #616161;
}

.input_wrapper label b {
    color: #f00;
    margin-left: -6px;
}

.input_wrapper span{
	width:49%;
	float:left;
	margin-left:1%;
}

.usr {
    width: 100%;
    float: left;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: Open Sans;
    color: #000;
    outline: none;
    height: 33px;
}

.comtt{
    width: 100%;
    float: left;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-family: Open Sans;
    color: #000;
    outline: none;
    height: 55px;
}

.submit_button_wrapper{
    width: 100%;
    float: left;
	margin:50px 0;
	text-align:right;
}

.downlode_button{
	cursor:pointer;
}

/*********************************Brochurs*******************************/

.brochures_compleat_wrapper{
	width:100%;
	float:left;
	margin-top:30px;
	border-top:1px solid #ccc;
	padding-top:50px;
}

.brochures_compleat_wrapper h2{
	font-weight:300;
	color:#595959;
}

.main_brochures_listing_content h4{
	font-weight:300;
	color:#595959;
}

.brochure_listing{
	width:100%;
	float:left;
	display:block;
	margin-top:40px;
}

.brochure_listing li p img {
    width: 26px !important;
    height: auto !important;
    border: 0px !important;
    margin-right: 7px;
}

.brochure_listing p {
    font-size: 16px;
    color: #595959;
    font-weight: 400;
}

.brochure_listing li {
    width: 20%;
    float: left;
    overflow: hidden;
    padding: 0px 10px;
    min-height: 400px;
}

.brochure_listing li img {
    width: 100%;
	height:auto;
}

/*****************************energy 2012 2017*****************************/

.lg_energy{
    float:left !important;
}

.energy_listing_blog{
    width:100%;
    float:left;
    padding:25px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.energy_listing_blog h1 {
    font-size: 46px;
    color: #595959;
    font-weight: 300 !important;
}


/***************************************24-10-2018******************************/

.main_contain_product_info P{
	font-size:17px;
	color:#595959;
	margin-top:20px;
}

.main_contain_product_info P a{
	color:#00228a;
}

.paragraph_info{
	width:100%;
	float:left;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	border-top:1px solid #ccc;
}

.paragraph_info_blog{
	width:100%;
	float:left;
	margin:0 0 20px 0;
}

.paragraph_info_blog span{
	width:10%;
	float:left;
	display:block;
	padding:0 10px;
}

.paragraph_info_blog span img{
	width:100%;
}

.paragraph_info_blog p{
	width:90%;
	float:left;
	display:block;
	margin-top:0 !important;
}

/******************************popUp***************************/

.text_part_wrapper{
	float:left !important;
}

.text_part_inner{
	width:100%;
	float:left;
	text-align:justify;
}

.modal_close_x {
    background: #000 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 0 0 20px 20px;
    opacity: 1 !important;
}

.modal_close_x:focus{
	outline:none;
}

.modal-content{
	border: 3px solid #000 !important;
}

.popup_text{
	width:100%;
	margin-left:-30px;
}

.popup_text li{
	width:100%;
	list-style-type:decimal;
}

.text_part_inner img{
	width:100%;
}



























