/*

1. Imported styles
2. Global styles
3. Header styles
4. Slider styles
5. Our Services styles
6. Our features styles
7. About section styles
8. Team Member styles
9. call to action styles
10. Blog styles
11. Testimonial styles
12. contact styles
13. Subscription styles
14. Footer styles
15. Inner banner styles
16. Inner banner styles
17. Project content styles
18. Shop styles
19. Cart Page styles
20. Checkout page styles
21. fact section styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* ==============================
   1. Imported styles
   ============================== */


@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
@import url(../assets/owl.carousel-2/assets/owl.carousel.css);
@import url(../assets/owl.carousel-2/assets/owl.theme.default.min.css);
@import url(../assets/animate.min.css);
@import url(../assets/fancyapps-fancyBox/source/jquery.fancybox.css);
@import url(../assets/flaticon/flaticon.css);
@import url(../assets/Polyglot-Language-Switcher-master/css/polyglot-language-switcher.css);
@import url(../assets/nouislider/nouislider.css);
@import url(../assets/nouislider/nouislider.pips.css);
@import url(../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);
/* ==============================
   2. Global styles
   ============================== */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 26px;
  /*background: url(/bfs/img/theme/bumBg_1.jpg) no-repeat center center fixed;
  background-size: 111%;*/
}
.bgcolor {
background: rgba(255,255,255, 0.8); /* Цвет фона */
}
img {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a{
Color: #272727;  
}
a:hover{
color: #a81533;  
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}
.fa, .fab, .fad, .fal, .far, .fas {
  text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white, -3px -3px 4px rgb(0 0 0 / 30%), -3px 3px 4px rgb(0 0 0 / 30%), 3px 3px 4px rgb(0 0 0 / 30%), 3px -3px 4px rgb(0 0 0 / 30%);
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
.pl-30 {
  padding-left: 30px;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.thm-btn {
  /*border: 1px solid #a8153342;
  border-radius:30px;
  outline: none;
  font-size: 16px;
  line-height: 65px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  transition: all .5s ease !important;
  position: relative;
  padding: 0 16px;*/
  text-decoration: none;
    outline: none;
    display: inline-block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    margin: 10px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    color: #524f4e;
    background: white;
    box-shadow: 0 8px 15px rgba(0,0,0,.1);
    transition: .3s;
  
}
.thm-btn:hover {
  border-color: #a81533;
  background: #a815337d;
  box-shadow: 0 15px 20px #a815333b;
  color: white;
  
  animation: swing 1.0s ease;
 

}
.thm-btn i {
  font-size: 14px;
  color: #a81533;
}
.thm-btn.thm-blue-bg {
  background: none;/*Правая кнопка #012f5d;*/
}
.thm-btn.thm-blue-bg:hover {
  /*background: #a81533; /*#a81533;*//*#012f5d; - Правая кнопка смена цвета при наведении*/
  /*color: #fff;*/
  color: #a81533;/*#fff;*/
  border-color: #a81533;
}
/*all btn*/
.all-btn {
  text-decoration: none;
    outline: none;
    display: inline-block;
    width: -webkit-fill-available; /*140px;*/
    height: auto; /*px;*/
    line-height: 45px;
    border-radius: 10px;
    margin: 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    color: #524f4e;
    background: white;
    box-shadow: 0 8px 15px rgba(0,0,0,.1);
    transition: .7s;
    padding: 1em 7em;
}
.all-btn:hover {
    box-shadow: 0 3px 5px 2px rgba(0,0,0,.1);
    transform: translateY(1px); 
    transition: all .7s;
}
.all-btn i {
  padding: 0 1em 0 0;
}  
.animate-3 {
  transition: all 0.3s ease;
}
.animate-5 {
  transition: all 0.5s ease;
}
.animate-7 {
  transition: all 0.7s ease;
}
.animate-3-all * {
  transition: all 0.3s ease;
}
.animate-5-all * {
  transition: all 0.5s ease;
}
.animate-7-all * {
  transition: all 0.7s ease;
}
.section-padding {
  padding: 80px 0;
}

.section-nopadding {
  padding: 0px 0;
}
.section-padding.page-title {
  padding-bottom: 30px;
}
.section-title {
  margin-bottom: 30px;
}
.section-title1 {
  margin-bottom: -70px;
}
.section-title h2 {
  /*background: url(/bfs/img/theme/test.png) no-repeat center;*/ 
  /*url(../img/resources/section-title-bg.png) repeat-x center left;*/
  margin: 0;
  background-size: 40%;
  text-align: center;
}
.section-title h2 span {
  /*background: #fff;*/
  display: inline-block;
  font-size: 36px;
  line-height: 26px;
  font-weight: 500;
  color: #272727;
  /*padding: 10px 35px;
  padding-left: 0;
  margin: 42px 0px 63px 151px;*/
}
.section-title.text-center h2 span {
  padding: 5px 35px;
}
.accrodion-grp {
  box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
}
.accrodion {
  border-bottom: 1px solid #F4F4F4;
  padding: 21px 20px;
}
.accrodion:last-child {
  border: none;
}
.accrodion h4,
.accrodion p {
  margin: 0;
  padding: 0;
}
.accrodion.active .accrodion-title h4:before {
  content: '\f068 ';
  background: #a81533;/*#012f5d;*/
  color: #ffffff;/*#a81533;*/
  height: 40px;
  line-height: 40px;
}
.accrodion .accrodion-title {
  cursor: pointer;
  position: relative;
}
.accrodion .accrodion-title h4 {
  font-size: 15px;
  font-weight: 500;
}
.accrodion .accrodion-title h4:before {
  content: '\f067 ';
  font-family: 'Font Awesome 5 Free';
  font-weight: normal;
  font-size: 14px;
  width: 35px;
  height: 40px;
  line-height: 40px;
  background: #F4F4F4;
  color: #9E9E9E;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
  margin-right: 15px;
}
.accrodion .accrodion-content {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px; 
  border-bottom: 2px solid #ccc;
  
}

.accrodion .accrodion-content p {
  margin: 0;
  margin-top: -20px;
  margin-bottom: 8px;
  font-size: 15px;
  color: #9e9e9e;
  font-weight: 300;
  line-height: 19px;
  
  /*transform: translate(0%, -25%);    /*50%' в 'translate(0, -50%)' указывают на высоту самого элемента*/
  
}
.page-navigation {
  margin-top: 50px;
}
.page-navigation li {
  display: inline;
}
.page-navigation li a,
.page-navigation li span {
  width: 46px;
  height: 46px;
  line-height: 44px;
  background: #fff;
  color: #CDCDCD;
  font-size: 20px;
  display: inline-block;
  border: 1px solid #E2E2E2;
  margin-right: 5px;
  text-align: center;
  transition: all .3s ease;
}
.page-navigation li a i,
.page-navigation li span i {
  font-size: 16px;
  color: #CDCDCD;
}
.page-navigation li span,
.page-navigation li a:hover {
  background: #FF8C04;
  color: #fff;
  border-color: #FF8C04;
}
.home-google-map .google-map {
  width: 100%;
  height: 500px;
}
.mixit-gallery .mix {
  display: none;
}
ul.gallery-filter li:hover span,
ul.gallery-filter li.active span {
  background: #012f5d;
  color: #a81533;
  border-color: #012f5d;
}
ul.gallery-filter li span {
  display: block;
  font-size: 16px;
  color: #9E9E9E;
  font-weight: 500;
  border: 1px solid #F4F4F4;
  line-height: 48px;
  padding-left: 19px;
  padding-right: 19px;
  transition: all 0.5s ease;
  cursor: pointer;
  background: url(../img/resources/gallery-filter-pattern.jpg) repeat top left;
}
ul.post-pagination li:hover a,
ul.post-pagination li.active a {
  background: #a81533;
  color: #ffffff;
  border-color: #ffffff;
}
ul.post-pagination li a {
  display: block;
  font-size: 16px;
  color: #272727;
  font-weight: 700;
  border: 1px solid #F4F4F4;
  border-radius: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  background: url(../img/resources/gallery-filter-pattern.jpg) repeat top left;
}
/* ==============================
   3. Header styles
   ============================== */
.top-bar {
  background: rgba(255,255,255);
  padding: 0px 0;
}
#polyglotLanguageSwitcher a.current:link,
#polyglotLanguageSwitcher a.current:visited,
#polyglotLanguageSwitcher a.current:active {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  color: #6B6B6B;
}
#polyglotLanguageSwitcher {padding: 7px 0;}
#polyglotLanguageSwitcher span.trigger {
  top: 13px;
  right: -2px;
}
.top-bar .top-info {
  /*display: inline-block;*/
}
.top-bar .top-info ul,
.top-bar .top-info li {
  margin: 0;
  padding: 1px;
  list-style: none;
}
.top-bar .top-info ul li {
  display: inline-block;
  color: #6B6B6B;
  font-weight: 300;
  font-size: 14px;
  margin-left: 45px;
  line-height: 28px;
}
.top-bar .top-info ul li {
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}
.top-bar .top-info i {
  font-weight: normal;
  font-size: 15px;
  margin-right: 5px;
  color: #272727;
}
.top-bar .top-info a{
  padding: 0 0 0 1em;
}
.top-bar .top-info span {
  color: #a81533;
}
.top-bar .social {
  /*margin-left: 224px;*/
  /*display: inline-block;*/
  text-align: center;
}
.top-bar .social ul,
.top-bar .social li {
  margin: 2px;
  padding: 0;
  list-style: none;
}
.top-bar .social ul li {
  display: inline-block;
  margin-left: 6px;
}
.top-bar .social ul li a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background: #fff;
  font-size: 16px;
  color: #272727;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.top-bar .social ul li a:hover {
  color: #a81533;
  transition: all 0.5s ease;
}
header.header {
  padding-top: 30px;
  padding-bottom: 25px;
}
header.header .logo {
  position: relative;
}
header.header .logo:before {
  /*content: '';
  background: url(../img/resources/header-shape.png) 0 0 no-repeat;
  width: 333px;
  height: 18px;
  position: absolute;
  top: -53px;
  left: -45px;*/
}
header.header .single-header-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 75px;
}
header.header .single-header-right:first-child {
  margin-left: 0;
}
header.header .single-header-right .icon-box,
header.header .single-header-right .content-box {
  display: table-cell;
  vertical-align: middle;
}
header.header .single-header-right .icon-box {
  width: 40px;
  text-align: center;
}
header.header .single-header-right .icon-box i {
  font-size: 38px;
  color: #13314C;
  position: relative;
  top: 5px;
}
header.header .single-header-right .content-box {
  padding-left: 15px;
}
header.header .single-header-right .content-box b {
  font-size: 20px;
  color: #40454A;
	font-size: 16px;
	color: #40454A;
	margin: 0;
	font-weight: normal;
}
header.header .single-header-right .content-box p {
  font-size: 16px;
  color: #40454A;
  margin: 0;
}
header.header .single-header-right .icon-btn {
  background: none;
  outline: none;
  border: none;
  background: #F5F5F5;
  width: 65px;
  height: 65px;
  color: #272727;
  font-size: 30px;
  line-height: 63px;
  border: 1px solid #F5F3F3;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  text-align: center;
}
header.header .single-header-right .icon-btn + .tooltip > .tooltip-inner {
  background-color: #a81533;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
  border-radius: 0;
}
header.header .single-header-right .icon-btn + .tooltip > .tooltip-inner:before {
  content: '\f0ed';
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}
header.header .single-header-right .icon-btn + .tooltip.top .tooltip-arrow {
  border-top-color: #a81533;
  margin-left: -15px;
  border-width: 15px 15px 0;
}
header.header .single-header-right .thm-btn {
  display: inline-block;
  vertical-align: top;
}
.mainmenu-wrapper {
  /*background: #1E1E1E;*/
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 0.7) 50%,rgba(255, 255, 255, 0.4) 75%,rgba(255,255,255,0) 100%);/*rgba(30, 30, 30, 0.73);*/
  margin-bottom: -50px;
  position: relative;
  z-index: 21;
  
}
.mainmenu-wrapper.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  /*box-shadow: 0em 0.15em 0.3em #5b5b5b;*/
}
.mainmenu-wrapper.stricky-fixed.static {
  position: relative;
}
.mainmenu-wrapper .nav-header {
  /*background: rgba(30, 30, 30, 0.73);/*#1e1e1ea8;*/
  border-radius: 25px;
}
.mainmenu-holder .nav-header,
.mainmenu-holder .nav-footer {
  display: inline-block;
}
.mainmenu-holder .nav-header > ul,
.mainmenu-holder .nav-footer > ul,
.mainmenu-holder .nav-header > ul > li,
.mainmenu-holder .nav-footer > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainmenu-holder .nav-footer > ul > li,
.mainmenu-holder .nav-header > ul > li {
  display: inline-block;
}
.mainmenu-holder .nav-header > ul > li {
  position: relative;
  line-height: 2.5em;
  padding: 0px 0;
  /*margin-left: -4px;/*-4px;*/
  border-bottom: 1px solid #F4F4F4;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-color: #a81533;
  background: rgba(30, 30, 30, 0.73);
  transition: padding 500ms ease;
  background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #0909099e);
}
.mainmenu-holder .nav-header > ul > li:hover {
  padding-bottom: 0.5em;
  transition: padding 500ms ease;
  
}
.top-bar-left  p {
 color: #a81533e0;
 margin: 0;
 line-height: normal;
 text-align: center;
 font-weight: bold;
 font-family: 'Roboto Condensed', sans-serif;
} 
.mainmenu-holder .logotype {
 display: inline-block; 
 float: left;
}
.mainmenu-holder .nav-header > ul > li > a {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  padding: 0;
  transition: all 0.3s ease;
  letter-spacing: .04em;
  font-weight: bold;
  position: relative;
}
.mainmenu-holder .nav-header > ul > li > p {
  display: block;
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: lowercase;
  padding: 0 1em;
  transition: all 0.3s ease;
  letter-spacing: .04em;
  font-weight: 400;
  position: relative;
  margin: 0;
}
.mainmenu-holder .nav-header > ul > li > p:hover {
  
}
.logo img {
  max-width: 80%;
}

