/*
Theme Name: Opton
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
License:
License URI:
*/
/*
0 Reset
----------------------------------
1 Color Variables
----------------------------------
2 Container
----------------------------------
3 Buttons
----------------------------------
4 Scroll Up / Down
----------------------------------
5 Title
----------------------------------
6 Header
----------------------------------
7 Banner
----------------------------------
8 Call To Action
----------------------------------
9 Content & Images
----------------------------------
10 Features
----------------------------------
11 Portfolio (Home Page)
----------------------------------
12 Team 
----------------------------------
13 Latest News
----------------------------------
14 Contact
----------------------------------
15 Contact Details
----------------------------------
16 Our Modules
----------------------------------
17 Testimonials
----------------------------------
18 Skills
----------------------------------
19 Company Logo Slider
----------------------------------
20 Services
----------------------------------
21 Widget Columns
----------------------------------
22 Pricing Tables
----------------------------------
23 Work Flow
----------------------------------
24 Our Process
----------------------------------
25 Share Box
----------------------------------
26 Blog Listing
----------------------------------
27 Blog Sidebar
----------------------------------
28 Blog Share Box
----------------------------------
29 Blog Sidebar Widget
----------------------------------
30 Blog Comments
----------------------------------
31 Blog Centered
----------------------------------
32 Blog archive / Masonry
----------------------------------
33 Blog Archive Sidebar
----------------------------------
34 Blog Metro
----------------------------------
35 Blog Single
----------------------------------
36 Pagination
----------------------------------
37 Portfolio (Home page Masonry)
----------------------------------
38 Filters
----------------------------------
39 Portfolio
----------------------------------
40 Portfolio Single
----------------------------------
41 Portfolio Single Sidebar
----------------------------------
42 Portfolio Related Projects
----------------------------------
43 Shop Sidebar
----------------------------------
44 Shop List
----------------------------------
45 Shop Single
----------------------------------
46 Product
----------------------------------
47 Product Details
----------------------------------
48 Shop List 42
----------------------------------
49 Cart
----------------------------------
50 Shop Cart  Details
----------------------------------
51 Wish list
----------------------------------
52 Shop Cart Table
----------------------------------
53 Shop Grid
----------------------------------
54 Social Icons
----------------------------------
55 Footer
----------------------------------
56 Footer Style 03,04,05
----------------------------------
57 Footer Style 06,07
----------------------------------
58 Footer Style 08
----------------------------------
59 Footer Style 09,10,11,12
----------------------------------
60 Footer Style 13
----------------------------------
61 Footer Style White
----------------------------------
62 Key Frames
----------------------------------
63 Responsive
----------------------------------
*/
/************************************************************************************
0 Reset
*************************************************************************************/
* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.font-awesome {
  font-family: "fontawesome";
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.varela-round {
  font-family: 'Varela Round', sans-serif;
}
.raleway {
  font-family: 'Raleway', sans-serif;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.old-standard-tt {
  font-family: 'Old Standard TT', serif;
}
body {
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
.light-gray2 {
  background-color: #f9f9f9;
}
.list-inline li {
  padding: 0;
}
.media-left img {
  max-width: inherit;
}
a:hover,
a:focus,
a:active {
  background-color: transparent;
  outline: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}
.transitions {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a img {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-margin {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.txt-italic {
  font-style: italic;
}
p {
  color: #515151;
  font-size: 14px;
  line-height: 2.4;
}
img {
  max-width: 100%;
}
/************************************************************************************
1 Color Variables
*************************************************************************************/
/************************************************************************************
2 Container
*************************************************************************************/
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.wrapper {
  position: relative;
}
/************************************************************************************
3 Buttons
*************************************************************************************/
.btn-grd {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  border: none;
  border-radius: 30px;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  font-size: 11px;
  height: 46px;
  letter-spacing: 0.5px;
  line-height: 4.19;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  z-index: 9999;
  position: relative;
}
.btn-grd:hover,
.btn-grd:focus {
  background: -moz-linear-gradient(45deg, #25f250 0%, #25bff2 99%);
  background: -webkit-linear-gradient(45deg, #25f250 0%, #25bff2 99%);
  background: linear-gradient(45deg, #25f250 0%, #25bff2 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25f250', endColorstr='@default-blue', GradientType=1);
  color: #ffffff;
}
.btn-outline {
  background-color: transparent;
  height: 46px;
  line-height: 4.19;
  padding: 0 25px;
  color: #202020;
  border-radius: 30px;
  border: 1px solid #e3ebf1;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
  min-width: 143px;
}
.btn-outline:hover,
.btn-outline:focus {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  color: #ffffff;
}
.add-to-cart {
  padding-left: 47px;
  padding-right: 22px;
  position: relative;
}
.add-to-cart:before {
  background-image: url(../images/black-cart.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 15px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 17px;
  margin-right: 12px;
}
.add-to-cart:hover:before {
  background-image: url(../images/white-cart.png);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: 'Montserrat', sans-serif;
}
.continue-shopping {
  padding-left: 45px;
  padding-right: 22px;
  position: relative;
}
.continue-shopping:before {
  background-image: url(../images/right-black-arw.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 8px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 23px;
}
.continue-shopping:hover:before {
  background-image: url(../images/right-white-arw.png);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: 'Montserrat', sans-serif;
}
.btn-brd {
  background: #25f250;
  background: #25bff2;
  background: -moz-linear-gradient(left, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(left, #25bff2 0%, #25f250 100%);
  background: linear-gradient(to right, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  color: #202020;
  padding: 3px;
  min-width: 151px;
}
.btn-brd span {
  background-color: #ffffff;
  display: block;
  border-radius: 30px;
  line-height: 3.7;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-brd:hover span {
  background-color: transparent;
  color: #ffffff;
}
.update-cart-btn {
  margin-top: 30px;
  text-align: right;
}
.update-cart-btn .btn {
  margin-right: 18px;
}
.update-cart-btn .btn:last-child {
  margin-right: 0;
}
.add-prd-btn {
  height: auto;
  line-height: 1;
  padding: 17px 24px 14px;
}
/************************************************************************************
4 Scroll Up / Down
*************************************************************************************/
.scrollup {
  background-image: url("../images/arch2.png");
  bottom: 10px;
  color: #ffffff;
  font-size: 12px;
  height: 31px;
  left: 50%;
  line-height: 3.08;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: -31px;
  transform: translateX(-50%);
  width: 140px;
  z-index: 999;
}
.scrollup:hover {
  color: #25e677;
}
.scroll-down {
  left: 50%;
  position: absolute;
  top: -16px;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 999;
}
.scroll-down a {
  display: block;
}
.scroll-down a svg {
  display: block;
  height: 27px;
  width: 16px;
}
.scroll-down .scroller {
  -webkit-animation: updown 1s infinite;
  -moz-animation: updown 1s infinite;
  -o-animation: updown 1s infinite;
  animation: updown 1s infinite;
}
/************************************************************************************
5 Title
*************************************************************************************/
.title {
  position: relative;
  z-index: 9;
}
.title h6 {
  margin: 0 0 17px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2.6px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #202020;
  text-transform: uppercase;
}
.title h3 {
  font-size: 31px;
  line-height: 1;
  margin: 0 0 22px 0;
  font-family: 'Raleway', sans-serif;
  color: #202020;
}
/************************************************************************************
6 Header
*************************************************************************************/
header {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .logo {
  padding: 24px 0 29px;
}
header .container {
  position: relative;
}
header .col-sm-10 {
  position: static;
}
header nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  float: right;
  position: static;
}
header nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
header nav.navbar > ul > li {
  margin: 0 98px 0 0;
  padding: 42px 0 32px;
}
header nav.navbar > ul > li:last-child {
  margin-right: 80px;
}
header nav.navbar > ul > li.pos-r {
  position: relative;
}
header nav.navbar > ul > li > a {
  color: #ffffff;
  padding: 0 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: block;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
header nav.navbar > ul > li > a:after {
  content: "";
  height: 2px;
  width: 0;
  margin-top: 10px;
  display: block;
  background: #25f250;
  background: -moz-linear-gradient(top, #25f250 0%, #25f250 50%, #25bff2 51%, #25bff2 100%);
  background: -webkit-linear-gradient(top, #25f250 0%, #25f250 50%, #25bff2 51%, #25bff2 100%);
  background: linear-gradient(to bottom, #25f250 0%, #25f250 50%, #25bff2 51%, #25bff2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25f250', endColorstr='@default-blue', GradientType=0);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header nav.navbar > ul > li:hover > a {
  color: #25e677;
}
header nav.navbar > ul > li:hover > a:after {
  width: 100%;
}
header nav.navbar > ul > li:hover .nav-wrapper {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header nav.navbar > ul > li .sub-menu {
  padding: 17px 25px 30px 36px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  opacity: 1;
  top: 160%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  min-width: 253px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-height: 600px;
}
header nav.navbar > ul > li .sub-menu.list-unstyled {
  margin: 0 0 0 0;
}
header nav.navbar > ul > li .sub-menu.list-unstyled li a {
  font-size: 12px;
  line-height: 3.33;
  text-decoration: none;
  position: relative;
  display: block;
  color: #5c5c5c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
header nav.navbar > ul > li .sub-menu.list-unstyled li a:hover {
  margin-left: 16px;
  color: #292929;
}
header nav.navbar > ul > li .sub-menu.list-unstyled li a:hover:before {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  left: 5px;
  background-image: url(../images/top-nav-right-arw.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  height: 7px;
  width: 4px;
  display: block;
  content: "";
  padding-right: 40px;
}
header .nav-wrapper {
  padding: 37px 25px 50px 36px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  opacity: 1;
  top: 160%;
  width: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  list-style: none;
}
header .nav-wrapper .nav-box {
  position: relative;
}
header .nav-wrapper .nav-box:after {
  position: absolute;
  content: "";
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ccc;
  height: 100%;
  min-height: 253px;
  top: 0%;
  right: 22px;
}
header .nav-wrapper .nav-box:last-child:after {
  border: none;
}
header .nav-wrapper .nav-box h4 {
  font-size: 11px;
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0;
  color: #292929;
  font-family: 'Montserrat', sans-serif;
}
header .nav-wrapper .nav-box p.txt-italic {
  font-size: 12px;
  line-height: 1.66;
  font-style: italic;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  color: #686868;
  margin: 9px 0 0;
}
header .nav-wrapper .nav-box .nav-title {
  margin-bottom: 17px;
}
header .nav-wrapper .nav-box .text-box p {
  color: #5f5f5f;
  margin-bottom: 0;
}
header .nav-wrapper ul.list-unstyled {
  margin: 0 0 0 0;
}
header .nav-wrapper ul.list-unstyled li a {
  font-size: 12px;
  line-height: 3.33;
  text-decoration: none;
  position: relative;
  display: block;
  color: #5c5c5c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
header .nav-wrapper ul.list-unstyled li a:hover {
  margin-left: 16px;
  color: #292929;
}
header .nav-wrapper ul.list-unstyled li a:hover:before {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  left: 5px;
  background-image: url(../images/top-nav-right-arw.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  height: 7px;
  width: 4px;
  display: block;
  content: "";
  padding-right: 40px;
}
header .navbar-right {
  margin-right: 0px;
}
header .navbar-right > ul {
  padding: 0;
  position: relative;
  margin: 0;
}
header .navbar-right > ul li {
  margin-right: 24px;
  padding: 38px 0 39px;
  float: left;
}
header .navbar-right > ul li:last-child {
  margin-right: 0;
}
header .navbar-right > ul li > a {
  position: relative;
  display: block;
}
header .navbar-right > ul li > a .count {
  width: 16px;
  height: 16px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
  position: absolute;
  right: -9px;
  top: -7px;
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 1.6;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
}
header .navbar-right > ul li .shopping-cart-drop-down {
  max-width: 314px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 33px 42px 26px 29px;
}
header .navbar-right > ul li .shopping-cart-drop-down h4 {
  margin: 0;
  font-size: 11px;
  line-height: 1.66;
  letter-spacing: 1.60px;
  font-weight: 700;
  text-transform: uppercase;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product {
  margin: 20px 0 0 0;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media {
  margin-bottom: 20px;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-left {
  padding-right: 30px;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body {
  padding-top: 20px;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p {
  line-height: 1;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p a {
  color: #292929;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body span {
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.6px;
  color: #686868;
  font-family: 'Raleway', sans-serif;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd {
  float: left;
  width: 108px;
  background-color: #86a3a7;
  background-image: none;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:last-child {
  float: right;
}
header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:hover {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
}
header .navbar-right > ul li .cart-drop {
  right: 0;
  list-style: outside none none;
  min-width: 314px;
  position: absolute;
  top: 160%;
  opacity: 0;
  pointer-events: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .navbar-right > ul li .cart-drop li {
  padding: 0;
}
header .navbar-right > ul li:hover .cart-drop {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
header .hamburg-menu {
  width: 12px;
  margin-top: 7px;
}
header .hamburg-menu span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 2px;
  display: block;
}
header .hamburg-menu span:last-child {
  margin-bottom: 0;
}
header .menu-btn {
  overflow: hidden;
  display: inline-block;
  margin: 37px 25px 0 0;
  cursor: pointer;
  display: none;
}
header .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
header .menu-btn .strip-bx span {
  background-color: #ffffff;
  width: 16px;
  height: 3px;
  margin-bottom: 3px;
  display: block;
  border-radius: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform-origin: -0.7px center 0;
  -webkit-transform-origin: -0.7px center 0;
  -o-transform-origin: -0.7px center 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
header .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
header .menu-btn.open .strip-bx span {
  background-color: #14c757;
}
header .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
header .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
header .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
header .menu-btn > span {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
header .menu-btn > span:hover {
  color: #14c757;
}
header .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #cccccc;
}
header .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #292929 !important;
}
header .side-menu {
  max-width: 411px;
  position: fixed;
  right: -411px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .side-menu.open {
  right: 0;
}
header .side-menu .close {
  display: block;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  z-index: 999;
}
header .side-menu .close > span {
  background-color: #676767;
  display: block;
  height: 2px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkti-transform: rotate(45deg);
  transform-origin: 8.4px center 0;
  -o-transform-origin: 8.4px center 0;
  -moz-transform-origin: 8.4px center 0;
  -webkit-transform-origin: 8.4px center 0;
  width: 100%;
}
header .side-menu .close > span:last-child {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header .side-menu .nav-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  margin-bottom: 0;
  opacity: 1;
  padding: 37px 50px;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
header .side-menu .nav-wrapper > li {
  max-width: 300px;
  height: 100%;
  overflow: auto;
}
header .side-menu .nav-wrapper .nav-box {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 37px;
  margin-bottom: 35px;
}
header .side-menu .nav-wrapper .nav-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
header .side-menu .nav-wrapper .nav-box:after {
  display: none;
}
/************************************************************************************
7 Banner
*************************************************************************************/
.banner {
  position: relative;
  width: 100%;
}
.banner > img {
  width: 100%;
}
.banner .banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #000000;
  max-width: 1179px;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.banner .banner-caption h2 {
  font-size: 103px;
  letter-spacing: -4px;
  line-height: 1;
  font-family: 'Varela Round', sans-serif;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  top: -7px !important;
  margin: 0;
  text-align: center;
  width: 100%;
  transform: translateX(28%);
  -o-transform: translateX(28%);
  -moz-transform: translateX(28%);
  -webkit-transform: translateX(28%);
  left: -50%;
}
.banner .banner-caption h1 {
  font-size: 72px;
  margin: 0 0 16px;
  letter-spacing: -3px;
  line-height: 1;
  font-family: 'Varela Round', sans-serif;
  color: #ffffff;
}
.banner .banner-caption p {
  font-size: 26px;
  line-height: 1;
  font-family: 'Varela Round', sans-serif;
  color: #ffffff;
  margin: 0 0 58px;
  letter-spacing: 2px;
}
.banner .banner-caption .btn {
  height: 50px !important;
  line-height: 4.7 !important;
  padding: 0 50px !important;
  font-size: 11px !important;
}
.banner .defaultimg {
  position: relative;
}
.banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #14c757;
  z-index: 1;
  background: -moz-linear-gradient(-45deg, #14c757 0%, #14c757 13%, #bef55f 34%, #25f2e1 52%, #25bff2 74%, #25bff2 91%, #25a7f2 100%);
  background: -webkit-linear-gradient(-45deg, #14c757 0%, #14c757 13%, #bef55f 34%, #25f2e1 52%, #25bff2 74%, #25bff2 91%, #25a7f2 100%);
  background: linear-gradient(135deg, #14c757 0%, #14c757 13%, #bef55f 34%, #25f2e1 52%, #25bff2 74%, #25bff2 91%, #25a7f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#25a7f2', GradientType=1);
  content: "";
}
.banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #14c757;
  z-index: 1;
  background: -moz-linear-gradient(-45deg, #14c757 0%, #14c757 13%, #bef55f 34%, #25f2e1 52%, #25bff2 74%, #25bff2 91%, #25a7f2 100%);
  background: -webkit-linear-gradient(-45deg, #14c757 0%, #14c757 13%, #bef55f 34%, #25f2e1 52%, #25bff2 74%, #25bff2 91%, #25a7f2 100%);
  background: linear-gradient(135deg, #14c757 0%, #14c757 13%, #bef55f 34%, #25f2e1 52%, #25bff2 74%, #25bff2 91%, #25a7f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#25a7f2', GradientType=1);
}
.banner .tparrows {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid rgba(255, 255, 255, 0.61);
  cursor: pointer;
  display: block;
  height: 52px;
  left: auto;
  opacity: 1 !important;
  position: absolute;
  right: 0;
  visibility: visible !important;
  top: 53% !important;
  width: 52px;
  z-index: 1000;
}
.banner .tparrows:hover {
  background-color: #30cae0;
}
.banner .tparrows:before {
  line-height: 3.2;
}
.banner .tparrows.tp-rightarrow:before {
  content: "\f078";
  font-family: FontAwesome;
}
.banner .tparrows.tp-leftarrow {
  left: auto !important;
  right: 40px;
  top: 47.3% !important;
}
.banner .tparrows.tp-leftarrow:before {
  content: "\f077";
  font-family: FontAwesome;
}
.inner-banner {
  position: relative;
}
.inner-banner:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: #14c757;
  background: -moz-linear-gradient(left, #14c757 0%, #14c757 13%, #bef55f 34%, #25f2e1 52%, #25bff2 74%, #25bff2 91%, #25a7f2 100%);
  background: -webkit-linear-gradient(left, #14c757 0%, #14c757 13%, #bef55f 34%, #25f2e1 52%, #25bff2 74%, #25bff2 91%, #25a7f2 100%);
  background: linear-gradient(to right, #14c757 0%, #14c757 13%, #bef55f 34%, #25f2e1 52%, #25bff2 74%, #25bff2 91%, #25a7f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#25a7f2', GradientType=1);
  top: 0;
  left: 0;
  opacity: 0.18;
  z-index: 1;
}
.inner-banner:after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #121212;
  top: 0;
  left: 0;
  opacity: 0.37;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .inner-banner-caption {
  position: absolute;
  top: 66%;
  transform: translateY(-66%);
  -webkit-transform: translateY(-66%);
  -moz-transform: translateY(-66%);
  -o-transform: translateY(-66%);
  z-index: 9;
}
.inner-banner .inner-banner-caption h1 {
  font-size: 36px;
  line-height: 1.57;
  margin: 0 0 20px 0;
  color: #ffffff;
  font-family: 'Varela Round', sans-serif;
}
.inner-banner .inner-banner-caption p {
  font-size: 18px;
  line-height: 1.28;
  margin: 0;
  color: #ffffff;
  font-family: 'Varela Round', sans-serif;
}
/************************************************************************************
8 Call To Action
*************************************************************************************/
.call-to-action {
  text-align: center;
  background: #25ea6a;
  background: -moz-linear-gradient(top, #25ea6a 0%, #25c5de 100%);
  background: -webkit-linear-gradient(top, #25ea6a 0%, #25c5de 100%);
  background: linear-gradient(to bottom, #25ea6a 0%, #25c5de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25ea6a', endColorstr='#25c5de', GradientType=0);
  z-index: 9;
  position: relative;
  color: #000000;
  padding: 48px 0 31px;
}
.call-to-action:before {
  background-image: url(../images/arch.png);
  width: 123px;
  height: 31px;
  background-repeat: no-repeat;
  display: block;
  content: "";
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 9;
  position: absolute;
}
.call-to-action h3 {
  font-size: 27px;
  line-height: 1;
  margin: 0;
  letter-spacing: 1.2px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.call-to-action span {
  font-size: 13px;
  line-height: 1.76;
  margin: 19px 0 25px;
  display: block;
  letter-spacing: 5px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.call-to-action a.btn-grd {
  border: 2px solid #ffffff;
  min-width: 215px;
  background-image: url(../images/download-arrow-img.png);
  background-repeat: no-repeat;
  background-position: 17% 50%;
  padding-left: 47px;
}
.call-to-action a.btn-grd:hover {
  background-color: #ffffff;
  color: #25bff2;
  background-image: url(../images/download-arrow-img-2.png);
  background-repeat: no-repeat;
  background-position: 17% 50%;
}
.call-to-action-two {
  background-image: url("../images/call-to-action.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 97px 0;
}
.call-to-action-two .bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(37, 197, 222, 0.5);
  background: -moz-linear-gradient(45deg, rgba(37, 197, 222, 0.5) 0%, rgba(37, 234, 106, 0.5) 100%);
  background: -webkit-linear-gradient(45deg, rgba(37, 197, 222, 0.5) 0%, rgba(37, 234, 106, 0.5) 100%);
  background: linear-gradient(45deg, rgba(37, 197, 222, 0.5) 0%, rgba(37, 234, 106, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25c5de', endColorstr='#25ea6a', GradientType=1);
}
.call-to-action-two .action-desc {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}
.call-to-action-two .action-desc h4 {
  color: #ffffff;
  font-size: 42px;
  letter-spacing: -0.3px;
  line-height: 1;
  margin: 0 0 27px 0;
  font-family: 'Raleway', sans-serif;
}
.call-to-action-two .action-desc p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
  font-style: italic;
  margin: 0;
}
.call-to-action-two .action-desc .btn {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  height: 47px;
  line-height: 3.91;
  margin: 40px 0 0;
  min-width: 154px;
  padding: 0;
}
.call-to-action-two .action-desc .btn:hover {
  background: #ffffff;
  color: #25bff2;
}
/************************************************************************************
9 Content & Images
*************************************************************************************/
.who-we-are .what-we-do-img {
  position: relative;
  z-index: 1;
}
.who-we-are .what-we-do-img:before {
  background: #25c5de;
  background: -moz-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: -webkit-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25c5de', endColorstr='#25ea6a', GradientType=1);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: -10px;
  bottom: -10px;
  content: "";
  border-radius: 5px;
}
.who-we-are .what-we-do-img img {
  border-radius: 5px;
  width: 100%;
  z-index: 999;
  position: relative;
}
.who-we-are h5 {
  margin: 4px 0 16px 0;
  letter-spacing: 2.6px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #202020;
  font-family: 'Montserrat', sans-serif;
}
.who-we-are h3 {
  margin: 0;
  font-size: 31px;
  line-height: 1;
  margin: 6px 0 22px 0;
  font-family: 'Raleway', sans-serif;
  color: #202020;
  font-weight: 400;
}
.who-we-are p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 2.4;
  color: #515151;
}
#content14 {
  background-color: #f9f9f9;
  display: table;
  width: 100%;
}
#content14 .col-left {
  width: 46%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#content14 .col-left .image {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
#content14 .col-left .image img {
  width: auto;
  height: 100%;
  max-width: inherit;
}
#content14 .col-right {
  width: 54%;
  display: table-cell;
  vertical-align: middle;
}
#content14 .col-right .content {
  padding: 53px 155px 69px 87px;
  background-color: #f9f9f9;
}
#content14 .col-right .content h3 {
  font-size: 31px;
  line-height: 1.61;
  margin: 0 0 28px 0;
  color: #202020;
  font-family: 'Raleway', sans-serif;
}
#content14 .col-right .content p {
  font-size: 14px;
  margin: 0 0 20px 0;
  line-height: 2.4;
  color: #515151;
}
#content14 .col-right .content p:last-child {
  margin: 0;
}
#content14 .col-right .content .btn-brd {
  min-width: 151px;
  margin-top: 30px;
}
#content14 .col-right .content .btn-brd span {
  background-color: #f9f9f9;
}
#content14 .col-right .content .btn-brd:hover span {
  background-color: transparent;
  color: #ffffff;
}
.section-box {
  padding-top: 137px;
  background-image: url('../images/circle.png');
  background-repeat: no-repeat;
  background-position: left -233px;
}
.about-step-2 {
  background-color: #f9f9f9;
  max-width: 1600px;
  margin: 0 auto;
  display: table;
  width: 100%;
}
.about-step-2 .who-we-are {
  padding: 16px 64px 0;
  width: 46%;
  display: table-cell;
  vertical-align: middle;
}
.about-step-2 .who-we-are h6 {
  margin: 0 0 17px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2.6px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #202020;
}
.about-step-2 .who-we-are h3 {
  font-size: 31px;
  line-height: 1;
  margin: 0 0 22px 0;
  font-family: 'Raleway', sans-serif;
}
.about-step-2 .who-we-are p {
  color: #515151;
  line-height: 2.1;
}
.about-step-2 .who-we-are span {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  display: block;
  font-family: 'Raleway', sans-serif;
}
.about-step-2 .who-we-are .btn-grd {
  min-width: 151px;
}
.about-step-2 .who-we-are .team-types {
  margin-top: 38px;
}
.about-step-2 .who-we-are .team-types .nav-tabs {
  border-bottom: 2px solid #cbcbcb;
}
.about-step-2 .who-we-are .team-types .nav-tabs li {
  margin-bottom: -2px;
  margin-right: 50px;
}
.about-step-2 .who-we-are .team-types .nav-tabs li:last-child {
  margin-right: 0;
}
.about-step-2 .who-we-are .team-types .nav-tabs li a {
  border: none;
  color: #000000;
  text-transform: uppercase;
  background-color: transparent;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.82;
}
.about-step-2 .who-we-are .team-types .nav-tabs li a:after {
  content: "";
  height: 2px;
  width: 0;
  margin-top: 10px;
  display: block;
  background: #25f250;
  background: -moz-linear-gradient(top, #25f250 0%, #25f250 50%, #25bff2 51%, #25bff2 100%);
  background: -webkit-linear-gradient(top, #25f250 0%, #25f250 50%, #25bff2 51%, #25bff2 100%);
  background: linear-gradient(to bottom, #25f250 0%, #25f250 50%, #25bff2 51%, #25bff2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25f250', endColorstr='@default-blue', GradientType=0);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about-step-2 .who-we-are .team-types .nav-tabs li a:hover,
.about-step-2 .who-we-are .team-types .nav-tabs li a:focus {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #52dbb1;
}
.about-step-2 .who-we-are .team-types .nav-tabs li a:hover:after,
.about-step-2 .who-we-are .team-types .nav-tabs li a:focus:after {
  width: 100%;
}
.about-step-2 .who-we-are .team-types .nav-tabs li.active a {
  background-color: transparent;
  border: none;
  color: #52dbb1;
}
.about-step-2 .who-we-are .team-types .nav-tabs li.active a:after {
  width: 100%;
}
.about-step-2 .who-we-are .team-types .nav-tabs li.active a:hover,
.about-step-2 .who-we-are .team-types .nav-tabs li.active a:focus {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #52dbb1;
}
.about-step-2 .who-we-are .team-types .nav-tabs li.active a:hover:after,
.about-step-2 .who-we-are .team-types .nav-tabs li.active a:focus:after {
  width: 100%;
}
.about-step-2 .who-we-are .team-types .tab-content {
  margin: 39px 0 0 0;
}
.about-step-2 .our-team {
  width: 54%;
  display: table-cell;
  vertical-align: middle;
}
.about-step-2 .our-team .team-people {
  position: relative;
  overflow: hidden;
}
.about-step-2 .our-team .team-people a img {
  max-width: 100%;
}
.about-step-2 .our-team .team-people .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: -121px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about-step-2 .our-team .team-people .overlay p {
  font-size: 14px;
  line-height: 2.14;
  margin: 10px 0 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.about-step-2 .our-team .team-people .overlay span {
  font-size: 12px;
  line-height: 1.33;
  color: #52e592;
  display: block;
  margin-bottom: 17px;
  font-family: 'Montserrat', sans-serif;
}
.about-step-2 .our-team .team-people:hover .overlay {
  opacity: 1;
  bottom: 0;
}
.about-us .what-we-do {
  margin: 46px 0 6px;
  background-color: #f9f9f9;
}
.about-us .what-we-do .content-image {
  position: relative;
  width: 45.9%;
  float: left;
}
.about-us .what-we-do .content-image .img-over {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  padding: 20% 11%;
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about-us .what-we-do .content-image .img-over:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 21px;
  background-image: url(../images/quotes.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 63px;
  left: 11%;
}
.about-us .what-we-do .content-image .img-over p {
  font-size: 21px;
  line-height: 1.4;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
}
.about-us .what-we-do .content-image .img-over .line {
  font-size: 14px;
  line-height: 2.29;
  display: block;
  position: relative;
  padding-left: 50px;
  margin: 33px 0 0 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
.about-us .what-we-do .content-image .img-over .line:before {
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  bottom: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
  display: block;
  content: "";
}
.about-us .what-we-do .content-image:hover .img-over {
  opacity: 1;
  background: #14c757;
  background: -moz-linear-gradient(-45deg, rgba(20, 199, 87, 0.42) 0%, rgba(20, 199, 87, 0.42) 13%, rgba(95, 245, 130, 0.42) 34%, rgba(37, 242, 225, 0.42) 52%, rgba(37, 191, 242, 0.42) 74%, rgba(37, 191, 242, 0.42) 91%, rgba(37, 167, 242, 0.42) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(20, 199, 87, 0.42) 0%, rgba(20, 199, 87, 0.42) 13%, rgba(95, 245, 130, 0.42) 34%, rgba(37, 242, 225, 0.42) 52%, rgba(37, 191, 242, 0.42) 74%, rgba(37, 191, 242, 0.42) 91%, rgba(37, 167, 242, 0.42) 100%);
  background: linear-gradient(135deg, rgba(20, 199, 87, 0.42) 0%, rgba(20, 199, 87, 0.42) 13%, rgba(95, 245, 130, 0.42) 34%, rgba(37, 242, 225, 0.42) 52%, rgba(37, 191, 242, 0.42) 74%, rgba(37, 191, 242, 0.42) 91%, rgba(37, 167, 242, 0.42) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#25a7f2', GradientType=1);
}
.about-us .what-we-do .content-box {
  padding: 42px 50px 28px 33px;
  float: left;
  width: 54.1%;
}
.about-us .what-we-do .content-box h3 {
  margin: 0 0 28px 0;
  font-size: 26px;
  line-height: 1;
  color: #202020;
  font-family: 'Raleway', sans-serif;
}
.about-us .what-we-do .content-box p {
  font-size: 14px;
  line-height: 2.4;
  margin-bottom: 30px;
}
.about-us .what-we-do .read-more {
  font-size: 12px;
  margin-top: 68px;
}
.about-project {
  margin: 56px 0 0 0;
}
.about-project .title {
  position: relative;
}
.about-project .title:after {
  height: 71px;
  width: 3px;
  content: "";
  right: 0;
  top: 10px;
  display: block;
  position: absolute;
  background-color: #e2f3f6;
}
.about-project .title h6 {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2.6px;
  font-weight: 600;
}
.about-project .title h3 {
  font-size: 31px;
  line-height: 1.62;
  margin: 0;
}
.about-project .project-desc p {
  font-size: 14px;
  line-height: 2;
}
.what-we-are-doing {
  margin: 100px 0 100px 0;
}
/************************************************************************************
10 Features
*************************************************************************************/
.awesome-feature {
  padding: 177px 0 70px;
}
.awesome-title {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
.features {
  padding: 91px 0 0 0;
}
.features .feature-box {
  display: table;
  width: 100%;
  padding: 0 0 126px;
}
.features .feature-box .feature-icon {
  display: table-cell;
  vertical-align: top;
  min-width: 65px;
}
.features .feature-box .feature-icon > img {
  filter: grayscale(0);
}
.features .feature-box .feature-icon > img:hover {
  filter: grayscale(100);
}
.features .feature-box .feature-desc {
  display: table-cell;
}
.features .feature-box .feature-desc h4 {
  font-size: 16px;
  line-height: 1.33;
  margin: 0 0 17px 0;
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.features .feature-box .feature-desc p {
  font-size: 14px;
  line-height: 2.1;
  margin: 0;
  color: #515151;
}
.features.full-width {
  background-image: url('../images/call-to-action-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 90px 0 119px 0;
  background-position: center;
}
.features.full-width:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
.features.full-width .title {
  margin: 0 0 117px 0;
  position: relative;
}
.features.full-width .feature-box {
  display: block;
  width: 100%;
  padding-bottom: 0;
}
.features.full-width .feature-box .feature-icon {
  display: block;
}
.features.full-width .feature-box .feature-icon a {
  position: relative;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  line-height: 6.7;
  display: block;
  margin: 0 auto;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  text-align: center;
}
.features.full-width .feature-box .feature-icon a img {
  max-width: 100%;
}
.features.full-width .feature-box .feature-icon a .count-circle {
  position: absolute;
  height: 27px;
  width: 27px;
  line-height: 2.7;
  text-align: center;
  content: "";
  display: block;
  top: 0;
  right: -6px;
  font-size: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  font-weight: 600;
  color: #27343e;
  font-family: 'Montserrat', sans-serif;
}
.features.full-width .feature-box .feature-name {
  margin: 36px 0 0 0;
  position: relative;
}
.features.full-width .feature-box .feature-name h4 {
  font-size: 13px;
  line-height: 1.54;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #27343e;
  font-weight: 500;
}
.features.full-width .feature-box .feature-desc {
  margin: 10px 0 0 0;
}
.features.full-width .feature-box .feature-desc p {
  margin: 0;
  font-size: 12px;
  line-height: 2.4;
  color: #5f5f5f;
}
.what-we-do {
  margin: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.what-we-do .what-we-do-img {
  position: relative;
}
.what-we-do .what-we-do-img:before {
  background: #25c5de;
  background: -moz-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: -webkit-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25c5de', endColorstr='#25ea6a', GradientType=1);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: -10px;
  bottom: -10px;
  content: "";
  border-radius: 5px;
}
.what-we-do .what-we-do-img img {
  border-radius: 5px;
  width: 100%;
  z-index: 999;
  position: relative;
}
.what-we-do .what-we-do-caption .title > h6 {
  margin-bottom: 0;
}
.what-we-do .what-we-do-caption .title h3 {
  line-height: 1.5;
}
.what-we-do .what-we-do-caption .our-features {
  margin: 30px 0 0 0;
}
.what-we-do .what-we-do-caption .our-features .featured {
  margin: 0 0 53px;
  padding-left: 46px;
  position: relative;
}
.what-we-do .what-we-do-caption .our-features .featured h5.rotate {
  display: inline-block;
  margin: 0;
  transform: rotate(-90deg);
  font-size: 42px;
  line-height: 1.19;
  color: #e4f2f4;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: -10px;
}
.what-we-do .what-we-do-caption .our-features .featured h6 {
  font-size: 15px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 26px;
  font-family: 'Montserrat', sans-serif;
  color: #202020;
  font-weight: 500;
}
.what-we-do .what-we-do-caption .our-features .featured h6:after {
  width: 66px;
  height: 2px;
  content: "";
  display: block;
  background-color: #e4f2f4;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.what-we-do .what-we-do-caption .our-features .featured p {
  margin: 17px 0 0 0;
  padding-left: 26px;
  color: #515151;
  line-height: 1.8;
  font-size: 14px;
}
.features-v2 {
  margin: 111px 0 158px;
}
.features-v2 .feature-box-v2 {
  max-width: 282px;
  margin: 0 auto;
}
.features-v2 .feature-box-v2 .feature-icon-v2 a {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  line-height: 6.1;
  display: block;
  margin: 0 auto;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  text-align: center;
}
.features-v2 .feature-box-v2 .feature-icon-v2 a img {
  max-width: 100%;
}
.features-v2 .feature-box-v2 .feature-name-v2 {
  margin: 27px 0 0 0;
  position: relative;
}
.features-v2 .feature-box-v2 .feature-name-v2 h4 {
  font-size: 15px;
  line-height: 1.33;
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-weight: 500;
}
.features-v2 .feature-box-v2 .feature-name-v2 h4:after {
  content: "";
  height: 2px;
  width: 66px;
  background-color: #e4f2f4;
  display: block;
  bottom: 0;
  margin: 16px auto 0;
}
.features-v2 .feature-box-v2 .feature-desc-v2 {
  margin: 20px 0 0 0;
}
.features-v2 .feature-box-v2 .feature-desc-v2 p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}
.awesome-feature-v2 {
  background-image: url(../images/web-feature-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 86px 0 91px 0;
}
.awesome-feature-v2 .features {
  padding-top: 26px;
}
.awesome-feature-v2 .features .feature-box {
  display: table;
  width: 100%;
  background-color: #ffffff;
  padding: 33px 20px 57px;
  margin: 0 0 31px 0;
  color: #515151;
}
.awesome-feature-v2 .features .feature-box .feature-icon {
  display: table-cell;
  vertical-align: top;
  min-width: 50px;
  position: relative;
}
.awesome-feature-v2 .features .feature-box .feature-icon .img-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.awesome-feature-v2 .features .feature-box .feature-desc {
  display: table-cell;
  display: block;
  margin-left: 26px;
  padding-top: 9px;
}
.awesome-feature-v2 .features .feature-box .feature-desc h4 {
  font-size: 15px;
  line-height: 1.33;
  margin: 0 0 11px 0;
  font-family: 'Montserrat', sans-serif;
  color: #202020;
}
.awesome-feature-v2 .features .feature-box .feature-desc p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  color: inherit;
}
.awesome-feature-v2 .features .feature-box:hover {
  background: rgba(48, 202, 224, 0.68);
  color: #ffffff;
}
.awesome-feature-v2 .features .feature-box:hover .feature-desc h4 {
  color: #ffffff;
}
.awesome-feature-v2 .features .feature-box:hover .feature-icon .img-hover {
  opacity: 1;
}
.awesome-feature-v2 .features .feature-box:hover .feature-icon img {
  opacity: 0;
}
/************************************************************************************
11 Portfolio (Home Page)
*************************************************************************************/
.portfolio-section .porfolio-static {
  position: relative;
  height: 100%;
}
.portfolio-section .porfolio-static .port-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  trans-webkit-form: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  display: block;
  max-width: 372px;
  width: 100%;
}
.portfolio-section .porfolio-static .port-desc span {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2.6px;
  margin: 0 0 21px 0;
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #202020;
}
.portfolio-section .porfolio-static .port-desc h3 {
  font-size: 31px;
  line-height: 1;
  margin: 0 0 22px 0;
  font-family: 'Raleway', sans-serif;
}
.portfolio-section .porfolio-static .port-desc p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 36px 0;
  color: #515151;
}
.portfolio-section .porfolio-static .port-desc a {
  color: #14c757;
}
.portfolio-section .portfolio-box {
  position: relative;
  padding: 2px;
}
.portfolio-section .portfolio-box:hover .overlay {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
}
.portfolio-section .portfolio-box a img {
  width: 100%;
}
.portfolio-section .portfolio-box .overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  position: absolute;
  height: 96%;
  top: 50%;
  left: 50%;
  width: 96%;
  color: #ffffff;
  text-align: center;
  transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0);
  -o-transform: translateX(-50%) translateY(-50%) scale(0);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-section .portfolio-box .overlay .over-content {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.portfolio-section .portfolio-box .overlay .over-content h6 {
  font-size: 15px;
  line-height: 1.33;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
.portfolio-section .portfolio-box .overlay .over-content h6:after {
  width: 58px;
  height: 2px;
  background: #25c5de;
  background: -moz-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: -webkit-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25c5de', endColorstr='#25ea6a', GradientType=1);
  content: "";
  display: block;
  margin: 24px auto 0;
}
.portfolio-section .portfolio-box .overlay .over-content span {
  margin: 24px 0 0 0;
  display: block;
  font-size: 16px;
  font-family: 'Old Standard TT', serif;
}
/************************************************************************************
12 Team 
*************************************************************************************/
.team-follow ul li {
  margin: 0 10px 0 0;
  display: inline-block;
  padding: 0;
}
.team-follow ul li:last-child {
  margin: 0;
}
.team-follow ul li a {
  width: 34px;
  height: 34px;
  line-height: 2.4;
  display: block;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #dddddd;
  color: #bebebe;
  background-color: transparent;
}
.team-follow ul li a.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border: 1px solid transparent;
}
.team-follow ul li a.twitter:hover {
  background-color: #55acee;
  color: #ffffff;
  border: 1px solid transparent;
}
.team-follow ul li a.google:hover {
  background-color: #dc4e41;
  color: #ffffff;
  border: 1px solid transparent;
}
.team-follow ul li a.instagram:hover {
  background-color: #2e5e86;
  color: #ffffff;
  border: 1px solid transparent;
}
.team-member {
  margin-top: 104px;
  margin-bottom: 47px;
}
.team-member .title {
  margin-bottom: 47px;
  overflow: hidden;
}
.team-member .profile-member {
  overflow: hidden;
}
.team-member .profile-member .member-name {
  text-align: center;
  padding-top: 27px;
}
.team-member .profile-member .member-name h4 {
  color: #202020;
  font-size: 14px;
  line-height: 1.43px;
  margin-bottom: 14px;
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.team-member .profile-member .member-name a {
  font-size: 12px;
  line-height: 1.66px;
  color: #30cae0;
  text-decoration: none;
  text-transform: uppercase;
}
.team-member .profile-member .team-profile {
  position: relative;
  overflow: hidden;
}
.team-member .profile-member .team-profile img {
  width: 100%;
}
.team-member .profile-member .team-profile:hover .overlay {
  opacity: 1;
  bottom: 0;
}
.team-member .profile-member .team-profile .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  bottom: -60px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  text-align: center;
  padding: 15px 0 11px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-member .profile-member .team-profile .overlay ul {
  margin: 0;
}
.team-section .team-member .profile-member {
  margin-bottom: 100px;
}
/************************************************************************************
13 Latest News
*************************************************************************************/
.latest-news {
  margin: 98px 0 0;
}
.latest-news .news-section {
  margin: 70px 0 0 0;
}
.latest-news .news-section .col-6 {
  max-width: 44.4%;
  width: 100%;
  float: left;
}
.latest-news .news-section .col-3 {
  max-width: 27.8%;
  width: 100%;
  float: left;
}
.latest-news .news-section .marketing-news {
  position: relative;
  height: 100%;
  min-height: 394px;
}
.latest-news .news-section .marketing-news > a {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.latest-news .news-section .marketing-news .news-img > img {
  height: auto;
  max-width: inherit;
  width: 100%;
}
.latest-news .news-section .marketing-news .news-overlay {
  position: absolute;
  display: block;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 76px 25px 50px;
}
.latest-news .news-section .marketing-news .news-overlay:hover {
  background: #14c757;
  background: -moz-linear-gradient(-45deg, rgba(20, 199, 87, 0.8) 0%, rgba(20, 199, 87, 0.8) 13%, rgba(95, 245, 130, 0.8) 34%, rgba(37, 242, 225, 0.8) 52%, rgba(37, 191, 242, 0.8) 74%, rgba(37, 191, 242, 0.8) 91%, rgba(37, 167, 242, 0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(20, 199, 87, 0.8) 0%, rgba(20, 199, 87, 0.8) 13%, rgba(95, 245, 130, 0.8) 34%, rgba(37, 242, 225, 0.8) 52%, rgba(37, 191, 242, 0.8) 74%, rgba(37, 191, 242, 0.8) 91%, rgba(37, 167, 242, 0.8) 100%);
  background: linear-gradient(135deg, rgba(20, 199, 87, 0.8) 0%, rgba(20, 199, 87, 0.8) 13%, rgba(95, 245, 130, 0.8) 34%, rgba(37, 242, 225, 0.8) 52%, rgba(37, 191, 242, 0.8) 74%, rgba(37, 191, 242, 0.8) 91%, rgba(37, 167, 242, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#25a7f2', GradientType=1);
}
.latest-news .news-section .marketing-news .news-overlay:hover .capsule {
  opacity: 0;
}
.latest-news .news-section .marketing-news .news-overlay:hover .news-overlay-content {
  opacity: 0;
}
.latest-news .news-section .marketing-news .news-overlay:hover .quote-content {
  opacity: 1;
}
.latest-news .news-section .marketing-news .news-overlay .capsule {
  border-radius: 10px;
  height: 22px;
  width: 82px;
  display: block;
  background-color: #c0c1c1;
  font-size: 9px;
  text-align: center;
  line-height: 2.4;
  position: absolute;
  top: 23px;
  right: 23px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.latest-news .news-section .marketing-news .news-overlay .news-overlay-content p {
  font-size: 12px;
  line-height: 2.4;
  color: #ffffff;
  font-style: italic;
}
.latest-news .news-section .marketing-news .news-overlay .news-overlay-content h4 {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 16px;
  font-family: 'Montserrat', sans-serif;
}
.latest-news .news-section .marketing-news .news-overlay .news-overlay-content a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.2px;
}
.latest-news .news-section .marketing-news .news-overlay .news-overlay-content a:hover {
  color: #202020;
}
.latest-news .news-section .marketing-news .news-overlay .news-overlay-content hr {
  margin: 0 0 18px;
}
.latest-news .news-section .marketing-news .news-overlay .news-overlay-content .news-content {
  min-height: 147px;
  height: 100%;
}
.latest-news .news-section .marketing-news .news-overlay .news-overlay-content .news-content p {
  font-size: 16px;
  line-height: 1.75;
  color: #ffffff;
  font-style: normal;
}
.latest-news .news-section .marketing-news .quote-content {
  left: 50%;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 85%;
}
.latest-news .news-section .marketing-news .quote-content span {
  font-size: 12px;
  line-height: 2.4;
  color: #ffffff;
  font-style: italic;
  display: block;
  margin: 0 0 43px 0;
}
.latest-news .news-section .marketing-news .quote-content .quote {
  position: relative;
  padding: 25px 0 0 0;
  min-height: 147px;
  height: 100%;
}
.latest-news .news-section .marketing-news .quote-content .quote:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  background-image: url(../images/quotes.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 21px;
  display: block;
}
.latest-news .news-section .marketing-news .quote-content .quote p {
  font-size: 21px;
  line-height: 1.29;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.latest-news .news-section .marketing-news .quote-content .author {
  font-size: 14px;
  line-height: 2.87;
  color: #ffffff;
  position: relative;
  display: block;
  font-style: inherit;
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  font-family: 'Montserrat', sans-serif;
}
.latest-news .news-section .marketing-news .quote-content .author:before {
  width: 32px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  bottom: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  content: "";
}
.latest-news .news-section .marketing-news:hover .quote-content {
  opacity: 1;
}
.latest-news-v2 {
  margin: 142px 0 0 0;
}
.latest-news-v2 .news-section {
  margin: 70px 0 0 0;
}
.latest-news-v2 .news-section .marketing-news {
  position: relative;
}
.latest-news-v2 .news-section .marketing-news:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.latest-news-v2 .news-section .marketing-news a img {
  width: 100%;
}
.latest-news-v2 .news-section .marketing-news .news-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 76px 25px 50px;
}
.latest-news-v2 .news-section .marketing-news .news-overlay:hover {
  background: #14c757;
  background: -moz-linear-gradient(-45deg, rgba(20, 199, 87, 0.42) 0%, rgba(20, 199, 87, 0.42) 13%, rgba(95, 245, 130, 0.42) 34%, rgba(37, 242, 225, 0.42) 52%, rgba(37, 191, 242, 0.42) 74%, rgba(37, 191, 242, 0.42) 91%, rgba(37, 167, 242, 0.42) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(20, 199, 87, 0.42) 0%, rgba(20, 199, 87, 0.42) 13%, rgba(95, 245, 130, 0.42) 34%, rgba(37, 242, 225, 0.42) 52%, rgba(37, 191, 242, 0.42) 74%, rgba(37, 191, 242, 0.42) 91%, rgba(37, 167, 242, 0.42) 100%);
  background: linear-gradient(135deg, rgba(20, 199, 87, 0.42) 0%, rgba(20, 199, 87, 0.42) 13%, rgba(95, 245, 130, 0.42) 34%, rgba(37, 242, 225, 0.42) 52%, rgba(37, 191, 242, 0.42) 74%, rgba(37, 191, 242, 0.42) 91%, rgba(37, 167, 242, 0.42) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#25a7f2', GradientType=1);
}
.latest-news-v2 .news-section .marketing-news .news-overlay .capsule {
  border-radius: 10px;
  height: 22px;
  width: 82px;
  display: block;
  background-color: #d3eef5;
  font-size: 10px;
  text-align: center;
  line-height: 2;
  position: absolute;
  top: 23px;
  right: 23px;
}
.latest-news-v2 .news-section .marketing-news .news-overlay em {
  font-size: 14px;
  line-height: 2.21;
  color: #ffffff;
}
.latest-news-v2 .news-section .marketing-news .news-overlay h4 {
  font-size: 24px;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
  font-weight: 600;
}
.latest-news-v2 .news-section .marketing-news .news-overlay a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
.latest-news-v2 .news-section .marketing-news .news-overlay a:hover {
  color: #ffffff;
}
.latest-news-v2 .news-section .marketing-news .news-overlay .news-content p {
  font-size: 14px;
  line-height: 2.21;
  color: #ffffff;
}
/************************************************************************************
14 Contact
*************************************************************************************/
.contact-section {
  padding: 84px 0 0;
  margin-bottom: 93px;
}
.contact-form {
  margin: 76px 0 0;
}
.contact-form .form-group {
  margin-bottom: 32px;
}
.contact-form .form-group label {
  margin-bottom: 22px;
  position: relative;
  color: #27343e;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-form .form-group label sup {
  color: #ff000c;
  font-size: 20px;
  font-weight: normal;
  left: -2px;
  top: 2px;
}
.contact-form .form-group input.form-control {
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  font-size: 11px;
  font-style: italic;
  line-height: 2.72;
  color: #5f5f5f;
}
.contact-form .form-group input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group textarea {
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  font-size: 13px;
  font-style: italic;
  height: 40px;
  line-height: 2.31;
  overflow: hidden;
  resize: none;
  color: #5f5f5f;
}
.contact-form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group .form-control:focus {
  border-color: #202020;
}
.contact-form .btn-grd {
  margin-right: 15px;
  margin-top: 11px;
  min-width: 116px;
}
.contact-form button {
  margin-top: 22px;
}
.location-map iframe {
  width: 100%;
}
.conatct .inner-banner {
  max-height: 97px;
  overflow: hidden;
}
.conatct .inner-banner img {
  max-width: inherit;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.contact-form {
  margin: 43px 0 0 0;
}
.contact-form .form-group {
  margin-bottom: 32px;
}
.contact-form .form-group label {
  margin-bottom: 22px;
  position: relative;
  color: #27343e;
  letter-spacing: 0.5px;
  font-family: 'Varela Round', sans-serif;
  font-size: 11px;
}
.contact-form .form-group label sup {
  color: #ff000c;
  font-size: 20px;
  font-weight: normal;
  left: -2px;
  top: 2px;
}
.contact-form .form-group input {
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  font-size: 11px;
  font-style: italic;
  line-height: 2.72;
  color: #5f5f5f;
}
.contact-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group textarea {
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  font-size: 11px;
  font-style: italic;
  height: 40px;
  line-height: 2.72;
  overflow: hidden;
  resize: none;
  color: #5f5f5f;
}
.contact-form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
  opacity: 1;
}
.contact-form .form-group .form-control:focus {
  border-color: #666666;
}
.contact-form .btn-pink {
  margin-right: 15px;
  margin-top: 24px;
}
.contact-form .btn-pink:hover {
  border: 1px solid #666666;
}
.contact-47 {
  margin: 97px 0 144px 0;
}
.contact-47 .contact-form {
  margin-top: 0;
}
.contact-47 .contact-form .form-group {
  margin-bottom: 40px;
}
.contact-47 .contact-form .form-group input.form-control {
  max-width: 271px;
}
.contact-47 .contact-form .form-group textarea.form-control {
  max-width: 370px;
}
.contact-48 {
  margin: 0;
  display: table;
  width: 100%;
}
.contact-48 .location-map {
  display: table-cell;
  float: none;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
.contact-48 .location-map iframe {
  left: 50%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: auto;
}
.contact-48 .contact-form {
  display: table-cell;
  float: none;
  padding: 40px 0;
  vertical-align: middle;
}
.contact-48 .contact-form form {
  padding-left: 70px;
}
/************************************************************************************
15 Contact Details
*************************************************************************************/
.contact-details {
  margin: 55px 0 0 0;
}
.contact-details .details .icon {
  float: left;
}
.contact-details .details .info {
  float: right;
}
.contact-details .details .media-left {
  padding-right: 36px;
}
.contact-details .details .media-left img {
  display: block;
  max-width: inherit;
}
.contact-details .details .media-body h5 {
  margin: 0 0 8px 0;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-family: 'Montserrat', sans-serif;
  color: #202020;
  font-weight: 500;
}
.contact-details .details .media-body p {
  font-size: 12px;
  line-height: 2;
  margin: 0;
  color: #5f5f5f;
  font-family: 'Open Sans', sans-serif;
}
.contact-details .details .media-body p a {
  color: #5f5f5f;
}
/************************************************************************************
16 Our Modules
*************************************************************************************/
.our-modules {
  padding-top: 197px;
}
.our-modules .devices {
  background-image: url(../images/call-to-action-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 350px 0 0 0;
  position: relative;
}
.our-modules .devices:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(20, 199, 87, 0.5);
  background: -moz-linear-gradient(-45deg, rgba(20, 199, 87, 0.5) 0%, rgba(20, 199, 87, 0.5) 13%, rgba(190, 245, 95, 0.5) 34%, rgba(37, 242, 225, 0.5) 52%, rgba(32, 124, 202, 0.5) 72%, rgba(37, 191, 242, 0.5) 91%, rgba(37, 167, 242, 0.5) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(20, 199, 87, 0.5) 0%, rgba(20, 199, 87, 0.5) 13%, rgba(190, 245, 95, 0.5) 34%, rgba(37, 242, 225, 0.5) 52%, rgba(32, 124, 202, 0.5) 72%, rgba(37, 191, 242, 0.5) 91%, rgba(37, 167, 242, 0.5) 100%);
  background: linear-gradient(135deg, rgba(20, 199, 87, 0.5) 0%, rgba(20, 199, 87, 0.5) 13%, rgba(190, 245, 95, 0.5) 34%, rgba(37, 242, 225, 0.5) 52%, rgba(32, 124, 202, 0.5) 72%, rgba(37, 191, 242, 0.5) 91%, rgba(37, 167, 242, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#25a7f2', GradientType=1);
}
.our-modules .devices .device {
  margin: -295px 0 0 0;
  z-index: 999;
  position: relative;
  max-width: 100%;
}
.our-modules .devices .features {
  z-index: 999;
  position: relative;
  margin: 154px 0 0 0;
  padding: 0;
}
.our-modules .devices .features .feature-box {
  display: table;
  width: 100%;
  padding: 0 0 131px 0;
}
.our-modules .devices .features .feature-box .feature-icon {
  display: table-cell;
  vertical-align: top;
  min-width: 65px;
}
.our-modules .devices .features .feature-box .feature-desc {
  display: table-cell;
  color: #ffffff;
  text-align: left;
}
.our-modules .devices .features .feature-box .feature-desc h4 {
  font-size: 15px;
  line-height: 1.33;
  margin: 0 0 17px 0;
  color: #ffffff;
}
.our-modules .devices .features .feature-box .feature-desc p {
  font-size: 14px;
  line-height: 1.66;
  margin: 0;
  color: #ffffff;
}
/************************************************************************************
17 Testimonials
*************************************************************************************/
.client-testimonials {
  margin: 36px 0 0 0;
  padding: 55px 0 0px 0;
}
.client-testimonials.light-gray2 {
  padding: 95px 0 58px;
  margin-top: 0;
}
.client-testimonials .testimonial-slider > button {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #9f9f9f;
  font-size: 20px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-shadow: none;
  text-indent: -999px;
}
.client-testimonials .testimonial-slider > button:before {
  font-family: "FontAwesome";
}
.client-testimonials .testimonial-slider > button.slick-next {
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-image: url(../images/btn-nxt.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
}
.client-testimonials .testimonial-slider > button.slick-prev {
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-image: url(../images/btn-prv.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 38px;
  width: 38px;
}
.client-testimonials .testimonial-slider .slick-dots {
  list-style: none;
  text-align: center;
  margin: 60px 0 20px 0;
}
.client-testimonials .testimonial-slider .slick-dots li {
  margin-right: 33px;
  display: inline-block;
}
.client-testimonials .testimonial-slider .slick-dots li:last-child {
  margin-right: 0;
}
.client-testimonials .testimonial-slider .slick-dots li button {
  border: medium none;
  background-color: transparent;
  color: #e4f2f4;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.client-testimonials .testimonial-slider .slick-dots li:last-child {
  margin-right: 0;
}
.client-testimonials .testimonial-slider .slick-dots li.slick-active button {
  background-color: transparent;
  font-size: 42px;
  line-height: 1.07;
  color: #30cae0;
  font-weight: 700;
}
.client-testimonials .testimonial-box {
  text-align: center;
  margin: 82px 0 0 0;
}
.client-testimonials .testimonial-box .author-desc {
  overflow: hidden;
  display: inline-block;
  margin: 36px auto 0;
}
.client-testimonials .testimonial-box .author-desc .author-img {
  border-radius: 100%;
  height: 80px;
  margin: 10px auto 0;
  position: relative;
  width: 80px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.client-testimonials .testimonial-box .author-desc .author-name {
  margin: 40px auto;
  text-align: center;
  display: inline-block;
  float: left;
  padding-left: 29px;
}
.client-testimonials .testimonial-box .author-desc .author-name h5 {
  font-size: 14px;
  color: #202020;
  display: inline-block;
  padding-right: 15px;
  margin: 0;
  position: relative;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.client-testimonials .testimonial-box .author-desc .author-name h5:after {
  width: 86px;
  height: 2px;
  background-color: #e4f2f4;
  display: block;
  bottom: -20px;
  left: 0;
  position: absolute;
  content: "";
}
.client-testimonials .testimonial-box .author-desc .author-name p {
  color: #30cae0;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.client-testimonials .testimonial-box .author-text {
  margin: 0px auto;
  max-width: 797px;
  text-align: center;
  width: 100%;
  position: relative;
}
.client-testimonials .testimonial-box .author-text:before {
  background-image: url(../images/quotes-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 113px;
  width: 158px;
  position: absolute;
  content: "";
  top: -63px;
  left: 0;
  z-index: -99;
}
.client-testimonials .testimonial-box .author-text p {
  line-height: 1.7;
  font-size: 21px;
  color: #5f5f5f;
  font-family: 'Raleway', sans-serif;
}
/************************************************************************************
18 Skills
*************************************************************************************/
.skills {
  padding: 67px 0 52px;
}
.skills .team-skill {
  margin: 0 0 70px;
}
.skills .team-skill .svg-cirlcle svg {
  margin: 0 auto;
  display: block;
}
.skills .team-skill .svg-cirlcle .chart-text {
  /*font: 16px/1.4em "Montserrat", Arial, sans-serif;*/
  fill: #000000;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.skills .team-skill .svg-cirlcle .chart-number {
  font-weight: 700;
  line-height: 1;
  text-anchor: middle;
  -moz-transform: translateY(2%);
  -ms-transform: translateY(2%);
  -webkit-transform: translateY(2%);
  transform: translateY(2%);
  color: #202020;
  font-family: 'Raleway', sans-serif;
  color: #5f5f5f;
  font-size: 5px;
}
.skills .team-skill .skills-desc {
  margin: 29px auto 0;
  text-align: left;
}
.skills .team-skill .skills-desc h4 {
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  text-transform: capitalize;
  margin: 0 0 21px 0;
}
.skills .team-skill .skills-desc p {
  font-size: 14px;
  line-height: 2;
}
/************************************************************************************
19 Company Logo Slider
*************************************************************************************/
.company-logos {
  padding: 95px 0 127px;
}
.company-logos .mils-slider {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.company-logos .mils-slider .mils-slide {
  display: inline-block;
  height: 112px;
  line-height: 8;
  padding: 0;
  text-align: center;
}
.company-logos .mils-slider .mils-slide:last-child {
  border-right: 0;
}
.company-logos .mils-slider .mils-slide img {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
}
.company-logos .mils-slider .mils-slide img:hover {
  opacity: 1;
}
/************************************************************************************
20 Services
*************************************************************************************/
.project-feature {
  margin: 60px 0 125px 0;
}
.project-feature .services-box {
  max-width: 345px;
  width: 100%;
}
.project-feature .services-box .service-icon {
  display: inline-block;
  float: left;
}
.project-feature .services-box .service-name {
  display: inline-block;
  padding: 0 0 13px 20px;
}
.project-feature .services-box .service-name h4 {
  margin: 0;
}
.project-feature .services-box .service-name h4 a {
  color: #202020;
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.33;
}
.project-feature .services-box .service-name h4 a:hover {
  color: #30cae0;
}
.project-feature .services-box .service-content {
  max-width: 268px;
  width: 100%;
  float: right;
}
.project-feature .services-box .service-content p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #515151;
}
.project-feature .services-box span a {
  color: #e4f2f4;
  display: block;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 12px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  width: 56px;
  text-align: center;
}
.project-feature .services-box span a:after {
  background-color: #e4f2f4;
  bottom: -11px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 56px;
}
.project-feature .services-box span a:hover {
  color: #30cae0;
}
.project-feature .services-box .service-desc {
  margin-top: 19px;
}
.serices-provide {
  padding: 85px 0 121px 0;
}
.services .awesome-feature {
  padding: 101px 0 35px;
}
.services .awesome-feature .features {
  padding: 0;
  overflow: hidden;
}
.services .features-v2 {
  margin: 50px 0;
}
.services .latest-news-v2 {
  margin: 0 0 134px;
}
/************************************************************************************
21 Widget Columns
*************************************************************************************/
.widget-column h3 {
  font-size: 22px;
  line-height: 2.27;
  margin: 0 0 6px 0;
  font-family: 'Raleway', sans-serif;
  color: #202020;
}
.widget-column p {
  font-size: 12px;
  line-height: 2.6;
  margin: 0;
}
.widget-column .tab-preview {
  margin: 16px 0 0 0;
}
.widget-column .tab-preview .panel-group {
  margin: 0;
}
.widget-column .tab-preview .panel-group .panel {
  border: none;
  margin: 0 0 28px 0;
  box-shadow: none;
}
.widget-column .tab-preview .panel-group .panel .panel-heading {
  background: none;
  padding: 0;
  overflow: hidden;
}
.widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a {
  display: block;
  text-decoration: none;
}
.widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a span {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 0 0 0;
  font-size: 14px;
  line-height: 1.42;
  color: #262b2f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a i {
  height: 31px;
  width: 31px;
  border-radius: 100%;
  border: 2px solid #d6e1eb;
  text-align: center;
  display: inline-block;
  line-height: 2;
  padding: 0px 7.5px;
  float: left;
  margin-right: 21px;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, rgba(37, 191, 242, 0.76) 0%, rgba(37, 242, 80, 0.76) 99%);
  background: -webkit-linear-gradient(45deg, rgba(37, 191, 242, 0.76) 0%, rgba(37, 242, 80, 0.76) 99%);
  background: linear-gradient(45deg, rgba(37, 191, 242, 0.76) 0%, rgba(37, 242, 80, 0.76) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(37, 191, 242, 0.76)', endColorstr='rgba(37, 242, 80, 0.76)', GradientType=1);
  border-color: transparent;
  display: block;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  position: relative;
}
.widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a i:before {
  content: "\f068";
  font-family: 'FontAwesome';
  left: 53%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a.collapsed i {
  background-color: #bac4cd;
  background-image: none;
}
.widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a.collapsed i:before {
  content: "\f067";
  font-family: 'FontAwesome';
}
.widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a.collapsed i:hover {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, rgba(37, 191, 242, 0.76) 0%, rgba(37, 242, 80, 0.76) 99%);
  background: -webkit-linear-gradient(45deg, rgba(37, 191, 242, 0.76) 0%, rgba(37, 242, 80, 0.76) 99%);
  background: linear-gradient(45deg, rgba(37, 191, 242, 0.76) 0%, rgba(37, 242, 80, 0.76) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(37, 191, 242, 0.76)', endColorstr='rgba(37, 242, 80, 0.76)', GradientType=1);
  border-color: transparent;
}
.widget-column .tab-preview .panel-group .panel .panel-collapse .panel-body {
  border: none;
  padding: 5px 15px 15px 53px;
  font-size: 12px;
  line-height: 2;
  color: #5f5f5f;
}
.widget-column .progress-bars {
  margin: 31px 0 0 0;
}
.widget-column .progress-bars .pro-bars {
  margin-bottom: 38px;
}
.widget-column .progress-bars .pro-bars:last-child {
  margin-bottom: 0;
}
.widget-column .progress-bars .pro-bars p {
  font-size: 13px;
  line-height: 1.53;
  margin-bottom: 0;
  padding-bottom: 19px;
  font-weight: 600;
}
.widget-column .progress-bars .pro-bars .progress {
  height: 4px;
  border-radius: 2px;
  box-shadow: none;
  position: relative;
  overflow: visible;
  background-color: transparent;
}
.widget-column .progress-bars .pro-bars .progress .progress-percent {
  position: absolute;
  top: -38px;
  background-color: #b6c0c9;
  border-radius: 2px;
  display: block;
  height: 20px;
  width: 30px;
}
.widget-column .progress-bars .pro-bars .progress .progress-percent:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #b6c0c9;
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  width: 3px;
}
.widget-column .progress-bars .pro-bars .progress .progress-percent span {
  font-size: 12px;
  padding: 3px 4px 5px;
  text-align: center;
  color: #ffffff;
}
.widget-column .progress-bars .pro-bars .progress .progress-percent.ninety-prcnt {
  left: 83%;
}
.widget-column .progress-bars .pro-bars .progress .progress-percent.seventy-six-prcnt {
  left: 69%;
}
.widget-column .progress-bars .pro-bars .progress .progress-percent.ninety-five-prcnt {
  left: 88%;
}
.widget-column .progress-bars .pro-bars .progress .progress-percent.seventy-two-prcnt {
  left: 65%;
}
.widget-column .progress-bars .pro-bars .progress .progress-bar {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, rgba(37, 191, 242, 0.76) 0%, rgba(37, 242, 80, 0.76) 99%);
  background: -webkit-linear-gradient(45deg, rgba(37, 191, 242, 0.76) 0%, rgba(37, 242, 80, 0.76) 99%);
  background: linear-gradient(45deg, rgba(37, 191, 242, 0.76) 0%, rgba(37, 242, 80, 0.76) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(37, 191, 242, 0.76)', endColorstr='rgba(37, 242, 80, 0.76)', GradientType=1);
  box-shadow: none;
}
.widget-column .progress-bars .pro-bars .progress .progress-bar.ninety {
  width: 90%;
}
.widget-column .progress-bars .pro-bars .progress .progress-bar.seventy-six {
  width: 76%;
}
.widget-column .progress-bars .pro-bars .progress .progress-bar.ninety-five {
  width: 95%;
}
.widget-column .progress-bars .pro-bars .progress .progress-bar.seventy-two {
  width: 72%;
}
/************************************************************************************
22 Pricing Tables
*************************************************************************************/
.table-1 {
  border: 1px solid #e2ebf1;
  border-radius: 2px;
  margin: 107px 0 148px;
}
.price-table {
  text-align: center;
  padding-bottom: 45px;
  position: relative;
  height: 100%;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.price-table * {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.price-table:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #25bff2;
  background: -moz-linear-gradient(left, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(left, #25bff2 0%, #25f250 100%);
  background: linear-gradient(to right, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  border-radius: 2px 2px 0 0;
}
.price-table .price {
  padding: 43px 78px 36px 78px;
  border-bottom: 1px solid #cbcbcb;
}
.price-table .price span {
  display: block;
  font-size: 12px;
  line-height: 2.33;
  letter-spacing: 3.5px;
  color: #14c757;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.price-table .price h2 {
  font-size: 46px;
  margin: 0 0 13px 0;
  color: #262b2f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.price-table .price h2 sup {
  font-size: 34px;
  top: -19px;
}
.price-table .price p {
  font-style: italic;
  font-size: 14px;
  line-height: 1.43;
  margin: 0;
  color: #c3cbd4;
  font-family: 'Times New Roman';
}
.price-table .price-desc {
  padding: 44px 51px 45px 36px;
}
.price-table .price-desc ul {
  margin: 0;
}
.price-table .price-desc ul li a {
  font-size: 12px;
  line-height: 3.5;
  color: #677c91;
}
.price-table .price-desc ul li a i {
  padding-right: 10px;
  color: #30cae0;
}
.price-table .btn-outline {
  font-size: 10px;
}
.price-table .btn-outline i {
  margin-right: 12px;
}
.price-table.active,
.price-table:hover {
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 2px;
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  z-index: 10;
}
.price-table.active:before,
.price-table:hover:before {
  display: block;
}
.price-table.active .btn-outline,
.price-table:hover .btn-outline {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  color: #ffffff;
}
.table-2 {
  margin-bottom: 122px;
}
.table-2 .price-table {
  border: 1px solid #e2ebf1;
  border-radius: 2px;
}
.table-2 .price-table .price {
  padding: 44px 55px 12px 55px;
  border-bottom: none;
}
.table-2 .price-table .price h2 {
  font-size: 60px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
}
.table-2 .price-table .price span {
  letter-spacing: 3px;
}
.table-2 .price-table .price-desc {
  padding: 12px 35px 45px;
}
.table-2 .price-table.active,
.table-2 .price-table:hover {
  box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.05);
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
.table-2 .price-table.active:before,
.table-2 .price-table:hover:before {
  display: none;
}
.table-3 {
  margin-bottom: 122px;
}
.table-3 .price-table {
  border: 1px solid #e2ebf1;
  border-radius: 2px;
}
.table-3 .price-table .price {
  padding: 44px 55px 12px 55px;
  border-bottom: none;
}
.table-3 .price-table .price h2 {
  font-size: 60px;
  font-family: 'Muli', sans-serif;
  font-weight: 300;
}
.table-3 .price-table .price span {
  letter-spacing: 3px;
}
.table-3 .price-table .price-desc {
  padding: 12px 35px 45px;
}
.table-3 .price-table.active,
.table-3 .price-table:hover {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  color: #ffffff;
  box-shadow: none;
  border-color: #e2ebf1;
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
.table-3 .price-table.active:before,
.table-3 .price-table:hover:before {
  display: none;
}
.table-3 .price-table.active .price h2,
.table-3 .price-table:hover .price h2 {
  color: #ffffff;
}
.table-3 .price-table.active .price span,
.table-3 .price-table:hover .price span,
.table-3 .price-table.active .price p,
.table-3 .price-table:hover .price p {
  color: #ffffff;
}
.table-3 .price-table.active .price-desc,
.table-3 .price-table:hover .price-desc {
  color: #ffffff;
}
.table-3 .price-table.active .price-desc ul li a,
.table-3 .price-table:hover .price-desc ul li a {
  color: #ffffff;
}
.table-3 .price-table.active .price-desc ul li a i,
.table-3 .price-table:hover .price-desc ul li a i {
  color: #ffffff;
}
.table-3 .price-table.active .btn-outline,
.table-3 .price-table:hover .btn-outline {
  border-color: #ffffff;
  background-image: none;
  background-color: #ffffff;
  color: #202020;
}
/************************************************************************************
23 Work Flow
*************************************************************************************/
.workflow-1 {
  position: relative;
  min-height: 360px;
}
.workflow-1 .workflow-desc {
  padding: 1px;
}
.workflow-1 .workflow-desc .workflow-name {
  margin: 22px 0 0 0;
}
.workflow-1 .workflow-desc .workflow-name h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.33;
  color: #202020;
  font-family: 'Montserrat', sans-serif;
}
.workflow-1 .workflow-desc .workflow-txt {
  margin: 10px 0 0 0;
}
.workflow-1 .workflow-desc .workflow-txt p {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
  color: #5f5f5f;
}
.workflow-1 .workflow-2 {
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 300px;
  padding: 30px 24px 22px;
  width: 100%;
}
.workflow-1 .workflow-2 .workflow-2-name h4 {
  margin: 0;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #14c757;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.workflow-1 .workflow-2 .workflow-2-txt {
  margin: 9px 0 0 0;
}
.workflow-1 .workflow-2 .workflow-2-txt p {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #5f5f5f;
  font-family: 'Open Sans', sans-serif;
}
.workflow-1 .workflow-2 a {
  margin: 16px 0 0 0;
  display: block;
}
.workflow-1:hover .workflow-2 {
  opacity: 1;
}
.who-we-are-sec2 {
  margin: 127px 0 153px;
}
.who-we-are-sec2 .what-we-do-img {
  position: relative;
}
.who-we-are-sec2 .what-we-do-img:before {
  background: #25c5de;
  background: -moz-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: -webkit-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25c5de', endColorstr='#25ea6a', GradientType=1);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: -10px;
  bottom: -10px;
  content: "";
  border-radius: 5px;
}
.who-we-are-sec2 .what-we-do-img img {
  border-radius: 5px;
  width: 100%;
  z-index: 999;
  position: relative;
}
.who-we-are-sec2 .title h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.85;
  font-family: 'Raleway', sans-serif;
  color: #202020;
}
.who-we-are-sec2 .panel-group {
  margin: 15px 0 0 0;
}
.who-we-are-sec2 .panel-group .panel {
  border: none;
  margin: 0;
  box-shadow: none;
  border-bottom: 1px solid #cbcbcb;
  border-radius: 0;
}
.who-we-are-sec2 .panel-group .panel:last-child {
  border: none;
}
.who-we-are-sec2 .panel-group .panel .panel-heading {
  background: none;
  padding: 0;
}
.who-we-are-sec2 .panel-group .panel .panel-heading .panel-title a {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  padding: 20px 0 30px 68px;
  position: relative;
  text-decoration: none;
  color: #262b2f;
  font-family: 'Montserrat', sans-serif;
}
.who-we-are-sec2 .panel-group .panel .panel-heading .panel-title a span {
  font-size: 42px;
  font-weight: 700;
  left: 18px;
  letter-spacing: 0.5px;
  line-height: 1.42px;
  opacity: 1;
  position: absolute;
  top: 37px;
  left: 0;
  color: #30cae0;
}
.who-we-are-sec2 .panel-group .panel .panel-heading .panel-title a.collapsed span {
  font-size: 20px;
  letter-spacing: 0.5px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  color: #e4f2f4;
}
.who-we-are-sec2 .panel-group .panel .panel-collapse {
  padding-left: 50px;
}
.who-we-are-sec2 .panel-group .panel .panel-collapse .panel-body {
  border: none;
  padding: 5px 15px 15px 30px;
  font-size: 12px;
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
}
/************************************************************************************
24 Our Process
*************************************************************************************/
.our-process {
  margin: 99px 0 90px 0;
}
.process-box-grid {
  margin-bottom: 20px;
}
.process-box {
  padding: 30px 29px 32px 35px;
  border: 1px solid #e2ebf1;
  height: 100%;
  border-radius: 2px;
  position: relative;
}
.process-box:before {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 371px;
  width: 100%;
  height: 3px;
  content: "";
  background: #25bff2;
  background: -moz-linear-gradient(left, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(left, #25bff2 0%, #25f250 100%);
  background: linear-gradient(to right, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
}
.process-box .process-icon {
  padding-bottom: 26px;
  padding-left: 9px;
}
.process-box .process-name {
  padding-bottom: 13px;
}
.process-box .process-name h4 {
  margin: 0;
  color: #202020;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.process-box .process-content p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #5f5f5f;
  font-family: 'Open Sans', sans-serif;
}
.working-process-bg {
  background-image: url('../images/process-bg.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 93px;
  padding-top: 102px;
}
.working-process-bg .read-more {
  margin: 126px 0 0 0;
  text-align: center;
}
.working-process-bg .share-link {
  margin-bottom: 15px;
}
.first-box {
  margin-top: 78px !important;
}
.processing-bar {
  margin-top: 162px;
}
.processing-bar.left {
  position: relative;
}
.processing-bar.left:before {
  position: absolute;
  background-image: url('../images/circle-one.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 329px;
  width: 108px;
  right: 57px;
  bottom: -346px;
  display: block;
  content: "";
}
.processing-bar.right {
  position: relative;
}
.processing-bar.right:after {
  position: absolute;
  background-image: url('../images/circle-one.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 329px;
  width: 108px;
  right: 440px;
  bottom: -362px;
  display: block;
  content: "";
  transform: rotate(180deg);
}
.processing-bar .circle {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  border-radius: 100%;
  bottom: -50px;
  height: 108px;
  padding: 45px 0;
  position: absolute;
  right: -53px;
  text-align: center;
  line-height: 3;
  width: 108px;
}
.processing-bar .circle p {
  font-size: 14px;
  line-height: 1.66;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.processing-bar .circle span {
  font-size: 80px;
  line-height: 4;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.18;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.processing-bar .working-box {
  padding: 27px 34px;
  background-color: #ffffff;
}
.processing-bar .working-box p {
  font-size: 14px;
  line-height: 2;
  color: #5f5f5f;
  font-family: 'Open Sans', sans-serif;
  margin-top: 35px;
  margin-bottom: 0;
}
.processing-bar .working-box .working-title {
  position: relative;
}
.processing-bar .working-box .working-title:after {
  background-color: #e4f2f4;
  height: 2px;
  width: 66px;
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
}
.processing-bar .working-box .working-title h6 {
  font-size: 16px;
  line-height: 1.33;
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.processing-bar.right {
  text-align: right;
}
.processing-bar.right .circle {
  left: -53px;
}
.processing-bar.right .working-box .working-title {
  position: relative;
}
.processing-bar.right .working-box .working-title:after {
  right: 0;
  left: auto;
}
/************************************************************************************
25 Share Box
*************************************************************************************/
.share-box .share-link > i {
  border: 1px solid #dedede;
  border-radius: 100%;
  background-color: #ffffff;
  display: inline-block;
  height: 34px;
  line-height: 2.13;
  padding: 0 0;
  text-align: center;
  width: 34px;
  float: left;
  margin-top: 7px;
  color: #dedede;
  font-size: 15px;
  cursor: pointer;
}
.share-box .share-link > i:hover {
  background-color: #14c757;
  color: #ffffff;
  border-color: #14c757;
}
.share-box .share-link:hover .social-icons {
  opacity: 1;
  pointer-events: auto;
}
.share-box .social-icons {
  border: 1px solid #e2ebf1;
  padding: 8px 7px;
  display: inline-block;
  position: relative;
  opacity: 0;
  pointer-events: none;
  margin-right: 70px;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  margin-left: 16px;
}
.share-box .social-icons:before {
  content: "";
  background-image: url('../images/arw.png');
  background-position: center;
  width: 7px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -7px;
}
.share-box .social-icons ul {
  display: inline-block;
  margin: 0;
}
.share-box .social-icons ul li {
  display: inline-block;
  margin-right: 7px;
  padding: 0;
}
.share-box .social-icons ul li:last-child {
  margin-right: 0;
}
.share-box .social-icons ul li a {
  background-color: #c2d3df;
  border-radius: 3px;
  height: 28px;
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 2.1;
  width: 28px;
}
.share-box .social-icons ul li a:hover {
  background-color: #ffffff;
}
.share-box .social-icons ul li a:hover.rss {
  color: #ffffff;
  background-color: #f68326;
}
.share-box .social-icons ul li a:hover.instagram {
  color: #ffffff;
  background-color: #87a3b8;
}
.share-box .social-icons ul li a:hover.pinterest {
  color: #ffffff;
  background-color: #f23737;
}
.share-box .social-icons ul li a:hover.google {
  color: #ffffff;
  background-color: #f95636;
}
.share-box .social-icons ul li a:hover.twitter {
  color: #ffffff;
  background-color: #3dc5f7;
}
.share-box .social-icons ul li a:hover.facebook {
  color: #ffffff;
  background-color: #5572de;
}
/************************************************************************************
26 Blog Listing
*************************************************************************************/
.blog-posts-std-list {
  margin-bottom: 80px;
  padding-top: 100px;
}
.blog-posts-std-list .blog-box:before,
.blog-posts-std-list .blog-box:after {
  content: "";
  display: table;
  clear: both;
}
.blog-posts-std-list .blog-box .blog-img {
  position: relative;
}
.blog-posts-std-list .blog-box .blog-img .overlay {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.blog-posts-std-list .blog-box .blog-img .caption {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
}
.blog-posts-std-list .blog-box .blog-img .caption a {
  padding: 35px 30px 35px 25px;
  display: block;
}
.blog-posts-std-list .blog-box .blog-img .caption img {
  margin-bottom: 25px;
}
.blog-posts-std-list .blog-box .blog-img .caption p {
  font-size: 16px;
  line-height: 1.37;
  color: #333;
}
.blog-posts-std-list .blog-box .blog-img .caption span {
  color: #333;
  font-size: 14px;
  line-height: 1.43;
  margin-left: 50px;
}
.blog-posts-std-list .blog-box .blog-img .caption span:after {
  background-color: #ffffff;
  bottom: 44px;
  content: "";
  height: 2px;
  left: 24px;
  position: absolute;
  width: 30px;
}
.blog-posts-std-list .blog-box .blog-img .caption a.btn {
  background-color: #333;
  color: #666;
  display: inline-block;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  border: 1px solid #333;
  transform: translateX(-50%) translateY(-50%);
}
.blog-posts-std-list .blog-box .blog-img .caption a.btn:hover {
  background-color: transparent;
  color: #333;
}
.blog-posts-std-list .blog-box .blog-img:hover .caption {
  opacity: 1;
}
.blog-posts-std-list .blog-box .blog-img:hover .overlay {
  opacity: 0.9;
}
.blog-posts-std-list .blog-box .blog-img:hover .blog-overlay {
  opacity: 1;
}
.blog-posts-std-list .blog-box .blog-img .blog-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  background: #14c757;
  background: -moz-linear-gradient(-45deg, rgba(20, 199, 87, 0.7) 0%, rgba(20, 199, 87, 0.7) 13%, rgba(95, 245, 130, 0.7) 34%, rgba(37, 242, 225, 0.7) 52%, rgba(37, 191, 242, 0.7) 74%, rgba(37, 191, 242, 0.7) 91%, rgba(37, 167, 242, 0.7) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(20, 199, 87, 0.7) 0%, rgba(20, 199, 87, 0.7) 13%, rgba(95, 245, 130, 0.7) 34%, rgba(37, 242, 225, 0.7) 52%, rgba(37, 191, 242, 0.7) 74%, rgba(37, 191, 242, 0.7) 91%, rgba(37, 167, 242, 0.7) 100%);
  background: linear-gradient(135deg, rgba(20, 199, 87, 0.7) 0%, rgba(20, 199, 87, 0.7) 13%, rgba(95, 245, 130, 0.7) 34%, rgba(37, 242, 225, 0.7) 52%, rgba(37, 191, 242, 0.7) 74%, rgba(37, 191, 242, 0.7) 91%, rgba(37, 167, 242, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#25a7f2', GradientType=1);
}
.blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc {
  position: absolute;
  top: 60%;
  left: 6.3%;
  right: 11.3%;
  transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
}
.blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc .blog-autho {
  display: inline-block;
  font-size: 14px;
  line-height: 2.85;
  padding: 0 0 0 50px;
  color: #ffffff;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  margin-top: 22px;
}
.blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc .blog-autho:before {
  position: absolute;
  height: 2px;
  width: 32px;
  background-color: #ffffff;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  color: #ffffff;
}
.blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc p {
  font-size: 20px;
  line-height: 2.1;
  color: #ffffff;
  margin: 0;
  font-family: 'Raleway', sans-serif;
}
.blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc:before {
  background-image: url(../images/big-quotes.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 34px;
  width: 41px;
  content: "";
  top: -53px;
  left: 0;
  position: absolute;
}
.blog-posts-std-list .blog-box .blog-meta {
  margin-top: 23px;
  padding: 0 30px 0 25px;
  font-family: 'Open Sans', sans-serif;
}
.blog-posts-std-list .blog-box .blog-meta .meta-date {
  color: #979798;
  font-size: 12px;
  line-height: 2.4;
}
.blog-posts-std-list .blog-box .blog-meta .meta-category {
  font-size: 12px;
  color: #14c757;
}
.blog-posts-std-list .blog-box .blog-content {
  overflow: hidden;
  padding: 0 30px 0 25px;
}
.blog-posts-std-list .blog-box .blog-content h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  margin: 0px 0 9px 0;
  font-family: 'Montserrat', sans-serif;
}
.blog-posts-std-list .blog-box .blog-content h3 a {
  color: #333;
}
.blog-posts-std-list .blog-box .blog-content h3 a:hover {
  color: #666;
}
.blog-posts-std-list .blog-box .blog-content p {
  font-size: 14px;
  line-height: 2.2;
  font-family: 'Open Sans', sans-serif;
}
.blog-posts-std-list .blog-box .blog-img-slider button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  height: 52px;
  width: 52px;
}
.blog-posts-std-list .blog-box .blog-img-slider button.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}
.blog-posts-std-list .blog-box .blog-img-slider button.slick-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.blog-posts-std-list .blog-box .blog-img-slider button.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
}
.blog-posts-std-list .blog-box .blog-img-slider button.slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.blog-posts-std-list .blog-box .contact-form .btn-grd {
  margin-right: 0;
}
.blog-posts-std-list .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.9;
  background: #14c757;
  background: -moz-linear-gradient(-45deg, rgba(20, 199, 87, 0.9) 0%, rgba(20, 199, 87, 0.9) 13%, rgba(95, 245, 130, 0.9) 34%, rgba(37, 242, 225, 0.9) 52%, rgba(37, 191, 242, 0.9) 74%, rgba(37, 191, 242, 0.9) 91%, rgba(37, 167, 242, 0.9) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(20, 199, 87, 0.9) 0%, rgba(20, 199, 87, 0.9) 13%, rgba(95, 245, 130, 0.9) 34%, rgba(37, 242, 225, 0.9) 52%, rgba(37, 191, 242, 0.9) 74%, rgba(37, 191, 242, 0.9) 91%, rgba(37, 167, 242, 0.9) 100%);
  background: linear-gradient(135deg, rgba(20, 199, 87, 0.9) 0%, rgba(20, 199, 87, 0.9) 13%, rgba(95, 245, 130, 0.9) 34%, rgba(37, 242, 225, 0.9) 52%, rgba(37, 191, 242, 0.9) 74%, rgba(37, 191, 242, 0.9) 91%, rgba(37, 167, 242, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#25a7f2', GradientType=1);
}
.blog-posts-std-list .title {
  margin-bottom: 70px;
}
.blog-std-page {
  margin: 0px 0 83px;
}
.blog-std-page .blog-box {
  margin-bottom: 81px;
}
.blog-std-page .blog-box .blog-content h3 {
  font-size: 20px;
  line-height: 1.5;
}
.blog-std-page .blog-box .blog-content h3 a:hover {
  color: #14c757;
}
.blog-std-page .blog-box .blog-meta {
  margin-top: 20px;
  font-weight: 600;
}
.blog-std-page .blog-box .blog-meta ul {
  padding: 0;
  margin-top: 23px;
  margin-bottom: 20px;
}
.blog-std-page .blog-box .blog-meta ul li {
  list-style: none;
  display: inline-block;
  line-height: 13px;
  border-right: 1px solid #cccccc;
  padding: 0 5px;
}
.blog-std-page .blog-box .blog-meta ul li:last-child {
  border-right: 0;
}
.blog-std-page .blog-box .blog-meta ul li:first-child {
  padding-left: 0;
}
.blog-std-page .blog-box .blog-meta ul li a {
  font-size: 12px;
  line-height: 1.08;
  color: #979798;
  font-family: 'Open Sans', sans-serif;
}
.blog-std-page .blog-box .blog-meta ul li a:hover {
  color: #14c757;
}
.blog-std-page .next-previous-btn {
  overflow: hidden;
}
.blog-std-page .next-previous-btn .pagination {
  margin: 0px;
}
.blog-std-page .blog-sidebar {
  position: relative;
}
.blog-std-page .blog-sidebar .search-bar .form-control {
  border-radius: 18px;
  box-shadow: none;
  padding: 9px 23px;
  border-color: #e2ebf1;
  color: #5f5f5f;
  text-transform: italic;
  background-color: transparent;
  font-size: 11px;
  height: 41px;
  font-style: italic;
}
.blog-std-page .blog-sidebar .search-bar .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
  opacity: 1;
}
.blog-std-page .blog-sidebar .search-bar .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
  opacity: 1;
}
.blog-std-page .blog-sidebar .search-bar .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
  opacity: 1;
}
.blog-std-page .blog-sidebar .search-bar .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
  opacity: 1;
}
.blog-std-page .blog-sidebar .search-bar button {
  position: absolute;
  color: #202020;
  font-size: 11px;
  top: 13px;
  right: 24px;
  display: block;
  background: none;
  box-shadow: none;
  border: none;
}
.check-list-arw li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.43;
  color: #202020;
  font-weight: 500;
}
.check-list-arw li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  left: 0;
  color: #666;
  position: absolute;
  top: 0;
}
/************************************************************************************
27 Blog Sidebar
*************************************************************************************/
.blog-sidebar {
  position: relative;
}
.blog-sidebar .search-bar .form-control {
  border-radius: 18px;
  box-shadow: none;
  padding: 9px 23px;
  border-color: #e2ebf1;
  color: #5f5f5f;
  text-transform: italic;
  background-color: transparent;
  font-size: 11px;
  height: 41px;
  font-style: italic;
}
.blog-sidebar .search-bar .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
  opacity: 1;
}
.blog-sidebar .search-bar .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
  opacity: 1;
}
.blog-sidebar .search-bar .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
  opacity: 1;
}
.blog-sidebar .search-bar .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
  opacity: 1;
}
.blog-sidebar .search-bar button {
  position: absolute;
  color: #202020;
  font-size: 11px;
  top: 9px;
  right: 24px;
  display: block;
  background: none;
  box-shadow: none;
  border: none;
}
.blog-sidebar .tags .btn-outline {
  margin-bottom: 10px;
  min-width: inherit;
  padding: 0 20px;
}
/************************************************************************************
28 Blog Share Box
*************************************************************************************/
.blog-share-box {
  padding: 25px 32px 35px 25px;
}
.blog-share-box .agency {
  float: left;
  margin: 10px 10px 10px 0;
}
.blog-share-box .agency span {
  color: #979798;
}
.blog-share-box .blog-meta {
  float: left;
  margin-top: 10px;
}
.blog-share-box .blog-meta .meta-date {
  margin-left: 8px;
}
.blog-share-box .share-box {
  display: inline-block;
  margin-left: 28px;
}
.blog-share-box .share-box .blog-share-box {
  border-top: 1px solid #cccccc;
  padding-top: 25px;
}
.blog-share-box .share-box .blog-share-box .share-link {
  border: 1px solid #14c757;
  border-radius: 100%;
  background-color: #14c757;
  display: inline-block;
  height: 34px;
  overflow: hidden;
  padding: 5px 0;
  text-align: center;
  width: 34px;
  float: left;
  margin-top: 5px;
}
.blog-share-box .share-box .blog-share-box .share-link a {
  color: #ffffff;
  font-size: 15px;
}
.blog-share-box .share-box .blog-share-box .social-icons {
  border: 1px solid #e2ebf1;
  padding: 10px;
  overflow: hidden;
  margin-left: 20px;
  display: inline-block;
}
.blog-share-box .share-box .blog-share-box .social-icons:before {
  background-image: url("../images/arw.png");
  background-position: center center;
  content: "";
  height: 15px;
  left: -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
.blog-share-box .share-box .blog-share-box .social-icons .meta-date {
  margin-left: 8px;
}
.blog-share-box .share-box .blog-share-box .share-box {
  display: inline-block;
  margin-left: 80px;
}
.blog-share-box .share-box .blog-share-box .share-box ul li {
  margin-left: 0px;
  margin-right: 7px;
}
.blog-share-box .share-box .blog-share-box .share-box ul li:last-child {
  margin-right: 0;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a {
  background-color: #c2d3df;
  border-radius: 0;
  height: 28px;
  line-height: 1.5;
  width: 28px;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a.facebook:hover {
  background-color: #5572de;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a.twitter:hover {
  background-color: #3dc5f7;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a.google:hover {
  background-color: #f95636;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a.pinterest:hover {
  background-color: #f23737;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a.instagram:hover {
  background-color: #5d6f91;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a.rss:hover {
  background-color: #f68326;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a.rss:hover a {
  color: #ffffff;
  font-size: 15px;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons {
  border: 1px solid #e2ebf1;
  padding: 10px;
  overflow: hidden;
  margin-left: 20px;
  display: inline-block;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons ul li {
  margin-left: 0px;
  margin-right: 7px;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons ul li:last-child {
  margin-right: 0;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons ul li a {
  background-color: #c2d3df;
  border-radius: 0;
  height: 28px;
  line-height: 1.5;
  width: 28px;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons ul li a.facebook:hover {
  background-color: #5572de;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons ul li a.twitter:hover {
  background-color: #3dc5f7;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons ul li a.google:hover {
  background-color: #f95636;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons ul li a.pinterest:hover {
  background-color: #f23737;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons ul li a.instagram:hover {
  background-color: #5d6f91;
  color: #ffffff;
}
.blog-share-box .share-box .blog-share-box .share-box ul li a .social-icons ul li a.rss:hover {
  background-color: #f68326;
  color: #ffffff;
}
/************************************************************************************
29 Blog Sidebar Widget
*************************************************************************************/
.widget-title {
  position: relative;
  margin-bottom: 36px;
  font-family: 'Montserrat', sans-serif;
}
.widget-title:before {
  position: absolute;
  bottom: 0px;
  content: "";
  left: 0;
  height: 2px;
  width: 35px;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  display: block;
}
.widget-title:after {
  bottom: -24px;
  content: "";
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #efefef;
  display: block;
  margin-top: 16px;
}
.widget-title h3 {
  font-size: 13px;
  line-height: 1.53;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.6px;
  color: #202020;
}
.widget-box {
  margin: 49px 0 0;
}
.widget-box .widget-body {
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
}
.widget-box .widget-body ul {
  margin: 0;
}
.widget-box .widget-body ul li {
  margin-bottom: 22px;
}
.widget-box .widget-body ul li:last-child {
  margin-bottom: 0;
}
.widget-box .widget-body ul li a {
  font-size: 14px;
  line-height: 1.43;
  color: #202020;
  font-weight: 500;
}
.widget-box .widget-body ul li a:hover {
  color: #14c757;
}
.widget-box .widget-body ul li a span {
  float: right;
  color: #14c757;
}
.widget-box .widget-body .media {
  margin: 0 0 40px;
}
.widget-box .widget-body .media .media-left {
  padding-right: 21px;
}
.widget-box .widget-body .media:last-child {
  margin-bottom: 0;
}
.widget-box .widget-body .media .media-body a {
  font-size: 12px;
  line-height: 1.91;
  color: #202020;
  margin: -6px 0 0;
  font-weight: 500;
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}
.widget-box .widget-body .media .media-body a:hover {
  color: #14c757;
}
.widget-box .widget-body .media .media-body .recent-post-date {
  font-size: 11px;
}
.widget-box .widget-body .media .media-body .recent-post-date span {
  color: #333;
  margin-right: 6px;
}
.widget-box .widget-body .media .media-body .recent-post-date p {
  color: #979798;
  display: inline-block;
  margin: 0;
}
.widget-box .widget-body .instagram-updates {
  margin: 0;
  position: relative;
}
.widget-box .widget-body .instagram-updates .instagram-overlay {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.widget-box .widget-body .instagram-updates .instagram-overlay:before {
  background-image: url(../images/insta-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 16px;
  width: 17px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}
.widget-box .widget-body .instagram-updates:hover .instagram-overlay {
  opacity: 1;
}
.widget-box .widget-body .instagram-updates img {
  max-width: 100%;
  width: 100%;
}
.widget-box .widget-body .col-xs-3 {
  padding: 0 5px 5px;
}
.widget-box .widget-body a.popular-tags {
  border: 2px solid #f1f6f8;
  border-radius: 30px;
  padding: 13px 20px 11px;
  color: #202020;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 9px;
  line-height: 2;
  text-decoration: none;
}
.widget-box .widget-body a.popular-tags:hover {
  background-color: #333;
  color: #ffffff;
  border: 2px solid #333;
  transition: all 0.3s ease;
}
.widget-box .widget-body a.btn-outline {
  margin-bottom: 9px;
  display: inline-block;
}
/************************************************************************************
30 Blog Comments
*************************************************************************************/
.about-the-author {
  margin: 32px 0 0 0;
}
.about-the-author h3 {
  margin: 0  0 18px 0;
  font-size: 27px;
  line-height: 1.85;
  font-family: 'Raleway', sans-serif;
}
.about-the-author .about-author-box {
  border: 1px solid #e2ebf1;
  border-radius: 2px;
  padding: 31px 35px  35px 39px;
}
.about-the-author .about-author-box .media .media-left {
  width: 76px;
  height: 76px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  padding-right: 24px;
}
.about-the-author .about-author-box .media .media-body {
  padding-top: 10px;
}
.about-the-author .about-author-box .media .media-body .media-heading {
  display: inline-block;
  margin: 0 25px 17px 0;
  font-size: 14px;
  font-family: 500;
  font-family: 'Montserrat', sans-serif;
}
.about-the-author .about-author-box .media .media-body .media-heading small {
  margin-left: 20px;
  font-weight: 500;
}
.about-the-author .about-author-box .media .media-body span {
  color: #14c757;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 1.81;
}
.about-the-author .about-author-box .media .media-body span a {
  color: #14c757;
}
.about-the-author .about-author-box .media .media-body span:before {
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 11px;
  color: #14c757;
  margin-right: 8px;
}
.about-the-author .about-author-box .media .media-body p {
  font-size: 14px;
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0;
}
.author-comments {
  margin-top: 55px;
}
.author-comments h3 {
  font-size: 27px;
  line-height: 1.85;
  font-family: 'Raleway', sans-serif;
}
.author-comments .comments {
  margin: 38px 0 0 0;
}
.author-comments .reply-button {
  position: relative;
  margin-top: 50px;
  margin-bottom: 78px;
}
.author-comments .reply-button a.reply-btn {
  border: 1px solid #e2ebf1;
  border-radius: 30px;
  display: block;
  padding: 3px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 105px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height: 2;
}
.author-comments .reply-button a.reply-btn:before {
  width: 30px;
  height: 30px;
  line-height: 3;
  border-radius: 100%;
  background-color: #14c757;
  text-align: center;
  top: -1px;
  left: 0;
  display: inline-block;
  content: "\f112";
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 10px;
  margin-right: 14px;
  position: relative;
  transform: rotateY(-190deg);
  -o-transform: rotateY(-190deg);
  -moz-transform: rotateY(-190deg);
  -webkit-transform: rotateY(-190deg);
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.author-comments .reply-button a.reply-btn:hover {
  border-color: #14c757;
  background-color: #14c757;
  color: #ffffff;
}
.author-comments .reply-button a.reply-btn:hover:before {
  background-color: #ffffff;
  color: #14c757;
}
.author-comments .media {
  overflow: visible;
}
.author-comments .media .auth-av {
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.12);
  height: 80px;
  margin-left: 3px;
  overflow: hidden;
  width: 80px;
}
.author-comments .media .auth-av img {
  max-width: 100%;
  width: 100%;
}
.author-comments .media .media-left {
  padding-right: 28px;
}
.author-comments .media .media-heading {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 500;
  font-family: 'Montserrat', sans-serif;
}
.author-comments .media .media-heading small {
  margin-left: 20px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
.author-comments .media p {
  font-size: 14px;
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
}
.leave-reply {
  margin: 62px 0 0 0;
}
.leave-reply .contact-content h3 {
  font-size: 27px;
  line-height: 1.85;
  font-family: 'Raleway', sans-serif;
}
/************************************************************************************
31 Blog Centered
*************************************************************************************/
.blog-centered {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
}
.blog-centered img {
  width: 100%;
}
/************************************************************************************
32 Blog archive / Masonry
*************************************************************************************/
.blog-archive .blog-box .blog-meta {
  padding: 0;
}
.blog-archive .blog-box .blog-content {
  padding: 0;
}
.blog-archive .blog-box .blog-content h3 {
  font-size: 16px;
}
.blog-archive .blog-box .blog-content h3 a {
  font-weight: 500;
}
.blog-archive .blog-box .social-link {
  margin-top: 20px;
  position: relative;
}
.blog-archive .blog-box .social-link p {
  display: inline-block;
  font-size: 12px;
  line-height: 2.4;
  color: #979798;
  float: left;
}
.blog-archive .blog-box .social-link .share-box {
  float: right;
}
.blog-archive .blog-box .social-link .share-box .social-icons {
  bottom: -44px;
  left: auto;
  padding: 5px 7px;
  position: absolute;
  right: -64px;
  z-index: 999;
  background-color: #ffffff;
}
.blog-archive .blog-box .social-link .share-box .social-icons:before {
  left: 90%;
  top: 3px;
  transform: translateY(-90%) rotate(90deg);
  -o-transform: translateY(-90%) rotate(90deg);
  -moz-transform: translateY(-90%) rotate(90deg);
  -webkit-transform: translateY(-90%) rotate(90deg);
}
.blog-archive .blog-box .social-link .share-box .social-icons {
  margin-right: -40px;
}
.blog-archive .blog-box .social-link .share-box .social-icons:before {
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  -moz-transform: translateX(-50%) rotate(90deg);
  -o-transform: translateX(-50%) rotate(90deg);
  top: -11px;
}
.blog-archive .blog-box .social-link .share-box .share-link:before,
.blog-archive .blog-box .social-link .share-box .share-link:after {
  clear: both;
  content: "";
  display: table;
}
.blog-archive .blog-box .social-link .share-box .share-link > i {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  color: #bebebe;
  margin: 0 0 6px;
}
.blog-archive .blog-box .social-link .share-box .share-link > i:hover {
  color: #ffffff;
  border-color: #14c757;
  background-color: #14c757;
}
.blog-archive .blog-box .blog-img {
  position: relative;
  max-height: 240px;
  overflow: hidden;
}
.blog-archive .blog-box .blog-img .overlay {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.blog-archive .blog-box .blog-img > a > img {
  width: 100%;
}
.blog-archive .blog-box .blog-img .caption {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
}
.blog-archive .blog-box .blog-img .caption a {
  padding: 27px 30px 35px 25px;
  display: block;
  height: 100%;
}
.blog-archive .blog-box .blog-img .caption img {
  margin-bottom: 21px;
}
.blog-archive .blog-box .blog-img .caption p {
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 18px;
  font-family: 'Raleway', sans-serif;
}
.blog-archive .blog-box .blog-img .caption span {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.42;
  padding-left: 50px;
  margin-left: 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.blog-archive .blog-box .blog-img .caption span:after {
  background-color: #ffffff;
  bottom: 50%;
  transform: translateY(-50%);
  -weblit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30px;
}
.blog-archive .blog-box .blog-img .caption a.btn {
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  border: 1px solid #ffffff;
  transform: translateX(-50%) translateY(-50%);
}
.blog-archive .blog-box .blog-img .caption a.btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.blog-archive .blog-box .blog-img:hover .caption {
  opacity: 1;
}
.blog-archive .blog-box .blog-img:hover .overlay {
  opacity: 0.9;
}
.blog-archive .col-md-4:nth-child(3n+1) {
  clear: left;
}
.blog-archive .build-portfolio.three-columns .portfolio-container .items {
  padding: 0 15px;
}
/************************************************************************************
33 Blog Archive Sidebar
*************************************************************************************/
.blog-archive-sidebar .blog-box .social-link .share-box .social-icons {
  margin-right: 0px;
  right: 0;
}
.blog-archive-sidebar .blog-box .social-link .share-box .social-icons:before {
  left: 93%;
}
.blog-archive-sidebar .blog-box .blog-img .caption a {
  display: block;
  height: 100%;
  padding: 27px 38px 35px 25px;
}
/************************************************************************************
34 Blog Metro
*************************************************************************************/
.blog-metro .latest-news {
  margin: 0;
}
.blog-metro .latest-news .news-section {
  margin: 0;
}
.blog-metro .latest-news .news-section .marketing-news .quote-content .quote p {
  font-size: 21px;
  line-height: 1.52;
}
.blog-metro .latest-news .news-section .col-3 .marketing-news .news-overlay {
  padding: 76px 25px 50px;
}
.blog-metro .latest-news .news-section .col-3 .marketing-news .news-overlay h4 {
  margin: 0 0 7px;
}
.blog-metro .latest-news .news-section .marketing-news .news-img > img {
  max-width: inherit;
  width: auto;
  height: 100%;
}
.blog-metro .latest-news .news-section .marketing-news .news-overlay .news-overlay-content .news-content p {
  font-size: 13px;
  line-height: 1.8;
}
/************************************************************************************
35 Blog Single
*************************************************************************************/
.blog-page-single .blog-box {
  margin-bottom: 29px;
}
.blog-page-single .blog-box .blog-content {
  border-bottom: 1px solid #efefef;
  padding-bottom: 8px;
}
.blog-img-slider button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  height: 52px;
  width: 52px;
}
.blog-img-slider button.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}
.blog-img-slider button.slick-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.blog-img-slider button.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
}
.blog-img-slider button.slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
/************************************************************************************
36 Pagination
*************************************************************************************/
.next-previous-btn {
  text-align: center;
  clear: both;
  font-family: 'Open Sans', sans-serif;
}
.next-previous-btn .pagination {
  margin: 50px 0 80px;
}
.next-previous-btn .pagination li {
  display: inline-block;
  margin: 0 7px;
}
.next-previous-btn .pagination li.active a {
  border-color: transparent;
  color: #ffffff;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
}
.next-previous-btn .pagination li a {
  border-radius: 100%;
  border: 1px solid #e9f0f4;
  color: #292929;
  font-size: 11px;
  line-height: 1.81;
  padding: 10px 17px;
  font-weight: 600;
}
.next-previous-btn .pagination li a:hover {
  border-color: transparent;
  color: #ffffff;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
}
.next-previous-btn .pagination li a.previous,
.next-previous-btn .pagination li a.next {
  border-radius: 30px;
  padding: 10px 28px;
}
.next-previous-btn .pagination li a.previous span {
  margin-right: 16px;
}
.next-previous-btn .pagination li a.next span {
  margin-left: 16px;
}
.next-previous-btn .pagination h3 {
  font-size: 16px;
  line-height: 1.43;
  margin: 23px 0;
  color: #202020;
}
.next-previous-btn .pagination p {
  font-size: 12px;
  line-height: 1.66;
  margin-bottom: 40px;
}
/************************************************************************************
37 Portfolio (Home page Masonry)
*************************************************************************************/
.home-masonry {
  padding: 95px 0 0;
}
.home-masonry ul.filters {
  margin: 5px 0 0;
}
.home-masonry ul.filters li {
  margin-right: 30px;
}
.home-masonry ul.filters li:last-child {
  margin-right: 0;
}
.home-masonry ul.filters li.active a {
  background-image: none;
  border-color: #30cae0;
  color: #30cae0;
}
.home-masonry ul.filters li a {
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 3px;
  padding: 0 0 5px;
  font-size: 11px;
  color: #cacaca;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.home-masonry ul.filters li a:hover {
  background-image: none;
  border-color: #30cae0;
  color: #30cae0;
}
/************************************************************************************
38 Filters
*************************************************************************************/
ul.filters {
  text-align: center;
  margin: 106px 0 80px;
}
ul.filters li {
  padding-right: 26px;
  padding-left: 0;
  font-family: 'Montserrat', sans-serif;
}
ul.filters li:last-child {
  padding-right: 0;
}
ul.filters li a,
ul.filters li .button {
  font-size: 11px;
  line-height: 1.81;
  font-weight: 600;
  padding: 11px 36px;
  letter-spacing: 1px;
  color: #474747;
  text-decoration: none;
  border: none;
  background-color: transparent;
  border-radius: 19px;
  border: 1px solid #e2ebf1;
}
ul.filters li a:hover,
ul.filters li .button:hover {
  color: #ffffff;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  border-color: transparent;
}
ul.filters li.active a {
  color: #ffffff;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  border-color: transparent;
}
/************************************************************************************
39 Portfolio
*************************************************************************************/
.portfolio-container .items {
  padding: 0 7px 7px 0;
  width: auto;
}
.portfolio-container .items .feature-post img {
  width: 100%;
}
.portfolio-container .items .feature-post .caption {
  background-color: rgba(0, 0, 0, 0.69);
  height: 96%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 96%;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transform: scale(0) translateY(-50%);
  -o-transform: scale(0) translateY(-50%);
  -moz-transform: scale(0) translateY(-50%);
  -webkit-transform: scale(0) translateY(-50%);
}
.portfolio-container .items .feature-post .caption .cap-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.portfolio-container .items .feature-post .caption h3 {
  font-size: 20px;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 22px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}
.portfolio-container .items .feature-post .caption h3:after {
  content: "";
  width: 52px;
  height: 3px;
  background: #25bff2;
  background: -moz-linear-gradient(top, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(top, #25bff2 0%, #25f250 100%);
  background: linear-gradient(to bottom, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=0);
  margin: 17px auto 0;
  display: block;
}
.portfolio-container .items .feature-post .caption span {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  text-transform: lowercase;
  font-style: italic;
  font-family: 'Old Standard TT', serif;
}
.portfolio-container .items:hover .caption {
  transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -webkit-transform: scale(1) translateY(-50%);
}
.portfolio-container .items .feature-post {
  position: relative;
}
.build-portfolio.three-columns .portfolio-container .items {
  width: 33.33%;
}
.build-portfolio.four-columns .portfolio-container .items {
  width: 25%;
}
.build-portfolio.five-columns .portfolio-container .items {
  width: 20%;
}
.build-portfolio.full-width .portfolio-container .items {
  padding: 0;
}
.build-portfolio.full-width-space .portfolio-container .items {
  padding: 0;
}
.build-portfolio.full-width-space .portfolio-container .items:hover .caption {
  transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -webkit-transform: scale(1) translateY(-50%);
}
.build-portfolio.width-space .portfolio-container .items:hover .caption {
  transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -webkit-transform: scale(1) translateY(-50%);
}
.metro-portfolio .portfolio-container .items {
  padding: 0;
}
.metro-portfolio .portfolio-container .items:nth-child(1n) {
  width: 44%;
}
.metro-portfolio .portfolio-container .items:nth-child(2n) {
  width: 28%;
}
.metro-portfolio .portfolio-container .items:nth-child(3n) {
  width: 28%;
}
.metro-portfolio .portfolio-container .items .feature-post {
  max-height: 322px;
  overflow: hidden;
}
.flat-latestwork .pagination {
  margin: 100px 0 117px;
}
/************************************************************************************
40 Portfolio Single
*************************************************************************************/
.portfolio-single-37 {
  margin-top: 99px;
}
.portfolio-single-37 .widget-box {
  margin: 0;
}
.portfolio-single-37 .blog-content h3 {
  font-size: 27px;
  line-height: 1.85;
  color: #202020;
  margin: 10px 0 0 0;
}
.portfolio-single-37 .widget-body p {
  font-size: 14px;
  line-height: 2.4;
}
.portfolio-single-37 .widget-box {
  margin-bottom: 34px;
}
.portfolio-single-37 .widget-box:last-child {
  margin-bottom: 0;
}
.portfolio-single-37 .related-projects {
  margin: 0 0 125px;
}
.portfolio-single-37 .related-projects .slick-initialized .slick-slide {
  /* padding-right: 11px; */
  padding: 0 5px;
}
.portfolio-single-37 .related-projects .slick-initialized .slick-slide:last-child {
  /* padding-right: 11px; */
  padding: 0 5px;
}
.portfolio-single-37 .blog-box {
  margin-bottom: 0;
}
.portfolio-single-37 .blog-box .blog-content {
  display: inline-block;
  margin: 13px 0 0 0;
  border-bottom: none;
}
.portfolio-single-37 .blog-box .blog-share-box {
  float: right;
  display: inline-block;
}
.portfolio-single-37 .blog-box .blog-share-box .share-box {
  margin-left: 21px;
}
.portfolio-single-37 .blog-box .blog-share-box .share-box .share-link {
  position: relative;
}
.portfolio-single-37 .blog-box .blog-share-box .share-box .share-link .social-icons {
  position: absolute;
  top: 50px;
  right: -70px;
  margin-left: 0;
  margin-top: 5px;
  min-width: 240px;
  width: 100%;
}
.portfolio-single-37 .blog-box .blog-share-box .share-box .share-link .social-icons:before {
  top: -11px;
  left: 92%;
  transform: rotate(90deg);
}
.portfolio-single-37 .blog-box .blog-share-box .share-box .share-link .social-icons ul li {
  display: inline-block;
}
.portfolio-single-sidebar,
.portfolio-single-35 {
  margin-top: 99px;
}
.portfolio-single-sidebar .widget-box,
.portfolio-single-35 .widget-box {
  margin: 0;
}
.portfolio-single-sidebar .portfolio-34,
.portfolio-single-35 .portfolio-34 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}
.portfolio-single-sidebar .portfolio-34 h3,
.portfolio-single-35 .portfolio-34 h3 {
  font-size: 27px;
  line-height: 1.85;
  color: #202020;
  margin-top: 23px;
  margin-bottom: 4px;
}
.portfolio-single-sidebar .portfolio-34 p,
.portfolio-single-35 .portfolio-34 p {
  font-size: 14px;
  line-height: 2.4;
  margin-bottom: 34px;
  color: #5f5f5f;
}
.portfolio-single-sidebar .blog-share-box,
.portfolio-single-35 .blog-share-box {
  padding-left: 0;
}
.portfolio-single-sidebar .blog-share-box .share-box,
.portfolio-single-35 .blog-share-box .share-box {
  margin-left: 13px;
}
/************************************************************************************
41 Portfolio Single Sidebar
*************************************************************************************/
.portfolio-sidebar .widget-box .widget-title {
  margin-bottom: 24px;
}
.portfolio-sidebar .widget-box .widget-body ul.check-icon li {
  margin: 0;
}
.portfolio-sidebar .widget-box .widget-body ul.check-icon li a {
  font-size: 12px;
  line-height: 3.5;
  padding-left: 20px;
  position: relative;
}
.portfolio-sidebar .widget-box .widget-body ul.check-icon li a:before {
  position: absolute;
  content: "\f00c";
  font-family: 'FontAwesome';
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  color: #30cae0;
}
.portfolio-sidebar .widget-box .widget-body ul.check-icon li a:hover {
  color: #14c757;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-sidebar .widget-box .widget-body ul li {
  margin: 0;
}
.portfolio-sidebar .widget-box .widget-body ul li:last-child {
  margin-bottom: 47px;
}
.portfolio-sidebar .widget-box .widget-body ul li a {
  font-size: 12px;
  line-height: 3.5;
}
.portfolio-single-35 .blog-img {
  margin-bottom: 50px;
}
.portfolio-single-35 .portfolio-34 h3 {
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 17px;
}
/************************************************************************************
42 Portfolio Related Projects
*************************************************************************************/
.related-projects {
  position: relative;
  margin: 20px 0 0 0;
}
.related-projects h4 {
  font-size: 27px;
  line-height: 1.85;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: #202020;
}
.related-projects .project-img {
  margin-top: 83px;
}
.related-projects .project-img button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -71px;
  border: 1px solid #cbcbcb;
  background: transparent;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  display: inline-block;
}
.related-projects .project-img button.slick-prev {
  margin-right: 40px;
}
.related-projects .project-img button.slick-prev:before {
  background-image: url(../images/pre-arw.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 6px;
  width: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  content: "";
  z-index: 999;
}
.related-projects .project-img button.slick-next {
  margin-left: 40px;
}
.related-projects .project-img button.slick-next:before {
  background-image: url(../images/nxt-arw.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 6px;
  width: 8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  content: "";
  z-index: 999;
}
.related-projects .project-img button:hover {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  border-color: #ffffff;
}
.related-projects .project-img button:hover.slick-prev:before {
  background-image: url(../images/white-pre-arw.png);
}
.related-projects .project-img button:hover.slick-next:before {
  background-image: url(../images/white-nxt-arw.png);
}
.right-arw-btn {
  position: relative;
  padding-left: 35px;
}
.right-arw-btn:before {
  background-image: url(../images/black-right-arrow-button.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
  padding-left: 30px;
  display: inline-block;
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 6px;
}
.right-arw-btn:hover:before {
  background-image: url(../images/white-right-arrow-button.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
/************************************************************************************
43 Shop Sidebar
*************************************************************************************/
.sidebar-widget {
  margin-bottom: 50px;
}
.sidebar-widget .widget-title {
  margin-bottom: 29px;
}
.sidebar-widget .add-to-cart {
  height: auto;
  line-height: 1;
  padding: 15px 17px 14px 47px;
  position: relative;
}
.sidebar-widget .ui-slider,
.sidebar-widget .ui-widget.ui-widget-content {
  background-color: #f0f0f0;
  border: medium none;
  height: 5px;
  margin-bottom: 28px;
}
.sidebar-widget .ui-slider .ui-slider-handle,
.sidebar-widget .ui-widget.ui-widget-content .ui-slider-handle {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #292929;
  border-color: #292929;
}
.sidebar-widget .ui-slider .ui-slider-handle.ui-state-hover,
.sidebar-widget .ui-widget.ui-widget-content .ui-slider-handle.ui-state-hover,
.sidebar-widget .ui-slider .ui-slider-handle.ui-state-active,
.sidebar-widget .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  border-color: #14c757;
}
.sidebar-widget .ui-slider .ui-slider-range,
.sidebar-widget .ui-widget.ui-widget-content .ui-slider-range {
  background-color: #30cae0;
}
.sidebar-widget .value-section {
  overflow: hidden;
}
.sidebar-widget .value-section .value-box {
  background-color: #f0f0f0;
  border: medium none;
  float: left;
  height: 36px;
  text-align: center;
  width: 67px;
  margin-right: 12px;
}
.sidebar-widget .value-section span {
  float: left;
  display: block;
  margin-right: 12px;
  line-height: 2.92;
}
.sidebar-widget .value-section .btn-outline {
  height: 35px;
  line-height: 1.5;
  min-width: 88px;
  padding: 0 20px;
  float: right;
  font-family: 'Open Sans', sans-serif;
}
.shop-sidebar-36 {
  margin-top: 97px;
}
.shop-categories {
  margin: 0;
  overflow: hidden;
}
.shop-categories .panel-group {
  margin: 0;
}
.shop-categories .panel-group .panel {
  border: none;
  margin: 0 0 17px 0;
  box-shadow: none;
}
.shop-categories .panel-group .panel .panel-heading {
  background: none;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 8px;
}
.shop-categories .panel-group .panel .panel-heading .panel-title a {
  display: block;
  text-decoration: none;
}
.shop-categories .panel-group .panel .panel-heading .panel-title a span {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 0 0 0;
  font-size: 11px;
  line-height: 1.81;
  font-family: 'Montserrat', sans-serif;
  color: #202020;
  font-weight: 500;
}
.shop-categories .panel-group .panel .panel-heading .panel-title a i {
  float: right;
  font-style: normal;
  font-size: 32px;
  line-height: 0.25;
  padding: 9px 0 0 0;
  color: #a2a1a1;
}
.shop-categories .panel-group .panel .panel-heading .panel-title a i:before {
  content: "-";
}
.shop-categories .panel-group .panel .panel-heading .panel-title a.collapsed i:before {
  content: "+";
  font-size: 19px;
}
.shop-categories .panel-group .panel .panel-collapse .panel-body {
  border: none;
  font-size: 12px;
  line-height: 2.4;
  padding: 8px 21px 0 19px;
  font-family: 'Open Sans', sans-serif;
}
.shop-categories .panel-group .panel .panel-collapse .panel-body ul li a {
  font-size: 12px;
  line-height: 3;
  text-decoration: none;
  color: #5f5f5f;
}
.shop-categories .panel-group .panel .panel-collapse .panel-body ul li a span {
  float: right;
}
.shop-categories .panel-group .panel .panel-collapse .panel-body ul li a.active {
  font-weight: 600;
}
.shop-categories .panel-group .panel .panel-collapse .panel-body ul li a.active,
.shop-categories .panel-group .panel .panel-collapse .panel-body ul li a:hover {
  color: #202020;
}
.select-brand {
  margin: 0;
  max-height: 350px;
  overflow: auto;
}
.select-brand ul li {
  font-size: 12px;
  line-height: 2.75;
  text-decoration: none;
}
.select-brand ul li label.check-box {
  position: relative;
  margin-bottom: 0;
}
.select-brand ul li label.check-box input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.select-brand ul li label.check-box input:checked + span {
  font-weight: bold;
}
.select-brand ul li label.check-box input:checked + span:before {
  content: "";
  background-image: url(../images/checked.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.select-brand ul li label.check-box span {
  font-weight: normal;
  font-size: 12px;
  padding-left: 29px;
  font-family: 'Open Sans', sans-serif;
}
.select-brand ul li label.check-box span:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  position: absolute;
  left: 0;
  top: 11px;
  padding: 2px;
}
.select-brand .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #f0f0f0;
}
.select-brand .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #292929 !important;
}
.select-size {
  margin: 0;
}
.select-size ul li {
  margin-right: 13px;
}
.select-size ul li:last-child {
  margin-right: 0;
}
.select-size ul li a {
  height: 35px;
  width: 35px;
  line-height: 3.3;
  border-radius: 100%;
  border: 1px solid #cbcbcb;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  color: #202020;
  font-weight: 700;
  padding: 0 4px;
  font-family: 'Open Sans', sans-serif;
}
.select-size ul li a:hover {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  color: #ffffff;
  border-color: transparent;
}
.select-size ul li.active a {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  color: #ffffff;
  border-color: transparent;
}
.related-products .media {
  margin-bottom: 43px;
}
.related-products .media .media-left {
  padding: 0;
}
.related-products .media .media-body {
  padding: 0 0 0 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.related-products .media .media-body h4 {
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #292929;
  padding-top: 13px;
}
.related-products .media .media-body p {
  font-size: 14px;
  line-height: 2.64;
  color: #30cae0;
}
.related-products .media .media-body .btn-outline img {
  padding: 0 12px 0 0;
}
.swatch-color-box {
  overflow: hidden;
}
.swatch-color-box .swatchinput {
  float: left;
  margin-right: 10px;
  margin-bottom: 11px;
}
.swatch-color-box .swatchinput label {
  margin-bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: block;
  position: relative;
  cursor: pointer;
}
.swatch-color-box .swatchinput label.selectedswatch:before {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 7px;
}
.swatch-color-box .swatchinput label.attribute_pa_color_pinkred {
  background-color: #fc5252;
}
.swatch-color-box .swatchinput label.attribute_pa_color_pink {
  background-color: #fc7ce5;
}
.swatch-color-box .swatchinput label.attribute_pa_color_purple {
  background-color: #7e76ee;
}
.swatch-color-box .swatchinput label.attribute_pa_color_blue {
  background-color: #2b83ef;
}
.swatch-color-box .swatchinput label.attribute_pa_color_gray {
  background-color: #677c91;
}
.swatch-color-box .swatchinput label.attribute_pa_color_lightblue {
  background-color: #30cae0;
}
.swatch-color-box .swatchinput label.attribute_pa_color_lightgreen {
  background-color: #2be189;
}
.swatch-color-box .swatchinput label.attribute_pa_color_mudgreen {
  background-color: #769762;
}
.swatch-color-box .swatchinput label.attribute_pa_color_goldenyellow {
  background-color: #edc53b;
}
.swatch-color-box .swatchinput label.attribute_pa_color_orange {
  background-color: #f87c38;
}
.swatch-color-box .swatchinput label.attribute_pa_color_black {
  background-color: #202020;
}
.swatch-color-box .swatchinput label.attribute_pa_color_lightgray {
  background-color: #bdbdbd;
}
.swatch-color-box .swatchinput label:hover:before {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 7px;
}
.shop-sidebar-36 {
  margin-bottom: 120px;
}
.shop-sidebar-38 {
  margin: 99px 0 114px 0;
}
.shop-sidebar-38 .product-no-details a.btn-outline {
  height: 42px;
  line-height: 4.1;
}
.shop-sidebar-38 .product-no-details a.like {
  width: 40px;
  height: 40px;
  line-height: 3;
}
/************************************************************************************
44 Shop List
*************************************************************************************/
.shop-list .list-top-bar {
  margin-bottom: 38px;
}
.shop-list .list-top-bar p {
  font-size: 12px;
  line-height: 3.33;
  color: #5f5f5f;
  margin-bottom: 0;
}
.shop-list .list-top-bar .grid-icon {
  display: inline-block;
  overflow: hidden;
}
.shop-list .list-top-bar .grid-icon ul {
  margin: 0;
}
.shop-list .list-top-bar .grid-icon ul li {
  margin-right: 12px;
  float: left;
}
.shop-list .list-top-bar .grid-icon ul li:last-child {
  margin-right: 0;
}
.shop-list .list-top-bar .grid-icon ul li a {
  width: 40px;
  height: 40px;
  line-height: 1.5;
  border-radius: 100%;
  display: block;
  border: 1px solid #e4ecf2;
  text-align: center;
  color: #b6b9c0;
  position: relative;
}
.shop-list .list-top-bar .grid-icon ul li a:before {
  background-image: url("../images/sprite1.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  width: 14px;
}
.shop-list .list-top-bar .grid-icon ul li a#list:before {
  background-position: -32px center;
}
.shop-list .list-top-bar .grid-icon ul li a.active,
.shop-list .list-top-bar .grid-icon ul li a:hover {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  color: #ffffff;
  border-color: transparent;
}
.shop-list .list-top-bar .grid-icon ul li a.active#list:before,
.shop-list .list-top-bar .grid-icon ul li a:hover#list:before {
  background-position: -48px center;
}
.shop-list .list-top-bar .grid-icon ul li a.active#grid:before,
.shop-list .list-top-bar .grid-icon ul li a:hover#grid:before {
  background-position: -16px center;
}
.shop-list .list-top-bar .grid-icon ul li select {
  font-size: 10px;
  line-height: 3.6;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.shop-list .list-top-bar .grid-icon ul li select.drop {
  border-radius: 17px;
  border: 1px solid #e2ebf1;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  padding: 13px 44px 10px 28px;
  font-size: 10px;
  background-image: url(../images/select-arw.png);
  background-repeat: no-repeat;
  background-position: 91% 50%;
  display: inline-block;
  color: #292929;
  max-width: 179px;
  line-height: inherit;
}
/************************************************************************************
45 Shop Single
*************************************************************************************/
.shop-single-full-40 .product-category-wrap .product-category-box {
  margin-bottom: 0px;
}
/************************************************************************************
46 Product
*************************************************************************************/
.product-category-wrap .product-category-box {
  margin-bottom: 86px;
}
.product-category-wrap .product-category-box .media .media-left {
  padding-right: 0;
  padding-right: 30px;
}
.product-category-wrap .product-category-box .product-img {
  position: relative;
}
.product-category-wrap .product-category-box .product-img .overlay {
  background-color: rgba(48, 202, 224, 0.61);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: 100%;
}
.product-category-wrap .product-category-box .product-img .overlay .btn-box {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.product-category-wrap .product-category-box .product-img .overlay .btn-box .like,
.product-category-wrap .product-category-box .product-img .overlay .btn-box .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin-bottom: 10px;
}
.product-category-wrap .product-category-box .product-img .overlay .btn-box .like:hover,
.product-category-wrap .product-category-box .product-img .overlay .btn-box .btn:hover {
  color: #292929;
  background-color: #ffffff;
}
.product-category-wrap .product-category-box .product-img .overlay .btn-box .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.product-category-wrap .product-category-box .product-img .overlay .btn-box .btn:before {
  background-image: url('../images/white-cart.png');
}
.product-category-wrap .product-category-box .product-img .overlay .btn-box .btn:hover {
  color: #292929;
  background-color: #ffffff;
  background-image: none;
}
.product-category-wrap .product-category-box .product-img .overlay .btn-box .btn:hover:before {
  background-image: url('../images/black-cart.png');
}
.product-category-wrap .product-category-box .product-img .overlay .btn-box a.btn-outline {
  min-width: 135px;
  height: 35px;
  line-height: 3.75;
  font-size: 9.8px;
}
.product-category-wrap .product-category-box .product-img:hover .overlay {
  opacity: 1;
}
.product-category-wrap .product-category-box .product-desc h4 {
  font-size: 13px;
  line-height: 2.37;
  letter-spacing: 0.5px;
  margin: 3px 0 0 0;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.product-category-wrap .product-category-box .product-desc span {
  font-size: 14px;
  line-height: 2.58;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
.product-category-wrap .product-category-box .product-desc span a i {
  color: #e0e0e0;
}
.product-category-wrap .product-category-box .product-desc span a i.rating {
  color: #ffc925;
}
.product-category-wrap .product-category-box .product-desc span a:hover {
  color: #ffc925;
}
.product-category-wrap .product-category-box .product-desc .old-price {
  color: #cbcbcb;
  padding-right: 22px;
}
.product-category-wrap .product-category-box .product-desc .new-price {
  color: #30cae0;
  padding-right: 22px;
}
.product-category-wrap .product-category-box .product-desc p {
  font-size: 14px;
  line-height: 2.2;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
}
.product-category-wrap .product-category-box .product-desc .like {
  width: 34px;
  height: 34px;
  line-height: 2.5;
  border-radius: 100%;
  border: 1px solid #e3ebf1;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  padding: 0 10px;
  color: #262626;
}
.product-category-wrap .product-category-box .product-desc .like:hover {
  background-color: #f44b4b;
  color: #ffffff;
  border-color: transparent;
}
.product-category-wrap .product-category-box .product-desc .btn-outline {
  height: 35px;
  min-width: 135px;
  line-height: 3.57;
  font-size: 9.8px;
}
.product-category-wrap .product-category-box .product-desc .btn-outline img {
  margin-right: 12px;
}
.product-category-wrap .product-category-box .product-desc.shop-list-desc a.like {
  margin-top: 34px;
}
.product-category-wrap.list-view {
  margin-bottom: 22px;
  overflow: hidden;
  clear: both;
}
.product-category-wrap.list-view .product-category-box {
  width: 100%;
}
.product-category-wrap.list-view .product-category-box:last-child {
  margin-bottom: 0;
}
.product-category-wrap.list-view .product-category-box .product-img .overlay {
  display: none;
}
.product-category-wrap.grid-view .product-category-box .media-left,
.product-category-wrap.grid-view .product-category-box .media-body {
  display: block;
  padding: 0;
  width: 100%;
}
.product-category-wrap.grid-view .product-category-box .media-left img,
.product-category-wrap.grid-view .product-category-box .media-body img {
  width: 100%;
}
.product-category-wrap.grid-view .product-category-box .media-body {
  padding: 0 25px;
}
.product-category-wrap.grid-view .product-category-box .product-img .overlay {
  display: block;
}
.product-category-wrap.grid-view .product-category-box .product-desc {
  margin-top: 10px;
}
.product-category-wrap.grid-view .product-category-box .product-desc h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.product-category-wrap.grid-view .product-category-box .product-desc p,
.product-category-wrap.grid-view .product-category-box .product-desc .like,
.product-category-wrap.grid-view .product-category-box .product-desc .btn {
  display: none;
}
.product-category-wrap .next-previous-btn {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.product-category-wrap .next-previous-btn .pagination {
  margin: 50px 0 80px;
}
.product-category-wrap .next-previous-btn .pagination li {
  display: inline-block;
  margin: 0 7px;
}
.product-category-wrap .next-previous-btn .pagination li.active a {
  border-color: transparent;
  color: #ffffff;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
}
.product-category-wrap .next-previous-btn .pagination li a {
  border-radius: 100%;
  border: 1px solid #e9f0f4;
  color: #696969;
  font-size: 11px;
  line-height: 1.81;
  padding: 12px 20px;
}
.product-category-wrap .next-previous-btn .pagination li a:hover {
  border-color: transparent;
  color: #ffffff;
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
}
.product-category-wrap .next-previous-btn .pagination li a.previous,
.product-category-wrap .next-previous-btn .pagination li a.next {
  border-radius: 30px;
  padding: 12px 34px;
}
.product-category-wrap .next-previous-btn .pagination li a.previous span {
  margin-right: 16px;
}
.product-category-wrap .next-previous-btn .pagination li a.next span {
  margin-left: 16px;
}
.product-category-wrap .next-previous-btn .pagination h3 {
  font-size: 16px;
  line-height: 1.43;
  margin: 23px 0;
  color: #202020;
}
.product-category-wrap .next-previous-btn .pagination p {
  font-size: 12px;
  line-height: 1.66;
  margin-bottom: 40px;
}
/************************************************************************************
47 Product Details
*************************************************************************************/
.product-info .product-img .slick-slider-demo .variable {
  margin: 7px auto 0;
  max-width: 414px;
  width: 100%;
}
.product-info .product-img .slick-slider-demo .variable button {
  position: relative;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  border: 1px solid #cecece;
  display: inline-block;
  text-indent: -999em;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px #ffffff;
}
.product-info .product-img .slick-slider-demo .variable button:hover {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: -webkit-linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  background: linear-gradient(45deg, #25bff2 0%, #25f250 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#25f250', GradientType=1);
  border-color: transparent;
}
.product-info .product-img .slick-slider-demo .variable button.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -32px;
}
.product-info .product-img .slick-slider-demo .variable button.slick-prev:hover:before {
  background-image: url("../images/pre-arw-white.png");
  border-color: transparent;
}
.product-info .product-img .slick-slider-demo .variable button.slick-prev:before {
  background-image: url("../images/pre-arw.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 8px;
  z-index: 999;
}
.product-info .product-img .slick-slider-demo .variable button.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -25px;
}
.product-info .product-img .slick-slider-demo .variable button.slick-next:hover:before {
  background-image: url("../images/nxt-arw-white.png");
  border-color: transparent;
}
.product-info .product-img .slick-slider-demo .variable button.slick-next:before {
  background-image: url("../images/nxt-arw.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 8px;
  z-index: 999;
}
.product-info .product-img .slick-slider-demo .variable .thumb-img {
  cursor: pointer;
  padding: 0 6px;
}
.product-info .product-img .slick-slider-demo .variable .thumb-img:last-child,
.product-info .product-img .slick-slider-demo .variable .thumb-img:first-child {
  padding: 0;
}
.product-info .product-img .slick-slider-demo img {
  width: 100%;
}
.product-desc h4 {
  font-size: 16px;
  line-height: 1.12;
  letter-spacing: 0.5px;
  margin: 0 0 12px 0;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #292929;
}
.product-desc span {
  font-size: 14px;
  line-height: 2.57;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #cbcbcb;
}
.product-desc span i {
  color: #e0e0e0;
}
.product-desc span i.rating {
  color: #ffc925;
}
.product-desc .old-price {
  color: #cbcbcb;
  padding-right: 22px;
  display: inline-block;
}
.product-desc .new-price {
  color: #30cae0;
  padding-right: 22px;
  display: inline-block;
}
.product-desc h6 {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.6px;
  margin: 18px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.product-desc p {
  font-size: 14px;
  line-height: 2.4;
  margin-top: 7px;
  margin-bottom: 43px;
  font-family: 'Open Sans', sans-serif;
  color: #5f5f5f;
}
.product-desc p:last-child {
  margin-bottom: 0;
}
.product-desc .like {
  width: 34px;
  height: 34px;
  line-height: 2.5;
  border-radius: 100%;
  border: 1px solid #e3ebf1;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  color: #292929;
}
.product-desc .like:hover {
  background-color: #f44b4b;
  color: #ffffff;
  border-color: transparent;
}
.product-desc .btn-outline img {
  margin-right: 12px;
}
select {
  text-transform: uppercase;
}
select.drop {
  border-radius: 17px;
  border: 1px solid #e2ebf1;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  font-size: 10px;
  background-image: url(../images/select-arw.png);
  background-repeat: no-repeat;
  background-position: 87% 50%;
  display: inline-block;
  min-width: 170px;
  padding: 8px 18px 8px;
  font-family: 'Montserrat', sans-serif;
}
select.size-drop {
  margin-left: 18px;
  min-width: 140px;
  font-family: 'Montserrat', sans-serif;
}
.product-no-details {
  margin: 44px 0 0 0;
}
.product-no-details p {
  font-size: 12px;
  line-height: 2.91;
  margin: 0;
  color: #454545;
}
.product-no-details p strong {
  color: #1a1a1a;
}
.product-no-details .like {
  margin: 50px 17px 0 0;
}
.product-no-details a.btn-outline {
  line-height: 3.57;
  height: 35px;
  min-width: 135px;
  font-size: 9.8px;
}
.like {
  width: 34px;
  height: 34px;
  line-height: 2.5;
  border-radius: 100%;
  border: 1px solid #cbcbcb;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}
.like:hover {
  background-color: #f44b4b;
  color: #ffffff;
  border-color: transparent;
}
.product-accordian {
  margin: 48px 0 0 0;
}
.product-accordian .team-types .nav-tabs {
  border-bottom: 2px solid #f8f8f8;
}
.product-accordian .team-types .nav-tabs > li {
  margin-bottom: -2px;
}
.product-accordian .team-types .nav-tabs > li.active a {
  background-color: rgba(0, 0, 0, 0);
  border-color: #30cae0;
  border-style: solid;
  border-width: 0 0 2px;
}
.product-accordian .team-types .nav-tabs > li.active a:hover,
.product-accordian .team-types .nav-tabs > li.active a:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #30cae0;
  border-style: solid;
  border-width: 0 0 2px;
}
.product-accordian .team-types .nav-tabs li {
  margin-right: 50px;
}
.product-accordian .team-types .nav-tabs li:last-child {
  margin-right: 0;
}
.product-accordian .team-types .nav-tabs li a {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 0 2px;
  color: #202020;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.6px;
}
.product-accordian .team-types .nav-tabs li a:hover,
.product-accordian .team-types .nav-tabs li a:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #30cae0;
  border-style: solid;
  border-width: 0 0 2px;
}
.product-accordian .team-types .tab-content {
  margin: 22px 0 0 0;
  font-family: 'Open Sans', sans-serif;
  color: #5f5f5f;
}
.product-accordian .team-types .tab-content ul {
  padding: 0;
}
.product-accordian .team-types .tab-content ul li {
  line-height: 2.8;
  position: relative;
  padding-left: 12px;
}
.product-accordian .team-types .tab-content ul li:before {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  line-height: 1;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  background-color: #000000;
  content: "";
}
.product-accordian .team-types .tab-content p {
  font-size: 14px;
  line-height: 2.6;
  margin: 0;
}
.product-related {
  margin: 39px 0 0 0;
}
.product-related h3 {
  font-size: 27px;
  line-height: 1.85;
  font-family: 'Raleway', sans-serif;
  color: #202020;
  margin-bottom: 23px;
}
.product-related .product-category-wrap .product-category-box .media .media-body {
  padding: 0 25px;
}
/************************************************************************************
48 Shop List 42
*************************************************************************************/
.shop-list-42 img {
  max-width: 100%;
}
.shop-list-42 .shop-list .product-category-wrap .product-category-box .media-left {
  padding: 0;
}
.shop-list-42 .shop-list .product-category-wrap .product-category-box .media-left .product-img {
  padding: 0;
}
/************************************************************************************
49 Cart
*************************************************************************************/
.cart {
  border: 1px solid #f0f0f0;
  margin-bottom: 28px;
  margin-top: 97px;
}
.cart thead tr th {
  padding: 16px 0 14px 0;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 600;
  text-align: left;
  border-bottom: none;
  font-family: 'Montserrat', sans-serif;
}
.cart thead tr th.txt-left {
  text-align: left;
}
.cart tbody {
  font-family: 'Open Sans', sans-serif;
}
.cart tbody tr {
  text-align: center;
}
.cart tbody tr td {
  padding: 34px 0;
  vertical-align: middle;
  border-top: 1px solid #f0f0f0;
}
.cart tbody tr td:first-child {
  width: 100px;
  text-align: center;
  padding: 0 42px;
}
.cart tbody tr td a.cross {
  height: 16px;
  width: 16px;
  background-color: #f0f0f0;
  display: block;
  position: relative;
}
.cart tbody tr td a.cross:before {
  background-image: url(../images/cross.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.cart tbody tr td .product-qty {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  border-radius: 19px;
  padding: 11px 17px 11px 17px;
  height: 43px;
  width: 71px;
}
.cart tbody tr td .prodct-img .media-left {
  padding-right: 25px;
}
.cart tbody tr td .prodct-img .media-body {
  vertical-align: middle;
  width: 130px;
  padding: 7px 0 0 0;
  text-align: left;
}
.cart tbody tr td .prodct-img .media-body p {
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #878787;
  line-height: 1.58;
  font-family: 'Raleway', sans-serif;
}
.cart tbody tr td .prodct-img .media-body p a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.38;
  color: #292929;
}
.cart tbody tr td .description {
  width: 271px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  padding-right: 20px;
}
.cart tbody tr td .description p {
  font-size: 12px;
}
/************************************************************************************
50 Shop Cart  Details
*************************************************************************************/
.shopping-cart-details {
  margin: 112px 0 104px 0;
}
.shopping-cart-details .cart-details h4 {
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 0.6px;
  margin: 0 0 16px 0;
  font-family: 'Montserrat', sans-serif;
  color: #202020;
  font-weight: 600;
}
.shopping-cart-details .cart-details p {
  font-size: 14px;
  line-height: 2.4;
  color: #5f5f5f;
  font-family: 'Open Sans', sans-serif;
}
.shopping-cart-details .cart-details form {
  margin: 47px 0 0 0;
}
.shopping-cart-details .cart-details form .form-group {
  margin-bottom: 22px;
}
.shopping-cart-details .cart-details form .form-group label {
  font-size: 11px;
  line-height: 3.27;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: #202020;
}
.shopping-cart-details .cart-details form .form-group .form-control {
  border-radius: 0;
  border: 1px solid #e3e3e3;
  box-shadow: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  height: 42px;
}
.shopping-cart-details .cart-details form .form-group select.form-control {
  background-image: url(../images/select-down-arw.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-family: 'Open Sans', sans-serif;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 3;
  text-transform: lowercase;
}
.shopping-cart-details .cart-details form button {
  margin: 10px 0 0 0;
}
.shopping-cart-details .cart-details table.table {
  border: 1px solid #f0f0f0;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.shopping-cart-details .cart-details table.table tbody tr td {
  padding: 24px 41px 24px 35px;
}
.shopping-cart-details .cart-details button {
  margin: 14px 0 0 0;
}
/************************************************************************************
51 Wish list
*************************************************************************************/
.wishlist {
  margin-bottom: 119px;
}
.wishlist .add-to-cart {
  margin-right: 25px;
}
/************************************************************************************
52 Shop Cart Table
*************************************************************************************/
.shopping-cart-table .cart thead tr th:first-child {
  width: 101px;
}
.shopping-cart-table .cart thead tr th:nth-child(2) {
  width: 401px;
}
.shopping-cart-table .cart thead tr th:nth-child(3) {
  width: 171px;
}
.shopping-cart-table .cart thead tr th:nth-child(4) {
  width: 201px;
}
.shopping-cart-table .cart thead tr th:nth-child(5) {
  width: 131px;
}
.shopping-cart-table .cart tbody tr td {
  text-align: left;
}
.shopping-cart-table .cart tbody tr td p {
  font-size: 13px;
}
.shopping-cart-table .cart tbody tr td:last-child p {
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
}
/************************************************************************************
53 Shop Grid
*************************************************************************************/
.shop-grid .shop-list .next-previous-btn ul.pagination {
  margin: 0 0 13px;
}
/************************************************************************************
54 Social Icons
*************************************************************************************/
.social-icons ul {
  margin: 0;
}
.social-icons ul li {
  padding: 0 2px;
  margin-right: 11px;
}
.social-icons ul li:first-child {
  padding-left: 0;
}
.social-icons ul li:last-child {
  margin-right: 0;
}
.social-icons ul li a {
  display: block;
  background-color: #384955;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  line-height: 2.1;
  color: #ffffff;
  text-align: center;
}
.social-icons ul li a:hover {
  background-color: #ffffff;
  color: #ffffff;
}
.social-icons ul li a:hover.rss {
  background-color: #f68326;
}
.social-icons ul li a:hover.instagram {
  background-color: #87a3b8;
}
.social-icons ul li a:hover.pinterest {
  background-color: #f23737;
}
.social-icons ul li a:hover.google {
  background-color: #f95636;
}
.social-icons ul li a:hover.twitter {
  background-color: #3dc5f7;
}
.social-icons ul li a:hover.facebook {
  background-color: #5572de;
}
/************************************************************************************
55 Footer
*************************************************************************************/
.footer {
  background-color: #222d35;
  padding: 69px 0 0;
  position: relative;
}
.footer .foot-logo {
  margin-bottom: 23px;
}
.footer p {
  color: #cccccc;
}
.footer .list-unstyled li {
  margin: 20px 0;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #25e677;
}
.footer .footer-details p {
  font-size: 12px;
  color: #cccccc;
  line-height: 2.4;
}
.footer h4 {
  color: #ffffff;
  margin-bottom: 13.5px;
  margin-top: -3px;
  font-size: 13px;
  /* line-height: 1; */
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.2px;
}
.footer .recent-post {
  margin-top: 13.5px;
}
.footer .recent-post a {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 2.46;
}
.footer .recent-post a:hover {
  color: #25e677;
}
.footer .recent-post .post-date {
  border-bottom: 1px solid #2f3d48;
  padding-bottom: 19px;
}
.footer .recent-post .post-date span {
  color: #cccccc;
  font-weight: 400;
  font-size: 12px;
  line-height: 2.4;
  border-right: 1px solid #cccccc;
  padding: 0 8px;
}
.footer .recent-post .post-date span:last-child {
  border-right: 0;
}
.footer .recent-post .post-date span:first-child {
  padding-left: 0;
}
.footer .recent-post:last-child .post-date {
  border-bottom: 0;
}
.footer .gallery-img {
  padding: 13.5px 0 0;
}
.footer .gallery-img li {
  margin-bottom: 3px;
  display: inline-block;
}
.footer .gallery-img li a img {
  height: 65px;
  width: 62px;
}
.footer .address p {
  font-size: 12px;
  line-height: 2.4;
}
.footer address {
  margin-top: 20px;
  margin-bottom: 0;
}
.footer address .address {
  padding-left: 0;
}
.footer address .address li {
  list-style: outside none none;
  margin-bottom: 13px;
}
.footer address .address li i {
  color: #cccccc;
  float: left;
  line-height: 2.4;
  font-size: 12px;
  margin-right: 11px;
}
.footer address .address li span {
  color: #cccccc;
  float: left;
  font-size: 12px;
  margin-right: 11px;
  line-height: 2.3;
}
.footer address .address li a {
  line-height: 2;
  display: table;
  vertical-align: middle;
}
.footer address .address li p {
  display: table;
  vertical-align: middle;
}
.footer .quick-links ul li a {
  font-size: 12px;
  text-transform: capitalize;
}
.footer .quick-links ul li a:hover {
  color: #30cae0;
  margin-left: 8px;
}
.footer .tweet-icon {
  color: #2ddbf5;
  margin-top: 6px;
}
.footer .feed-post {
  margin-bottom: 20px;
}
.footer .feed-post p {
  margin-bottom: 0;
}
.footer .feed-post span {
  color: #91a9bb;
}
.footer .subscribe-form .form-control {
  background-color: #384854;
  border: medium none;
  font-size: 11px;
  height: 43px;
  padding: 6px 30px;
  border-radius: 2px;
}
.footer .subscribe-form .form-control:focus {
  border: medium none;
  box-shadow: none;
  background-color: #ffffff;
}
.footer .subscribe-form .btn-grd {
  padding: 0 25px;
}
.footer-bottom {
  color: #ffffff;
  padding: 25px 0 26px;
  margin-top: 51px;
  text-align: center;
  border-top: 1px solid #2f3d48;
}
.footer-bottom .copyright p {
  margin: 0;
  font-size: 12px;
  line-height: 1;
}
.footer-title {
  background-color: :#dfeeed;
  padding: 25px 0;
}
.footer-title h2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 13px;
  line-height: 1.77;
  position: relative;
  font-weight: 600;
  margin: 0;
  padding-left: 12px;
}
.footer-title h2:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #14c757;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.btn-tags ul li {
  margin-bottom: 9px;
}
.btn-tags .btn {
  font-size: 9px;
  min-width: inherit;
  padding: 0 23px;
}
.btn-tags .btn:hover {
  color: #ffffff;
}
.categories-count span {
  float: right;
  font-weight: 700;
  color: #14c757;
}
/************************************************************************************
56 Footer Style 03,04,05
*************************************************************************************/
.footer-style-03 .footer-bottom,
.footer-style-04 .footer-bottom,
.footer-style-05 .footer-bottom {
  background-color: #313f49;
  border-top: medium none;
  padding: 26px 0;
  text-align: left;
}
.footer-style-03 .footer-bottom .copyright p,
.footer-style-04 .footer-bottom .copyright p,
.footer-style-05 .footer-bottom .copyright p {
  line-height: 1;
}
.footer-style-03 .footer-bottom .copyright p img,
.footer-style-04 .footer-bottom .copyright p img,
.footer-style-05 .footer-bottom .copyright p img {
  margin-right: 11px;
}
.footer-style-03 .footer .social-icons .list-unstyled li,
.footer-style-04 .footer .social-icons .list-unstyled li,
.footer-style-05 .footer .social-icons .list-unstyled li {
  margin: 0 10px;
}
.footer-style-03 .footer .social-icons .list-unstyled li a,
.footer-style-04 .footer .social-icons .list-unstyled li a,
.footer-style-05 .footer .social-icons .list-unstyled li a {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  line-height: 1;
  width: auto;
  color: #8195a4;
}
.footer-style-03 .footer .social-icons .list-unstyled li a:hover,
.footer-style-04 .footer .social-icons .list-unstyled li a:hover,
.footer-style-05 .footer .social-icons .list-unstyled li a:hover {
  background-color: transparent;
  color: #ffffff;
}
/************************************************************************************
57 Footer Style 06,07
*************************************************************************************/
.footer-style-06,
.footer-style-07 {
  text-align: center;
}
.footer-style-06 .footer,
.footer-style-07 .footer {
  background-color: #1d2124;
  padding: 72px 0 0;
}
.footer-style-06 .footer p,
.footer-style-07 .footer p,
.footer-style-06 .footer a,
.footer-style-07 .footer a {
  color: #d2d2d2;
  line-height: 1;
}
.footer-style-06 .footer p,
.footer-style-07 .footer p {
  line-height: 1;
}
.footer-style-06 .detail .icon,
.footer-style-07 .detail .icon {
  margin-bottom: 19px;
}
.footer-style-06 .footer-bottom,
.footer-style-07 .footer-bottom {
  margin-top: 100px;
  background-color: #111416;
  border-top: none;
}
.footer-style-06 .footer-bottom .copyright p,
.footer-style-07 .footer-bottom .copyright p {
  color: #ffffff;
}
.footer-style-07 .footer {
  padding-top: 45px;
}
.footer-style-07 .footer .social-icons .list-unstyled li {
  margin: 0;
}
.footer-style-07 .footer .social-icons .list-unstyled li a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #ffffff;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.facebook {
  background-color: #5572de;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.facebook:hover {
  background-color: #ffffff;
  color: #5572de;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.twitter {
  background-color: #3dc5f7;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.twitter:hover {
  background-color: #ffffff;
  color: #3dc5f7;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.google {
  background-color: #f95636;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.google:hover {
  background-color: #ffffff;
  color: #f95636;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.pinterest {
  background-color: #f23737;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.pinterest:hover {
  background-color: #ffffff;
  color: #f23737;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.instagram {
  background-color: #87a3b8;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.instagram:hover {
  background-color: #ffffff;
  color: #87a3b8;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.rss {
  background-color: #f68326;
}
.footer-style-07 .footer .social-icons .list-unstyled li a.rss:hover {
  background-color: #ffffff;
  color: #f68326;
}
.footer-style-07 .footer .footer-logo {
  border-bottom: 1px solid #32383c;
  padding-bottom: 38px;
  margin-bottom: 40px;
}
.footer-style-07 .footer-bottom {
  margin-top: 51px;
}
/************************************************************************************
58 Footer Style 08
*************************************************************************************/
.footer-style-08 {
  background-color: #1d2124;
  padding: 50px 0 0 0;
}
.footer-style-08 .contact-details {
  margin: 40px 0 50px;
}
.footer-style-08 .contact-details .social-icons {
  text-align: center;
}
.footer-style-08 .contact-details .social-icons ul {
  margin: 0 auto;
  border: 1px solid #9d9d9d;
  max-width: 1169px;
  width: 100%;
  overflow: hidden;
}
.footer-style-08 .contact-details .social-icons ul li {
  padding: 0 0;
  border-right: 1px solid #9d9d9d;
  margin-right: 0;
  width: 16.66%;
  float: left;
}
.footer-style-08 .contact-details .social-icons ul li:first-child {
  padding-left: 0;
}
.footer-style-08 .contact-details .social-icons ul li:last-child {
  margin-right: 0;
  border-right: 0;
}
.footer-style-08 .contact-details .social-icons ul li a {
  display: block;
  line-height: 4.58;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 0;
  text-align: center;
  height: inherit;
  background-color: transparent;
  width: inherit;
  letter-spacing: 2px;
  color: #9d9d9d;
  border-radius: 0;
  width: 100%;
  font-family: 'Raleway', sans-serif;
}
.footer-style-08 .contact-details .social-icons ul li a:hover.rss {
  background-color: #f68326;
  color: #ffffff;
}
.footer-style-08 .contact-details .social-icons ul li a:hover.instagram {
  background-color: #87a3b8;
  color: #ffffff;
}
.footer-style-08 .contact-details .social-icons ul li a:hover.pinterest {
  background-color: #f23737;
  color: #ffffff;
}
.footer-style-08 .contact-details .social-icons ul li a:hover.google {
  background-color: #f95636;
  color: #ffffff;
}
.footer-style-08 .contact-details .social-icons ul li a:hover.twitter {
  background-color: #3dc5f7;
  color: #ffffff;
}
.footer-style-08 .contact-details .social-icons ul li a:hover.facebook {
  background-color: #5572de;
  color: #ffffff;
}
.footer-style-08 .footer-logo {
  margin: 0 auto;
  padding-bottom: 47px;
  text-align: center;
}
.footer-style-08 .footer-bottom {
  border-bottom: 1px solid #32383c;
}
.footer-style-08 .footer-bottom .copyright {
  padding: 12px 10px;
  text-align: center;
}
.footer-style-08 .footer-bottom .copyright p {
  color: #ffffff;
}
/************************************************************************************
59 Footer Style 09,10,11,12
*************************************************************************************/
.footer-style-09 .footer .recent h4,
.footer-style-10 .footer .recent h4,
.footer-style-11 .footer .recent h4,
.footer-style-12 .footer .recent h4 {
  font-weight: 600;
}
.footer-style-10 .footer .foot-logo {
  margin-bottom: 0;
  margin-top: 8px;
}
.footer-style-10 .footer .copyright {
  margin-top: 24px;
}
.footer-style-10 .footer .pay-card {
  margin-top: 19px;
}
.footer-style-11 .footer {
  background-color: #1d2124;
}
.footer-style-11 .footer-bottom .social-icons ul li {
  margin: 0;
}
.footer-style-11 .footer-bottom .social-icons ul li a {
  background-color: transparent;
  color: #2f3539;
}
.footer-style-11 .footer-bottom .social-icons ul li a:hover {
  color: #ffffff;
}
/************************************************************************************
60 Footer Style 13
*************************************************************************************/
.footer-style-13 .footer-bottom {
  padding: 0 0 59px;
}
.footer-style-13 .footer-bottom .footer-logo {
  padding: 45px 0 44px;
}
.footer-style-13 .footer-bottom .social-links {
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.footer-style-13 .footer-bottom .social-links ul {
  display: inline-block;
}
.footer-style-13 .footer-bottom .social-links ul li {
  float: left;
  margin-right: 55px;
}
.footer-style-13 .footer-bottom .social-links ul li:last-child {
  margin-right: 0;
}
.footer-style-13 .footer-bottom .social-links ul li a {
  color: #8c8c8c;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
}
.footer-style-13 .footer-bottom .social-links ul li a:hover {
  border-color: #1d2124;
  color: #1d2124;
}
/************************************************************************************
61 Footer Style White
*************************************************************************************/
.white-bg .scrollup {
  background-image: url('../images/arch3.png');
}
.white-bg .social-icons ul li a {
  background-color: #d2d2d2;
  color: #ffffff;
}
.white-bg .footer {
  background-color: #ffffff;
  color: #292929;
}
.white-bg .footer h4 {
  color: #292929;
  font-weight: 600;
}
.white-bg .footer p {
  color: #292929;
}
.white-bg .footer a {
  color: #292929;
}
.white-bg .footer a:hover {
  color: #14c757;
}
.white-bg .footer address .address li p,
.white-bg .footer address .address li a {
  color: #292929;
}
.white-bg .footer address .address li i,
.white-bg .footer address .address li span {
  color: #30cae0;
}
.white-bg .footer .footer-bottom .copyright p {
  color: #292929;
}
.white-bg .footer .subscribe-form .form-control {
  background-color: #f3f3f3;
}
.white-bg.footer-style-08 {
  background-color: #ffffff;
}
.white-bg.footer-style-08 .footer-bottom .copyright p {
  color: #292929;
}
.white-bg.footer-style-08 .contact-details .social-icons ul li a {
  color: #292929;
}
.white-bg.footer-style-03 .footer-bottom,
.white-bg.footer-style-04 .footer-bottom,
.white-bg.footer-style-05 .footer-bottom,
.white-bg.footer-style-06 .footer-bottom,
.white-bg.footer-style-07 .footer-bottom {
  background-color: #f3f3f3;
}
.white-bg.footer-style-11 .footer address .address li i,
.white-bg.footer-style-11 .footer address .address li span {
  color: #14c757;
}
.white-bg.footer-style-13 .footer-bottom {
  border-color: #f8f8f8;
}
/************************************************************************************
62 Key Frames
*************************************************************************************/
@-webkit-keyframes "updown" {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes "updown" {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes "updown" {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes "updown" {
  0% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/************************************************************************************
63 Responsive
*************************************************************************************/
@media (max-width: 1919px) {
  .latest-news .news-section .marketing-news .news-img > img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1400px) {
  .blog-metro .latest-news .news-section .marketing-news .news-overlay {
    padding: 40px;
  }
  .blog-metro .latest-news .news-section .marketing-news .news-overlay .news-overlay-content h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 16px;
  }
  .blog-metro .latest-news .news-section .marketing-news .news-overlay .news-overlay-content .news-content p {
    font-size: 13px;
    line-height: 1.69;
  }
  .blog-metro .latest-news .news-section .marketing-news .quote-content .quote {
    min-height: inherit;
  }
  .blog-metro .latest-news .news-section .marketing-news .quote-content .quote p {
    font-size: 14px;
    line-height: 1.57;
  }
  .blog-metro .latest-news .news-section .col-3 .marketing-news .news-overlay {
    padding: 50px 40px;
  }
  .team-follow ul li a {
    height: 28px;
    line-height: 1;
    width: 28px;
  }
  .about-step-2 .who-we-are h3 {
    margin: 0;
    font-size: 28px;
  }
  .about-step-2 .who-we-are .team-types {
    margin-top: 18px;
  }
  .about-step-2 .who-we-are .team-types .tab-content {
    margin: 29px 0 0;
  }
  .latest-news .news-section .marketing-news .news-overlay {
    padding: 40px 30px;
  }
  .latest-news .news-section .marketing-news .news-overlay .capsule {
    bottom: 10px;
    top: auto;
  }
  .latest-news .news-section .marketing-news .news-overlay .news-overlay-content .news-content {
    min-height: inherit;
  }
  .latest-news .news-section .marketing-news .news-overlay .news-overlay-content .news-content p {
    font-size: 13px;
    line-height: 1.53;
  }
  .latest-news .news-section .marketing-news .quote-content .quote {
    min-height: inherit;
  }
  .latest-news .news-section .marketing-news .quote-content .quote p {
    font-size: 13px;
    line-height: 1.53;
  }
  .section-box {
    padding-top: 90px;
  }
  .awesome-feature {
    padding: 100px 0 0px;
  }
}
@media (max-width: 1279px) {
  .latest-news .news-section .marketing-news .news-overlay {
    padding: 7%;
  }
  .blog-archive .blog-box .social-link .share-box .social-icons {
    margin-right: 0;
    right: 0;
  }
  .blog-archive .blog-box .social-link .share-box .social-icons:before {
    left: inherit;
    right: 10px;
    top: -11px;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
  }
  header nav.navbar > ul > li .sub-menu.list-unstyled {
    max-height: 590px;
    height: auto;
    left: -100px;
  }
  .about-step-2 .who-we-are .btn-grd {
    margin-bottom: 20px;
  }
  .about-step-2 .our-team .team-people .overlay span {
    margin-bottom: 8px;
  }
  .awesome-feature {
    padding: 80px 0 0;
  }
  .features .feature-box {
    padding: 0 0 75px;
  }
  #content14 .col-right .content {
    padding: 53px 125px 69px 87px;
  }
  #content14 .col-right .content h3 {
    font-size: 28px;
  }
  .portfolio-section .porfolio-static .port-desc h3 {
    font-size: 28px;
  }
  .call-to-action-two .action-desc h4 {
    font-size: 38px;
  }
}
@media (max-width: 1199px) {
  header nav.navbar > ul > li {
    margin-right: 50px;
  }
  header nav.navbar > ul > li:last-child {
    margin-right: 50px;
  }
  header .navbar-right {
    margin-right: 0;
  }
  .banner .tparrows {
    top: 54.2% !important;
  }
  #content14 .col-right .content {
    padding: 24px 24px;
  }
  #content14 .col-right .content h3 {
    margin: 0 0 17px;
  }
  .call-to-action-two .action-desc {
    max-width: 900px;
    width: 100%;
  }
  .call-to-action-two .action-desc h4 {
    font-size: 40px;
  }
  .about-step-2 .who-we-are {
    padding: 50px 0 0 60px;
  }
  .about-step-2 .our-team .team-people .overlay {
    height: auto;
  }
  .about-step-2 .our-team .team-people .overlay .team-follow ul li {
    margin: 0 6px 0;
  }
  .about-step-2 .our-team .team-people .overlay .team-follow ul li a {
    width: 28px;
    height: 28px;
    line-height: 1.86;
    font-size: 14px;
  }
  .about-step-2 .our-team .team-people .overlay .team-follow ul li a i {
    display: block;
    line-height: 1;
  }
  .our-modules .devices .features {
    margin: 100px 0 0;
  }
  .about-us .what-we-do .content-image .img-over {
    padding: 15% 10%;
  }
  .about-us .what-we-do .content-image .img-over:before {
    top: 45px;
    left: 10%;
  }
  .skills .team-skill .skills-desc {
    padding: 0 0 0 20px;
  }
  .inner-banner {
    max-height: 380px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .inner-banner img {
    left: 50%;
    max-width: inherit;
    opacity: 0.6;
    position: relative;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: auto;
  }
  .inner-banner .inner-banner-caption {
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0 15px;
  }
  .about-project .project-desc h6 {
    font-size: 14px;
    line-height: 1.71;
  }
  .project-feature .services-box .service-content {
    max-width: 239px;
    width: 100%;
  }
  .table-2 .table-box,
  .table-3 .table-box {
    padding: 0 10px;
  }
  .table-2 .price-table .price-desc,
  .table-3 .price-table .price-desc {
    padding: 12px 15px 45px;
  }
  .table-2 .price-table .price,
  .table-3 .price-table .price {
    padding: 22px 30px 18px 30px;
  }
  .table-2 .price-table .price-desc,
  .table-3 .price-table .price-desc {
    padding: 22px 16px;
  }
  .price-table .price {
    padding: 22px 30px 18px 30px;
  }
  .price-table .price-desc {
    padding: 22px 16px;
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc {
    top: 70%;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%);
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc:before {
    background-size: 90%;
  }
  .blog-share-box {
    padding: 25px;
  }
  .blog-share-box .share-box {
    margin-left: 0px;
  }
  .product-desc > span {
    display: block;
  }
  .build-portfolio.masonry-grid .portfolio-container .items {
    width: 33.33%;
  }
  .latest-news .news-section .marketing-news .news-overlay .news-overlay-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 1169px) {
  .select-size ul li {
    margin-right: 10px;
  }
  .product-related .related-box .prod-img-box .related-box-hover .like {
    left: 20px;
  }
  .product-related .related-box .prod-img-box .related-box-hover .btn-outline {
    right: 20px;
  }
  .portfolio-section .porfolio-static .port-desc p {
    margin-bottom: 16px;
  }
  .portfolio-section .porfolio-static .port-desc h3 {
    margin-bottom: 12px;
  }
  .portfolio-section .porfolio-static .port-desc span {
    margin-bottom: 11px;
  }
  .latest-news-v2 .news-section .marketing-news .news-overlay {
    padding: 65px 55px 43px;
  }
  .latest-news-v2 .news-section .marketing-news .news-overlay .news-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .workflow-1 .workflow-2 {
    padding: 20px 18px;
  }
  .workflow-1 .workflow-2 .workflow-2-txt {
    margin: 10px 0 0;
  }
  .workflow-1 .workflow-2 .workflow-2-txt p {
    line-height: 1;
  }
  select.size-drop {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-no-details {
    margin: 24px 0 0;
  }
  .product-no-details .like {
    margin-top: 25px;
  }
  .product-desc p {
    margin-bottom: 23px;
  }
  .footer-style-04 .footer-bottom .copyright p,
  .footer-style-05 .footer-bottom .copyright p {
    line-height: 1;
  }
  .footer-style-04 .footer-bottom .copyright:before,
  .footer-style-05 .footer-bottom .copyright:before {
    left: 0;
  }
  .footer-style-08 footer .contact-details .social-icons ul li a {
    padding: 2px 33px;
  }
  .latest-news .news-section .col-6,
  .latest-news .news-section .col-3 {
    float: left;
    max-width: 50%;
    width: 100%;
    overflow: hidden;
  }
  .latest-news .news-section .marketing-news .news-img img {
    width: inherit;
    height: 100%;
  }
  .portfolio-section .porfolio-static .port-desc {
    padding: 15px;
  }
  .portfolio-section .porfolio-static .port-desc h3 {
    font-size: 24px;
  }
  .title h3 {
    font-size: 28px;
  }
  .home-masonry ul.filters li {
    margin-right: 12px;
  }
  .client-testimonials {
    margin: 0;
  }
  .about-us .what-we-do .content-box {
    padding: 34px 50px 25px 33px;
  }
  .about-us .what-we-do .content-box p {
    margin-bottom: 0;
  }
  .processing-bar.right:after {
    right: 360px;
  }
}
@media (max-width: 1024px) {
  .who-we-are h5 {
    margin: 4px 0 10px;
  }
  .who-we-are h3 {
    margin: 6px 0 12px;
  }
  .who-we-are p {
    margin: 0 0 10px 0;
  }
  #content14 .content h3 {
    font-size: 28px;
    line-height: 1.25;
  }
  .about-step-2 {
    border-top: 1px solid #cbcbcb;
  }
  .about-step-2 .who-we-are {
    width: 100%;
    padding: 24px;
    float: left;
  }
  .about-step-2 .our-team {
    width: 100%;
    float: left;
  }
  .about-us .what-we-do .content-image .img-over {
    padding: 10% 6%;
  }
  .about-us .what-we-do .content-image .img-over p {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-us .what-we-do .content-image .img-over .line {
    margin: 13px 0 0 0;
  }
  .about-us .what-we-do .content-box {
    padding: 25px 25px 20px 16px;
  }
  .about-us .what-we-do .content-box h3 {
    font-size: 22px;
    line-height: 1.36;
    margin: 0 0 10px 0;
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc p {
    font-size: 18px;
    line-height: 2;
  }
  .portfolio-single-35,
  .portfolio-single-sidebar {
    margin-top: 50px;
  }
  .select-size ul li {
    margin-right: 8px;
  }
  .product-related .related-box .prod-img-box .related-box-hover .like {
    left: 15px;
  }
  .product-related .related-box .prod-img-box .related-box-hover .btn-outline {
    right: 15px;
  }
  .cart tbody tr td .prodct-img .media-body {
    width: 124px;
  }
  .widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a i {
    margin-right: 10px;
  }
  .widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a span {
    font-size: 13px;
  }
  .widget-column .tab-preview .panel-group .panel .panel-collapse .panel-body {
    font-size: 14px;
    line-height: 1.86;
    padding: 5px 5px 15px;
  }
  .latest-news .news-section .marketing-news a.news-img img {
    width: auto;
  }
  .working-process-bg .container {
    max-width: 920px;
  }
  .processing-bar .working-box p {
    line-height: 1.5;
  }
  .processing-bar .right:after {
    right: 300px;
  }
  .process-box {
    padding: 30px 14px 32px;
  }
  .process-box .process-content p {
    line-height: 1.5;
  }
  .process-box-grid {
    padding: 0 6px;
  }
  .shopping-cart-details .cart-details table.table thead tr th:last-child {
    padding: 16px 20px;
  }
  .shopping-cart-details .cart-details table.table tbody tr td {
    padding: 14px;
  }
  ul.filters li .button,
  ul.filters li a {
    padding: 11px 30px;
  }
  .latest-projects .grid-26 .element-item .caption h3 {
    font-size: 16px;
  }
  .blog-archive .blog-box .blog-img .caption img {
    margin-bottom: 9px;
  }
  .blog-archive .blog-box .blog-img .caption a {
    padding: 22px;
  }
  .blog-archive .blog-box .blog-img .caption p {
    font-size: 14px;
    line-height: 1.86;
  }
  .product-info .product-img .slick-slider-demo .variable button.slick-prev {
    left: -17px;
  }
  .product-info .product-img .slick-slider-demo .variable button.slick-next {
    right: -17px;
  }
  select.size-drop {
    margin-left: 0;
    margin-top: 10px;
    min-width: 140px;
  }
  .build-portfolio .portfolio-container .items {
    width: 33.33%;
  }
  .swatch-color-box .swatchinput:last-child,
  .swatch-color-box .swatchinput:nth-child(6) {
    margin-right: 10px;
  }
  .footer-style-08 .contact-details .social-icons ul li a {
    letter-spacing: 0px;
    padding: 2px 20px;
  }
  .client-testimonials .testimonial-box .author-text:before {
    background-size: 60% auto;
    top: -13px;
  }
  .features-v2 {
    margin: 100px 0 100px;
  }
  .home-masonry ul.filters li {
    margin-right: 8px;
  }
  .about-us .what-we-do .content-image .img-over {
    padding: 20% 6%;
  }
  .about-us .what-we-do .content-image .img-over:before {
    left: 6%;
  }
  .processing-bar.right:after {
    right: 310px;
  }
  .portfolio-section .porfolio-static .port-desc h3 {
    font-size: 18px;
  }
  .our-modules {
    padding-top: 97px;
  }
  .sidebar-widget .value-section .btn-outline {
    margin-top: 10px;
    text-align: center;
    float: left;
    clear: both;
  }
}
@media (max-width: 991px) {
  header nav.navbar > ul > li {
    margin-right: 35px;
    padding: 36px 0 32px;
  }
  header nav.navbar > ul > li:last-child {
    margin-right: 35px;
  }
  header .navbar-right > ul li {
    float: left;
    margin-right: 24px;
    padding: 29px 0;
  }
  header .nav-wrapper .nav-box {
    margin-bottom: 20px;
  }
  header .nav-wrapper .nav-box:nth-child(2n):after {
    display: none;
  }
  .inner-banner .inner-banner-caption h1 {
    line-height: 1.5;
  }
  .call-to-action h3 {
    font-size: 24px;
  }
  .who-we-are .what-we-do-img {
    margin: 0 0 50px 0;
  }
  #content14 .col-right .content h3 {
    font-size: 24px;
    line-height: 1.42;
  }
  .call-to-action-two .action-desc {
    max-width: 700px;
    width: 100%;
  }
  .call-to-action-two .action-desc h4 {
    font-size: 30px;
  }
  .contact-form {
    margin: 62px 0 0;
  }
  .contact-form .btn-pink {
    margin-top: 0;
  }
  .footer .recent-post p {
    font-size: 13px;
    line-height: 1.69;
  }
  .footer .footer-details p {
    font-size: 12px;
    line-height: 2;
  }
  .footer .list-unstyled li {
    margin: 5px 0;
    padding: 0;
  }
  .footer .address p {
    line-height: 2;
  }
  .footer .gallery-img {
    max-width: 230px;
    width: 100%;
  }
  .footer-bottom {
    text-align: center;
  }
  .our-modules {
    padding-top: 20px;
  }
  .our-modules .devices .device {
    margin: -245px 0 0;
  }
  .our-modules .devices .features {
    margin: 50px 0 0 0;
  }
  .client-testimonials {
    margin: 0;
  }
  .client-testimonials .testimonial-box .author-text {
    max-width: 500px;
  }
  .client-testimonials .testimonial-box .author-text p {
    font-size: 18px;
    line-height: 2;
  }
  .client-testimonials .testimonial-slider > button {
    padding: 0;
  }
  .skills .team-skill .skills-desc {
    padding: 0 0 0 50px;
  }
  .project-feature {
    margin: 40px 0 0 0;
  }
  .project-feature .services-box .service-icon {
    float: none;
  }
  .project-feature .services-box .service-name {
    display: block;
    padding: 10px 0 0 0;
  }
  .about-project {
    margin: 36px 0 0 0;
  }
  .about-project .title h3 {
    font-size: 24px;
    line-height: 2.08;
  }
  .progress-section .progress-bars {
    padding: 0px 0 42px;
  }
  .price-table .price h2 {
    font-size: 36px;
  }
  .price-table .price-desc {
    padding: 22px 10px;
  }
  .price-table .price-desc ul li a {
    font-size: 14px;
    line-height: 2.33;
  }
  .table-2 .price-table .price h2,
  .table-3 .price-table .price h2 {
    font-size: 36px;
  }
  .table-2 .price-table .price h2 sup,
  .table-3 .price-table .price h2 sup {
    font-size: 20px;
    top: -12px;
  }
  .latest-news .news-section .marketing-news {
    min-height: inherit;
  }
  .latest-news .news-section .marketing-news .news-overlay .news-overlay-content,
  .latest-news .news-section .marketing-news .news-overlay .quote-content {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 5%;
    padding: 0;
  }
  .latest-news .news-section .marketing-news .news-overlay .news-overlay-content .news-content,
  .latest-news .news-section .marketing-news .news-overlay .quote-content .news-content {
    display: block !important;
  }
  .latest-news .news-section .marketing-news .news-overlay .news-overlay-content .capsule,
  .latest-news .news-section .marketing-news .news-overlay .quote-content .capsule {
    right: 0;
    top: -20px;
  }
  .latest-news .news-section .marketing-news .news-img {
    position: static;
  }
  .latest-news .news-section .marketing-news .news-img > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc p {
    font-size: 16px;
    line-height: 0.8;
  }
  .blog-posts-std-list .blog-box .blog-share-box {
    padding: 15px 0 0 0;
  }
  .blog-posts-std-list .blog-box .blog-share-box .share-box a.btn {
    margin: 15px 0 0 0;
    display: inline-block;
  }
  .blog-posts-std-list .blog-box .blog-meta {
    padding: 0;
  }
  .blog-posts-std-list .blog-box .blog-content {
    padding: 0;
  }
  .next-previous-btn .pagination li a {
    padding: 8px 14px;
  }
  .next-previous-btn .pagination li a.next,
  .next-previous-btn .pagination li a.previous {
    padding: 12px 17px;
  }
  ul.filters li {
    padding-right: 7px;
    margin-bottom: 20px;
  }
  .select-size ul li {
    margin-right: 18px;
    margin-bottom: 10px;
  }
  .drop {
    margin: 10px auto;
  }
  .product-desc p {
    margin-bottom: 0;
  }
  .product-no-details {
    margin: 10px 0 0;
  }
  .product-no-details .like {
    margin: 15px 10px 0 0;
  }
  .product-accordian .team-types .nav-tabs li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .product-accordian .team-types .nav-tabs li a {
    padding: 10px;
  }
  .product-related .related-box .prod-img-box .related-box-hover .btn-outline {
    margin: 0px auto;
    right: 8px;
    display: block;
  }
  .product-related .related-box .prod-img-box .related-box-hover .like {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin: 30px auto 40px;
    display: block;
  }
  .product-related .related-box .related-pro-desc-box {
    padding: 8px 0 0 0;
    text-align: center;
  }
  .product-related .related-box .related-pro-desc-box .stars {
    display: block;
    margin: 10px auto 0;
  }
  .shop-single-full-40 .product-related .related-box .prod-img-box .related-box-hover .btn-outline {
    right: 28%;
  }
  .shop-single-full-40 .product-desc h4 {
    line-height: 1;
  }
  .shopping-cart-details .cart-details table.table tbody tr {
    border-bottom: 1px solid #ccc;
  }
  .shopping-cart-details .cart-details table.table tbody tr:last-child {
    border-bottom: none;
  }
  .shopping-cart-details .cart-details table.table tbody tr td {
    border: medium none;
    padding: 12px 13px;
    text-align: left;
    width: 100%;
  }
  .contact-details .details .media-left {
    padding-right: 12px;
  }
  .portfolio-section .porfolio-static .port-desc {
    /* 				max-width: 240px;
				width: 100%; */
  }
  .portfolio-section .porfolio-static .port-desc h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .portfolio-section .porfolio-static .port-desc p {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .section-box {
    padding-top: 50px;
  }
  .what-we-do {
    margin-top: 0;
  }
  .what-we-do-caption {
    margin-top: 60px;
  }
  .team-member {
    margin-top: 50px;
  }
  .team-member .profile-member {
    margin-bottom: 40px;
  }
  .about-us .what-we-do {
    max-height: 300px;
    overflow: hidden;
  }
  .about-us .what-we-do .content-image {
    overflow: hidden;
  }
  .about-us .what-we-do .content-image img {
    width: auto;
    max-width: inherit;
  }
  .latest-news-v2 .news-section .col-sm-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .latest-news-v2 .news-section .marketing-news {
    max-height: 290px;
    overflow: hidden;
  }
  .working-process-bg {
    padding: 50px 15px;
  }
  .processing-bar .right.after {
    right: 210px;
  }
  .workflow-1 {
    margin: 50px auto;
    max-width: 271px;
    position: relative;
    width: 100%;
  }
  .workflow-1 .workflow-2 {
    max-height: 200px;
    padding: 30px 24px 10px;
  }
  .latest-projects .grid-26 .element-item {
    padding: 0 14px 12px 0;
    width: 33.33%;
  }
  .blog-archive .blog-box .blog-img .caption a {
    padding: 45px 75px;
  }
  .blog-archive .blog-box .blog-img .caption img {
    margin-bottom: 31px;
  }
  .blog-archive .blog-box .blog-img .caption p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .portfolio-single-sidebar .blog-share-box .share-box {
    margin-left: 0;
  }
  .portfolio-single-35 .blog-share-box .share-box {
    margin-left: 0;
  }
  .portfolio-single-35 .blog-img {
    margin-bottom: 25px;
  }
  .portfolio-single-sidebar .portfolio-34 h3,
  .portfolio-single-35 .portfolio-34 h3 {
    margin-top: 10px;
  }
  .product-category-wrap .product-category-box {
    margin-bottom: 50px;
  }
  .product-category-wrap .product-category-box .media .media-left {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  .product-category-wrap .product-category-box .media .media-left img {
    width: 100%;
  }
  .shop-list .list-top-bar {
    text-align: center;
  }
  .shop-list .list-top-bar .col-md-6 {
    text-align: center;
  }
  .shop-list .list-top-bar .grid-icon ul li select.drop {
    margin-top: 0;
  }
  .product-info .product-img {
    margin-bottom: 30px;
  }
  .build-portfolio .portfolio-container .items {
    width: 50%;
  }
  .build-portfolio.five-columns .portfolio-container .items {
    width: 33.33%;
  }
  .build-portfolio.five-columns .portfolio-container .items .caption .cap-inner {
    padding: 0 15px;
  }
  .build-portfolio.five-columns .portfolio-container .items .caption h3 {
    font-size: 15px;
    line-height: 1.06;
    margin: 0 0 2px;
  }
  .build-portfolio.five-columns .portfolio-container .items .caption h3:after {
    margin: 9px auto 0;
  }
  .contact-48 .contact-form form {
    padding: 20px;
  }
  .share-box .social-icons {
    margin-right: 30px;
  }
  .blog-archive .build-portfolio.three-columns .portfolio-container .items {
    width: 50%;
  }
  .blog-archive .build-portfolio.three-columns .portfolio-container .items .blog-box .blog-img .caption a {
    padding: 22px;
  }
  .product-info .product-img .slick-slider-demo .variable {
    max-width: 359px;
    width: 100%;
  }
  .next-previous-btn .pagination li {
    margin: 0 1px;
  }
  .next-previous-btn .pagination li a.previous,
  .next-previous-btn .pagination li a.next {
    padding: 8px 17px;
  }
  .product-accordian .team-types .tab-content ul li:before {
    top: 16px;
  }
  .footer-style-08 footer .contact-details .social-icons ul {
    border: none;
  }
  .footer-style-08 footer .contact-details .social-icons ul li {
    border: none;
  }
  .footer-style-08 footer .contact-details .social-icons ul li a {
    display: block;
    border: 1px solid #9d9d9d;
    margin-bottom: 10px;
    padding: 2px 15px;
  }
  .footer-style-05 .footer-bottom .copyright p img,
  .footer-style-04 .footer-bottom .copyright p img {
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
  }
  .footer-style-08 .contact-details .social-icons ul li a {
    letter-spacing: 0px;
    padding: 2px 15px;
  }
  .conatct .inner-banner {
    max-height: 91px;
  }
  .fea-one {
    max-width: 50%;
    width: 100%;
    float: left;
  }
  .awesome-title {
    font-size: 32px;
  }
  .title h3 {
    font-size: 28px;
  }
  .white-inner {
    float: left;
    max-width: 50%;
    width: 100%;
  }
  .team-member {
    margin-bottom: 0;
  }
  .home-masonry ul.filters li {
    margin-right: -1px;
  }
  .awesome-feature-v2 .features .feat-half {
    float: left;
    max-width: 50%;
    width: 100%;
  }
  .about-us .what-we-do .content-image .img-over {
    padding: 27% 6%;
  }
  .about-us .what-we-do .content-box p {
    margin-bottom: 18px;
  }
  .blog-archive .blog-box .blog-img .caption a {
    padding: 10px 25px;
  }
  .blog-archive .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .blog-archive .col-md-4:nth-child(2n+1) {
    clear: left;
  }
  .serices-provide {
    padding: 45px 0 81px;
  }
  .widget-column {
    max-width: 400px;
    width: 100%;
    margin: 0px auto 40px;
  }
  .widget-column .tab-preview .panel-group .panel .panel-collapse .panel-body {
    padding-left: 40px;
  }
  .our-modules .devices .features .feature-box {
    padding: 0 0 61px;
  }
  .team-part {
    float: left;
    max-width: 50%;
    width: 100%;
  }
  .team-section .team-member .profile-member {
    margin-bottom: 50px;
  }
  .workflow-1 {
    margin: 20px auto;
    max-width: 360px;
    width: 100%;
  }
  .workflow-1 img {
    width: 100%;
  }
  .processing-bar.left:before {
    bottom: -365px;
    right: 40px;
  }
  .processing-bar.right:after {
    bottom: -376px;
    right: 220px;
  }
  .share-box .social-icons {
    margin-right: 22px;
  }
  .blog-archive .blog-box .blog-img .caption a {
    padding: 45px 55px;
  }
  .cart tbody tr td:first-child {
    padding: 0 22px;
  }
  .cart tbody tr td .description {
    width: 150px;
    padding-left: 20px;
  }
  .sidebar-widget .value-section .btn-outline {
    clear: none;
    float: right;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  header .navbar-right {
    float: right;
  }
  header .navbar-right ul {
    margin-left: 0;
  }
  header .navbar-right ul li {
    margin-right: 12px;
  }
  header .logo {
    padding: 17px 0;
  }
  header nav.navbar {
    position: static;
  }
  header nav.navbar > ul {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  header nav.navbar > ul.open {
    display: block;
  }
  header nav.navbar > ul > li {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  header nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header nav.navbar > ul > li > a {
    padding: 15px;
  }
  header nav.navbar > ul > li > a:after {
    display: none;
  }
  header nav.navbar > ul > li > a:hover {
    background-color: #14c757;
    color: #ffffff;
  }
  header nav.navbar > ul > li.has-submenu {
    cursor: pointer;
  }
  header nav.navbar > ul > li.has-submenu:after {
    color: #ffffff;
    content: "+";
    font-size: 23px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 3px;
  }
  header nav.navbar > ul > li.open:after {
    content: "-";
  }
  header nav.navbar > ul > li.open .sub-menu.list-unstyled {
    display: block;
  }
  header nav.navbar > ul > li .sub-menu.list-unstyled {
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 270px;
    padding: 20px;
    display: none;
  }
  header nav.navbar ul li.open ul.nav-wrapper {
    display: block;
  }
  header nav.navbar ul li ul.nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    position: static;
    padding: 20px;
    display: none;
  }
  header nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  header nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: 1px solid #cccccc;
    padding: 0 15px;
  }
  header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
  }
  header nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  header .side-menu .nav-wrapper {
    display: block;
  }
  header .col-sm-10 {
    position: static;
  }
  header .menu-btn {
    display: block;
    margin-top: 30px;
  }
  .call-to-action h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .call-to-action span {
    letter-spacing: 2.5px;
  }
  .awesome-title {
    font-size: 30px;
  }
  #content14 .col-left {
    display: block;
    width: 100%;
  }
  #content14 .col-left .image {
    position: static;
    transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
  }
  #content14 .col-left .image img {
    max-width: 100%;
    width: 100%;
  }
  #content14 .col-right {
    display: block;
    width: 100%;
  }
  #content14 .col-right .content {
    padding: 24px;
  }
  .call-to-action-two .action-desc {
    max-width: 600px;
    width: 100%;
  }
  .call-to-action-two .action-desc h4 {
    font-size: 20px;
    line-height: 1.5;
  }
  .about-step-2 .our-team .team {
    float: left;
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
  }
  .about-step-2 .our-team .team .team-people {
    position: relative;
    width: 100%;
  }
  .about-step-2 .our-team .team .team-people a img {
    width: 100%;
  }
  .about-step-2 .who-we-are .team-types .nav-tabs > li {
    margin-right: 20px;
  }
  .contact-form .btn-pink {
    display: block;
    float: none !important;
    margin: 0 15px;
  }
  .footer {
    padding: 46px 0 0;
  }
  .footer .footer-details {
    margin-bottom: 30px;
  }
  .footer .recent-post {
    margin-bottom: 30px;
  }
  .footer .gallery-img {
    margin-bottom: 30px;
    max-width: 260px;
    width: 100%;
  }
  .footer address {
    margin-bottom: 0;
  }
  .footer-bottom .copyright p {
    line-height: 1.5;
  }
  .client-testimonials .testimonial-box .author-text {
    max-width: 400px;
  }
  .client-testimonials .testimonial-box .author-text p {
    font-size: 16px;
    line-height: 2.25;
  }
  .client-testimonials .testimonial-slider > button {
    width: 22px;
    height: 22px;
    line-height: 1;
  }
  .client-testimonials.light-gray2 {
    padding: 50px 0 30px;
  }
  .features-v2 .feature-v2 {
    margin: 40px auto 0;
    max-width: 50%;
    float: left;
    width: 100%;
  }
  .about-us .title {
    text-align: center;
  }
  .about-us .what-we-do {
    max-height: inherit;
  }
  .about-us .what-we-do .content-image {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .about-us .what-we-do .content-image img {
    width: 100%;
  }
  .about-us .what-we-do .content-image .img-over {
    padding: 24% 14%;
  }
  .about-us .what-we-do .content-image .img-over:before {
    left: 14%;
    top: 126px;
  }
  .about-us .what-we-do .content-image .img-over p {
    font-size: 21px;
    line-height: 1.33;
  }
  .about-us .what-we-do .content-box {
    float: none;
    margin: 25px auto 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .about-us .what-we-do .content-box .btn {
    float: none !important;
  }
  .skills {
    padding: 0 0 60px;
  }
  .skills .team-skill {
    margin: 30px auto 0;
    max-width: 50%;
    float: left;
    width: 100%;
  }
  .skills .team-skill .skills-desc {
    padding: 0;
    text-align: center;
  }
  .about-project .title {
    padding: 0;
  }
  .about-project .title:after {
    height: 3px;
    width: 100%;
    top: 80px;
  }
  .about-project .project-desc {
    margin: 20px 0 0 0;
  }
  .project-feature {
    margin: 50px 0 0 0;
  }
  .project-feature .services-box {
    margin: 20px auto;
    text-align: center;
  }
  .project-feature .services-box .service-content {
    float: none;
    margin: 0 auto;
  }
  .project-feature .services-box .service-desc {
    margin-top: 0;
  }
  .price-table {
    margin: 60px auto;
    max-width: 400px;
    width: 100%;
    border: 1px solid #e2ebf1;
  }
  .table-1,
  .table-2,
  .table-3 {
    margin-bottom: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e2ebf1;
  }
  .table-3 {
    border-bottom: none;
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay {
    padding: 30px;
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc p {
    font-size: 16px;
  }
  .blog-posts-std-list .blog-box .share-box .social-icons {
    padding: 5px 2px;
  }
  .blog-posts-std-list .blog-box .share-box .social-icons ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .blog-std-page .blog-sidebar {
    margin: 50px auto;
    max-width: 400px;
    width: 100%;
  }
  .blog-std-page .blog-box .blog-content h3 {
    font-size: 18px;
    line-height: 1.66;
  }
  .widget-box .widget-body {
    width: 100%;
    max-width: 100%;
  }
  .next-previous-btn .pagination {
    float: none !important;
  }
  .latest-projects .grid .element-item {
    width: 100%;
    padding: 0 10px 10px;
  }
  .portfolio-single-37 {
    margin-top: 50px;
  }
  .portfolio-single-37 .blog-box {
    margin: 0 auto;
    width: 100%;
  }
  .portfolio-single-37 .blog-box .blog-share-box {
    float: right;
    padding: 15px 0 0 0;
  }
  .portfolio-single-37 .blog-box .portfolio-sidebar {
    margin: 85px auto 0;
    max-width: 100%;
    width: 100%;
  }
  /* portfolio-single-37 */
  .shop-list .product-category-wrap .media-left {
    display: block;
    padding: 0;
  }
  .shop-list .product-category-wrap .media-left .product-img {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .shop-list .product-category-wrap .media-body .product-desc {
    max-width: 270px;
    width: 100%;
    margin: 25px auto;
  }
  .shop-list .product-category-wrap .product-category-box {
    margin-bottom: 26px;
  }
  .shop-list .list-top-bar {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .shop-list .list-inline li {
    padding: 10px;
  }
  .shop-side-bar {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .shop-side-bar .related-products .media {
    display: table;
  }
  .shop-side-bar .related-products .media .media-left {
    display: table-cell;
  }
  .shop-side-bar .related-products .media .media-body {
    display: table-cell;
  }
  .shop-side-bar .select-size ul li {
    margin-bottom: 0px;
    margin-right: 8px;
  }
  /* 36-shop-sidebar-end */
  .shop-sidebar-38 {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .shop-sidebar-38 .product-desc {
    margin: 50px 0 0 0;
  }
  .product-related {
    margin-bottom: 50px;
  }
  .product-related .related-box {
    max-width: 270px;
    width: 100%;
    margin: 20px auto;
  }
  .product-related .related-box .prod-img-box .related-box-hover .btn-outline {
    right: 28%;
  }
  .product-related h3 {
    text-align: center;
  }
  .shop-side-bar {
    max-width: 300px;
    width: 100%;
    margin: 50px auto;
  }
  .shop-side-bar .related-products .media {
    display: table;
  }
  .shop-side-bar .related-products .media .media-left {
    display: table-cell;
  }
  .shop-side-bar .related-products .media .media-body {
    display: table-cell;
  }
  .shop-side-bar .select-size ul li {
    margin-bottom: 0px;
    margin-right: 8px;
  }
  .product-accordian .team-types .nav-tabs li {
    text-align: center;
    float: none;
  }
  /* 38-shop-single-sidebar-end */
  .cart thead tr th {
    display: none;
    border-bottom: none;
  }
  .cart tbody tr td {
    padding: 20px;
    text-align: left;
    width: 100%;
    display: block;
  }
  .cart tbody tr td:first-child,
  .cart tbody tr td:last-child {
    padding: 20px;
    width: auto;
  }
  .cart tbody tr td:first-child:before,
  .cart tbody tr td:last-child:before {
    display: none;
  }
  .cart tbody tr td:before {
    content: attr(data-title);
    margin-bottom: 25px;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .shopping-cart-details {
    margin: 35px 0 0 0;
  }
  .shopping-cart-details .cart-details {
    margin: 70px auto;
    max-width: 600px;
    width: 100%;
  }
  .shopping-cart-details .cart-details form {
    margin: 20px 0 0 0;
  }
  /* 43-shopping-cart-css-end */
  .contact-48 .location-map {
    display: block;
    padding: 0 15px;
  }
  .contact-48 .location-map iframe {
    width: 100%;
    position: static;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .contact-48 .contact-form {
    display: block;
    margin: 0;
    padding-bottom: 0;
  }
  .contact-48 .contact-form form {
    padding: 0px 20px;
  }
  /* 48-contact-css end */
  .contact-47 {
    margin: 50px 0;
  }
  .contact-47 .contact-details {
    /* max-width: 300px; */
    width: 100%;
    margin: 0 auto 20px;
  }
  .contact-47 .contact-details .details {
    margin: 20px auto;
  }
  .contact-47 .contact-details .details .media-left {
    padding-right: 30px;
  }
  .contact-47 .contact-form .form-group input.form-control,
  .contact-47 .contact-form .form-group textarea.form-control {
    max-width: 100%;
  }
  /* 47-contact-css end */
  /* amey css end */
  .features,
  .section-box {
    padding-top: 50px;
  }
  .awesome-feature {
    padding: 50px 0 20px;
  }
  .features .feature-box {
    padding: 0 0 30px;
  }
  .portfolio-section .porfolio-static .port-desc {
    position: static;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    margin: 10px auto;
  }
  .latest-news {
    margin-top: 50px;
  }
  .latest-news .news-section {
    margin-top: 50px;
  }
  .latest-news .news-section .col-3,
  .latest-news .news-section .col-6 {
    float: none;
    margin: 0 auto 20px;
    max-height: 360px;
    max-width: 100%;
    width: 100%;
  }
  .latest-news .news-section .marketing-news {
    min-height: inherit;
    overflow: hidden;
  }
  .latest-news .news-section .marketing-news .news-img > img {
    max-width: inherit;
    width: auto;
  }
  .latest-news .news-section .marketing-news .news-overlay .news-overlay-content .news-content p {
    font-size: 12px;
    font-style: normal;
    line-height: 1.83;
  }
  .latest-news .news-section .marketing-news .quote-content .quote p {
    font-size: 14px;
  }
  .title {
    padding: 0 15px;
  }
  .contact-section {
    margin-bottom: 50px;
    padding: 50px 0 0;
  }
  .our-modules .title {
    margin-bottom: 50px;
  }
  .our-modules .devices {
    margin: 0;
  }
  .our-modules .devices .device {
    margin: 20px 0 0;
  }
  .our-modules .devices .features {
    margin-top: 90px;
  }
  .our-modules .devices .features .feature-box {
    padding-bottom: 40px;
  }
  .what-we-do .what-we-do-caption .title h3 {
    font-size: 20px;
    line-height: 1.65;
  }
  .latest-news-v2 .news-section .marketing-news {
    max-height: inherit;
    overflow: hidden;
  }
  .latest-news-v2 .news-section .marketing-news a img {
    width: auto;
    max-width: inherit;
  }
  .latest-news-v2 .news-section .marketing-news .news-overlay {
    padding: 65px 15px 43px;
  }
  .latest-news-v2 .news-section .marketing-news .news-overlay h4 {
    font-size: 18px;
  }
  .latest-news-v2 .news-section .marketing-news .news-overlay em {
    font-size: 12px;
  }
  /* 	.team-section {
	.team-member {
		max-width: 380px;
		margin: 0 auto;
	}
	} */
  .workflow-1 {
    margin: 0 auto 20px;
    max-width: 270px;
  }
  .features.full-width .feature-box {
    padding-bottom: 30px;
  }
  .services .awesome-feature {
    padding: 50px 0 20px;
  }
  .serices-provide {
    padding: 50px 0 10px;
  }
  .processing-bar {
    margin-top: 80px;
  }
  .processing-bar .left {
    margin-top: 30px;
    position: relative;
  }
  .processing-bar .left.before {
    display: none;
  }
  .processing-bar .right.after {
    display: none;
  }
  .processing-bar .right .circle {
    left: 50%;
  }
  .processing-bar .circle {
    overflow: hidden;
    bottom: -54px;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .processing-bar .working-box {
    padding: 27px 34px 70px;
  }
  .working-process-bg .title h3 {
    font-size: 28px;
    line-height: 1.46;
  }
  .blog-std-page.blog-archive {
    margin-bottom: 50px;
  }
  .blog-std-page .blog-box {
    margin-bottom: 50px;
  }
  .shopping-cart-table .cart tbody tr td p {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
  }
  .shopping-cart-table .cart tbody tr td:last-child p {
    padding-left: 0;
  }
  .update-cart-btn .btn {
    display: block;
    margin: 0 auto 10px;
    max-width: 200px;
  }
  .update-cart-btn .btn:last-child {
    margin-right: auto;
  }
  .shop-list .list-top-bar .grid-icon ul li {
    margin-right: 12px;
    padding: 0;
  }
  .shop-single-full-40 {
    margin-top: 30px;
  }
  .build-portfolio.three-columns .portfolio-container .items,
  .build-portfolio.four-columns .portfolio-container .items,
  .build-portfolio.five-columns .portfolio-container .items {
    width: 50% !important;
  }
  .build-portfolio .portfolio-container .items {
    width: 50%;
  }
  .build-portfolio.five-columns .portfolio-container .items .caption h3 {
    margin: 0 0 20px;
  }
  .build-portfolio.five-columns .portfolio-container .items .caption h3:after {
    margin: 9px auto 0;
  }
  ul.filters {
    margin: 40px 0 30px;
    text-align: center;
  }
  ul.filters li {
    margin-bottom: 10px;
  }
  ul.filters li .button,
  ul.filters li a {
    font-size: 11px;
    padding: 11px 15px;
    display: block;
  }
  .next-previous-btn .pagination {
    display: inline-block;
  }
  .next-previous-btn .pagination li {
    display: inline-block;
    float: left;
    margin: 0 7px 7px;
  }
  .next-previous-btn .pagination li a.previous,
  .next-previous-btn .pagination li a.next {
    padding: 9px 17px;
  }
  .blog-archive {
    margin-bottom: 50px;
  }
  .blog-centered .blog-box .blog-share-box .btn.btn-outline {
    float: left !important;
  }
  .blog-archive .build-portfolio.three-columns .portfolio-container .items {
    width: 100% !important;
  }
  .flat-latestwork .pagination {
    margin: 30px 0 60px;
  }
  .shop-sidebar-36 {
    margin-top: 0;
  }
  .product-info .product-img .slick-slider-demo .variable {
    max-width: 303px;
    width: 100%;
  }
  .shop-grid {
    margin: 25px 0 0 0;
  }
  .shop-grid .shop-list .list-top-bar p {
    text-align: center;
  }
  .shop-grid .shop-list .list-top-bar .grid-icon {
    margin-top: 20px;
  }
  .recent,
  .gallery,
  .get-in-touch {
    margin-top: 50px;
  }
  .recent .recent-post,
  .gallery .recent-post,
  .get-in-touch .recent-post {
    margin-bottom: 0;
  }
  .recent .widget-box,
  .gallery .widget-box,
  .get-in-touch .widget-box {
    margin-top: 0;
  }
  .footer-style-03 .footer-bottom .copyright {
    margin-bottom: 25px;
  }
  .footer-style-03 .footer-bottom .copyright p {
    line-height: 1;
  }
  .footer-style-04 .footer-bottom .social-icons,
  .footer-style-05 .footer-bottom .social-icons {
    float: none !important;
    margin-top: 25px;
    text-align: center;
  }
  .footer-style-04 .footer-bottom .copyright p img,
  .footer-style-05 .footer-bottom .copyright p img {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .footer-style-04 .footer-bottom .copyright:before,
  .footer-style-05 .footer-bottom .copyright:before {
    left: 70px;
  }
  .quick-links ul {
    padding: 0;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer-style-11 .copyright {
    margin: 10px 0;
  }
  .footer-style-06 footer .footer-top .contact-details .detail {
    margin: 40px auto;
  }
  .footer-style-08 .contact-details .social-icons ul {
    width: 100%;
    border: none;
  }
  .footer-style-08 .contact-details .social-icons ul li {
    border: 1px solid #9d9d9d;
    float: none;
    margin: 0 auto 10px;
    padding: 0;
    width: 60%;
  }
  .footer-style-08 .contact-details .social-icons ul li:last-child {
    border: 1px solid #9d9d9d;
  }
  .conatct .inner-banner {
    max-height: 79px;
  }
  .blog-metro .latest-news .news-section {
    max-width: 480px;
    margin: 0 auto;
  }
  .portfolio-section .item {
    float: left;
    max-width: 50%;
    width: 100%;
  }
  .white-inner {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .home-masonry {
    padding: 55px 0 0;
  }
  .home-masonry .title {
    text-align: center;
  }
  .team-1 {
    float: left;
    max-width: 50%;
    width: 100%;
  }
  .client-testimonials {
    padding: 35px 0 0;
  }
  .home-masonry ul.filters li {
    margin-right: 39px;
  }
  .client-testimonials .testimonial-box {
    margin: 42px 0 0;
  }
  .build-portfolio.masonry-grid .portfolio-container .items {
    width: 50%;
  }
  .doing {
    float: left;
    max-width: 50%;
    width: 100%;
  }
  .workflow-1 .workflow-2 {
    min-height: 400px;
  }
  .features-full {
    float: left;
    max-width: 50%;
    width: 100%;
  }
  .who-we-are-sec2 {
    margin: 50px 0 100px;
  }
  .features.full-width .title {
    margin: 0 0 57px;
  }
  .processing-bar {
    text-align: center;
  }
  .processing-bar.left:before {
    display: none;
  }
  .processing-bar.right:after {
    display: none;
  }
  .processing-bar.right .circle {
    left: 0;
    right: 0;
    transform: none;
    margin: 0 auto;
  }
  .process-box:before {
    max-width: 100%;
    width: 100%;
  }
  .our-process {
    margin: 50px 0 50px;
  }
  .blog-archive .blog-box .blog-img .caption a {
    padding: 45px 100px;
  }
  .cart tbody tr td .description {
    padding-left: 0;
    width: 100%;
  }
  .cart tbody tr td .description p {
    line-height: 1;
  }
  .metro-portfolio .portfolio-container .items:nth-child(1n) {
    width: 100%;
  }
  .metro-portfolio .portfolio-container .items:nth-child(2n) {
    width: 100%;
  }
  .metro-portfolio .portfolio-container .items:nth-child(3n) {
    width: 100%;
  }
  .metro-portfolio .portfolio-container .items .feature-post {
    max-height: inherit;
  }
}
@media (max-width: 640px) {
  .contact-details .details {
    margin: 25px auto;
    width: 100%;
    /* max-width: 400px; */
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay {
    padding: 15px;
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc {
    left: 6.3%;
    right: 6.3%;
    top: 72%;
    transform: translateY(-72%);
    -moz-transform: translateY(-72%);
    -webkit-transform: translateY(-72%);
    -o-transform: translateY(-72%);
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc:before {
    background-size: 55% auto;
    top: -20px;
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc p {
    font-size: 14px;
    line-height: 2;
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc .blog-autho {
    font-size: 12px;
    margin-top: 2px;
  }
  .blog-archive .blog-box .blog-img .caption a {
    padding: 35px;
  }
  .share-box .social-icons {
    margin-right: 0;
  }
  .footer-style-04 .footer-bottom .copyright:before,
  .footer-style-05 .footer-bottom .copyright:before {
    left: 15px;
  }
  .fea-one {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .title h3 {
    font-size: 24px;
    line-height: 1.25;
  }
  .home-masonry ul.filters li {
    margin-right: 23px;
  }
  .awesome-feature-v2 .features .feat-half {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .about-us .what-we-do .content-image .img-over {
    padding: 16% 8%;
  }
  .about-us .what-we-do .content-image .img-over:before {
    left: 7%;
    top: 33px;
  }
  .about-us .what-we-do .content-image .img-over p {
    font-size: 16px;
  }
  .features-v2 {
    margin: 40px 0;
  }
  .features-v2 .feature-v2 {
    margin: 10px auto 0;
  }
  .awesome-feature-v2 {
    padding-bottom: 31px;
  }
  .serices-provide {
    padding: 10px 0;
  }
  .blog-share-box .pull-right {
    margin-top: 10px;
  }
  .blog-std-page {
    margin: 0 0 15px;
  }
  .blog-posts-std-list {
    padding-top: 50px;
  }
  .leave-reply {
    margin: 10px 0 0;
  }
}
@media (max-width: 479px) {
  header {
    position: static;
    background-color: #a0a0a0;
  }
  header nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  header nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding: 0 15px 10px;
    width: 100%;
  }
  header nav.navbar ul li ul.nav-wrapper .nav-box:last-child {
    border-bottom: none;
  }
  header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-left: 0;
  }
  header nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  .who-we-are h3 {
    font-size: 26px;
  }
  .awesome-title {
    font-size: 20px;
  }
  #content14 .col-right .content h3 {
    font-size: 20px;
  }
  .call-to-action-two .action-desc {
    max-width: 350px;
    width: 100%;
  }
  .call-to-action-two .action-desc h4 {
    font-size: 20px;
    line-height: 1.5;
  }
  .call-to-action-two .action-desc p {
    font-size: 13px;
    padding: 20px;
  }
  .contact-form {
    margin: 42px 0 0;
  }
  .client-testimonials {
    margin: 35px 0 0 0;
  }
  .client-testimonials .testimonial-box {
    margin: 52px 0 0 0;
  }
  .client-testimonials .testimonial-box .author-text {
    max-width: 300px;
    width: 100%;
  }
  .client-testimonials .testimonial-box .author-desc .author-img {
    float: none;
  }
  .client-testimonials .testimonial-box .author-desc .author-name {
    float: none;
    padding: 0;
  }
  .about-us .what-we-do .content-image .img-over {
    position: static;
    opacity: 1;
    padding: 5%;
  }
  .about-us .what-we-do .content-image .img-over p {
    font-size: 16px;
    line-height: 1.75;
    color: #202020;
  }
  .about-us .what-we-do .content-image .img-over .line {
    color: #202020;
  }
  .about-us .what-we-do .content-image .img-over .line:before {
    background-color: #202020;
  }
  .about-us .what-we-do .content-image .img-over:before {
    display: none;
  }
  .about-us .what-we-do .content-image:hover .img-over {
    background-image: none;
  }
  .about-us .what-we-do .content-box {
    margin: 0 auto;
  }
  .awesome-feature-v2 .features .feature-box {
    padding: 19px 24px 27px 15px;
  }
  .awesome-feature-v2 .features .feature-box .feature-desc {
    margin-left: 16px;
  }
  .about-project {
    margin: 18px 0 0 0;
  }
  .project-feature {
    margin: 25px 0 0 0;
  }
  .progress-section .progress-bars .pro-bars .progress .progress-percent {
    left: auto !important;
    right: 0;
  }
  .price-table {
    margin: 60px auto;
    max-width: 250px;
    width: 100%;
  }
  .share-box .social-icons {
    margin: 15px 0 10px 10px;
  }
  .about-the-author .about-author-box {
    padding: 30px;
  }
  .about-the-author .about-author-box .media {
    display: block;
  }
  .about-the-author .about-author-box .media .media-left {
    display: block;
    padding-right: 0;
  }
  .about-the-author .about-author-box .media .media-body {
    margin-top: 10px;
  }
  .about-the-author .about-author-box .media .media-body .media-heading {
    margin: 10px 5px;
  }
  .author-comments .comments .media {
    display: block;
  }
  .author-comments .comments .media .media-left {
    display: block;
    padding-right: 0;
  }
  .author-comments .comments .media .media-body {
    margin-top: 10px;
  }
  .author-comments .comments .media .media-body .media-heading {
    margin: 10px 5px;
  }
  /* amey css start */
  .blog-box .blog-share-box .share-box {
    margin-left: 0px;
  }
  .blog-box .blog-share-box .share-box .social-icons {
    margin: 2px 0 15px 15px;
  }
  .blog-box .blog-share-box .share-box .social-icons:before {
    left: -7px;
    top: 11px;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  .blog-box .blog-share-box .share-box .social-icons ul li {
    margin: 0 3px;
  }
  .blog-box .blog-share-box a.btn-outline {
    float: left !important;
  }
  .portfolio-single-37 .blog-box .blog-share-box {
    float: none;
  }
  .portfolio-single-37 .blog-box .blog-share-box .share-box {
    margin-left: 0px;
  }
  .portfolio-single-37 .blog-box .blog-share-box .share-box .share-link .social-icons {
    width: 265px;
  }
  .update-cart-btn .btn-outline {
    margin-bottom: 10px;
  }
  /* 43-shopping-cart-css-end */
  /* amey css end */
  .about-step-2 .who-we-are .team-types .nav-tabs > li {
    margin-right: 37px;
  }
  .widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a span {
    font-size: 12px;
  }
  .widget-column .tab-preview .panel-group .panel .panel-collapse .panel-body {
    font-size: 14px;
    line-height: 1.86;
    padding: 5px 5px 15px;
  }
  .table-1,
  .table-2,
  .table-3 {
    margin-top: 0;
  }
  .widget-column {
    margin-top: 20px;
  }
  .blog-posts-std-list .blog-box .blog-img .blog-overlay .overlay-desc {
    display: none;
  }
  .blog-archive .blog-box .blog-img > a > img {
    width: auto;
    max-width: inherit;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .blog-archive .blog-box .blog-img .caption a {
    padding: 25px;
  }
  .blog-archive .blog-box .blog-img .caption p {
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 10px;
  }
  .portfolio-single-sidebar .share-box .share-link > i,
  .portfolio-single-35 .share-box .share-link > i {
    margin-top: 14px;
  }
  .portfolio-single-sidebar .share-box .social-icons:before,
  .portfolio-single-35 .share-box .social-icons:before {
    top: 14px;
  }
  .build-portfolio.three-columns .portfolio-container .items,
  .build-portfolio.four-columns .portfolio-container .items,
  .build-portfolio.five-columns .portfolio-container .items {
    width: 100% !important;
    padding: 0 10px 10px;
  }
  .build-portfolio .portfolio-container .items {
    width: 100%;
  }
  .blog-posts-std-list .blog-box .share-box .social-icons {
    margin-bottom: 4px;
  }
  .blog-posts-std-list .blog-box .share-box .social-icons ul li {
    margin-left: 2px;
    margin-right: 2px;
  }
  .shop-sidebar-38 .product-no-details a.like {
    height: 39px;
    line-height: 1;
    width: 39px;
  }
  .contact-47 {
    margin: 20px 0 60px;
  }
  .contact-details .detail-box {
    width: 100%;
  }
  .footer-style-07 footer .footer-top .contact-details .social-icons ul li {
    margin-right: 8px;
  }
  .about-step-2 .our-team .team {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .portfolio-section .item {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .skills .team-skill {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .features-v2 .feature-v2 {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .awesome-feature-v2 .features .feat-half {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .title h3 {
    font-size: 20px;
  }
  .team-1 {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .home-masonry ul.filters li {
    margin-right: 19px;
  }
  .client-testimonials .testimonial-box .author-text p {
    font-size: 14px;
  }
  .build-portfolio.masonry-grid .portfolio-container .items {
    width: 100%;
  }
  .team-part {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .doing {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .features-full {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .blog-posts-std-list .blog-box .blog-meta .meta-date {
    font-size: 11px;
  }
  .blog-std-page .blog-box .blog-content h3 {
    font-size: 16px;
  }
  .blog-std-page .blog-box .blog-meta ul li a {
    font-size: 11px;
  }
  .about-step-2 .who-we-are .team-types .nav-tabs > li {
    margin-right: 14px;
  }
  .about-step-2 .who-we-are .team-types .nav-tabs > li a {
    font-size: 10px;
  }
  .latest-news .news-section .col-3,
  .latest-news .news-section .col-6 {
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .share-box .social-icons:before {
    left: 4px;
    top: -11px;
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
  }
  .company-logos {
    padding: 0 0 127px;
  }
  .team-member {
    margin-bottom: 20px;
  }
  .blog-box .blog-share-box .share-box .social-icons {
    background-color: #ffffff;
    margin: 4px 0 15px 10px;
  }
  .blog-box .blog-share-box .share-box .social-icons:before {
    left: -7px;
    top: 11px;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .portfolio-single-37 .blog-box .blog-share-box .share-box .share-link .social-icons {
    right: 3px;
    width: 235px;
  }
  .next-previous-btn .pagination {
    display: inline-block;
  }
  .next-previous-btn .pagination li {
    display: inline-block;
    float: none;
    margin: 0 7px 7px;
  }
  .next-previous-btn .pagination li a.previous,
  .next-previous-btn .pagination li a.next {
    padding: 9px 17px;
  }
  .home-masonry ul.filters li {
    margin-right: 0;
  }
  .workflow-1 .workflow-2 {
    min-height: 325px;
  }
  .latest-news .news-section .marketing-news .news-overlay .news-overlay-content,
  .latest-news .news-section .marketing-news .news-overlay .quote-content {
    left: 2%;
    right: 2%;
  }
}
