
html,
body {
  height: 100%;
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6{
 font-family: 'Exo 2', sans-serif;
  color: #222222;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  line-height: 1.6;
  margin: 0 0 15px 0;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.site-logo {
  animation: blink 2s ease-in infinite;
}

@keyframes blink {  
  50% { opacity: 0; }
}
.fi-clear:after {
  clear: both;
  content: "";
  display: block;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
#wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg-primary {
background: #f9f9f9;
}
.bg-accent {
  background: #f5f5f5;
}
.bg-primaryText {
  background: #222222;
}
.bg-textPrimary {
  background: #ffffff;
}
.overlay-default {
  position: relative;
  z-index: 1;
}
.overlay-default:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.overlay-dark {
  position: relative;
  z-index: 1;
}
.overlay-dark:after {
  background: rgba(3, 23, 34, 0.9);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.ghost-btn {
  background: transparent;
  border: 2px solid #cb011b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #000;
  display: inline-block;
  font-weight: 600;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn:hover {
  background: #cb011b;
  color: #ffffff;
}
.btn-default {
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default:hover {
  background: #ffffff;
  color: #cb011b;
}
.btn-default i {
  font-size: 18px;
  padding-left: 12px;
}
.btn-default-black {
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default-black:hover {
  background: #cb011b;
  color: #ffffff;
}
.btn-default-black i {
  font-size: 14px;
  padding-left: 10px;
}
.btn-default-big {
  background: #cb011b;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default-big:hover {
  background: #a51c2d;
  color: #ffffff;
}
.btn-default-big i {
  font-size: 16px;
  padding-left: 12px;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav {
  position: inherit;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-theme .owl-controls .owl-nav {
  position: absolute;
  top: -104px;
  right: -5px;
  margin-top: 0px;
}
.owl-theme .owl-controls .owl-nav > div {
  background: transparent;
  border: 1px solid #cb011b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-theme .owl-controls .owl-nav > div i {
  color: #cb011b;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-theme .owl-controls .owl-nav > div:hover {
  background: #cb011b;
  border: 1px solid #cb011b;
}
.owl-theme .owl-controls .owl-nav > div:hover i {
  color: #ffffff;
}
.owl-theme .owl-controls .owl-dots {
  margin-top: 0px;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span {
  background: #cb011b;
}
/*.section-title {
  margin-bottom: 50px;
}*/
.section-title h2 {
  position: relative;
  padding-bottom: 15px;
}
.section-title h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 60px;
}
.section-title p {
  font-weight: 600;
  margin: 0 auto;
  width: 55%;
}
.section-title-center {
  text-align: center;
}
.section-title-center h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.section-title-center h2:after {
  right: 0;
}
.title-bar {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.title-bar:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.pagination li a {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
  padding: 8px 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination li a:hover {
  background: #222222;
  color: #ffffff;
}
.pagination li.active a {
  background: #222222;
  color: #ffffff;
}
.pagination li.active a:hover {
  background: #222222;
}
.pagination li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
}
blockquote {
  background: #f5f5f5;
  border: none;
  color: #8f8e8e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 18px;
  font-style: italic;
  margin: 30px 0;
  padding: 40px;
}
blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #cb011b;
  font-size: 30px;
  padding-right: 25px;
}
/*=====  End of Theme Default CSS   ======*/
/*=========================================
=             [02] Top bar css            =
==========================================*/
.header-top-bar {
  background: #222222;
  padding: 8px 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header-top-bar .top-address ul li {
  display: inline-block;
  color: #d9d9d9;
  font-size: 14px;
  margin-right: 25px;
}
.header-top-bar .top-address ul li i {
  color: #cb011b;
  font-size: 18px;
  padding-right: 10px;
}
.header-top-bar .top-address ul li:last-child {
  margin-right: 0;
}
.header-top-bar .top-social-link ul {
  text-align: right;
}
.header-top-bar .top-social-link ul li {
  display: inline-block;
  color: #d9d9d9;
  padding-left: 10px;
}
.header-top-bar .top-social-link ul li:last-child {
  padding-left: 0;
}
.header-top-bar .top-social-link ul li a {
  color: #d9d9d9;
}
.header-top-bar .top-social-link ul li a:hover {
  color: #cb011b;
}
/*=======  End of Top bar css  ========*/
/*======================================
=           [03] Stick Menu css        =
======================================*/
.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
.stick {
  position: fixed;
  z-index: 8000;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px solid #cb011b;
}
.menu-two-style.stick {
  border-bottom: none;
}
.menu-two-style.stick .container .menu-full {
  position: inherit;
  top: 0;
}
.menu-two-style.stick:before {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.menu-two-style.stick:after {
  background: #222222;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.header-three-style .header-area.stick {
  background: rgba(255, 255, 255, 0.95);
}
.header-five-style .header-area.stick {
  background: rgba(3, 23, 34, 0.9);
}
.mean-container .mean-bar {
  background: transparent;
  /* position: fixed; */
  top: 0;
  padding: 0;
  float: none;
}
.mean-container .mean-bar a.logo-mobile-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  width: 100%;
}
.mean-container .mean-bar a {
  display: inline-block;
  padding: 14px 15px;
}
.mean-container .mean-bar .mean-nav {
  background: transparent;
}
.mean-container .mean-bar .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-bar a.meanmenu-reveal {
  position: absolute;
  top: 3px;
}
/*=====  End of Stick Menu css  ======*/
/*======================================
=             [04] Header css          =
=======================================*/
.header-area {
  background: #ffffff;
}
.nav-top-right {
  text-align: right;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.nav-top-right > li {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  line-height: 87px;
}
.nav-top-right > li i {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
}
.header-search .search-input {
  position: absolute;
  top: 53px;
  right: 0px;
  z-index: 10;
  height: 40px;
  width: 400px;
  background: #f5f5f5;
  border: 1px solid #d7d7d7;
  padding: 5px 15px 8px;
  color: #444444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  display: none;
}
.header-search a i {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-search a:hover i {
  color: #cb011b;
}
.header-search input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.cart-area {
  position: relative;
}
.cart-area > a {
  color: #d7d7d7;
  font-size: 24px;
}
.cart-area > a > span {
  background: #cb011b;
  border-radius: 45px;
  color: #ffffff;
  height: 20px;
  padding: 0 6px;
  position: absolute;
  top: 30px;
  width: 20px;
  font-size: 12px;
  right: -20px;
  line-height: 20px;
}
.cart-area > ul {
  padding: 15px 15px 0 15px;
  text-align: left;
  background-color: #ffffff;
  visibility: hidden;
  position: absolute;
  right: 0;
  opacity: 0;
  top: 90px;
  -webkit-box-shadow: 0px 15px 8px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 15px 8px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 8px 5px rgba(0, 0, 0, 0.15);
  width: 418px;
  z-index: 9999;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: initial;
}
.cart-area > ul > li .media {
  position: relative;
}
.cart-area > ul > li .media .cart-product-img {
  padding-right: 15px;
}
.cart-area > ul > li .media .cart-product-img a {
  display: inline-block;
}
.cart-area > ul > li .media .cart-product-img a img {
  width: 80px;
  min-height: 80px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cart-area > ul > li .media .cart-content ul li {
  margin-right: 25px;
  display: inline-block;
}
.cart-area > ul > li .media .cart-content ul li h1 {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.cart-area > ul > li .media .cart-content ul li h1 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-area > ul > li .media .cart-content ul li h1 a:hover {
  color: #cb011b;
}
.cart-area > ul > li .media .cart-content ul li h2 {
  font-size: 12px;
  color: #cb011b;
}
.cart-area > ul > li .media .cart-content ul li h2 span {
  color: #222222;
}
.cart-area > ul > li .media .cart-content ul li a i {
  font-size: 16px;
  color: #222222;
}
.cart-area > ul > li .media .cart-content ul li a i:hover {
  color: #cb011b;
}
.cart-area > ul > li .media .cart-content ul li .trash {
  font-size: 16px;
  color: #222222;
}
.cart-area > ul > li .media .cart-content ul li .trash:hover {
  color: #cb011b;
}
.cart-area > ul > li .media .cart-content ul li:first-child {
  width: 140px;
}
.cart-area > ul > li .media .cart-content ul li:last-child {
  margin-right: 0;
}
.cart-area > ul > li:last-child {
  border-bottom: none;
}
.cart-area > ul > li .checkout-btn-area {
  margin: 20px 0 10px;
  text-align: center;
}
.cart-area > ul > li .checkout-btn-area li {
  display: inline;
}
.cart-area > ul > li .checkout-btn-area li a {
  background: #cb011b;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-area > ul > li .checkout-btn-area li a:hover {
  background: #a51c2d;
}
.cart-area > ul > li > span {
  display: inline-block;
  border-top: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  width: 50%;
}
.cart-area > ul > li > span span {
  border-left: 1px solid #d7d7d7;
  font-weight: 600;
  width: 100%;
  display: inline-block;
}
.cart-area:hover > ul {
  opacity: 1;
  visibility: visible;
}
.header-address {
  margin-top: 30px;
  text-align:right;
}
.header-address li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  padding: 0 8px;
  width:100%;
  text-align:left;
}
.header-address li a{ color:#222;}
.header-address li a:hover{ color:#ed1c24;}
.header-address li span {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  padding-left: 27px;
}
.header-address li i {
  color: #cb011b;
  padding-right: 10px;
  width: 25px;
}
.header-one-style {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header-two-style .logo-area {
  height: 110px;
}
.header-two-style .nav-top-right > li {
  height: 110px;
}
.header-two-style .header-area {
  margin-bottom: 30px;
}
.header-three-style .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.header-three-style .header-area {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.header-four-style .logo-area {
  height: 110px;
}
.header-four-style .nav-top-right > li {
  height: 110px;
}
.header-five-style .header-area {
  background: transparent;
  box-shadow: none;
}
.header-six-style .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.header-six-style .main-menu-area nav {
  text-align: center;
}
/*=======  End of Header css  ========*/
/*=====================================
=          [05] Main menu css         =
======================================*/
.logo-area {
  height: 90px;
  display: table;
}
.logo-area a {
  display: table-cell;
  vertical-align: middle;
}
.main-menu-area nav {
  font-family: 'Roboto', sans-serif;
  text-align: right;
}
.main-menu-area nav > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav > ul > li > a {
  color: #222222;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 14px;
  line-height: 90px;
  text-transform: uppercase;
}
.main-menu-area nav > ul > li:hover ul.rt-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu {
  background: #cb011b;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 240px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  z-index: 9999;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li {
  display: block;
  border-bottom: 1px solid #a51c2d;
  position: relative;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  padding: 12px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'Exo 2', sans-serif;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a:hover,
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a:focus {
  background: #a51c2d;
  padding-left: 18px;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li:last-child {
  border-bottom: none;
}
.main-menu-area nav > ul li.menu-justify {
  position: static;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner {
  background: #cb011b;
  padding: 20px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li {
  border-bottom: 1px solid #a51c2d;
  display: block;
  position: relative;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a:hover {
  background: #a51c2d;
  padding-left: 8px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li:last-child {
  border-bottom: none;
}
.main-menu-area nav > ul li.menu-justify:hover .rt-dropdown-mega {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu-area {
  display: none;
}
.menu-two-style .container {
  position: relative;
}
.menu-two-style .container > .menu-full {
  background: #cb011b;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: 0 15px;
  z-index: 999;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.menu-two-style .container > .menu-full .col-xs-12 {
  padding: 0;
}
.menu-two-style .container > .menu-full > div {
  padding: 0;
}
.menu-two-style .main-menu-area nav {
  text-align: left;
}
.menu-two-style .main-menu-area nav > ul > li > a {
  color: #ffffff;
  line-height: 70px;
  padding: 0 18px;
}
.menu-two-style .main-menu-area nav > ul > li .rt-dropdown-mega {
  left: -15px;
}
.menu-two-style .get-quote {
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #222222 transparent;
  line-height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.menu-two-style .get-quote a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-two-style .get-quote a:hover {
  color: #cb011b;
}
.menu-four-style {
  background: #1C1C21;
}
.menu-four-style .main-menu-area nav {
  text-align: left;
}
.menu-four-style .main-menu-area nav > ul > li > a {font-family: 'Exo 2', sans-serif;
  color: #ffffff;
  line-height: 50px;
  padding: 0 20px;
}
.menu-four-style .get-quote {
  background: #cb011b;
  text-align: center;
  line-height: 50px;
}
.menu-four-style .get-quote a {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-one-style .main-menu-area nav > ul > li .rt-dropdown-mega,
.header-five-style .main-menu-area nav > ul > li .rt-dropdown-mega {
  left: -38%;
}
.header-five-style .main-menu-area nav ul li a {
  color: #ffffff;
}
.header-five-style .nav-top-right > li i {
  color: #ffffff;
}
/*======  End of Main menu css  =======*/
/*=======================================
=           [06] Main Slider css        =
========================================*/
.slider-overlay .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-overlay .nivoSlider .nivo-caption:after {

  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-overlay-dark .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-overlay-dark .nivoSlider .nivo-caption:after {
  background: rgba(3, 23, 34, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-area .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-area .nivoSlider .slider-content {
  position: relative;
  z-index: 99;
}
.slider-area .nivoSlider .slider-content .large-title {
  color: #222222;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
}
.slider-area .nivoSlider .slider-content p {
  font-size: 16px;
  text-align: left;
  padding: 0;
  width: 50%;
}
.slider-area .nivoSlider .slider-content .slider-btn-area {
  display: block;
  margin-top: 40px;
  text-align: left;
}
.slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round {
  display: inline-block;
  background: #cb011b;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round:hover {
  background: #a51c2d;
}
.slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round i {
  padding-left: 15px;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: -15%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-prevNav:before {
  background: #ffffff;
  color: #222222;
  display: block;
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 24px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-prevNav:hover:before {
  background: #cb011b;
  color: #ffffff;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: -15%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-nextNav:before {
  background: #ffffff;
  color: #222222;
  display: block;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 24px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-nextNav:hover:before {
  background: #cb011b;
  color: #ffffff;
}
.slider-area .nivo-controlNav {
  padding: 0;
}
.slider-area:hover .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: 2%;
}
.slider-area:hover .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: 2%;
}
.slider-content-center .nivoSlider .slider-content .large-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
}
.slider-content-center .nivoSlider .slider-content .large-upper-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
}
.slider-content-center .nivoSlider .slider-content p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.slider-content-center .nivoSlider .slider-content .slider-btn-area {
  text-align: center;
}
/*========  End of Main Slider css  =========*/
/*============================================
=          [07] Waste time quote css         =
=============================================*/
.waste-time-area {
  background: #cb011b;
  padding: 50px 0;
}
.waste-time-area .waste-time-content {
  color: #ffffff;
}
.waste-time-area .waste-time-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}
.waste-time-area .waste-time-content p {
  margin-bottom: 0;
}
.waste-time-area .waste-time-button {
  text-align: right;
}
.waste-time-area .waste-time-button .btn-default {
  display: inline-block;
  margin-top: 6px;
}
/*=====  End of Waste time quote css  ======*/
/*===========================================
=            [08] Home service css          =
============================================*/
.service-one-area {
  padding: 120px 0 90px 0;
}
.single-service-one .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.single-service-one .single-service .service-image {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.single-service-one .single-service .service-image img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-service-one .single-service .service-content {
  margin-top: 25px;
}
.single-service-one .single-service .service-content h3 {
  margin-bottom: 20px;
}
.single-service-one .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-service-one .single-service .service-content p {
  margin-bottom: 0;
}
.single-service-one .single-service:hover .service-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-service-one .single-service:hover .service-content h3 a {
  color: #cb011b;
}
.service-two-area {
  padding: 110px 0 70px;
}
.service-two-area .single-service {
  margin-bottom: 30px;
}
.service-two-area .single-service .item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #cb011b;
  padding-right: 20px;
}
.service-two-area .single-service .item-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
}
.service-two-area .single-service .item-content h3 {
  margin-bottom: 15px;
  line-height: 1;
}
.service-two-area .single-service .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-two-area .single-service:hover h3 a {
  color: #cb011b;
}
.service-three-area .single-item .single-service {
  background: #f5f5f5;
  box-shadow: -2px 0px 0px -1px #d8d8d8;
  padding: 90px 90px 75px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-three-area .single-item .single-service:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #cb011b;
  margin-bottom: 30px;
}
.service-three-area .single-item .single-service .item-icon i {
  padding-right: 20px;
}
.service-three-area .single-item .single-service .item-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .item-icon h3 {
  margin-bottom: 0px;
}
.service-three-area .single-item .single-service .item-icon h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .service-content {
  display: inline;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.service-three-area .single-item .single-service:hover:after {
  opacity: 1;
}
.service-three-area .single-item .single-service:hover .item-icon {
  color: #ffffff;
}
.service-three-area .single-item .single-service:hover .item-icon h3 a {
  color: #ffffff;
}
.service-three-area .single-item .single-service:hover .service-content {
  color: #ffffff;
}
.service-four-area {
  padding: 30px 0 30px 0;
}
.service-four-area .single-feature-item {
  position: relative;
  overflow: hidden;
}
.menu-box {
   
    padding: 10px;
}
.service-four-area .single-feature-item .feature-content {
  background: rgba(203, 1, 27, 0.8);
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-four-area .single-feature-item .feature-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-four-area .single-feature-item .feature-content h3 a {
  color: #ffffff;
}
.service-four-area .single-feature-item .feature-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-four-area .single-feature-item .feature-content a.btn-flat i {
  padding-left: 10px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-four-area .single-feature-item:hover .feature-content {
  bottom: 0px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.service-four-area .single-feature-item:hover .feature-content a.feature-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-four-area .single-feature-item:hover .feature-content a.feature-icon .fa-chevron-circle-up {
  opacity: 0;
}
.service-five-area {
  padding: 110px 0 90px;
}
.service-five-area .section-title-center {
  margin-bottom: 70px;
}
.service-five-area .section-title-center h2 {
  font-size: 30px;
}
.service-five-area .single-service-item .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.service-five-area .single-service-item .single-service .service-icon {
  background: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #cb011b;
  position: relative;
  overflow: hidden;
  line-height: 130px;
  width: 130px;
  height: 130px;
  z-index: 1;
}
.service-five-area .single-service-item .single-service .service-icon i {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-five-area .single-service-item .single-service .service-icon i:before {
  font-size: 48px;
  margin-left: 0;
}
.service-five-area .single-service-item .single-service .service-icon:after {
  background: rgba(203, 1, 27, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.service-five-area .single-service-item .single-service .service-content {
  margin-top: 25px;
}
.service-five-area .single-service-item .single-service .service-content h3 {
  margin-bottom: 20px;
}
.service-five-area .single-service-item .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-five-area .single-service-item .single-service .service-content p {
  margin-bottom: 0;
}
.service-five-area .single-service-item .single-service:hover .service-icon:after {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.service-five-area .single-service-item .single-service:hover .service-icon i {
  color: #ffffff;
}
.service-five-area .single-service-item .single-service:hover .service-content h3 a {
  color: #cb011b;
}
.service-six-area {
  padding: 110px 0 90px;
}
.service-six-area .single-service-item .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.service-six-area .single-service-item .single-service .service-icon {
  display: inline-block;
  color: #d6d6d6;
  font-size: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-six-area .single-service-item .single-service .service-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
}
.service-six-area .single-service-item .single-service .service-content {
  margin-top: 25px;
}
.service-six-area .single-service-item .single-service .service-content h3 {
  margin-bottom: 20px;
}
.service-six-area .single-service-item .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-six-area .single-service-item .single-service .service-content p {
  margin-bottom: 0;
}
.service-six-area .single-service-item .single-service .service-content a.ghost-btn {
  margin-top: 30px;
  padding: 12px 25px;
}
.service-six-area .single-service-item .single-service:hover .service-icon {
  color: #222222;
}
.service-six-area .single-service-item .single-service:hover .service-content h3 a {
  color: #cb011b;
}
/*=====  End of Home service css  ======*/
/*========================================
=           [09] Home About css          =
=========================================*/
.about-one-area {
  background: url(img/section1.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding-top: 110px;
}
.about-one-area .about-content-center .about-content {
  padding-top: 90px;
}
.about-one-area .about-content-center .about-content h2 {
  position: relative;
  padding-bottom: 15px;
}
.about-one-area .about-content-center .about-content h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 60px;
}
.about-one-area .about-content-center .about-content span {
  display: block;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  margin: 30px 0;
}
.about-one-area .about-content-center .about-content h3 {
  color: #cb011b;
  margin-bottom: 5px;
}
.about-one-area .about-content-center .about-content h4 {
  font-weight: 400;
  margin-bottom: 0;
}
/*============  End of Home About css  ============*/
/*===================================================
=           [10] Featured Service slider css        =
===================================================*/
.service-slider-one-area {
  padding: 110px 0 120px 0;
}
.service-slider-one-area .single-feature-slide {
  position: relative;
  overflow: hidden;
}
.service-slider-one-area .single-feature-slide .feature-slide-content {
  background: rgba(203, 1, 27, 0.8);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-slider-one-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-slider-one-area .single-feature-slide .feature-slide-content h3 a {
  color: #ffffff;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.btn-flat i {
  padding-left: 10px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content {
  bottom: 0px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content a.feature-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content a.feature-icon .fa-chevron-circle-up {
  opacity: 0;
}
.service-slider-two-area {
  padding: 110px 0 120px;
}
.service-slider-two-area .single-feature-slide {
  background: #ffffff;
  margin: 15px;
}
.service-slider-two-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-two-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-two-area .single-feature-slide .feature-slide-content {
  padding: 25px 30px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-two-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-two-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-two-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.7;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-content {
  box-shadow: 0 2px 4px #a1a1a1;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #cb011b;
}
.service-slider-three-area {
  padding: 110px 0 120px;
}
.service-slider-three-area .single-feature-slide {
  background: #f5f5f5;
  margin: 15px;
}
.service-slider-three-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-three-area .single-feature-slide .feature-slide-img:after {
  background: rgba(3, 23, 34, 0.9);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transform: scale(1) translateY(400px);
  -webkit-transform: scale(1) translateY(400px);
  -o-transform: scale(1) translateY(400px);
  -ms-transform: scale(1) translateY(400px);
  transform: scale(1) translateY(400px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-three-area .single-feature-slide .feature-slide-content {
  padding: 25px 30px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-three-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-img:after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-content {
  box-shadow: 0 2px 4px #a1a1a1;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #cb011b;
}
.service-slider-five-area {
  padding: 110px 0 120px;
}
.service-slider-five-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-five-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-five-area .single-feature-slide .feature-slide-content {
  padding: 25px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-five-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-five-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-five-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-five-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-five-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #cb011b;
}
.service-slider-six-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 120px;
}
.service-slider-six-area .section-title-center h2 {
  color: #ffffff;
}
.service-slider-six-area .section-title-center p {
  color: #ffffff;
  width: 40%;
}
.service-slider-six-area .single-feature-slide {
  position: relative;
}
.service-slider-six-area .single-feature-slide .feature-item {
  position: relative;
  overflow: hidden;
  margin: 0 2px;
}
.service-slider-six-area .single-feature-slide .feature-item img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(114%);
  /* Firefox 4+ */
  width: calc(114%);
  /* IE9+ and future browsers */
}
.service-slider-six-area .single-feature-slide .feature-item:after {
  background: rgba(3, 23, 34, 0.5);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.service-slider-six-area .single-feature-slide h3 {
  background: #f5f5f5;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  padding: 12px 0;
  text-align: center;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-six-area .single-feature-slide h3 a {
  display: block;
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-slider-six-area .single-feature-slide:hover .feature-item img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-six-area .single-feature-slide:hover .feature-item:after {
  opacity: 0;
}
.service-slider-six-area .single-feature-slide:hover h3 {
  background: #cb011b;
}
.service-slider-six-area .single-feature-slide:hover h3 a {
  color: #ffffff;
}
/*=====  End of Featured Service slider css  ======*/
/*===================================================
=           [11] Weekly financial report css        =
===================================================*/
.weekly-financial-report {
  padding: 110px 0 100px 0;
}
.financial-report-one .financial-report h2 {
  position: relative;
  padding-bottom: 15px;
}
.financial-report-one .financial-report h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 60px;
}
.financial-report-one .financial-report span {
  color: #cb011b;
  font-size: 18px;
  font-weight: 600;
}
/*=====  End of Weekly financial report css  ======*/
/*===================================================
=                 [12] Banner area css              =
====================================================*/
.banner-one-area {
  background: url(img/section2.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
.banner-one-area:after {
  background: rgba(3, 23, 34, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-one-area .banner-content h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 0;
  text-align: center;
}
.banner-one-area .banner-content h2 span {
  display: block;
  font-size: 46px;
}
/*=======  End of Banner area css  ========*/
/*==========================================
=           [13] Expert advisor css        =
==========================================*/
.expert-advisor-slider-area {
  padding: 110px 0px 120px;
}
.expert-advisor-slider-area .single-expert .item-image {
  position: relative;
  overflow: hidden;
}
.expert-advisor-slider-area .single-expert .item-image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.expert-advisor-slider-area .single-expert .item-content {
  margin-top: 25px;
  text-align: center;
}
.expert-advisor-slider-area .single-expert .item-content h3 {
  margin-bottom: 5px;
}
.expert-advisor-slider-area .single-expert .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.expert-advisor-slider-area .single-expert .item-content h3 a:hover {
  color: #cb011b;
}
.expert-advisor-slider-area .single-expert .item-content .position {
  color: #cb011b;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons {
  margin-top: 25px;
  list-style: none;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons li {
  display: inline-block;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons li a {
  border: 1px solid #d7d7d7;
  color: #cb011b;
  display: block;
  line-height: 38px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons li a:hover {
  background: #cb011b;
  border: 1px solid #cb011b;
  color: #ffffff;
}
.expert-advisor-slider-area .single-expert:hover .item-image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.our-expert-slider-area {
  padding: 110px 0px 120px;
}
.our-expert-slider-area .single-expert {
  background: #f5f5f5;
  padding: 50px 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-expert-slider-area .single-expert .item-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.our-expert-slider-area .single-expert .item-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  display: inline-block;
}
.our-expert-slider-area .single-expert .item-content {
  margin-top: 25px;
  text-align: center;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-slider-area .single-expert .item-content h3 {
  margin-bottom: 5px;
}
.our-expert-slider-area .single-expert .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-slider-area .single-expert .item-content .position {
  color: #cb011b;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-slider-area .single-expert .item-content p {
  margin-bottom: 0;
}
.our-expert-slider-area .single-expert:hover {
  background: #cb011b;
}
.our-expert-slider-area .single-expert:hover .item-content {
  color: #ffffff;
}
.our-expert-slider-area .single-expert:hover .position {
  color: #ffffff;
}
.our-expert-slider-area .single-expert:hover h3 a {
  color: #ffffff;
}
.our-expert-member-slider-area {
  padding: 110px 0px 120px;
}
.our-expert-member-slider-area .single-expert .item-content {
  margin-top: 25px;
  text-align: left;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-member-slider-area .single-expert .item-content h3 {
  margin-bottom: 5px;
}
.our-expert-member-slider-area .single-expert .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-member-slider-area .single-expert .item-content h3 a:hover {
  color: #cb011b;
}
.our-expert-member-slider-area .single-expert .item-content .position {
  color: #868686;
  display: block;
  font-size: 16px;
}
/*========  End of Expert advisor css  =========*/
/*===============================================
=           [14] Our expert services css        =
===============================================*/
.our-expert-advisor {
  padding: 110px 0px 120px;
}
.our-expert-advisor .single-expert {
  background: #cb011b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 50px;
}
.our-expert-advisor .single-expert .item-image {
  position: relative;
  overflow: hidden;
}
.our-expert-advisor .single-expert .item-image:after {
  background: rgba(3, 23, 35, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-advisor .single-expert .item-image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-expert-advisor .single-expert .item-image:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.our-expert-advisor .single-expert .item-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.our-expert-advisor .single-expert .item-content {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: left;
  color: #ffffff;
  margin: 0 70px;
}
.our-expert-advisor .single-expert .item-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}
.our-expert-advisor .single-expert .item-content .position {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.our-expert-advisor .single-expert .item-content .position:after {
  background: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.our-expert-advisor .single-expert .item-content ul.social-icons {
  margin-top: 25px;
  list-style: none;
}
.our-expert-advisor .single-expert .item-content ul.social-icons li {
  display: inline-block;
  padding-right: 30px;
}
.our-expert-advisor .single-expert .item-content ul.social-icons li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-expert-advisor .single-expert .item-content ul.social-icons li:last-child {
  padding-right: 0;
}
.our-expert-advisor .single-expert:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 420px 0 0 50px;
  border-color: transparent transparent transparent #e2e4ed;
}
/*=====  End of Our expert services css  ======*/
/*==============================================
=            [15] Our Expert people css        =
===============================================*/
.expert-people-area,
.team-layout-2 {
  padding: 110px 0 90px;
}
.expert-people-area .single-item,
.team-layout-2 .single-item {
  display: inline-block;
  margin-bottom: 30px;
}
.expert-people-area .single-item .item-image,
.team-layout-2 .single-item .item-image {
  height: auto;
  max-width: 200px;
  position: relative;
  overflow: hidden;
}
.expert-people-area .single-item .item-image .plus-icon,
.team-layout-2 .single-item .item-image .plus-icon {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.expert-people-area .single-item .item-image .plus-icon a,
.team-layout-2 .single-item .item-image .plus-icon a {
  color: #ffffff;
}
.expert-people-area .single-item .item-image .plus-icon a:hover,
.team-layout-2 .single-item .item-image .plus-icon a:hover {
  color: #cb011b;
}
.expert-people-area .single-item .item-image:after,
.team-layout-2 .single-item .item-image:after {
  background: rgba(3, 23, 35, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.expert-people-area .single-item .item-content,
.team-layout-2 .single-item .item-content {
  padding-left: 30px;
}
.expert-people-area .single-item .item-content h3,
.team-layout-2 .single-item .item-content h3 {
  margin-bottom: 5px;
}
.expert-people-area .single-item .item-content h3 a,
.team-layout-2 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expert-people-area .single-item .item-content span.position,
.team-layout-2 .single-item .item-content span.position {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
.expert-people-area .single-item .item-content ul.social-icon,
.team-layout-2 .single-item .item-content ul.social-icon {
  padding-top: 15px;
}
.expert-people-area .single-item .item-content ul.social-icon li,
.team-layout-2 .single-item .item-content ul.social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.expert-people-area .single-item .item-content ul.social-icon li a,
.team-layout-2 .single-item .item-content ul.social-icon li a {
  color: #cb011b;
  display: block;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 38px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.expert-people-area .single-item .item-content ul.social-icon li a:hover,
.team-layout-2 .single-item .item-content ul.social-icon li a:hover {
  background: #cb011b;
  border: 1px solid #cb011b;
  color: #ffffff;
}
.expert-people-area .single-item:hover .item-image .plus-icon,
.team-layout-2 .single-item:hover .item-image .plus-icon {
  opacity: 1;
}
.expert-people-area .single-item:hover .item-image:after,
.team-layout-2 .single-item:hover .item-image:after {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.expert-people-area .single-item:hover .item-content h3 a,
.team-layout-2 .single-item:hover .item-content h3 a {
  color: #cb011b;
}
/*=====  End of Our Expert people css  ======*/
/*============================================
=            [16] Asked question css         =
=============================================*/
.asked-question-one-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: #cb011b;
}
.asked-question-one-area .asked-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  overflow: hidden;
}
.asked-question-one-area .asked-question {
  width: 50%;
  overflow: hidden;
}
.asked-question-one-area .asked-accordion {
  padding: 30px 0 30px 60px;
}
.asked-question-one-area .asked-accordion h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.asked-question-one-area .asked-accordion h2:after {
  background: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.asked-question-one-area .asked-accordion .asked-descrip {
  color: #ffffff;
  margin-bottom: 30px;
}
.asked-question-one-area .asked-accordion .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 15px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading {
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 20px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading .panel-title {
  font-size: 18px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 20px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading.active .panel-title {
  color: #cb011b;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading.active .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 20px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-collapse .panel-body {
  border: none;
  color: #ffffff;
  padding: 20px;
}
.asked-question-two-area {
  background: url(img/section1.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.asked-question-two-area .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.asked-question-two-area .asked-image {
  padding-top: 90px;
}
.asked-question-two-area .asked-accordion {
  margin-bottom: 0;
}
.asked-question-two-area .asked-accordion h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.asked-question-two-area .asked-accordion h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.asked-question-two-area .asked-accordion .asked-descrip {
  margin-bottom: 30px;
}
.asked-question-two-area .asked-accordion .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 15px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading {
  background: #222222;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 20px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading .panel-title {
  color: #ffffff;
  font-size: 18px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 20px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading.active {
  background: #cb011b;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading.active .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 20px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 20px;
}
/*=====  End of Asked question css  ======*/
/*=========================================
=            [17] Testimonial css         =
==========================================*/
.testimonial-one-area {
  padding: 80px 0;
}
.testimonial-one-area .single-testimonial .testimo-content i {
  color: #d8d8d8;
  font-size: 30px;
  margin-bottom: 12px;
}
.testimonial-one-area .single-testimonial .testimo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.testimonial-one-area .single-testimonial .testimo-info .testimo-img {
  padding-right: 20px;
}
.testimonial-one-area .single-testimonial .testimo-info .testimo-title h3 {
  color: #cb011b;
  font-size: 20px;
  margin-bottom: 5px;
}
.testimonial-two-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0;
}
.testimonial-two-area .single-testimonial {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.testimonial-two-area .single-testimonial .testimo-content {
  color: #e8e9e9;
  margin-top: 25px;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-img img {
  border: 4px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: inherit;
}
.testimonial-two-area .single-testimonial .testimo-info ul.rating {
  margin-top: 30px;
}
.testimonial-two-area .single-testimonial .testimo-info ul.rating li {
  color: #cb011b;
  display: inline-block;
  font-size: 18px;
}
.testimonial-two-area .single-testimonial .testimo-info ul.rating li:last-child {
  color: #f5f5f5;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-title {
  margin-top: 12px;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-title h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0px;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-title h3 .position {
  color: #b3b8bd;
}
.testimonial-two-area .arrow-left-right .owl-controls .owl-nav > div {
  border: 1px solid #ffffff;
}
.testimonial-two-area .arrow-left-right .owl-controls .owl-nav > div i {
  color: #ffffff;
}
.testimonial-two-area .arrow-left-right .owl-controls .owl-nav > div:hover {
  border: 1px solid #cb011b;
}
/*========  End of Testimonial css  =========*/
/*============================================
=           [18] Our Latest news css         =
=============================================*/
.latest-news-one-area {
  padding: 110px 0 105px;
}
.latest-news-one-area .single-news {
  background: #ffffff;
  margin: 15px;
}
.latest-news-one-area .single-news .item-image {
  position: relative;
  overflow: hidden;
}
.latest-news-one-area .single-news .item-image span.date {
  background: #cb011b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 15px;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.latest-news-one-area .single-news .item-image img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(114%);
  /* Firefox 4+ */
  width: calc(114%);
  /* IE9+ and future browsers */
}
.latest-news-one-area .single-news .item-info {
  padding: 35px 20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.latest-news-one-area .single-news .item-info h3 {
  font-size: 20px;
}
.latest-news-one-area .single-news .item-info h3 a {
  color: #002e52;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.latest-news-one-area .single-news .item-info .favourite {
  margin-right: 20px;
}
.latest-news-one-area .single-news .item-info i {
  font-size: 18px;
  padding-right: 8px;
}
.latest-news-one-area .single-news:hover .item-image img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
}
.latest-news-one-area .single-news:hover .item-info {
  box-shadow: 0 2px 4px #a1a1a1;
}
.latest-news-one-area .single-news:hover .item-info h3 a {
  color: #cb011b;
}
.latest-news-one-area .owl-controls .owl-nav {
  right: 10px;
}
.news-two-style .single-news {
  background: transparent;
}
.news-two-style .single-news .item-image span.date {
  bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 18px;
  text-align: center;
}
.news-two-style .single-news .item-info {
  padding: 28px 0 0;
}
.news-two-style .single-news .item-info p {
  margin-bottom: 0;
}
.news-two-style .single-news:hover .item-info {
  box-shadow: none;
}
.news-two-style .single-news:hover .item-info h3 a {
  color: #cb011b;
}
.news-three-style {
  padding: 110px 0 90px;
}
.news-three-style .single-news {
  margin: 0 0 30px 0;
}
/*=====  End of Our Latest news css  ======*/
/*==========================================
=           [19] Request call css          =
===========================================*/
.request-call-one-area {
  background: #cb011b url(img/section4.png);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding: 120px 0 120px;
}
.request-call-one-area .request-form {
  background: #ffffff;
  margin: 0 auto;
  padding: 70px 50px;
  width: 75%;
  position: relative;
}
.request-call-one-area .request-form:before {
  background: #222222;
  border-radius: 50%;
  box-shadow: 0 2px 4px #a1a1a1;
  color: #ffffff;
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 24px;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  right: 0;
  top: -38px;
  width: 70px;
}
.request-call-one-area .request-form .request-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.request-call-one-area .request-form .form-group {
  margin-bottom: 25px;
}
.request-call-one-area .request-form .form-group .form-control {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-one-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  text-align: center;
}
.request-call-one-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #cb011b;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.request-call-one-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  background: #a51c2d;
}
.request-call-one-area .request-form .select2-container--classic .select2-selection--single {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-one-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}
.request-call-one-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #8b8b8b;
  padding-left: 12px;
  line-height: 42px;
}
.select2-container--classic .select2-dropdown {
  border: 1px solid #d7d7d7 !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: #444444;
}
.request-call-two-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.request-call-two-area .request-image {
  width: 50%;
  overflow: hidden;
}
.request-call-two-area .request-form-wrapper {
  background: #cb011b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 50%;
  overflow: hidden;
}
.request-call-two-area .request-form-select {
  padding-left: 60px;
}
.request-call-two-area .request-form .request-title {
  color: #ffffff;
  margin-bottom: 40px;
  padding-left: 60px;
}
.request-call-two-area .request-form .request-title h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}
.request-call-two-area .request-form .form-group {
  margin-bottom: 10px;
}
.request-call-two-area .request-form .form-group .form-control {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  color: #ffffff;
}
.request-call-two-area .request-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.request-call-two-area .request-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.request-call-two-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  margin-top: 30px;
}
.request-call-two-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.request-call-two-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  color: #cb011b;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding-left: 12px;
  line-height: 42px;
}
.order {
    background: #ECE9E6;
}
.request-call-three-area {
  padding:60px 0 60px;
}
.request-call-three-area .request-form .form-left h2 {
  color: #000;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1;
}
.request-call-three-area .request-form .form-left h2:after {
  background: #cb011b;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.form-left p{color:#000;}
.request-call-three-area .request-form .form-group {
  margin-bottom: 10px;
}
.request-call-three-area .request-form .form-group .form-control {
background:rgba(0,0,0,0.14);
  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  color: #ffffff;
}
.request-call-three-area .request-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.request-call-three-area .request-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.request-call-three-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  margin-top: 30px;
}
.request-call-three-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #efedea;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.request-call-three-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  color: #cb011b;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding-left: 12px;
  line-height: 42px;
}
/*=====  End of Request call css  ======*/
/*========================================
=           [20] Our Partners css        =
=========================================*/
.our-partner {
  padding: 25px 0;
}
.our-partner .single-item .item-image img {
  width: inherit;
}
.our-partner .owl-controls .owl-nav {
  position: inherit;
}
.our-partner .owl-controls .owl-nav > div {
  margin: 0;
  position: absolute;
  top: 12px;
}
.our-partner .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.our-partner .owl-controls .owl-nav .owl-next {
  right: -50px;
}
/*=====  End of Our Partners css  ======*/
/*=======================================
=            [21] Footer css            =
========================================*/
.footer-bottom-area {
  background: #1C1C21;
  color: #dbdbdb;
  font-size: 16px;
  padding: 15px 0;
}
.footer-box p{
	margin:10px;
}
.footer-bottom-area .footer-box .title-bar-footer {
  color: #ffffff;
}
.footer-bottom-area .footer-box .footer-about {
  margin-top: 30px;
}
.footer-bottom-area .footer-box .footer-phone {
  color: #ffffff;
  font-size: 18px;
}
.footer-bottom-area .footer-box .footer-phone i {
  color: #cb011b;
  padding-right: 15px;
}
.footer-bottom-area .footer-box .footer-envelope {
  color: #ffffff;
  font-size: 18px;
}
.footer-bottom-area .footer-box .footer-envelope i {
  color: #cb011b;
  padding-right: 15px;
}
.footer-bottom-area .footer-box .footer-social {
  margin-top: 5px;
}
.footer-bottom-area .footer-box .footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-bottom-area .footer-box .footer-social li a {
  color: #cb011b;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-bottom-area .footer-box .footer-social li a:hover {
  color: #ffffff;
}
.footer-bottom-area .footer-box .footer-social li:last-child {
  margin-right: 0;
}
.footer-bottom-area .footer-box .useful-link li {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 48%;
}
.footer-bottom-area .footer-box .useful-link li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-bottom-area .footer-box a {
  color: #f2f2f2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-bottom-area .footer-box a:hover {
  color: #cb011b;
}
.footer-bottom-area .footer-box .stylish-input-group {
  padding-top: 15px;
}
.footer-bottom-area .footer-box .stylish-input-group .form-control {
  background: #18181c;
  border: none;
  box-shadow: none;
  color: #dbdbdb;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  height: 50px;
  padding-left: 18px;
}
.footer-bottom-area .footer-box .stylish-input-group .form-control::-moz-placeholder {
  color: #dbdbdb;
}
.footer-bottom-area .footer-box .stylish-input-group .form-control::-webkit-input-placeholder {
  color: #dbdbdb;
}
.footer-bottom-area .footer-box .stylish-input-group .input-group-addon {
  background: #18181c;
  border: none;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  padding: 0;
}
.footer-bottom-area .footer-box .stylish-input-group .input-group-addon button {
  background: #cb011b;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  margin-right: 6px;
  padding: 12px 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-bottom-area .footer-box .stylish-input-group .input-group-addon button i {
  color: #ffffff;
}
.footer-bottom-area .footer-box .stylish-input-group .input-group-addon button:hover {
  background: #a51c2d;
}
.copyright {
  background: #1c1c21;
  color: #b1b1b1;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
      border-top: 1px solid #2f2e2e;

}
.copyright p {
  margin-bottom: 0;
}
.copyright a {
  color: #cb011b;
}
.copyright a:hover {
  color: #a51c2d;
}
/*=======  End of Footer css  ========*/
/*=====================================
=           [22] Scroll Up Css        =
=====================================*/
#scrollUp {
  background: rgba(203, 1, 27, 0.8);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 45px;
  z-index: 99999;
  border-radius: 50%;
}
#scrollUp i {
  color: #ffffff;
  line-height:45px;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #cb011b;
}
#preloader {
  background: #f5f5f5 url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.style-switch {
  background-color: #b70007;
}
.style-switch ul .active a {
  color: #cb011b;
}
.style-switch .switch-button {
  right: -45px;
  background-color: #cb011b;
  color: #ffffff;
  padding: 10px 10px 12px;
}
/*=====  End of Scroll Up Css  ======*/
/*====================================
=           [23] Left Tab css        =
====================================*/
.left-tab-style {
  padding: 120px 0;
}
.left-tab-style .tabs-left .nav-tabs {
  float: left;
  margin-right: 25px;
  border: none;
}
.left-tab-style .tabs-left .nav-tabs li {
  margin-bottom: 5px;
  float: none;
}
.left-tab-style .tabs-left .nav-tabs li a {
  background: #f5f5f5;
  border: none;
  font-size: 18px;
  color: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  min-width: 330px;
  margin: 0;
  margin: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.left-tab-style .tabs-left .nav-tabs li a:hover {
  background: #cb011b;
  color: #ffffff;
}
.left-tab-style .tabs-left .nav-tabs li a:hover i {
  color: #ffffff;
}
.left-tab-style .tabs-left .nav-tabs li a i {
  color: #cb011b;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.left-tab-style .tabs-left .nav-tabs li a i:before {
  font-size: 36px;
  line-height: 1;
  margin-left: 0;
}
.left-tab-style .tabs-left .nav-tabs li.active a {
  border: none;
  background: #cb011b;
  color: #ffffff;
}
.left-tab-style .tabs-left .nav-tabs li.active a i {
  color: #ffffff;
}
.left-tab-style .tabs-left .tab-content {
  display: table-cell;
}
.left-tab-style .tabs-left .tab-content h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.left-tab-style .tabs-left .tab-content h2:after {
  position: absolute;
  background: #cb011b;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
/*===========  End of Left Tab css  ==============*/
/*=================================================
=           [24] People choose service css        =
=================================================*/
.people-choose-services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.people-choose-services .choose-services {
  background: #cb011b;
  width: 50%;
  overflow: hidden;
}
.people-choose-services .people-image {
  width: 50%;
  overflow: hidden;
}
.people-choose-services .choose-services-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.people-choose-services .people-choose-content {
  padding-right: 75px;
  color: #ffffff;
}
.people-choose-services .people-choose-content h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
}
.people-choose-services .people-choose-content a.ghost-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-top: 30px;
}
.people-choose-services .people-choose-content a.ghost-btn i {
  padding-left: 12px;
}
.people-choose-services .people-choose-content a.ghost-btn:hover {
  background: #ffffff;
  color: #cb011b;
}
.people-choose-services .people-image {
  position: relative;
}
.people-choose-services .people-image:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.people-choose-services .calculator {
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 1;
}
.people-choose-services .banner-logo {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 1;
}
/*=====  End of People choose service css  ======*/
/*================================================
=                 [25] Counter css               =
=================================================*/
.counter-area {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 90px;
}
.counter-area .counter-title h2 {
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 80px;
  text-align: center;
}
.counter-area .counter-content {
  text-align: center;
}
.counter-area .counter-content .counter1-box {
  margin-bottom: 30px;
}
.counter-area .counter-content h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 5px;
}
.counter-area .counter-content p {
  color: #cb011b;
  font-size: 18px;
  margin-bottom: 0;
}
/*===========  End of Counter css  ============*/
/*==============================================
=           [26] Financial Analysis css        =
==============================================*/
.financial-analysis-area {
  padding: 120px 0 120px;
}
.financial-analysis-area .financial-content h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1;
}
.financial-analysis-area .financial-content h2:after {
  position: absolute;
  background: #cb011b;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
/*=====  End of Financial Analysis css  ======*/
/*=============================================
=           [27] Our Case Studies css         =
==============================================*/
.our-case-studies-area {
  padding: 110px 0 80px;
}
.our-case-studies-area .case-item {
  margin-bottom: 40px;
}
.our-case-studies-area .case-item .item-image {
  position: relative;
}
.our-case-studies-area .case-item .item-image:after {
  background: rgba(3, 23, 34, 0.7);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-case-studies-area .case-item .item-image-mobile {
  display: none;
}
.our-case-studies-area .case-item .item-content-bottom {
  position: relative;
  padding: 30px 0 0;
}
.our-case-studies-area .case-item .item-content-bottom h3 {
  margin-bottom: 15px;
}
.our-case-studies-area .case-item .item-content-bottom h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-case-studies-area .case-item .item-content-bottom:before {
  position: absolute;
  content: "";
  left: 25px;
  top: 0px;
  width: 0;
  height: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  border-style: solid;
  border-width: 0 10px 15px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.our-case-studies-area .case-item .item-content-top {
  position: relative;
  padding: 0 0 30px;
}
.our-case-studies-area .case-item .item-content-top h3 {
  margin-bottom: 15px;
}
.our-case-studies-area .case-item .item-content-top h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-case-studies-area .case-item .item-content-top:after {
  position: absolute;
  content: "";
  left: 25px;
  bottom: -15px;
  width: 0;
  height: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  border-style: solid;
  border-width: 15px 10px 0;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.our-case-studies-area .case-item:hover .item-image:after {
  opacity: 1;
}
.our-case-studies-area .case-item:hover .item-content-bottom h3 a,
.our-case-studies-area .case-item:hover .item-content-top h3 a {
  color: #cb011b;
}
.our-case-studies-area .case-item:hover .item-content-bottom:before,
.our-case-studies-area .case-item:hover .item-content-top:before {
  opacity: 1;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.our-case-studies-area .case-item:hover .item-content-bottom:after,
.our-case-studies-area .case-item:hover .item-content-top:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/*=====  End of Our Case Studies css  ======*/
/*===========================================
=           [28] Our Portfolio css          =
=============================================*/
.our-portfolio-area {
  padding: 110px 0 120px;
}
.our-portfolio-area .no-gutter {
  margin: 0;
}
.our-portfolio-area.layout-space {
  padding: 120px 0 80px;
}
.portfolio-layout-1 .single-item {
  position: relative;
  overflow: hidden;
  margin: 1px;
}
.portfolio-layout-1 .single-item .overlay-dark:after {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
  z-index: 1;
}
.portfolio-layout-1 .single-item .item-content h3 {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45%;
  opacity: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-1 .single-item .item-content h3 a {
  color: #ffffff;
}
.portfolio-layout-1 .single-item .item-content h3 a:hover {
  color: #cb011b;
}
.portfolio-layout-1 .single-item .item-content a.plus-icon {
  background: #cb011b;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: -45px;
  opacity: 0;
  padding: 8px 14px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-1 .single-item:hover .overlay-dark:after {
  opacity: 1;
}
.portfolio-layout-1 .single-item:hover .item-content h3 {
  opacity: 1;
}
.portfolio-layout-1 .single-item:hover .item-content a.plus-icon {
  bottom: 0;
  opacity: 1;
}
.portfolio-layout-2 .single-item {
  margin-bottom: 40px;
}
.portfolio-layout-2 .single-item .item-image {
  position: relative;
  overflow: hidden;
}
.portfolio-layout-2 .single-item .item-image .overlay {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 50%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-2 .single-item .item-image:after {
  background: rgba(3, 23, 34, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-2 .single-item .item-image a.plus-icon {
  background: #cb011b;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: -40px;
  bottom: -40px;
  opacity: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-2 .single-item .item-image img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-layout-2 .single-item .item-content {
  padding-top: 20px;
}
.portfolio-layout-2 .single-item .item-content h3 {
  margin-bottom: 10px;
}
.portfolio-layout-2 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout-2 .single-item:hover .item-image .overlay {
  opacity: 1;
}
.portfolio-layout-2 .single-item:hover .item-image:after {
  opacity: 1;
}
.portfolio-layout-2 .single-item:hover .item-image a.plus-icon {
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio-layout-2 .single-item:hover .item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-layout-2 .single-item:hover .item-content h3 a {
  color: #cb011b;
}
.portfolio-layout-3 .single-item {
  margin-bottom: 40px;
  box-shadow: 0 6px 4px #ccc;
}
.portfolio-layout-3 .single-item .item-image {
  position: relative;
  overflow: hidden;
}
.portfolio-layout-3 .single-item .item-image .overlay {
  background: rgba(3, 23, 34, 0.8);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-3 .single-item .item-image .overlay span {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.portfolio-layout-3 .single-item .item-image .overlay a.plus-icon {
  background: #cb011b;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-3 .single-item .item-content {
  padding: 20px 20px 10px;
  text-align: center;
}
.portfolio-layout-3 .single-item .item-content h3 {
  margin-bottom: 10px;
}
.portfolio-layout-3 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-layout-3 .single-item:hover .item-image .overlay {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.portfolio-layout-3 .single-item:hover .item-content h3 a {
  color: #cb011b;
}
.detail-portfolio-item .item-header {
  margin-top: 30px;
}
.detail-portfolio-item .item-header h2 {
  font-size: 24px;
}
/*=======  End of Our Portfolio css  ========*/
/*============================================
=           [29] Design own site css         =
=============================================*/
.design-own-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 80px;
}
.design-own-area .own-site-content {
  text-align: center;
}
.design-own-area .own-site-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.design-own-area .own-site-content p {
  padding: 0 7%;
}
.design-own-area .own-site-content a.ghost-btn {
  margin-top: 20px;
}
/*=======  End of Design own site css  ========*/
/*==============================================
=           [30] Inner banner title css        =
==============================================*/
.page-title {
  background: url(img/inner-banner.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
.page-title h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.page-title ol.breadcrumb {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.page-title ol.breadcrumb li a {
  color: #c6c6c6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-title ol.breadcrumb li a:hover {
  color: #cb011b;
}
.page-title ol.breadcrumb li.active {
  color: #cb011b;
}
.page-title .breadcrumb > li + li::before {
  content: "- ";
}
/*=====  End of Inner banner title css  ======*/
/*=============================================
=             [31] About page css             =
==============================================*/
.about-page-one-area {
  background: url(img/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: 10% center;
  padding: 120px 0 100px;
}
.about-page-one-area .about-content span {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
}
.about-page-one-area .about-video {
  position: relative;
}
.about-page-one-area .about-video a.video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page-one-area .about-video a.video i {
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 43px;
  color: #cb011b;
}
.about-service-one-area {
  padding: 110px 0 90px;
}
.about-service-one .single-service {
  margin-bottom: 30px;
}
.about-service-one .single-service .item-icon {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 30px;
  padding-right: 20px;
}
.about-service-one .single-service .item-icon i:before {
  font-size: 48px;
  margin-left: 0;
  line-height: 1;
}
.about-service-one .single-service .item-content {
  display: inline;
}
.about-service-one .single-service .item-content h3 a {
  color: #ffffff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.about-service-one .single-service .item-content h3 a:after {
  background: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
/*======  End of About page css  ========*/
/*========================================
=           [32] Service page css        =
=========================================*/
.service-layout-1 {
  padding: 120px 0 80px;
}
.service-layout-1 .single-item {
  margin-bottom: 40px;
}
.service-layout-1 .single-item .item-image {
  overflow: hidden;
  position: relative;
}
.service-layout-1 .single-item .item-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.service-layout-1 .single-item .item-content {
  padding-top: 25px;
}
.service-layout-1 .single-item .item-content h3 {
  margin-bottom: 15px;
}
.service-layout-1 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout-1 .single-item:hover .item-image:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.service-layout-1 .single-item:hover .item-content h3 a {
  color: #cb011b;
}
.service-layout-2 {
  padding: 120px 0 100px;
}
.service-layout-2 .single-item {
  margin-bottom: 40px;
}
.service-layout-2 .single-item .item-image {
  overflow: hidden;
  position: relative;
}
.service-layout-2 .single-item .item-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.service-layout-2 .single-item .item-content h3 {
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.service-layout-2 .single-item .item-content h3:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.service-layout-2 .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout-2 .single-item .item-content a.ghost-btn {
  border: 1px solid #d7d7d7;
  color: #cb011b;
  font-size: 14px;
  margin-top: 20px;
  padding: 12px 20px;
}
.service-layout-2 .single-item .item-content a.ghost-btn i {
  color: #444444;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-layout-2 .single-item .item-content a.ghost-btn:hover {
  border: 1px solid #cb011b;
  color: #ffffff;
}
.service-layout-2 .single-item .item-content a.ghost-btn:hover i {
  color: #ffffff;
}
.service-layout-2 .single-item:hover .item-image:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.service-layout-2 .single-item:hover .item-content h3 a {
  color: #cb011b;
}
.service-layout-3 {
  padding: 120px 0 90px;
}
.service-layout-3 .single-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-layout-3 .single-item .item-content {
  background: rgba(203, 1, 27, 0.8);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-layout-3 .single-item .item-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-layout-3 .single-item .item-content h3 a {
  color: #ffffff;
}
.service-layout-3 .single-item .item-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-layout-3 .single-item .item-content a.btn-flat i {
  padding-left: 10px;
}
.service-layout-3 .single-item .item-content a.item-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-layout-3 .single-item .item-content a.item-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-layout-3 .single-item .item-content a.item-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-layout-3 .single-item:hover .item-content {
  bottom: 100px;
  padding-bottom: 30px;
  padding-top: 20px;
  -moz-transform: scale(1) translateY(101px);
  -webkit-transform: scale(1) translateY(101px);
  -o-transform: scale(1) translateY(101px);
  -ms-transform: scale(1) translateY(101px);
  transform: scale(1) translateY(101px);
}
.service-layout-3 .single-item:hover .item-content a.item-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-layout-3 .single-item:hover .item-content a.item-icon .fa-chevron-circle-up {
  opacity: 0;
}
 
.service-layout-detail .detail-item .item-header {
  margin-top: 30px;
}
.service-layout-detail .detail-item h2 {
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.service-layout-detail .detail-item h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.service-layout-detail .detail-item .monthly-servay {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.service-layout-detail .detail-item .monthly-servay .servay-left {
  flex: 1;
  padding-right: 30px;
}
.service-layout-detail .detail-item .monthly-servay .servay-right {
  flex: 1;
  padding-left: 30px;
}
.service-layout-detail .detail-item .solution {
  margin-top: 30px;
}
.service-layout-detail .detail-item .solution ul.nav-tabs {
  border: 1px solid #d7d7d7;
  border-bottom: none;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li {
  border-bottom: 2px solid #d7d7d7;
  margin-bottom: 0;
  width: 33.333333%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li a {
  border: none;
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li a:hover {
  background: transparent;
  color: #cb011b;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li:hover {
  border-bottom: 2px solid #cb011b;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li.active {
  border-bottom: 2px solid #cb011b;
}
.service-layout-detail .detail-item .solution ul.nav-tabs li.active a {
  color: #cb011b;
}
.service-layout-detail .detail-item .solution .tab-content {
  border: 1px solid #d7d7d7;
  border-top: none;
  padding: 30px;
}
/*=====  End of Service page css  ======*/
/*=======================================
=           [33] Sidebar css            =
========================================*/
.sidebar .sidebar-box {
  margin-bottom: 50px;
}
.sidebar .sidebar-box h2 {
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1;
}
.sidebar .sidebar-box h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-box .ready-to-help {
  background: #cb011b url(img/phone-img.png) no-repeat right bottom;
  padding: 35px;
  color: #ffffff;
}
.sidebar .sidebar-box .ready-to-help h3 {
  color: #ffffff;
  font-size: 20px;
}
.sidebar .sidebar-box .ready-to-help a.ghost-btn {
  background: #ffffff;
  color: #222222;
  margin-top: 15px;
  padding: 12px 20px;
  font-weight: 700;
}
.sidebar .sidebar-box .ready-to-help a.ghost-btn:hover {
  color: #cb011b;
}
.sidebar .sidebar-box .side-testimonial .single-testimonial .testimo-content i {
  color: #d8d8d8;
  font-size: 30px;
  margin-bottom: 12px;
}
.sidebar .sidebar-box .side-testimonial .single-testimonial .testimo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.sidebar .sidebar-box .side-testimonial .single-testimonial .testimo-info .testimo-img {
  padding-right: 20px;
}
.sidebar .sidebar-box .side-testimonial .single-testimonial .testimo-info .testimo-title h3 {
  color: #cb011b;
  font-size: 20px;
  margin-bottom: 0px;
}
.sidebar .sidebar-box .side-testimonial .owl-theme .owl-controls .owl-nav {
  top: -74px;
}
.sidebar .sidebar-box .side-testimonial .owl-theme .owl-controls .owl-nav > div {
  border: none;
  padding: 0;
}
.sidebar .sidebar-box .side-testimonial .owl-theme .owl-controls .owl-nav > div:hover {
  background: transparent;
}
.sidebar .sidebar-box .side-testimonial .owl-theme .owl-controls .owl-nav > div i {
  color: #444444;
}
.sidebar .sidebar-box .download {
  background: #222222;
  padding: 35px;
}
.sidebar .sidebar-box .download h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}
.sidebar .sidebar-box .download h3 span {
  font-weight: 500;
}
.sidebar .sidebar-box .download .button-dow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.sidebar .sidebar-box .download .button-dow a {
  background: #cb011b;
  color: #ffffff;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .download .button-dow a:hover {
  background: #a51c2d;
}
.sidebar .sidebar-box .download .button-dow i {
  color: #555555;
  font-size: 55px;
  padding-left: 20px;
}
.sidebar .sidebar-box .service-menu ul li {
  margin-bottom: 2px;
}
.sidebar .sidebar-box .service-menu ul li a {
  display: block;
  background: #f5f5f5;
  color: #222222;
  padding: 8px 20px;
  line-height: 35px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .service-menu ul li a i {
  color: #cb011b;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .service-menu ul li a:hover {
  background: #cb011b;
  color: #ffffff;
}
.sidebar .sidebar-box .service-menu ul li a:hover i {
  color: #ffffff;
}
.sidebar .sidebar-box .service-menu ul li:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-box .service-menu ul li.active a {
  background: #cb011b;
  color: #ffffff;
}
.sidebar .sidebar-box .service-menu ul li.active a i {
  color: #ffffff;
}
.sidebar .sidebar-box .sidebar-search form input {
  background: transparent;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
  height: 47px;
  padding: 0 8px;
  width: 100%;
}
.sidebar .sidebar-box .sidebar-search form button {
  background: #cb011b;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 18px;
  position: absolute;
  right: 15px;
  font-size: 16px;
}
.sidebar .sidebar-box .menu-sidebar ul li {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.sidebar .sidebar-box .menu-sidebar ul li a {
  display: block;
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .menu-sidebar ul li a i {
  color: #cb011b;
  padding-right: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .menu-sidebar ul li a:hover {
  color: #cb011b;
}
.sidebar .sidebar-box .menu-sidebar ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .sidebar-box .menu-sidebar ul li.active a {
  color: #cb011b;
}
.sidebar .sidebar-box .case-info ul li {
  padding: 10px 0;
}
.sidebar .sidebar-box .case-info ul li span {
  font-size: 16px;
  font-weight: 600;
}
.sidebar .sidebar-box .popular-tag a {
  border: 1px solid #d7d7d7;
  color: #222222;
  display: inline-block;
  font-size: 14px !important;
  letter-spacing: 1px;
  float: left;
  margin: 2px;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 31.5%;
}
.sidebar .sidebar-box .popular-tag a:hover {
  background: #222222;
  color: #ffffff;
}
.sidebar .sidebar-box .recent-post li {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sidebar .sidebar-box .recent-post li h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.sidebar .sidebar-box .recent-post li h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .recent-post li h3 a:hover {
  color: #cb011b;
}
.sidebar .sidebar-box .recent-post li span {
  color: #7d7d7d;
  font-size: 14px;
}
.sidebar .sidebar-box .recent-post li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-target {
  background: #f5f5f5;
  box-shadow: none;
  border: none;
  height: 12px;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-base .noUi-handle {
  background: #cb011b;
  box-shadow: none;
  border: none;
  top: -8px;
  width: 24px;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-base .noUi-handle:before {
  left: 10px;
  top: 7px;
  height: 14px;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-base .noUi-handle:after {
  left: 14px;
  top: 7px;
  height: 14px;
}
.sidebar .sidebar-box .price-range-wrapper .noUi-base .noUi-connect {
  background: #cbcbcb;
  box-shadow: none;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select {
  margin-top: 40px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .pull-left {
  padding-right: 15px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .pull-left .btn-default-black {
  border: none;
  margin-top: 0;
  padding: 8px 14px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .media-body {
  font-size: 16px;
  padding-top: 6px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .title-price {
  float: left;
  font-weight: 700;
  padding-right: 7px;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .price-range-1 {
  float: left;
}
.sidebar .sidebar-box .price-range-wrapper .price-range-select .price-range-2 {
  float: right;
}
.sidebar .sidebar-box .related-product ul li {
  margin-bottom: 15px;
}
.sidebar .sidebar-box .related-product ul li:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-box .related-product .retated-img {
  background: #f5f5f5;
  margin-right: 15px;
  padding: 15px;
}
.sidebar .sidebar-box .related-product .retated-img img {
  width: 70px;
}
.sidebar .sidebar-box .related-product .related-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.sidebar .sidebar-box .related-product .related-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sidebar .sidebar-box .related-product .related-content h3 a:hover {
  color: #cb011b;
}
.sidebar .sidebar-box .related-product .related-content .sprice {
  color: #cb011b;
  font-weight: 600;
}
.sidebar .sidebar-box .related-product .related-content .review {
  margin-top: 10px;
}
.sidebar .sidebar-box .related-product .related-content .review a {
  color: #fea62b;
}
/*========  End of Sidebar css  =========*/
/*========================================
=           [34] Case studies css        =
========================================*/
.case-studies-layout {
  padding: 120px 0 100px;
}
.case-studies-layout .single-item {
  background: #f5f5f5;
  margin-bottom: 30px;
}
.case-studies-layout .single-item .item-image {
  overflow: hidden;
  position: relative;
}
.case-studies-layout .single-item .item-image:after {
  background: rgba(3, 23, 34, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case-studies-layout .single-item .item-content {
  padding: 25px;
  text-align: center;
}
.case-studies-layout .single-item .item-content h3 {
  margin-bottom: 15px;
}
.case-studies-layout .single-item .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.case-studies-layout .single-item:hover .item-image:after {
  opacity: 1;
}
.case-studies-layout .single-item:hover .item-content h3 a {
  color: #cb011b;
}
.case-studies-layout .pagination-wrapper {
  text-align: center;
}
.case-layout-detail {
  padding: 120px 0 120px;
}
.case-layout-detail .detail-item .item-header {
  margin-top: 30px;
}
.case-layout-detail .detail-item h2 {
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.case-layout-detail .detail-item h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
/*=====  End of Case studies css  ======*/
/*=======================================
=              [35] Team css            =
========================================*/
.our-team-area {
  padding: 120px 0 90px;
}
.our-team-area .pagination-wrapper {
  text-align: center;
}
.our-team-area .team-layout-2 {
  padding: 0;
}
.team-layout-1 .single-team {
  margin-bottom: 30px;
  text-align: center;
}
.team-layout-1 .single-team .item-image {
  position: relative;
  overflow: hidden;
}
.team-layout-1 .single-team .item-image a.plus-icon {
  background: #cb011b;
  bottom: -45px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  opacity: 0;
  padding: 8px 14px;
  position: absolute;
  right: -43px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.team-layout-1 .single-team .item-image:after {
  background: rgba(3, 23, 34, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout-1 .single-team .item-content {
  margin-top: 25px;
}
.team-layout-1 .single-team .item-content h3 {
  margin-bottom: 5px;
}
.team-layout-1 .single-team .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-layout-1 .single-team .item-content .position {
  font-size: 16px;
}
.team-layout-1 .single-team .item-content ul.social-icons {
  margin-top: 25px;
  list-style: none;
}
.team-layout-1 .single-team .item-content ul.social-icons li {
  display: inline-block;
}
.team-layout-1 .single-team .item-content ul.social-icons li a {
  border: 1px solid #d7d7d7;
  color: #cb011b;
  display: block;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout-1 .single-team .item-content ul.social-icons li a:hover {
  background: #cb011b;
  border: 1px solid #cb011b;
  color: #ffffff;
}
.team-layout-1 .single-team:hover a.plus-icon {
  bottom: 0;
  right: 0;
  opacity: 1;
}
.team-layout-1 .single-team:hover .item-image:after {
  opacity: 1;
}
.team-layout-1 .single-team:hover .item-content h3 a {
  color: #cb011b;
}
.team-layout-3 .single-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.team-layout-3 .single-item .item-image:after {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#031722), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #031722);
  background-image: -moz-linear-gradient(transparent, #031722), -moz-linear-gradient(transparent, #031722);
  background-image: -o-linear-gradient(transparent, #031722), -o-linear-gradient(transparent, #031722);
  background-image: linear-gradient(transparent, #031722), linear-gradient(transparent, #031722);
  -moz-background-size: 100%;
  background-size: 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-layout-3 .single-item .item-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: auto;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.team-layout-3 .single-item .item-content h3 {
  margin-bottom: 5px;
}
.team-layout-3 .single-item .item-content h3 a {
  color: #ffffff;
}
.team-layout-3 .single-item .item-content .position {
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}
.team-layout-3 .single-item .item-content ul.social-icon {
  padding-top: 10px;
}
.team-layout-3 .single-item .item-content ul.social-icon li {
  display: inline-block;
  margin-right: 3px;
}
.team-layout-3 .single-item .item-content ul.social-icon li a {
  border: 1px solid #d7d7d7;
  color: #cb011b;
  display: block;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-layout-3 .single-item .item-content ul.social-icon li a:hover {
  background: #ffffff;
}
.team-layout-3 .single-item:hover .item-image:after {
  opacity: 1;
}
.team-layout-3 .single-item:hover .item-content {
  bottom: 0;
}
.team-detail-layout .detail-image {
  margin-bottom: 30px;
}
.team-detail-layout .detail-image .image-caption {
  position: relative;
}
.team-detail-layout .detail-image .image-caption h3 {
  background: #002e52;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 22px 5px;
  text-align: center;
  text-transform: uppercase;
}
.team-detail-layout .detail-image .image-caption h3 a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-detail-layout .detail-image .image-caption h3 a:hover {
  color: #cb011b;
}
.team-detail-layout .detail-image ul {
  margin-top: 30px;
}
.team-detail-layout .detail-image ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  color: #222222;
}
.team-detail-layout .detail-image ul li a {
  color: #222222;
}
.team-detail-layout .detail-image ul li i {
  background: #cb011b;
  color: #ffffff;
  font-size: 22px;
  margin-right: 15px;
  line-height: 45px;
  height: 45px;
  width: 45px;
  text-align: center;
}
.team-detail-layout .detail-image ul li:first-child {
  font-size: 26px;
  font-weight: 600;
}
.team-detail-layout .detail-content h2 {
  margin-bottom: 5px;
}
.team-detail-layout .detail-content .position {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.team-detail-layout .detail-content .position:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.team-detail-layout .detail-content ul.social-icon {
  margin-bottom: 30px;
}
.team-detail-layout .detail-content ul.social-icon li {
  display: inline-block;
  margin-right: 3px;
}
.team-detail-layout .detail-content ul.social-icon li a {
  border: 1px solid #d7d7d7;
  color: #cb011b;
  display: block;
  line-height: 38px;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.team-detail-layout .detail-content ul.social-icon li a:hover {
  background: #cb011b;
  border: 1px solid #cb011b;
  color: #ffffff;
}
.team-detail-layout .detail-content .skill-progress {
  overflow: hidden;
  margin-top: 50px;
}
.team-detail-layout .detail-content .skill-progress label {
  font-size: 16px;
  font-weight: 600;
}
.team-detail-layout .detail-content .skill-progress .progress {
  margin: 10px 0 30px;
  position: relative;
  overflow: visible;
}
.team-detail-layout .detail-content .skill-progress .progress .progress-bar {
  box-shadow: none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.team-detail-layout .detail-content .skill-progress .progress .progress-bar span {
  float: right;
  background: #222222;
  margin-top: -30px;
  padding: 2px 3px;
  position: relative;
}
.team-detail-layout .detail-content .skill-progress .progress .progress-bar span:after {
  position: absolute;
  content: "";
  left: 10px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0;
  border-color: #222222 transparent transparent transparent;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
/*=====  End of Team css  ======*/
/*================================
=           [36] News css        =
================================*/
.latest-news-area {
  padding: 120px 0 100px;
}
.latest-news-area .pagination-wrapper {
  text-align: center;
}
.latest-news-area .single-item .item-image {
  position: relative;
  overflow: hidden;
}
.latest-news-area .single-item .item-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.latest-news-area .single-item .item-image:hover:before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.news-layout-1 .single-item {
  margin-bottom: 50px;
}
.news-layout-1 .single-item .item-image .date {
  background: #cb011b;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 25px;
  bottom: 25px;
  padding: 8px 20px;
  text-align: center;
}
.news-layout-1 .single-item .item-image .date span {
  display: block;
}
.news-layout-1 .single-item .item-container {
  padding-top: 30px;
}
.news-layout-1 .single-item .item-container h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-layout-1 .single-item .item-container h3 a:hover {
  color: #cb011b;
}
.news-layout-2 .single-item {
  margin-bottom: 50px;
}
.news-layout-2 .single-item .item-container {
  padding-top: 25px;
}
.news-layout-2 .single-item .item-container h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-layout-2 .single-item .item-container h3 a:hover {
  color: #cb011b;
}
.news-layout-2 .single-item .item-info {
  border-top: 1px solid #d7d7d7;
  margin-top: 15px;
  padding-top: 15px;
}
.news-layout-2 .single-item .item-info ul li {
  display: inline-block;
  margin-right: 20px;
}
.news-layout-2 .single-item .item-info ul li:last-child {
  margin-right: 0;
}
.news-layout-2 .single-item .item-info ul li i {
  color: #cb011b;
  padding-right: 12px;
}
.news-layout-2 .single-item .item-info ul li a {
  color: #444444;
}
.news-layout-2 .single-item .item-info ul li a:hover {
  color: #cb011b;
}
.news-layout-3 .single-item {
  margin-bottom: 50px;
}
.news-layout-3 .single-item .item-container {
  padding-top: 25px;
}
.news-layout-3 .single-item .item-container h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-layout-3 .single-item .item-container h3 a:hover {
  color: #cb011b;
}
.news-layout-3 .single-item .item-container .btn-default-black {
  margin-top: 18px;
}
.news-layout-3 .single-item .item-info ul li {
  display: inline-block;
  margin-right: 20px;
}
.news-layout-3 .single-item .item-info ul li:last-child {
  margin-right: 0;
}
.news-layout-3 .single-item .item-info ul li i {
  color: #cb011b;
  padding-right: 12px;
}
.news-layout-3 .single-item .item-info ul li a {
  color: #444444;
}
.news-layout-3 .single-item .item-info ul li a:hover {
  color: #cb011b;
}
.news-details-layout .item-img-holder {
  margin-bottom: 30px;
}
.news-details-layout .item-header ul.item-info {
  margin-bottom: 25px;
}
.news-details-layout .item-header ul.item-info li {
  display: inline-block;
  margin-right: 20px;
}
.news-details-layout .item-header ul.item-info li:last-child {
  margin-right: 0;
}
.news-details-layout .item-header ul.item-info li i {
  color: #cb011b;
  padding-right: 12px;
}
.news-details-layout .item-header ul.item-info li a {
  color: #444444;
}
.news-details-layout .item-header ul.item-info li a:hover {
  color: #cb011b;
}
.news-details-layout .item-header h2 {
  font-size: 24px;
}
.news-details-layout .item-links {
  border-top: 1px solid #d7d7d7;
  margin-top: 50px;
  padding-top: 50px;
}
.news-details-layout .item-links ul.item-tags {
  float: left;
}
.news-details-layout .item-links ul.item-tags span {
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.news-details-layout .item-links ul.item-tags li {
  display: inline-block;
  margin-right: 5px;
}
.news-details-layout .item-links ul.item-tags li a {
  color: #444444;
}
.news-details-layout .item-links ul.item-tags li a:hover {
  color: #cb011b;
}
.news-details-layout .item-links ul.item-social {
  float: right;
}
.news-details-layout .item-links ul.item-social li {
  display: inline-block;
  margin: 0 3px;
}
.news-details-layout .item-links ul.item-social li a i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
}
.news-details-layout .item-links ul.item-social li a i.fa-facebook {
  background: #3b5998;
}
.news-details-layout .item-links ul.item-social li a i.fa-twitter {
  background: #00aced;
}
.news-details-layout .item-links ul.item-social li a i.fa-linkedin {
  background: #276cca;
}
.news-details-layout .item-links ul.item-social li a i.fa-google-plus {
  background: #e94a0b;
}
.news-details-layout .item-links ul.item-social li a i:hover {
  opacity: 0.8;
}
.news-details-layout .item-comments {
  margin-top: 50px;
}
.news-details-layout .item-comments h2 {
  font-size: 24px;
}
.news-details-layout .item-comments .item-author {
  background: #f5f5f5;
  padding: 30px 30px 10px;
}
.news-details-layout .item-comments .item-author .pull-left {
  padding-right: 25px;
}
.news-details-layout .item-comments .item-author .media-body h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.news-details-layout .item-comments .item-author .media-body .position {
  color: #646464;
  display: block;
  margin-bottom: 15px;
}
.news-details-layout .item-comments .item-comments-list {
  margin-top: 50px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list {
  padding-top: 20px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li {
  margin-bottom: 50px;
  overflow: hidden;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-image {
  float: left;
  padding-right: 20px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-name {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-date {
  color: #646464;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-reply {
  background: #cb011b;
  padding: 2px 10px 3px;
  float: right;
  font-size: 14px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-reply a {
  color: #ffffff;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
  background: #a51c2d;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li p {
  padding-top: 20px;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li:last-child {
  margin-bottom: 0;
}
.news-details-layout .item-comments .item-comments-list ul.comments-list li.odd {
  margin-left: 50px;
}
.news-details-layout .item-comments .item-comments-form {
  border-top: 1px solid #d7d7d7;
  margin-top: 50px;
  padding-top: 50px;
}
.news-details-layout .item-comments .item-comments-form .comments-form {
  padding-top: 20px;
}
.news-details-layout .item-comments .item-comments-form .comments-form .form-group {
  margin-bottom: 20px;
}
.news-details-layout .item-comments .item-comments-form .comments-form .form-group .form-control {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.news-details-layout .item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}
.news-details-layout .item-comments .item-comments-form .ghost-btn {
  border: none;
  background: #cb011b;
  color: #ffffff;
  padding: 16px 30px;
}
.news-details-layout .item-comments .item-comments-form .ghost-btn:hover {
  background: #a51c2d;
}
/*=======  End of News css  ========*/
/*===================================
=           [37] Contact css        =
===================================*/
.contact-area {
  padding: 110px 0 120px;
}
.contact-area h2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.contact-area h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 50px;
}
.contact-area .contact-info ul {
  margin-top: 40px;
}
.contact-area .contact-info ul li {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
}
.contact-area .contact-info ul li:nth-child(odd) {
  width: 60%;
}
.contact-area .contact-info ul li:nth-child(even) {
  width: 39%;
}
.contact-area .contact-info ul li i {
  color: #cb011b;
  font-size: 20px;
  padding-right: 10px;
}
.contact-area .contact-form fieldset {
  padding-top: 5px;
}
.contact-area .contact-form .form-group {
  margin-bottom: 5px;
}
.contact-area .contact-form .form-group .form-control {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.contact-area .contact-form .form-group input {
  height: 40px;
}
.contact-area .contact-form .margin-bottom-none {
  margin-bottom: 0;
}
.contact-area .btn-default-black {
  border: none;
  font-size: 15px;
  padding: 20px 40px;
}
/*=====  End of Contact css  ======*/
/*==================================
=           [38] Faqs css          =
===================================*/
.faqs-area {
  padding: 120px 0 100px;
}
.faq-accordion .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq-accordion .panel-default .panel-heading {
  background: transparent;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 14px 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-accordion .panel-default .panel-heading .panel-title {
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.faq-accordion .panel-default .panel-heading .panel-title .accordion-toggle {
  display: block;
}
.faq-accordion .panel-default .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 20px;
}
.faq-accordion .panel-default .panel-heading.active,
.faq-accordion .panel-default .panel-heading:hover {
  background: #cb011b;
}
.faq-accordion .panel-default .panel-heading.active .panel-title,
.faq-accordion .panel-default .panel-heading:hover .panel-title {
  color: #ffffff;
}
.faq-accordion .panel-default .panel-heading.active .panel-title .accordion-toggle:after,
.faq-accordion .panel-default .panel-heading:hover .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 20px;
}
.faq-accordion .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 20px;
}
/*========  End of Faqs css  =========*/
/*=====================================
=           [39] 404 Error css        =
=====================================*/
.error-area {
  background: #cb011b;
  padding: 120px 0;
}
.error-top-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
.error-top-wrapper img {
  display: inline-block;
}
.error-bottom-wrapper {
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.error-bottom-wrapper h2 {
  color: #ffffff;
}
.error-bottom-wrapper a.error-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 20px 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.error-bottom-wrapper a.error-btn:hover {
  background: #ffffff;
  color: #cb011b;
}
/*=====  End of 404 Error css  ======*/
/*====================================
=         [40] Shop Category css     =
======================================*/
.online-shop-area {
  padding: 120px 0 100px;
}
.online-shop-area .pagination-wrapper {
  text-align: center;
}
.online-shop-category .online-header .pager-area {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.online-shop-category .online-header .pager-area .pager-left-area h3 {
  margin-bottom: 0;
  text-align: left;
}
.online-shop-category .online-header .pager-area .pager-right-area .shor-list {
  display: inline-block;
}
.online-shop-category .online-header .pager-area .pager-right-area .shor-list select {
  border: 1px solid #d7d7d7;
  color: #222222;
  padding: 9px 20px;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode {
  float: right;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li {
  display: inline-block;
  margin-left: 5px;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
  border: 1px solid #d7d7d7;
  color: #444444;
  font-size: 19px;
  display: block;
  padding: 7px 14px;
}
.online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li.active a {
  border: 1px solid #cb011b;
  background: #cb011b;
  color: #ffffff;
}
.online-shop-category .category-product-grid {
  margin-top: 50px;
}
.online-shop-category .category-product-grid .single-item {
  margin-bottom: 30px;
}
.online-shop-category .category-product-grid .single-item .product-image {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.online-shop-category .category-product-grid .single-item .product-image .product-info {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.online-shop-category .category-product-grid .single-item .product-image .product-info ul li {
  display: inline-block;
}
.online-shop-category .category-product-grid .single-item .product-image .product-info ul li a {
  background: #cb011b;
  color: #ffffff;
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.online-shop-category .category-product-grid .single-item .product-image:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.online-shop-category .category-product-grid .single-item .product-content {
  margin-top: 20px;
}
.online-shop-category .category-product-grid .single-item .product-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.online-shop-category .category-product-grid .single-item .product-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.online-shop-category .category-product-grid .single-item .product-content h3 a:hover {
  color: #cb011b;
}
.online-shop-category .category-product-grid .single-item .product-content .product-price {
  color: #cb011b;
  font-size: 20px;
  font-weight: 600;
}
.online-shop-category .category-product-grid .single-item .product-content .add-cart {
  display: block;
  margin-top: 20px;
}
.online-shop-category .category-product-grid .single-item .product-content .add-cart a {
  margin-top: 0;
}
.online-shop-category .category-product-grid .single-item:hover .product-image .product-info {
  top: 50%;
  opacity: 1;
}
.online-shop-category .category-product-grid .single-item:hover .product-image:after {
  opacity: 1;
}
.online-shop-category .category-product-list {
  margin-top: 50px;
}
.online-shop-category .category-product-list .single-item {
  margin-bottom: 40px;
}
.online-shop-category .category-product-list .single-item .product-image {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.online-shop-category .category-product-list .single-item .product-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.online-shop-category .category-product-list .single-item .product-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.online-shop-category .category-product-list .single-item .product-content h3 {
  margin-bottom: 5px;
}
.online-shop-category .category-product-list .single-item .product-content h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.online-shop-category .category-product-list .single-item .product-content h3 a:hover {
  color: #cb011b;
}
.online-shop-category .category-product-list .single-item .product-content .product-price {
  display: block;
  color: #cb011b;
  font-size: 20px;
  font-weight: 600;
}
.online-shop-category .category-product-list .single-item .product-content .product-short-description {
  padding: 30px 0 10px;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action {
  margin-top: 38px;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li {
  border: 1px solid #d7d7d7;
  display: inline-block;
  margin-right: 5px;
  padding: 12px 18px;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li a {
  color: #cb011b;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li.add-cart {
  background: #222222;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li.add-cart a {
  color: #ffffff;
}
.online-shop-category .category-product-list .single-item .product-content .product-list-action ul li.add-cart:hover {
  background: #cb011b;
}
/*=====  End of Shop Category css  ======*/
/*========================================
=           [41] Shop Details css        =
=========================================*/
.single-shop-area {
  padding: 120px 0;
}
.product-details .details-image .tab-content {
  background: #f5f5f5;
  padding: 40px;
  text-align: center;
}
.product-details .details-image .single-product-tab {
  margin-top: 20px;
}
.product-details .details-image .single-product-tab ul {
  border: none;
}
.product-details .details-image .single-product-tab ul li {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 33.333333%;
}
.product-details .details-image .single-product-tab ul li a {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
  padding: 10px;
}
.product-details .details-image .single-product-tab ul li a img {
  width: 60px;
}
.product-details .details-image .single-product-tab ul li.active a {
  background: transparent;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0.5;
}
.product-details .details-image .single-product-tab ul li:last-child a {
  margin-right: 0;
}
.product-details .detail-content h2 {
  margin-bottom: 10px;
}
.product-details .detail-content .regular-price {
  display: block;
  color: #cb011b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-details .detail-content .sku {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
}
.product-details .detail-content .detail-short-des {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  font-size: 14px;
  margin: 30px 0;
  padding: 30px 0 10px;
}
.product-details .detail-content .product-cart-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.product-details .detail-content .product-cart-counter .detail-cart {
  display: inline-block;
}
.product-details .detail-content .product-cart-counter .detail-cart a {
  background: #222222;
  color: #ffffff;
  font-weight: 600;
  margin-right: 10px;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-details .detail-content .product-cart-counter .detail-cart a:hover {
  background: #cb011b;
}
.product-details .detail-content .product-cart-counter .input-group {
  display: inline-block;
}
.product-details .detail-content .product-cart-counter .input-group input {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  height: 50px;
  width: 60px;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical {
  float: left;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default {
  display: block;
  border: 1px solid #d7d7d7;
  border-left: none;
  color: #cb011b;
  margin: 0;
  padding: 0px 7px;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default i {
  padding-left: 0;
}
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default:active,
.product-details .detail-content .product-cart-counter .input-group-btn-vertical .btn-default:focus {
  background: transparent;
  box-shadow: none;
}
.product-details .detail-content .product-category {
  margin-top: 20px;
}
.product-details .detail-content .product-category span {
  font-weight: 600;
}
.product-details .detail-content .product-tag {
  margin-top: 5px;
}
.product-details .detail-content .product-tag span {
  font-weight: 600;
}
.review {
  margin-bottom: 10px;
}
.review a {
  color: #fea62b;
}
.review a.inactive {
  color: #444444;
}
.review p {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
}
.product-overview-area {
  margin-top: 60px;
}
.product-overview-area .tabbable {
  border: 1px solid #d7d7d7;
}
.product-overview-area ul.nav-tabs {
  border: none;
}
.product-overview-area ul.nav-tabs li a {
  background: #f5f5f5;
  color: #222222;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  padding: 16px 30px;
  text-transform: uppercase;
}
.product-overview-area ul.nav-tabs li.active a {
  background: transparent;
  color: #cb011b;
  border: none;
}
.product-overview-area .tab-content {
  padding: 30px;
}
.related-product-area {
  margin-top: 60px;
}
.related-product-area .single-item .item-image {
  background: #f5f5f5;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.related-product-area .single-item .item-image img {
  width: inherit;
  display: inline-block;
}
.related-product-area .single-item .item-image .product-info {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.related-product-area .single-item .item-image .product-info ul li {
  display: inline-block;
}
.related-product-area .single-item .item-image .product-info ul li a {
  background: #cb011b;
  color: #ffffff;
  display: block;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.related-product-area .single-item .item-image:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.related-product-area .single-item .item-content {
  margin-top: 20px;
}
.related-product-area .single-item .item-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.related-product-area .single-item .item-content h3 a {
  color: #222222;
}
.related-product-area .single-item .item-content .product-price {
  display: block;
  color: #cb011b;
  font-size: 20px;
  font-weight: 600;
}
.related-product-area .single-item .item-content .add-cart {
  display: inline-block;
  margin-top: 20px;
}
.related-product-area .single-item .item-content .add-cart .btn-default-black {
  margin-top: 0;
}
.related-product-area .single-item:hover .item-image .product-info {
  top: 50%;
  opacity: 1;
}
.related-product-area .single-item:hover .item-image:after {
  opacity: 1;
}
/*=====  End of Shop Details css  ======*/
/*========================================
=           [42] Cart chekout css        =
=========================================*/
.cart-page-area {
  padding: 120px 0;
}
.cart-page-area .cart-page-top {
  margin-bottom: 45px;
  border: 1px solid #d7d7d7;
  padding: 0 0 10px;
}
.cart-page-area .cart-page-top table {
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.cart-page-area .cart-page-top table .cart-form-heading {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px;
}
.cart-page-area .cart-page-top table tr td {
  vertical-align: middle!important;
  border-right: 1px solid #d7d7d7;
}
.cart-page-area .cart-page-top table tr td:last-child {
  border-right: 0;
}
.cart-page-area .cart-page-top table tr td h3 {
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 15px;
}
.cart-page-area .cart-page-top table tr td h3 a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td h3 a:hover {
  color: #cb011b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr td a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr .cart-img-holder {
  width: 12%;
}
.cart-page-area .cart-page-top table tr .cart-img-holder img {
  background: #ececec;
  padding: 20px;
}
.cart-page-area .cart-page-top table tr .amount {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder {
  margin: 0 auto;
  position: relative;
  width: 130px;
  top: -15px;
  z-index: 2;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder input {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  border-radius: 0;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical button {
  border-radius: 0;
  position: absolute;
  z-index: 3;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical .quantity-plus {
  left: 0;
}
.cart-page-area .cart-page-top table tr .quantity .quantity-holder .input-group-btn-vertical .quantity-minus {
  right: 0;
}
.cart-page-area .cart-page-top table tr .dismiss {
  text-align: center;
}
.cart-page-area .cart-page-top table tr .dismiss a i {
  color: #cb011b;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top table tr .dismiss a:hover i {
  color: #ff0000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-page-area .cart-page-top .update-button {
  text-align: right;
  padding-right: 10px;
}
.cart-page-area .ghost-btn {
  padding: 12px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.cart-page-area .cart-page-bottom-left {
  border: 1px solid #d7d7d7;
  padding: 30px;
}
.cart-page-area .cart-page-bottom-left h2 {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
}
.cart-page-area .cart-page-bottom-left input {
  width: 60%;
  margin-right: 15px;
  height: 50px;
  padding: 5px 10px;
}
.cart-page-area .cart-page-bottom-left button {
  margin-left: -5px;
}
.cart-page-area .cart-page-bottom-right {
  border: 1px solid #d7d7d7;
  padding: 30px;
}
.cart-page-area .cart-page-bottom-right h2 {
  color: #222222;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 20px;
}
.cart-page-area .cart-page-bottom-right h3 {
  color: #222222;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 2px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-page-area .cart-page-bottom-right h3 span {
  float: right;
}
.cart-page-area .cart-page-bottom-right .proceed-button {
  text-align: right;
  margin-top: 20px;
}
.checkout-page-area {
  padding: 120px 0;
}
.checkout-page-area .checkout-page-top {
  padding: 15px;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
}
.checkout-page-area .checkout-page-top p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.checkout-page-area .checkout-page-top p a {
  color: #222222;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.checkout-page-area .checkout-page-top p a:hover {
  color: #cb011b;
}
.checkout-page-area .checkout-page-top p i {
  margin-right: 5px;
  font-size: 16px;
  color: #cb011b;
}
.checkout-page-area .billing-details-area {
  margin-bottom: 30px;
}
.checkout-page-area .billing-details-area label {
  letter-spacing: 1px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.checkout-page-area .billing-details-area input {
  height: 40px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.checkout-page-area .billing-details-area span {
  color: #333333;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.checkout-page-area .billing-details-area span input {
  height: inherit;
  margin-right: 10px;
}
.checkout-page-area .billing-details-area span.creat-account {
  font-weight: 600;
}
.checkout-page-area .billing-details-area .custom-select select {
  width: 100%;
  height: 40px;
}
.checkout-page-area .billing-details-area .select2-container .select2-selection--single {
  height: 40px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: 1px solid #d7d7d7;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-dropdown {
  border: 1px solid #cb011b !important;
}
.checkout-page-area .billing-details-area .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #cb011b !important;
  color: red;
  font-weight: 600;
}
.checkout-page-area .ship-to-another-area h2 span {
  margin-left: 15px;
}
.checkout-page-area .ship-to-another-area label {
  letter-spacing: 2px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  margin-left: 6px;
}
.checkout-page-area .ship-to-another-area textarea {
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}
.checkout-page-area .ship-to-another-area textarea:focus {
  border-color: #d7d7d7 !important;
}
.checkout-page-area .order-sheet {
  margin-bottom: 45px;
  padding: 30px 35px;
  border: 1px solid #d7d7d7;
}
.checkout-page-area .order-sheet h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
}
.checkout-page-area .order-sheet ul li {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.checkout-page-area .order-sheet ul li span {
  float: right;
}
.checkout-page-area .order-sheet h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.checkout-page-area .order-sheet h3:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.checkout-page-area .order-sheet h3 span {
  float: right;
}
.checkout-page-area .payment-option {
  border: 1px solid #d7d7d7;
  padding-top: 30px;
  margin-bottom: 50px;
}
.checkout-page-area .payment-option .form-group {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}
.checkout-page-area .payment-option .form-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.checkout-page-area .payment-option span {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
}
.checkout-page-area .payment-option span input {
  margin-right: 20px;
}
.checkout-page-area .payment-option p {
  padding: 0 64px;
  margin-bottom: 0;
}
.checkout-page-area .place-order .btn-default-big {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 30px;
}
/*=====  End of Cart chekout css  ======*/
/*=======================================
=            Price Table css            =
=======================================*/
.pricing-plan-area {
  background: #cb011b;
  padding: 35px 10px;
}
.pricing-plan-area .section-title h2 {
  color: #ffffff;
}
.pricing-plan-area .section-title h2:after {
  background: #ffffff;
}
.price-table-box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #ffffff;
  text-align: center;
  padding: 25px 0 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box > span {
  text-transform: uppercase;
  color: #222222;
  display: block;
  letter-spacing: 8px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box h3 {
     color: #cb011b;
    font-size: 18px;
    font-weight: 600;
margin-top:15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}
.price-table-box h3 span {
  color: #a4a4a4;
  font-size: 18px;
  font-weight: 400;
}
.price-table-box img{border-radius:100%;}
.price-table-box ul {
  margin-bottom: 50px;
}
.price-table-box ul li {
  color: #222222;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box ul li:last-child {
  margin-bottom: 0;
}
.frip-box img {
    padding: 0px;
}
.frip-box img:hover {
-moz-box-shadow: 0 0 30px #ccc;
		-webkit-box-shadow: 0 0 30px #ccc;
		box-shadow: 0 0 30px #ccc;
}
/* .text-center { */
    /* text-align: center; */
    /* font-size: 12px; */
    /* padding: 20px; */
    /* background: #cb011b; */
    /* min-height: 50px; */
    /* font-weight: bold; */
    /* margin: 0px; */
    /* min-height: 80px; */
    /* text-transform: uppercase; */
    /* color: #fff; */
    /* font-size: 18px; */
/* } */
.price-table-box a.btn-price-button {
  border: 2px solid #cb011b;
  color: #cb011b;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 35px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.price-table-box a.btn-price-button:hover {
  background: #cb011b;
  color: #ffffff;
}
.price-table-box:hover {
  -webkit-transform: translateY(-2%);
  -moz-transform: translateY(-2%);
  -ms-transform: translateY(-2%);
  -o-transform: translateY(-2%);
  transform: translateY(-2%);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}
/*=====  End of Price Table css  ======*/
/*=======================================
=           [43] Responsive css         =
========================================*/
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-top-right > li {
    margin-right: 5px;
  }
  .main-menu-area nav > ul > li > a {
    padding: 0 8px;
  }
  .menu-two-style .main-menu-area nav > ul > li > a,
  .menu-four-style .main-menu-area nav > ul > li > a {
    padding: 0 12px;
  }
  .header-three-style .container-fluid,
  .header-six-style .container-fluid {
    padding-left: 15px;
    padding-right: 30px;
  }
  .header-address li {
    font-size: 16px;
    padding: 0 5px;
  }
  .header-three-style .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega,
  .header-six-style .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
    left: -25%;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    margin: 0 auto;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 30px;
    text-align: center;
  }
  .our-partner .owl-controls .owl-nav .owl-prev,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  .our-partner .owl-controls .owl-nav .owl-next,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 18px;
  }
  .asked-question-one-area .asked-accordion {
    padding: 90px 0;
  }
  .asked-question-one-area .asked-accordion .asked-descrip {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
    display: inherit;
    padding: 60px 0;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .people-image img {
    min-height: 446px;
  }
  .people-choose-services .people-choose-content {
    padding-right: 0;
  }
  .request-call-two-area .request-image img {
    min-height: 444px;
  }
  .request-call-two-area .request-title p {
    display: none;
  }
  .service-three-area .single-item .single-service {
    padding: 70px 40px 50px;
  }
  .service-four-area .feature-left-content > h2 {
    font-size: 24px;
  }
  .service-four-area .single-feature-item .feature-content {
    bottom: -125px;
  }
  .design-own-area .own-site-content p {
    padding: 0 3%;
  }
  .service-slider-three-area .single-feature-slide .feature-slide-img img {
    width: calc(118%);
  }
  .section-title p {
    width: 70%;
  }
  .service-slider-six-area .section-title-center p {
    width: 80%;
  }
  .service-slider-six-area .single-feature-slide h3 {
    font-size: 20px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(126%);
  }
  .service-slider-one-area .single-feature-slide .feature-slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .latest-news-one-area .single-news .item-info .favourite {
    margin-right: 5px;
  }
  .team-layout-3 .single-item .item-content {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .sidebar .sidebar-box .download {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .download .button-dow i {
    font-size: 40px;
  }
  .sidebar .sidebar-box .popular-tag a {
    width: 30.5%;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 50px;
  }
}
/* Tablet desktop :768px. */

@media (min-width: 768px) {
    
.image {
	position:relative;
    width: 60%;
	height:100%;
	max-height: 80px;
    float: left;
    border-right: 1px solid #c1bcbc;
    padding: 10px;
	
}
.bg-gray1{ background: #ece9e6;}
    .image h3{
		/* position:absolute; */
		/* top:35%; */
		/* left:25%; */
		text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0px;
	}
	
	.hgt{ height:136px !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-bar .top-address ul li {
    margin-right: 10px;
  }
  .header-top-bar .top-social-link ul li {
    padding-left: 3px;
  }
  .main-menu-area nav > ul > li > a {
    font-size: 14px;
    line-height: 70px;
    padding: 0 5px;
  }
  .logo-area {
    height: 70px;
  }
  .header-address li {
    font-size: 15px;
    padding: 0 5px;
  }
  .header-address li i {
    width: 15px;
  }
  .header-address li span {
    padding-left: 15px;
  }
  .menu-two-style .main-menu-area nav > ul > li > a,
  .menu-four-style .main-menu-area nav > ul > li > a {
    padding: 0 10px;
  }
  .header-three-style .container-fluid,
  .header-six-style .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-one-style .main-menu-area nav > ul > li .rt-dropdown-mega,
  .header-five-style .main-menu-area nav > ul > li .rt-dropdown-mega,
  .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
    left: auto;
  }
  .menu-two-style .main-menu-area nav > ul > li .rt-dropdown-mega {
    left: -15px;
  }
  .menu-two-style.stick::before {
    width: 100%;
  }
  .menu-two-style.stick::after {
    width: auto;
  }
  .slide-3 .s-tb-c .container,
  .slide-5 .s-tb-c .container {
    margin-top: 80px;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 20px;
    text-align: center;
  }
  .team-layout-2 .single-item .item-content h3 {
    font-size: 18px;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 20px;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 0;
  }
  .banner-one-area .banner-content h2 {
    font-size: 30px;
  }
  .asked-question-one-area,
  .request-call-two-area .request-form-wrapper {
    display: inherit;
  }
  .asked-question-one-area .asked-image,
  .asked-question-one-area .asked-question,
  .request-call-two-area .request-image,
  .request-call-two-area .request-form-wrapper {
    width: inherit;
  }
  .asked-question-one-area .asked-accordion {
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .our-partner .owl-controls .owl-nav .owl-prev,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -20px;
  }
  .our-partner .owl-controls .owl-nav .owl-next,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
    right: -20px;
  }
  .request-call-one-area .request-form {
    width: 90%;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
  }
  .people-choose-services {
    display: inherit;
  }
  .people-choose-services .choose-services,
  .people-choose-services .people-image {
    width: 100%;
  }
  .people-choose-services .people-choose-content {
    padding: 90px 0;
  }
  .left-tab-style {
    padding-bottom: 100px;
  }
  .section-title p,
  .service-slider-six-area .section-title-center p {
    width: 80%;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(120%);
  }
  .our-expert-advisor .single-expert .item-content {
    flex: inherit;
    padding: 40px 0;
  }
  .request-call-two-area {
    display: inherit;
  }
  .request-call-two-area .request-form {
    padding: 90px 0;
  }
  .request-call-two-area .request-form .request-title,
  .request-call-two-area .request-form-select {
    padding-left: 0;
  }
  .service-three-area .single-item .single-service {
    padding: 50px 20px 30px;
  }
  .expert-people-area .single-item .item-image,
  .team-layout-2 .single-item .item-image {
    max-width: 120px;
  }
  .service-four-area .feature-left-content {
    margin-bottom: 30px;
  }
  .service-five-area .section-title-center h2 {
    font-size: 26px;
  }
  .testimonial-two-area .single-testimonial {
    width: 80%;
  }
  .service-slider-one-area .single-feature-slide .feature-slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-service-one .single-service .item-icon {
    padding-right: 15px;
  }
  .about-service-one .single-service .item-content h3 {
    font-size: 20px;
  }
  .page-title {
    padding: 70px 0;
  }
  .team-detail-layout .detail-image ul li {
    font-size: 15px;
  }
  .team-detail-layout .detail-image ul li:first-child {
    font-size: 22px;
  }
  .sidebar .sidebar-box .download {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .download .button-dow i {
    font-size: 35px;
    padding-left: 10px;
  }
  .sidebar .sidebar-box .download h3 {
    font-size: 18px;
  }
  .sidebar .sidebar-box .download .button-dow a {
    padding: 10px;
    font-size: 12px;
  }
  .sidebar .sidebar-box .ready-to-help {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .ready-to-help a.ghost-btn {
    padding: 12px;
  }
  .faq-accordion .panel-default .panel-heading .panel-title {
    font-size: 16px;
  }
  .sidebar .sidebar-box .popular-tag a {
    width: 47%;
  }
  .online-shop-category .online-header .pager-area .pager-left-area h3 {
    font-size: 19px;
  }
  .online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
    padding: 6px 5px;
  }
  .sidebar .sidebar-box .related-product .retated-img {
    margin-right: 10px;
    padding: 8px;
  }
  .sidebar .sidebar-box .related-product .retated-img img {
    width: 50px;
  }
  .product-details .details-image .single-product-tab ul li a img {
    width: 36px;
  }
  .contact-area .contact-info ul li:nth-child(odd),
  .contact-area .contact-info ul li:nth-child(even) {
    width: inherit;
  }
  .contact-area .contact-info ul li {
    display: block;
  }
  .banner-one-area .banner-content h2 span {
    font-size: 36px;
  }
  .counter-area .counter-title h2 {
    font-size: 40px;
  }
  .cart-page-area .cart-page-top table tr .cart-img-holder img {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  header {
    display: none;
  }
    .image {   
    float: left;
    border-right: none;
    padding: 10px;
}
  .slider-area {
    margin-top: 89px;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 26px;
    line-height: 1.1;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 20px;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round {
    font-size: 14px;
    padding: 10px 20px;
  }
  .sidebar {
    margin-top: 70px;
  }
  .waste-time-area,
  .waste-time-area .waste-time-button {
    text-align: center;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 24px;
  }
  .about-one-area .about-image {
    text-align: center;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .asked-question-one-area {
    display: inherit;
  }
  .asked-question-one-area .asked-image,
  .asked-question-one-area .asked-question {
    width: inherit;
  }
  .asked-question-one-area .asked-accordion {
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
  }
  .people-choose-services {
    display: inherit;
  }
  .people-choose-services .choose-services,
  .people-choose-services .people-image {
    width: 100%;
  }
  .people-choose-services .people-choose-content {
    padding: 90px 0;
  }
  .request-call-two-area,
  .request-call-two-area .request-form-wrapper {
    display: inherit;
  }
  .request-call-two-area .request-form {
    padding: 90px 0;
  }
  .request-call-two-area .request-form .request-title,
  .request-call-two-area .request-form-select {
    padding-left: 0;
  }
  .request-call-two-area .request-form-wrapper {
    width: inherit;
  }
  .request-call-two-area .request-image {
    width: inherit;
  }
  .banner-one-area .banner-content h2 {
    font-size: 26px;
  }
  .banner-one-area .banner-content h2 span {
    font-size: 30px;
  }
  .request-call-one-area .request-form {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-bottom-area .footer-box .footer-social,
  .footer-bottom-area .footer-box .useful-link {
    margin-bottom: 50px;
  }
  .latest-news-one-area .single-news .item-image img {
    width: calc(124%);
  }
  .left-tab-style .tabs-left .nav-tabs {
    float: inherit;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .section-title p,
  .service-slider-six-area .section-title-center p {
    width: 95%;
  }
  .our-expert-advisor .single-expert {
    display: inherit;
    margin-right: 0;
  }
  .our-expert-advisor .single-expert .item-content {
    margin: 0;
    padding: 30px;
  }
  .our-expert-advisor .single-expert::after {
    border: none;
    position: inherit;
  }
  .service-three-area .single-item .single-service {
    box-shadow: 0 -1px 0 0 #d8d8d8;
    padding-right: 40px;
    padding-left: 40px;
  }
  .asked-question-two-area .row {
    display: inherit;
  }
  .asked-question-two-area .asked-accordion {
    padding: 70px 0 120px;
  }
  .asked-question-two-area .asked-image {
    text-align: center;
  }
  .asked-question-two-area .asked-image img {
    display: inline-block;
  }
  .service-four-area .feature-left-content {
    margin-bottom: 30px;
  }    
  .testimonial-two-area .single-testimonial {
    width: inherit;
  }
  .service-one-area,
  .our-team-area,
  .service-layout-3,
  .pricing-plan-area {
    padding: 90px 0 60px;
  }
  .about-one-area {
    padding-top: 90px;
  }
  .request-call-one-area,
  .asked-question-two-area .asked-accordion {
    padding-bottom: 90px;
  }
  .service-slider-one-area,
  .weekly-financial-report,
  .expert-advisor-slider-area,
  .our-expert-advisor,
  .service-slider-two-area,
  .our-portfolio-area,
  .service-four-area,
  .design-own-area,
  .service-slider-three-area,
  .our-expert-slider-area,
  .service-slider-five-area,
  .our-expert-member-slider-area,
  .service-slider-six-area,
  .about-page-one-area,
  .our-portfolio-area,
  .contact-area {
    padding: 80px 0 90px;
  }
  .testimonial-one-area,
  .latest-news-one-area,
  .testimonial-two-area,
  .footer-bottom-area {
    padding:  10px 0;
  }
  .left-tab-style,
  .financial-analysis-area,
  .request-call-three-area,
  .service-layout-detail,
  .error-area,
  .latest-news-area,
  .online-shop-area,
  .single-shop-area,
  .checkout-page-area,
  cart-page-area {
    padding: 90px 0;
  }
  .service-two-area {
    padding: 80px 0 40px;
  }
  .counter-area,
  .our-case-studies-area,
  .expert-people-area,
  .team-layout-2,
  .service-five-area,
  .service-six-area,
  .about-service-one-area {
    padding: 80px 0 60px;
  }
  .our-portfolio-area.layout-space,
  .service-layout-1 {
    padding: 90px 0 50px;
  }
  .service-layout-2,
  .case-studies-layout,
  .case-layout-detail,
  .faqs-area {
    padding: 90px 0 70px;
  }
  .request-form-select > fieldset > div {
    padding: 0;
  }
  .counter-area .counter-title h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(118%);
  }
  .service-layout-2 .single-item .item-content {
    margin-top: 30px;
  }
  .faq-accordion .panel-default .panel-heading .panel-title {
    font-size: 16px;
  }
  .error-bottom-wrapper {
    width: 65%;
  }
  .news-layout-3 .single-item .item-info {
    margin-top: 30px;
  }
  .news-details-layout .item-comments .item-comments-list ul.comments-list li.odd {
    margin-left: 0;
  }
  .online-shop-category .online-header .pager-area {
    display: inherit;
    text-align: inherit;
  }
  .online-shop-category .online-header .pager-area .pager-left-area h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .online-shop-category .category-product-list .single-item .product-content {
    margin-top: 30px;
  }
  .product-details .detail-content {
    margin-top: 30px;
  }
  .service-six-area .single-service-item .single-service .service-content {
    margin-top: 15px;
  }
  .cart-page-area .cart-page-top table tr .cart-img-holder img {
    padding: 5px;
    display: inline-block;
  }
  .cart-page-area .ghost-btn {
    padding: 10px 15px;
  }
  .cart-page-area .cart-page-bottom-left input {
    margin-bottom: 15px;
  }
  .about-video {
    margin-top: 40px;
  }
  .about-video img {
    width: 100%;
  }
  .page-title {
    margin-top: 55px;
    padding: 60px 0;
    text-align: center;
  }
  .page-title h2 {
    font-size: 32px;
  }
  .team-layout-1 .single-team .item-image img,
  .team-layout-3 .single-item .item-image img,
  .detail-image .image-caption img,
  .portfolio-layout-1 .single-item .item-image img,
  .portfolio-layout-2 .single-item .item-image img,
  .portfolio-layout-3 .single-item .item-image img,
  .service-layout-1 .single-item .item-image img,
  .service-layout-2 .single-item .item-image img,
  .service-layout-3 .single-item .item-image img,
  .case-studies-layout .single-item .item-image img,
  .news-layout-2 .single-item .item-image img,
  .news-layout-3 .single-item .item-image img {
    width: 100%;
  }
}
/* Large Mobile :480px. */
@media (max-width: 480px) {
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    display: none;
  }
  .slider-area .nivoSlider .slider-content p {
    font-size: 13px;
    line-height: 18px;
    width: 70%;
  }
  h2,
  .our-expert-advisor .single-expert .item-content h3 {
    font-size: 26px;
  }
  .section-title-center h2,
  .counter-area .counter-title h2,
  .people-choose-services .people-choose-content h2,
  .request-call-two-area .request-form .request-title h2,
  .waste-time-area .waste-time-content h3,
  .design-own-area .own-site-content h2,
  .service-five-area .section-title-center h2 {
    font-size: 26px;
  }
  .expert-people-area .single-item .item-image,
  .team-layout-2 .single-item .item-image {
    float: inherit !important;
    max-width: inherit;
  }
  .expert-people-area .single-item .item-image img,
  .team-layout-2 .single-item .item-image img {
    width: 100%;
  }
  .expert-people-area .single-item .item-content,
  .team-layout-2 .single-item .item-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .service-slider-three-area .single-feature-slide .feature-slide-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .service-three-area .single-item .single-service {
    padding: 50px 50px 40px;
  }
  .left-tab-style .tabs-left .nav-tabs li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn-default-big {
    padding: 14px 25px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(123%);
  }
  .page-title {
    padding: 50px 0;
  }
  .page-title h2 {
    font-size: 30px;
  }
  .error-bottom-wrapper a.error-btn {
    padding: 16px 30px;
  }
  .news-details-layout .item-comments .item-author .pull-left {
    float: inherit !important;
    margin-bottom: 30px;
  }
  .product-overview-area ul.nav-tabs li a {
    padding: 12px;
    font-size: 13px;
  }
  .contact-area .contact-info ul li:nth-child(odd),
  .contact-area .contact-info ul li:nth-child(even) {
    width: inherit;
  }
  .contact-area .contact-info ul li {
    display: block;
  }
  .booking_box {
    width: 100%;
    z-index: 5;
    position: relative;
    background: #222222;
    padding: 20px;
}
}
/* small mobile :320px. */
@media (max-width: 320px) {
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 24px;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    display: none;
  }
  .service-four-area .single-feature-item .feature-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .latest-news-one-area .single-news .item-info span {
    font-size: 13px;
  }
  .latest-news-one-area .single-news .item-info i {
    font-size: 14px;
  }
  .latest-news-one-area .single-news .item-info .favourite {
    margin-right: 6px;
  }
  .page-title {
    padding: 40px 0;
  }
  .page-title h2 {
    font-size: 26px;
  }
  .team-layout-3 .single-item .item-content {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .product-overview-area ul.nav-tabs li a {
    padding: 12px 8px;
    font-size: 12px;
  }
  .online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
    padding: 6px 12px;
  }
  .related-product-area .single-item .item-content {
    text-align: center;
  }
}
/*.order {
    background:   url(img/background/order-bg-bottom.jpg)no-repeat center bottom;  
 
 
}*/ 
.menu{padding:70px 0px  0px 0px;  background: linear-gradient(150deg, #FFFFFF, #ECE9E6 );}
/*.menu {
    background: #f5f5f5 url(img/background/bg-big-left.png)no-repeat scroll right top;
} */  
/*..menu-inner {
    background:   url(img/background/bg-big-right.png) no-repeat scroll left bottom;
 
} */ 
.menu .box {
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
    background: #fff;
}
.menu .box .image {
    float: left;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.menu .box .caption {
    position: relative;
    border-left: 1px solid #E5E5E5;
       margin-left: 130px;
    padding: 14px 72px 4px 11px;
    min-height: 130px;;
}
.menu .box .caption .des {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 20px;
}
.menu .box .caption span {
    color: #757575;
}
.product-parent {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.product-parent:hover {
   box-shadow: 10px 0 30px rgba(193,188,188,0.6);    
}
.welcome{
	border-top:2px solid #cb011b;
	border-bottom:2px solid #cb011b;
}
.feature-left-content h2:after,.feature-right-content h2:after,.welcome-content h2:after {
    background: #cb011b;
    content: '';
    display: block;
    width: 58px;
    height: 2px;
    margin-top: 10px;
}
.bg-b .welcome-content h2:after {
    background: #fff;
    content: '';
    display: block;
    width: 58px;
    height: 2px;
    margin-top: 5px;
}
.bg-b .welcome-content h2{
	color:#fff;
}
.bg-b .welcome-content p{
	color:#fff;
	    line-height: 24px;
		margin-bottom:10px;
}
.bg-b .welcome-content a{ color:#fff;  padding:8px 15px; background:#cb011b;}
.bg-b .welcome-content .fa{ color:#fff;}
.menu   .box:hover {
   
    box-shadow:0px 1px 5px 0px rgba(0,0,0,0.20);
	background-color:#cb011b;
	color:#fff;}

 .menu .box:hover h4 {color:#fff;}
 .dec.box:hover p {color:#fff;}
 .menu .box:hover span {color:#fff;}
 .caption p{font-size: 18px;}
.own-site-content h2{color:#000;}
.own-site-content p{color:#000;}
.iconswid{width:90px!important; }
.iconsbg {
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px;
    /* min-height: 230px;    */
    padding: 10px;
	background-color:#fff;
	border:5px solid #f2f2f2;
}
.menu-bg {
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px;
    min-height: 230px;
    background: #fff;
    padding: 50px 0;
}
.menu-bg h4{font-size: 16px;}
.menu-bg:hover {
       box-shadow: 0px 3px 50px 0 rgba(0,0,0,0.075);
    transform: translateY(-5px);
}
.welcome-content p,.feature-left-content p,.exp-section p    {
    text-align: justify;
}
.category-parent {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.iconsbg h4 {
    font-size: 16px;
    text-align: center;
}
	.iconsbg:hover {
    box-shadow: 0px 3px 50px 0 rgba(0,0,0,0.075);
    transform: translateY(-5px);
}
.products h1 {font-size:30px;}
  .products h1:after {
    background: #cb011b;
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    margin-top: 10px;
}
.foos-list h3 {
    text-align: center;
    color: #10660e;
    font-weight: bold;
}
.foos-list {
    padding: 10px;
}
.image img {
    float: left;   
margin:8px 0px;	
}
.product-box-parent {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 15px 0px 15px;
    border: 1px solid #ccc;
}
.box {
  transition: box-shadow .3s;
  border: 1px solid #c1bcbc;
  background: #fff;
  float: left;
   margin-bottom: 20px;
  width: 100%;
  min-height: 67px;
}
.caption {
    text-align: center;
}
.pd15{
	padding:15px 0px;
}
.pd10{
	padding:0px 0px;
}
.caption img{
	margin-top:10px;
}
.box:hover {
  box-shadow: 0 0 30px rgba(193,188,188,0.4); 
}
.calluspad{   padding: 20px 0px 20px 0px;}
.calluspad h2{color:#fff; text-align:center; margin:0; font-size:20px;}
.calluspad h2 p{color:#fff; text-align:center; margin:0;}
.calluspad h2 p a{color:#fd010e; text-align:center; margin:0;}
.productslist{     padding: 50px 0px 0px 0px;}
.food-name-box {
    text-align: center;
	 border: 1px solid #ccc;
	margin: 10px 0;
}

.food-title h4 {    
    color: #cb011b;
}
.food-name-box:hover {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}
/*=====  End of Responsive css  ======*/


.p-50{padding:50px 0px;}


.contact-botton a {
    background: #ff4301 none repeat scroll 0 0;
    box-shadow: 7px 7px 0 #ffd9cc;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 12px 40px;
    margin-top: 30px;
    transition: .4s;
    text-transform: capitalize;
}

.bg-gray{background:#f2f2f2;}
.bg-pattern{background:url(img/pattern.png) repeat;}


.contact-botton a:hover {
    background: #333;
    box-shadow: 7px 7px 0 #ffd9cc;
}




/* product area start*/
#product .farm-product-slider .col-md-6 {
	float: left;
}
.farm-latest-products .farm-section-title {
    background:none;
}
.farm-section-title h2 {
    background: url(img/title-bg.png) no-repeat center center;
}
.farm-section-title h4 {
    margin-top: 10px;
}
.farm-latest-products {
    background: #f7f7f7;
    position: relative;
    padding-top: 145px;
    padding-bottom: 95px;
}
.farm-single-product div {
    display: inline-block;
    vertical-align: middle;
}
.farm-single-product img {
    display: inline-block;
    vertical-align: middle;
}
.farm-single-product {
    background: #fff none repeat scroll 0 0;
    height: 240px;
    line-height: 248px;
    /* margin-bottom: 30px; */
    overflow: hidden;
    position: relative;
    border: 2px solid #cb011b;
    transition: .4s;
}
.farm-single-product::before {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    height: 170%;
    position: absolute;
    right: -25%;
    top: -69%;
    transform: rotate(-34deg);
    width: 70%;
}
.product-free {
    left: 80px;
    position: relative;
}
.product-select .col-md-6:nth-child(even) .farm-single-product::before {
    background: #333333;
}
.farm-section-title {
    margin-bottom: 65px;
}
.farm-latest-products::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(img/latest-product-bg.png) no-repeat center center;
    content: "";
    background-attachment: fixed;
}
.hover-product {
    left: -100%;
    position: absolute;
    top: 0;
    transition: .4s;
}
.hover-product a {
    background: #cb011b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    line-height: normal;
    padding: 8px 40px;
    font-family: 'Just Another Hand', cursive;
    font-size: 22px;
    -webkit-box-shadow: 8px 8px 0px rgba(255, 67, 1, 0.2);
    -moz-box-shadow: 8px 8px 0px rgba(255, 67, 1, 0.2);
    box-shadow: 8px 8px 0px rgba(255, 67, 1, 0.2);
}
.farm-single-product:hover .hover-product {
    left: 10%;
}
.product-select .col-md-6:nth-child(odd) .farm-single-product:hover {
    border: 2px solid #ff4301
}
.product-select .col-md-6:nth-child(even) .farm-single-product:hover {
    border-color: #ff4301
}
.farm-product-slider .slick-dots {
    margin-top: 50px;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    background: #d9d9d9 none repeat scroll 0 0;
    border-radius: 50px;
    font-size: 0;
    height: 8px;
    margin-right: 5px;
    width: 30px;
	cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #787878;
}
/* product area end */



.home-product  h4{ text-align:center; background:#cb011b; color:#fff; font-size:15px; font-weight:bold; padding:10px 0px;}






.bp-element-image-box.layout-gradient {
  cursor: pointer; }
  .bp-element-image-box.layout-gradient.color-1 .image-box::before {
    background: #4d58b1;
    background: -webkit-linear-gradient(left, #4d58b1, #5062d9);
    background: -o-linear-gradient(left, #4d58b1, #5062d9);
    background: -moz-linear-gradient(left, #4d58b1, #5062d9);
    background: linear-gradient(left, #4d58b1, #5062d9); }
  .bp-element-image-box.layout-gradient.color-2 .image-box::before {
    background: #f3ae7f;
    background: -webkit-linear-gradient(left, #f8c76c, #f3ae7f);
    background: -o-linear-gradient(left, #f8c76c, #f3ae7f);
    background: -moz-linear-gradient(left, #f8c76c, #f3ae7f);
    background: linear-gradient(left, #f8c76c, #f3ae7f); }
  .bp-element-image-box.layout-gradient .image-box {
    min-height: 351px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
    padding: 40px; }
    .bp-element-image-box.layout-gradient .image-box::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      background-color: #4d58b1;
      transition: all .4s; }
    .bp-element-image-box.layout-gradient .image-box:hover:before {
      opacity: .8; }
    .bp-element-image-box.layout-gradient .image-box .icon-image {
      text-align: center;
      margin-bottom: 27px; }
      .bp-element-image-box.layout-gradient .image-box .icon-image img {
        max-width: 100%; }
    .bp-element-image-box.layout-gradient .image-box .content .title {
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.625;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .bp-element-image-box.layout-gradient .image-box .content .description {
      text-align: center;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.375;
      color: #fff; }

.bp-element-image-box.layout-default {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .bp-element-image-box.layout-default .pic {
    width: 605px; }
    .bp-element-image-box.layout-default .pic .wrap-img {
      position: relative;
      z-index: 0;
      width: 426px;
      height: 426px; }
      .bp-element-image-box.layout-default .pic .wrap-img .main-img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        position: relative; }
        .bp-element-image-box.layout-default .pic .wrap-img .main-img::before {
          content: '';
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: #cb011b;
          background: -webkit-linear-gradient(bottom, #222222, #cb011b);
          background: -o-linear-gradient(bottom, #222222, #cb011b);
          background: -moz-linear-gradient(bottom, #222222, #cb011b);
          background: linear-gradient(bottom, #222222, #cb011b);
          opacity: 0;
          transition: all .3s; }
        .bp-element-image-box.layout-default .pic .wrap-img .main-img .link {
          font-weight: 400;
          font-size: 14px;
          line-height: 26px;
          color: #fff;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          position: absolute;
          top: calc(50% - 20px);
          right: 30px;
          transition: all .3s;
          transform: translateX(400px); }
          .bp-element-image-box.layout-default .pic .wrap-img .main-img .link:hover {
            color: #f7c370; }
          .bp-element-image-box.layout-default .pic .wrap-img .main-img .link i {
            font-size: 40px;
            margin-left: 14px; }
        .bp-element-image-box.layout-default .pic .wrap-img .main-img img {
          width: 100%;
          height: 100%; }
      .bp-element-image-box.layout-default .pic .wrap-img:hover .main-img::before {
        opacity: 0.6; }
      .bp-element-image-box.layout-default .pic .wrap-img:hover .main-img .link {
        transform: translateX(0px); }
      .bp-element-image-box.layout-default .pic .wrap-img .background {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0; }
		.bg-g{
			background:#f2f2f2;
		}
		.plr-15{
			padding:50px 25px;
		}
		.bg-b{
			background:linear-gradient(120deg, rgba(0,0,0,0.7) 50%,rgba(0,0,0,0.7)100%);
			transition-delay:0.5s;
			transition:all 0.5s ease;
		}
		.bg-b:hover{
			background:linear-gradient(120deg, rgba(0,0,0,0.9) 50%,rgba(0,0,0,0.9)100%);
		}
        .bp-element-image-box.layout-default .pic .wrap-img .background .grey-bg {
          position: absolute;
          z-index: -3;
          border-radius: 50%;
          background: #f8f9f9; }
        .bp-element-image-box.layout-default .pic .wrap-img .background .color-bg {
          position: absolute;
          z-index: -2;
          border-radius: 50%;
          background: #91ff91;
          background: -webkit-linear-gradient(left, #0c860a, #91ff91);
          background: -o-linear-gradient(left, #0c860a, #91ff91);
          background: -moz-linear-gradient(left, #0c860a, #91ff91);
          background: linear-gradient(left, #0c860a, #91ff91); }
      .bp-element-image-box.layout-default .pic .wrap-img .symbol {
        position: absolute;
        z-index: 1; }
  .bp-element-image-box.layout-default .text {
    width: calc(100% - 605px - 80px); }
    .bp-element-image-box.layout-default .text .wrap-content {
      width: 530px;
      max-width: 100%; }
      .bp-element-image-box.layout-default .text .wrap-content .title {
           font-size: 30px;
    line-height: 1.5;
    color: #292929;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-weight: bold;
		
		
		}
      .bp-element-image-box.layout-default .text .wrap-content .content {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.777777;
        color: #747474; 
		text-align:justify;
		}
  .bp-element-image-box.layout-default.image-left .pic .wrap-img {
    margin-right: 0;
    margin-left: auto; }
  .bp-element-image-box.layout-default.image-right {
    flex-direction: row-reverse; }
    .bp-element-image-box.layout-default.image-right .pic .wrap-img {
      margin-right: auto;
      margin-left: 0; }
    .bp-element-image-box.layout-default.image-right .text .wrap-content {
      margin-right: 0;
      margin-left: auto;
      text-align: right; }
  .bp-element-image-box.layout-default.demo-1 {
    margin-bottom: 30px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .symbol {
      left: -75px;
      bottom: 0; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .grey-bg.small {
      width: 29px;
      height: 29px;
      top: 185px;
      left: -100px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .grey-bg.big {
      width: 253px;
      height: 253px;
      top: 24px;
      left: -65px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .color-bg.small {
      width: 17px;
      height: 17px;
      top: 128px;
      left: -42px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .color-bg.normal {
      width: 29px;
      height: 29px;
      top: 56px;
      left: 40px; }
    .bp-element-image-box.layout-default.demo-1 .pic .wrap-img .background .color-bg.big {
      width: 88px;
      height: 88px;
      top: -55px;
      left: -85px;
      box-shadow: -27px 74px 60px 0px rgba(248, 197, 110, 0.4); }
  .bp-element-image-box.layout-default.demo-2 {
    margin-bottom: 10px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .symbol {
      right: -14px;
      bottom: -42px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .background .grey-bg.small {
      width: 29px;
      height: 29px;
      top: 244px;
      right: -45px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .background .grey-bg.big {
      width: 232px;
      height: 232px;
      top: 16px;
      right: -46px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .background .color-bg.small {
      width: 17px;
      height: 17px;
      top: -48px;
      right: 96px; }
    .bp-element-image-box.layout-default.demo-2 .pic .wrap-img .background .color-bg.normal {
      width: 48px;
      height: 48px;
      top: 0px;
      right: 0px;
      box-shadow: 61px 51px 60px 0px rgba(209, 46, 67, 0.41); }
  .bp-element-image-box.layout-default.demo-3 {
    margin-bottom: 0px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .symbol {
      left: 0px;
      bottom: -23px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .grey-bg.small {
      width: 29px;
      height: 29px;
      top: 163px;
      left: -95px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .grey-bg.big {
      width: 232px;
      height: 232px;
      top: -22px;
      left: -75px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .color-bg.small {
      width: 17px;
      height: 17px;
      top: 108px;
      left: -76px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .color-bg.normal {
      width: 38px;
      height: 38px;
      top: 32px;
      left: -36px; }
    .bp-element-image-box.layout-default.demo-3 .pic .wrap-img .background .color-bg.big {
      width: 88px;
      height: 88px;
      top: 163px;
      left: -58px;
      box-shadow: -27px 74px 60px 0px rgba(248, 197, 110, 0.4); }

@media (min-width: 1025px) and (max-width: 1400px) {
  .bp-element-image-box.layout-gradient .image-box {
    min-height: 290px; } }

@media (max-width: 991px) {
  .bp-element-image-box.layout-default {
    justify-content: center; }
    .bp-element-image-box.layout-default .pic {
      width: 80%;
      margin-bottom: 50px; }
    .bp-element-image-box.layout-default .text {
      width: 80%; }
    .bp-element-image-box.layout-default.image-left .text .wrap-content {
      margin-right: 0;
      margin-left: auto;
      text-align: right; }
    .bp-element-image-box.layout-default.image-right .text .wrap-content {
      margin-right: auto;
      margin-left: 0;
      text-align: left; } }

@media (max-width: 767px) {
  .bp-element-image-box.layout-default .pic {
    width: 100%; }
  .bp-element-image-box.layout-default .text {
    width: 100%; } }

@media (max-width: 575px) {
  .bp-element-image-box.layout-default {
    justify-content: center; }
    .bp-element-image-box.layout-default .pic .wrap-img {
      width: 250px;
      height: 250px; }
      .bp-element-image-box.layout-default .pic .wrap-img .symbol {
        transform-origin: bottom center;
        transform: scale(0.6, 0.6); }
      .bp-element-image-box.layout-default .pic .wrap-img .background {
        transform: scale(0.6, 0.6); }
    .bp-element-image-box.layout-default.image-left .pic .wrap-img .background {
      transform-origin: top left; }
    .bp-element-image-box.layout-default.image-right .pic .wrap-img .background {
      transform-origin: top right; } }


.booking_wrapper{
	float:left;
	width:100%;
	text-align:center;
	background-color:#ffffff;
}
.booking_box{
	float:right;
	width:40%;
	z-index:5;
	position:relative;
	background:#222222;
	padding:20px ;
}
.box_side_icon{
    position: relative;
	float:left;
}
	
.response{
	color:#2d2d2d;
	float:right;
}
.box_side_icon img{
	 top: -45px;
    left: -75px;
	color:white;
    position: absolute;
}
.contect_form1 input{
	width:100%;
	height:40px;
	margin-top:10px;
	padding-left:10px;
	margin-bottom:10px;
	color:white;
	background:transparent;
	border:2px solid #fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form1 input:hover, .contect_form1 input:focus, .contect_form2 input:hover, .contect_form2 input:focus, .contect_form3 input:hover, .contect_form3 input:focus{
	border:2px solid #cb011b ;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form3 input{
	width:100%;
	height:50px;
	margin-top:20px;
	padding-left:20px;
	background:transparent;
	color:white;
	border:2px solid #7bddc7;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_form3{
	width:100%; margin-left:-7px;
}
.contect_form3 i{
	margin-left:-30px;
	color:white;
}
.booking_box ::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.booking_box :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

.booking_box ::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff;
}
.contect_form4 textarea{
	width:100%;
	margin-top:10px;
	padding-left:10px;
	color:white;
	background:transparent;
	border:2px solid #ffff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize:none;
}
.contect_form4 textarea:hover, .contect_form4 textarea:focus{
	border:2px solid #cb011b;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.contect_btn button{
	padding:0;
	list-style:none;
	margin-top:10px;
	float:left;
}
.contect_btn button{
	width:160px;
	height:50px;
	float:left;
	color:black;
	background:#ffffff;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid transparent;
}
.contect_btn button:hover{
	background:transparent;
	border:2px solid white;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000000;
}
.chat_box{
	float:left;
	width:30%;
	z-index:5;
	box-shadow: 0px 15px 10px -15px #111;
	background:#f9f9f9;
	position:relative;
	    padding: 48px 60px 35px 60px;
}

.booking_box_2{
	float:left; width:100%;		
	text-align:center;
}
.booking_box_img {
	text-align:center;
}
.booking_box_img img{
	display:inline-block;
	position:relative;
}
.booking_box_img:after{
	content: '';
    position: relative;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2ec8a6;
    z-index: 100;
    margin: auto;
   bottom: 11px; 
    display: block; 
    right: 0;
	top:-14px;
    bottom: -15px;
	border: 6px solid #fff;
}
.booking_chat{
	text-align:center; float:left;
	margin:20px 0 20px 0;
}
.booking_chat h1{
	margin:0px 0px 0px 0px;
	color:black;
	font-size:24px;
	font-weight:700;
}
.booking_chat p{
	color:black;
	margin-top:30px;
	font-size:16px;
}
.booking_btn ul{
	list-style:none;
	float:left;
}
.booking_btn li a{
	width:160px;
	height:50px;
	float:left;
	color:white;
	background:#f4ab01;
	text-align:center;
	line-height:47px;
	border-radius:50px;
	font-size:16px;
	font-weight:bold;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid transparent;
}
.booking_btn li a:hover{
	background:transparent;
	border:2px solid #f4ab01;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#000;
}









#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;

}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100%;
    /* max-height:45px; */
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

/* .nbs-flexisel-nav-left { */
    /* left: 10px; */
    /* background: url(../images/button-previous.png) no-repeat; */
/* } */

/* .nbs-flexisel-nav-right { */
    /* right: 5px; */
    /* background: url(../images/button-next.png) no-repeat; */
/* } */

.logo-3{padding:20px 0px;}

.box-new {
  background: url('img/hf1.jpg');
  width: 170px;
  height: 170px;
  background-size: cover;
  margin: auto;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 0 20px rgba(250, 250,250, 0.2);
  perspective: 600px;
  
}

.box-new1 {
  background: url('img/hf2.jpg');
  width: 170px;
  height: 170px;
  background-size: cover;
  margin: auto;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 0 20px rgba(250, 250,250, 0.2);
  perspective: 600px;
  
}
.box-new2 {
  background: url('img/hf3.jpg');
  width: 170px;
  height: 170px;
  background-size: cover;
  margin: auto;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 0 20px rgba(250, 250,250, 0.2);
  perspective: 600px;
  
}

.white {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f2f2f2;
  width:150px;
  color: #fff;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  /* padding: 5px; */
  box-sizing: border-box;
  transform: scale(1.6);
  transition: 0.5s;
  transform: rotateY(180deg);
  backface-visibility: hidden;
 
}
.white1 {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f2f2f2;
  width:150px;
  color: #fff;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  /* padding: 5px; */
  box-sizing: border-box;
  transform: scale(1.6);
  transition: 0.5s;
  transform: rotateY(180deg);
  backface-visibility: hidden;
 
}
.white2 {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f2f2f2;
  width:150px;
  color: #fff;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  /* padding: 5px; */
  box-sizing: border-box;
  transform: scale(1.6);
  transition: 0.5s;
  transform: rotateY(180deg);
  backface-visibility: hidden;
 
}
.black {
  background: url('img/ch1.jpg');
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  transition: 0.5s;
/*   box-shadow: inset 0 0 0 20px rgba(250, 250,250, 0.2); */
  backface-visibility: hidden;
/*   background-color: #fff; */
}

.black1 {
  background: url('img/hc1.jpg');
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  transition: 0.5s;
/*   box-shadow: inset 0 0 0 20px rgba(250, 250,250, 0.2); */
  backface-visibility: hidden;
/*   background-color: #fff; */
}

.black2 {
  background: url('img/eq1.jpg');
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  transition: 0.5s;
/*   box-shadow: inset 0 0 0 20px rgba(250, 250,250, 0.2); */
  backface-visibility: hidden;
/*   background-color: #fff; */
}
.box-new:hover .black {
  transform: rotateY(-180deg);
}

.box-new:hover .white {
  transform: rotateY(0deg);
}

.box-new1:hover .black1 {
  transform: rotateY(-180deg);
}

.box-new1:hover .white1 {
  transform: rotateY(0deg);
}
.box-new2:hover .black2 {
  transform: rotateY(-180deg);
}

.box-new2:hover .white2 {
  transform: rotateY(0deg);
}

/*Pattern*/
.secnpart{
	padding:35px 0px 0px 0px;
	background: #222222;
}
.kode_service_des {
    margin-bottom: 30px;
}
.kode_service_des, .kode_services_wrap {
    float: left;
    width: 100%;
}
.kode_service_des{
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
figure {
    margin: 0;
}
figure {
    margin-bottom: 6px;
}
figure {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.kode_service_des figure img{
	    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
 img[class*=attachment-] {
    height: auto;
}
.wp-post-image{
	    height: auto;
    max-width: 100%;
}
.thumb img, figure img {
    float: left;
    width: 100%;
}
.kode_service_text{
	    float: left;
    width: 100%;
}
.kode_service_text {
    padding: 0px 25px 10px;
    position: relative;
}
.kode_service_text{
	    float: left;
    width: 100%;
}
.kode_service_text span {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    margin: auto;
    border-radius: 100%;
    font-size: 30px;
    background-color: #eee;
    display: inline-block;
    position: absolute;
    top: -70px;
	z-index:100;
}
.kode_service_text span{
	    color: #cb011b !important;
}
.kode_service_text span{
	    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.kode_service_text span{
	color:#cb011b
}
.kode_service_text h4 {
    margin-bottom: 7px;
    margin-top: 0;
}
.kode_service_text h4{
	font-weight: 600;
    text-transform: uppercase;
}
.kode_service_text p {
    margin-bottom: 0;
}
.kode_service_text .right_arrow {
    position: absolute;
    top: 20%;
    right: 10px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
    margin-top: -15px;
    opacity: 0;
}
.kode_service_text .right_arrow{
	color: #cb011b !important;
}
.kode_service_text .right_arrow{
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-calender:before{
	content:"\f073"
}
.fa-suitcase:before{
	content:"\f0f2";
}
.fa-cart-plus:before{
	content:"\f217";
}

 
.kode_service_text h4 a{
	    color: #777
}
.kode_service_text h4 a:hover{
	color: #cb011b !important;
}
.kode_service_des:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	background:#fff;
}
.kode_service_des:hover figure img {
    opacity: .8;
}
.kode_service_des .owl-theme .owl-dots .owl-dot span{
	width:0;
}
/* .kode_service_des:hover figure img{
	    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
	overflow:hidden;
} */
.kode_service_des:hover .kode_service_text span{
	    color: #fff;
}
.kode_service_des:hover .kode_service_text span{
	    background-color: #cb011b !important
}
.kode_service_des:hover .kode_service_text .right_arrow {
    right: 30px;
    opacity: 1;
}
.kode_service_des:hover .kode_service_text span i{
	color:#fff !important;
}

/*Video & Banner Section*/
.vidpart{
	padding:50px 0px 20px 0px;
}
.vidbdy h1{
	font-size:30px;
	text-align:left;
}
.vidbdy h1:after{
	background: #cb011b;
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    margin-top: 10px;
}

	.vidbdy {
    padding: 25px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);

}
.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
	min-height:368px;
}
@media only screen and (max-width: 425px) {
	.video-wrapper>video{
		min-height:inherit;
	}
}
.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

.brch{
	text-align:center;
	padding: 25px;
    background-color: #f7f7f7;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	display:inline-block;
	width:100%;
}
.brch h1{
	font-size:30px;
	text-align:left;
}
.brch h1:after{
	background: #cb011b;
    content: '';
    display: block;
    width: 38px;
    height: 2px;
    margin-top: 10px;
}
figure.snip1205 {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1205 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1205 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1205 i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.snip1205 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1205:hover img,
figure.snip1205.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1205:hover i,
figure.snip1205.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}



.mapin{
	position:relative;
	/* height:350px; */
}
.mapin iframe{
}
.mapin .overlay-form{
	position:absolute;
	top:10px;
	right:10px;
}




.contactform{
	padding:20px 0px;
}
.contactform textarea {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    color: #000;
    background: transparent;
    border: 2px solid #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    resize: none;
}
.contactform input {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #000;
    background: transparent;
    border: 2px solid #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.contect_btn button {
    width: 160px;
    height: 50px;
    float: left;
    color: #fff;
    background: #000;
    text-align: center;
    line-height: 47px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid transparent;
}
.contect_btn button {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}


















.main-menu-area nav > ul > li > ul > li:hover ul.rt-dropdown-menu1 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main-menu-area nav > ul > li > ul > li ul.rt-dropdown-menu1 {
  background: #cb011b;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 240px;
  padding: 0;
  top: 0%;
  left: 100%;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  z-index: 9999;
}
.main-menu-area nav > ul > li > ul > li ul.rt-dropdown-menu1 li {
  display: block;
  border-bottom: 1px solid #a51c2d;
  position: relative;
}
.main-menu-area nav > ul > li >ul > li ul.rt-dropdown-menu1 li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  padding: 12px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'Exo 2', sans-serif;
}
.main-menu-area nav > ul > li >ul > li ul.rt-dropdown-menu1 li a:hover,
.main-menu-area nav > ul > li ul.rt-dropdown-menu1 li a:focus {
  background: #a51c2d;
  padding-left: 18px;
}
.main-menu-area nav > ul > li >ul > li ul.rt-dropdown-menu1 li:last-child {
  border-bottom: none;
}

.img-pdg{ padding:32px 101px;}
.p0{ padding:0 !important;}

.ptl-25{ padding:15px 35px;}
.pt-15{ padding-top:15px;} 
.welcome-content h2{ margin-bottom:10px;}
.p-20{ padding:20px 0px;}

.home-products .owl-carousel .owl-item img{ height:215px;}

.top-title{ padding:25px 0px; background:url(img/pattern-bg.jpg) fixed;}
.top-title ul { text-align:right; margin:0; padding:13px 0px;}
.top-title ul li{ display:inline-block; color:#ed1c24; font-weight:bold;}
.top-title ul li a{ color:#000;}
.top-title ul li a:hover{ color:#ed1c24;}
.top-title ul li .fa{ color:#166734;}
.top-title h1{ margin:0; font-weight:bold;}
.top-title .products h1:after {
    background: #cb011b;
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 5px;
}

.reg-form{ background:#fff; padding:15px;}
.reg-inner{ padding:25px; border:1px solid #ece9e6;}

.top-social{ text-align:right;}

.top-social li{ display:inline-block; padding-right:10px; }
.top-social li a{ color:#000;}


.reg-inner p{ text-align:center; padding:10px 200px; border-bottom:1px solid #f2f2f2; margin-bottom:30px; font-size:20px;}

.about-text{ background:#fff; padding:25px;}
.about-inner{ padding:25px; border:1px solid #ece9e6;}
.about-text p{ text-align:justify; line-height:27px;}

.home-promotion { padding:50px 0px;}
.home-promotion h2{ text-align:center; color:red;}

.home-promotion p{ text-align:center; padding:10px 180px; border-bottom:1px solid #f2f2f2; margin-bottom:30px; font-size:20px;}
.home-promotion p a{ color:#000; font-weight:bold; }
.home-promotion p a:hover{ color:#cb011b;}
.promo-img{ background:#fff; padding:10px;}

.page-promotion p{ text-align:center; padding:10px 180px; border-bottom:1px solid #f2f2f2; margin-bottom:30px; font-size:20px;}

@media (max-width:767px){
	.reg-inner p{ padding:10px;}
	.home-promotion p{ padding:10px;}
	.page-promotion p{ padding:10px;}
	
}


.projects-section .column {
    position: relative;
    padding: 0px;
    float: left;
}
.project-block{
	position:relative;
	z-index:1;
}

.project-block .inner-box{
	position:relative;
}

.project-block .inner-box .image1{
	position:relative;
}

.project-block .inner-box .image1 img{
	position:relative;
	width:100%;
	display:block;
	background: #fff;
    padding: 10px;
}

.project-block .inner-box .image1 .overlay-box{
	position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    top: 30px;
    z-index: 2;
	opacity: 0;
    display: block;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-block .inner-box .image1 .overlay-box:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:100%;
	height:0%;
	display:block;
	opacity:0;
	text-align:center;
	-webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color: rgba(233,195,122,0.95);
}

.project-block .inner-box:hover .image1 .overlay-box:before{
	opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.project-block .inner-box .image1 .overlay-box:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-color: rgb(203, 1, 27, 0.95);
}

.project-block .inner-box:hover .image1 .overlay-box:after{
	opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.project-block .inner-box:hover .image1 .overlay-box{
	opacity: 1;
}

.project-block .inner-box .image1 .overlay-box .plus{
	position:relative;
	display:inline-block;
	z-index:1;
	color:#fff;
	font-size:30px;
	text-align:center;
	line-height:34px;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block .inner-box:hover .image1 .overlay-box .plus{
	-ms-animation-name: rotateMe;
	-moz-animation-name: rotateMe;
	-o-animation-name: rotateMe;
	-webkit-animation-name: rotateMe;
	animation-name: rotateMe;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-delay: 800ms;
	-moz-animation-delay: 800ms;
	-o-animation-delay: 800ms;
	-webkit-animation-delay: 800ms;
	animation-delay: 800ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 2;
	-moz-animation-iteration-count: 2;
	-op-animation-iteration-count: 2;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
}

.project-block .inner-box .image1 .overlay-box .plus:hover{
	color:#000;	
}

.project-block .inner-box .image1 .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 100%;
    display: table;
	z-index:1;
    padding: 10px 10px;
    vertical-align: middle;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block .inner-box:hover .image1 .overlay-box .overlay-inner{
	opacity:1;
	top:0;	
	transition-delay:500ms;
}

.project-block .inner-box .image1 .overlay-box .overlay-inner .overlay-content{
    position: relative;
	text-align:center;
    display: table-cell;
    vertical-align: middle;
}

.project-block .inner-box .image1 h3{
	position:relative;
	font-size:22px;
	color:#fff;
	z-index:1;
	font-weight:600;
	line-height:1.3em;
	margin-top:15px;
	margin-bottom:7px;
	
}

.project-block .inner-box .image1 h3 a{
	position:relative;
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block .inner-box .image1 h3 a:hover{
	color:#000;
	text-decoration:underline;
}

.project-block .inner-box .image1 .category{
	position:relative;
	color:#fff;
	font-size:14px;
	z-index:1;
	letter-spacing:1px;
	text-transform:uppercase;
	
}







/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/


.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}

.feature-box:first-child { margin-top: 0; }

.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
	border-radius: 50%;
	background-color: #f58220;
}

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 28px;
	text-align: center;
	line-height: 64px;
}

.feature-box h3 {
	font-size: 16px;
	font-weight: 700;
	/* text-transform: uppercase; */
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}

.feature-box p {
	margin: 8px 0 0 0;
	color: #999;
}

.feature-box .before-heading { font-size: 14px; }


/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box.fbox-large { padding: 0 0 0 115px; }

.feature-box.fbox-large .fbox-icon {
	width: 96px;
	height: 96px;
}

.feature-box.fbox-large .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}


/* Feature Box - Icon Outline
-----------------------------------------------------------------*/

.feature-box.fbox-outline .fbox-icon {
	border: 1px solid #f58220;
	border-radius: 50%;
	padding: 3px;
}

.feature-box.fbox-outline .fbox-icon i { line-height: 56px; }


/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

.feature-box.fbox-outline.fbox-large .fbox-icon { padding: 4px; }

.feature-box.fbox-outline.fbox-large .fbox-icon i { line-height: 86px; }


/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box.fbox-rounded .fbox-icon { border-radius: 3px !important; }

.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img { border-radius: 3px !important; }


/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feature-box.fbox-rounded.fbox-large .fbox-icon { border-radius: 4px !important; }

.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img { border-radius: 4px !important; }


/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feature-box.fbox-light.fbox-outline .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
	    border: 2px solid #166734;
	background-color: #F5F5F5;
	color: #444;
}

.feature-box.fbox-light .fbox-icon i { line-height: 62px; }

.feature-box.fbox-light.fbox-outline .fbox-icon i { line-height: 54px; }

.feature-box.fbox-light.fbox-large .fbox-icon i { line-height: 96px; }

.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 84px; }


/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feature-box.fbox-dark.fbox-outline .fbox-icon { border-color: #444; }

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img { background-color: #333; }


/* Feature Box - Border
-----------------------------------------------------------------*/

.feature-box.fbox-border .fbox-icon {
	border: 1px solid #166734;
	border-radius: 50%;
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
	border: none;
	background-color: transparent !important;
	color: #f58220;
}

.feature-box.fbox-border .fbox-icon { padding: 0; }

.feature-box.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-border.fbox-large .fbox-icon i { line-height: 94px !important; }


/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-light .fbox-icon { border-color: #E5E5E5; }

.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img { color: #888; }


/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-dark .fbox-icon { border-color: #333; }

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img { color: #444; }


/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box.fbox-plain .fbox-icon {
	border: none !important;
	height: auto !important;
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
	border: none !important;
	background-color: transparent !important;
	color: #f58220;
	border-radius: 0;
}

.feature-box.fbox-plain .fbox-icon i {
	font-size: 48px;
	line-height: 1 !important;
}

.feature-box.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-plain.fbox-image .fbox-icon { width: auto; }

.feature-box.fbox-plain.fbox-image .fbox-icon img {
	width: auto;
	display: inline-block;
}

.feature-box.fbox-plain.fbox-small { padding-left: 42px; }

.feature-box.fbox-plain.fbox-small .fbox-icon { width: 28px; }

.feature-box.fbox-plain.fbox-small h3 {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 10px;
}

.feature-box.fbox-plain.fbox-small p { margin-left: -42px;  text-align:justify;}

.feature-box.fbox-plain.fbox-small .fbox-icon i { font-size: 28px; }

.feature-box.fbox-plain.fbox-small .fbox-icon img { height: 28px; }

.feature-box.fbox-plain.fbox-large .fbox-icon i { font-size: 72px; }

.feature-box.fbox-plain.fbox-large .fbox-icon img { height: 96px; }

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img { color: #888; }

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img { color: #444; }


/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box.fbox-center {
	padding: 0;
	text-align: center;
}

.feature-box.fbox-center.fbox-small { padding-left: 0 !important; }

.feature-box.fbox-center .fbox-icon {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
}

.feature-box.fbox-center .fbox-icon i {
	font-size: 42px;
	line-height: 96px;
}

.feature-box.fbox-center.fbox-outline .fbox-icon i { line-height: 88px; }

.feature-box.fbox-center p {
	font-size: 14px;
	margin-top: 15px;
}


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-large .fbox-icon {
	width: 128px;
	height: 128px;
}

.feature-box.fbox-center.fbox-large .fbox-icon i {
	font-size: 70px;
	line-height: 128px;
}

.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i { line-height: 118px; }

.feature-box.fbox-center.fbox-light .fbox-icon i { line-height: 94px; }

.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i { line-height: 86px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i { line-height: 114px; }

.feature-box.fbox-center.fbox-border .fbox-icon i { line-height: 94px !important; }

.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i { line-height: 126px !important; }

.feature-box.fbox-center.fbox-plain .fbox-icon i { font-size: 84px; }

.feature-box.fbox-center.fbox-plain .fbox-icon img { height: 96px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i { font-size: 112px; }

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img { height: 128px; }


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-small .fbox-icon {
	width: 64px;
	height: 64px;
}

.feature-box.fbox-center.fbox-small .fbox-icon i {
	font-size: 28px;
	line-height: 64px;
}

.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i { line-height: 58px; }

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i { line-height: 54px; }

.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i { line-height: 62px !important; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i { font-size: 56px; }

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img { height: 64px; }

.feature-box.fbox-center.fbox-small p {
	font-size: 14px;
	margin-top: 10px;
}

.feature-box.fbox-center.fbox-plain.fbox-small p { margin-left: 0; }


/* Feature Box - Right
-----------------------------------------------------------------*/

.feature-box.fbox-right {
	padding: 0 80px 0 0;
	text-align: right;
}

.feature-box.fbox-right.fbox-large { padding-right: 115px; }

.feature-box.fbox-right .fbox-icon {
	left: auto;
	right: 0;
}

.feature-box.fbox-right.fbox-plain.fbox-small { padding: 0 42px 0 0; }

.feature-box.fbox-right.fbox-plain.fbox-small p { margin: 0 -42px 0 0; }


/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.feature-box h3 + .fbox-icon { margin-top: 20px !important; }

.feature-box h3 span.subtitle {
	display: block;
	margin-top: 5px;
	color: #444;
	font-weight: 300;
	text-transform: none;
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
	content: '';
	display: block;
	margin: 20px auto;
	width: 30px;
	border-top: 2px solid #555;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.feature-box.fbox-center:not(.fbox-bg):hover h3:after { width: 50px; }

.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after { display: none; }

.feature-box.fbox-center.fbox-italic p {
	font-style: italic;
	font-family: 'Lato', sans-serif;
}


/* Feature Box - Background
-----------------------------------------------------------------*/

.feature-box.fbox-bg.fbox-center {
	margin-top: 68px;
	    padding: 58px 30px 20px;
    background-color: #FFF;
    border: 2px solid #166734;
    border-radius: 5px;
	border-radius: 5px;
	margin-bottom:30px;
}

.feature-box.fbox-bg.fbox-center:first-child { margin-top: 48px; }

.feature-box.fbox-bg.fbox-center.fbox-large {
	margin-top: 84px;
	padding-top: 84px;
}

.feature-box.fbox-bg.fbox-center.fbox-large:first-child { margin-top: 64px; }

.feature-box.fbox-bg.fbox-center .fbox-icon {
	position: absolute;
	top: -48px;
	left: 50%;
	margin: 0 0 0 -48px;
}

.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
	top: -64px;
	left: 50%;
	margin-left: -64px;
}

.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon { background-color: #FFF; }


/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect .fbox-icon i { z-index: 1; }

.fbox-effect .fbox-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-effect .fbox-icon i {
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.fbox-effect .fbox-icon i:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 2px #333;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.3s, opacity 0.3s;
	transform: scale(.8);
	opacity: 0;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
	background-color: #333;
	color: #FFF;
}

.fbox-effect.fbox-dark .fbox-icon i:after { box-shadow: 0 0 0 2px #f58220; }

.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-effect.fbox-dark:hover .fbox-icon i { background-color: #f58220; }

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* Icon Effects - Bordered
-----------------------------------------------------------------*/

.fbox-border.fbox-effect .fbox-icon i {
	-webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	-o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
	transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	box-shadow: none;
	background-image: url('images/icons/iconalt.svg');
	background-position: center center;
	background-size: 100% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
	-o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
	transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.fbox-border.fbox-rounded.fbox-effect .fbox-icon i:after { border-radius: 3px; }

.fbox-border.fbox-effect .fbox-icon i:hover,
.fbox-border.fbox-effect:hover .fbox-icon i {
	color: #FFF;
	box-shadow: 0 0 0 1px #333;
}

.fbox-border.fbox-effect .fbox-icon i:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	background-color: #333;
}

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover,
.fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i { box-shadow: 0 0 0 1px #f58220; }

.fbox-border.fbox-effect.fbox-dark .fbox-icon i:after { background-color: #f58220; }

.fbox-border.fbox-effect .fbox-icon i:hover:after,
.fbox-border.fbox-effect:hover .fbox-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}





.about-text ul li{ list-style:none;  margin-bottom:10px;}
.about-text ul li .fa{ color:green;}

.about-text .panel-heading{ font-size:20px; font-weight:bold;}



.single-project {
  margin-bottom: 30px;  
    padding:10px; background:#fff;
}
.single-project .img-holder {
  display: block;
  overflow: hidden;
  position: relative;  
  
}
.single-project .img-holder img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;  

}
.single-project .img-holder .overlay-box1 .boxnew .content a i {
  background: #166734 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 26px;
  height: 65px;
  line-height: 68px;
  width: 65px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.single-project .img-holder .overlay-box1 .boxnew .content .title {
  left: 20px;
  bottom: 12px;
  display: block;
  overflow: hidden;
  position: absolute;
  text-align: left;
}
.single-project .img-holder .overlay-box1 .boxnew .content .title h3 {
  color: #ffffff;
  margin: 0;
}
.single-project .img-holder .overlay-box1 .boxnew .content .title span {
  color: #ffffff;
  font-size: 14px;
}

.single-project:hover .overlay-box1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-project:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-project .img-holder .overlay-box1 .box-new .content a:hover i{
  background: #292929;
}


.overlay-box1{
  background-color: rgba(203, 1, 27, 0.85);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;	
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
  transform: rotateY(180deg) scale(0.5,0.5);    
}
.overlay-box1 .boxnew{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay-box1 .boxnew .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}





/* Top Social
-----------------------------------------------------------------*/

#top-social,
#top-social ul { margin: 0; text-align:center; }

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
	display: block;
	position: relative;
	/* float: left; */
	width: auto;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	display:inline-block;
}

/* #top-social li { border-left: 1px solid #000; } */

#top-social li:first-child { border-left: 0 !important; }

#top-social li a {
	float: none;
	width: 40px;
	font-weight: bold;
	color: #cb011b;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

#top-social li a:hover {
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#top-social li .ts-icon {
	width: 40px;
	text-align: center;
	font-size: 24px;
}




.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-delicious:hover,
.si-colored.si-delicious { background-color: #205CC0 !important; }
.si-paypal:hover,
.si-colored.si-paypal { background-color: #00588B !important; }
.si-flattr:hover,
.si-colored.si-flattr { background-color: #F67C1A !important; }
.si-android:hover,
.si-colored.si-android { background-color: #A4C639 !important; }
.si-smashmag:hover,
.si-colored.si-smashmag { background-color: #E53B2C !important; }
.si-gplus:hover,
.si-colored.si-gplus { background-color: #DD4B39 !important; }
.si-wikipedia:hover,
.si-colored.si-wikipedia { background-color: #333 !important; }
.si-stumbleupon:hover,
.si-colored.si-stumbleupon { background-color: #F74425 !important; }
.si-foursquare:hover,
.si-colored.si-foursquare { background-color: #25A0CA !important; }
.si-call:hover,
.si-colored.si-call { background-color: #444 !important; }
.si-ninetyninedesigns:hover,
.si-colored.si-ninetyninedesigns { background-color: #F26739 !important; }
.si-forrst:hover,
.si-colored.si-forrst { background-color: #5B9A68 !important; }
.si-digg:hover,
.si-colored.si-digg { background-color: #191919 !important; }
.si-spotify:hover,
.si-colored.si-spotify { background-color: #81B71A !important; }
.si-reddit:hover,
.si-colored.si-reddit { background-color: #C6C6C6 !important; }
.si-blogger:hover,
.si-colored.si-blogger { background-color: #FC4F08 !important; }
.si-cc:hover,
.si-colored.si-cc { background-color: #688527 !important; }
.si-dribbble:hover,
.si-colored.si-dribbble { background-color: #EA4C89 !important; }
.si-evernote:hover,
.si-colored.si-evernote { background-color: #5BA525 !important; }
.si-flickr:hover,
.si-colored.si-flickr { background-color: #FF0084 !important; }
.si-google:hover,
.si-colored.si-google { background-color: #DD4B39 !important; }
.si-instapaper:hover,
.si-colored.si-instapaper { background-color: #333 !important; }
.si-klout:hover,
.si-colored.si-klout { background-color: #FF5F52 !important; }
.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-vk:hover,
.si-colored.si-vk { background-color: #2B587A !important; }
.si-rss:hover,
.si-colored.si-rss { background-color: #EE802F !important; }
.si-skype:hover,
.si-colored.si-skype { background-color: #00AFF0 !important; }
.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }
.si-vimeo:hover,
.si-colored.si-vimeo { background-color: #86C9EF !important; }
.si-aim:hover,
.si-colored.si-aim { background-color: #FCD20B !important; }
.si-yahoo:hover,
.si-colored.si-yahoo { background-color: #720E9E !important; }
.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }
.si-macstore:hover,
.si-colored.si-macstore { background-color: #333333 !important; }
.si-myspace:hover,
.si-colored.si-myspace { background-color: #666666 !important; }
.si-podcast:hover,
.si-colored.si-podcast { background-color: #E4B21B !important; }
.si-cloudapp:hover,
.si-colored.si-cloudapp { background-color: #525557 !important; }
.si-dropbox:hover,
.si-colored.si-dropbox { background-color: #3D9AE8 !important; }
.si-ebay:hover,
.si-colored.si-ebay { background-color: #89C507 !important; }
.si-github:hover,
.si-colored.si-github { background-color: #171515 !important; }
.si-googleplay:hover,
.si-colored.si-googleplay { background-color: #DD4B39 !important; }
.si-itunes:hover,
.si-colored.si-itunes { background-color: #222 !important; }
.si-plurk:hover,
.si-colored.si-plurk { background-color: #CF5A00 !important; }
.si-pinboard:hover,
.si-colored.si-pinboard { background-color: #0000E6 !important; }
.si-soundcloud:hover,
.si-colored.si-soundcloud { background-color: #FF7700 !important; }
.si-tumblr:hover,
.si-colored.si-tumblr { background-color: #34526F !important; }
.si-wordpress:hover,
.si-colored.si-wordpress { background-color: #1E8CBE !important; }
.si-yelp:hover,
.si-colored.si-yelp { background-color: #C41200 !important; }
.si-intensedebate:hover,
.si-colored.si-intensedebate { background-color: #009EE4 !important; }
.si-eventbrite:hover,
.si-colored.si-eventbrite { background-color: #F16924 !important; }
.si-scribd:hover,
.si-colored.si-scribd { background-color: #666666 !important; }
.si-stripe:hover,
.si-colored.si-stripe { background-color: #008CDD !important; }
.si-print:hover,
.si-colored.si-print { background-color: #111 !important; }
.si-dwolla:hover,
.si-colored.si-dwolla { background-color: #FF5C03 !important; }
.si-statusnet:hover,
.si-colored.si-statusnet { background-color: #131A30 !important; }
.si-acrobat:hover,
.si-colored.si-acrobat { background-color: #D3222A !important; }
.si-drupal:hover,
.si-colored.si-drupal { background-color: #27537A !important; }
.si-buffer:hover,
.si-colored.si-buffer { background-color: #333333 !important; }
.si-pocket:hover,
.si-colored.si-pocket { background-color: #EE4056 !important; }
.si-bitbucket:hover,
.si-colored.si-bitbucket { background-color: #0E4984 !important; }
.si-stackoverflow:hover,
.si-colored.si-stackoverflow { background-color: #EF8236 !important; }
.si-hackernews:hover,
.si-colored.si-hackernews { background-color: #FF6600 !important; }
.si-xing:hover,
.si-colored.si-xing { background-color: #126567 !important; }
.si-instagram:hover,
.si-colored.si-instagram { background-color: #dc2a7e !important; }
.si-quora:hover,
.si-colored.si-quora { background-color: #A82400 !important; }
.si-openid:hover,
.si-colored.si-openid { background-color: #E16309 !important; }
.si-steam:hover,
.si-colored.si-steam { background-color: #111 !important; }
.si-amazon:hover,
.si-colored.si-amazon { background-color: #E47911 !important; }
.si-disqus:hover,
.si-colored.si-disqus { background-color: #E4E7EE !important; }
.si-plancast:hover,
.si-colored.si-plancast { background-color: #222 !important; }
.si-appstore:hover,
.si-colored.si-appstore { background-color: #000 !important; }
.si-pinterest:hover,
.si-colored.si-pinterest { background-color: #C8232C !important; }
.si-fivehundredpx:hover,
.si-colored.si-fivehundredpx { background-color: #111 !important; }

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

.slider img{width:100%;}

.home-form{ background:#222222; border-top:2px solid #cb011b;}

.home-forminner{ padding:25px 15px; }

.testimo-title{ padding-left:15px; border-left:3px solid red;}

.feature-left-content ul li{ margin-bottom:10px !important; }

.caption img{ width:90px; height:60px;}


/* RESPONSIVE */

@media (max-width:767px){
	
	
}
@media (min-width:768px) and (max-width:991px){
	
	
}
@media (min-width:992px) and (max-width:1199px){
	
	.caption img{ width:60px; height:40px; margin-top: 18px;}
	
	
	
}