/*
url: doyca.com.mx
cliente: dimoplast
version: 2.0
*/
/*
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 Home Page V.1
----------------------------------
64 Home Page V.2
----------------------------------
65 Home Page V.3
----------------------------------
66 Home Page V.4
----------------------------------
67 Home Page V.5
----------------------------------
68 Home Page V.6
----------------------------------
69 Home Page V.7
----------------------------------
70 Home Page V.8
----------------------------------
71 Home Page V.9
----------------------------------
72 Home Page V.10
----------------------------------
73 Home Page V.11
----------------------------------
74 Home Page V.12
----------------------------------
75 Home Page V.13
----------------------------------
76 Home Page V.14
----------------------------------
77 Home Page V.15
----------------------------------
78 Home Page V.16
----------------------------------
79 Home Page V.17
----------------------------------
80 Portfolio Designer
----------------------------------
81 Portfolio Artist 
----------------------------------
82 Portfolio Creative
----------------------------------
83 Portfolio Graphic Designer
----------------------------------
84 Portfolio Sidebar
----------------------------------
85 Portfolio Sidebar showcase
----------------------------------
86 Portfolio Minimal Sidebar
----------------------------------
87 Portfolio Minimal 
----------------------------------
88 Portfolio Creative Sidebar
----------------------------------
89 Portfolio Creative Sidebar
----------------------------------
90 Responsive
----------------------------------
*/
/************************************************************************************
0 Reset
*************************************************************************************/
* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.font-awesome {
  font-family: "fontawesome";
}
@font-face {
  font-family: 'FreestyleScript-Regular';
  src: url('../fonts/FreestyleScript-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FreestyleScript-Regular.woff') format('woff'), url('../fonts/FreestyleScript-Regular.ttf') format('truetype'), url('../fonts/FreestyleScript-Regular.svg#FreestyleScript-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #000000;
  font-size: 15px;
  line-height: 1.618;
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.light-gray2 {
  background-color: #f9f9f9;
}
.list-inline {
  margin-left: 0;
}
.list-inline li {
  padding: 0;
}
.media-left img {
  max-width: inherit;
}
.cart-drop {
  z-index: 99;
}
a:hover,
a:focus,
a:active {
  background-color: transparent;
  outline: none;
  text-decoration: 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;
}
*: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:hover {
  -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: 15px;
  line-height: 2.4;
}
img {
  max-width: 100%;
}
.hide-decs {
  display: none;
}
span.caret {
  width: 6px;
  height: 4px;
  background-image: url('../images/arw4.png');
  border: none;
}
/************************************************************************************
1 Color Variables
*************************************************************************************/
/************************************************************************************
2 Container
*************************************************************************************/
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
/************************************************************************************
3 Buttons
*************************************************************************************/
.btn-grd {
  background: #fff;
  border: none;
  border-radius: 30px;
  color: #5195f5;
  font-size: 1.3em;
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 46px;
  letter-spacing: .04em;
  padding: 11px 27px 20px;
  text-transform: uppercase;
  z-index: 9999;
  position: relative;
}
.btn-grd:hover,
.btn-grd:focus {
  color: #ecebed;
  background: #162051;
}
.btn-outline {
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #47b649;
  height: 52px;
  line-height: 2.1em;
  padding: 0 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 0.065em;
  min-width: 182px;
}
.btn-outline:hover,
.btn-outline:focus {
  background: #3a4b9d;
  color: #fff;
}
.btn-brd {
  background: #3a4b9d;
  background: -moz-linear-gradient(left, #3a4b9d 0%, #150f36 100%);
  background: -webkit-linear-gradient(left, #3a4b9d 0%, #150f36 100%);
  background: linear-gradient(to right, #3a4b9d 0%, #150f36 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#3a4b9d', 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: 0;
  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 {
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 17px 0;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 2.6px;
  display: block;
  color: #8187a1;
  text-transform: uppercase;
}
.title h3 {
  font-size: 31px;
  line-height: 1;
  margin: 0 0 22px 0;
  color: #202020;
}
/************************************************************************************
6 Header
*************************************************************************************/
header {
  background-color: rgba(255, 255, 255, 1);
  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 {
  margin: 9px 0 10px;
}
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 {
  padding: 26px 20px 0px;
  float: left;
  position: relative;
}
header nav.navbar > ul > li:last-child {
  margin-right: 20px;
}
header nav.navbar > ul > li:last-child .sub-menu {
  right: 0;
  left: inherit;
}
header nav.navbar > ul > li > a {
  color: #3a4b9d;
  padding: 0 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.17em;
  letter-spacing: .05em;
  line-height: 1.618em;
  display: block;
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}
header nav.navbar > ul > li > a:after {
  content: "";
  height: 2px;
  width: 0;
  margin-top: 10px;
  display: block;
  background: #5195f5;
  -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: #47b649;
}
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;
  z-index: 99;
}
header nav.navbar > ul > li .sub-menu {
  padding: 17px 20px 30px 20px;
  background: rgba(255, 255, 255, 0.95);
  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;
  z-index: 1;
}
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: 20px;
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 3.33;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
  color: #3a4b9d;
}
header nav.navbar > ul > li .sub-menu.list-unstyled li a:hover {
  margin-left: 16px;
  color: #5195f5;
}
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/flecha.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;
  z-index: 999;
}
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;
}
header .nav-wrapper .nav-box p.txt-italic {
  font-size: 1.1em;
  line-height: 1.618;
  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: 18px;
  line-height: 1.618em;
  text-decoration: none;
  position: relative;
  display: block;
  color: #47b649;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
}
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/flecha.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: 4px 0 14px;
}
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-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;
}
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;
  z-index: 99;
  -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: #5195f5;
  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: #3a4b9d;
  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: 9999 !important;
}
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: #fff;
  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 svg {
  position: absolute;
  top: -169px;
  right: -650px;
  clear: none;
  z-index: -999;
  fill: #3a4b9d;
}
.banner .banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: right;
  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 h1 {
  font-size: 57px;
  margin: 0 0 16px;
  letter-spacing: -.04em;
  line-height: 1;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
}
.banner .banner-caption h2 {
  font-size: 104px;
 font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -2px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.15;
  position: absolute;
  top: -7px !important;
  margin: 0;
  width: 100%;
  transform: translateX(28%);
  -o-transform: translateX(28%);
  -moz-transform: translateX(28%);
  -webkit-transform: translateX(28%);
  left: -50%;
}
.banner .banner-caption p {
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 33px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 58px;
  letter-spacing: 2px;
}
.banner .banner-caption .btn {
  height: 39px;
  line-height: 1.95em;
  padding: 0 50px;
  font-size: 21px;
  letter-spacing: .04em;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
}
.banner .defaultimg {
  position: relative;
}
.banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: #3a76b4;
  z-index: 1;
  background: -moz-linear-gradient(-45deg, #3a76b4 0%, #3a76b4 39%, #1f2150 78%);
  background: -webkit-linear-gradient(-45deg, #3a76b4 0%, #3a76b4 39%, #1f2150 78%);
  background: linear-gradient(135deg, #3a76b4 0%, #3a76b4 39%, #1f2150 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a76b4', endColorstr='#1f2150', GradientType=1);
  content: "";
}
.banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background: #3a76b4;
  z-index: 1;
  background: -moz-linear-gradient(-45deg, #3a76b4 0%, #3a76b4 39%, #1f2150 78%);
  background: -webkit-linear-gradient(-45deg, #3a76b4 0%, #3a76b4 39%, #1f2150 78%);
  background: linear-gradient(135deg, #3a76b4 0%, #3a76b4 39%, #1f2150 78%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14c757', endColorstr='#1f2150', 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;
  width: 52px;
  height: 52px;
  left: auto;
  opacity: 1 !important;
  position: absolute;
  right: 0;
  visibility: visible !important;
  top: 56% !important;
  z-index: 1000;
}
.banner .tparrows:hover {
  background-color: #47b649;
}
.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 svg {
  position: absolute;
  top: 0;
  right:26%;
  clear: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inner-banner:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
   background: rgb(58,75,157);
background: -moz-linear-gradient(144deg, rgba(58,75,157,1) 14%, rgba(71,182,73,1) 90%);
background: -webkit-linear-gradient(144deg, rgba(58,75,157,1) 14%, rgba(71,182,73,1) 90%);
background: linear-gradient(144deg, rgba(58,75,157,1) 14%, rgba(71,182,73,1) 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a4b9d",endColorstr="#47b649",GradientType=1); 
  top: 0;
  left: 0;
  opacity: 0.52;
  z-index: 1;
}
.inner-banner:after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #3a4b9d;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.inner-banner img {
  width: 100%;
}
.inner-banner .inner-banner-caption {
  position: absolute;
  top: 62%;
  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: 5.2em;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.inner-banner .inner-banner-caption h1:after {
  content: "";
  display: block;
  margin: 15px 0 27px;
  width: 23%;
  height: 2px;
  background: #fff;
}
.inner-banner .inner-banner-caption p {
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.1em;
  line-height: 1em;
  margin: 0;
  color: #fff;
}
/************************************************************************************
8 Call To Action
*************************************************************************************/
.call-to-action {
  text-align: center;
  background: #162051;
  z-index: 9;
  position: relative;
  color: #000000;
  padding: 39px 0 39px;
}
.call-to-action:before {
  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: 33px;
  line-height: 1;
  margin: 0;
  letter-spacing: .07em;
  font-weight: 400;
  color: #ffffff;
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
}
.call-to-action span {
  font-size: 18px;
  line-height: 1.618em;
  margin: 18px 0 25px;
  display: block;
  letter-spacing: .2em;
  color: #fff;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
}
.call-to-action a.btn-grd {
  font-size: 1.5em;
  line-height: 1.1em;
  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: #fff;
  color: #3a4b9d;
  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/index-img02.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(58, 75, 157, 0.65);
}
.call-to-action-two .action-desc {
  max-width: 975px;
  width: 82%;
  margin: 0 auto;
  z-index: 999;
  position: relative;
}
.call-to-action-two .action-desc h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.1em;
  letter-spacing: .02em;
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin: 0 0 27px 0;
}
.call-to-action-two .action-desc h5 {
  color: #fff;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2em;
  text-transform: none;
  letter-spacing: .05em;
  line-height: 1.3em;
  margin: 0 0 27px 0;
}
.call-to-action-two .action-desc h5:after {
  content: "";
  margin: 17px auto 0;
  display: block;
  width: 20%;
  height: 2px;
  background: #fff;
}
.call-to-action-two .action-desc h6 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 6px;
  color: #ffffff;
  margin-bottom: 15px;
}
.call-to-action-two .action-desc p {
  color: #ffffff;
  font-size: 1.3em;
  line-height: 1.618em;
  font-family: bilo, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .03em;
  margin: 0;
}
.call-to-action-two .action-desc .btn {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 23px;
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  line-height: 1.9em;
  letter-spacing: .04em;
  font-style: normal;
  height: 47px;
  margin: 40px 0 0;
  min-width: 154px;
  padding: 0;
  text-transform: uppercase;
  -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;
}
.call-to-action-two .action-desc .btn:hover {
  background: #fff;
  color: #150f36;
}
.call-to-action-two .action-desc .btn.btn-white {
  padding: 0 40px;
  background-color: transparent;
  color: #fff;
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  border: 2px solid #fff;
  -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;
}
.call-to-action-two .action-desc .btn.btn-white:hover {
  background-color: #ffffff;
  color: #202020;
}
.call-to-action-two .action-desc .btn.btn-yellow {
  background-color: #fdd227;
  color: #ffffff;
  padding: 0 40px;
  margin: 30px 0 0 0;
  border-color: #fdd227;
  -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;
}
.call-to-action-two .action-desc .btn.btn-yellow:hover {
  background-color: #fff;
  color: #fdd227;
  border-color: #fff;
}
.call-to-action-two .action-desc .btn.btn-rounded {
  text-transform: uppercase;
  padding: 0 40px;
  border-radius: 30px;
  border: 1px solid #8242f3;
  background-color: #8242f3;
  -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;
}
.call-to-action-two .action-desc .btn.btn-rounded:hover {
  background-color: #ffffff;
  color: #8242f3;
}
.cta-green .bg-overlay {
  background-color: rgba(20, 199, 87, 0.8);
  background-image: none;
}
.cta-blue .bg-overlay {
  background-color: rgba(37, 191, 242, 0.8);
  background-image: none;
}
.cta-black {
  background-image: url('../images/call-to-action-4.jpg');
}
.cta-black .bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
}
.cta-purple {
  background-image: url('../images/call-to-action-6.jpg');
  padding-bottom: 101px;
}
.cta-purple .bg-overlay {
  background-color: rgba(102, 121, 240, 0.7);
  background-image: none;
}
.cta-d-purple {
  background-image: url('../images/call-to-action-5.jpg');
}
.cta-d-purple .bg-overlay {
  background-color: rgba(45, 55, 83, 0.8);
  background-image: none;
}
.cta-dark {
  background-image: url('../images/call-to-action-7.jpg');
}
.cta-dark .bg-overlay {
  display: none;
}
/************************************************************************************
9 Content & Images
*************************************************************************************/
.who-we-are .what-we-do-img {
  position: relative;
  z-index: 1;
}
.who-we-are .what-we-do-img:before {
  background: #150f36;
  background: -moz-linear-gradient(45deg, #150f36 0%, #3a4b9d 100%);
  background: -webkit-linear-gradient(45deg, #150f36 0%, #3a4b9d 100%);
  background: linear-gradient(45deg, #150f36 0%, #3a4b9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#150f36', endColorstr='#3a4b9d', 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 15px 0;
  letter-spacing: .26em;
  font-size: 1.1em;
  line-height: 1;
  font-weight: 700;
  color: #47b649;
  font-family: bilo, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.who-we-are h3 {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  margin: 6px 0 22px 0;
  color: #3a4b9d;
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.who-we-are h3:after {
  content: "";
  width: 52px;
  height: 2px;
  display: block;
  margin-top: 9px;
  background-color: #b1b2bd;
}
.who-we-are p {
  margin: 0 0 20px 0;
  font-size: 1.3em;
  line-height: 1.618em;
  letter-spacing: .04em;
  color: #515151;
  max-width: 88%;
}
#content14 {
  background-color: #e1e2e8;
  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: 52px 169px 54px 78px;
  background-color: #f9f9f9;
}
#content14 .col-right .content h3 {
  margin: 0 0 28px 0;
  color: #3a4b9d;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 1.618em;
  text-transform: uppercase;
  letter-spacing: .05em;
}
#content14 .col-right .content h3::after {
  content: "";
  background-color: #47b649;
  width: 70px;
  height: 2px;
  display: block;
}
#content14 .col-right .content p {
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.17em;
  letter-spacing: .04em;
  margin: 0 0 15px 0;
  line-height: 1.618em;
  color: #150f36;
}
#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: 0 0 52px;
  background-image: url('../images/dm_back.png');
  background-repeat: no-repeat;
  background-position: -10px -130px;
}
.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;
  color: #202020;
}
.about-step-2 .who-we-are h3 {
  font-size: 31px;
  line-height: 1;
  margin: 0 0 22px 0;
}
.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;
}
.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-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: #3a4b9d;
  background: -moz-linear-gradient(top, #3a4b9d 0%, #3a4b9d 50%, #150f36 51%, #150f36 100%);
  background: -webkit-linear-gradient(top, #3a4b9d 0%, #3a4b9d 50%, #150f36 51%, #150f36 100%);
  background: linear-gradient(to bottom, #3a4b9d 0%, #3a4b9d 50%, #150f36 51%, #150f36 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a4b9d', 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: #d16d38;
}
.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;
}
.about-step-2 .our-team .team-people .overlay span {
  font-size: 12px;
  line-height: 1.33;
  color: #52e592;
  display: block;
  margin-bottom: 17px;
}
.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;
  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;
}
.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:2em;
  line-height: 1;
  color: #3a4b9d;
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}
.about-us .what-we-do .content-box p {
  font-size: 1.17em;
  line-height: 1.3em;
  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: 156px;
  width: 2px;
  content: "";
  right: 0;
  top: 10px;
  display: block;
  position: absolute;
  background-color: #b1b2bd;
}
.about-project .title h6 {
  margin: 0;
  font-size: 2em;
  line-height: 2.3;
  letter-spacing: 2px;
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #47b649;
}
.about-project .title h3 {
  font-size: 2.1em;
  line-height: 1.3;
  color: #1f2150;
  letter-spacing: -.01em;
  margin: 0;
}
.about-project .project-desc p {
  font-size: 1.3em;
  line-height: 1.618em;
  letter-spacing: .01em;
}
.what-we-are-doing {
  margin: 100px 0 113px 0;
}
/************************************************************************************
10 Features
*************************************************************************************/
.awesome-feature {
  padding: 80px 0 20px;
}
.awesome-title {
  color: #3a4b9d;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6em;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.awesome-title:after {
  content: "";
  margin: 17px auto 0;
  display: block;
  width: 13%;
  height: 7px;
  background: #47b649;
}
.features {
  padding: 52px 0 0 0;
}
.features .feature-box {
  display: table;
  width: 100%;
  padding: 0 0 27px;
}
.features .feature-box .feature-icon {
  display: table-cell;
  vertical-align: top;
  min-width: 95px;
}
.features .feature-box .feature-icon > img {
  filter: grayscale(0);
}
.features .feature-box .feature-icon > img:hover {
  filter: grayscale(100);
}
.features .feature-box .icono-tec {
  display: table-cell;
  vertical-align: top;
  max-width: 130px;
  padding-right: 20px;
}
.features .feature-box .feature-desc {
  display: table-cell;
}
h4.rasgos a {
  font-size: 1.17em;
  line-height: .8em;
  margin: 0;
  color: #3a4b9d;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
h4.rasgos a:hover {
  color: #47b649;
}
p.descripcion {
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0;
  color: #150f36;
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
}
.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;
}
.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;
  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-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;
  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: 20px 0 0;
}
.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: #e1e2e8;
  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-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  line-height: 1.33;
  color: #162051;
  margin: 0;
}
.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: 15px 0 0 0;
}
.features-v2 .feature-box-v2 .feature-desc-v2 p {
  margin: 0;
  font-size: 1.4em;
  color: #3a4b9d;
  line-height: 1.3;
  font-family: bilo, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.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;
  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;
  color: #202020;
}
.portfolio-section .porfolio-static .port-desc h3 {
  font-size: 31px;
  line-height: 1;
  margin: 0 0 22px 0;
}
.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;
}
.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;
}
/************************************************************************************
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.43;
  margin-bottom: 14px;
  margin-top: 0px;
  font-weight: 600;
}
.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;
  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;
}
.latest-news .news-section .marketing-news .news-overlay .news-overlay-content a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  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;
}
.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;
}
.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 {
  margin-bottom: 104px;
}
.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: 20px;
  font-style: normal;
  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;
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5em;
}
.contact-form button:hover {
  color: #47b649;
}
.location-map {
  margin-bottom: -7px;
}
.location-map iframe {
  width: 100%;
}
.contact .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-size: 17px;
}
.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: 20px;
  font-style: normal;
  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: 20px;
  font-style: normal;
  height: 13em;
  line-height: 1.618em;
  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;
  -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;
}
.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;
  color: #202020;
  font-weight: 500;
}
.contact-details .details .media-body p {
  font-size: 12px;
  line-height: 2;
  margin: 0;
  color: #5f5f5f;
}
.contact-details .details .media-body p a {
  color: #5f5f5f;
}
/************************************************************************************
16 Our Modules
*************************************************************************************/
.our-modules {
  padding-top: 65px;
}
.our-modules .devices {
  background-image: url(../images/tecnologia2.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(44, 54, 139, 0.3);
}
.our-modules .devices .device {
  margin: -364px 0 0 0;
  z-index: 999;
  position: relative;
  max-width: 100%;
}
.our-modules .devices .features {
  z-index: 999;
  position: relative;
  margin: 40px 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: 2.1em;
  letter-spacing: .02em;
  line-height: 1.618em;
  margin: 0 0 17px 0;
  color: #fff;
}
.our-modules .devices .features .feature-box .feature-desc p {
  font-size: 1.3em;
  line-height: 1.618em;
  margin: 0;
  color: #ffffff;
}
.our-modules .devices .features .feature-box .feature-desc span {
  font-size: .9em;
  letter-spacing: .02em;
  font-weight: 700;
  line-height: 1.618em;
  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;
  -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;
}
.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;
  -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;
}
.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;
}
.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;
}
.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;
}
.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;
}
/************************************************************************************
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;
  color: #5f5f5f;
  font-size: 5px;
}
.skills .team-skill .skills-desc {
  margin: 29px auto 0;
  text-align: left;
}
.skills .team-skill .skills-desc h4 {
  color: #3a4b9d;
  font-family: bilo, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.17em;
  line-height: 1.618em;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin: 0 0 21px 0;
}
.skills .team-skill .skills-desc p {
  font-size: 1.17em;
  line-height: 1.618em;
}
/************************************************************************************
19 Company Logo Slider
*************************************************************************************/
.company-logos {
  padding: 40px 0 94px;
}
.company-logos .mils-slider {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.company-logos .mils-slider .mils-slide {
  display: inline-block;
  height: 150px;
  line-height: 150px;
  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;
  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: 65px 0 117px 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;
  color: #202020;
}
.widget-column p {
  font-size: 1.17em;
  line-height: 1.618em;
  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;
  font-size: .8em;
  letter-spacing: -.02em;
  line-height: 1.1em;
  color: #262b2f;
  font-weight: 700;
}
.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: #3a4b9d;
  border-color: transparent;
  display: block;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  position: relative;
}
.widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a i:before {
  content: "\f068";
  font-family: 'FontAwesome';
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-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: #47b649;
  border-color: transparent;
}
.widget-column .tab-preview .panel-group .panel .panel-collapse .panel-body {
  border: none;
  padding: 5px 15px 15px 53px;
  font-size: 1.17em;
  line-height: 1.618em;
  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;
  background-color: #ffffff;
}
.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-weight: 400;
}
.price-table .price h2 {
  font-size: 46px;
  margin: 0 0 13px 0;
  color: #262b2f;
  font-weight: 600;
}
.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;
  padding-bottom: 42px;
}
.table-2 .price-table .price {
  padding: 46px 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-weight: 500;
}
.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.66;
  color: #515151;
}
.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;
}
.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;
}
.workflow-1 .workflow-2 a {
  margin: 16px 0 0 0;
  display: block;
}
.workflow-1:hover .workflow-2 {
  opacity: 1;
}
.who-we-are-sec2 {
  margin: 39px 0 0px;
}
.who-we-are-sec2 .what-we-do-img {
  position: relative;
}
.who-we-are-sec2 .what-we-do-img:before {
  background: #2c368b;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 13px;
  bottom: -7px;
  content: "";
  border-radius: 5px;
}
.who-we-are-sec2 .what-we-do-img img {
  border-radius: 5px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.who-we-are-sec2 .title h3 {
  font-size: 2.3em;
  line-height: 1.618em;
  margin: 0 0 28px 0;
  color: #3a4b9d;
  font-family: rokkitt,serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .08em;
}
.who-we-are-sec2 .title h3::after {
  content: "";
  background-color: #47b649;
  width: 13%;
  height: 7px;
  margin: 0 auto 0;
  display: block;
}
.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: 1.1em;
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.618em;
  text-transform: uppercase;
  padding: 20px 0 5px 0px;
  position: relative;
  text-decoration: none;
  color: #8187a1;
}
.who-we-are-sec2 .panel-group .panel .panel-heading .panel-title a:hover {
  color: #3a4b9d;
}
.who-we-are-sec2 .panel-group .panel .panel-heading .panel-title a span {
  opacity: 1;
  margin-right: 10px;
}
.who-we-are-sec2 .panel-group .panel .panel-heading .panel-title a.collapsed span {
  letter-spacing: 0.5px;
  opacity: 0.5;
}
.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: 1.3em;
  line-height: 1.618em;
}
/************************************************************************************
24 Our Process
*************************************************************************************/
.our-process {
  margin: 99px 0 90px 0;
}
.process-box-grid {
  margin-bottom: 30px;
}
.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: 600;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 500;
}
.process-box .process-content p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #5f5f5f;
}
.working-process-bg {
  background-image: url('../images/dp_proceso01.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/puntos.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/puntos.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: #3a4b9d;
  background: -moz-linear-gradient(45deg, #3a4b9d 0%, #150f36 100%);
  background: -webkit-linear-gradient(45deg, #3a4b9d 0%, #150f36 100%);
  background: linear-gradient(45deg, #3a4b9d 0%, #150f36 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@default-blue', endColorstr='#150f36', 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;
  color: #ffffff;
}
.processing-bar .circle span {
  font-size: 91px;
  font-family: kautiva-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 3.6;
  color: #ffffff;
  opacity: 0.18;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
}
.processing-bar .working-box {
  padding: 27px 34px;
  background-color: #ffffff;
}
.processing-bar .working-box p {
  font-size: 17px;
  line-height: 2;
  color: #5f5f5f;
  margin-top: 35px;
  margin-bottom: 0;
}
.processing-bar .working-box .working-title {
  position: relative;
}
.processing-bar .working-box .working-title:after {
  background-color: #d16d38;
  height: 2px;
  width: 67px;
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
}
.processing-bar .working-box .working-title h6 {
  font-size: 23px;
  letter-spacing: .02em;
  line-height: 1.618em;
  color: #3a4b9d;
  text-transform: uppercase;
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
}
.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%);
  -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;
}
.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;
  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;
}
.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;
}
.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;
}
.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;
}
.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 0px;
}
.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;
  color: #979798;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.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;
}
.widget-title:before {
  position: absolute;
  bottom: 0px;
  content: "";
  left: 0;
  height: 2px;
  width: 39px;
  background: #3a4b9d;
  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: 1.5em;
  line-height: 1.618em;
  margin: 0;
  letter-spacing: 0.04em;
  color: #8187a1;
  font-family: serenity,sans-serif;
  font-weight: 300;
  font-style: normal;
}
.widget-box {
  margin: 49px 0 0;
}
.widget-box .widget-body {
  overflow: hidden;
}
.widget-box .widget-body h5 {
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
  letter-spacing: .02em;
}
.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: 23px;
  line-height: 1.43;
}
.widget-box .widget-body ul li a:hover {
  color: #47b649;
}
.widget-box .widget-body ul li a span {
  float: right;
  color: #d02027;
}
.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;
}
.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;
}
.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;
}
.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-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;
  margin-bottom: 0;
}
.author-comments {
  margin-top: 55px;
}
.author-comments h3 {
  font-size: 27px;
  line-height: 1.85;
}
.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-size: 10px;
  line-height: 2;
  -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;
}
.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;
}
.author-comments .media .media-heading small {
  margin-left: 20px;
  font-weight: 500;
}
.author-comments .media p {
  font-size: 14px;
  line-height: 2;
}
.leave-reply {
  margin: 62px 0 0 0;
}
.leave-reply .contact-content h3 {
  font-size: 27px;
  line-height: 1.85;
}
/************************************************************************************
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 p a {
  color: #979798;
}
.blog-archive .blog-box .social-link p a:hover {
  color: #25bff2;
}
.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;
}
.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;
}
.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%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -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;
}
.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 {
  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;
}
.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;
  -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-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;
}
.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;
}
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 {
  position: relative;
  overflow: hidden;
}
.portfolio-container .items .feature-post img {
  width: 100%;
}
.portfolio-container .items .feature-post .caption {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  text-align: center;
  padding: 10px;
}
.portfolio-container .items .feature-post .caption > a {
  background: rgba(23, 23, 63, 0.8);
  opacity: 1;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: block;
}
.portfolio-container .items .feature-post .caption .cap-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
  left: 50%;
}
.portfolio-container .items .feature-post .caption h3 {
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: .04em;
  color: #fff;
  text-transform: uppercase;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.portfolio-container .items .feature-post .caption h3:after {
  content: "";
  width: 52px;
  height: 2px;
  background-color: #c4582b;
  margin: 26px 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;
}
.portfolio-container .items:hover .caption {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.build-portfolio.two-columns .portfolio-container .items {
  width: 50%;
}
.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;
}
.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: 1.17em;
  line-height: 1.56em;
  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: #d02027;
  -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: 13px;
}
.portfolio-sidebar .widget-box .widget-body ul li a {
  font-size: 1.1em;
  line-height: 2.7em;
}
.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;
  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;
  -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;
}
.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;
}
.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;
  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;
}
.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;
}
.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;
}
.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-weight: 600;
}
.related-products .media .media-body h4 {
  font-size: 13px;
  letter-spacing: 0.5px;
  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;
  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;
  -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;
}
.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;
  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;
}
.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;
}
.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;
}
.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;
  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-weight: 500;
}
.product-desc p {
  font-size: 14px;
  line-height: 2.4;
  margin-top: 7px;
  margin-bottom: 43px;
  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;
}
select.size-drop {
  margin-left: 18px;
  min-width: 140px;
}
.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;
  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;
  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;
  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: 18px 0 14px 0;
  font-size: 1.17em;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
  word-break: keep-all;
}
.cart thead tr th.txt-left {
  text-align: left;
}
.cart tbody {
}
.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;
  padding: 0 41px;
}
.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;
}
.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;
  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;
  color: #202020;
  font-weight: 600;
}
.shopping-cart-details .cart-details p {
  font-size: 14px;
  line-height: 2.4;
  color: #5f5f5f;
}
.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;
  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%;
  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-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:15%;
}
.shopping-cart-table .cart thead tr th:nth-child(2) {
  width: 15%;
}
.shopping-cart-table .cart thead tr th:nth-child(3) {
  width: 15%;
}
.shopping-cart-table .cart thead tr th:nth-child(4) {
  width: 15%;
}
.shopping-cart-table .cart thead tr th:nth-child(5) {
  width: 15%;
}
.shopping-cart-table .cart thead tr th:nth-child(6) {
  width: 15%;
}
.shopping-cart-table .cart tbody tr td p {
  font-size: 1.17em;
}
.shopping-cart-table .cart tbody tr td:last-child p {
  font-size: 1.17em;
  font-weight: 600;
  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: #efeff3;
  padding: 69px 0 0;
  position: relative;
}
.footer .foot-logo {
  margin-bottom: 23px;
}
.footer p {
  color: #1f2150;
}
.footer .list-unstyled li {
  margin: 20px 0;
}
.footer a {
  color: #3a4b9d;
}
.footer a:hover {
  color: #47b649;
}
.footer .footer-details p {
  font-size: 1em;
  color: #150f36;
  line-height: 2.4;
}
.footer h4 {
  color: #1f2150;
  margin-bottom: 13px;
  margin-top: -3px;
  font-size: 1.3em;
  /* line-height: 1; */
  letter-spacing: .2em;
}
.footer .recent-post {
  margin-top: 13.5px;
}
.footer .recent-post a {
  color: #47b649;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 2.46;
}
.footer .recent-post a:hover {
  color: #3a4b9d;
}
.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: 1.1em;
  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: 14px;
}
.footer address .address li i {
  color: #8187a1;
  float: left;
  line-height: 1.1em;
  font-size: 27px;
  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 .media {
  margin-bottom: 0;
}
.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: 13px;
  letter-spacing: .1em;
  line-height: 1.5;
}
.footer-title {
  background-color: :#dfeeed;
  padding: 25px 0;
}
.footer-title h2 {
  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.5;
}
.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:last-child,
.footer-style-04 .footer .social-icons .list-unstyled li:last-child,
.footer-style-05 .footer .social-icons .list-unstyled li:last-child {
  margin-right: 0;
  padding: 0;
}
.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: 2.7;
  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: 30px 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%;
}
.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: 0px;
  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.white-bg .footer {
  border-top: none;
}
.footer-style-10 .footer .foot-logo {
  margin-bottom: 0;
  margin-top: 8px;
  text-align: left;
}
.footer-style-10 .footer .copyright {
  margin-top: 24px;
}
.footer-style-10 .footer .pay-card {
  margin-top: 19px;
  text-align: right;
}
.footer-style-11 .footer {
  background-color: #1d2124;
}
.footer-style-11 .footer-bottom .social-icons ul {
  text-align: left;
}
.footer-style-11 .footer-bottom .social-icons ul li {
  margin: 0 18px 0 0;
  padding: 0;
}
.footer-style-11 .footer-bottom .social-icons ul li a {
  background-color: transparent;
  color: #2f3539;
  width: auto;
  height: auto;
}
.footer-style-11 .footer-bottom .social-icons ul li a:hover {
  color: #ffffff;
}
.footer-style-11 .footer-bottom .pay-card {
  text-align: right;
}
.footer-style-12 .footer {
  padding-bottom: 30px;
}
/************************************************************************************
60 Footer Style 13
*************************************************************************************/
.footer-style-13 .footer-bottom {
  padding: 0 0 59px;
  margin-top: 0;
}
.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;
  border-top: 1px solid #e5e5e5;
}
.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 {
  border-top: 1px solid #e5e5e5;
}
.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 Home Page V.1
*************************************************************************************/
header.agency-01 {
  position: static;
  background-color: #ffffff;
}
header.agency-01 .top-bar {
  background-color: #25bff2;
  padding: 8px 0;
}
header.agency-01 .top-bar ul {
  margin: 0;
}
header.agency-01 .top-bar ul > li {
  color: #ffffff;
  margin-left: 28px;
  border-right: 1px solid #fff;
  line-height: 12px;
  padding-right: 15px;
}
header.agency-01 .top-bar ul > li:first-child {
  margin-left: 0;
}
header.agency-01 .top-bar ul > li:last-child {
  border-right: none;
  padding-right: 0;
}
header.agency-01 .top-bar ul > li a {
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
}
header.agency-01 .top-bar ul.social-icons li {
  color: #ffffff;
  margin-left: 28px;
  border-right: none;
  padding-right: 0;
}
header.agency-01 .top-bar ul.social-icons li:first-child {
  margin-left: 0;
}
header.agency-01 .top-bar ul.social-icons li:first-child:before {
  display: none;
}
header.agency-01 .top-bar ul.social-icons li:last-child {
  padding-right: 0;
}
header.agency-01 .top-bar ul.social-icons li a {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.91;
}
header.agency-01 .top-bar ul.social-icons li a:hover.facebook {
  color: #000000;
}
header.agency-01 .top-bar ul.social-icons li a:hover.twitter {
  color: #000000;
}
header.agency-01 .top-bar ul.social-icons li a:hover.google {
  color: #000000;
}
header.agency-01 .top-bar ul.social-icons li a:hover.pinterest {
  color: #000000;
}
header.agency-01 .top-bar ul.social-icons li a:hover.instagram {
  color: #000000;
}
header.agency-01 .top-bar ul.social-icons li a:hover.rss {
  color: #000000;
}
header.agency-01 nav.navbar > ul > li {
  padding: 43px 0 43px;
}
header.agency-01 nav.navbar > ul > li:hover > a {
  color: #25bff2;
}
header.agency-01 nav.navbar > ul > li > a {
  color: #404040;
}
header.agency-01 nav.navbar > ul > li > a:after {
  display: none;
}
header.agency-01 .hamburg-menu {
  width: 12px;
  margin-top: 7px;
}
header.agency-01 .hamburg-menu span {
  height: 2px;
  width: 100%;
  background-color: #404040;
  margin-bottom: 2px;
  display: block;
}
header.agency-01 .hamburg-menu span:last-child {
  margin-bottom: 0;
}
header.agency-01 .menu-btn {
  overflow: hidden;
  display: inline-block;
  margin: 37px 25px 0 0;
  cursor: pointer;
  display: none;
}
header.agency-01 .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
header.agency-01 .menu-btn .strip-bx span {
  background-color: #25bff2;
  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.agency-01 .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
header.agency-01 .menu-btn.open .strip-bx span {
  background-color: #25bff2;
}
header.agency-01 .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
header.agency-01 .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
header.agency-01 .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
header.agency-01 .menu-btn > span {
  font-size: 13px;
  color: #515151;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
header.agency-01 .menu-btn > span:hover {
  color: #515151;
}
.agency-one-banner {
  position: relative;
  width: 100%;
}
.agency-one-banner > img {
  width: 100%;
}
.agency-one-banner .banner-caption h1 {
  line-height: 1;
  font-weight: 600;
}
.agency-one-banner .banner-caption p {
  font-style: italic;
  color: #ffffff;
  margin: 38px 0;
}
.agency-one-banner .banner-caption .btn {
  height: 50px !important;
  line-height: 4.7 !important;
  padding: 0 50px !important;
  font-size: 11px !important;
}
.agency-one-banner .defaultimg {
  position: relative;
}
.agency-one-banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #404040;
  z-index: 1;
  content: "";
}
.agency-one-banner .scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.agency-one-banner .scroll-down a {
  display: block;
}
.agency-one-banner .scroll-down a svg {
  display: block;
  height: 27px;
  width: 16px;
}
.agency-one-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;
}
.agency-one-banner .tparrows:hover {
  background-color: #25bff2;
}
.agency-one-banner .tparrows:before {
  line-height: 3.2;
}
.agency-one-banner .tparrows.tp-rightarrow:before {
  content: "\f078";
  font-family: FontAwesome;
}
.agency-one-banner .tparrows.tp-leftarrow {
  left: auto !important;
  right: 40px;
  top: 47.3% !important;
}
.agency-one-banner .tparrows.tp-leftarrow:before {
  content: "\f077";
  font-family: FontAwesome;
}
.agency-one-features {
  padding: 84px 0;
}
.agency-one-features .features-v2 {
  margin: 0;
}
.agency-one-features .features-v2 .feature-box-v2 {
  max-width: inherit;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-icon-v2 a {
  height: 96px;
  width: 96px;
  line-height: 6.8;
  margin: 0;
  border: 3px solid #f3f3f3;
  background-image: none;
  display: inline-block;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-icon-v2 a img {
  max-width: 100%;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-icon-v2 a:hover {
  border-color: #6a6868;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-name-v2 h4 {
  font-size: 14px;
  line-height: 1.42;
  font-weight: 600;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-name-v2 h4:after {
  display: none;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-desc-v2 {
  margin: 20px 0 0 0;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-desc-v2 .description {
  margin-bottom: 20px;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-desc-v2 .description p {
  margin: 0;
  font-size: 12px;
  line-height: 2.66;
  color: #515151;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-desc-v2 a.btn-trans {
  border-radius: 2px;
  border: 1px solid #e4e4e4;
  display: inline-block;
  font-size: 11px;
  line-height: 0.5px;
  line-height: 2.09;
  color: #202020;
  padding: 7px 28px;
  font-weight: 700;
}
.agency-one-features .features-v2 .feature-box-v2 .feature-desc-v2 a.btn-trans:hover {
  background-color: #25bff2;
  color: #ffffff;
  border-color: transparent;
}
.agency-theme {
  background-image: url(../images/dotted-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 63px 0;
}
.agency-theme #content14 {
  background-color: transparent;
}
.agency-theme #content14 .image {
  position: relative;
  max-width: 627px;
}
.agency-theme #content14 .image:after {
  background-image: url(../images/dotted-trangle.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 361px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
}
.agency-theme #content14 .content {
  padding: 0;
}
.agency-theme #content14 .content h3 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 16px 0;
  color: #202020;
  font-weight: 600;
}
.agency-theme #content14 .content span {
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 1.27;
  color: #25bff2;
  font-style: italic;
  margin-bottom: 17px;
  display: inline-block;
}
.agency-theme #content14 .content p {
  font-size: 12px;
  margin: 0 0 20px 0;
  line-height: 2.66;
  color: #515151;
}
.agency-theme #content14 .content p:last-child {
  margin: 0;
}
.agency-theme #content14 .content a {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 2.09;
  padding: 8px 28px;
  letter-spacing: 0.5px;
  background-color: #25bff2;
  text-transform: uppercase;
}
.agency-theme #content14 .content a:hover {
  background-color: #057398;
  color: #fff;
}
.our-awesome-features {
  margin-top: 80px;
}
.our-awesome-features .feature-title {
  text-align: center;
}
.our-awesome-features .feature-title h2 {
  font-size: 30px;
  line-height: 1.5;
  color: #202020;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 600;
}
.our-awesome-features .feature-title span {
  font-size: 18px;
  line-height: 1.27;
  color: #25bff2;
  letter-spacing: 0.3px;
  font-style: italic;
}
.our-awesome-features .our-features-img {
  margin-top: 85px;
}
.our-awesome-features .features {
  padding: 91px 0 0 0;
}
.our-awesome-features .features .fea-one .feature-box {
  display: table;
  border: 1px solid #ececec;
  padding: 30px 20px;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 15px;
}
.our-awesome-features .features .fea-one .feature-box .feature-icon {
  display: table-cell;
  vertical-align: top;
  min-width: 80px;
  padding-right: 17px;
}
.our-awesome-features .features .fea-one .feature-box .feature-desc {
  display: table-cell;
}
.our-awesome-features .features .fea-one .feature-box .feature-desc h4 {
  font-size: 14px;
  line-height: 1.42;
  margin: 0 0 5px 0;
  color: #202020;
}
.our-awesome-features .features .fea-one .feature-box .feature-desc p {
  font-size: 12px;
  line-height: 2.66;
  margin: 0;
  color: #515151;
}
.agency-our-portfolio {
  padding: 84px 0 0;
}
.agency-our-portfolio h2 {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  color: #202020;
}
.agency-our-portfolio ul.filters {
  text-align: left;
  margin: 41px 0 80px;
}
.agency-our-portfolio ul.filters li {
  padding-right: 26px;
  padding-left: 0;
}
.agency-our-portfolio ul.filters li:last-child {
  padding-right: 0;
}
.agency-our-portfolio ul.filters li a,
.agency-our-portfolio ul.filters li .button {
  font-size: 11px;
  line-height: 1.81;
  font-weight: 600;
  padding: 9px 19px;
  letter-spacing: 1px;
  color: #474747;
  text-decoration: none;
  border: none;
  background-color: transparent;
  border-radius: 19px;
  border: 1px solid transparent;
}
.agency-our-portfolio ul.filters li a:hover,
.agency-our-portfolio ul.filters li .button:hover {
  color: #ffffff;
  background: #25bff2;
  border-color: transparent;
}
.agency-our-portfolio ul.filters li.active a {
  color: #ffffff;
  background: #25bff2;
  border-color: transparent;
}
.agency-our-portfolio .build-portfolio .portfolio-container .items .feature-post .caption {
  color: #ffffff;
}
.agency-our-portfolio .build-portfolio .portfolio-container .items .feature-post .caption > a {
  background-color: rgba(255, 255, 255, 0.9);
}
.agency-our-portfolio .build-portfolio .portfolio-container .items .feature-post .caption .cap-inner h3 {
  color: #202020;
  font-size: 15px;
}
.agency-our-portfolio .build-portfolio .portfolio-container .items .feature-post .caption .cap-inner h3:after {
  background: #25bff2;
}
.agency-our-portfolio .build-portfolio .portfolio-container .items .feature-post .caption .cap-inner span {
  color: #25bff2;
  font-size: 15px;
  font-style: italic;
}
.agency-our-portfolio .build-portfolio.full-width .portfolio-container .items {
  padding: 5px;
}
.agency-section-title {
  text-align: center;
  margin-top: 100px;
}
.agency-section-title h2 {
  color: #202020;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 18px;
  font-weight: 600;
}
.agency-section-title span {
  color: #25bff2;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.3px;
  line-height: 1.27;
}
.agency-our-team .team-section .team-member {
  margin-top: 50px;
  margin-bottom: 107px;
}
.agency-our-team .team-section .team-member .profile-member {
  overflow: visible;
}
.agency-our-team .team-section .team-member .profile-member:hover {
  box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.2);
}
.agency-our-team .team-section .team-member .profile-member .team-profile {
  overflow: visible;
  position: relative;
}
.agency-our-team .team-section .team-member .profile-member .team-profile:hover .overlay {
  opacity: 1;
  bottom: -105px;
  box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.2);
}
.agency-our-team .team-section .team-member .profile-member .team-profile:hover .overlay .team-follow {
  opacity: 1;
}
.agency-our-team .team-section .team-member .profile-member .team-profile img {
  width: 100%;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  bottom: -130px;
  left: 0;
  margin: 0 auto;
  opacity: 1;
  text-align: center;
  padding: 21px 0;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .member-name {
  text-align: center;
  padding-top: 0;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .member-name h4 {
  color: #202020;
  font-size: 14px;
  line-height: 2.14;
  margin: 0;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .member-name span {
  font-size: 12px;
  line-height: 1.66;
  color: #848484;
  text-decoration: none;
  text-transform: uppercase;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay ul {
  margin: 0;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .team-follow {
  opacity: 0;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .team-follow ul li {
  margin: 20px 10px 0 0;
  display: inline-block;
  padding: 0;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .team-follow ul li:last-child {
  margin: 0;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .team-follow ul li a {
  width: 34px;
  height: 34px;
  line-height: 2.4;
  display: block;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #bebebe;
  color: #bebebe;
  background-color: transparent;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .team-follow ul li a.facebook:hover {
  background-color: #ffffff;
  color: #5572de;
  border: 1px solid #5572de;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .team-follow ul li a.twitter:hover {
  background-color: #ffffff;
  color: #3dc5f7;
  border: 1px solid #3dc5f7;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .team-follow ul li a.google:hover {
  background-color: #ffffff;
  color: #f95636;
  border: 1px solid #f95636;
}
.agency-our-team .team-section .team-member .profile-member .team-profile .overlay .team-follow ul li a.instagram:hover {
  background-color: #ffffff;
  color: #87a3b8;
  border: 1px solid #87a3b8;
}
.call-to-action-two.cta-green .action-desc {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.cta-black .action-desc h4 {
  margin-bottom: 0;
}
.agency-latest-news-blog .blog-posts-std-list {
  margin-bottom: 50px;
  padding-top: 60px;
}
.agency-latest-news-blog .blog-posts-std-list .blog-box {
  padding: 0 15px;
}
.agency-latest-news-blog .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);
}
.agency-latest-news-blog .blog-posts-std-list .blog-box .contact-form .btn-grd {
  margin-right: 0;
}
.agency-latest-news-blog .blog-posts-std-list .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.9;
  background: rgba(20, 199, 87, 0.9);
}
.agency-latest-news-blog .blog-posts-std-list .title {
  margin-bottom: 70px;
}
.agency-latest-news-blog .blog-std-page .blog-box {
  margin-bottom: 81px;
}
.agency-latest-news-blog .blog-std-page .blog-box .blog-content h3 {
  font-size: 20px;
  line-height: 30px;
}
.agency-latest-news-blog .blog-std-page .blog-box .blog-content h3 a:hover {
  color: #14c757;
}
.agency-latest-news-blog .blog-std-page .blog-box .blog-meta ul li a:hover {
  color: #14c757;
}
.agency-latest-news-blog .blog-archive .blog-box .blog-meta {
  padding: 0;
}
.agency-latest-news-blog .blog-archive .blog-box .blog-content {
  padding: 0;
}
.agency-latest-news-blog .blog-archive .blog-box .blog-content h3 {
  font-size: 16px;
}
.agency-latest-news-blog .blog-archive .blog-box .blog-content h3 a {
  font-weight: 600;
}
.agency-latest-news-blog .blog-archive .blog-box .social-link {
  margin-top: 20px;
  position: relative;
}
.agency-latest-news-blog .blog-archive .blog-box .social-link p {
  display: inline-block;
  font-size: 12px;
  line-height: 32px;
  color: #515151;
  float: left;
}
.agency-latest-news-blog .blog-archive .blog-box .social-link .share-box {
  float: right;
}
.agency-latest-news-blog .blog-archive .blog-box .social-link .share-box .social-icons {
  bottom: -41px;
  padding: 5px 7px;
  position: absolute;
  right: -4px;
  z-index: 999;
  background-color: #ffffff;
  margin-right: 0;
}
.agency-latest-news-blog .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);
}
.agency-latest-news-blog .blog-archive .blog-box .social-link .share-box .social-icons:before {
  right: 0;
  top: 3px;
}
.agency-latest-news-blog .blog-archive .blog-box .social-link .share-box .share-link:before,
.agency-latest-news-blog .blog-archive .blog-box .social-link .share-box .share-link:after {
  clear: both;
  content: "";
  display: table;
}
.agency-latest-news-blog .blog-archive .blog-box .social-link .share-box .share-link > i {
  border: 1px solid #bebebe;
  color: #bebebe;
  margin: 0 0 6px;
}
.agency-latest-news-blog .blog-archive .blog-box .social-link .share-box .share-link > i:hover {
  color: #25bff2;
  border-color: #25bff2;
  background-color: #ffffff;
}
.agency-latest-news-blog .blog-archive .col-sm-4:nth-child(3n+1) {
  clear: left;
}
.agency-latest-news-blog .share-box .share-link > i {
  border: 1px solid #bebebe;
  border-radius: 100%;
  background-color: transparent;
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0 0;
  text-align: center;
  width: 34px;
  float: left;
  margin-top: 7px;
  color: #bebebe;
  font-size: 15px;
  cursor: pointer;
}
.agency-latest-news-blog .share-box .share-link > i:hover {
  background-color: #202020;
  color: #ffffff;
  border-color: #202020;
}
.agency-latest-news-blog .share-box .share-link:hover .social-icons {
  opacity: 1;
  pointer-events: auto;
}
.agency-latest-news-blog .share-box .social-icons {
  border: 1px solid #ededed;
  padding: 8px 7px;
  display: inline-block;
  position: relative;
  opacity: 0;
  pointer-events: none;
  margin-right: 0px;
  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;
}
.agency-latest-news-blog .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;
}
.agency-latest-news-blog .share-box .social-icons ul {
  display: inline-block;
  margin: 0;
}
.agency-latest-news-blog .share-box .social-icons ul li {
  display: inline-block;
  margin-right: 7px;
  padding: 0;
}
.agency-latest-news-blog .share-box .social-icons ul li:last-child {
  margin-right: 0;
}
.agency-latest-news-blog .share-box .social-icons ul li a {
  background-color: #c2d3df;
  border-radius: 3px;
  height: 28px;
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  width: 28px;
}
.agency-latest-news-blog .share-box .social-icons ul li a:hover {
  background-color: #ffffff;
}
.agency-latest-news-blog .share-box .social-icons ul li a:hover.rss {
  color: #ffffff;
  background-color: #f68326;
}
.agency-latest-news-blog .share-box .social-icons ul li a:hover.instagram {
  color: #ffffff;
  background-color: #87a3b8;
}
.agency-latest-news-blog .share-box .social-icons ul li a:hover.pinterest {
  color: #ffffff;
  background-color: #f23737;
}
.agency-latest-news-blog .share-box .social-icons ul li a:hover.google {
  color: #ffffff;
  background-color: #f95636;
}
.agency-latest-news-blog .share-box .social-icons ul li a:hover.twitter {
  color: #ffffff;
  background-color: #3dc5f7;
}
.agency-latest-news-blog .share-box .social-icons ul li a:hover.facebook {
  color: #ffffff;
  background-color: #5572de;
}
.agency-latest-news-blog button {
  -moz-appearance: none;
  background: none;
  border: medium none;
  position: relative;
}
.agency-latest-news-blog button.slick-prev {
  position: absolute;
  left: -100px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.agency-latest-news-blog button.slick-prev:before {
  background-image: url(../images/slick-prev.png);
  background-repeat: no-repeat;
  height: 52px;
  width: 52px;
  content: "";
  display: block;
}
.agency-latest-news-blog button.slick-next {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.agency-latest-news-blog button.slick-next:before {
  background-image: url(../images/slick-next.png);
  background-repeat: no-repeat;
  height: 52px;
  width: 52px;
  content: "";
  display: block;
}
.agency-latest-news-blog ul.slick-dots {
  list-style-type: none;
  text-align: center;
}
.agency-latest-news-blog ul.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.agency-latest-news-blog ul.slick-dots li:last-child {
  margin-right: 8px;
}
.agency-latest-news-blog ul.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #d8d8d8;
  display: block;
  text-indent: -99em;
  overflow: hidden;
  position: static;
  border: none;
}
.agency-latest-news-blog ul.slick-dots li.slick-active button {
  background-color: #25bff2;
}
.gray-bg {
  background-color: #f9f9f9;
}
.light-sky-blue-bg {
  background-color: #f2f8fd;
}
.company-logos-2 {
  padding: 32px 0;
}
.btn-green {
  background-color: #14c757;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.09;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.btn-green:hover {
  border-color: #ffffff;
  color: #14c757;
  background-color: #ffffff;
  -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-blue {
  background-color: #25bff2;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.09;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.btn-blue:hover {
  border-color: #ffffff;
  color: #25bff2;
  background-color: #ffffff;
  -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-white {
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid #fff;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.09;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.btn-white:hover {
  border-color: #fff;
  color: #202020;
  background-color: #fff;
  -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-rounded-border {
  border-radius: 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.09;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.btn-rounded-border:hover {
  color: #000000;
  background-color: #ffffff;
  -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;
}
/************************************************************************************
64 Home Page V.2
*************************************************************************************/
header.agency-2 {
  background-color: transparent;
}
header.agency-2 nav.navbar > ul > li:hover > a {
  color: #25bff2;
}
header.agency-2 nav.navbar > ul > li > a:after {
  background-color: #25bff2;
  background-image: none;
}
.about-wordpress-theme .about-project {
  margin: 56px 0 0 0;
}
.about-wordpress-theme .about-project .title:after {
  display: none;
}
.about-wordpress-theme .about-project .title h3 {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  color: #202020;
  font-weight: 500;
}
.about-wordpress-theme .about-project .project-desc {
  margin-bottom: 35px;
  padding-left: 18px;
  border-left: 2px solid #dddddd;
}
.about-wordpress-theme .about-project .project-desc p {
  font-size: 16px;
  line-height: 2;
  font-style: italic;
  color: #1a1a1a;
}
.about-wordpress-theme .about-project .project-details {
  padding-left: 18px;
}
.about-wordpress-theme .about-project .project-details p {
  font-size: 12px;
  line-height: 2.66;
  color: #515151;
}
.make-sure-you-know {
  background-color: #f9f9f9;
  padding: 45px 0 30px;
  display: table;
  width: 100%;
}
.make-sure-you-know .col-left {
  width: 57%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.make-sure-you-know .col-left .know-the-details {
  padding-left: 15%;
}
.make-sure-you-know .col-left .know-the-details .know-title {
  padding-left: 55px;
  margin-top: 20px;
  margin-bottom: 77px;
}
.make-sure-you-know .col-left .know-the-details .know-title h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #202020;
}
.make-sure-you-know .col-left .know-the-details .know-details-inner h6 {
  font-size: 15px;
  line-height: 1.33;
  color: #202020;
  margin-top: 0;
}
.make-sure-you-know .col-left .know-the-details .know-details-inner p {
  font-size: 12px;
  line-height: 2.66;
  color: #515151;
}
.make-sure-you-know .col-left .know-the-details .know-details-inner .inner-first {
  display: table;
}
.make-sure-you-know .col-left .know-the-details .know-details-inner .inner-first .inner-left-one {
  background-image: url("../images/01.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: top;
  width: 190px;
}
.make-sure-you-know .col-left .know-the-details .know-details-inner .inner-first .inner-right-one {
  display: table-cell;
  padding-left: 12px;
  vertical-align: middle;
}
.make-sure-you-know .col-left .know-the-details .know-details-inner .inner-second {
  display: table;
  margin-top: 83px;
}
.make-sure-you-know .col-left .know-the-details .know-details-inner .inner-second .inner-left-two {
  background-image: url("../images/02.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: table-cell;
  height: 150px;
  text-align: center;
  vertical-align: top;
  width: 190px;
}
.make-sure-you-know .col-left .know-the-details .know-details-inner .inner-second .inner-right-two {
  display: table-cell;
  padding-left: 12px;
  vertical-align: middle;
}
.make-sure-you-know .col-right {
  width: 43%;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding-right: 30px;
}
.make-sure-you-know .col-right .you-know-img img {
  /* height: 100%; */
  max-width: 100%;
}
.simple-steps {
  display: table;
  width: 100%;
}
.simple-steps .col-step-left {
  width: 47%;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
}
.simple-steps .col-step-left .step-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
}
.simple-steps .col-step-left .step-img img {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.simple-steps .col-step-right {
  width: 53%;
  display: table-cell;
  vertical-align: middle;
  padding: 65px 68px 57px 52px;
}
.simple-steps .col-step-right .step-title {
  margin-bottom: 50px;
}
.simple-steps .col-step-right .step-title h2 {
  font-size: 34px;
  line-height: 1.1;
  color: #202020;
  margin: 0;
}
.simple-steps .col-step-right .steps-inner {
  margin: 0;
}
.simple-steps .col-step-right .steps-inner .steps {
  display: table;
  width: 50%;
  float: left;
  margin-bottom: 67px;
}
.simple-steps .col-step-right .steps-inner .steps:nth-child(3n) {
  margin-bottom: 0;
}
.simple-steps .col-step-right .steps-inner .steps:nth-child(4n) {
  margin-bottom: 0;
}
.simple-steps .col-step-right .steps-inner .steps .step-no {
  display: table-cell;
  vertical-align: top;
}
.simple-steps .col-step-right .steps-inner .steps .step-no p {
  font-size: 46px;
  line-height: 0.46;
  color: #25bff2;
}
.simple-steps .col-step-right .steps-inner .steps .step-desc {
  display: table-cell;
  vertical-align: middle;
  padding-left: 34px;
}
.simple-steps .col-step-right .steps-inner .steps .step-desc h6 {
  font-size: 15px;
  line-height: 1.33;
  margin: 0 0 13px;
  font-weight: 500;
}
.simple-steps .col-step-right .steps-inner .steps .step-desc p {
  font-size: 12px;
  line-height: 2.66;
}
/************************************************************************************
65 Home Page V.3
*************************************************************************************/
header.agency-3 {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  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.agency-3 .logo {
  padding: 24px 0 29px;
}
header.agency-3 nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  float: right;
  position: static;
}
header.agency-3 nav.navbar > ul > li {
  margin: 0 55px 0 0;
  padding: 27px 0 32px;
}
header.agency-3 nav.navbar > ul > li:last-child {
  margin-right: 50px;
}
header.agency-3 nav.navbar > ul > li.pos-r {
  position: relative;
}
header.agency-3 nav.navbar > ul > li > a {
  color: #ffffff;
  padding: 0 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 2.09;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 8px 20px;
}
header.agency-3 nav.navbar > ul > li > a:after {
  display: none;
}
header.agency-3 nav.navbar > ul > li:hover > a {
  border-color: #ffffff;
}
.banner.agency-three-banner {
  position: relative;
  width: 100%;
}
.banner.agency-three-banner > img {
  width: 100%;
}
.banner.agency-three-banner .banner-caption h1 {
  font-size: 63px;
  margin: 0;
  letter-spacing: 0.3px;
  line-height: 1.34;
  color: #ffffff;
}
.banner.agency-three-banner .banner-caption p {
  font-size: 18px;
  line-height: 3;
  letter-spacing: 0.3px !important;
  color: #ffffff;
  margin: 0;
  letter-spacing: 6px !important;
  text-transform: uppercase;
}
.banner.agency-three-banner .banner-caption a.start-today {
  border-radius: 22px;
  background-color: transparent;
  font-size: 11px;
  line-height: 4.09;
  letter-spacing: 0.5px;
  height: auto;
  color: #ffffff;
  background-color: #8242f3;
  display: inline-block;
  -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;
}
.banner.agency-three-banner .banner-caption a.start-today:hover {
  background-color: #fff;
  color: #8242f3;
  -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;
}
.banner.agency-three-banner .defaultimg {
  position: relative;
}
.banner.agency-three-banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f63c98+0,945bf3+100 */
  background: #f63c98;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f63c98 0%, #945bf3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f63c98 0%, #945bf3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f63c98 0%, #945bf3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f63c98', endColorstr='#945bf3', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.76;
  z-index: 1;
  content: "";
}
.banner.agency-three-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #25bff2;
  z-index: 1;
}
.banner.agency-three-banner .tparrows {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.61);
  cursor: pointer;
  display: block;
  height: 48px;
  opacity: 1 !important;
  position: absolute;
  visibility: visible !important;
  top: 53% !important;
  width: 48px;
  z-index: 1000;
  border-radius: 100%;
}
.banner.agency-three-banner .tparrows:hover {
  background-color: #8242f3;
  border-color: transparent;
  -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;
}
.banner.agency-three-banner .tparrows:before {
  line-height: 3.2;
}
.banner.agency-three-banner .tparrows.tp-rightarrow {
  right: 0 !important;
  top: 47.3% !important;
  left: inherit !important;
}
.banner.agency-three-banner .tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: FontAwesome;
}
.banner.agency-three-banner .tparrows.tp-leftarrow {
  left: 44px !important;
  top: 47.3% !important;
}
.banner.agency-three-banner .tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: FontAwesome;
}
.agency-three-features .features {
  padding: 80px 0 0 0;
}
.agency-three-three-simple-steps .steps-title {
  text-align: center;
}
.agency-three-three-simple-steps .steps-title h3 {
  font-size: 36px;
  line-height: 1.1;
}
.agency-three-three-simple-steps .steps-title p {
  font-size: 12px;
  line-height: 2.66;
  color: #515151;
}
.agency-three-three-simple-steps .steps-inner {
  position: relative;
  margin-top: 138px;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section {
  background-color: #f767b9;
  padding: 50px 70px 80px 60px;
  position: absolute;
  left: 0;
  top: -61px;
  max-width: 470px;
  width: 100%;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .pink-title {
  margin-bottom: 64px;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .pink-title h4 {
  font-size: 22px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul {
  margin: 0;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li {
  display: table;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 26px;
  margin-bottom: 50px;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li:last-child {
  border-bottom: none;
  margin-bottom: 50px;
  padding-bottom: 0;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li .points {
  display: table-cell;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li .points p {
  font-size: 26px;
  line-height: 1;
  color: #ffffff;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li .point-desc {
  display: table-cell;
  padding-left: 23px;
  vertical-align: middle;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li .point-desc h5 {
  font-size: 15px;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 13px;
  margin-top: 0;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li .point-desc p {
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .more-details-btn {
  border-radius: 22px;
  border: 1px solid #ffffff;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 2.09;
  padding: 8px 32px;
  float: right;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .more-details-btn i {
  padding-right: 15px;
}
.agency-three-three-simple-steps .steps-inner .left-pink-section .more-details-btn:hover {
  background-color: #ffffff;
  color: #f767b9;
  -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;
}
.agency-three-three-simple-steps .steps-inner .simple-step-banner img {
  width: 100%;
}
.agency-serices-provide h3 {
  font-size: 14px;
  line-height: 1.42;
  color: #27343e;
  font-weight: 600;
}
.agency-serices-provide .widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a i {
  background-color: #8242f3;
  background-image: none;
}
.agency-serices-provide .widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a.collapsed i {
  background-color: #bac4cd;
  background-image: none;
}
.agency-serices-provide .widget-column .progress-bars {
  margin: 31px 0 0 0;
  border-radius: 5px;
}
.agency-serices-provide .widget-column .progress-bars .pro-bars {
  margin-bottom: 38px;
}
.agency-serices-provide .widget-column .progress-bars .pro-bars:last-child {
  margin-bottom: 0;
}
.agency-serices-provide .widget-column .progress-bars .pro-bars p {
  font-size: 13px;
  line-height: 1.53;
  margin-bottom: 0;
  padding-bottom: 19px;
  font-weight: 600;
}
.agency-serices-provide .widget-column .progress-bars .pro-bars .progress .progress-bar {
  background: #25bff2;
  background: -moz-linear-gradient(45deg, #945bf3 0%, #f63c98 99%);
  background: -webkit-linear-gradient(45deg, #945bf3 0%, #f63c98 99%);
  background: linear-gradient(45deg, #945bf3 0%, #f63c98 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(148, 91, 243)', endColorstr='rgb(246, 60, 152)', GradientType=1);
  box-shadow: none;
  border-radius: 5px;
}
.agency-price-plan {
  padding: 80px 0 150px;
}
.agency-price-plan .section-title {
  text-align: center;
}
.agency-price-plan .section-title h3 {
  font-size: 36px;
  line-height: 1.1;
}
.agency-price-plan .section-title p {
  font-size: 12px;
  line-height: 2.66;
  color: #515151;
}
.agency-price-plan .table-2 {
  margin-top: 50px;
  margin-bottom: 0;
}
.agency-price-plan .price-table .price span {
  color: #f767b9;
}
.agency-price-plan .price-table .price-desc ul li a i {
  color: #f767b9;
}
.agency-price-plan .price-table .btn-outline:hover {
  background-image: none;
  background-color: #f767b9;
  -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;
}
.agency-price-plan .price-table:hover .btn-outline,
.agency-price-plan .price-table.active .btn-outline {
  background-image: none;
  background-color: #f767b9;
  -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;
}
.our-client-say {
  background-color: #fafafa;
  padding: 64px 0;
}
.our-client-say .client-title {
  position: relative;
  text-align: center;
}
.our-client-say .client-title h2 {
  font-size: 36px;
  line-height: 1.1;
  color: #202020;
  margin-bottom: 30px;
}
.our-client-say .client-title:after {
  width: 80px;
  display: block;
  height: 2px;
  background-color: #f767b9;
  bottom: -36px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
}
.our-client-say .author-inner-boxes {
  margin: 106px 0 0 0;
}
.our-client-say .author-inner-boxes .author-box {
  display: table;
  border-radius: 1px;
  background-color: #ffffff;
  padding: 27px 24px 19px 13px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  max-width: 370px;
  width: 100%;
  min-height: 240px;
  height: 100%;
}
.our-client-say .author-inner-boxes .author-box .author-pic {
  display: table-cell;
  vertical-align: top;
}
.our-client-say .author-inner-boxes .author-box .author-pic a {
  border-radius: 100%;
  height: 80px;
  width: 80px;
  line-height: 1;
  border: 3px solid #ffffff;
  display: block;
  overflow: hidden;
}
.our-client-say .author-inner-boxes .author-box .author-desc {
  display: table-cell;
  padding-left: 23px;
}
.our-client-say .author-inner-boxes .author-box .author-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #636d77;
  font-style: italic;
}
.our-client-say .author-inner-boxes .author-box .author-desc span.author-name {
  font-size: 12px;
  line-height: 1.83;
  color: #262b2f;
  font-weight: 500;
}
.our-client-say .author-inner-boxes .author-box .author-desc span.author-logo {
  float: right;
}
.our-client-say button {
  background-color: transparent;
  border: none;
  border: 1px solid #9c9c9c;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  line-height: 1;
  position: absolute;
  top: 34%;
  transform: translateY(-34%);
  -o-transform: translateY(-34%);
  -webkit-transform: translateY(-34%);
  -moz-transform: translateY(-34%);
  color: #9c9c9c;
}
.our-client-say button.slick-prev {
  left: -9rem;
}
.our-client-say button.slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
}
.our-client-say button.slick-next {
  right: -9rem;
}
.our-client-say button.slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
}
.our-client-say ul.slick-dots {
  list-style-type: none;
  text-align: center;
  margin-top: 54px;
}
.our-client-say ul.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.our-client-say ul.slick-dots li:last-child {
  margin-right: 8px;
}
.our-client-say ul.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #d8d8d8;
  display: block;
  text-indent: -99em;
  overflow: hidden;
  position: static;
  border: none;
}
.our-client-say ul.slick-dots li.slick-active button {
  background-color: #f767b9;
}
.agency-three-footer ul li a:hover {
  color: #f767b9;
}
/************************************************************************************
66 Home Page V.4
*************************************************************************************/
header.event-header {
  padding: 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.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;
}
header.event-header .header-top {
  padding: 15px 0;
  background-color: #5b5fe7;
}
header.event-header .header-top .header-top-left .dropdown {
  float: left;
  padding-right: 40px;
}
header.event-header .header-top .header-top-left .dropdown button.btn-default {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/us-flag.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
  padding: 0 0 0 25px;
}
header.event-header .header-top .header-top-left .dropdown button.btn-default span.caret {
  height: 4px;
  background-image: url(../images/arw5.png);
  border: none;
}
header.event-header .header-top .header-top-left > ul {
  margin: 0;
}
header.event-header .header-top .header-top-left > ul > li {
  margin-right: 40px;
}
header.event-header .header-top .header-top-left > ul > li > a {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
}
header.event-header .header-top .header-top-right ul {
  margin: 0;
}
header.event-header .header-top .header-top-right ul li {
  margin: 0 20px;
}
header.event-header .header-top .header-top-right ul li a {
  color: #ffffff;
}
header.event-header .header-top .header-top-right ul li a.facebook:hover {
  color: #5572de;
}
header.event-header .header-top .header-top-right ul li a.twitter:hover {
  color: #3dc5f7;
}
header.event-header .header-top .header-top-right ul li a.google:hover {
  color: #f95636;
}
header.event-header .header-top .header-top-right ul li a.pintrest:hover {
  color: #f23737;
}
header.event-header .header-top .header-top-right ul li a.instagram:hover {
  color: #87a3b8;
}
header.event-header .header-top .header-top-right ul li a.rss:hover {
  color: #f68326;
}
header.event-header .header-bottom .login-register {
  padding: 31px 0;
  margin-right: 0;
}
header.event-header .header-bottom .login-register ul {
  padding: 0;
  position: relative;
  margin: 0;
}
header.event-header .header-bottom .login-register ul li a {
  border-radius: 18px;
  color: #ffffff;
  display: inline-block;
  line-height: 2;
  margin-right: 19px;
  padding: 3px 3px 3px 27px;
  font-weight: 600;
}
header.event-header .header-bottom .login-register ul li a span {
  border-radius: 100%;
  display: inline-block;
  height: 29px;
  margin-left: 14px;
  text-align: center;
  width: 29px;
}
header.event-header .header-bottom .login-register ul li a.login {
  background-color: #5b5fe7;
}
header.event-header .header-bottom .login-register ul li a.login span {
  background-color: #6c70ee;
}
header.event-header .header-bottom .login-register ul li a.login:hover {
  background-color: #6c70ee;
}
header.event-header .header-bottom .login-register ul li a.login:hover span {
  background-color: #5b5fe7;
}
header.event-header .header-bottom .login-register ul li a.register {
  background-color: #ff4d56;
}
header.event-header .header-bottom .login-register ul li a.register span {
  background-color: #fa7077;
}
header.event-header .header-bottom .login-register ul li a.register:hover {
  background-color: #fa7077;
}
header.event-header .header-bottom .login-register ul li a.register:hover span {
  background-color: #ff4d56;
}
header.event-header .header-bottom nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  float: right;
  position: static;
}
header.event-header .header-bottom nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
header.event-header .header-bottom nav.navbar > ul > li {
  margin: 0 90px 0 0;
}
header.event-header .header-bottom nav.navbar > ul > li:last-child {
  margin-right: 80px;
}
header.event-header .header-bottom nav.navbar > ul > li.pos-r {
  position: relative;
}
header.event-header .header-bottom nav.navbar > ul > li > a {
  color: #202020;
  padding: 0 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: block;
  font-weight: 600;
}
header.event-header .header-bottom nav.navbar > ul > li > a:after {
  content: "";
  height: 2px;
  width: 0;
  margin-top: 10px;
  display: block;
  background: #5b5fe7;
  -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.event-header .header-bottom nav.navbar > ul > li:hover > a {
  color: #202020;
}
header.event-header .header-bottom nav.navbar > ul > li:hover > a:after {
  width: 100%;
}
header.event-header .header-bottom nav.navbar > ul > li:hover .nav-wrapper {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.event-header .header-bottom nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
.banner.event-banner {
  position: relative;
  width: 100%;
  margin-top: 52px;
}
.banner.event-banner > img {
  width: 100%;
}
.banner.event-banner .banner-caption {
  /* position: absolute;
					top: 50%;
					left: 0;
					right: 0;
					text-align: center;
					color: @color-01;
					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%); */
  top: 70px !important;
}
.banner.event-banner .banner-caption h1 {
  font-size: 63px;
  margin: 0 0 16px;
  letter-spacing: 0.3px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
}
.banner.event-banner .banner-caption p {
  font-size: 19px;
  line-height: 2.9;
  letter-spacing: 0.3px!important;
  color: #ffffff;
  letter-spacing: 12px !important;
}
.banner.event-banner .banner-caption .btn {
  height: 50px !important;
  line-height: 4.7 !important;
  padding: 0 50px !important;
  font-size: 11px !important;
  margin-bottom: 10px !important;
}
.banner.event-banner .banner-caption .our-pricing {
  border-radius: 22px;
  background-color: #ff4d56;
  font-size: 11px;
  line-height: 2.09;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.banner.event-banner .banner-caption .our-pricing:hover {
  background-color: #fa7077;
}
.banner.event-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #25bff2;
  z-index: 1;
}
.banner.event-banner .tparrows {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: block;
  height: 48px;
  border-radius: 100%;
  left: auto;
  opacity: 1 !important;
  position: absolute;
  right: 0;
  visibility: visible !important;
  top: 53% !important;
  width: 48px;
  z-index: 1000;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.banner.event-banner .tparrows:hover {
  background-color: #ff4d56;
}
.banner.event-banner .tparrows:before {
  line-height: 3.2;
}
.banner.event-banner .tparrows.tp-rightarrow {
  right: 0;
}
.banner.event-banner .tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: FontAwesome;
}
.banner.event-banner .tparrows.tp-leftarrow {
  left: 0 !important;
}
.banner.event-banner .tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: FontAwesome;
}
.event-four-features {
  padding: 80px 0 85px;
}
.event-feature-box {
  border: 1px solid #dedede;
  border-radius: 2px;
  padding: 31px 40px 38px;
  text-align: center;
}
.event-feature-box .event-icon {
  margin-bottom: 22px;
}
.event-feature-box .event-desc h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 700;
}
.event-feature-box .event-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
}
.event-page-section-title {
  text-align: center;
  position: relative;
  padding-bottom: 24px;
}
.event-page-section-title:after {
  background-image: url(../images/event-four-title-bg.png);
  height: 4px;
  width: 44px;
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.event-page-section-title h3 {
  font-size: 24px;
  line-height: 1;
  color: #1a1a1a;
  margin: 0;
  text-transform: uppercase;
}
.event-four-upcoming-events {
  background-color: #fbfbfb;
  padding: 62px 0 30px;
}
.upcoming-event-list {
  margin-top: 54px;
}
.upcoming-event-list .slick-track {
  padding: 10px 0;
}
.upcoming-event-list ul.slick-dots {
  list-style-type: none;
  text-align: center;
  margin-top: 56px;
}
.upcoming-event-list ul.slick-dots li {
  display: inline-block;
}
.upcoming-event-list ul.slick-dots li button {
  text-indent: -99em;
  height: 8px;
  width: 8px;
  display: block;
  border-radius: 100%;
  border: none;
  margin-right: 6px;
  background-color: #dddde3;
  overflow: hidden;
}
.upcoming-event-list ul.slick-dots li.slick-active button {
  background-color: #ff464f;
}
.upcoming-event-box {
  border-radius: 2px;
  max-width: 370px;
  width: 100%;
  padding: 0 0 30px 0;
  margin: 0 14px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
.upcoming-event-box:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}
.upcoming-event-box.slick-active:after {
  display: none;
}
.upcoming-event-box .event-img {
  position: relative;
}
.upcoming-event-box .event-img .event-author {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
.upcoming-event-box .event-desc {
  margin: 67px 0 0 0;
  text-align: center;
}
.upcoming-event-box .event-desc ul {
  margin-bottom: 37px;
}
.upcoming-event-box .event-desc ul li {
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 10px;
}
.upcoming-event-box .event-desc ul li:last-child {
  margin-right: 0;
}
.upcoming-event-box .event-desc ul li a {
  font-size: 13px;
  line-height: 1.53;
  color: #5f5f5f;
  font-style: italic;
}
.upcoming-event-box .event-desc ul li a img {
  padding-right: 9px;
  float: left;
}
.upcoming-event-box .event-desc a.details {
  color: #ff464f;
  display: block;
  background-image: url(../images/red-arrow.png);
  background-repeat: no-repeat;
  background-position: 37% center;
}
.event-four-business-schedule {
  padding: 136px 0 0 0;
}
.business-schedule-main-box {
  border: 1px solid #e5e5e5;
  margin-top: 65px;
}
.business-schedule-main-box ul.nav.nav-tabs li {
  max-width: 194px;
  width: 100%;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}
.business-schedule-main-box ul.nav.nav-tabs li:last-child {
  border-right: none;
}
.business-schedule-main-box ul.nav.nav-tabs li a {
  margin: 0;
  border-radius: 0;
  padding: 22px 0 29px;
  background-color: transparent;
  font-size: 22px;
  line-height: 1.27;
  border: none;
  color: #202020;
}
.business-schedule-main-box ul.nav.nav-tabs li a span {
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-top: 5px;
}
.business-schedule-main-box ul.nav.nav-tabs li.active {
  border-radius: 0;
  margin: 0;
  background-color: #5b5fe7;
}
.business-schedule-main-box ul.nav.nav-tabs li.active a {
  border: none;
  color: #ffffff;
}
.business-schedule-main-box ul.nav.nav-tabs li.active:after {
  background-image: url(../images/schedule-trangle.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 6px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
}
.business-schedule-main-box ul.nav.nav-tabs li:hover {
  background-color: #5b5fe7;
}
.business-schedule-main-box ul.nav.nav-tabs li:hover a {
  color: #ffffff;
}
.business-schedule-main-box ul.nav.nav-tabs li:hover a span {
  color: #ffffff;
}
.business-schedule-main-box ul.nav.nav-tabs li:hover:after {
  background-image: url(../images/schedule-trangle.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 11px;
  height: 6px;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
}
.business-schedule-main-box .schedule {
  position: relative;
  margin-top: 29px;
  padding-left: 45px;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group {
  position: relative;
  overflow: hidden;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 35px;
  left: 127px;
  border-right: 2px solid #d2d2d2;
  max-height: 830px;
  min-height: 325px;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel {
  border-radius: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default {
  border: none;
  margin-bottom: 11px;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading {
  background-color: transparent;
  border-radius: 0;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a {
  font-size: 14px;
  line-height: 2.28;
  color: #7f7f7f;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a span {
  display: inline-block;
  position: relative;
  padding-left: 90px;
  font-size: 15px;
  line-height: 1.33;
  color: #202020;
  font-weight: 600;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a span:before {
  border: 2px solid #d2d2d2;
  border-radius: 100%;
  content: "";
  display: block;
  height: 19px;
  left: 39px;
  position: absolute;
  top: 0px;
  width: 19px;
  background-color: #ffffff;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a span:after {
  content: "\f106";
  position: absolute;
  right: -23px;
  top: 0;
  font-family: "fontawesome";
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a.collapsed span {
  position: relative;
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a.collapsed span:after {
  content: "\f107";
  position: absolute;
  top: 0;
  font-family: "fontawesome";
}
.business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-collapse .panel-body {
  border-top: none;
  width: 100%;
  padding: 0 70px 0 170px;
}
.event-aspect {
  padding-top: 80px;
}
.event-aspect .event-page-section-title {
  margin-bottom: 34px;
}
.event-aspect .register {
  border-radius: 18px;
  color: #ffffff;
  display: inline-block;
  line-height: 2;
  margin: 19px 0 0 0;
  padding: 3px 3px 3px 27px;
  background-color: #ff4d56;
}
.event-aspect .register span {
  border-radius: 100%;
  display: inline-block;
  height: 29px;
  margin-left: 14px;
  text-align: center;
  width: 29px;
  background-color: #fa7077;
}
.event-aspect .register:hover {
  background-color: #fa7077;
}
.event-aspect .register:hover span {
  background-color: #ff4d56;
}
.event-aspect .desc {
  max-width: 1030px;
  margin: 0 auto 50px;
}
.event-aspect .event-box img {
  max-width: 100%;
  width: 100%;
}
.event-aspect .event-box .caption-box {
  padding: 50px 0 57px;
  margin-top: -72px;
  position: relative;
  z-index: 1;
  background-image: url(../images/aspect-caption-box.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.event-aspect .event-box .caption-box .count-box {
  text-align: center;
}
.event-aspect .event-box .caption-box .count-box h3 {
  margin: 0;
  color: #ffffff;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.4;
}
.event-aspect .event-box .caption-box .count-box p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
.client-logo-2 {
  padding: 75px 0;
}
.client-logo-2 .client-logo-row {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.client-logo-2 .client-logo-row:last-child {
  border-bottom: none;
}
.client-logo-2 .client-logo {
  height: 185px;
  line-height: 185px;
  width: 33.33%;
  border-right: 1px solid #e5e5e5;
  float: left;
  text-align: center;
  padding: 0 15px;
}
.client-logo-2 .client-logo:last-child {
  border-right: none;
}
.client-logo-2 .client-logo a img {
  opacity: 0.5;
}
.client-logo-2 .client-logo a:hover img {
  opacity: 1;
}
.event-four-footer .footer {
  background-color: #202020;
}
.event-four-footer .footer ul li a:hover {
  color: #ff4d56;
}
/************************************************************************************
67 Home Page V.5
*************************************************************************************/
header.five-business-solution-header {
  background-color: #ffffff;
  position: static;
}
header.five-business-solution-header .header-top {
  padding: 9px 0;
  border-bottom: 1px solid #e5e5e5;
}
header.five-business-solution-header .header-top .header-top-left .dropdown {
  float: left;
  padding-right: 40px;
}
header.five-business-solution-header .header-top .header-top-left .dropdown button.btn-default {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/us-flag.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #474747;
  font-size: 12px;
  line-height: 1.91;
  padding: 0 0 0 25px;
}
header.five-business-solution-header .header-top .header-top-left .dropdown button.btn-default span.caret {
  height: 4px;
  background-image: url(../images/arw5.png);
  border: none;
}
header.five-business-solution-header .header-top .header-top-left > ul {
  margin: 0;
}
header.five-business-solution-header .header-top .header-top-left > ul > li {
  margin-right: 40px;
}
header.five-business-solution-header .header-top .header-top-left > ul > li > a {
  color: #474747;
  font-size: 12px;
  line-height: 1.91;
}
header.five-business-solution-header .header-top .header-top-left > ul > li > a i {
  padding-right: 8px;
}
header.five-business-solution-header .header-top .header-top-left > ul > li > a:hover {
  color: #46cbff;
}
header.five-business-solution-header .header-top .header-top-right {
  text-align: right;
}
header.five-business-solution-header .header-top .header-top-right > ul {
  margin: 0;
}
header.five-business-solution-header .header-top .header-top-right > ul > li {
  border-right: 1px solid #474747;
  line-height: 1;
  padding: 0 16px;
}
header.five-business-solution-header .header-top .header-top-right > ul > li a {
  font-size: 10px;
  line-height: 1.2;
  color: #474747;
  font-weight: 600;
}
header.five-business-solution-header .header-top .header-top-right > ul > li a:hover {
  color: #46cbff;
}
header.five-business-solution-header .header-top .header-top-right > ul > li:last-child {
  border-right: none;
  padding-right: 0;
}
header.five-business-solution-header .header-middle {
  padding: 19px 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
header.five-business-solution-header .header-middle .header-middle-right {
  text-align: right;
  margin-top: 14px;
}
header.five-business-solution-header .header-middle .header-middle-right > ul {
  margin: 0;
}
header.five-business-solution-header .header-middle .header-middle-right > ul > li {
  margin-right: 25px;
  vertical-align: middle-with-baseline;
}
header.five-business-solution-header .header-middle .header-middle-right > ul > li:last-child {
  margin-right: 0;
}
header.five-business-solution-header .header-middle .header-middle-right > ul > li > a {
  color: #474747;
}
header.five-business-solution-header .header-middle .header-middle-right > ul > li > a.facebook:hover {
  color: #5572de;
}
header.five-business-solution-header .header-middle .header-middle-right > ul > li > a.twitter:hover {
  color: #3dc5f7;
}
header.five-business-solution-header .header-middle .header-middle-right > ul > li > a.google:hover {
  color: #f95636;
}
header.five-business-solution-header .header-middle .header-middle-right > ul > li > a.pintrest:hover {
  color: #f23737;
}
header.five-business-solution-header .header-middle .header-middle-right > ul > li > a.instagram:hover {
  color: #87a3b8;
}
header.five-business-solution-header .header-middle .header-middle-right > ul > li > a.rss:hover {
  color: #f68326;
}
header.five-business-solution-header .header-bottom {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  position: static;
  min-height: 0;
  float: left;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li {
  margin: 0 66px 0 0;
  padding: 16px 28px 16px 0;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li:last-child {
  margin-right: 66px;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li.pos-r {
  position: relative;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li > a {
  color: #404040;
  padding: 0 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: block;
  font-weight: 600;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li > a:after {
  display: none;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li:hover > a {
  color: #25bff2;
  -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.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li:hover .nav-wrapper {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.five-business-solution-header .header-bottom .header-bottom-left 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;
  box-shadow: 0 0 3px 2px rgba(51, 51, 51, 0.5);
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li .sub-menu.list-unstyled {
  margin: 0 0 0 0;
}
header.five-business-solution-header .header-bottom .header-bottom-left 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-weight: 500;
}
header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li .sub-menu.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.five-business-solution-header .header-bottom .header-bottom-left 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.five-business-solution-header .header-bottom .header-bottom-left .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;
  box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.5);
  -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.five-business-solution-header .header-bottom .header-bottom-left .nav-wrapper .nav-box {
  position: relative;
}
header.five-business-solution-header .header-bottom .header-bottom-left .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.five-business-solution-header .header-bottom .header-bottom-left .nav-wrapper .nav-box:last-child:after {
  border: none;
}
header.five-business-solution-header .header-bottom .header-bottom-left .nav-wrapper .nav-box h4 {
  font-size: 11px;
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0;
  color: #000000;
}
header.five-business-solution-header .header-bottom .header-bottom-left .nav-wrapper .nav-box p.txt-italic {
  font-size: 12px;
  line-height: 1.66;
  font-style: italic;
  font-weight: 500;
  color: #686868;
  margin: 9px 0 0;
}
header.five-business-solution-header .header-bottom .header-bottom-left .nav-wrapper .nav-box .nav-title {
  margin-bottom: 17px;
}
header.five-business-solution-header .header-bottom .header-bottom-left .nav-wrapper .nav-box .text-box p {
  color: #5f5f5f;
  margin-bottom: 0;
}
header.five-business-solution-header .header-bottom .header-bottom-left .nav-wrapper ul.list-unstyled {
  margin: 0 0 0 0;
}
header.five-business-solution-header .header-bottom .header-bottom-left .nav-wrapper ul.list-unstyled li a {
  font-size: 12px;
  line-height: 3.33;
  text-decoration: none;
  position: relative;
  display: block;
  color: #5c5c5c;
  font-weight: 500;
}
header.five-business-solution-header .header-bottom .header-bottom-left .nav-wrapper ul.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.five-business-solution-header .header-bottom .header-bottom-left .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.five-business-solution-header .header-bottom .header-bottom-right {
  padding: 12px 0px 12px 0;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul {
  padding: 0;
  position: relative;
  margin: 0;
  float: right;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li {
  margin-right: 24px;
  padding: 0;
  float: left;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li:last-child {
  margin-right: 0;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li > a {
  position: relative;
  display: block;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li > a .count {
  width: 16px;
  height: 16px;
  background-color: #14c757;
  color: #ffffff;
  border-radius: 100%;
  position: absolute;
  right: -9px;
  top: -7px;
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
  background: #25bff2;
}
header.five-business-solution-header .header-bottom .header-bottom-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.five-business-solution-header .header-bottom .header-bottom-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.five-business-solution-header .header-bottom .header-bottom-right > ul li .shopping-cart-drop-down .cart-product {
  margin: 20px 0 0 0;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li .shopping-cart-drop-down .cart-product .media {
  margin-bottom: 20px;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li .shopping-cart-drop-down .cart-product .media .media-left {
  padding-right: 30px;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li .shopping-cart-drop-down .cart-product .media .media-body {
  padding-top: 20px;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p {
  line-height: 1;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p a {
  color: #000000;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
header.five-business-solution-header .header-bottom .header-bottom-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;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li .shopping-cart-drop-down .cart-product .btn-grd {
  float: left;
  width: 108px;
  background-color: #86a3a7;
  background-image: none;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:last-child {
  float: right;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:hover {
  background: #25bff2;
}
header.five-business-solution-header .header-bottom .header-bottom-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.five-business-solution-header .header-bottom .header-bottom-right > ul li .cart-drop li {
  padding: 0;
}
header.five-business-solution-header .header-bottom .header-bottom-right > ul li:hover .cart-drop {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
header.five-business-solution-header .header-bottom .header-bottom-right .hamburg-menu {
  width: 12px;
  margin-top: 7px;
}
header.five-business-solution-header .header-bottom .header-bottom-right .hamburg-menu span {
  height: 2px;
  width: 100%;
  background-color: #404040;
  margin-bottom: 2px;
  display: block;
}
header.five-business-solution-header .header-bottom .header-bottom-right .hamburg-menu span:last-child {
  margin-bottom: 0;
}
header.five-business-solution-header .header-bottom .header-bottom-right .menu-btn {
  overflow: hidden;
  display: inline-block;
  margin: 37px 25px 0 0;
  cursor: pointer;
  display: none;
}
header.five-business-solution-header .header-bottom .header-bottom-right .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
header.five-business-solution-header .header-bottom .header-bottom-right .menu-btn .strip-bx span {
  background-color: #25bff2;
  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.five-business-solution-header .header-bottom .header-bottom-right .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
header.five-business-solution-header .header-bottom .header-bottom-right .menu-btn.open .strip-bx span {
  background-color: #25bff2;
}
header.five-business-solution-header .header-bottom .header-bottom-right .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
header.five-business-solution-header .header-bottom .header-bottom-right .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
header.five-business-solution-header .header-bottom .header-bottom-right .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
header.five-business-solution-header .header-bottom .header-bottom-right .menu-btn > span {
  font-size: 13px;
  color: #515151;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
header.five-business-solution-header .header-bottom .header-bottom-right .menu-btn > span:hover {
  color: #515151;
}
header.five-business-solution-header .header-bottom .header-bottom-right .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #25bff2;
}
header.five-business-solution-header .header-bottom .header-bottom-right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
}
header.five-business-solution-header .header-bottom .header-bottom-right .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.five-business-solution-header .header-bottom .header-bottom-right .side-menu.open {
  right: 0;
}
header.five-business-solution-header .header-bottom .header-bottom-right .side-menu .close {
  display: block;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  z-index: 999;
}
header.five-business-solution-header .header-bottom .header-bottom-right .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.five-business-solution-header .header-bottom .header-bottom-right .side-menu .close > span:last-child {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header.five-business-solution-header .header-bottom .header-bottom-right .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.five-business-solution-header .header-bottom .header-bottom-right .side-menu .nav-wrapper > li {
  max-width: 300px;
  height: 100%;
  overflow: auto;
}
header.five-business-solution-header .header-bottom .header-bottom-right .side-menu .nav-wrapper .nav-box {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 37px;
  margin-bottom: 35px;
}
header.five-business-solution-header .header-bottom .header-bottom-right .side-menu .nav-wrapper .nav-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
header.five-business-solution-header .header-bottom .header-bottom-right .side-menu .nav-wrapper .nav-box:after {
  display: none;
}
header.five-business-solution-header .logo {
  padding: 0;
}
.banner.business-solution-banner {
  position: relative;
  width: 100%;
}
.banner.business-solution-banner > img {
  width: 100%;
}
.banner.business-solution-banner .banner-caption h1 {
  font-size: 45px;
  margin: 0 0 16px;
  letter-spacing: -3px;
  line-height: 1.14;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.banner.business-solution-banner .banner-caption p {
  font-size: 22px;
  line-height: 1.90;
  color: #ffffff;
  margin: 0 0 28px;
  letter-spacing: 2px;
  text-align: center;
}
.banner.business-solution-banner .banner-caption .btn {
  height: 50px !important;
  line-height: 4.7 !important;
  padding: 0 50px !important;
  font-size: 11px !important;
}
.banner.business-solution-banner .banner-caption .ready-to-start {
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid transparent;
  color: #202020;
  font-size: 11px;
  line-height: 2.09;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.banner.business-solution-banner .banner-caption .ready-to-start:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #46cbff;
  -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;
}
.banner.business-solution-banner .defaultimg {
  position: relative;
}
.banner.business-solution-banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #404040;
  z-index: 1;
  content: "";
}
.banner.business-solution-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #404040;
  z-index: 1;
}
.banner.business-solution-banner .tparrows {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.61);
  cursor: pointer;
  display: block;
  border-radius: 100%;
  height: 52px;
  left: auto;
  opacity: 1 !important;
  position: absolute;
  right: 0;
  visibility: visible !important;
  top: 53% !important;
  width: 52px;
  z-index: 1000;
  padding: 2px;
}
.banner.business-solution-banner .tparrows:before {
  line-height: 3.2;
}
.banner.business-solution-banner .tparrows.tp-rightarrow {
  right: 0 !important;
  top: 47.3% !important;
}
.banner.business-solution-banner .tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: FontAwesome;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 46px;
  display: block;
}
.banner.business-solution-banner .tparrows.tp-rightarrow:hover:before {
  background-color: #22c5fa;
}
.banner.business-solution-banner .tparrows.tp-leftarrow {
  left: 0 !important;
  top: 47.3% !important;
}
.banner.business-solution-banner .tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: FontAwesome;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 46px;
  display: block;
}
.banner.business-solution-banner .tparrows.tp-leftarrow:hover:before {
  background-color: #22c5fa;
}
.five-business-solution-make-appointment {
  background-color: #f6f6f6;
}
.appoint-inner {
  padding: 30px 0;
  display: table;
}
.appoint-inner .appoint-icon {
  display: table-cell;
  padding-right: 33px;
  vertical-align: top;
}
.appoint-inner .appoint-icon .icon {
  border: 3px solid #e7e7e7;
  border-radius: 100%;
  height: 64px;
  line-height: 57px;
  text-align: center;
  width: 64px;
  display: inline-block;
}
.appoint-inner .appointment-desc {
  display: table-cell;
  vertical-align: middle;
}
.appoint-inner .appointment-desc h6 {
  font-size: 13px;
  line-height: 1.53;
  color: #27343e;
  margin: 0;
  font-weight: 500;
}
.appoint-inner .appointment-desc h6 a {
  color: #27343e;
}
.appoint-inner .appointment-desc p {
  font-size: 12px;
  line-height: 2;
  color: #5f5f5f;
  margin-bottom: 0;
}
.appointment-button {
  padding: 38px 0;
}
.appointment-button a.btn-appointment {
  border-radius: 23px;
  background-color: #46cbff;
  color: #ffffff;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0.2px;
  padding: 13px 41px;
  display: inline-block;
  text-align: center;
}
.appointment-button a.btn-appointment:hover {
  background-color: #0497d1;
}
.doing .workflow-1 {
  position: relative;
  min-height: 360px;
}
.doing .workflow-1 .workflow-desc {
  padding: 1px;
}
.doing .workflow-1 .workflow-desc .workflow-name {
  margin: 22px 0 0 0;
}
.doing .workflow-1 .workflow-desc .workflow-name h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.33;
  font-weight: 500;
}
.doing .workflow-1 .workflow-desc .workflow-name h4 a {
  color: #202020;
}
.doing .workflow-1 .workflow-desc .workflow-txt {
  margin: 10px 0 0 0;
}
.doing .workflow-1 .workflow-desc .workflow-txt p {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #515151;
}
.doing .workflow-1 .workflow-desc .workflow-txt a.read-more-btn {
  padding-left: 25px;
  color: #46cbff;
  font-size: 11px;
  line-height: 2.90;
  display: inline-block;
  margin-top: 34px;
  background-image: url(../images/read-more-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.doing .workflow-1 .workflow-desc .workflow-txt a.read-more-btn:hover {
  color: #202020;
  background-image: url(../images/read-more-arrow-gray.png);
  background-repeat: no-repeat;
  background-position: 0 center;
}
.five-business-solution-best-solution {
  margin: 167px 0 0 0;
}
.five-business-solution-best-solution .business-solution-section-title {
  text-align: left;
}
.five-business-solution-best-solution .business-solution-section-title h2:before {
  margin: 0 0 24px 0;
}
.best-solution-inner {
  margin: 44px 0 0 0;
}
.featured {
  margin: 0 0 46px;
  display: table;
}
.featured .feature-no {
  display: table-cell;
  vertical-align: top;
}
.featured .feature-no h5 {
  font-size: 30px;
  line-height: 1.06;
  margin: 0;
  font-weight: 600;
}
.featured .feature-no h5.blue {
  color: #46cbff;
}
.featured .feature-no h5.yellow {
  color: #fcc44c;
}
.featured .feature-no h5.orange {
  color: #fb623e;
}
.featured .feature-desc {
  display: table-cell;
  padding-left: 23px;
}
.featured .feature-desc h6 {
  font-size: 15px;
  display: inline-block;
  margin: 0;
  color: #202020;
  line-height: 1.33;
  font-weight: 600;
}
.featured .feature-desc p {
  margin: 10px 0 0 0;
  color: #515151;
  line-height: 2.66;
  font-size: 12px;
}
.business-solution-title h3 {
  font-size: 31px;
  line-height: 1.61;
  color: #202020;
}
.business-solution-section-title {
  text-align: center;
}
.business-solution-section-title h2 {
  font-size: 31px;
  line-height: 1.61;
  color: #202020;
  font-weight: 600;
}
.business-solution-section-title h2:before {
  width: 139px;
  height: 2px;
  display: block;
  content: "";
  background-color: #46cbff;
  margin: 0 auto 24px;
}
.five-business-solution-what-our-client-say {
  background-color: #f8f8f8;
  padding: 55px 0 58px;
}
.call-to-action-two.cta-blue .action-desc h5 {
  margin: 0;
}
.call-to-action-two.cta-green .action-desc p {
  font-style: italic;
}
.client-say-inner {
  margin-top: 70px;
}
.client-say-inner .slick-list {
  padding-top: 40px;
}
.client-say-inner ul.slick-dots {
  text-align: center;
  margin-top: 51px;
}
.client-say-inner ul.slick-dots li {
  list-style-type: none;
  display: inline-block;
  margin-right: 7px;
}
.client-say-inner ul.slick-dots li:last-child {
  margin-right: 0;
}
.client-say-inner ul.slick-dots li button {
  text-indent: -99em;
  overflow: hidden;
  background-color: #c1c1c1;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: none;
}
.client-say-inner ul.slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #46cbff;
}
.client-inner-box {
  border: 1px solid #f1f1f1;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 60px;
}
.client-inner-box .author-pic-box {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  border: 3px solid #ffffff;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
}
.client-inner-box .author-name {
  margin-top: 70px;
}
.client-inner-box .author-name h6 {
  font-size: 13px;
  line-height: 2.15;
  color: #202020;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.client-inner-box .author-name p {
  font-style: italic;
  font-size: 11px;
  line-height: 2.54;
  color: #202020;
  font-weight: 600;
}
.client-inner-box .author-desc {
  padding: 0 42px;
}
.client-inner-box .author-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
  font-style: italic;
}
.five-business-solution-latest-from-blog {
  padding: 110px 0 130px;
}
.latest-blog-main-box {
  margin-top: 49px;
}
.latest-blog-box {
  margin: 30px auto;
  display: table;
}
.latest-blog-box .blog-pic {
  display: table-cell;
  min-width: 240px;
}
.latest-blog-box .blog-desc {
  display: table-cell;
  padding-left: 31px;
  vertical-align: top;
}
.latest-blog-box .blog-desc h6 {
  font-size: 15px;
  line-height: 1.33;
  color: #202020;
  margin-top: 6px;
  margin-bottom: 16px;
  font-weight: 600;
}
.latest-blog-box .blog-desc h6 a {
  color: #202020;
}
.latest-blog-box .blog-desc h6 a:hover {
  color: #46cbff;
}
.latest-blog-box .blog-desc span {
  display: block;
  font-size: 11px;
  line-height: 1.81;
  color: #a8a7a7;
  font-style: italic;
  margin-bottom: 11px;
}
.latest-blog-box .blog-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
}
.latest-blog-box .blog-desc a {
  color: #46cbff;
}
.latest-blog-box .blog-desc a:hover {
  color: #202020;
}
.five-request-call-back {
  padding: 0 0 93px;
}
.five-request-call-back .five-request-call-back-inner {
  background-image: url(../images/five-request-call-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 64px 0 74px 0;
}
.five-request-call-back .contact-form {
  margin: 102px 0 0 0;
}
.five-request-call-back .contact-form form input.form-control {
  background-color: transparent;
}
.five-request-call-back .contact-form form select.form-control {
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  border-width: 0 0 1px 0;
  box-shadow: none;
  border-radius: 0;
  background-image: url(../images/select-down-arw.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  display: block;
  background-color: transparent;
  text-transform: unset;
}
.five-request-call-back .contact-form form button.submit {
  background-color: #46cbff;
  color: #fff;
  border-radius: 22px;
  padding: 11px 34px;
  font-size: 11px;
  line-height: 2;
}
.five-request-call-back .contact-form form button.submit:hover {
  background-color: #0888ba;
}
.five-footer ul li a:hover {
  color: #46cbff;
}
.five-footer .footer address .address li i,
.five-footer .footer address .address li span {
  color: #46cbff;
}
/************************************************************************************
68 Home Page V.6
*************************************************************************************/
header.six-finance-header {
  background-color: #ffffff;
  position: static;
}
header.six-finance-header .header-top {
  background-color: #202020;
  padding: 14px 0;
}
header.six-finance-header .header-top .header-top-left .dropdown {
  float: left;
  padding-right: 40px;
}
header.six-finance-header .header-top .header-top-left .dropdown button.btn-default {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/us-flag.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
  padding: 0 0 0 25px;
}
header.six-finance-header .header-top .header-top-left .dropdown button.btn-default span.caret {
  height: 4px;
  background-image: url(../images/arw5.png);
  border: none;
}
header.six-finance-header .header-top .header-top-left > ul {
  margin: 0;
  display: inline-block;
}
header.six-finance-header .header-top .header-top-left > ul > li {
  margin-right: 40px;
}
header.six-finance-header .header-top .header-top-left > ul > li > a {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
}
header.six-finance-header .header-top .header-top-left > ul > li > a i {
  padding-right: 8px;
  color: #3e70ff;
}
header.six-finance-header .header-top .header-top-left > ul > li > a:hover {
  color: #46cbff;
}
header.six-finance-header .header-top .header-top-right {
  text-align: right;
}
header.six-finance-header .header-top .header-top-right ul.login-register {
  display: inline-block;
  margin: 0;
  margin-right: 45px;
}
header.six-finance-header .header-top .header-top-right ul.login-register > li {
  border-right: 1px solid #fff;
  padding: 0 16px;
  line-height: 1.1;
}
header.six-finance-header .header-top .header-top-right ul.login-register > li a {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}
header.six-finance-header .header-top .header-top-right ul.login-register > li a:hover {
  color: #46cbff;
}
header.six-finance-header .header-top .header-top-right ul.login-register > li:last-child {
  border-right: none;
}
header.six-finance-header .header-top .header-top-right ul.social-icons {
  margin: 0;
  display: inline-block;
}
header.six-finance-header .header-top .header-top-right ul.social-icons > li {
  margin-right: 25px;
  vertical-align: middle-with-baseline;
}
header.six-finance-header .header-top .header-top-right ul.social-icons > li:last-child {
  margin-right: 0;
}
header.six-finance-header .header-top .header-top-right ul.social-icons > li > a {
  color: #777777;
}
header.six-finance-header .header-top .header-top-right ul.social-icons > li > a.facebook:hover {
  color: #5572de;
}
header.six-finance-header .header-top .header-top-right ul.social-icons > li > a.twitter:hover {
  color: #3dc5f7;
}
header.six-finance-header .header-top .header-top-right ul.social-icons > li > a.google:hover {
  color: #f95636;
}
header.six-finance-header .header-top .header-top-right ul.social-icons > li > a.pintrest:hover {
  color: #f23737;
}
header.six-finance-header .header-top .header-top-right ul.social-icons > li > a.instagram:hover {
  color: #87a3b8;
}
header.six-finance-header .header-top .header-top-right ul.social-icons > li > a.rss:hover {
  color: #f68326;
}
header.six-finance-header .header-bottom {
  padding: 20px 0 25px;
}
header.six-finance-header .header-bottom nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  position: static;
  display: inline-block;
  min-height: 0;
  float: none;
}
header.six-finance-header .header-bottom nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
header.six-finance-header .header-bottom nav.navbar > ul > li {
  margin: 0 65px 0 0;
  padding: 7px 0;
}
header.six-finance-header .header-bottom nav.navbar > ul > li:last-child {
  margin-right: 0px;
}
header.six-finance-header .header-bottom nav.navbar > ul > li.pos-r {
  position: relative;
}
header.six-finance-header .header-bottom nav.navbar > ul > li > a {
  color: #474747;
  padding: 0 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: block;
  border: 1px solid transparent;
  padding: 8px 21px;
  font-weight: 600;
}
header.six-finance-header .header-bottom nav.navbar > ul > li > a:after {
  display: none;
}
header.six-finance-header .header-bottom nav.navbar > ul > li:hover > a {
  color: #3e70ff;
  border: 1px solid #3e70ff;
  -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.six-finance-header .header-bottom nav.navbar > ul > li:hover .nav-wrapper {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.six-finance-header .header-bottom nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.six-finance-header .header-bottom nav.navbar > ul > li .sub-menu {
  box-shadow: 0 0 3px 2px rgba(51, 51, 51, 0.5);
  margin: 25px 0 0 0;
}
header.six-finance-header .header-bottom .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;
  box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.5);
  -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;
  margin: 25px 0 0 0;
}
header.six-finance-header .header-bottom .nav-wrapper .nav-box {
  position: relative;
}
header.six-finance-header .header-bottom .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.six-finance-header .header-bottom .nav-wrapper .nav-box:last-child:after {
  border: none;
}
header.six-finance-header .header-bottom .nav-wrapper .nav-box h4 {
  font-size: 11px;
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0;
  color: #000000;
}
header.six-finance-header .header-bottom .nav-wrapper .nav-box p.txt-italic {
  font-size: 12px;
  line-height: 1.66;
  font-style: italic;
  font-weight: 500;
  color: #686868;
  margin: 9px 0 0;
}
header.six-finance-header .header-bottom .nav-wrapper .nav-box .nav-title {
  margin-bottom: 17px;
}
header.six-finance-header .header-bottom .nav-wrapper .nav-box .text-box p {
  color: #5f5f5f;
  margin-bottom: 0;
}
header.six-finance-header .header-bottom .nav-wrapper ul.list-unstyled {
  margin: 0 0 0 0;
}
header.six-finance-header .header-bottom .nav-wrapper ul.list-unstyled li a {
  font-size: 12px;
  line-height: 3.33;
  text-decoration: none;
  position: relative;
  display: block;
  color: #5c5c5c;
  font-weight: 500;
}
header.six-finance-header .header-bottom .nav-wrapper ul.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.six-finance-header .header-bottom .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.six-finance-header .header-bottom .menu-btn {
  overflow: hidden;
  display: inline-block;
  margin: 8px 25px 0 40px;
  cursor: pointer;
  display: none;
}
header.six-finance-header .header-bottom .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
header.six-finance-header .header-bottom .menu-btn .strip-bx span {
  background-color: #3e70ff;
  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.six-finance-header .header-bottom .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
header.six-finance-header .header-bottom .menu-btn.open .strip-bx span {
  background-color: #3e70ff;
}
header.six-finance-header .header-bottom .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
header.six-finance-header .header-bottom .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
header.six-finance-header .header-bottom .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
header.six-finance-header .header-bottom .menu-btn > span {
  font-size: 13px;
  color: #515151;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
header.six-finance-header .header-bottom .menu-btn > span:hover {
  color: #515151;
}
header.six-finance-header .header-bottom ul.search {
  margin: 10px 0 0 0;
  float: right;
  display: inline-block;
}
header.six-finance-header .logo {
  padding: 0;
}
.six-finance-banner {
  position: relative;
}
.six-finance-banner .banner {
  position: relative;
  width: 100%;
}
.six-finance-banner .banner > img {
  width: 100%;
}
.six-finance-banner .banner .banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  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%);
  text-align: center;
}
.six-finance-banner .banner .banner-caption h1 {
  font-size: 45px;
  margin: 0 0 16px;
  letter-spacing: -3px;
  line-height: 1.14;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.six-finance-banner .banner .banner-caption p {
  font-size: 22px;
  line-height: 1.90;
  color: #ffffff;
  margin: 0 0 28px;
  letter-spacing: 2px;
  text-align: center;
}
.six-finance-banner .banner .banner-caption .btn {
  height: 50px !important;
  line-height: 4.7 !important;
  padding: 0 50px !important;
  font-size: 11px !important;
}
.six-finance-banner .banner .banner-caption .blue-btn {
  background-color: #3e70ff;
  border-radius: 2px;
  border: 1px solid #3e70ff;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.09;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-table;
}
.six-finance-banner .banner .banner-caption .blue-btn:hover {
  border-color: #0544fa;
  color: #ffffff;
  background-color: #0544fa;
  -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;
}
.six-finance-banner .banner .tparrows {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.61);
  cursor: pointer;
  display: block;
  border-radius: 100%;
  height: 52px;
  left: auto;
  opacity: 1 !important;
  position: absolute;
  right: 0;
  visibility: visible !important;
  top: 53% !important;
  width: 52px;
  z-index: 1000;
  padding: 2px;
}
.six-finance-banner .banner .tparrows:before {
  line-height: 3.2;
}
.six-finance-banner .banner .tparrows.tp-rightarrow {
  right: 0 !important;
  top: 47.3% !important;
}
.six-finance-banner .banner .tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: FontAwesome;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 46px;
  display: block;
}
.six-finance-banner .banner .tparrows.tp-rightarrow:hover:before {
  background-color: #22c5fa;
}
.six-finance-banner .banner .tparrows.tp-leftarrow {
  left: 0 !important;
  top: 47.3% !important;
}
.six-finance-banner .banner .tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: FontAwesome;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 46px;
  display: block;
}
.six-finance-banner .banner .tparrows.tp-leftarrow:hover:before {
  background-color: #22c5fa;
}
.six-finance-banner .banner .defaultimg {
  position: relative;
}
.six-finance-banner .banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #404040;
  z-index: 1;
  content: "";
}
.get-free-quote-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  height: 97px;
}
.get-free-quote-bar select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 72% center;
  text-transform: inherit;
}
.get-free-quote-bar select.form-control {
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  height: 97px;
  font-size: 22px;
  line-height: 3.31;
  color: #202020;
  letter-spacing: 0.3px;
  font-weight: 600;
  box-shadow: none;
  padding: 13px 42px;
  max-width: 917px;
  width: 100%;
  display: inline-block;
}
.get-free-quote-bar button {
  position: absolute;
  background-color: #3e70ff;
  border: none;
  padding: 20px;
  color: #ffffff;
  max-width: 253px;
  height: 97px;
  width: 100%;
  background-image: url(../images/qoute-arrow.png);
  background-repeat: no-repeat;
  background-position: 15% center;
  right: 0;
}
.finance-features {
  padding: 154px 0 101px;
}
.finance-features .feature-inner-box {
  text-align: left;
  margin-bottom: 30px;
}
.finance-features .feature-inner-box .feature-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #3e70ff;
  text-align: center;
  line-height: 4.5;
  margin-bottom: 31px;
}
.finance-features .feature-inner-box .feature-desc-box h5 {
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.33;
  color: #202020;
  font-weight: 600;
}
.finance-features .feature-inner-box .feature-desc-box p {
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
}
.call-to-action-two.cta-d-purple .action-desc h4 {
  font-size: 34px;
}
.call-to-action-two.cta-d-purple .action-desc p {
  font-size: 13px;
  line-height: 2.8;
}
.finance-right-consultant {
  padding: 111px 0 88px;
}
.finance-right-consultant .consultant-title h3 {
  font-size: 36px;
  line-height: 1.38;
  margin: 0;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 500;
}
.finance-right-consultant .consultant-title h3:before {
  width: 113px;
  height: 2px;
  background-color: #3e70ff;
  display: block;
  left: 0;
  content: "";
  margin-bottom: 5px;
}
.finance-right-consultant .consultant-desc .consultant-inner-box h5 {
  font-size: 13px;
  line-height: 2;
  color: #252525;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.finance-right-consultant .consultant-desc .consultant-inner-box p {
  font-size: 12px;
  line-height: 32px;
  color: #5f5f5f;
}
.finance-right-consultant-icons {
  padding-bottom: 116px;
}
.consultant-feature-box {
  width: 20%;
  padding: 0 15px;
  float: left;
}
.consultant-feature-box .consultant-icon {
  width: 100%;
  min-height: 156px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 32px 40px;
}
.consultant-feature-box .consultant-icon .feature-icon-name {
  opacity: 0;
  margin-top: 21px;
}
.consultant-feature-box .consultant-icon .feature-icon-name p {
  margin: 0;
  font-size: 13px;
  line-height: 1.53;
  color: #202020;
}
.consultant-feature-box:hover .consultant-icon {
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.consultant-feature-box:hover .consultant-icon .feature-icon-name {
  opacity: 1;
}
.finance-section-title {
  text-align: left;
  width: -moz-max-content;
  width: -ms-max-content;
  width: -o-max-content;
  width: -webkit-max-content;
  margin: 0 auto;
}
.finance-section-title p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2.16;
  color: #a3a3a3;
  letter-spacing: 0.8px;
  text-align: left;
  font-weight: 600;
}
.finance-section-title p:after {
  width: 113px;
  height: 2px;
  background-color: #3e70ff;
  display: inline-block;
  right: 0;
  top: 0;
  margin-left: 17px;
  content: "";
}
.finance-section-title h2 {
  font-size: 36px;
  line-height: 1.38;
  color: #252525;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
.finance-why-choose-us {
  background-color: #f6f6f6;
  display: table;
  width: 100%;
}
.finance-why-choose-us .why-choose-us-left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  display: table-cell;
}
.finance-why-choose-us .why-choose-us-left .choose-us-img {
  position: absolute;
  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%);
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.finance-why-choose-us .why-choose-us-left .choose-us-img a {
  display: block;
  height: 110px;
  width: 110px;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 100%;
  position: absolute;
  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%);
  padding: 40px;
}
.finance-why-choose-us .why-choose-us-left .choose-us-img a img {
  width: 21px;
  height: 25px;
  margin: 0 auto;
  display: block;
}
.finance-why-choose-us .why-choose-us-left .choose-us-img span {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%) translateY(-67%);
  -moz-transform: translateX(-50%) translateY(-67%);
  -webkit-transform: translateX(-50%) translateY(-67%);
  -o-transform: translateX(-50%) translateY(-67%);
  color: #ffffff;
}
.finance-why-choose-us .why-choose-us-left .choose-us-img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.finance-why-choose-us .why-choose-us-right {
  display: table-cell;
  width: 50%;
  padding: 62px 70px 81px 70px;
}
.finance-why-choose-us .why-choose-us-right .finance-section-title {
  margin-left: 0;
}
.finance-why-choose-us .why-choose-us-right .progress-bars {
  margin: 40px 0 0 0;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars {
  margin-bottom: 38px;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars:last-child {
  margin-bottom: 0;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars p {
  font-size: 13px;
  line-height: 1.53;
  margin-bottom: 0;
  padding-bottom: 19px;
  text-transform: uppercase;
  font-weight: 600;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress {
  height: 4px;
  border-radius: 2px;
  box-shadow: none;
  position: relative;
  overflow: visible;
  background-color: transparent;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-percent {
  position: absolute;
  top: -38px;
  background-color: #cbcbcb;
  border-radius: 2px;
  display: block;
  height: 20px;
  width: 30px;
}
.finance-why-choose-us .why-choose-us-right .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;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-percent span {
  font-size: 12px;
  padding: 3px 4px 5px;
  text-align: center;
  color: #ffffff;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-percent.ninety-prcnt {
  left: 83%;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-percent.seventy-six-prcnt {
  left: 69%;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-percent.ninety-five-prcnt {
  left: 88%;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-percent.seventy-two-prcnt {
  left: 65%;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-percent.ninety-two-prcnt {
  left: 87%;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-bar {
  background: #3e70ff;
  box-shadow: none;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-bar.ninety {
  width: 90%;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-bar.seventy-six {
  width: 76%;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-bar.ninety-five {
  width: 95%;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-bar.seventy-two {
  width: 72%;
}
.finance-why-choose-us .why-choose-us-right .progress-bars .pro-bars .progress .progress-bar.ninety-two {
  width: 92%;
}
.finance-testimonials {
  padding: 119px 0 127px;
}
.finance-testimonials .finance-section-title {
  text-align: center;
}
.author-inner-box {
  margin: 72px 0 0 0;
  border: 1px solid #e5e5e5;
  max-width: 571px;
  min-height: 239px;
  height: 100%;
  width: 100%;
  background-image: url(../images/finance-testi-quote.png);
  background-repeat: no-repeat;
  background-position: 6% 16%;
  padding: 24px 32px;
  position: relative;
}
.author-inner-box .testimonial-title h5 {
  font-size: 13px;
  line-height: 3.84;
  color: #252525;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
}
.author-inner-box .testimonial-desc {
  margin-bottom: 32px;
}
.author-inner-box .testimonial-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
  margin: 0;
}
.author-inner-box .testimonial-author p {
  font-size: 14px;
  line-height: 1.64;
  margin: 0;
  color: #3c40e6;
  display: inline-block;
  margin-right: 18px;
}
.author-inner-box .testimonial-author span {
  color: #202020;
  font-size: 12px;
  line-height: 2.66;
  font-style: italic;
}
.author-inner-box .author-pic {
  border-radius: 100%;
  width: 78px;
  height: 78px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  display: block;
  overflow: hidden;
  position: absolute;
  right: 29px;
  bottom: -37px;
}
.finance-contact-form {
  background-image: url(../images/form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 127px;
}
.finance-contact-form .contact-person {
  position: relative;
  margin-top: -56px;
}
.finance-contact-form .finance-section-title {
  margin: 80px 0 0;
}
.finance-contact-form form {
  margin: 64px 0 0 0;
}
.finance-contact-form form .form-group label {
  font-size: 11px;
  line-height: 3.27;
  letter-spacing: 0.5px;
}
.finance-contact-form form .form-group label sup {
  color: #ff000c;
}
.finance-contact-form form .form-group input.form-control,
.finance-contact-form form .form-group select.form-control {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  color: #5f5f5f;
  display: block;
  font-size: 11px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
  font-style: italic;
}
.finance-contact-form form .form-group select.form-control {
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  text-transform: inherit;
}
.finance-contact-form form .form-group button {
  background-color: #3e70ff;
  color: #fff;
  border: none;
  height: 35px;
  font-size: 11px;
  line-height: 2.09;
  letter-spacing: 0.5px;
  width: 118px;
  margin-top: 40px;
}
.finance-contact-form form .form-group button:hover {
  background-color: #5a84fc;
}
.finance-team-member {
  padding-bottom: 100px;
  margin-bottom: 0;
}
.finance-team-member .finance-section-title {
  margin-bottom: 60px;
}
.finance-team-member .profile-member .member-name a {
  color: #3e70ff;
}
.finance-company-logos {
  padding-bottom: 126px;
  margin: 61px 0 0 0;
}
.finance-company-logos .finance-section-title {
  margin-bottom: 60px;
}
.finance-company-logos .slick-list {
  padding: 20px 0;
}
.finance-company-logos .mils-slide {
  text-align: center;
  line-height: 140px;
  height: 140px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  transform: scaleY(0.9);
  -o-transform: scaleY(0.9);
  -moz-transform: scaleY(0.9);
  -webkit-transform: scaleY(0.9);
}
.finance-company-logos .mils-slide img {
  display: inline-block;
}
.finance-company-logos .mils-slide:hover {
  transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  z-index: 99;
  box-shadow: 0 0 4px -1px #b7b7b7;
}
.finance-company-logos .slick-slider {
  position: relative;
}
.finance-company-logos .slick-slider button {
  width: 34px;
  height: 34px;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  background-color: transparent;
  background-image: url('../images/left-black-arw.png');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.finance-company-logos .slick-slider button.slick-prev {
  left: -50px;
}
.finance-company-logos .slick-slider button.slick-next {
  background-image: url('../images/right-black-arw.png');
  right: -50px;
}
.six-finance-footer ul li a:hover {
  color: #3e70ff;
}
/************************************************************************************
69 Home Page V.7
*************************************************************************************/
header.seven-consulting-header {
  position: static;
  background-color: #ffffff;
}
header.seven-consulting-header .logo {
  padding: 0;
}
header.seven-consulting-header .header-top {
  background-color: #ffffff;
  padding: 15px 0 8px;
}
header.seven-consulting-header .header-top .language-selection {
  float: right;
}
header.seven-consulting-header .header-top .language-selection .dropdown {
  margin-right: 33px;
  margin-left: 44px;
  float: left;
}
header.seven-consulting-header .header-top .language-selection .dropdown button.btn-default {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/us-flag.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #5f5f5f;
  font-size: 12px;
  line-height: 1.91;
  padding: 0 0 0 25px;
}
header.seven-consulting-header .header-top .language-selection ul.search {
  margin: 0;
  text-align: right;
  display: inline-block;
}
header.seven-consulting-header .header-bottom {
  padding-bottom: 36px;
}
header.seven-consulting-header .header-bottom ul.company-details {
  margin: 0;
  border-bottom: none;
  padding: 0;
}
header.seven-consulting-header .header-bottom ul.company-details li.media {
  display: inline-block;
  margin-right: 77px;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
header.seven-consulting-header .header-bottom ul.company-details li.media:last-child {
  margin-right: 0;
}
header.seven-consulting-header .header-bottom ul.company-details li.media .media-body {
  display: inline-block;
  width: auto;
}
header.seven-consulting-header .header-bottom ul.company-details li.media .media-body h4 {
  margin: 0;
  color: #202020;
  font-size: 12px;
  line-height: 1.66;
  font-weight: 600;
}
header.seven-consulting-header .header-bottom ul.company-details li.media .media-body p {
  margin: 0;
  color: #202020;
  font-size: 12px;
  line-height: 1.66;
}
header.seven-consulting-header .header-bottom ul.company-details li.media .media-left {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  padding-right: 0;
}
header.seven-consulting-header .navbar {
  background-color: #6679f0;
  min-height: auto;
  margin: 0;
  border: none;
  border-radius: 0;
}
header.seven-consulting-header .navbar nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  position: static;
  display: inline-block;
  float: none;
  min-height: 0;
}
header.seven-consulting-header .navbar nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
header.seven-consulting-header .navbar nav.navbar > ul > li {
  margin: 0 50px 0 0;
  padding: 9px 0;
}
header.seven-consulting-header .navbar nav.navbar > ul > li:last-child {
  margin-right: 80px;
}
header.seven-consulting-header .navbar nav.navbar > ul > li.pos-r {
  position: relative;
}
header.seven-consulting-header .navbar 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;
  padding: 8px 21px 8px 0;
  font-weight: 600;
}
header.seven-consulting-header .navbar nav.navbar > ul > li > a:after {
  display: none;
}
header.seven-consulting-header .navbar nav.navbar > ul > li:hover > a {
  color: #fdd227;
  -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.seven-consulting-header .navbar nav.navbar > ul > li:hover .nav-wrapper {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.seven-consulting-header .navbar nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.seven-consulting-header .navbar 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;
  box-shadow: 0 0 3px 2px rgba(51, 51, 51, 0.5);
}
header.seven-consulting-header .navbar nav.navbar > ul > li .sub-menu.list-unstyled {
  margin: 0 0 0 0;
}
header.seven-consulting-header .navbar 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-weight: 500;
}
header.seven-consulting-header .navbar nav.navbar > ul > li .sub-menu.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.seven-consulting-header .navbar 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.seven-consulting-header .navbar .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;
  box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.5);
  -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.seven-consulting-header .navbar .nav-wrapper .nav-box {
  position: relative;
}
header.seven-consulting-header .navbar .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.seven-consulting-header .navbar .nav-wrapper .nav-box:last-child:after {
  border: none;
}
header.seven-consulting-header .navbar .nav-wrapper .nav-box h4 {
  font-size: 11px;
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0;
  color: #000000;
}
header.seven-consulting-header .navbar .nav-wrapper .nav-box p.txt-italic {
  font-size: 12px;
  line-height: 1.66;
  font-style: italic;
  font-weight: 500;
  color: #686868;
  margin: 9px 0 0;
}
header.seven-consulting-header .navbar .nav-wrapper .nav-box .nav-title {
  margin-bottom: 17px;
}
header.seven-consulting-header .navbar .nav-wrapper .nav-box .text-box p {
  color: #5f5f5f;
  margin-bottom: 0;
}
header.seven-consulting-header .navbar .nav-wrapper ul.list-unstyled {
  margin: 0 0 0 0;
}
header.seven-consulting-header .navbar .nav-wrapper ul.list-unstyled li a {
  font-size: 12px;
  line-height: 3.33;
  text-decoration: none;
  position: relative;
  display: block;
  color: #5c5c5c;
  font-weight: 500;
}
header.seven-consulting-header .navbar .nav-wrapper ul.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.seven-consulting-header .navbar .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.seven-consulting-header .navbar .menu-btn {
  overflow: hidden;
  display: inline-block;
  margin: 12px 25px 0 40px;
  cursor: pointer;
  display: none;
}
header.seven-consulting-header .navbar .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
header.seven-consulting-header .navbar .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.seven-consulting-header .navbar .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
header.seven-consulting-header .navbar .menu-btn.open .strip-bx span {
  background-color: #25bff2;
}
header.seven-consulting-header .navbar .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
header.seven-consulting-header .navbar .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
header.seven-consulting-header .navbar .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
header.seven-consulting-header .navbar .menu-btn > span {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
header.seven-consulting-header .navbar .menu-btn > span:hover {
  color: #515151;
}
header.seven-consulting-header .navbar a.appointment-btn {
  background-color: #fdd227;
  padding: 11px 22px;
  display: inline-block;
  font-size: 10px;
  line-height: 2.3;
  text-transform: uppercase;
  color: #ffffff;
}
header.seven-consulting-header .navbar a.appointment-btn:hover {
  background-color: #f7c500;
}
.banner.seven-consulting-banner {
  position: relative;
  width: 100%;
}
.banner.seven-consulting-banner > img {
  width: 100%;
}
.banner.seven-consulting-banner .banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  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%);
  text-align: center;
}
.banner.seven-consulting-banner .banner-caption h3 {
  background-color: #6679f0;
  color: #ffffff;
  max-width: 400px;
  padding: 0 10px !important;
  width: -max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
}
.banner.seven-consulting-banner .banner-caption h1 {
  font-size: 64px;
  margin: 0 0 16px;
  line-height: 1.14;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.banner.seven-consulting-banner .banner-caption p {
  font-size: 17px;
  line-height: 2.23;
  color: #ffffff;
  margin: 0 0 28px;
  text-align: center;
  letter-spacing: 1px;
}
.banner.seven-consulting-banner .banner-caption .btn {
  height: 50px !important;
  line-height: 4.7 !important;
  padding: 0 50px !important;
  font-size: 11px !important;
}
.banner.seven-consulting-banner .banner-caption .get-a-quote {
  background-color: #8ba0ae;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.09;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #fdd227;
  background-image: url(../images/get-a-free-qoute-btn-arrow.png);
  background-repeat: no-repeat;
  background-position: 13% center;
}
.banner.seven-consulting-banner .banner-caption .get-a-quote:hover {
  color: #ffffff;
  background-color: #5f6d77;
  -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;
}
.banner.seven-consulting-banner .tparrows {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.61);
  cursor: pointer;
  display: block;
  border-radius: 100%;
  height: 52px;
  left: auto;
  opacity: 1 !important;
  position: absolute;
  right: 0;
  visibility: visible !important;
  top: 53% !important;
  width: 52px;
  z-index: 1000;
  padding: 2px;
}
.banner.seven-consulting-banner .tparrows:before {
  line-height: 3.2;
}
.banner.seven-consulting-banner .tparrows.tp-rightarrow {
  right: 0 !important;
  top: 47.3% !important;
}
.banner.seven-consulting-banner .tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: FontAwesome;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 46px;
  display: block;
}
.banner.seven-consulting-banner .tparrows.tp-rightarrow:hover:before {
  background-color: #22c5fa;
}
.banner.seven-consulting-banner .tparrows.tp-leftarrow {
  left: 0 !important;
  top: 47.3% !important;
}
.banner.seven-consulting-banner .tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: FontAwesome;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 46px;
  display: block;
}
.banner.seven-consulting-banner .tparrows.tp-leftarrow:hover:before {
  background-color: #22c5fa;
}
.banner.seven-consulting-banner .defaultimg {
  position: relative;
}
.banner.seven-consulting-banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #404040;
  z-index: 1;
  content: "";
}
.seven-consulting-features {
  padding: 105px 0 90px;
}
.consulting-fearure-box {
  max-width: 270px;
  width: 100%;
  margin: 0 auto 35px;
}
.consulting-fearure-box .consulting-icon {
  margin-bottom: 23px;
  text-align: center;
}
.consulting-fearure-box .consulting-desc {
  text-align: center;
}
.consulting-fearure-box .consulting-desc h4 {
  margin: 0 0 13px 0;
  font-size: 15px;
  line-height: 1.33;
  color: #202020;
  font-weight: 600;
}
.consulting-fearure-box .consulting-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
}
.seven-consulting-company-details {
  padding: 103px 0 0 0;
  background-color: #f6f6f6;
}
.seven-consulting-company-details .company-details-inner .details-title {
  margin-bottom: 30px;
}
.seven-consulting-company-details .company-details-inner .details-title p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #6f6f6f;
  margin: 0;
}
.seven-consulting-company-details .company-details-inner .details-title h3 {
  font-size: 31px;
  line-height: 1;
  color: #202020;
  margin: 0;
  font-weight: 600;
}
.seven-consulting-company-details .company-details-inner .consulting-company-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
  margin: 0;
}
.seven-consulting-company-details .company-details-inner .consulting-company-desc a.company-details-btn {
  background-color: #6679f0;
  padding: 0px 39px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 11px;
  line-height: 4.54;
  margin-top: 40px;
  display: inline-block;
  font-weight: 500;
}
.seven-consulting-company-details .company-details-inner .consulting-company-desc a.company-details-btn:hover {
  background-color: #2b45e8;
}
.seven-consulting-company-details .company-person {
  text-align: center;
  position: relative;
  background-image: url("../images/circle-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  min-height: 429px;
  width: 620px;
}
.seven-consulting-company-details .company-person img {
  position: relative;
  z-index: 1;
}
.seven-consulting-testimonials-value-of-company {
  padding: 101px 0 100px;
}
.consultant-testi-box h3 {
  font-size: 24px;
  line-height: 2.08;
  color: #202020;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
}
.consultant-testi-box .testi-box {
  margin-top: 36px;
  max-width: 471px;
  border: 1px solid #e5e5e5;
  padding: 36px 32px 36px 31px;
  position: relative;
  text-align: left;
  width: 100%;
}
.consultant-testi-box .testi-box:before {
  background-image: url(../images/07-testi-quote.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 86px;
  height: 74px;
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 35px;
}
.consultant-testi-box .testi-box .media {
  margin-bottom: 40px;
}
.consultant-testi-box .testi-box .media .media-left {
  border-radius: 100%;
  width: 78px;
  height: 78px;
  display: inline-block;
  overflow: hidden;
  margin-right: 34px;
  padding-right: 0;
}
.consultant-testi-box .testi-box .media .media-body {
  display: inline-block;
  width: auto;
  position: relative;
}
.consultant-testi-box .testi-box .media .media-body p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 1.64;
  color: #202020;
  margin-right: 18px;
  font-weight: 600;
}
.consultant-testi-box .testi-box .media .media-body span {
  font-size: 12px;
  line-height: 2.66;
  color: #202020;
  font-style: italic;
  z-index: 99;
}
.consultant-testi-box .testi-box .media .media-body ul {
  margin: 0;
}
.consultant-testi-box .testi-box .media .media-body ul.rating li {
  margin-right: 3px;
}
.consultant-testi-box .testi-box .media .media-body ul.rating li:last-child {
  margin-right: 0;
}
.consultant-testi-box .testi-box .media .media-body ul.rating li.active a {
  color: #ffc925;
}
.consultant-testi-box .testi-box .media .media-body ul.rating li a {
  color: #e0e0e0;
}
.consultant-testi-box .testi-box .author-desc {
  margin-top: 20px;
}
.consultant-testi-box .testi-box .author-desc h6 {
  margin: 0;
  font-size: 13px;
  line-height: 3.84;
  color: #202020;
  font-style: italic;
  font-weight: 600;
}
.consultant-testi-box .testi-box .author-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
  margin: 0;
}
.consultant-testi-box .author-test-inner {
  text-align: center;
}
.consultant-testi-box .author-test-inner button {
  background-color: #6679f0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid #dae5ef;
  color: #ffffff;
  margin: 16px 7px 0;
  padding: 3px 11px;
}
.consultant-testi-box .author-test-inner button.slick-disabled {
  background-color: #ccced9;
}
.consultant-testi-box .author-test-inner button.slick-prev {
  text-align: center;
}
.consultant-testi-box .author-test-inner button.slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
}
.consultant-testi-box .author-test-inner button.slick-next {
  text-align: center;
}
.consultant-testi-box .author-test-inner button.slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
}
.value-of-company h3 {
  font-size: 24px;
  line-height: 2.08;
  color: #202020;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.value-of-company ul.nav.nav-tabs {
  border: 1px solid #e5e5e5;
  max-width: 650px;
  margin-top: 36px;
  width: 100%;
}
.value-of-company ul.nav.nav-tabs > li {
  margin: 0;
  width: 162px;
  border-right: 1px solid #e5e5e5;
}
.value-of-company ul.nav.nav-tabs > li:last-child {
  border-right: none;
}
.value-of-company ul.nav.nav-tabs > li a {
  margin: 0;
  border-radius: 0;
  background-color: none;
  text-align: center;
  color: #262b2f;
  padding: 21px 44px;
  border: none;
  font-weight: 600;
}
.value-of-company ul.nav.nav-tabs > li a:hover {
  background-color: #6679f0;
  border: none;
  color: #ffffff;
}
.value-of-company ul.nav.nav-tabs > li.active a {
  background-color: #6679f0;
  border: none;
  color: #ffffff;
}
.value-of-company .tab-content {
  padding: 32px 0 0 0;
}
.value-of-company .tab-content .content-title {
  margin-bottom: 18px;
}
.value-of-company .tab-content .content-title h4 {
  font-size: 15px;
  line-height: 1.33;
  color: #202020;
  margin: 0;
  font-weight: 600;
}
.value-of-company .tab-content .comntent-desc p {
  font-size: 12px;
  color: #5f5f5f;
  line-height: 2.66;
}
.value-of-company .tab-content .services-provided {
  margin: 27px 0 0 21px;
}
.value-of-company .tab-content .services-provided ul {
  margin: 0;
}
.value-of-company .tab-content .services-provided ul li {
  width: 32%;
  background-image: url(../images/purple-checkmark.png);
  background-repeat: no-repeat;
  background-position: 0% center;
}
.value-of-company .tab-content .services-provided ul li a {
  font-size: 12px;
  line-height: 3.5;
  color: #474747;
  padding-left: 15px;
}
.value-of-company .tab-content .services-provided ul li a:hover {
  color: #6679f0;
}
.consulting-page-title {
  text-align: center;
}
.consulting-page-title p {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #6f6f6f;
  margin: 0;
  text-transform: uppercase;
}
.consulting-page-title h3 {
  font-size: 31px;
  line-height: 1.56;
  color: #202020;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.seven-consulting-our-latest-work {
  padding: 40px 0 100px 0;
}
.seven-consulting-our-latest-work .consulting-page-title {
  margin-bottom: 60px;
}
.latest-work-inner {
  text-align: center;
}
.latest-work-inner button {
  background-color: #6679f0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid #dae5ef;
  color: #ffffff;
  margin: 38px 7px 0;
  padding: 3px 11px;
}
.latest-work-inner button.slick-disabled {
  background-color: #ccced9;
}
.latest-work-inner button.slick-prev {
  text-align: center;
}
.latest-work-inner button.slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
}
.latest-work-inner button.slick-next {
  text-align: center;
}
.latest-work-inner button.slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
}
.latest-work-box {
  max-width: 341px;
  height: 269px;
  float: left;
  margin: 0 3px;
  position: relative;
  text-align: left;
}
.latest-work-box a:hover span.purple-overlay {
  opacity: 1;
  -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;
}
.latest-work-box span.purple-overlay {
  background-color: rgba(71, 86, 179, 0.88);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 341px;
  display: block;
  content: "";
  padding: 10px 20px;
  opacity: 0;
}
.latest-work-box span.purple-overlay span.work-title {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.85;
  display: block;
  margin-bottom: 5px;
}
.latest-work-box span.purple-overlay span.work-sub-title {
  font-size: 12px;
  line-height: 1.5;
  color: #fdd227;
  position: relative;
  padding-left: 20px;
}
.latest-work-box span.purple-overlay span.work-sub-title:before {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  border: 2px solid #fdd227;
  content: "";
  left: 0px;
  position: absolute;
  top: 3px;
}
.seven-consulting-meet-our-members {
  padding: 32px 0 112px 0;
}
.seven-consulting-meet-our-members .consulting-page-title {
  margin-bottom: 56px;
}
.member-box {
  width: 18%;
  float: left;
  border: 1px solid #ededed;
  padding: 5px;
  position: relative;
  margin: 0 11px;
}
.member-box:last-child {
  margin-right: 0;
}
.member-box:first-child {
  margin-left: 0;
}
.member-box a {
  position: relative;
  display: block;
}
.member-box a span.member-overlay {
  background-color: rgba(71, 86, 179, 0.88);
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0;
  width: 100%;
  display: block;
  content: "";
  padding: 14px 20px 14px;
  opacity: 0;
}
.member-box a span.member-overlay span.member-name {
  font-size: 13px;
  line-height: 1;
  display: block;
  color: #ffffff;
}
.member-box a:hover span.member-overlay {
  opacity: 1;
  -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;
}
.seven-consulting-blog {
  padding: 105px 0 125px;
}
.seven-consulting-blog .consulting-page-title {
  margin-bottom: 53px;
}
.seven-consulting-blog .twelve-seo-section-title {
  margin-bottom: 55px;
}
.consulting-blog-box {
  margin: 0 0;
}
.consulting-blog-box .blog-pic {
  position: relative;
}
.consulting-blog-box .blog-pic .consulting-blog-author-pic {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 11px;
  border: 3px solid #ffffff;
  content: "";
  bottom: -37px;
}
.consulting-blog-box .blog-time {
  margin: 18px 0 0 0;
}
.consulting-blog-box .blog-time ul li {
  margin-right: 16px;
}
.consulting-blog-box .blog-time ul li:last-child {
  margin-right: 0;
}
.consulting-blog-box .blog-time ul li a {
  font-style: italic;
  color: #5f5f5f;
  font-size: 12px;
  line-height: 1.66;
}
.consulting-blog-box .blog-time ul li a img {
  padding-right: 13px;
}
.consulting-blog-box .blog-desc {
  margin-top: 35px;
}
.consulting-blog-box .blog-desc h5 {
  font-size: 14px;
  line-height: 1.42;
  color: #262b2f;
  margin: 0 0 14px;
}
.consulting-blog-box .blog-desc h5 a {
  color: #262b2f;
}
.consulting-blog-box .blog-desc h5:after {
  width: 37px;
  height: 2px;
  display: block;
  background-color: #6679f0;
  content: "";
  margin-top: 18px;
}
.consulting-blog-box .blog-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
}
/************************************************************************************
70 Home Page V.8
*************************************************************************************/
header.eight-insurance-header {
  background-color: #ffffff;
  position: static;
}
header.eight-insurance-header .logo {
  padding: 0;
}
header.eight-insurance-header .header-top {
  padding: 9px 0;
  border-bottom: 1px solid #e5e5e5;
}
header.eight-insurance-header .header-top .header-top-left .dropdown {
  float: left;
  padding-right: 40px;
}
header.eight-insurance-header .header-top .header-top-left .dropdown button.btn-default {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/us-flag.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #474747;
  font-size: 12px;
  line-height: 1.91;
  padding: 0 0 0 25px;
}
header.eight-insurance-header .header-top .header-top-left .dropdown button.btn-default span.caret {
  border-top-color: #474747;
}
header.eight-insurance-header .header-top .header-top-left > ul {
  margin: 0;
}
header.eight-insurance-header .header-top .header-top-left > ul > li {
  margin-right: 40px;
}
header.eight-insurance-header .header-top .header-top-left > ul > li > a {
  color: #474747;
  font-size: 12px;
  line-height: 1.91;
}
header.eight-insurance-header .header-top .header-top-left > ul > li > a i {
  padding-right: 8px;
}
header.eight-insurance-header .header-top .header-top-left > ul > li > a:hover {
  color: #46cbff;
}
header.eight-insurance-header .header-top .header-top-right {
  text-align: right;
}
header.eight-insurance-header .header-top .header-top-right a.insurance-login-btn {
  border-radius: 14px;
  background-color: #2591ff;
  padding: 2px 22px;
  display: inline-block;
  font-size: 10px;
  line-height: 2.3;
  color: #ffffff;
  border: 1px solid #2591ff;
}
header.eight-insurance-header .header-top .header-top-right a.insurance-login-btn:hover {
  background-color: #ffffff;
  color: #2591ff;
  border: 1px solid #2591ff;
}
header.eight-insurance-header .header-middle {
  padding: 19px 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
header.eight-insurance-header .header-middle .header-middle-right {
  text-align: right;
  margin: 11px 0 0 0;
}
header.eight-insurance-header .header-middle .header-middle-right > ul {
  margin: 0;
}
header.eight-insurance-header .header-middle .header-middle-right > ul > li {
  margin-right: 25px;
  vertical-align: middle-with-baseline;
}
header.eight-insurance-header .header-middle .header-middle-right > ul > li:last-child {
  margin-right: 0;
}
header.eight-insurance-header .header-middle .header-middle-right > ul > li > a {
  color: #474747;
}
header.eight-insurance-header .header-middle .header-middle-right > ul > li > a.facebook:hover {
  color: #5572de;
}
header.eight-insurance-header .header-middle .header-middle-right > ul > li > a.twitter:hover {
  color: #3dc5f7;
}
header.eight-insurance-header .header-middle .header-middle-right > ul > li > a.google:hover {
  color: #f95636;
}
header.eight-insurance-header .header-middle .header-middle-right > ul > li > a.pintrest:hover {
  color: #f23737;
}
header.eight-insurance-header .header-middle .header-middle-right > ul > li > a.instagram:hover {
  color: #87a3b8;
}
header.eight-insurance-header .header-middle .header-middle-right > ul > li > a.rss:hover {
  color: #f68326;
}
header.eight-insurance-header .header-bottom {
  border-bottom: 1px solid #e5e5e5;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  position: static;
  min-height: 0;
  float: none;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li {
  margin: 0 65px 0 0;
  padding: 16px 28px 16px 0;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li:last-child {
  margin-right: 80px;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li.pos-r {
  position: relative;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li > a {
  color: #404040;
  padding: 0 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: block;
  font-weight: 600;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li > a:after {
  display: none;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li:hover > a {
  color: #25bff2;
  -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.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li:hover .nav-wrapper {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.eight-insurance-header .header-bottom .header-bottom-left 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;
  box-shadow: 0 0 3px 2px rgba(51, 51, 51, 0.5);
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li .sub-menu.list-unstyled {
  margin: 0 0 0 0;
}
header.eight-insurance-header .header-bottom .header-bottom-left 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-weight: 500;
}
header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li .sub-menu.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.eight-insurance-header .header-bottom .header-bottom-left 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.eight-insurance-header .header-bottom .header-bottom-left .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;
  box-shadow: 0 0 2px 1px rgba(51, 51, 51, 0.5);
  -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.eight-insurance-header .header-bottom .header-bottom-left .nav-wrapper .nav-box {
  position: relative;
}
header.eight-insurance-header .header-bottom .header-bottom-left .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.eight-insurance-header .header-bottom .header-bottom-left .nav-wrapper .nav-box:last-child:after {
  border: none;
}
header.eight-insurance-header .header-bottom .header-bottom-left .nav-wrapper .nav-box h4 {
  font-size: 11px;
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0;
  color: #000000;
}
header.eight-insurance-header .header-bottom .header-bottom-left .nav-wrapper .nav-box p.txt-italic {
  font-size: 12px;
  line-height: 1.66;
  font-style: italic;
  font-weight: 500;
  color: #686868;
  margin: 9px 0 0;
}
header.eight-insurance-header .header-bottom .header-bottom-left .nav-wrapper .nav-box .nav-title {
  margin-bottom: 17px;
}
header.eight-insurance-header .header-bottom .header-bottom-left .nav-wrapper .nav-box .text-box p {
  color: #5f5f5f;
  margin-bottom: 0;
}
header.eight-insurance-header .header-bottom .header-bottom-left .nav-wrapper ul.list-unstyled {
  margin: 0 0 0 0;
}
header.eight-insurance-header .header-bottom .header-bottom-left .nav-wrapper ul.list-unstyled li a {
  font-size: 12px;
  line-height: 3.33;
  text-decoration: none;
  position: relative;
  display: block;
  color: #5c5c5c;
  font-weight: 500;
}
header.eight-insurance-header .header-bottom .header-bottom-left .nav-wrapper ul.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.eight-insurance-header .header-bottom .header-bottom-left .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.eight-insurance-header .header-bottom .header-bottom-right {
  padding: 12px 0px 12px 0;
}
header.eight-insurance-header .header-bottom .header-bottom-right > ul {
  padding: 0;
  position: relative;
  margin: 0;
  float: right;
}
header.eight-insurance-header .header-bottom .header-bottom-right > ul li {
  margin-right: 24px;
  padding: 0;
  float: left;
}
header.eight-insurance-header .header-bottom .header-bottom-right > ul li:last-child {
  margin-right: 0;
}
header.eight-insurance-header .header-bottom .header-bottom-right > ul li > a {
  position: relative;
  display: block;
}
header.eight-insurance-header .header-bottom .header-bottom-right .hamburg-menu {
  width: 12px;
  margin-top: 5px;
}
header.eight-insurance-header .header-bottom .header-bottom-right .hamburg-menu span {
  height: 2px;
  width: 100%;
  background-color: #404040;
  margin-bottom: 2px;
  display: block;
}
header.eight-insurance-header .header-bottom .header-bottom-right .hamburg-menu span:last-child {
  margin-bottom: 0;
}
header.eight-insurance-header .header-bottom .header-bottom-right .menu-btn {
  overflow: hidden;
  display: inline-block;
  margin: 37px 25px 0 0;
  cursor: pointer;
  display: none;
}
header.eight-insurance-header .header-bottom .header-bottom-right .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
header.eight-insurance-header .header-bottom .header-bottom-right .menu-btn .strip-bx span {
  background-color: #000000;
  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.eight-insurance-header .header-bottom .header-bottom-right .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
header.eight-insurance-header .header-bottom .header-bottom-right .menu-btn.open .strip-bx span {
  background-color: #000000;
}
header.eight-insurance-header .header-bottom .header-bottom-right .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
header.eight-insurance-header .header-bottom .header-bottom-right .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
header.eight-insurance-header .header-bottom .header-bottom-right .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
header.eight-insurance-header .header-bottom .header-bottom-right .menu-btn > span {
  font-size: 13px;
  color: #515151;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
header.eight-insurance-header .header-bottom .header-bottom-right .menu-btn > span:hover {
  color: #515151;
}
header.eight-insurance-header .header-bottom .header-bottom-right .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #25bff2;
}
header.eight-insurance-header .header-bottom .header-bottom-right .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
}
header.eight-insurance-header .header-bottom .header-bottom-right .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.eight-insurance-header .header-bottom .header-bottom-right .side-menu.open {
  right: 0;
}
header.eight-insurance-header .header-bottom .header-bottom-right .side-menu .close {
  display: block;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  z-index: 999;
}
header.eight-insurance-header .header-bottom .header-bottom-right .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.eight-insurance-header .header-bottom .header-bottom-right .side-menu .close > span:last-child {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header.eight-insurance-header .header-bottom .header-bottom-right .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.eight-insurance-header .header-bottom .header-bottom-right .side-menu .nav-wrapper > li {
  max-width: 300px;
  height: 100%;
  overflow: auto;
}
header.eight-insurance-header .header-bottom .header-bottom-right .side-menu .nav-wrapper .nav-box {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 37px;
  margin-bottom: 35px;
}
header.eight-insurance-header .header-bottom .header-bottom-right .side-menu .nav-wrapper .nav-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
header.eight-insurance-header .header-bottom .header-bottom-right .side-menu .nav-wrapper .nav-box:after {
  display: none;
}
.banner.eight-insurance-banner {
  position: relative;
  width: 100%;
}
.banner.eight-insurance-banner > img {
  width: 100%;
}
.banner.eight-insurance-banner .banner-caption h1 {
  font-size: 28px;
  margin: 0 0 16px;
  line-height: 2;
  color: #202020;
  letter-spacing: 0.3px;
  text-align: center !important;
}
.banner.eight-insurance-banner .banner-caption p {
  font-size: 14px;
  line-height: 2.57;
  color: #202020;
  margin: 0 0 28px;
  text-align: center !important;
  letter-spacing: 1px;
}
.banner.eight-insurance-banner .banner-caption .sign-up-btn {
  background-color: #f78243;
  border-radius: 2px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.72;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 24px !important;
  text-align: center !important;
  height: auto;
}
.banner.eight-insurance-banner .banner-caption .sign-up-btn:hover {
  color: #ffffff;
  background-color: #f76618;
  -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;
}
.banner.eight-insurance-banner .banner-caption.tp-caption {
  background: rgba(255, 255, 255, 0.8) !important;
  padding: 36px 85px !important ;
}
.banner.eight-insurance-banner .defaultimg {
  position: relative;
}
.banner.eight-insurance-banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #404040;
  z-index: 1;
  content: "";
}
.eight-insurance-section-title {
  max-width: 818px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.eight-insurance-section-title h2 {
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 32px 0;
  margin: 0 0 20px 0;
}
.eight-insurance-section-title h2:before {
  background-image: url(../images/insurance-section-title-img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 269px;
  height: 17px;
  content: "";
  position: absolute;
  margin: 0  auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.eight-insurance-section-title p {
  font-size: 13px;
  line-height: 2.76;
  color: #5f5f5f;
}
.eight-insurance-features {
  background-color: #f8f8f8;
  padding: 71px 0 49px;
}
.media.insurance-features-box {
  max-width: 370px;
  width: 100%;
  margin: 0 auto 25px;
}
.media.insurance-features-box .media-left {
  padding-right: 16px;
}
.media.insurance-features-box .media-left .insurance {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  background-color: #f78243;
  display: inline-block;
  text-align: center;
  line-height: 4.1;
}
.media.insurance-features-box .media-body {
  width: auto;
}
.media.insurance-features-box .media-body h5 {
  margin-top: 0;
  font-size: 14px;
  line-height: 1;
  color: #202020;
  font-weight: 500;
}
.media.insurance-features-box .media-body p {
  font-size: 13px;
  line-height: 2.46;
  color: #5f5f5f;
}
.choose-box {
  margin-top: 57px;
}
.eight-insurance-choose-us {
  padding: 55px 0 80px;
}
.our-offers-box {
  border: 1px solid #e3e3e3;
  padding: 40px 70px 44px 33px;
}
.our-offers-box h5 {
  font-size: 18px;
  line-height: 1;
  color: #353535;
  margin: 0;
}
.our-offers-box ul {
  margin-top: 37px;
}
.our-offers-box ul li {
  margin: 31px 0 35px;
  line-height: 2.76;
  font-size: 13px;
  color: #5f5f5f;
}
.our-offers-box a.offer-details-btn {
  background-color: #2591ff;
  border-radius: 3px;
  padding: 5px 30px;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.72;
  display: inline-block;
}
.our-offers-box a.offer-details-btn:hover {
  background-color: #0b6fd5;
}
.offer-progress {
  padding-top: 8px;
}
.offer-progress p {
  font-size: 13px;
  line-height: 2.76;
  color: #5f5f5f;
}
.offer-progress .progress-bars {
  margin: 40px 0 0 0;
}
.offer-progress .progress-bars .pro-bars {
  margin-bottom: 32px;
}
.offer-progress .progress-bars .pro-bars:last-child {
  margin-bottom: 0;
}
.offer-progress .progress-bars .pro-bars p {
  font-size: 13px;
  line-height: 1.53;
  margin-bottom: 0;
  padding-bottom: 11px;
  font-weight: 500;
}
.offer-progress .progress-bars .pro-bars .progress {
  height: 4px;
  border-radius: 2px;
  box-shadow: none;
  position: relative;
  overflow: visible;
  max-width: 521px;
  width: 100%;
  background-color: #ededed;
}
.offer-progress .progress-bars .pro-bars .progress .progress-bar {
  background: #f78243;
  box-shadow: none;
}
.offer-progress .progress-bars .pro-bars .progress .progress-bar.ninety {
  width: 90%;
}
.offer-progress .progress-bars .pro-bars .progress .progress-bar.seventy-six {
  width: 76%;
}
.offer-progress .progress-bars .pro-bars .progress .progress-bar.ninety-five {
  width: 95%;
}
.offer-progress .progress-bars .pro-bars .progress .progress-bar.seventy-two {
  width: 72%;
}
.offer-progress .progress-bars .pro-bars .progress .progress-bar.sixty-seven {
  width: 67%;
}
.offer-progress .progress-bars .pro-bars .progress span {
  position: absolute;
  right: -50px;
  top: -8px;
  font-size: 13px;
  color: #272727;
}
.eight-insurance-meet-out-team {
  padding: 77px 0 125px 0;
}
.team-member-inner-box {
  padding: 60px 0 0 0;
}
.insurance-team-member-box {
  max-width: 271px;
  width: 100%;
  margin: 0 auto;
}
.insurance-team-member-box .team-member-name {
  margin: 18px 0 7px;
}
.insurance-team-member-box .team-member-name p {
  font-size: 16px;
  line-height: 2.25;
  color: #353535;
  margin-bottom: 5px;
}
.insurance-team-member-box .team-member-name span {
  font-size: 14px;
  line-height: 2.27;
  font-style: italic;
  color: #f78243;
}
.insurance-team-member-box .member-details {
  margin-bottom: 20px;
}
.insurance-team-member-box .member-details p {
  font-size: 13px;
  line-height: 2.76;
  color: #5f5f5f;
}
.insurance-team-member-box .member-social-icons ul {
  margin: 0;
  border: 1px solid #e4e4e4;
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.insurance-team-member-box .member-social-icons ul li {
  border-right: 1px solid #e4e4e4;
  padding: 10px 14px;
}
.insurance-team-member-box .member-social-icons ul li:last-child {
  border-right: none;
}
.insurance-team-member-box .member-social-icons ul li a {
  color: #c8c8c8;
}
.insurance-team-member-box .member-social-icons ul li a:hover {
  color: #ff9306;
}
.success-story-bar {
  background-image: url(../images/success-story-bar-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.success-story-bar .success-story-box {
  text-align: center;
  padding: 71px 0;
}
.success-story-bar .success-story-box p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2.25;
  margin: 19px 0 20px;
}
.success-story-bar .success-story-box span {
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
}
.eight-insurance-latest-blog {
  background-color: #f8f8f8;
  padding: 117px 0 111px;
}
.latest-blog-inner {
  margin-top: 66px;
}
.latest-blog-box2 {
  max-width: 370px;
  width: 100%;
  margin: 30px auto;
  background-color: #ffffff;
}
.latest-blog-box2 .blog-timing {
  margin-top: 0;
}
.latest-blog-box2 .blog-timing.media {
  margin-bottom: 31px;
}
.latest-blog-box2 .blog-timing.media .media-left {
  background-color: #2591ff;
  padding: 11px 18px;
  text-align: center;
}
.latest-blog-box2 .blog-timing.media .media-left p {
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
}
.latest-blog-box2 .blog-timing.media .media-left span {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 600;
}
.latest-blog-box2 .blog-timing.media .media-body {
  padding: 14px 7px 0px 24px;
  width: auto;
}
.latest-blog-box2 .blog-timing.media .media-body h6 {
  font-size: 16px;
  line-height: 1;
  color: #353535;
  margin: 0;
  font-weight: 600;
}
.latest-blog-box2 .blog-timing.media .media-body span {
  font-size: 13px;
  line-height: 2.76;
  color: #5f5f5f;
  font-style: italic;
  margin-right: 25px;
  display: inline-block;
  margin-top: 10px;
}
.latest-blog-box2 .blog-timing.media .media-body span:last-child {
  margin-right: 0;
}
.latest-blog-box2 .blog-timing.media .media-body span img {
  margin-right: 7px;
}
.latest-blog-box2 .blog-desc {
  margin-top: 30px;
  padding: 0 37px 31px 32px;
}
.latest-blog-box2 .blog-desc p {
  font-size: 13px;
  line-height: 2.76;
  color: #5f5f5f;
}
.latest-blog-box2 .blog-desc a.blog-read-more {
  border-radius: 3px;
  display: inline-block;
  background-color: #f78243;
  padding: 2px 29px;
  line-height: 2.72;
  font-size: 11px;
  color: #ffffff;
  margin-top: 40px;
  text-transform: uppercase;
}
.latest-blog-box2 .blog-desc a.blog-read-more:hover {
  background-color: #f46111;
}
.eight-insurance-logos {
  padding: 109px 0 81px;
}
.eight-insurance-logos .slick-slider {
  position: relative;
}
.eight-insurance-logos .slick-slider button {
  width: 34px;
  height: 34px;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  background-color: transparent;
  background-image: url('../images/left-black-arw.png');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.eight-insurance-logos .slick-slider button.slick-prev {
  left: -50px;
}
.eight-insurance-logos .slick-slider button.slick-next {
  background-image: url('../images/right-black-arw.png');
  right: -50px;
}
/************************************************************************************
71 Home Page V.9
*************************************************************************************/
header.nine-lawyer-header {
  position: static;
  background-color: #ffffff;
}
header.nine-lawyer-header .connect-with-us {
  background-color: #343d47;
  padding: 8px 0;
}
header.nine-lawyer-header .connect-with-us p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
}
header.nine-lawyer-header .connect-with-us ul {
  margin: 0;
  text-align: right;
}
header.nine-lawyer-header .connect-with-us ul > li {
  vertical-align: middle;
  margin-right: 38px;
}
header.nine-lawyer-header .connect-with-us ul > li:last-child {
  margin-right: 0;
}
header.nine-lawyer-header .connect-with-us ul > li a {
  color: #ffffff;
}
header.nine-lawyer-header .connect-with-us ul > li .dropdown {
  padding-right: 0px;
}
header.nine-lawyer-header .connect-with-us ul > li .dropdown button.btn-default {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/us-flag.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
  padding: 0 0 0 25px;
}
header.nine-lawyer-header .connect-with-us ul > li .dropdown button.btn-default span.caret {
  height: 4px;
  background-image: url(../images/arw5.png);
  border: none;
}
header.nine-lawyer-header .connect-with-us ul > li .dropdown .dropdown-menu {
  max-width: 150px;
  min-width: 100px;
  width: 100%;
}
header.nine-lawyer-header .connect-with-us ul > li .dropdown .dropdown-menu > li {
  margin: 0;
}
header.nine-lawyer-header .connect-with-us ul > li .dropdown .dropdown-menu > li > a {
  color: #202020;
  text-align: left;
}
header.nine-lawyer-header .logo {
  padding: 24px 0 29px;
}
header.nine-lawyer-header .container {
  position: relative;
}
header.nine-lawyer-header .col-sm-10 {
  position: static;
}
header.nine-lawyer-header nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  float: right;
  position: static;
}
header.nine-lawyer-header nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
header.nine-lawyer-header nav.navbar > ul > li {
  margin: 0 98px 0 0;
  padding: 42px 0 32px;
}
header.nine-lawyer-header nav.navbar > ul > li:last-child {
  margin-right: 80px;
}
header.nine-lawyer-header nav.navbar > ul > li.pos-r {
  position: relative;
}
header.nine-lawyer-header nav.navbar > ul > li > a {
  color: #404040;
  padding: 0 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: block;
  font-weight: 600;
}
header.nine-lawyer-header nav.navbar > ul > li > a:after {
  display: none;
}
header.nine-lawyer-header nav.navbar > ul > li:hover > a {
  color: #c18d59;
  -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.nine-lawyer-header nav.navbar > ul > li:hover .nav-wrapper {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.nine-lawyer-header nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.nine-lawyer-header nav.navbar > ul > li .sub-menu {
  padding: 17px 25px 30px 36px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #515151;
  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.nine-lawyer-header nav.navbar > ul > li .sub-menu.list-unstyled {
  margin: 12px 0 0 0;
}
header.nine-lawyer-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-weight: 500;
}
header.nine-lawyer-header nav.navbar > ul > li .sub-menu.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.nine-lawyer-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.nine-lawyer-header .nav-wrapper {
  padding: 37px 25px 50px 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #515151;
  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.nine-lawyer-header .nav-wrapper .nav-box {
  position: relative;
}
header.nine-lawyer-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.nine-lawyer-header .nav-wrapper .nav-box:last-child:after {
  border: none;
}
header.nine-lawyer-header .nav-wrapper .nav-box h4 {
  font-size: 11px;
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0;
  color: #000000;
}
header.nine-lawyer-header .nav-wrapper .nav-box p.txt-italic {
  font-size: 12px;
  line-height: 1.66;
  font-style: italic;
  font-weight: 500;
  color: #686868;
  margin: 9px 0 0;
}
header.nine-lawyer-header .nav-wrapper .nav-box .nav-title {
  margin-bottom: 17px;
}
header.nine-lawyer-header .nav-wrapper .nav-box .text-box p {
  color: #5f5f5f;
  margin-bottom: 0;
}
header.nine-lawyer-header .nav-wrapper ul.list-unstyled {
  margin: 0 0 0 0;
}
header.nine-lawyer-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-weight: 500;
}
header.nine-lawyer-header .nav-wrapper ul.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.nine-lawyer-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.nine-lawyer-header .navbar-right {
  margin-right: 0px;
}
header.nine-lawyer-header .navbar-right > ul {
  padding: 0;
  position: relative;
  margin: 0;
}
header.nine-lawyer-header .navbar-right > ul li {
  margin-right: 24px;
  padding: 36px 0 39px;
  float: left;
}
header.nine-lawyer-header .navbar-right > ul li:last-child {
  margin-right: 0;
}
header.nine-lawyer-header .navbar-right > ul li > a {
  position: relative;
  display: block;
}
header.nine-lawyer-header .navbar-right > ul li > a .count {
  width: 16px;
  height: 16px;
  color: #ffffff;
  border-radius: 100%;
  position: absolute;
  right: -9px;
  top: -7px;
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
  background: #c18d59;
}
header.nine-lawyer-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.nine-lawyer-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.nine-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product {
  margin: 20px 0 0 0;
}
header.nine-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media {
  margin-bottom: 20px;
}
header.nine-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-left {
  padding-right: 30px;
}
header.nine-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body {
  padding-top: 20px;
}
header.nine-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p {
  line-height: 1;
}
header.nine-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p a {
  color: #000000;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
header.nine-lawyer-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;
}
header.nine-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd {
  float: left;
  width: 108px;
  background-color: #86a3a7;
  background-image: none;
}
header.nine-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:last-child {
  float: right;
}
header.nine-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:hover {
  background: #25bff2;
}
header.nine-lawyer-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.nine-lawyer-header .navbar-right > ul li .cart-drop li {
  padding: 0;
}
header.nine-lawyer-header .navbar-right > ul li:hover .cart-drop {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
header.nine-lawyer-header .hamburg-menu {
  width: 12px;
  margin-top: 7px;
}
header.nine-lawyer-header .hamburg-menu span {
  height: 2px;
  width: 100%;
  background-color: #404040;
  margin-bottom: 2px;
  display: block;
}
header.nine-lawyer-header .hamburg-menu span:last-child {
  margin-bottom: 0;
}
header.nine-lawyer-header .menu-btn {
  overflow: hidden;
  display: inline-block;
  margin: 37px 25px 0 0;
  cursor: pointer;
  display: none;
}
header.nine-lawyer-header .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
header.nine-lawyer-header .menu-btn .strip-bx span {
  background-color: #c18d59;
  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.nine-lawyer-header .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
header.nine-lawyer-header .menu-btn.open .strip-bx span {
  background-color: #25bff2;
}
header.nine-lawyer-header .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
header.nine-lawyer-header .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
header.nine-lawyer-header .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
header.nine-lawyer-header .menu-btn > span {
  font-size: 13px;
  color: #c18d59;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
header.nine-lawyer-header .menu-btn > span:hover {
  color: #515151;
}
header.nine-lawyer-header .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #25bff2;
}
header.nine-lawyer-header .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
}
header.nine-lawyer-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.nine-lawyer-header .side-menu.open {
  right: 0;
}
header.nine-lawyer-header .side-menu .close {
  display: block;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  z-index: 999;
}
header.nine-lawyer-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.nine-lawyer-header .side-menu .close > span:last-child {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header.nine-lawyer-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.nine-lawyer-header .side-menu .nav-wrapper > li {
  max-width: 300px;
  height: 100%;
  overflow: auto;
}
header.nine-lawyer-header .side-menu .nav-wrapper .nav-box {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 37px;
  margin-bottom: 35px;
}
header.nine-lawyer-header .side-menu .nav-wrapper .nav-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
header.nine-lawyer-header .side-menu .nav-wrapper .nav-box:after {
  display: none;
}
.banner.nine-lawyer-banner {
  position: relative;
  width: 100%;
}
.banner.nine-lawyer-banner > img {
  width: 100%;
}
.banner.nine-lawyer-banner .banner-caption h1 {
  font-size: 45px;
  margin: 0 0 16px;
  letter-spacing: 0.3px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.banner.nine-lawyer-banner .banner-caption p {
  font-size: 17px;
  line-height: 2;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.banner.nine-lawyer-banner .banner-caption .btn {
  height: auto;
  line-height: 1;
  padding: 0 50px;
  font-size: 11px;
}
.banner.nine-lawyer-banner .banner-caption .sign-up-now-btn {
  background-color: #ffffff;
  border-radius: 3px;
  color: #202020;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 24px;
  text-align: center;
}
.banner.nine-lawyer-banner .banner-caption .sign-up-now-btn:hover {
  color: #ffffff;
  background-color: #b47331;
  -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;
}
.banner.nine-lawyer-banner .banner-caption .learn-more-btn {
  background-color: #c18d59;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 24px;
  text-align: center;
}
.banner.nine-lawyer-banner .banner-caption .learn-more-btn:hover {
  background-color: #b47331;
}
.banner.nine-lawyer-banner .defaultimg {
  position: relative;
}
.banner.nine-lawyer-banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #404040;
  z-index: 1;
  content: "";
}
.nine-lawyer-types-of-law {
  padding: 103px 0 125px;
}
.law-types-box {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.law-types-box .law-icon {
  border-radius: 100%;
  width: 96px;
  height: 96px;
  display: block;
  overflow: hidden;
  border: 2px solid #c18d59;
  text-align: center;
  margin: 0 auto 41px;
  line-height: 7;
}
.law-types-box .law-icon:hover {
  background-color: #c18d59;
}
.law-types-box .law-icon:hover img {
  filter: brightness(3);
  -o-filter: brightness(3);
  -moz-filter: brightness(3);
  -webkit-filter: brightness(3);
  -ms-filter: brightness(3);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='bright30'><feComponentTransfer><feFuncR type='linear' slope='0.30'/><feFuncG type='linear' slope='0.30' /><feFuncB type='linear' slope='0.30' /></feComponentTransfer></filter></svg>#bright30");
}
.law-types-box .law-desc {
  text-align: center;
}
.law-types-box .law-desc h6 {
  font-size: 16px;
  line-height: 1.25;
  color: #1c1c1c;
  margin: 0 0 16px 0;
  font-weight: 600;
}
.law-types-box .law-desc p {
  font-size: 13px;
  color: #5f5f5f;
  line-height: 2.46;
}
.law-types-box .law-desc a.law-read-more {
  color: #c18d59;
  font-size: 11px;
  line-height: 1.81;
  display: inline-block;
}
.law-types-box .law-desc a.law-read-more:before {
  background-image: url(../images/read-more-arw.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  width: 4px;
  height: 6px;
  content: "";
  padding-right: 11px;
  display: inline-block;
}
.nine-lawyer-section-title h2 {
  font-size: 32px;
  line-height: 1;
  color: #1c1c1c;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.nine-lawyer-section-title h2:after {
  width: 45px;
  height: 3px;
  background-color: #c18d59;
  display: block;
  content: "";
  left: 0;
  margin-top: 28px;
}
.nine-lawyer-section-title.ten-lawyer-section-title h2:after {
  display: none;
}
.nine-lawyer-our-lawyer-services {
  display: table;
  width: 100%;
  background-color: #f5f5f5;
}
.nine-lawyer-our-lawyer-services .lawyer-services-left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  display: table-cell;
}
.nine-lawyer-our-lawyer-services .lawyer-services-left .lawyer-services-img {
  position: absolute;
  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%);
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.nine-lawyer-our-lawyer-services .lawyer-services-left .lawyer-services-img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.nine-lawyer-our-lawyer-services .lawyer-services-right {
  padding: 66px 100px 75px;
  display: table-cell;
  width: 50%;
}
.nine-lawyer-our-lawyer-services .lawyer-services-right .lawyer-services-desc h5 {
  font-size: 17px;
  line-height: 2.11;
  color: #202020;
  margin: 22px 0 45px;
}
.nine-lawyer-our-lawyer-services .lawyer-services-right .lawyer-services-desc p {
  font-size: 13px;
  color: #5f5f5f;
  margin: 0;
  line-height: 2.46;
}
.nine-lawyer-our-lawyer-services .lawyer-services-right .lawyer-services-desc a.law-learn-more-btn {
  border-radius: 3px;
  background-color: #c18d59;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.72;
  display: inline-block;
  padding: 6px 32px;
  margin-top: 43px;
  border: 1px solid transparent;
}
.nine-lawyer-our-lawyer-services .lawyer-services-right .lawyer-services-desc a.law-learn-more-btn:hover {
  background-color: #d8812a;
  color: #ffffff;
  border: 1px solid #d8812a;
}
.nine-lawyer-caption-box {
  background-color: #343d47;
  padding: 64px 0;
}
.nine-lawyer-caption-box .count-box {
  border-right: 1px solid #4e5a67;
  padding: 10px 15px 10px 60px;
}
.nine-lawyer-caption-box .count-box:last-child {
  border-right: none;
}
.nine-lawyer-caption-box .count-box h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
  font-size: 52px;
}
.nine-lawyer-caption-box .count-box p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.nine-lawyer-our-passion {
  background-color: #f5f5f5;
  padding: 93px 0 95px;
}
.your-passion-left .passion-left-inner {
  margin-top: 47px;
}
.your-passion-left .passion-left-inner .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.your-passion-left .passion-left-inner .panel-group .panel.panel-default {
  border: none;
}
.your-passion-left .passion-left-inner .panel-group .panel.panel-default .panel-heading {
  background-color: none;
  border: none;
  border-radius: 0;
  padding-left: 0;
}
.your-passion-left .passion-left-inner .panel-group .panel.panel-default .panel-heading .panel-title a {
  position: relative;
  padding-left: 45px;
  font-size: 15px;
  line-height: 1.33;
  padding-top: 6px;
  font-weight: 600;
  color: #202020;
}
.your-passion-left .passion-left-inner .panel-group .panel.panel-default .panel-heading .panel-title a.collapsed:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
}
.your-passion-left .passion-left-inner .panel-group .panel.panel-default .panel-heading .panel-title a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.your-passion-left .passion-left-inner .panel-group .panel.panel-default .panel-body {
  background-color: #f5f5f5;
  border: none;
  padding-left: 45px;
  font-size: 12px;
  line-height: 2.66;
  color: #5f5f5f;
}
.your-passion-right {
  margin-top: 20px;
}
.your-passion-right .lawer-info {
  max-width: 269px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px solid #c18d59;
  padding-bottom: 18px;
}
.your-passion-right .lawer-info .lawyer-name {
  margin-top: 26px;
}
.your-passion-right .lawer-info .lawyer-name p {
  font-size: 16px;
  line-height: 1.25;
  color: #202020;
}
.your-passion-right .lawer-info .lawyer-name span {
  font-size: 13px;
  line-height: 1.53;
  color: #c18d59;
  font-style: italic;
}
.nine-lawyer-our-practice-areas {
  padding: 70px 0 120px;
}
.our-areas-inner {
  margin: 64px 0 0 0;
}
.our-areas-inner .our-area-box {
  width: 25%;
  float: left;
  border: 1px solid #e4e4e4;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 294px;
  max-height: 263px;
}
.our-areas-inner .our-area-box .area-box-one {
  padding: 50px;
}
.our-areas-inner .our-area-box .area-box-one .area-icon {
  margin-bottom: 34px;
}
.our-areas-inner .our-area-box h5 {
  font-size: 17px;
  line-height: 1.17;
  color: #202020;
  margin: 0;
  font-weight: 600;
}
.our-areas-inner .our-area-box h5:after {
  width: 42px;
  height: 2px;
  background-color: #c18d59;
  display: block;
  content: "";
  margin: 25px auto 0;
}
.our-areas-inner .our-area-box span {
  font-size: 13px;
  line-height: 1.53;
  color: #202020;
  font-weight: 700;
  margin-top: 25px;
  display: block;
}
.our-areas-inner .our-area-box .area-box-two {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  background-color: #f5f5f5;
  padding: 35px 36px 31px 36px;
}
.our-areas-inner .our-area-box .area-box-two p {
  font-size: 13px;
  line-height: 2.46;
  color: #5f5f5f;
  margin-top: 23px;
}
.our-areas-inner .our-area-box:hover .area-box-two {
  opacity: 1;
  -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;
}
.nine-lawyer-call-action {
  background-image: url(../images/09-lawyer-call-action.png);
  background-repeat: no-repeat;
  background-color: rgba(193, 141, 89, 0.8);
  padding: 78px 0;
  background-size: cover;
}
.nine-lawyer-call-action .call-action-inner {
  vertical-align: middle;
}
.nine-lawyer-call-action .call-action-inner p {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
}
.nine-lawyer-call-action .call-action-btn a.sign-now-btn {
  border-radius: 4px;
  color: #202020;
  line-height: 2.72;
  font-size: 11px;
  padding: 8px 32px;
  background-color: #ffffff;
  display: inline-block;
}
.nine-lawyer-call-action .call-action-btn a.sign-now-btn:hover {
  background-color: #c18d59;
  color: #ffffff;
  -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;
}
.nine-lawyer-the-meet {
  padding: 109px 0  116px;
}
.nine-lawyer-the-meet .nine-lawyer-section-title {
  margin-bottom: 50px;
}
.nine-team-member .member-info {
  background-color: #c18d59;
  text-align: center;
  padding: 22px 0 22px;
}
.nine-team-member .member-info p {
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}
.nine-team-member .member-info span {
  font-size: 13px;
  line-height: 1.53;
  color: #ffffff;
  font-style: italic;
}
.nine-logos.eight-insurance-logos .slick-slider button {
  border: none;
}
.nine-lawyer-footer ul li a:hover {
  color: #c18d59;
}
/************************************************************************************
72 Home Page V.10
*************************************************************************************/
header.ten-lawyer-header .connect-with-us {
  background-color: #554b41;
}
.ten-lawyer-types {
  margin: 108px 0 95px;
}
.ten-lawyer-types .media {
  margin-bottom: 0;
}
.lawyer-type-box {
  border: 1px solid #e4e4e4;
  max-width: 372px;
  width: 100%;
  padding: 20px 29px 29px 24px;
  position: relative;
  margin: 0 auto;
  min-height: 168px;
  height: 100%;
}
.lawyer-type-box > img {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
}
.lawyer-type-box .media-left {
  padding-right: 27px;
}
.lawyer-type-box .media-body {
  width: auto;
  position: relative;
}
.lawyer-type-box .media-body h5 {
  font-size: 17px;
  line-height: 1.17;
  color: #1c1c1c;
  margin: 0 0 10px;
  font-weight: 600;
}
.lawyer-type-box .media-body p {
  font-size: 13px;
  line-height: 2.46;
  color: #5f5f5f;
}
.ten-lawyer-simple-satistics {
  display: table;
  width: 100%;
  background-color: #f5f5f5;
}
.ten-lawyer-simple-satistics .lawyer-services-left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  display: table-cell;
}
.ten-lawyer-simple-satistics .lawyer-services-left .lawyer-services-img {
  position: absolute;
  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%);
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.ten-lawyer-simple-satistics .lawyer-services-left .lawyer-services-img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics {
  width: 50%;
  vertical-align: middle;
  display: table-cell;
  padding: 64px 99px 115px;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics h4 {
  font-size: 32px;
  line-height: 1;
  color: #1c1c1c;
  margin: 0;
  font-weight: 600;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars {
  margin: 40px 0 0 0;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars {
  margin-bottom: 30px;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars:last-child {
  margin-bottom: 0;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars p {
  font-size: 13px;
  line-height: 1.53;
  margin-bottom: 0;
  padding-bottom: 19px;
  font-weight: 600;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress {
  height: 4px;
  border-radius: 2px;
  box-shadow: none;
  position: relative;
  overflow: visible;
  max-width: 521px;
  width: 100%;
  background-color: #ededed;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar {
  background: #f78243;
  box-shadow: none;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar.ninety {
  width: 90%;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar.seventy-six {
  width: 76%;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar.ninety-five {
  width: 95%;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar.seventy-two {
  width: 72%;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar.sixty-seven {
  width: 67%;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar.sixty-seven {
  width: 67%;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar.ninety-one {
  width: 91%;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar.eighty-eight {
  width: 88%;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress .progress-bar.sixty-one {
  width: 61%;
}
.ten-lawyer-simple-satistics .lawyer-simple-satistics .progress-bars .pro-bars .progress span {
  position: absolute;
  right: -50px;
  top: -8px;
  font-size: 13px;
  color: #272727;
}
.what-we-do-desc h3 {
  font-size: 32px;
  line-height: 1;
  color: #1c1c1c;
  margin-top: 0;
  font-weight: 600;
}
.what-we-do-desc h6 {
  font-size: 17px;
  line-height: 2.11;
  color: #1c1c1c;
}
.what-we-do-desc p {
  font-size: 13px;
  line-height: 2.46;
  color: #5f5f5f;
}
.what-we-do-desc a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 1.81;
  float: right;
  color: #f59c44;
  display: inline-block;
  margin-top: 33px;
}
.what-we-do-desc a:before {
  background-image: url(../images/10-lawyer-read-more-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 8px;
  height: 6px;
  content: "";
  padding-right: 20px;
}
.law-services-type .services-type-desc h4 {
  font-size: 17px;
  line-height: 1.17;
  color: #1c1c1c;
  margin: 21px 0 10px 0;
  font-weight: 600;
}
.law-services-type .services-type-desc p {
  font-size: 13px;
  line-height: 2.46;
  color: #5f5f5f;
}
.ten-lawyer-what-we-do {
  padding: 134px 0 111px;
}
.ten-lawyer-types-of-laws {
  background-color: #f5f5f5;
  padding: 65px 0 10px;
}
.lawyer-types {
  min-height: 174px;
  max-height: 174px;
  margin: 0 0 56px 0;
}
.law-types img {
  display: inline-block;
}
.law-types h4 {
  display: inline-block;
  font-size: 17px;
  line-height: 1.17;
  color: #1c1c1c;
  padding-left: 18px;
  font-weight: 600;
}
.law-types .law-types-icon {
  display: inline-block;
  height: 57px;
  line-height: 57px;
}
.ten-lawyer-the-meet .nine-team-member .member-info {
  background-color: #554b41;
}
.ten-lawyer-the-meet .nine-team-member:hover .member-info {
  background-color: #f59c44;
}
.ten-lawyer-call-action {
  background-color: rgba(245, 156, 68, 0.9);
}
.ten-lawyer-latest-from-blog {
  padding: 116px 0 130px;
}
.ten-lawyer-latest-from-blog .latest-blog-main-box {
  margin-top: 17px;
}
.ten-lawyer-latest-from-blog .latest-blog-box .blog-desc a {
  color: #f59c44;
  font-size: 11px;
}
.ten-lawyer-latest-from-blog .latest-blog-box .blog-desc a:hover {
  color: #000000;
}
.lawyer-contact-form {
  background-image: none;
}
.ten-laywer-finance-contact-form {
  margin: 93px 0 0 0;
}
.ten-laywer-finance-contact-form h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  color: #1c1c1c;
  font-weight: 600;
}
.ten-laywer-finance-contact-form .contact-person {
  position: relative;
  margin-top: -56px;
}
.ten-laywer-finance-contact-form form {
  margin: 47px 0 0 0;
}
.ten-laywer-finance-contact-form form .call-back-form {
  display: table;
}
.ten-laywer-finance-contact-form form .call-back-form .form-inputs {
  display: table-cell;
  width: 83.33333333%;
  padding: 0 15px;
}
.ten-laywer-finance-contact-form form .call-back-form .form-button {
  display: table-cell;
  vertical-align: bottom;
  width: 16.66666667%;
  padding: 0 15px;
}
.ten-laywer-finance-contact-form form .form-group {
  margin: 0 0 54px 0;
}
.ten-laywer-finance-contact-form form .form-group label {
  font-size: 11px;
  line-height: 3.27;
  letter-spacing: 0.5px;
}
.ten-laywer-finance-contact-form form .form-group label sup {
  color: #ff000c;
}
.ten-laywer-finance-contact-form form .form-group input.form-control,
.ten-laywer-finance-contact-form form .form-group select.form-control {
  background-color: #ffffff;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  border-radius: 0;
  box-shadow: none;
  color: #5f5f5f;
  display: block;
  font-size: 11px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
  font-style: italic;
  line-height: 2.72;
}
.ten-laywer-finance-contact-form form .form-group select.form-control {
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.ten-laywer-finance-contact-form form .form-group button {
  background-color: #f59c44;
  color: #fff;
  border: none;
  padding: 13px 28px;
  font-size: 11px;
  letter-spacing: 0.5px;
  width: auto;
  border-radius: 4px;
}
.ten-laywer-finance-contact-form form .form-group button:hover {
  background-color: #f87f08;
}
.ten-lawyer-logos {
  padding: 60px 0;
}
/************************************************************************************
73 Home Page V.11
*************************************************************************************/
header.eleven-lawyer-header {
  background-color: #243b49;
  position: static;
}
header.eleven-lawyer-header .connect-with-us {
  padding: 8px 0;
}
header.eleven-lawyer-header .connect-with-us p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
}
header.eleven-lawyer-header .connect-with-us ul {
  margin: 0;
  text-align: right;
}
header.eleven-lawyer-header .connect-with-us ul > li {
  vertical-align: middle;
  margin-right: 38px;
}
header.eleven-lawyer-header .connect-with-us ul > li:last-child {
  margin-right: 0;
}
header.eleven-lawyer-header .connect-with-us ul > li a {
  color: #ffffff;
}
header.eleven-lawyer-header .connect-with-us ul > li .dropdown button.btn-default {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/us-flag.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
  padding: 0 0 0 25px;
}
header.eleven-lawyer-header .connect-with-us ul > li .dropdown button.btn-default span.caret {
  height: 4px;
  background-image: url(../images/arw5.png);
  border: none;
}
header.eleven-lawyer-header .connect-with-us ul > li .dropdown .dropdown-menu {
  max-width: 150px;
  min-width: 100px;
}
header.eleven-lawyer-header .connect-with-us ul > li .dropdown .dropdown-menu > li {
  margin: 0;
}
header.eleven-lawyer-header .connect-with-us ul > li .dropdown .dropdown-menu > li > a {
  color: #202020;
  text-align: left;
}
header.eleven-lawyer-header .connect-with-us ul > li a.get-a-quote {
  background-color: #0bd7fc;
  border-radius: 4px;
  padding: 8px 15px;
  display: inline-block;
}
header.eleven-lawyer-header .connect-with-us ul > li a.get-a-quote:hover {
  background-color: #137d90;
}
header.eleven-lawyer-header .container {
  position: relative;
}
header.eleven-lawyer-header .col-sm-10 {
  position: static;
}
header.eleven-lawyer-header nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  float: right;
  position: static;
  min-height: 28px;
}
header.eleven-lawyer-header nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
header.eleven-lawyer-header nav.navbar > ul > li {
  margin: 0 98px 0 0;
  padding-bottom: 15px;
}
header.eleven-lawyer-header nav.navbar > ul > li:last-child {
  margin-right: 80px;
}
header.eleven-lawyer-header nav.navbar > ul > li.pos-r {
  position: relative;
}
header.eleven-lawyer-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;
}
header.eleven-lawyer-header nav.navbar > ul > li > a:after {
  display: none;
}
header.eleven-lawyer-header nav.navbar > ul > li:hover > a {
  color: #25bff2;
  -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.eleven-lawyer-header nav.navbar > ul > li:hover .nav-wrapper {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.eleven-lawyer-header nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.eleven-lawyer-header nav.navbar > ul > li .sub-menu {
  padding: 17px 25px 30px 36px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #515151;
  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.eleven-lawyer-header nav.navbar > ul > li .sub-menu.list-unstyled {
  margin: 0;
}
header.eleven-lawyer-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-weight: 500;
}
header.eleven-lawyer-header nav.navbar > ul > li .sub-menu.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.eleven-lawyer-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.eleven-lawyer-header .nav-wrapper {
  padding: 37px 25px 50px 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #515151;
  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.eleven-lawyer-header .nav-wrapper .nav-box {
  position: relative;
}
header.eleven-lawyer-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.eleven-lawyer-header .nav-wrapper .nav-box:last-child:after {
  border: none;
}
header.eleven-lawyer-header .nav-wrapper .nav-box h4 {
  font-size: 11px;
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0;
  color: #000000;
}
header.eleven-lawyer-header .nav-wrapper .nav-box p.txt-italic {
  font-size: 12px;
  line-height: 1.66;
  font-style: italic;
  font-weight: 500;
  color: #686868;
  margin: 9px 0 0;
}
header.eleven-lawyer-header .nav-wrapper .nav-box .nav-title {
  margin-bottom: 17px;
}
header.eleven-lawyer-header .nav-wrapper .nav-box .text-box p {
  color: #5f5f5f;
  margin-bottom: 0;
}
header.eleven-lawyer-header .nav-wrapper ul.list-unstyled {
  margin: 0 0 0 0;
}
header.eleven-lawyer-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-weight: 500;
}
header.eleven-lawyer-header .nav-wrapper ul.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.eleven-lawyer-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.eleven-lawyer-header .navbar-right {
  margin-right: 0px;
}
header.eleven-lawyer-header .navbar-right > ul {
  padding: 0;
  position: relative;
  margin: 0;
}
header.eleven-lawyer-header .navbar-right > ul li {
  margin-right: 24px;
  float: left;
  padding-bottom: 15px;
}
header.eleven-lawyer-header .navbar-right > ul li:last-child {
  margin-right: 0;
}
header.eleven-lawyer-header .navbar-right > ul li > a {
  position: relative;
  display: block;
}
header.eleven-lawyer-header .navbar-right > ul li > a .count {
  width: 16px;
  height: 16px;
  background-color: #14c757;
  color: #ffffff;
  border-radius: 100%;
  position: absolute;
  right: -9px;
  top: -7px;
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
  background: #25bff2;
}
header.eleven-lawyer-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.eleven-lawyer-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.eleven-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product {
  margin: 20px 0 0 0;
}
header.eleven-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media {
  margin-bottom: 20px;
}
header.eleven-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-left {
  padding-right: 30px;
}
header.eleven-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body {
  padding-top: 20px;
}
header.eleven-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p {
  line-height: 1;
}
header.eleven-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p a {
  color: #000000;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
header.eleven-lawyer-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;
}
header.eleven-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd {
  float: left;
  width: 108px;
  background-color: #86a3a7;
  background-image: none;
}
header.eleven-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:last-child {
  float: right;
}
header.eleven-lawyer-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:hover {
  background: #25bff2;
}
header.eleven-lawyer-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.eleven-lawyer-header .navbar-right > ul li .cart-drop li {
  padding: 0;
}
header.eleven-lawyer-header .navbar-right > ul li:hover .cart-drop {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
header.eleven-lawyer-header .hamburg-menu {
  width: 12px;
  margin-top: 7px;
}
header.eleven-lawyer-header .hamburg-menu span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 2px;
  display: block;
}
header.eleven-lawyer-header .hamburg-menu span:last-child {
  margin-bottom: 0;
}
header.eleven-lawyer-header .menu-btn {
  overflow: hidden;
  display: inline-block;
  margin: 37px 25px 0 0;
  cursor: pointer;
  display: none;
}
header.eleven-lawyer-header .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
header.eleven-lawyer-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.eleven-lawyer-header .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
header.eleven-lawyer-header .menu-btn.open .strip-bx span {
  background-color: #ffffff;
}
header.eleven-lawyer-header .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
header.eleven-lawyer-header .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
header.eleven-lawyer-header .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
header.eleven-lawyer-header .menu-btn > span {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
header.eleven-lawyer-header .menu-btn > span:hover {
  color: #515151;
}
header.eleven-lawyer-header .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #25bff2;
}
header.eleven-lawyer-header .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
}
header.eleven-lawyer-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.eleven-lawyer-header .side-menu.open {
  right: 0;
}
header.eleven-lawyer-header .side-menu .close {
  display: block;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  z-index: 999;
}
header.eleven-lawyer-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.eleven-lawyer-header .side-menu .close > span:last-child {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header.eleven-lawyer-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.eleven-lawyer-header .side-menu .nav-wrapper > li {
  max-width: 300px;
  height: 100%;
  overflow: auto;
}
header.eleven-lawyer-header .side-menu .nav-wrapper .nav-box {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 37px;
  margin-bottom: 35px;
}
header.eleven-lawyer-header .side-menu .nav-wrapper .nav-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
header.eleven-lawyer-header .side-menu .nav-wrapper .nav-box:after {
  display: none;
}
header.eleven-lawyer-header .logo {
  padding: 39px 0 39px;
}
.banner.eleven-corporate-banner {
  position: relative;
  width: 100%;
}
.banner.eleven-corporate-banner > img {
  width: 100%;
}
.banner.eleven-corporate-banner .defaultimg {
  position: relative;
}
.banner.eleven-corporate-banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #404040;
  z-index: 1;
  content: "";
}
.banner.eleven-corporate-banner .banner-caption h1 {
  font-size: 64px;
  margin: 0 0 16px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.3px;
}
.banner.eleven-corporate-banner .banner-caption p {
  font-size: 17px;
  line-height: 2;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 600;
}
.banner.eleven-corporate-banner .banner-caption .btn {
  height: auto !important;
  line-height: 1 !important;
  padding: 0 50px !important;
  font-size: 11px !important;
}
.banner.eleven-corporate-banner .banner-caption .sign-up-now-btn {
  background-color: #ffffff;
  border-radius: 3px;
  color: #202020;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 24px !important;
  text-align: center !important;
}
.banner.eleven-corporate-banner .banner-caption .sign-up-now-btn:hover {
  color: #ffffff;
  background-color: #137d90;
  -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;
}
.banner.eleven-corporate-banner .banner-caption .learn-more-btn {
  background-color: #0bd7fc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 24px !important;
  text-align: center !important;
}
.banner.eleven-corporate-banner .banner-caption .learn-more-btn:hover {
  background-color: #137d90;
}
.eleven-corporate-facilities {
  padding: 87px 0 146px;
}
.corporate-facilities-box {
  border: 1px solid #e3e3e3;
  padding: 27px 31px;
}
.corporate-facilities-box h4 {
  font-size: 14px;
  line-height: 3;
  font-weight: 500;
  margin: 13px 0;
  color: #202020;
}
.corporate-facilities-box p {
  font-size: 13px;
  line-height: 3;
  color: #5f5f5f;
  margin-bottom: 33px;
}
.corporate-facilities-box a.view-details {
  background-color: #0bd7fc;
  border-radius: 4px;
  padding: 0px 16px;
  color: #ffffff;
  font-size: 11px;
  line-height: 3;
  display: inline-block;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.corporate-facilities-box:hover {
  background-color: #0bd7fc;
  border-color: #0bd7fc;
}
.corporate-facilities-box:hover h4,
.corporate-facilities-box:hover p {
  color: #ffffff;
}
.corporate-facilities-box:hover img {
  filter: brightness(30);
}
.corporate-facilities-box:hover a.view-details {
  background-color: #fff;
  color: #0bd7fc;
}
.eleven-corporate-section-title {
  margin-bottom: 27px;
}
.eleven-corporate-section-title h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #202020;
  position: relative;
  margin-top: 0;
  font-weight: 600;
}
.eleven-corporate-section-title h3:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #0bd7fc;
  bottom: -24px;
  content: "";
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
}
.eleven-corporate-section-title.title-center {
  text-align: center;
}
.eleven-corporate-section-title.title-center h3:after {
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  width: 14px;
}
.eleven-corporate-what-we-can-do-for-you {
  display: table;
  width: 100%;
  background-color: #f5f5f5;
}
.eleven-corporate-what-we-can-do-for-you .lawyer-services-left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  display: table-cell;
}
.eleven-corporate-what-we-can-do-for-you .lawyer-services-left .lawyer-services-img {
  position: absolute;
  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%);
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.eleven-corporate-what-we-can-do-for-you .lawyer-services-left .lawyer-services-img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.eleven-corporate-what-we-can-do-for-you .lawyer-services-right {
  padding: 79px 146px 100px 86px;
  display: table-cell;
  width: 50%;
}
.eleven-corporate-what-we-can-do-for-you .lawyer-services-right .lawyer-services-desc p {
  font-size: 13px;
  color: #5f5f5f;
  margin: 29px 0 0 0;
  line-height: 2.46;
}
.eleven-corporate-what-we-can-do-for-you .lawyer-services-right .lawyer-services-desc a.read-more-corporate {
  border-radius: 3px;
  background-color: #0bd7fc;
  color: #ffffff;
  font-size: 11px;
  line-height: 2.72;
  display: inline-block;
  padding: 6px 32px;
  margin-top: 43px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.eleven-corporate-what-we-can-do-for-you .lawyer-services-right .lawyer-services-desc a.read-more-corporate:hover {
  background-color: #137d90;
}
.eleven-corporate-features {
  padding: 110px 0 63px;
}
.media {
  margin-bottom: 85px;
}
.media .media-left {
  padding-right: 26px;
}
.media .media-body {
  width: auto;
}
.media .media-body h4 {
  font-size: 14px;
  line-height: 1;
  color: #202020;
  margin: 0 0 19px;
  text-transform: uppercase;
  font-weight: 600;
}
.media .media-body p {
  font-size: 13px;
  line-height: 2.76;
  color: #5f5f5f;
  margin: 0;
}
.corporate-team-box {
  position: relative;
  margin: 70px 0 0 0;
}
.corporate-team-box .team-member-name {
  border-bottom: 2px solid #0bd7fc;
  padding: 22px 15px;
  background-color: #ffffff;
  opacity: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.corporate-team-box .team-member-name h5 {
  font-size: 16px;
  line-height: 1.25;
  color: #202020;
  margin: 0;
}
.corporate-team-box:hover .team-member-name {
  opacity: 1;
  -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;
}
.eleven-corporate-portfolio-section {
  padding: 0 0 155px 0;
}
.eleven-corporate-portfolio-section .eleven-corporate-section-title {
  float: left;
}
.eleven-corporate-portfolio-section ul.portfolio-filter {
  margin: 13px 0 86px;
  float: right;
}
.eleven-corporate-portfolio-section ul.portfolio-filter li.active a {
  color: #25bff2;
  background: transparent;
  border-color: #25bff2;
}
.eleven-corporate-portfolio-section ul.portfolio-filter li a {
  font-size: 11px;
  line-height: 1.81;
  font-weight: 500;
  padding: 0;
  letter-spacing: 1px;
  color: #cacaca;
  border-width: 0 0 1px;
  border-color: transparent;
  border-style: solid;
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
}
.eleven-corporate-portfolio-section ul.portfolio-filter li a:hover {
  color: #25bff2;
  background: transparent;
  border-color: #25bff2;
}
.call-to-action-two.cta-dark .action-desc h4 {
  font-weight: 600;
}
.call-to-action-two.cta-dark .action-desc a.btn-blue {
  background-color: #0bd7fc;
  color: #fff;
  -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;
  border: none;
  border-radius: 3px;
  line-height: 4.3;
}
.call-to-action-two.cta-dark .action-desc a.btn-blue:hover {
  background-color: #fff;
  color: #0bd7fc;
}
.eleven-corporate-meet-team {
  padding: 132px 0 90px;
}
.call-to-action-two.cta-dark .action-desc h6 {
  font-size: 16px;
}
.eleven-footer .recent h4 {
  position: relative;
  padding-bottom: 23px;
}
.eleven-footer .recent h4:before {
  width: 37px;
  display: block;
  background-color: #0bd7fc;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
}
.eleven-footer .recent .feed-post p {
  color: #fff;
}
.eleven-footer .recent .feed-post span {
  color: #91a9bb;
}
.eleven-footer .recent .subscribe-form .form-group .form-control {
  background-color: #384854;
  color: #bccad4;
}
.eleven-footer .recent .subscribe-form .subscribe-btn {
  background-color: #0bd7fc;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 11px 22px;
  font-size: 11px;
  margin-top: 16px;
}
.eleven-footer .recent .subscribe-form .subscribe-btn:hover {
  background-color: #06a3c0;
}
.eleven-footer .footer-bottom .copyright p {
  display: inline-block;
  padding-left: 10px;
}
/************************************************************************************
74 Home Page V.12
*************************************************************************************/
header.twelve-seo-header {
  background-color: #243b49;
  position: static;
}
header.twelve-seo-header .connect-with-us {
  border-bottom: 1px solid #395567;
}
header.twelve-seo-header .connect-with-us p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
}
header.twelve-seo-header .connect-with-us ul {
  margin: 0;
  padding: 12px 0;
}
header.twelve-seo-header .connect-with-us ul > li {
  vertical-align: middle;
  margin-right: 38px;
}
header.twelve-seo-header .connect-with-us ul > li:last-child {
  margin-right: 0;
}
header.twelve-seo-header .connect-with-us ul > li a {
  color: #ffffff;
}
header.twelve-seo-header .connect-with-us ul > li .dropdown button.btn-default {
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/us-flag.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.91;
  padding: 0 0 0 25px;
}
header.twelve-seo-header .connect-with-us ul > li .dropdown button.btn-default span.caret {
  height: 4px;
  background-image: url(../images/arw5.png);
  border: none;
}
header.twelve-seo-header .connect-with-us ul > li .dropdown .dropdown-menu {
  max-width: 150px;
  min-width: 100px;
}
header.twelve-seo-header .connect-with-us ul > li .dropdown .dropdown-menu > li {
  margin: 0;
}
header.twelve-seo-header .connect-with-us ul > li .dropdown .dropdown-menu > li > a {
  color: #5b5fe7;
  text-align: left;
}
header.twelve-seo-header .connect-with-us ul {
  margin: 0;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons {
  text-align: right;
  padding: 0;
  display: inline-flex;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li {
  border-right: 2px solid #395567;
  margin-right: 0;
  padding: 14px 0px;
  width: 40px;
  float: left;
  text-align: center;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li:first-child {
  border-left: 2px solid #395567;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li a {
  display: inline-block;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li:hover a {
  color: #ffffff;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li:hover.facebook {
  background-color: #5572de;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li:hover.twitter {
  background-color: #3dc5f7;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li:hover.dribbble {
  background-color: #ea4c89;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li:hover.vimeo {
  background-color: #86c9ef;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li:hover.google {
  background-color: #f95636;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li:hover.pinterest {
  background-color: #f23737;
}
header.twelve-seo-header .connect-with-us ul.header-social-icons li:hover.instagram {
  background-color: #87a3b8;
}
header.twelve-seo-header .container {
  position: relative;
}
header.twelve-seo-header .col-sm-10 {
  position: static;
}
header.twelve-seo-header .logo {
  padding: 17px 0;
}
header.twelve-seo-header nav.navbar {
  margin: 0;
  border: none;
  float: right;
  position: static;
  min-height: 28px;
}
header.twelve-seo-header nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
header.twelve-seo-header nav.navbar > ul > li {
  margin: 0 98px 0 0;
  padding: 35px 0 18px;
}
header.twelve-seo-header nav.navbar > ul > li:last-child {
  margin-right: 80px;
}
header.twelve-seo-header nav.navbar > ul > li.pos-r {
  position: relative;
}
header.twelve-seo-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;
}
header.twelve-seo-header nav.navbar > ul > li > a:after {
  display: none;
}
header.twelve-seo-header nav.navbar > ul > li:hover > a {
  color: #25bff2;
  -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.twelve-seo-header nav.navbar > ul > li:hover .nav-wrapper {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.twelve-seo-header nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
header.twelve-seo-header nav.navbar > ul > li .sub-menu {
  padding: 17px 25px 30px 36px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #515151;
  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.twelve-seo-header nav.navbar > ul > li .sub-menu.list-unstyled {
  margin: 0;
}
header.twelve-seo-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-weight: 500;
}
header.twelve-seo-header nav.navbar > ul > li .sub-menu.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.twelve-seo-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.twelve-seo-header .nav-wrapper {
  padding: 37px 25px 50px 36px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #515151;
  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.twelve-seo-header .nav-wrapper .nav-box {
  position: relative;
}
header.twelve-seo-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.twelve-seo-header .nav-wrapper .nav-box:last-child:after {
  border: none;
}
header.twelve-seo-header .nav-wrapper .nav-box h4 {
  font-size: 11px;
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0;
  color: #000000;
}
header.twelve-seo-header .nav-wrapper .nav-box p.txt-italic {
  font-size: 12px;
  line-height: 1.66;
  font-style: italic;
  font-weight: 500;
  color: #686868;
  margin: 9px 0 0;
}
header.twelve-seo-header .nav-wrapper .nav-box .nav-title {
  margin-bottom: 17px;
}
header.twelve-seo-header .nav-wrapper .nav-box .text-box p {
  color: #5f5f5f;
  margin-bottom: 0;
}
header.twelve-seo-header .nav-wrapper ul.list-unstyled {
  margin: 0 0 0 0;
}
header.twelve-seo-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-weight: 500;
}
header.twelve-seo-header .nav-wrapper ul.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
header.twelve-seo-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.twelve-seo-header .navbar-right {
  margin-right: 0px;
}
header.twelve-seo-header .navbar-right > ul {
  padding: 0;
  position: relative;
  margin: 0;
}
header.twelve-seo-header .navbar-right > ul li {
  margin-right: 24px;
  float: left;
  padding: 25px 0 0;
}
header.twelve-seo-header .navbar-right > ul li:last-child {
  margin-right: 0;
}
header.twelve-seo-header .navbar-right > ul li > a {
  position: relative;
  display: block;
}
header.twelve-seo-header .navbar-right > ul li > a .count {
  width: 16px;
  height: 16px;
  background-color: #14c757;
  color: #ffffff;
  border-radius: 100%;
  position: absolute;
  right: -9px;
  top: -7px;
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
  background: #25bff2;
}
header.twelve-seo-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.twelve-seo-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.twelve-seo-header .navbar-right > ul li .shopping-cart-drop-down .cart-product {
  margin: 20px 0 0 0;
}
header.twelve-seo-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media {
  margin-bottom: 20px;
}
header.twelve-seo-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-left {
  padding-right: 30px;
}
header.twelve-seo-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body {
  padding-top: 20px;
}
header.twelve-seo-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p {
  line-height: 1;
}
header.twelve-seo-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .media .media-body p a {
  color: #000000;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
header.twelve-seo-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;
}
header.twelve-seo-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd {
  float: left;
  width: 108px;
  background-color: #86a3a7;
  background-image: none;
}
header.twelve-seo-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:last-child {
  float: right;
}
header.twelve-seo-header .navbar-right > ul li .shopping-cart-drop-down .cart-product .btn-grd:hover {
  background: #25bff2;
}
header.twelve-seo-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;
  margin-top: 35px;
  -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.twelve-seo-header .navbar-right > ul li .cart-drop li {
  padding: 0;
}
header.twelve-seo-header .navbar-right > ul li:hover .cart-drop {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
header.twelve-seo-header .hamburg-menu {
  width: 12px;
  margin-top: 7px;
}
header.twelve-seo-header .hamburg-menu span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 2px;
  display: block;
}
header.twelve-seo-header .hamburg-menu span:last-child {
  margin-bottom: 0;
}
header.twelve-seo-header .menu-btn {
  overflow: hidden;
  display: inline-block;
  margin: 37px 25px 0 0;
  cursor: pointer;
  display: none;
}
header.twelve-seo-header .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
header.twelve-seo-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.twelve-seo-header .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
header.twelve-seo-header .menu-btn.open .strip-bx span {
  background-color: #ffffff;
}
header.twelve-seo-header .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
header.twelve-seo-header .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
header.twelve-seo-header .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
header.twelve-seo-header .menu-btn > span {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
header.twelve-seo-header .menu-btn > span:hover {
  color: #515151;
}
header.twelve-seo-header .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #25bff2;
}
header.twelve-seo-header .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
}
header.twelve-seo-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.twelve-seo-header .side-menu.open {
  right: 0;
}
header.twelve-seo-header .side-menu .close {
  display: block;
  height: 20px;
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  z-index: 999;
}
header.twelve-seo-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.twelve-seo-header .side-menu .close > span:last-child {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header.twelve-seo-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.twelve-seo-header .side-menu .nav-wrapper > li {
  max-width: 300px;
  height: 100%;
  overflow: auto;
}
header.twelve-seo-header .side-menu .nav-wrapper .nav-box {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 37px;
  margin-bottom: 35px;
}
header.twelve-seo-header .side-menu .nav-wrapper .nav-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
header.twelve-seo-header .side-menu .nav-wrapper .nav-box:after {
  display: none;
}
.banner.twelve-seo-banner {
  position: relative;
  width: 100%;
}
.banner.twelve-seo-banner > img {
  width: 100%;
}
.banner.twelve-seo-banner .defaultimg {
  position: relative;
}
.banner.twelve-seo-banner .defaultimg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.18;
  background: #404040;
  z-index: 1;
  content: "";
}
.banner.twelve-seo-banner .banner-caption h1 {
  font-size: 64px;
  margin: 0 0 16px;
  letter-spacing: 0.3px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.banner.twelve-seo-banner .banner-caption p {
  font-size: 17px;
  line-height: 2;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 600;
}
.banner.twelve-seo-banner .banner-caption .btn {
  height: auto !important;
  line-height: 1 !important;
  padding: 0 50px !important;
  font-size: 11px !important;
}
.banner.twelve-seo-banner .banner-caption .sign-up-now-btn {
  background-color: #ffffff;
  border-radius: 3px;
  color: #5b5fe7;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 24px !important;
  text-align: center !important;
}
.banner.twelve-seo-banner .banner-caption .sign-up-now-btn:hover {
  color: #ffffff;
  background-color: #b47331;
  -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;
}
.banner.twelve-seo-banner .banner-caption .learn-more-btn {
  background-color: #c18d59;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 24px !important;
  text-align: center !important;
}
.banner.twelve-seo-banner .banner-caption .learn-more-btn:hover {
  background-color: #b47331;
}
.banner.twelve-seo-banner .banner-caption .started-btn {
  background-color: #ffa800;
  color: #fff;
  border-radius: 20px;
  padding: 17px 35px !important;
  display: inline-block;
}
.banner.twelve-seo-banner .banner-caption .started-btn:hover {
  background-color: #fff;
  color: #ffa800;
}
.twelve-seo-our-latest-work {
  padding: 102px 0 50px;
}
.seo-blue-circle {
  background-color: #00aeff;
}
.seo-purple-circle {
  background-color: #9e70fc;
}
.seo-yellow-circle {
  background-color: #ffa800;
}
.seo-pink-circle {
  background-color: #fc3950;
}
.twelve-seo-features {
  padding: 85px 0 130px;
}
.seo-feature-box {
  text-align: center;
}
.seo-feature-box .seo-icon-circle {
  width: 114px;
  height: 114px;
  border-radius: 100%;
  border: 1px solid #ececec;
  margin: 0 auto;
  padding: 10px;
}
.seo-feature-box .seo-icon-circle .seo-inner-circle {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 6;
}
.seo-feature-box .seo-feature-desc {
  margin: 20px 0 0 0;
}
.seo-feature-box .seo-feature-desc h4 {
  font-size: 14px;
  line-height: 3;
  margin: 0 0 2px 0;
  font-weight: 600;
  color: #202020;
}
.seo-feature-box .seo-feature-desc p {
  font-size: 13px;
  line-height: 2.46;
  color: #5f5f5f;
}
.twelve-seo-section-title {
  text-align: center;
}
.twelve-seo-section-title h2 {
  font-size: 28px;
  line-height: 1.28;
  color: #202020;
  font-weight: 600;
}
.twelve-seo-section-title p {
  font-size: 13px;
  line-height: 2.46;
  color: #5f5f5f;
}
.seo-work-circle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #dae5ef;
  line-height: 1;
  background-color: #ffffff;
  padding: 4px;
}
.twelve-seo-how-it-works {
  background-color: #f2f8fd;
  padding: 70px 0;
  height: 100%;
  background-image: url(../images/12-how-it-works-bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.twelve-seo-how-it-works .seo-works-inner-box {
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  padding: 68px 0 0 0;
}
.seo-works-left {
  text-align: right;
  padding-top: 91px;
}
.seo-works-left .seo-works-desc {
  padding-right: 30px;
}
.seo-works-right {
  text-align: left;
  padding-top: 91px;
}
.seo-works-right .seo-works-desc {
  padding-left: 30px;
}
.seo-inner-box {
  display: table;
  margin-bottom: 157px;
}
.seo-inner-box .seo-works-icon {
  display: table-cell;
}
.seo-inner-box .seo-works-desc {
  display: table-cell;
}
.seo-inner-box .seo-works-desc h4 {
  font-size: 14px;
  line-height: 1.42;
  color: #262b2f;
  font-weight: 600;
}
.seo-inner-box .seo-works-desc p {
  font-size: 12px;
  line-height: 2.66;
  color: #636d77;
}
.twelve-seo-latest-work-inner {
  text-align: center;
  padding-top: 46px;
}
.twelve-seo-latest-work-inner button {
  background-color: #0bd7fc;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid #dae5ef;
  color: #ffffff;
  margin: 38px 7px 0;
  padding: 3px 11px;
}
.twelve-seo-latest-work-inner button.slick-disabled {
  background-color: #ccced9;
}
.twelve-seo-latest-work-inner button.slick-prev {
  text-align: center;
}
.twelve-seo-latest-work-inner button.slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
}
.twelve-seo-latest-work-inner button.slick-next {
  text-align: center;
}
.twelve-seo-latest-work-inner button.slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
}
.twelve-seo-latest-work-box {
  max-width: 341px;
  height: 269px;
  float: left;
  margin: 0 3px;
  position: relative;
  text-align: left;
}
.twelve-seo-latest-work-box a:hover span.purple-overlay {
  opacity: 1;
  -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;
}
.twelve-seo-latest-work-box span.purple-overlay {
  background-color: rgba(0, 174, 255, 0.88);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  padding: 100px 20px;
  transform: scaleX(0.97) scaleY(0.97);
  webkit-transform: scaleX(0.97) scaleY(0.97);
  -moz-transform: scaleX(0.97) scaleY(0.97);
  -o-transform: scaleX(0.97) scaleY(0.97);
  opacity: 0;
}
.twelve-seo-latest-work-box span.purple-overlay span.work-title {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.85;
  display: block;
  text-align: center;
}
.twelve-seo-latest-work-box span.purple-overlay span.work-sub-title {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.seo-servies-boxes {
  margin: 78px 0 0 0;
}
.seo-servies-box {
  margin-bottom: 80px;
}
.seo-servies-box .seo-service-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #ececec;
  line-height: 4.5;
  text-align: center;
  margin-bottom: 31px;
}
.seo-servies-box .seo-services-desc h4 {
  font-size: 14px;
  line-height: 1.42;
  color: #262b2f;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.seo-servies-box .seo-services-desc p {
  font-size: 13px;
  line-height: 2.46;
  color: #5f5f5f;
}
.twelve-seo-our-services {
  padding: 48px 0px;
}
.our-plan-pricing {
  background-color: #f2f8fd;
}
.our-plan-pricing .table-1 {
  margin: 80px 0;
}
.our-plan-pricing .price-table:before {
  background-image: none;
  background-color: #00aeff;
}
.our-plan-pricing .price-table .price span {
  color: #00aeff;
}
.our-plan-pricing .price-table .price-desc ul li a i {
  color: #fc596c;
}
.our-plan-pricing .price-table .btn-outline:hover {
  background-image: none;
  background-color: #00aeff;
}
.our-plan-pricing .price-table:hover .btn-outline,
.our-plan-pricing .price-table.active .btn-outline {
  background-image: none;
  background-color: #00aeff;
}
.title-bg {
  background-image: url('../images/title-bg.jpg');
  padding: 105px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.title-bg h2 {
  color: #ffffff;
  text-transform: uppercase;
}
.title-bg p {
  color: #ffffff;
  margin-bottom: 0;
}
.title-bg .page-scroll {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 1px solid #ececec;
  border-radius: 100%;
  padding: 5px;
}
.title-bg .page-scroll i {
  color: #ffffff;
  background-color: #00aeff;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  font-size: 16px;
  line-height: 34px;
}
.twelve-footer .recent .subscribe-form .subscribe-btn {
  background-color: #ffa800;
  border-radius: 25px;
}
.twelve-footer .recent .subscribe-form .subscribe-btn:hover {
  color: #ffa800;
  background-color: #fff;
}
.seo-recent-blogs .consulting-blog-box .blog-desc h5:after {
  background-color: #00aeff;
}
.banner.nine-lawyer-banner a.hire-us-btn {
  background-color: #27d79b;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 17px 43px !important;
}
.banner.nine-lawyer-banner a.hire-us-btn:hover {
  background-color: #fff;
  color: #27d79b;
}
/************************************************************************************
75 Home Page V.13
*************************************************************************************/
header.thirteen-seo-header .navbar-right > ul li a .count {
  background-color: #27d79b;
}
.thirteen-footer ul li a:hover {
  color: #27d79b;
}
.thirteen-footer .recent h4:before {
  background-color: #27d79b;
}
.thirteen-footer .recent .subscribe-form .subscribe-btn {
  background-color: #27d79b;
  color: #fff;
  text-transform: uppercase;
}
.thirteen-footer .recent .subscribe-form .subscribe-btn:hover {
  color: #27d79b;
}
.thirteen-seo-2-section-title {
  text-align: center;
}
.thirteen-seo-2-section-title h2 {
  font-size: 22px;
  line-height: 1;
  color: #262b2f;
  text-transform: uppercase;
  font-weight: 600;
}
.thirteen-seo-2-section-title p {
  font-size: 14px;
  line-height: 1.42;
  color: #27d79b;
  font-family: 'Times New Roman';
}
.thirteen-seo-2-featurs-option {
  background-color: #f2f8fd;
  height: 100%;
  background-image: url(../images/12-how-it-works-bg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding: 96px 0 0 0;
  min-height: 600px;
}
.thirteen-seo-2-featurs-option .thirteen-seo-2-section-title {
  margin-bottom: 35px;
}
.thirteen-seo-2-our-services {
  padding: 96px 0 108px;
}
.seo-call-to-action {
  background-image: url(../images/thirteen-seo-call-to-action-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 116px 0 111px;
  text-align: center;
}
.seo-call-to-action h5 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
.seo-call-to-action p {
  font-size: 14px;
  color: #fff;
  font-family: 'Times-New-Roman';
}
.seo-call-to-action a.get-started {
  border-radius: 18px;
  color: #ffffff;
  display: inline-block;
  line-height: 2.7;
  padding: 3px 3px 3px 27px;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #27d79b;
}
.seo-call-to-action a.get-started span {
  border-radius: 100%;
  display: inline-block;
  height: 29px;
  margin-left: 14px;
  text-align: center;
  width: 29px;
  background-color: #3aeeb1;
}
.seo-call-to-action a.get-started:hover {
  background-color: #3aeeb1;
}
.seo-call-to-action a.get-started:hover span {
  background-color: #27d79b;
}
.check-competence {
  padding: 158px 0 0 0;
}
.check-competence .thirteen-seo-2-section-title {
  margin-bottom: 62px;
}
.check-competence-inner {
  max-width: 1430px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/check-competence-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 638px;
  padding: 0;
}
.check-competence-inner .competence-desc h4 {
  font-size: 14px;
  line-height: 1.85;
  color: #262b2f;
  margin: 0;
  font-weight: 600;
}
.check-competence-inner .competence-desc p {
  font-size: 12px;
  line-height: 2.16;
  color: #636d77;
}
.check-competence-inner .competence-circle {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid #27d79b;
  padding: 0 25px;
  vertical-align: middle;
  background-color: #fff;
}
.check-competence-inner .competence-one {
  margin-top: 54px;
}
.check-competence-inner .competence-one .competence-desc p {
  margin: 0 0 21px 0;
}
.check-competence-inner .competence-one .competence-circle {
  margin: 0 auto;
}
.check-competence-inner .competence-one .competence-circle {
  padding: 25px;
}
.check-competence-inner .competence-two {
  max-width: 1150px;
  width: 100%;
  margin: -20px auto 0;
}
.check-competence-inner .competence-two .competence-two-left {
  display: table;
  max-width: 350px;
  width: 100%;
  float: left;
}
.check-competence-inner .competence-two .competence-two-left .competence-circle {
  display: table-cell;
}
.check-competence-inner .competence-two .competence-two-left .competence-desc {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
.check-competence-inner .competence-two .competence-two-right {
  display: table;
  float: right;
  max-width: 350px;
  width: 100%;
}
.check-competence-inner .competence-two .competence-two-right .competence-circle {
  display: table-cell;
}
.check-competence-inner .competence-two .competence-two-right .competence-desc {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}
.check-competence-inner .competence-three {
  max-width: 1412px;
  width: 100%;
  margin: 91px auto 0;
}
.check-competence-inner .competence-three .competence-three-left {
  display: table;
  float: left;
  max-width: 300px;
  width: 100%;
}
.check-competence-inner .competence-three .competence-three-left .competence-circle {
  display: table-cell;
}
.check-competence-inner .competence-three .competence-three-left .competence-desc {
  display: table-cell;
  padding-right: 15px;
  vertical-align: middle;
}
.check-competence-inner .competence-three .competence-three-right {
  float: right;
  max-width: 300px;
  width: 100%;
}
.check-competence-inner .competence-three .competence-three-right .competence-circle {
  display: table-cell;
}
.check-competence-inner .competence-three .competence-three-right .competence-desc {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
/************************************************************************************
76 Home Page V.14
*************************************************************************************/
header.corporate-header .header-top {
  background-color: #252e31;
}
header.corporate-header .header-top .header-top-left > ul > li > a {
  color: #ffffff;
}
header.corporate-header .header-top .header-top-left > ul > li > a i {
  color: #ff7300;
}
header.corporate-header .header-top .header-top-left .dropdown button.btn-default {
  color: #ffffff;
}
header.corporate-header .header-top .header-top-right ul li {
  border-color: #fff;
}
header.corporate-header .header-top .header-top-right ul li a {
  color: #fff;
}
header.corporate-header .header-bottom .header-bottom-left nav.navbar > ul > li:hover > a {
  color: #ff7300;
}
header.corporate-header .header-bottom .header-bottom-right > ul li > a .count {
  background-color: #ff7300;
}
.banner.fourteen-page-banner .banner-caption h1 {
  font-size: 64px;
  margin-bottom: 30px;
}
.banner.fourteen-page-banner .banner-caption p {
  margin: 0 0;
}
.banner.fourteen-page-banner .banner-caption .learn-more-btn {
  background-color: #252e31;
  border-radius: 30px;
  letter-spacing: 1px;
  padding: 14px 40px;
  margin-top: 20px;
}
.banner.fourteen-page-banner .banner-caption .learn-more-btn i {
  padding-right: 5px;
  color: #ff7300;
}
.fourteen-our-process .process-box:before {
  background-image: none;
  background-color: #ff7300;
}
.fourteen-our-process .process-box .process-icon {
  line-height: 53px;
}
.fourteen-our-process .process-box .process-name h4 {
  font-size: 13px;
}
.corporate-section-title {
  text-align: center;
  margin-bottom: 76px;
}
.corporate-section-title h2 {
  color: #252e31;
  font-weight: bold;
  font-size: 28px;
}
.corporate-section-title p {
  font-size: 12px;
  color: #b8b8b8;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.corporate-section-title.corporate-section-title-2 {
  margin-bottom: 50px;
}
.corporate-section-title.corporate-section-title-2 h2 {
  font-size: 38px;
  font-weight: 600;
}
.corporate-section-title.corporate-section-title-2 p {
  letter-spacing: 0.2px;
  color: #515151;
  text-transform: inherit;
  margin-top: 20px;
}
.device-box {
  padding-bottom: 104px;
}
.device-box > img {
  max-width: 100%;
}
.device-box .corporate-section-title {
  margin-bottom: 94px;
}
.services-section {
  background-image: url("../images/services-section.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 75px 0 7px;
  background-position: center center;
}
.corporate-progress .pro-bars {
  margin-bottom: 50px;
}
.corporate-progress .pro-bars p {
  font-weight: 600;
}
.corporate-progress .pro-bars .progress .progress-bar {
  border-radius: 5px;
}
.services-box {
  padding: 0 0 97px;
}
.services-box .service-icon {
  padding-bottom: 26px;
}
.services-box .service-name {
  padding-bottom: 13px;
}
.services-box .service-name h4 {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.services-box .service-content p {
  margin: 0;
  font-size: 12px;
  line-height: 2.6;
  color: #ffffff;
}
.services-box span {
  color: #87959c;
  display: block;
  font-size: 52px;
  font-weight: 600;
  line-height: 23px;
  margin: 16px 0 20px;
  position: relative;
}
.services-box span:after {
  background-color: #f93069;
  bottom: -20px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 34px;
}
.work-progress {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ebf3f8 50%, #ebf3f8 51%, #ebf3f8 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ebf3f8 50%, #ebf3f8 51%, #ebf3f8 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ebf3f8 50%, #ebf3f8 51%, #ebf3f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebf3f8', GradientType=1);
}
.work-progress > div:last-child {
  padding: 0 0;
}
.work-progress .work {
  padding: 91px  0 88px 24px;
}
.work-progress .work .corporate-section-title {
  text-align: left;
  margin-bottom: 15px;
}
.work-progress .work .corporate-section-title h2 {
  margin-top: 0;
}
.work-progress .work h4 {
  color: #202020;
  font-size: 24px;
  letter-spacing: 3.1px;
  line-height: 23px;
  padding-bottom: 10px;
}
.work-progress .work p {
  color: #636d77;
  font-size: 12px;
  line-height: 2.6;
  margin-bottom: 30px;
}
.work-progress .work .work-tools ul li {
  display: block;
  float: left;
  margin-bottom: 22px;
  width: 50%;
}
.work-progress .work .work-tools ul li i {
  margin-right: 12px;
  color: #c750e4;
}
.work-progress .work .work-tools ul li span {
  display: inline-block;
  font-size: 12px;
  color: #636d67;
}
.work-progress .progress-section {
  padding: 0 15px;
}
.work-progress .progress-section .progress-bars {
  margin: 0 auto;
  max-width: 730px;
  padding: 97px 0;
  width: 100%;
}
.pro-bars {
  margin-bottom: 42px;
}
.pro-bars:last-child {
  margin-bottom: 0;
}
.pro-bars p {
  color: #262b2f;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 19px;
  font-weight: 700;
}
.pro-bars .progress {
  height: 4px;
  border-radius: 2px;
  box-shadow: none;
  position: relative;
  overflow: visible;
  background-color: transparent;
}
.pro-bars .progress .progress-percent {
  position: absolute;
  top: -38px;
  background-color: #b6c0c9;
  border-radius: 2px;
  display: block;
  height: 20px;
  width: 30px;
}
.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;
}
.pro-bars .progress .progress-percent span {
  font-size: 12px;
  color: #ffffff;
  padding: 3px 4px 5px;
  text-align: center;
}
.pro-bars .progress .progress-bar {
  background: #c940eb;
  background: -moz-linear-gradient(left, #c940eb 0%, #f2c926 100%);
  background: -webkit-linear-gradient(left, #c940eb 0%, #f2c926 100%);
  background: linear-gradient(to right, #c940eb 0%, #f2c926 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c940eb', endColorstr='#f2c926', GradientType=1);
  box-shadow: none;
}
.price-plan {
  padding: 124px 0 79px;
}
.price-plan .table-2 {
  margin: 0;
}
.price-plan .price-table .price span {
  color: #c750e4;
}
.price-plan .price-table .price-desc ul li a i {
  color: #c750e4;
}
.price-plan .price-table .btn-outline:hover {
  background-image: none;
  background-color: #252e31;
}
.price-plan .price-table:hover .btn-outline,
.price-plan .price-table.active .btn-outline {
  background-image: none;
  background-color: #252e31;
}
.client-testimonials .corporate-section-title {
  margin-bottom: 15px;
}
.client-testimonials .corporate-section-title h2 {
  margin-top: 0;
}
.light-blue-bg {
  background-color: #ebf3f8;
}
.light-blue-bg .testimonial-box .author-text:before {
  background-image: url('../images/quotes-white-bg.png');
}
.light-blue-bg .testimonial-box .author-desc .author-name p {
  color: #c750e4;
}
.light-blue-bg .testimonial-slider .slick-dots {
  margin: 60px 0 60px 0;
}
.light-blue-bg .testimonial-slider .slick-dots li button {
  color: #babdbe;
}
.light-blue-bg .testimonial-slider .slick-dots li.slick-active button {
  color: #f2b627;
}
.gray-bg .testimonial-slider .slick-dots {
  margin: 60px 0 60px 0;
}
.gray-bg .testimonial-slider .slick-dots li button {
  color: #babdbe;
}
.gray-bg .testimonial-slider .slick-dots li.slick-active button {
  color: #0bd7fc;
}
.fourteen-footer ul li a:hover {
  color: #ff7300;
}
.fourteen-footer .recent h4:before {
  background-color: #ff7300;
}
.fourteen-footer .recent .subscribe-form .subscribe-btn {
  background-color: #ff7300;
  color: #fff;
  text-transform: uppercase;
}
.fourteen-footer .recent .subscribe-form .subscribe-btn:hover {
  color: #ff7300;
}
/************************************************************************************
77 Home Page V.15
*************************************************************************************/
.our-corporate-portfolio {
  padding: 80px 0;
}
.our-corporate-portfolio ul.filters {
  text-align: center;
}
.our-corporate-portfolio ul.filters li a {
  display: block;
  padding: 7px 28px;
  border: 1px solid #e2ebf1;
}
.our-corporate-portfolio ul.filters li.active a {
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.18);
}
.our-startup-portfolio {
  padding-bottom: 0;
}
.our-startup-portfolio ul.filters {
  text-align: center;
}
.our-startup-portfolio ul.filters li a:hover {
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.18);
  background: -moz-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(to right, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
}
.our-startup-portfolio ul.filters li.active a {
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.18);
  background: -moz-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(to right, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
}
.testimonials {
  background-color: #f8f8f8;
  padding: 60px 0 80px;
}
.testimonials .author-img {
  border-radius: 100%;
  height: 80px;
  margin: 10px auto 0;
  position: relative;
  width: 80px;
  overflow: hidden;
}
.testimonials .author-name {
  margin: 0 auto;
  text-align: center;
}
.testimonials .author-name h5 {
  font-size: 14px;
  color: #202020;
  display: inline-block;
  padding-right: 15px;
  margin: 0;
  padding-top: 26px;
}
.testimonials .author-name p {
  color: #25bff2;
  display: inline-block;
  font-style: italic;
  margin: 0;
}
.testimonials .author-text {
  margin: 30px auto 0;
  max-width: 846px;
  text-align: center;
  width: 100%;
}
.testimonials .author-text p {
  line-height: 30px;
  font-size: 18px;
}
.testimonials .testimonial-slider3 > button {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  color: #9f9f9f;
  font-size: 20px;
  height: auto;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-shadow: none;
  width: 7px;
}
.testimonials .testimonial-slider3 > button:before {
  font-family: "fontawesome";
}
.testimonials .testimonial-slider3 > button.slick-next {
  right: 41.9%;
  top: 39px;
}
.testimonials .testimonial-slider3 > button.slick-next:before {
  content: "\f105";
}
.testimonials .testimonial-slider3 > button.slick-prev {
  left: 41.9%;
  top: 39px;
}
.testimonials .testimonial-slider3 > button.slick-prev:before {
  content: "\f104";
}
.testimonials .testimonial-slider3 .slick-dots {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
}
.testimonials .testimonial-slider3 .slick-dots li {
  margin-right: 7px;
  display: inline-block;
}
.testimonials .testimonial-slider3 .slick-dots li button {
  border: medium none;
  background-color: #cecece;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -99em;
}
.testimonials .testimonial-slider3 .slick-dots li:last-child {
  margin-right: 0;
}
.testimonials .testimonial-slider3 .slick-dots li.slick-active button {
  background-color: #25bff2;
}
.testimonials .carousel-control {
  background-image: none;
  background-repeat: repeat-x;
  bottom: inherit;
  color: #9f9f9f;
  height: auto;
  text-shadow: none;
  width: auto;
  opacity: 1;
}
.testimonials .carousel-control.right {
  background-image: none;
  right: 41.9%;
  top: 39px;
}
.testimonials .carousel-control.left {
  background-image: none;
  left: 41.9%;
  top: 39px;
}
.testimonials .carousel-indicators {
  margin: 0;
  position: static;
  width: 100%;
}
.testimonials .carousel-indicators li {
  background-color: #cecece;
  border: medium none;
  height: 8px;
  width: 8px;
  margin: 0 5px 0 0;
}
.testimonials .carousel-indicators li.active:last-child,
.testimonials .carousel-indicators li:last-child {
  margin-right: 0;
}
.testimonials .carousel-indicators li.active {
  background-color: #25bff2;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}
.how-we-work-2 {
  padding: 80px 0 0;
}
.services-workflow {
  padding-top: 92px;
}
.services-workflow .startup-title {
  margin-bottom: 120px;
}
.services-workflow .workflow-process {
  padding: 0 0 80px;
  text-align: center;
}
.services-workflow .workflow-process .workflow-circle {
  width: 126px;
  height: 126px;
  line-height: 126px;
  border-radius: 100%;
  border: 2px solid #e6ebf0;
  background-color: transparent;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
.services-workflow .workflow-process .workflow-circle:after {
  position: absolute;
  background-image: url('../images/workflow-arrow.png');
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -1px;
  left: 161px;
  display: block;
  content: "";
  width: 201px;
  height: 39px;
}
.services-workflow .workflow-process .workflow-circle .workflow-count {
  position: absolute;
  top: -2px;
  right: -12px;
  display: block;
  background-color: #25bff2;
  color: #ffffff;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
}
.services-workflow .workflow-process .workflow-circle .workflow-count span {
  font-size: 12px;
  line-height: 36px;
  display: block;
}
.services-workflow .workflow-process .workflow-name {
  margin: 28px 0;
}
.services-workflow .workflow-process .workflow-name h6 {
  font-size: 16px;
  line-height: 23px;
  color: #202020;
  font-weight: 800;
}
.services-workflow .workflow-process .workflow-content p {
  font-size: 12px;
}
.services-workflow .col-sm-4:last-child .workflow-process .workflow-circle:after {
  display: none;
}
.startup-title {
  text-align: center;
  margin-bottom: 60px;
}
.startup-title h2 {
  font-size: 44px;
  color: #202020;
}
.featured-service-section {
  margin: 0;
  padding: 60px 0;
  background-image: url('../images/service-work-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.featured-service-section .process-box {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 18px -1px rgba(0, 0, 0, 0.1);
}
.featured-service-section .process-box:before {
  display: none;
}
.featured-service-section .process-box .process-icon {
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 20px 0;
}
.featured-service-section .process-box .process-content {
  margin-bottom: 20px;
}
.featured-service-section .process-box .process-content p {
  margin-bottom: 20px;
}
.featured-service-section .process-box .process-content .btn-outline:hover {
  background-image: none;
  background-color: #fff;
  color: #202020;
}
.featured-service-section .process-box:hover {
  background: -moz-linear-gradient(45deg, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(45deg, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(45deg, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
}
.featured-service-section .process-box:hover img {
  filter: brightness(5);
  -o-filter: brightness(5);
  -moz-filter: brightness(5);
  -webkit-filter: brightness(5);
}
.featured-service-section .process-box:hover .process-content h4,
.featured-service-section .process-box:hover .process-name h4,
.featured-service-section .process-box:hover .process-content p,
.featured-service-section .process-box:hover .process-name p,
.featured-service-section .process-box:hover .process-content a,
.featured-service-section .process-box:hover .process-name a {
  color: #ffffff;
}
.featured-service-section .process-box:hover .process-content .btn-outline,
.featured-service-section .process-box:hover .process-name .btn-outline {
  background-image: none;
  background-color: #fff;
  color: #202020;
}
.featured-service-section-v2 {
  background-image: none;
}
.team-member-2 {
  margin-bottom: 104px;
}
.team-member-2 .thirteen-seo-2-section-title {
  margin-bottom: 75px;
}
.team-member-2 .profile-member .member-name a {
  color: #27d79b;
}
.startup-our-plan .our-plan-pricing {
  background-color: #f8f8f8;
  padding: 70px 0 100px;
}
.startup-our-plan .our-plan-pricing .startup-title {
  margin-bottom: 80px;
}
.startup-our-plan .our-plan-pricing .table-1 {
  margin: 0;
}
.startup-our-plan .our-plan-pricing .price-table:before {
  background: -moz-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(to right, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
}
.startup-our-plan .our-plan-pricing .price-table .price span {
  color: #e42843;
}
.startup-our-plan .our-plan-pricing .price-table .price-desc ul li a i {
  color: #25bff2;
}
.startup-our-plan .our-plan-pricing .price-table .btn-outline:hover {
  background: -moz-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(to right, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
}
.startup-our-plan .our-plan-pricing .price-table:hover .btn-outline,
.startup-our-plan .our-plan-pricing .price-table.active .btn-outline {
  background: -moz-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(to right, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
}
.call-to-action-three {
  background-image: url(../images/call-action7.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  width: 100%;
  /* margin-top: 98px; */
  position: relative;
}
.call-to-action-three .bg-overlay {
  background: -moz-linear-gradient(45deg, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(45deg, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(45deg, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.call-to-action-three h4 {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 5.8px;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
.call-to-action-three h3 {
  color: #ffffff;
  font-size: 53px;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.call-to-action-three a {
  padding: 13px 30px;
  border: 2px solid #fefcfc;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.call-to-action-three a.btn-default {
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 8px 37px;
  background-color: transparent;
  color: #fff;
  font-size: 11px;
  line-height: 23px;
}
.call-to-action-three a.btn-default:hover {
  background-color: #ffffff;
  color: #e42843;
}
.what-we-do-box {
  margin-bottom: 70px;
}
.features-v3 {
  margin-bottom: 0;
}
.features-v3 .feature-box-v2 .feature-icon-v2 a {
  background: -moz-linear-gradient(45deg, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(45deg, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(45deg, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
}
.contact-section-v2 .contact-form .btn-grd {
  background: -moz-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(to right, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
}
.features-opton-left {
  width: 50%;
  float: left;
  padding: 0 0 0 230px;
}
.features-opton-right {
  width: 50%;
  float: left;
}
.features-opton-right .features-option-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.features-opton-right .features-option-img img {
  width: auto;
  max-width: inherit;
  height: 100%;
}
.features-option-inner-box {
  margin-bottom: 40px;
}
.features-option-inner-box .media-left {
  padding-right: 22px;
}
.features-option-inner-box .media-body h4 {
  font-size: 15px;
  line-height: 1.33;
  margin-top: 0;
  color: #262b2f;
  text-transform: capitalize;
}
.features-option-inner-box .media-body p {
  font-size: 13px;
  line-height: 2;
  color: #5f5f5f;
}
.light-sky-blue-bg {
  padding: 80px 0;
}
header.fifteen-header nav.navbar > ul > li:hover a {
  color: #fff;
}
header.fifteen-header nav.navbar > ul > li:hover a:after {
  background-color: #fff;
}
header.fifteen-header ul.nav-wrapper ul.list-unstyled li ul li a {
  color: #5c5c5c;
}
.fifteen-banner .banner-caption p {
  font-size: 20px;
  letter-spacing: 2.80px;
  font-style: normal;
}
.fifteen-banner .banner-caption h1 {
  font-weight: normal;
  letter-spacing: 0.3px;
}
.fifteen-banner .banner-caption a.btn-rounded-border {
  border: 2px solid #fff;
  padding: 0px 41px !important;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}
.fifteen-banner .banner-caption a.btn-rounded-border:hover {
  background-color: #fff;
  color: #000000;
}
.corporate-feature-box a {
  display: block;
  padding: 47px 20px 44px;
}
.corporate-feature-box a img {
  display: block;
  margin: 0 auto 43px;
}
.corporate-feature-box a span {
  font-size: 15px;
  line-height: 1.33;
  color: #fff;
  display: block;
  margin: 0 auto 50px;
  letter-spacing: 0.5px;
}
.corporate-feature-box a i {
  color: #fff;
}
.corporate-what-we-do-img {
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99;
}
.corporate-what-we-do-img img {
  width: 100%;
}
.corporate-what-we-do-desc {
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
  padding: 54px 48px 54px 54px;
  margin: 22px 0 0 0;
}
.corporate-what-we-do-desc h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  color: #202020;
  letter-spacing: 0.6px;
  margin-bottom: 35px;
  font-weight: 500;
}
.corporate-what-we-do-desc p {
  font-size: 13px;
  color: #5f5f5f;
  line-height: 2.46;
  margin-bottom: 50px;
}
.corporate-what-we-do-desc a {
  font-size: 11px;
  line-height: 2.5;
  color: #32aef5;
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid #32aef5;
}
.corporate-what-we-do-desc a:hover {
  color: #06466a;
  border-color: #06466a;
}
.active .corporate-feature-box {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  z-index: 9;
  position: relative;
  -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;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
.fifteen-corporate-call-to-action {
  background-image: url(../images/15-corporate-call-to-action.jpg);
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  padding: 127px 0 155px;
  margin: 61px 0 0 0;
}
.fifteen-corporate-call-to-action .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.fifteen-corporate-call-to-action h3 {
  text-align: center;
  font-size: 42px;
  line-height: 1.33;
  margin: 0;
  position: relative;
}
.fifteen-corporate-call-to-action .form-group {
  max-width: 337px;
  width: 100%;
  margin: 50px auto 30px;
  position: relative;
}
.fifteen-corporate-call-to-action .form-group input {
  border-radius: 20px;
  background-color: transparent;
  border-color: #5f5f5f;
  display: inline-block;
  height: 42px;
  position: relative;
  font-size: 11px;
  font-style: italic;
}
.fifteen-corporate-call-to-action .form-group input ::-webkit-input-placeholder {
  color: #5f5f5f;
}
.fifteen-corporate-call-to-action .form-group input ::-moz-placeholder {
  color: #5f5f5f;
}
.fifteen-corporate-call-to-action .form-group input :-ms-input-placeholder {
  color: #5f5f5f;
}
.fifteen-corporate-call-to-action .form-group input :-moz-placeholder {
  color: #5f5f5f;
}
.fifteen-corporate-call-to-action .form-group input:focus {
  background-color: #fff;
  box-shadow: none;
  border-color: #ccc;
}
.fifteen-corporate-call-to-action .form-group button {
  border-radius: 100%;
  background-color: #32aef5;
  width: 38px;
  height: 38px;
  display: inline-block;
  border: none;
  color: #fff;
  position: absolute;
  top: 2px;
  right: 3px;
}
.fifteen-corporate-call-to-action span {
  font-size: 11px;
  color: #5f5f5f;
  line-height: 3;
  position: relative;
}
.fifteen-corporate-featurs {
  margin: -138px 0 0 0;
}
.fifteen-corporate-what-we-do {
  padding: 142px 0 0 0;
}
.fifteen-corporate-what-we-do .corporate-section-title-2 {
  margin-bottom: 60px;
}
.yellow-box {
  background-color: #f8b525;
}
.blue-box {
  background-color: #32aef5;
}
.green-box {
  background-color: #27d79b;
}
/************************************************************************************
78 Home Page V.16
*************************************************************************************/
.seo-team-member.team-member {
  margin-top: 31px;
}
.sixteen-projects-inner img {
  position: relative;
  z-index: 9;
}
.sixteen-project-main-box ul {
  margin: 30px 0 0 0;
}
.sixteen-project-main-box ul.slick-dots {
  list-style-type: none;
  text-align: center;
}
.sixteen-project-main-box ul.slick-dots li {
  display: inline-block;
  margin-right: 10px;
  padding: 2px;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  line-height: 3px;
}
.sixteen-project-main-box ul.slick-dots li:last-child {
  margin-right: 0;
}
.sixteen-project-main-box ul.slick-dots li button {
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  text-indent: -99px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #b1b1b1;
  overflow: hidden;
}
.sixteen-project-main-box ul.slick-dots li.slick-active {
  border: 1px solid #e42843;
}
.sixteen-project-main-box ul.slick-dots li.slick-active button {
  background-color: #e42843;
}
.sixteen-call-to-action {
  background-image: url(../images/call-to-action-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sixteen-members.team-member-2 .profile-member .member-name a {
  color: #30cae0;
}
.sixteen-startup-latest-projects {
  padding: 53px 0;
}
.sixteen-startup-latest-projects .startup-title {
  margin-bottom: 94px;
}
.sixteen-latest-project-desc {
  padding: 34px 0 37px 25px;
  position: relative;
}
.sixteen-latest-project-desc span {
  font-size: 11px;
  color: #909090;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  margin-bottom: 25px;
  display: block;
}
.sixteen-latest-project-desc h3 {
  font-size: 24px;
  line-height: 1;
  color: #202020;
  margin: 0 0 35px 0;
  font-weight: 500;
}
.sixteen-latest-project-desc .sixteen-latest-project-details p {
  font-size: 13px;
  line-height: 2.46;
  color: #5f5f5f;
  z-index: 99;
  position: relative;
  margin-bottom: 30px;
}
.sixteen-latest-project-desc .sixteen-latest-project-details span.project-no {
  position: absolute;
  font-size: 350px;
  color: #eeeded;
  left: -115px;
  top: -14px;
  display: block;
  font-weight: 600;
}
.sixteen-latest-project-desc a.pink-btn {
  border-radius: 20px;
  padding: 6px 38px;
  color: #fff;
  font-size: 11px;
  line-height: 2.5;
  display: inline-block;
  margin-top: background: #e42843;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #e42843 0%, #f95ba9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e42843 0%, #f95ba9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e42843 0%, #f95ba9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42843', endColorstr='#f95ba9', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.sixteen-latest-project-desc a.pink-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f95ba9+0,e42843+100 */
  background: #f95ba9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f95ba9 0%, #e42843 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f95ba9 0%, #e42843 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f95ba9 0%, #e42843 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f95ba9', endColorstr='#e42843', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.banner.sixteen-banner .banner-caption span {
  font-size: 16px;
  line-height: 2.25;
  color: #e42843;
  letter-spacing: 3.8px;
}
.banner.sixteen-banner .banner-caption h1 {
  color: #202020 !important;
  font-size: 70px;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: 500;
}
.banner.sixteen-banner .banner-caption p {
  font-size: 12px;
  line-height: 2.66;
  color: #515151 !important;
  letter-spacing: 0;
}
.banner.sixteen-banner .banner-caption a.started-now-btn {
  border-radius: 25px;
  border: 2px solid #adadad;
  padding: 18px 31px;
  color: #202020;
  font-size: 11px;
}
.banner.sixteen-banner .banner-caption a.started-now-btn i {
  color: #e42843;
  padding-right: 13px;
  font-size: 11px;
}
.banner.sixteen-banner .banner-caption a.started-now-btn:hover {
  background-color: #e42843;
  color: #fff;
  border-color: #fff;
}
.banner.sixteen-banner .banner-caption a.started-now-btn:hover i {
  color: #fff;
}
.banner.sixteen-banner .defaultimg:before {
  background: none;
}
.six-finance-footer .footer address .address li i,
.six-finance-footer .footer address .address li span {
  color: #3e70ff;
  float: left;
  line-height: 2.4;
  font-size: 12px;
  margin-right: 11px;
}
/************************************************************************************
79 Home Page V.17
*************************************************************************************/
header.startup-header nav.navbar > ul > li > a {
  color: #000;
}
header.startup-header nav.navbar > ul > li:hover a {
  color: #000;
}
header.startup-header nav.navbar > ul > li:hover a:after {
  background-color: #000;
}
header.startup-header .hamburg-menu span {
  background-color: #202020;
}
.seo-2-services-box .seo-2-services-icon {
  margin-bottom: 32px;
}
.seo-2-services-box .seo-2-services-icon a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 15px 14px;
  border-radius: 100%;
  border: 1px solid #ececec;
}
.seo-2-services-box .seo-2-services-icon a span.seo-2-services-rating {
  border-radius: 100%;
  width: 21px;
  height: 21px;
  color: #27d79b;
  position: absolute;
  top: 0;
  right: -8px;
  text-align: center;
  opacity: 0;
  background-color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  line-height: 2.4;
}
.seo-2-services-box .seo-2-services-icon a:hover {
  background-color: #27d79b;
  border-color: transparent;
}
.seo-2-services-box .seo-2-services-icon a:hover img {
  filter: brightness(30);
  -o-filter: brightness(30);
  -moz-filter: brightness(30);
  -webkit-filter: brightness(30);
  -ms-filter: brightness(30);
}
.seo-2-services-box .seo-2-services-icon a:hover span.seo-2-services-rating {
  opacity: 1;
}
.seo-2-services-box .seo-2-services-desc h4 {
  font-size: 14px;
  line-height: 1.42;
  color: #262b2f;
  font-weight: 600;
}
.seo-2-services-box .seo-2-services-desc p {
  font-size: 13px;
  color: #5f5f5f;
  line-height: 2.46;
}
.seo-2-features-option-box {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 0 0 0;
  position: relative;
}
.seo-services-provide .widget-column h3 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.seo-services-provide .widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a span {
  font-weight: 600;
}
.seo-services-provide .widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a i:hover {
  background-color: #27d79b;
}
.seo-services-provide .widget-column .progress-bars .pro-bars .progress .progress-bar {
  background: #27d79b;
  border-radius: 5px;
  height: 4px;
}
.startup-step-2 .who-we-are .team-types .nav-tabs li a:hover,
.startup-step-2 .who-we-are .team-types .nav-tabs li a:focus {
  color: #e42843;
}
.startup-step-2 .who-we-are .team-types .nav-tabs li a:after {
  background-image: none;
  background-color: #e42843;
}
.startup-step-2 .who-we-are .team-types .nav-tabs li.active a {
  color: #e42843;
}
.startup-step-2 .who-we-are .team-types .nav-tabs li.active a:hover,
.startup-step-2 .who-we-are .team-types .nav-tabs li.active a:focus {
  color: #e42843;
}
.startup-step-2 .who-we-are .team-types .nav-tabs li.active a:after {
  background-image: none;
  background-color: #e42843;
}
.startup-step-2 .who-we-are .btn-grd {
  background: -moz-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: -webkit-linear-gradient(left, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  background: linear-gradient(to right, rgba(228, 40, 67, 0.96) 0%, rgba(228, 41, 68, 0.96) 1%, rgba(249, 91, 169, 0.96) 99%, rgba(249, 91, 169, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e42843', endColorstr='#f5f95ba9', GradientType=1);
}
.startup-features {
  padding-bottom: 50px;
}
.startup-features .startup-title {
  margin-bottom: 66px;
}
.startup-step-2.about-step-2 .who-we-are .team-types .nav-tabs li {
  margin-right: 80px;
}
.latest-our-projects .build-portfolio.full-width .portfolio-container .items {
  padding: 0;
}
/************************************************************************************
76 Portfolio Designer
*************************************************************************************/
.navigation {
  position: absolute;
  top: 0;
  padding: 22px 40px 0px;
  width: 100%;
  content: "";
  z-index: 9999;
}
.navigation .logo {
  float: left;
}
.navigation .sidebar-menu {
  float: right;
}
.navigation .sidebar-menu .nav-box {
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(50px) translateX(50px);
  -o-transform: translateY(50px) translateX(50px);
  -moz-transform: translateY(50px) translateX(50px);
  -webkit-transform: translateY(50px) translateX(50px);
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, visibility 0s ease 0.5s;
  -o-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, visibility 0s ease 0.5s;
  -moz-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, visibility 0s ease 0.5s;
  -webkit-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, visibility 0s ease 0.5s;
  visibility: hidden;
  opacity: 0;
}
.navigation .sidebar-menu .nav-box ul.menu {
  list-style: none;
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.navigation .sidebar-menu .nav-box ul.menu li {
  display: inline-block;
  margin-right: 50px;
  line-height: 1;
  position: relative;
}
.navigation .sidebar-menu .nav-box ul.menu li a,
.navigation .sidebar-menu .nav-box ul.menu li span {
  font-size: 21px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  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;
  cursor: pointer;
  padding: 0 0;
  position: relative;
  display: inline-block;
}
.navigation .sidebar-menu .nav-box ul.menu li a:before,
.navigation .sidebar-menu .nav-box ul.menu li span:before {
  border-bottom: 2px solid #ffffff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  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%;
}
.navigation .sidebar-menu .nav-box ul.menu li a:hover:before,
.navigation .sidebar-menu .nav-box ul.menu li span:hover:before,
.navigation .sidebar-menu .nav-box ul.menu li a:hover:after,
.navigation .sidebar-menu .nav-box ul.menu li span:hover:after {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  min-width: 205px;
}
.navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu li {
  display: block;
  text-align: left;
  margin-right: 0;
}
.navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu li a {
  padding-bottom: 0;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 30px;
  cursor: pointer;
  padding: 0;
}
.navigation .sidebar-menu .nav-box ul.menu li:hover ul.sub-menu {
  display: block;
}
.navigation .sidebar-menu .nav-box ul.menu li:last-child {
  margin-right: 0;
}
.navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children {
  position: relative;
}
.navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children:hover:before {
  position: absolute;
  content: "\f178";
  font-family: 'FontAwesome';
  left: -32px;
  top: 15px;
  display: block;
  color: #fff;
  vertical-align: middle;
  font-size: 24px;
}
.navigation .sidebar-menu .nav-box.open {
  opacity: 1;
  transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  visibility: visible;
}
.navigation .sidebar-menu .menu-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 24px;
  height: 15px;
  display: block;
  margin-top: 19px;
  outline: none;
  position: relative;
  margin-right: 0;
  z-index: 1;
}
.navigation .sidebar-menu .menu-btn span {
  border-radius: 30px;
  width: 100%;
  height: 3px;
  background-color: #202020;
  display: block;
  margin-bottom: 3px;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform-origin: 3.571px center 0;
  -webkit-transform-origin: 3.571px center 0;
  -o-transform-origin: 3.571px center 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.navigation .sidebar-menu .menu-btn span:last-child {
  margin-bottom: 0;
}
.navigation .sidebar-menu .menu-btn.open {
  position: fixed;
  right: 40px;
}
.navigation .sidebar-menu .menu-btn.open span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
.navigation .sidebar-menu .menu-btn.open span:nth-child(2) {
  opacity: 0;
}
.navigation .sidebar-menu .menu-btn.open span:last-child {
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
.banner.portfolio-designer-banner {
  position: relative;
}
.banner.portfolio-designer-banner .banner-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.banner.portfolio-designer-banner .banner-caption h1 {
  font-size: 72px;
  line-height: 1.42;
  color: #202020;
  letter-spacing: 0.3px;
}
.portfolio-designer .portfolio-container .items {
  padding: 0;
  width: inherit;
}
.portfolio-designer .portfolio-container .items.col-sm-6 {
  width: 50%;
}
.portfolio-designer .portfolio-container .items.col-sm-3 {
  width: 25%;
}
.portfolio-designer .portfolio-container .items .feature-post {
  max-height: inherit;
}
.company-logos-3 {
  padding: 72px 0;
}
/************************************************************************************
77 Portfolio Artist 
*************************************************************************************/
header.artist-header {
  background-color: transparent;
}
header.artist-header nav.navbar > ul > li > a {
  color: #333;
}
header.artist-header .hamburg-menu span {
  background-color: #333;
}
.banner.portfolio-artist02-banner {
  position: relative;
  width: 100%;
}
.banner.portfolio-artist02-banner img {
  width: 100%;
}
.banner.portfolio-artist02-banner .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #202020;
  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%);
  text-align: left;
}
.banner.portfolio-artist02-banner .container .caption-text h1 {
  font-size: 72px;
  margin: 0 0 16px;
  letter-spacing: -3px;
  line-height: 0.31;
  color: #202020;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.banner.portfolio-artist02-banner .container .caption-text h6 {
  font-size: 18px;
  line-height: 0.18;
  font-weight: 600;
  color: #202020;
  margin: 50px 0 78px;
  letter-spacing: 0.3px;
  text-align: left;
}
.banner.portfolio-artist02-banner .container .caption-text .latest-work-link li {
  display: inline-block;
  list-style: none;
  margin-right: 65px;
}
.banner.portfolio-artist02-banner .container .caption-text .latest-work-link li a {
  color: #202020;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 0.13px;
  border-bottom: 2px solid #202020;
  padding-bottom: 13px;
}
.portfolio-artist02-aboutme {
  padding: 84px 0;
}
.portfolio-artist02-aboutme #content14 {
  background-color: #fff;
}
.portfolio-artist02-aboutme .portfolio-content h2 {
  font-size: 46px;
  line-height: 0.46;
  font-weight: 600;
}
.portfolio-artist02-aboutme .portfolio-content p {
  font-size: 12px;
  line-height: 2.66;
  margin-top: 38px;
}
.work-experiences .work-title {
  position: relative;
  padding-left: 111px;
}
.work-experiences .work-title h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #202020;
  display: inline-block;
}
.work-experiences .work-title h3:after {
  background-color: #202020;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 35px;
  width: 95px;
}
.work-experiences .work-shedule {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  overflow: hidden;
}
.work-experiences .work-shedule:last-child {
  border-bottom: none;
}
.work-experiences .work-shedule .day-date {
  float: left;
  min-width: 202px;
  max-width: 202px;
}
.work-experiences .work-shedule .day-date label {
  font-size: 14px;
  line-height: 2.14;
  padding-right: 15px;
  font-weight: normal;
}
.work-experiences .work-shedule .work-details {
  text-align: left;
  overflow: hidden;
}
.work-experiences .work-shedule .work-details p {
  font-size: 14px;
  line-height: 2.44;
  color: #202020;
  margin: 0;
  font-weight: 600;
}
.portfolio-title {
  text-align: center;
}
.portfolio-title h2 {
  font-size: 46px;
  color: #202020;
  font-weight: 600;
}
.portfolio-artist ul.filters {
  text-align: center;
  margin: 40px 0 70px;
}
.portfolio-artist ul.filters li {
  margin: 0 30px;
}
.portfolio-artist ul.filters li a {
  padding: 10px 0;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: transparent;
  color: #a0a0a0;
  border-radius: 0;
}
.portfolio-artist ul.filters li a:hover,
.portfolio-artist ul.filters li a:focus {
  border-color: #202020;
  background-image: none;
  color: #474747;
}
.portfolio-artist ul.filters li.active a {
  border-color: #202020;
  background-image: none;
}
.company-logos-4 {
  background-color: #181818;
  padding: 0;
}
.company-logos-4 .mils-slider .mils-slide {
  height: 220px;
  line-height: 220px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #32383c;
}
.work-with-me {
  padding: 87px 0 80px;
  background-color: #181818;
  text-align: center;
}
.work-with-me h3 {
  margin: 0;
  font-size: 42px;
  line-height: 1.64;
  color: #fff;
  letter-spacing: -1.5px;
  font-weight: 600;
}
.work-with-me p {
  margin: 0;
  font-size: 38px;
  line-height: 1.81;
  font-family: 'FreestyleScript-Regular';
  letter-spacing: 0.3px;
  color: #fff;
  margin-top: 23px;
}
footer.footer-style-25 {
  border-top: 1px solid #32383c;
  background-color: #181818;
  padding: 33px 0;
}
footer.footer-style-25 ul.list-inline {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
footer.footer-style-25 ul.list-inline li {
  margin-right: 51px;
}
footer.footer-style-25 ul.list-inline li:last-child {
  margin-right: 0;
}
footer.footer-style-25 ul.list-inline li a {
  font-size: 12px;
  line-height: 1.66;
  color: #fff;
  letter-spacing: 0.5px;
  border-bottom: 1px solid transparent;
  padding-bottom: 7px;
}
footer.footer-style-25 ul.list-inline li a:hover.facebook {
  color: #5572de;
  -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;
  border-color: #5572de;
}
footer.footer-style-25 ul.list-inline li a:hover.twitter {
  color: #3dc5f7;
  border-color: #3dc5f7;
  -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;
}
footer.footer-style-25 ul.list-inline li a:hover.pinterest {
  color: #f23737;
  -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;
  border-color: #f23737;
}
footer.footer-style-25 ul.list-inline li a:hover.instagram {
  color: #87a3b8;
  -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;
  border-color: #87a3b8;
}
footer.footer-style-25 ul.list-inline li a:hover.linkedin {
  color: #0e76a8;
  -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;
  border-color: #0e76a8;
}
footer.footer-style-25 ul.list-inline li a:hover.google {
  color: #f95636;
  -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;
  border-color: #f95636;
}
/************************************************************************************
78 Portfolio Creative
*************************************************************************************/
.three-portfolio-creative .contact-form {
  margin: 50px 0 0;
}
.three-portfolio-creative .contact-form .form-group {
  margin-bottom: 32px;
}
.three-portfolio-creative .contact-form .form-group label {
  margin-bottom: 22px;
  position: relative;
  /* 	color: @color-39; */
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.three-portfolio-creative .contact-form .form-group label sup {
  color: #ff000c;
  font-size: 20px;
  font-weight: normal;
  left: -2px;
  top: 2px;
}
.three-portfolio-creative .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;
  border-style: dashed;
}
.three-portfolio-creative .contact-form .form-group input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
  opacity: 1;
}
.three-portfolio-creative .contact-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
  opacity: 1;
}
.three-portfolio-creative .contact-form .form-group input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
  opacity: 1;
}
.three-portfolio-creative .contact-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
  opacity: 1;
}
.three-portfolio-creative .contact-form .form-group textarea {
  border-radius: 0;
  border-width: 0 0 1px;
  box-shadow: none;
  font-size: 13px;
  font-style: italic;
  height: 34px;
  line-height: 1.92;
  overflow: hidden;
  resize: none;
  color: #5f5f5f;
  border-style: dashed;
}
.three-portfolio-creative .contact-form .form-group textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5f5f5f;
  opacity: 1;
}
.three-portfolio-creative .contact-form .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f5f5f;
  opacity: 1;
}
.three-portfolio-creative .contact-form .form-group textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #5f5f5f;
  opacity: 1;
}
.three-portfolio-creative .contact-form .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #5f5f5f;
  opacity: 1;
}
.three-portfolio-creative .contact-form .form-group .form-control:focus {
  border-color: #202020;
}
.three-portfolio-creative .contact-form .btn-grd {
  margin-right: 15px;
  margin-top: 11px;
  min-width: 116px;
}
.three-portfolio-creative .contact-form button {
  margin-top: 22px;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li {
  display: inline-block;
  margin-right: 130px;
  line-height: 0.25;
  position: relative;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li small {
  font-family: 'PlayfairDisplay';
  display: block;
  font-size: 11px;
  line-height: 2.09;
  color: #fff;
  text-align: left;
  letter-spacing: 1.5px;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li a {
  font-size: 21px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  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;
  cursor: pointer;
  padding: 0 0;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 1.5;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li a:hover {
  color: #f7b3c0;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li a:hover:before,
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li a:hover:after {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  min-width: 205px;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu li {
  display: block;
  text-align: left;
  margin-right: 0;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu li a {
  padding-bottom: 0;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 3;
  cursor: pointer;
  padding: 0;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li:hover ul.sub-menu {
  display: block;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li:last-child {
  margin-right: 0;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children {
  position: relative;
}
.three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children:hover:before {
  position: absolute;
  content: "\f178";
  font-family: 'FontAwesome';
  left: -32px;
  top: 15px;
  display: block;
  color: #f7b3c0;
  vertical-align: middle;
  font-size: 24px;
}
.three-portfolio-creative .navigation .sidebar-menu .menu-btn span {
  background-color: #fff;
}
.three-portfolio-creative .banner {
  position: relative;
  padding: 9px 11px 0;
}
.three-portfolio-creative .banner .banner-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 100px;
  text-align: left;
  left: inherit;
  max-width: 940px;
}
.three-portfolio-creative .banner .banner-caption h1 {
  font-size: 72px;
  line-height: 1.38;
  color: #fff;
  letter-spacing: 0.3px;
}
.three-portfolio-creative .banner .banner-caption p {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 0;
  font-style: italic;
  color: #fff;
}
.three-portfolio-creative .banner .banner-caption a.btn.btn-outline {
  margin-top: 30px;
  color: #fff;
}
.three-portfolio-creative .banner .banner-caption a.btn.btn-outline:hover {
  background: #fff;
  color: #64c6cf;
}
.three-portfolio-creative .creative-content {
  padding: 0px 11px;
}
.three-portfolio-creative .creative-content .what-we-do {
  margin: 12px 0;
  display: table;
  background-color: #f9f9f9;
  width: 100%;
}
.three-portfolio-creative .creative-content .what-we-do > .col-lg-6 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.three-portfolio-creative .creative-content .what-we-do.contact-form-portfolio {
  background-color: #ffffff;
}
.three-portfolio-creative .creative-content .what-we-do.contact-form-portfolio .content-box {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #f6dee2;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 10px 0 10px 10px;
  padding: 20px 114px 32px 124px;
}
.three-portfolio-creative .creative-content .what-we-do.contact-form-portfolio .content-box .btn-gray {
  height: auto;
  line-height: 4.5;
  min-width: 116px;
  font-style: normal;
  font-weight: 600;
  border-radius: 40px;
}
.three-portfolio-creative .creative-content .what-we-do.contact-form-portfolio .content-image-right:before {
  display: none;
}
.three-portfolio-creative .creative-content .what-we-do .content-image-left {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.three-portfolio-creative .creative-content .what-we-do .content-image-left:before {
  background-image: url(../images/portfolio/img-arc.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: -1px;
  content: "";
  display: block;
  width: 27px;
  height: 88px;
  position: absolute;
  z-index: 99;
}
.three-portfolio-creative .creative-content .what-we-do .content-image-left img {
  width: auto;
  position: absolute;
  max-width: inherit;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.three-portfolio-creative .creative-content .what-we-do .content-image-right {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.three-portfolio-creative .creative-content .what-we-do .content-image-right:before {
  background-image: url(../images/portfolio/img-arc.png);
  background-repeat: no-repeat;
  top: 50%;
  left: -1px;
  content: "";
  display: block;
  width: 27px;
  height: 88px;
  position: absolute;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  z-index: 99;
}
.three-portfolio-creative .creative-content .what-we-do .content-image-right img {
  width: auto;
  position: absolute;
  max-width: inherit;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.three-portfolio-creative .creative-content .what-we-do .content-box {
  padding: 78px 114px 78px 124px;
  float: left;
}
.three-portfolio-creative .creative-content .what-we-do .content-box .btn-gray {
  margin-top: 21px;
  background-image: none;
  border: 2px solid #b0b0b0;
  border-radius: 24px;
  color: #202020;
  font-size: 11px;
}
.three-portfolio-creative .creative-content .what-we-do .content-box .btn-gray:hover,
.three-portfolio-creative .creative-content .what-we-do .content-box .btn-gray:focus {
  background-color: #64c6cf;
  border-color: #64c6cf;
  color: #ffffff;
}
.three-portfolio-creative .creative-content .what-we-do .content-box h6 {
  font-size: 14px;
  line-height: 1.42;
  text-transform: uppercase;
  color: #a0a0a0;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title {
  margin-bottom: 70px;
}
.three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title h3 {
  margin: 0 0 26px 0;
  font-size: 40px;
  line-height: 0.95;
  color: #202020;
  position: relative;
  font-weight: 600;
}
.three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title h3:before {
  background-image: url(../images/portfolio/title-border-bottom.png);
  width: 71px;
  height: 7px;
  content: "";
  position: absolute;
  bottom: -33px;
  left: 0;
}
.three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title.right-side h3:before {
  right: 0;
  left: auto;
}
.three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title.creative-contact-form h3:before {
  display: none;
}
.three-portfolio-creative .creative-content .what-we-do .content-box p {
  font-size: 13px;
  line-height: 2.5;
  margin-bottom: 16spx;
}
.three-portfolio-creative .creative-content .what-we-do .read-more {
  font-size: 12px;
  margin-top: 68px;
}
.three-portfolio-creative .creative-content .what-we-do img {
  width: 100%;
}
.three-portfolio-creative .creative-company-logos {
  padding: 70px 0;
  margin: 0 11px;
  background-color: #64c6cf;
}
.three-portfolio-creative .creative-company-logos .company-logos {
  max-width: 1644px;
  width: 100%;
  margin: 0 auto;
}
.three-portfolio-creative .btn-gray {
  background-color: transparent;
  height: 46px;
  line-height: 4.19;
  padding: 0 25px;
  color: #202020;
  border-radius: 30px;
  border: 1px solid #b0b0b0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
  min-width: 165px;
}
.three-portfolio-creative .btn-gray:hover,
.three-portfolio-creative .btn-gray: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;
  border-color: #25f250;
}
.three-portfolio-creative footer {
  padding: 94px 11px 66px;
  max-width: 1664px;
  width: 100%;
  margin: 0 auto;
}
.three-portfolio-creative footer .creative-company-info .creative-company-logo {
  margin: 0 0 36px;
}
.three-portfolio-creative footer .creative-company-info .creative-company-logo p {
  font-size: 13px;
  line-height: 2.61;
  color: #474747;
}
.three-portfolio-creative footer .footer-list h4 {
  text-transform: uppercase;
  color: #202020;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.64;
  margin: 0;
}
.three-portfolio-creative footer .footer-list ul {
  margin: 34px 0 0 0;
}
.three-portfolio-creative footer .footer-list ul li a {
  font-size: 11px;
  line-height: 3.63;
  color: #727272;
  text-transform: uppercase;
}
.three-portfolio-creative footer .footer-list ul li a:hover {
  color: #64c6cf;
}
/************************************************************************************
79 Portfolio Graphic Designer
*************************************************************************************/
.four-portfolio-artist header {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}
.four-portfolio-artist header.agency-01 .logo {
  padding: 24px 0 29px;
}
.four-portfolio-artist header.agency-01 .container {
  position: relative;
}
.four-portfolio-artist header.agency-01 .col-sm-10 {
  position: static;
}
.four-portfolio-artist header.agency-01 nav.navbar {
  padding: 0;
  margin: 0;
  border: none;
  float: right;
  position: static;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul {
  z-index: 9999;
  margin: 0;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li {
  margin: 0 38px 0 0;
  padding: 32px 0 22px;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li.purchase-btn {
  padding: 0;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li.purchase-btn a {
  border-radius: 22px;
  padding: 16px 26px;
  text-align: center;
  color: #ffffff;
  background-color: #ae59e4;
  font-size: 10px;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li.purchase-btn a:hover {
  background-color: #781fb1;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li:last-child {
  margin-right: 0px;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li > a {
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
  display: block;
  font-weight: 600;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li > a:hover {
  background-color: #ae59e4;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li:hover > a {
  color: #ffffff;
  -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;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}
.four-portfolio-artist header.agency-01 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;
  border: 1px solid #f1f1f1;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li .sub-menu.list-unstyled {
  margin: 0 0 0 0;
}
.four-portfolio-artist header.agency-01 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-weight: 500;
}
.four-portfolio-artist header.agency-01 nav.navbar > ul > li .sub-menu.list-unstyled li a:hover {
  margin-left: 16px;
  color: #000000;
}
.four-portfolio-artist header.agency-01 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;
}
.four-portfolio-artist header.agency-01 .menu-btn {
  overflow: hidden;
  margin: 37px 25px 0 0;
  cursor: pointer;
}
.four-portfolio-artist header.agency-01 .menu-btn .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.four-portfolio-artist header.agency-01 .menu-btn .strip-bx span {
  background-color: #000000;
  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);
}
.four-portfolio-artist header.agency-01 .menu-btn .strip-bx span:last-child {
  margin-bottom: 0;
}
.four-portfolio-artist header.agency-01 .menu-btn.open .strip-bx span {
  background-color: #25bff2;
}
.four-portfolio-artist header.agency-01 .menu-btn.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
.four-portfolio-artist header.agency-01 .menu-btn.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
.four-portfolio-artist header.agency-01 .menu-btn.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
.four-portfolio-artist header.agency-01 .menu-btn > span {
  font-size: 13px;
  color: #000000;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
.four-portfolio-artist header.agency-01 .menu-btn > span:hover {
  color: #ffffff;
}
.four-portfolio-artist header.agency-01 .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #25bff2;
}
.four-portfolio-artist header.agency-01 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000000 !important;
}
.four-portfolio-artist .flat-latestwork {
  position: relative;
}
.four-portfolio-artist .flat-latestwork .portfolio-filter {
  position: absolute;
  top: -42px;
  margin: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding-left: 48px;
}
.four-portfolio-artist .flat-latestwork .portfolio-filter li {
  margin-right: 46px;
  padding-right: 0;
}
.four-portfolio-artist .flat-latestwork .portfolio-filter li.show-all {
  float: right;
}
.four-portfolio-artist .flat-latestwork .portfolio-filter li:last-child {
  margin-right: 0;
}
.four-portfolio-artist .flat-latestwork .portfolio-filter li a {
  font-size: 11px;
  line-height: 1.81;
  color: #a6a6a6;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0;
  border: none;
  text-transform: uppercase;
}
.four-portfolio-artist .flat-latestwork .portfolio-filter li a:hover {
  color: #ffffff;
  background-image: none;
}
.four-portfolio-artist .flat-latestwork .portfolio-filter li.active a {
  color: #ffffff;
  background-image: none;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container {
  background-color: #000000;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items {
  width: 25%;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items .feature-post {
  position: relative;
  padding: 0 3px 3px 0;
  overflow: hidden;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items .feature-post:hover .caption {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items .feature-post:hover .caption > a {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items .feature-post a img {
  width: 100%;
  height: auto;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items .feature-post .caption {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 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;
  text-align: center;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items .feature-post .caption > a {
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  height: 100%;
  width: 100%;
  color: #ffffff;
  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;
  display: block;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items .feature-post .caption .cap-inner {
  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;
  text-align: center;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items .feature-post .caption h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 22px;
  text-transform: capitalize;
  letter-spacing: 0.6px;
}
.four-portfolio-artist .build-portfolio.four-columns .portfolio-container .items .feature-post .caption span {
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.four-portfolio-artist .portfolio-graphic-features-main {
  background-color: #202020;
}
.four-portfolio-artist .portfolio-graphic-features-main .graphic-feature-box {
  padding: 87px 15px 99px;
  background-color: #202020;
}
.four-portfolio-artist .portfolio-graphic-features-main .graphic-feature-box .media {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.four-portfolio-artist .portfolio-graphic-features-main .graphic-feature-box .media-body {
  padding-left: 15px;
}
.four-portfolio-artist .portfolio-graphic-features-main .graphic-feature-box .media-body h4 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.33;
  font-weight: 600;
}
.four-portfolio-artist .portfolio-graphic-features-main .graphic-feature-box .media-body p {
  font-size: 12px;
  line-height: 2.66;
  color: #ffffff;
}
.portfolio-artist04-banner .banner {
  position: relative;
  width: 100%;
}
.portfolio-artist04-banner .banner img {
  width: 100%;
}
.portfolio-artist04-banner .banner .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #5b5fe7;
  max-width: 1131px;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: left;
}
.portfolio-artist04-banner .banner .container .caption-text {
  position: relative;
}
.portfolio-artist04-banner .banner .container .caption-text h1 {
  font-size: 64px;
  line-height: 1.56;
  letter-spacing: -3px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 0 0 30px;
}
.portfolio-artist04-banner .banner .container .caption-text h6 {
  font-size: 18px;
  line-height: 0.18;
  font-weight: 600;
  color: #5b5fe7;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.3px;
  text-align: left;
  margin: 0 0 78px;
}
.portfolio-artist04-banner .banner .container .caption-text .latest-work-link li {
  display: inline-block;
  list-style: none;
  margin-right: 65px;
}
.portfolio-artist04-banner .banner .container .caption-text .latest-work-link li a {
  color: #5b5fe7;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 0.13px;
  border-bottom: 2px solid #5b5fe7;
  padding-bottom: 13px;
}
.four-portfolio-artist .footer-style-08 {
  border-top: 1px solid #464646;
  background-color: #202020;
}
.four-portfolio-artist .footer-style-08 .footer-bottom {
  border-color: #464646;
}
/************************************************************************************
80 Portfolio Sidebar
*************************************************************************************/
.five-portfolio-sidebar {
  padding: 20px 40px;
  background-color: #202020;
  max-width: 20%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: auto;
  left: 0;
}
.portfolio-5-logo {
  margin-bottom: 50px;
}
.portfolio-menu {
  border-bottom: 1px solid #2d2d2d;
  padding-bottom: 10px;
}
.portfolio-menu h5 {
  font-size: 10px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0 0 12px 0;
}
.portfolio-menu span {
  font-size: 10px;
  letter-spacing: 0.6px;
  color: #df72c8;
  line-height: 1.6;
  font-style: italic;
}
.portfolio-menu ul.sidebar-menu li a,
.portfolio-menu ul.sidebar-menu li span {
  font-size: 12px;
  line-height: 3.3;
  color: #ffffff;
  font-style: normal;
}
.portfolio-menu ul.sidebar-menu li a:hover:before,
.portfolio-menu ul.sidebar-menu li span:hover:before {
  content: "\f105";
  font-family: "fontawesome";
  padding-right: 9px;
}
.portfolio-menu ul.sidebar-menu li.has-submenu {
  position: relative;
}
.portfolio-menu ul.sidebar-menu li.has-submenu.open ul.sub-menu {
  display: block;
}
.portfolio-menu ul.sidebar-menu li.has-submenu.open span:before {
  content: "\f105";
  font-family: "fontawesome";
  padding-right: 9px;
}
.portfolio-menu ul.sidebar-menu li.has-submenu ul.sub-menu {
  margin-left: 25px;
  display: none;
}
.portfolio-menu ul.sidebar-menu li.has-submenu ul.sub-menu li a {
  color: #a2a2a2;
}
.portfolio-menu ul.sidebar-menu li.has-submenu:hover ul.sub-menu {
  opacity: 1;
}
.company-details {
  padding: 33px 0 39px;
  border-bottom: 1px solid #2d2d2d;
}
.company-details h5 {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 1.6px;
  font-weight: 600;
  margin: 0;
}
.company-details address {
  margin: 29px 0 0 0;
  font-size: 12px;
  line-height: 2.6;
  color: #ffffff;
}
.company-details address i {
  padding-right: 8px;
}
.company-details p {
  margin-bottom: 0;
}
.company-details p a {
  font-size: 12px;
  line-height: 2.6;
  color: #ffffff;
}
.company-details p a i {
  padding-right: 8px;
}
.copy-rights {
  padding: 27px 0 0 0;
}
.copy-rights p {
  font-size: 10px;
  line-height: 4;
  color: #ffffff;
}
.copy-rights ul li {
  margin-right: 12px;
}
.copy-rights ul li a {
  color: #5c5c5c;
}
.copy-rights ul li a:hover {
  color: #ffffff;
}
.five-portfolio-main {
  max-width: 80%;
  width: 100%;
  height: 100%;
  float: right;
  position: relatives;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.portfolio-product-box {
  width: 25%;
  float: left;
}
.portfolio-product-box img {
  width: 100%;
}
/************************************************************************************
81 Portfolio Sidebar showcase
*************************************************************************************/
.portfolio-showcase-banner {
  position: relative;
}
.portfolio-showcase-banner img {
  width: 100%;
}
.portfolio-showcase-banner .portfolio-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 62px;
}
.portfolio-showcase-banner .portfolio-caption h1 {
  font-size: 59px;
  line-height: 1.38;
  letter-spacing: 0.3px;
  color: #202020;
  margin: 0;
  font-weight: 600;
}
.portfolio-showcase-banner .portfolio-caption p {
  font-size: 20px;
  line-height: 5;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.portfolio-showcase .showcase-menu {
  position: static;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 25px 0 29px;
}
.portfolio-showcase .showcase-menu ul {
  margin: 0;
  text-align: right;
}
.portfolio-showcase .showcase-menu ul li {
  margin-right: 25px;
}
.portfolio-showcase .showcase-menu ul li:last-child {
  margin-right: 45px;
}
.portfolio-showcase .showcase-menu ul li a {
  border-radius: 22px;
  padding: 9px 26px;
  font-size: 10px;
  letter-spacing: 0.6px;
  color: #202020;
  font-size: 11px;
  line-height: 2.09;
  display: inline-block;
}
.portfolio-showcase .showcase-menu ul li a:hover {
  background-color: #202020;
  color: #ffffff;
}
.five-portfolio-main .portfolio-product-box {
  position: relative;
}
.five-portfolio-main .portfolio-product-box .product-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  text-align: center;
  padding: 24px 0;
}
.five-portfolio-main .portfolio-product-box .product-overlay p {
  font-size: 17px;
  line-height: 1.70;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.five-portfolio-main .portfolio-product-box .product-overlay span {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 2.63;
  letter-spacing: 1px;
  color: #202020;
  font-weight: 500;
}
.five-portfolio-main .portfolio-product-box:hover .product-overlay {
  opacity: 1;
  -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;
}
/************************************************************************************
82 Portfolio Minimal Sidebar
*************************************************************************************/
.seven-portfolio-minimal-sidebar {
  padding: 20px 41px;
  max-width: 25%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}
.seven-portfolio-sidebar {
  margin: 40px 0 0 0;
}
.seven-portfolio-sidebar ul li a {
  font-size: 18px;
  line-height: 1.22;
  color: #cfcfcf;
  letter-spacing: 0.2px;
}
.seven-portfolio-sidebar ul li a:hover {
  color: #5f5f5f;
}
.seven-portfolio-sidebar ul li.active a {
  color: #5f5f5f;
}
.seven-portfolio-sidebar ul li.has-submenu {
  position: relative;
}
.seven-portfolio-sidebar ul li.has-submenu ul.submenu {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
}
.seven-portfolio-sidebar ul li.has-submenu ul.submenu li a {
  font-size: 10px;
  line-height: 1.9;
  color: #ff7300;
  letter-spacing: 0.2px;
}
.seven-portfolio-sidebar ul li.has-submenu ul.submenu li a:hover {
  text-decoration: line-through;
}
.seven-portfolio-sidebar ul li.has-submenu ul.submenu li.active a {
  text-decoration: overline;
}
.seven-portfolio-sidebar ul.filters {
  list-style: none;
  text-align: left;
  margin-top: 0;
}
.seven-portfolio-sidebar ul.filters li a {
  font-size: 12px;
  line-height: 1.9;
  color: #ff7300;
  letter-spacing: 0.2px;
  border: none;
  padding: 0;
  font-weight: 400;
}
.seven-portfolio-sidebar ul.filters li a:hover {
  text-decoration: line-through;
  background-image: none;
  color: #5f5f5f;
}
.seven-portfolio-sidebar ul.filters li.active a {
  text-decoration: line-through;
  background-image: none;
  color: #5f5f5f;
}
.seven-portfolio-copyrights {
  position: absolute;
  bottom: 0;
  margin-bottom: 38px;
}
.seven-portfolio-copyrights p {
  font-size: 10px;
  line-height: 4;
  color: #474747;
}
.seven-portfolio-copyrights ul {
  margin: 0;
}
.seven-portfolio-copyrights ul li {
  margin-right: 22px;
}
.seven-portfolio-copyrights ul li:last-child {
  margin-right: 0;
}
.seven-portfolio-copyrights ul li a {
  color: #ff7300;
}
.seven-portfolio-copyrights ul li a:hover {
  color: #202020;
}
.seven-portfolio-products-main {
  max-width: 75%;
  width: 100%;
  float: right;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  padding-right: 27px;
}
.seven-portfolio-products-main .build-portfolio.full-width .portfolio-container .items {
  padding: 4px 4px;
}
.seven-portfolio-menus {
  text-align: right;
  padding: 21px 0 50px 0;
}
.seven-portfolio-menus ul {
  margin: 0;
}
.seven-portfolio-menus ul li {
  margin-right: 85px;
}
.seven-portfolio-menus ul li:last-child {
  margin-right: 10px;
}
.seven-portfolio-menus ul li a {
  color: #cfcfcf;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.9;
  display: inline-block;
}
.seven-portfolio-menus ul li a:hover {
  color: #474747;
}
.seven-portfolio-menus ul li a.purcahse {
  border-radius: 20px;
  font-size: 10px;
  line-height: 1.9;
  color: #474747;
  padding: 9px 26px;
  background-color: #5f5f5f;
  color: #ffffff;
}
.seven-portfolio-menus ul li a.purcahse:hover {
  background-color: #181818;
  color: #ffffff;
}
.seven-portfolio-box {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}
.load-more {
  padding: 30px 0;
}
.load-more a {
  color: #b8b8b8;
  font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase;
}
/************************************************************************************
83 Portfolio Minimal 
*************************************************************************************/
.portfolio-footer-8 .footer .footer-bottom {
  background-color: #fff;
  border: none;
}
.eight-portfolio-minimal-sidebar-main .banner {
  position: relative;
}
.eight-portfolio-minimal-sidebar-main .banner .banner-caption {
  position: absolute;
  top: 60%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: transparent;
  max-width: 475px;
  width: 100%;
  border: 24px solid rgba(255, 255, 255, 0.8);
}
.eight-portfolio-minimal-sidebar-main .banner .banner-caption .banner-caption-inner {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/08-portfolio-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: 2px;
  padding: 73px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.eight-portfolio-minimal-sidebar-main .banner .banner-caption .banner-caption-inner h1 {
  font-size: 22px;
  line-height: 1.72;
  color: #202020;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0;
}
.eight-portfolio-minimal-sidebar-main .banner .banner-caption .banner-caption-inner p {
  font-size: 12px;
  letter-spacing: 2.2px;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 3.45;
  color: #202020;
}
.eight-portfolio-minimal-sidebar-main header {
  padding: 0 0 0;
  position: absolute;
  left: 0;
  top: 37px;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  -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;
}
.eight-portfolio-minimal-sidebar-main header .logo {
  padding: 28px 0 28px;
}
.eight-portfolio-minimal-sidebar-main header .container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
.eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li > a {
  color: #202020;
}
.eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li > a:hover {
  color: #30cae0;
}
.eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li > a:hover:after {
  background-image: none;
  background-color: #31cae0;
}
.eight-portfolio-minimal-sidebar-main header .hamburg-menu span {
  background-color: #202020;
}
.eight-portfolio-minimal-sidebar-main .flat-row {
  padding-bottom: 212px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0;
}
.eight-portfolio-minimal-sidebar-main .build-portfolio {
  margin: 0 0 0 0;
}
.eight-portfolio-minimal-sidebar-main .build-portfolio.width-space .portfolio-container .items:hover .caption {
  width: 100%;
  height: 100%;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items {
  padding: 0 7px 7px 0;
  width: auto;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post {
  position: relative;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post:hover .caption {
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post:hover .caption > a {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post a img {
  width: 100%;
  height: auto;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post .caption {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 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;
  text-align: center;
  padding: 10px;
  background-color: transparent;
  transform: none;
  -o-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post .caption > a {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  height: 100%;
  width: 100%;
  color: #ffffff;
  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;
  display: block;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post .caption .cap-inner {
  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;
  text-align: center;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post .caption h3 {
  font-size: 15px;
  line-height: 1.33;
  color: #ffffff;
  margin: 0 0 22px;
  text-transform: capitalize;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post .caption h3:after {
  content: "";
  width: 58px;
  height: 2px;
  background-color: #30cae0;
  margin: 29px auto 0;
  display: block;
}
.eight-portfolio-minimal-sidebar-main .portfolio-container .items .feature-post .caption span {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  text-transform: lowercase;
  font-style: italic;
}
.eight-portfolio-minimal-sidebar-main ul.portfolio-filter {
  margin: 65px auto 62px;
}
.eight-portfolio-minimal-sidebar-main ul.portfolio-filter li {
  text-transform: uppercase;
  margin-right: 56px;
}
.eight-portfolio-minimal-sidebar-main ul.portfolio-filter li:last-child {
  margin-right: 0;
}
.eight-portfolio-minimal-sidebar-main ul.portfolio-filter li a {
  font-size: 11px;
  line-height: 1.81;
  color: #474747;
  display: inline-block;
  letter-spacing: 1px;
  border: none;
}
.eight-portfolio-minimal-sidebar-main ul.portfolio-filter li a:hover {
  text-decoration: line-through;
  text-decoration-color: #30cae0;
  -ms-text-decoration-color: #30cae0;
  -webkit-text-decoration-color: #30cae0;
  -o-text-decoration-color: #30cae0;
  -moz-text-decoration-color: #30cae0;
}
.eight-portfolio-minimal-sidebar-main ul.portfolio-filter li.active a {
  text-decoration: line-through;
  text-decoration-color: #30cae0;
  -ms-text-decoration-color: #30cae0;
  -webkit-text-decoration-color: #30cae0;
  -o-text-decoration-color: #30cae0;
  -moz-text-decoration-color: #30cae0;
}
.eight-portfolio-minimal-sidebar-main .load-more a {
  color: #898989;
}
/************************************************************************************
84 Portfolio Creative Sidebar
*************************************************************************************/
.menu-button {
  overflow: hidden;
  display: inline-block;
  margin: 12px 0 0;
  cursor: pointer;
  display: none;
  float: right;
}
.menu-button .strip-bx {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.menu-button .strip-bx span {
  background-color: #202020;
  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);
}
.menu-button .strip-bx span:last-child {
  margin-bottom: 0;
}
.menu-button.open .strip-bx span {
  background-color: #14c757;
}
.menu-button.open .strip-bx span:first-child {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
}
.menu-button.open .strip-bx span:nth-child(2) {
  opacity: 0;
}
.menu-button.open .strip-bx span:last-child {
  margin-bottom: 0;
  transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
}
.menu-button > span {
  font-size: 13px;
  color: #202020;
  line-height: 1.46;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-button > span:hover {
  color: #14c757;
}
.creative-portfolio-sidebar {
  max-width: 20%;
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  padding: 19px 0;
  background-color: #f7f7f7;
}
.creative-portfolio-sidebar .creative-portfolio-menus {
  margin: 54px 0 0 0;
}
.creative-portfolio-sidebar .creative-portfolio-menus ul li a {
  font-size: 14px;
  line-height: 2.5;
  color: #cfcfcf;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.creative-portfolio-sidebar .creative-portfolio-menus ul li a:hover {
  color: #202020;
}
.creative-portfolio-sidebar .creative-portfolio-menus ul li.active a {
  color: #202020;
}
.creative-portfolio-sidebar .creative-portfolio-copyrights {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.creative-portfolio-sidebar .creative-portfolio-copyrights p {
  font-size: 12px;
  line-height: 4;
  color: #474747;
  margin: 0;
}
.creative-portfolio-sidebar .creative-portfolio-copyrights ul {
  margin: 22px 0 46px 0;
}
.creative-portfolio-sidebar .creative-portfolio-copyrights ul li {
  margin-right: 25px;
}
.creative-portfolio-sidebar .creative-portfolio-copyrights ul li:last-child {
  margin-right: 0;
}
.creative-portfolio-sidebar .creative-portfolio-copyrights ul li a {
  color: #c2c2c2;
}
.creative-portfolio-sidebar .creative-portfolio-copyrights ul li a:hover {
  color: #202020;
}
.portfolio-creative-main {
  max-width: 80%;
  width: 100%;
  float: right;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
.portfolio-creative-main .portfolio-creative-box {
  width: 25%;
  float: left;
  padding: 0 7px 7px 0;
}
/************************************************************************************
85 11 Portfolio Creative Sidebar
*************************************************************************************/
.eleven-portfolio-creative-main {
  max-width: 80%;
  width: 100%;
  float: right;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.eleven-portfolio-creative-main .eleven-portfolio-creative-inner {
  padding: 72px 30px 80px 54px;
}
.eleven-portfolio-creative-main .eleven-portfolio-creative-inner .eleven-portfolio-desc h1 {
  font-size: 38px;
  line-height: 1.21;
  color: #202020;
  margin: 0;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.eleven-portfolio-creative-main .eleven-portfolio-creative-inner .eleven-portfolio-desc h2 {
  display: inline-block;
  margin: 0;
  letter-spacing: 0.4px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  color: #202020;
}
.eleven-portfolio-creative-main .eleven-portfolio-creative-inner .eleven-portfolio-desc p {
  font-size: 13px;
  line-height: 3.53;
  letter-spacing: 1px;
  color: #a6a6a6;
  text-transform: uppercase;
  margin: 0 0 50px  0;
}
.eleven-portfolio-creative-main .eleven-portfolio-creative-inner .awesome-portfolio-box .creative-product-desc {
  margin: 23px 0 69px;
}
.eleven-portfolio-creative-main .eleven-portfolio-creative-inner .awesome-portfolio-box .creative-product-desc p {
  font-size: 11px;
  line-height: 2.09;
  color: #5f5f5f;
  letter-spacing: 2.9px;
  margin: 0;
}
.eleven-portfolio-creative-main .eleven-portfolio-creative-inner .awesome-portfolio-box .creative-product-desc h6 {
  font-size: 16px;
  line-height: 1.25;
  color: #202020;
  font-weight: 500;
  margin: 18px 0 0 0;
}
.close-bx {
  display: none;
}
/************************************************************************************
86 Responsive
*************************************************************************************/
@media screen and (max-width: 1919px) {
  .latest-news .news-section .marketing-news .news-img > img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .features-opton-left {
    padding: 0 0 0 130px;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box {
    padding: 20px 90px 10px 90px;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box .btn-gray {
    margin-top: 17px;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box {
    padding: 80px 20px;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box p {
    margin-bottom: 0;
    line-height: 2.1;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box h6 {
    font-size: 12px;
    margin-top: 0;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box .btn-gray {
    height: 41px;
    line-height: 3.59;
    min-width: 145px;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title {
    margin-bottom: 35px;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title h3 {
    font-size: 30px;
    line-height: 1;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title h3:before {
    bottom: -28px;
  }
  .three-portfolio-creative .creative-content .what-we-do .no-padding-right {
    padding-right: 15px !important;
  }
  .three-portfolio-creative .creative-content .what-we-do .no-padding-left {
    padding-left: 15px !important;
  }
  .three-portfolio-creative .banner .banner-caption {
    max-width: 680px;
  }
  .three-portfolio-creative .banner .banner-caption h1 {
    font-size: 52px;
  }
  .check-competence {
    padding: 90px 0 0 0;
  }
  .seven-consulting-blog {
    padding: 75px 0 95px;
  }
}
@media screen and (max-width: 1499px) {
  .features-opton-left {
    padding: 0 0 0 0px;
  }
  .features-opton-right .features-option-img {
    position: static;
  }
  .features-opton-right .features-option-img img {
    max-width: 100%;
  }
  .portfolio-showcase-banner .portfolio-caption {
    left: 42px;
  }
  .portfolio-showcase-banner .portfolio-caption h1 {
    font-size: 50px;
  }
  .portfolio-showcase-banner .portfolio-caption p {
    font-size: 15px;
  }
  .startup-step-2.about-step-2 .who-we-are .team-types .nav-tabs li {
    margin-right: 60px;
  }
}
@media screen and (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: 2;
    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;
  }
  .awesome-feature {
    padding: 100px 0 0px;
  }
  .make-sure-you-know .col-left .know-the-details {
    padding-left: 5%;
  }
  .seo-inner-box {
    margin-bottom: 37px;
  }
  .agency-latest-news-blog button:before {
    background-color: #fff;
  }
  .agency-latest-news-blog button.slick-next {
    right: 15px;
    top: 20%;
    transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
  }
  .agency-latest-news-blog button.slick-prev {
    left: 15px;
    top: 20%;
    transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section {
    top: -8%;
  }
  .our-client-say button.slick-next,
  .our-client-say button.slick-prev {
    display: none !important;
  }
  /* three-portfolio-creative */
  .three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li {
    margin-right: 90px;
  }
  .three-portfolio-creative .banner .banner-caption h1 {
    font-size: 50px;
  }
  /* three-portfolio-creative end */
  .check-competence-inner {
    max-width: 910px;
    height: 407px;
    background-size: contain;
  }
  .check-competence-inner .competence-one {
    margin-top: 0;
  }
  .check-competence-inner .competence-two .competence-two-left {
    margin-left: -70px;
  }
  .check-competence-inner .competence-two .competence-two-right {
    margin-right: -70px;
  }
  .check-competence-inner .competence-three {
    margin: 50px auto 0;
  }
  .check-competence-inner .competence-three .competence-three-left {
    margin-left: -124px;
  }
  .check-competence-inner .competence-three .competence-three-right {
    margin-right: -124px;
  }
  .startup-step-2.about-step-2 .who-we-are .team-types .nav-tabs li {
    margin-right: 50px;
  }
  .about-step-2 .who-we-are {
    padding: 16px 44px 0;
  }
}
@media screen and (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;
  }
  .seven-consulting-company-details .company-person {
    width: 496px;
  }
  .services-workflow .workflow-process .workflow-circle:after {
    left: 129px;
  }
  .finance-company-logos .slick-prev,
  .finance-company-logos .slick-next {
    display: none !important;
  }
  header.nine-lawyer-header .connect-with-us ul > li .dropdown ul.dropdown-menu {
    right: 0;
    left: auto;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li .sub-menu.list-unstyled {
    max-height: 590px;
    height: auto;
    left: -100px;
  }
  .startup-step-2.about-step-2 .who-we-are .team-types .nav-tabs li {
    margin-right: 40px;
  }
  .eleven-corporate-portfolio-section .eleven-corporate-section-title {
    padding-left: 15px;
  }
  .eleven-corporate-portfolio-section .portfolio-filter {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  header nav.navbar > ul > li {
    margin-right: 4px;
  }
  header nav.navbar > ul > li:last-child {
    margin-right: 50px;
  }
  header .navbar-right {
    margin-right: 0;
  }
  header.agency-3 nav.navbar > ul > li {
    margin: 0 20px 0 0;
  }
  header.agency-3 nav.navbar > ul > li:last-child {
    margin-right: 20px;
  }
  header.event-header .header-bottom nav.navbar > ul > li {
    margin-right: 40px;
  }
  header.event-header .header-bottom nav.navbar > ul > li:last-child {
    margin-right: 40px;
  }
  header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li {
    margin: 0 15px 0 0;
  }
  header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li:last-child {
    margin-right: 15px;
  }
  
  .banner .tparrows.tp-leftarrow {
    left: auto !important;
    right: 40px;
    top: 47.3% !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: 40px 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.95;
    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;
  }
  .inner-banner .inner-banner-caption h1:after {
    content: "";
    display: block;
    margin: 15px auto 27px;
    width: 23%;
    height: 2px;
    background: #fff;
  }
  .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;
  }
  .make-sure-you-know .col-right .you-know-img {
    top: 0%;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    left: 0;
  }
  .make-sure-you-know .col-left .know-the-details .know-title {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .simple-steps .col-step-right {
    padding: 90px 45px;
  }
  .simple-steps .col-step-right .step-title {
    margin-bottom: 50px;
  }
  .simple-steps .col-step-right .step-title h2 {
    font-size: 26px;
  }
  .simple-steps .col-step-right .steps-inner .steps {
    margin-bottom: 70px;
  }
  .simple-steps .col-step-right .steps-inner .steps .step-desc {
    padding-left: 14px;
  }
  .value-of-company ul.nav.nav-tabs > li {
    width: 162px;
  }
  .value-of-company ul.nav.nav-tabs > li a {
    padding: 21px;
  }
  header.twelve-seo-header nav.navbar > ul > li {
    margin-right: 50px;
  }
  header.twelve-seo-header nav.navbar > ul > li:last-child {
    margin-right: 50px;
  }
  header.twelve-seo-header .navbar-right {
    margin-right: 0;
  }
  .corporate-what-we-do-desc {
    padding: 34px 28px 34px 34px;
  }
  .corporate-what-we-do-desc h3 {
    margin-bottom: 15px;
  }
  .corporate-what-we-do-desc p {
    margin: 0 0 15px 0;
  }
  .our-client-say {
    padding: 40px 0;
  }
  .our-client-say .author-inner-boxes {
    margin: 73px 0 0 0;
  }
  .business-schedule-main-box ul.nav.nav-tabs {
    display: table;
    width: 100%;
  }
  .business-schedule-main-box ul.nav.nav-tabs li {
    max-width: inherit;
    width: 16.66%;
    display: table-cell;
    float: none;
  }
  .business-schedule-main-box ul.nav.nav-tabs li a {
    font-size: 18px;
  }
  .latest-blog-box .blog-pic {
    min-width: 190px;
  }
  header.nine-lawyer-header nav.navbar > ul > li {
    margin-right: 50px;
  }
  header.nine-lawyer-header nav.navbar > ul > li:last-child {
    margin-right: 50px;
  }
  header.nine-lawyer-header .navbar-right {
    margin-right: 0;
  }
  .eight-insurance-logos .mils-slider button {
    display: none !important;
  }
  header.eleven-lawyer-header nav.navbar > ul > li {
    margin-right: 50px;
  }
  header.eleven-lawyer-header nav.navbar > ul > li:last-child {
    margin-right: 50px;
  }
  header.eleven-lawyer-header .navbar-right {
    margin-right: 0;
  }
  .price-plan {
    padding: 79px 0 79px;
  }
  /* three-portfolio-creative */
  .three-portfolio-creative .creative-content .what-we-do {
    margin: 12px 0;
    display: block;
    background-color: #f9f9f9;
    width: 100%;
  }
  .three-portfolio-creative .creative-content .what-we-do > .col-lg-6 {
    display: block;
  }
  .three-portfolio-creative .creative-content .what-we-do .no-padding-right {
    width: 100%;
  }
  .three-portfolio-creative .creative-content .what-we-do .no-padding-left {
    width: 100%;
  }
  .three-portfolio-creative .creative-content .what-we-do .col-md-pull-6 {
    right: auto;
  }
  .three-portfolio-creative .creative-content .what-we-do .col-md-push-6 {
    left: auto;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box p {
    margin-bottom: 20px;
  }
  .three-portfolio-creative .creative-content .what-we-do.contact-form-portfolio .content-box {
    padding: 10px 20px 15px 13px;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-image-right,
  .three-portfolio-creative .creative-content .what-we-do .content-image-left {
    position: static;
    overflow: hidden;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-image-right img,
  .three-portfolio-creative .creative-content .what-we-do .content-image-left img {
    width: 100%;
    position: static;
    max-width: 100%;
    left: 50%;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .three-portfolio-creative .banner .banner-caption {
    max-width: 460px;
  }
  .three-portfolio-creative .banner .banner-caption h1 {
    font-size: 43px;
  }
  .three-portfolio-creative .banner .banner-caption p {
    font-size: 18px;
  }
  /* three-portfolio-creative end */
  .four-portfolio-artist .portfolio-graphic-features-main .graphic-feature-box {
    padding: 37px 15px;
  }
  .four-portfolio-artist header.agency-01 nav.navbar > ul > li {
    margin-right: 8px;
    padding: 20px 0;
  }
  .four-portfolio-artist header.agency-01 nav.navbar > ul > li > a {
    padding: 15px 18px;
  }
  .portfolio-artist04-banner .banner .container .caption-text h1 {
    font-size: 36px;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li {
    margin-right: 50px;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li:last-child {
    margin-right: 50px;
  }
  .eight-portfolio-minimal-sidebar-main header .navbar-right {
    margin-right: 0;
  }
  .five-portfolio-sidebar {
    padding: 20px 20px;
  }
  .three-portfolio-creative .creative-content .what-we-do img {
    width: 100%;
  }
  .three-portfolio-creative .creative-content .what-we-do.contact-form-portfolio .content-box {
    width: 100%;
    border-right-width: 10px;
    border-style: solid;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box {
    padding: 20px 0;
    text-align: left;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title.right-side h3:before {
    left: 0;
  }
  .three-portfolio-creative .creative-content .what-we-do .btn-gray {
    float: none !important;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-image-right:before,
  .three-portfolio-creative .creative-content .what-we-do .content-image-left:before {
    display: none;
  }
  .check-competence-inner {
    height: 367px;
    max-width: 821px;
  }
  .check-competence-inner .competence-circle {
    width: 60px;
    height: 60px;
    padding: 0 0;
    text-align: center;
    line-height: 56px;
  }
  .check-competence-inner .competence-desc p {
    line-height: 1.3;
  }
  .check-competence-inner .competence-one {
    margin-top: 6px;
  }
  .check-competence-inner .competence-one .competence-desc p {
    margin: 0 0 11px 0;
  }
  .check-competence-inner .competence-one .competence-circle {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
  }
  .check-competence-inner .competence-two {
    margin-top: -10px;
  }
  .check-competence-inner .competence-two .competence-two-left .competence-circle,
  .check-competence-inner .competence-two .competence-two-right .competence-circle {
    display: block;
  }
  .check-competence-inner .competence-three .competence-three-right {
    max-width: 220px;
    margin-right: -41px;
  }
  .check-competence-inner .competence-three .competence-three-right .competence-circle {
    display: block;
    float: left;
  }
  .check-competence-inner .competence-three .competence-three-right .competence-desc {
    width: 70%;
    float: left;
  }
  .check-competence-inner .competence-three .competence-three-left {
    max-width: 220px;
    margin-left: -41px;
  }
  .check-competence-inner .competence-three .competence-three-left .competence-circle {
    display: block;
  }
  .portfolio-showcase-banner .portfolio-caption h1 {
    font-size: 40px;
  }
  .banner.eleven-corporate-banner .tparrows {
    top: 90% !important;
  }
  .banner.eleven-corporate-banner .tparrows.tp-leftarrow {
    top: 82% !important;
  }
}
@media screen and (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.5;
  }
  .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;
  }
  .our-areas-inner .our-area-box .area-box-one {
    padding: 46px 20px;
  }
  .our-areas-inner .our-area-box .area-box-two {
    padding: 20px 18px 8px;
  }
  .sixteen-latest-project-desc {
    padding-bottom: 0;
  }
  .sixteen-latest-project-desc:before {
    font-size: 328px;
    top: -30px;
  }
  .sixteen-latest-project-desc span {
    margin-bottom: 15px;
  }
  .sixteen-latest-project-desc h3 {
    margin: 0 0 15px 0;
  }
  .sixteen-latest-project-desc p {
    margin-bottom: 15px;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li {
    margin: 0 45px 0 0;
  }
  .offer-progress .progress-bars .pro-bars .progress {
    max-width: 430px;
    width: 100%;
  }
  .eight-insurance-logos .mils-slider button {
    display: none !important;
  }
  .insurance-team-member-box .member-social-icons ul li {
    padding: 10px 12px;
  }
  .latest-blog-box2 .blog-timing.media .media-body {
    padding: 14px 7px 0px 14px;
  }
  .latest-blog-box2 .blog-timing.media .media-body h6 {
    font-size: 14px;
  }
  .latest-blog-box2 .blog-timing.media .media-body span {
    margin-right: 10px;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li {
    margin: 0 40px 0 0;
  }
  .nine-lawyer-our-lawyer-services .lawyer-services-right {
    padding: 66px 75px 75px;
  }
  .ten-lawyer-types .media .media-left {
    padding-right: 18px;
  }
  .ten-lawyer-types-of-laws .law-desc p {
    margin-bottom: 0;
  }
  .features-option-inner-box {
    margin-bottom: 25px;
  }
  .features-option-inner-box .media-body h4 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .agency-our-portfolio .build-portfolio .portfolio-container .items .feature-post .caption h3 {
    font-size: 15px;
  }
  .agency-our-portfolio .build-portfolio .portfolio-container .items .feature-post .caption .cap-inner span {
    font-size: 13px;
  }
  .footer .gallery-img li a img {
    height: 52px;
    width: 50px;
  }
  header.six-finance-header .header-bottom nav.navbar > ul > li {
    margin: 0 40px 0 0;
  }
  .widget-column .tab-preview .panel-group .panel .panel-heading .panel-title a i {
    margin-right: 8px;
  }
  /* three-portfolio-creative */
  .three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li {
    margin-right: 50px;
  }
  .three-portfolio-creative .banner .banner-caption h1 {
    font-size: 35px;
  }
  /* three-portfolio-creative endn */
  .startup-step-2.about-step-2 .who-we-are .team-types .nav-tabs li {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .tparrows {
    top: 61% !important;
    left: -20px;
  }
  .banner .banner-caption .btn {
    height: 33px;
    line-height: 1.95em;
    font-size: 23px;
  }
  .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;
  }
  .simple-steps .col-step-right .step-title h2 {
    font-size: 24px;
  }
  .simple-steps .col-step-right .stes {
    margin-bottom: 50px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section {
    padding: 35px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section .pink-title {
    margin-bottom: 44px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li {
    margin-bottom: 30px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li:last-child {
    margin-bottom: 30px;
  }
  .seven-consulting-company-details .company-person {
    width: 485px;
  }
  .value-of-company ul.nav.nav-tabs > li {
    width: 132px;
  }
  .nine-lawyer-our-lawyer-services .lawyer-services-right {
    padding: 36px 50px;
  }
  .eleven-corporate-what-we-can-do-for-you .lawyer-services-right {
    padding: 36px 50px;
  }
  .seo-works-right,
  .seo-works-left {
    padding-top: 40px;
  }
  .sixteen-latest-project-desc {
    padding: 17px 0 0px 20px;
  }
  .sixteen-latest-project-desc p {
    line-height: 2.3;
  }
  .event-feature-box {
    padding: 15px 15px;
  }
  .seven-consulting-features {
    padding: 70px 0;
  }
  .seven-consulting-company-details {
    padding: 83px 0 0 0;
  }
  .seven-consulting-testimonials-value-of-company {
    padding: 55px 0;
  }
  .author-test-inner .media {
    margin-bottom: 0;
  }
  .consultant-testi-box .testi-box {
    padding: 25px;
  }
  .consultant-testi-box .testi-box .author-desc h6 {
    line-height: 2;
  }
  .value-of-company .tab-content .services-provided {
    margin: 35px 0  0 0;
  }
  .seven-consulting-our-latest-work {
    padding: 80px 0;
  }
  .seven-consulting-our-latest-work ul.slick-dots {
    display: none;
  }
  .seven-consulting-blog {
    padding: 100px 0;
  }
  header.eight-insurance-header .header-top .header-top-left > ul > li {
    margin-right: 30px;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar {
    float: none;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li {
    margin: 0 35px 0 0;
  }
  .offer-progress .progress-bars .pro-bars .progress {
    width: 100%;
  }
  .our-offers-box ul li {
    line-height: 2;
    margin: 28px 0;
  }
  .eight-insurance-meet-out-team {
    padding: 27px 0 127px 0;
  }
  .eight-insurance-latest-blog {
    padding: 80px 0;
  }
  .latest-blog-box2 .blog-timing.media .media-body h6 {
    font-size: 13px;
  }
  .latest-blog-box2 .blog-timing.media .media-body span {
    line-height: 1;
  }
  .eight-insurance-logos .mils-slider ul.slick-dots {
    display: none !important;
  }
  .nine-lawyer-call-action .call-action-btn a.sign-now-btn {
    padding: 13px 30px;
  }
  .twelve-seo-features {
    padding: 85px 0;
  }
  .twelve-seo-how-it-works {
    padding: 54px 0;
  }
  .twelve-seo-how-it-works .seo-works-inner-box {
    padding: 0;
  }
  .twelve-seo-our-latest-work {
    padding: 81px 0 50px;
  }
  .twelve-seo-latest-work-box span.purple-overlay {
    padding: 50px 10px;
  }
  .twelve-seo-our-latest-work .slick-slider ul.slick-dots {
    display: none !important;
  }
  .features-opton-left {
    width: 100%;
    float: none;
  }
  .features-opton-right {
    width: 100%;
    float: none;
  }
  .features-opton-right .features-option-img img {
    width: 100%;
  }
  .company-logos-2 .slick-slider ul.slick-dots {
    display: none !important;
  }
  .agency-latest-news-blog button.slick-prev {
    top: 17%;
    transform: translateY(-17%);
    -webkit-transform: translateY(-17%);
    -moz-transform: translateY(-17%);
    -o-transform: translateY(-17%);
  }
  .agency-latest-news-blog button.slick-next {
    top: 17%;
    transform: translateY(-17%);
    -webkit-transform: translateY(-17%);
    -moz-transform: translateY(-17%);
    -o-transform: translateY(-17%);
  }
  .finance-right-consultant .consultant-title h3 {
    font-size: 30px;
  }
  .consultant-feature-box .consultant-icon {
    padding: 22px 10px;
  }
  .consulting-blog-box .blog-time ul li {
    display: block;
  }
  .fourteen-our-process {
    margin: 70px 0;
  }
  .client-testimonials .light-blue-bg .testimonial-box {
    text-align: center;
    margin: 32px 0 0 0;
  }
  .work-progress .work {
    padding: 50px 0 60px 15px;
  }
  .work-progress .progress-section .progress-bars {
    padding: 67px 0 0 0;
  }
  .fifteen-corporate-what-we-do {
    padding: 100px 0 0 0;
  }
  .fifteen-corporate-call-to-action {
    margin: 31px 0 0 0;
  }
  .our-corporate-portfolio {
    padding: 40px 0;
  }
  .corporate-section-title.corporate-section-title-2 {
    padding: 0 15px;
  }
  .corporate-section-title.corporate-section-title-2 h2 {
    font-size: 32px;
  }
  .startup-title h2 {
    font-size: 36px;
  }
  .services-workflow {
    padding-top: 52px;
  }
  .services-workflow .startup-title {
    margin-bottom: 80px;
  }
  .sixteen-startup-latest-projects {
    padding: 23px 0;
  }
  .featured-service-section {
    padding: 50px 0;
  }
  .sixteen-members {
    margin-top: 64px;
  }
  .startup-our-plan .our-plan-pricing {
    padding: 40px 0 80px;
  }
  .call-to-action-three h3 {
    font-size: 43px;
  }
  .portfolio-showcase .menu-button {
    display: inline-block;
    float: left;
    margin-left: 15px;
  }
  .five-portfolio-main {
    max-width: 100%;
  }
  .five-portfolio-sidebar {
    max-width: 260px;
    z-index: 99;
    left: -300px;
  }
  .five-portfolio-sidebar.open {
    left: 0;
  }
  .five-portfolio-sidebar .close-bx {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    background-color: #202020;
    right: -40px;
    top: 24px;
    line-height: 38px;
    font-size: 18px;
  }
  .five-portfolio-sidebar-main .portfolio-showcase {
    display: block;
  }
  .five-portfolio-sidebar-main .portfolio-showcase .showcase-menu {
    position: static;
    padding: 0;
  }
  .five-portfolio-sidebar-main .portfolio-showcase .showcase-menu .menu-button {
    display: block;
    float: none;
    padding: 15px;
    margin: 0;
    background-color: #202020;
  }
  .five-portfolio-sidebar-main .portfolio-showcase .showcase-menu .menu-button > span {
    color: #fff;
  }
  .five-portfolio-sidebar-main .portfolio-showcase .showcase-menu .menu-button .strip-bx {
    float: right;
  }
  .five-portfolio-sidebar-main .portfolio-showcase .showcase-menu .menu-button .strip-bx span {
    background-color: #fff;
  }
  .table-2 .price-table .price h2 {
    font-size: 50px;
  }
  .agency-price-plan {
    padding: 80px 0 120px;
  }
  .ten-lawyer-what-we-do {
    padding: 84px 0;
  }
  .what-we-do-desc h6 {
    line-height: 1.5;
  }
  .nine-lawyer-the-meet {
    padding: 70px 0;
  }
  .thirteen-seo-2-our-services {
    padding: 66px 0 88px;
  }
  .thirteen-seo-2-featurs-option {
    padding: 55px 0 0 0;
  }
  .check-competence {
    padding: 100px 0 0 0;
  }
  .serices-provide {
    padding: 88px 0;
  }
  .sixteen-latest-project-desc .sixteen-latest-project-details span.project-no {
    top: -45px;
    font-size: 320px;
  }
  .portfolio-artist ul.filters {
    text-align: center;
    margin: 30px 0 50px;
  }
  .eight-portfolio-minimal-sidebar-main .banner .banner-caption .banner-caption-inner {
    padding: 28px 0;
  }
  .portfolio-showcase .showcase-menu ul {
    padding: 10px 0;
  }
  .hide-decs {
    display: block;
  }
  .five-portfolio-sidebar-main .footer-style-08 {
    background-color: #1d2124;
    padding: 0;
    overflow: hidden;
    clear: both;
  }
  .five-portfolio-sidebar-main .footer-style-08 .footer-bottom {
    border-bottom: none;
    margin: 0;
    padding: 5px 0;
  }
  .six-finance-banner .banner .banner-caption {
    left: 60px;
  }
  .hide-mob {
    display: none;
  }
  .fifteen-banner.banner .banner-caption {
    top: 50%;
    transform: translateY(-35%) !important;
    -o-transform: translateY(-35%) !important;
    -moz-transform: translateY(-35%) !important;
    -webkit-transform: translateY(-35%) !important;
  }
}
@media screen and (max-width: 991px) {
  header .logo {
    width: 117%;
    height: auto;
  }
  .banner svg {
    right: -650px;
  }
  header nav.navbar > ul > li {
    margin-right: 20px;
    padding: 26px 0 0px;
  }
  header nav.navbar > ul > li:last-child {
    margin-right: 35px;
  }
  header .navbar-right > ul li {
    float: left;
    margin-right: 24px;
    padding: 30px 0;
  }
  header .nav-wrapper .nav-box {
    margin-bottom: 20px;
  }
  header .nav-wrapper .nav-box:nth-child(2n):after {
    display: none;
  }
  header.agency-3 nav.navbar > ul > li {
    margin: 0 10px 0 0;
    padding: 23px 0;
  }
  header.agency-3 nav.navbar > ul > li:last-child {
    margin-right: 10px;
  }
  header.agency-3 nav.navbar > ul > li > a {
    padding: 8px 12px;
  }
  header.event-header .header-bottom .login-register {
    padding: 22px 0;
  }
  header.event-header .header-bottom .login-register ul li a.register {
    margin-right: 0;
  }
  header.event-header .header-bottom nav.navbar > ul > li {
    margin-right: 20px;
  }
  header.event-header .header-bottom nav.navbar > ul > li:last-child {
    margin-right: 20px;
  }
  header.event-header .header-top .header-top-left .dropdown {
    padding-right: 10px;
  }
  header.event-header .header-top .header-top-left > ul > li {
    margin-right: 10px;
  }
  header.event-header .header-top .header-top-left > ul > li:last-child {
    margin-right: 0;
  }
  .inner-banner .inner-banner-caption h1 {
    font-size: 4.4em;
    line-height: 1.3em;
  }
  .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,
  .footer-style-04 .footer-bottom .copyright p {
    line-height: 1.5;
  }
  .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 0px;
  }
  .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;
  }
  .make-sure-you-know .col-left {
    display: block;
    width: 100%;
  }
  .make-sure-you-know .col-right {
    display: block;
    width: 100%;
  }
  .make-sure-you-know .col-right .you-know-img {
    max-width: 500px;
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
    padding: 0 30px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section {
    max-width: 370px;
    width: 100%;
  }
  .finance-right-consultant .consultant-title h3 {
    font-size: 30px;
  }
  .finance-right-consultant .consultant-desc .consultant-inner-box h5 {
    line-height: 1.84;
  }
  .six-finance-banner .get-free-quote-bar {
    max-width: 700px;
  }
  .six-finance-banner .get-free-quote-bar select {
    background-position: 77% center;
  }
  .six-finance-banner .get-free-quote-bar select.form-control {
    max-width: 548px;
    width: 100%;
    font-size: 13px;
  }
  .six-finance-banner .get-free-quote-bar button {
    max-width: 200px;
    width: 100%;
    background-position: 6% center;
  }
  .consultant-feature-box {
    padding: 0 7px;
  }
  .finance-contact-form .finance-section-title {
    margin-top: 20px;
  }
  .finance-contact-form .finance-contact-form form {
    margin: 44px 0 0 0;
  }
  .seven-consulting-company-details .company-person {
    width: 100%;
    padding-top: 70px;
  }
  .value-of-company ul.nav.nav-tabs > li {
    width: 99px;
  }
  .value-of-company ul.nav.nav-tabs > li a {
    padding: 21px 8px;
  }
  .value-of-company .tab-content .services-provided ul li {
    width: 50%;
    float: left;
  }
  .member-box {
    width: 30%;
    margin-bottom: 30px;
  }
  .member-box:nth-child(3n) {
    margin-right: 0;
  }
  .member-box:nth-child(4n) {
    margin-left: 0;
  }
  .insurance-team-member-box .team-member-name span {
    font-size: 13px;
  }
  .nine-lawyer-our-lawyer-services .lawyer-services-right {
    padding: 26px 35px;
  }
  .our-areas-inner .our-area-box {
    width: 33.33%;
  }
  .eleven-corporate-what-we-can-do-for-you {
    display: block;
    width: 100%;
  }
  .eleven-corporate-what-we-can-do-for-you .lawyer-services-left {
    position: relative;
    width: 100%;
    display: block;
  }
  .eleven-corporate-what-we-can-do-for-you .lawyer-services-left .lawyer-services-img {
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .eleven-corporate-what-we-can-do-for-you .lawyer-services-left .lawyer-services-img img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .eleven-corporate-what-we-can-do-for-you .lawyer-services-right {
    padding: 26px 35px;
    display: block;
    width: 100%;
  }
  header.twelve-seo-header nav.navbar > ul > li {
    margin-right: 35px;
    padding: 36px 0 32px;
  }
  header.twelve-seo-header nav.navbar > ul > li:last-child {
    margin-right: 35px;
  }
  header.twelve-seo-header nav.navbar > ul > li .sub-menu {
    min-width: 183px;
    padding: 17px 10px 30px 10px;
  }
  header.twelve-seo-header .navbar-right > ul li {
    float: left;
    margin-right: 24px;
    padding: 35px 0;
  }
  header.twelve-seo-header .nav-wrapper .nav-box {
    margin-bottom: 20px;
  }
  header.twelve-seo-header .nav-wrapper .nav-box:nth-child(2n):after {
    display: none;
  }
  .seo-inner-box .seo-works-desc h4 {
    font-size: 13px;
  }
  .seo-inner-box .seo-works-desc p {
    line-height: 1.5;
  }
  .seo-works-left .seo-works-desc {
    padding-right: 10px;
  }
  .seo-works-right .seo-works-desc {
    padding-left: 10px;
  }
  .services-workflow .workflow-process {
    padding: 55px 0;
  }
  .services-workflow .workflow-process .workflow-circle:after {
    background-size: 60% auto;
  }
  .corporate-what-we-do-desc,
  .corporate-what-we-do-img {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 25px;
    text-align: center;
  }
  .corporate-what-we-do-desc h3,
  .corporate-what-we-do-img h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .fifteen-corporate-what-we-do {
    padding: 0 15px;
  }
  .sixteen-projects-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .sixteen-projects-inner .sixteen-latest-project-desc {
    padding-left: 0;
    overflow: hidden;
  }
  .sixteen-latest-project-img img {
    width: 100%;
  }
  .portfolio-artist02-banner .banner .container .caption-text h1 {
    font-size: 50px;
  }
  .portfolio-artist02-banner .banner .container .caption-text h6 {
    margin: 40px 0 38px;
  }
  .latest-blog-main-box .latest-blog-box-inner {
    margin-bottom: 30px;
  }
  .latest-blog-main-box .latest-blog-box-inner:last-child {
    margin-bottom: 0;
  }
  .five-business-solution-latest-from-blog {
    padding: 50px 0;
  }
  .appoint-inner {
    max-width: 360px;
    margin: 0 auto;
  }
  header.seven-consulting-header .header-bottom ul.company-details li.media {
    margin-right: 35px;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li {
    margin: 0 10px 0 0;
  }
  header.seven-consulting-header .navbar a.appointment-btn {
    padding: 11px;
  }
  .seven-consulting-features {
    padding: 70px 0;
  }
  .seven-consulting-company-details {
    padding: 60px 0 0 0;
  }
  .seven-consulting-our-latest-work {
    padding: 50px 0;
  }
  .cta-purple {
    padding: 50px 0;
  }
  .seven-consulting-blog {
    padding: 70px 0;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li {
    margin: 0 15px 0 0;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  .offer-progress .progress-bars .pro-bars .progress {
    max-width: 290px;
    width: 100%;
  }
  .eight-insurance-choose-us {
    padding: 40px 0;
  }
  .eight-insurance-meet-out-team {
    padding: 27px 0 87px 0;
  }
  .eight-insurance-latest-blog {
    padding: 50px 0;
  }
  header.nine-lawyer-header nav.navbar > ul > li {
    margin-right: 35px;
    padding: 36px 0 32px;
  }
  header.nine-lawyer-header nav.navbar > ul > li:last-child {
    margin-right: 35px;
  }
  header.nine-lawyer-header nav.navbar > ul > li .sub-menu {
    min-width: 183px;
    padding: 17px 10px 30px 10px;
  }
  header.nine-lawyer-header .navbar-right > ul li {
    float: left;
    margin-right: 24px;
    padding: 35px 0;
  }
  header.nine-lawyer-header .nav-wrapper .nav-box {
    margin-bottom: 20px;
  }
  header.nine-lawyer-header .nav-wrapper .nav-box:nth-child(2n):after {
    display: none;
  }
  .nine-lawyer-call-action .call-action-inner p {
    font-size: 18px;
  }
  .nine-lawyer-call-action .call-action-btn a.sign-now-btn {
    padding: 10px 12px;
  }
  .nine-lawyer-section-title h2 {
    font-size: 26px;
  }
  .nine-lawyer-caption-box .count-box {
    padding: 10px 15px 10px 40px;
  }
  .nine-lawyer-caption-box .count-box h3 {
    font-size: 32px;
  }
  header.eleven-lawyer-header nav.navbar > ul > li {
    margin-right: 35px;
    padding: 36px 0 32px;
  }
  header.eleven-lawyer-header nav.navbar > ul > li:last-child {
    margin-right: 35px;
  }
  header.eleven-lawyer-header nav.navbar > ul > li .sub-menu {
    min-width: 183px;
    padding: 17px 10px 30px 10px;
  }
  header.eleven-lawyer-header .navbar-right > ul li {
    float: left;
    margin-right: 24px;
    padding: 35px 0;
  }
  header.eleven-lawyer-header .nav-wrapper .nav-box {
    margin-bottom: 20px;
  }
  header.eleven-lawyer-header .nav-wrapper .nav-box:nth-child(2n):after {
    display: none;
  }
  .eleven-corporate-section-title h3 {
    font-size: 24px;
  }
  .seo-feature-box {
    margin: 0 0 50px 0;
  }
  .fifteen-corporate-what-we-do {
    margin: 80px 0 0 0;
  }
  .fifteen-corporate-call-to-action {
    margin: 50px 0 0 0;
    padding: 57px 0;
  }
  .our-corporate-portfolio ul.filters li {
    padding-right: 15px;
  }
  .call-to-action-three h3 {
    font-size: 35px;
  }
  .agency-theme #content14 .content {
    padding: 45px 0 0 15px;
  }
  .agency-our-portfolio ul.filters li {
    margin-bottom: 25px;
  }
  .agency-our-portfolio .build-portfolio .portfolio-container .items .feature-post .caption h3 {
    font-size: 12px;
  }
  .agency-our-team .team-part {
    margin-bottom: 90px;
  }
  .agency-our-team .team-section .team-member {
    margin-bottom: 27px;
  }
  .agency-latest-news-blog .blog-archive .blog-box .blog-img .caption a {
    padding: 15px 25px;
  }
  .agency-latest-news-blog .blog-posts-std-list {
    margin-bottom: 20px;
  }
  .call-to-action-two .action-desc p {
    line-height: 1.5;
  }
  .our-awesome-features .feature-title h2 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .our-awesome-features .feature-title span {
    font-size: 16px;
    line-height: 1;
  }
  header.agency-01 .top-bar ul > li {
    margin-left: 8px;
  }
  header.agency-01 nav.navbar > ul > li {
    padding: 36px 0;
  }
  .simple-steps .col-step-right {
    padding: 25px;
  }
  .simple-steps .col-step-right .step-title h2 {
    font-size: 22px;
  }
  .simple-steps .col-step-right .steps-inner .steps {
    margin-bottom: 50px;
    width: 100%;
    display: block;
  }
  .simple-steps .col-step-right .steps-inner .steps:nth-child(3n) {
    margin-bottom: 50px;
  }
  .make-sure-you-know .col-left .know-the-details .know-title h2 {
    font-size: 26px;
  }
  .agency-three-three-simple-steps {
    margin-bottom: 100px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section {
    padding: 15px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section .pink-title {
    margin-bottom: 24px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li .point-desc {
    padding-left: 13px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li .point-desc h5 {
    line-height: 1;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li .point-desc p {
    line-height: 1.5;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section .should-know ul li:last-child {
    margin-bottom: 10px;
  }
  .agency-price-plan .table-2 .table-box {
    margin-bottom: 50px;
  }
  .event-page-section-title h3 {
    font-size: 20px;
  }
  .event-aspect .event-box .caption-box .count-box h3 {
    font-size: 30px;
  }
  .appointment-button a.btn-appointment {
    padding: 13px 14px;
  }
  .appoint-inner .appoint-icon {
    padding-right: 13px;
  }
  .what-we-are-doing {
    margin: 50px 0;
  }
  .five-business-solution-best-solution {
    margin: 60px 0 0 0;
  }
  .call-to-action-two.cta-blue {
    padding: 50px 0;
  }
  .call-to-action-two.cta-blue .action-desc h5 {
    font-size: 20px;
  }
  .finance-section-title h2 {
    font-size: 26px;
  }
  .finance-section-title p {
    font-size: 10px;
  }
  header.six-finance-header .header-bottom nav.navbar > ul > li {
    margin: 0 4px 0 0;
  }
  header.six-finance-header .header-top .header-top-left > ul {
    margin: 12px 0 0 0;
  }
  header.six-finance-header .header-top .header-top-right ul.login-register {
    margin: 0 0 15px 0;
  }
  header.seven-consulting-header .header-top {
    margin: 0 0 15px 0;
  }
  .consulting-page-title p {
    font-size: 14px;
  }
  .consulting-page-title h3 {
    font-size: 26px;
  }
  .nine-lawyer-caption-box .count-box p {
    font-size: 10px;
  }
  .your-passion-left .passion-left-inner .panel-group .panel.panel-default .panel-heading .panel-title a {
    font-size: 13px;
    display: block;
    padding-top: 0;
  }
  .nine-team-member .member-info p {
    font-size: 14px;
  }
  .nine-team-member span {
    font-size: 12px;
  }
  .ten-laywer-finance-contact-form .finance-section-title {
    margin-top: 20px;
  }
  .ten-laywer-finance-contact-form .ten-laywer-finance-contact-form form {
    margin: 44px 0 0 0;
  }
  .ten-lawyer-types {
    margin: 58px 0;
  }
  .ten-lawyer-types .media {
    margin-bottom: 30px;
  }
  .ten-lawyer-simple-satistics .lawyer-simple-satistics {
    padding: 64px 69px 45px 50px;
  }
  .ten-lawyer-simple-satistics .lawyer-simple-satistics h3 {
    font-size: 28px;
  }
  .ten-lawyer-what-we-do {
    padding: 54px 0;
  }
  .what-we-do-desc h6 {
    font-size: 14px;
    line-height: 2;
  }
  .law-services-type {
    margin-bottom: 50px;
  }
  .law-services-type .services-img img {
    width: 100%;
  }
  .lawyer-types {
    min-height: 225px;
    max-height: 225px;
    margin: 0 0 56px 0;
  }
  .law-types h4 {
    padding-left: 5px;
  }
  .nine-team-member {
    margin-bottom: 50px;
  }
  .nine-team-member .member-pic img {
    width: 100%;
  }
  .nine-lawyer-the-meet {
    padding: 70px 0;
  }
  .eleven-corporate-facilities {
    padding: 75px 0;
  }
  .call-to-action-two.cta-dark {
    padding: 50px 0;
  }
  .call-to-action-two.cta-dark .action-desc .btn {
    margin: 10px 0 0 0;
  }
  .eleven-corporate-meet-team {
    padding: 90px 0;
  }
  .seven-consulting-blog {
    padding: 50px 0;
  }
  .thirteen-seo-2-our-services {
    padding: 56px 0;
  }
  .thirteen-seo-2-featurs-option {
    padding: 50px 0 0 0;
  }
  .seo-2-features-option-box {
    padding: 60px 0 0 0;
  }
  .check-competence {
    padding: 68px 0 0 0;
  }
  .seo-call-to-action {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .seo-call-to-action h5 {
    font-size: 18px;
  }
  .services-box .service-name h4 {
    font-size: 14px;
  }
  .work-progress .work .work-tools ul li span {
    font-size: 11px;
  }
  .how-we-work-2 {
    padding: 50px 0 0;
  }
  .corporate-section-title.corporate-section-title-2 h2 {
    font-size: 28px;
  }
  .testimonials .author-text p {
    font-size: 16px;
  }
  .what-we-do-box {
    margin-bottom: 40px;
  }
  .fifteen-corporate-call-to-action h3 {
    font-size: 32px;
  }
  .sixteen-call-to-action {
    padding: 40px 0;
  }
  .three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li {
    display: block;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li span {
    text-align: center;
  }
  .three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu {
    position: static;
    top: 100%;
    display: none;
    left: 0;
    max-width: 225px;
    margin: 0 auto;
    text-align: center;
    right: 0;
  }
  .three-portfolio-creative .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu li {
    text-align: center;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-image-left img,
  .three-portfolio-creative .creative-content .what-we-do .content-image-right img {
    width: 100%;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box {
    float: none;
  }
  .three-portfolio-creative .creative-content .what-we-do.contact-form-portfolio .content-box {
    border: 10px solid #f6dee2;
  }
  .three-portfolio-creative .banner .banner-caption {
    max-width: 570px;
  }
  .portfolio-showcase-banner .portfolio-caption {
    left: 32px;
  }
  .portfolio-showcase-banner .portfolio-caption h1 {
    font-size: 30px;
  }
  .portfolio-showcase-banner .portfolio-caption p {
    font-size: 10px;
  }
  .portfolio-showcase .showcase-menu {
    padding: 15px 0;
  }
  .portfolio-showcase .showcase-menu ul li {
    margin-right: 15px;
  }
  .portfolio-showcase .showcase-menu ul li:last-child {
    margin-right: 15px;
  }
  .seven-portfolio-menus ul li {
    margin-right: 50px;
  }
  .seven-portfolio-minimal-sidebar {
    padding: 20px;
  }
  .seven-portfolio-copyrights ul li {
    margin-right: 10px;
  }
  .seven-portfolio-copyrights ul li:last-child {
    margin-right: 0;
  }
  .eight-portfolio-minimal-sidebar-main header {
    position: static;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li {
    margin-right: 35px;
    padding: 35px 0 22px;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li:last-child {
    margin-right: 35px;
  }
  .eight-portfolio-minimal-sidebar-main header .navbar-right > ul li {
    float: left;
    margin-right: 24px;
    padding: 29px 0;
  }
  .eight-portfolio-minimal-sidebar-main header .nav-wrapper .nav-box {
    margin-bottom: 20px;
  }
  .eight-portfolio-minimal-sidebar-main header .nav-wrapper .nav-box:nth-child(2n):after {
    display: none;
  }
  .eight-portfolio-minimal-sidebar-main .banner .banner-caption {
    top: 50%;
  }
  .eight-portfolio-minimal-sidebar-main .banner .banner-caption .banner-caption-inner {
    padding: 23px 0;
  }
  .creative-portfolio-sidebar .creative-portfolio-copyrights ul li {
    margin-right: 10px;
  }
  .eleven-portfolio-creative-main .eleven-portfolio-creative-inner .awesome-portfolio-box:nth-child(2n+1) {
    clear: left;
  }
  .agency-our-portfolio ul.filters {
    margin: 40px 0;
  }
  .agency-section-title {
    margin-top: 50px;
  }
  .agency-section-title h2 {
    font-size: 26px;
  }
  .call-to-action-two.cta-green {
    padding: 57px 0;
  }
  .call-to-action-two.cta-green .action-desc {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
  .call-to-action-two.cta-green .action-desc h4 {
    font-size: 26px;
  }
  .call-to-action-two.cta-green .action-desc p {
    font-size: 14px;
  }
  .simple-steps .col-step-left {
    width: 100%;
    display: block;
  }
  .simple-steps .col-step-left .step-img {
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
    transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
  }
  .simple-steps .col-step-right {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .simple-steps .col-step-right .steps-inner .steps {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .simple-steps .col-step-right .steps-inner .steps:nth-child(3n) {
    margin-bottom: 30px;
  }
  .simple-steps .col-step-right .steps-inner .steps:nth-child(4n) {
    margin-bottom: 30px;
  }
  .agency-price-plan {
    padding: 50px 0;
  }
  .eleven-corporate-portfolio-section ul.filters {
    margin: 5px 0;
  }
  .twelve-seo-features {
    padding: 45px 0;
  }
  .twelve-seo-our-latest-work {
    padding: 40px 0;
  }
  .seo-servies-box {
    margin-bottom: 50px;
  }
  .title-bg {
    padding: 65px 15px;
  }
  .twelve-seo-how-it-works {
    padding: 25px 0;
  }
  .fourteen-our-process {
    margin: 50px 0;
  }
  .device-box {
    padding-bottom: 50px;
  }
  .services-section {
    padding: 55px 0 7px 0;
  }
  .work-progress .work {
    padding: 30px 0 30px 15px;
  }
  .work-progress .work p {
    margin-bottom: 0;
  }
  .work-progress .progress-section .progress-bars {
    padding: 37px 0 0 0;
  }
  .client-testimonials .testimonial-box {
    margin: 32px 0 0 0;
  }
  .light-blue-bg .testimonial-slider .slick-dots {
    margin: 20px 0;
  }
  .device-box .corporate-section-title {
    margin-bottom: 50px;
  }
  .services-workflow .startup-title {
    margin-bottom: 40px;
  }
  .features-v2 {
    padding: 50px 0;
  }
  .featured-service-section {
    padding: 20px 0;
  }
  .banner.portfolio-artist02-banner .container .caption-text h1 {
    font-size: 42px;
    line-height: 1;
  }
  .banner.portfolio-artist02-banner .container .caption-text h6 {
    font-size: 18px;
    line-height: 1;
    margin: 30px 0;
  }
  .one-portfolio-designer header .navigation {
    padding: 25px 25px 0;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box {
    height: auto;
    background-color: #202020;
    max-width: 320px;
    left: -320px;
    right: inherit;
    padding: 80px 0 30px;
    text-align: left;
    position: absolute;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu {
    position: static;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li {
    display: block;
    line-height: 1;
    margin: 0;
    max-width: 100%;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li a,
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li span {
    font-size: 18px;
    padding: 20px;
    display: block;
    line-height: 1;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li a:before,
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li span:before {
    display: none;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li:last-child {
    margin-right: auto;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li:hover ul.sub-menu {
    display: none;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu {
    position: static;
    display: none;
    opacity: 1;
    padding: 10px 20px;
    text-align: left;
    background-color: #555;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu li {
    text-align: left;
    line-height: 33px;
    margin-bottom: 0;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu li a {
    font-size: 14px;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li.open ul.sub-menu {
    display: block;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 58px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    font-size: 26px;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children.open:after {
    content: "-";
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children span i {
    margin-left: 5px;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children:hover:before {
    display: none;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box ul.menu li.show-bx ul.sub-menu {
    display: block !important;
    opacity: 1;
    max-width: 300px;
    margin: 0 auto 0;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .nav-box.open {
    left: 0;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .menu-btn.open {
    right: 25px;
    position: absolute;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .menu-btn.open span {
    background-color: #fff;
  }
  .one-portfolio-designer header .navigation .logo {
    padding: 0;
  }
  .one-portfolio-designer .banner .banner-caption h1 {
    font-size: 42px;
  }
  .check-competence-inner {
    height: 291px;
    max-width: 650px;
  }
  .check-competence-inner .competence-two {
    margin-top: 6px;
  }
  .check-competence-inner .competence-three {
    margin: 10px auto 0;
  }
  .three-portfolio-creative .banner .banner-caption {
    top: 60%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px 20px 20px;
  }
  .three-portfolio-creative header .navigation {
    padding: 25px 25px 0;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box {
    height: auto;
    background-color: #202020;
    max-width: 320px;
    left: -320px;
    right: inherit;
    padding: 80px 0 30px;
    text-align: left;
    position: absolute;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu {
    position: static;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li {
    display: block;
    line-height: 1;
    margin: 0;
    max-width: 100%;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li a,
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li span {
    font-size: 18px;
    padding: 10px 20px;
    display: block;
    line-height: 1;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li a:before,
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li span:before {
    display: none;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li small {
    padding: 0 20px;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li:last-child {
    margin-right: auto;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li:hover ul.sub-menu {
    display: none;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu {
    position: static;
    display: none;
    opacity: 1;
    padding: 10px 20px;
    text-align: left;
    background-color: #555;
    max-width: 100%;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu li {
    text-align: left;
    line-height: 33px;
    margin-bottom: 0;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li ul.sub-menu li a {
    font-size: 14px;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li.open ul.sub-menu {
    display: block;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 58px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    font-size: 26px;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children.open:after {
    content: "-";
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children span i {
    margin-left: 5px;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li.menu-item-has-children:hover:before {
    display: none;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box ul.menu li.show-bx ul.sub-menu {
    display: block !important;
    opacity: 1;
    max-width: 300px;
    margin: 0 auto 0;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .nav-box.open {
    left: 0;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .menu-btn.open {
    position: absolute;
    right: 25px;
  }
  .three-portfolio-creative header .navigation .sidebar-menu .menu-btn.open span {
    background-color: #fff;
  }
  .agency-our-portfolio .build-portfolio .portfolio-container .items .feature-post .caption .cap-inner h3 {
    font-size: 10px;
  }
  .footer-style-11 .footer-bottom .social-icons ul {
    text-align: center;
  }
  .footer-style-10 .footer .foot-logo {
    margin-bottom: 0;
    margin-top: 8px;
    text-align: center;
  }
  .footer-style-10 .footer .pay-card {
    margin-top: 19px;
    text-align: center;
  }
  .banner.event-banner .banner-caption {
    top: 40px !important;
  }
  .footer-style-11 .footer-bottom .pay-card {
    text-align: center;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 156%;
    height: auto;
  }
  .banner svg {
    right: -725px;
  }
  header .navbar-right {
    float: right;
  }
  header .navbar-right ul {
    margin-left: 0;
  }
  header .navbar-right ul li {
    margin-right: 12px;
    padding: 29px 0;
  }
  header .logo {
    padding: 17px 0;
  }
  header nav.navbar {
    position: static;
  }
  header nav.navbar > ul {
    background-color: #fff;
    display: none;
    left: -14%;
    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: 8px;
  }
  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: #47b649;
    content: "+";
    font-size: 23px;
    height: auto;
    position: absolute;
    left: 2px;
    top: -15px;
  }
  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%;
    max-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;
  }
  header.agency-3 .logo {
    padding: 15px 0;
  }
  header.agency-3 nav.navbar > ul > li {
    margin: 0;
    padding: 0;
  }
  header.agency-3 nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header.agency-3 nav.navbar > ul > li > a {
    border-radius: 0;
    border: none;
  }
  header.agency-3 nav.navbar > ul > li > a:hover {
    background-color: #14c757;
    color: #ffffff;
  }
  header.agency-2 {
    background-color: #606060;
  }
  header.event-header {
    position: static;
  }
  header.event-header .header-bottom nav.navbar > ul > li {
    margin-right: 0;
  }
  header.event-header .header-bottom nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header.event-header .header-bottom nav.navbar > ul > li:hover > a {
    background-color: #5b5fe7;
    color: #ffffff;
  }
  header.event-header .header-bottom nav.navbar > ul > li > a {
    color: #ffffff;
    padding: 15px;
  }
  header.event-header .header-bottom nav.navbar > ul > li > a:after {
    display: none;
  }
  header.event-header .header-bottom .navbar-right {
    float: left;
  }
  header.event-header .header-bottom .navbar-right .login-register ul li {
    margin-right: 0;
  }
  header.event-header .header-bottom .navbar-right .login-register ul li a {
    margin-right: 0;
    padding: 3px 3px 3px 14px;
    font-size: 11px;
    line-height: 2.3;
    font-weight: 600;
  }
  header.event-header .header-bottom .navbar-right .login-register ul li a span {
    margin-left: 4px;
  }
  header.event-header .header-top .header-top-left {
    text-align: center;
  }
  header.event-header .header-top .header-top-left .dropdown {
    padding-right: 0;
    float: none;
    display: inline-block;
    margin-bottom: 15px;
  }
  header.event-header .header-top .header-top-left ul {
    margin: 0 0 15px 0;
  }
  header.event-header .header-top .header-top-right ul {
    margin: 0 0 0 0;
    text-align: center;
  }
  header.event-header .header-top .header-top-right ul li {
    margin: 0 10px;
  }
  header.event-header .menu-btn {
    margin-right: 0;
  }
  header.event-header .menu-btn > span {
    color: #5b5fe7;
  }
  header.event-header .menu-btn .strip-bx span {
    background-color: #5b5fe7;
  }
  header.five-business-solution-header .header-top .header-top-left {
    text-align: center;
  }
  header.five-business-solution-header .header-top .header-top-left .dropdown {
    float: none;
    margin: 0 auto 10px;
    padding-right: 0;
    text-align: center;
  }
  header.five-business-solution-header .header-top .header-top-right {
    text-align: center;
    margin-top: 10px;
  }
  header.five-business-solution-header .col-sm-9 {
    position: static;
  }
  header.five-business-solution-header .menu-btn {
    display: block;
    margin-top: 13px;
  }
  header.five-business-solution-header .menu-btn > span {
    color: #46cbff;
  }
  header.five-business-solution-header .menu-btn .strip-bx span {
    background-color: #46cbff;
  }
  header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li {
    margin-right: 0;
    padding: 0;
  }
  header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li:hover > a {
    color: #fff;
    background-color: #25bff2;
  }
  header.five-business-solution-header .header-bottom .header-bottom-left nav.navbar > ul > li > a {
    padding: 15px;
    color: #fff;
  }
  .call-to-action h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .call-to-action span {
    letter-spacing: 2.5px;
  }
  .call-to-action-two {
    padding: 40px 0;
  }
  .call-to-action-two .action-desc h4 {
    margin-bottom: 0;
  }
  .call-to-action-two .action-desc .btn {
    margin-top: 15px;
  }
  .awesome-title {
    font-size: 2.34em;
  }
  #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: 2;
  }
  .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: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,
  .footer-style-05 .footer-bottom .copyright p {
    line-height: 1.5;
  }
  .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;
  }
  .agency-theme #content14 .content {
    margin-top: 30px;
    padding-left: 15px;
  }
  .about-wordpress-theme .about-project .title {
    padding: 0;
  }
  .about-wordpress-theme .about-project .project-desc {
    margin: 20px 0 0 0;
  }
  .make-sure-you-know .col-left .know-the-details {
    padding: 0 15px;
  }
  .make-sure-you-know .col-left .know-the-details .know-details-inner .inner-first {
    display: block;
  }
  .make-sure-you-know .col-left .know-the-details .know-details-inner .inner-first .inner-left-one {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
  }
  .make-sure-you-know .col-left .know-the-details .know-details-inner .inner-first .inner-left-one img {
    padding: 40px;
  }
  .make-sure-you-know .col-left .know-the-details .know-details-inner .inner-first .inner-right-one {
    display: block;
    padding-left: 0;
  }
  .make-sure-you-know .col-left .know-the-details .know-details-inner .inner-second {
    display: block;
  }
  .make-sure-you-know .col-left .know-the-details .know-details-inner .inner-second .inner-left-two {
    display: block;
    margin: 0 auto 30px;
  }
  .make-sure-you-know .col-left .know-the-details .know-details-inner .inner-second .inner-left-two img {
    padding: 40px;
  }
  .make-sure-you-know .col-left .know-the-details .know-details-inner .inner-second .inner-right-two {
    display: block;
    padding-left: 0;
  }
  .agency-three-three-simple-steps .steps-title h3 {
    font-size: 30px;
  }
  .agency-three-three-simple-steps .steps-inner {
    margin-top: 65px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section {
    margin-top: 50px;
    max-width: 100%;
    position: static;
    top: 0;
    width: 100%;
    padding: 65px;
  }
  .our-client-say .author-inner-boxes .author-box .author-pic {
    display: block;
  }
  .our-client-say .author-inner-boxes .author-box .author-pic a {
    margin: 0 auto;
  }
  .our-client-say .author-inner-boxes .author-box .author-desc {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .event-aspect .event-box .caption-box {
    margin-top: 0;
  }
  .client-logo-2 {
    padding: 30px 0;
  }
  .client-logo-2 .client-logo {
    height: 140px;
    line-height: 140px;
  }
  .client-logo-2 .client-logo img {
    max-width: 80%;
  }
  .doing .workflow-1 {
    margin: 30px auto;
    max-width: 360px;
    width: 100%;
  }
  .finance-right-consultant .consultant-desc .consultant-inner-box {
    margin: 35px 0;
  }
  .six-finance-banner .banner .banner-caption a {
    display: block;
    max-width: 130px;
    text-align: center;
    width: 100%;
  }
  .six-finance-banner .banner .banner-caption .btn {
    padding: 0 8px !important;
    height: 25px !important;
    line-height: 2.4 !important;
    font-size: 10px !important;
  }
  .six-finance-banner .get-free-quote-bar {
    max-width: 700px;
    width: 100%;
  }
  .six-finance-banner .get-free-quote-bar select.form-control {
    max-width: 90%;
    width: 100%;
    padding: 13px 10px;
    font-size: 12px;
  }
  .six-finance-banner .get-free-quote-bar button {
    max-width: 120px;
    width: 100%;
    background-image: none;
  }
  .consultant-feature-box {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .consultant-feature-box:hover .consultant-icon .feature-icon-name {
    opacity: 1;
  }
  .finance-why-choose-us {
    display: block;
  }
  .finance-why-choose-us .why-choose-us-left {
    display: block;
    width: 100%;
  }
  .finance-why-choose-us .why-choose-us-left .choose-us-img {
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
  }
  .finance-why-choose-us .why-choose-us-left .choose-us-img span {
    font-size: 12px;
  }
  .finance-why-choose-us .why-choose-us-right {
    display: block;
    width: 100%;
  }
  .contact-person {
    display: none;
  }
  .seven-consulting-company-details .company-person {
    width: 100%;
    padding-top: 30px;
    background-image: none;
  }
  .member-box {
    width: 46%;
    margin-bottom: 30px;
  }
  .member-box:nth-child(3n) {
    margin-left: 0;
    margin-right: 22px;
  }
  .member-box:nth-child(4n) {
    margin-right: 0;
  }
  .member-box:nth-child(5n) {
    margin: 0;
  }
  .offer-progress {
    margin-top: 30px;
  }
  .offer-progress .progress-bars .pro-bars .progress {
    max-width: 400px;
    width: 100%;
  }
  .insurance-team-member-box {
    margin: 35px auto;
  }
  .law-types-box {
    margin: 40px auto;
  }
  .nine-lawyer-our-lawyer-services {
    display: block;
    width: 100%;
  }
  .nine-lawyer-our-lawyer-services .lawyer-services-left {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .nine-lawyer-our-lawyer-services .lawyer-services-left .lawyer-services-img {
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
  }
  .nine-lawyer-our-lawyer-services .lawyer-services-right {
    display: block;
    width: 100%;
  }
  .our-areas-inner .our-area-box {
    width: 50%;
  }
  .nine-lawyer-call-action .call-action-btn {
    margin-top: 30px;
  }
  .nine-team-member {
    max-width: 270px;
    width: 100%;
    margin: 30px auto;
  }
  .law-services-type {
    max-width: 200px;
    width: 100%;
    margin: 50px auto 30px;
  }
  .lawyer-type-box {
    margin: 30px auto;
  }
  .eleven-corporate-what-we-can-do-for-you {
    display: block;
    width: 100%;
  }
  .eleven-corporate-what-we-can-do-for-you .lawyer-services-left {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .eleven-corporate-what-we-can-do-for-you .lawyer-services-left .lawyer-services-img {
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
  }
  .eleven-corporate-what-we-can-do-for-you .lawyer-services-right {
    display: block;
    width: 100%;
  }
  header.twelve-seo-header .connect-with-us {
    text-align: center;
  }
  header.twelve-seo-header .connect-with-us ul {
    text-align: center;
  }
  header.twelve-seo-header .navbar-right {
    float: right;
  }
  header.twelve-seo-header .navbar-right ul {
    margin-left: 0;
  }
  header.twelve-seo-header .navbar-right ul li {
    margin-right: 12px;
    padding: 0;
  }
  header.twelve-seo-header .logo {
    padding: 17px 0;
    text-align: center;
  }
  header.twelve-seo-header nav.navbar {
    position: static;
  }
  header.twelve-seo-header nav.navbar > ul {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  header.twelve-seo-header nav.navbar > ul.open {
    display: block;
  }
  header.twelve-seo-header nav.navbar > ul > li {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  header.twelve-seo-header nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header.twelve-seo-header nav.navbar > ul > li > a {
    padding: 15px;
  }
  header.twelve-seo-header nav.navbar > ul > li > a:after {
    display: none;
  }
  header.twelve-seo-header nav.navbar > ul > li > a:hover {
    background-color: #404040;
    color: #ffffff;
  }
  header.twelve-seo-header nav.navbar > ul > li.has-submenu {
    cursor: pointer;
  }
  header.twelve-seo-header nav.navbar > ul > li.has-submenu:after {
    color: #ffffff;
    content: "+";
    font-size: 23px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 3px;
  }
  header.twelve-seo-header nav.navbar > ul > li.open:after {
    content: "-";
  }
  header.twelve-seo-header nav.navbar > ul > li.open .sub-menu.list-unstyled {
    display: block;
  }
  header.twelve-seo-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.twelve-seo-header nav.navbar ul li.open ul.nav-wrapper {
    display: block;
  }
  header.twelve-seo-header nav.navbar ul li ul.nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    position: static;
    padding: 20px;
    display: none;
  }
  header.twelve-seo-header nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  header.twelve-seo-header nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: 1px solid #515151;
    padding: 0 15px;
  }
  header.twelve-seo-header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  header.twelve-seo-header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
  }
  header.twelve-seo-header nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  header.twelve-seo-header .side-menu .nav-wrapper {
    display: block;
  }
  header.twelve-seo-header .col-sm-10 {
    position: static;
  }
  header.twelve-seo-header .menu-btn {
    display: block;
    margin-top: 0px;
  }
  .twelve-seo-features {
    padding: 85px 0 0;
  }
  .seo-feature-box {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .seo-works-left {
    text-align: left;
  }
  .seo-inner-box {
    display: block;
  }
  .seo-inner-box .seo-works-desc {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .seo-inner-box .seo-works-icon {
    display: block;
  }
  .twelve-seo-how-it-works .seo-works-inner-box {
    padding: 50px 0 0 0;
  }
  .services-workflow {
    padding-bottom: 40px;
  }
  .services-workflow .workflow-process {
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    padding: 40px 0 0;
  }
  .services-workflow .workflow-process .workflow-circle:after {
    background-image: none;
    display: none;
  }
  .corporate-feature-box {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .seo-2-services-box {
    margin: 50px auto;
    max-width: 400px;
    width: 100%;
  }
  .portfolio-artist02-banner .banner .container {
    position: static;
    top: inherit;
    transform: inherit;
  }
  .portfolio-artist02-banner .banner .container .caption-text {
    background-color: #f1f1f1;
    margin-top: 20px;
    padding: 30px;
  }
  .portfolio-artist02-banner .banner .container .caption-text h1 {
    font-size: 50px;
    line-height: 1;
  }
  .portfolio-artist02-banner .banner .container .caption-text h6 {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .portfolio-artist02-banner .banner .container .caption-text .latest-work-link li {
    margin-bottom: 20px;
    margin-right: 25px;
  }
  .portfolio-artist02-aboutme {
    padding: 30px 0;
  }
  .portfolio-artist02-aboutme .portfolio-content p {
    margin-top: 20px;
  }
  .event-four-features .event-feature-box {
    margin: 0 auto 30px;
    max-width: 320px;
    width: 100%;
  }
  .event-four-features .col-sm-4:last-child .event-feature-box {
    margin-bottom: 0;
  }
  .event-four-upcoming-events {
    padding: 50px 0;
  }
  .event-four-business-schedule {
    padding: 86px 0 0;
  }
  .event-aspect {
    padding-top: 40px;
  }
  .business-schedule-main-box ul.nav.nav-tabs li a {
    font-size: 12px;
  }
  .business-schedule-main-box ul.nav.nav-tabs li a span {
    font-size: 11px;
  }
  .business-schedule-main-box .schedule {
    padding-left: 0;
  }
  .business-schedule-main-box .schedule .tab-content .tab-pane .panel-group:before {
    max-height: inherit;
  }
  header.seven-consulting-header .header-top {
    margin-bottom: 20px;
  }
  header.seven-consulting-header .header-top .language-selection {
    float: none;
    text-align: center;
  }
  header.seven-consulting-header .header-top .language-selection .dropdown {
    display: inline-block;
    float: none;
    margin-left: 0;
  }
  header.seven-consulting-header .header-bottom .logo {
    text-align: center;
  }
  header.seven-consulting-header .header-bottom ul.company-details {
    margin: 20px 0;
    text-align: center;
  }
  header.seven-consulting-header .header-bottom ul.company-details li.media:last-child {
    margin-right: auto;
  }
  header.seven-consulting-header .navbar nav.navbar {
    position: static;
    float: left;
  }
  header.seven-consulting-header .navbar nav.navbar > ul {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  header.seven-consulting-header .navbar nav.navbar > ul.open {
    display: block;
    margin-top: 0;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li > a {
    padding: 15px;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li > a:after {
    display: none;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li > a:hover {
    background-color: #404040;
    color: #ffffff;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li.has-submenu {
    cursor: pointer;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li.has-submenu:after {
    color: #ffffff;
    content: "+";
    font-size: 23px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 3px;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li.open:after {
    content: "-";
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li.open .sub-menu.list-unstyled {
    display: block;
  }
  header.seven-consulting-header .navbar nav.navbar > ul > li .sub-menu.list-unstyled {
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 270px;
    padding: 20px;
    display: none;
  }
  header.seven-consulting-header .navbar nav.navbar ul li.open ul.nav-wrapper {
    display: block;
  }
  header.seven-consulting-header .navbar nav.navbar ul li ul.nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    position: static;
    padding: 8px 10px;
    display: none;
  }
  header.seven-consulting-header .navbar nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  header.seven-consulting-header .navbar nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: 1px solid #515151;
    padding: 0 15px;
  }
  header.seven-consulting-header .navbar nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  header.seven-consulting-header .navbar nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
  }
  header.seven-consulting-header .navbar nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  header.seven-consulting-header .navbar .menu-btn {
    display: block;
    margin: 17px;
  }
  header.seven-consulting-header .navbar a.appointment-btn {
    padding: 13px 8px;
    font-size: 12px;
  }
  .consultant-testi-box h3 {
    text-align: center;
  }
  .consultant-testi-box .testi-box {
    max-width: 100%;
    width: 100%;
  }
  .seven-consulting-testimonials-value-of-company h3 {
    text-align: center;
    font-size: 26px;
  }
  .seven-consulting-testimonials-value-of-company ul.nav.nav-tabs {
    max-width: 100%;
    width: 100%;
  }
  .seven-consulting-testimonials-value-of-company ul.nav.nav-tabs li {
    width: 100%;
  }
  .consulting-page-title p,
  .details-title p {
    font-size: 14px;
  }
  .consulting-page-title h3,
  .details-title h3 {
    font-size: 26px;
  }
  .meet-members-inner .member-box a img {
    width: 100%;
  }
  .seven-consulting-blog .consulting-blog-box {
    margin: 50px auto;
    max-width: 500px;
    width: 100%;
  }
  .seven-consulting-blog .consulting-blog-box .blog-pic img {
    width: 100%;
  }
  header.eight-insurance-header .header-top .header-top-left {
    text-align: center;
  }
  header.eight-insurance-header .header-top .header-top-left .dropdown {
    float: none;
    margin: 0 auto 10px;
    padding-right: 0;
    text-align: center;
  }
  header.eight-insurance-header .header-top .header-top-left .dropdown .dropdown-menu {
    right: 0;
    float: none;
    margin: 2px auto 0;
    max-width: 180px;
  }
  header.eight-insurance-header .header-top .header-top-right {
    text-align: center;
    margin-top: 10px;
  }
  header.eight-insurance-header .header-middle .header-middle-left.logo {
    text-align: center;
  }
  header.eight-insurance-header .header-middle .header-middle-right {
    text-align: center;
    margin-top: 20px;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar {
    position: static;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul.open {
    display: block;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li > a {
    padding: 15px;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li > a:after {
    display: none;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li > a:hover {
    background-color: #404040;
    color: #ffffff;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li.has-submenu {
    cursor: pointer;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li.has-submenu:after {
    color: #ffffff;
    content: "+";
    font-size: 23px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 3px;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li.open:after {
    content: "-";
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li.open .sub-menu.list-unstyled {
    display: block;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar > ul > li .sub-menu.list-unstyled {
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 270px;
    padding: 20px;
    display: none;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar ul li.open ul.nav-wrapper {
    display: block;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar ul li ul.nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    position: static;
    padding: 20px;
    display: none;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: 1px solid #515151;
    padding: 0 15px;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav .menu-btn {
    margin: 10px;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav .menu-btn .strip-bx span {
    background-color: #2591ff;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav .menu-btn span {
    color: #2591ff;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left .menu-btn {
    display: block;
  }
  .latest-blog-box2 {
    margin: 35px auto;
  }
  .success-story-bar .success-story-box {
    padding: 30px 0;
  }
  header.nine-lawyer-header .connect-with-us {
    text-align: center;
  }
  header.nine-lawyer-header .connect-with-us ul {
    text-align: center;
    margin-top: 5px;
  }
  header.nine-lawyer-header .connect-with-us ul > li .dropdown ul.dropdown-menu {
    left: 0;
    right: 0;
  }
  header.nine-lawyer-header .navbar-right {
    float: right;
  }
  header.nine-lawyer-header .navbar-right ul {
    margin-left: 0;
  }
  header.nine-lawyer-header .navbar-right ul li {
    margin-right: 12px;
  }
  header.nine-lawyer-header .logo {
    padding: 17px 0;
  }
  header.nine-lawyer-header nav.navbar {
    position: static;
  }
  header.nine-lawyer-header nav.navbar > ul {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  header.nine-lawyer-header nav.navbar > ul.open {
    display: block;
  }
  header.nine-lawyer-header nav.navbar > ul > li {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  header.nine-lawyer-header nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header.nine-lawyer-header nav.navbar > ul > li > a {
    padding: 15px;
  }
  header.nine-lawyer-header nav.navbar > ul > li > a:after {
    display: none;
  }
  header.nine-lawyer-header nav.navbar > ul > li > a:hover {
    background-color: #404040;
    color: #ffffff;
  }
  header.nine-lawyer-header nav.navbar > ul > li.has-submenu {
    cursor: pointer;
  }
  header.nine-lawyer-header nav.navbar > ul > li.has-submenu:after {
    color: #ffffff;
    content: "+";
    font-size: 23px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 3px;
  }
  header.nine-lawyer-header nav.navbar > ul > li.open:after {
    content: "-";
  }
  header.nine-lawyer-header nav.navbar > ul > li.open .sub-menu.list-unstyled {
    display: block;
  }
  header.nine-lawyer-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.nine-lawyer-header nav.navbar ul li.open ul.nav-wrapper {
    display: block;
  }
  header.nine-lawyer-header nav.navbar ul li ul.nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    position: static;
    padding: 20px;
    display: none;
  }
  header.nine-lawyer-header nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  header.nine-lawyer-header nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: 1px solid #515151;
    padding: 0 15px;
  }
  header.nine-lawyer-header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  header.nine-lawyer-header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
  }
  header.nine-lawyer-header nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  header.nine-lawyer-header .side-menu .nav-wrapper {
    display: block;
  }
  header.nine-lawyer-header .col-sm-10 {
    position: static;
  }
  header.nine-lawyer-header .menu-btn {
    display: block;
    margin-top: 30px;
  }
  .our-areas-inner .our-area-box {
    max-width: 100%;
  }
  .our-areas-inner .our-area-box .area-box-two {
    height: 100%;
  }
  .nine-lawyer-types-of-law {
    padding: 50px 0;
  }
  .nine-lawyer-caption-box {
    padding: 40px 0;
  }
  .nine-lawyer-caption-box .count-box {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #4e5a67;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .nine-lawyer-caption-box .count-box:last-child {
    border-bottom: none;
  }
  .your-passion-right .lawer-info {
    margin: 40px auto;
  }
  .nine-lawyer-our-passion {
    padding: 50px 0;
  }
  .ten-lawyer-types {
    margin: 68px 0 0;
  }
  .ten-lawyer-types .media {
    margin-bottom: 50px;
  }
  .lawyer-types {
    min-height: auto;
    max-height: auto;
    max-width: 300px;
    margin: 40px auto;
    width: 100%;
  }
  .ten-lawyer-types-of-laws {
    padding: 20px 0;
  }
  .nine-lawyer-the-meet .nine-lawyer-section-title {
    margin-bottom: 20px;
  }
  .nine-lawyer-the-meet {
    padding: 54px 0 54px;
  }
  header.eleven-lawyer-header .connect-with-us {
    text-align: center;
  }
  header.eleven-lawyer-header .connect-with-us ul {
    text-align: center;
    margin-top: 15px;
  }
  header.eleven-lawyer-header .navbar-right {
    float: right;
  }
  header.eleven-lawyer-header .navbar-right ul {
    margin-left: 0;
  }
  header.eleven-lawyer-header .navbar-right ul li {
    margin-right: 12px;
  }
  header.eleven-lawyer-header .logo {
    padding: 17px 0;
  }
  header.eleven-lawyer-header nav.navbar {
    position: static;
  }
  header.eleven-lawyer-header nav.navbar > ul {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  header.eleven-lawyer-header nav.navbar > ul.open {
    display: block;
  }
  header.eleven-lawyer-header nav.navbar > ul > li {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  header.eleven-lawyer-header nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header.eleven-lawyer-header nav.navbar > ul > li > a {
    padding: 15px;
  }
  header.eleven-lawyer-header nav.navbar > ul > li > a:after {
    display: none;
  }
  header.eleven-lawyer-header nav.navbar > ul > li > a:hover {
    background-color: #404040;
    color: #ffffff;
  }
  header.eleven-lawyer-header nav.navbar > ul > li.has-submenu {
    cursor: pointer;
  }
  header.eleven-lawyer-header nav.navbar > ul > li.has-submenu:after {
    color: #ffffff;
    content: "+";
    font-size: 23px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 3px;
  }
  header.eleven-lawyer-header nav.navbar > ul > li.open:after {
    content: "-";
  }
  header.eleven-lawyer-header nav.navbar > ul > li.open .sub-menu.list-unstyled {
    display: block;
  }
  header.eleven-lawyer-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.eleven-lawyer-header nav.navbar ul li.open ul.nav-wrapper {
    display: block;
  }
  header.eleven-lawyer-header nav.navbar ul li ul.nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    position: static;
    padding: 20px;
    display: none;
  }
  header.eleven-lawyer-header nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  header.eleven-lawyer-header nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: 1px solid #515151;
    padding: 0 15px;
  }
  header.eleven-lawyer-header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  header.eleven-lawyer-header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
  }
  header.eleven-lawyer-header nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  header.eleven-lawyer-header .side-menu .nav-wrapper {
    display: block;
  }
  header.eleven-lawyer-header .col-sm-10 {
    position: static;
  }
  header.eleven-lawyer-header .menu-btn {
    display: block;
    margin-top: 30px;
  }
  header.eleven-lawyer-header .logo {
    text-align: center;
  }
  .corporate-facilities-box {
    margin: 40px auto;
    max-width: 500px;
    width: 100%;
  }
  .eleven-corporate-facilities {
    padding: 35px 0;
  }
  .corporate-team-box {
    margin: 50px auto;
    max-width: 270px;
    width: 100%;
  }
  .eleven-corporate-meet-team {
    padding: 40px 0 0px;
  }
  .eleven-corporate-portfolio-section ul.portfolio-filter {
    float: none;
    text-align: center;
  }
  .eleven-corporate-portfolio-section .eleven-corporate-section-title {
    float: none: ;
  }
  header.twelve-seo-header .connect-with-us ul.header-social-icons {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  header.twelve-seo-header .connect-with-us ul.header-social-icons li {
    float: none;
    border: none;
  }
  header.twelve-seo-header .connect-with-us ul.header-social-icons li:first-child {
    border: none;
  }
  .seo-servies-box {
    max-width: 500px;
    width: 100%;
    margin: 50px auto;
  }
  .thirteen-seo-2-our-services {
    padding: 30px 0;
  }
  .fifteen-corporate-call-to-action h3 {
    font-size: 30px;
  }
  .fifteen-corporate-featurs {
    margin: 0;
  }
  .corporate-feature-box {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .corporate-feature-box a {
    padding: 20px;
  }
  .corporate-feature-box a img {
    margin: 0 auto 20px;
  }
  .corporate-feature-box a span {
    margin: 0 auto 20px;
  }
  .corporate-section-title.corporate-section-title-2 h2 {
    font-size: 24px;
  }
  .startup-title h2 {
    font-size: 30px;
  }
  .agency-one-features .features-v2 .feature-box-v2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .our-awesome-features .feature-title h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .our-awesome-features .feature-title span {
    font-size: 14px;
    line-height: 1;
  }
  header.agency-01 .top-bar ul {
    margin: 15px auto 0;
    text-align: center;
  }
  header.agency-01 .top-bar ul.social-icons {
    margin: 15px auto 0;
    text-align: center;
    float: none;
  }
  header.agency-01 .top-bar ul.social-icons li {
    margin-bottom: 0;
  }
  header.agency-01 .menu-btn {
    display: block;
    margin: 32px 25px 0 0;
  }
  header.agency-01 nav.navbar > ul > li {
    padding: 0;
  }
  header.agency-01 nav.navbar > ul > li > a:hover {
    background-color: #25bff2;
  }
  header.agency-01 nav.navbar > ul > li:hover a {
    color: #fff;
  }
  .make-sure-you-know .col-left .know-the-details .know-title h2 {
    font-size: 22px;
  }
  .agency-price-plan .section-title h3 {
    font-size: 30px;
  }
  .agency-price-plan .section-title p br {
    display: none;
  }
  .our-client-say .client-title h2 {
    font-size: 26px;
  }
  .event-aspect .event-box .caption-box .count-box {
    margin: 25px auto;
  }
  .appoint-inner {
    padding: 30px 0 0;
    display: block;
  }
  .five-business-solution-what-our-client-say .client-inner-box .author-desc {
    padding: 0 22px;
  }
  .business-solution-section-title h2 {
    font-size: 26px;
  }
  header.five-business-solution-header .logo {
    text-align: center;
  }
  header.five-business-solution-header .header-middle .header-middle-right {
    text-align: center;
    margin-top: 20px;
  }
  header.six-finance-header .header-top .header-top-left {
    text-align: center;
  }
  header.six-finance-header .header-top .header-top-left .dropdown {
    float: none;
    margin-bottom: 10px;
    padding-right: 0;
  }
  header.six-finance-header .header-top .header-top-left > ul > li:last-child {
    margin-right: 0;
  }
  header.six-finance-header .header-top .header-top-right {
    text-align: center;
    margin-top: 15px;
  }
  header.six-finance-header .header-bottom {
    padding: 10px 0;
  }
  header.six-finance-header .header-bottom .menus-btn {
    text-align: right;
    position: static;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar {
    position: static;
    float: none;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul.open {
    display: block;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li {
    display: block;
    margin-right: 0;
    padding: 0;
    text-align: left;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li > a {
    padding: 15px;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li > a:after {
    display: none;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li > a:hover {
    background-color: #404040;
    color: #ffffff;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li.has-submenu {
    cursor: pointer;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li.has-submenu:after {
    color: #ffffff;
    content: "+";
    font-size: 23px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 3px;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li.open:after {
    content: "-";
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li.open .sub-menu.list-unstyled {
    display: block;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar > ul > li .sub-menu.list-unstyled {
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 270px;
    padding: 20px;
    display: none;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar ul li.open ul.nav-wrapper {
    display: block;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar ul li ul.nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    position: static;
    padding: 8px 10px;
    display: none;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: 1px solid #515151;
    padding: 0 15px;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
  }
  header.six-finance-header .header-bottom .menus-btn nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  header.six-finance-header .header-bottom .menus-btn .menu-btn {
    display: block;
    margin: 13px 25px 0 40px;
  }
  header.six-finance-header .header-bottom ul.search {
    float: right;
    margin-top: 10px;
  }
  .finance-features .feature-inner-box {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 300px;
    width: 100%;
  }
  .finance-features .feature-inner-box .feature-icon-box {
    margin: 0 auto 30px;
  }
  header.seven-consulting-header .header-bottom {
    padding-bottom: 0;
  }
  .seven-consulting-company-details .company-details-inner .details-title p {
    font-size: 14px;
  }
  .seven-consulting-company-details .company-details-inner .details-title h3 {
    font-size: 26px;
  }
  .contact-person {
    display: none;
  }
  .ten-lawyer-simple-satistics .lawyer-services-left {
    width: 100%;
    display: block;
  }
  .ten-lawyer-simple-satistics .lawyer-services-left .lawyer-services-img {
    position: static;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
  }
  .ten-lawyer-simple-satistics .lawyer-services-left .lawyer-services-img img {
    max-width: 100%;
  }
  .ten-lawyer-simple-satistics .lawyer-simple-satistics {
    width: 100%;
    display: block;
  }
  .nine-lawyer-call-action .call-action-inner {
    text-align: center;
  }
  .call-action-btn {
    text-align: center;
  }
  .ten-laywer-finance-contact-form {
    margin: 0;
  }
  .footer-style-13 .footer-bottom .social-links ul li {
    margin-right: 30px;
  }
  .ten-laywer-finance-contact-form h2 {
    font-size: 28px;
  }
  .ten-laywer-finance-contact-form form .call-back-form {
    display: block;
  }
  .ten-laywer-finance-contact-form form .call-back-form .form-inputs {
    width: 100%;
    display: block;
  }
  .eleven-corporate-portfolio-section .eleven-corporate-section-title {
    float: none;
  }
  .eleven-corporate-portfolio-section ul.filters {
    margin-bottom: 25px;
  }
  .eleven-corporate-portfolio-section ul.filters li {
    margin-right: 25px;
  }
  .eleven-corporate-portfolio-section ul.filters li:last-child {
    margin-right: 0;
  }
  .twelve-seo-our-latest-work {
    padding: 35px 0 50px;
  }
  .twelve-seo-our-services {
    padding: 28px 0px;
  }
  .twelve-seo-our-services {
    padding: 28px 0px;
  }
  .seven-consulting-blog .twelve-seo-section-title {
    margin-bottom: 25px;
  }
  .twelve-seo-section-title h2 {
    font-size: 24px;
  }
  .twelve-seo-section-title p {
    font-size: 12px;
  }
  header.thirteen-seo-header .connect-with-us ul {
    margin-top: 0;
  }
  .work-progress {
    background: transparent;
  }
  .work-progress .corporate-progress {
    background-color: #EBF3F8;
    padding-bottom: 50px;
  }
  .price-plan {
    padding: 50px 0;
  }
  .price-plan .corporate-section-title {
    margin-bottom: 25px;
  }
  .price-plan .price-table {
    margin-top: 25px;
  }
  .price-plan .table-2 {
    border: none;
  }
  .client-testimonials.light-blue-bg {
    padding: 80px 0 0;
  }
  .corporate-section-title h2 {
    font-size: 24px;
  }
  .corporate-section-title p {
    letter-spacing: 1px;
  }
  .services-box {
    padding: 0 0 37px;
  }
  header.corporate-header .menu-btn > span {
    color: #ff7300;
  }
  header.corporate-header .menu-btn .strip-bx span {
    background-color: #ff7300;
  }
  .fifteen-corporate-what-we-do {
    margin: 30px 0 0 0;
  }
  header.startup-header {
    background-color: rgba(204, 204, 204, 0.5);
  }
  header.startup-header nav.navbar > ul > li > a {
    color: #fff;
  }
  header.startup-header nav.navbar > ul > li:hover > a {
    color: #fff;
  }
  header.startup-header .menu-btn > span {
    color: #202020;
  }
  header.startup-header .menu-btn .strip-bx span {
    background-color: #202020;
  }
  .footer-style-06 .footer-bottom {
    margin-top: 20px;
  }
  .footer-style-06 .full-width {
    margin-bottom: 50px;
  }
  .about-wordpress-theme .about-project .project-desc {
    border-left: none;
    border-top: 2px solid #dddddd;
    padding: 15px 0 0 0;
  }
  .about-wordpress-theme .about-project .project-details {
    padding-left: 0;
  }
  .portfolio-artist02-banner .banner .container {
    position: static;
    top: inherit;
    transform: inherit;
  }
  .portfolio-artist02-banner .banner .container .caption-text {
    background-color: #f1f1f1;
    margin-top: 20px;
    padding: 30px;
  }
  .portfolio-artist02-banner .banner .container .caption-text h1 {
    font-size: 50px;
    line-height: 1;
  }
  .portfolio-artist02-banner .banner .container .caption-text h6 {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .portfolio-artist02-banner .banner .container .caption-text .latest-work-link li {
    margin-bottom: 20px;
    margin-right: 25px;
  }
  .portfolio-artist02-aboutme {
    padding: 30px 0;
  }
  .portfolio-artist02-aboutme .portfolio-content p {
    margin-top: 20px;
  }
  .event-four-features .event-feature-box {
    margin-bottom: 30px;
  }
  .event-four-features .col-sm-4:last-child .event-feature-box {
    margin-bottom: 0;
  }
  .business-schedule-main-box ul.nav.nav-tabs li a {
    font-size: 12px;
  }
  .business-schedule-main-box ul.nav.nav-tabs li a span {
    font-size: 11px;
  }
  .business-schedule-main-box .schedule {
    padding-left: 0;
  }
  .business-schedule-main-box .schedule .tab-content .tab-pane .panel-group:before {
    max-height: inherit;
  }
  .three-portfolio-creative .banner .banner-caption {
    position: static;
    top: 0;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px;
    max-width: 100%;
    width: 100%;
  }
  .three-portfolio-creative .banner .banner-caption h1 {
    font-size: 26px;
    margin-top: 0;
  }
  .three-portfolio-creative .banner .banner-caption p {
    font-size: 14px;
  }
  .portfolio-artist04-banner .banner .container .caption-text {
    margin-top: 0;
    padding: 0;
  }
  .portfolio-artist04-banner .banner .container .caption-text h1 {
    font-size: 25px;
    line-height: 1;
  }
  .portfolio-artist04-banner .banner .container .caption-text h6 {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .portfolio-artist04-banner .banner .container .caption-text .latest-work-link li {
    margin-bottom: 20px;
    margin-right: 25px;
  }
  .portfolio-artist02-aboutme {
    padding: 30px 0;
  }
  .portfolio-artist02-aboutme .portfolio-content p {
    margin-top: 20px;
  }
  .four-portfolio-artist header {
    background-color: #B3B3B3;
    position: relative;
  }
  .four-portfolio-artist header.agency-01 .menu-btn > span {
    color: #fff;
  }
  .four-portfolio-artist header.agency-01 .menu-btn .strip-bx span {
    background-color: #fff;
  }
  .four-portfolio-artist header.agency-01 nav.navbar > ul > li {
    margin-right: 0;
    padding: 0;
  }
  .four-portfolio-artist header.agency-01 nav.navbar > ul > li a {
    padding: 15px;
  }
  .four-portfolio-artist header.agency-01 nav.navbar > ul > li.purchase-btn a {
    border-radius: 0;
    text-align: left;
    padding: 15px;
  }
  .four-portfolio-artist .flat-latestwork .portfolio-filter {
    padding: 0 9px;
  }
  .four-portfolio-artist .flat-latestwork .portfolio-filter li {
    margin-right: 6px;
  }
  .four-portfolio-artist .flat-latestwork .portfolio-filter li.show-all {
    float: right;
    margin-right: 0;
  }
  .eight-portfolio-minimal-sidebar-main header .navbar-right {
    float: right;
  }
  .eight-portfolio-minimal-sidebar-main header .navbar-right ul {
    margin-left: 0;
  }
  .eight-portfolio-minimal-sidebar-main header .navbar-right ul li {
    margin-right: 12px;
  }
  .eight-portfolio-minimal-sidebar-main header .logo {
    padding: 17px 0;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar {
    position: static;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul {
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul.open {
    display: block;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li:last-child {
    margin-right: 0;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li > a {
    padding: 15px;
    color: #fff;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li > a:after {
    display: none;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li > a:hover {
    background-color: #25bff2;
    color: #ffffff;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li.has-submenu {
    cursor: pointer;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li.has-submenu:after {
    color: #ffffff;
    content: "+";
    font-size: 23px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 3px;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li.open:after {
    content: "-";
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li.open .sub-menu.list-unstyled {
    display: block;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar > ul > li .sub-menu.list-unstyled {
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    max-height: 270px;
    padding: 20px;
    display: none;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li.open ul.nav-wrapper {
    display: block;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    position: static;
    padding: 20px;
    display: none;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: 1px solid #14c757;
    padding: 0 15px;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
    border-right: none;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  .eight-portfolio-minimal-sidebar-main header .side-menu .nav-wrapper {
    display: block;
  }
  .eight-portfolio-minimal-sidebar-main header .col-sm-10 {
    position: static;
  }
  .eight-portfolio-minimal-sidebar-main header .menu-btn {
    margin-right: 11px;
  }
  .eight-portfolio-minimal-sidebar-main header .menu-btn > span {
    color: #202020;
  }
  .eight-portfolio-minimal-sidebar-main header .menu-btn .strip-bx span {
    background-color: #202020;
  }
  .eight-portfolio-minimal-sidebar-main ul.portfolio-filter {
    margin: 40px auto 20px;
  }
  .eight-portfolio-minimal-sidebar-main ul.portfolio-filter li {
    margin-right: 16px;
  }
  .eight-portfolio-minimal-sidebar-main ul.portfolio-filter li:last-child {
    margin-right: 0;
  }
  .eight-portfolio-minimal-sidebar-main .flat-row {
    padding-bottom: 50px;
  }
  .portfolio-footer-8 .footer {
    padding-top: 0;
  }
  .portfolio-footer-8 .footer .footer-bottom {
    margin-top: 0;
  }
  .portfolio-footer-8 .footer .contact-details {
    margin: 25px 0 0 0;
  }
  .eleven-portfolio-creative-main {
    max-width: 100%;
  }
  .eleven-portfolio-creative-main .eleven-portfolio-creative-inner {
    padding: 20px 15px 40px;
  }
  .eleven-portfolio-creative-main .eleven-portfolio-creative-inner .awesome-portfolio-box {
    margin-top: 30px;
  }
  .eleven-portfolio-creative-main .eleven-portfolio-creative-inner .awesome-portfolio-box .creative-product-desc {
    margin: 23px 0 0;
  }
  .eleven-portfolio-creative-main .eleven-portfolio-creative-inner .clearfix {
    margin: 0 -15px;
  }
  .eleven-portfolio-creative-main .eleven-portfolio-creative-inner .eleven-portfolio-desc p {
    margin: 0 0 0 0;
  }
  .portfolio-creative-main {
    padding-top: 7px;
    max-width: 100%;
  }
  .portfolio-creative-main .build-portfolio.four-columns .portfolio-container .items.portfolio-creative-box img {
    width: 100%;
  }
  .menu-button {
    display: block;
  }
  .creative-portfolio-sidebar {
    max-width: 100%;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  .creative-portfolio-sidebar .creative-portfolio-logo {
    overflow: hidden;
  }
  .creative-portfolio-sidebar .creative-portfolio-logo a {
    float: left;
  }
  .creative-portfolio-sidebar .creative-portfolio-menus {
    margin: 0;
    position: absolute;
    top: 160%;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 999;
    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;
  }
  .creative-portfolio-sidebar .creative-portfolio-menus ul {
    text-align: left;
    margin-bottom: 0;
  }
  .creative-portfolio-sidebar .creative-portfolio-menus ul li a {
    padding: 15px;
    line-height: 1;
    display: block;
  }
  .creative-portfolio-sidebar .creative-portfolio-menus ul li a:hover {
    background-color: #14c757;
    color: #ffffff;
  }
  .creative-portfolio-sidebar .creative-portfolio-menus.open {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
  }
  .seven-portfolio-products-main {
    max-width: 100%;
    float: none;
    padding: 0 15px;
  }
  .seven-portfolio-products-main .seven-portfolio-menus {
    text-align: center;
    padding: 10px 0;
  }
  .seven-portfolio-products-main .seven-portfolio-menus ul li {
    margin-right: 4px;
  }
  .seven-portfolio-products-main .seven-portfolio-menus ul li:last-child {
    margin-right: 0;
  }
  .seven-portfolio-products-main .seven-portfolio-menus ul li a {
    font-size: 9px;
  }
  .seven-portfolio-products-main .seven-portfolio-menus ul li a.purcahse {
    padding: 9px 9px;
  }
  .seven-portfolio-products-main ul.filters {
    margin: 10px 0;
    text-align: center;
    list-style: none;
  }
  .seven-portfolio-products-main ul.filters li {
    display: inline-block;
  }
  .seven-portfolio-products-main ul.filters li a {
    border: none;
    padding: 0;
  }
  .seven-portfolio-products-main ul.filters li a:hover {
    background-image: none;
    text-decoration: line-through;
    color: #202020;
  }
  .seven-portfolio-products-main ul.filters li.active a {
    background-image: none;
    color: #202020;
    text-decoration: line-through;
  }
  .seven-portfolio-minimal-sidebar {
    max-width: 100%;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  .seven-portfolio-minimal-sidebar .seven-portfolio-logo {
    overflow: hidden;
  }
  .seven-portfolio-minimal-sidebar .seven-portfolio-logo a {
    float: left;
  }
  .seven-portfolio-minimal-sidebar .seven-portfolio-sidebar {
    margin: 0;
    position: absolute;
    top: 160%;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 999;
    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;
  }
  .seven-portfolio-minimal-sidebar .seven-portfolio-sidebar ul {
    text-align: left;
    margin-bottom: 0;
  }
  .seven-portfolio-minimal-sidebar .seven-portfolio-sidebar ul li a {
    padding: 15px;
    display: block;
    font-size: 14px;
    line-height: 1;
  }
  .seven-portfolio-minimal-sidebar .seven-portfolio-sidebar ul li a:hover {
    background-color: #14c757;
    color: #ffffff;
  }
  .seven-portfolio-minimal-sidebar .seven-portfolio-sidebar ul li.active a {
    background-color: #14c757;
    color: #ffffff;
  }
  .seven-portfolio-minimal-sidebar .seven-portfolio-sidebar.open {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
  }
  .portfolio-showcase .menu-button {
    display: block;
    float: none;
    padding: 15px;
    margin: 0;
    background-color: #202020;
  }
  .portfolio-showcase .menu-button > span {
    color: #fff;
  }
  .portfolio-showcase .menu-button .strip-bx {
    float: right;
  }
  .portfolio-showcase .menu-button .strip-bx span {
    background-color: #fff;
  }
  .portfolio-showcase .showcase-menu {
    padding: 0 0 15px 0;
  }
  .portfolio-showcase .showcase-menu ul {
    padding-top: 15px;
    text-align: center;
  }
  .portfolio-showcase .showcase-menu ul li a {
    padding: 9px 12px;
    letter-spacing: 0;
    font-size: 9px;
    display: inline-block;
  }
  .portfolio-showcase-banner .portfolio-caption h1 {
    font-size: 23px;
  }
  .portfolio-product-box {
    width: 50%;
    float: left;
  }
  .portfolio-product-box:nth-child(2n+1) {
    clear: left;
  }
  .five-portfolio-sidebar .close-bx {
    display: none;
  }
  .agency-one-features {
    padding: 20px 0;
  }
  .agency-price-plan .table-2 {
    border: none;
  }
  .footer-style-09.pull-right {
    float: none !important;
  }
  .footer-style-09.pull-right .pay-card {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .eleven-corporate-features {
    padding: 50px 0;
  }
  .eleven-corporate-features .media {
    margin-bottom: 35px;
  }
  .our-plan-pricing .table-1 {
    border: none;
    background-color: transparent;
  }
  .our-plan-pricing .table-1 .table-box {
    background-color: #fff;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
  .services-workflow .startup-title {
    margin-bottom: 20px;
  }
  .portfolio-artist02-banner.banner .container {
    position: static;
    top: inherit;
    transform: inherit;
  }
  .portfolio-artist02-banner.banner .container .caption-text {
    background-color: #f1f1f1;
    margin-top: 20px;
    padding: 30px;
  }
  .portfolio-artist02-banner.banner .container .caption-text h1 {
    font-size: 50px;
    line-height: 1;
  }
  .portfolio-artist02-banner.banner .container .caption-text h6 {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .portfolio-artist02-banner.banner .container .caption-text .latest-work-link li {
    margin-bottom: 20px;
    margin-right: 25px;
  }
  .portfolio-artist02-aboutme {
    padding: 30px 0;
  }
  .portfolio-artist02-aboutme .portfolio-content p {
    margin-top: 20px;
  }
  .work-with-me {
    padding: 40px 0 30px;
  }
  .work-with-me p {
    margin: 0;
    font-size: 38px;
    line-height: 1.81;
    font-family: 'FreestyleScript-Regular';
    letter-spacing: 0.3px;
    color: #fff;
    margin-top: 23px;
  }
  .work-with-me h3 {
    font-size: 22px;
  }
  footer.footer-style-25 ul.list-inline {
    text-align: center;
  }
  footer.footer-style-25 ul.list-inline li {
    margin-right: 15px;
  }
  .five-portfolio-sidebar-main .portfolio-showcase .showcase-menu {
    padding: 0 0 15px;
  }
  .one-portfolio-designer .banner .banner-caption h1 {
    font-size: 32px;
    margin: 0;
  }
  .portfolio-designer .portfolio-container .items.col-sm-6 {
    width: 100%;
  }
  .portfolio-designer .portfolio-container .items.col-sm-3 {
    width: 100%;
  }
  .check-competence .thirteen-seo-2-section-title {
    margin-bottom: 40px;
  }
  .check-competence-inner {
    height: auto;
    max-width: 320px;
    margin-bottom: 40px;
  }
  .check-competence-inner .competence-desc {
    text-align: left;
    float: right;
    width: 81%;
    display: block;
    padding: 0 15px;
  }
  .check-competence-inner .competence-circle {
    float: left;
  }
  .check-competence-inner .competence-one,
  .check-competence-inner .competence-two,
  .check-competence-inner .competence-three {
    overflow: hidden;
    margin: 0 0 0;
  }
  .check-competence-inner .competence-one {
    margin: 0 0 20px 0;
  }
  .check-competence-inner .competence-two .competence-two-left,
  .check-competence-inner .competence-two .competence-two-right {
    margin: 0 0 20px 0;
    overflow: hidden;
    max-width: 100%;
    display: block;
  }
  .check-competence-inner .competence-two .competence-two-left .competence-desc,
  .check-competence-inner .competence-two .competence-two-right .competence-desc {
    display: block;
    padding: 0 15px;
  }
  .check-competence-inner .competence-three .competence-three-left,
  .check-competence-inner .competence-three .competence-three-right {
    margin: 0 0 20px 0;
    overflow: hidden;
    max-width: 100%;
    display: block;
  }
  .check-competence-inner .competence-three .competence-three-left .competence-desc,
  .check-competence-inner .competence-three .competence-three-right .competence-desc {
    display: block;
    padding: 0 15px;
    width: 81%;
    float: right;
  }
  .categories-count .list-unstyled {
    padding: 0;
  }
  .portfolio-showcase .showcase-menu ul {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 0;
  }
  .footer-style-09 .footer-bottom .pay-card.pull-right {
    text-align: center;
    float: none !important;
  }
  .footer-style-10 .footer .pay-card {
    text-align: center;
  }
  header.event-header .navbar-right ul li {
    padding: 0;
  }
  .agency-our-team .team-part {
    margin-bottom: 130px;
  }
  header.five-business-solution-header .header-top ul.dropdown-menu,
  header.six-finance-header .header-top ul.dropdown-menu {
    float: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 150px;
    min-width: 100px;
    width: 100%;
  }
  .banner.event-banner {
    margin-top: 0;
  }
  .banner.event-banner .banner-caption {
    top: 50% !important;
  }
  .banner.event-banner .banner-caption p {
    letter-spacing: 3px !important;
  }
  .agency-latest-news-blog .blog-archive .blog-box .blog-img .caption {
    height: auto;
  }
  .agency-latest-news-blog .blog-std-page .blog-box {
    margin-bottom: 30px;
  }
  .fifteen-banner .banner-caption a.btn-rounded-border {
    padding: 0px 16px !important;
    font-size: 10px !important;
    color: #fff;
  }
}
@media screen and (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;
  }
  header.seven-consulting-header .header-bottom ul.company-details {
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
  }
  header.seven-consulting-header .header-bottom ul.company-details li.media {
    margin-right: 20px;
    max-width: 150px;
    width: 100%;
  }
  header.seven-consulting-header .header-bottom ul.company-details li.media .media-left {
    margin: 0 0 10px 0;
    display: block;
  }
  header.seven-consulting-header .header-bottom ul.company-details li.media .media-body {
    display: block;
  }
  .seven-consulting-testimonials-value-of-company h3 {
    text-align: center;
    font-size: 20px;
  }
  .consulting-page-title h3,
  .details-title h3 {
    font-size: 20px;
  }
  .consulting-page-title p,
  .details-title p {
    font-size: 12px;
  }
  .our-corporate-portfolio ul.filters li {
    padding-right: 10px;
  }
  .agency-latest-news-blog .blog-archive .blog-box .blog-content h3 {
    font-size: 14px;
  }
  .agency-latest-news-blog .blog-archive .blog-box .blog-img .caption a {
    padding: 15px;
  }
  .agency-latest-news-blog .blog-archive .blog-box .blog-img .caption img {
    margin-bottom: 11px;
  }
  .agency-latest-news-blog .blog-archive .blog-box .blog-img .caption p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .agency-latest-news-blog .blog-archive .blog-box .blog-img .caption span {
    font-size: 12px;
    line-height: 1;
    padding-left: 35px;
  }
  .agency-our-portfolio ul.filters {
    text-align: center;
    margin: 30px 0;
  }
  .agency-our-portfolio ul.filters li {
    padding-right: 0;
  }
  .agency-our-portfolio {
    padding: 20px 0 0 0;
  }
  .agency-three-three-simple-steps {
    margin-bottom: 30px;
  }
  .business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-collapse .panel-body {
    padding: 0 20px 0 170px;
  }
  .call-to-action-two.cta-blue .action-desc h5 {
    font-size: 20px;
    line-height: 1.5;
  }
  .five-business-solution-latest-from-blog .latest-blog-main-box {
    margin-top: 22px;
  }
  .call-to-action-two.cta-d-purple .action-desc h4 {
    font-size: 24px;
  }
  .finance-right-consultant .consultant-title h3 {
    font-size: 24px;
  }
  .consultant-feature-box {
    width: 50%;
    margin-bottom: 30px;
  }
  .finance-section-title h2 {
    font-size: 22px;
  }
  .finance-why-choose-us .why-choose-us-right {
    padding: 50px;
  }
  .finance-contact-form {
    margin-top: 0;
  }
  .author-inner-box .testimonial-author span {
    display: block;
  }
  .finance-team-member {
    padding-bottom: 0;
  }
  .seven-consulting-testimonials-value-of-company h3 {
    font-size: 18px;
  }
  .seven-consulting-testimonials-value-of-company .value-of-company {
    margin: 30px 0 0 0;
  }
  .seven-consulting-meet-our-members .consulting-page-title {
    margin-bottom: 26px;
  }
  .seven-consulting-meet-our-members {
    padding: 32px 0 52px 0;
  }
  .seven-consulting-blog .consulting-page-title {
    margin-bottom: 26px;
  }
  .seven-consulting-blog {
    padding: 70px 0 30px;
  }
  .ten-lawyer-simple-satistics .lawyer-simple-satistics {
    padding: 20px 60px 20px 20px;
  }
  .ten-lawyer-simple-satistics .lawyer-simple-satistics h4 {
    font-size: 24px;
    line-height: 1.3;
  }
  .what-we-do-desc h3 {
    font-size: 26px;
  }
  .work-progress .work .work-tools ul li {
    display: block;
    float: none;
    margin-bottom: 22px;
    width: 100%;
  }
  .corporate-section-title.corporate-section-title-2 h2 {
    font-size: 20px;
  }
  .eight-insurance-meet-out-team {
    padding: 30px 0;
  }
  .latest-blog-inner {
    margin-top: 26px;
  }
  .eight-insurance-logos {
    padding: 50px 0;
  }
  .call-to-action-two.cta-dark .action-desc h6 {
    line-height: 2;
    letter-spacing: 3px;
  }
  .call-to-action-two.cta-dark .action-desc a.btn-blue {
    min-width: auto;
    height: auto;
    padding: 5px;
    line-height: 2.5;
    display: inline-block;
  }
  .twelve-seo-features {
    padding: 45px 0;
  }
  .twelve-seo-how-it-works .seo-works-inner-box {
    padding: 20px 0;
  }
  .seo-servies-boxes {
    padding: 25px 0;
  }
  .seo-servies-box {
    margin: 20px auto;
  }
  .seo-2-features-option-box {
    padding: 30px 0 0 0;
  }
  .our-process {
    margin: 30px 0;
  }
  .client-testimonials.light-blue-bg {
    padding: 40px 0 0;
    margin: 0;
  }
  .testimonials .testimonial-slider3 > button.slick-prev {
    left: 22%;
  }
  .testimonials .testimonial-slider3 > button.slick-next {
    right: 22%;
  }
  .sixteen-startup-latest-projects .startup-title {
    margin-bottom: 44px;
  }
  .startup-our-plan .our-plan-pricing {
    padding: 40px 0;
  }
  .startup-our-plan .our-plan-pricing .startup-title {
    margin-bottom: 10px;
  }
  .sixteen-call-to-action h4 {
    font-size: 13px;
  }
  .sixteen-call-to-action h3 {
    font-size: 30px;
  }
  .make-sure-you-know .col-left .know-the-details .know-title {
    padding-left: 0;
    text-align: center;
  }
  .features-v2 {
    padding: 20px 0;
  }
  .portfolio-container .items {
    padding: 0 3px 3px 3px;
  }
  .agency-one-features .features-v2 .feature-box-v2:last-child {
    margin-bottom: 20px;
  }
  .footer-style-09 .footer-bottom .pay-card {
    margin-top: 30px;
  }
  header.eleven-lawyer-header .navbar-right > ul li,
  header.nine-lawyer-header .navbar-right > ul li {
    padding: 27px 0;
  }
  .five-request-call-back .contact-form {
    margin: 42px 0 0 0;
  }
  .fifteen-banner.banner .banner-caption {
    top: 50%;
    transform: translateY(20%) !important;
    -o-transform: translateY(20%) !important;
    -moz-transform: translateY(20%) !important;
    -webkit-transform: translateY(20%) !important;
  }
}
@media screen and (max-width: 479px) {
  header {
    position: static;
    background-color: #fff;
  }
  .banner svg {
    right: -700px;
  }
  header .logo {
    width: 234%;
    height: auto;
  }
  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;
  }
  header.event-header .navbar-right {
    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;
  }
  .agency-three-three-simple-steps .steps-title h3 {
    font-size: 22px;
  }
  .agency-three-three-simple-steps .steps-inner .left-pink-section {
    padding: 15px 15px 60px 15px;
  }
  .client-logo-2 .client-logo {
    height: 100px;
    line-height: 100px;
  }
  .client-logo-2 .client-logo img {
    max-width: 100%;
  }
  .six-finance-banner .get-free-quote-bar {
    max-width: 280px;
    width: 100%;
    height: 90px;
  }
  .six-finance-banner .get-free-quote-bar select.form-control {
    max-width: 100%;
    width: 100%;
    padding: 4px 9px;
    font-size: 12px;
    height: 45px;
    background-image: none;
  }
  .six-finance-banner .get-free-quote-bar button {
    font-size: 12px;
    padding: 10px;
    display: block;
    z-index: 1000;
    position: static;
    width: 100%;
    max-width: 100%;
    height: 45px;
  }
  .consultant-feature-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .finance-why-choose-us .why-choose-us-right {
    padding: 62px 25px 81px;
  }
  .finance-section-title h2 {
    font-size: 26px;
  }
  .seven-consulting-banner .banner .banner-caption .btn {
    height: 30px!important;
    line-height: 3!important;
    padding: 0 15px!important;
  }
  .seven-consulting-banner .banner .banner-caption .btn.get-a-quote {
    background-image: none;
  }
  .seven-consulting-company-details .company-details-inner .details-title h3 {
    font-size: 26px;
  }
  .consultant-testi-box .testi-box:before {
    background-size: 50%;
    right: -20px;
    top: 20px;
  }
  .consultant-testi-box .testi-box .media .media-left {
    display: block;
    margin: 0 auto;
  }
  .consultant-testi-box .testi-box .media .media-body {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .consultant-testi-box .testi-box .media .media-body p {
    display: block;
    margin: 0;
  }
  .consultant-testi-box .testi-box .author-desc {
    text-align: center;
  }
  .consultant-testi-box .testi-box .author-desc h6 {
    line-height: 2;
    margin-bottom: 10px;
  }
  .value-of-company ul.nav.nav-tabs > li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .value-of-company ul.nav.nav-tabs > li:last-child {
    border-bottom: none;
  }
  .value-of-company .tab-content .services-provided ul li {
    width: 100%;
    float: none;
  }
  .member-box {
    width: 77%;
    margin: 30px auto;
    float: none;
  }
  .member-box:first-child {
    margin: 30px auto;
  }
  .member-box:nth-child(3n) {
    margin: 30px auto;
  }
  .member-box:nth-child(4n) {
    margin: 30px auto;
  }
  .member-box:nth-child(5n) {
    margin: 30px auto;
  }
  .offer-progress {
    margin-top: 30px;
  }
  .offer-progress .progress-bars .pro-bars .progress {
    max-width: 240px;
    width: 100%;
  }
  .nine-lawyer-banner .banner .banner-caption .btn {
    height: 20px!important;
    line-height: 1!important;
    padding: 5px 15px!important;
  }
  .nine-lawyer-banner .banner .banner-caption.sign-up-now-btn,
  .nine-lawyer-banner .banner .banner-caption .learn-more-btn {
    padding: 5px 15px !important;
    font-size: 11px !important;
  }
  .nine-lawyer-section-title h2 {
    font-size: 24px;
  }
  .your-passion-left .passion-left-inner .panel-group .panel.panel-default .panel-heading .panel-title a {
    display: block;
    font-size: 13px;
    padding-top: 0;
  }
  .nine-lawyer-section-title h2 {
    font-size: 24px;
  }
  .our-areas-inner .our-area-box {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .our-areas-inner .our-area-box .area-box-two {
    padding: 26px 18px 32px;
  }
  .lawyer-type-box .media-left {
    display: block;
    padding: 0;
    text-align: center;
  }
  .lawyer-type-box .media-body {
    display: block;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .eleven-corporate-section-title h3 {
    font-size: 20px;
  }
  header.twelve-seo-header .connect-with-us ul > li {
    margin-right: 15px;
    text-align: center;
  }
  header.twelve-seo-header .connect-with-us ul > li .dropdown {
    padding-right: 0;
  }
  header.twelve-seo-header .connect-with-us ul.header-social-icons {
    text-align: center;
  }
  header.twelve-seo-header .connect-with-us ul.header-social-icons li {
    padding: 4px 12px;
    border-right: none;
    width: 30px;
  }
  header.twelve-seo-header .connect-with-us ul.header-social-icons li:first-child {
    border-left: none;
  }
  .banner.twelve-seo-banner .banner-caption .btn {
    height: 20px!important;
    line-height: 1!important;
    padding: 5px 15px!important;
  }
  .banner.twelve-seo-banner .banner-caption.sign-up-now-btn,
  .banner.twelve-seo-banner .banner-caption .learn-more-btn {
    padding: 5px 15px !important;
    font-size: 11px !important;
  }
  .services-workflow .workflow-process {
    padding: 35px 0;
  }
  .sixteen-latest-project-desc h3 {
    font-size: 18px;
    line-height: 1;
  }
  .portfolio-artist02-banner .banner .container .caption-text h1 {
    font-size: 26px;
    line-height: 1;
  }
  .portfolio-artist02-banner .banner .container .caption-text h6 {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .work-experiences .work-shedule .day-date {
    float: left;
    min-width: 160px;
    max-width: 160px;
  }
  .agency-one-banner .banner-caption .btn {
    height: 34px !important;
    line-height: 3.1 !important;
    padding: 0 20px !important;
    font-size: 11px !important;
  }
  header.seven-consulting-header .header-bottom {
    padding-bottom: 0;
  }
  header.seven-consulting-header .header-bottom ul.company-details li.media {
    display: block;
    margin: 25px auto;
  }
  header.seven-consulting-header .navbar a.appointment-btn {
    padding: 14px 8px;
    font-size: 11px;
  }
  .consulting-blog-box .blog-time ul li {
    display: block;
  }
  header.eight-insurance-header .header-bottom .header-bottom-left nav.navbar ul li ul.nav-wrapper .nav-box {
    width: 100%;
    margin: 15px 0;
  }
  header.nine-lawyer-header .connect-with-us ul > li {
    margin-right: 15px;
    text-align: center;
  }
  header.nine-lawyer-header .connect-with-us ul > li .dropdown {
    padding-right: 0;
  }
  .latest-blog-box {
    display: block;
  }
  .latest-blog-box .blog-pic {
    display: block;
    margin: 0 0 25px 0;
  }
  .latest-blog-box .blog-pic img {
    width: 100%;
  }
  .latest-blog-box .blog-desc {
    display: block;
    padding-left: 0;
  }
  header.eleven-lawyer-header .connect-with-us ul > li {
    margin: 0 15px 15px 0;
    text-align: center;
    display: inline-block;
  }
  header.eleven-lawyer-header .connect-with-us ul > li .dropdown {
    padding-right: 0;
  }
  header.eleven-lawyer-header .menu-btn {
    margin-top: 0;
  }
  header.eleven-lawyer-header .navbar-right ul li {
    padding: 0;
  }
  .client-testimonials .testimonial-box .author-desc .author-name h5:after {
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .eleven-corporate-portfolio-section ul.portfolio-filter {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
    max-width: 160px;
  }
  .eleven-corporate-portfolio-section ul.portfolio-filter li {
    text-align: center;
    display: block;
  }
  .fifteen-corporate-call-to-action h3 {
    font-size: 24px;
  }
  .startup-title h2 {
    font-size: 26px;
  }
  .agency-theme #content14 .content {
    margin-top: 0;
  }
  .agency-theme #content14 .content h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .agency-theme #content14 .content span {
    text-align: center;
    font-size: 13px;
    display: block;
  }
  header.agency-01 .top-bar ul > li {
    border-right: none;
    margin-bottom: 15px;
  }
  .about-wordpress-theme .about-project .title h3 {
    font-size: 16px;
  }
  .make-sure-you-know .col-left .know-the-details .know-title h2 {
    font-size: 18px;
  }
  .agency-our-portfolio h2 {
    font-size: 24px;
  }
  .agency-section-title h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .agency-section-title p {
    font-size: 14px;
  }
  .agency-price-plan .section-title h3 {
    font-size: 22px;
  }
  .agency-price-plan {
    padding: 40px 0;
  }
  .event-page-section-title h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .business-solution-section-title h2 {
    font-size: 22px;
  }
  header.five-business-solution-header .header-top .header-top-left > ul > li {
    margin-right: 8px;
  }
  header.six-finance-header .header-bottom nav.navbar ul li ul.nav-wrapper .nav-box {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #515151;
  }
  header.six-finance-header .header-bottom .menus-btn .menu-btn {
    margin: 3px 25px 0 40px;
  }
  header.six-finance-header .header-top .header-top-left > ul > li {
    margin-right: 8px;
  }
  header.eight-insurance-header .header-top .header-top-left > ul > li {
    display: inline-block;
    margin: 0 8px 10px 0;
  }
  .eight-insurance-section-title h2 {
    font-size: 20px;
  }
  .our-offers-box {
    padding: 30px;
  }
  .team-member-inner-box {
    padding: 20px 0 0 0;
  }
  .footer-style-13 .footer-bottom .social-links ul li {
    display: inline-block;
    padding: 8px 5px;
    float: none;
    margin-right: 0;
  }
  .eleven-corporate-portfolio-section ul.filters li {
    margin-right: 0;
  }
  .twelve-seo-how-it-works .seo-works-inner-box {
    padding: 0px 0 0 0;
  }
  .seo-call-to-action h5 {
    font-size: 18px;
    line-height: 2;
  }
  .corporate-section-title h2 {
    font-size: 20px;
  }
  .price-plan {
    padding: 25px 0;
  }
  .startup-title h2 {
    font-size: 22px;
  }
  .services-workflow .startup-title {
    margin-bottom: 20px;
  }
  .call-to-action-three h3 {
    font-size: 22px;
  }
  .portfolio-artist02-banner .banner .container .caption-text h1 {
    font-size: 26px;
    line-height: 1;
  }
  .portfolio-artist02-banner .banner .container .caption-text h6 {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .work-experiences .work-shedule .day-date {
    float: left;
    min-width: 160px;
    max-width: 160px;
  }
  .agency-one-banner .banner-caption .btn {
    height: 34px !important;
    line-height: 3.1 !important;
    padding: 0 20px !important;
    font-size: 11px !important;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box .border-bottom-title h3 {
    font-size: 20px;
  }
  .three-portfolio-creative .creative-content .what-we-do .content-box h6 {
    letter-spacing: 1px;
  }
  .three-portfolio-creative footer {
    padding: 30px 0;
  }
  .three-portfolio-creative footer .footer-list {
    margin-top: 50px;
  }
  .portfolio-artist04-banner .banner .container {
    position: static;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    background-color: #606060;
    padding: 15px;
  }
  .four-portfolio-artist .flat-latestwork .portfolio-filter {
    position: static;
    text-align: left;
    padding: 5px 15px 0;
  }
  .four-portfolio-artist .flat-latestwork .portfolio-filter li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .four-portfolio-artist .flat-latestwork .portfolio-filter li.active a {
    color: #ee6eba;
  }
  .four-portfolio-artist .flat-latestwork .portfolio-filter li a:hover {
    color: #ee6eba;
  }
  .work-experiences .work-shedule .day-date {
    float: left;
    min-width: 160px;
    max-width: 160px;
  }
  .eight-portfolio-minimal-sidebar-main header {
    background-color: #a0a0a0;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper > li {
    margin: 0;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper .nav-box {
    border-right: none;
    border-bottom: 1px solid #14c757;
    padding: 0 15px 10px;
    width: 100%;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper .nav-box:last-child {
    border-bottom: none;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(1n) {
    padding-left: 0;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper .nav-box:nth-child(2n) {
    padding-left: 0;
  }
  .eight-portfolio-minimal-sidebar-main header nav.navbar ul li ul.nav-wrapper .nav-box:after {
    display: none;
  }
  .eight-portfolio-minimal-sidebar-main .banner .banner-caption {
    top: 50%;
    position: static;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .eight-portfolio-minimal-sidebar-main .portfolio-container .items {
    padding: 0 7px 7px 7px;
  }
  .eight-portfolio-minimal-sidebar-main ul.portfolio-filter {
    margin: 40px auto 20px;
  }
  .portfolio-product-box {
    width: 100%;
  }
  .portfolio-showcase .showcase-menu {
    padding: 0 0 15px 0;
    position: static;
  }
  .success-story-bar .success-story-box {
    padding: 20px 0;
  }
  .seo-2-services-box {
    margin: 20px auto;
  }
  .thirteen-seo-2-our-services {
    padding: 20px 0;
  }
  .check-competence {
    padding: 30px 0 0 0;
  }
  .services-workflow {
    padding: 25px 0;
  }
  .portfolio-artist02-banner.banner .container .caption-text h1 {
    font-size: 26px;
    line-height: 1;
  }
  .portfolio-artist02-banner.banner .container .caption-text h6 {
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .work-experiences .work-shedule .day-date {
    float: left;
    min-width: 160px;
    max-width: 160px;
  }
  .one-portfolio-designer header .navigation {
    padding: 15px 15px 0;
  }
  .one-portfolio-designer header .navigation .sidebar-menu .menu-btn.open {
    right: 15px;
  }
  .one-portfolio-designer .banner .banner-caption {
    position: static;
    top: 0;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    padding: 15px 0;
  }
  .one-portfolio-designer .banner .banner-caption h1 {
    font-size: 20px;
    padding: 0 15px;
  }
  .one-portfolio-designer .footer-style-07 .footer-bottom .copyright p {
    font-size: 13px;
    line-height: 1.5;
  }
  .check-competence-inner {
    max-width: 270px;
  }
  .check-competence-inner .competence-desc {
    width: 75%;
  }
  .check-competence-inner .competence-three .competence-three-left .competence-desc,
  .check-competence-inner .competence-three .competence-three-right .competence-desc {
    width: 75%;
  }
  .business-schedule-main-box .nav-cat-box {
    overflow-x: auto;
    min-height: 100px;
  }
  .business-schedule-main-box .nav-cat-box ul.nav.nav-tabs {
    display: block;
    width: 663px;
  }
  .business-schedule-main-box .nav-cat-box ul.nav.nav-tabs li {
    max-width: inherit;
    width: auto;
    display: block;
    float: left;
    padding: 0 25px;
  }
  .business-schedule-main-box .schedule .tab-content .tab-pane .panel-group:before {
    display: none;
  }
  .business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a {
    line-height: 2;
  }
  .business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a span {
    padding-left: 0;
    display: block;
  }
  .business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a span:before {
    display: none;
  }
  .business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-heading .panel-title a span::after {
    right: -8px;
  }
  .business-schedule-main-box .schedule .tab-content .tab-pane .panel-group .panel.panel-default .panel-collapse .panel-body {
    padding: 0 20px;
  }
  .portfolio-showcase-banner .portfolio-caption {
    left: 16px;
  }
  .portfolio-showcase-banner .portfolio-caption h1 {
    font-size: 15px;
  }
  .portfolio-showcase-banner .portfolio-caption p {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .agency-one-banner .banner-caption p {
    font-size: 9px;
  }
  .finance-right-consultant .consultant-title h3 {
    font-size: 18px;
  }
  .fifteen-banner.banner .banner-caption {
    top: 50%;
    transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
  }
}
@media screen and (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: 35px 0;
  }
  .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%;
  }
  .agency-latest-news-blog button:before {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .agency-latest-news-blog button.slick-prev,
  .agency-latest-news-blog button.slick-next {
    top: 20%;
    transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -o-transform: translateY(-20%);
  }
  .price-table {
    margin: 0 auto;
  }
  .finance-features {
    padding: 84px 0 101px;
  }
  .finance-right-consultant {
    padding: 51px 0;
  }
  .finance-right-consultant-icons {
    padding-bottom: 36px;
  }
  .finance-section-title h2 {
    font-size: 22px;
  }
  .company-logos-2 {
    padding: 27px 0;
  }
  .company-logos-4 {
    padding: 0;
  }
  .four-portfolio-artist .flat-latestwork .portfolio-filter li.show-all {
    float: left;
    margin-right: 8px;
    margin-top: 1px;
    margin-bottom: 4px;
  }
  header.nine-lawyer-header .connect-with-us ul > li .dropdown ul.dropdown-menu {
    right: 0;
    left: auto;
  }
  header.nine-lawyer-header .navbar-right > ul li {
    padding: 25px 0;
  }
  header .connect-with-us ul > li .dropdown ul.dropdown-menu {
    right: 0;
    left: auto;
  }
  header.six-finance-header .header-bottom .menu-btn {
    margin: 4px 10px 0 40px;
  }
  header.six-finance-header .header-bottom ul.search {
    margin-top: 2px;
  }
  .eleven-footer .footer-bottom .copyright p {
    padding-left: 0;
    margin-top: 15px;
  }
}