.logo img.raz {
-moz-transform:scale(1,0);
  -webkit-transform:scale(1,0);
  -o-transform:scale(1,0);
  -ms-transform:scale(1,0);
  position: absolute;
}
.logo:hover img.raz {
-moz-transform:scale(0.9,0.9);
  -webkit-transform:scale(0.9,0.9);
  -o-transform:scale(0.9,0.9);
  -ms-transform:scale(0.9,0.9);
  margin: -8px;
}
.logo:hover img.dva {
  -moz-transform:rotate(360deg) scale(0);
  -webkit-transform:rotate(360deg) scale(0);
  -o-transform:rotate(360deg) scale(0);
  -ms-transform:rotate(360deg) scale(0);
}
.mainmenu-holder .nav-header > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 100%;
 /* background: url(../img/resources/menu-border.png) center center no-repeat;*/
}
.mainmenu-holder .nav-header > ul > li:last-child > a:before {
  display: none;
}
.mainmenu-holder .nav-header > ul > li.active > a {
  background: #a81533;
  color: #fff !important;
}
.mainmenu-holder .nav-header > ul > li.active > a:before {
  display: none;
}
.mainmenu-holder .nav-header > ul > li:hover > a {
  color: #a81533;/*#a81533;*/
  /*transform: rotate(360deg);*/
  /*font-size: 16px;*/
}
.mainmenu-holder .nav-header > ul > li:hover > p {
  /*color: #a81533;*/
  cursor: pointer;
}
.mainmenu-holder .nav-header > ul > li > a i {
  font-size: 14px;
  line-height: 0;
}
.mainmenu-holder .nav-header > ul > li.dropdown > a:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  margin-left: 5px;
}
.mainmenu-holder .nav-header > ul > li.dropdown > p:after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  margin-left: 5px;
}
.mainmenu-holder .nav-header > ul > li > ul,
.mainmenu-holder .nav-header > ul > li > ul > li > ul {
  position: absolute;
  position: -ms-device-fixed;
  top: auto;
  left: auto;
  min-width: 190px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /*#fff;*/
  padding: 0;
  margin: 1em 0 0 0;
  /*opacity: 0;
  visibility: hidden;*/
  /*transition: all 0.5s ease;*/
  z-index: 9999;
  /*margin: 20px 0 0 0;*/
  -ms-transition: all 0.5s cubic-bezier(0.35, 0.68, 0.35, 0.68);
  -webkit-transition: all 0.5s cubic-bezier(0.35, 0.68, 0.35, 0.68);
  /*-o-transition: all .2s ease-in-out;*/
  transition: all 0.5s cubic-bezier(0.35, 0.68, 0.35, 0.68);
  border-bottom-right-radius: 10px; 
  border-bottom-left-radius: 10px;
  border-bottom-color: #a81533;  
}
.mainmenu-holder .nav-header > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.mainmenu-holder .nav-header > ul > li:hover > ul,
.mainmenu-holder .nav-header > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 1em 0 0 0;
}
.mainmenu-holder .nav-header > ul > li > ul li {
  display: block;
  position: relative;
  line-height: 30px;/*высота пунктов меню*/
  transition: all .3s ease;
}
.mainmenu-holder .nav-header > ul > li > ul li:hover {

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  z-index: 1;
  transform: translate(-.3em,-.3em);
  transition: all .3s ease;
}
.mainmenu-holder .nav-header > ul > li > ul li:last-child {
  border-bottom: 0;
}
.mainmenu-holder .nav-header > ul > li > ul li a {
  display: block;
  text-align: left;
  color: #ffffff;/*#272727*/;
  font-size: 12px;
  text-transform: none;
  padding: 0px 23px;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #F4F4F4;
  font-weight: 400;
  
  border-bottom-right-radius: 10px; 
  border-bottom-left-radius: 10px;
  border-bottom-color: #a81533;
  
  background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);
  background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;
  transition: all 0.5s ease;
}
.mainmenu-holder .nav-header > ul > li > ul li a:hover {
  background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);
  background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;
  transition: all 0.5s ease;
/*font-size: 18px;*/  
}
.mainmenu-holder .nav-header > ul > li > ul li:hover > a {
  
  /*background: #a81533;*/
  /*color: #a81533; #fff;*/
  /*margin: 20px 0 0 0;*/
}
.mainmenu-holder .nav-header > ul > li > ul li:first-child  > a:after {
  content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #a81533;
}
.mainmenu-holder .nav-header .navigation .dropdown-expander {
  width: 35px;
  height: 35px;
  background: #a8153300;/*#a81533;*/
  color: #a81533;/*#012f5d;*/
  border: none;
  outline: none;
  line-height: 35px;
  position: absolute;
  top: 7px;
  right: 20px;
}
.mainmenu-holder .nav-footer {
  margin-left: 20px;
}
.mainmenu-holder .nav-footer > ul > li {
  position: relative;
  padding-bottom: 10px;
}
.mainmenu-holder .nav-footer > ul > li > button {
  width: 45px;
  height: 45px;
  /*font-size: 16px;*/
  line-height: 40px;
  background: none;
  color: #fff;
  background: #a81533;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 25px;
}
.mainmenu-holder .nav-footer > ul > li > button:hover {
  background: #a81533;
  color: #fff;
  border-color: #a81533;
}
.mainmenu-holder .nav-footer > ul > li > button i.fa-search {
  position: relative;
  top: -2px;
}
.mainmenu-holder .nav-footer > ul > li .search-box {
  position: absolute;
  width: 250px;
  background: #a81533;
  top: 100%;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.mainmenu-holder .nav-footer > ul > li:hover .search-box {
  opacity: 1;
  visibility: visible;
}
.mainmenu-holder .nav-footer > ul > li .search-box form {
  background: #fff;
}
.mainmenu-holder .nav-footer > ul > li .search-box li {
  list-style: none;
}
.mainmenu-holder .nav-footer > ul > li .search-box li input {
  width: 78%;
  background-color: transparent;
  border: none;
  outline: none;
  height: 40px;
}
.mainmenu-holder .nav-footer > ul > li .search-box li button {
  background: none;
  outline: none;
  color: #A9A9A9;
  border: none;
  width: 30px;
  height: 40px;
  margin-right: 5px;
}
.mainmenu-wrapper .search-box {
  width: 330px;
  padding: 15px 0;
}

.mainmenu-wrapper .search-box form {
  width: 100%;
  height: 50px;
  border: 1px solid #2A2A2A;
  background: #252525;
}

.mainmenu-wrapper .search-box form input {
  border: none;
  outline: none;
  text-transform: none;
  background-color: transparent;
  width: 70%;
  float: left;
  line-height: 48px;
  color: #a81533;/*#a81533*/
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  height: 100%;
}
.mainmenu-wrapper .search-box form input::-webkit-input-placeholder {
  color: #a81533; /*#a81533*/
}
.mainmenu-wrapper .search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #a81533;/*#a81533*/
}
.mainmenu-wrapper .search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a81533;/*#a81533*/
}
.mainmenu-wrapper .search-box form input:-ms-input-placeholder {
  color: #a81533;/*#a81533*/
}
.mainmenu-wrapper .search-box form button {
  background: none;
  outline: none;
  border: none;
  background: #a81533;/*#a81533*/
  width: 50px;
  height: 100%;
  color: #fff;
  float: right;
}
/* ==============================
   4. Slider styles
   ============================== */
.rev_slider_wrapper .factory-caption-h1 {
  font-size: 60px;
  color: #fff;
  line-height: 80px;
  font-weight: bold;
}
.rev_slider_wrapper .factory-caption-p {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
}
.rev_slider_wrapper .thm-btn {
  font-size: 14px;
  line-height: 55px;
  padding: 0px 39px;
}
.rev_slider_wrapper .tparrows {
  width: 60px;
  height: 60px;
  border: none;/*3px solid #fff;*/
  font-size: 18px;
  line-height: 54px;
  color: #fff;
  background: transparent;
  visibility: visible !important;
  /*opacity: 2 !important;*/
  margin-top: -80px;
  transition: all 0.5s ease;
  
}
.rev_slider_wrapper .tparrows:before {
  line-height: 54px;
  font-size: 40px;/*18px;*/
  font-weight: bold;
  
}
.rev_slider_wrapper .tparrows:hover {
  /*background: none;/*#a81533;/*#012f5d;*/
  color: #a81533;
 
  /*border-color: #a81533;/*#012f5d;*/
}
.call-to-action {
  background: rgba(1, 47, 93, 0.9);
  background: rgba(30, 30, 30, 0.53);
  padding: 7px 0;
  position: relative;
  z-index: 9;
  margin-top: -50px;
}
.call-to-action.no-margin {
  margin: 0;
  background: #a81533;
}
.call-to-action p {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  text-align:  center;
}
.call-to-action p a {
  color: #000000;
  text-decoration: none;
}
.call-to-action p a:hover {
  /*text-transform: uppercase;*/
  font-weight: bold;
}
/* Slideshow container new*/
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
.carousel-inner {
  max-height: 500px;
  top: -50px;
}
/* Hide the images by default */
.mySlides {
 
}
/* Fading animation */



.item {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; 
}

@-webkit-keyframes fade {

}

@keyframes fade {
from {opacity: .2}
  to {opacity: 1}
}

@-webkit-keyframes fade-out {

}
@keyframes fade-out {

}
.carousel-inner .item {
 
}
.carousel-indicators li {
    width: 4em;
    height: .4em;
    margin: 1px;
    border-radius: 0px;
    transition: 1s ease;
}
.carousel-indicators .active {
    width: 4em;
    height: .4em;
    margin: 1px;
    background-color: #fff;
    transition: 1s ease;
}

/* ==============================
   5. Our Services styles
   ============================== */
.our-services {
  padding: 2em 0 0 0;   
}
.our-services h4,/*h3*/
.our-services p {
  margin: 0;
}
.our-services h4 {/*h3*/
  font-size: 15px;
  color: #272727;
  
  line-height: 18px;
  text-align: center;
  padding: 0.3em;
  height: 68%;
  background: #ffffff75;
}
.our-services h4:hover {
 color: #a81533; 
}  
.our-services p {
  font-size: 16px;
  font-weight: 300;
  color: #9e9e9e;
  line-height: 26px;
}
.our-services .caption-box-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 35px;
}
.our-services .single-our-service {
 padding-top: 20px;
 position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}  
.our-services .single-our-service h3 {/*h3*/
  font-size: 25px;
  /*margin-top: 30px;
  margin-bottom: 11px;
  position: absolute;
        top: 100%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);*/
  text-align: center;
}
.our-services .single-our-service .img-box {
  position: relative;
  transition: all 1s ease;
  height: 75%;
}
.our-services .single-our-service .txt-box {
  height: 25%;
  position: relative;
  bottom: 40%;
  margin: 0 auto;
}
.our-services .single-our-service:hover .txt-box {
  transform: translate(0,-3em);
  opacity: 0;
  transition: all 1s ease;
} 

.our-services .single-our-service .img-box:hover {
/*transition: all 1s ease;
transform: scale(1.07);
z-index: 1;*/
}
.our-services .single-our-service .img-box:hover .overlay {
  opacity: 1;
}
.our-services .single-our-service .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff2e;
  border-bottom: 3px solid #a81533;
  opacity: 0;
  transition: all 0.5s ease;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  
}
.our-services .single-our-service .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.our-services .single-our-service .img-box .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.our-services .single-our-service .img-box .overlay .box .box-content a {
  color: #fff;/*#012f5d;*/
  text-transform: uppercase;
  background: rgba(30, 30, 30, 0.53);/*#a81533;*/
  font-weight: bold;
  font-size: 14px;
  line-height: 38px;
  display: inline-block;
  padding: 0 30px;
  position: relative;
  top: 3px;
  transition: all 0.5s ease;
}
.our-services .single-our-service .img-box .overlay .box .box-content a:before,
.our-services .single-our-service .img-box .overlay .box .box-content a:after {
  content: '';
  background: #a81533;
  position: absolute;
  top: 0;
  width: 37px;
  height: 100%;
  transition: all 0.5s ease;
  border-radius: 4px;
}
.our-services .single-our-service .img-box .overlay .box .box-content a:before {
  left: -17px;
  transform: skew(-37deg);
}
.our-services .single-our-service .img-box .overlay .box .box-content a:after {
  right: -17px;
  transform: skew(37deg);
}
.our-services .single-our-service-caption-box {
  padding-top: 40px;
}
.our-services .single-our-service-caption-box .img-box,
.our-services .single-our-service-caption-box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.our-services .single-our-service-caption-box .img-box {
  width: 120px;
}
.our-services .single-our-service-caption-box .content-box {
  padding-left: 20px;
}
.our-services.service-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 20px;
  padding-top: 20px;
}
.single-service-page .img-box img:first-child {
  margin-right: 2px;
}
.single-service-page .content-box p {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-top: 20px;
  /*font-weight: 300;*/
  text-indent: 2em;
  text-align: justify;
}
.single-service-page .content-box li {
  text-align: justify;
  font-weight: 500;
}  
.single-service-page .content-box p:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 40px;
}
.single-service-page .two-col-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 40px;
}
.single-service-page .two-col-content .img-box img {
  margin-bottom: 10px;
}
.single-service-page .two-col-content .content-box p,
.single-service-page .two-col-content .content-box p:last-child {
  padding: 0;
  margin: 0;
  border: none;
  margin-bottom: 22px;
}
.single-service-page .two-col-content .content-box p:last-child {
  margin-bottom: 0;
}
.single-service-page .two-col-img-box .box-left {
  width: 54%;
  float: left;
}
.single-service-page .two-col-img-box .box-right {
  width: 44.8%;
  float: right;
  margin-left: 10px;
}
.single-service-page .two-col-img-box img {
  margin-bottom: 10px;
}
.single-service-page .video-box {
  position: relative;
}
.single-service-page .video-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: transparent;
  transition: all 0.5s ease;
}
.single-service-page .video-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-service-page .video-box .overlay .box .box-content {
  display: table-cell;
  vertical-align: middle;
}
.single-service-page .video-box .overlay .box .box-content a {
  font-size: 62px;
  color: #fff;
  display: inline-block;
}
.single-service-page .video-box:hover .overlay {
  background: rgba(1, 47, 93, 0.5);
}
.single-service-page .single-our-feature {
  padding: 20px 15px !important;
  margin: 0 !important;
}
.single-service-page .single-our-feature .icon-box:before {
  transition: all 0.5s ease;
}
.single-service-page .single-our-feature:hover {
  background: #012f5d;
}
.single-service-page .single-our-feature:hover .icon-box {
  transform: translate3d(0, 0px, 0) !important;
}
.single-service-page .single-our-feature:hover .icon-box:before {
  color: #fff !important;
}
.single-service-page .single-our-feature:hover h3,
.single-service-page .single-our-feature:hover p {
  transform: translate3d(0, 0px, 0) !important;
  color: #fff !important;
}
/* ==============================
   5.1 Our features styles
   ============================== */
   .ImgOurS {
     padding: 5px;
     border: 1px solid rgba(30, 30, 30, 0.23);
     
   }
   .ImgOurS img {
     outline: 1px solid white;
  outline-offset: -7px;
   }  
     
   /* ==============================
   6. Our features styles
   ============================== */
