@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i,800&display=swap");
/*font-family: 'Open Sans', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/

p:last-child {
  margin-bottom: 0px;
}
.btn_1 {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  line-height: 1;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  outline: none;
  font-size: 13px;
  padding: 14px 21px;
  min-width: 150px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #194072;
  border-radius: 3px;
}
.btn_1:hover {
  background-color: #032654;
  color: #fff;
}
.btn_1 i.fa {
  margin-left: 5px;
}
.btn_1.white {
  margin-right: 10px;
  border-color: #fff;
  color: #fff;
}
.btn_1.white:hover {
  background-color: #fff;
  color: #000;
}
.btn_2 {
  display: inline-block;
  vertical-align: middle;
  color: #063d84;
  outline: none;
  border: none;
  line-height: 1;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  outline: none;
  text-align: center;
  padding: 13px 10px;
  font-size: 13px;
  font-weight: 400;
  min-width: 150px;
  background-clip: padding-box;
  border: 1px solid #063d84;
  text-transform: uppercase;
  background-color: #194072;
}
.btn_2:hover {
  background-color: #194072;
  color: #fff;
}
#back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 18px;
  background: #063d84;
  color: #fff;
}
#back-to-top:hover {
  background: #063d84;
  color: #fff;
}
#back-to-top.show {
  opacity: 1;
}
.mobile_header {
  display: none;
}
.mobile_header_main {
  height: auto !important;
}
header.mobile_header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
  position: relative;
  z-index: 950;
  left: 0;
  width: 100%;
}
header.header_1 .logo {
}
header.header_1 {
  z-index: 2050;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0px;
  background-color: #ffffff;
}
header.header_1 .row {
  /* margin: 0px 0px; */
}
header.header_1 .row [class*="col-"] {
}
header.header_1 .inner {
  position: relative;
}
header.header_1 .container {
  clear: both;
  position: relative;
}
header.header_1.sticky {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.36);
  padding-top: 0px;
}
header.header_1.sticky.without_banner {
  padding-bottom: 0px;
}
header.header_1 .logo {
  padding: 15px 0px;
}
.main_menu_wrap {
  position: relative;
  text-align: center;
  margin-top: 6px;
}
header.header_1.without_banner .main_menu_wrap {
  background-color: #fff;
}
.sf-menu {
  line-height: 1;
  z-index: 200;
  margin: 0;
  list-style-type: none;
  float: right;
}
.sf-menu > li {
  padding: 0;
  margin: 0;
  float: none;
  vertical-align: middle;
  display: inline-block;
  margin-right: -3px;
  position: relative;
}
.sf-menu li {
}
.sf-menu > li:last-child {
  padding-right: 0;
}
.sf-menu > li:first-child {
  background: none;
}
.sf-menu > li > a {
  text-decoration: none;
  font-weight: 400;
  font-weight: 600;
  color: #063d84;
  margin-bottom: 0;
  display: block;
  padding: 6px 4px;
  margin: 0px 7px;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 13px;
}
.sf-menu > li.current_page_item > a,
.sf-menu > li.current-menu-item > a,
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a,
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a,
.sf-menu > li.current-page-ancestor > a {
  outline: 0;
  text-decoration: none;
  color: #2c5589;
  border-bottom: 2px solid #063d84;
}
.sf-menu > li.current_page_item > a {
}
.sf-menu > li:last-child > a {
}
.sf-menu > li:last-child > a:hover {



}

.sf-menu ul {
  font-size: 13px;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0px;
  position: absolute;
  left: 0;
  top: 42px;
  z-index: 99999999;
  display: none;
  background-color: #063d84;
  width: 199px;
  padding: 8px 20px;
}
.sf-menu ul li {
  background: none;
}
.sf-menu ul ul {
  left: 200px;
  top: 0px;
}
.sf-menu ul li {
}
.sf-menu ul li:first-child {
  border-top: 0 none;
}
.sf-menu ul li:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.sf-menu ul a {
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 11px 0px;
  font-size: 13px;
  text-transform: none;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  position: relative;
  margin-bottom: 1px;
  line-height: 1.2;
}
.sf-menu ul li {
  margin-bottom: 0;
}
.sf-menu ul li:first-child a {
  border-top: none;
}
.sf-menu ul li:last-child a {
  border-bottom: none;
}
.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a {
  color: rgba(255, 255, 255, 0.56);
  text-decoration: none;
}

.top_info {
  overflow: hidden;
  padding: 11px 0px;
}
.top_info ul {
  float: right;
}
.top_info ul li {
  float: left;
  color: #666666;
  font-size: 12px;
  position: relative;
  padding-left: 38px;
  line-height: 1.2;
  border-right: 1px solid #c5c5c5;
  cursor: pointer;
  padding: 0px 10px;
  padding-left: 30px;
  margin-left: 25px;
  padding-right: 25px;
}
.top_info ul li:last-child {
  padding: 10px 10px;
  padding-left: 30px;
  border: none;
}
.top_info ul li a {
  color: #666666;
}
.top_info ul li ul {
  position: absolute;
  top: 100%;
  top: 0;
  left: 0;
  width: 250px;
}
.top_info ul li:last-child-child {
  border: none;
}
.top_info ul li strong {
  display: block;
  font-weight: 400;
  color: #0064af;
}
.top_info ul li span.cart_value {
  float: right;
  margin-left: 4px;
}
.top_info ul li i.fa {
  font-size: 13px;
  margin-left: 2px;
}
.top_info ul li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-left: 0;
}
.select-container {
  position: relative;
  width: 112px;
}
.select-container select {
  border: none;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 21px;
  background: #fff;
  font-weight: 500;
  color: #333;
  outline: none;
  box-shadow: none;
  transition: 0.2s;
  cursor: pointer;
  padding: 2px 0px;
}
.select-container select:focus,
select:hover {
  box-shadow: none;
}
.select-container select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select-container select::-ms-expand {
  display: none;
}
.select-container .select-arrow {
  color: #063d84;
  right: 0px;
  top: 0px;
  width: 13px;
  position: absolute;
  display: block;
  z-index: 10;
  margin: 0 0 0 0;
  pointer-events: none;
  font-size: 20px;
}
.phone_no_show {
  display: none;
  font-weight: 600;
  color: #063d84;
}
header.header_1.sticky .top_info {
  display: none;
}
header.header_1.sticky .logo {
  padding: 5px 0px;
}
header.header_1.sticky .logo img {
  width: 165px;
}
header.header_1.sticky .main_menu_wrap {
  margin: 15px 0px;
}

