/*-----------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
:focus {outline: 0 !important;}
/*Section Fix*/
html,
body {overflow-x: hidden;}
body {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #444;
}
blockquote {
    font-style: italic;
    margin: 15px;
    width: 100%;
    float: left;
}
body section.row, body header.row, body footer.row {
  margin: 0;
  position: relative;
}
section {
  float: left;
  position: relative;
  width: 100%;
}
.block {
  float: left;
  padding: 100px 0;
  position: relative;
  width: 100%;
}
/* Parallax Sec Style */
.blackish:before,
.bluish:before,
.grayish:before,
.whitish:before {
  background:none repeat scroll 0 0 #171621;
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  z-index:-1;
}
.grayish:before {background: #f9f9f9;}
.whitish:before {background: #fff;}
.high-opacity:before {opacity: .9;}
.medium-opacity:before {opacity: .8;}
.low-opacity:before {opacity: .6;}
/* Parallax Effect */
.parallax,.fixed-bg{
  height:100%;
  width:100%;
  margin:0;
  position:absolute;
  left:0;
  top:0;
  z-index:-2;
}
.fixed-bg{
  background-attachment:fixed !important;
  background-size:cover!important;
}
.gray, 
.block.gray {background: #fafafa;}
.tb-border {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.border-bottom {border-bottom: 1px solid #eee;}
.border-top {border-top: 1px solid #eee;}
.remove-ext{
	margin-bottom:-60px;
	float:left;
	width:100%;
	}
/*Ancore*/
a, .btn, button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
  color: #0d72a5;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -ms-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn {
  border-radius: 30px;
  padding: 8px 35px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.42857143;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn.btn-default {
  border: 2px solid #1193d4;
  color: #fff;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  background-color: transparent;
}
.btn-primary {
  border-color: #0f7fb8;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: #333;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item.item-page ul{list-style:inside;}
.section_title h2 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  color: #000000;
  margin-bottom: 60px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  text-align: center;
}
.section_title h2:after {
  display: block;
  content: "";
  height: 2px;
  margin-top: 18px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: relative;
  top: 0px;
  width: 40px;
  left: 50%;
}
p{margin:0;}
/*-----------------------*/
.top_bar {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.logo {
  height: 90px;
  line-height: 90px;
  display: table;
}
.logo img {
  max-height: 90px;
}
.sp-contact-info {
  float: right;
  margin: 0 -10px;
  padding: 25px 0;
}
.sp-contact-info li {
  margin: 0 10px;
  font-size: 90%;
  float: left;
}
.sp-contact-info li i {
  margin: 0 3px;
  float: left;
  line-height: 38px;
  width: 40px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #1193d4;
  border-radius: 3px;
}
.sp-contact-info li p {
  margin-left: 50px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.sp-contact-info li p span {
  display: block;
  line-height: 100%;
  margin: 2px 0 8px 5px;
  letter-spacing: .5px;
}
.sp-contact-info li p span:last-child {
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.sp-contact-info li:hover i, .sp-contact-info li:focus i {
  color: #fff;
}
/*---------------------------------------------Navigation------------------------------------------------*/
.navbar-default {
  float: left;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  border: none;
  margin: 0;
  height: initial;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  z-index: 9;
}
.navbar-default .offcanvas-toggler {
  float: right;
  line-height: 35px;
  font-size: 18px;
  color: #000;
}
.navbar-default .offcanvas-toggler:hover, .navbar-default .offcanvas-toggler:focus {
  color: #0d72a5;
}
.navbar-default .navbar-header .navbar-toggle {
  display: none;
}
.navbar-default .navbar-header .navbar-brand {
  position: relative;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: initial;
  height: initial;
}
.navbar-default .navbar-header .navbar-brand img {
  height: 100%;
}
.navbar-default #main_nav {
  padding: 0;
  position: relative;
}
.navbar-default #main_nav .navbar-nav li a {
  display: block;
  padding: 0 15px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
}
.navbar-default #main_nav .navbar-nav li + li {
  margin-left: 5px;
}
.navbar-default #main_nav .navbar-nav li.dropdown > a:after,
.navbar-default #main_nav .navbar-nav li.menu-item-has-children > a:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-left: 5px;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu,
.navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-top: 2px solid #1193d4;
  padding: 10px 0;
  position: absolute;
  min-width: 240px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu,
  .navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu {
    display: block;
    top: 300%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li,
.navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu li {
  padding: 0 10px;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li a,
.navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu li a {
  font-size: 13px;
  text-transform: capitalize;
  color: #333;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 1px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li a i,
.navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu li a i {
  margin-right: 10px;
  width: 10px;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown,
.navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children {
  padding-bottom: 0;
  margin-bottom: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown > a:after,
.navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  line-height: 35px;
  position: absolute;
  right: 15px;
  display: block;
  top: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu,
.navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
  top: 0;
  left: 100%;
  margin: 0;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu,
  .navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    display: block;
    top: 300%;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li + li,
.navbar-default #main_nav .navbar-nav li.menu-item-has-children .sub-menu li + li {
  margin-left: 0;
  margin-bottom: 3px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown {
  position: static;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop {
  padding: 20px 5px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li {
    float: left;
    width: 25%;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span:after {
  display: none;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  display: block;
  padding-top: 15px;
  margin-top: 0;
  min-width: auto;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul {
    display: block;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul li {
  width: 100%;
  padding: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul li a {
  display: block;
}
.navbar-default #main_nav .navbar-nav li:hover > a, 
.navbar-default #main_nav .navbar-nav li.open > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu, 
  .navbar-default #main_nav .navbar-nav li.open .dropdown-menu,
  .navbar-default #main_nav .navbar-nav li:hover .sub-menu, 
  .navbar-default #main_nav .navbar-nav li.open .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 1000;
  }
}
.navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li:hover > a, 
.navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li.open > a, 
.navbar-default #main_nav .navbar-nav li.open .dropdown-menu li:hover > a, 
.navbar-default #main_nav .navbar-nav li.open .dropdown-menu li.open > a,
.navbar-default #main_nav .navbar-nav li:hover .sub-menu li:hover > a, 
.navbar-default #main_nav .navbar-nav li:hover .sub-menu li.open > a, 
.navbar-default #main_nav .navbar-nav li.open .sub-menu li:hover > a, 
.navbar-default #main_nav .navbar-nav li.open .sub-menu li.open > a {
  color: #fff;
  margin-bottom: 0;
}
.navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li:hover > a i, 
.navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li.open > a i, 
.navbar-default #main_nav .navbar-nav li.open .dropdown-menu li:hover > a i, 
.navbar-default #main_nav .navbar-nav li.open .dropdown-menu li.open > a i,
.navbar-default #main_nav .navbar-nav li:hover .sub-menu li:hover > a i, 
.navbar-default #main_nav .navbar-nav li:hover .sub-menu li.open > a i, 
.navbar-default #main_nav .navbar-nav li.open .sub-menu li:hover > a i, 
.navbar-default #main_nav .navbar-nav li.open .sub-menu li.open > a i {
  color: #fff;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li:hover .sub-menu li:hover .sub-menu, 
  .navbar-default #main_nav .navbar-nav li:hover .sub-menu li.open .sub-menu, 
  .navbar-default #main_nav .navbar-nav li.open .sub-menu li:hover .sub-menu, 
  .navbar-default #main_nav .navbar-nav li.open .sub-menu li.open .sub-menu,
  .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li:hover .dropdown-menu, 
  .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li.open .dropdown-menu, 
  .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li:hover .dropdown-menu, 
  .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li.open .dropdown-menu {
    display: block;
    opacity: 1;
    top: 0;
    visibility: visible;
    z-index: 1000;
  }
}
.navbar-default #main_nav .navbar-nav li.active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.navbar-default #main_nav .navbar-right {
  margin-right: 40px;
}
.navbar-default.affix {
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
.navbar-default.style2 #main_nav {
  padding: 7.5px 0px;
}
.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -10;
  padding: 20px 0;
  overflow-y: scroll;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.offcanvas-menu.open {
  z-index: 10000;
  opacity: 1;
}
.offcanvas-menu .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  padding: 0 20px;
  letter-spacing: 4px;
}
.offcanvas_closer {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.offcanvas_closer.open {
  z-index: 9999;
  opacity: 1;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
#offcanvas-inner-menu li a {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 20px;
  margin: 0 0 -1px;
  line-height: 36px;
  color: #000;
}
#offcanvas-inner-menu li a:hover, 
#offcanvas-inner-menu li a:focus {
  color: #fff;
}
#offcanvas-inner-menu li.dropdown > a:before,
#offcanvas-inner-menu li.menu-item-has-children > a:before {
  content: "\f107";
  display: block;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 6px 0 20px;
  line-height: 36px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#offcanvas-inner-menu li .dropdown-menu,
#offcanvas-inner-menu li .sub-menu {
  position: relative;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 20px;
}
#offcanvas-inner-menu li .dropdown-menu li a,
#offcanvas-inner-menu li .sub-menu li a {
  display: block;
  line-height: 24px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}
#offcanvas-inner-menu li .dropdown-menu li a:before,
#offcanvas-inner-menu li .sub-menu li a:before {
  line-height: 24px;
}
#offcanvas-inner-menu li .dropdown-menu li a:hover, 
#offcanvas-inner-menu li .dropdown-menu li a:focus,
#offcanvas-inner-menu li .sub-menu li a:hover, 
#offcanvas-inner-menu li .sub-menu li a:focus {
  background: #f5f5f5;
}
#offcanvas-inner-menu li .dropdown-menu li:first-child a,
#offcanvas-inner-menu li .sub-menu:first-child a {
  border-top: 0;
}
#offcanvas-inner-menu li .dropdown-menu li:last-child a,
#offcanvas-inner-menu li .sub-menu li:last-child a {
  border-bottom: 0;
}
#offcanvas-inner-menu li .dropdown-menu li .dropdown-menu li a:hover, 
#offcanvas-inner-menu li .dropdown-menu li .dropdown-menu li a:focus,
#offcanvas-inner-menu li .sub-menu li .dropdown-menu li a:hover, 
#offcanvas-inner-menu li .sub-menu li .dropdown-menu li a:focus {
  color: #fff;
}
#offcanvas-inner-menu li.open > a {
  background-color: #f5f5f5;
}
#offcanvas-inner-menu li.active > a {
  color: #fff;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .form-control, 
form#login-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li input[type="checkbox"], 
form#login-form input[type="checkbox"] {
  margin-left: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .input-group-addon, 
form#login-form .input-group-addon {
  color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 6px 12px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery, 
.flickGallery, 
.flickGallery_footer {
  margin: 0 -1px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li, 
.flickGallery li, 
.flickGallery_footer li {
  float: left;
  width: 25%;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li + li, 
.flickGallery li + li, 
.flickGallery_footer li + li {
  margin-bottom: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a, 
.flickGallery li a, 
.flickGallery_footer li a {
  display: block;
  padding: 0.25px 0.5px;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  position: relative;
  color: #fff;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:after, 
.flickGallery li a:after, 
.flickGallery_footer li a:after {
  content: '+';
  position: absolute;
  display: block;
  top: 0.25px;
  bottom: 0.25px;
  left: 0.5px;
  right: 0.5px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 63.5px;
  font-size: 24px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:hover, 
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:focus, 
.flickGallery li a:hover, 
.flickGallery li a:focus, 
.flickGallery_footer li a:hover, 
.flickGallery_footer li a:focus {
  background: none;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:hover:after, 
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:focus:after, 
.flickGallery li a:hover:after, 
.flickGallery li a:focus:after, 
.flickGallery_footer li a:hover:after, 
.flickGallery_footer li a:focus:after {
  opacity: 1;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a img, 
.flickGallery li a img, 
.flickGallery_footer li a img {
  max-width: 100%;
}
.flickGallery_footer {
  margin: 0 -1px;
  padding: 0;
}
/*=========header2==========*/
.header-top-bar {
  color: #ffffff;
  padding: 8px 0;
}
.header-top-bar p {
  line-height: 33px;
  margin-bottom: 0;
}
.header-top-bar .social-icons li {
  float: left;
}
.header-top-bar .social-icons li a {
  border-color: #fff;
  border-width: 1.5px;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 32px;
}
.navbar-form {
  margin: 0 -15px 0 0;
}
.navbar-form .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
  height: 34px;
  width: 206px;
  border: 1px solid #1193d4;
}
.navbar-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.navbar-form span {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.navbar-form button {
  color: #fff;
  padding: 6px 12px;
  height: 34px;
  line-height: 22px;
  text-transform: capitalize;
  margin: 0;
  border: none;
  border-radius: 0 3px 3px 0;
}
.header-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
  padding: 25px 0;
  height: 100px;
}
.header-transparent.style2 {
  background: rgba(255, 255, 255, 0.1);
}
.header-transparent.navbar-default #main_nav .navbar-nav li a {
  color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.header-transparent.navbar-default .offcanvas-toggler {
  color: #fff;
}
.navbar.navbar-default.header-transparent.affix {
  padding: 4px 0px;
  height: 61px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
}
.navbar.navbar-default.header-transparent.affix.navbar-default #main_nav {
  padding-top: 9px;
}
.navbar.navbar-default.header-transparent.affix.navbar-default #main_nav .navbar-nav li a {
  color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}
.navbar.navbar-default.header-transparent.affix.navbar-default #main_nav .navbar-nav .active a {
  color: white;
}
.navbar.navbar-default.header-transparent.affix.navbar-default .offcanvas-toggler {
  color: #000;
}
/*-----------------------*/
.sp-bottom-info {
  /*background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-color: #202427;*/
  color: #ffffff;
}
.sp-bottom-info .container {
  padding: 50px 0;
  border-bottom: 1px solid #555;
}
.sp-bottom > .container {
  border: 0 none;
  padding: 0;
}
.sp-bottom-info .logo-bottom {
  float: left;
  border-right: 1px solid #999;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 40px;
  height: 55px;
  padding-top: 5px;
  padding-right: 30px;
}
@media (max-width: 543px) {
  .sp-bottom-info .logo-bottom {
    float: none;
    border: none;
  }
}
.sp-bottom-info .bottom-info {
  margin-bottom: 0;
  height: 55px;
  color: #999;
}
@media (max-width: 543px) {
  .sp-bottom-info .bottom-info {
    margin-top: 10px;
  }
}
@media (max-width: 543px) {
  .sp-bottom-info .position1 {
    padding: 0px 30px 25px;
  }
}
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.social-icons li {
  display: inline-block;
  margin: 0 3px;
}
.social-icons li a {
  border: 1px solid #999;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #999;
}
@media (max-width: 543px) {
  .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.social-icons li a:hover, .social-icons li a:focus {
  border-color: #fff;
  background: #fff;
}
.sp-bottom {
  padding: 70px 0px;
}
.sp-bottom .sp-module-title {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.sp-bottom .textwidget p {
  color: #999;
}
.sp-bottom .textwidget p a,
footer .widget_nav_menu ul li a {
  color: #999;
}
.sp-bottom .textwidget p i {
  margin-right: 10px;
}
.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tagspopular ul li {
  display: inline-block;
}
.tagspopular ul li a,
.module .tagcloud > a {
  display: block;
  border: 1px solid #999;
  padding: 0 15px;
  border-radius: 30px;
  color: #999;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
  margin-right: 5px;
}
.tagspopular ul li a:hover, .tagspopular ul li a:focus,
.module .tagcloud > a:hover, .module .tagcloud > a:focus {
  border-color: #fff;
  background: #fff;
}
.copyright_row {
  padding: 20px 0;
  background: #1e2124;
  color: #fff;
}
/*-----------------------*/
.featured_clients a {
  display: inline-block;
  line-height: 95px;
}
.featured_clients img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  opacity: 0.7;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.featured_clients a:hover img {
  opacity: 1;
}
/*-----------------------*/
.error_404.row {
  height: 100vh;
  width: 100vw;
}
.error_404.row .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.error_404.row .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error_404.row .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error_404.row .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
/*-----------------------*/
.comingsoon_wrap {
  height: 100vh;
  color: #fff;
}
.sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
@media (max-width: 600px) {
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    width: 15%;
  }
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    width: 80px;
    height: 85px;
    font-size: 30px;
    line-height: 80px;
  }
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: #fff;
  font-size: 24px;
}
/*-----------------------*/
.testimonial_row {
  color: #fff;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
/*.testimonial_row:after {
  display: block;
  position: absolute;
  height: 100%;
  background: rgba(17, 147, 212, 0.9);
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}*/
.testimonial_row .container {
  position: relative;
  z-index: 2;
}
.testimonial_row .testimonial-pro {
  max-width: 798px;
  margin: 0 auto;
}
.testimonial_row .testimonial-pro .item {
  padding: 0;
}
.testimonial_row .testimonial-pro .item .avatar {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.testimonial_row .testimonial-pro .item .testimonial-message {
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.testimonial_row .testimonial-pro .item .testimonial-client {
  margin-bottom: 10px;
}
.testimonial_row .testimonial-pro .item .testimonial-client p {
  font-weight: bold;
}
.testimonial_row .carousel-control {
  border: 1px solid #fff;
  color: #fff;
  line-height: 30px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  background: none;
  opacity: 1;
  text-shadow: none;
}
.testimonial_row .carousel-control.left {
  left: -60px;
}
.testimonial_row .carousel-control.right {
  right: -60px;
}
.testimonial_row .carousel-control:hover {
  background: #fff !important;
}
.testimonial_row .carousel-indicators {
  bottom: -50px;
}
/*-----------------------*/
/*.from_blog {
  padding: 100px 0;
  background: #fafafa;
}*/
.from_blog .blog_content {
  border: 1px solid #f1f1f1;
  padding: 25px;
  background-color: #fff;
}
.from_blog .blog_content h3 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.3;
}
.from_blog .blog_content h3 a {
  color: #000;
}
.from_blog .blog_content .article-meta {
  margin: -5px -5px 5px;
}
.from_blog .blog_content .article-meta span {
  margin: 5px;
  color: #9f9f9f;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}
.meta-date i,
.meta-author {
    font-size: 10px;
    padding-right: 5px;
}
.from_blog .blog_content a:hover {
  color: #0d72a5;
}
.section_heading {
  margin-bottom: 35px;
}
.section_heading h2 {
  font-weight: 600;
  margin-bottom: 18px;
}
.title-subheading {
  max-width: 58%;
  margin: 0 auto;
}
.latest-blog .post-tittle:after {
  display: block;
}
.latest-blog h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.latest-blog h2:after {
  display: none;
}
.latest-blog .title-subheading {
  margin-bottom: 50px;
  font-size: 14px;
}
.latest-blog .posts {
  font-weight: 400;
  letter-spacing: 5px;
}
/*======index-agency=====*/
.section_blog {
  margin-bottom: 50px;
}
.section_blog .title-heading {
  font-weight: 300;
  margin-bottom: 50px;
}
/*-----------------------*/
.purchaseBox .content-holder {
  padding: 120px 50px 120px 0px;
  width: 555px;
  float: right;
}
@media (max-width: 1199px) {
  .purchaseBox .content-holder {
    width: 100%;
    float: left;
  }
}
.purchaseBox .content-holder .content-title {
  margin: 20px 0 50px;
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
}
.purchaseBox .content-holder .content-title:after {
  content: "";
  height: 2px;
  left: 0%;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
  position: absolute;
  bottom: -25px;
  width: 40px;
  display: block;
}
.purchaseBox .content-holder p {
  margin-bottom: 40px;
}
.half-purchaseBox + .half-purchaseBox {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/shutterstock_264940502.jpg) no-repeat scroll 100% center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 736px;
  }
}
@media (max-width: 500px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 300px;
  }
}
.half-probiz-best {
  position: absolute;
  left: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/about_bg.jpg) no-repeat scroll 100% center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .half-probiz-best {
    position: relative;
    width: 100%;
    height: 799px;
  }
}
@media (max-width: 500px) {
  .half-probiz-best {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .half-probiz-best {
    height: 300px;
  }
}
.purchaseBox .purchasebox2 {
  float: right;
}
.purchaseBox .purchasebox2 .content-holder {
  padding-left: 0px;
}
@media (max-width: 1199px) {
  .purchaseBox .purchasebox2 .content-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .purchaseBox .purchasebox2 {
    float: none;
    width: 100%;
  }
}
/*-----------------------*/
/*.main_features {
  padding: 100px 0;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}*/
.main_features .feature .media .media-left {
  padding-right: 15px;
}
.main_features .feature .media .media-left span {
  width: 38px;
  padding-left: 2px;
  text-align: center;
  display: block;
  font-size: 36px;
  line-height: 36px;
}
.main_features .feature .media .media-body h4 {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.main_features .feature .media .media-body p{color: #5a5a5a;}
/*-----------------------*/
.sp-page-title {
  padding: 40px 0;
}
.sp-page-title h2 {
  font-size: 24px;
  letter-spacing: 2px;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}
.sp-page-title h2, .sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  float: left;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  float: right;
  margin: 0;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li {
  color: #fff;
  text-transform: capitalize;
}
.sp-page-title .breadcrumb > li a {
  color: #fff;
}
.sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
.sp-page-title .breadcrumb > li.active {
  color: rgba(255, 255, 255, 0.8);
}
/*-----------------------*/
.contact-area {
  padding: 100px 0;
}
.contact-info .additional-info {
  margin: 0;
  padding: 0;
}
.contact-info .additional-info li a {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #444;
  padding: 0;
  display: inline-block;
}
.contact-info .additional-info li a i {
  margin-right: 10px;
}
.contact-info .additional-info li a:hover, .contact-info .additional-info li a:focus {
  background: none;
}
.contact-info .additional-info li + li {
  padding-top: 12px;
}
.contact-title {
  margin-bottom: 20px;
  color: #000000;
}
.contact-title h3 {
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.3;
}
.social-icon {
  margin-top: 60px;
}
.social-icon li {
  float: left;
  padding: 0;
}
.social-icon li + li {
  margin-left: 10px;
}
.social-icon li a {
  border: 1px solid #428bca;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 8px;
  font-size: 13px;
  text-align: center;
  color: #428bca;
  line-height: 32px;
}
.social-icon li a:hover {
  color: #fff;
}
.contact-form .form-group.name {
  width: 50%;
  padding-right: 10px;
  float: left;
}
.contact-form .form-group.email {
  width: 50%;
  padding-left: 10px;
  float: left;
}
.contact-form .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
}
.contact-form .form-control:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.contact-form .btn {
  border-radius: 30px;
  padding: 8px 35px;
  font-weight: 600;
  font-size: inherit;
  line-height: 26px;
}
#mapBox {
  height: 450px;
}
/*-----------------------*/
.sp-main-body {
  background: #fafafa;
  padding: 100px 0;
}
@media (max-width: 504px) {
  .blog-area .gallery {
    width: 246px;
  }
}
.items-leading .item {
  background: #fff;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}
.items-leading .item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.items-leading .item .blog-content {
  padding: 40px 40px;
}
@media (max-width: 504px) {
  .items-leading .item .blog-content {
    padding: 40px 20px;
  }
}
.items-leading .entry-header {
  margin-left: 68px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 504px) {
  .items-leading .entry-header {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.items-leading .entry-header h2 {
  margin: 8px 0 0;
}
.items-leading .entry-header h2 a {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
}
.items-leading .post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #1193d4;
}
@media (max-width: 504px) {
  .items-leading .post-format {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
}
.items-leading .article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.items-leading .article-info dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid #ddd;
}
@media (max-width: 504px) {
  .items-leading .article-info dd {
    display: block;
    margin-bottom: 10px;
    border: 0;
  }
}
.items-leading .article-info dd i {
  margin-right: 3px;
  color: #9f9f9f;
}
.items-leading .article-info dd:last-child {
  border: none;
}
.items-leading .readmore {
  margin-top: 30px;
}
.items-more ol li a:hover {
  color: #23527c;
}
.module {
  background: #fff;
  padding: 40px;
  border: 1px solid #eee;
  margin-top: 30px;
}
@media (max-width: 504px) {
  .module {
    padding: 40px 20px;
  }
}
.module:first-child {
  margin-top: 0;
}
.module h3,
.module-title > h4 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.module .module-content img,
.module img {
  display: block;
  max-width: 100%;
  height: auto;
}
.module .module-title,
.module-title {
  margin: 0 0 20px;
}
.module .categories-module,
.module > ul,
.module > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*.module .categories-module li,
.module > ul > li,
.module > div > ul li {
  border-bottom: 1px solid #e8e8e8;
  padding: 2px 0;
}
.module .categories-module li a,
.module > ul > li > a,
.module > div ul li > a {
  line-height: 36px;
  padding: 2px 0;
  color: #000;
}*/
.module > div ul ul {padding-left: 20px;}
.module .categories-module li:last-child,
.module > ul > li:last-child,
.module > div ul li:last-child {
  border-bottom: none;
}
.module .tagspopular li a:hover,
.module .tagcloud > a:hover {
  color: #fff;
}
.module .flickGallery {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.module .latestnews .latest-info {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  font-style: italic;
  color: #9f9f9f;
}
.module .latestnews .latest-info a {
    color: #000;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.module .latestnews .latest-info span {
  margin-right: 10px;
}
/*-----------------------*/
.simpleportfolio-filter {
  text-align: center;
  margin-bottom: 30px;
}
.simpleportfolio-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.simpleportfolio-filter ul li {
  float: left;
  display: block;
  margin: 0 5px;
  padding: 5px 10px;
  background-color: transparent;
  color: #777;
  letter-spacing: 2px;
  cursor: pointer;
  font-weight:bold;
}
.simpleportfolio-filter ul li.active, .simpleportfolio-filter ul li:hover {
  border-bottom:1px solid;
}
.simpleportfolio-items .simpleportfolio-item {
  position: relative;
  overflow: hidden;
}
.simpleportfolio-items .simpleportfolio-item img {
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.simpleportfolio-items .simpleportfolio-item .overlay {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle {
  display: table;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle .simpleportfolio-btns a {
  padding: 7px 12px;
  margin: 3px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  font-weight: normal;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: inline-block;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle h3 {
  margin-top: 10px;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 0;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle h3 a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle .simpleportfolio-tags {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 1;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.simpleportfolio-items .simpleportfolio-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.simpleportfolio-items .simpleportfolio-item:hover .overlay {
  opacity: 0.9;
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-btns a {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-btns a:hover {
  background: transparent;
  color: #fff;
}
.simpleportfolio-items .simpleportfolio-item:hover h3 {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-tags {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.simpleportfolio-items .simpleportfolio-columns-3 {
  margin-bottom: 30px;
}
.mfp-figure figure {
  padding: 25px 25px 0;
  display: inline-block;
  background: #fff;
  border-bottom: 25px solid transparent;
  overflow: auto;
}
img.mfp-img {
  padding: 0;
}
.mfp-image-holder .mfp-close {
  top: -8px;
  right: 0;
  cursor: pointer !important;
  color: #000;
}
.single-work-body {
  padding: 100px 0;
}
.single-work-body .simpleportfolio-image {
  margin-bottom: 20px;
}
.single-work-body .simpleportfolio-description {
  font-family: Open Sans, sans-serif;
}
.single-work-body .simpleportfolio-description h2 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 5px;
  margin-top: 0;
}
.simpleportfolio-created {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.simpleportfolio-created h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.simpleportfolio-link .link {
  padding: 7px 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 0;
}
.simpleportfolio-link .link:hover {
  border-color: #0b628d;
  background-color: #0d72a5;
}
/*=====header1-page-portfolio-css====*/
.portfolio-area .simpleportfolio-columns-3 {
  padding: 0;
  margin-bottom: 0;
}
.portfolio-area .simpleportfolio-columns-3 .simpleportfolio-item {
  margin-right: 1px;
  margin-bottom: 1px;
}
/*=======corporate-portfolio=======*/
.corporate-portfolio {
  padding-bottom: 0;
  border-bottom: none;
  overflow: hidden;
}
.corporate-portfolio .simpleportfolio-items {
  margin-bottom: 0;
}
/*=====index-agency css======*/
.style2 {
  background: #fafafa;
}
/*-----------------------*/
.template-area {
  padding: 100px 0 50px;
  position: relative;
}
.grayish .template-title, 
.whitish .template-title {color: #3b3b3b;}
.grayish .template-title-subheading, 
.whitish .template-title-subheading {color: #858585;}
.template {
  text-align: center;
  color: #fff;
  z-index: 1;
  margin-bottom: 50px;
}
.template-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
}
.template-title-subheading {
  max-width: 80%;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
}
.basic-section-template {
  background: #f1f1f1;
  padding: 100px 0;
}
.basic-section-template .section-title {
  text-align: center;
}
.title-heading {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  letter-spacing: 5px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 100px;
  margin-top: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 338px) {
  .title-heading {
    letter-spacing: 2px;
  }
}
.title-heading:after {
  content: "";
  height: 2px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: relative;
  display: block;
  margin-top: 18px;
  width: 40px;
}
.row-section {
  background: #fafafa;
  text-align: center;
  padding: 100px 0;
}
.row-section .row-img {
  display: inline-block;
}
/*-----------------------*/
.layout-section {
  padding: 100px 0;
}
.layout-section .layout-text-left {
  padding-top: 100px;
}
.layout-section .layout-text-left h1 {
  color: #000000;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  margin-top: 0;
}
.layout-section .layout-text-left p {
  font-size: 18px;
  line-height: 26px;
}
.layout-section .layout-text-left .learn {
  border: 2px solid #1193d4;
  margin-top: 30px;
}
.layout-section .layout-text-left .learn:hover {
  background: transparent;
}
.module-area {
  background: #fff;
  text-align: center;
  padding: 100px 0;
}
/*-----------------------*/
.page-builder {
  padding: 100px 0;
  color: #ffffff;
}
.page-builder .builder-content {
  padding-top: 32px;
}
.page-builder .builder-content h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}
.page-builder .builder-content .button {
  background-color: #fff;
  border: none;
  margin-top: 37px;
}
.page-builder .builder-content .button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-builder .builder-video iframe {
  width: 100%;
  height: 312px;
  border: none;
}
.layout-page-area {
  text-align: center;
  padding: 100px 0;
}
.layout-page-area .section-title .title-heading {
  margin-bottom: 45px;
}
.layout-page-area .section-title p {
  margin-bottom: 50px;
}
/*-----------------------*/
.meet-team-area {
  position: relative;
  padding: 100px 0 50px;
  overflow: hidden;
}
.team-vedio {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.meet-team-area video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.board-area h2 {
  font-weight: 300;
}
.board-content {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 15px;
  background: #fff;
  text-align: left;
}
.board-content + .board-content {
  margin-top: 30px;
}
.board-content img {
  max-width: 100%;
}
.board-content img:hover {
  background: #fff;
  opacity: 0.8;
}
.board-content .board-text {
  padding: 20px 10px 0px 15px;
}
@media (max-width: 1199px) {
  .board-content .board-text {
    padding: 20px 0px 0px 0px;
  }
}
.board-content h4, .board-content h4 a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 18px;
}
.board-content h4 small {
  font-size: 11px;
  color: #888;
  font-style: italic;
}
.board-content .person-social {
  list-style: none;
  display: block;
  padding: 5px 0px 0px;
  margin: 0;
}
.board-content .person-social li {
  display: inline-block;
  margin: 3px;
}
.board-content .person-social li a {
  font-size: 13px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.board-content .person-social li a:hover {
  color: #fff;
}
.board-content:hover {
  -webkit-box-shadow: 1px 1px 2px 0px #f1f1f1;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.investor-area {
  padding: 100px 0;
  background: #fafafa;
}
.investor-area + .investor-area {
  border-top: 1px solid #eee;
}
.investor-area .dedicated-team {
  margin-bottom: 30px;
}
/*-----------------------*/
.pricing-area {
  background: #f8f8f8;
  padding: 100px 0;
  border-bottom: 1px solid #eee;
}
.pricing-area + .pricing-area {
  border-bottom: none;
}
.pricing-area h2 {
  text-align: center;
}
.pricing-body {
  padding: 0 0 50px 0;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  border: 1px solid #eee;
}
.pricing-body .pricing-header {
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pricing-body .pricing-header h4 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 100px;
  text-transform: uppercase;
}
.pricing-body .pricing-features {
  margin-top: 70px;
}
.pricing-body .pricing-features span {
  font-size: 65px;
}
.pricing-body .pricing-features .pricing-list {
  margin: 0;
  padding: 40px 0px 20px 0px;
  list-style: none;
}
.pricing-body .pricing-features .pricing-list li {
  display: block;
  padding: 5px 0;
}
.pricing-body .pricing-features .btn-default {
  background: transparent;
}
.pricing-body .pricing-features .btn-default:hover {
  color: #fff;
}
.pricing-body .pricing-features .active {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing-body .pricing-features .active:hover {
  background: transparent;
}
.middle {
  border: 1px solid #1193d4;
}
.header-pricing h2 {
  font-weight: 600;
}
/*-----------------------*/
.promo-section .promo-content {
  margin-bottom: 60px;
}
.promo-section .promo-content span {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}
.promo-section .promo-content h3 {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-top: 26px;
}
.promo-section .promo-content p {
  padding-top: 5px;
}
.work-process-area .work-01 {
  background: rgba(17, 147, 212, 0.8);
}
.work-process-area .work-02 {
  background: rgba(17, 147, 212, 0.9);
}
.work-process-area .work-process {
  padding: 63px;
  color: #fff;
}
@media (max-width: 1199px) {
  .work-process-area .work-process {
    padding: 70px 40px;
  }
}
.work-process-area .work-process h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}
.work-process-area .work-process p {
  margin-bottom: 50px;
}
.work-process-area .work-title {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}
.portfolio-section .portfolio-gallery .portfolio-image {
  position: relative;
  cursor: pointer;
}
.portfolio-section .portfolio-gallery .portfolio-image:after {
  content: "+";
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  font-size: 65px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 0;
}
.portfolio-section .portfolio-gallery .portfolio-image:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(17, 147, 212, 0.9);
  position: absolute;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 0;
}
.portfolio-section .portfolio-gallery .portfolio-image:hover:before, .portfolio-section .portfolio-gallery .portfolio-image:hover:after {
  opacity: 1;
}
.portfolio-section .addon-text h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
}
.carousel .carousel-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.carousel .carousel-control:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.addon-features {
  background: #fff;
}
.sppb-section {
  color: #ffffff;
  /*background-color: #1193d4;*/
}
@media (max-width: 1099px) {
  .sppb-section .sppb-addon {
    width: 100%;
  }
}
.sppb-section .sppb-addon h2 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 42px;
  font-weight: 300;
}
@media (max-width: 1099px) {
  .sppb-section .sppb-addon h2 {
    font-size: 33px;
  }
}
@media (max-width: 1099px) {
  .sppb-section .button-info {
    width: 30%;
    margin-top: 5px;
  }
}
.sppb-section .btn-success {
  background: #fff;
  border: none;
  padding: 0px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  margin: 5px;
}
.sppb-section .btn-success:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.btn.btn-info {
  background: none;
  padding: 0;
  border: none;
  letter-spacing: 0;
}
.btn.btn-info i {
  margin-left: 5px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn.btn-info:hover i {
  margin-left: 10px;
}
/*-----------------------*/
.company-overview {
  padding: 100px 0;
  border-bottom: 1px solid #eee;
}
.company-overview .company-content h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
.company-overview .company-content p {
  margin-bottom: 30px;
}
.company-overview .company-content .btn-default {
  margin-top: 20px;
}
.info-list li {
  margin-bottom: 10px;
}
.info-list li i {
  width: 25px;
  line-height: 27px;
  float: left;
}
h3.column-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.about-tittle {
  font-weight: 600;
}
.social-icon {
  margin-top: 34px;
}
.we-do .we-do-list li {
  padding-bottom: 6px;
}
.we-do .we-do-list li i {
  font-size: 14px;
  line-height: 29px;
  width: 30px;
  height: auto;
  float: left;
}
.progress-element .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 3px;
  overflow: visible;
  margin: 0;
}
.progress-element .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-element .progress-element {
  text-align: left;
}
.progress-element p {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom:14px;
}
.theme-features-area {
  background: #fafafa;
}
.theme-features-area h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.theme-features-area .media {
  margin-top: 60px;
}
.theme-features-area .media .media-left {
  margin-left: 15px;
}
.theme-features-area .media .media-left i {
  display: inline-block;
  text-align: center;
  padding: 10px;
  border: 2px solid #1193d4;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
}
.theme-features-area .features {
  text-align: right;
}
.theme-features-area .pull-left {
  margin-left: 0;
  margin-right: 15px;
}
.circle-progressbar-area {
  color: white;
}
.circle-progressbar-area h2 {
  color: #fff;
}
.circle-progressbar-area .pie-progressbar {
  text-align: center;
}
.circle-progressbar-area .pie-progressbar .pie-chart {
  position: relative;
}
.circle-progressbar-area .pie-progressbar h4 {
  font-size: 20px;
}
.chart-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
}
/*-----------------------*/
.web-banner {
  color: white;
  background:  no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
/*.web-banner:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}*/
.web-banner .slider-button .sppb-btn {
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
}
.web-banner .slider-button .btn-success {
  border: none;
}
.expreence-slider {
  padding: 150px 0px;
  color: white;
  background: url("../images/background-55.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.expreence-slider:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}
.slider {
  z-index: 1;
}
.slider h2 {
  font-size: 48px;
  line-height: 20px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform:capitalize;
}
.slider .sppb-btn {
  margin: 5px;
}
.slider .slider-button {
  margin-top: 50px;
}
.slider .btn-success {
  background: #fff;
  border-color: #fff;
}
.slider .btn-success:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.style-3 {
  padding: 250px 0px 150px;
}
.web-banner-slide {
  color: white;
  background: url("../images/desk1.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.web-banner-slide:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}
.inner {
  font-size: 25px;
}
/*-----------------------*/
.tab-section .tab-container {
  margin-top: 50px;
}
.tab-section .tab-container .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.tab-section .tab-container .panel .panel-heading {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tab-section .tab-container .panel .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  line-height: 26px;
}
.tab-section .tab-container .panel .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
}
@media (max-width: 350px) {
  .tab-section .tab-container .panel .panel-heading .panel-title a {
    padding: 10px 10px 10px 15px;
  }
}
.tab-section .tab-container .panel .panel-heading .panel-title a:hover {
  color: none;
}
.tab-section .tab-container .panel .panel-heading .panel-title a i {
  margin-right: 10px;
}
@media (max-width: 350px) {
  .tab-section .tab-container .panel .panel-heading .panel-title a i {
    margin-right: 0px;
  }
}
.tab-section .tab-container .panel .panel-heading .panel-title a.collapsed {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
}
.tab-section .tab-container .panel .panel-body {
  border: none;
  padding: 15px 35px;
}
/*-----------------------*/
.working-feature {
  padding: 100px 0px 90px 0px;
  border: 1px solid #eee;
}
.feature-info + .media {
  margin-top: 50px;
}
.feature-info .media-left i {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 30px;
  line-height: 30px;
  margin-right: 5px;
}
.feature-info .media-body h4 {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}
/*-----------------------*/
.icon-progress-bar {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100% 16px;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
.icon-progress-bar .icon-progressbar {
  color: #fff;
  z-index: 1;
}
@media (max-width: 400px) {
  .icon-progress-bar .icon-progressbar {
    width: 100%;
  }
}
.icon-progress-bar .icon-progressbar .media .media-left {
  border-right: 2px solid #fff;
}
.icon-progress-bar .icon-progressbar .media .media-left i {
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}
.icon-progress-bar .icon-progressbar .media .media-body {
  padding-left: 15px;
}
.icon-progress-bar .icon-progressbar .media .media-body span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.icon-progress-bar .icon-progressbar .media .media-body h4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .icon-progress-bar .icon-progressbar .media .media-body h4 {
    line-height: 15px;
  }
}
/*======corporate2-progress=====*/
.corporate2-progress {
  background: url("../images/42.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.corporate2-progress:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}
/*-----------------------*/
.slidercontainer .tparrows {
  opacity: 0;
}
.slidercontainer:hover .tparrows, 
.slidercontainer:focus .tparrows {
  opacity: 1;
}
.probiz-h1 h1 {
  font-size: 35px !important;
  line-height: 40px !important;
  font-weight: 800 !important;
  color: #333 !important;
}
@media (max-width: 600px) {
  .probiz-h1 h1 {
    font-size: 19px !important;
    line-height: 21px !important;
  }
}
@media (max-width: 500px) {
  .probiz-h1 h1 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
}
.probiz-p p {
  font-size: 17px !important;
}
@media (max-width: 600px) {
  .probiz-p p {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}
@media (max-width: 500px) {
  .probiz-p p {
    font-size: 09px !important;
    line-height: 12px !important;
  }
}
@media (max-width: 400px) {
  .probiz-p p {
    display: none;
  }
}
.probiz-h2 h2 {
  font-size: 25px !important;
  font-weight: 600 !important;
}
@media (max-width: 600px) {
  .probiz-h2 h2 {
    line-height: 12px !important;
  }
}
@media (max-width: 500px) {
  .probiz-h2 h2 {
    line-height: 8px !important;
    font-size: 14px !important;
  }
}
.probiz-h3 h3 {
  font-size: 35px !important;
  font-weight: bold !important;
  color: #333 !important;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif !important;
}
@media (max-width: 600px) {
  .probiz-h3 h3 {
    font-size: 19px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 500px) {
  .probiz-h3 h3 {
    line-height: 15px !important;
    font-size: 16px !important;
  }
}
.probiz-b a + a {
  margin-left: 10px !important;
  background: transparent !important;
}
.probiz-b a + a:hover {
  color: #fff !important;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid transparent !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color 0.2s,border-color .2s;
  transition: background-color 0.2s,border-color .2s;
  float: none !important;
}
.tp-bullets.simplebullets.round .bullet.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #aaaaaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid white !important;
}
.tp-rightarrow {
  width: 100px;
  height: 100px;
}
.tparrows.default .tp-arr-imgholder {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*-----------------------*/
.image-feature {
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.image-feature .company-content h2 {
  font-weight: 600;
  color: #444;
  margin-bottom: 24px;
}
.image-feature .company-content .info-list {
  padding-top: 20px;
}
.image-feature .company-content .info-list li {
  margin-bottom: 4px;
}
.image-feature .company-content .info-list li i {
  display: inline-block;
}
.image-feature .company-content .btn-default {
  margin-top: 40px;
}
/*-----------------------*/
.outstanding-area h2 {
  font-weight: 600;
  color: #444;
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.outstanding-area .company-content {
  padding-top: 10px;
}
.outstanding-area .company-content > p{
  float: left;
  font-size:14px;
  width: 100%;
}
@media (max-width: 1199px) {
  .outstanding-area .company-content {
    padding-bottom: 30px;
  }
}
.outstanding-area .company-content .feature-info {
  margin-top: 39px;
  overflow: unset;
  float:left;
}
.outstanding-area .company-content .feature-info .media-left {
  padding-right: 8px;
}
.outstanding-area .company-content .feature-info .media-body h4 {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.media-body > p{font-size:13px;}
.outstanding-area .company-content .btn-default {
  margin-top: 30px;
}
.features-section {
  background: #fafafa;
}
.features-section .company-content {
  padding-top: 80px;
}
.features-section .features-list {
  padding-top: 20px;
}
/*-----------------------*/
.sppb-section-promo .promo-content {
  text-align: center;
}
.sppb-section-promo .promo-content span {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 22px;
  color: #ffffff;
  border-width: 1px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 36px;
  line-height: 36px;
}
.sppb-section-promo .promo-content h3 a,
.sppb-section-promo .promo-content a h3 {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.sppb-section-promo .quality-section span {
  background: none;
  font-size: 50px;
  margin: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.sppb-section-promo .quality-section span.cup {
  color: #f54f0c;
}
.sppb-section-promo .quality-section span .energy {
  color: #009925;
}
.sppb-section-promo .quality-section span .support {
  color: #333;
}
.video-feature video {
  max-width: 100%;
}
.title-1 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.details {
  background: transparent;
  margin-top: 20px;
  border: 2px solid #1193d4;
}
.details:hover {
  color: #fff;
}
.containerhidden {
  text-align: center;
}
.containerhidden img {
  display: inline-block;
}
.agency {
  padding-top: 50px;
}
.agency-promo {
  text-align: center;
}
.agency-promo span {
  display: inline-block;
  text-align: center;
  padding: 30px;
  border-style: solid;
  border-color: #1193d4;
  border-width: 1px;
  border-radius: 100px;
  font-size: 40px;
  line-height: 40px;
}
.agency-promo h3 {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
/*-----------------------*/
.skill-progressbar-area {
  text-align: center;
}
.skill-progressbar-area .title-heading {
  margin-bottom: 30px;
}
.skill-progressbar-area p {
  margin-bottom: 50px;
}
.skill-progressbar-area .pie-progressbar {
  position: relative;
}
.skill-progressbar-area .circle {
  position: relative;
}
/*-----------------------*/
.blog-details {
  background: #fafafa;
  padding: 100px 0;
}
.blog-details article.item {
  background: #fff;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.blog-details article.item .entry-image {
  margin-bottom: 30px;
}
.blog-details article.item .entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.blog-details article.item .pagenav li a {
  border-width: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin: 10px 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 8px 35px;
  background: transparent;
}
.blog-details article.item .pagenav li a:hover {
  color: #fff;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.PIN_1460819636569_button_pin {
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px #888;
  box-shadow: inset 0 0 1px #888;
  border-radius: 3px;
  height: 20px;
  width: 40px;
  -webkit-font-smoothing: antialiased;
  background: #efefef url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMThweCIgd2lkdGg9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiAxOCI+PGc+PHBhdGggZD0iTTE2Ljg1Myw2LjM0NSBDMTcuNjMyLDYuMzQ1IDE4LjM4LDUuNzAyIDE4LjUxLDQuOTA5IEMxOC42NjQsNC4xMzggMTguMTM1LDMuNDk0IDE3LjM1NywzLjQ5NCBDMTYuNTc4LDMuNDk0IDE1LjgzLDQuMTM4IDE1LjY5OCw0LjkwOSBDMTUuNTQ2LDUuNzAyIDE2LjA1Myw2LjM0NSAxNi44NTMsNi4zNDUgWiBNNy40NTgsMCBDMi41LDAgMCwzLjUyMiAwLDYuNDU5IEMwLDguMjM3IDAuNjgsOS44MTkgMi4xMzcsMTAuNDA5IEMyLjM3NiwxMC41MDUgMi41OSwxMC40MTIgMi42NiwxMC4xNSBDMi43MDgsOS45NjkgMi44MjIsOS41MTEgMi44NzMsOS4zMiBDMi45NDMsOS4wNjEgMi45MTYsOC45NyAyLjcyMyw4Ljc0NCBDMi4zMDIsOC4yNTMgMi4wMzQsNy42MTcgMi4wMzQsNi43MTYgQzIuMDM0LDQuMTA0IDQuMDA3LDEuNzY1IDcuMTcyLDEuNzY1IEM5Ljk3NSwxLjc2NSAxMS41MTQsMy40NjEgMTEuNTE0LDUuNzI2IEMxMS41MTQsOC43MDggMTAuMTgzLDExLjE4IDguMjA2LDExLjE4IEM3LjExNCwxMS4xOCA2LjI5NywxMC4zMjkgNi41NTksOS4yMzMgQzYuODcyLDcuOTIyIDcuNDgsNi41MDkgNy40OCw1LjU2NCBDNy40OCw0LjcxNyA3LjAyMiw0LjAxMSA2LjA3Miw0LjAxMSBDNC45NTYsNC4wMTEgNC4wNiw1LjE1NSA0LjA2LDYuNjg3IEM0LjA2LDcuNjYzIDQuMzkzLDguMzIzIDQuMzkzLDguMzIzIEM0LjM5Myw4LjMyMyAzLjI1MSwxMy4xMTcgMy4wNTEsMTMuOTU3IEMyLjY1MiwxNS42MjkgMi45OTEsMTcuNjc5IDMuMDE5LDE3Ljg4NiBDMy4wMzYsMTguMDA5IDMuMTk1LDE4LjAzOCAzLjI2NywxNy45NDYgQzMuMzcsMTcuODEyIDQuNywxNi4xODcgNS4xNTEsMTQuNTYyIEM1LjI3OSwxNC4xMDIgNS44ODUsMTEuNzIgNS44ODUsMTEuNzIgQzYuMjQ4LDEyLjQwNiA3LjMwOCwxMy4wMDkgOC40MzUsMTMuMDA5IEMxMS43OSwxMy4wMDkgMTQuMDY2LDkuOTc5IDE0LjA2Niw1LjkyMyBDMTQuMDY2LDIuODU3IDExLjQ0NCwwIDcuNDU4LDAgWiBNMjYuODk2LDE0LjE4OSBDMjYuMzQ4LDE0LjE4OSAyNi4xMTcsMTMuOTE1IDI2LjExNywxMy4zMjggQzI2LjExNywxMi40MDQgMjcuMDM1LDEwLjA5MSAyNy4wMzUsOS4wNDEgQzI3LjAzNSw3LjYzOCAyNi4yNzYsNi44MjYgMjQuNzIsNi44MjYgQzIzLjczOSw2LjgyNiAyMi43MjIsNy40NTMgMjIuMjkxLDguMDAzIEMyMi4yOTEsOC4wMDMgMjIuNDIyLDcuNTUzIDIyLjQ2Nyw3LjM4IEMyMi41MTUsNy4xOTYgMjIuNDE1LDYuODg0IDIyLjE3Myw2Ljg4NCBMMjAuNjUxLDYuODg0IEMyMC4zMjgsNi44ODQgMjAuMjM4LDcuMDU1IDIwLjE5MSw3LjI0NCBDMjAuMTcyLDcuMzIgMTkuNjI0LDkuNTg0IDE5LjA5OCwxMS42MzIgQzE4LjczOCwxMy4wMzQgMTcuODYzLDE0LjIwNSAxNi45MjgsMTQuMjA1IEMxNi40NDcsMTQuMjA1IDE2LjIzMywxMy45MDYgMTYuMjMzLDEzLjM5OSBDMTYuMjMzLDEyLjk1OSAxNi41MTksMTEuODc3IDE2Ljg2LDEwLjUzNCBDMTcuMjc2LDguODk4IDE3LjY0Miw3LjU1MSAxNy42ODEsNy4zOTQgQzE3LjczMiw3LjE5MiAxNy42NDIsNy4wMTcgMTcuMzc5LDcuMDE3IEwxNS44NDksNy4wMTcgQzE1LjU3Miw3LjAxNyAxNS40NzMsNy4xNjEgMTUuNDE0LDcuMzYxIEMxNS40MTQsNy4zNjEgMTQuOTgzLDguOTc3IDE0LjUyNywxMC43NzUgQzE0LjE5NiwxMi4wNzkgMTMuODMsMTMuNDA5IDEzLjgzLDE0LjAzNCBDMTMuODMsMTUuMTQ4IDE0LjMzNiwxNS45NDQgMTUuNzI0LDE1Ljk0NCBDMTYuNzk2LDE1Ljk0NCAxNy42NDQsMTUuNDUgMTguMjkyLDE0Ljc2NCBDMTguMTk3LDE1LjEzNSAxOC4xMzYsMTUuNDE0IDE4LjEzLDE1LjQzOSBDMTguMDc0LDE1LjY1IDE4LjE0MiwxNS44MzggMTguMzk0LDE1LjgzOCBMMTkuOTYxLDE1LjgzOCBDMjAuMjMzLDE1LjgzOCAyMC4zMzcsMTUuNzMgMjAuMzk0LDE1LjQ5NCBDMjAuNDQ5LDE1LjI2OSAyMS42MTksMTAuNjY3IDIxLjYxOSwxMC42NjcgQzIxLjkyOCw5LjQ0MyAyMi42OTIsOC42MzIgMjMuNzY4LDguNjMyIEMyNC4yNzksOC42MzIgMjQuNzIsOC45NjcgMjQuNjY5LDkuNjE4IEMyNC42MTIsMTAuMzMzIDIzLjc0MSwxMi45MDMgMjMuNzQxLDE0LjAzMSBDMjMuNzQxLDE0Ljg4NCAyNC4wNiwxNS45NDUgMjUuNjgzLDE1Ljk0NSBDMjYuNzg5LDE1Ljk0NSAyNy42MDMsMTUuNDY0IDI4LjE5NSwxNC43ODYgTDI3LjQ4OSwxMy45NDEgQzI3LjMxMSwxNC4wOTQgMjcuMTE0LDE0LjE4OSAyNi44OTYsMTQuMTg5IFogTTQxLjcwMSw2Ljg3MyBMNDAuMTM0LDYuODczIEM0MC4xMzQsNi44NzMgNDAuODU2LDQuMTA5IDQwLjg3Myw0LjAzNSBDNDAuOTQyLDMuNzQ1IDQwLjY5OCwzLjU3OCA0MC40NDEsMy42MzEgQzQwLjQ0MSwzLjYzMSAzOS4yMywzLjg2NiAzOS4wMDUsMy45MTMgQzM4Ljc3OSwzLjk1OCAzOC42MDQsNC4wODEgMzguNTIyLDQuNDAzIEMzOC41MTIsNC40NDUgMzcuODgsNi44NzMgMzcuODgsNi44NzMgTDM2LjYyMiw2Ljg3MyBDMzYuMzg1LDYuODczIDM2LjI0NSw2Ljk2OCAzNi4xOTIsNy4xODggQzM2LjExNSw3LjUwNCAzNS45NzUsOC4xNDUgMzUuOTM2LDguMjk3IEMzNS44ODUsOC40OTQgMzYsOC42NDQgMzYuMjIyLDguNjQ0IEwzNy40NTcsOC42NDQgQzM3LjQ0OCw4LjY3NyAzNy4wNjQsMTAuMTI1IDM2LjcyNSwxMS41MjEgTDM2LjcyNCwxMS41MTYgQzM2LjcyLDExLjUzMiAzNi43MTYsMTEuNTQ2IDM2LjcxMiwxMS41NjIgTDM2LjcxMiwxMS41NTYgQzM2LjcxMiwxMS41NTYgMzYuNzA4LDExLjU3MSAzNi43MDIsMTEuNTk4IEMzNi4zMjQsMTIuOTY4IDM1LjExOCwxNC4yMDkgMzQuMjAxLDE0LjIwOSBDMzMuNzIxLDE0LjIwOSAzMy41MDYsMTMuOTA5IDMzLjUwNiwxMy40MDIgQzMzLjUwNiwxMi45NjMgMzMuNzkyLDExLjg4IDM0LjEzNCwxMC41MzcgQzM0LjU0OSw4LjkwMSAzNC45MTUsNy41NTUgMzQuOTU1LDcuMzk3IEMzNS4wMDYsNy4xOTYgMzQuOTE1LDcuMDIgMzQuNjUyLDcuMDIgTDMzLjEyMiw3LjAyIEMzMi44NDUsNy4wMiAzMi43NDYsNy4xNjQgMzIuNjg3LDcuMzY0IEMzMi42ODcsNy4zNjQgMzIuMjU3LDguOTggMzEuOCwxMC43NzggQzMxLjQ2OSwxMi4wODMgMzEuMTAzLDEzLjQxMiAzMS4xMDMsMTQuMDM3IEMzMS4xMDMsMTUuMTUxIDMxLjYwOSwxNS45NDggMzIuOTk3LDE1Ljk0OCBDMzQuMDcsMTUuOTQ4IDM1LjEzNiwxNS40NTMgMzUuNzgzLDE0Ljc2NyBDMzUuNzgzLDE0Ljc2NyAzNi4wMTEsMTQuNTIxIDM2LjIzLDE0LjIyOSBDMzYuMjQxLDE0LjU4MSAzNi4zMjQsMTQuODM3IDM2LjQxMSwxNS4wMTggQzM2LjQ1OCwxNS4xMTkgMzYuNTE1LDE1LjIxNSAzNi41ODEsMTUuMzAzIEMzNi41ODIsMTUuMzA0IDM2LjU4MywxNS4zMDYgMzYuNTg1LDE1LjMwOCBMMzYuNTg1LDE1LjMwOCBDMzYuODkxLDE1LjcxMyAzNy4zOTgsMTUuOTYyIDM4LjE1MSwxNS45NjIgQzM5Ljg5NCwxNS45NjIgNDAuOTQ0LDE0LjkzOCA0MS41NjIsMTMuOTA5IEw0MC43MDQsMTMuMjM5IEM0MC4zMzMsMTMuNzc0IDM5LjgzOSwxNC4xNzUgMzkuMzI0LDE0LjE3NSBDMzguODQ2LDE0LjE3NSAzOC41NzksMTMuODc4IDM4LjU3OSwxMy4zNzIgQzM4LjU3OSwxMi45MzUgMzguODg5LDExLjg2OCAzOS4yMjksMTAuNTMgQzM5LjM0NCwxMC4wODMgMzkuNTE2LDkuNDAxIDM5LjcwOCw4LjY0NCBMNDEuMzAyLDguNjQ0IEM0MS41MzksOC42NDQgNDEuNjc4LDguNTQ5IDQxLjczMiw4LjMyOSBDNDEuODA4LDguMDEyIDQxLjk0OCw3LjM3MiA0MS45ODgsNy4yMjEgQzQyLjAzOSw3LjAyMyA0MS45MjMsNi44NzMgNDEuNzAxLDYuODczIFogTTM0LjEyNiw2LjM0OCBDMzQuOTA1LDYuMzQ4IDM1LjY1Myw1LjcwNiAzNS43ODMsNC45MTIgQzM1LjkzNyw0LjE0MSAzNS40MDksMy40OTggMzQuNjMsMy40OTggQzMzLjg1MSwzLjQ5OCAzMy4xMDMsNC4xNDEgMzIuOTcxLDQuOTEyIEMzMi44MTksNS43MDYgMzMuMzI2LDYuMzQ4IDM0LjEyNiw2LjM0OCBaIiBmaWxsPSIjYmQwODFjIj48L3BhdGg+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  -webkit-background-size: 75%;
  background-size: 75%;
  position: relative;
  font: 12px "Helvetica Neue", Helvetica, arial, sans-serif;
  color: #555;
  text-align: center;
  vertical-align: baseline;
}
.PIN_1460819636569_button_pin:hover {
  -webkit-box-shadow: inset 0 0 1px #000;
  box-shadow: inset 0 0 1px #000;
}
/*-----------------------*/
.project-progress .addon-single-image {
  margin-bottom: 30px;
}
.project-progress .addon-text-block h1 {
  margin-bottom: 40px;
  color: #333333;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
}
.project-progress .addon-animated-number + .addon-animated-number {
  margin-top: 40px;
}
.project-progress .addon-animated-number span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}
.project-progress .addon-animated-number .orange {
  color: #f54f0c;
}
.project-progress .addon-animated-number .blue {
  background: transparent;
}
.project-progress .addon-animated-number .green {
  color: #009925;
}
.project-progress .addon-animated-number h2 {
  color: #333333;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
/*-----------------------*/
/*===== New Style 16-6-16 =====*/
.wpb_revslider_element {margin-bottom: 0 !important;}
footer {
  float: left;
  position: relative;
  width: 100%;
}
.company-content .btn.details {display: table;}
.company-content .btn.details:hover {color: #fff;}
.company-content > p:nth-child(3) {padding-top: 20px;}
.company-content > p i {
  float: left;
  line-height: 27px;
  width: 25px;
}
.btn.btn-default.active {color: #ffffff !important;}
.btn.btn-default.active:hover {background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;}
.sppb-section-promo .promo-content.quality-section span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000000;
}
/*===== Comments Sec =====*/
.comments-sec {
  float: left;
  width: 100%;
}
.sec-title {
  color: #444444;
  float: left;
  font-family: open sans;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  width: 100%;
}
.comments-thread {
  float: left;
  width: 100%;
}
.comments-thread ul {
  float: left;
  width: 100%;
}
.comments-thread ul li {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.comment {
  background: #ffffff none repeat scroll 0 0;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  float: left;
  padding: 40px 50px;
  width: 100%;
}
.comment > img {
  float: left;
  margin-right: 30px;
}
.comment-detail > h5 {
  color: #444444;
  float: left;
  font-family: open sans;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: uppercase;
}
.comment-detail > i {
  color: #888888;
  float: left;
  font-family: open sans;
  font-size: 11px;
  margin-left: 25px;
  margin-top: 5px;
}
.comment-detail > p {
  color: #666666;
  float: left;
  line-height: 24px;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.comment-detail {display: table;}
.comment-reply-link {
  background: #1193d4 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff !important;
  float: left;
  font-size: 12px;
  padding: 4px 25px;
  text-transform: uppercase;
}
.comment-reply-link:hover {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
}
.comments-thread ul ul {padding-left: 50px;}
.leave-comments {
  float: left;
  margin-top: 50px;
  width: 100%;
}
.comment-form {
  float: left;
  width: 100%;
}
.comment-form > .row {margin: 0 -5px -10px;}
.comment-form > .row > div {padding: 0 5px 10px;}
.comment-form input, 
.comment-form textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 0 none;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  color: #929292;
  float: left;
  font-family: open sans;
  font-size: 11px;
  height: 55px;
  padding: 5px 40px;
  width: 100%;
}
.comment-form textarea {min-height: 185px;}
.comment-form input[type="submit"], 
.comment-form button {
  background: #1193d4 none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  margin-top: 30px;
  padding: 13px 35px;
  text-transform: uppercase;
  width: auto;
}
.comment-form input[type="submit"]:hover, 
.comment-form button:hover {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
}
/*===== Monstor Widget =====*/
.module {
  float: left;
  width: 100%;
}
.widget_search form {
  float: left;
  width: 100%;
}
.widget_search form label {
  float: left;
  width: 100%;
}
.widget_search form label input {
  border: 1px solid #eeeeee;
  float: left;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 100%;
}
.search-submit {
  border: 0 none;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 20px;
}
.search-submit:hover {background: #333333 none repeat scroll 0 0;}
.module-title a {
  color: inherit;
  float: left;
  margin-right: 5px;
}
.module-title > h4 {
  float: left;
  width: 100%;
}
.module select {
  float: left;
  padding: 0 10px;
  width: 100%;
}
.module select option {padding: 10px;}
table {
  float: left;
  width: 100%;
}
.module .tagcloud > a {float: left;}
.module.widget_categories > ul > li::before, 
.module.widget_archive > ul > li::before, 
.module.widget_pages > ul > li::before, 
.module.widget_meta > ul > li::before, 
.module.widget_nav_menu > div ul li::before,
footer .widget_nav_menu ul li:before {
  content: "\e628";
  font-family: themify;
  left: 0;
  position: absolute;
  top: 7px;
}
.module.widget_categories > ul > li, 
.module.widget_archive > ul > li, 
.module.widget_pages > ul > li, 
.module.widget_meta > ul > li, 
.module.widget_nav_menu > div ul li,
footer .widget_nav_menu ul li {
  padding-left: 20px;
  position: relative;
}
footer .widget_nav_menu ul li {
  color: #999999;
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
  width: 100%;
}
footer .widget_nav_menu ul li:last-child {margin-bottom: 0;}
footer .widget_nav_menu ul li::before {top: auto;}
/*===== New Changes 4-7-16 =====*/
.whitish .sp-bottom .sp-module-title, 
.grayish .sp-bottom .sp-module-title {color: #333333;}
.whitish .social-icons li a:hover, 
.grayish .social-icons li a:hover,
.whitish .tagspopular ul li a:hover, 
.grayish .module .tagcloud > a:hover {
  background: #939393 none repeat scroll 0 0;
  border-color: #939393;
  color: #ffffff;
}
.bluish .bottom-info {color: #eeeeee;}
.bluish .social-icons li a {
  border-color: #ffffff;
  color: #ffffff;
}
.bluish .logo-bottom {border-right-color: #eaeaea;}
.bluish .container {border-bottom-color: #eaeaea;}
.bluish .textwidget p {color: #eeeeee;}
.bluish .textwidget > p > i {color: inherit !important;}
.bluish .sp-bottom .textwidget p a, 
footer.bluish .widget_nav_menu ul li a {color: #ffffff;}
.bluish .sp-bottom .textwidget p a, 
footer.bluish .widget_nav_menu ul li::before {color: #ffffff;}
.bluish .sp-bottom .textwidget p a:hover, 
footer.bluish .widget_nav_menu ul li a:hover {color: #515151;}
.bluish .tagspopular ul li a, 
.bluish .module .tagcloud > a {
  border-color: #ffffff;
  color: #ffffff;
}
.entry-image.full-image {text-align: center;}
.pager li.prev {float: left;}
.pager li.next {float: right;}
.blog-tags {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
.blog-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-tags ul li {float: left;}
.blog-tags ul li a,
.blog-tags ul li a {
  display: block;
  border: 1px solid #999;
  padding: 0 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #999;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
  margin-right: 5px;
}
.blog-tags ul li a:hover {color: #fff;}
.navbar-default #main_nav .navbar-nav li.current-menu-item > a,
.navbar-default #main_nav .navbar-nav li.current-menu-parent > a {color: #fff;}
.navbar-default #main_nav .navbar-nav .sub-menu li.current-menu-item > a {background: transparent;}
.pie-chart {position: relative;}
.dedicated-area {margin-top: -30px;}
.dedicated-team {margin-top: 30px;}
/*===== New Changes 5-7-16 =====*/
.navbar-nav ul li.menu-item-has-children > a::after {
  display: initial;
  line-height: 0 !important;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-nav ul li > a {position: relative;}
.navbar-nav > ul > li {
  float: left;
  position: relative;
}
.navbar-nav ul ul {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  min-width: 240px;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
}
.navbar-nav ul ul li {
  margin-left: 0 !important;
  padding: 0 10px;
}
.navbar-nav ul ul li a {
  color: #333333;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 1px;
  text-transform: capitalize;
}
.navbar-nav ul ul ul {
  left: 100%;
  top: 0;
}
.navbar-nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.navbar-nav ul ul li > a:hover {margin-bottom: 0 !important;}
.type-post.sticky {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #eaeaea;
  box-shadow: none;
}
.entry-image {text-align: center;}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignnone {
  float: left;
  text-align: center;
  width: 100% !important;
}
.alignnone > img {
  display: inline-block;
  width: 100%;
}
.alignright {
  float: right;
  margin-left: 20px;
}
figcaption {
  background: #fafafa none repeat scroll 0 0;
  float: left;
  padding: 10px 20px;
  width: 100%;
}
.aligncenter {
  float: left;
  text-align: center;
  width: 100% !important;
}
.aligncenter > img {
  display: inline-block;
  width: auto;
}
.comments-thread .comment ul, .comments-thread .comment ol {padding-left: 20px;}
.comments-thread .comment ul li, .comments-thread .comment ol li {margin-top: 0;}
.mygallery-post {
  float: left;
  width: 100%;
}
.mygallery-post .owl-item > li {
    list-style: outside none none;
}
ul.navbar-nav > li:hover > a {margin-bottom: 0 !important;}
.light h2 {color: #ffffff;}
.light p {color: #eaeaea;}
.sp-bottom .textwidget p:last-child {margin-bottom: 0;}
.items-leading .entry-header,
.blog-details article.item .entry-image,
.entry-video,
.blog-content,
.item {
  float: left;
  width: 100%;
}
.entry-image iframe,
.entry-video iframe {
  border: 0 none;
  float: left;
  height: 500px;
  width: 100%;
}
.entry-image .audio iframe {height: 200px;}
.entry-link {
  float: left;
  padding: 70px 30px 30px;
  text-align: center;
  width: 100%;
}
.entry-link > h4 {font-size: 25px;}
.entry-link > h4 a {
  color: inherit;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.disabled > a {pointer-events: none;}
/*New changes 1st sep-2016*/
@media (max-width: 480px) {
	.dedicated-team{position:initial !important; width:100% !important;}
	.board-text{padding-bottom:20px !important;}
	.board-content{padding:0;}
	.board-content h4{font-size:11px; line-height:20px;}
	.col-md-4.dedicated-team{padding:0 !important;}
	.social-icons > li{margin-right:5px !important;}
	.block{padding: 50px 0;}
  .simpleportfolio-items .simpleportfolio-columns-3 {
    width: 100%;
  }
  .sp-bottom.row.m0 .container .row{padding-left:20px;}
  .sp-bottom .sp-module-title{padding-top:20px;}
  .comment-form input[type="submit"], .comment-form button{margin-bottom:15px;}
  .social-icons{margin:15px;}
  .blog-details article.item .entry-header h2{font-size:18px;}
  blockquote{width:100%; font-size:12px;}
  .leave-comments{margin:0;}
  .sppb-section .sppb-addon h2 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 20px;
	}
  .slider h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .main_features .feature .media .media-body h4{margin-top:20px;}
  .header-top-bar p{line-height:22px;}
  .media-left, .media-right, .media-body{padding-top:20px;}
  .flickGallery_footer{padding-right:20px;}
  .social-icons li{margin:0;}
  .video-feature video{margin-top:30px;}
  .project-progress .addon-text-block h1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
}
.project-progress .addon-animated-number span{font-size:50px;}
.project-progress .addon-animated-number h2{font-size:15px; line-height:0;}
.promo-content {
    float: left !important;
    margin-bottom: 20px !important;
    padding: 0 20px !important;
    width: 100% !important;
}
.social-icon.nav{margin-bottom:30px;}
}
@media (max-width: 768px) {
	.col-md-4.dedicated-team{padding-right:0 !important;}
	.col-sm-4.theme-features {
    padding-bottom: 40px;
	}
	.flickGallery_footer > li {
    padding-bottom: 5px;
	}
.flickGallery_footer a {
    max-width: 48%;
	line-height:40px;
	}
	.promo-content {
    float: left;
    padding: 0;
    width: 100%;
	}
	.col-md-4.dedicated-team {
    float: left;
    padding-right: 115px;
    width: 50%;
	}
	.slider h2{font-size:30px;}
	.col-sm-6.half-purchaseBox{width:100%;}
	.portfolio-gallery{margin-top:0 !important;}
	.block{padding: 50px 0;}
	.sub-menu,
	.navbar-form,
	.nav.navbar-nav{display:none;}
  .top_bar {
    padding: 0;
  }
  .logo {
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
  }
  .logo img {
    max-height: 60px;
  }
  .navbar-default {
    text-align: center;
    padding: 10px 0;
    min-height: 35px;
    height: auto;
  }
  .navbar-default .offcanvas-toggler {
    float: none;
    font-size: 24px;
  }
  .navbar-default #main_nav {
    display: none;
  }
  .navbar-default.style2 .navbar-header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
  }
  .navbar-default.style2 .offcanvas-toggler {
    float: right;
  }
  .bottom4 {
    width: 320px;
  }
  .header-top-bar .social-icons {
    float: left;
  }
  .header-transparent {
    padding: 25px;
  }
  .sp-bottom-info .position1 {
    padding: 0px 30px 35px;
  }
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    margin: 40px 15px;
    width: 20%;
  }
  .from_blog .article + .article {
    margin-top: 30px;
  }
  .from_blog .blog_content {
    padding: 25px;
  }
  .purchaseBox .content-holder {
    padding: 50px 0;
    float: none;
  }
  .half-purchaseBox + .half-purchaseBox {
    height: 533px;
    position: inherit;
    width: 100%;
    left: 0;
  }
  .half-probiz-best {
    height: 533px;
  }
  .simpleportfolio-items .simpleportfolio-item img {
    width: 100%;
  }
  .single-work-body .simpleportfolio-image img {
    max-width: 100%;
  }
  .layout-section .layout-text-left {
    margin-bottom: 30px;
  }
  .page-builder .builder-content {
    padding-bottom: 30px;
  }
  .meet-team-area video {
    width: 850px;
  }
  .dedicated-team + .dedicated-team {
    margin-top: 30px;
  }
  .board-content img {
    width: 100%;
  }
  .board-content .board-text {
    padding: 20px 10px 0px 15px;
  }
  .board-content .person-social li {
    margin: 3px;
  }
  .pricing-body {
    margin-top: 30px;
  }
  .portfolio-section .portfolio-gallery {
    margin-top: 30px;
  }
  .company-overview .company-content {
    padding-top: 30px;
  }
  .we-do {
    margin-top: 30px;
  }
  .progress-element {
    margin-top: 30px;
  }
  .slider h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .slider .slider-button {
    margin-top: 20px;
  }
  .tab-section .tab-container .panel .panel-body {
    padding: 15px;
  }
  .feature-info {
    margin-bottom: 10px;
  }
  .feature-info + .media {
    margin-top: 0px;
  }
  .probiz-h1 h1 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
  .probiz-h2 h2 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .probiz-h3 h3 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .outstanding-area .company-content {
    padding: 30px 15px;
  }
  .features-section .company-content {
    padding-top: 40px;
  }
  .containerhidden {
    margin-top: 30px;
  }
  .agency-promo .agency-content {
    margin-top: 20px;
  }
  .probiz-p p{line-height:18px !important;}
  .promo-section {
    width: 104%;
}
.col-sm-6.company-content {
    float: left;
    width: 100%;
}
.article{width:100%;}
.row.remove-ext > div {padding:0;}
}
@media (max-width: 991px) {
  .project-progress .addon-text-block h1 {
    font-size: 35px;
}
  .contact-inner {
    width: 100%;
  }
  .sp-contact-info {
    float: left;
  }
  .navbar-default.style2 #main_nav {
    display: none !important;
  }
  .sp-bottom-info .position1 {
    width: 100%;
  }
  .sp-bottom-info .position1 ul {
    float: left;
    margin-top: 20px;
  }
  .testimonial_row .testimonial-pro .item .testimonial-message {
    padding: 0px 50px;
  }
  .testimonial_row .carousel-control.left {
    left: 5px;
  }
  .testimonial_row .carousel-control.right {
    right: 5px;
  }
  .from_blog .blog_content {
    padding: 25px 5px 25px 10px;
  }
  .contact-info .additional-info li a i {
    float: left;
    line-height: 27px;
  }
  .blog-area {
    width: 100%;
  }
  .blog-area .gallery {
    width: 298px;
  }
  .layout-section .layout-text-left {
    padding-top: 0;
  }
  .layout-section .layout-text-left h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .board-content + .board-content {
    margin-bottom: 30px;
  }
  .board-content .person-social li {
    margin: 0;
  }
  .investor-area {
    padding-bottom: 70px;
  }
  .work-process-area .work-process h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .slider h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .icon-progress-bar .icon-progressbar {
    margin-bottom: 30px;
  }
  .probiz-h1 h1 {
    font-size: 29px !important;
    line-height: 30px !important;
  }
  .probiz-p p {
    font-size: 14px !important;
  }
  .probiz-h2 h2 {
    font-size: 21px !important;
  }
  .image-feature {
    background-position: 30% 0;
  }
  .features-section .company-content {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
/*===== Theme Test Unit =====*/
table tr td, 
table tr th {
  border: 1px solid #eee;
  padding: 5px;
}
.item.item-page ul ul, 
.item.item-page ol ol {padding-left: 20px;}
.item.item-page ol {padding-left: 10px;}
.navbar-default #main_nav .navbar-nav li.active > a {background-image: none;}
.gallery {margin-bottom: 1.5em;}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {display: block;}
.comments-thread > ul, 
.comments-thread > ul > li > ul, 
.comments-thread > ul > li > ul ul,
.navbar-nav, 
.navbar-nav ul,
.we-do-list,
.menu,
.flickGallery_footer {list-style: outside none none;}
footer .fixed-bg, 
footer .parallax {z-index: -1;}
#offcanvas-inner-menu ul ul li a {background: transparent none repeat scroll 0 0 !important;}
nav.header-transparent.style2 .nav > li,
.header-transparent.style2.navbar-default .offcanvas-toggler{color: #333;}
nav.header-transparent.style2 .nav > li > a {color: inherit !important;}
nav.header-transparent.style2 .nav > li.active > a,
nav.header-transparent.style2 .nav > li:hover > a,
nav.header-transparent.style2 .nav > li.current-menu-parent > a{color: #fff !important;}
/*===Login form==*/
.login-popup .close {
    position: absolute;
    right: 10px;
    top: 5px;
    width: initial;
}
.login-popup .close i {
    font-family: fontawesome;
}
.login-popup {
    background: #ebeae6 none repeat scroll 0 0;
    float: left;
    left: 50%;
    padding: 70px;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -30%);
    width: 698px;
    z-index: 1000000000;
	border: 7px solid #ffffff;
}
.login-wraper {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: block;
    float: left;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}
.login-wraper.active {
    opacity: 1;
    visibility: visible;
}
.login-popup > img {
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
	height:auto;
}
.login-popup > h3 {
    color: #333;
    float: left;
    font: bold 22px "poppins";
    letter-spacing: -0.2px;
    text-transform: uppercase;
    width: 100%;
    margin-top: -4px;
}
.login-popup i {
    color: #e41220;
    font: bold 22px "poppins";
    text-decoration: none;
}
.login-popup > span {
    color: #777;
    float: left;
    font: 12px "poppins";
    padding-bottom: 25px;
    width: 100%;
}
.login-popup > form {
    float: left;
    width: 100%;
}
.login-popup label {
    color: #696969;
    float: left;
    font: 12px "lato";
    letter-spacing: 0.3px;
    padding-top: 10px;
    width: 100%;
}
.login-popup .username, .login-popup .password {
    border: medium none;
    float: left;
    height: 50px;
    padding-left: 30px;
    width: 100%;
    text-transform: capitalize;
}
.login-popup label:nth-child(1) {
    padding-top: 0;
}
.login-popup label:nth-child(2) {
    padding-top: 0;
}
.login-popup label i {
    color: #696969;
    font: 12px "poppins";
    padding-left: 15px;
}
.login-popup a f{
    float: left;
    width: 100%;
	font:bold 12px 'Open Sans';
	letter-spacing:0.3px;
	color:#2297d1;
	padding-top:10px;
	padding-left:20px;
	text-transform:uppercase;
}
.login-popup a i {
    color: #1d92cd;
    font-family: fontawesome;
    font-size: 12px;
    padding-right: 10px;
}
.login-popup ins {
    float: left;
    margin-top: 20px;
	padding-left: 7px;
}
.login-popup ins a {
    color: #333;
    font: italic 12px "Opan Sans";
    text-decoration: underline;
    text-transform: capitalize;
}
/*Login form end*/
.call-popup,
.logout-button {
float: right;
margin-top: 0px;
margin-right:  25px;
}
.login-popup #rememberme {
    margin-right: 10px;
}
/*===== Probiz Woocommerce Styling =====*/
.products-wrapper {
  float: left;
  margin-bottom: -30px;
  width: 100%;
}
.prod-itm {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.prod-thumb {
  float: left;
  position: relative;
  width: 100%;
}
.prod-thumb > img {width: 100%;}
.prod-meta {
  background: #1193d4 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
}
.prod-itm:hover .prod-meta {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
.prod-meta > li {
  color: #fff;
  float: left;
  font-family: lato;
  font-size: 12px;
  font-weight: 700;
  line-height: 44px;
  position: relative;
  text-transform: uppercase;
  width: 80%;
}
.prod-meta > li:last-child {width: 20%;}
.prod-meta > li::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 17px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}
.prod-meta > li:last-child::before {display: none;}
.prod-meta > li a {
  color: inherit;
  display: block;
}
.prod-meta > li a i {margin-right: 5px;}
.prod-itm > h2 {
  color: #424242;
  float: left;
  font-size: 15px;
  margin-bottom: 2px;
  width: 100%;
}
.prod-itm > h2 a {
  color: inherit;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.price {
  color: #424242;
  font-family: montserrat;
  font-size: 15px;
  font-weight: 700;
}
footer {float: left;width: 100%;}
.product-available {float: right;}
.woocommerce-product-rating {
    float: left;
	margin-bottom: 0 !important;
}
.product-available > strong {
  color: #292929;
  float: left;
  font-family: Lato;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-right: 15px;
}
.product-available > span {
  color: #292929;
  font-family: lato;
  font-size: 14px;
}
.product-available > span i {margin-right: 8px;}
.single-product-detail > h1 {
  color: #272525;
  display:inline-block;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  line-height: 30px;
}
.single-product-detail > span.prices {
  float: left;
  width: 100%;
}
/* Quick Reviews */
.quick-reviews {
  float: left;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%;
}
.quick-reviews > h4 {
  float: left;
  font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 6px;
  width: 100%;
}
.quick-reviews > p {
  color: #8b8b8b;
  float: left;
  font-family: lato;
  font-size: 14px;
  width: 100%;
}
/* Cart Quantity */
.cart-list-quantity {
  display: table-cell;
  vertical-align: middle;
  float: right;
}
.cart-list-quantity > label {
  float: left;
  font-family: lato;
  font-size: 12px;
  font-weight: bold;
  margin: 18px 10px 18px 0;
}
.c-input-number > span::before {
  background: #c8cccc none repeat scroll 0 0;
  bottom: 50%;
  content: "";
  height: 2px;
  margin-bottom: -1px;
  position: absolute;
  right: 0;
  width: 26px;
}
.c-input-number {float: left;}
.c-input-number > span > input.manual-adjust {
  border-color: #ffffff #c8cccc #ffffff #ffffff;
  border-style: solid;
  border-width: 2px;
  color: #454545;
  float: left;
  font-family: lato;
  font-size: 14px;
  font-weight: 900;
  height: 58px;
  padding: 0;
  text-align: center;
  width: 58px;
}
.c-input-number > span {
  border: 2px solid #c8cccc;
  float: left;
  height: 62px;
  position: relative;
  width: 80px;
}
.c-input-number > span > input.userincr-btn-dec {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  bottom: 0;
  color: #454545;
  font-size: 20px;
  font-weight: bold;
  height: 50%;
  line-height: 7px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  width: 24px;
}
.c-input-number > span > input.userincr-btn-inc {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #454545;
  font-size: 20px;
  font-weight: bold;
  height: 50%;
  line-height: 7px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
/* Slelect Size */
.select-size {
  display: table-cell;
  vertical-align: middle;
  width: 73%;
}
.select-size > label {
  color: #454545;
  float: left;
  font-family: lato;
  font-size: 14px;
  margin: 7px 0 0;
  width: 100%;
}
.select-size > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 13px 0 0;
}
.select-size li {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #c8cccc;
  float: left;
  font-family: lato;
  font-size: 12px;
  font-weight: 600;
  height: 31px;
  line-height: 27px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  width: 34px;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.select-size li.selected,
.single-product-detail .whishlist-btn:hover {
  border-color: #1193d4;
  color: #1193d4;
}
.select-size li::before {
  background: #1193d4;
  content: "";
  height: 6px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 0;    
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  z-index: -1;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.select-size li.selected::before{top: -4px;}
.select-size > span {
  color: #8b8b8b;
  float: left;
  font-family: Lato;
  font-size: 14px;
  font-weight: normal;
  margin: 15px 0;
}
.single-product-detail .add-cart-btn {
  background: #1193d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  float: left;
  font-family: Lato;
  font-size: 13px;
  font-weight: 900;
  margin-top: 22px;
  padding: 10px 40px;
}
.single-product-detail .add-cart-btn:hover{background: #444444;}
.single-product-detail .whishlist-btn {
  border: 2px solid #cccccc;
  color: #b5b5b5;
  float: left;
  font-size: 13px;
  margin-left: 10px;
  margin-top: 4px;
  padding: 8px 0;
  text-align: center;
  width: 56px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.product-single-btns {
  float: left;
}
.quick-view-cat {
  float: left;
  width: 100%;
}
.quick-view-cat > span {
  color: #454545;
  float: left;
  font-family: Lato;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-right: 10px;
  text-transform: uppercase;
}
.quick-view-cat > ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.quick-view-cat > ul > li {
  float: left;
  padding-right: 11px;
}
.quick-view-cat > ul > li a {
  color: inherit;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.quick-view-cat > ul > li a:hover {color: #1193d4;}
.price ins {
  color: #424242;
  font-family: montserrat;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.price del {
  color: #857a7a;
  display: inline-block;
  font-family: montserrat;
  font-size: 12px;
  font-weight: 400;
}
.prc-off {
}
.single-product-detail .price {
  display: inline-block;
  position: relative;
  width: 100%;
}
.single-product-detail .price .prc-off {
  border: 2px solid #1193d4;
  color: #1193d4;
  font-size: 12px;
  font-style: normal;
  left: 90px;
  line-height: initial;
  padding: 2px 5px;
  position: absolute;
  top: 20px;
}
.by-gen {
    color: #262626;
    display: inline-block;
    font-family: lato;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
}
.by-gen::before {
    content: "(";
    position: absolute;
    top: 0;
    left: -6px;
}
.by-gen::after {
    content: ")";
    position: absolute;
    right: -6px;
    top: 0;
}
.single-prod-gallery {
  float: left;
  padding-left: 220px;
  padding-right: 30px;
  position: relative;
  width: 100%;
}
.single-prod-gallery > ul.slider-nav {
  left: 0;
  position: absolute;
}
.single-prod-gallery > ul.slider-nav li {
  border: 0 none;
  cursor: pointer;
  margin-bottom: 10px;
}
.single-prod-gallery .slider-for {
  float: left;
  width: 100%;
}
/* Review Tabs */
.review-tabs {
  float: left;
  margin-top: 60px;
  width: 100%;
}
.review-tabs > ul {
  float: left;
  list-style: outside none none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
.review-tabs > ul > li {
  float: left;
  margin: 0 8px 0 0;
}
.review-tabs > ul > li > a {
  border: 2px solid #ccc;
  color: #454545;
  float: left;
  font-family: Lato;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 12px 30px;
  text-transform: uppercase;
}
.review-tabs > ul > li.active > a{
  background: #1193d4;
  border-color: #1193d4;
  color: #fff;
}
.product-info-sec {
  float: left;
  width: 100%;
}
.product-info-sec > p {
  color: #8b8b8b;
  font-size: 15px;
  font-family: lato;
  line-height: 23px;
  width: 100%;
}
.product-info-list {
  float: left;
  list-style: outside none none;
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
}
.product-info-list > li {
  background: #fdfdfd none repeat scroll 0 0;
  float: left;
  padding: 17px 30px;
  width: 100%;
}
.product-info-list > li:nth-child(2n+1) {background: #f4f4f4 none repeat scroll 0 0;}
.product-info-list > li > strong {
  color: #333333;
  float: left;
  font-family: Lato;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 27%;
}
.product-info-list > li > span {
  border-left: 1px solid #dce0e0;
  color: #757575;
  float: left;
  font-family: lato;
  font-size: 13px;
  padding-left: 20px;
}
.product-cart {
  float: left;
  width: 100%;
}
.cart-form {
  float: left;
  width: 100%;
}
table.product-table {
  height: auto;
  overflow: auto;
  width: 100%;
}
.del-cart {
  background: #f0f0f0 none repeat scroll 0 0;
  border-radius: 50%;
  color: #5d5c5c;
  float: left;
  font-family: lato;
  font-size: 12px;
  font-weight: 900;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 35px;
}
.cart-list-thumb {
  float: left;
  width: 100%;
}
.cart-list-thumb > img {
  float: left;
  margin-right: 65px;
}
.cart-nm {
  color: #6e6e6e;
  display: block;
  font-family: lato;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}
.cart-list-thumb > h2 {
  color: #545454;
  font-family: lato;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  width: 70%;
}
.cart-list-thumb > h2 a {color: inherit;}
.cart-item-price {
  color: #676767;
  font-family: lato;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
.product-table .cart-list-quantity {
  float: left;
  text-align: center;
  width: 100%;
}
.product-table .c-input-number {
  display: inline-block;
  float: none;
}
.total-quantity {text-align: center;}
.quantity-area > i {
  display: block;
  font-size: 30px;
  margin-bottom: 7px;
}
.quantity-area {
  color: #df1f26;
  font-family: lato;
  font-size: 19px;
}
table.product-table tr {border-bottom: 2px solid #f4f4f4;}
.quantity-area > span {
  display: block;
  font-size: 20px;
  margin-top: 5px;
}
table.product-table tr td:first-child:before,
table.product-table tr td:last-child:before {display: none;}
table.product-table tr td {
  position: relative;
  padding-bottom: 30px;
}
table.product-table tr td::before {
  background: #f4f4f4 none repeat scroll 0 0;
  content: "";
  height: 100px;
  position: absolute;
  right: 0;
  width: 2px;
  top: 20%;
}
.coupon-wrp {
  float: left;
  margin-top: 50px;
  width: 100%;
}
.coupon {
  float: left;
  position: relative;
  width: 40%;
}
.coupon label {
  color: #494949;
  float: left;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.3px;
  line-height: 43px;
  margin-right: 10px;
  display: none;
}
.coupon input[type="text"] {
  border: 4px solid #f3f3f3;  
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #939393;
  float: left;
  font-family: Lato;
  height: 73px;
  padding: 0 190px 0 20px;
  width: 100%;
}
.coupon input.dark-btns {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: Lato;
  font-size: 12px;
  font-weight: bold;
  height: 52px;
  margin: 0;
  padding: 0 32px;
  position: absolute;
  right: 11px;
  text-transform: uppercase;
  top: 10px;
}
input.dark-btns {
  background: #494949 none repeat scroll 0 0;
  border: medium none;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  float: left;
  font-family: Lato;
  font-size: 12px;
  font-weight: bold;
  height: 52px;
  margin: 10px 20px;
  padding: 0 32px;
  text-transform: uppercase;
}
.checkout-button.dark-btns {float: right;}
/* Billing Sec */
.heading7 {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.heading7 > h3 {margin: 0;}
.billing-sec {
  float: left;
  width: 100%;
}
.billing-sec form {
  float: left;
  width: 100%;
}
.billing-sec form input[type="text"],
.billing-sec select {
  border: 2px solid #e7e7e7;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #555555;
  float: left;
  font-family: lato;
  font-size: 13px;
  height: 51px;
  margin-top: 10px;
  padding: 0 20px;
  width: 100%;
}
.billing-sec form label {
  float: left;
  font-family: Raleway;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}
.billing-sec form .bootstrap-select {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.billing-sec form > .row > div {margin-bottom: 25px;}
.billing-sec form .bootstrap-select > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #e7e7e7;
  float: left;
  height: 51px;
  padding: 0 20px;
  width: 100%;
}
.payment-options {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.payment-options > p {
  float: left;
  margin-bottom: 21px;
  width: 100%;
}
.payment-options .dark-btns {margin: 20px 0 0;}
.payment-options > p > label {
  line-height: 22px;
  margin-bottom: 3px;
  padding-left: 34px !important;
}
/* My Order List */
.my-order-list {
  float: left;
  width: 100%;
}
.my-order-list > ul {
  border: 2px solid #e7e7e7;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 30px 25px;
  width: 100%;
}
.my-order-list > ul > li {
  float: left;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.product-list-box > i {
  color: #545454;
  font-family: Lato;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.product-list-box {
  display: table;
  float: left;
  padding-left: 30px;
  position: relative;
  width: 100%;
}
.product-list-thumb {
  float: left;
  margin-right: 17px;
  width: 95px;
}
.product-list-thumb > img {
  float: left;
  width: 100%;
}
.product-list-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.product-list-info > span {
  color: #888888;
  float: left;
  font-family: Lato;
  font-size: 11px;
  margin-bottom: 5px;
  width: 100%;
}
/* Total Order Box */
.total-order-box {
  border: 2px solid #e7e7e7;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.total-order-box > table {
  float: left;
  width: 100%;
}
.total-order-box tbody {
  float: left;
  width: 100%;
}
.total-order-box > table tr > td strong {
  color: #000000;
  float: left;
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  padding: 16px 9px;
  width: 100%;
}
.total-order-box > table tr > td span {
  color: #5f5f5f;
  float: left;
  font-family: Lato;
  font-size: 15px;
  font-weight: 900;
  margin: 16px 0;
  width: 100%;
}
.total-order-box > table tr > td {
  border-bottom: 2px solid #e8ecec;
  border-right: 2px solid #e8ecec;
  display: table-cell;
  padding: 0 18px;
}
.total-order-box > table tr > td p {
  margin: 0;
  width: 100%;
}
.total-order-box > table tr > td p {
  margin: 0;
  width: 100%;
}
.total-order-box > table tr > td p:last-child {margin-bottom: 16px;}
.total-order-box > table tr > td:last-child {
  border-right: medium none;
  padding: 10px 18px;
}
.total-order-box > table tr > td p label {margin: 0;}
.total-order-box > table tr > td p label i {
  color: #999999;
  font-style: normal;
  font-weight: 400;
}
.total-order-box > table tr:last-child > td {
  border-bottom: medium none;
  padding-bottom: 3px;
}
.product-list-info > a {
  color: #666;
  font-size: 11px;
  line-height: 20px;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* checkbox aspect */
[type="radio"]:not(:checked) + label::before, 
[type="radio"]:checked + label::before {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #e8ecec;
  border-radius: 1px;
  box-shadow: none;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 17px;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after,
.woocommerce-form__input woocommerce-form__input-checkbox input-checkbox:after {
  content: '✔';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label {color: #aaa;}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {border: 1px dotted blue;}
.header-cart {
  float: right;
  margin-right: 45px;
  margin-top: 5px;
  position: relative;
}
.header-cart > span {
  color: #424242;
  cursor: pointer;
  font-family: open sans;
  font-size: 11px;
  font-weight: 700;
}
.header-cart > span::before {
  color: #000;
  font-family: fontawesome;
  font-size: 20px;
  margin-right: 8px;
}
.header-cart > span > i {
  background: #1193d4 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 9.5px;
  font-style: normal;
  height: 18px;
  left: 12px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 18px;
}
.cart-items {
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: -5px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility: hidden;
  width: 300px;
  z-index: 999;
}
.cart-items.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.cart-cls {
  background: #1193d4 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 30px;
}
.cart-items-list {
  float: left;
  height: 201px;
  overflow-y: auto;
  width: 100%;
}
.cart-items-list > li {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  margin-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.cart-items-list > li:first-child {margin-top: 0;}
.cart-items-list > li:last-child {border-bottom: 0 none;}
.cart-item {
  float: left;
  width: 100%;
}
.cart-item > i {
  float: left;
  margin-right: 20px;
}
.cart-item > h2 {
  color: #545454;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 10px;
}
.cart-item > h2 a {color: inherit;}
.cart-item .price {color: #1193d4;}
.cart-total-bar {
  border: 3px solid #dadada;
  float: left;
  padding: 9px 30px;
  width: 100%;
}
.cart-total-bar > i {
  color: #2b2b2b;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-total-bar > strong {
  float: right;
  font-size: 12px;
  padding-left: 15px;
  position: relative;
}
.cart-total-bar > strong::before {
  background: #2b2b2b none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
}
.checkout-cart {
  background: #1193d4 none repeat scroll 0 0;
  color: #fff !important;
  float: left;
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.checkout-cart:focus,
.checkout-cart:hover{
  color: #fff !important;
}
.checkout-cart > i {margin-left: 5px;}
.single-prod-gallery .slider-for img {
  float: left;
  width: 100%;
}
@media (max-width:980px) {
  .cart-form {overflow: auto;}
  table.product-table,
  .coupon-wrp {width: 1110px;}
  .single-prod-gallery {margin-bottom: 30px;}
  .product-single > .row > div {float: left;width: 100%;}
  .my-order-list {margin-top: 30px;}
}
@media (max-width: 480px) {
  .single-prod-gallery {padding: 0;}
  .single-prod-gallery > ul.slider-nav {float: left;position: static;width: 100%;}
  .single-prod-gallery > ul.slider-nav li {margin-right: 10px;}
  .single-prod-gallery > ul.slider-nav li:last-child {margin-right: 0;}
  .single-prod-gallery > ul.slider-nav li img {width: 100%;}
  .select-size {float: left;width: 100%;}
  .cart-list-quantity {float: left;width: 100%;}
  .review-tabs > ul > li {margin-bottom: 8px;margin-right: 0;width: 100%;}
  .review-tabs > ul > li a {text-align: center;width: 100%;}
  .single-product-detail > h1 {font-size: 18px;line-height: initial;}
}
/*======================usman changing=====================*/
.woocommerce .prod-meta{
	margin-bottom: 0 !important;
}
.woocommerce .single-product-detail .price .prc-off{
	position: relative;
	left: 0;
	top: -3px;
}
.woocommerce .product-type-grouped .label{
	color: #424242;
}
.woocommerce .cart .group_table .product-type-grouped td:first-child{
	width: unset !important;
}
.woocommerce .cart .group_table .product-type-grouped td .cart-list-quantity{
	display: block;
} 
.woocommerce .cart .group_table .product-type-grouped td{
	padding-bottom: 0 !important;
	vertical-align: bottom !important;
}
.woocommerce .single-product-detail .product-type-grouped .price{
	width: unset;
}
.woocommerce .product-info-sec .submit{
	background: #1193d4 none repeat scroll 0 0 !important;
    border: 0 none !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    margin-top: 30px !important;
    padding: 13px 35px !important;
}
.woocommerce .product-info-sec .shop_attributes td{
	border:1px solid #eeeeee !important;
	padding: 5px !important;
}
/*.woocommerce .single-product-detail .variation_form .variations td .reset_variations*/
.woocommerce div.product form.cart .reset_variations{
	display: inline-block;
	position: relative;
	padding: 4px 20px !important;
	text-align: center !important;
	background-color: #1193d4 !important;
	color: #fff !important;
	border-radius: 30px !important;
}
.woocommerce .single-product-detail .variation_form .variations td .reset_variations:hover{
	color: #fff !important;
	background-color: #1193d4 !important;
}
.block-min{
	float: left;
	position: relative;
	width: 100%;
	padding: 70px 0;
}
.woocommerce .container.prob-class{
	display: table;
	position: relative;
	padding-top: 40px;
}
.woocommerce .product-cart .woocommerce-cart-form .product-remove .del-cart{
	color: #5d5c5c !important;
	font-size: 12px !important;
	line-height: 32px !important;
	height: 32px !important;
	width: 35px !important;
}
/*.woocommerce .coupon-wrp .coupon .input.dark-btns*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	background-color: #494949;
	border-radius: 5px;
	color: #fff !important;
	font-size: 12px !important;
	line-height: 52px !important;
	/*margin: 10px 20px !important;*/
	padding: 0 32px !important;
	height: 52px;
}
.woocommerce .button.dark-btns.upt-crt{
	margin: 10px 20px !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: unset;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #494949;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: 2px solid #e7e7e7;
    border-radius: 6px;
    line-height: 51px;
    height: 51px;
    padding: 0 20px;
}
.woocommerce .heading7 > h3{
	margin-top:20px;
}
/*.woocommerce .woocommerce-checkout .account-billing-sec .woocommerce-billing-fields .selection span{
	height: 51px;
	line-height: 51px;
	border-radius: 6px;
	border: none;
}*/
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 20px;
}
.woocommerce-checkout .account-billing-sec .woocommerce-additional-fields__field-wrapper p{
	padding: 3px 0;
}
.woocommerce-checkout .sp-main-body{
	background-color: #fff;
}
.woocommerce-checkout .woocommerce-checkout-review-order .my-order-list{
	background-color: #fff;
}
.woocommerce-checkout .woocommerce-checkout-review-order .total-order-box > table tr > td{
	width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-review-order .total-order-box > table tr > td span{
	width: unset;
	display: inline-flex;
	margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment{
	float: left;
	margin-top: 20px;
}
.woocommerce-account .sp-main-body{
	background-color: #fff;
}
.woocommerce-account .sp-main-body .form-row .woocommerce-form__label-for-checkbox span{
	margin-left: 5px;
}
.woocommerce-account .sp-main-body .woocommerce-MyAccount-navigation ul{
	float: left;
	position: relative;
	width: 90%;
	margin: 0;
	padding: 0;
}
.woocommerce-account .sp-main-body .woocommerce-MyAccount-navigation ul li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
    padding: 2px 0;
}
.woocommerce-account .sp-main-body .woocommerce-MyAccount-navigation ul li a{
	color: #000;
    line-height: 36px;
    padding: 2px 0;
}
.woocommerce-account .sp-main-body .woocommerce-MyAccount-navigation ul li:last-child{
	border-bottom: none;
}
.woocommerce-account .sp-main-body .woocommerce-MyAccount-content .woocommerce-Address address,
.woocommerce-checkout .sp-main-body .woocommerce-customer-details address,
.woocommerce-account .sp-main-body .woocommerce-MyAccount-content .woocommerce-customer-details address{
	line-height: unset;
}
.woocommerce-account .sp-main-body .woocommerce-MyAccount-content .woocommerce-Address-title .edit{
	background-color: #1193d4;
    border-radius: 6px;
    color: #fff;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    text-align: center;
    margin-top: 10px;
}
.woocommerce-account .sp-main-body .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover
{
	background: #333333;
    color: #fff;
}
/*.woocommerce-account .account-billing-sec .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .address-field
.select2.select2-container .selection .select2-selection.select2-selection--single{
*/
.woocommerce-account .select2-container--default .select2-selection--single{
	height: 51px;
	border:2px solid #e7e7e7;
	border-radius: 6px;
}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 51px;
}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 14px;
}
.woocommerce-cart .sp-main-body .woocommerce-shipping-calculator p select{
	height: 35px;
	border:2px solid #e7e7e7;
	border-radius: 6px;
}
.woocommerce-cart .sp-main-body{
	background-color: #fff;
}
.woocommerce-cart .sp-main-body .woocommerce-shipping-calculator p{
	margin-top: 20px;
	margin-bottom: 10px;
}
.woocommerce-cart .sp-main-body .woocommerce-shipping-calculator .shipping-calculator-button{
	background-color: #1193d4;
    border-radius: 6px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
}
.woocommerce-cart .sp-main-body .woocommerce-shipping-calculator .shipping-calculator-button:hover{
	background: #333333;
    color: #fff;
}
.woocommerce-cart .sp-main-body .woocommerce .return-to-shop a{
	margin-top: 10px;
}
.woocommerce-cart .sp-main-body .woocommerce .return-to-shop a:hover{
	background-color: #494949;
	color:#fff;
}
.woocommerce-checkout .sp-main-body .woocommerce-order ul{
	margin-bottom: 0;
	margin-top: 10px;
}
.woocommerce-checkout .sp-main-body .woocommerce-order ul li{
	font-size: 10px;
	line-height: 26px;
	letter-spacing: 0;
}
.woocommerce-checkout .sp-main-body .woocommerce .account-billing-sec .place-order .button:hover,
.woocommerce-checkout .sp-main-body .woocommerce .checkout_coupon .form-row-last .button:hover,
.woocommerce-cart .sp-main-body .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form p .button:hover,
.woocommerce-cart .sp-main-body .product-cart .woocommerce-cart-form .coupon-wrp .button:hover,
.woocommerce-cart .sp-main-body .product-cart .woocommerce-cart-form .coupon-wrp .coupon .button:hover{
	background-color: #494949;
	color:#fff;
}
.woocommerce-cart .sp-main-body .product-cart .woocommerce-cart-form .product-remove a:hover{
	background-color:#f0f0f0; 
	color:#0d72a5;
} 
.woocommerce-cart .sp-main-body .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form p .button{
	text-transform: uppercase;
}
table tr td, table tr th{
	padding:23px; 
}
.container.prob-class .woocommerce-ordering .orderby{
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	border-radius: 5px;
	width: 300px;
	border:2px solid #e7e7e7;
}
.product-type-variable .product-single .single-product-detail .variations_form .value select option,
.container.prob-class .woocommerce-ordering .orderby option{
	padding: 8px 20px;
}
.single-product .woocommerce-tabs .tab-content .panel{
	border:none;
}
.single-product .product-single .single-product-detail .woocommerce-product-details__short-description p{
	float: left;
	position: relative;
	margin:15px 0; 
	width: 100%;
}
/*.product-type-simple .product-single .single-product-detail .cart{
	display: table;
}*/
.product-type-simple .product-single .single-product-detail .cart .cart-list-quantity{
	padding-right: 20px;
}
.product-type-simple .product-single .single-product-detail .cart .single_add_to_cart_button{
	display: table-cell;
}
.product-single .single-product-detail .cart .single_add_to_cart_button:hover{
	background-color: #1193d4;
	color: #fff;
}
.product-single .single-product-detail .cart .single_add_to_cart_button{
	text-transform: uppercase;
}
.product-single .single-prod-gallery .onsale{
	left: 210px;
	top: -10px;
	line-height: 30px;
}
.product-type-variable .product-single .single-product-detail .variations_form .value select{
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	border-radius: 5px;
	width: 300px;
	border:2px solid #e7e7e7;
}
.single-product .product-available > span{
	margin-right: 5px;
}
.single-product .review-tabs > ul > li > a:hover{
	background-color: #1193d4;
	border-color: #1193d4;
	color: #fff;
}
.single-product .woocommerce-tabs .tab-content .product-info-sec .woocommerce-Reviews .commentlist .comment_container .comment-text{
	border:none !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	left: 10px;
	top: 20px;
	width: 40px;
}
#wpsho-pop .pop .alert{
	text-align: center;
	width: 300px;
	height: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #1193d4;
	line-height: 30px;
	border-radius: 6px;
	color: #fff;
	z-index: 9999;
}
.woocommerce-checkout #payment {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ebe9eb;
}
.single-product .woocommerce-message .button{
  text-transform: uppercase;
}
.single-product .woocommerce-message .button:hover{
  background-color: #1193d4;
  color: #fff;
}
.single-product .variations .value .tawcvs-swatches{
	float: left;
	position: relative;
}
.single-product .variations .value .tawcvs-swatches span{
	background: #ffffff;
    border: 2px solid #c8cccc;
    cursor: pointer;
    float: left;
    font-family: lato;
    font-size: 12px;
    font-weight: 600;
    height: 31px;
    line-height: 27px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    width: 34px;
    opacity: 1;
    border-radius: 0%;
}
.single-product .variations .value .tawcvs-swatches span.selected{
	border-color:#1193d4;
	color: #1193d4;
	box-shadow: 0 0 0;
}
.single-product .variations .value .tawcvs-swatches span::before{
	background: #1193d4;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 45px;
    transform: rotate(45deg);
    transition: all 0.3s linear 0s;
    width: 6px;
    z-index: -1;
}
.single-product .variations .value .tawcvs-swatches span.selected::before{
	top: -4px;
}
.woocommerce table.shop_table{
	border:none;	
}
.woocommerce-cart .woocommerce-cart-form table tr td{
	border: none;
}
.woocommerce table.product-table td{
	padding:30px 0 30px 0;
}
.cart-list-thumb > a{
	float: left;
	margin-right: 65px;
}
.woocommerce-checkout .woocommerce .woocomerce-form p input.button:hover{
	background-color: #494949;
	color: #fff;
}
table.product-table tr{
  position: relative;
}
table.product-table tr::after{
  background-color: #f4f4f4;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
/*.woocommerce-checkout .account-billing-sec .woocommerce-account-fields p .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox{
  opacity: 0;
  visibility: hidden;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox::before{
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #e8ecec;
    border-radius: 1px;
    box-shadow: none;
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 17px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox::after{
    color: #09ad7e;
    content: "✔";
    font-size: 18px;
    left: 4px;
    line-height: 0.8;
    position: absolute;
    top: 3px;
    transition: all 0.2s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:active::after{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}*/
.woocommerce-checkout .account-billing-sec .woocommerce-account-fields p .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span{
    padding-left: 25px;
}
.checkout.woocommerce-checkout .account-billing-sec .woocommerce-shipping-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox{
  opacity: 0;
  visibility: hidden;
}
 
.checkout.woocommerce-checkout .account-billing-sec .total-order-box table tr th,
.checkout.woocommerce-checkout .account-billing-sec .total-order-box table tr td{
  width: 178px !important;
}
.checkout.woocommerce-checkout .account-billing-sec .total-order-box table tr.shipping td ul li label span.woocommerce-Price-amount.amount{
  float: right;
  position: relative;
  text-align: right;
  padding-left: 28px;
}
.checkout.woocommerce-checkout .account-billing-sec .total-order-box table tr.shipping td ul li label span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{
  position: relative;
  text-align: left;
  padding-right: 8px;
}
.checkout.woocommerce-checkout .account-billing-sec .total-order-box table tr.shipping ul li [type="radio"]:not(:checked) + label::after,
.checkout.woocommerce-checkout .account-billing-sec .total-order-box table tr.shipping ul li [type="radio"]:checked + label::after{
  left: 23px;
}
.woocommerce-variation-price .price {
    margin-bottom: 20px;
}
.woocommerce-variation.single_variation > p {
    float: left;
    line-height: initial;
    padding-bottom: 20px;
    width: 100%;
}
.variations tr td.value {
    padding: 0;
}
.variations tr td > label {
    color: #333;
    font-size: 13px;
    margin-top: 8px;
    padding-right: 0;
}
table.variations {
    margin-bottom: 25px !important;
    margin-top: 5px;
}
.variations_form{
	margin-bottom: 13px !important;	
}
#createaccount {
    opacity: 0;
    visibility: hidden;
}
.woocommerce-account-fields label span {
    padding-left: 0 !important;
	transition: all 0.3s linear 0s;
}
.woocommerce-account-fields label span:hover {
    cursor: pointer;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #e7e7e7;
    height: 50px;
    line-height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.product-type-grouped .group_table tr td {
    padding: 0;
}
.product-type-grouped .group_table tr td.label {
    float: right;
    font-size: 13px;
    margin-top: 6px;
}
.product-type-grouped td.price {
    float: right;
	text-align:right;
}
.product-type-grouped .group_table tr td .cart-list-quantity {
    margin-bottom: 30px;
    width: 261px;
}
#shipping_method li label:after{left: 22px;}
.cart_totals.calculated_shipping {
    margin-top: 20px;
    width: 28% !important;
}
.woocommerce-shipping-fields label span{cursor: pointer;}
.woocommerce span.onsale{line-height: 30px;}
.header-one form.navbar-form {
    margin-bottom: -44px;
    margin-right: 0 !important;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
	transition: all 0.3s linear 0s;
}
form.navbar-form.open {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}
.header-one .input-group {
    float: left;
    width: 100%;
}
.header-one .input-group-addon {
    position: absolute;
    right: -1px;
    text-align: left;
    top: 0;
}
.header-one .header-search {
    color: #333;
    float: right;
    font-size: 17px;
    margin-right: 40px;
    padding-top: 3px;
}
#offcanvas-inner-menu .sub-menu {
    display: none !important;
}
#offcanvas-inner-menu .sub-menu.open {
    display: block !important;
}
.shop_table.cart.wishlist_table tbody tr td a {
    color: #333;
    font-family: lato;
    font-size: 15px;
    font-weight: bold;
}
.shop_table.cart.wishlist_table tbody tr td.product-remove div a {
    margin: 0 auto;
}
.shop_table.cart.wishlist_table tbody tr td span {
    color: #848484;
    font-size: 14px;
}
.shop_table.cart.wishlist_table thead tr th span {
    font-size: 18px;
}
.shop_table.cart.wishlist_table{margin-top: 20px;}
.shop_table.cart.wishlist_table tbody tr td a.remove_from_wishlist{color: #333 !important;}
.shop_table.cart.wishlist_table tbody tr td a.remove_from_wishlist:hover{color: #fff !important;}
.tab-content .gallery-columns-2 .gallery-item {
    margin-top: 40px;
    max-width: 25%;
}
.single-product-detail .label > label {
    text-transform: capitalize;
}


.feature-info .media-left a:hover,
.feature-info .media-left a:hover i,
.media:hover .media-left a,
.media:hover .media-left a i {color: #fff !important;}
.outstanding-area .col-sm-6 p + p {margin-top: 12px;}
.outstanding-area .col-sm-6 p + p i {margin-right: 10px;}
.single-product .variations .value .tawcvs-swatches span.swatch-label {
    width: auto;
    padding: 0 5px;
}
.navbar-default #main_nav .navbar-nav li.current-menu-parent > a,
.navbar-default #main_nav .navbar-nav li.active > a {color: #ffffff;}


/* Noman: Style for visual composer default carousel */
.vc_carousel-inner .vc_item img { height: auto; max-width: 100%; vertical-align: middle;}

/*===== Load More Loader =====*/
#loaded {display:none}
.cssload-loader {
    position: absolute;
    left: calc(50% - 31px);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
    bottom: 0;
    top: auto;
}
.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;    
}
.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid rgb(0,0,0);
}
.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgb(0,0,0);
}
.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid rgb(0,0,0);
}
@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.col-sm-8 .cart-list-thumb > h2 {width: 100%;}
.col-sm-8 .cart-list-thumb > a {margin-right: 35px;}
.col-sm-4 table tr td, .col-sm-4 table tr th {padding: 6px 12px;}
.col-sm-8 .product-list-box {
  text-align: center;
  padding-left: 0;
}
.col-sm-8 .product-list-thumb {
  float: none;
  margin: 0 auto 0px;
  display: inline-block;
}
.col-sm-8 .product-list-info {
  display: block;
  float: left;
  width: 100%;
}
.col-sm-8 .product-list-box > span {
  width: 100%;
  display: block;
  float: left;
}
.col-sm-8 .product-list-info > a {
  line-height: 20px;
  display: inline-block;
}
.col-sm-8 .product-list-info > span {margin-bottom: 0;}
.load-wrap {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 50px;
}
.product_meta {margin-top: 10px;}
.outstanding-area a.btn {margin-top: 30px;}
.sticky {
    left: 0;
    position: fixed;
  
}