@import url("animate.css");

:root {
	/*Miscellaneous*/

	--color-bg: #f5f1f1;
	--color-body: #282828;
	--color-orange: #0abd00;
	--color-primary: #262626;
	--primary-dark: #282828;
	--secondary-dark: #50525e;
}

/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
	/* border: 1px solid; */
}

body {
	/* background: #333; */
	font-weight: normal;
	position: relative;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}

.fonts {
	font-family: "Montserrat", serif;
	font-family: "Montserrat", sans-serif;
}

/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
}

/*=======================================================
      HEADINGS
========================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #252525;
}

h1 {
	/*font-size: 52px;*/
	font-size: calc(36px + 16 * ((100vw - 360px) / (1920 - 360)));
	line-height: 1.1;
}

h2 {
	font-size: 46px;
	font-size: calc(32px + 14 * ((100vw - 360px) / (1920 - 360)));
	line-height: 1.1;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

.hr_text {
	color: #fff;
}

.taxi-list {
	padding-left: 0px;
}

.taxi-list li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	text-align: left;
}

.taxi-list li:before {
	background: #0abd00;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}

.taxi-list2 li a {
	color: #333;
	font-size: 18px;
}

.taxi-list2 li {
	padding-left: 30px;
	display: inline-block;
	margin-right: 15px;
}

.taxi-list2 li:before {
	background: url(../images/phone-512.png);
	background-size: cover;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 0%;
	position: absolute;
	left: 0;
	top: 2px;
}

p {
	font-weight: 400;
	color: #333;
	line-height: 21px;
	text-rendering: optimizeLegibility;
	margin-bottom: 10px;
}

button {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	outline: none;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0 !important;
	outline-color: transparent !important;
	outline-width: 0 !important;
	outline-style: none !important;
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}

.center-auto {
	margin: 0 auto;
	float: none;
}

/*=======================================================
      Heading Block
========================================================*/
.heading-block {
	margin-bottom: 60px;
}

.heading-block p {
	max-width: 700px;
	margin: 0 auto;
}

.heading-block h2 {
	font-size: 32px;
	font-weight: 600;
}

/*=======================================================
      Content
========================================================*/
#content {
	background: #fff;
}

/*=======================================================
      HEADER
========================================================*/
header {
	width: 100% !important;
	z-index: 999 !important;
	background: #fff;
	top: 0px;
	left: 0px;
	position: relative !important;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}

/* header .navbar {
	border: none;
	margin: 0px;
	position: static;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
	float: right;
} */

.dropdown-toggle::after {
	display: none;
}

/* header .logo {
	float: left;
	position: relative;
	margin-top: 22px;
} */

header .logo img {
	z-index: 3;
	position: relative;
}