img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
img.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}
.sec {
  padding: 0px 0px;
  position: relative;
  clear: both;
}
.sec.sec_bottom_space_none {
  padding-bottom: 0px;
}
.sec_title {
  width: 70%;
  margin: auto;
  margin-bottom: 50px;
}
.sec_title h1,
.sec h1 {
  line-height: 1;
  position: relative;
  color: #141414;
  margin-bottom: 20px;
  font-weight: 400;
  padding-bottom: 20px;
}
div h1 small {
  display: block;
}
.sec_title p {
  margin-left: auto;
  margin-right: auto;
}
.sec1 {
}
.footer_1 {
  padding: 0px 0px;
  background-color: #194072;
  background: url("../images/footer_bg.jpg") no-repeat bottom left #194072;
}
footer.footer_1 h3 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
footer.footer_1 .widget {
  margin-bottom: 30px;
  margin-right: 30px;
}
footer.footer_1 .foot-social {
  display: block;
  margin-bottom: 0;
  margin-top: 25px;
}
footer.footer_1 .foot-social span {
  color: #fff;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 10px;
}
footer.footer_1 .foot-social a {
  display: inline-block;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  margin-left: 5px;
  margin-bottom: 0;
  width: 25px;
  height: 25px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #495be9;
  color: #fff;
}
footer.footer_1 .foot-social a:hover {
  background-color: #fff;
  color: #495be9;
}
footer.footer_1 .address_wrap {
  margin-bottom: 20px;
  font-size: 13px;
}
footer.footer_1 .address_wrap p {
  margin-bottom: 10px;
}
footer.footer_1 .address_wrap ul {
  margin-bottom: 20px;
}
footer.footer_1 .address_wrap ul li {
  color: #fff;
  margin-bottom: 9px;
  padding-left: 23px;
  font-size: 12px;
  line-height: 1.3;
  position: relative;
}
footer.footer_1 .address_wrap ul li a {
  color: #fff;
}
footer.footer_1 .address_wrap ul li a:hover {
  color: #495be9;
}
footer.footer_1 .address_wrap ul li i {
  font-size: 12px;
  margin-right: 13px;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
}
footer.footer_1 .copyrights_wrap {
  border-top: 1px solid #999999;
  padding: 22px 0px;
  margin-top: 20px;
}
footer.footer_1 .copyrights_wrap p {
  margin: 0px;
  color: #999999;
  font-size: 11px;
}
footer.footer_1 .copyrights_wrap p a {
  color: #999999;
}
footer.footer_1 .copyrights_wrap p a:hover {
  color: #fff;
}
footer.footer_1 .copyrights_wrap p a:hover {
  color: #fff;
}
.header_1_main {
  display: block;
}
.header_1_main {
  display: block;
  height: auto !important;
}
.footer_1 .widget_info {
  background-color: #0c294f;
  margin-top: -30px;
  padding: 50px;
  font-size: 12px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.footer_1 .widget_info article {
  margin-bottom: 28px;
}
.footer_1 .widget_info article h5 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.footer_1 .widget_info article p {
  color: #fff;
  line-height: 1.4;
}
.footer_1 .widget_info article p a {
  color: #fff;
}
.footer_1 .widget_info article p a:hover {
  color: #495ae8;
}
.footer_1 .footer_contact_form {
  padding-left: 15px;
  padding-top: 80px;
  margin-bottom: 30px;
  padding-right: 80px;
}
.footer_1 .footer_contact_form h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.footer_1 .footer_contact_form h2 {
  color: #fff;
  font-weight: 400;
}
.footer_1 .footer_contact_form p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 35px;
}
.contact_form_footer {
}
.contact_form_footer .form-control {
  margin-bottom: 30px;
  background-color: #2c5589;
  height: 50px;
  font-size: 13px;
  color: #fff;
  border-color: #2c5589;
}
.contact_form_footer textarea.form-control {
  height: 100px;
}
.contact_form_footer .btn_2 {
  border-color: #fff;
  color: #fff;
  margin-top: 15px;
}
.contact_form_footer .btn_2:hover {
  background-color: #495be9;
  color: #fff;
}

