﻿@charset "utf-8"; /* CSS Document */
a { outline: none !important; }
body { background-color: #ffffff; -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14); -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14); box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14); /*font-family:Helvetica,Arial,sans-serif !important;*/ }
input:focus { outline: none; }
select { outline: none !important; -webkit-appearance: none; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; box-shadow: none !important; background-color: #ffffff; }
select { background-image: url("/images/arrow-down.png"); background-repeat: no-repeat; background-position: right center; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
form * { -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; }
/******************************|placeholder|**********************************************/
.search_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #848894; opacity: 1; }
.search_form input::-moz-placeholder { /* Firefox 19+ */ color: #848894; opacity: 1; }
.search_form input:-ms-input-placeholder { /* IE 10+ */ color: #848894; opacity: 1; }
.search_form input:-moz-placeholder { /* Firefox 18- */ color: #848894; opacity: 1; }
.search_form input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #848894; opacity: 1; }
.search_form input:focus::-moz-placeholder { /* Firefox 19+ */ color: #848894; opacity: 1; }
.search_form input:focus:-ms-input-placeholder { /* IE 10+ */ color: #848894; opacity: 1; }
.search_form input:focus:-moz-placeholder { /* Firefox 18- */ color: #848894; opacity: 1; }
/******************************|placeholder close|**********************************************/ /***********************|header|****************************/
header { top: 0px; position: fixed; /*background-color: #6b42c6;*/ width: 100%; border-bottom: 1px rgba(255,255,255,0.25) solid; z-index: 10000; /*-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14);*/ }
.header { padding: 8px; }
header > div > div:nth-child(2) > div { border-top-color: rgba(0,0,0,0.13) }
header > div:nth-child(2) { background-color: transparent; }
.header_hold .container-fluid:nth-child(2) .container { }
.cta { color: #d7ceea; font-size: 1.1em; text-align: right; display: inline-block; margin-top: 20px; /*float: left*/ }
.cta i { background-color: #ff3d54; color: #ffffff; padding: 8px; margin-right: 5px; }
.cta a { color: #d7ceea; font-weight: normal; text-decoration: none; }
.top_nav { display: inline-block; padding-left: 15px; position: absolute; top: 68%; z-index: 1000; left: 0px; right: 0px; margin: 0 auto; text-align: center; }
.top_nav ul { margin: 0px; padding: 0px; list-style: none; display: inline-block }
.top_nav ul li { display: inline-block; }
.top_nav ul li a { color: #ffffff; padding: 0px 8px; }
.logo { padding: 11px 0px; text-align: left }
.logo img { width: 320px; }
.right_link { text-align: right }
/**********************|search_form|*****************************/
.red_btn { background-color: #0e385d; color: #ffffff !important; font-weight: bold; border: none; padding: 6px 12px; text-decoration: none !important; }
.red_btn:hover { background-color: #616167; color: #ffffff !important; }
.search_form input { background-color: #ffffff; border: none; padding: 15px; color: #333333; width: 250px; height: 48px; line-height: normal; margin: 0px; border-right: 1px #bdc5cb solid; }
.search_form select { background-color: #ffffff; border: none; padding: 16px; color: #848894; padding-right: 40px; width: 250px; height: 48px; line-height: normal; margin: 0px; margin-right: 0px !important; }
.search_form button { height: 48px; margin-left: 0px; }
.search_form .red_btn { padding: 0px 25px; background-color: #ff3d54; color: #ffffff !important; }
/***********************|main_nav|****************************/
.main_nav, .categories { padding: 5px 0px 0px 0px; font-size: 1.2em; font-family: 'nunito_sansregular'; }
.main_nav { text-align: left; padding: 0px 0px; }
.main_nav a, .categories a { text-decoration: none !important; }
.main_nav ul { margin: 0px; padding: 0px; list-style: none; display: inline-block }
.main_nav ul li { display: inline-block; margin: 0px 0px; }
.main_nav ul li a { color: #ffffff; padding: 0px 5px; display: inline-block; padding: 6px 10px; /*Main nav Animation*/ border: 1px solid; border-color: transparent; margin-bottom: 1px; }
.main_nav ul li a:hover, .main_nav ul li a:focus, .main_nav ul li .act { color: #ffffff; background-color: #5EBFC8; /*border: 1px #006FFF solid;*/ border-bottom: 2px #ff3d54 solid; margin-bottom: 0px; }
/***********************|banner|****************************/
.banner { position: relative; overflow: hidden; }
.owl-carousel01 { width: 100% !important; background-color: #000000; }
.owl-carousel01 img { width: 100%; }
.owl-carousel01 .owl-prev { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: absolute; top: 35%; padding: 5px 20px; left: 30px; color: #ffffff; /*border: 1px #cccccc solid;*/ font-size: 5.5em; opacity: 0.3; /*background-color: rgba(255,255,255,0.8)*/ }
.owl-carousel01 .owl-next { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: absolute; top: 35%; right: 30px; padding: 5px 20px; color: #ffffff; /*border: 1px #cccccc solid;*/ font-size: 5.5em; opacity: 0.3; filter: alpha(opacity=80); /*background-color: rgba(255,255,255,0.8)*/ }
.owl-carousel01 .owl-prev:hover, .owl-carousel01 .owl-next:hover { opacity: 1; filter: alpha(opacity=100) }
.owl-carousel01 .owl-dots { text-align: center; position: absolute; bottom: 10px; width: 100%; }
.banner big { text-align: center; margin: 0 auto; left: 0px; right: 0px; position: absolute; top: 37%; width: 68%; font-size: 3.5em; line-height: 1.2em; font-weight: normal !important; color: #ffffff !important; }
.banner big span { font-family: 'nunito_sansbold'; }
.banner big strong { font-weight: bold; }
.banner big a { font-size: 1.3em; }
.banner big p { font-size: 0.7em; line-height: normal !important; font-family: 'nunito_sansregular'; }
/*******************************************************************************/
.owl-theme .owl-dots .owl-dot { margin: 5px 5px; display: inline-block; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
.owl-theme .owl-dots .owl-dot span { width: 3px; height: 3px; padding: 6px 6px; display: block; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px rgba(255,255,255,0.55) solid; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { opacity: 1; filter: alpha(opacity=100); background-color: #ffffff !important; }
/****************************************|blue_bg icon holder|***************************/
.blue_bg { background-color: #7CBEDD; margin-top: -9.35%; position: relative; z-index: 900; padding: 0px !important; line-height: normal !important; }
.blue_bg > div { padding: 0px !important; }
.blue_bg > div div { padding: 30px; text-align: center; color: #ffffff; }
.blue_bg > div div span { font-size: 1.2em; font-weight: bold; }
.blue_bg > div div img { display: block; margin: 0 auto; margin-bottom: 10px; }
.blue_bg > div div:nth-child(1) { background-color: #292d4a }
.blue_bg > div div:nth-child(2) { background-color: #0275ac }
.blue_bg > div div:nth-child(3) { background-color: #399fd0 }
.blue_bg > div:nth-child(2) div:nth-child(1) { background-color: #7cbedd; }
.form_rfq_small { padding: 20px !important; margin-top: -67px; text-align: left !important; }
.form_rfq_small h2 { text-align: left; margin: 0px; padding: 0px; padding-left: 9px; padding-bottom: 10px; font-size: 1.8em; }
.form_rfq_small div { padding: 9px !important; background-color: transparent !important; text-align: left !important; }
.form_rfq_small input { width: 100%; border: none; padding: 10px; color: #666666; font-size: 1em !important; }
.form_rfq_small .red_btn { display: inline-block; padding: 12px 20px; margin-top: 16px; }
.form_rfq_small .red_btn:hover { background-color: #616167; }
.form_rfq_small .red_btn:focus { background-color: #616167; }
/*********************************|footer_top|*********************************/
.footer_top { background-image: url('../images/footer-top-bg.jpg'); background-color: #586573 !important; background-repeat: no-repeat; background-size: 100% 100%; padding: 0px; }
.footer_top_whitebg { background-color: #ffffff; padding: 0; margin: 0px auto; -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14); -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14); box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14); margin-top: 0px; }
.footer_top_whitebg h3 { font-weight: bold; font-size: 1.5em; }
.footer_top_whitebg ul { margin: 0px; padding: 0px; list-style: none; }
.footer_top_whitebg ul li a { display: block; padding: 8px; border-bottom: 1px #d6d5dc solid; text-decoration: none !important; color: #2a2839; }
.footer_top_whitebg ul li a:hover { background-color: #f0f0f0 }
.footer_top_whitebg ul li a i { color: #aaa8b9; }
/*****************************||****************************/
.second_banner_holder { margin: 0px; padding: 0px; }
.second_banner_holder > div:nth-child(1) { margin: 0px; padding: 0px; }
.second_banner_holder > div:nth-child(2) { margin: 0px; padding: 20px 40px !important; width: 35%; }
.second_banner_holder > div:nth-child(2) h1 { line-height: normal !important; }
/*****************************||******************************/
.serve h2 { text-align: center; padding-bottom: 20px; margin: 0px; }
.serve { padding: 45px 0px !important; }
.serve > div { margin: 0px; padding: 0px; }
.serve > div > .img_holder { margin: 12px; position: relative; overflow: hidden; }
.serve > div > .img_holder span { font-size: 1.5em; font-weight: bold; color: #ffffff; position: absolute; display: block; right: 30px; bottom: 20px; /*Main nav Animation*/ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; /*Main nav Animation close*/ }
.serve > div > .img_holder:hover span { filter: alpha(opacity=0); opacity: 0; }
.upcoming { text-decoration: none !important; position: absolute; z-index: 100; background-color: rgba(41,45,74,0.7); left: 0px; top: 0px; right: 0px; bottom: 0px; padding: 20px; color: #ffffff !important; text-align: center; /*Main nav Animation*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; /*Main nav Animation close*/ filter: alpha(opacity=0); opacity: 0; }
.serve > div > .img_holder:hover .upcoming { filter: alpha(opacity=100); opacity: 1; margin-bottom: 0px; }
.upcoming strong { display: block; padding: 5px; border-bottom: 3px #b71a20 solid; font-size: 1.5em; margin-bottom: 10px; }
/************************************************|fotter_top|**************************************************/
.fotter_top { background-color: #ffffff; margin: 0px; padding: 0px 0px 30px 0px; }
.fotter_top > div { padding: 0px; }
.fotter_top h3 { font-size: 1.8em; color: #ffffff; padding: 15px 20px; margin: 0px; }
.light_blue { background-color: #399fd0; }
.dark_blue { background-color: #0275ac; }
.fotter_top > div div:last-child .liner { border: none; padding: 0px; }
.liner { padding: 20px; border-right: 1px #cccccc solid; margin: 10px; padding-left: 0px; margin-left: 0px; padding-bottom: 20px !important; }
.liner .red_btn { float: right; }
.footer_listing { margin: 0px; padding: 0px; list-style: none; }
.footer_listing li { padding-bottom: 10px; padding-top: 5px; }
.footer_listing li a { color: #292d4a; font-size: 1.2em; text-decoration: none; }
.footer_listing li a:hover { color: #0275ac; }
.darkside { background-color: #292d4a; }
.brand_slider { padding: 30px 50px 20px 50px; }
.brand_slider ul { margin: 0px; padding: 0px 0px; text-align: center }
.brand_slider ul li { display: inline-block; width: 40%; text-align: center; padding: 8px; }
.brand_slider img { width: 95% !important; float: left; background-color: #ffffff; }
.owl-carousel03 { border-radius: 8px; padding: 15px 100px; }
.owl-carousel03 .owl-dots { display: none !important; }
.owl-carousel03 .owl-prev { position: absolute; top: 35%; padding: 5px 15px; left: 0px; color: #ffffff; font-size: 2.5em; opacity: 0.8; z-index: 999; }
.owl-carousel03 .owl-next { position: absolute; top: 35%; right: 0px; padding: 5px 15px; color: #ffffff; font-size: 2.5em; opacity: 1 !important; filter: alpha(opacity=100) !important; }
.owl-carousel03 .owl-prev:hover, .owl-carousel03 .owl-next:hover { opacity: 1 !important; filter: alpha(opacity=100) !important; }
/****************************************|.bg_slider|**************************/
.bg_slider { background-image: url('../images/bg-slider02.jpg'); background-repeat: repeat-x; background-position: top left; }
.bg_slider h4 { text-align: center; font-size: 1.8em; margin: 40px 0px; }
/************************************************|footer|***************************************************/
footer { position: relative; color: #ffffff; }
footer p { padding-top: 8px; padding-bottom: 5px; }
footer a { color: #ffffff !important; }
footer h4 { color: #ffffff; text-align: center; font-size: 1.7em; }
footer h4 span { background-color: #54dbd0; display: block; width: 50px; margin: 0 auto; height: 3px; margin-top: 15px; }
footer iframe { position: absolute; top: 0px; left: 0px; }
.map_over { background-color: rgba(130,140,149,0.95); position: relative; top: 0px; bottom: 0px; left: 0px; right: 0px; padding: 30px 20px; overflow: hidden; z-index: 900; }
.footer_nav { margin: 0px; padding: 0px; list-style: none; overflow: hidden; }
.footer_nav li { width: 50%; display: block; float: left; padding-bottom: 5px; }
.gaq { position: fixed; bottom: 0px; right: 80px; background-color: #0e385d; padding: 10px 20px; z-index: 1000; color: #ffffff; font-weight: bold; text-decoration: none !important; /*Main nav Animation*/ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; /*Main nav Animation close*/ }
.gaq:hover { background-color: #616167; color: #ffffff; }
/********************************************************/
.owl-carousel02 { border-radius: 8px; padding: 15px 100px; }
.owl-carousel02 .owl-dots { display: none !important; }
.owl-carousel02 .owl-prev { position: absolute; top: 20%; padding: 5px 15px; left: 10px; color: #666666; font-size: 2.5em; opacity: 0.8; z-index: 999; }
.owl-carousel02 .owl-next { position: absolute; top: 20%; right: 10px; padding: 5px 15px; color: #666666; font-size: 2.5em; opacity: 0.8; filter: alpha(opacity=80) }
.owl-carousel02 .owl-prev:hover, .owl-carousel02 .owl-next:hover { opacity: 1; filter: alpha(opacity=100) }
.owl-carousel02 { text-align: center; padding: 0px 60px 60px 60px; }
.owl-carousel02 img { width: auto !important; }
#topcontrol { z-index: 999; }
.menu_bars { display: none; }
.search_bars { display: none; }
.in_mobile { display: none; }
.mobcta { display: none; }
/***********************************************************************/
.categories .catdrop { position: absolute; width: 100% !important; background-color: #ffffff !important; overflow: hidden; -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14); display: none; -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14); box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.14); height: 300px; overflow-y: auto; }
.catdrop a { font-size: 0.8em; background-color: #ffffff !important; }
.catdrop a:hover { font-size: 0.8em; background-color: #f2f2f2 !important; color: #324f6b !important; }
/**************************************|skew|*************************/
.skew_holder { position: relative; overflow: visible; /*background-color: #292d4a;*/ }
.skew_holder .skew:before { content: ''; position: absolute; left: 0; bottom: -50px; overflow: visible; width: 100%; padding: 50px; background: #f3f5f6; z-index: 100; -webkit-transform: skewY(3deg); -moz-transform: skewY(3deg); -ms-transform: skewY(3deg); -o-transform: skewY(3deg); transform: skewY(3deg); -webkit-backface-visibility: hidden; backface-visibility: initial; outline: 1px solid transparent; }
.skew_holder .skew02:before { content: ''; position: absolute; left: 0; bottom: -30px; overflow: visible; width: 100%; padding: 50px; background: #f3f5f6; z-index: 10; -webkit-transform: skewY(-2deg); -moz-transform: skewY(-2deg); -ms-transform: skewY(-2deg); -o-transform: skewY(-2deg); transform: skewY(-2deg); -webkit-backface-visibility: hidden; backface-visibility: initial; outline: 1px solid transparent; }
/*************************|sprites|**************/
.visa, .y, .amex, .b, .discover, .f,.l, .g, .mastercard, .p, .t, .icon06, .icon01, .icon02, .icon03, .icon04, .icon05, .xml, .no, .ok { background: url('/images/sprites.png') no-repeat; display: inline-block; }
.visa { background-position: -119px -37px; width: 55px; height: 34px; }
.y { background-position: -181px 0; width: 32px; height: 32px; }
.amex { background-position: 0 -37px; width: 53px; height: 34px; }
.b { background-position: -109px 0; width: 32px; height: 32px; }
.discover { background-position: -57px -35px; width: 55px; height: 34px; }
.f { background-position: -1px 0; width: 32px; height: 32px; }
.g { background-position: -74px 0; width: 32px; height: 32px; }
.mastercard { background-position: -182px -38px; width: 55px; height: 35px; }
.p { background-position: -145px 0; width: 32px; height: 32px; }
.t { background-position: -38px 0; width: 32px; height: 32px; }
.l { background-position: -218px 0px; width: 32px; height: 32px; }
.icon06 { background-position: -212px -184px; width: 100px; height: 100px; }
.icon01 { background-position: -1px -79px; width: 100px; height: 100px; }
.icon02 { background-position: -107px -79px; width: 100px; height: 100px; }
.icon03 { background-position: -212px -79px; width: 100px; height: 100px; }
.icon04 { background-position: -1px -186px; width: 100px; height: 100px; }
.icon05 { background-position: -107px -184px; width: 100px; height: 100px; }
.xml { background-position: -212px -291px; width: 36px; height: 21px; }
.no { background-position: -103px -289px; width: 100px; height: 100px; }
.ok { background-position: -2px -290px; width: 98px; height: 98px; }
/*************************|.banner_inside|************************/
.banner_inside { background-color: transparent !important }
.banner_inside .skew_holder div img { width: 100% }
.banner_inside big { top: 55px; }
.banner_inside big { top: 55px; }
.banner_inside .banner { padding-top: 0px; }
/*****************|breadcrumbs|*************************/
.breadcrumb_holder { z-index: 500; position: relative; overflow: hidden; }
.breadcrumbs { background-color: #ffffff; padding: 10px; bottom: -1px; width: 100%; color: #828c95; font-size: 1.1em; position: relative; }
.breadcrumbs a { color: #333333; }
.breadcrumbs i { color: #ff3d54; }
.breadcrumb > li:last-child {display: inline;flex-direction: column;align-items: flex-end;}
.breadcrumb > li:last-child:before {content: "";}
.breadcrumb_holder .blue_check { background-repeat: no-repeat; background-size: 100%; padding: 25px 15px 0px 15px; background-position: bottom; }
.breadcrumb_holder .blue_check h1 { margin: 0px; font-size: 2em; margin-bottom: 8px; }
.line_btn { border: 2px #51dacf solid; padding: 12px 20px; display: inline-block; color: #ffffff !important; margin-top: 10px; }
.breadcrumb_holder .blue_check a { color: #ffffff !important; font-weight: bold !important; }
.main_containt { margin-top: 0px; margin-bottom: 0px; padding: 20px 0px; position: relative; z-index: 500; background-color: #ffffff; border-top: 1px #cccccc solid !important; }
.main_containt .rhs > h1 { margin: 0px; font-size: 1.8em; padding: 0px 0px 10px 0px; color: #132e45; font-family: 'nunito_sansbold'; }
.main_containt .rhs > h2 { margin: 0px; font-size: 1.5em; padding: 15px 0px 10px 0px; color: #132e45; font-family: 'nunito_sansbold'; }
.main_containt .rhs > h3 { margin: 0px; font-size: 1.5em; padding: 15px 0px 10px 0px; color: #132e45; font-family: 'nunito_sansbold'; }
.main_containt .rhs h4 { margin: 0px; font-size: 1.5em; padding: 15px 0px 10px 0px; color: #132e45; font-family: 'nunito_sansbold'; }
.main_containt .left_rfq { background-color: #ff3d54; padding: 30px 25px; }
.main_containt .left_rfq h3 { text-align: left; margin: 0px 0px 25px 0px; padding: 0px 0px 20px 0px; color: #ffffff; overflow: hidden; margin-bottom: 20px; border-bottom: 1px #ffa7b1 solid; font-size: 1.6em; }
.left_rfq { -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); text-align: center; }
.left_rfq p { margin: 0px; padding: 15px; color: #ffffff; padding-bottom: 0px; }
.left_rfq .input_box { width: 100%; border: 1px #F2F3F5 solid; padding: 12px; margin-bottom: 12px; background-color: #ffffff; }
.left_rfq .red_btn { width: 100%; }
.left_rfq .red_btn:hover { background-color: #616167; color: #ffffff; }
.left_rfq .red_btn:focus { background-color: #616167; color: #ffffff !important; }
.left_rfq .gaq_btn { background-color: #302579; color: #ffffff; display: block; width: 100%; padding: 10px; text-align: center; font-weight: bold; border: none; }
.left_rfq .red_btn { background-color: #0e385d !important; }
.left_rfq .red_btn:hover { background-color: #616167 !important; }
.left_blue_box { margin-left: 0px; width: 100%; margin-top: 20px; background-color: #ffffff; }
.left_blue_box div { margin: 15px; border: 1px #97a1ab solid; }
/***********************************|pager|***********************************/
.pager { margin: 0px; }
.pager li > a { border-radius: 0px; }
.pager li .act, .pager li.fsc-active a { background-color: #ff3d54 !important; color: #ffffff !important; }
.pager li > a:focus, .pager li > span:focus { background-color: #848b93 !important; color: #ffffff !important; }
.pager .owl-wrapper-outer { width: 91.5% !important; }
.pager .owl-prev { position: absolute; left: 0px; top: 0px; border-radius: 0px !important; font-size: 1.2em !important; padding: 4px 15px !important; margin-top: 0px !important; margin-left: 0px !important; }
.pager .owl-next { position: absolute; right: 0px; top: 0px; border-radius: 0px !important; font-size: 1.2em !important; padding: 4px 15px !important; margin-top: 0px !important; margin-right: 0px !important; }
.pager .owl-prev:hover, .pager .owl-next:hover { opacity: 1 !important; }
.pager .owl-controls { display: block !important; }
/***********************************|pager close|***********************************/

@media (min-width:0px) and (max-width:480px) {
    .pager .owl-wrapper-outer { width: 67% !important; }
}

@media (min-width:481px) and (max-width:980px) {
    .pager .owl-wrapper-outer { width: 85% !important; }
}

.pagination_top { margin-bottom: 10px !important; }
.listing { position: relative; background-color: #ffffff; display: block; /*padding: 15px;*/ -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.09); -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.09); box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.09); margin-bottom: 15px; }
.listing table { border: 1px #e0e2e4 solid; }
.listing table td { padding: 10px !important; }
.plisting02 table tr:nth-child(1) { border: 1px #c5cdcf solid !important; border-bottom: 1px #c5cdcf solid !important; }
.listing table th { background-color: #56616b; color: #ffffff; padding: 12px !important; }
.listing table td a { color: #2a2839 }
.listing tr:nth-child(1) td { border-top: none; }
.listing tr:last-child(1) td { border-bottom: none; }
.lhs { padding-left: 0px; }
.rhs { padding-right: 0px; }
.rfq_btn { background-color: #d0192c; color: #ffffff; padding: 5px 15px; display: inline-block; text-decoration: none !important; font-weight: bold !important; }
.rfq_btn:hover { background-color: #ffffff; color: #ffffff; }
.listing h3 { margin-bottom: 15px; }
.accordion { margin: 0px; padding: 0px; list-style: none; }
.accordion li { margin-bottom: 15px; }
.accordion li h3 { cursor: pointer; margin: 5px 0px !important; padding-right: 40px; }
.accordion li h3 i { position: absolute; right: 0; top: 15px; padding: 0px 15px; color: #9a98a9; }
.accordion li div { padding: 0px !important; display: none; width: 100% !important; margin-top: 10px; }
/**********************************************/
.rfqform_holder { overflow: hidden; /*border: 1px #dddddd solid;*/ position: relative; background-color: #ffffff; padding: 25px; margin-top: 30px; margin-bottom: 30px; display: block; -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.09); -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.09); box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.09); }
.rfqform_holder h2 { margin-top: 0px; font-size: 1.5em; border-bottom: 1px #d7dde3 solid; color: #ffffff !important; padding: 15px; margin: -25px; margin-bottom: 25px; background-color: #162a44; }
.rfqform_holder label { color: #858994; }
.rfqform_holder h3 { margin-top: 0px; font-size: 1.5em; border-bottom: 1px #d7dde3 solid; color: #ffffff !important; padding: 15px; margin: -25px; margin-bottom: 25px; background-color: #162a44; }
.star { color: #ff0000; display: inline-block !important; }
.rfqform_holder .inputbox { border: 1px #c6c8cd solid; padding: 8px; width: 100%; margin-top: 5px; color: #666c6f; margin-bottom: 10px; height: 39px; background-color: #ffffff; }
.rfqform_holder .selectbox { border: 1px #c6c8cd solid; padding: 8px; width: 100%; margin-top: 5px; color: #666c6f; margin-bottom: 10px; height: 39px; background-color: #ffffff; }
.rfqform_holder .textareabox { border: 1px #c6c8cd solid; padding: 8px; width: 100%; margin-top: 5px; color: #666c6f; margin-bottom: 10px; background-color: #ffffff; }
#recaptcha1 { margin-top: 5px; margin-bottom: 10px; }
.submit_btn { background-color: #ff3d54; padding: 10px 23px; border: none; text-transform: uppercase; font-size: 1.2em; font-weight: bold; cursor: pointer; margin: 10px 0px; text-decoration: none !important; color: #ffffff; /*Main nav Animation*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; /*Main nav Animation close*/ border: 0px !important; }
.submit_btn:hover { background-color: #616167; color: #ffffff; }
.submit_btn:focus { background-color: #616167; color: #ffffff; }
hr { border-color: #a29ab5 !important; border-style: dashed !important; }
/***************************|sitemap|**********************************/
.sitemap { padding: 0px 10px 40px 12px; overflow: hidden; }
.sitemap ul { margin: 0px; padding: 0px; list-style: none; }
.sitemap ul ul { padding-left: 10px; padding-top: 8px; padding-bottom: 8px; }
.sitemap ul li a { display: block; padding: 7px 5px 7px 5px; border-bottom: 1px #dddddd dotted; }
/**********************|404 Error / Thank you|**************************/
.error { padding: 30px 20px !important; text-align: center; margin: 20px 0px; background-color: #F1F9FB; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); }
.error hr { border-color: #cccccc; }
.error .more { color: #000000; }
.error img { width: auto !important; }
.error h1 { color: #9D3330; border: none; font-size: 2em; margin-bottom: 8px; }
.error .submit_btn { background-color: #ff3d54; }
.error .submit_btn:hover { background-color: #56616b !important; }
/********************************||****************************/
.map_holder { overflow: hidden; padding-top: 20px; position: relative; margin-right: 15px; }
.map_over02 { position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; }
/*********************************************************************************/
#topcontrol { z-index: 1000; }
.mobcta { display: none; }
.menu_bars { display: none; }
.menu_search { display: none; }
.insider_form { display: none }
/********************************|less_more|************************************/
.less_more { height: 195px; overflow: hidden }
.second_less { height: 40px; overflow: hidden }
.auto_height { height: auto; }
.less_morectrl { .red_btn
{ background-color: #b1e58f; color: #477528 !important; font-weight: bold; border: none; padding: 10px 15px; text-decoration: none !important; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); }
}
.less_morectrl:hover { background-color: #616167; color: #ffffff !important; }
.socialicon a { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.socialicon a:hover { opacity: 0.5; filter: alpha(opacity=50); }
footer .actv { text-decoration: underline !important; }
.top_nav .actv { text-decoration: underline !important; }
label { width: auto !important; }
.bottom_line { border: none; width: 100%; }
.upload { /*margin-top: 20px;*/ /*border: 5px solid #e6e2f0;*/ background-color: #ffffff; background-repeat: repeat-x; background-position: top; -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); }
.form_error { margin-left: -20px; margin-right: -20px; }
.form_error input { padding: 10px; border: 1px #dddddd solid; height: 42px; }
.form_error button { padding: 10px; height: 42px; border: 1px solid #ff3d54; font-weight: bold; background-color: #ff3d54; color: #ffffff; /*Main nav Animation*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; /*Main nav Animation close*/ -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; }
.form_error button:hover { background-color: #56616b; border: 1px #56616b solid; color: #ffffff; }
.top_search { text-decoration: none !important; color: #302579 !important; }
.top_search i { display: inline-block; width: 18px !important; }
.light_box { position: fixed; z-index: 10000; background-color: rgba(0,0,0,0.8); top: 0px; bottom: 0px; left: 0px; right: 0px; display: none; }
.banner big { top: 37% !important; }
.skew_fix .skew_holder .skew::before { padding: 100px !important; content: ''; position: absolute; left: 0; bottom: -30px; overflow: visible; width: 100%; background: #f3f5f6; z-index: 10; -webkit-transform: skewY(0deg); -moz-transform: skewY(0deg); -ms-transform: skewY(0deg); -o-transform: skewY(0deg); transform: skewY(0deg); -webkit-backface-visibility: hidden; backface-visibility: initial; outline: 1px solid transparent; }
.mobline { display: none; }
footer .container .row { margin: 0px !important; }
.table-responsive .table { max-width: none; }
.upload { text-align: center; background-color: #ffffff; }
.upload img { }
/*****************************|nested dropdown|******************************/
.catdrop li ul { background-color: #eeeeee !important; display: none; width: 100% !important }
.catdrop li ul li a { background-color: #eeeeee !important; }
.catdrop li ul li a:hover { background-color: #dddddd !important; }
.catdrop li { position: relative; }
.catdrop li i { padding: 11px 15px; position: absolute; right: 0; top: 0; color: #324f6b; font-weight: normal; cursor: default; }
.map { border: 0px; width: 100%; height: 100%; position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background-image: url('/images/map.webp'); background-size: 100% auto; background-position: center center; }
/***********************||**********************************/
.lhs .left_blue_box .spacing { padding: 15px; overflow: hidden; padding-bottom: 15px; }
.lhs .left_blue_box .spacing table { border: none; border-collapse: collapse; width: 100%; margin: 0px -10px 20px -10px; }
.lhs .left_blue_box .spacing table td { padding: 10px !important; padding-left: 15px !important; border-right: 1px #cccccc solid; border-collapse: collapse; width: 50%; }
.lhs .left_blue_box .spacing table td:nth-child(2) { border-right: none !important; }
.lhs .left_blue_box .spacing table td a { color: #4f5256; }
.rhs .dark_blue { background-color: #292d4a; color: #ffffff; padding: 15px; font-size: 1.5em !important; margin-bottom: 0px; }
.icons { background-color: #0e385d; color: #ffffff; }
.icons { margin-top: 20px; margin-bottom: 20px; overflow: hidden; text-align: left; }
.icons h3 { padding: 0px 20px; }
.icons img { float: left; margin-right: 15px; margin-left: 15px; }
.icons div { padding: 5px; font-weight: bold; overflow: hidden; }
.icons span { text-align: left; }
/*.icons div:nth-child(1) { background-color: #292d4a }.icons div:nth-child(2) { background-color: #0275ac }.icons div:nth-child(3) { background-color: #399fd0 }.icons div:nth-child(4) { background-color: #7cbedd }*/
.icon_hold img { width: 100% !important; }
.second_paging { overflow: hidden; clear: both; /*border-top: 1px #dddddd solid;*/ padding-top: 10px; padding-bottom: 20px; }
.second_paging div { padding: 0px !important; margin-bottom: 0px !important; }
.showingoneof { display: block; padding: 8px 0px; }
.banner_alpha big { top: 50% !important; }
.table_form { width: 100%; border: 1px #cccccc solid; /*margin-bottom: 20px;*/ }
.table_form tr { background-color: #ffffff !important; }
.table_form th { background-color: #586673; color: #ffffff; padding: 10px; }
.table_form tr:nth-child(odd) { background-color: #ffffff !important; }
.table_form td { padding: 12px; }
.alterneter { border: 1px #ddd solid }
.alterneter tr:nth-child(even) { background-color: #ffffff; }
.alterneter td { padding: 12px !important; border: 1px #ddd solid; border-collapse: collapse; }
.emailphone { margin-top: 20px; margin-bottom: 20px; padding: 15px 12px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); background-color: #ffffff; text-align-last: center; }
.emailphone img { margin: 0 auto }
.emailphone div { border-bottom: 1px #d7dde3 solid; width: 100%; }
.emailphone div:last-child { border: none; }
.emailphone a { background-color: #94DEF3 }
.emailphone a { display: block; }
.emailphone a img { width: 100%; }
.emailphone a:hover img { opacity: 0.7; }
.emailphone a:nth-child(1) { border-bottom: 1px #cccccc solid; }
.showme { width: auto; position: relative; top: 0px; }

@media (min-width:0px) and (max-width:640px) {
    .showme form input { width: 100%; margin: 0px; margin-bottom: 8px; padding: 10px; }
    .showme form select { width: 100%; margin: 0px; margin-bottom: 8px; padding: 10px; }
    .showme form button { width: 100%; margin: 0px; margin-bottom: 8px; padding: 10px; }
    .showme form i { border: none !important; width: auto !important; }
    .showme form .red_btn:after { /*content: "Search" !important;*/ }
}

@media (min-width:768px) and (max-width:1279px) {
    .showme form input { width: 30%; padding: 10px; }
    .showme form select { width: 30%; padding: 11px; }
    .showme form button { width: 20%; padding: 10px; }
    .showme form i { border: none !important; width: auto !important; }
    .showme form .red_btn:after { /*content: " Search" !important;*/ }
}

@media (min-width:0px) and (max-width:1279px) {
    .main_nav .sub02 i { position: absolute; right: 10px; padding: 15px; display: block; z-index: 1; top: 0px; margin-left: 0px; color: #ffffff !important; }
    .showme { position: fixed !important; padding: 20px; z-index: 10001 !important; width: 100%; background-color: #191B21 !important; text-align: center !important; margin: 0 auto; left: 0px; right: 0px; display: block !important; margin-top: 68px !important; }
}

.table-responsive { border: none !important; }
.specification tr { border-collapse: collapse !important; border: 1px #d9cebf solid; }
.specification h3 { margin: 5px !important; }
.specification td { margin: 5px !important; padding: 15px !important; vertical-align: top; }
.specification th, .specification td { background-color: #F2E5D4 !important; color: #4f5256 !important; }
.footer_line { text-align: center; border-top: 1px; background-color: #747e87; color: #f2f2f2; padding: 20px; padding-bottom: 10px; font-size: 1em; }
footer i { color: #ffffff !important; }
.pagination_top .owl-prev { opacity: 1 !important; background-color: #0e385d !important; color: #ffffff; }
.pagination_top .owl-next { opacity: 1 !important; background-color: #0e385d !important; color: #ffffff; }
.pagination_top .disabled { background-color: #586673 !important; color: wheat; cursor: default; }

@media (min-width:1280px) and (max-width:8000px) {
    .blue_bg .col-lg-6:nth-child(1) div:last-child { display: none; }
}

@media (min-width:0px) and (max-width:1279px) {
    .blue_bg .col-lg-6:nth-child(2) > div:first-child { display: none; }
    .blue_bg .col-lg-6:nth-child(1) div:last-child { background-color: #7cbedd; }
}
/*****************************|drop_down|**************************************/
.main_nav li { position: relative }
.main_nav li i { color: #404952; margin-left: -8px; }
.main_nav .sub02 i { color: #404952; position: absolute; right: 0px; top: 10px; color: #ffffff; cursor: pointer; }
.main_nav li:hover ul { }
.main_nav li > ul { position: absolute; background-color: #586673; width: 250px !important; top: 39px; left: 0px; display: none; }
.main_nav li > ul > li > ul { position: relative; background-color: #67737e; top: 0px !important; left: 0px; display: none; width: 100%; }
.main_nav li > ul li { display: block; width: 100%; text-align: left !important; margin: 0px !important; padding: 0px !important; }
.main_nav li > ul > li > a { display: block !important; text-align: left; border: none !important; text-transform: capitalize !important; /*border-bottom: 1px #3D4267 solid !important;*/ color: #ffffff; }
.main_nav li > ul > li > a:hover { background-color: rgba(2, 117, 172, 0.5); /*border-bottom: 1px #3D4267 solid !important;*/ }
.main_nav li > ul > li > ul > li > a:hover { background-color: #504655 !important; /*border-bottom: 1px #3D4267 solid !important;*/ }

@media (min-width:0px) and (max-width:1279px) {
    .main_nav li i { position: absolute; right: 10px; padding: 15px; display: block; z-index: -1; top: 0px; margin-left: 0px; color: #ffffff !important; }
    .main_nav .sub02 i { position: absolute; right: 10px; padding: 15px; display: block; z-index: 1; top: 0px; margin-left: 0px; color: #ffffff !important; }
    .main_nav li:hover > a { /*border-bottom: 1px solid #292d4a !important; */ }
    .main_nav li > ul { width: 100% !important; position: relative !important; top: 0px !important; }
    .main_nav li:hover ul { display: none; }
    .main_nav ul li a:hover { background-color: rgba(0, 0, 0, 0.1) !important; }
    .main_nav ul li a:focus { background-color: rgba(0, 0, 0, 0.1) !important; }
}
/******************************||*********************************/
.floating_form { position: absolute; display: block; padding: 0px; z-index: 1000; bottom: 0px; margin: 0 auto; left: 0px; right: 0px; }
.floating_form_holder { background-color: #5ebfc8; display: block; padding: 30px; padding-bottom: 15px !important; margin: 0px; margin-top: 20px; text-align: center }
.floating_form_holder img { margin: 0 auto; }
.floating_form_holder input { width: 100%; display: block; border: 1px #d7dde3 solid; padding: 10px; background-color: #f1f4f5 !important; margin-bottom: 14px; -webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; border-radius: 3px !important; }
.floating_form_holder h3 { margin: 0px; padding: 0px; margin-bottom: 20px; color: #ffffff; font-family: 'frank_ruhl_librebold'; font-weight: normal; font-size: 1.3em; }
.floating_form_holder button { background-color: #d9e973; border: 1px #90c86b solid; display: block; width: 100%; padding: 10px; font-weight: bold; text-transform: uppercase; color: #525c10; }
.floating_form_holder button:hover { background-color: #616167 !important; color: #ffffff !important; }
.iconica { margin: 0px -14px; padding: 15px 0px; list-style: none; text-align: center; color: #ffffff; border: 1px #c2e6e8 solid; margin-bottom: 50px; background-color: rgba(255,255,255,0.25) }
.iconica li { display: inline-block; padding: 10px 20px; border-right: 1px #d7dde3 solid; }
.iconica li:last-child { border: none; }
.iconica li div { float: left; padding: 0px 20px; }
.iconica li div:nth-child(1) { width: 92px; float: left; margin-right: 15px; }
.iconica li div:nth-child(2) { padding-top: 8px; font-size: 1em; text-align: left; width: 150px; font-weight: bold; vertical-align: top; }
.bg_color { background-color: #f2e5d3; overflow: hidden; padding: 0px 20px !important; margin-bottom: 40px; }
.bg_color h3 { margin: 0px; padding: 30px 15px 10px 15px; color: #586573; }
.bg_blue02 { background-image: url('../images/bg-blue.jpg'); background-repeat: repeat-x; background-position: top; color: #586573; }
.bg_blue02 h2 { color: #ffffff; font-family: 'nunito_sansregular'; text-align: center; padding: 15px 0px; font-size: 2.5em; }
.bg_blue { /*background-image: url('../images/bg-blue.jpg');*/ background-repeat: repeat-x; background-position: top; color: #586573; }
.bg_blue .owl-carousel04 { text-align: center; padding-bottom: 30px; }
.bg_blue .owl-carousel04 > div > div > div { background-color: #ffffff; border: 1px #c8ced5 solid; margin-bottom: 20px; position: relative; overflow: hidden; }
.owl-carousel04 { padding: 15px 0px 30px 0px; }
.owl-carousel04 > div > div > div { background-color: #ffffff; border: 1px #c8ced5 solid; margin-bottom: 20px; position: relative; overflow: hidden; overflow: hidden; }
.bg_blue .owl-carousel04 > div > div > div > div > div > div { position: absolute; bottom: 0px; width: 100%; left: 0px; right: 0px; }
.bg_blue .owl-carousel04 > div > div > div > div > div > div .upbtn { background-color: #d9e973; border: none !important; padding: 15px; text-align: center; border: none; display: block; widows: 100%; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; font-size: 1.2em; color: #525c10; -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75); }
.bg_blue .owl-carousel04 > div > div > div:hover .upbtn, .bg_blue .owl-carousel04 > div > div > div > div > div > div .upbtn:hover { background-color: #616167; color: #ffffff; }
.bg_blue .owl-carousel04 strong { display: block; width: 100%; padding: 15px; text-align: center; font-size: 1.4em; font-weight: normal; }
.bg_blue .owl-carousel04 .upbtn { background-color: #b1e58f; border: 1px #90c86b solid; padding: 10px 20px; display: inline-block; text-align: center; margin: 0 auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-decoration: none; color: #477528; font-weight: bold; -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); }
.bg_blue .owl-carousel04 a:hover { background-color: #B5DD8C; color: #ffffff; }
.bg_blue h2 { font-family: 'nunito_sansregular'; color: #616167; padding: 32px 0px 25px 0px; margin: 0px; }
.owl-carousel04 .owl-prev { width: auto !important; position: absolute !important; display: inline-block; top: -40px; right: 35px; background-color: #bfbfc9 !important; padding: 3px 12px; color: #ffffff; font-size: 1.2em; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: none !important; }
.owl-carousel04 .owl-next { width: auto !important; position: absolute !important; display: inline-block; top: -40px; right: 0px; background-color: #bfbfc9 !important; padding: 3px 12px; color: #ffffff; font-size: 1.2em; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: none !important; }
.owl-carousel04 .owl-prev:hover, .owl-carousel04 .owl-next:hover { background-color: #616167 !important; color: #ffffff; border: none !important; }
.bg_img { background-image: url("/images/footer-top.webp"); background-repeat: no-repeat; background-size: 100% 100%; padding: 8px 0px 60px 0px; }
.bg_img h2 { color: #ffffff; padding: 20px 0px; text-align: center; font-family: 'nunito_sansbold'; font-size: 2em; }
.bg_img h3 { color: #132e45; text-align: left; font-family: 'nunito_sansbold'; font-size: 1.5em; margin: 0px; padding: 12px 0px; }
.owl-carousel05 .owl-item { overflow: hidden; }
.owl-carousel05 .owl-item div > div > a > div { padding: 10px 15px 10px 15px; position: absolute; bottom: 0px; text-align: left; color: #ffffff; width: 101%; font-size: 1.5em; background-color: #ff3d54; }
.owl-carousel05 .owl-prev { width: auto !important; position: absolute !important; display: inline-block; top: -40px; right: 35px; background-color: #bfbfc9 !important; padding: 3px 12px; color: #ffffff; font-size: 1.2em; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: none !important; }
.owl-carousel05 .owl-next { width: auto !important; position: absolute !important; display: inline-block; top: -40px; right: 0px; background-color: #bfbfc9 !important; padding: 3px 12px; color: #ffffff; font-size: 1.2em; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: none !important; }
.owl-carousel05 .owl-prev:hover, .owl-carousel05 .owl-next:hover { background-color: #616167 !important; color: #ffffff; border: none !important; }
.no_bg { background-image: none !important; }
.no_bg h2 { color: #586573; }
.header_hold { width: 100%; }
.cta .search_bars { display: inline-block !important; }
.fixed { position: fixed; z-index: 10000000; color: #666666; background-color: #162a44; -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.1); }
.gray_title { color: #616167; margin: 0px; padding: 25px 25px 0px 20px; font-size: 1.8em; text-align: left; font-family: 'frank_ruhl_librebold'; }
.spacing .red_btn { float: right }
.plisting02 table { border: none !important }
.plisting02 td { border: none !important; }
.plisting02 tr { border: none !important; margin: 10px 0px !important; }
.plisting table { border: none !important }
.plisting td { border: none !important; }
.plisting tr { border: none !important; margin: 10px 0px !important; border-left: none !important; border-right: none !important; }
.plisting tr:nth-child(even) { background-color: #f1f4f5 !important; }
.plisting tr:nth-child(odd) { }
.plisting02 tr:nth-child(even) { background-color: #f1f4f5 !important; }
.plisting02 tr:nth-child(odd) { border-top: 1px #c5cdcf solid !important; border-bottom: 1px #c5cdcf solid !important; }
.table.plisting02 > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { border-top: 1px #c5cdcf solid !important; border-left: none !important; border-right: none !important; }
.icon_hang { margin-bottom: 10px; }
.rhs h1, .rhs h2, .rhs h3, .rhs h4 { color: #132e45; margin-bottom: 10px; font-family: 'nunito_sansbold'; }
.left_menu { border: 7px #e6e2f0 solid; padding: 15px; color: #ffffff; margin-top: 32px; overflow: hidden; background: rgba(107,66,197,1); background: -moz-linear-gradient(top, rgba(107,66,197,1) 0%, rgba(85,53,158,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(107,66,197,1)), color-stop(100%, rgba(85,53,158,1))); background: -webkit-linear-gradient(top, rgba(107,66,197,1) 0%, rgba(85,53,158,1) 100%); background: -o-linear-gradient(top, rgba(107,66,197,1) 0%, rgba(85,53,158,1) 100%); background: -ms-linear-gradient(top, rgba(107,66,197,1) 0%, rgba(85,53,158,1) 100%); background: linear-gradient(to bottom, rgba(107,66,197,1) 0%, rgba(85,53,158,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b42c5', endColorstr='#55359e', GradientType=0 ); }
.left_menu h3 { text-align: center }
.left_menu ul { margin: 0px; padding: 0px; list-style: none; }
.left_menu ul li a { display: block; padding: 11px 12px; color: #ccc2e4; border-bottom: 1px #a29ab5 dashed; text-decoration: none !important; background-image: url("../images/arrow.png"); background-repeat: no-repeat; background-position: 5px 16px; padding-left: 18px; }
.left_menu ul li a:hover { background-color: #6b43c5; }
.left_menu ul li:last-child a { border: none }
.numbering { padding: 25px; padding-bottom: 0px; background-color: #0e385d; overflow: hidden; margin: 30px 15px 30px 30px; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.06); text-align: center; color: #ffffff; }
.numbering div div { border: 1px #97a1ab solid; height: 150px; width: 100%; padding: 10px; margin-bottom: 25px; }
.numbering div div img { margin: 0 auto; }
.above_footer { padding: 50px 0px; }
.above_footer > div > div > div { background-color: #f1f4f5; }
.above_footer > div > div > div > div { padding: 20px; position: relative; padding-bottom: 60px; }
.above_footer > div > div > div > div h4 { color: #616167; font-size: 1.4em; font-weight: bold; margin-bottom: 18px; }
.viewall { display: block; padding: 15px; width: 100%; margin: 0px -20px; background-color: #d9e973; position: absolute; bottom: 0px; color: #525c10; text-align: right; font-weight: bold; text-decoration: none !important; }
.viewall i { color: #aab84e; }
.viewall:hover { background-color: #616167; color: #ffffff; }
.viewall:hover i { color: #ffffff; }
.spacing_table02 { border: none; border-collapse: collapse; width: 100%; margin: 0px -10px 20px -10px; }
.spacing_table02 td { padding-left: 15px !important; border-right: 1px #cccccc solid; border-collapse: collapse; width: 50%; }
.spacing_table02 td:nth-child(2) { border-right: none !important; }
.spacing_table02 td a { color: #4f5256; display: block; padding: 2px; background-image: url('/images/arrow02.png'); background-repeat: no-repeat; background-position: 0px 8px; padding-left: 15px; }
.spacing ul { margin: 0px; padding: 0px; list-style: none; margin-bottom: 15px; }
.spacing ul li a { border-bottom: 1px #a29ab5 dashed; display: block; padding: 11px; text-decoration: none !important; color: #79797f; background-image: url('../images/arrow.png'); background-repeat: no-repeat; background-position: 8px 16px; padding-left: 22px; text-align: left; }
.spacing ul li a:hover { background-color: #f1ecef; }
.spacing ul li:last-child a { border: none; }
.sub ul li a, .sub02 a { border: none !important; margin: 0px !important; }
.sub i { cursor: pointer; }
.home_table_box { padding: 30px 15px 0px 15px; }
.table_box { -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.09); -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.09); box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.09); }
.table_box > div { padding: 14px 20px; padding-top: 0px; }
.table_box ul { margin: 0px; padding: 0px; list-style: none; }
.table_box ul li { padding: 4px; padding-left: 15px; background-image: url('/images/arrow02.png'); background-repeat: no-repeat; background-position: 0px 9px; }
.table_box a { color: #4c555e; }
.table_box h2 { font-size: 1.5em; color: #132e45; }
.table_box img { width: 100%; height: 190px; }
.bg_white { background-color: #ffffff; padding: 20px; height: 370px; overflow-y: auto; }
.top_line { border-top: 1px #cccccc dashed; background-color: #f2f2f2; padding-top: 15px; }
.owl-carousel05 .owl-item i { float: right; margin-right: 5px; border: 2px #ffffff solid; height: 30px; width: 30px; padding: 2px 10px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
.banner_inside > img { display: none !important; }
.banner_alpha > img { display: none !important; }
.left_blue_box.table_box { padding: 15px 20px 40px 20px; }
.left_blue_box.table_box ul { margin-bottom: 30px; }
.lhs .table_box h2 { padding-top: 0px; margin-top: 10px; }
.listing table td .red_btn { background-color: #ff3d54; }
.listing table td .red_btn:hover { background-color: #616167; }
.table_box .red_btn { background-color: #FF3D54; }
.table_box .red_btn:hover { background-color: #616167; }
.fotter_top .red_btn { background-color: #FF3D54; }
.fotter_top .red_btn:hover { background-color: #616167; }
.rhs .red_btn { background-color: #FF3D54; }
.rhs .red_btn:hover { background-color: #616167; }
.lhs .red_btn { background-color: #FF3D54; }
.lhs .red_btn:hover { background-color: #616167; }
/********************************************************/
.owl-carousel0x { border-radius: 8px; padding: 15px 100px; margin-top: 20px; }
.owl-carousel0x .owl-dots { display: none !important; }
.owl-carousel0x .owl-prev { position: absolute; top: 20%; padding: 5px 15px; left: 10px; color: #666666; font-size: 2.5em; opacity: 0.8; z-index: 999; }
.owl-carousel0x .owl-next { position: absolute; top: 20%; right: 10px; padding: 5px 15px; color: #666666; font-size: 2.5em; opacity: 0.8; filter: alpha(opacity=80) }
.owl-carousel0x .owl-prev:hover, .owl-carousel02 .owl-next:hover { opacity: 1; filter: alpha(opacity=100) }
.owl-carousel0x { text-align: center; padding: 0px 60px 10px 60px; }
.owl-carousel0x img { width: auto !important; }

@media (min-width:0px) and (max-width:1024px) {
    .owl-carousel0x .owl-prev { font-size: 1.5em; padding: 5px 10px; display: block !important; }
    .owl-carousel0x .owl-next { font-size: 1.5em; padding: 5px 10px; display: block !important; }
}

@media (min-width:0px) and (max-width:767px) {
    .owl-carousel0x img { width: 100% !important; }
}

.crtimg { display: none; }

@media (min-width:0px) and (max-width:640px) {
    .owl-carousel0x { display: none !important; }
    .crtimg { display: block; width: 100%; padding: 20px; }
}

.bg_gray { border-top: 1px #cccccc solid; }
.img_holder { padding: 0px !important; margin: 0px !important; position: relative }
.mplus { text-decoration: none !important; position: absolute; bottom: -28px; background-color: #ff3d54; text-align: center; line-height: 44px; font-size: 2em; color: #ffffff !important; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; width: 48px; height: 48px; display: block; right: 28px; }
.mplus:hover { background-color: #616167; }
.showinmob { display: none !important; }
.actvt { text-decoration: underline !important; }

@media (min-width:0px) and (max-width:767px) {
    .main_containt .rhs > h1 { margin: 0px; font-size: 1.5em; padding: 0px 0px 15px 0px; color: #132e45; font-family: 'nunito_sansbold'; }
    .main_containt .rhs > h2 { margin: 0px; font-size: 1em; padding: 15px 0px 10px 0px; color: #132e45; font-family: 'nunito_sansbold'; }
    .main_containt .rhs > h3 { margin: 0px; font-size: 1em; padding: 5px 0px 10px 0px; color: #132e45; font-family: 'nunito_sansbold'; }
    .main_containt .rhs h4 { margin: 0px; font-size: 1em; padding: 15px 0px 10px 0px; color: #132e45; font-family: 'nunito_sansbold'; }
}

.notification { font-size: 12px; margin-left: 40%; }

@media only screen and (max-device-width:480px) {
    .notification { margin-left: 20%; font-size: 12px; }
}

.pre-footer { padding: 0px; margin: 0px; /*margin-bottom:20px;*/ }
.foot-disc, .no-china { position: relative; background-color: #fff; color: #6a7582; padding: 4px 20px 0px 20px; border-top: 2px #d4333c solid; border-bottom: 3px solid #ccc; overflow: hidden; min-height: 143px; margin-bottom: 30px; }
.no-china-content { position: absolute; width: 80%; height: 100%; left: 0; right: 0; top: 0; margin: 0 auto; padding-top: 2em; }
.foot-disc ul li { width: 100%; float: none; text-align: left; margin: 0; padding: 0; border-bottom: 1px dashed #cccccc; }
.foot-disc p { margin-bottom: 0; padding: 5px 0; line-height: 1.2; color: #000; font-size: 1.15em; }
.no-china p { line-height: 1.2; font-size: 1.15em; display: inline-block; vertical-align: middle; padding-left: 20px; }
.no-china img { display: inline-block; vertical-align: middle; width: 80px; float: left; }

@media(max-width: 1280px) {
    .no-china-content { position: absolute; width: 100%; height: 100%; padding-left: 30px; padding-right: 30px; }
}

@media(max-width: 991px) {
    .no-china-content { padding-left: 30px; padding-right: 30px; }
}

@media(max-width: 767px) {
    .no-china p { line-height: 1.2; font-size: 1.15em; display: block; vertical-align: middle; margin-left: 95px; }
}

@media(max-width: 480px) {
    .no-china-content { position: absolute; width: 100%; height: 100%; padding-left: 20px; padding-right: 20px; padding-top: 20px; }
    .no-china p { margin-left: 75px; }
    table.mobile-table td { display: table-cell !important; width: 100% !important; float: left !important; }
}

.iso { float: left; padding: 5px; }
/* sprite related css */
.sprite { background-image: url(/Images/spritesheet.webp); background-repeat: no-repeat; display: inline-block; }
.sprite-apple-store { width: 135px; height: 40px; background-position: -5px -5px; }
.sprite-form-icon { width: 32px; height: 38px; background-position: -150px -5px; vertical-align: middle; }
.sprite-google_app_btn { width: 135px; height: 40px; background-position: -150px -53px; }
.sprite-how-are-we-doing { width: 70px; height: 75px; background-position: -5px -103px; float: left; margin-right: 10px; }
.sprite-icon01 { width: 90px; height: 90px; background-position: -85px -103px; }
.sprite-icon02 { width: 90px; height: 89px; background-position: -185px -103px; }
.sprite-icon03 { width: 90px; height: 90px; background-position: -5px -203px; }
.sprite-icon04 { width: 81px; height: 90px; background-position: -105px -203px; }
.sprite-nochina { width: 92px; height: 92px; background-position: -310px -4px; float: left; margin-right: 10px; }
.sprite-take-survey-now { width: 130px; height: 28px; background-position: -285px -196px; }
.sprite-up { width: 45px; height: 45px; background-position: -425px -196px; }
.sprite-xml { width: 36px; height: 21px; background-position: -188px -192px; }
.sprite-facebook { width: 32px; height: 32px; background-position: -248px -259px; }
.sprite-twitter { width: 32px; height: 32px; background-position: -285px -259px; }
.sprite-gplus { width: 32px; height: 32px; background-position: -324px -259px; }
.sprite-blog { width: 32px; height: 32px; background-position: -362px -259px; }
.sprite-pinterest { width: 32px; height: 32px; background-position: -400px -259px; }
.sprite-youtube { width: 32px; height: 32px; background-position: -438px -259px; }
.sprite-amex { width: 55px; height: 34px; background-position: -187px -259px; }
.sprite-discover { width: 55px; height: 34px; background-position: -188px -5px; }
.sprite-visa { width: 55px; height: 34px; background-position: -186px -219px; }
.sprite-master { width: 55px; height: 34px; background-position: -248px -5px; }
.lhs .sprite-icon01, .lhs .sprite-icon04 { display: inline-block; vertical-align: middle; }
.lhs .icons span { text-align: left; display: inline-block; vertical-align: middle; margin-left: 5px; max-width: 60%; }
.nohyperlink { pointer-events: none !important; cursor: default; }
.table_title { padding: 10px; background: #ff3d54; color: white; font-weight: bold; }
.table-striped a { text-transform: capitalize; }
i.fa.fa-thumbs-down { color: red; position: absolute; bottom: 28%; right: 0; }
i.fa.fa-thumbs-up { color: green; position: absolute; bottom: 28%; right: 0; }
.capitalize { text-transform: capitalize; }
.table-transparent tr td, .table-transparent tr { background: white !important; border: none !important; }
.bg_gray h4 { font-size: 20px; font-weight: 700; padding-top: 10px; }

/*Common Certificate    START*/
@media(min-width:1920px) and (max-width:800000px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 130px
    }
}

@media(min-width:1680px) and (max-width:1919px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1440px) and (max-width:1679px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1366px) and (max-width:1439px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 145px
    }
}

@media(min-width:1280px) and (max-width:1365px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 140px
    }
}

@media(min-width:1024px) and (max-width:1279px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:980px) and (max-width:1023px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 240px
    }
}

@media(min-width:800px) and (max-width:979px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 245px
    }
}

@media(min-width:768px) and (max-width:799px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 345px
    }
}

@media(min-width:600px) and (max-width:767px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 340px
    }
}

@media(min-width:480px) and (max-width:599px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 445px
    }
}

@media(min-width:400px) and (max-width:479px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 441px
    }
}

@media(min-width:0px) and (max-width:399px) {
    .certificate {
        width: 100%;
        background-color: #fff;
        height: 544px
    }
}

.btn-danger:hover {
    color: #fff;
    background-color: #A82824 !important;
    border-color: #ac2925
}



.iso-blog {
    font-size:14px;
    color:#fff !important;
    margin-top:0 !important;
    margin-bottom:5px;
    padding: 5px 0;
}

.blog_menu {
    margin-top: 0;
}
#site-title {
 margin:0 !important;

}
h1#site-title a {
    white-space: nowrap;
    margin-left: -5px;
}

@media (max-width:501px) and (min-width: 0px) {
    #site-title {
        margin: 21px -19px !important;
        font-size:18px;
    }
    .iso-blog {
        font-size:11px;
    }
}

.breadcrumbs_blog {
    padding: 10px 33px;
}


iframe#twitter-widget-0 {
    width: 100% !important;
}

.twitter-timeline.twitter-timeline-rendered {
    width: 100% !important;
}
/*     Common Certificate    END  */