.sticky-wrapper {
	height: auto !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

header .sticky {
	background: rgba(255, 255, 255, 0.95);
	left: 0px;
}

header .is-sticky .sticky {
	padding: 15px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header .navbar {
	display: inline-block;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header .navbar li {
	display: inline-block;
	float: left;
	margin: 0 20px;
	position: relative;
}

header .sticky {
	width: 100%;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

header .navbar li a {
	font-size: 14px;
	color: #2d3a4b;
	font-weight: 500;
	padding: 25px 0px;
	margin: 0;
	position: relative;
	display: inline-block;
	letter-spacing: 0px;
}

header .navbar li a:before {
	width: 0px;
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 2px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	background: #0abd00;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

header .navbar li a:hover:before {
	width: 100%;
}

header .navbar li.active a:before {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	content: "";
	height: 4px;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	background: #0abd00;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background: none;
}

.ownmenu .nav .dropdown-menu {
	background: rgba(255, 255, 255, 0.99);
	padding: 0px;
}

.ownmenu .dropdown-menu li {
	margin: 0px;
	width: 100%;
}

.ownmenu .nav .dropdown-menu li {
	position: relative;
	z-index: 2;
}

.ownmenu .nav .dropdown-menu li a {
	z-index: 1;
	position: relative;
}

.ownmenu .nav .dropdown-menu li a:before {
	background: #2d3a4b;
	content: "";
	width: 0px;
	height: 100%;
	top: 0px;
	margin: 0px;
	z-index: -1;
	left: 0px;
	display: none;
}

.ownmenu .dropdown-menu li a:hover:before {
	width: 100%;
}

.ownmenu .nav .dropdown-menu li a {
	padding: 0px 0px;
	font-size: 13px;
	line-height: 30px;
	background: none;
	text-transform: none;
	color: #2d3a4b !important;
}

.ownmenu .nav .dropdown-menu li:nth-last-child(1) a {
	border-bottom: none;
}

.ownmenu .nav .dropdown-menu li a:hover {
	color: #000 !important;
}

.ownmenu .nav .dropdown-menu {
	border: none;
	min-width: 250px;
	margin-top: 23px;
}

.ownmenu .nav .dropdown-menu {
	border-top: none;
	padding: 20px;
	border-radius: 0px 0px 8px 8px;
}

.ownmenu .nav .dropdown-menu.two-option {
	min-width: 500px;
	right: 0px;
	left: auto;
}

.ownmenu .dropdown.megamenu {
	position: static !important;
}

.ownmenu .dropdown.megamenu .dropdown-menu {
	width: 100%;
	min-width: inherit;
	padding: 30px 0;
	margin-top: 0px;
	top: 100%;
}

.ownmenu .nav .dropdown-menu li a {
	position: relative;
	display: inline-block;
	width: 100%;
}

.ownmenu .nav .dropdown-menu li a:after {
}

.ownmenu .dropdown.megamenu .dropdown-menu li {
	display: inline-block;
	width: 100%;
}

.ownmenu .dropdown.megamenu .dropdown-menu h6 {
	margin-bottom: 20px;
	color: #2d3a4b;
	font-size: 18px;
	font-weight: normal;
}

.ownmenu .dropdown.megamenu .dropdown-menu .btn {
	padding: 0px 30px;
	letter-spacing: 0px;
	margin-top: 10px;
}

.ownmenu .dropdown.megamenu .dropdown-menu .btn:before {
	display: none;
}

.ownmenu .dropdown.megamenu .dropdown-menu h5 {
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #2d3a4b;
}

.ownmenu .dropdown.megamenu .dropdown-menu h5 span {
	font-size: 14px;
	text-transform: none;
	width: 100%;
	font-weight: normal;
	display: inline-block;
}

.ownmenu .dropdown.megamenu .dropdown-menu li a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	padding: 0px 0px;
	padding-left: 15px;
	color: #2d3a4b !important;
	margin: 0px;
}

.ownmenu .dropdown .media-left {
	float: left;
}

.ownmenu .dropdown.megamenu .cart-img {
	width: 80px;
	margin-right: 10px;
	padding: 5px;
	display: inline-block;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.ownmenu .dropdown.megamenu .cart-img a {
	padding: 1px !important;
	border: none !important;
}

.ownmenu .dropdown.megamenu .cart-img a:after {
	display: none;
}

.ownmenu .dropdown.megamenu .cart-img img {
	max-width: 100%;
}

.ownmenu .dropdown.megamenu .stars {
	margin-bottom: 0px;
	color: #ffe119;
	font-size: 11px;
}

.ownmenu .dropdown.megamenu .stars i {
	margin: 0 1px;
}

.ownmenu .dropdown.megamenu .media-heading {
	margin-top: 10px;
	font-weight: normal;
	margin-bottom: 5px !important;
}

.ownmenu .dropdown.megamenu .top-rated li .price {
	font-size: 12px;
}

.ownmenu .dropdown.megamenu .top-rated li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.ownmenu .dropdown.megamenu .top-rated li:nth-last-child(1) {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.ownmenu .dropdown.megamenu .dropdown-menu {
	overflow: hidden;
	border-top: 1px solid #2d3a4b;
	margin: 0px;
}

.ownmenu .nav li.megamenu:hover .dropdown-menu {
	margin-top: -1px !important;
}

.ownmenu .dropdown.megamenu .dropdown-menu .row {
	max-width: 1170px;
	margin: 0 auto;
}

header .is-sticky .sticky .nav .dropdown.megamenu .dropdown-menu {
	margin-top: 0px;
}

.ownmenu .dropdown.megamenu .dropdown-menu .row {
	position: relative;
}

.ownmenu .dropdown.megamenu .dropdown-menu .nav-img {
	margin-right: -30px;
	float: right;
	margin-top: -30px;
	margin-bottom: -30px;
	position: absolute;
	top: 0px;
	z-index: -1;
}

.ownmenu .dropdown.megamenu .dropdown-menu li a:before {
	height: 1px;
	top: auto;
	bottom: 0px;
}

.ownmenu .dropdown .sub-menu .dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0px;
	opacity: 0 !important;
}

.ownmenu .dropdown .sub-menu:hover .dropdown-menu {
	opacity: 1 !important;
}

.ownmenu .dropdown .sub-menu .dropdown-menu li a {
	width: 100%;
}

.ownmenu .dropdown .sub-menu .dropdown-menu li:nth-last-child(1) a {
}

.ownmenu .dropdown .sub-menu:before {
	content: "\f105";
	position: absolute;
	right: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 free";
	line-height: 33px;
	z-index: 2;
}

.ownmenu {
	float: left;
}

.nav-right .navbar-right li {
	margin: 0px;
}

.nav-right .navbar-right li a {
	border: 1px solid #2d3a4b;
	border-radius: 50%;
	height: 36px;
	width: 36px;
	line-height: 34px;
	margin-left: 10px !important;
}

.nav-right .navbar-right li a i {
	font-size: 14px;
}

.nav-right .navbar-right li a:hover {
	color: #fff;
	background: #2d3a4b;
}

.nav-right {
	/*! float: right; */
	position: relative;
	margin-top: 1px;
}

.navbar-right li a {
	margin: 0px !important;
	padding: 0px !important;
	width: 40px;
	float: left;
}
.btn.download {
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 2; */
	/* -webkit-box-orient: vertical; */
	/* overflow: hidden; */
}

header .social_icons {
	/*! float: right; */
	color: #fff;
	margin-left: 30px;
	display: flex;
}

header .social_icons li {
	margin: 0 5px;
}

header .social_icons li a {
	padding: 5px 7px;
	border-radius: 3px;
	background: #eee;
	margin-top: 18px;
}

header .social_icons li a.current {
	background: #0abd00;
}

header.light-head .navbar .nav-right li a {
	padding-left: 0px !important;
	padding-right: 0px !important;
	background: none !important;
}

header .social_icons a:hover {
	color: #ab4e52;
}

header .is-sticky .sticky .nav .dropdown-menu {
	margin-top: 10px;
}

.header-1 {
	position: absolute;
	background: none;
}

.header-1 .sticky {
	background: none;
}

.header-1 .is-sticky .sticky {
	background: rgba(255, 255, 255, 0.9);
}

header.light-head .navbar li a {
	color: #fff;
}

header.light-head .navbar li a:hover {
	background: rgba(0, 0, 0, 0.9);
	border-radius: 6px 6px 0 0;
}

header.light-head .navbar .dropdown-menu li a {
	color: #333;
}

header.light-head .navbar .dropdown-menu li a.btn {
	color: #fff;
}

.header-1 .is-sticky .sticky {
	background: rgba(0, 0, 0, 0.9);
}

header.light-head .ownmenu .nav .dropdown-menu {
	background: rgba(0, 0, 0, 0.9) !important;
	border: none;
}

header.light-head .ownmenu .nav ul.dropdown-menu li a {
	color: #fff !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.light-head .ownmenu .nav .dropdown-menu li a:after {
	color: #fff;
}

header.light-head .ownmenu .nav ul.dropdown-menu li a:hover {
	color: #fff !important;
}

header.light-head .ownmenu .nav ul.dropdown-menu li a:before {
	display: none;
}

header.light-head p {
	color: #b4b4b4;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h6 {
	color: #fff;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h5 {
	color: #fff;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h5 span {
	color: #999999;
}

header.light-head .ownmenu .dropdown.megamenu .cart-img {
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

header.light-head .ownmenu .dropdown.megamenu .top-rated li .price {
	color: #999999;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a {
	color: #999999 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a:hover {
	color: #fff !important;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a:before {
	background: #fff;
}

.header-1 {
	padding-bottom: 0px !important;
}

.header-1 .sticky {
	padding-bottom: 0px !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background: none;
}

.header-1 .logo {
	margin-top: 20px;
}

.logo a {
	font-size: 24px;
	line-height: 1;
	color: #222;
	letter-spacing: -1px;
	font-weight: 700;
}

.logo a span {
	color: #0abd00;
}

.header-1 .ownmenu .nav .dropdown-menu {
	margin-top: 0px;
}

header.light-head .navbar li a:before {
	background: #fff;
	bottom: 0px;
	top: auto;
	height: 2px;
}

header.light-head .navbar li.active a:before {
	background: #fff;
}

header.light-head .ownmenu ul.dropdown {
	background: rgba(0, 0, 0, 0.9);
}

header.light-head .ownmenu ul.dropdown li a {
	color: #d6d6d6 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .navbar-collapse {
	float: left;
	padding: 0px;
}

header .user-acc li {
	display: inline-block;
	width: 100%;
	margin: 0px !important;
}

header .user-acc li h6 {
	padding: 0 20px;
	font-weight: normal;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 10px 0;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
	text-transform: none;
}

header .user-acc .dropdown-menu {
	margin-top: 51px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	min-width: 260px;
}

.header-1 .user-acc .dropdown-menu {
	margin-top: 11px;
}

.header-1 .user-basket .dropdown-menu {
	margin-top: 11px;
}

header .is-sticky .sticky .user-acc .dropdown-menu {
	margin-top: 21px;
}

header .user-acc li a {
	display: inline-block;
	width: 100%;
	letter-spacing: 0px;
	padding: 10px 20px;
	font-size: 12px;
}

header .user-acc .dropdown-menu > li > a:hover {
	background: #0abd00;
}

header .user-acc .dropdown-menu > li > a:focus {
	background: #0abd00;
}

header .navbar-right li a:before {
	display: none;
}

header .user-basket .dropdown-menu {
	margin-top: 51px;
	padding: 20px;
	border: none;
	border-radius: 0px;
	min-width: 350px;
}

header .user-basket .dropdown-menu li {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	width: 100%;
}

header .user-basket h5 {
	font-weight: normal;
	font-size: 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0;
}

header .user-basket .btn {
	padding: 0px 0px;
	width: 100%;
	letter-spacing: 0px;
	color: #fff;
	border: none;
}

header .user-basket .btn:hover {
	background: #0abd00;
	color: #2d3a4b;
}

header .user-basket .media-heading {
	margin-top: 0px;
	font-weight: normal;
}

header .user-basket span {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	font-size: 12px;
}

header .user-basket .cart-img a {
	display: inline-block;
	width: 100%;
	padding: 0px;
}

header .user-basket .cart-img {
	width: 90px;
	margin-right: 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	padding: 5px;
	display: inline-block;
}

header .is-sticky .sticky .user-basket .dropdown-menu {
	margin-top: 21px;
}

.ownmenu .nav .dropdown-menu {
	border: none;
	min-width: 270px;
	border-radius: 0px;
	padding: 20px 20px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: block;
	opacity: 0;
	margin-top: 30px !important;
	visibility: hidden;
	border-top: 1px solid #252839;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.ownmenu .nav .dropdown-submenu .dropdown-menu {
	position: absolute;
	opacity: 0 !important;
	display: none;
}

.ownmenu .nav .dropdown-submenu:hover .dropdown-menu {
	opacity: 1 !important;
	margin-left: 0px !important;
	display: block;
}

.ownmenu .nav .dropdown-menu .sec-level {
	position: absolute;
	left: 100%;
	margin-left: 20px;
	top: 0px;
}

.ownmenu .nav .dropdown-menu .sub-menu:hover .sec-level {
	margin-left: 0px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.ownmenu .nav .dropdown-menu .dropdown-menu .sub-menu .dropdown-menu.trd-level {
	opacity: 0 !important;
	margin-left: 20px;
}

.ownmenu
	.nav
	.dropdown-menu
	.dropdown-menu
	.sub-menu:hover
	.dropdown-menu.trd-level {
	opacity: 1 !important;
	margin-left: 0px;
}

.ownmenu .nav li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin-top: -1px !important;
}

.search-inside {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 500;
	display: none;
}

.search-inside .search-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.search-inside .search-close {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 30px;
	cursor: pointer;
	z-index: 500;
}

.search-inside .search {
	display: inline-block;
	width: 100%;
	position: relative;
}

.search-inside .position-center-center {
	width: 100%;
	padding: 0 20px;
}

.search-inside .search input {
	background: #fff;
	font-size: 20px;
	color: #333;
	text-align: left;
	height: 60px;
	width: 100%;
	border: none;
	padding: 0 20px;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.search-inside .search input:focus {
	outline: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.search-inside .search button {
	position: absolute;
	right: 0;
	top: 0px;
	line-height: 60px;
	margin-top: 0px;
	font-size: 30px;
	background: none;
}

.search-inside .search button:hover {
	color: #333;
}

header .navbar li.con-bordr a {
	border: 1px solid #ea6037;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 15px;
}

header .nav-right .social-toggler {
	display: none;
}

header .navbar li.con-bordr a:after {
	display: none;
}

header.color {
	background: #222;
}

header.color .nav li a {
	color: #fff;
}

header.color .nav li a {
	color: #fff;
}

header.color .navbar li.con-bordr a {
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 15px;
}

header.color .navbar li a:before {
	background: #fff;
}

header.color .ownmenu .nav .dropdown-menu {
	border-top: 1px solid #fff;
}

header.color .social_icons li a {
	color: #fff;
}

/*=======================================================
      Button
========================================================*/
.btn {
	background: #0abd00;
	color: #222;
	font-weight: 600;
	padding: 0px 44px;
	font-size: 14px;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}

.btn.btn_vac {
	background: #fff;
	margin-bottom: auto;
	box-shadow: 1px 1px 4px 1px #000;
}

.btn.btn_vac:hover {
	background: #000 !important;
}

.btn2 {
	background: #ddd;
	color: #222;
	font-weight: 600;
	padding: 0px 40px;
	font-size: 14px;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}

.btn i {
	font-size: 24px;
	line-height: 58px;
}

.btn.white-bg {
	background: #fff;
}

.btb.white-bg h1 {
	color: #333;
}

.btn:hover {
	background-color: #222 !important;
	color: #0abd00;
	box-shadow: 1px 1px 4px 1px #222;
}

.btn-inverse {
	background: #222;
	color: #0abd00;
}

.btn-inverse:hover {
	background: #0abd00 !important;
	color: #222;
}

.btn-sm {
	padding: 0px 10px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
}

.vid-btn {
	color: #333;
	font-weight: 600;
	margin-bottom: 40px;
	display: inline-block;
}

.vid-btn i {
	border: 1px solid rgba(0, 0, 0, 0.5);
	display: inline-block;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	margin-right: 10px;
}

.btn-center:before {
	position: absolute;
	left: 0px;
	width: 100%;
}

.dowload_head {
	display: none;
}

/*=======================================================
      Banner
========================================================*/
.bnr {
	background: #222 url(../images/1.jpg) center center no-repeat;
	min-height: 670px;
	position: relative;
}

.bnr:after {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 0;
	background: rgba(0, 0, 0, 0.45);
}

.bnr .position-center-center {
	z-index: 2;
}

.bnr h1 {
	color: #fff;
	letter-spacing: 0px;
	font-weight: 600;
	margin-bottom: 30px;
	z-index: 2;
	font-size: 30px;
}

.bnr h1 span {
	color: #0abd00;
	display: block;
	font-size: 75px;
	margin-bottom: 0px;
	letter-spacing: -3px;
}

.bnr h1 a {
	text-decoration: underline !important;
	color: #222;
	z-index: 2;
}

.bnr .position-center-center {
	width: 100%;
}

.bnr .btn {
	margin: 0 10px;
}

.bnr .text-sec {
	margin-bottom: 40px;
}

.bnr .text-sec h1 {
	margin-bottom: 10px;
}

.bnr .text-sec p {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.bnr .vid-link {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	max-width: 600px;
}

.bnr .vid-link i {
	color: #000;
	height: 50px;
	width: 50px;
	background: #fff;
	border-radius: 50%;
	line-height: 50px;
	font-size: 18px;
}

.bnr img {
	max-width: 100%;
}

.bnr .dark-text h1 {
	color: #333;
}

.bnr .newsleter {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
}

.bnr .newsleter form input {
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	height: 50px;
}

.bnr .newsleter form .btn {
	padding: 0 20px;
	width: auto;
	position: absolute;
	top: 1px;
	right: 1px;
	margin: 0px;
	height: 48px;
	line-height: 48px;
	font-weight: 600;
}

.bnr .newsleter form .btn:hover {
	background: #f5f5f5;
}

.light-gry-bg {
	background: #f5f5f5 !important;
}

.calendar {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
}

/*=======================================================
      BLOG
========================================================*/
.bottom-menu-mobile {
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	display: none;
	z-index: 999999;
}

.bottom-menu-mobile li {
	list-style: none;
	float: left;
	background: #fff;
	color: #000;
	width: 20%;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.bottom-menu-mobile li:nth-last-child(1) {
	border-right: none;
}

.bottom-menu-mobile li a {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	padding: 10px 0;
}

.bottom-menu-mobile li a i {
	display: inline-block;
	width: 100%;
}

/*=======================================================
      Intro Section
========================================================*/
.intro-sec {
	display: block;
	margin: 0 auto;
	margin-top: -50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.intro-txt-bnr {
	margin: 0px;
	padding: 50px 50px;
	background: #333;
	min-height: 260px;
	height: 100%;
}

.intro-txt-bnr h4 {
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
	line-height: 30px;
}

.intro-txt-bnr {
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.intro-txt-bnr p {
	color: #fff;
	margin-bottom: 0px;
}

.intro-txt-bnr.text-dark p,
.intro-txt-bnr.text-dark h4 {
	color: #000;
}

.primary-bg {
	background: #0abd00 !important;
}

/*=======================================================
      Team Box
========================================================*/
.team-inside {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	min-height: 380px;
	margin-bottom: 30px;
}

.team-inside .txt-sec h5 {
	font-weight: 600;
	font-size: 18px;
	margin: 0px;
	margin-bottom: 10px;
	letter-spacing: -0.4px;
}

.team-inside .txt-sec h5 a {
	color: #000;
	display: inline-block;
	width: 100%;
}

.team-inside .txt-sec span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.team-inside .txt-sec span i {
	margin-right: 10px;
}

.team-inside .txt-sec p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 0px;
}

.team-inside .txt-sec {
	padding: 20px;
	padding-bottom: 10px;
}

.team-inside .img-sec {
	position: relative;
	overflow: hidden;
	max-height: 270px;
}

.team-inside .img-sec .hover-over {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.team-inside:hover .img-sec .hover-over {
	opacity: 1;
}

.team-inside .img-sec .hover-over .btn {
	padding: 0 20px;
	font-size: 12px;
	line-height: 34px;
	height: 35px;
	margin: 5px 5px;
	display: inline-block;
}

.team-inside .position-center-center {
	width: 100%;
}

.cd-tab-filter {
}

.cd-tab-filter-wrapper {
	margin-bottom: 50px;
}

.cd-filters {
	margin-bottom: 0px;
	text-align: left;
	float: left;
}

.cd-filters li a {
	font-weight: 600;
	color: #333;
	display: inline-block;
	padding: 16px 25px;
}

.cd-tab-filter li {
	margin-bottom: 0px;
	float: left;
}

.cd-tab-filter a.selected {
	background: #0abd00;
	color: #333;
}

.cd-tab-filter a:hover {
	background: #0abd00;
	color: #333;
}

.cd-gallery {
	margin: 0 -15px;
}

.cd-gallery li {
	width: 25%;
	padding: 0 15px;
	float: left;
}

.srch-btn {
	float: right;
}

/*=======================================================
      Comapnices Box
========================================================*/
.com-inside {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.com-inside .txt-sec h5 {
	font-weight: 600;
	font-size: 16px;
	margin: 0px;
	letter-spacing: -0.4px;
}

.com-inside .txt-sec h5 a {
	color: #000;
	padding: 20px 5px;
	display: inline-block;
	width: 100%;
}

.com-inside .txt-sec span {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
}

.com-inside .txt-sec p {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 0px;
}

.com-inside .img-sec {
	position: relative;
	overflow: hidden;
}

.com-inside .img-sec .hover-over {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.com-inside:hover .img-sec .hover-over {
	opacity: 1;
}

.com-inside:hover .img-sec img {
	transform: scale(1.1);
}

.com-inside .img-sec .hover-over .btn {
	padding: 0 30px;
	font-size: 13px;
	line-height: 39px;
	height: 40px;
	margin: 0 5px;
	display: inline-block;
}

.com-inside .img-sec .hover-over .btn:hover {
	background: #0abd00;
	color: #222;
}

.com-inside .position-center-center {
	width: 100%;
}

/*=======================================================
			Development Activity
========================================================*/
.dev-activ {
	background: #fff;
}

.dev-activ li {
	list-style: none;
}

.dev-activ li i {
}

.dev-activ li i {
	display: inline-block;
	color: #000;
	height: 80px;
	width: 80px;
	line-height: 78px;
	text-align: center;
	border-radius: 50%;
	font-size: 32px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.dev-activ span {
	font-size: 36px;
	letter-spacing: -0.5px;
	color: #000;
	font-weight: 600;
}

.dev-activ .btn {
	margin: 0 10px;
}

/*=======================================================
      Login info
========================================================*/
.login-register .inside-log-reg {
	max-width: 800px;
	margin: 0 auto;
}

.login-register .nav {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}

.login-register .nav li {
	display: inline-block;
	margin: 0 40px;
	position: relative;
	z-index: 1;
}

.login-register .nav li a {
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: 700;
	padding: 0px;
	color: #ccc;
	position: relative;
	z-index: 1;
}

.login-register .nav .nav-item:nth-child(1):before {
	content: "/";
	font-size: 72px;
	position: absolute;
	right: -55px;
	top: -25px;
	color: #ccc;
	z-index: -1;
}

.login-register .nav li a.active {
	color: #131920;
}

.login-register li {
	list-style: none;
}

.login-register .radio input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	position: absolute;
}

.login-register .radio label {
	font-size: 14px;
	line-height: 18px;
}

.login-register label {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	color: #2d3a4b;
	line-height: 24px;
}

.login-register li a {
	color: #272727;
	font-size: 14px;
	font-weight: 600;
}

.login-register form {
	background: #fff;
	padding: 40px;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.login-register form select {
	font-size: 12px;
	font-weight: 600;
}

.login-register form .price-info {
	font-size: 14px;
	font-weight: 600;
	margin-top: 24px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	height: auto;
	line-height: 36px;
	padding: 0 20px;
}

.login-register form h5 {
	background: #f0f0f0;
	font-weight: 600;
	padding: 10px 40px;
	margin: 20px -40px 20px -40px;
}

.login-register form .price-info p {
	margin-bottom: 0px;
	line-height: 36px;
}

.login-register form .price-info span {
	float: right;
}

.login-register form .checkbox {
	position: relative;
}

.login-register .checkbox label {
	line-height: 18px;
}

.login-register .checkbox label::before {
	left: 20px;
}

.login-register .checkbox label::after {
	left: 0px;
}

/*=======================================================
      Half Layouts
========================================================*/
.main-half-layout {
	background: url(../images/col-img.jpg) center center no-repeat;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
}

.main-half-layout-container {
	position: relative;
	padding: 100px 0;
	padding-left: 20px;
	padding-right: 20px;
	width: 40%;
	margin: 0 5%;
}

.main-half-layout-container.half_left_layout {
	float: right;
	margin-left: auto;
	z-index: 1;
}

.main-page-section {
	position: relative;
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 0px;
}

.main-half-layout.half_right_layout {
	right: 0;
}

.main-half-layout-container.half_right_layout {
	float: left;
	z-index: 1;
}

/*=======================================================
			Why Choose Us
========================================================*/
.ultra-ser {
	/* margin-bottom: 50px; */
}

.img-bl {
	position: relative;
}

.img-bl:after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 6px;
	background: #222;
	top: 0;
	right: 15px;
}

.img-bl:before {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 54px;
	background: #0abd00;
	top: 6px;
	right: 15px;
}

.first_vac .img-bl:before,
.first_vac .img-bl:after {
	right: 0;
}

.icon-box.ib-style-2 .ib-info {
	padding-left: 55px;
}

.icon-box.i-top .ib-icon {
	margin-right: 0px;
	text-align: left;
}

/*=======================================================
			Count Info
========================================================*/
.collab {
}

.count-info {
	margin-top: 50px;
	margin-bottom: 50px;
}

.count-info li {
	list-style: none;
}

.count-info li span {
	font-size: 50px;
	font-weight: 400;
}

/*=======================================================
      BLOG
========================================================*/
.blog-pages {
	padding: 100px 0;
}

.blog-slide {
	margin: 0px;
}

.blog-pages .pagination {
	text-align: center;
}

.blog article {
	position: relative;
}

.blog iframe {
	border: none;
	width: 100%;
	min-height: 330px;
}

.blog .date {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	color: #fff;
	font-size: 30px;
	background: #0abd00;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
}

.blog .date span {
	background: #333333;
	display: inline-block;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	float: left;
	font-weight: 500;
	text-transform: uppercase;
}

.post-detail {
	text-align: center;
	padding: 20px 0;
}

.post-detail span i {
	margin-right: 10px;
}

.post-detail span {
	color: #333;
	display: inline-block;
	width: 100%;
	font-size: 12px;
	margin: 10px 0;
	font-weight: 600;
}

.post-tittle {
	font-size: 18px;
	display: inline-block;
	width: 100%;
	font-weight: 500;
}

.blog-pages .post-detail {
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}

.blog-pages .post-detail .tags {
	margin-top: 10px;
	margin-bottom: 0px;
}

.blog-pages .simple-text .post-detail {
	padding-top: 0px;
}

.blog-pages .simp-tittle {
	padding-left: 80px;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	padding-top: 15px;
}

.remodal-wrapper .remodal {
	max-width: 1000px;
	box-sizing: border-box;

	max-width: 600px;
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
	background-color: #fff;
}

.remodal-wrapper .remodal-close {
	left: auto;
	right: 0;
}

.remodal-wrapper .remodal {
	/*      background: url(../img/1.jpg) center; */
	background-size: cover;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
	/*! border-radius: 15px */
}

.remodal-wrapper .remodalBorder {
	padding: 20px 20px;

	/*! background: rgba(0,0,0,0.8); */
}

.remodal-wrapper .putName,
.putPhone {
	width: 100%;
	font-size: 13px;
}

.remodal-wrapper .btn-modal {
	outline: none;
	font-weight: 400;
	font-size: 13px;
	background: #0abd00;
	margin-top: 15px;
	width: 160px;
	float: right;
	transition: all 0.2s;
	color: #333;
	height: 38px;
	line-height: 38px;
	padding: 0;
}

.submit-rights {
	line-height: 34px;
	font-size: 13px;
	text-align: left;
	color: #fff;
	margin-bottom: 0px !important;
	margin-top: 15px !important;
}

.remodal-wrapper .btn-modal:hover {
	background: #fee700;
	color: #fff;
	text-decoration: underline;
}

.for-1 {
	padding-top: 0px;
	margin: 0px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	padding-top: 20px;
}

.for-2 {
	padding: 20px 0px;
	font-size: 26px;
	font-weight: 700;
	margin: 0px;
	color: #0abd00;
	font-family: "Montserrat", sans-serif;
}

.for-3 {
	line-height: 24px;
	font-size: 14px;
	margin: 0px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}

.file-upload input[type="file"] {
	display: none;
}

.file-upload {
	width: 100%;
	padding: 0 15px;
	height: 30px;
	background: #fff;
	margin-bottom: 5px;
	border-radius: 2px;
	border: none;
	outline: none;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	position: relative;
}

.file-upload label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
}

/* стиль текста на кнопке*/
.file-upload span {
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	padding-left: 20px;
}

.remodal-overlay {
	background: #ddddddd6 !important;
}

.putName::-webkit-input-placeholder {
	color: #333;
}

.putName::-moz-placeholder {
	color: #333;
}

.putName:-moz-placeholder {
	color: #333;
}

.putName:-ms-input-placeholder {
	color: #333;
}

#modal2 {
	/*! max-width: 600px; */
}

#modal2 .remodal-wrapper .remodalBorder {
	padding: 35px;
	padding-top: 35px;
	background: #333333c4;
}

.modal-phone {
	text-align: center;
}

.modal-phone p {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}

.modal-phone a {
	text-align: center;
	display: inline-block;
	padding: 11px 22px;
	font-size: 18px;
	line-height: 21px;
	/*! background: #0abd00; */
	color: #000;
	font-weight: 600;
	border-radius: 4px;
	border: none;
	text-decoration: none;
	letter-spacing: 1px;
	transition: all 0.3s;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.modal-phone a:hover {
	background: #0abd00;
	color: #000;
}

.blog .owl-nav {
	display: none;
}

.blog .owl-dot.active span {
	border-color: #0abd00;
}

.blog p a {
	font-weight: 600;
	text-decoration: underline !important;
}

.blog a {
	color: #000;
}

.blog .tags li {
	margin-bottom: 0px;
}

.pagination > li {
	display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
	border: none;
	padding: 0px;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #777777;
	font-weight: normal;
	margin: 0px;
	background: none;
	border-radius: 4px;
	font-size: 14px;
	margin: 0 5px;
}

.pagination > li > a.current {
	background: #0abd00;
	color: #fff;
	border-color: #0abd00;
}

.pagination li a:hover {
	background: #0abd00;
	color: #fff;
	border-color: #0abd00;
}

.tags {
	display: inline-block;
	width: 100%;
}

.tags li {
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
}

.tags li a {
	display: inline-block;
	padding: 5px 8px;
	background: #333;
	border: none !important;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
}

.side-bar .tags li {
	margin-bottom: 5px;
}

.sm-tags {
	display: inline-block;
	padding: 5px 8px;
	background: #0abd00;
	border: none !important;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

a.sm-tags:hover {
	background: #1a1a1a;
	color: #fff;
}

.tags.dall li a {
	background: #cccccc;
}

.tags li a:hover {
	background: #1a1a1a;
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}

.media-body {
	width: 10000px;
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}

.papu-post .media-left {
	margin-right: 0px;
	padding-right: 20px;
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}

.media-left,
.media > .pull-left {
	padding-right: 10px;
}

/*=======================================================
			PAPULAR POST
========================================================*/
.papu-post {
}

.papu-post .media-left {
	margin-right: 0px;
	position: relative;
	padding-right: 20px;
}

.papu-post .media-left span {
	background: #333333;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 3px 0;
	text-align: center;
	margin-top: 0px;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.papu-post .media-left img {
	width: 100%;
}

.papu-post .media-left a {
	width: 90px;
	display: inline-block;
	position: relative;
}

.papu-post span {
	color: #ffbe00;
	letter-spacing: 0px;
	font-size: 11px;
}

.papu-post li {
	padding: 10px 0;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.papu-post li p {
	font-size: 13px;
	line-height: 22px;
}

.papu-post .media-heading {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 5px;
	letter-spacing: 0px;
}

.search input {
	display: inline-block;
	width: 100%;
	height: 35px;
	background: #fff;
	border: 1px solid #ebebeb;
}

.search button {
	float: right;
	margin-top: 10px;
	line-height: 35px;
	margin-right: 0px;
	margin-top: -35px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	border: none;
	color: #313f46;
	width: 35px;
	height: 35px;
	font-size: 16px;
	background: none;
}

.comments .media-list li {
	margin-bottom: 40px;
}

.comments .media-list li .media-left a {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}

.comments .media-heading {
	font-weight: normal;
	text-transform: none;
	color: #666666;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.comments .media-heading a {
	color: #0abd00;
}

.comments .media-heading span {
	color: #b3b3b3;
}

.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}

.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}

.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}

.promo {
	background: url(../images/bg/promo-bg.jpg) no-repeat;
	background-size: cover;
}

.promo .overlay {
	background: rgba(52, 66, 72, 0.95);
	padding: 100px 0;
}

.promo .overlay:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(52, 66, 72, 0.95);
}

.promo h4 {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 0px;
	margin-bottom: 15px;
}

.promo .overlay:after {
	position: absolute;
	top: 0px;
	left: -340px;
	width: 0;
	content: "";
	height: 0;
	border-bottom: 340px solid rgba(52, 66, 72, 0.95);
	border-left: 340px solid transparent;
}

.promo p {
	color: #fff;
	margin-bottom: 30px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.cate li {
	padding-left: 15px;
	position: relative;
	line-height: 28px;
	list-style: none;
}

.cate li:before {
	content: "\f054 ";
	position: absolute;
	left: 0px;
	font-size: 10px;
	color: #9a9a9a;
	font-family: "FontAwesome";
}

.cate li a {
	color: #333333;
	font-family: "Open Sans", sans-serif;
}

.cate li a:hover {
	color: #0abd00;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.side-bar ul {
	margin-bottom: 0px;
}

.side-bar .side-tittle {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
	text-transform: none;
	letter-spacing: 0px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
}

.side-bar .side-tittle:before {
	content: "";
	position: absolute;
	right: -40px;
	height: 2px;
	width: 30px;
	background: #0abd00;
	bottom: 5px;
}

.side-bar .side-tittle:after {
	content: "";
	position: absolute;
	right: -55px;
	height: 2px;
	width: 10px;
	background: #0abd00;
	bottom: 5px;
}

.sub-bnr:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: -1;
}

.sub-bnr {
	background: #fff url("../images/new-york-bg.jpg") center bottom no-repeat;
	background-size: cover;
	text-align: left;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	display: inline-block;
	width: 100%;
	z-index: 1;
}

.sub-bnr h2 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 0px;
}

.sub-bnr .breadcrumb {
	background: none;
	margin: 0px;
	display: block;
	padding: 0px;
	margin-top: 30px;
	text-align: center;
}

.sub-bnr .breadcrumb li {
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
}

.sub-bnr .breadcrumb li a {
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.sub-bnr .breadcrumb > li + li:before {
	color: #000;
}

.sub-bnr .position-center-center {
	width: 100%;
}

.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.comments .media-list li {
	margin-bottom: 40px;
}

.comments .media-list li .media-left a {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
}

.comments .media-heading {
	font-weight: normal;
	text-transform: none;
	color: #666666;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.comments .media-heading a {
	color: #1193d4;
}

.comments .media-heading span {
	color: #b3b3b3;
}

.comments form li {
	list-style: none;
}

.comments form label {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}

.comments form .form-control {
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-top: 5px;
	border-radius: 0px;
	box-shadow: none;
	background: none;
	border: 1px solid #e8e8e8;
}

.comments form textarea.form-control {
	display: inline-block;
	width: 100%;
	height: 150px;
}

.promo {
	background: url(../images/bg/promo-bg.jpg) no-repeat;
	background-size: cover;
}

.promo .overlay {
	background: rgba(52, 66, 72, 0.95);
	padding: 100px 0;
}

.promo .overlay:before {
	content: "";
	position: absolute;
	right: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	top: 0px;
	background: rgba(52, 66, 72, 0.95);
}

.promo h4 {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	margin: 0px;
	margin-bottom: 15px;
}

.promo .overlay:after {
	position: absolute;
	top: 0px;
	left: -340px;
	width: 0;
	content: "";
	height: 0;
	border-bottom: 340px solid rgba(52, 66, 72, 0.95);
	border-left: 340px solid transparent;
}

.promo p {
	color: #fff;
	margin-bottom: 30px;
}

.player .vp-player-layout {
	width: 100% !important;
}

/*=======================================================
			FOOTER
========================================================*/
#footer {
	background-color: #222;
	color: #d3d3d3;
	font-size: 12px;
}

#footer li {
	/*! line-height: 28px; */
}

#footer li {
	list-style: none;
}

#footer a {
	/*! color: #d3d3d3; */
	/*! font-weight: 500; */
}

#footer a:hover {
	/*! color: #f6b138; */
}

#footer p {
	line-height: 24px;
}

#footer .footer-top {
	padding-top: 100px;
}

#footer .footer-top .columns {
	border-left: 1px solid #2e2e2e;
}

#footer .footer-top .columns:first-child {
	border: none;
}

#footer .footer-bottom {
	margin-top: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 16px;
}

#footer p {
	color: #d3d3d3;
}