.inner_page_banner {
  position: relative;
  background-color: #194072;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  height: 285px;
}
.inner_page_banner img {
  width: 100%;
  display: none;
}
.default_sec {
  background-color: #f3f3f4;
  background: url("../images/content_bg.jpg") no-repeat bottom right #f3f3f4;
  padding-bottom: 100px;
}
.inner_page_wrapper {
  padding: 0px 50px;
  background-color: #fff;
  padding-top: 25px;
  overflow: hidden;
  padding-bottom: 30px;
  margin-top: -65px;
  z-index: 950;
  position: relative;
}
.abt_bottom_tagline {
  text-align: center;
  padding: 65px 30px;
  background: url("../images/tagline_bg.jpg") no-repeat top right #194072;
  margin-bottom: 30px;
}
.abt_bottom_tagline h2 {
  color: #fff;
  font-weight: 400;
  margin: 0px;
  font-size: 28px;
}
.breadcrumb_wrap {
  background-color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.inner_page_menu {
  margin-bottom: 55px;
  overflow: hidden;
  text-align: left;
}
.inner_page_menu.text-center {
  text-align: center;
}
.inner_page_menu ul {
}
.inner_page_menu ul li {
  display: inline-block;
  vertical-align: middle;
}
.inner_page_menu ul li a {
  display: block;
  font-size: 13px;
  color: #063d84;
  font-weight: 400;
  border: 1px solid #cccccc;
  padding: 6px 15px;
  min-width: 150px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.inner_page_menu ul li a:hover,
.inner_page_menu ul li.active a {
  background-color: #063d84;
  color: #fff;
}
.inner_page_menu .current-menu-item a {
  background-color: #063d84;
  color: #fff;
}
.inner_page_wrapper h2 {
  color: #063d84;
  font-weight: 400;
}
.inner_page_wrapper h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.inner_page_wrapper h4 + h2 {
  margin-top: 20px;
  margin-bottom: 25px;
}
.inner_page_wrapper h2 + p {
  font-size: 16px;
  margin-top: 25px;
}
.image_thumb {
  margin-bottom: 20px;
}
.image_thumb.right {
  margin-left: 30px;
}
.abt_content_wrap {
  margin-bottom: 30px;
}
.history_slider_wrap {
  text-align: center;
  padding: 100px 100px;
  background: url("../images/tagline_bg_2.jpg") no-repeat bottom right #194072;
  margin-bottom: 30px;
}
.history_slider {
  margin: 0px -15px;
}
.history_slider .inner_wrap {
  padding: 0px 15px;
}
.history_slider.owl-theme .owl-controls {
  padding: 0px;
}
.history_slider.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  width: 37px;
  height: 61px;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  position: absolute;
  top: 38%;
}
.history_slider.owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev {
  background: url("../images/slider_arrow_left.png") no-repeat;
  left: -60px;
}
.history_slider.owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next {
  background: url("../images/slider_arrow_right.png") no-repeat;
  right: -60px;
}
.stenght_wrap {
  text-align: center;
  background: url(../images/tagline_bg_2.jpg) no-repeat bottom right #194072;
  margin-bottom: 30px;
  color: #fff;
  padding: 0px 50px;
  padding-bottom: 50px;
}
.stenght_tab {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.stenght_tab ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 50px;
}
.stenght_tab ul li a {
  position: relative;
  display: block;
  color: inherit;
  margin-top: -50px;
  z-index: 1050;
}
.stenght_tab ul li a span {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.stenght_tab ul li a .icon_wrap {
  display: block;
  width: 100px;
  height: 100px;
  background: #002d68;
  border-radius: 50%;
  position: relative;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.stenght_tab ul li img.active {
  display: none;
}
.stenght_tab ul li.active .icon_wrap {
  background-color: #fff;
  border: 2px solid #194072;
}
.stenght_tab ul li.active img {
  display: none;
}
.stenght_tab ul li.active img.active {
  display: block;
}
.stenght_tab ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.space_50 {
  height: 50px;
}
.mission_vission_wrap {
}
.mission_vission_wrap .content_wrap {
  margin-bottom: 50px;
}
.mission_vission_wrap .content_wrap .row {
  margin: 0px;
}
.mission_vission_wrap .content_wrap .row [class*="col-"] {
  padding: 0px;
}
.mission_vission_wrap .content_wrap img {
  width: 100%;
}
.mission_vission_wrap .content_wrap ul li {
  background-color: #194072;
  padding: 38.3px 50px;
  padding-right: 100px;
}
.mission_vission_wrap .content_wrap ul li:last-child {
  background-color: #032654;
}
.mission_vission_wrap .content_wrap ul li h2 {
  color: #fff;
}
.mission_vission_wrap .content_wrap ul li p {
  color: #fff;
}
.mission_vission_wrap h4 {
  font-size: 16px;
  font-weight: 700;
}
.mission_vission_wrap h2 + h4 {
  margin-top: 30px;
}
.mission_vission_wrap h2 + h4 + p {
  margin-bottom: 50px;
}
.mission_vission_wrap .inner_wrap {
  margin-bottom: 40px;
}
.mission_vission_wrap .inner_wrap h4 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.mission_vission_wrap .inner_wrap h4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #234c8b;
  margin: auto;
  margin-left: 0;
}
.mission_vission_wrap .inner_wrap p {
  font-size: 13px;
}
.mission_vission_wrap .inner_wrap p em {
  font-weight: 600;
  display: block;
  color: #666666;
}
.filter_form {
}
.filter_form.clone {
  width: 850px;
  margin: auto;
}
.filter_form .form-control {
  margin-bottom: 23px;
}
.filter_form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/down_caret.png) 96% / 15% no-repeat #f3f3f4;
  background-size: inherit;
  color: #919191;
  font-size: 13px;
}
.product_filter_wrap {
  text-align: center;
}
.product_filter_wrap img {
  margin: auto;
  margin-bottom: 30px;
}
.product_filter_wrap h2 {
}
html body .product_filter_wrap p {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 14px;
}
.global_products_wrap {
  margin-top: 50px;
}
.global_products_wrap .inner_wrap {
  border-radius: 6px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  border: 1px solid #f3f3f4;
  min-height: 440px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
}
.global_products_wrap .inner_wrap figure {
  background-color: #fff;
  height: 280px;
  position: relative;
  margin: 0px -20px;
  margin-bottom: 20px;
}
.global_products_wrap .inner_wrap figure img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  max-height: 100%;
}
.global_products_wrap .inner_wrap h3 {
  color: #0064af;
  font-size: 17px;
}
.global_products_wrap .inner_wrap h3 a {
  color: #0064af;
}
.global_products_wrap .inner_wrap p {
  font-size: 13px;
}
.global_products_wrap .inner_wrap .caption {
  content: "";
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 64, 114, 0.94);
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  z-index: 250;
  opacity: 0;
}
.global_products_wrap .inner_wrap .caption .inner_caption {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px 20px;
  text-align: center;
}
.global_products_wrap .inner_wrap .caption h3,
.global_products_wrap .inner_wrap .caption h3 a {
  color: #fff;
  height: auto;
}
.global_products_wrap .inner_wrap .caption .btn_1 {
  background-color: #ffffff;
  color: #0064af;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 13px;
  min-width: 100px;
  clear: both;
  margin: 0px 20px;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 0px;
}
.global_products_wrap .inner_wrap .caption .btn_1.share {
  color: #fff;
  background-color: transparent;
  clear: both;
  border: #fff 1px solid;
  padding: 10px 16px;
}
.global_products_wrap .inner_wrap:hover .caption {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
}
.home_banner {
  background-color: #063d84;
  position: relative;
}
.home_banner ul {
  margin: 0px;
  padding: 0px;
}
.home_banner ul li {
  display: block;
}
.home_banner ul li img {
  width: 100%;
}
.home_banner ul li .caption {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
}
.home_banner ul li .caption article {
  text-align: center;
}
.home_banner ul li .caption article h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 32px;
}
.home_banner ul li .caption article .btn_1 {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 13px 21px;
}
.home_banner ul li .caption article .btn_1:hover {
  background-color: #032654;
  color: #fff;
}
.home_banner ul.owl-theme .owl-controls {
  padding: 0px;
  position: absolute;
  bottom: 17%;
  left: 0;
  right: 0;
  z-index: 0;
}
.home_banner ul.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  margin: 0px 2px;
  width: 9px;
  height: 9px;
}
.home_banner ul.owl-theme .owl-dots .owl-dot.active span,
.home_banner ul.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #003366;
}
.home_sec {
  padding: 25px 0px;
}
.home_sec .sec_title h4 {
  color: #333333;
}
.brands_wrap .inner_wrap {
  text-align: center;
  display: block;
  color: inherit;
  border: 1px solid #cccccc;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  margin-bottom: 30px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.brands_wrap .inner_wrap:hover {
  border-color: #063d84;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.brands_wrap .inner_wrap .img_thumb {
  height: 135px;
  position: relative;
  margin-bottom: 20px;
}
.brands_wrap .inner_wrap .img_thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.brands_wrap .inner_wrap .img_thumb:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 110px;
  height: 2.5px;
  background: #999999;
  margin: auto;
  margin-bottom: 0;
}
.brands_wrap .inner_wrap p {
  margin-bottom: 25px;
  color: #063d84;
}
.home_abt_sec.home_sec {
  padding: 50px 0px;
  padding-bottom: 0px;
}
.h_abt_content {
  margin-bottom: 30px;
}
.h_abt_content h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
}