.our-features {
  
  position: relative;
}
.our-features:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 50, 91, 0.9);
}
.our-features.in-wrapper {
  background: none;
}
.our-features.in-wrapper:before {
  display: none;
}
.our-features.in-wrapper .container {
  background: #09325B;
}
.our-features .single-our-feature {
  text-align: center;
  color: #fff;
  padding: 100px 0;
  position: relative;
  transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  transition: all 0.5s ease;
  opacity: 0;
  border-bottom: 3px solid #a81533;
  overflow-y: hidden;
}
.our-features .single-our-feature .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(9, 29, 49, 0.9);
  opacity: 1;
  transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.our-features .single-our-feature .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.our-features .single-our-feature .overlay .box .box-content a {
  color: #012f5d;
  text-transform: uppercase;
  background: #a81533;
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  display: inline-block;
  padding: 0 55px;
  position: relative;
  top: 3px;
  transform: translate3d(0, 45px, 0);
  transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay .box .box-content a:before,
.our-features .single-our-feature .overlay .box .box-content a:after {
  content: '';
  background: #a81533;
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay .box .box-content a:before {
  left: -17px;
  transform: skew(-37deg);
}
.our-features .single-our-feature .overlay .box .box-content a:after {
  right: -17px;
  transform: skew(37deg);
}
.our-features .single-our-feature .icon-box {
  width: 98px;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 98px;
  line-height: 98px;
  margin-bottom: 36px;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease;
}
.our-features .single-our-feature .icon-box:before {
  content: "\f10d";
  font-family: Flaticon;
  font-size: 98px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.our-features .single-our-feature .icon-box i {
  font-size: 54px;
  display: block;
  vertical-align: bottom;
}
.our-features .single-our-feature h3,
.our-features .single-our-feature p {
  margin: 0;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s ease;
}
.our-features .single-our-feature h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 14px;
}
.our-features .single-our-feature p {
  font-size: 16px;
  color: #a81533;
  font-weight: 300;
  line-height: 26px;
}
.our-features .single-our-feature:hover .icon-box {
  transform: translate3d(0, -20px, 0);
}
.our-features .single-our-feature:hover h3,
.our-features .single-our-feature:hover p {
  transform: translate3d(0, -20px, 0);
  transition: all 0.5s ease;
}
.our-features .single-our-feature:hover .overlay {
  opacity: 1;
}
.our-features .single-our-feature:hover .overlay .box .box-content a {
  transform: translate3d(0, 0px, 0);
}
.no-container.our-features.in-wrapper .container {
  background: none;
}
.no-container.our-features .single-our-feature {
  margin-left: -15px;
  margin-right: -15px;
}
.no-container.our-features .single-our-feature {
  padding-top: 0;
  padding-bottom: 0;
}
.no-container.our-features .single-our-feature .icon-box:before {
  color: #012f5d;
}
.no-container.our-features .single-our-feature .icon-box {
  color: #a81533;
}
.no-container.our-features .single-our-feature .icon-box {
  margin-bottom: 0;
  margin-bottom: 20px;
}
.no-container.our-features .single-our-feature h3 {
  color: #272727;
}
.no-container.our-features .single-our-feature p {
  color: #9E9E9E;
  font-weight: 300;
}
.no-container.our-features .our-features-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 40px;
}
.no-container.our-features .single-our-feature .text-box {
  color: #272727;
}
/* ==============================
   7. About section styles
   ============================== */
.about-section .section-title {
  margin-bottom: 34px;
}
.about-section .right-textbox h2 {
  margin: 0;
  color: #272727;
  font-size: 32px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 500;
}
.about-section .right-textbox p {
  font-size: 15px;
  color: #272727;/*#484848;*/
  font-weight: 500;/*300;*/
  
  margin: 0;
  margin-bottom: 33px;
  text-indent: 2em;
  text-align: justify;
  /*word-break: break-all;*//* переносит не по правилам и без дефиса */
  /*-moz-hyphens: auto;      в теге html должно быть свойство lang="ru" и в хроме не работает
    -webkit-hyphens: auto;  да и в мозиле не сработало
    -ms-hyphens: auto;*/
}
.about-section .right-textbox p a {
 font-weight: bold;
 font-size: 16px;
 margin-left: 0px;
 transition: 1s ease;
}  
.about-section .right-textbox a {
 color: #272727;
 font-weight: bold;
 
 margin-bottom: 20px;
 font-size: 0.921em;
 line-height: 1em;
}
.about-section .right-textbox a:hover {
color: #a81533;
transition: .5s ease;
}

.about-section .right-textbox p:last-child {
  margin-bottom: 0;
}
.about-section .right-textbox ul li {
  margin-bottom: 15px;
}

.about-section .img-box {
  margin-right: -15px;/*margin-right: -7px;*/
}
.about-section .img-box img {
  /*margin-top: 0px;
  margin-right: 7px;*/
  margin: auto;
  transition: 1s ease;
}
.about-section .img-box img:hover {
 /*transform: translate(7px, 7px);*/
 transition: 1s ease; 
 transform: scale(1.4);
}
.about-section .img-box1 img {
  /*margin-top: 0px;/*margin-top: 10px*/
  /*margin-right: 7px;*/
  /*margin: 10px 0px 0px -18px;*/
  padding: 9px;
  border: 1px solid #ddd;
}
.about-section .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #fff;
}
.about-section .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border-color: #a81533;
}
.about-section .owl-theme .owl-dots {
  margin-top: -40px;
  position: relative;
}
.about-section.about-page .right-textbox p {
  margin-bottom: 0px;
}
.about-section .right-textbox .zakupki ul {
  margin: 4em 0 1em 0; 
}
.about-section .right-textbox .zakupki ul li {
  font-size: 18px; 
  margin-bottom: .5em;
  display:block;
}
.about-section .right-textbox .zakupki ul li:before {
  padding: 0 1em 0 0;
  color:#a81533;
}

/* ==============================
   8. Team Member styles
   ============================== */
.team-wrapper {
  border-top: 1px solid #F4F4F4;
  margin-top: 54px;
  padding-top: 60px;
}
.single-team-member h3,
.single-team-member p {
  margin: 0;
}
.single-team-member h3 {
  font-size: 22px;
  color: #272727;
  font-weight: 500;
  margin-top: 18px;
  margin-bottom: 8px;
}
.single-team-member p {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.single-team-member p.position {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 9px;
}
.single-team-member p.info {
  margin-top: 11px;
}
.single-team-member p.info span {
  color: #a81533;/*#002E5B;*/
  font-weight: bold;
}
.single-team-member p.info span a {
  margin: 0 0 0 30px;
}
.single-team-member .img-box {
  position: relative;
  overflow: hidden;
}
.single-team-member .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}
.single-team-member .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  transition: all 0.5s ease;
  opacity: 0;
  border-bottom: 0px solid #a81533;
  overflow: hidden;
}
.single-team-member .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: all 0.5s ease;
}
.single-team-member .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-team-member .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}
.single-team-member .overlay .box .box-content ul,
.single-team-member .overlay .box .box-content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.single-team-member .overlay .box .box-content ul {
  transform: translate3d(0, 45px, 0);
  transition: all 0.5s ease;
}
.single-team-member .overlay .box .box-content ul li {
  display: inline-block;
  margin-left: 6px;
}
.single-team-member .overlay .box .box-content ul li a {
  display: block;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: #fff;
  font-size: 18px;
  color: #272727;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.single-team-member .overlay .box .box-content ul li a:hover {
  background: #a81533;
  color: #fff;
}
.single-team-member:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.single-team-member:hover .overlay {
  opacity: 1;
}
.single-team-member:hover .overlay .box .box-content ul {
  transform: translate3d(0, 0px, 0);
}
/* ==============================
   9. call to action styles
   ============================== */
.call-to-action-home {
  background: rgba(30, 30, 30, 0.7) url(../img/resources/call-to-action-bg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 25px 0;
  position: relative;
}
.call-to-action-home:before {
  content: '';
  background: rgba(168, 21, 51, 0.85);/*#a81533e0;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.call-to-action-home h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  color: #ffffff94;/*#fff;*/
  text-align: center;
  position: relative;
}
.call-to-action-home h3 span {
  color: #00000087;
}
.call-to-action-home h3 a span:hover {
  color: #000000;
}
/* ==============================
   10. Blog styles
   ============================== */
.single-blog-post {
  /*box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);*/
  /*padding: 25px;
  margin-bottom: 25px;
  padding-right: 10px;*/
  /*webkit-transition: width 0.1s, height 0.1s, background-color 1s, -webkit-transform 0.5s;*/
  transition:box-shadow 0.5s;
  box-shadow: 0 3px 3px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
  margin: 1% 1% 1% 1%;
  padding: 15px 10px 15px 10px;
  float: right;
  border-top: 1px solid transparent;
  background: linear-gradient(to bottom, rgb(224 224 224 / 20%) 25%,rgb(97 97 97 / 7%) 50%,rgb(57 57 57 / 6%) 75%,rgba(37, 37, 37, 0.08) 100%);
  
}
.single-blog-post:hover {
  /*box-shadow: 0 0px 60px 0.5px rgba(0, 0, 0, 0.07);*/
  /*webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);*/
  /*webkit-transition: width 0.1s, height 0.1s, background-color 1s, -webkit-transform 0.5s;*/
  transition: box-shadow 0.5s;
  
  box-shadow: 0 10px 8px rgba(0,0,0,0.25), 0 8px 8px rgba(0,0,0,0.22);
  border-top: 1px solid rgba(0,0,0,0.05);
}
.single-blog-post .ads-img {
  position: absolute;
  width: 10%;
  top: -13%;
  right: 38%;
}
.single-blog-post:before,
.single-blog-post:after{
 
}
.single-blog-post:after{
  
}
.single-blog-post:last-child {
  margin-bottom: 0;
}
.single-blog-post .img-box,
.single-blog-post .content-box {
  display: table-cell;
  vertical-align: top;/*middle;*/
}
.single-blog-post .img-box {
  width: 229px;
  position: relative;
  padding: 5px 0px 5px 5px;
  display: block;
  float: left;
}
.autowidth {
  box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
  padding: 2em 0em 1em 0em;
  margin-bottom: 25px;
  /*padding-right: 10px;*/
}
.single-blog-post .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(1, 47, 93, 0.8);*/
  text-align: center;
  border-bottom: 1px groove #a81533;
  border-top: 1px groove #a81533;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.5s ease;
}
.single-blog-post .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-blog-post .img-box .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
}
.single-blog-post .img-box .overlay .box .box-content a {
  background: #a81533;
  display: inline-block;
  font-size: 12px;
  color: #012f5d;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 34px;
  /*top: 3px;*/
  position: relative;
  z-index: 2;
}
.single-blog-post .img-box .overlay .box .box-content a span {
  position: relative;
  z-index: 999;
}
.single-blog-post .img-box .overlay .box .box-content a:before,
.single-blog-post .img-box .overlay .box .box-content a:after {
  content: '';
  background: #a81533;
  position: absolute;
  top: 0;
  width: 45px;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 0;
}
.single-blog-post .img-box .overlay .box .box-content a:before {
  left: -17px;
  transform: skew(42deg);
  border-top-left-radius: 40px;
}
.single-blog-post .img-box .overlay .box .box-content a:after {
  right: -17px;
  transform: skew(-42deg);
  border-top-right-radius: 40px;
}
.single-blog-post .polygon {
 clip-path: polygon( 0% 0%, 100% 0%, 100% 0%, 100% 35%, 100% 100%, 0% 100%);
 transition: all 1.5s ease;
 -webkit-transition: all 1.5s ease;
 -moz-transition: all 1.5s ease;
 -o-transition: all 1.5s ease;
 background: #fbfbfb;
 /*border: 1px solid #00000005;*/
 background: linear-gradient(to bottom, rgb(234, 234, 234) 0%, rgba(255, 255, 255, 0.92) 20%,rgb(255, 255, 255) 50%,rgb(255, 255, 255) 75%,rgba(232, 232, 232, 0.34) 100%);
}
.single-blog-post .polygon:hover {
 /*clip-path: polygon( 0% 0%, 100% 0%, 100% 0%, 100% 35%, 60% 100%, 0% 100%); govno*/ 
 transition: all 1.5s ease;
 -webkit-transition: all 1.5s ease;
 -moz-transition: all 1.5s ease;
 -o-transition: all 1.5s ease;
}
.single-blog-post .content-box {
  padding-left: 30px;
  height: 230px;
  /*background: #4550530f;*/
  padding: 7px 10px 0px 15px;
}
.single-blog-post .content-box h3 {
  margin: 0;
  font-size: 17px;
  color: #272727;
  line-height: 1.3em;
  margin-bottom: 6px;
  transition: all 0.5s ease;
  font-weight: 500;
  font-family: "Bradley",Hand,cursive;
}
.single-blog-post .content-box h3:after {
 content: '';
    display: inline-block;
    width: 92%;
    height: 1px;
    background: rgb(230,235,235); 
}  
.single-blog-post .content-box h3:hover {
  color: #a81533;
}
.single-blog-post .content-box p {
  margin: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  /*min-height: 120px;*/
  padding: 0px 10px 0px 0px;
}
.single-blog-post .polygon:hover .bottom-layer h3 {
  opacity: 1;
}
.single-blog-post .bottom-layer {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 80%;
  color: #a81533;
  font-family: "Bradley",Hand,cursive;
  font-weight: 600;
}
.single-blog-post .bottom-layer h3 {
  font-size: 15px;
  opacity: 1;
  font-weight: 600;
  font-family: "Bradley",Hand,cursive;
}
.single-blog-post .img-box img {
  border: 1px solid #a815331f;
  outline: 1px solid #ffffff;
  outline-offset: -6px;
  width: 95%;
  transition: width 0.5s ease;
}
.single-blog-post:hover .img-box img {
  /*width: 88%;
  transition: width 0.5s ease;*/
}
.single-blog-post  ul,
.single-blog-post  li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-blog-post ul {
  margin-top: 12px;
  
}
.single-blog-post ul > li {
  display: inline;
  border-right: 1px solid #D8D8D8;
  padding-right: 17px;
  margin-right: 12px;
}
.single-blog-post ul > li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.single-blog-post ul > li > a {
  display: inline-block;
  color: #a81533db;
  font-size: 16px;
  transition: color 0.5s ease;
}
.single-blog-post ul > li > a:hover{
  color: #a81533;
  transition: color 0.5s ease;
}
.single-news .content-box ul > li > a {
  display: inline-block;
  color: #a81533;
  font-size: 16px;
}
.single-blog-post ul > li > a .fa-clock-o:before,
.single-blog-post ul > li > a:before {
 padding-right: 5px; 
}
.sharesocial {
  margin-top: 2em;
  margin-bottom: 2em;
  float: right;  
}
.sharesocial .sn-icon ul > li > a:hover {
  color: red!important; 
}