#footer .block {
	margin-bottom: 20px;
}

#footer .block-about {
	padding-right: 80px;
}

.block-companies {
	padding-right: 50px;
}

#footer .block-links li {
	float: left;
	width: 50%;
}

#footer .block .block-title {
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 0.3px;
	margin-top: 0;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}

#footer .block-content img {
	margin-top: 20px;
}

#footer .block .block-title:not(.no-underline):before {
	background: #f6b138;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	width: 50px;
}

#footer .copyright {
	text-transform: uppercase;
}

#footer .copyright p {
	font-size: 12px;
	margin-bottom: 0px;
}

.block-companies ul {
	margin: 0px -10px;
}

.block-companies ul li a {
	display: inline-block;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	padding-bottom: 0px;
	font-size: 12px;
	border-radius: 4px;
	text-transform: lowercase;
	margin-bottom: 20px;
}

.block-companies ul li a:hover img {
	opacity: 0.5;
}

.block-companies ul li img {
	margin: 0px !important;
	border-radius: 4px;
}

.block-companies ul li {
	float: left;
	width: 33.333333%;
	padding: 0 10px;
}

.block-instagram-widget a {
	position: relative;
	display: block;
}

.block-instagram-widget {
	margin: 0 5px;
}

.block-instagram-widget li {
	float: left;
	width: 33.333%;
	padding: 0 5px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

.block-instagram-widget li img {
	width: 100%;
}

.block-instagram-widget a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #ffffff;
	font-size: 16px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.block-instagram-widget a .overlay i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.block-instagram-widget a:hover .overlay {
	opacity: 1;
	background-color: #f6b138;
}

.block-twitter-widget {
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
}

.block-twitter-widget .twitter-item {
	margin-top: 20px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.block-twitter-widget .twitter-item:nth-last-child(1) {
	border-bottom: none;
}

.block-twitter-widget .twitter-item .twitter-context {
	margin: 10px 0 10px 0;
	font-weight: 500;
	color: #666;
}

.block-twitter-widget .twitter-date {
	margin-left: 10px;
}

.twitter-content {
	font-weight: 400;
}

.social-links ul {
	float: right;
	text-align: right;
}

.social-links li a {
	font-size: 12px;
}

.social-links li {
	padding-left: 20px;
	display: inline-block;
	text-align: right;
}

.profile-tabs .nav-tabs li {
	margin-right: 3px;
	display: inline-block;
}

.profile-tabs .nav-tabs {
	position: absolute;
	top: -108px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.profile-tabs .nav-tabs li a {
	padding: 9px 10px;
	display: inline-block;
	text-align: center;
	min-width: 112px;
	background: #eeeeee;
	color: #a2a2a2;
	text-transform: uppercase;
	font-size: 14px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.profile-tabs .nav-tabs li.active a {
	background: #fff;
	color: #333333;
}

.compny-profile .main-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.compny-profile .profile-company-content .tab-content h3 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0px;
	border-bottom: 1px solid #f1f1f1;
	padding: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.compny-profile .profile-company-content .tab-content p {
}

.compny-profile .compny-thumbnail {
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #f1f1f1;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 20px;
}

.profile-company-content .sidebar-information ul {
	margin: 0px;
	padding: 0px;
}

.profile-company-content .sidebar-information ul li {
	padding: 0px;
	list-style: none;
}

.filter-wrapper {
	border-radius: 4px;
	position: relative;
}

.filter-wrapper .filter-search {
	position: relative;
}

.filter-wrapper .filter-search .fltr-srch {
	float: right;
	font-weight: 600;
	color: #494949;
	padding: 16px 30px;
	letter-spacing: -1px;
	margin-bottom: 0px;
}

.filter-wrapper .filter-search ul {
	width: 100%;
	padding: 0 10px;
}

.filter-wrapper .filter-search li {
	width: 28%;
	float: left;
	margin: 15px 0px;
	padding: 0px 15px;
}

.filter-wrapper .filter-search li:nth-last-child(1) {
	width: 16%;
	float: right;
}

.filter-wrapper .filter-search li label {
	width: 100%;
	margin: 0px;
}

.filter-wrapper .filter-search .fltr-srch i {
	margin-left: 5px;
}

.filter-wrapper .filter-search .form-control {
	font-size: 14px;
	padding: 0 15px;
	font-weight: 500;
	height: 40px !important;
}

.filter-wrapper .filter-search .inside-from {
	position: absolute;
	left: 0px;
	width: 100%;
	top: -140px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.filter-wrapper .filter-search .btn {
	height: 40px;
	line-height: 40px;
	width: 100%;
	border-radius: 4px;
}

iframe {
	border: none;
}

.compny-profile {
	position: relative;
}

.profile-main {
	background: #fff;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(206, 206, 206, 1);
}

.profile-company-content .sidebar .sidebar-information .single-category li a {
	font-size: 12px;
	font-weight: normal;
}

.profile-company-content .sidebar .sidebar-information .single-category li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 30px;
	padding-bottom: 5px;
}

.collapsed.main-title {
	display: none;
}

.profile-company-content .sidebar {
	margin-bottom: 30px;
	border-radius: 5px;
}

.profile-company-content .com-rate i {
	color: #f2b01e;
	font-size: 14px;
}

.profile-company-content .form-side input {
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
	font-size: 14px;
	height: 40px;
	color: #000;
	width: 100%;
	padding: 0 10px;
	font-weight: 500;
}

.profile-company-content .form-side textarea {
	border: 1px solid #eaeaea;
	margin-bottom: 10px;
	font-size: 14px;
	height: 100px;
	width: 100%;
	padding: 5px 10px;
	font-weight: 500;
}

.profile-company-content .form-side textarea button {
	border-right: none;
}

.profile-company-content
	.sidebar
	.sidebar-information
	.single-category
	.subtitle {
	font-size: 13px;
	font-weight: 600;
	float: right;
	text-align: right;
	line-height: 26px;
	padding-left: 20px;
}

.profile-company-content .sidebar .sidebar-information .single-category .title {
	font-size: 13px;
	margin: 0px;
	font-weight: 600;
	line-height: 26px;
	float: left;
	padding-right: 20px;
}

.profile-company-content
	.sidebar
	.sidebar-information
	.single-category
	.subtitle
	a {
	color: #000;
	font-weight: 600;
}

.compny-profile .profile-serv .icon {
	height: 112px;
	width: 112px;
	line-height: 110px;
	border-radius: 50%;
	border: 1px solid #2aadde;
	margin-right: 30px;
}

.compny-profile .profile-serv .media-left {
	display: table-cell;
	vertical-align: top;
}

.compny-profile .profile-serv .media-body {
	display: table-cell;
	vertical-align: top;
}

.compny-profile .profile-serv .media {
	margin: 15px 0;
	margin-top: 30px;
}

.compny-profile .profile-serv p {
	font-size: 14px;
}

.compny-profile .profile-serv .media h6 {
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 15px;
}

.compny-profile .image-part {
	margin-bottom: 20px;
}

.compny-profile .profile-company-content .tab-content iframe {
	border: none;
	width: 100%;
	height: 360px;
	margin-top: 10px;
	border-radius: 6px;
}

.compny-profile .profile-in {
	padding: 30px;
	padding-top: 0px;
	top: 0px;
}

.compny-profile .user-info ul {
	margin-bottom: 0px;
}

.compny-profile .user-info {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	max-width: 1140px;
	margin: 0px auto;
	position: absolute;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: inline-block;
	width: 100%;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.compny-profile .user-info:before {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	height: 100%;
	width: 1px;
	content: "";
	background: rgba(255, 255, 255, 0.2);
}

.compny-profile .user-info .user-in {
	padding: 30px 50px;
}

.compny-profile .user-info .veri {
	color: #0f0 !important;
	font-size: 12px;
	height: 26px;
	width: 26px;
	float: right;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border: 1px solid #0f0;
	border-radius: 50%;
}

.compny-profile .user-info .col-left {
	float: left;
	width: 50%;
}

.compny-profile .user-info h1 {
	font-size: 28px;
	color: #fff;
	letter-spacing: -1px;
	margin: 0px;
	margin-bottom: 10px;
}

.compny-profile .user-info h6 {
	font-size: 14px;
	color: #fff;
	margin: 0px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom: 20px;
}

.compny-profile .user-info p {
	color: #fff;
	font-weight: 500;
}

.compny-profile .user-info p a {
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}

.custom-select {
	font-size: 12px;
}

.profile-company-content .tab-content .header-listing .custom-select-box {
	width: 220px;
	display: inline-block;
	height: 40px;
	overflow: hidden;
}

.compny-profile .profile-in .header-listing {
	position: absolute;
	top: 20px;
	right: 40px;
}

.compny-profile .profile-in .listing-ver-3 .aply {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
}

.compny-profile .profile-in .listing-ver-3 .aply .btn {
	margin-bottom: 0px;
}

.compny-profile .user-info li {
	list-style: none;
	color: #fff;
}

.compny-profile .user-info ul {
	padding: 0px;
}

.compny-profile .user-info li p {
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 14px;
}

.compny-profile .user-info h1 a {
	position: relative;
}

.compny-profile .user-info li .stars i {
	color: #0abd00;
}

.compny-profile .user-info .followr {
	position: relative;
}

.compny-profile .user-info .followr ul {
	margin-bottom: 0px;
}

.compny-profile .user-info .followr:before {
	content: "";
	position: absolute;
	left: -50px;
	top: 0px;
	width: 150%;
}

.compny-profile .user-info .tooltip {
	position: absolute !important;
	left: 60% !important;
	top: 10px !important;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.compny-profile .user-info .tooltip .tooltip-inner {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

.compny-profile .user-info .followr p {
	font-weight: normal;
}

.compny-profile .user-info .followr p span {
	text-decoration: underline;
}

.compny-profile .user-info .followr li {
}

.compny-profile .user-info li span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}

.compny-profile .user-info .followr li span {
	color: #999999;
	margin: 0px;
}

.compny-profile .modal .modal-dialog {
	max-width: 100%;
	width: 100%;
	margin: 0px;
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.compny-profile .modal {
	background: rgba(0, 0, 0, 0);
	padding: 0 !important;
}

.compny-profile .modal-backdrop.in {
	background: none;
}

.compny-profile .modal-content {
	max-width: 700px;
	margin: 0 auto;
}

.compny-profile .modal ul li {
	margin-bottom: 10px;
}

.compny-profile .modal ul {
	padding: 0px;
}

.compny-profile .modal form input {
	border: none;
	font-size: 12px;
	font-weight: 600;
	height: 40px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.compny-profile .modal form textarea {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.1);
}

.compny-profile .modal h6 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}

.compny-profile .modal h6 a {
	color: #fff;
	border-radius: 50%;
	margin-right: 0px;
	display: inline-block;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
}

.compny-profile .modal button {
	width: 200px;
	margin: 0 auto;
}

.compny-profile .modal .modal-content {
	padding: 50px 0;
	border: none;
}

.modal-open {
	overflow: inherit !important;
	padding: 0px !important;
}

.compny-profile .modal form textarea {
	border: none;
	font-size: 14px;
	font-weight: normal;
	height: 100px;
}

.compny-profile .modal ul li {
	list-style: none;
}

.compny-profile .modal-content {
	background: none;
	box-shadow: none;
}

.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.compny-profile .user-info .social-links {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.compny-profile .user-info .social-links a {
	display: inline-block;
	height: 36px;
	width: 36px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	line-height: 34px;
	font-size: 12px;
	text-align: center !important;
	margin-right: 5px;
}

.right-top-bnr a {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 15px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.right-top-bnr a i {
	margin-right: 5px;
}

.right-top-bnr .bt-ns {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
}

.right-top-bnr .bt-ns a {
	border-radius: 50%;
	height: 36px;
	width: 36px;
	padding: 0px;
	text-align: center;
	line-height: 34px;
}

.right-top-bnr .bt-ns a i {
	margin: 0px;
}

.right-top-bnr a:hover {
	color: #333;
	background: #fff;
}

.profile-bnr {
	min-height: 500px;
	background: url(../images/new-york-bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.company-content .header-listing h6 {
	margin: 10px 5px 5px 0;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	text-transform: uppercase;
}

.company-content .header-listing .custom-select-box {
	width: 220px;
	display: inline-block;
}

.company-content .header-listing .listing-views {
	padding: 0;
	margin: 4px 0 0 0;
	float: right;
	list-style: none;
	display: inline-block;
}

.company-content .header-listing .listing-views li {
	margin-left: 2px;
	display: inline-block;
	width: 27px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}

.company-content .header-listing .listing-views li .fa {
	color: #e6e6e6;
}

.company-content .header-listing .listing-views li.active {
	background: #00d793;
	border: 1px solid #00d793;
}

.company-content .header-listing .listing-views li.active .fa {
	color: #fff;
}

.company-content .listing {
	padding-bottom: 0;
}

.company-content .listing .listing-ver-3 {
	margin-bottom: 30px;
}

.company-content
	.listing
	.listing-ver-3
	.listing-inner
	.listing-content
	.location {
	display: inline-block;
}

.company-content
	.listing
	.listing-ver-3
	.listing-inner
	.listing-content
	.type-work {
	margin-left: 5px;
	padding-left: 9px;
	border-left: 1px solid #666;
	display: inline-block;
	color: #666666;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1.25em;
}

.company-content
	.listing
	.listing-ver-3
	.listing-inner
	.listing-content
	.type-work.full-time {
	color: #cc66cc;
}

.company-content .pagination {
	margin: 0;
	display: inline-block;
	text-align: center;
}

.company-content .pagination li {
	border: 1px solid transparent;
}

.company-content .pagination li.current {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}

.company-content .pagination li a {
	border-radius: 3px;
}

.profile-company-content {
	position: relative;
	padding-top: 100px;
}

.profile-company-content .container {
	max-width: 1170px;
}

.profile-company-content .nav-tabs {
	position: relative;
	top: 0px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 50px;
	border: none;
	background: #fff;
	box-shadow: 0 0 5px rgba(206, 206, 206, 1);
	border-radius: 4px;
	overflow: hidden;
}

.navi-sticky {
	position: relative;
	z-index: 9;
}

.navi-sticky .sticky {
	left: 0px;
	width: 100% !important;
	text-align: center;
}

.navi-sticky li {
	display: inline-block;
}

.navi-sticky .nav {
	display: block;
}

.network h4 {
	margin-top: 0px;
}

.profile-company-content .nav-tabs li a small {
	margin-left: 5px;
}

.profile-company-content .nav-tabs li a {
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
	background: #fff;
	color: #666666;
	font-size: 14px;
	border: none;
	font-weight: 600;
	border-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: #0abd00;
	color: #000;
}

.profile-company-content .sidebar {
	position: relative;
	padding: 20px;
	display: inline-block;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(206, 206, 206, 1);
}

.portfolio-overlay.style-4 .detail-info h3 {
	font-size: 16px;
	padding: 0px;
	border: none;
}

.contact-company li {
	list-style: none;
}

.contact-company {
	margin-top: 50px;
}

.contact-company li .form-control {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 15px;
	height: 46px;
}

.contact-company li textarea.form-control {
	height: 150px;
	margin-bottom: 0px;
}

.side-bar-indide .nav-tabs {
	box-shadow: none;
	border-radius: 0px;
}

.side-bar-indide .nav-tabs li {
	width: 100%;
}

.side-bar-indide .nav-tabs li a {
	width: 100%;
	text-align: left;
}

/*=======================================================
			User Profile
========================================================*/
.user-profile {
}

.user-profile .pro-avatar {
	position: absolute;
	width: 250px;
	bottom: 20px;
	left: 20px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	padding: 5px;
}

.user-profile .user-info {
	overflow: inherit;
	padding-left: 250px;
}

.user-profile .user-info:before {
	display: none;
}

/*=======================================================
			User Dashboard
========================================================*/
.usr-dash-bord .side-bar-indide .nav-tabs li a {
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
}

.usr-dash-bord .side-bar-indide .chang-btn {
}

/*=======================================================
			SKILLS
========================================================*/
.progress-bars p {
	margin: 0px;
	color: #6f6f6f;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 30px;
	font-size: 11px;
	font-weight: bold;
}

.progress-bars {
	display: inline-block;
	width: 100%;
}

.progress {
	border-radius: 0px;
	background: #efefef;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	height: 30px;
	margin-top: 0px;
}

.progress-bar {
	border-radius: 0px;
	background: #eeb013;
	height: 30px;
	box-shadow: none;
}

.progress-bars .bar {
	position: relative;
}

.progress-bar-tooltip {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	color: #141414;
	font-family: "Montserrat";
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	padding-right: 10px;
}

.progress-bars.style-2 .progress {
	border-radius: 0px;
	position: relative;
	background: #ccc;
	box-shadow: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	height: 10px;
}

.progress-bars.style-2 .progress-bar {
	border-radius: 0px;
	background: #333333;
	height: 10px;
}

.progress-bars.style-2 .progress-bar-tooltip {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #141414;
	font-size: 11px;
	line-height: 30px;
}

.progress-bars.style-2 .progress-bars p {
	margin: 0px;
	font-size: 11px;
	color: #141414;
	margin-bottom: 0px;
}

.progress-bars.style-3 .progress-bar-tooltip {
	color: #fff;
	padding-right: 20px;
}

.progress-bars.style-3 .progress {
	border: 1px solid #141414;
	border-radius: 4px;
	background: #fff;
	margin-top: 0px;
}

.progress-bars.style-3 .progress-bar {
	background: #141414;
}

.progress-bars.style-3 p {
	color: #fff;
	display: inline-block;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	line-height: 28px;
}

.progress-bars .caret-left {
	padding-left: 15px;
}

.progress-bars .caret-left:before {
	content: "\f0da";
	position: absolute;
	font-size: 14px;
	left: 0px;
	color: #909090;
	font-family: "FontAwesome";
}

.progress-bars .caret-down {
	padding-right: 15px;
}

.progress-bars .caret-down:before {
	content: "\f0d7";
	position: absolute;
	font-size: 14px;
	right: 0px;
	color: #909090;
	font-family: "FontAwesome";
}

.instagram-studio {
	margin-bottom: -1px;
}

/*=======================================================
			Job Listing
========================================================*/

.followers-sec {
	display: inline-block;
	width: 100%;
}

.followers-sec ul {
	margin: 0 -10px;
}

.followers-sec li {
	float: left;
	width: 33.33333%;
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
	padding: 0 10px;
}

.followers-sec li h3 {
	margin: 20px 0;
}

.followers-sec li p {
	font-size: 12px;
}

.followers-sec li p span {
	font-weight: 600;
}

.followers-sec li .btn {
	height: 30px;
	background: #f0f0f0;
	line-height: 30px;
	font-size: 10px;
	color: #000;
}

.followers-sec li .btn:hover {
	background: #333;
	color: #fff;
}

.followers-sec li h4 {
	font-weight: 600;
	font-size: 18px;
}

.followers-sec li .thumb {
	height: 90px;
	width: 90px;
	padding: 15px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	border: 1px solid #fff;
}

.followers-sec li .inside {
	border: 1px solid #f1f1f1;
	padding: 30px 10px;
	border-radius: 4px;
}

/*=======================================================
			Job Listing
========================================================*/
.job-board {
}

.listing-ver-3 {
	position: relative;
	padding: 30px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.listing-ver-3 .bookmark li {
	display: inline-block;
}

.listing-ver-3 .bookmark li a {
	background: #222;
	color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	font-size: 12px;
	border-radius: 4px;
}

.listing-ver-3 .bookmark {
	position: absolute;
	right: 0px;
	margin: 0px;
}

.listing-ver-3 .listing-content span {
	font-size: 12px;
	margin-right: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;
}

.listing-ver-3 .listing-heading h5 {
	font-weight: 600;
}

.listing-ver-3 .listing-heading h5 a {
	color: #333;
}

.listing-ver-3 .listing-content {
	position: relative;
	padding-right: 200px;
}

.listing-ver-3 .aply {
	position: absolute;
	right: 0px;
	width: 200px;
	top: 0px;
	text-align: center;
}

.listing-ver-3 .aply .btn {
	padding: 0 50px;
	font-size: 12px;
	margin-bottom: 10px;
	height: 40px;
	font-weight: 700;
	line-height: 40px;
}

.listing-ver-3 .listing-content span i {
	margin-right: 5px;
}

.listing-ver-3 .listing-content .title-company {
	font-size: 12px;
	font-weight: 600;
	margin: 15px 0;
}

.listing-ver-3 .listing-tabs li {
	display: inline-block;
}

.listing-ver-3 .listing-tabs li a {
	color: #333;
	font-weight: 600;
}

.listing-ver-3 .listing-tabs .share-button {
	float: right;
}

.listing-ver-3 .tags {
	margin-bottom: 0px;
}

.listing-ver-3 .tags li {
	margin-bottom: 0px;
}

.listing-ver-3 .tags li a {
	font-size: 10px;
	font-weight: 600;
	padding: 5px 10px;
}

.listing-ver-3 .title-tags {
	font-weight: 600;
}

/*=======================================================
			PRICINF TABLE
========================================================*/
.light-gray-bg {
	background: #f6f6f6 !important;
}

.pricing-table {
	margin-left: 0;
	position: relative;
	z-index: 3;
}

.pricing-table .title {
	color: #fff;
	text-align: center;
	background: #b99937;
	font-weight: 300;
	font-size: 20px;
	padding: 15px 0;
}

.pricing-table {
	margin-bottom: 0px;
}

.pricing-table li {
	list-style: none;
}

.pricing-table .price {
	background-color: transparent;
	color: #141414;
	font-size: 60px;
	font-weight: 100;
	padding: 40px 0;
	padding-bottom: 20px;
	text-align: center;
	line-height: 30px;
}

.pricing-table .description {
	background-color: transparent;
	border-bottom: none;
	color: #6f6f6f;
	font-weight: 400;
	text-align: center;
}

.pricing-table .bullet-item {
	background-color: transparent;
	border-bottom: none;
	color: #535353;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	font-size: 13px;
}

.pricing-table .price-label {
	background-color: #f76626;
	color: #ffffff;
	display: block;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.78571rem;
	text-transform: uppercase;
	border-radius: 50%;
	height: 3.21429rem;
	line-height: 3.21429rem;
	padding: 0 0.35714rem;
	width: 3.21429rem;
}

.pricing-table .price-label {
	position: absolute;
	top: 0;
	left: 84%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pricing-table .mixed {
	position: relative;
}

.pricing-table .mixed .price-label {
	bottom: 0;
	top: auto;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.pricing-table .price .currency {
	font-size: 18px;
	padding-right: 5px;
	vertical-align: top;
	position: relative;
	top: -15px;
}

.pricing-table .price .period {
	font-size: 14px;
	font-style: italic;
	color: #141414;
	font-weight: 400;
	display: inline-block;
	width: 100%;
}

.pricing-table .cta-button .button {
	margin: 0;
}

.pricing-table.style-1 {
	position: relative;
	overflow: hidden;
	background: #fff;
}

.table-price:nth-child(1) .title {
}

.table-price:nth-child(2) .title {
	background: #5ab7d6;
}

.table-price:nth-child(3) .title {
	background: #5c71a1;
}

.table-price:nth-child(4) .title {
	background: #c66892;
}

.table-price:nth-child(5) .title {
	background: #4cb5b6;
}

.pricing-table .cta-button {
	position: static;
	text-align: center;
}

.pricing-table .cta-button .btn {
	margin: 30px 0;
	margin-top: 0px;
	display: inline-block;
	height: auto;
	padding: 0 30px;
	font-size: 12px;
	line-height: 43px;
	border: none;
}

.pricing-table .cta-button .btn i {
	line-height: 42px;
	font-size: 18px;
	float: right;
}

.pricing-table.style-1 .cta-button .btn {
	margin: 30px 0;
}

.pricing .table-price {
	width: 20%;
	float: left;
	margin-top: 30px;
}

.pricing .papupalr {
	margin-top: 0px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
	z-index: 4;
}

.pricing .papupalr .price {
	margin-top: 30px;
}

.pricing .papupalr .btn {
	margin-top: 60px !important;
}

.pricing-table.mixed-skew-bottom-left .mixed:before {
	border-bottom: 20px solid #fff;
	border-left: 280px solid transparent;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transform-origin: 0 100% 0;
	-moz-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	-o-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	width: 100%;
	z-index: 0;
}

.pricing-table.mixed-skew-bottom-right .mixed:before {
	border-bottom: 20px solid #fff;
	border-right: 280px solid transparent;
	bottom: -2px;
	content: "";
	left: 0;
	position: absolute;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	-moz-transform: rotate3d(0, 0, 1, 0deg);
	-ms-transform: rotate3d(0, 0, 1, 0deg);
	-o-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transform-origin: 0 100% 0;
	-moz-transform-origin: 0 100% 0;
	-ms-transform-origin: 0 100% 0;
	-o-transform-origin: 0 100% 0;
	transform-origin: 0 100% 0;
	width: 100%;
	z-index: 0;
}

.pricing.style-2 .icon {
	background: #fff url(../images/fact/pattern-bg.jpg) repeat;
	height: 80px;
	width: 80px;
	line-height: 78px;
	border: 1px solid #eeeeee;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	text-align: center;
	z-index: 99;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
}

.pricing .style-2 {
	margin-top: 50px;
	padding-top: 50px;
}

.pricing .style-2 .btn {
	margin: 30px 0;
}

.pricing.style-2 .pricing-table .title {
	background: #333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

.pricing.style-2 .pricing-table p {
	line-height: 42px;
}

.pricing.style-2 .pricing-table {
	background: rgba(0, 0, 0, 0.03);
}

.pricing .pricing-table.style-2 .price {
	letter-spacing: -0.6px;
	font-style: italic;
	padding: 0px;
	border-bottom: 1px solid #ececec;
}

.pricing .pricing-table.style-2 .price .currency {
	font-style: normal;
	padding-right: 0px;
}

.pricing .pricing-table.style-2 .btn {
	width: 100%;
	background: #141414;
	margin-top: 20px;
	color: #fff;
	padding: 20px 0;
	font-size: 14px;
	border: none;
}

.pricing .pricing-table.style-2 .btn:hover {
	background: #ff83a6;
}

.pricing .pricing-table.style-3 .price {
	padding-top: 0px;
	background-size: cover;
	color: #fff;
	font-size: 24px;
	padding-top: 30px;
	font-style: italic;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.pricing .pricing-table.style-3 .bg-img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: -1;
}

.pricing .pricing-table.style-3 .price:before {
	content: "";
	height: 50px;
	background: #fff;
	width: 120%;
	-ms-transform: rotate(7deg);
	/* IE 9 */
	-webkit-transform: rotate(7deg);
	/* Chrome, Safari, Opera */
	transform: rotate(7deg);
	position: absolute;
	left: -20px;
	bottom: -20px;
}

.pricing .pricing-table.style-3 .period {
	color: #fff;
	font-size: 18px;
}

.pricing .pricing-table.style-3 .currency {
}

.pricing .pricing-table.style-3 h5 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	font-style: normal;
	border: 2px solid #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
}

.pricing .pricing-table.style-3 .btn {
	width: 100%;
	background: #ececec;
	margin-top: 20px;
	color: #141414;
	padding: 20px 0;
	font-size: 14px;
	border: none;
}

.pricing .pricing-table.style-3 .btn:hover {
	background: #141414;
	color: #fff;
}

/*=======================================================
      TABS STYLE
========================================================*/
.tabs li {
	display: inline-block;
	position: relative;
}

.tabs li a {
	float: left;
	border: 1px solid #ececec;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #141414;
	font-weight: 500;
}

.tabs li a.active {
	border: 1px solid #eeb013;
}

/*=======================================================
			Process Steps
========================================================*/
.process .thumb {
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.process h6 {
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	letter-spacing: 1px;
}

.process li {
	position: relative;
	width: 25%;
	float: left;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
}

.process span {
	font-size: 20px;
	font-weight: 100;
	display: inline-block;
	margin-bottom: 20px;
}

.process-style-1 {
	display: inline-block;
	width: 100%;
}

.process-style-1 li:hover .thumb img {
	transform: scale(1.3);
}

.process-style-1 li .thumb img {
	border-radius: 50%;
}

.process li:hover .thumb {
	border-radius: 4px;
}

.process li:hover span {
	border-radius: 4px;
}

.process-style-2 {
}

.process-style-3 {
	display: inline-block;
	width: 100%;
}

.process-style-1 li:before {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	right: 0px;
	line-height: 140px;
	color: #909090;
	font-size: 20px;
}

.process-style-1 li:nth-last-child(1):before {
	display: none;
}

.process-style-1 .thumb {
	height: 131px;
	width: 131px;
}

.process-style-1 .thumb span {
	font-size: 40px;
	color: #fff;
	font-style: italic;
	position: absolute;
	height: 100%;
	line-height: 140px;
	width: 100%;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.process-style-2 .icon {
	text-align: center;
	display: inline-block;
}

.process-style-2 li:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 20%;
	right: 0px;
	top: 70px;
	background: #e8e8e8;
}

.process-style-2 li:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20%;
	left: 0px;
	top: 70px;
	background: #e8e8e8;
}

.process-style-2 li:nth-child(1):after {
	display: none;
}

.process-style-2 li:nth-last-child(1):before {
	display: none;
}

.process-style-2 h3 {
	margin-top: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 26px;
}

.process-style-2 span {
	font-size: 18px;
	font-weight: 500;
}

.process-style-3 .media {
	text-align: center;
}

.process-style-3 .media-body {
	text-align: left;
}

.process-style-3 h3 {
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: bolder;
}

.process-style-3 .icon {
	height: 100px;
	width: 100px;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	line-height: 98px;
	color: #a9b876;
	border: 1px solid #ececec;
	border-radius: 4px;
}

.process-style-3 .icon:before {
	position: absolute;
	width: 1px;
	content: "";
	height: 59px;
	left: 50px;
	top: 100%;
	background: #ececec;
}

.process-style-3 li:before {
	position: absolute;
	bottom: 0px;
	width: 100%;
	content: "";
	height: 1px;
	left: 50px;
	top: 159%;
	background: #ececec;
}

.process-style-3 li:nth-last-child(1):before {
	display: none;
}

.process-style-3 p {
	font-size: 12px;
}

/*=======================================================
			Contact Info
========================================================*/
.contact-info {
	background: #fff;
	padding: 95px 115px;
	margin-top: 55px;
	min-height: 500px;
}

.contact-info .social-icon {
	margin-top: 30px;
}

.contact-info .social-icon a {
	width: 48px;
	height: 48px;
	border: 1px solid #628cb1;
	color: #628cb1;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	margin: 0px;
	margin-right: 5px;
	border-radius: 50%;
}

.contact-info .social-icon a:hover {
	border: 1px solid #014381;
	color: #fff;
	background: #014381;
}

.contact-info li {
	list-style: none;
}

.contact-info .h4 {
	font-size: 28px;
	margin-bottom: 30px;
	display: inline-block;
}

.contact-info li p {
	font-size: 16px;
	color: #989da4;
	line-height: 32px;
	margin-top: 20px;
}

.contact-info li a {
	color: #333;
	margin-top: 0px;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	display: inline-block;
	margin-bottom: 5px;
}

.contact-sec .dropdown-menu {
	min-width: inherit !important;
}

.map-block .map-wrapper {
	height: 600px;
}

.contact-form .intl-tel-input {
	width: 100%;
}

.contact-form h4 {
	margin-bottom: 20px;
}

.contact-form ul {
	margin-bottom: 0px;
}

.contact-form li {
	list-style: none;
}

.contact-form label {
	width: 100%;
	margin-bottom: 10px;
}

.contact-form label input {
	height: 44px;
	border: none;
	outline: none !important;
	font-weight: 500;
	font-size: 14px;
	padding: 0px 20px;
	color: #000;
	margin-top: 5px;
	background: #f6f6f6 !important;
}

.contact-form label input:focus {
	outline: none !important;
	box-shadow: none;
}

.contact-form label input:focus {
	outline: none !important;
	box-shadow: none;
}

.contact-form label .form-control:focus {
	outline: none !important;
	box-shadow: none;
}

.contact-form label textarea {
	border: none !important;
	padding: 10px 20px;
	background: #f6f6f6 !important;
	resize: none;
	margin-top: 4px;
}

.contact-form {
	background: #fff;
	max-width: 770px;
	margin: 0 auto;
}

.contact-form label {
	color: #333;
	font-size: 14px;
	padding: 10px 10px;
	font-weight: 500;
	background: rgba(0, 0, 0, 0);
	border: 0px solid #e5edf2;
	border-radius: 4px;
	line-height: 24px;
}

.contact-form label.msg {
	height: auto;
}

.contact-form label textarea {
	min-height: 150px;
}

.contact-sec {
	margin-top: 50px;
	position: relative;
}

.contact-sec .dropdown-toggle.btn-light {
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	margin-bottom: 10px;
	color: #333 !important;
}

.contact-sec .dropdown-toggle::after {
	display: none !important;
}

.contact-sec textarea {
	min-height: 140px;
}

.contact-form .btn {
	color: #fff;
	margin-top: 30px;
	padding: 0px 50px;
}

.contact-form label select {
	border: none;
	width: 100%;
	outline: none !important;
	height: 50px;
	color: #000;
	padding: 0 10px;
	font-weight: 500;
	font-size: 12px;
	margin-top: 5px;
}

.contact-form label textarea {
	border: 1px solid #efeff1;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 20px;
}

.social-icon {
}

.social-icon a {
	font-size: 18px;
	color: #768593;
	margin: 0 10px;
}

.tel-line,
.tel-item,
.app-line {
	display: flex;
	text-align: left;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.wrap_send {
	margin: 25px 0 25px 0;
}

.app-line {
	margin-bottom: 30px;
}

.app-item {
	margin: 0 5px;
}

.app-line a {
	display: block;
}

.app-line img {
	display: block;
	width: 178px;
}

.tel-item {
	margin: 0 15px;
}

.tel-item img {
	display: block;
	width: 26px;
	height: 26px;
}

.tel-item a {
	display: block;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin-left: 5px;
	transition: color 0.4s;
}

.tel-item .call_text {
	font-weight: 500;
	font-size: 22px;
}

.tel-item a:hover {
	color: #0abd00;
}

.copyright {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.copyright .app-line {
	margin-bottom: 0;
}

.copyright .app-line img {
	display: block;
	width: 140px;
}

.modal-btn,
.btn-app {
	display: none !important;
}

.trubka_wrap {
	/* width: 48px;
    height: 48px;*/
	/* text-indent: -9999px;*/
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 100px;
	background-size: cover;
	border-radius: 30px;
	display: none;
}

.header-phone-icon-big {
	width: 48px;
	height: 48px;
	flex-shrink: 0;
	border-radius: 40px;
	background: var(--accent, #0abd00);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: radial-pulse 1.8s infinite;
}

a.back-to-top {
	display: none;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	position: fixed;
	z-index: 1031;
	right: 20px;
	bottom: 100px;
	background: #0abd00 url("/images/up-arrow-green.png") no-repeat center
		center;
	background-size: auto;
	background-size: cover;
	border-radius: 30px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(10, 189, 0, 0.7);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(10, 189, 0, 0);
	}
}

/* футер */

footer {
	padding: 30px 0;
}

.footer-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.footer_phone {
	flex: 1 0 33%;
}

.footer_app {
	flex: 1 0 33%;
	justify-content: center;
}

.footer_vac {
	flex: 1 0 33%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	/*! align-items: center; */
}

.footer_vac h4 {
	/*! margin-bottom: 0; */
}

.footer_vac_btn {
	text-align: center;
	max-width: 100%;
	display: flex;
	align-items: flex-start;
	/*! height: 100% */
	/*! align-self: center; */
}

.footer_cop {
	flex: 1 0 100%;
	text-align: center;
}

.footer_cop p a {
	color: #fff;
}

.footer_cop p {
	margin-bottom: 0;
	color: #fff;
}

.head_footer_phone {
}

.list_footer_phone {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.list_footer_phone .tel-item {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	flex: 0 0 50%;
}

.list_footer_phone .tel-item a {
	font-size: 22px;
}

.list_footer_phone .tel-item img {
	margin-right: 10px;
}

footer .tel-line {
}

footer .call_text {
}

footer .app-line {
	/* margin-bottom:auto; */
	align-items: center;
	/*! margin-top: auto; */
	height: auto;
}

footer .app-item {
}

footer h4 {
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}

/* калбек */

.mob_callback {
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 18px;
	align-items: center;
	justify-content: center;
	align-content: center;
	line-height: 1;
	height: 100%;
	background-color: #fff;
	border-radius: 100px;
	padding: 5px 20px;
	border: 1px solid #0abd00;
	/*! max-width: 85vw; */
	margin-bottom: 35px;
}

.dig_575 .callback_head {
	color: var(--primary-dark, #282828);
	/* font-size: 56px; */
	font-size: calc(48px + 5 * ((100vw - 360px) / (1920 - 360)));
	font-style: normal;
	font-weight: 900;
	padding-left: 24px;
	align-items: center;
}

.callback_text {
	/*! display: flex; */
	/*! flex-direction: column; */
}

.bottom_text_first {
	flex: 1 0 auto;
}

.bottom_text_two {
	flex: 1 1 auto;
}

.callback_text .top_text {
	/* color: var(--accent, #000);*/
	color: #0abd00;
	font-size: 12px;
	font-size: calc(12px + 5 * ((100vw - 360px) / (1920 - 360)));
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 1.44px;
	text-transform: uppercase;
}

.callback_text .bottom_text {
	color: var(--primary-dark, #282828);
	font-size: 10px;
	font-size: calc(10px + 4 * ((100vw - 360px) / (1920 - 360)));
	line-height: calc(1.5 + 0.2 * ((100vw - 360) / (1920 - 360)));
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	flex: 1 0 100%;
}

.phone_call .header-phone-icon-big {
	animation: none;
}

/*modal*/
.phone_list {
	list-style: none;
}

.modal_title {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 25px;
	font-weight: 600;
}

.modal-phone .modal_item p {
	color: #0abd00;
	text-align: left;
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	padding-bottom: 0;
}

.tel-item.mod {
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}

.tel-item.mod a {
	color: #000;

	margin: 0;
	width: auto;
	padding: 5px 10px;

	font-size: 21px;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	font-weight: 600;
}

.modal-phone a:hover {
	background: none !important;
}

.modal-phone .callback_head {
	font-size: 24px;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: left;
	display: flex;
	align-items: baseline;

	position: relative;
	padding-left: 0;
	padding-right: 0;
	/*! font-weight: 700; */
}

.modal-phone .callback_head img {
	margin-right: 10px;
	align-self: center;
}

.price_free {
	position: absolute;
	font-size: 10px;
	top: 30px;
	left: 38px;
	font-weight: normal;
}

.modal-phone .call_digit {
	font-size: 32px;
	font-weight: 500;
	margin-right: 7px;
}

.modal-phone .callback {
	font-size: 22px;
	font-weight: normal;
	/*! align-self: flex-end; */
	/*! margin-top: auto; */
}

/* приложение */
section.app,
section.motivation,
section.advantages,
section.first_vac {
	/* padding: 100px 0; */
	margin: 100px 0;
}

.first_vac_img {
	align-self: center;
}

.motivation_wrap {
	display: flex;
	align-items: center;
	gap: 50px;
}

.wrap_motivation_batton {
	margin-top: 25px;
}

.motivation_text {
}

.wrap_motivation_batton {
}

.motivation_img {
	aspect-ratio: 16/9;
}

.wrap_motivation_batton .btn {
	color: #fff;
	margin: 0 15px 15px 0;
}

.wrap_motivation_batton .btn.btn_phone {
	background-color: #000;
}

.motivation_wrap_vac {
	display: flex;
	gap: 50px;
}

.advantages_wrap {
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.advantages_img {
	flex: 0 0 45%;
}

.advantages_text {
	flex: 1;
}

.first_vac_wrap {
	display: flex;
	gap: 50px;
}

.motivation_img_vac {
	/* padding-left:50px; */
	/* align-self: center; */
}

.section_wrap {
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
	align-items: center;
}

.banner-content-express {
	font-size: 15px;
	text-align: left;
	text-transform: uppercase;
	color: var(--color-orange);
	letter-spacing: 0.12em;
	line-height: 24px;
	/* font-weight: 900; */
}

.index .app .section_wrap {
	padding: 60px 40px 60px 60px;
}

.section_wrap .text_wrap {
	/*Display stuff*/
	flex: 0 0 calc(50% - 25px);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: center;
	margin-bottom: 0;
	/* max-width: 418px; */
}

.section_wrap .image {
	/*Display stuff*/
	display: flex;
	/* flex: 0 0 calc(50% - 25px); */
	align-self: center;
	/*Positioning stuff*/
	position: relative;
}

.app .section_wrap .image {
	/*Display stuff*/
	display: flex;
	flex-wrap: nowrap;
}

.section_wrap .text_wrap h2 {
	/* color:#fff; */
}

.app .section_wrap {
	/*Box model stuff*/
	height: 492px;
	padding: 80px 40px 80px 80px;
	background-image: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.7),
			rgba(0, 0, 0, 0.7)
		),
		url(/images/ap_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-size: contain, cover;
	/*Miscellaneous*/
	box-sizing: border-box;
	/* border-radius: 15px; */
	/* position: relative; */
}

.app .section_wrap .text {
	/*Display stuff*/
	display: flex;
	flex-direction: column;
	align-content: space-between;
	justify-content: space-between;
	/*Box model stuff*/
	margin-bottom: 0;
	/* padding-right: 48px; */
}

.app .section_wrap h2,
.app .section_wrap p {
	/*Typography stuff*/
	color: #fff;
}

.app .section_wrap h2 {
	margin-bottom: 30px;
	/* font-weight: 800; */
}

.app .section_wrap p.banner_text {
	width: auto;
	padding: 0 5px 0 0;
	box-sizing: border-box;
	/* max-width: 411px; */
	margin-bottom: 60px;
}

.app .section_wrap .image {
	/*Display stuff*/
	display: flex;
	flex-wrap: nowrap;
}

.button_wrap {
	/*Display stuff*/
	display: flex;
	align-items: center;
	margin-top: auto;
}

.button_wrap a:first-child {
	/*Box model stuff*/
	margin-right: 24px;
}

.button_wrap a img {
	/* Устанавливаем ширину, как у других кнопок на сайте */
	width: 178px;
	/* Позволяем высоте подстроиться автоматически для сохранения пропорций */
	height: auto;
}

.circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	/* 1. Делаем градиент более контрастным */
	/* background: radial-gradient(circle at 50% 40%, #2aff1c, #0abd00); */
	/* Возвращаем плоский салатовый цвет */
	background-color: #0abd00;
	/* 2. Усиливаем внешнюю и внутреннюю тени */
	/* box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.25), */
	/* inset 0px 8px 10px rgba(0, 0, 0, 0.3), */
	/* inset 0px -8px 10px rgba(255, 255, 255, 0.1); /* 3. Добавляем внутренний блик снизу */
	/* Возвращаем простую внешнюю тень */
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.14);
}

.top_circle {
	right: 3px;
	display: grid;
	grid-template-columns: 70px 80px;
	grid-template-rows: 68px 30px;
	align-items: start;
	padding: 22px 32px;
	font-size: 30px;
	position: relative;
	top: 2px;
	/* box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.14); */
}

.left_circle_top {
	/*Display stuff*/
	grid-row-start: span 2;
	justify-items: center;
	/*Box model stuff*/
	padding-left: 5px;
	/*Typography stuff*/
	font-size: 96px;
	text-align: left;
	color: #fff;
	/*Miscellaneous*/
	letter-spacing: 0;
	font-weight: 800;
	position: relative;
	bottom: 22px;
}

.right_circle_top {
	/*Box model stuff*/
	/* padding-left: 8px;  */
	/*Typography stuff*/
	font-size: 56px;
	text-align: left;
	color: #fff;
	/*Miscellaneous*/
	letter-spacing: 0;
	line-height: 75px;
	font-weight: 600;
}

.right_circle_bottom {
	/*Box model stuff*/
	/*  padding-left: 8px; */
	/*Typography stuff*/
	font-size: 16px;
	font-weight: 800;
	text-align: left;
	text-transform: uppercase;
	/*Miscellaneous*/
	letter-spacing: 0;
	line-height: 22px;
}

.app .circle .circle_bottom {
	/*Display stuff*/
	grid-column-start: span 2;
	/*Typography stuff*/
	font-size: 12px;
	text-align: center;
	color: var(--color-body);
	/*Miscellaneous*/
	letter-spacing: 0;
	line-height: 15px;
	font-weight: 700;
}

.app .container {
	/*Positioning stuff*/
	position: relative;
}

.mobile_pos {
	/*Positioning stuff*/
	position: absolute;
	left: 46%;
	top: -70px;
	width: 420px;
}

.mobile_pos img {
	width: 100%;
}

.savto .mobile_pos {
	/*Positioning stuff*/
	left: auto;
	right: 25px;
}

.app_item_num {
	width: 44px;
	height: 44px;
	padding: 7px;
	border-radius: 50%;
	background-color: #0abd00;
	border: 1px solid #0abd00;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	/* text-align: left; */
	margin-right: 16px;
}

.savto .section_wrap .text_wrap {
	flex: 0 0 calc(50% + 130px);
	align-content: flex-start;
}

.savto .app h3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 41px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

.app_item_text h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 8px;
}

.app_p {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}

.app_item_text {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.app_grid_item {
	display: flex;
	/* flex-wrap: wrap; */
}

.app_grid {
	display: grid;
	grid-template-columns: auto auto;
	gap: 30px;
	margin-top: 38px;
	margin-bottom: 50px;
}

.savto .app .section_wrap {
	min-height: 515px;
	padding: 50px 60px 50px 60px;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, cover;
	box-sizing: border-box;
	border-radius: 15px;
	/* position: relative; */
}

/* форма */
.dispetcher .form_driver_wrap {
	height: auto;
	/* background-color: #fff;
  border-radius: 12px;
  padding: 15px 30px 30px 30px;
  position: absolute;
  right: 0;
  top: -485px; */
}

.form_driver_wrap {
	width: 470px;
	/* height: 634px;*/
	height: auto;
	background-color: #fff;
	border-radius: 12px;
	padding: 15px 30px 30px 30px;
	position: absolute;
	right: 0;
	top: -495px;
}

.form_driver {
	display: flex;
	flex-direction: column;
}

.form_driver_wrap h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	margin-bottom: 8px;
}

.form_subtitle {
	font-size: 19px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	margin-bottom: 30px;
	padding-right: 15px;
}

.form_driver label {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 10px;
}

.form_driver input:not([type="submit"]) {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color: #282828;
	background-color: #edf1fb;
	border: none;
	padding: 14px 16px;
	border-radius: 10px;
	margin-bottom: 20px;
	/* height: 100%; */
}

.form_driver .chek_wrap label {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.form_driver .btn {
	width: 100%;
	margin: 20px auto 0 auto;
	max-width: 80%;
}

/* --- Flexbox Header Alignment --- */

/* 1. Делаем контейнер гибким и выравниваем элементы */
header .container {
	display: flex;
	align-items: center; /* Вертикальное выравнивание по центру */
	justify-content: space-between; /* Логотип слева, меню справа */
}

/* 2. Отменяем старые стили для логотипа */
header .logo {
	float: none; /* Отменяем float */
	position: relative;
	margin-top: 0; /* Убираем отступ */
}

/* 3. Ограничиваем размер изображения логотипа */
.logo img {
	max-height: 60px;
	display: block; /* Убирает возможные нижние отступы у inline-элементов */
}

/* 4. Отменяем старые стили для навигации */
header .navbar {
	float: none; /* Отменяем float */
	padding: 0; /* Убираем лишние отступы, если есть */
}

/* --- Mobile Header Fix for Burger Menu Positioning --- */
@media (max-width: 991.98px) {
	/* 1. Делаем контейнер навигации точкой отсчета */
	header .navbar {
		position: relative;
	}

	/* 2. Центрируем абсолютно спозиционированную кнопку */
	header .navbar-toggler {
		top: 50%; /* Сдвигаем на 50% высоты родителя */
		transform: translateY(-50%); /* Поднимаем на 50% своей высоты */
	}

	/* Убираем лишний отступ у логотипа, который растягивает шапку */
	header .logo {
		margin: 0 !important;
	}

	/* Задаем фиксированную высоту для мобильной шапки */
	header .container {
		height: 70px;
	}
}

/* --- Phone numbers grouping on desktop --- */
@media (min-width: 992px) {
	.tel-line {
		/* Ограничиваем ширину контейнера, чтобы помещалось ~3 телефона */
		max-width: 850px;

		/* Центрируем сам контейнер на странице */
		margin-left: auto;
		margin-right: auto;
	}
}

/* --- Footer phone numbers spacing --- */
#footer .list_footer_phone .tel-item:nth-child(3) {
	margin-bottom: 20px;
}

/* --- Header phone numbers spacing on mobile --- */
@media (max-width: 991.98px) {
	.bnr .tel-line .tel-item:nth-child(3) {
		margin-bottom: 15px; /* Добавляем отступ снизу к третьему номеру */
	}
}

/* --- Circle "10%" layout fix --- */

/* 1. Изменяем сетку: даем больше места числу "10" */
.top_circle {
	grid-template-columns: 95px 55px; /* Шире колонка для числа, уже для % */
	padding: 22px 25px; /* Немного уменьшаем боковые отступы */
}

/* 2. Сдвигаем "10" ниже и правее */
.left_circle_top {
	font-size: 90px; /* Уменьшаем размер шрифта (было 96px) */
	position: relative;
	top: -10px; /* Сдвигаем вниз */
	left: -4px; /* Сдвигаем вправо */
}

/* 3. Опускаем нижний текст */
.app .circle .circle_bottom {
	font-size: 17px;
	margin-top: 15px; /* Добавляем отступ сверху */
}

/* 4. Корректируем положение знака "%" */
.right_circle_top {
	font-size: 50px; /* мое значение */
	padding-left: 3px; /* мое значение */
	position: relative;
	top: 7px; /* Смещаем вниз */
}

/* 5. Корректируем стиль слова "Скидка" */
.right_circle_bottom {
	font-size: 15px; /* мое значение */
	line-height: 30px; /* мое значение */
}

/* --- 3D Rotation Animation for Circle --- */

/* 1. Создаем 3D-пространство (сцену) для родительского элемента */
/* .section_wrap .image {
	perspective: 1000px;
} */

/* 2. Применяем анимацию к кругу и исправляем артефакты */
/* .circle { */
/* Эти свойства необходимы для корректной 3D-анимации */
/* transform-style: preserve-3d; */
/*	backface-visibility: hidden; /* <-- ГЛАВНОЕ ИСПРАВЛЕНИЕ: прячем обратную сторону */

/* Применяем саму анимацию */
/* animation: subtle-rotate 6s ease-in-out infinite;
} */

/* 3. Описываем саму анимацию вращения */
/* @keyframes subtle-rotate {
	0% {
		transform: rotateY(-22deg);
	}
	50% {
		transform: rotateY(22deg);
	}
	100% {
		transform: rotateY(-22deg);
	}
} */

/* --- Round corners for intro block stack on mobile --- */
@media (max-width: 991.98px) {
	.intro-sec {
		border-radius: 15px; /* Скругляем углы у самого родителя */
		overflow: hidden; /* Обрезаем все, что выходит за скругленные углы */
	}
}

/* --- Remove extra margins on App page for mobile --- */
@media (max-width: 767px) {
	.page-app #content section {
		margin: 0;
	}

	/* Затем возвращаем верхний отступ ТОЛЬКО для секции с классом .app */
	.page-app #content section.app {
		margin-top: 30px;
	}
}