.h_abt_video {
  margin-bottom: 30px;
}
.h_abt_video img {
  width: 100%;
}
.h_abt_content h2 + p {
  font-size: 16px;
  margin-top: 25px;
  color: #333333;
}
.h_abt_list {
  margin-bottom: 0;
}
.h_abt_list ul {
}
.h_abt_list ul li {
  display: block;
  list-style: none;
  border-bottom: 1px solid #ffffff;
  padding: 30px 0px;
}
.h_abt_list ul li:last-child {
  border-bottom: none;
}
.h_abt_list ul li h4 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.h_abt_list ul li h4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #234c8b;
  margin: auto;
  margin-left: 0;
}
.h_abt_list ul li p {
  color: #333333;
  padding-left: 20px;
}
.home_sec.home_services {
  padding: 0px;
}
.home_services .title_bar {
  background-color: #194072;
  padding: 40px 0px;
}
.home_services .title_bar h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.home_services .title_bar h2 {
  text-align: center;
  color: #fff;
}
.servces_wrap .row {
  margin: 0px;
  padding: 0px;
}
.servces_wrap .row .col-sm-4 {
  margin: 0px;
  padding: 0px;
}
.servces_wrap .inner_wrap {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0px -0.5px;
}
.servces_wrap .inner_wrap figure {
  overflow: hidden;
}
.servces_wrap .inner_wrap figure img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.servces_wrap .inner_wrap .content_wrap {
  background-color: #194072;
  text-align: center;
  padding: 0px 15px;
  padding-bottom: 20px;
}
.servces_wrap .inner_wrap .content_wrap .icon_wrap {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  margin: auto;
  margin-top: -50px;
  position: relative;
  z-index: 150;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.servces_wrap .inner_wrap .content_wrap .icon_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
}
.servces_wrap .inner_wrap .content_wrap h3 {
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin: 15px 0px;
}
.servces_wrap .inner_wrap:hover figure img {
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.servces_wrap .inner_wrap:hover .content_wrap {
  background-color: #032654;
}
.servces_wrap .inner_wrap:hover .content_wrap .icon_wrap {
  background-color: #194072;
}
.servces_wrap .inner_wrap:hover .content_wrap .icon_wrap img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.servces_wrap.owl-carousel.owl-theme .owl-controls {

  padding: 0;
  position: relative;
  top: -25px;

}
.servces_wrap.owl-carousel.owl-theme .owl-dots .owl-dot span{
  background-color: #fff;


}
.servces_wrap.owl-carousel.owl-theme .owl-dots .owl-dot.active span, 
.servces_wrap.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1c6dd3;
}
.home_sec.home_logo_sec {
  background-color: #fff;
  padding: 25px 0px;
}
.home_logo_slider {
  margin: 0px -15px;
}
.home_logo_slider figure {
  height: 100px;
  margin: 0px 15px;
}
.home_logo_slider figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto !important;
  margin-bottom: 0;
}
.home_sec.recent_work_sec {
  padding-top: 50px;
  background-color: #f4f3f4;

  text-align: center;
}

.recent_work_sec h4,
.testimonial_sec h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
}

.recent_work_sec h2 {
  margin-bottom: 40px;
}
.recent_work_sec .inner_page_menu ul li a {
  border-color: #063d84;
}
.home_sec.testimonial_sec {
  background-color: #f4f3f4;
  padding-top: 25px;
  background-color: #f3f3f4;
  background: url(../images/testi_sec_bg.png) no-repeat bottom left #f3f3f4;
  padding-bottom: 100px;
}

.testimonial_wrap .inner_slider {
  width: auto;
}

.testimonial_wrap .inner_slider article {
  margin: 0px 22%;
}
.testimonial_wrap .inner_slider article .inner_wrap {
  background: url(../images/tagline_bg_2.jpg) no-repeat bottom right #194072;

  margin-bottom: 30px;

  padding: 45px;

  position: relative;

  padding-left: 110px;
}
.testimonial_wrap .inner_slider article .inner_wrap .testi_logo {
  height: 170px;

  width: 170px;

  background: #fff;

  border-radius: 50%;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  margin: auto;

  z-index: 250;

  margin-left: -100px;
}

.testimonial_wrap .inner_slider article .inner_wrap .testi_logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
}
.testimonial_wrap .inner_slider article .inner_wrap p {
  color: #fff;
}