.red {
  color: #a81533;
  font-size: 16px;
  text-align: left;
}
.single-blog-post  .content-box ul > li > a i {
  margin-right: 5px;
}
.single-blog-post:hover .img-box .overlay {
  opacity: 1;
}
.justifyfull {
  text-align: justify;
}
.news-content .single-blog-post {
  padding: 0.6em;
  margin-bottom: 1em;
  overflow: hidden;
  transform: none;
}
.news-content .single-blog-post .img-box,
.news-content .single-blog-post .content-box {
  display: table-cell;
}
.news-content .single-blog-post .img-box {
  width: auto;
  margin-bottom: 30px;
  padding: 1em;
}
.news-content .single-blog-post .img-box iframe {border: none;}
.news-content .single-blog-post .img-box img {
    width: 100%;
    height: auto;
    max-width: 300px;
}
.news-content .single-blog-post .content-box {
  padding: 0;
  
}
.news-content .single-blog-post .content-box p {
  /*margin-top: 11px;*/
  text-indent: 1em;
  text-align: justify;
  padding:0.5em;
  min-height: 126px;
}
.news-content .single-blog-post .content-box .bottom-box {
  /*margin-top: 22px;*/
  float: right;
}
.news-content .single-blog-post .content-box .bottom-box h3 {
  font-size: 30px;
  color: #272727;
  font-weight: bold;
  margin: 0;
  line-height: 55px;
}
.news-content .single-blog-post .content-box .bottom-box .thm-btn {
  /*line-height: 40px;
  background: #a81533;*//*#012f5d;*/
}
.news-content .single-blog-post .content-box .bottom-box .thm-btn:hover {
  /*background: #a81533;
  color: #272727;*/
    background: #a815337d;
    box-shadow: 0 15px 20px #a815333b;
    color: white;
    transform: translateY(-1px);
    animation: swing 1.0s ease;
}
.news-content .single-blog-post .content-box .bottom-box .share-box.has-slide ul {
  transform: translate3d(400px, 0px, 0);
  opacity: 0;
  transition: all 0.5s ease;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul {
  display: inline-block;
  margin: 0;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul.share-hide {
  transform: translate3d(400px, 0px, 0);
  opacity: 0;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul.share-show {
  transform: translate3d(0px, 0px, 0);
  opacity: 1;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul li {
  width: 55px;
  height: 55px;
  border: 1px solid #EEEEEE;
  display: inline-block;
  padding: 0;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul li a {
  line-height: 53px;
  text-align: center;
  display: block;
  color: #272727;
  transition: all 0.5s ease;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul li a i {
  margin: 0;
  font-size: 18px;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul li a:hover {
  background: #a81533;
  border-color: #a81533;
  color: #fff;
}
.news-content .single-blog-post .content-box .bottom-box .share-box button {
  display: inline-block;
  background: #000;
  width: 55px;
  height: 55px;
  border: none;
  line-height: 55px;
  color: #9E9E9E;
  background: #F4F4F4;
  text-align: center;
  margin-left: 11px;
  font-size: 18px;
  outline: none;
  position: relative;
  z-index: 999;
  transition: all 0.5s ease;
}
.news-content .single-blog-post .content-box .bottom-box .share-box button:hover {
  color: #a81533;
  background: #012f5d;
}
.single-sidebar-box {
  /*margin-bottom: 60px;*/
  margin: 3em 0 1.5em 0;
}
.single-sidebar-box .title {
  /*background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;*/
  padding-left: 20px;
}
.single-sidebar-box .title h3 {
  font-size: 24px;
  font-weight: 900;
  color: #a81533e8;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1em;
  text-align: center;
  text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white, -3px -3px 4px rgba(0,0,0,.3), -3px 3px 4px rgba(0,0,0,.3), 3px 3px 4px rgba(0,0,0,.3), 3px -3px 4px rgba(0,0,0,.3);
}
.single-sidebar-box.search-widget form {
  background: #F4F4F4;
  width: 100%;
  height: 55px;
}
.single-sidebar-box.search-widget form input {
  background: none;
  border: none;
  outline: none;
  width: 70%;
  float: left;
  height: 100%;
  padding-left: 20px;
}
.single-sidebar-box.search-widget form button {
  background: #012f5d;
  color: #a81533;
  font-size: 16px;
  width: 55px;
  border: none;
  outline: none;
  height: 55px;
  line-height: 55px;
  float: right;
  transition: all 0.5s ease;
}
.single-sidebar-box.search-widget form button:hover {
  background: #a81533;
  color: #012f5d;
}
.single-sidebar-box.category-widget ul {
  margin: 10px;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.single-sidebar-box.category-widget ul li a.levelClass1 {
  list-style: none;
  border-bottom: 1px solid #e2b2bc8a;
  border-bottom-right-radius: 10px;
}
.single-sidebar-box.category-widget ul li ul li {
 border-bottom: 1px solid #e2b2bc8a; 
}

.single-sidebar-box.category-widget ul li a.levelClass{
  
}
.single-sidebar-box.category-widget ul li a.levelClass1{
  
}
.single-sidebar-box.category-widget ul li a.levelClass2{
  
  padding: 0px 9px;
}
.single-sidebar-box.category-widget ul li a.pMenu_active:before{
  /*background: #a81533;*/
  color: #a81533;
  content: "\f0ab";
}
.single-sidebar-box.category-widget ul .innerClass{
margin-bottom: 20px;
margin-top: 0px;
}

.single-sidebar-box.category-widget ul li:last-child {
  /*border: none;*/
}
.single-sidebar-box.category-widget ul li a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #272727;
  transition: all 0.5s ease;
  
}
.single-sidebar-box.category-widget ul li a:hover {
  color: #a81533;
  margin-left: 0em;
  font-weight: 700;
  transition: all .5s ease;
}
.single-sidebar-box.category-widget ul li a:hover.nomenu {
  margin-left: -1em;
}  
.single-sidebar-box.category-widget ul li a:hover:before {
transform: rotate(50deg);
color: #a81533;
transition: all .5s ease;
}
.single-sidebar-box.category-widget ul li a.pMenu_active {
  color:#a81533;
  font-weight: 500;
  border-bottom: 1px solid #a81533;
}
.single-sidebar-box.category-widget ul li ul li.pMenu_active a {
  color:#a81533;
  font-weight: 500;
  border-bottom: 1px solid #a81533;
  margin-left: 0em;
}
.single-sidebar-box.category-widget ul li ul li.pMenu_active a:before
/*.single-sidebar-box.category-widget ul li.levelClass1.pMenu_active a:before*/ {
  /*background: #a81533;*/
  color:#a81533;
  content: "\f0ab";
}
.single-sidebar-box.category-widget ul li a:before {
  /*content: '';*/
  content: "\f0a9";
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  width: 8px;
  height: 8px;
  background: transparent;
  /*border: 1px solid #a81533;
  border-radius: 50%;
  display: inline-block;*/
  margin-right: 0.7em;
  transition: all 0.5s ease;
}
.single-sidebar-box.category-widget ul li p a:before {
  content: "\f02c";
  font-size: 9px;
  margin-right: 4px;
  transition: all .5s ease;
}
.single-sidebar-box.category-widget ul li a.nomenu:before {
  content: none;
}
.single-sidebar-box.category-widget ul li a {
line-height: 1.7em;
margin-left: -1em;/*0px;*/
font-size: 12px;
text-decoration: none;
letter-spacing: 0px;
}

.margin-top {
margin-top: 50px;	
}

.single-sidebar-box.recent-news-widget ul {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.single-sidebar-box.recent-news-widget li {
  list-style: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 20px;
}
.single-sidebar-box.recent-news-widget li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.single-sidebar-box.recent-news-widget .img-box {
  width: 75px;
  display: table-cell;
  vertical-align: middle;
}
.single-sidebar-box.recent-news-widget .content-box {
  padding-left: 27px;
  vertical-align: middle;
  display: table-cell;
}
.single-sidebar-box.recent-news-widget .content-box h4 {
  font-size: 16px;
  color: #272727;
  font-weight: 900;
  margin: 0;
  line-height: 28px;
}
.single-sidebar-box.recent-news-widget .content-box a.date {
  color: #a81533;
  font-size: 16px;
  font-weight: 500;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel {
  margin-top: 40px;
  /*margin-left: 40px;*/
}
.single-sidebar-box.testimonials-widget .single-testi-carousel .box {
  background: url(../img/resources/testi-bg.png) top left no-repeat;
  background-size: 100% 100%;
  padding-top: 24px;
  padding-left: 18px;
  padding-bottom: 30px;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel .box p {
  font-size: 16px;
  color: #272727;
  line-height: 26px;
  margin: 0;
  margin-bottom: 5px;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel .box span {
  color: #a81533;
  font-size: 14px;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel .box span b {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel img {
  display: block;
  margin-top: 10px;
  width: auto;
  max-width: none;
  margin: 0 auto;
}
.single-sidebar-box.testimonials-widget .testimonial-carousel {
  position: relative;
  margin-top: -70px;
}
.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-controls {
  padding: 10px 10px 10px 0;
  position: absolute;
  top: 0px;
  right: -10px;
  display: inline-block;
  background: #fff;
}
.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #a81533;
  border: 1px solid #a81533;
}
.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.single-sidebar-box.price-filter .range-slider-price {
  margin-top: 50px;
  margin-bottom: 30px;
}
.single-sidebar-box.price-filter button {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 900;
  background: #F4F4F4;
  border: none;
  outline: none;
  text-transform: uppercase;
  width: 90px;
  height: 35px;
  display: inline-block;
  float: left;
}
.single-sidebar-box.price-filter p {
  display: inline-block;
  float: right;
  margin: 0;
  line-height: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  text-transform: capitalize;
}
.single-sidebar-box.price-filter input {
  width: auto;
  border: none;
  outline: none;
  width: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
}
.single-sidebar-box.price-filter .noUi-connect {
  background: #a81533;
}
.single-sidebar-box.price-filter .noUi-background {
  background: #f4f4f4;
}
.single-sidebar-box.price-filter .noUi-handle {
  background: #012f5d;
  border-radius: 50% !important;
  box-shadow: none;
  border-color: #e0e0e0;
  cursor: pointer;
}
.single-sidebar-box.best-seller > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 37px;
}
.single-sidebar-box.best-seller > ul > li {
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-sidebar-box.best-seller > ul > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.single-sidebar-box.best-seller > ul > li .img-box,
.single-sidebar-box.best-seller > ul > li .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-sidebar-box.best-seller > ul > li .img-box .box {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  background: #f4f4f4;
  padding: 0;
}
.single-sidebar-box.best-seller > ul > li .text-box {
  padding-left: 27px;
}
.single-sidebar-box.best-seller > ul > li .text-box h3 {
  font-size: 16px;
  margin: 0;
  line-height: 28px;
  font-weight: bold;
  color: #272727;
}
.single-sidebar-box.best-seller > ul > li .text-box ul.star-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-sidebar-box.best-seller > ul > li .text-box ul.star-box li {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
}
.single-sidebar-box.best-seller > ul > li .text-box ul.star-box li i {
  font-size: 12px;
  color: #a81533;
}
.single-sidebar-box.best-seller > ul > li .text-box .price {
  font-size: 16px;
  color: #012f5d;
  font-weight: 500;
}
.single-sidebar-box.tag-links ul {
  margin: 0;
  padding: 0;
  margin-top: 35px;
}
.single-sidebar-box.tag-links ul li {
  display: inline-block;
  list-style: none;
}
.single-sidebar-box.tag-links ul li a {
  display: block;
  border: 1px solid #f4f4f4;
  font-size: 16px;
  color: #9B9B9B;
  text-transform: capitalize;
  line-height: 30px;
  padding: 0 10px;
  transition: all 0.5s ease;
  margin-right: 4px;
  margin-bottom: 5px;
}
.single-sidebar-box.tag-links ul li a:hover {
  background: #012f5d;
  color: #a81533;
}
.single-sidebar-box.service-link-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-sidebar-box.service-link-widget ul li {
  list-style: none;
  margin-bottom: 5px;
}
.single-sidebar-box.service-link-widget ul li.active a {
  background: #012f5d;
  border-color: #a81533;
  color: #fff;
}
.single-sidebar-box.service-link-widget ul li a {
  display: block;
  background: #F4F4F4;
  font-size: 13px;
  color: #272727;
  font-weight: bold;
  line-height: 60px;
  padding-left: 23px;
  border-left: 4px solid transparent;
  transition: all 0.5s ease;
}
.single-sidebar-box.service-link-widget ul li a:hover {
  background: #012f5d;
  border-color: #a81533;
  color: #fff;
}
.single-sidebar-box.broucher-widgets {
  background: #a81533;
  padding: 10px 0;
}
.single-sidebar-box.broucher-widgets .icon-box,
.single-sidebar-box.broucher-widgets .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-sidebar-box.broucher-widgets .icon-box {
  width: 45px;
  height: 45px;
  background: #012f5d;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.single-sidebar-box.broucher-widgets .text-box {
  padding-left: 30px;
}
.single-sidebar-box.broucher-widgets .text-box h4 {
  font-size: 18px;
  color: #272727;
  margin: 0;
}
.single-news-page .single-blog-post .content-box p {
  margin-bottom: 30px;
  text-align: justify;
  text-indent: 2em;
}
.single-news-page .single-blog-post {
  padding: 0;
  box-shadow: none;
  transition: none;
  transform: none;
  float: none;
}
.comment-box {
  border-top: 1px solid #F9F8F8;
  padding-top: 60px;
  margin-top: 55px;
}
.comment-box .single-comment-box .img-box,
.comment-box .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.comment-box .single-comment-box .img-box {
  width: 100px;
}
.comment-box .single-comment-box .text-box {
  padding-left: 20px;
}
.comment-box .single-comment-box .text-box .top-box h2 {
  display: inline-block;
  font-size: 24px;
  color: #272727;
  margin: 0;
  line-height: 24px;
}
.comment-box .single-comment-box .text-box .top-box span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #a81533;
}
.comment-box .single-comment-box .text-box .content p {
  margin: 0;
}
.comment-box .single-comment-box .text-box .content a {
  font-size: 16px;
  font-weight: bold;
  color: #a81533;
}
.reply-box {
  border-top: 1px solid #F9F8F8;
  padding-top: 60px;
  margin-top: 55px;
}
.reply-box input,
.reply-box textarea,
.reply-box button {
  width: 100%;
  border: 2px solid #EEEEEE;
  outline: none;
  padding-left: 20px;
}
.reply-box input {
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
.reply-box input:last-child {
  margin-bottom: 0;
}
.reply-box textarea {
  height: 190px;
  padding-top: 10px;
}
.reply-box button {
  background: #a81533;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  padding: 0;
  line-height: 50px;
  text-transform: uppercase;
  margin-top: 10px;
  transition: all 0.5s ease;
  border: none;
}
.reply-box button:hover {
  background: #012f5d;
  color: #a81533;
}
/* ==============================
   11. Testimonial styles
   ============================== */
/*.testimonials-section {
  background: #ffffff;/*#F4F4F4;*/
}
.testimonials-section .section-title h2 span {
  background: #ffffff;/*#F4F4F4;*/
}
.testimonials-section .thm-container {
  position: relative;
}
.testimonials-section .owl-theme .owl-nav {
  /*background: #ffffff;/*#F4F4F4;*/
  display: inline-block;
  position: absolute;
  right: 10px;
  top: -13px;
  padding-left: 25px;
}
.testimonials-section .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background-color: transparent;
  color: #B6B6B6;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /*border: 2px solid #b6b6b6;*/
  line-height: 31px;
  transition: all 0.5s ease;
}
.testimonials-section .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #a81533;
  color: #a81533;
}
.single-testimonials .review-text {
  border-radius: 5px;
  padding: 20px 30px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}
.single-testimonials .review-text:before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #fff;
  transform: rotate(135deg);
}
.single-testimonials .review-text p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #9e9e9e;
  font-weight: 300;
}
.single-testimonials .info-box .img-box,
.single-testimonials .info-box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.single-testimonials .info-box .content-box {
  padding-left: 25px;
}
.single-testimonials .info-box h3 {
  margin: 0;
  font-size: 16px;
  color: #012f5d;
}
.single-testimonials .info-box h3 span.name {
  font-size: 18px;
  font-weight: 500;
}
.single-testimonials .info-box ul.star {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}
.single-testimonials .info-box ul.star li {
  display: inline-block;
  list-style: none;
  color: #a81533;
}
/* ==============================
   12. contact styles
   ============================== */
.contact-section {
  padding-bottom: 60px;
}
.contact-section p.large {
  font-size: 24px;
  line-height: 36px;
  color: #9E9E9E;
}
.contact-section .corrupt{
  line-height: 1.3em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contact-section p {
  font-size: 14px;
  line-height: 1.5em;
  color: #484848;/*#9E9E9E;*/
  font-weight: 300;
  margin: 5px 0 5px 0;
  text-align: justify;
}
.contact-section ul li p {
   font-size: 13px;
   margin-left: -1em;
}
.contact-section p:last-child {
  /*margin-bottom: 13px;*/
}
.contact-section span.bold {
  color: #272727;
  font-weight: 500;
}
.contact-section span.highlight {
  color: #012f5d;
}
.contact-section p {
text-indent: 1em;
  
}
.contact-section p a {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
.contact-section a {
  color: #484848;
  font-weight: 400;
  text-decoration: none;
  transition: 1s ease;
}
.contact-section span a {
  color: #484848;
  font-weight: 400;
  text-decoration: underline;
}
.contact-section a span:hover {
  color: #a81533;
}
.contact-section a:hover {
  color: #a81533;
  transition: 1s ease;
}
.contact-section .thm-btn:hover{
  color: white;
  transition: 1s ease;
}
.contact-section .client-carousel {
  margin-top: 50px;
}
.home-contact-form {
  padding: 20px;
  box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
  background: #ffffff9c;
}
.home-contact-form input,
.home-contact-form textarea,
.home-contact-form button {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.home-contact-form input {
  height: 2.5em;
  background: #F7F7F7;
  margin: 0 0 .5em 0;
  padding-left: 20px;
}
.home-contact-form textarea {
  background: #F7F7F7;
  padding-left: 20px;
  padding-top: 15px;
  height: 175px;
}
.home-contact-form button {
    text-decoration: none;
    outline: none;
    display: inline-block;
    /*width: 70%;*/
    line-height: 3em;
    border-radius: 10px;
    /*margin: 3em -1em 0em 0em;*/
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    color: #524f4e;
    background: white;
    box-shadow: 0 8px 15px rgba(0,0,0,.1);
    transition: .3s;
    float: right;
    margin: 6% 0;
}
.home-contact-form button:hover {
    background: #a81533;
    box-shadow: 0 15px 20px #a815333b;
    color: white;
    transform: translateY(-1px);
    animation: swing 1.0s ease;
}
.req-form{
  /*margin: 2em 2em 0em 3em;
  padding: 1em 4em 0em 4em;*/
  background-color: #ffffffed;
  box-shadow: 0 10px 8px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.12);
  transition: 1s ease;
  filter: blur(1px);
}
.req-form:hover{
   box-shadow: 0px -4px 5px 1px rgba(0, 0, 0, 0.1);
   transition: 1s ease;
   filter: blur(0px);
} 
.req-form .text-box {
    font-size: 16px;
    font-weight: 500;
    color: #a81533e8;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white, -3px -3px 4px rgba(0,0,0,.3), -3px 3px 4px rgba(0,0,0,.3), 3px 3px 4px rgba(0,0,0,.3), 3px -3px 4px rgba(0,0,0,.3);
    padding: 0em 0em 1em 0em;  
}
.single-contact-info {
  background: #a81533;
  padding-top: 28px;
  padding-bottom: 28px;
}
.single-contact-info .icon-box,
.single-contact-info .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-contact-info .box {
  background: #012f5d;
  color: #fff;
  width: 70px;
  height: 85px;
  text-align: center;
}
.single-contact-info .box i {
  font-size: 38px;
  line-height: 85px;
}
.single-contact-info .text-box {
  padding-left: 30px;
}
.single-contact-info .text-box h3 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #272727;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 14px;
}
.single-contact-info .text-box p {
  margin: 0;
  font-size: 18px;
  color: #272727;
  line-height: 26px;
  font-weight: 500;
}
/* ==============================
   13. Subscription styles
   ============================== */
.subscription {
  background: #1F1F1F;
  padding-top: 74px;
  padding-bottom: 80px;
}
.subscription h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 33px;
}
.subscription label {
  font-size: 16px;
  color: #9E9E9E;
  line-height: 29px;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: normal;
}
.subscription input {
  width: 100%;
  background: #212121;
  border: 2px solid #272727;
  height: 55px;
  line-height: 51px;
  outline: none;
  padding-left: 20px;
  color: #fff;
}
.subscription button {
  background: #a81533;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 58px;
  line-height: 55px;
  transition: all 0.5s ease;
}
.subscription button:hover {
  background: #012f5d;
}
.subscription ul.social {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.subscription ul.social li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
.subscription ul.social li a {
  display: block;
  font-size: 24px;
  color: #F4F4F4;
  transition: all 0.5s ease;
}
.subscription ul.social li a:hover {
  color: #a81533;
}
/* ==============================
   14. Footer styles
   ============================== */
.footer {
  background: url(../img/resources/footer-bgs.jpg) no-repeat bottom left;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 83px;
  position: relative;
  box-shadow: 0px -1px 5px #525252;
}
footer.footer:before {
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background: linear-gradient(to bottom, rgba(224, 224, 224, 0.37) 25%,rgba(97, 97, 97, 0.38) 50%,rgba(57, 57, 57, 0.46) 75%,rgba(37, 37, 37, 0.28) 100%);
  /*background: rgba(30, 30, 30, 0.9);*/
}
.footer-widget .title {
  /*background: url(../img/resources/footer-bg-title-new.png) repeat top left;*/
  /*padding-left: 20px;*/
  text-align: center;
}

.footer-widget .title h2 {
  font-family: "Bradley",Hand,cursive;
  text-transform: uppercase;
  font-size: 19px;
  margin: 0;
  color: #F7F7F7;
  line-height: 2em;
  font-weight: 500;
}
.footer-widget ul,
.footer-widget li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #b8030317;
}
.single-sidebar-box ul,
.single-sidebar-box li {
  margin: 0;
  padding: 0;
  list-style: none;
  /*border-bottom: 1px solid #b8030317;*/
}

.footer-widget .dtc {
  display: table-cell;
  vertical-align: middle;
}
.footer-widget.about-widget img {
  margin-bottom: 37px;
  margin-top: 20px;
}
.footer-widget.about-widget p {
  color: #F4F4F4;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 30px;
}
.footer-widget.about-widget a.thm-btn {
  margin-top: 32px;
  padding: 0 54px;
  line-height: 55px;
}
.footer-widget.link-widget .links {
  margin-top: 39px;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  margin-right: 11px;
  border-right: 1px solid #252525;
 }
.footer-widget.link-widget .links:last-child {
  border: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
 }
.footer-widget.link-widget .links li {
  display: block;
}
.footer-widget.link-widget .links li:last-child a {
  margin-bottom: 0;
}
.footer-widget.link-widget .links li a {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  display: block;
  /*margin-bottom: 10px;*/
  transition: all 0.5s ease;
  font-weight: bold;
}
.footer-widget.link-widget .links li a:hover {
  color: #a81533;
}
.footer-widget.recent-news ul {
  margin-top: 10px;
}
.footer-widget.recent-news ul li {
  padding-bottom: 5px;
  border-bottom: 1px solid #a81533;
  margin-bottom: 5px;
}
.footer-widget.recent-news ul li a:hover{
 color: #a81533;
 transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer-widget.recent-news ul li a{
  color: white;
  text-align: justify;
  margin: 0 0 10px 0px;
  text-indent: 1em;
  line-height: 1.4em;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer-widget.recent-news ul li a h6{
  font-family: "Bradley",Hand,cursive;
}  
.footer-widget.recent-news ul li p{
  color: white;
  text-align: right;
  font-size: 11px;
  margin: 0;
  line-height: 10px;

}
.footer-widget.recent-news li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.footer-widget.recent-news .img-box {
  width: 75px;
}
.footer-widget.recent-news .content-box {
  padding-left: 27px;
}
.footer-widget.recent-news .content-box h5 {
  
  color: #F7F7F7;
  transition: all 0.5s ease;
}
.footer-widget.recent-news .content-box h5:hover {
  color: #a81533;
}
.footer-widget.recent-news .content-box a.date {
  color: #a81533;
  font-size: 10px;
  font-weight: 500;
}
.footer-widget.contact-widget ul {
  margin-top: 10px;
}
.footer-widget.contact-widget li {
  border-bottom: 1px solid #a81533;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.footer-widget.contact-widget .footerli {
  margin-bottom: 0.6em;
}

.footer-widget.contact-widget li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-widget.contact-widget .icon-box i {
  font-size: 20px;
  font-weight: 600;
  color: #a81533;
}
.footer-widget.contact-widget .content {
  padding-left: 30px;
}
.footer-widget.contact-widget .content h5 {
  color: #F4F4F4;
  transition: all 0.5s ease;
  font-family: "Bradley",Hand,cursive;
  margin: 0 0 0 0;
  line-height: 1.4em;
  font-size: 13px;
}
.footer-widget.contact-widget .content a h5:hover {
  color: #a81533;
}
.bottom-footer {
  background: #252525;
  padding: 6px 0;
  position: relative;
}
.bottom-footer:before {
  /*content: '';
  background: url(../img/theme/footer-shape.png) 0 0 no-repeat;
  width: 332px;
  height: 18px;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -166px;*/
}
.bottom-footer.color2:before {
  background: url(../img/theme/footer-shape2.png) 0 0 no-repeat;
}
.bottom-footer.color3:before {
  background: url(../img/theme/footer-shape3.png) 0 0 no-repeat;
}
.bottom-footer.color4:before{
  background: url(../img/theme/footer-shape4.png) 0 0 no-repeat;
}
.bottom-footer p {
  font-size: 12px;
  position: relative;
  color: #F4F4F4;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
}
.bottom-footer p a {
  color: #a81533;
}
.bottom-footer .social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-footer .social li {
  display: inline-block;
  list-style: none;
}
.bottom-footer .social li a {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 20px;
}
/* ==============================
   15. Inner banner styles
   ============================== */
.inner-banner {
  /*background-position: center center;*/
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-attachment: fixed;
  background-size: 100%;
  background-position: top;
  padding: 6% 0%;
  position: relative;
  margin: 0 0 2em 0em;
  box-shadow: 0px 1px 5px black;
}
.inner-banner .container {
  position: relative;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: linear-gradient(to top, rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 0.7) 50%,rgba(255, 255, 255, 0.4) 75%,rgba(255,255,255,0) 100%);
*/}
.inner-banner h1 {
  font-size: 25px;
  line-height: 60px;
  font-weight: bold;
  margin: 0;
  color: #a81533e8;/*#fff;*/
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white, -3px -3px 4px rgba(0,0,0,.3), -3px 3px 4px rgba(0,0,0,.3), 3px 3px 4px rgba(0,0,0,.3), 3px -3px 4px rgba(0,0,0,.3);
  
}
.inner-banner h2 {
  font-size: 25px;
  line-height: 60px;
  font-weight: bold;
  margin: 0;
  color: #a81533e8;/*#fff;*/
  text-transform: uppercase;
  /*font-family: "Bradley",Hand,cursive;*/
  letter-spacing: 2px;
/*  text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
*/  text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white, -3px -3px 4px rgba(0,0,0,.3), -3px 3px 4px rgba(0,0,0,.3), 3px 3px 4px rgba(0,0,0,.3), 3px -3px 4px rgba(0,0,0,.3);
  
}
.inner-banner .size23 h2 {
   font-size: 23px;
}
/* ==============================
   16. Inner banner styles
   ============================== */
.bread-cumb {
  background: #F4F4F4;
}
.bread-cumb ul {
  margin: 0;
  padding: 0;
}
.bread-cumb ul li {
  display: inline-block;
  list-style: none;
}
.bread-cumb ul li a {
  display: block;
  font-size: 16px;
  color: #9E9E9E;
  line-height: 30px;
  font-weight: 300;
}
/*.bread-cumb ul li a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #9E9E9E;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 10px;
}*/
.bread-cumb ul li a:hover {
  /*text-transform: uppercase;*/
  color: black;
}  
.bread-cumb ul li span {
  display: block;
  font-size: 16px;
  /*color: #a81533;*/
  font-weight: 400;
  margin: 0px 5px;
}
.bread-cumb .lastitem {
  color: #a81533;
}
/* ==============================
   17. Project content styles
   ============================== */
.project-content ul.gallery-filter {
  margin-bottom: 60px;
}
.project-content ul.post-pagination {
  margin-top: 30px;
}
.project-content .owl-theme .owl-nav {
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -95px;
  padding-left: 25px;
}
.project-content .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background-color: transparent;
  color: #B6B6B6;
  font-size: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #b6b6b6;
  line-height: 31px;
  transition: all 0.5s ease;
}
.project-content .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #a81533;
  color: #a81533;
}
.single-project-item {
  margin-bottom: 30px;
}
.single-project-item img {
  width: 100%;
}
.single-project-item .img-box {
  position: relative;
}
.single-project-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
}
.single-project-item .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-project-item .overlay .box .top-box {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(168, 21, 51, 0.85);
  transition: all .5s ease 0s;
  opacity: 0;
  transform: translate3d(0, -100px, 0);
}
.single-project-item .overlay .box .title {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-top: 70px;
}
.single-project-item .overlay .box .title h3 {
  margin: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.single-project-item .overlay .box .bottom-box {
  background: #1E1E1E;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all .5s ease .5s;
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
.single-project-item .overlay .box .bottom-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-project-item .overlay .box .bottom-box ul li {
  list-style: none;
  float: left;
  width: 100%;
}
.single-project-item .overlay .box .bottom-box ul li:last-child a {
  border: none;
}
.single-project-item .overlay .box .bottom-box ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  border-right: 1px solid #E3B700;
  transition: all 0.5s ease;
}
.single-project-item .overlay .box .bottom-box ul li a:hover {
  background: #012f5d;
}
.single-project-item .img-box:hover .box .top-box {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
.single-project-item .img-box:hover .box .bottom-box {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.single-project-content .single-project-carousel {
  margin-bottom: 30px;
  position: relative;
}
.single-project-content .single-project-carousel .owl-nav {
  margin: 0px;
}
.single-project-content .single-project-carousel .owl-nav .owl-prev {
  left: 0;
}
.single-project-content .single-project-carousel .owl-nav .owl-next {
  right: 0;
}
.single-project-content .single-project-carousel .owl-nav [class*=owl-] {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  background: #012f5d;
  padding: 0;
  text-align: center;
  color: #fff;
  border-radius: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -25px;
}
.single-project-content .single-project-carousel .owl-nav [class*=owl-]:hover {
  background: #a81533;
}
.single-project-content .single-project-customer-info {
  padding-left: 20px;
  padding-top: 26px;
  padding-bottom: 31px;
  background: #012f5d;
}
.single-project-content .single-project-customer-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-project-content .single-project-customer-info ul li {
  list-style: none;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 39px;
}
.single-project-content .single-project-customer-info ul li label {
  font-size: 16px;
  color: #a81533;
  font-weight: 900;
}
.single-project-content .single-project-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 25px;
  margin-bottom: 12px;
}
.single-project-content .single-project-content p.tags {
  margin-bottom: 19px;
}
.single-project-content .single-project-content p.tags a {
  color: #a81533;
}
.single-project-content .single-project-content .thm-btn {
  padding: 0 30px;
  line-height: 50px;
  margin-top: 32px;
}
.single-project-content .single-project-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  color: #9E9E9E;
}
/* ==============================
/*Galery*/
.single-gal-item {
  text-align: center;
}
.single-gal-item .img-box {
  padding: 0px 0;
  text-align: center;
  position: relative;
}
.single-gal-item .content{
  position: relative;
}
.single-gal-item .content .name{
  min-height: 46px;
  line-height: 1.7em;
  margin: 1em 1em 0em 1em;
  font-family: "Bradley",Hand,cursive;
}

.single-gal-item .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}
.single-gal-item:hover .img-box img {
  transform: scale(1.01);
  transition: all 0.5s ease;
}
.single-gal-item:hover .overlay {
  opacity: 0;
}
.single-gal-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  transition: all 0.5s ease;
  opacity: 1;
  border-bottom: 0px solid #a81533;
  overflow: hidden;
}
.single-gal-item .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.28);
  opacity: 1;
  transition: all 0.5s ease;
}
.single-gal-item .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-gal-item .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}



/* ==============================
   18. Shop styles
   ============================== */
.shop-page {
  padding-bottom: 5%;
}   
   
.single-shop-item {
  text-align: center;
}
/*****************************/
/******** begin new card********/
.shop-item-pad {
  margin: 0 0 2em 0; 
}
.shop-item {
  text-align: center;
  background: linear-gradient(to bottom, #a8154047  0%, rgba(255, 255, 255, 0.92) 20%,rgb(255, 255, 255) 50%,rgb(255, 255, 255) 75%, #25252514 100%);
  padding: .5em;
  box-shadow: 0 3px 3px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22);
  transition: box-shadow 1s ease;
}
.shop-item:hover {
  box-shadow: 0 10px 8px rgba(0,0,0,0.25), 0 8px 8px rgba(0,0,0,0.22);
  transition: box-shadow 1s ease;
  
}
.shop-item .shadow-box {
  box-shadow: -1px 1px 2px #00000042, 1px 0px 3px #00000038;
  transition: all 1s ease;
  background-color: white;
}
.shop-item:hover .shadow-box {
  box-shadow: 0px 0px 5px #00000042, 0px 0px 5px #00000038;
  /*ransform: translate(-2px, -2px);*/
  transition: all 1s ease;
  /*background-color: transparent;*/
}
.shop-item:hover .img-box img {
  transform: scale(1.05);
  transition: all 1s ease;
}
.shop-item .img-box {
  padding: 0px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 105%;
  
}
.shop-item .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}
.shop-item .content{
  position: relative;
  min-height: 6em;
  
}
.shop-item .content a {
 text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white, -3px -3px 4px rgba(0,0,0,.3), -3px 3px 4px rgba(0,0,0,.3), 3px 3px 4px rgba(0,0,0,.3), 3px -3px 4px rgba(0,0,0,.3); 
 transition: 1s ease;
 color: #a81533;
  
}
.shop-item .content a:hover {
 transition: 1s ease;
 color: #292929;
}
.shop-item .content h4{
  font-size: 13px;
  
}
.shop-item .price {
  line-height: 1.2;
  padding: 0 0 1em 0;
}
.shop-item .price span {
  font-size: 14px;/*font-size: 24px;*/
  font-weight: bold;
  color: #012f5d;
}
/*****************************/
/******** end new card********/
.single-shop-item .img-box {
  /*background: #F4F4F4;*/
  padding: 0px 0;/*padding: 44px 0;*/
  text-align: center;
  /*margin-bottom: -2em;/*18px;*/
  position: relative;
  overflow: hidden;
}
.single-shop-item .img-box1{
background: none;
}
.single-shop-item .content{
  position: relative;
  top: -5em;
}
.single-shop-item .content .name{
  line-height: 1.7em;
  margin: 1em 1em 0em 1em;
}
.single-shop-item h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  color: #272727;
  font-weight: 500;
  transition: all 0.3s ease;
}
.single-shop-item h3:hover {
  color: #a81533;
}
.single-shop-item .price {
  margin-top: 8px;
  margin-bottom: 10px;
}
.single-shop-item .price span {
  font-size: 14px;/*font-size: 24px;*/
  font-weight: bold;
  color: #012f5d;
}
.single-shop-item .star-box {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}
.single-shop-item .star-box li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 1px;
}
.single-shop-item .star-box li i {
  font-size: 16px;
  color: #a81533;
}
.single-shop-item .thm-btn {
  width: 100%;
  line-height: 55px;
}
.single-shop-item .img-box img {
  transition: all 0.5s ease;
  transform: scale(1);
}
.single-shop-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  transition: all 0.5s ease;
  opacity: 0;
  border-bottom: 0px solid #a81533;
  overflow: hidden;
}
.single-shop-item .overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: all 0.5s ease;
}
.single-shop-item .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-shop-item .overlay .box .box-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
}
.single-shop-item .overlay .box .box-content ul,
.single-shop-item .overlay .box .box-content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.single-shop-item .overlay .box .box-content ul {
  transform: translate3d(0, 45px, 0);
  transition: all 0.5s ease;
}
.single-shop-item .overlay .box .box-content ul li {
  display: inline-block;
  margin-left: 6px;
}
.single-shop-item .overlay .box .box-content ul li a {
  display: block;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: #fff;
  font-size: 18px;
  color: #272727;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.single-shop-item .overlay .box .box-content ul li a:hover {
  background: #a81533;
  color: #fff;
}
.single-shop-item:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.single-shop-item:hover .overlay {
  opacity: 1;
}
.single-shop-item:hover .overlay .box .box-content ul {
  transform: translate3d(0, 0px, 0);
}
.shop-page .has-divider {
  border-top: 1px solid #F4F4F4;
  margin-top: 50px;
  padding-top: 50px;
}
.shop-page .post-pagination {
  border-top: 1px solid #F4F4F4;
  margin-top: 50px;
  padding-top: 50px;
}
.product-content-box {
  /*margin-bottom: 80px;*/
  display: inline-block;
  /*border: 2px solid black;*/
}
.product-content-box .img-box,
.product-content-box .content-box {
  display: table-cell;
  vertical-align: middle;
}
.product-content-box .img-box {
  /*width: 250px;
  background: #f4f4f4;*/
    text-align: center;
    /*padding: 0 0 0 .4em;*/
    box-shadow: 0px 1px 3px #4f4f4e;
    transition: .5s ease;
    margin: 0 0 2em 0;

}
.product-content-box .img-box:hover{
    transition: .5s ease;
    
    box-shadow: 0px 2px 4px #4f4f4e;
}
.product-content-box .content-box {
  /*padding-left: 20px;*/
  padding: 0px;
  flex: 1;
  /*padding: 0 .4em 0 0;*/
}
.product-content-box .content-box h2 {
  margin: 0;
  font-size: 24px;
  color: #272727;
  font-weight: 500;
  line-height: 30px;
}
.product-content-box .content-box .list-inline {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 8px;
}
.product-content-box .content-box .list-inline li {
  padding: 0 3px;
}
.product-content-box .content-box .list-inline .fa {
  color: #a81533;
  font-size: 16px;
}
.product-content-box .content-box span {
  font-size: 16px;
  color: #9E9E9E;
}
.product-content-box .content-box .price {
  font-size: 24px;
  color: #012f5d;
  font-weight: bold;
  display: block;
  margin-top: 8px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #F4F4F4;
}
.product-content-box .content-box .opis {
  font-size: 17px;
  color: #a81533;
  font-weight: bold;
  border-bottom: 2px solid #F4F4F4;
  padding: 0px 9px 0px 0px;
}

