/*
font-family: FontAwesome;
font-family: 'Arial Narrow';
font-family: 'ArialNarrow2';
font-family: "Verdana V2 V1";
font-family: 'Verdana';
font-family: 'Conv_verdanab';
font-family: 'mv_boliregular';
*/
/* === font import ===- */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

@font-face {
  font-family: "Arial Narrow Bold";
  src: url("../fonts/arial-narrow/arial-narrow-01.eot");
  /* IE9*/
  src: url("../fonts/arial-narrow/arial-narrow-01.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/arial-narrow/arial-narrow-01.woff2") format("woff2"),
    /* chrome、firefox */
    url("../fonts/arial-narrow/arial-narrow-01.woff") format("woff"),
    /* chrome、firefox */
    url("../fonts/arial-narrow/arial-narrow-01.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/arial-narrow/arial-narrow-01.svg#Arial Narrow Bold") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: 'Arial Narrow';
  src: url('../fonts/arial-narrow-2/ArialNarrow.woff2') format('woff2'), url('../fonts/arial-narrow-2/ArialNarrow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*	====   arial narrow - 03 ====	*/
@font-face {
  font-family: 'ArialNarrow';
  src: url('../fonts/arial-narrow-3/ArialNarrow.svg#ArialNarrow') format('svg'), url('../fonts/arial-narrow-3/ArialNarrow.ttf') format('truetype'), url('../fonts/arial-narrow-3/ArialNarrow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialNarrow2';
  src: url('../fonts/arial-narrow-3/ArialNarrow2.eot');
  src: url('../fonts/arial-narrow-3/ArialNarrow2.eot?#iefix') format('embedded-opentype'), url('../fonts/arial-narrow-3/ArialNarrow2.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*	====   arial narrow - 03 ====	*/
@font-face {
  font-family: "Verdana V2 V1";
  src: url("../fonts/verdana/Verdana.eot");
  /* IE9*/
  src: url("../fonts/verdana/Verdana.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../fonts/verdana/Verdana.woff2") format("woff2"),
    /* chrome、firefox */
    url("../fonts/verdana/Verdana.woff") format("woff"),
    /* chrome、firefox */
    url("../fonts/verdana/Verdana.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/verdana/Verdana.svg#Verdana V2 V1") format("svg");
  /* iOS 4.1- */
}

@font-face {
  font-family: 'Verdana';
  src: url('../fonts/verdana-normal/Verdana.woff2') format('woff2'), url('../fonts/verdana-normal/Verdana.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_verdanab';
  src: url('../fonts/verdana-bold/verdanab.eot');
  src: url('../fonts/verdana-bold/verdanab.woff') format('woff'), url('../fonts/verdana-bold/verdanab.ttf') format('truetype'), url('../fonts/verdana-bold/verdanab.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mv_boliregular';
  src: url('../fonts/mv-boli/mvboli-webfont.woff2') format('woff2'),
    url('../fonts/mv-boli/mvboli-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* === font import end ===- */
html,
body {
  /*	overflow-X : hidden;*/
}

body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Arial Narrow';
  /*color: #6f6f6f;*/
  color: #303030;
  font-weight: 400;
  padding: 0 !important
}

img {
  max-width: 100%;
  outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-shadow: none;
  line-height: 110%
}

p {
  padding: 0 0 15px 0;
  margin: 0
}

a {
  text-decoration: none;
  outline: 0;
  transition: ease-in-out 0.5s
}

a:hover {
  text-decoration: none;
}



*:focus {
  outline: none;
}

.img_full {
  width: 100%;
}

.img_midsize {
  width: 80%;
}

.margin-0 {
  margin: 0 !important;
}

.margin_bottom_0 {
  margin-bottom: 0 !important;
}

.margin_bottom_5 {
  margin-bottom: 5px !important;
}

.margin_bottom_10 {
  margin-bottom: 10px !important;
}

.margin_bottom_15 {
  margin-bottom: 15px !important;
}

.margin_bottom_30 {
  margin-bottom: 30px !important;
}

.margin_bottom_20 {
  margin-bottom: 20px !important;
}

.margin_bottom_70 {
  margin-bottom: 70px !important;
}

.margin_top_5 {
  margin-top: 5px !important;
}

.margin_top_10 {
  margin-top: 10px !important;
}

.margin_top_15 {
  margin-top: 15px !important;
}

.margin_top_30 {
  margin-top: 30px !important;
}

.padding_5 {
  padding: 5px 55px !important;
}

.padding_10 {
  padding: 10px 10px !important;
}

.padding_15 {
  padding: 15px 15px !important;
}

.padding_three_5 {
  padding: 5px 5px 0px 5px !important;
}

.padding_three_10 {
  padding: 10px 10px 0px 10px !important;
}

.padding_three_15 {
  padding: 15px 15px 0px 15px !important;
}

.padding_top_5 {
  padding-top: 5px !important;
}

.padding_top_10 {
  padding-top: 10px !important;
}

.padding_top_15 {
  padding-top: 15px !important;
}

.padding_botoom_5 {
  padding-bottom: 5px !important;
}

.padding_botoom_10 {
  padding-bottom: 10px !important;
}

.padding_botoom_15 {
  padding-bottom: 15px !important;
}

.padding_botoom_30 {
  padding-bottom: 30px !important;
}

/* --- same-height - row --  */
.equal_height_row {
  display: flex;
}

.equal_height_col {
  flex: 1;
}

/* --- same-height - row --  */
.padding_0 {
  padding: 0 0 0 0;
}

/* -- general style end ---  */
header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.header_top {
  background: #c00000;
}

.header_top h3 {
  text-align: center;
  padding: 15px 5px;
  font-family: "Arial Narrow Bold";
  /*font-family: "Verdana V2 V1";*/
  /*font-size: 18px;*/
  font-size: 0px;
  font-weight: 500;
  line-height: 1;
}

/*  --- hello bar --- */
.hello-bar-hidden {
  height: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hello-bar-hidden.hello-bar-show {
  height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hello-bar-hidden .header_top h3,
.hello-bar-hidden .header_top h3 a {
  color: #fff;
  font-size: 0px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.hello-bar-hidden.hello-bar-show h3,
.hello-bar-hidden.hello-bar-show h3 a {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/*  --- hello bar --- */
/* --- head mid nav start --- */
/* -- logo -- */
.logo_bg a img.logo_img {
  max-width: 310px;
}

/* -- logo -- */
.main_header {
  padding: 20px 0 20px 0;
}

.mid_right_menu_bg {
  float: right;
  padding: 20px 0 0 0;
}

.mid_link_menu {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.mid_link_menu ul {
  margin: 0px 0px;
  padding: 0px 0px;
  overflow: hidden;
}

.mid_link_menu ul li {
  list-style: none;
  float: left;
  position: relative;
  border-right: 1px solid #797979;
}

.mid_link_menu ul li:last-child {
  border-right: 0px none;
}

.mid_link_menu ul li a {
  font-family: 'ArialNarrow2';
  font-size: 18px;
  font-weight: normal;
  color: #797979;
  /*padding: 10px 10px;*/
  padding: 3px 10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mid_link_menu ul li a:hover {
  color: #1f497d;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mid_social_menu {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.mid_social_menu ul {
  padding: 0px 0px;
  margin: 0px 0px;
}

.mid_social_menu ul li {
  list-style: none;
  text-align: center;
  float: left;
}

.mid_social_menu ul li a {
  display: table-cell;
  padding: 10px 10px;
  color: #d50002;
  font-size: 18.5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mid_social_menu ul li a:hover {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* --- head mid nav end --- */
/* -- navigation header start --*/
.nav_header_bg {
  background: #1f497d;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
}

.nav_header_bg .navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-width: 0px;
}

.nav_header_bg .navbar-default .navbar-nav>li>a {
  font-family: "Arial Narrow Bold";
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding: 15px 10px;
}

.nav_header_bg .navbar-nav>li>.dropdown-menu {
  min-width: 230px;
  /*	background: rgba(31,73,125,0.7);  */
  background: #1f497d;
  border: 0px none;
  border-radius: 0px 0px 0px 0px;
}

.nav_header_bg .navbar-nav>li.dropdown.active.open>a {
  color: #fff;
}

.nav_header_bg .dropdown-menu>li>a {
  font-family: 'ArialNarrow';
  font-size: 16px;
  font-weight: normal;
  /*font-weight: 400;*/
  line-height: 1.42857143;
  color: #fff;
  display: block;
  padding: 7px 20px;
  clear: both;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav_header_bg .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #f3a88b;
  background: 0px none;
  text-decoration: none;
  background-color: none;
}

.nav_header_bg .navbar-nav>li.dropdown.open>a.dropdown-toggle {
  color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #c00000;
}

.nav_header_bg .navbar-default .navbar-nav>.active>a,
.nav_header_bg .navbar-default .navbar-nav>.active>a:focus,
.nav_header_bg .navbar-default .navbar-nav>.active>a:hover {
  color: #FFF;
  background-color: #c00000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav_header_bg .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #dedede;
}

.nav_header_bg .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.nav_header_bg .navbar .nav ul.dropdown-menu li {
  position: relative;
  padding: 0 0 0 5px;
}

.nav_header_bg .navbar .nav ul.dropdown-menu li:after {
  position: absolute;
  content: "\f111";
  font-family: FontAwesome;
  color: #fff;
  font-size: 7px;
  z-index: 999;
  left: 10px;
  top: 12px;
}

/* -- navigation header end --*/
.main_body {
  padding-top: 215px;
}

/*  ===================  banner start  ============   */
.banner_col {}

.banner_col img.slide-image {
  width: 100%;
}

/*  ===================  home content section start  ============   */
.homebody_contblock_bg {
  padding: 35px 0px 40px;
}

.home_cont_row {
  padding: 13px 0px 13px;
}

.homecont_text_block h4 {
  font-family: 'Conv_verdanab';
  /*font-size: 18px;*/
  font-size: 20px;
  color: #c4171d;
  line-height: 1.4;
  margin: 0 0 15px 0;
  padding: 0px;
  /*text-align: left;*/
}

.homecont_text_block p {
  font-family: "Verdana V2 V1";
  /*font-size: 15px;*/
  font-size: 17px;
  font-weight: normal;
  line-height: 1.4;
  color: #303030;
  word-wrap: break-word;
  /*padding: 0px;*/
  /*text-align: left;*/
}

.homecont_text_block p a {
  font-weight: 600;
  color: #0000ff;
}

.homecont_text_block h5 {
  font-family: "Verdana V2 V1";
  /*font-size: 16px;*/
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  color: #c00000;
}

.homecont_text_block sub {
  font-size: 75%;
}


.home_cont_sec_title {
  padding: 20px 0px 20px;
}

.inner_main_bg .home_cont_sec_title {
  padding: 5px 0px 20px;
}

.home_cont_sec_title h3 {
  /*font-family: "Verdana V2 V1";*/
  font-family: 'Conv_verdanab';
  /*font-size: 20px;*/
  font-size: 22px;
  color: #c4171d;
  line-height: 1.5;
  margin: 0px;
  padding: 0px;
}

.home_cont_sec_title h3.title_center {
  text-align: center;
}

.cont_video_box {
  width: 30%;
  background: #f9f9ff;
  min-height: 240px;
}

.cont_video_textbox {
  width: 70%;
  background: #ccecff;
}

.cont_video_box iframe {
  height: 100%;
  width: 100%;
}

.cont_videobox_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 35%;
  background: #1f497d;
  position: relative;
}

.cont_videobox_title h4 {
  font-family: 'mv_boliregular';
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 6px 0 3px 0;
  margin: 0px auto;
}

.cont_videobox_title p {
  font-family: "Verdana V2 V1";
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  padding: 3px 0 5px;
}

.cont_videobox_link {
  background: #ccecff;
  color: #0000ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 65%;
}

.cont_videobox_link a {
  color: #0000ff;
  font-family: 'Conv_verdanab';
  font-size: 18px;
  text-align: center;
}

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

.cont_videobox_link h5 {
  color: #000;
  font-family: 'Conv_verdanab';
  font-size: 18px;
}

.homecont_img_block {
  margin: auto;
  text-align: center;
}

.homecont_img_block img {
  margin: auto;
  text-align: center;
}

.homecont_img_block img.full_width {
  width: 100%;
}

.img_bottom_p {
  font-family: "Verdana V2 V1";
  color: #303030;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 5px 0 3px;
  /*display: block;*/
  display: table;
  margin: auto;
}

.img_bottom_p a {
  font-family: "Verdana V2 V1";
  color: #303030;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 5px 0 3px;
  /*display: block;*/
  display: table;
  margin: auto;
}

.homecont_text_block {
  font-family: "Verdana V2 V1";
  font-size: 14px;
  font-weight: normal;
  color: #303030;
}

.homecont_text_block a.btn_stl {
  background: #c00000;
  color: #fff;
  display: inline-block;
  padding: 10px 10px;
  margin: 10px 0;
  min-width: 310px;
  text-align: justify;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.homecont_text_block a.btn_stl:hover {
  background: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.homecont_text_block ul {
  padding: 0px 0px 0px 19px;
  margin: 10px 0px 10px;
}

.homecont_text_block ul li {
  font-size: 17px;
  text-align: left;
  padding: 0 0 3px 5px;
}

.homecont_text_block ul li a {
  font-size: 17px;
  color: #303030;
}

.homecont_text_block ul li a.deep_blue {
  color: #0000ff;
}

.homecont_text_block ul li a.deep_blue:hover {
  color: #000;
}

/* ==== */
.homecont_text_block ol {
  padding: 0px 0px 0px 15px;
  margin: 10px 0px 10px;
}

.homecont_text_block ol li {
  font-size: 17px;
  text-align: left;
  padding: 0 0 3px 5px;
  list-style: inside decimal;
  text-indent: -23px;
}

.homecont_text_block ol li a {
  font-size: 17px;
  color: #303030;
}

.homecont_text_block ol li ul li {
  list-style: inside disc;
}

/* ==== */
.cont_color_box {
  background: #ccecff;
  display: inline-block;
  width: 100%;
}

/* === adjust content div ==== */
.seal_cont_adjust {
  padding: 0 20% 0 0;
}

.homecont_text_block h4.redbg_title {
  font-family: 'Verdana';
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #c00000;
  line-height: 1.4;
  margin: 0 0 0 0;
  padding: 7px 5px;
}

.homecont_text_block h4.redbg_title span {
  text-decoration: underline;
}

/*  ===================  home content section end  ============   */
/*  ===================  home owl start  ============   */
.home_carousal_box {
  position: relative;
  padding: 10px 30px 10px;
}

/* -- home owl img -- */
.customer_logo_box {
  border: 1px solid #372d30;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer_logo_box img {
  height: 150px;
  width: 150px;
  object-fit: contain;
  object-position: center;
}

.home_carousal_box .owl-theme .owl-nav {
  margin-top: 0px;
}

.home_carousal_box .owl-theme .owl-nav [class*="owl-"] {
  color: #000;
  font-size: 30px;
  height: 40px;
  width: 40px;
  background: #fff;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_carousal_box .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -15px;
  text-indent: -2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home_carousal_box .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  margin-top: -15px;
  text-indent: 2px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home_carousal_box .owl-nav .owl-prev:hover,
.home_carousal_box .owl-nav .owl-next:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*  ===================  home owl end  ============   */
/*  ===================  home footer contact start  ============   */
.footer_contact {
  background-image: url('../images/contactBg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0px 30px;
}

/* -- left section -- */
.footer_cont_leftbg {
  padding: 10px 0 0 0;
}

.footer_cont_logo {
  margin: 0 0 30px 0;
}

.footer_cont_logo a {
  display: inline-block;
}

.footer_cont_logo .footer_logo {
  max-width: 380px;
}

.foot_add_row_singel {
  margin: 0 0 10px 0;
}

.foot_add_row_singel .foot_add_details {
  padding: 0 0 0 0;
}

.foot_add_row {
  margin: 0 0 20px 0;
}

.footer_cont_address {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #ccc;
}

.foot_add_icon {
  display: inline-block;
  vertical-align: top;
}

.foot_add_details {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
}

.foot_add_details h4 {
  font-family: 'Conv_verdanab';
  font-size: 19px;
  color: #252525;
  text-align: left;
  margin: 0 0 7px 0;
}

.foot_add_details p {
  font-family: "Verdana V2 V1";
  font-size: 16px;
  line-height: 1.3;
  color: #323232;
  text-align: left;
  padding: 0 0 0 0;
}

.foot_add_details p a {
  font-family: "Verdana V2 V1";
  font-size: 16px;
  line-height: 1.3;
  color: #323232;
  text-align: left;
}

.foot_add_details p a:hover {
  color: #023c9d;
}

.footer_newsletter_bg h3 {
  font-family: 'Conv_verdanab';
  font-size: 19px;
  color: #252525;
  text-align: left;
  margin: 0 0 10px 0;
}

.footer_newsletter_form {
  padding: 10px 0 10px;
}

.footer_big_form form {
  text-align: left;
}

.footer_news_form_row {
  display: block;
  margin: 0 0 18px 0;
}

.footer_newsletter_form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 65%;
  height: 60px;
  position: relative;
  border: 1px solid #0e0e0e;
  border-radius: 0px;
  padding: 10px 10px;
  margin: 0px;
  font-family: "Verdana V2 V1";
  font-size: 16px;
  text-align: left;
  color: #595959;
}

.footer_newsletter_form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 180px;
  border: 1px solid #4b71d3;
  border-radius: 0px;
  padding: 15px 30px;
  margin: 0px;
  font-family: "Verdana V2 V1";
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #2a4eac;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer_newsletter_form button:hover,
.footer_newsletter_form button:focus,
.footer_newsletter_form button:active {
  background: #000;
  border: 1px solid #4b4b4b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* === right big form start === */
.footer_big_form {}

.footer_form_row {
  /*margin: 0 0 22px 0;*/
  margin: 0 0 17px 0;
}

.footer_form_row label {
  font-family: "Verdana V2 V1";
  font-size: 16px;
  font-weight: normal;
  color: #323232;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}

.footer_form_row input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  position: relative;
  border: 1px solid #0e0e0e;
  border-radius: 0px;
  padding: 10px 10px;
  margin: 0px;
  font-family: "Verdana V2 V1";
  font-size: 16px;
  text-align: left;
  color: #595959;
}

.footer_form_row textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  height: 135px;
  position: relative;
  border: 1px solid #0e0e0e;
  border-radius: 0px;
  padding: 10px 10px;
  margin: 0px;
  font-family: "Verdana V2 V1";
  font-size: 16px;
  text-align: left;
  color: #595959;
}

.footer_form_row a {
  font-weight: bold;
  color: #0000ff;
}

.footer_form_row a:hover {
  color: #323232;
}

/* -- footer form check box start -- */
.checkbox_label {
  display: block;
  position: relative;
  padding-left: 35px;
  /*margin-bottom: 12px;*/
  margin-bottom: 26px !important;
  cursor: pointer;
  font-size: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c9ebfd;
  border: 1px solid #6b6b6b;
}

.checkbox_label:hover input~.checkmark {
  background-color: #ccc;
}

.container input:checked~.checkmark {
  background-color: #c8eafd;
  border: 1px solid #6b6b6b;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox_label input:checked~.checkmark:after {
  display: block;
}

.checkbox_label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #585858;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* -- footer form check box end -- */
.footer_big_form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 180px;
  border: 1px solid #4b71d3;
  border-radius: 0px;
  padding: 15px 30px;
  margin: 0px;
  font-family: "Verdana V2 V1";
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #2a4eac;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer_big_form button:hover,
.footer_big_form button:focus,
.footer_big_form button:active {
  background: #000;
  border: 1px solid #4b4b4b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* === right big form end === */
/*  ===================  home footer contact end  ============   */
/* ===  footer start === */
.footer_top {
  background: #1f497d;
}

.footer_menu_box {
  padding: 30px 10% 30px 10%;
}

.footer_menu_box_1 {
  /*padding: 40px 10% 40px 10%;*/
  /*border-right: 1px solid #fff;*/
}

.footer_menu_box_2 {
  /*padding: 40px 10% 40px 10%;*/
  /*border-right: 1px solid #fff;*/
}

.footer_menu_box_3 {
  /*padding: 40px 10% 40px 10%;*/
  /*float: right;*/
}

.footer_menu_box_border {
  /*border-left: 1px solid #fff;
border-right: 1px solid #fff;*/
}

.footer_menu_box ul {
  margin: 0px 0px;
  padding: 0px 0px;
}

.footer_menu_box ul li {
  list-style: none;
  margin: 0 0 5px 0;
}

.footer_menu_box ul li a {
  /*font-family: 'Conv_verdanab';*/
  font-family: "Verdana V2 V1";
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.footer_menu_box ul li a:hover {
  color: #b9f0ff;
}

.footer_bottom {
  padding: 10px 0px;
  background: #c8eafd;
}

.footer_bottom_cont {
  text-align: left;
}

.footer_bottom_cont p {
  font-family: "Verdana V2 V1";
  font-size: 13px;
  color: #000;
  text-align: left;
  padding: 15px 0 10px 0;
}

.footer_social_menu {
  float: right;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.footer_social_menu ul {
  padding: 0px 0px;
  margin: 0px 0px;
  overflow: hidden;
}

.footer_social_menu ul li {
  list-style: none;
  text-align: center;
  float: left;
}

.footer_social_menu ul li a {
  display: table-cell;
  font-size: 20px;
  padding: 5px 10px;
  color: #676767;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer_social_menu ul li a:hover {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* ===  footer end === */
/* === new footer - 2 contactus start === */
.contactus_boxbg {
  border: 1px solid #0000fe;
}

h4.contactus_boxbg_title {
  background: #8db3e2;
  font-family: 'Conv_verdanab';
  font-size: 20px;
  color: #0000fe;
  line-height: 1.4;
  margin: 0 0 0 0;
  padding: 10px 5px;
  text-align: center;
  border-bottom: 1px solid #0000fe;
}

h4.contactus_boxbg_title a {
  font-family: 'Conv_verdanab';
  font-size: 20px;
  color: #0000fe;
  line-height: 1.4;
  margin: 0 0 0 0;
  padding: 10px 5px;
  text-align: center;
}

.contactus_box {
  clear: both;
  background: #c6ccc9;
}

.contactblock {
  width: 16.66%;
  border: 1px solid #0000fe;
  float: left;
}

.contactblock_name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: #c7d9f1;
  color: #0000fe;
  /*font-family: "Verdana V2 V1";*/
  font-family: 'Conv_verdanab';
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 10px;
}

.contactblock_img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: #fff;
}

.contactblock_img img {
  height: 130px;
  width: 150px;
  object-fit: contain;
  object-position: center;
}

/* === new footer - 2 contactus start === */
/*  ===   inner page design start ===  */
/* -- inner banner -- */
.inner_banner_title {
  background: #c00000;
  margin-top: 15px;
}

.inner_banner_title h3 {
  color: #fff;
  text-align: center;
  font-family: 'Conv_verdanab';
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px auto;
  padding: 15px 5px;
  text-transform: uppercase;
}

.inner_banner_title h3 sub {
  font-size: 65%;
  top: -6px;
  left: 3px;
}

/* -- inner banner -- */
.homebody_contblock_bg.inner_main_bg {
  padding: 15px 0px 30px;
}

.table_cool {
  vertical-align: middle;
}

.table_cool>table {
  /*background: #f6f6f6;*/
  background: #ccecff;
}

.table_cool thead {
  background: #1f497d;
  color: #fff;
  border-bottom: 1px solid #cccccc;
  /*font-family: 'ArialNarrow2';*/
  font-family: "Verdana V2 V1";
  font-size: 18px;
  font-weight: 600;
}

.table_cool table>thead>tr>th,
.table_cool table>tbody>tr>th {
  text-align: center;
  vertical-align: middle;
}

.table_cool table>tbody>tr>th {
  padding: 5px 5px;
  text-align: center;
}

.table_cool table>tbody>tr>td {
  /* text-align: left; */
  vertical-align: middle;
  padding: 10px 10px;
  /*font-family: 'ArialNarrow2';*/
  font-family: "Verdana V2 V1";
  font-size: 16px;
  font-weight: 300;
}

.table_cool table>tbody>tr>td>i {
  font-size: 9px;
  line-height: 1;
}

.table_head_text {
  color: #FFF;
  background-color: #c00000;
}

.table_head_text h3 {
  font-family: 'Conv_verdanab';
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  padding: 8px 10px;
}

.table_bill table {
  background: #f6f6f6;
}

.table_bill table>thead>tr>th,
.table_bill table>tbody>tr>th,
.table_bill table>tbody>tr>td {
  text-align: center;
  font-family: "Verdana V2 V1";
}

.table_bill table>thead>tr.bill_th1>th {
  background: #000;
  color: #fff;
}

.table_bill table>tbody>tr.year_tr>td {
  background: #f4e262;
  color: #c4171d;
  font-weight: bold;
}

.table_bill table>tbody>tr>td.bill_td_1 {
  background: #c6ffc2;
}

.table_bill table>tbody>tr>td {
  color: #000;
}

/*  ===   inner page design end ===  */
/* === inner bpi-energy-audit page === */
.new-video-title {
  height: 80px;
}

.homecont_text_block ol li {
  font-size: 17px;
  text-align: left;
  padding: 0 0 3px 5px;
}

.new_cont_videobox_link {
  height: 100%;
}

.new_home_cont_row {
  background: #ccecff;
  margin-top: 20px;
}

.new_home_cont_row .homecont_text_block {
  padding: 10px;
}

.new_home_cont_row .homecont_text_block p {
  padding-bottom: 0;
}

.home_cont_row.new_home_cont_row {
  padding-top: 0;
}

.new_home_cont_row .homecont_text_block h4 {
  margin-bottom: 0;
}

.new_home_cont_row .new-title {
  background: #c4171d;
}

.new_home_cont_row .new-title h4 {
  color: #fff;
}

.new_home_cont_row b {
  text-align: center;
}

.responsive-table table {
  background: #ccecff;
  border: 1px solid #000;
}

.responsive-table table tr th {
  background: #c4171d;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.responsive-table table tr th,
.responsive-table table tr td {
  padding: 10px;
  font-size: 17px;
}

.responsive-table table tr td {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  color: #303030;
}

.responsive-table table tr th {
  border-left: 1px solid #000;
}

.responsive-table table tr td:nth-child(1) {
  color: #c4171d;
  font-weight: 700;
  text-align: center;
}

/* === inner bpi-energy-audit page === */
.cont_video_box.new_cont_box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.cont_video_textbox.new_video_textbox {
  width: 40%;
}

/****18.04.2019***/
.smallWidthimg {
  /*width:60%;*/
  width: 70%;
}

.energy_star_p_heading {
  padding: 0;
}

/****19.04.2019***/
.object_center {
  margin: 0 auto;
}

/* demo header 19.04.2019 */
.mainbody_demo {
  /*padding-top: 130px;*/
  padding-top: 150px;
}

.main_header_demo {
  padding: 10px 0 10px 0;
}

.call_box {
  background: #c00000;
  padding: 10px;
  color: #fff;
  text-align: center;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'ArialNarrow2';
  font-weight: bold;
  margin: 10px 0 0 0;
  display: block;
}

.call_box:hover,
.call_box:focus,
.call_box:active {
  color: #fff;
}

.main_header_demo .logo_bg a img.logo_img {
  /* max-width: 100%; */
}

.main_header_demo .mid_right_menu_bg {
  padding: 15px 0 0 0;
}

/* demo header 19.04.2019 */
/************22-04-2019****************/
.homecont_text_block .home_dot_ul2 li {
  padding-bottom: 5px;
}

.img_border .new_cont_box {
  border: solid 1px #000;
}

.img_border .cont_videobox_title h4 {
  font-family: 'Conv_verdanab';
}

.img_bottom_p_new {
  text-align: left;
  display: inline-block;
  padding-bottom: 15px;
}

/**************************************/
/*==== heat-resistant-exterior-coating start 23.04.19 ===*/
.heat-res-tble {
  overflow-x: auto;
}

.heat-res-tble table {
  width: 60%;
  margin: 0 auto;
  font-weight: bold;
}

.heat-res-tble table th {
  background: #c00000;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.heat-res-tble table th,
.heat-res-tble table td {
  padding: 10px;
  border: 1px solid #000;
}

.heat-res-tble table td {
  background: #cdecff;
  color: #000;
}

/*==== heat-resistant-exterior-coating end 23.04.19 ===*/
.heat-res-tble-2 table {
  width: 100%;
  margin: 0 auto;
  font-weight: normal;
}

/************23-04-2019 pollpump****************/
.black_bold_txt {
  font-weight: 900 !important;
  font-size: 20px !important;
  color: #000 !important;
  font-family: 'Conv_verdanab' !important;
}

.poolpumpCompereli {
  min-height: 435px;
}

.img_contrightTwoblock {
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.grren_block {
  background: #99ff33;
}

.padding_top_15 {
  padding-top: 15px;
}

/*************23-04-2019 pollpump*************/
/*****************23-04-2019******************/
.homecont_text_block ul.tankless_ul {
  margin: 0;
}

.homecont_text_block ul.tankless_ul li {
  padding: 0 0 8px 0;
  list-style: disc;
}

.img_bottom_p.tankless_span a {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 0;
}

.insulation_table {
  text-align: center;
  border: solid 1px #ccc;
  margin: 0;
}

.insulation_table thead {
  background: #366091;
}

.insulation_table th {
  text-align: center;
  border-right: solid 1px #5683b6;
  border-bottom: solid 1px #5683b6 !important;
  color: #fff;
  vertical-align: middle !important;
  /*padding: 0 !important;*/
  padding: 0 !important;
}

.insulation_table td {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 4px 0 !important;
  vertical-align: middle !important;
}

.insulation_table td.border_none {
  border-bottom: none;
  border-right: none;
}

.insulation_table td.border_none1 {
  border-right: none;
}

.insulation_table td.border_none2 {
  border-bottom: none;
}

/*****************23-04-2019******************/
/***********24-04-2019***************/
.window_img_box {
  border: solid 1px #ccc;
  margin: 0 0 30px 0;
}

/***********24-04-2019***************/
/*************25-04-2019***********/
.window_h4_a a {
  color: #fff;
}

/*************25-04-2019***********/
/* === video title new design start === */
.cont_vtitle_1:before {
  content: "";
  position: absolute;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: 0px;
  height: auto;
  width: 20%;
  /*background-image: url('../images/video_block_icon1.png');*/
  background-image: url('../images/video-icon-01.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

.cont_vtitle_1:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 20%;
  /*background-image: url('../images/video_block_icon2.png');*/
  background-image: url('../images/video-icon-02.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

.cont_vtitle_2:before {
  content: "";
  position: absolute;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 20%;
  background-image: url('../images/video_block_icon3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.cont_vtitle_2:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 20%;
  background-image: url('../images/video_block_icon3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.cont_vtitle_3:before {
  content: "";
  position: absolute;
  left: 0px;
  right: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 20%;
  background-image: url('../images/video_block_icon4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.cont_vtitle_3:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 20%;
  background-image: url('../images/video_block_icon4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

/* === video title new design end === */
/*******************29-04-2019*****************/
.water_ul li {
  float: left;
  width: 50%;
}

/*******************29-04-2019*****************/
/*******************06-05-2019*****************/
.cont_videobox_title h4 a {
  color: #fff;
}

.homecont_text_block ol.greywater_ul li {
  padding: 0 0 8px 0;
}

/*******************06-05-2019*****************/
/************13-05-2019***************/
.attic_img_box {
  min-height: 160px;
}

.padding_bottom_none {
  padding-bottom: 0;
}

.padding_top_none {
  padding-top: 0;
}

/************13-05-2019***************/
/************15-05-2019***************/
.margin_bottom_0 {
  padding-bottom: 0 !important;
}

/************15-05-2019***************/
/********20-05-2019***********/
.drip_box {
  min-height: 130px;
}

.delivery_red_title .redbg_title {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/********20-05-2019***********/
.table-2 tr td {
  text-align: center;
}

.table-2 table tr td:nth-child(1) {
  text-align: left;
  color: #000;
  font-weight: normal;
}

.table-2 table tr:first-child td {
  font-weight: 700;
  text-align: center;
}

/******** min height adjust 31-05-2019 ***********/
.adjust_minheight_200 {
  min-height: 200px;
}

.adjust_minheight_240 {
  min-height: 240px;
}

.adjust_minheight_300 {
  min-height: 300px;
}

/******** min height adjust 31-05-2019 ***********/
/* **** EUC page - 04-06-2019 *****   */
.ul_section_row ul {
  margin: 0px 0px;
  padding: 0px 0px;
}

.ul_section_row ul li {
  display: block;
  background-image: url('../images/ul-dot.png');
  background-repeat: no-repeat;
  background-position: top 15px left;
  background-size: 5px;
  padding: 5px 0 0 20px;
  margin: 0px 0 20px 0;
}

.min_height_50 {
  min-height: 50px;
}

.min_height_70 {
  min-height: 70px;
}

.min_height_100 {
  min-height: 100px;
}

.min_height_150 {
  min-height: 150px;
}

.min_height_200 {
  min-height: 200px;
}

/* **** EUC page - 04-06-2019 *****   */
/***05-06-2019 federal-tax-credit - page start ***/
/*
.rebats_blue_box{min-height: 330px;}
.rebats_blue_box1{min-height: 378px;}
.responsive-table table.table_middle_main tr td:nth-child(1){color: #000; font-weight: normal;}
.responsive-table table.table_middle{border:none; background: none;}
.responsive-table table.table_middle tr td{border-top:none; border-left:none; border-right:solid 1px #000;}
.responsive-table table.table_middle tr td:last-child{border-right:none;}
*/
.fad-table {
  text-align: center;
  overflow-x: auto;
  font-family: "Verdana V2 V1";
  /*font-size: 14px;*/
  font-weight: normal;
  color: #303030;
}

.fad-table table {
  width: 100%;
  margin: 0 auto;
  font-weight: normal;
}

.fad-table table th {
  background: #c00000;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.fad-table table th,
.fad-table table td {
  padding: 10px;
  border: 1px solid #000;
}

.fad-table table td {
  background: #cdecff;
  color: #000;
  text-align: center;
  font-size: 17px;
}

/***05-06-2019 federal-tax-credit - page end ***/
/*** FAQ page start ***/
.faq-table {
  text-align: center;
  overflow-x: auto;
  font-family: "Verdana V2 V1";
  font-weight: normal;
  color: #303030;
}

.faq-table table {
  width: 100%;
  margin: 0 auto;
  font-weight: normal;
}

.table>tbody>tr>th {
  background: #c00000;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #000;
}

.faq-table table th,
.faq-table table td {
  padding: 10px;
  border: 1px solid #000;
}

.faq-table table td {
  background: #cdecff;
  color: #000;
  text-align: center;
  font-size: 17px;
}

.faq-table>.table>tbody>tr>td {
  border-top: 0px none;
}

.faq-table>table>tbody>tr>td:first-child {
  border-bottom: 0px none;
}

.faq-table>table>tbody>tr:last-child>td:first-child {
  border-bottom: 1px solid #000;
}

.faq-table table td a {
  font-weight: 600;
  color: #0000ff;
  display: block;
}

.faq_half_ul {
  width: 49.5%;
  vertical-align: top;
  display: inline-block;
}

/*** FAQ page end ***/
/*  ===   sub menu edit 17-06-2019 ===  */
/*.dropdown-menu.open_sub {
display: block;
width: 100% !important;
background: #2d7717;
}*/
/*  ===   sub menu edit 17-06-2019 ===  */
/****18-06-2019****/
.refer_table {
  text-align: center;
}

.refer_table table {
  background: #ccecff;
  border: solid 1px #000;
}

.refer_table table thead {
  background: #4dd38a;
}

.refer_table table thead th {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}

.refer_table table thead th:last-child {
  border-right: none;
}

.refer_table table td {
  border-right: solid 1px #000;
  font-weight: bold;
  padding: 20px 10px !important;
}

/********21-06-2019*******/
.blog_box_section {
  padding: 0;
}

.blog_box_section .tankless_ul {
  padding: 20px 25px 0 25px;
}

.blog_box_section a {
  color: #c00000;
  padding: 5px 15px 0 15px;
  display: inline-block;
  font-style: italic;
  font-size: 19px;
  font-weight: bold;
}

.blog_box_section a .fa {
  padding: 0px 5px 20px 0;
  font-size: 22px;
}

.box_height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.box_height .box_height_column {
  /*flex: 1;*/
}

.blog_cont_box {
  height: 100%;
}

.blog_img_box {
  height: 100%;
}

.blog_img_box img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}

/* == site-map == */
.sitemap_img_block {}

.sitemap_img_block img {
  width: 100%;
}

.sitemap_link_block .homecont_text_block ul li a {
  display: inline-block;
  margin-bottom: 9px;
}

/* == site-map == */
/* === header Google Translate Button ==== */
.header_translate_bg {
  background: #1f497d;
  /*display: none;*/
}

.translate_btn_bg {
  float: right;
  width: fit-content;
  min-height: 34px;
}

.translate_btn_bg .translate_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0px 0px;
  border: 0px none;
  background: #c00000;
}

.goog-te-gadget-icon {
  background: none !important;
}

#google_translate_element,
.goog-te-gadget-simple {
  background: #c00000 !important;
  color: #FFF !important;
  width: 100%;
}

.goog-te-gadget-icon {
  display: none;
}

a.goog-te-menu-value span {
  color: #FFF !important;
  font-size: 16px;
  text-align: center;
  font-family: 'ArialNarrow2';
  font-weight: bold;
}

.goog-te-gadget-simple {
  padding: 12px !important;
  border: none !important;
  width: 100%;
  display: flex !important;
  align-items: center;
  height: 60px;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #FFF !important;
  font-family: 'Arial Narrow';
  font-size: 15px;
  font-weight: 600;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span{
  color: rgba(255, 255, 255, 1) !important;
}
.goog-te-menu-frame {
  width: 100%;
}

/* === header Google Translate Button ==== */
/* == translate header new  ==== */
.header_translate_bg_2 {
  display: none;
}

.main_header.main_header_demo.trans_header {
  padding: 20px 0 20px 0;
}

.trans_header .call_box {
  margin: 0px 0px;
}

.main_header_demo.trans_header .mid_right_menu_bg {
  padding: 5px 0 0 0;
}

.main_header_demo.trans_header .mid_right_menu_bg .mid_link_menu ul {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  /*
background: #ff0;
min-height: 60px;
*/
}

/**************************************/
/* ===   Loader css start ===*/
.loader_bg {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loader_position {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  /*border-top: 16px solid #3498db;*/
  border-top: 16px solid #c00000;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ===   Loader css end ===*/


.new-table{margin-bottom: 30px;}
.new-table thead{background: #99ccff;}
.new-table td{background: #ccecff; width: 33.3%;}
.new-table td{border-bottom:solid 1px #99ccff !important; padding: 12px 20px !important; border-right: solid 1px #99ccff !important; border-left: solid 1px #99ccff !important;}
.new-table thead th{color: #303030; font-size: 17px; font-family: "Verdana V2 V1"; border-bottom:solid 1px #ccecff !important; padding: 12px 20px !important; border-right: solid 1px #ccecff !important; border-left: solid 1px #ccecff !important;}
.new-table td a{color: #303030; font-size: 15px; font-family: "Verdana V2 V1";}
.new-table td a:hover{color:#c00000;}
.table-responsive{margin-bottom:30px;}


/********************/

.cont_videobox_title h4 span{
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5px;
}

/* =====16-04-24============ */
.bluelink li a{
  font-weight: 600;
    color: #0000ff!important;
}
.height-reduce{
  height: 384px;
  overflow: hidden;
}
/* =====16-04-24============ */

.bluestrip td{
  background: #85c5ed !important;
}

sub, sup {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}