.testimonial_wrap .inner_slider article .inner_wrap span.author {
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.testimonial_wrap .inner_slider article .inner_wrap span.author span {
  display: block;

  font-weight: 600;

  font-style: italic;
}

.testimonial_wrap .inner_slider.owl-theme .owl-controls {
  padding: 0px;
}
.testimonial_wrap
  .inner_slider.owl-theme
  .owl-controls
  .owl-nav
  [class*="owl-"] {
  width: 37px;
  height: 61px;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  position: absolute;
  top: 38%;
}
.testimonial_wrap
  .inner_slider.owl-theme
  .owl-controls
  .owl-nav
  [class*="owl-"].owl-prev {
  background: url("../images/slider_arrow_left.png") no-repeat;
  left: 0;
}
.testimonial_wrap
  .inner_slider.owl-theme
  .owl-controls
  .owl-nav
  [class*="owl-"].owl-next {
  background: url("../images/slider_arrow_right.png") no-repeat;
  right: 0;
}

.product_details_wrap {
  padding-bottom: 20px;
}
.product_details_thumb {
  position: relative;
  margin-bottom: 30px;
}
.product_details_thumb span.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 64, 114, 0.94);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  border-radius: 4px;
}
.product_details_thumb .link_over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/plus_icon.png) no-repeat;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
}
.product_details_thumb:hover {
}
.product_details_thumb:hover .link_over,
.product_details_thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.product_details_thumb img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
}
.product_details_info {
  margin-left: 20px;
}
.product_details_info p {
  line-height: 1.6;
}
.product_details_info p i {
  color: #0064af;
  font-style: italic;
}
.product_details_info .btn_wrap {
  margin-bottom: 50px;
  margin-top: 30px;
}
.product_details_info .btn_wrap .btn_1 {
  text-transform: uppercase;
  font-size: 11px;
  margin-right: 13px;
  border-radius: 0px;
}
.btn_wrap .btn_1.share {
  color: #0064af;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #194072;
  padding: 13px 21px;
}

.products_details_tab {
  margin-bottom: 20px;
}
.products_details_tab ul.main {
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 2px;
  padding: 13px 20px;
  line-height: 1;
  margin-bottom: 30px;
}
.products_details_tab ul.main li {
  float: left;
}
.products_details_tab ul.main li a {
  color: #666666;
  font-size: 14px;
  display: block;
  border-right: 1px solid #888888;
  padding: 0px 18px;
}
.products_details_tab ul.main li:last-child a {
  border-right: none;
}
.products_details_tab ul.main li a:hover,
.products_details_tab ul.main li.active a {
  color: #0064af;
}
.products_details_tab ul.main li.active a {
  font-weight: 600;
}
.products_details_tab .tab-content h4 {
  margin-bottom: 8px;
}
.products_details_tab .tab-content ul {
  margin-bottom: 30px;
}
.products_details_tab .tab-content ul li {
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
}
.products_details_tab .tab-content ul li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  margin-left: 0;
  margin-top: 9px;
  background-color: #666666;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.product_details_info strong {
  color: #0064af;

  font-weight: 600;
}