.product-content-box .content-box .opis_cont {
  font-size: 13px;
  color: #272727;
  font-weight: bold;
  border-bottom: 2px solid #F4F4F4;
  padding: 0px 0px 0px 0px;
}

.product-content-box .content-box p {
  color: #9E9E9E;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.product-content-box .content-box .location-box {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid #F4F4F4;
}
.product-content-box .content-box .location-box p {
  font-size: 16px;
  color: #272727;
  margin: 0;
  margin-bottom: 17px;
}
.product-content-box .content-box .location-box input {
  border: 1px solid #f4f4f4;
  outline: none;
  line-height: 38px;
  font-size: 16px;
  padding-left: 10px;
  width: 160px;
}
.product-content-box .content-box .location-box button {
  background: #F4F4F4;
  font-size: 14px;
  line-height: 40px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #9E9E9E;
  padding: 0 18px;
  margin-left: 6px;
}
.product-content-box .content-box .location-box span {
  color: #012f5d;
  font-size: 14px;
  margin-left: 9px;
}
.product-content-box .content-box .add-to-cart-box {
  margin-top: 35px;
}
.product-content-box .content-box .add-to-cart-box input {
  width: 70px;
  font-size: 18px;
  line-height: 47px;
  color: #272727;
  text-align: center;
  background: #F4F4F4;
  border: none;
  outline: none;
}
.product-content-box .content-box .add-to-cart-box .thm-btn {
  line-height: 51px;
  margin-left: 25px;
}
.single-tab-content p {
  text-indent: 2em;
  text-align: justify;
  font-weight: 400;
  line-height: 1.5em;
  margin:auto;
}
.single-tab-content ul {

}
.single-tab-content ul li{
  line-height: 1.4em;
}

.single-tab-content p span {
 
}
.single-tab-content p a {
 font-weight: 600;
}
/*.single-tab-content ul {
 display: block;
}
.single-tab-content ul li {
    display: block;
    margin: .5em 0 0em 0em;
    font-weight: 600;
    letter-spacing: 1px;
}
.single-tab-content ul li:before {
    padding: 0em .6em 0em 0em;
    transition: all 0.3s ease;
    position: absolute;
}
.single-tab-content ul li:hover:before {
    padding: 0em .6em 0em 0em;
    color: #a81533;
    transition: all 0.3s ease;
    font-size:18px;
}*/
.single-tab-content .contact-box {
  font-family: "Bradley",Hand,cursive;  
  font-size: 13px;    
}
.single-tab-content .contact-box a {
  font-weight: 600;
}
.single-tab-content .contact-box:hover a i {
 color: #a81533;  
 animation: swing .5s ease;
 
 transform: scale(1.5);
 transition: scale 1s ease;
}
.single-tab-content .contact-box .contact-icon-box a {
     
}
.single-tab-content .contact-box .contact-icon-box a:hover {
     
     
}
.single-tab-content .contact-box .contact-icon-box {
  width: 4%;
  display: inline;  
}
.single-tab-content .contact-box .contact-icon-box:last-child {
  padding: 0 0 0 2em;
}
.single-tab-content .contact-box .contact-icon-box a i {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease;
  position: absolute;
  padding: .2em 0 0 0;
}
.single-tab-content .contact-box .contact-icon-box a i:hover {
  transform: scale(1.5);
  transition: all 1s ease;
}
.single-tab-content .contact-box .id-box {
  padding: 0 0 0 3em;
  display: inline;
}  
.rerequest-section {
  background-color: #efd5db33;
}
.rerequest-section p {
    text-indent: 2em;
    text-align: justify;
    font-weight: 400;
    margin: 2em 0em 0em 0em;
}
.product-tab-box {
  margin-bottom: 80px;
}
.product-tab-box .tab-title {
  /*border-bottom: 1px solid #F6F4F4;*/
}
.product-tab-box .tab-title ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-tab-box .tab-title ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin-right: -0.21em;
  min-width: 126px;
  background: white;
  border-top: 2px solid #a81533;
    border-left: 1px solid black;
    border-right: 3px solid black;
    transition: all 0.5s ease;
    border-top-left-radius: 15px;
    border-top-right-radius: 30px;
    opacity: 0.9;
    border-bottom: 1px solid #efd5db;
}
.product-tab-box .tab-title ul li.active {
  z-index:10;
  opacity: 0.9;
  box-shadow: -0.15em -0.15em 0.4em -0.2em #a81533;
  border-bottom: 0px solid #efd5db;
}
.product-tab-box .tab-title ul li.active a {
  /*background: #a81533;/*#012f5d;
  color: #ffffff;/*#a81533;
  font-weight: bold;*/
  
  padding: 6px 0px 0px 0px;
    /* background: #a81533; */
    color: #a81533;
    font-weight: bold;
    /* border-top: 1px solid black; */
    /* margin: 10px 0px; */
    /* border-bottom: 1px solid white; */
}
.product-tab-box .tab-title ul li a {
      display: block;
    color: #a8153354;
    font-size: 16px;
    /* background: #a8153354; */
    line-height: 36px;
    /* padding-left: 22px; */
    /* padding-right: 22px; */
    
    text-align: center;
    font-weight: bold;
}
.product-tab-box .tab-title ul li a:hover {
  background: none;/*#012f5d;*/
  color: #000000;/*#a81533;*/
  font-weight: bold;
}
.product-tab-box .tab-content {
  margin-top: 35px;
  min-height: 170px;
}
.product-tab-box .tab-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #272727;
  text-indent: 2em;
  text-align: justify;
}
.review-box {
  /*margin-bottom:30px;
  min-height: 170px;*/
  display: table;
  height: 100%;
  margin: 0 auto;
}
.review-box-table {
  display: table-cell;
  vertical-align: middle;
}
.product-content-box .img-box .gal-item {
  margin: 1em .3em 1em 0;
}
.product-tab-box .tab-content .gal-item p {
 font-size: 12px;
 color: #a81533;
 text-align: center; 
}
.product-tab-box .tab-content li {
  font-weight: bold;
}
.review-box .single-review-box {
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 45px;
  padding-bottom: 45px;
}
.review-box .single-review-box .img-box,
.review-box .single-review-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.review-box .single-review-box .img-box {
  width: 75px;
}
.review-box .single-review-box .text-box {
  padding-left: 30px;
}
.review-box .single-review-box .text-box .top-box {
  margin-bottom: 10px;
}
.review-box .single-review-box .text-box .top-box .title h2 {
  font-size: 18px;
  line-height: 24px;
  color: #272727;
  font-weight: bold;
  margin: 0;
}
.review-box .single-review-box .text-box .top-box .content p {
  margin: 0;
}
.review-box .single-review-box .text-box .top-box .rating-box span {
  color: #012f5d;
  font-size: 14px;
  display: inline-block;
}
.review-box .single-review-box .text-box .top-box .rating-box ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 16px;
}
.review-box .single-review-box .text-box .top-box .rating-box ul li {
  list-style: none;
  margin-right: 2px;
  display: inline-block;
}
.review-box .single-review-box .text-box .top-box .rating-box ul li i {
  font-size: 16px;
  color: #a81533;
}
.review-box .single-review-box .text-box .bottom-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.review-box .single-review-box .text-box .bottom-box ul li {
  list-style: none;
  display: inline-block;
}
.review-box .single-review-box .text-box .bottom-box ul li a {
  display: block;
  font-size: 14px;
  color: #9E9E9E;
  transition: all 0.5s ease;
  margin-right: 5px;
}
.review-box .single-review-box .text-box .bottom-box ul li a:hover {
  color: #012f5d;
}
.review-form-box .title {
  margin-bottom: 40px;
}
.review-form-box .title h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  color: #272727;
  font-weight: 900;
  display: inline-block;
  background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
  padding-left: 20px;
  line-height: 60px;
  padding-right: 20px;
}
.review-form-box .add-rating-box h4 {
  margin: 0;
  font-size: 16px;
  color: #9E9E9E;
}
.review-form-box .add-rating-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 12px;
}
.review-form-box .add-rating-box ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #F4F4F4;
  line-height: 22px;
  padding-right: 8px;
  padding-left: 4px;
}
.review-form-box .add-rating-box ul li:hover i {
  color: #a81533;
}
.review-form-box .add-rating-box ul li i {
  color: #F4F4F4;
  font-size: 12px;
  transition: all 0.5s ease;
  margin-right: 4px;
}
.review-form-box input {
  width: 100%;
  height: 50px;
  border: 1px solid #f4f4f4;
  margin-bottom: 30px;
  outline: none;
  padding-left: 15px;
  line-height: 50px;
}
.review-form-box textarea {
  width: 100%;
  height: 165px;
  border: 1px solid #f4f4f4;
  outline: none;
  padding-top: 10px;
  padding-left: 15px;
}
.review-form-box .thm-btn {
  line-height: 50px;
  font-size: 14px;
  margin-top: 30px;
}
.related-product-box .title {
  margin-bottom: 60px;
}
.related-product-box .title h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  color: #272727;
  font-weight: 900;
  display: inline-block;
  background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
  padding-left: 20px;
  line-height: 60px;
  padding-right: 20px;
}
.related-product-box .title a {
  font-size: 14px;
  color: #012f5d;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 0.5s ease;
  line-height: 60px;
}
.related-product-box .title a:hover {
  color: #a81533;
}

/* ==============================
   19. Cart Page styles
   ============================== */
.cart-section {
  position: relative;
  padding: 80px 0px;
}
.cart-section ul {
  margin: 0;
  padding: 0;
}
.cart-section ul li {
  list-style: none;
}
.cart-section .thm-btn {
  line-height: 52px;
}
.cart-section .cart-outer {
  position: relative;
}
.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
}
.cart-table .cart-header {
  position: relative;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 7px;
  background: #f5f5f5;
  color: #2f2f31;
}
.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: 700;
}
.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}
.cart-table tbody tr td {
  line-height: 24px;
  padding: 30px 10px 20px;
  min-width: 100px;
  font-family: 'Roboto', sans-serif;
}
.cart-table tbody tr .qty {
  width: 120px;
  padding-right: 20px;
}
.cart-table tbody tr .qty .quantity-spinner {
  background: #f5f5f5;
}
.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 90px;
  padding-left: 80px;
  padding-top: 15px;
  text-align: left;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  left: 0px;
  top: 11px;
  background: #F4F4F4;
  padding: 10px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}