html body .wp-paginate {
    text-align: center;
    margin: 20px 0px;
  }
  html body .wp-paginate .current {
    background: #0062ae;
    border: 1px solid #0062ae;
  }
  .blog_sidebar .blog_widget {
    background-color: #f4f7f9;
    border-color: #f4f7f9;
    padding: 2.6rem;
    margin-bottom: 1.66rem;
  }
  .blog_sidebar .blog_widget h4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.22em;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.021em;
  }
  .blog_sidebar .blog_widget ul li {
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .blog_sidebar .blog_widget ul li:last-child {
    border-bottom: none;
  }
  .blog_sidebar .blog_widget ul li a {
    color: #555;
    font-size: 16px;
    display: block;
    line-height: 1.4;
  }
  .blog_sidebar .blog_widget ul li .post-date {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #818181;
  }
  .blog_sidebar .blog_widget ul li a:hover {
    text-decoration: none;
    color: #67caf3;
  }
  .blog_post_single h2 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.021em;
    font-weight: 300;
    font-size: 37px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .blog_post_single span.date {
    display: block;
    margin-bottom: 30px;
  }
  .blog_post_single .post_content {
  }
  .blog_post_single .post_content h1,
  .blog_post_single .post_content h2 {
    font-size: 19px;
    line-height: 1.5;
  }
  .select-container {
    position: relative;
    width: 100px;
  }
  .select-container select {
    border: none;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 21px;
    background: #fff;
    font-weight: 500;
    color: #333;
    outline: none;
    box-shadow: none;
    transition: 0.2s;
    cursor: pointer;
    padding: 2px 5px;
  }
  .select-container select:focus,
  select:hover {
    box-shadow: none;
  }
  .select-container select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  .select-container select::-ms-expand {
    display: none;
  }
  .select-container .select-arrow {
    color: #333;
    right: 0px;
    top: 3px;
    width: 17px;
    position: absolute;
    display: block;
    z-index: 10;
    margin: 0 0 0 0;
    pointer-events: none;
    font-size: 15px;
  }
  .phone_no_show {
    display: block;
    font-weight: 400;
    color: #0064af;
  }
  .testimonial_wrap {
  }
  .testimonial_wrap [class*="col-"]:nth-child(3n + 1) {
    clear: left;
  }
  .testimonial_wrap .product_testimonial {
    margin-bottom: 80px;
    padding: 25px;
    padding-bottom: 0;
  }
  .projects_wrap {
  }
  .projects_wrap .vc_column-inner > .wpb_wrapper {
    border: 1px solid #efefef;
    box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
    -webkit-box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 0 4px 6px 1px rgba(50, 50, 50, 0.14);
    background-color: #ffffff;
    position: relative;
    padding-left: 50%;
    height: 211px;
    overflow: hidden;
    margin-bottom: 60px;
  }
  .projects_wrap .vc_column-inner > .wpb_wrapper .wpb_text_column {
    padding: 20px 25px;
    margin: 0;
    vertical-align: middle;
    display: table;
    height: 211px;
  }
  .projects_wrap .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin: 0px;
  }
  .projects_wrap .vc_column-inner > .wpb_wrapper .wpb_single_image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .projects_wrap .vc_column-inner > .wpb_wrapper .vc_figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  .projects_wrap h3 {
    font-weight: 500;
  }
  .projects_wrap ul li {
    display: block;
    position: relative;
    line-height: 1.2;
    margin-bottom: 11px;
    color: #647864;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
  }
  .projects_wrap ul li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    margin: auto;
    margin-left: 0;
    margin-top: 6px;
    background-color: #333333;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .blog_post_single .post-image {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
  }
  
  .blog_post_single .post-image img {
    width: 100%;
  }
  html .woocommerce #respond input#submit,
  html .woocommerce a.button,
  html .woocommerce button.button,
  html .woocommerce input.button {
    border: none;
    line-height: 1;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    font-size: 15px;
    padding: 12px 16px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #0064af;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
  }
  html .woocommerce #respond input#submit:hover,
  html .woocommerce a.button:hover,
  html .woocommerce button.button:hover,
  html .woocommerce input.button:hover {
    background-color: #67caf3;
    color: #fff;
  }
  body.page-id-262 .filter_form .form-control {
    margin-bottom: 15px !important;
  }
  html body .filter_form input[type="reset"] {
    margin-left: 10px;
    position: relative;
  }
  div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  body.page-id-262 .filter_form.clone .wpcf7-form label.error {
    top: -6px;
  }
  body.page-id-262 h1 {
    margin-bottom: 30px;
  }
  html .woocommerce table.shop_table td {
    font-size: 13px;
    font-weight: 500;
  }
  .global_products_wrap .inner_wrap .dvin_wcql_shopbtn_wrap {
    float: none;
    position: relative;
  }
  .global_products_wrap .inner_wrap a.button.addquotelistbutton,
  .global_products_wrap .inner_wrap .quotelistaddedbrowse a,
  .global_products_wrap .inner_wrap .quotelistexistsbrowse a,
  html body .product_details_info .quotelistexistsbrowse a,
  html body .product_details_info .quotelistaddedbrowse a {
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    color: #0064af;
    font-size: 12px;
    margin-bottom: 13px;
    min-width: 100px;
    clear: both;
    margin: 0px 20px;
    padding: 12px 20px;
    margin-bottom: 15px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 13px;
    min-width: 100px;
    font-weight: 600;
    line-height: 1;
  }
  
  html body .product_details_info .quotelistexistsbrowse a,
  html body .product_details_info .quotelistaddedbrowse a {
    background-color: #0064af;
    color: #fff;
    min-width: 132px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
  }
  .global_products_wrap .inner_wrap .addtoany_list.a2a_kit_size_32 a {
    text-transform: uppercase;
    min-width: 100px;
    padding: 2px 16px;
    margin-bottom: 20px;
    color: #0064af;
    background-color: #66ccff;
    clear: both;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .a2a_menu_show_more_less {
    display: none !important;
  }
  html body .a2a_menu {
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
    border-radius: 0px;
  }
  html body .a2a_menu a {
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
  }
  html body a.a2a_i,
  html body i.a2a_i {
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
  .global_products_wrap .inner_wrap .dvin_wcql_shopbtn_ajaxico_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 27px;
    left: 0;
    margin: auto;
    border-radius: 50%;
    margin-right: 14%;
    padding: 0px !important;
  }
  .all_products_sec .term-description {
    display: none;
  }
  html .woocommerce nav.woocommerce-pagination ul {
    margin: 0;
    border: none;
  }
  html .woocommerce nav.woocommerce-pagination ul li {
    border: #ccc;
    background: #ddd;
    min-width: 26px;
    margin: 0px 2px;
  }
  html .woocommerce nav.woocommerce-pagination ul li a,
  html .woocommerce nav.woocommerce-pagination ul li span {
    color: #888 !important;
    font-size: 15px;
    background: #ddd;
    border: 1px solid #ccc;
  }
  html .woocommerce nav.woocommerce-pagination ul li a:focus,
  html .woocommerce nav.woocommerce-pagination ul li a:hover,
  html .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff !important;
    background: #0062ae;
    border-color: #0062ae;
  }
  
  .related.products h1 {
    margin-bottom: 0px;
    color: #063d84;
    font-weight: 400;
    font-size: 22px;
  }
  
  .anr_captcha_field {
    margin-bottom: 20px;
  }
  
  .products_details_tab {
    font-size: 14px;
  }
  
  .product_details_info p strong {
  }
  
  .product_details_info .btn_wrap .clear {
    display: none;
  }
  
  .parent-pageid-6335 .inner_page_content {
    padding-right: 0px;
  }
  
  .featured_commercial p:first-child {
    font-size: 19px;
    font-weight: 300;
  }
  
  .blog_post_single .post_title {
    display: none;
  }
  
  .products_details_tab table {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .products_details_tab table > tbody > tr > td {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    border: 1px solid #e5e5e5;
    background-color: #ecf1f5;
    width: auto;
  }
  
  .products_details_tab table > tbody > tr:nth-child(odd) > td,
  .products_details_tab table > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
  }
  .product_details_wrap {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .product_details_thumb {
    background-color: #f3f9fe;
    border-radius: 4px;
    position: relative;
    height: 470px;
    margin-bottom: 80px;
    padding: 20px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
  }
  .product_details_thumb span.overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 100, 175, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    border-radius: 4px;
  }
  .product_details_thumb .link_over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../images/plus_icon.png) no-repeat;
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
  }
  .product_details_thumb:hover {
  }
  .product_details_thumb:hover .link_over,
  .product_details_thumb:hover .overlay {
    opacity: 1;
    visibility: visible;
  }
  .product_details_thumb img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 80% !important;
    width: auto;
  }
  .product_details_info {
    margin-left: 25px;
    margin-right: 0px;
  }
  .product_details_info p {
    font-size: 15px;
  }
  .product_details_info p i {
    color: #0064af;
    font-style: italic;
  }
  .product_details_info .btn_wrap {
    margin-bottom: 50px;
    margin-top: 30px;
    position: relative;
  }
  .product_details_info .btn_wrap .btn_1 {
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
  }
  .btn_wrap .btn_1.share {
    color: #0064af;
    background-color: #66ccff;
    position: absolute;
    top: 5px;
    left: 145px;
    padding: 13px 16px !important;
  }
  .products_details_tab ul.tabs {
    overflow: hidden;
    background-color: #ecf1f5;
    border-radius: 2px;
    padding: 13px 20px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .products_details_tab ul.tabs li {
    float: left;
  }
  .products_details_tab ul.tabs li a {
    color: #666666;
    font-size: 14px;
    display: block;
    border-right: 1px solid #666666;
    padding: 0px 7px;
  }
  .products_details_tab ul.tabs li:last-child a {
    border-right: none;
  }
  .products_details_tab ul.tabs li a:hover,
  .products_details_tab ul.tabs li.active a {
    color: #0064af;
  }
  .products_details_tab ul.tabs li.active a {
    font-weight: 600;
  }
  .products_details_tab .woocommerce-Tabs-panel h4 {
    margin-bottom: 8px;
  }
  .products_details_tab .woocommerce-Tabs-panel ul {
    margin-bottom: 30px;
  }
  .products_details_tab .woocommerce-Tabs-panel ul li {
    margin-bottom: 3px;
    padding-left: 20px;
    position: relative;
  }
  .products_details_tab .woocommerce-Tabs-panel h2 {
    display: none;
  }
  
  .products_details_tab h3 {
    margin-bottom: 10px;
  }
  .products_details_tab .woocommerce-Tabs-panel ul li:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    margin: auto;
    margin-left: 0;
    margin-top: 9px;
    background-color: #666666;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .product_testimonial {
    background-color: #66ccff;
    border-radius: 6px;
    padding: 40px;
    padding-bottom: 0;
    margin-bottom: 23px;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .product_testimonial span.author {
    color: #0064af;
  }
  .product_testimonial span.author span {
    display: block;
    font-style: italic;
  }
  .product_testimonial img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: -28px;
  }
  .related_product_wrap .inner_wrap {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .related_product_wrap .inner_wrap figure {
    overflow: hidden;
    position: relative;
    height: 235px;
    margin-bottom: 10px;
  }
  .related_product_wrap .inner_wrap figure img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 200px;
    width: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .related_product_wrap .inner_wrap:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .related_product_wrap .inner_wrap h3 {
    font-size: 17px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .related_product_wrap .inner_wrap:hover h3 {
    color: #67caf3;
  }
  
  .services_wrap {
    margin-bottom: 30px;
  }
  
  .services_wrap .services_row {
    position: relative;
  }
  
  .services_wrap .services_row .inner_wrap {
  }
  
  .services_wrap .services_row .inner_wrap h4 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
  }
  
  .services_wrap .services_row .inner_wrap p {
    font-size: 14px;
  }
  
  .services_wrap .services_row .inner_wrap .icon_wrap {
    border-radius: 50%;
    background-color: rgb(35, 76, 139);
    position: relative;
    width: 134px;
    height: 134px;
    z-index: 89;
    margin: auto;
    margin-bottom: 100px;
  }
  .services_wrap .services_row .inner_wrap .icon_wrap:after {
    content: "";
    width: 10px;
    height: 45px;
    background: #002d68;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-bottom: -74px;
    border-radius: 20px;
  }
  .services_wrap .services_row .inner_wrap .icon_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .services_wrap .services_row:nth-child(odd) .inner_wrap .content_wrap {
    right: unset;
    left: 635px;
    text-align: left;
  }
  
  .services_wrap .services_row .inner_wrap .content_wrap {
    width: 40%;
    position: absolute;
    top: 15px;
    right: 635px;
    text-align: right;
  }
  
  .services_wrap .services_row .inner_wrap:nth-child(odd) .content_wrap {
  }
  
  .services_wrap .title_wrap {
      text-align: center;
      margin-bottom: 60px;
  }
  
  .services_wrap .title_wrap h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
  }
  
  .services_wrap .title_wrap h2 {
    margin-bottom: 40px;
  }
  
  .services_wrap .services_row:last-of-type .icon_wrap:after {
    display: none;
  }