.cart-table tbody tr .prod-column .column-box h3 {
  font-size: 22px;
  color: #2f2f31;
  font-weight: 700;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #272727;
  text-transform: capitalize;
}
.cart-table tbody tr .sub-total {
  font-weight: 700;
  color: #012f5d;
}
.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 16px;
  color: #282828;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  padding-right: 10px;
  font-size: 24px;
  line-height: 30px;
}
.cart-table tbody tr .remove-btn:hover {
  color: #ec1c33;
}
.cart-table tbody tr {
  border-bottom: 1px solid #e9e9e9;
}
.cart-table tbody tr td {
  vertical-align: middle;
}
.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}
.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #9E9E9E;
  font-size: 16px;
}
.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #012f5d;
  border-radius: 50%;
}
.cart-section .apply-coupon {
  position: relative;
}
.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 10px;
}
.cart-section .apply-coupon .form-group input[type="text"] {
  display: block;
  line-height: 24px;
  padding: 9px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  width: 230px;
  background: none;
  font-weight: 500;
  outline: none;
  height: 52px;
}
.cart-section .estimate-form {
  position: relative;
}
.cart-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2f2f31;
  margin-bottom: 30px;
}
.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}
.cart-section .estimate-form .row .form-group {
  padding: 0px 7px !important;
  margin-bottom: 20px;
}
.cart-section .totals-table {
  position: relative;
  border: 1px solid #e0e0e0;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
}
.cart-section .totals-table .col {
  position: relative;
  display: block;
  float: left;
  padding: 10px 15px;
  line-height: 24px;
  width: 50%;
}
.cart-section .totals-table .col-title {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #353535;
  border-right: 1px solid #e0e0e0;
  font-weight: 700;
}
.cart-section .totals-table li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.cart-section .totals-table li:last-child {
  border-bottom: none;
}
.cart-section .update-cart-box {
  padding-top: 40px;
}
.cart-section .estimate-form h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #262626;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}
.cart-section .cart-total h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #262626;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 80px;
}
.cart-section .cart-total .thm-btn {
  margin-top: 30px;
}
.cart-section .estimate-form input {
  width: 100%;
  border: 2px solid #F8F8F8;
  outline: none;
  height: 45px;
  padding-left: 15px;
}
.cart-section .estimate-form select {
  width: 100%;
  border: 2px solid #F8F8F8;
  outline: none;
  height: 45px;
  padding-left: 15px;
  color: #9E9E9E;
  font-size: 16px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #ffffff url(../img/resources/icon-dropdown.png) 97% center no-repeat;
  cursor: pointer;
}
.cart-section .thm-btn.update-cart {
  border: 1px solid #F5F5F5;
  color: #272727;
  background-color: transparent;
}
/* ==============================
   20. Checkout page styles
   ============================== */
.checkout-section .styled-heading h2 {
  background: url(../img/resources/cart-page-title-bg.png) top center repeat;
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  color: #272727;
  line-height: 30px;
  font-weight: 900;
  line-height: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-section.cart-section .billing-info-form form .form-group .field-label {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 3px;
}
.checkout-section.cart-section .billing-info-form form .form-group input {
  border: 2px solid #f4f4f4;
  color: #9e9e9e;
  font-size: 16px;
  height: 48px;
  padding: 0 20px;
  width: 100%;
}
.checkout-section.cart-section .bottom {
  padding-top: 40px;
}
.checkout-section .column.default-column h3 {
  color: #262626;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.checkout-section.cart-section .bottom .totals-table {
  border: 2px solid #f4f4f4;
}
.checkout-section.cart-section .bottom .totals-table li {
  border-bottom: 1px solid #f4f4f4;
}
.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
  border-right: 1px solid #f4f4f4;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 400;
}
.checkout-section.cart-section .bottom .totals-table li span.col {
  color: #999999;
  font-size: 16px;
}
.checkout-section .payment-options {
  padding-top: 30px;
}
.checkout-section .payment-options .option-block .radio-block.active .icon i {
  color: #a81533;
}
.checkout-section .payment-options .option-block {
  margin-bottom: 10px;
}
.checkout-section .payment-options .option-block .radio-block .icon {
  float: left;
  padding-right: 15px;
}
.checkout-section .payment-options .option-block .radio-block .icon i {
  color: #9e9e9e;
  font-size: 16px;
  line-height: 28px;
}
.checkout-section .payment-options .option-block .radio-block label.radio-label {
  color: #272727;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.checkout-section .payment-options .text {
  padding-left: 30px;
}
.checkout-section .payment-options .text p {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 400;
}
.checkout-section.cart-section .thm-btn {
  margin-top: 40px;
}
.checkout-section.cart-section .cart-table {
  width: 100%;
  min-width: auto;
}
/* ==============================
   21. fact section styles
   ============================== */
.fact-counter-section {
  padding-top: 26px;
  padding-bottom: 80px;
}
.fact-counter-section .container {
  border: 1px solid #F4F4F4;
}
.single-fact-counter {
  padding: 59px 33px;
  border-right: 1px solid #F4F4F4;
  margin-left: -15px;
  margin-right: -15px;
}
.single-fact-counter .text-box {
  float: left;
}
.single-fact-counter .text-box .number {
  font-size: 36px;
  color: #012f5d;
  font-weight: bold;
}
.single-fact-counter .text-box p {
  color: #9E9E9E;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
.single-fact-counter .icon-box {
  width: 65px;
  float: right;
}
.single-fact-counter .icon-box i {
  font-size: 64px;
  color: #a81533;
  display: block;
  margin-top: 10px;
}


/* scroll to top styles */



.scroll-to-top{
  position:fixed;
  bottom:100px;/*50px;*/
  right:25px;
  color:#a81533ba;
  font-size:55px;
  font-weight: normal;
  text-align:center;
  z-index:100;
  cursor:pointer;
  display:none;
  z-index: 99999;
  border-radius: 100%;
  border: 1px solid white;
}
.scroll-to-top:hover {
 color:white;
 background-color: #a81533ba;
}
.scroll-to-top .fa-arrow-alt-circle-up:before {
  font-size: 60px;
}
/*=============== Style switcher =============*/
.switcher .switch_btn button {
  width:50px;
  height:50px;
  border:none;
  border-radius:0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  background: #fac900;
  color:#012f5d;
  font-size: 24px;
  outline: none;
}
.switcher .switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
}
.switcher {
  position: fixed;
  top:95px;
  z-index: 99;
  /*display: none;*/
}

.switcher .switch_menu {
  display: none;
  width:249px;
  background: #fff;
  position: relative;
  padding-bottom: 30px;
/*  height: 300px;
  overflow: hidden;
  overflow-y: scroll;*/
}
.switcher .switch_menu .switcher_container {
  width:100%;
  padding: 0 10px;
  margin:0 auto;
}
.switcher .switch_menu h5.title {
  color:#fff;
  margin:0;
  line-height: 50px;
  background: #012f5d;
  text-align: center;
  margin-bottom: 20px;
  font-size:18px;
  font-weight: 700;
  text-transform: uppercase;
}
.switcher .switch_menu .switcher_container h5 {
  text-align: center;
  color:#272727;
  font-size:18px;
  text-align: center;
  font-weight: 700;
}
.switcher .switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}
.switcher .switch_menu .switch_body #boxed {
  margin-left:25px;
}
.switcher .switch_menu .switch_body .box>div {
  width:100px;
  height:57px;
  background: #f4f4f4;
  border:2px solid #eaeaea;
}
.switcher .switch_menu .switch_body .box>div>span {
  display: block;
  width:70px;
  height:100%;
  margin:0 auto;
  background: #fff;
  border-left:2px solid #eaeaea;
  border-right:2px solid #eaeaea;
}
.switcher .switch_menu .switch_body .box p {
  font-weight: 700;
  font-size: 16px;
  margin-top: 8px;
}
.switcher .switch_menu .switch_body {
  border-bottom:1px solid #f7f7f7;
  padding-bottom: 10px;
}
.switcher .switch_menu .switch_navigation {
  text-align: center;
  border-bottom:1px solid #f7f7f7;
  padding-bottom: 15px;
  margin-top: 10px;
  padding-top: 1px;
}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation .onoffswitch {
  display: inline-block;
  margin-left:5px;

}
.switcher .switch_menu .switch_navigation p,
.switcher .switch_menu .switch_navigation p {
  vertical-align: top;
  font-weight: 700;
  font-size: 18px;
  margin-top:12px;
  color:#9e9e9e;
}

.onoffswitch {
    position: relative;
    width: 80px;
    margin-top:4px;
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    height: 35px; 
    padding: 0; 
    line-height: 43px;
    border-radius: 43px;
    background-color: #012f5d;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 33px;
    height:33px;
    margin: 0px;
    background: #fac900;
    position: absolute; 
    top: 1px; 
    bottom: 1px;
    right: 46px;
    border-radius: 43px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #012f5d;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #012f5d;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 1px; 
}
.switcher .box_bg h5 {
  font-size: 20px;
}
.switcher .box_bg {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 27px;
  padding-top:1px;
  border-bottom:1px solid #f7f7f7;
  margin-bottom: 12px;
}
.switcher #styleOptions {
  padding: 0;
}
.switcher #styleOptions li {
  display: inline-block;
  width:50px;
  height:50px;
  margin-right:4px;
  margin-top:5px;
}
.switcher #styleOptions li:last-child {
  margin-right:0;
}
.switcher #styleOptions li a {
  display: block;
  width:100%;
  height:100%;
  position: relative;
  overflow: hidden;
}
.switcher #styleOptions li a span.p_color,
.switcher #styleOptions li a span.s_color {
  position: absolute;
  width: 100%;
  height:150%;
  transform: rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.switcher #styleOptions li a span.p_color {
  left: -17px;
  top: -29px;
}
.switcher #styleOptions li a span.s_color {
  right: -17px;
  bottom: -29px;
}
.switcher #styleOptions li a.color1 span.p_color {
  background: #012f5d;
}
.switcher #styleOptions li a.color1 span.s_color {
  background: #fac900;
}
.switcher #styleOptions li a.color2 span.p_color {
  background: #257BD1;
}
.switcher #styleOptions li a.color2 span.s_color {
  background: #E74C3C;
}
.switcher #styleOptions li a.color3 span.p_color {
  background: #34495e;
}
.switcher #styleOptions li a.color3 span.s_color {
  background: #1da055;
}
.switcher #styleOptions li a.color4 span.p_color {
  background: #112633;
}
.switcher #styleOptions li a.color4 span.s_color {
    background: #1782c7;
}

.switcher .switch_menu>p {
  font-weight: 700;
  font-size: 15px;
  background: #1a8bb3;
  color:#fff;
  padding: 18px 18px 20px 18px;
}

/*=================== boxed layout =================*/
.boxed_wrapper.active_boxlayout {
    width: 1350px;
    margin: 0 auto;
    background: #fff;
    overflow-x:hidden;
}
body.bg {
  background: url(../img/resources/pattern.png) repeat;
}
/* ==============================
   12. table contact
   ============================== */
#tableTel {
    margin: 0px 0;
    text-align: left;
    border-collapse: separate;
    /*background: #fdfdfd;*/
    font-size: 14px;
    width: auto;
    padding: 2em 0 0 0;
}
.lineTel {
    display:table-row;
    border-bottom: 1px solid #9500000d;

}
.linePodzag {
    display:grid;
    border-top:	1px solid #a81533;
    border-radius: 30px;
    text-indent: 1em;
    padding: 0 1em 0 1em;
}
.cellTel {
 display:table-cell; 
 border:	1px solid #ffffff00;
 /*margin-left: 50px;*/
 /*width: 200px;*/
 text-align: left;
}
.cellTel:hover {
 animation: swing .5s ease; 
}  
.cellTel p:before{
  padding: 0 1em 0 0;
}
.cellTelFIO {
 display:table-cell; 
 border:	1px solid #ffffff00;
 /*margin-left: 50px;*/
 /*width: 500px;*/
 text-align: left;
 padding-left: 0px;
 padding-right: 0px;
}
/* ==============================
   12. Administrativn proc. table contact
   ============================== */
#tableAP {
    margin: 0px 0;
    text-align: left;
    border-collapse: separate;
    /*background: #fdfdfd;*/
    font-size: 14px;
    width: auto;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
}    
#tableAP p {
    margin: 0px 0;
    text-indent:0;
    /*text-align: left;*/
    border-collapse: separate;
    /*background: #fdfdfd;*/
    font-size: 14px;
    width: auto;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
}    

#tableNOAP {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 40px 0px;
}


.lineAP {
    display:table-row;

}
.cellAP {
 display:table-cell; 
 border:	1px solid #000;
 margin-left: 50px;
 width: 900px;
text-align: center;
padding-inline-start: 0.5em;
padding-inline-end: 0.5em;
line-height: 1.4em;
vertical-align: middle;  
}
.cellAP ul {
  text-align: justify;
  padding-inline-start: 25px;
  line-height: 1.4em;
} 
.cellAP ul li {
  padding: 10px 5px 10px 0px;
}   
.s-slider__wrap {
 margin:30px 0px 0px;
 text-align: Center;
}

.bk_back_link {
    font-size: 15px;
    font-family: "Bradley",Hand,cursive;
    /*text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white;*/
    transition: text-shadow 1s, color 1s;
    /*padding: 15px 0px 15px;*/
    text-align: left;

}
.bk_back_link a {
  color: white;
}

.bk_back_link a:hover {
    text-shadow: 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
    color: #d94866;
    transition: text-shadow 0.5s, color 0.5s;
}
.bk_back_link a i {
  text-shadow:none;
  transition: text-shadow 1s;
  transition: color 0.5s;
}
.bk_back_link a:hover i {
    text-shadow: 1px 1px black, -1px -1px black, -1px 1px black, 1px -1px black;
    color: #d94866;
    transition: text-shadow 0.5s, color 0.5s;
}

/*dddddd*/
.gallery p {
 text-align: justify;
 text-indent: 2em;
 font-weight: bold;
}  
.gallery p:last-child {
border-bottom: 1px solid #8100001c;
margin-bottom: 50px;
}  
/*dddddd*/
.product-tab-box {
  margin-bottom: 80px;
}
.product-tab-box .tabtitle {
  border-bottom: 1px solid #F6F4F4;
  padding-left: 0px;
}
.product-tab-box .tabtitle ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: top 1s ease-out 0.5s;
}
.product-tab-box .tabtitle ul li {
  list-style: none;
  margin-right: 6px;
}
.product-tab-box .tabtitle ul li.active a {
  color: #ffffff;
}
.product-tab-box .tabtitle ul li a {
  /*display: contents;*/
  color: #a19797;
  font-size: 21px;
  background: rgba(30, 30, 30, 0.73);
  line-height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  transition: all 0.5s ease;
}
.product-tab-box .tabtitle ul li a:hover {
  background: #a81533;
  color: #272727;
}
.product-tab-box .tabcontent {
  margin-top: -182px;
  padding-right: 0px;
}
.product-tab-box .tabcontent p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #272727;
  text-indent: 2em;
  text-align: justify;
}
.product-tab-box .tabcontent li {
  font-weight: bold;
}
.tabcontent>.tab-pane {
    display: none;
}
.tabcontent>.active {
    display: block;
}
.one {
 background-image: url(/bfs/img/our-services/ceh-1/inner-banner.jpg);
 padding: 155px 0px;
}
.two {
 background-image: url(/bfs/img/our-services/ceh-2/inner-banner.jpg);
 padding: 155px 0px;
}
.three {
 background-image: url(/bfs/img/our-services/gof/inner-banner.jpg);
 padding: 155px 0px;
}
.four {
 background-image: url(/bfs/img/our-services/tnp/inner-banner.jpg);
 padding: 155px 0px;
}
/*langbox*/
.langbox {
  position: absolute;
  display: inline-block;
}
.langbox span {
 margin: -10px 0 0 0;
}
.langbox .mainmenu-holder .lng-box {
 /*list-style-type: none;
    position: relative;
    line-height: 2.5em;
    padding: 0px 0;
    border-bottom: 1px solid #F4F4F4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-color: #a81533;
    background: rgba(30, 30, 30, 0.73);
    transition: padding 500ms ease;
    background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg
 , #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #0909099e);
 transition: padding 500ms ease;*/
  text-align: center;
}
.langbox .mainmenu-holder .lng-box .str-lng-box {
  margin: 0em 3em;
    display: block;
    color: #ffffff;
    font-size: 12px;
    text-transform: none;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #F4F4F4;
    font-weight: 400;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-color: #a81533;
    background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg
    , #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);
    background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;
    transition: all 0.5s ease;
}
.langbox .mainmenu-holder .lng-box .str-lng-box:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transform: translate(-.1em,-.1em);
    transition: all .3s ease;
}
.langbox ul li:hover {

}
.langbox ul li a img {
  max-width: 50%;
}

.langbox .mainmenu-holder .btn {
  padding: 0em 3em;
  background: transparent;
  font-size: 10px;
  border: none;
  box-shadow: none;
}
.langbox .mainmenu-holder .btn .ico-box {
  position: relative;
    line-height: 2.5em;
    padding: 0px 0;
    border-bottom: 1px solid #F4F4F4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-color: #a81533;
    background: rgba(30, 30, 30, 0.73);
    transition: padding 500ms ease;
    background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg
    , #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #0909099e);
}
.langbox .mainmenu-holder .btn .ico-box:hover {
 
  transition: padding 500ms ease;
}
.langbox .mainmenu-holder .btn .ico-box p:after {
  content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-left: 5px;
}
.langbox p {
    display: inline-block;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: lowercase;
    padding: 0 0 0 .5em;
    transition: all 0.3s ease;
    letter-spacing: .04em;
    font-weight: 400;
    position: relative;
    margin: 0;
}  

.langbox .mainmenu-holder .btn.active.focus, 
.langbox .mainmenu-holder .btn.active:focus, 
.langbox .mainmenu-holder .btn.focus, 
.langbox .mainmenu-holder .btn:active.focus, 
.langbox .mainmenu-holder .btn:active:focus, 
.langbox .mainmenu-holder .btn:focus {

 outline: none; 
 
}

.langbox .mainmenu-holder img {
 width: 29%;
 transition: auto;
 max-width: 40%; 
 padding: 0.3em 0 0.2em 0;
}

.langbox .mainmenu-holder .dropdown-menu {
  background: transparent;
  border: none;
  box-shadow: none;
  min-width: auto;
  font-size: 10px;
  padding: 1em 0;
}
.langbox .mainmenu-holder .dropdown-menu>li>a {
 padding: 0em 3em; 
}
.langbox .mainmenu-holder .dropdown-menu>li>a:focus, 
.langbox .mainmenu-holder .dropdown-menu>li>a:hover {
  background: transparent;
  box-shadow: 0px -1px 5px #525252;
}
.langbox .mainmenu-holder .lng-box .active {
 
}
.langbox .mainmenu-holder .lng-box:hover {
  
}
.langbox .mainmenu-holder .lng-box a {
  
}
.langbox .mainmenu-holder .lng-box:hover a {
  
}
.langbox .mainmenu-holder .lng-box a.active {
  
}

#hov:hover {
 /*width: 80%;
 transition: auto;
 max-width: 40%;
 padding: 0 0 0.5em 0;*/
}
.rowbottom {
  margin-bottom: 30px;
  min-height: 250px;
  min-width: 350px;
  /*box-shadow: inset 0 0px 15px 15px rgba(0, 0, 0, 0.07);*/
  transition: box-shadow 1.3s ease-in-out;
  webkit-transition:  box-shadow 1.3s ease-in-out;
  margin: 1em;
}
.rowbottom:hover {
  box-shadow: none; /*0 0px 10px 0.5px rgba(0, 0, 0, 0.07);*/
  transition: box-shadow 1.3s ease-in-out;
  webkit-transition:  box-shadow 1.3s ease-in-out;
}
.rowbottom img {
  transition: transform 0.7s ease-in-out;
  transform:scale(0.85);
}
.rowbottom:hover img {
  transition: transform 0.7s ease-in-out;
  transform:scale(0.9);
}
/* preloader begin */
#before-load {
  position: fixed; /*фиксированное положение блока*/
  left: 0; /*положение элемента слева*/
  top: 0; /*положение элемента сверху*/
  right: 0; /*положение элемента справа*/
  bottom: 0; /*положение элемента снизу*/
  background: #fff; /*цвет заднего фона блока*/
  z-index: 1001; /*располагаем его над всеми элементами на странице*/
}
#before-load i {
  font-size: 70px; /*размер иконки*/
  position: absolute; /*положение абсолютное, позиционируется относительно его ближайшего предка*/
  left: 50%; /*слева 50% от ширины родительского блока*/
  top: 50%; /*сверху 50% от высоты родительского блока*/
  margin: -35px 0 0 -35px; /*смещение иконки, чтобы она располагалась по центру*/
}
/* preloader end */
/*убрать навигацию карусель 3х на страницах производство*/
.dis-owl .owl-nav{
 display: none; 
}
/*карусель 3х на страницах производство*/
.owl-item .item .single-testi-carousel h5 {
  text-align: center;
  margin-top: -60px;
  text-shadow: 0px 0px 0px black, 0 0 0em black;
}
.tablecorupc tr td {
  
  border:1px solid black;
  line-height: 1.5em;
  text-align: justify;
  padding: 5px 5px 5px 5px;
}
.tablecorupc tr td:first-child {
  /*font-size:10px*/;
  
}
.tablecorupc tr td a {
  font-weight:bold;
  color:#a81533;
}
.tablecorupc tr td a:hover {
  text-decoration: underline;
}
.tablecorupc tr td:last-child {
  /*font-size:10px;*/
  width: 18%;
  text-align: center;
}
.one-window p {
  font-weight: 500;
  margin: 0 0 1.2em 0;
}
.one-window p a {
  text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white, -3px -3px 4px rgb(0 0 0 / 30%), -3px 3px 4px rgb(0 0 0 / 30%), 3px 3px 4px rgb(0 0 0 / 30%), 3px -3px 4px rgb(0 0 0 / 30%);
}
.one-window .laws {
 list-style: none; 
}
.one-window .laws li{
      line-height: 1.5em;
      margin: 0 0 .5em 0;
      font-size: 13px;
}
.one-window .laws li a{
      
}
.one-window .laws li i {
  padding: 0 1em 0 0; 
}
.one-window hr {
  border-color: #a8153363;
}
/*table one-window*/

.one-window table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 2em 0 2em 0;
}
.one-window table, 
.one-window th,  
.one-window td {
  border: 1px solid #efd5db;
  text-align: left;
  padding: 8px;
}
.one-window th,
.one-window td {
  padding: 6px;
}
.one-window td a {
 font-weight: bold; 
}
.one-window td i {
 color: #a81533;
 padding:0 0.5em 0 0;
}
.one-window td a:hover {
  
}
.one-window tr {
  
}
.one-window tr:first-child {
  background-color: #a81533!important;
  font-family: "Bradley",Hand,cursive;
  color: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25), 0 5px 7px rgb(239, 213, 219);
}
.one-window tr:nth-child(odd) {
  background-color: #efd5db;
}
/****************************************/
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  30% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  40% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  50% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  65% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  30% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  40% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  50% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  65% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.one-window tr:nth-child(odd):hover {
  -webkit-animation: swing 1.0s ease;
  animation: swing 1.0s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}


/****************************************/
.one-window tr:nth-child(even) {
box-shadow: inset 2px 2px 5px rgb(239, 213, 219), inset 1px 1px 5px rgb(91, 91, 91);
}
.one-window td:nth-child(1) {
  width: 22%;
}
.one-window td:nth-child(2) {
  width: 20%;
}
.one-window td:nth-child(3) {
  width: 28%;
}
.one-window td:nth-child(4) {
  width: 30%;
}
.one-window .jobs .jobstr .jobstd p {
  line-height: 1.3em;
  margin: .5em;
  text-align: justify;
}
.one-window .par-name {
  text-align: center;
  font-size: 20px;
}
.one-window h5 {
  font-size: 14px;
  line-height: 22px;
  color: #484848;
  margin-left: 5px;
  margin-right: 5px;
  text-align: justify; 
}
/*table one-window-jobs*/
.content-box .one-window .jobs {
  margin: 0em 0 2em 0;
  line-height: 1em;
}
.one-window .jobs {
  
}
.one-window .jobs tr {
font-size: 12px;  
}
.one-window .jobs td {
 text-align:center;
}
.one-window .ppo-tr td {
  text-align: left;
  padding-left: 3em; 
}
.one-window .ppo-tr td span {
  font-size: 14px;
  
}

.one-window .phoneok p {
 font-size: 15px;  
}
.one-window .phoneok ul {
list-style: none;  
}

iframe {
  display: table;
  margin: 0 auto;
}
/*flipbook*/
/********************************/
#flipbook{
    margin: 0 auto;
    width: 90%;
    height: 90%;
    border: 1px solid black;
}
#flipbook .book-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}


#flipbook .page {
    height: 100%;
    background-color:white;
    
    font-size:20px;
    
}
#flipbook .odd h1{
  position: relative;
  top: -5%;
  float: right;
  margin: 0 5% 0 0;
  font-size: 25px;
}
#flipbook .even h1{
  position: relative;
  top: -5%;
  float: left;
  margin: 0 0 0px 5%;
  font-size: 25px;
}
#flipbook .page img {
    max-width: 100%;
    height: 100%;
}

#flipbook .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}

#flipbook .hard{
    background:#ccc !important;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}

#flipbook .odd{
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    
}

#flipbook .even{
        background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
}
/* helpers */



.docs-brochure .odd .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../bfs/img/board/1.jpg);
    background-position: left top;
    background-repeat: repeat-y;
}
.tc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rel {
    position: relative;
}

/* book */
/***********************************************
.book {
    margin: 0 auto;
    width: 90%;
    height: 90%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#book .book-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
#book .turn-page-wrapper{
   -webkit-perspective:2000px;
   -moz-perspective: 2000px;
   -ms-perspective: 2000px;
   perspective: 20000px;
}
#book .hard{
    background:#ccc !important;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}
.book .page {
    height: 100%;
}

.book .page img {
    max-width: 100%;
    height: 100%;
}
#Model_LeftSide {
    /*position: absolute;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 0px;
    outline: 0px;
    z-index: 2;
    border: 0;
    background: transparent;
  }*/
  #Model_RightSide {
    /*position: absolute;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 150px;
    outline: 0px;
    z-index: 2;
    border: 0;
    background: transparent;*/
  }
  .hidden {
    display: none;
  }
  /**gall**/
  #gall {
  position: relative;
  /*padding-top: 50%;*/
  -moz-user-select: none; 
  user-select: none;
  display: inline-block;
  margin: 0 0 2em 0;
  }
  #gall .gall-img-brd {
  margin: 1em 0 0 0;  
  }
  #gall .gall-img {
    display: inline;
    box-shadow: 0 3px 4px rgba(0,0,0,0.25), 0 5px 7px rgb(239, 213, 219);/*????-ne o4en*/
    padding: .3em;
    transition: transform 1s ease, box-shadow 1s ease;
  }
  #gall .gall-img:hover {
   /*transform: translate(-1px,-1px);*/
   box-shadow: 0 8px 4px rgba(0,0,0,0.25), 0 5px 7px rgb(239, 213, 219);
   transition: transform 1s ease, box-shadow 1s ease;
  }  
  #gall .gall-img img{
  position: relative;
  display: inline-block;
  -moz-user-select: none; user-select: none;
  cursor: zoom-in;
  animation: fade-out 1.5s ease;
  opacity: 1;
  /*max-height: 350px;*/
  }
#gall .gall-img .tooltip {
 background-color: transparent;
}
#gall .gall-img .tooltip .tooltip-inner {
    background-color: transparent;
    color: #a81533e8;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white, -3px -3px 4px rgb(0 0 0 / 30%), -3px 3px 4px rgb(0 0 0 / 30%), 3px 3px 4px rgb(0 0 0 / 30%), 3px -3px 4px rgb(0 0 0 / 30%);
}  

  #gall .gall-img img:focus{
    outline: none;    
  }  
  #gall .gall-img-active {
    width: 100vw;
    height: 100vh;
    background-color: #000000b3;
    top: 0;
    left: 0;
    z-index: 8888;
    position: fixed;
    transition: 1s ease;

  }
   #gall .gall-img-active:hover {
   transform: none;
   transition: transform 1s ease;
  }  
  #gall .gall-img-active img{
  position: fixed;
  top: 1%;
  left: 33%;
  z-index: 9999;
  max-width: 35%;
  max-height: 100%;
  outline: none;
  cursor: zoom-out;
  animation: fade-in 1.5s ease;
  opacity: 1;
}
@-webkit-keyframes fade-in {
  15% {opacity: 0.5;}
  30% {opacity: 0.6;}
  40% {opacity: 0.7;}
  50% {opacity: 0.8;}
  65% {opacity: 0.9;}
  100% {opacity: 1;}
}

@keyframes fade-out {
  15% {opacity: 0.5;}
  30% {opacity: 0.6;}
  40% {opacity: 0.7;}
  50% {opacity: 0.8;}
  65% {opacity: 0.9;}
  100% {opacity: 1;}
}

.google-visualization-orgchart-table .google-visualization-orgchart-noderow-medium .google-visualization-orgchart-nodesel {
    border: none;
    background-color: transparent;
    background: #b02a45;
}
.google-visualization-orgchart-table .google-visualization-orgchart-noderow-medium .google-visualization-orgchart-node{
 line-height: 1em;
 font-weight: 600;
 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 padding: 0 1em;
}
.google-visualization-orgchart-table .google-visualization-orgchart-noderow-medium .google-visualization-orgchart-node-medium{
 background: #b02a45;
 border: none;
 transition: 900ms ease; 
}
.google-visualization-orgchart-table .google-visualization-orgchart-noderow-medium .google-visualization-orgchart-node-medium:hover{
 transition: 900ms ease;  
 
}
.google-visualization-orgchart-linenode {
  line-height: 1em;
}
/*cert galery*/
.cert-album {
 margin: 0 0 2em 0; 
}
.cert-album .cert-album-desc-box {
  
}
.cert-album .cert-album-desc-box p {
  font-size: 15px;
  color: #272727;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 1em;
  text-indent: 2em;
  text-align: justify; 
}
.cert-album .cert-album-desc-box p i {
  text-indent: 0em;
}
.cert-album .cert-album-desc-box p:hover i {
  color: #a81533;
}
.cert-album .cert-album-desc-box p:hover a {
  color: #a81533;
}
.cert-album .cert-album-desc-box p a {
  font-weight: bolder;
}  
.cert-album .cert-album-box {
 display: inline-block; 
}
.cert-album .cert-album-box .gal-item-bfs {
border:none;
}
.cert-album .cert-album-box .gal-item-bfs:hover {

}

.cert-album .cert-album-box .gal-item-bfs a {
  
}
.cert-album .cert-album-box .gal-item-bfs a img {
transition: 900ms ease;  
}
.cert-album .cert-album-box .gal-item-bfs a img:hover {
  box-shadow: 1px 1px 4px #4b4b4a;
  transform: translate(-1px, -1px);
  transition: 900ms ease;
}
.cert-album .cert-album-box .gal-item-bfs .tooltip .tooltip-inner {
    background-color: transparent;
    color: #a81533e8;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 1px 1px white, -1px -1px white, -1px 1px white, 1px -1px white, -3px -3px 4px rgb(0 0 0 / 30%), -3px 3px 4px rgb(0 0 0 / 30%), 3px 3px 4px rgb(0 0 0 / 30%), 3px -3px 4px rgb(0 0 0 / 30%);
  
}
/*#gall img {
  position: absolute;
  top: 25%;
  left: 12.5%;
  max-width: 24.5%;
  max-height: 49.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-user-select: none; user-select: none;
  cursor: zoom-in;
}
#gall img:nth-child(4n-2) {left: 37.5%;}
#gall img:nth-child(4n-1) {left: 62.5%;}
#gall img:nth-child(4n) {left: 87.5%;}
#gall img:nth-child(n+5) {top: 75%;}

#gall img:active {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 31;
  max-width: 100%;
  max-height: 100%;
  
  pointer-events: none;
}

#gall img:active ~ div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  background: rgba(240,240,240,.9);
  cursor: zoom-out;
}*/