@media (min-width: 1200px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu > li > a {
    margin: 0px 4px;
    padding: 6px 3px;
    font-size: 12px;
  }

  .top_info {
    padding: 7px 0px;
  }

  .home_banner ul.owl-theme .owl-controls {
    bottom: 75px;
  }

  .brands_wrap .inner_wrap p br {
    display: none;
  }

  .brands_wrap .inner_wrap p {
    padding: 0px 15px;
  }


  .services_wrap .services_row .inner_wrap .content_wrap{
    right: 508px;
  }

  .services_wrap .services_row:nth-child(odd) .inner_wrap .content_wrap{

    left: 508px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    
      .services_wrap .services_row .inner_wrap .content_wrap{
        right: 424px;
      }
    
      .services_wrap .services_row:nth-child(odd) .inner_wrap .content_wrap{
    left: 424px;
    }
  .products_details_tab ul.main li a {
    padding: 0px 12px;
  }

  .products_details_tab ul.main li a {
    font-size: 13px;
    padding: 0px 5px;
  }

  .sf-menu > li > a {
    margin: 0px 4px;
    padding: 6px 3px;
    font-size: 12px;
  }

  .top_info {
    padding: 7px 0px;
  }

  .home_banner ul.owl-theme .owl-controls {
    bottom: 75px;
  }

  .brands_wrap .inner_wrap p br {
    display: none;
  }

  .brands_wrap .inner_wrap p {
    padding: 0px 15px;
  }
  .sf-menu {
    float: none;
    text-align: right;
  }

  .inner_page_wrapper {
    margin-top: -30px;
  }

  .stenght_tab ul li {
    margin: 0px 30px;
  }

  .footer_1 .widget_info {
    padding: 25px;
  }

  .footer_1 .footer_contact_form {
    padding-right: 0px;
  }

  header.header_1 .logo {
    padding: 32px 0px;
  }
  header.header_1.sticky .logo {
    padding: 19px 0px;
  }

  .sec_title,
  .center-block {
    width: 100%;
  }

  .testimonial_wrap .inner_slider article {
    margin: 0px;
    margin-left: 100px;
  }

  .testimonial_wrap .inner_slider.owl-theme .owl-controls {
    display: none;
  }

  .servces_wrap .inner_wrap .content_wrap h3 {
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {

    .services_wrap .services_row .inner_wrap .content_wrap{
        right: 424px;
      }
    
      .services_wrap .services_row:nth-child(odd) .inner_wrap .content_wrap{
    left: 424px;
    }
  header.header_1 {
    height: auto;
  }
  header.header_1 {
    display: none;
  }
  .sec {
    padding: 50px 0px !important;
  }
  .mobile_header {
    display: block;
  }

  header.mobile_header .logo {
    padding: 5px 0px;
  }
  header.mobile_header .logo img {
    height: 48px;
  }
  .side_menu_toogle {
    width: 28px;
    height: 25px;
    margin: 0;
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
  .side_menu_toogle span:after,
  .side_menu_toogle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
  }
  .side_menu_toogle span:after {
    top: 9px;
  }
  .side_menu_toogle span {
    position: relative;
    display: block;
  }
  .side_menu_toogle span,
  .side_menu_toogle span:after,
  .side_menu_toogle span:before {
    width: 100%;
    height: 5px;
    background-color: #194072;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
    display: inline-block;
  }
  /* on activation */
  .side_menu_toogle.active span {
    background-color: transparent;
  }
  .side_menu_toogle.active span:before {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -moz-transform: rotate(45deg) translate(5px, 5px);
  }
  .side_menu_toogle.active span:after {
    transform: rotate(-45deg) translate(7px, -8px);
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    -moz-transform: rotate(-45deg) translate(7px, -8px);
  }
  .side_menu_toogle.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile_menu {
    display: none;
    position: fixed;
    top: 57px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999;
    -webkit-backface-visibility: hidden;
    background: #194072;
    color: #fff;
    padding: 20px;
  }
  .mobile_menu ul.inner {
    margin-bottom: 20px;
  }
  .mobile_menu > ul.inner ul {
    display: none;
  }
  .mobile_menu ul.inner li {
    list-style: none;
  }
  .mobile_menu ul.inner li a {
    display: block;
    padding: 13px 20px;
    text-decoration: none;
    padding-left: 30px;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    text-transform: uppercase;
  }
  .mobile_menu ul.inner li a i {
    display: none;
  }
  .mobile_menu ul.inner li a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    content: "\f101";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 16px;
    margin-left: 15px;
  }
  .mobile_menu ul.inner li a:hover,
  .mobile_menu ul.inner li.current_page_item a {
    color: #fff;
    outline: 0;
    text-decoration: none;
    background-color: #032654;
    font-weight: 700;
  }
  .mobile_menu ul.inner li a:hover {
  }
  .mobile_menu ul.inner li:last-child a {
  }
  .mobile_menu ul.inner ul li a {
    padding-left: 45px;
  }
  .mobile_menu ul.inner ul li a:hover {
    color: #fff;
    outline: 0;
    text-decoration: none;
    background-color: #194072;
  }
  .mobile_menu ul.inner ul li a:after {
    margin-left: 25px;
  }
  .header_1_main {
    display: none;
  }

  header.header_1 .logo {
  }

  .sf-menu > li > a {
    margin: 0px 4px;
    padding: 6px 3px;
    font-size: 12px;
  }

  .top_info {
    padding: 7px 0px;
  }

  .home_banner ul.owl-theme .owl-controls {
    right: 15px;

    bottom: 20px;

    left: unset;
  }

  .brands_wrap .inner_wrap p br {
    display: none;
  }

  .brands_wrap .inner_wrap p {
    padding: 0px 15px;
  }
  .sf-menu {
    float: none;
    text-align: right;
  }

  .inner_page_wrapper {
    margin-top: 0;
    padding: 25px;
	      z-index: 0;
  }

  .stenght_tab ul li {
    margin: 0;

    float: left;

    width: 33.3333%;

    margin-bottom: 30px;
  }

  .stenght_tab ul li a {
    margin-top: 0;
  }

  .footer_1 .widget_info {
    padding: 25px;
  }

  .footer_1 .footer_contact_form {
    padding-right: 0px;

    padding-top: 0;

    padding-left: 0;
  }

  header.header_1 .logo {
    padding: 32px 0px;
  }
  header.header_1.sticky .logo {
    padding: 19px 0px;
  }

  .sec_title,
  .center-block {
    width: 100%;
  }

  .testimonial_wrap .inner_slider article {
    margin: 0px;
    margin-left: 100px;
  }

  .testimonial_wrap .inner_slider.owl-theme .owl-controls {
    display: none;
  }

  .servces_wrap .inner_wrap .content_wrap h3 {
    font-size: 16px;
    font-weight: 600;
  }

  .home_banner ul li .caption article h2 {
    font-size: 21px;

    margin-bottom: 10px;
  }

  .home_banner ul li .caption article h2 br {
    display: none;
  }

  .home_banner ul li .caption {
    top: 30px;
  }

  html body .image_thumb {
    margin: 0px !important;
    margin: 30px 0px !important;
  }
  html body .image_thumb img {
    width: 100%;
  }

  .abt_bottom_tagline h2 {
    font-size: 25px;
  }

  .history_slider_wrap {
    padding: 50px;
  }

  .history_slider.owl-theme .owl-controls .owl-nav {
    display: none;
  }

  .history_slider.owl-theme .owl-controls {
    padding: 0px;
    padding-top: 20px;
  }

  .stenght_tab ul li a .icon_wrap {
    width: 70px;

    height: 70px;

    margin: auto;

    margin-bottom: 10px;
  }

  .stenght_tab ul li a .icon_wrap img {
    width: 33px;
  }

  .stenght_tab ul li a span {
    font-size: 13px;
  }

  .stenght_wrap {
    padding: 0px 30px;

    padding-bottom: 40px;

    padding-top: 40px;
  }
  .space_50 {
    display: none;
  }
  .product_details_info {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 700px) {

    .services_wrap .services_row .inner_wrap .content_wrap{
        position: static;
        width: 95%;
        text-align: center !important;
        right: 0;
        margin: auto;
        margin-bottom: 25px;
    }

}
@media (max-width: 650px) {
  .home_banner ul li .caption article h2 {
    font-size: 18px;
  }

  .inner_page_menu ul li a {
    font-size: 12px;
    font-weight: 600;
  }
  .products_details_tab ul.main li a {
    padding: 0px 5px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .products_details_tab ul.main {
    padding: 13px 6px;
  }
}


