/* #### Generated By: http://www.cufonfonts.com #### */

/*@font-face {

font-family: 'Gotham Book';

font-style: normal;

font-weight: normal;

src: local('../fonts-nct/Gotham Book'), url('../fonts-nct/GothamBook.woff') format('woff');

}



@font-face {

font-family: 'Gotham Light';

font-style: normal;

font-weight: normal;

src: local('../fonts-nct/Gotham Light'), url('../fonts-nct/GothamLight.woff') format('woff');

}





@font-face {

font-family: 'Gotham Medium';

font-style: normal;

font-weight: normal;

src: local('../fonts-nct/Gotham Medium'), url('../fonts-nct/GothamMedium_1.woff') format('woff');

}



@font-face {

font-family: 'Gotham Bold';

font-style: normal;

font-weight: normal;

src: local('../fonts-nct/Gotham Bold'), url('../fonts-nct/Gotham-Bold.woff') format('woff');

}



@font-face {

font-family: 'Gotham Black Regular';

font-style: normal;

font-weight: normal;

src: local('../fonts-nct/Gotham Black Regular'), url('../fonts-nct/Gotham-Black.woff') format('woff');

}



@font-face {

font-family: 'Gotham Light Regular';

font-style: normal;

font-weight: normal;

src: local('../fonts-nct/Gotham Light Regular'), url('../fonts-nct/Gotham-Light.woff') format('woff');

}



@font-face {

font-family: 'Gotham Thin Regular';

font-style: normal;

font-weight: normal;

src: local('../fonts-nct/Gotham Thin Regular'), url('../fonts-nct/Gotham-Thin.woff') format('woff');

}*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #5d6f7a;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
	background-color: #fff;
}

.page-wrap {
	min-height: 100%;
	margin-bottom: 0px;
}

.page-wrap:after {
	content: "";
	display: block;
}

footer, .page-wrap:after {}

/*--------------General CSS---------*/

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
}

a {
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #5d6f7a;
}

a:hover, a:focus {
	color: #ea5b0c;
	text-decoration: none;
	outline: none;
}

button {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

p {
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0px;
	color: #5d6f7a;
	font-weight: 600;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/*-----------------------main styles starts here-----------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

label {
	color: #5d6f7a;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
}

label sup {
	color: #fe0000;
}

textarea.form-control {
	resize: none;
}

.form-group {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.form-control {
	height: 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d6dde1;
	border-radius: 0;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #b2b2b2;
}

.icon_textbox {
	position: relative;
}

.icon_textbox .form-control {
	padding-right: 40px;
}

.icon_textbox i {
	position: absolute;
	top: 15px;
	right: 13px;
	color: #7f8082;
	font-size: 16px;
}

.icon_textbox button {
	position: absolute;
	top: 50%;
	right: 13px;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon_textbox button i {
	position: static;
}

.icon_text {
	position: relative;
	padding-left: 25px;
	color: #809199;
	margin-bottom: 10px;
	width: 100%;
	font-size: 13px;
}

.icon_text i {
	color: #474747;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 16px;
}

.icon_text img {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.font_b {
	font-weight: 700;
}

/*=====================================	PLACE HOLDER CSSS START HERE 		====================================*/

input.form-control::-webkit-input-placeholder {
	color: #809199;
	font-size: 13px;
}

input.form-control::-moz-placeholder {
	color: #809199;
	font-size: 13px;
}

input.form-control::-ms-placeholder {
	color: #809199;
	font-size: 13px;
}

textarea.form-control::-webkit-input-placeholder {
	color: #809199;
	font-size: 13px;
}

textarea.form-control::-moz-input-placeholder {
	color: #809199;
	font-size: 13px;
}

textarea.form-control::-ms-input-placeholder {
	color: #809199;
	font-size: 13px;
}

picture {
	display: block;
}

.cf:before, .cf:after {
	content: "";
	display: table
}

.cf:after {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1170px;
}

/*===================================== PLACE HOLDER CSSS END HERE 		====================================*/

/*===================================== Commen Butons ===================================*/

.main_btn {
	background-color: #ea5b0c;
	border: 1px solid #ea5b0c;
	color: #fff;
	border-radius: 4px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	min-width: 115px;
	display: inline-block;
	padding: 0 15px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 600;
}

.main_btn:hover, .main_btn:focus {
	color: #fff;
	background-color: #f79230;
}

.cancle_btn, .cancle_btn:focus {
	background-color: transparent;
	border: 1px solid #ea5b0c;
	color: #ea5b0c;
}

.cancle_btn:hover {
	color: #fff;
	background-color: #ea5b0c;
}

.black_btn, .black_btn:focus {
	background-color: transparent;
	border: 1px solid #000000;
	color: #000000;
	line-height: 1;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 600;
}

.black_btn:hover {
	color: #fff;
	background-color: #000000;
}

.big_main_btn {
	/*font-size: 18px;

	height: 51px;

	line-height: 50px;

	min-width: 180px;

	font-weight: 600;*/
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	min-width: 180px;
	font-weight: normal;
	border-radius: 30px;
	padding: 0 30px;
	text-transform: uppercase;
}

/*			CUSTOM CHECK BOX AND CUSTOM RADIO CSS START		*/

.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked {
	left: -9999px;
	position: absolute;
}

.custom-checkbox [type="checkbox"]:not(:checked)+label:before, .custom-checkbox [type="checkbox"]:checked+label:before {
	border: 1px solid #d6dde1;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.custom-checkbox [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
}

.custom-checkbox [type="checkbox"]:not(:checked)+label:after, .custom-checkbox [type="checkbox"]:checked+label:after {
	color: #5d6f7a;
	/*background-color: #ea5b0c;*/
	content: "\f00c";
	font-size: 12px;
	font-family: 'FontAwesome';
	/*font-weight: 900;*/
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1.55;
	padding: 1px 2px 2px 2px;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 20px;
	height: 20px;
	text-align: center;
}

.custom-checkbox [type="checkbox"]:not(:checked)+label, .custom-checkbox [type="checkbox"]:checked+label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
	font-weight: 400;
	/*text-transform: capitalize;*/
}

/*	CUSTOM RADIO CSS START	*/

.radio-btn {
	min-height: 42px;
}

.radio-btn-inline {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
	position: relative;
	padding-left: 30px;
	margin-top: 3px;
}

.radio-btn-inline:last-child {
	margin-right: 0;
}

input[type="radio"] {
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
}

input[type="radio"]+label {
	font-size: 14px;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: 400;
	color: #929292;
}

input[type="radio"]+label span {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 1px 8px 0 0;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0px;
	border: 1px solid #ececec;
	background-color: #fff;
	border-radius: 100px;
}

input[type="radio"]:checked+label span:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #ea5b0c;
	top: 6px;
	left: 6px;
	border-radius: 100px;
}

input[type="radio"]:checked+label span {
	background-color: #fff;
}

.mt0 {
	margin-top: 0px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

/* Header menu  */

.badge {
	border-radius: 50%;
	font-weight: 400;
	background-color: #fff;
	height: 20px;
	width: 20px;
	padding: 0;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 3px;
	right: 5px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	color: #5d6f7a;
}

.navbar-default {
	background-color: #272e38;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-header h1 {
	margin: 0;
}

.navbar-brand {
	height: auto;
	width: 200px;
	padding: 18px 15px;
}

.navbar-default .navbar-nav {
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	padding-right: 100px;
}

.navbar-default .navbar-nav>li {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.top_menu .navbar-nav>li .dropdown-menu {
	right: auto;
	left: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #ea5b0c;
}

.top_menu .nav>li.dropdown>a.dropdown-toggle {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	background-color: transparent;
}

.top_menu .nav>li.dropdown>a.dropdown-toggle:hover, .top_menu .nav>li.active>a, .top_menu .nav>li.active>a:hover {
	color: #ea5b0c;
	background-color: transparent;
}

.top_menu .nav>li.dropdown>a>img {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.top_menu .nav>li.dropdown>a.dropdown-toggle span {
	white-space: nowrap;
	max-width: 95px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}

.top_menu .nav>li.dropdown>a.dropdown-toggle i {
	font-size: 20px;
	padding-right: 0;
	vertical-align: middle;
}

.navbar-default .navbar-nav>li>a i {
	font-size: 22px;
	vertical-align: middle;
	padding-right: 3px;
}

.home_menu .navbar-default .navbar-nav>li>a {
	color: #fff;
}

.home_menu .navbar-default .navbar-nav>li>a:hover {
	color: #4267b2;
}

.top_menu .navbar-default .navbar-nav>li.near_by_btn>a {
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #4267b2;
	padding: 0 10px;
	min-width: 170px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	color: #fff;
}

/* responsive header btn */

.navbar-default .navbar-toggle .icon-bar {
	width: 25px;
	height: 2px;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	background-color: #ea5b0c;
}

.navbar-toggle {
	margin-top: 20px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}

.top-bar {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform-origin: 12% 60%;
	-webkit-transform-origin: 12% 60%;
	-moz-transform-origin: 12% 60%;
	-ms-transform-origin: 12% 60%;
	-o-transform-origin: 12% 60%;
}

.middle-bar {
	opacity: 0;
}

.bottom-bar {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
}

.collapsed .top-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}

.collapsed .middle-bar {
	opacity: 1;
}

.collapsed .bottom-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
}

/* responsive header btn over */

.bootstrap-select.open>.dropdown-toggle.btn-default:hover, .bootstrap-select.open>.dropdown-toggle.btn-default:focus {
	background-color: #fff;
}

.bootstrap-select>.dropdown-toggle {
	border: 1px solid #c3c9cd;
	border-radius: 0px;
}

.bootstrap-select.open>.dropdown-toggle {
	border-color: #5d6f7a;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #5d6f7a;
	vertical-align: middle;
}

.bootstrap-select.btn-group .dropdown-toggle .fa {
	color: #464141;
	font-size: 20px;
	vertical-align: middle;
}

.switch {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 30px;
}

.switch input {
	display: none;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #5d6f7a;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 5px;
	bottom: 5px;
	background-color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #1acd7b;
}

input:focus+.slider {
	-webkit-box-shadow: 0 0 1px #fff;
	box-shadow: 0 0 1px #fff;
	border: 2px solid #4267b2;
}

input:checked+.slider:before {
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
}

.slider.round {
	border-radius: 25px;
}

.slider.round:before {
	border-radius: 50%;
}

.account_switch_inner {
	position: relative;
	padding-right: 80px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 35px;
	border-bottom: 1px solid #ececec;
}

.account_switch_inner:last-child {
	border-bottom: none;
}

.account_switch_inner .switch {
	position: absolute;
	right: 20px;
	top: 15px;
}

.home_banner picture img {
	min-width: 100%;
	max-height: 550px;
}

.top_menu {
	-webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 12;
}

.top_menu .nav>li.dropdown.open>a.dropdown-toggle {
	color: #fba435;
}

li.dropdown.open>a.dropdown-toggle i {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 20px;
	padding-bottom: 15px;
	padding-top: 20px;
}

.navbar-default .navbar-nav>li.sign_btn a {
	color: #ea5b0c;
	border: 1px solid #ea5b0c;
	border-radius: 4px;
	padding-top: 0;
	padding-bottom: 0;
	height: 40px;
	line-height: 38px;
}

.navbar-default .navbar-nav>li.sign_btn a:hover {
	background-color: #ea5b0c;
	color: #fff;
}

.home_banner {
	position: relative;
}

.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.banner_text h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 40px;
}

.enquiry_bx {
	padding: 30px 45px;
	background-color: #ea5b0c;
	border-radius: 20px;
	max-width: 615px;
	display: block;
	width: 100%;
	margin: 0 auto;
}

.enquiry_bx h2 {
	margin-top: 0;
	color: #fff;
	font-size: 30px;
	margin-bottom: 30px;
}

.enquiry_bx .form-control {
	height: 65px;
	color: #5d6f7a;
	background-color: #ffe1bb;
	border-radius: 6px;
	border: none;
	font-size: 16px;
}

.enquiry_bx input.form-control::-webkit-input-placeholder {
	color: #5d6f7a;
}

.enquiry_bx input.form-control::-moz-placeholder {
	color: #5d6f7a;
}

.enquiry_bx input.form-control::-ms-placeholder {
	color: #5d6f7a;
}

.getstarted_btn {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	width: 155px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	padding: 0 15px;
	background-color: #fba435;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.09);
	margin-bottom: 10px;
	font-weight: 600;
}

.getstarted_btn:hover {
	color: #fff;
	background-color: #ffbc66;
}

.home_heading {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin: 15px 0 40px;
	display: inline-block;
	width: 100%;
	font-weight: 700;
	position: relative;
	color: #2B2E3D;
	text-transform: uppercase;
}

.home_heading_small {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
}

.home_heading1 {
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	margin: 50px 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	color: #2B2E3D;
}

.full_service {
	background-color: #f6f6f6;
}

.full_service_bx {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.full_service_bx h4 {
	color: #5d6f7a;
	margin-top: 25px;
}

.how_work {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 880px;
}

.how_work_bx {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.how_work_img {
	width: 87px;
	float: left;
	display: table-cell;
}

.how_work_text {
	display: table-cell;
	width: 100%;
	padding-left: 30px;
	vertical-align: top;
}

.how_work_text h4 {
	color: #ea5b0c;
}

.how_work_text p {
	max-width: 270px;
	font-size: 16px;
}

.how_work .main_btn, .why_crayfish .main_btn {
	margin: 30px 0 0 0;
	position: relative;
}

.trusted-sec {
	padding: 0px 0 30px 0;
	width: 100%;
	position: relative;
}

.featured-sec {
	padding: 10px 0 20px;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	background-color: #fff;
}

.featured-sec .trusted-marquee ul li {
	padding: 10px;
}

.trusted-marquee {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.trusted-marquee ul {
	text-align: center;
	display: table;
	width: 100%;
}

.trusted-marquee ul li {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 20px 0;
}

.marquee-scroll {
	display: block;
	position: relative;
	padding: 0;
	/*animation:scroll 20s linear infinite;

	-webkit-animation:scroll 20s linear infinite;

	-moz-animation:scroll 20s linear infinite;



	white-space: nowrap;*/
}

.marquee-scroll:hover {
	animation-play-state: paused;
}

@keyframes scroll {
	0% {
		left: 800px;
	}
	100% {
		left: -800px;
	}
}

@-webkit-keyframes scroll {
	0% {
		left: 800px;
	}
	100% {
		left: -800px;
	}
}

@-moz-keyframes scroll {
	0% {
		left: 800px;
	}
	100% {
		left: -800px;
	}
}

.step-bx1 {
	width: 100%;
	position: relative;
	padding: 0;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

.step-bx1 figure {
	display: inline-block;
	vertical-align: top;
	width: 100px;
}

.step-bx1 h5 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 22px;
	min-height: 45px;
}

.hiw-icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
	background-color: #fff;
	line-height: 120px;
	font-size: 45px;
	color: #ea5b0c;
	border: 2px solid #f2f2f2;
}

.step-bx1 p {
	font-size: 13px;
}

.star-number {
	position: absolute;
	left: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	background: url(../images-nct/star-number-icon.svg) center center no-repeat;
	background-size: cover;
	line-height: 1;
	font-weight: 600;
	font-size: 14px;
	color: #ea5b0c;
	padding: 13px 0;
}

.hiw-main {
	background-color: #f6f6f6;
}

.how_work1 {
	width: 100%;
	padding: 30px 0;
	padding-bottom: 60px;
}

.is-plan-bx {
	width: 100%;
	position: relative;
	margin: 30px 0 50px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.is-plan-bx h3 {
	margin: 0;
	padding: 20px 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #ea5b0c;
}

.client_story_img.client_story_img1 {
	width: auto;
	max-width: 190px;
	display: block;
	float: none;
}

.price-headings {
	border-bottom: 1px solid #efefef;
	text-align: center;
	padding: 10px;
}

.price-headings h4 {
	font-size: 18px;
	color: #5d6f7a;
	margin: 5px 0;
}

.price-headings p {
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 10px;
}

.is-plan-bx ul {
	padding: 15px;
}

.is-plan-bx ul li {
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
	line-height: 23px;
}

.is-plan-bx ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #ea5b0c;
}

.choose-plan-sec {
	width: 100%;
	padding: 20px 0 30px 0;
	padding-bottom: 0;
}

.plan-btn {
	text-align: center;
	margin: 20px 0 10px;
}

footer {
	background-color: #fff;
	padding-top: 30px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	margin-top: 0;
}

.copy_right {
	background-color: #484b4d;
	padding: 20px 0;
}

.copy_right_text, .comp_logo {
	width: 100%;
}

.copy_right_text p {
	text-align: right;
	color: #f6f6f6;
	margin-bottom: 0;
}

.footer_link_bx {
	display: block;
	width: 100%;
	text-align: center;
}

.footer_link_bx>li {
	float: none;
	/* width: 100%; */
	max-width: 19%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}

.footer_link_bx>li:last-child {
	padding-right: 0;
}

.footer_link_bx>li:first-child {
	padding-left: 0;
}

.footer_link_bx>li h6 {
	color: #ea5b0c;
	margin-bottom: 25px;
	margin-top: 0;
	position: relative;
	font-size: 16px;
}

.footer_link_list p {
	margin: 0;
}

.footer_link_list p a {
	/*color: #f6f6f6;*/
	font-size: 15px;
	display: block;
	line-height: 1.33;
	padding: 10px 0;
}

.footer_link_list a:hover {
	color: #ffb558;
}

.social_link p a {
	position: relative;
	padding-left: 40px;
	display: inline-block;
}

.social_link p a i {
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 20px;
}

.lang_select {
	max-width: 155px;
	display: block;
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
	padding: 10px 0px;
	border: 1px solid #ececec;
}

.why_crayfish {
	width: 100%;
	position: relative;
	padding: 50px 0;
	background-color: #424B59;
}

/*.why_crayfish:before {

	background-image: url(../images-nct/why-bg-gradiant.svg);

	background-size: cover;

	width: 100%;

    content: "";

    display: block;

    height: 100%;

    position: absolute;

    top: 0;

    -webkit-transform: skewY(-3deg);

    -moz-transform: skewY(-3deg);

    -ms-transform: skewY(-3deg);

    -o-transform: skewY(-3deg);

    transform: skewY(-3deg);

    background-color: #f6f6f6;

    z-index: 0;

}*/

.why_crayfish .home_heading {
	color: #fff;
}

.why_crayfish_bx {
	text-align: center;
	padding: 20px;
}

.why_crayfish_bx p {
	font-size: 16px;
	color: #cfcfcf;
	margin-bottom: 20px;
}

.why_crayfish_bx picture {
	margin-bottom: 30px;
}

.why_crayfish_bx figure {
	margin-bottom: 15px;
}

.global_netw {
	background-color: #f8f8f8;
	padding-bottom: 30px;
}

.global_netw_bx {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
}

.global_netw_bx a {
	display: block;
	color: #5d6f7a;
}

.global_netw_bx a:hover {
	color: #5d6f7a;
}

.global_netw_user_img {
	position: relative;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

.global_netw_user_img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: #5d6f7a;*/
	opacity: 0.42;
	border-radius: 50%;
}

.global_netw_user_img img {
	width: 150px;
	height: 150px;
}

.global_netw_user_img a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.global_netw_bx h6 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #ea5b0c;
	margin-top: 0;
}

.global_netw_bx p {
	font-size: 13px;
	margin-bottom: 0;
}

.global_netw_bx small {
	color: #5d6f7a;
	display: block;
	font-weight: 400;
}

.video_bx {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.video_bx iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.client_story_bx {
	width: 100%;
	padding: 0 30px;
}

.client_story_bx p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 23px;
}

.client_story_user {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

.client_story_name {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-right: 0;
}

.client_story_img {
	display: table-cell;
	width: 90px;
	float: right;
}

.client_story_img img {
	/*width: 90px;

	height: 90px;

	border-radius: 50%;*/
}

.client_story .owl-theme .owl-nav .owl-prev {
	top: 40%;
}

.client_story .owl-theme .owl-nav .owl-next {
	top: 40%;
}

.trust_comp {
	padding-top:70px;
	padding-bottom: 120px;
	position: relative;
}

.client_story {
	padding: 30px 50px 0 40px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.client_story ul {
	width: 100%;
	position: relative;
}

.is-vdo {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -1px;
}

.is-story {
	width: 65%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -1px;
	padding: 0 20px;
}

.trust_comp .home_heading {
	margin-top: 15px;
	font-size: 26px;
}

.is-story .owl-theme .owl-nav .owl-prev {
	left: -70%;
}

.client_story_name h5 {
	text-align: center;
	color: #2B2E3D;
	margin-top: 0;
	font-size: 16px;
}

.whats_new {
	padding-bottom: 130px;
	/* background-color: #ecf1f5; */
	padding-top: 20px;
	position: relative;
	margin-top: 0px;
}

.whats_new_bx {
	margin: 30px 0;
	border: 1px solid #f1f1f1;
	background-color: #fff;
}

.whats_new_img {
	position: relative;
}

.whats_new_img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #5d6f7a;
	opacity: 0.45;
}

.whats_new_text {
	padding: 15px;
	min-height: 160px;
}

.whats_new_text h6 {
	margin-top: 0;
	color: #333333;
}

.whats_new_img {
	position: relative;
}

.whats_new_img img {
	min-width: 100%;
}

.whats_new_img h4 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin: 0;
}

.whats_new_img h4 span {
	display: inline-block;
	color: #fff;
}

.whats_new_img h4 span:hover {
	color: #ea5b0c;
}

.sub_mailing {
	/* background-color: #fefbf7; */
	padding: 30px 0;
	text-align: center;
	margin-bottom: 70px;
}

.sub_mailing h4 {
	color: #5d6f7a;
	text-transform: uppercase;
}

.sub_mailing_bx {
	max-width: 620px;
	display: block;
	margin: 0 auto;
}

.home-main-main .sub_mailing_bx, .main-box-new .sub_mailing_bx {
	max-width: 690px;
	display: block;
	margin: 0 auto;
	position: relative;
	margin-top: -300px;
	background-color: #fff;
	padding: 40px;
	border-radius: 15px;
	box-shadow: -3px 4px 7px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: -3px 4px 7px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: -3px 4px 7px 2px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: -3px 4px 7px 2px rgba(0, 0, 0, 0.05);
	-o-box-shadow: -3px 4px 7px 2px rgba(0, 0, 0, 0.05);
}

.sub_mailing_bx p {
	margin-bottom: 40px;
	line-height: 23px;
}

.sub_mailing_textbox li {
	float: left;
	width: 40%;
}

.home-main-main .sub_mailing_textbox li {
	float: inherit;
	width: 300px;
	margin: auto;
	position: relative;
	padding-left: 40px;
}

.sub_mailing_textbox li.btn_bx {
	width: 20%;
}

.sub_mailing_textbox {
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	margin-bottom: 20px;
}

.home-main-main .sub_mailing_textbox {
	display: inline-block;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.05);
}

.sub_mailing_textbox li.btn_bx .main_btn {
	font-size: 15px;
	height: 53px;
	line-height: 50px;
	border-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.home-main-main .sub_mailing_textbox li .form-control {
	height: 53px;
	border: none;
	border-bottom: 2px solid #D8D8D8;
	padding-left: 0px;
}

.sub_mailing_textbox li .form-control {
	height: 53px;
	border: none;
	border-right: 1px solid #f7f7f7;
	padding-left: 30px;
}

.sub_mailing_textbox li.name_bx .form-control {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.gry_bg {
	background-color: #f6f6f6;
}

.login_page {
	padding-bottom: 50px;
	padding-top: 40px;
}

.login_page h2 {
	text-align: center;
	color: #5d6f7a;
}

.login_bx {
	border: 1px solid #e6eaee;
	background-color: #fff;
	border-radius: 4px;
	max-width: 760px;
	width: 100%;
	display: block;
	margin: 20px auto;
}

.login_form {
	display: table;
	width: 100%;
}

.login_form_left {
	display: table-cell;
	width: 60%;
	border-right: 1px solid #e6eaee;
	padding: 30px 35px 10px 30px;
}

.login_social {
	padding: 15px;
	display: table-cell;
	width: 40%;
	text-align: center;
	vertical-align: middle;
}

.login_social a {
	display: inline-block;
	max-width: 215px;
	width: 100%;
	border: 1px solid #1a589e;
	color: #0e58ac;
	height: 40px;
	line-height: 38px;
	padding: 0 15px;
	border-radius: 3px;
	margin: 8px 0;
}

.login_social a.gplus {
	border-color: #f20f30;
	color: #f20f30;
}

.login_social a.linkin {
	border-color: #3b8dd2;
	color: #3b8dd2;
}

.login_social a:hover {
	-webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}

.forgot_pass {
	display: inline-block;
	width: 100%;
	color: #ea5b0c;
	text-align: right;
}

.signup_applay_bx {
	padding: 0 25px;
	display: inline-block;
}

.signup_applay_bx_inner {
	display: inline-block;
	width: 100%;
	max-width: 375px;
	padding: 30px;
	text-align: center;
	margin: 15px 0;
}

.signup_applay_bx_inner>p {
	min-height: 75px;
}

.signup_applay_img {
	min-height: 330px;
	margin-top: 25px;
	display: inline-block;
	width: 100%;
}

.gen-wht-bx {
	border: 1px solid #e6eaee;
	border-radius: 3px;
	background-color: #fff;
}

.signup_applay {
	text-align: center;
}

.section {
	position: relative;
}

.lft_fix_menu {
	position: absolute;
	top: 0;
	left: 0;
	/*bottom: 0;*/
	z-index: 10;
	width: 245px;
	/*padding-top: 70px;*/
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: #f6f6f6;
}

.right_dtl_sec {
	margin-left: 250px;
	padding: 0px;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.right_dtl_sec_inner {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px; padding-right: 15px;
}

.sidebar_menu {
	display: inline-block;
	width: 100%;
	padding: 40px 0;
}

.sidebar_menu>ul>li {
	padding: 0 10px;
	border-left: 5px solid transparent;
}

.sidebar_menu>ul>li.dropdown {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.sidebar_menu>ul>li>a {
	padding: 15px 5px 15px 10px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #5d6f7a;
}

.sidebar_menu>ul>li.active {
	background-color: #fff;
	border-color: #ea5b0c;
}

.sidebar_menu>ul>li.active a {
	color: #ea5b0c;
	/*font-weight: 600;*/
	font-weight: 600;
}

.sidebar_menu>ul>li>a:hover {
	color: #ea5b0c;
}

.sidebar_menu>ul li.dropdown>a.dropdown-toggle i {
	font-size: 20px;
	float: right;
	margin-top: 2px;
}

.sidebar_menu .dropdown-menu {
	border-radius: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
	width: 100%;
}

.sidebar_menu .dropdown-menu>li>a {
	padding: 10px 20px;
}

.sidebar_menu .dropdown-menu>li>a:hover, .sidebar_menu .dropdown-menu>li>a:focus {
	background-color: #fff;
	color: #ea5b0c;
}

.sidebar_menu>ul>li.user_dropdown>a.dropdown-toggle {
	color: #283742;
}

.sidebar_menu>ul>li>a.dropdown-toggle picture {
	border: 1px solid #ddd;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}

.sidebar_menu>ul>li>a.dropdown-toggle picture img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

.sidebar_menu>ul li.user_dropdown>a.dropdown-toggle i {
	margin: 12px 0;
}

.gen_heding {
	display: inline-block;
	width: 100%;
	color: #5d6f7a;
	margin-bottom: 30px;
}

.account_switch_inner p {
	margin-bottom: 0;
}

.nav-tabs>li>a {
	font-size: 16px;
	font-weight: 600;
	padding: 15px 20px;
	border-radius: 10px 10px 0 0;
}

.nav-tabs {
	border-bottom: 1px solid #ececec;
}

.nav-tabs>li>a:hover {
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #ea5b0c;
	border-color: #ececec;
	border-bottom-color: transparent;
}

.tab-content {
	border: 1px solid #ececec;
	border-top: 0;
	padding-top: 10px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}

.account_settings {
	margin-bottom: 30px;
}

.change_pass {
	padding-top: 30px;
	padding-bottom: 50px;
}

.left_menu_icon {
	display: none;
	width: 30px;
	margin: 0 5px;
	position: absolute;
	top: 20px;
	left: 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.left_menu_icon span {
	height: 5px;
	width: 5px;
	border-radius: 50%;
	margin-bottom: 5px;
	background-color: #ea5b0c;
	display: block;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding: 0;
}

.sidebar_menu .left_menu_icon {
	color: #ea5b0c;
	font-size: 24px;
	right: 0px;
	left: auto;
	top: 15px;
}

.wallet_bals_bx {
	padding-top: 30px;
	padding-bottom: 40px;
}

.wallet_bals_bx ul li {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	position: relative;
	padding-right: 70px;
	margin-bottom: 50px;
}

.wallet_bals_bx ul li span {
	color: #5d6f7a;
	position: absolute;
	right: 0;
	top: 5px;
}

.redmee_popup {
	padding: 0 20px;
}

.modal-header .close {
	margin-top: 3px;
	opacity: 1;
	color: #f20f30;
	font-size: 24px;
}

.modal-header {
	padding: 15px 35px;
}

.no_record {
	display: inline-block;
	width: 100%;
	padding: 15px;
	border: 1px solid #ececec;
	background-color: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	margin: 15px 0;
}

.form_stap {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.form_stap ul {
	display: block;
	max-width: 680px;
	margin: 0 auto;
}

.form_stap ul li {
	display: inline-block;
	width: 33%;
	float: left;
	text-align: center;
	position: relative;
}

.form_stap li:before {
	content: "";
	height: 2px;
	width: 100%;
	background-color: #ececec;
	position: absolute;
	top: 20px;
	right: 50%;
}

.form_stap li:first-child::before {
	content: none;
}

.form_stap li span {
	font-size: 18px;
	font-weight: 600;
	color: #5d6f7a;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #ececec;
	line-height: 38px;
	background-color: #fff;
	position: relative;
	z-index: 3;
}

.form_stap li.active span {
	background-color: #ea5b0c;
	color: #fff;
}

.form_stap li.active:before {
	background-color: #ea5b0c;
}

.list_form_bx {
	max-width: 680px;
	display: block;
	margin: 0 auto;
	padding: 20px 80px;
}

.list_form_btn {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.tags {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.tags p {
	color: #5d6f7a;
	font-size: 12px;
	background-color: #f3f3f3;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	padding: 1px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
}

.tags p a {
	display: inline-block;
	padding-left: 3px;
}

.drop_upload_file {
	display: inline-block;
	width: 100%;
	border: 1px dashed #c2c3c3;
	padding: 20px;
	text-align: center;
	margin-bottom: 25px;
}

.drop_upload_file img {
	display: block;
	margin: 0 auto;
	width: 57px;
}

.drop_upload_file p {
	font-weight: 600;
}

.drop_upload_file p a {
	color: #ea5b0c;
}

.no_day_text_bx {
	position: relative;
}

.no_day_text_bx .form-control {
	padding-right: 165px;
}

.no_day_text_bx p {
	min-width: 165px;
	background-color: #d6dde1;
	line-height: 45px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #5d6f7a;
	padding: 0 5px;
	font-size: 13px;
}

.total_paid h6 {
	font-size: 16px;
	text-transform: uppercase;
}

.total_paid h6 span {
	padding-left: 15px;
	display: inline-block;
	color: #ea5b0c;
}

.list_form_preview p {
	font-size: 13px;
}

.list_form_preview .soft_in {
	display: inline-block;
	width: 100%;
	color: #333;
}

.soft_in a {
	float: right;
	color: #ea5b0c;
	font-size: 14px;
	font-weight: 600;
}

.list_form_preview .dec {
	font-weight: 300;
	font-size: 14px;
}

.list_info_bx {
	font-size: 13px;
	margin-bottom: 15px;
	width: 100%;
}

.list_info_bx span {
	display: inline-block;
	max-width: 130px;
	width: 100%;
	color: #333;
}

.list_info_bx small {
	display: inline-block;
	max-width: 200px;
	width: 100%;
	font-size: 13px;
}

.list_form_preview .icon_text {
	font-size: 13px;
}

.table {
	margin-bottom: 0;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 20px;
	border: none;
	border-top: 1px solid #ececec;
	color: #5d6f7a;
	font-weight: 600;
}

.table>thead>tr>th {
	border-bottom: none;
	color: #333;
	font-weight: 600;
}

.table>tbody>tr>td span {
	color: #ea5b0c;
	font-weight: 600;
}

.left_post_pro_btn {
	padding: 0 15px;
	margin-bottom: 30px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.left_post_pro_btn .main_btn{
	width: 100%;
}
.my_project {
	border: 1px solid #ededed;
	border-radius: 4px;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.my_project_info {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding: 20px 30px;
	border-right: 1px solid #ededed;
}

.my_project_price {
	display: table-cell;
	width: 220px;
	float: inherit;
	padding: 20px;
	text-align: center;
	border-left: 1px solid #ededed;
	margin-left: -1px;
	vertical-align: middle;
}

.my_project_info h6 {
	margin-top: 0;
	padding-right: 110px;
}

.relative {
	position: relative;
}

.total_bid {
	font-size: 13px;
	color: #333;
	position: absolute;
	top: 0;
	right: 0;
}

.total_bid span {
	font-size: 16px;
	color: #ea5b0c;
	font-weight: 600;
	padding-right: 3px;
}

.my_project_info .list_info_bx {
	margin-bottom: 10px;
}

.my_project_info p.dec {
	font-weight: 300;
	line-height: 20px;
}

.my_project_price h6 {
	margin-top: 0;
	margin-bottom: 30px;
}

.project_stus {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	border-radius: 30px;
	padding: 0 15px;
	min-width: 140px;
	height: 35px;
	line-height: 35px;
	background-color: #ea5b0c;
	margin-bottom: 30px;
	text-align: center;
}

.my_project_price p {
	margin-bottom: 0;
}

.my_project_price p a {
	color: #ea5b0c;
	font-weight: 600;
	display: inline-block;
}

.bg_darkgreen {
	background-color: #57756c;
}

.bg_green {
	background-color: #1acd98;
}

.bg_red {
	background-color: #f20f30;
}

.fillter_bx {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.fill_location {
	max-width: 175px;
	display: inline-block;
	width: 100%;
}

.fill_location .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-size: 13px;
	color: #809199;
}

.complet_pro_link {
	text-align: right;
	margin-top: -20px;
}

.complet_pro_link a {
	border-bottom: 1px solid #ea5b0c;
	color: #ea5b0c;
	font-size: 13px;
}

.my_project_price .main_btn {
	margin-bottom: 10px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #ea5b0c;
	background-color: #fff;
	font-weight: 600;
}

.fill_location .custom-checkbox {
	padding-right: 15px;
}

.table>tbody>tr.last>td {
	background-color: #ececec;
	font-weight: 600;
	color: #5d6f7a;
}

.pro_personal {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}

.profile_user_info {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	border-right: 1px solid #ececec;
}

.profile_social_info {
	display: table-cell;
	width: 230px;
	float: right;
	padding: 20px;
	margin-left: -1px;
	border-left: 1px solid #ececec;
}

.profile_user_info_inner {
	display: table;
	width: 100%;
	padding: 20px;
	padding-left: 30px;
}

.pro_user_img {
	border-radius: 50%;
	border: 2px solid #f1f1f1;
	padding: 5px;
	width: 130px;
	display: table-cell;
	float: left;
}

.pro_user_img img {
	border-radius: 50%;
	width: 116px;
	height: 116px;
}

.pro_user_name {
	display: table-cell;
	width: 100%;
	padding-left: 30px;
	vertical-align: middle;
}

.pro_user_name h4 {
	color: #ea5b0c;
	margin-top: 0;
}

.edit_pro_btn {
	text-align: right;
	margin-bottom: 20px;
}

.edit_pro_btn a {
	font-weight: 600;
	color: #ea5b0c;
	text-transform: uppercase;
}

.edit_pro_btn a:hover {
	color: #5d6f7a;
}

.edit_pro_btn a i {
	padding-right: 10px;
	font-size: 16px;
}

.profile_social_info ul li {
	display: inline-block;
	width: 100%;
	padding-right: 22px;
	min-height: 22px;
	position: relative;
	margin-bottom: 15px;
}

.profile_social_info ul li a {
	display: inline-block;
	color: #48629b;
}

.profile_social_info ul li a.lgoogle {
	color: #dd4f3c;
}

.profile_social_info ul li a.llinked {
	color: #196fa6;
}

.profile_social_info ul li a i {
	font-size: 20px;
	padding-right: 10px;
	vertical-align: middle;
}

.profile_social_info ul li img {
	position: absolute;
	top: 0;
	right: 0;
}

.user_pro_static {
	padding: 10px 0;
}

.user_pro_static_bx {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.user_pro_static_bx h2 {
	font-size: 30px;
	margin: 0;
}

.user_pro_static_bx h6 {
	font-size: 16px;
	color: #ea5b0c;
	text-transform: uppercase;
}

.profile_page .tab-content {
	min-height: 340px;
}

.type-bx {
	width: 100%;
	display: inline-block;
}

.type-bx span, .type-bx small {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}

.type-bx span {
	color: #333;
	min-width: 180px;
}

.type-bx small {
	color: #6f6f71;
	max-width: 210px;
}

.compny_info {
	padding: 40px 30px;
}

.type-bx small a {
	color: #1d54c3;
	border-bottom: 1px solid #1d54c3;
}

.cust_financial_lbl {
	color: #5d6f7a;
	font-size: 16px;
	text-transform: uppercase;
}

.cust_financial {
	padding: 50px 30px;
}

.paypal_id .icon_text {
	color: #ea5b0c;
	font-size: 14px;
	padding-left: 35px;
}

.paypal_id .icon_text i {
	color: #ea5b0c;
	font-size: 18px;
}

.profile_social_info ul li.downlod_pdf a {
	color: #ea5b0c;
	width: 100%;
}

.profile_social_info ul li.downlod_pdf a i {
	position: absolute;
	right: 0;
	padding: 0;
}

.featured_chek>label {
	color: #5d6f7a;
	font-weight: 600;
	margin-bottom: 10px;
}

.color_orange {
	color: #ea5b0c;
}

.provider_pro_user_name h6 {
	color: #6f6f71;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0;
}

.provider_pro_user_name .user_industry {
	color: #333;
	font-weight: 600;
}

.provider_pro_user_name .usser_lang {
	font-size: 13px;
	text-transform: uppercase;
}

.provider_pro_user_name .list_info_bx {
	margin-bottom: 10px;
}

.list_info_bx div {
	display: inline-block;
}

.provider_about {
	padding: 0 30px;
}

.provider_about h6 {
	margin-bottom: 25px;
}

.provider_about p {
	font-weight: 300;
	margin-bottom: 20px;
}

.provider_portfolio {
	background-color: #f3f3f4;
	margin-bottom: 15px;
	padding: 20px 30px;
}

.provider_portfolio h6 {
	position: relative;
	padding-right: 100px;
	margin-bottom: 25px;
}

.provider_portfolio h6 a {
	position: absolute;
	right: 0;
	color: #ea5b0c;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
}

.portfolio_bx {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #dedcdc;
	padding: 20px;
	padding-right: 70px;
	position: relative;
	margin-bottom: 20px;
}

.portfolio_bx p {
	font-weight: 300;
}

.portfolio_operation {
	width: 60px;
	position: absolute;
	top: 20px;
	right: 0px;
}

.portfolio_operation a {
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #6f6f71;
	text-align: center;
	margin-bottom: 8px;
}

.portfolio_operation a.remove {
	color: #f92f1f;
	font-size: 18px;
}

.certific_list {
	display: inline-block;
	width: 100%;
	max-width: 700px;
}

.certific_list li {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 25px;
	padding-right: 60px;
	margin-bottom: 15px;
}

.certific_list li .list_count {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 16px;
	color: #333
}

.certific_list li p {
	margin-bottom: 0;
}

.certific_opertion {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
}

.certific_opertion a {
	display: inline-block;
	color: #f59f3d;
	font-size: 20px;
}

.certific_opertion a.remove {
	color: #f92f1f;
	margin-right: 8px;
}

.dynemic_popup .modal-content {
	overflow: hidden;
}

.dynemic_popup .modal-header {
	background-color: #ea5b0c;
}

.dynemic_popup .modal-title {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

/*.dynemic_popup .modal-body{

	height: 400px;

    overflow-y: auto;

}*/

#myModalDynamicForm .modal-body {
	/*min-height: 340px;

    overflow-y: auto;*/
}

/*.dynemic_fild {

	padding: 0 20px;

}*/

.radio-btn-block .radio-btn-inline {
	width: 100%;
}

ul.image_chekbox {
	list-style-type: none;
}

.image_chekbox li {
	display: inline-block;
}

.image_chekbox input[type="checkbox"][id^="cb"] {
	display: none;
}

.image_chekbox label {
	border: 1px solid #ddd;
	display: block;
	position: relative;
	margin: 10px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.image_chekbox label::before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 1;
}

.image_chekbox label img {
	height: 100px;
	width: 100px;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.image_chekbox :checked+label {
	border-color: #ddd;
}

.image_chekbox :checked+label::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background-color: #ea5b0c;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.image_chekbox :checked+label img {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	z-index: -1;
}

.form_que {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.dynemic_thanks {
	text-align: center;
}

.dynemic_thanks h5 {
	color: #ea5b0c;
}

.dynemic_thanks .main_btn {
	margin-top: 30px;
}

/* ------Event Tab Design----- */

.event-tabs {
	margin: 25px 0 0px;
}

.inner-tab {
	padding: 0 15px;
}

/* -----------07-02-2020------------ */

.offer-cell {
	width: 33.33333333333333%;
	float: left;
	position: relative;
}

.offer-overlay {
	background-color: rgba(255, 255, 255, 0.95);
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	padding: 110px 10% 25px;
	opacity: 0;
}

.offer-cell figure {
	position: relative;
}

.offer-cell figure::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.54) 17%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.54) 17%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.54) 17%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.offer-cell figure img {
	width: 100%;
}

.offer-cell h3 {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	color: #fff;
	z-index: 5;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.offer-icon {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.offer-bullet {
	margin-bottom: 30px;
}

.offer-bullet li {
	position: relative;
	margin-bottom: 15px;
	font-size: 16px;
	padding-left: 30px;
	color: #2B2E3D;
	text-align: left;
}

.offer-bullet li::before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 7px;
	background-color: #eb5b0c;
	border: 1px solid #e93f00;
	display: inline-block;
	content: "";
	border-radius: 50%;
}

.offer-cell:hover .offer-overlay {
	height: 100%;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.offer-cell:hover h3 {
	color: #EB5B0C;
}

.offer-banner ul.breadcrumb li a, .offer-banner ul.breadcrumb li+li::before, .offer-banner ul.breadcrumb li {
	color: #fff;
}

.offer-banner .hero-banner-content {
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 120px;
}

.offer-banner ul.breadcrumb {
	padding-left: 20px;
	display: none;
}

.banner-title {
	font-size: 40px;
	font-weight: 600;
	background-color: #282e38;
	color: #fff;
	display: inline-block;
	padding: 20px 10px 17px;
	min-width: 415px;
	margin: 0 0 50px;
	text-transform: uppercase;
}

.banner-box {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 1px 1px 15px 2px rgba(43, 46, 61, 0.18);
	min-height: 295px;
	padding: 45px 25px;
}

.banner-box h3 {
	font-size: 21px;
	line-height: 34px;
	color: #2B2E3D;
}

.offer-middle-section {
	margin: 80px 0 100px;
}

.client-section {
	background-color: #e9eff4;
	padding: 70px 0 130px;
}

.client-section .home_subheading {
	font-size: 17px;
	margin-bottom: 80px;
}

.client-box {
	max-width: 875px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(43, 46, 61, 0.18);
	padding: 0px 25px 45px;
	min-height: 585px;
	border-radius: 10px;
	position: relative;
}

.client-top {
	margin-bottom: 25px;
}

.client-slider .owl-item .client-img {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	margin: 0 auto 20px;
	opacity: 0.6;
	margin-top: 40px;
}

.client-img img {
	border-radius: 50%;
}

.client-slider.owl-carousel .owl-stage-outer {
	padding-top: 20px;
}

.client-slider h4 {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 5px;
	text-align: center;
	color: #2B2E3D;
}

.client-slider h5 {
	font-size: 12px;
	font-weight: 500;
	margin: 0px;
	text-align: center;
	color: #999999;
}

.client-slider p {
	font-size: 23px;
	line-height: 30px;
	font-weight: 400;
	margin: 20px 0px 0px;
	text-align: center;
	color: #000000;
	font-style: italic;
}

.client-slider .owl-item h4, .client-slider .owl-item h5, .client-slider .owl-item p {
	display: none;
}

.client-slider .owl-item.center h4, .client-slider .owl-item.center h5, .client-slider .owl-item.center p {
	display: block;
}

.client-slider .owl-item.active .client-img {
	margin-right: 0;
}

.client-slider .owl-item.center .client-img {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
	width: 161px;
	height: 161px;
	border-radius: 50%;
	background-color: #fff;
	display: block;
	margin: 0 auto 20px;
	opacity: 1;
}

.client-slider .owl-item.active.center .client-top {
	width: 700px;
	margin-left: -70%;
}

.client-slider .owl-item.active.center~.owl-item.active .client-img {
	margin-right: auto;
	margin-left: 35px;
}

.owl-carousel.owl-loaded.client-slider {
	top: -50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.offer-row-2 .offer-cell {
	width: 50%;
}

.what-we-offer-inner .offer-cell {
	display: inline-block;
	float: none;
	margin-left: -3px;
}

.what-we-offer-inner .offer-row {
	text-align: center;
}

.client-slider .owl-dots {
	text-align: center;
	margin: 15px 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -150px;
}

.client-slider .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	background-color: #242526;
	border-color: #242526;
	opacity: 0.3;
}

.client-slider .owl-dots .owl-dot.active span, .client-slider .owl-dots .owl-dot:hover span {
	background-color: #242526;
	border-color: #242526;
	opacity: 1;
}

.what-we-offer-inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

.crayfish-header .marketplace-top-img {
	top: 0;
}

.mobile-data {
	display: none;
}

header {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.mobile-show {
	display: none;
}

.covid-msg {
	background-color: #ea5b0c;
	text-align: center;
	color: #fff;
	padding: 15px 0px;
	border-bottom: 2px solid #ae5a21;
	border-top: 2px solid #ae5a21;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
}

.covid-msg a {
	color: #fff;
	text-decoration: underline;
}

.covid-msg a:hover, .covid-msg a:focus {
	color: #fff;
}

/*Added by kaushik start*/

.default_orange {
	color: #fff !important;
	background-color: #f79230 !important;
}

.default_orange:hover {
	color: #ea5b0c !important;
	background-color: transparent !important;
}

/*Added by kaushik end*/

/*-------New design start-----  */

.product-page-main {
	padding: 30px 0;
	color: #000000;
}

.new-breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0 0 20px;
}

.new-breadcrumb>li a, .new-breadcrumb>li, .new-breadcrumb>.active {
	color: #EA5A0B;
	font-size: 11px;
}

.new-breadcrumb>li+li::before {
	color: #EA5A0B;
}

.new-pages-main h1, .new-pages-main h2, .new-pages-main h3, .new-pages-main h4, .new-pages-main h5, .new-pages-main h6 {
	color: #000;
}

.product-page-main h1 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.product-page-main .review_star {
	font-size: 14px;
}

.product-page-main .review_star i {
	color: #EA5A0B;
	font-size: 20px;
}

.product-page-main .review_star b {
	padding-right: 5px;
	font-weight: 400;
}

.product-page-main .review_star span {
	color: #000;
	font-size: 14px;
}

.thumb-slider {
	margin-top: 25px;
	margin-bottom: 40px;
}

.lSSlideOuter.vertical .lightSlider img {
	max-width: 654px;
	max-height: inherit;
}

.product-content-block {
	padding-left: 0;
}

.product-block {
	border-bottom: 1px solid rgba(189, 189, 189, 0.5);
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.product-block h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.product-block p:empty {
	display: none;
}

.about-product h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 15px;
}

.about-product p {
	line-height: 25px;
	margin: 0 0 15px;
}

.about-product p:last-child {
	margin-bottom: 0;
}

.project-cell {
	border-left: 1px solid #EA5A0B;
	position: relative;
	padding-left: 25px;
	padding-bottom: 20px;
}

.project-cell:last-child {
	padding-bottom: 0;
	border-left: none;
}

.first-color {
	color: #E85C22;
}

.project-cell h3 span {
	min-width: 15px;
	display: inline-block;
	margin-right: 5px;
}

.project-cell h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.project-cell::after {
	content: "";
	position: absolute;
	left: -6px;
	top: 0;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #E85C22;
}

.project-cell p {
	line-height: 25px;
	margin: 0 0 30px;
}

.project-cell p:last-child {
	margin-bottom: 0;
}

.team-cell {
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 35px;
}

.team-cell:last-child {
	margin-bottom: 0;
}

.team-img {
	width: 67px;
	height: 67px;
	display: inline-block;
	border-radius: 50%;
}

.team-img img {
	border-radius: 50%;
}

.team-cell h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.team-cell h5 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 15px;
}

.team-cell .first-color {
	color: #E85C22;
}

.address-block {
	position: relative;
	padding-left: 20px;
	font-size: 12px;
}

.address-block i {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
}

.team-cell p.gray-color {
	font-size: 10px;
	text-transform: uppercase;
}

.gray-color {
	color: #6D6868;
}

.text-12 {
	font-size: 12px;
}

.team-review h2 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 5px;
}

.product-page-main .small_review_star i {
	font-size: 14px;
}

.product-page-main .small_review_star span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: #6D6868;
	padding: 10px 0 0;
}

.sort-block {
	display: block;
	text-align: right;
}

.sort-block label {
	text-transform: uppercase;
	margin-right: 10px;
	font-size: 13px;
	color: #000;
}

.sort-block .bootstrap-select>.dropdown-toggle {
	border: 1px solid #EA5A0B;
	border-radius: 20px;
	padding: 7px 25px 7px 15px;
	text-transform: uppercase;
	color: #EA5A0B;
	font-size: 13px;
	height: auto;
}

.sort-block .sort-by-reviews.bootstrap-select {
	width: auto !important;
}

.sort-block .bootstrap-select.btn-group .dropdown-toggle .filter-option, .sort-block .bootstrap-select.btn-group .dropdown-toggle .fa {
	color: #EA5A0B;
}

.sort-block .bootstrap-select.btn-group .dropdown-toggle .fa {
	position: absolute;
	right: 7px;
}

.sort-block .dropdown-menu {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	padding: 10px 0;
}

.progress-cell {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.progress-cell .count-review {
	font-size: 14px;
	color: #6D6868;
	position: absolute;
	left: 0;
	top: -5px;
}

.progress-cell .progress {
	margin-bottom: 0;
	height: 10px;
	background-color: #F2F2F2;
	box-shadow: none;
	border-radius: 7px;
}

.progress-cell .progress-bar {
	box-shadow: none;
	background-color: #EA5A0B;
	border-radius: 7px;
}

.progress-block {
	margin-top: 20px;
}

.product-page-main .project-client-review .review_star span {
	display: block;
	padding-left: 0;
	color: #6D6868;
	margin-top: 10px;
}

.review-total h3 {
	font-weight: 700;
	font-size: 60px;
	margin: 0;
}

.review-cell {
	margin-bottom: 50px;
}

.review-cell:last-child {
	margin-bottom: 25px;
}

.review-top {
	position: relative;
	min-height: 50px;
	padding-left: 70px;
	margin-bottom: 10px;
}

.review-top-img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.review-top-img img {
	border-radius: 50%;
}

.review-top h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 5px;
}

.review-top h5 {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	color: #6D6868;
}

.product-page-main .review-cell .small_review_star span {
	display: inline-block;
	padding: 0 0 0 10px;
}

.review-content {
	margin-top: 15px;
}

.review-content h5 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 25px;
}

.review-content p {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 25px;
	line-height: 25px;
}

.review-content p:last-child {
	margin-bottom: 0;
}

.common-link {
	text-decoration: underline;
	font-size: 14px;
	color: #EA5A0B;
}

.common-link:hover, .common-link:focus {
	color: #b14307;
	text-decoration: none;
}

.project-faq-panel.panel-group .panel {
	box-shadow: 5px 5px 18px rgba(167, 149, 140, 0.7);
	border-radius: 6px;
	margin-bottom: 20px;
	overflow: hidden;
}

.project-faq-panel .panel-default>.panel-heading {
	padding: 18px 20px 10px;
	border-bottom: none;
}

.project-faq-panel .panel-body {
	padding: 10px 20px 10px 50px;
	font-size: 14px;
	font-weight: 400;
}

.project-faq-panel .panel-default>.panel-heading a::after {
	right: auto;
	left: 0;
	font-size: 22px;
	top: -5px;
	color: #EA5A0B;
}

.project-faq-panel .panel-default>.panel-heading a {
	padding: 0 0 0 30px;
	font-weight: 500;
	color: #000;
}

.project-faq-panel .panel-default>.panel-heading a.collapsed {
	color: #000;
}

.project-faq-panel .panel-body p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}

.project-faq-panel .panel-body p:last-child {
	margin-bottom: 0;
}

.similar-section-main h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.similar-box {
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

.similar-top-img {
	display: block;
	position: relative;
}

.related-price {
	font-size: 15px;
	font-weight: 700;
	color: #EA5A0B;
}

.similar-row {
	margin: 0 -8px;
}

.similar-cell {
	padding: 0 8px;
	/*width: 25%;*/
	float: left;
	margin-bottom: 20px;
}

.similar-content {
	padding: 15px;
}

.similar-content p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	min-height: 41px;
	color: #262626;
}

.similar-content p a {
	color: #262626;
}

.similar-content p:last-child {
	margin-bottom: 0;
}

.similar-profile-block {
	position: relative;
	padding: 0 0 0 50px;
	min-height: 36px;
	margin-top: 15px;
}

.similar-profile-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: block;
}

.similar-profile-img img {
	border-radius: 50%;
}

.similar-profile-block h4 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px;
}

.similar-profile-block h5 {
	font-size: 10px;
	font-weight: 400;
	margin: 0;
}

.product-right-main {
	margin-left: 30px;
	color: #272E38;
	position: relative;
}

.product-right-main h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.lSSlideOuter .lSPager.lSGallery li {
	opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0 !important;
	opacity: 1;
}

.lSSlideOuter.vertical .lSGallery {
	right: auto;
	left: 0;
}

.delever-cell {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
}

.delever-cell::after {
	background-image: url(../images-nct/check-arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 17px;
	content: "";
}

.add-ons-block {
	display: block;
	margin-bottom: 0px;
}

.add-ons-block .custom-checkbox {
	display: inline-block;
	min-width: 135px;
	padding-right: 5px;
	max-width: 135px;
	vertical-align: top;
}

.add-ons-block .number-field {
	display: inline-block;
	width: 48px;
	height: 24px;
	border: 1px solid #C4C4C4;
	border-radius: 2px;
	margin-right: 5px;
	vertical-align: top;
}

.add-ons-price {
	font-size: 17px;
	font-weight: 700;
}

.total-add-ons {
	font-size: 25px;
	font-weight: 700;
	margin: 7px 0 15px;
}

.product-btns .btn {
	display: block;
	width: 80%;
	margin:0 auto 10px;
}

.first-btn {
	background: #FFFFFF;
	box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.35);
	border-radius: 21px;
	font-size: 13px;
	color: #6D6868;
	width: 100%;
	padding: 12px 15px;
	text-transform: uppercase;
}

.first-btn i {
	margin-right: 5px;
}

.first-btn:hover, .first-btn:focus {
	background-color: #6D6868;
	color: #fff;
}

.second-btn {
	background: #EA5A0B;
	box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.35);
	border-radius: 21px;
	font-size: 13px;
	color: #fff;
	width: 100%;
	padding: 12px 15px;
	text-transform: uppercase;
}

.second-btn:hover, .second-btn:focus {
	color: #c84c09;
	background: #fff;
}

.third-btn {
	background: #fff;

	border-radius: 5px;
	border: 1px solid #EA5A0B;
	font-size: 12.5px;
	color: #EA5A0B;
	padding: 7px 10px;
	text-transform: uppercase;
}

.third-btn:hover, .third-btn:focus {
	color: #fff;
	background: #EA5A0B;
}
.product-btns .btn-link {
	color: #C4C4C4;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
}

.product-btns .btn-link svg {
	margin-right: 5px;
}

.product-right-main .affix {
	top: 85px;
	width: 330px;
}

.product-right-main .affix-top {
	width: 100%;
}

.product-right-main .affix-bottom {
	width: 100%;
	position: absolute;
}

.project-faq-panel .panel-body p:empty {
	display: none;
}

.project-faq-panel .panel-body ul {
	list-style-type: disc;
	margin: 0 0 15px 13px;
}

.project-faq-panel .panel-body ul li, .project-faq-panel .panel-body ol li {
	margin-bottom: 7px;
}

.project-faq-panel .panel-body ol {
	padding: 0 0 10px 15px;
}

.product-btns .list_info_bx small {
	min-width: inherit;
	width: auto;
}

.product-btns .list_info_bx span {
	width: 35%;
}

.view-detail-btn {
	text-align: right;
}

.view-detail-btn a {
	font-size: 13px;
	color: #c84c09;
}

/* -------Second Nav Start------- */

.cf-service-main {position: static;}
.second-nav {position: -webkit-sticky; position: sticky; left: 0; top: 70px; background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); z-index: 200;}
.second-nav .navbar-nav li:first-child  a {padding-left: 5px;}
.second-nav .container-fluid > .navbar-collapse {padding-left: 0;}
.second-nav .navbar-nav > li > a {background-color: transparent; color: #262626;}
.second-nav .navbar-nav > li > a:hover, .second-nav .navbar-nav > li > a:focus {background-color: transparent; color: #ea5b0c;}

/* -----01-12-2020----- */
.offer-box {box-shadow: 0 2px 11px 0 rgba(43,46,61,0.25); position: relative; padding: 45px 0 40px; min-height: 640px;}
.offer-top {position: absolute; left: 0; top: 0;}
.offer-top-box {border-radius: 9px; background-color: #2B2E3D; width: 100%; max-width: 385px; min-height: 220px; text-align: center; padding: 20px 25px; margin: 0 auto 20px; position: relative; z-index: 1;}
.offer-top-box h3 {font-size: 24px; font-weight: 700; text-transform: uppercase; margin: 0 0 20px; color: #fff;}
.offer-top-box p {font-size: 12px;  margin: 0 0 20px; color: #fff; line-height: 23px;}
.offer-box .first-btn {font-weight: 500; box-shadow: none;}
.offer-icons {text-align: center;}
.offer-icons li {display: inline-block; width: 20%; padding: 0 3px; margin-left: -4px; margin-bottom: 20px; vertical-align: top;}
.offer-icons li:first-child {margin-left: 0;}
.offer-icons-circle {box-shadow: 0 2px 11px 0 rgba(43,46,61,0.25); width: 53px; height: 53px; line-height: 53px; background-color: #fff; text-align: center; display: block; margin: 0 auto 10px; border-radius: 50%;}
.offer-icons-circle img {vertical-align: middle;}
.offer-icons h4 {font-size: 14px; font-weight: 500; margin: 0; min-height: 45px; letter-spacing: -0.2px; color: #131418;}
.offer-link {display: block;}
.client-img {width: 125px; height: 125px; display: block; margin: 0 auto 10px; border-radius: 50%;}
.client-img img {border-radius: 50%;}
.market-box p {color: #2B2E3D; line-height: 23px; font-size: 14px; margin-bottom: 15px;}
.market-box h3 {color: #2B2E3D; font-size: 17px; font-weight: 600; margin: 0 0 9px;}
.market-box {text-align: center;}
.market-bottom {padding: 0 20px;}
.section-space {margin-bottom: 60px;}
.popular-box {background-color: #d3dee5;}
.popular-box-top {position: relative; background-color: #9db2c0; min-height: 130px;}
.box-ribbon {background-color: #EB5B0C; display: inline-block; position: absolute; left: 0; top:15px; padding: 5px 11px; color: #fff; font-size: 12px; font-weight: 600;}
.circle-like {width: 46px; height: 46px; display: inline-block; border-radius: 50%; line-height:50px; text-align: center; font-size: 30px; color: #EB5B0C; background-color: #fff; position: absolute; right: 10px; top: 10px;}
.popular-box-middle {text-align: center; padding: 10px 25px; min-height: 168px; background-color: #e9eff4;}
.popular-box-middle h3 {font-size: 16px; font-weight: 600; margin: 0 0 20px;}
.popular-box-middle h3 a {color: #2B2E3D;}
.popular-box-middle p {font-size: 13px; color: #2B2E3D; margin: 0 0 20px;}
.popular-box-middle h4 {font-size: 20px; font-weight: 600; margin: 0 0 10px;}
.popular-box-bottom { padding: 8px 25px;}
.popular-box-bottom a {font-weight: 600;}
.popular-box-bottom a i {font-size: 30px; vertical-align: middle;}
.owl-theme.popular-service-sloder .owl-dots .owl-dot span {width: 16px; height: 16px;background-color: #9DB2C0; border: none;}
.owl-theme.popular-service-sloder .owl-dots .owl-dot.active span {background-color: #ea5b0c;}
.new-banner {position: absolute; left: 0; top: 0; width: 100%; min-height: 456px; background-repeat: no-repeat; background-size: cover; background-position: center top;}
.new-service-main {position: relative; padding: 65px 0 30px;color: #2B2E3D}
.new-title {border-radius: 9px; background-color: #2B2E3D; padding: 15px 35px; text-align: center; color: #fff; font-size: 40px; font-weight: 700; text-transform: uppercase; display: inline-block; margin: 0 0 45px;}
.new-service-main .container {position: relative; z-index: 2;}
.service-top-part {padding: 20px 35px 35px; background-color: #fff;border-radius: 10px; margin-bottom: 15px;}
.large-container {width: 100%; max-width: 1310px;}
.service-top-part h5 {font-size: 13px; color: #2B2E3D; text-align: center; font-weight: 400; margin: 0 0 25px;}
.service-tabs li {width: 9.090909090909091%; float: left;}
.service-tabs li a {display: block; text-align: center; padding: 25px 10px; border-radius: 8px 8px 0 0;}
.service-tabs li.active a {background-color: #eef2f5;}
.service-tabs li.active a h4 {color: #EB5B0C;}
.service-tabs li h4 {font-size: 14px; font-weight: 500; color: #9DB2C0; line-height: 18px; min-height: 45px; margin: 0; white-space: normal;}
.tab-icons-circle {box-shadow: 0 2px 11px 0 rgba(43,46,61,0.25); width: 60px; height: 60px; line-height: 60px; background-color: #fff; text-align: center; display: block; margin: 0 auto 10px; border-radius: 50%;}
.tab-icons-circle img {vertical-align: middle;}
.service-tab-content {background-color: #eef2f5; padding: 20px 10px 10px;}
.service-tab-block {width: 100%; max-width: 910px; margin: 0 auto; text-align: center;}
.service-tab-block p {font-size: 16px; font-weight: 500; color: #2B2E3D; margin: 0 0 20px; line-height: 23px;}
.service-tab-block h1 {font-size: 30px; font-weight: 700; color: #2B2E3D; margin: 0 0 20px; text-transform: uppercase;}
.service-search {position: relative; width: 100%; max-width: 870px; margin: 0 auto 45px;}
.service-search-btn {background: none; border: none; outline: none; padding: 5px; position: absolute; left:20px; top: 6px;color: #EB5B0C; font-size: 20px;}
.service-search .form-control {padding-left: 75px; height: 53px; border-color: #697C88; font-size: 16px;}
.service-search input.form-control::-webkit-input-placeholder {
	color: #697C88;
	font-size: 16px;
}

.service-search input.form-control::-moz-placeholder {
	color: #697C88;
	font-size: 16px;
}

.service-search input.form-control::-ms-placeholder {
	color: #697C88;
	font-size: 16px;
}
.listing-total {border-bottom: 1px solid #a1a1a1; padding: 0 0 10px; margin: 0 0 15px;}
.listing-total p {font-size: 16px; margin: 0; font-weight: 700;color: #697C88; text-align: right;}
.mb-30 {margin-bottom: 30px;}
.pagination > li > a, .pagination > li > span {width: 45px; height: 45px; line-height: 45px; padding: 0; border: none; text-align: center;background-color: #D3DEE5; font-size: 28px; font-weight: 700;color: #697C88; margin: 0 2px;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background-color: #EB5B0C; color: #fff;}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {color: #EB5B0C; background-color:transparent; }
.new-service-main .client-main {width: auto; margin-top:0;}
.service-space {padding: 0 20px;}
.gt-form {width: 100%; max-width: 850px; margin: 0 auto;}
.gt-left {background-position: center top; background-repeat: no-repeat; background-size: cover; position: relative; min-height: 500px; padding: 40px 30px; text-align: center;}
.gt-left h3 {font-size: 21px; line-height: 25px; color: #fff;min-height: 155px; margin: 0 ; }
.gt-content {background-color: rgba(43, 46, 61, 0.75);border-radius: 9px; padding: 20px 15px; color: #fff;}
.gt-content p {font-size: 14px; font-weight: 500; margin-bottom: 25px;}
.gt-content .first-btn {color: #EB5B0C;}
.gt-content .first-btn:hover, .gt-content .first-btn:focus {color: #fff;}
.gt-right {background-position: center top; background-repeat: no-repeat; min-height: 300px; width: 100%; max-width: 365px; margin: 0 auto;}
.gt-right h3 {font-size: 21px; line-height: 25px; margin:20px 0 50px; font-weight: 700; color: #2B2E3D; text-align: center;}
.gt-right input.form-control {border: none; border-bottom: 1px solid #a1a1a1; padding: 0px 0 5px; height: 22px; font-size: 14px; font-weight: 600; background-color: transparent;color: #2B2E3D;}
.gt-right textarea.form-control {border-radius: 0px; border: 1px solid #a1a1a1;font-size: 14px; font-weight: 600; background-color: transparent;color: #2B2E3D;}
.gt-right label {font-size: 14px; font-weight: 600;color: #2B2E3D;}
.gt-right .second-btn {width: auto; padding: 12px 25px;}
.gt-right  input.form-control::-webkit-input-placeholder {
	color: #2B2E3D;
	font-size: 14px;
}

.gt-right  input.form-control::-moz-placeholder {
	color: #2B2E3D;
	font-size: 14px;
}

.gt-right input.form-control::-ms-placeholder {
	color: #2B2E3D;
	font-size: 14px;
}
.marketplace-banner-main {position: relative; min-height: 460px; background-image: url(../images-nct/bs-1.png); background-repeat: no-repeat; background-position: right top; padding: 0;background-size: 62% auto;}
.marketplace-banner-main::after {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(../images-nct/bs-2.png); background-repeat: no-repeat; background-position: -8% -25px; content: "";background-size: 26% auto;}
.marketplace-banner {position: absolute; left: 0; bottom: -28px; background-image: url(../images-nct/bs-3.png); background-repeat: no-repeat; background-position: left bottom;background-size: 18%; width: 100%; height: 100%;}
.marketplace-banner::after {position: absolute; right: 0; bottom: 60px; width: 100%; height: 108px; background-image: url(../images-nct/bs-4.png); background-repeat: no-repeat; background-position: 87% 62%; content: "";}
.marketplace-banner-main .container {position: relative; z-index: 1; padding-top: 75px;}
.market-banner-content {padding-top: 50px;}
.inline-btn {width: auto; display: inline-block; min-width: 175px;}
.marketplace-banner-main h1 {font-size: 30px; font-weight: 600; margin: 0 0 20px; text-transform: uppercase; color: #272E38;}
.marketplace-banner-main h3 {font-size: 18px; font-weight: 400; margin: 0 0 30px; line-height: 22px; color: #272E38;}
.market-banner-video {text-align: right;}
.mpp-box-middle {padding: 25px 20px;}
.mpp-box-middle h4 {font-size: 14px; font-weight: 700; margin: 0 0 20px;}
.mpp-box-middle h4 a {color: #000;}
.mpp-box {box-shadow: 2px 2px 14px rgba(167, 149, 140, 0.7);}
.owl-carousel.mpp-slider .mpp-box {margin: 20px 15px;}
.mpp-content li {margin-bottom: 20px;}
.mpp-content li:last-child {margin-bottom: 0;}
.mpp-content h5 {font-size: 14px; font-weight: 400; margin: 0; color: #272E38;}
.mpp-content p {font-size: 12px; margin: 0; color: #000;}
.mpp-provider {display: inline-block; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e5e5e5; padding: 2px;}
.mpp-provider img {border-radius: 50%;}
.mpp-img-block {min-height: 50px; display: block;}
.owl-theme.mpp-slider .owl-dots {display: none;}
.owl-theme.mpp-slider .owl-nav .owl-prev {background: #FFFFFF;box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25); width: 68px; height: 68px; border-radius: 50%; text-align: center; padding: 0; color: #c4c4c4; left: -30px;}
.owl-theme.mpp-slider .owl-nav .owl-prev i, .owl-theme.mpp-slider .owl-nav .owl-next i {display: none;}
.owl-theme.mpp-slider .owl-nav .owl-prev::before {display: inline-block; content: "\f177"; display: inline-block;font-family:"FontAwesome"; font-size: 30px;}

.owl-theme.mpp-slider .owl-nav .owl-next {background: #FFFFFF;box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25); width: 68px; height: 68px; border-radius: 50%; text-align: center; padding: 0; color: #c4c4c4; right: -30px; display: block;}
.owl-theme.mpp-slider .owl-nav .owl-next::before {display: inline-block; content: "\f178"; display: inline-block;font-family:"FontAwesome"; font-size: 30px;}
.mpp-section {margin-bottom: 50px;}
.mpp-section .home_heading {margin-bottom: 30px;}
.da-section {padding: 60px 0 80px; background-repeat: no-repeat; background-position: center top; background-size: cover; position: relative;}
.da-section::after {background-image: url(../images-nct/bs-5.png); background-repeat: no-repeat; background-position: left bottom; position: absolute; right: 0; top:-50px; height: 186px; width:35%; content: "";}
.da-left-block h4 {font-size: 14px; font-weight: 700; color: #000; margin: 0;line-height: 21px;}
.da-left li::before {color: #EA5A0B;
	content: ".";
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	line-height: 16px;
	margin-right: 5px;}
.da-left li {position: relative;margin: 25px 0 0; color: #000; line-height: 21px;}
.da-right-block {box-shadow:5px 5px 50px rgba(0, 0, 0, 0.35);}
.da-section .container {position: relative; z-index: 2;}
.otr-section {padding: 70px 0; position: relative;}
.otr-section::before {background-image: url(../images-nct/bs-2.png); background-repeat: no-repeat; background-position: right top; position: absolute; right: 0; top:-20px; height: 108px; width:35%; content: "";}
.otr-box {background: #FFFFFF; box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.25); margin: 25px 15px;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.otr-box:hover  {
    -webkit-transform:scale(1.07); /* Safari and Chrome */
    -moz-transform:scale(1.07); /* Firefox */
    -ms-transform:scale(1.07); /* IE 9 */
    -o-transform:scale(1.07); /* Opera */
     transform:scale(1.07);
}
.otr-box:hover .otr-bottom-right {display: block;}
.otr-box-top {position: relative;}
.marketplace-main .review_star i {
    color: #EA5A0B;
    font-size: 20px;
}
.otr-section .container {max-width: 1050px; position: relative; z-index: 1;}
.otr-top h3 {font-size: 20px; font-weight: 400; margin: 0 0 5px;}
.otr-top h3 a {color: #272E38;}
.ort-box-middle {padding: 20px 15px;}
.otr-top p {font-size: 12px; margin: 0;}
.otr-top h4 {margin:5px 0 0; font-size: 20px; font-weight: 400; color: #272E38;}
.otr-top h4 span {color: #C4C4C4;}
.otr-bottom {margin-top: 20px;}
.otr-bottom p {font-size: 12px; margin: 0 0 5px;}
.otr-bottom-left {float: left;}
.otr-bottom-right {float: right; display: none;}
.new-hiw-section {background-repeat: no-repeat; background-position: center top; background-size: cover; padding: 60px 0 70px; color: #fff;position: relative; margin-bottom: 100px;}
.new-hiw-section .home_heading {color: #fff;}
.new-hiw-section .container {position: relative; z-index: 2; }
.new-hiw-section::after {position: absolute; right: 0; top: -53px; width: 100%; height: 108px; background-image: url(../images-nct/bs-4.png); background-repeat: no-repeat; background-position: top right; content: "";}

.new-hiw-section::before {position: absolute; left: 0; bottom: -70px; width: 100%; height: 100%; background-image: url(../images-nct/bs-6.png); background-repeat: no-repeat; background-position: left bottom; content: "";background-size: 46% auto;}

.hiw-list {
	list-style: none;
	counter-reset: item;padding: 0;margin: 0;
  }
  .hiw-list li {
	counter-increment: item;
	margin-bottom: 25px;
	padding:0 0 10px 35px;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	border-bottom: 1px solid rgba(229, 229, 229, 0.5);
  }
  .hiw-list li span {font-weight: 700; margin-right: 10px;}
  .hiw-list li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: counter(item);
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	vertical-align: middle;
  }
  .new-hiw-section .first-btn {color: #E85C22;}
  .new-hiw-section .first-btn:hover,   .new-hiw-section .first-btn:focus {color: #fff;}
.wcm-section {padding: 60px 0 70px;}
.wcm-icon {min-height: 75px; display: block;}
.wcm-box h3 {font-size: 20px; font-weight: 700; margin: 0 0 15px; color: #272E38;}
.wcm-box p {font-size: 14px; line-height: 24px; color: #272E38;}
.new-testimonial-section {padding: 70px 0 80px; background-image: url(../images-nct/new-testimonial-bg.png); background-repeat: no-repeat; min-height: 595px; background-position: top right;}
.nt-box {background: #FFFEFE; box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25); padding: 40px 95px; min-height: 290px; margin: 50px 0px;}
.nt-box-content {min-height: 135px;}
.nt-box-content p {font-size: 14px; line-height: 24px;}
.new-testimonial-slider .owl-item.active, .new-testimonial-slider .owl-item.cloned, .new-testimonial-slider .owl-item {opacity: 0.3;}
.new-testimonial-slider .owl-item.active.center {opacity: 1; width: 50%;}


.owl-theme.new-testimonial-slider .owl-dots {display: none;}
.owl-theme.new-testimonial-slider .owl-nav .owl-prev {background: #FFFFFF;box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25); width: 68px; height: 68px; border-radius: 50%; text-align: center; padding: 0; color: #c4c4c4; left: 23.5%;}
.owl-theme.new-testimonial-slider .owl-nav .owl-prev i, .owl-theme.new-testimonial-slider .owl-nav .owl-next i {display: none;}
.owl-theme.new-testimonial-slider .owl-nav .owl-prev::before {display: inline-block; content: "\f177"; display: inline-block;font-family:"FontAwesome"; font-size: 30px;}

.owl-theme.new-testimonial-slider .owl-nav .owl-next {background: #FFFFFF;box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25); width: 68px; height: 68px; border-radius: 50%; text-align: center; padding: 0; color: #c4c4c4; right: 23.5%; display: block;}
.owl-theme.new-testimonial-slider .owl-nav .owl-next::before {display: inline-block; content: "\f178"; display: inline-block;font-family:"FontAwesome"; font-size: 30px;}
.test-logo {
    display: block;
}
.eos-box {box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25); background-color: #fff; margin: 14px;
	-webkit-transition: all 0.7s ease; /* Safari and Chrome */
    -moz-transition: all 0.7s ease; /* Firefox */
    -ms-transition: all 0.7s ease; /* IE 9 */
    -o-transition: all 0.7s ease; /* Opera */
	transition: all 0.7s ease;
}
.eos-box:hover .eos-box-middle {padding: 30px 25px;
	-webkit-transition: all 0.7s ease; /* Safari and Chrome */
    -moz-transition: all 0.7s ease; /* Firefox */
    -ms-transition: all 0.7s ease; /* IE 9 */
    -o-transition: all 0.7s ease; /* Opera */
	transition: all 0.7s ease;}
	.eos-section .home_heading {margin-bottom: 30px;}
	.eos-section .owl-theme .owl-dots {display: none;}




	.owl-theme.eos-slider .owl-nav .owl-prev {background: #FFFFFF;box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25); width: 68px; height: 68px; border-radius: 50%; text-align: center; padding: 0; color: #c4c4c4; left: -35px;}
	.owl-theme.eos-slider .owl-nav .owl-prev i, .owl-theme.eos-slider .owl-nav .owl-next i {display: none;}
	.owl-theme.eos-slider .owl-nav .owl-prev::before {display: inline-block; content: "\f177"; display: inline-block;font-family:"FontAwesome"; font-size: 30px;}

	.owl-theme.eos-slider .owl-nav .owl-next {background: #FFFFFF;box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.25); width: 68px; height: 68px; border-radius: 50%; text-align: center; padding: 0; color: #c4c4c4; right:-35px; display: block;}
	.owl-theme.eos-slider .owl-nav .owl-next::before {display: inline-block; content: "\f178"; display: inline-block;font-family:"FontAwesome"; font-size: 30px;}

.eos-section {padding: 20px 0 55px; position: relative; margin-bottom: 60px;}
.eos-section .container {position: relative; z-index: 1;}
.eos-section::before {position: absolute; right: 0; top: 50px; width: 100%; height: 100%; background-image: url(../images-nct/bs-2.png); background-repeat: no-repeat; background-position: right top; content: "";background-size: 26% auto;}
.eos-section::after {position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-image: url(../images-nct/bs-2.png); background-repeat: no-repeat; background-position: left bottom; content: "";background-size: 26% auto;}
.eos-box-top {display: block;}
.eos-box-middle  {padding: 25px 25px;}
.eos-box-middle p {font-size: 14px; color: #000;}
.eos-box-middle p:last-child {margin: 0;}
.eos-box-bottom {padding: 0 25px 25px;}
.eos-box-bottom h3 {margin: 0; font-size: 20px; font-weight: 400;}
.eos-box-bottom h4 {margin: 0; font-size: 14px; font-weight: 400; opacity: 0; text-align: right;}
.eos-row {margin: 0 -8px; min-height: 305px;}
.eos-cell {padding: 0 8px; width: 25%; float: left;}
.eos-box:hover .eos-box-bottom h4 {opacity: 1;}
.eos-box:hover .eos-box-bottom h3 {font-weight: 700;}
.eos-box:hover .eos-box-bottom p {font-weight: 700;}
.new-testimonial-section .second-btn, .eos-section .second-btn {min-width: 225px;}
.eos-slider {margin-bottom: 25px;}
.other-service-slider.owl-theme .owl-dots {display: none;}
.owl-theme.other-service-slider .owl-nav .owl-prev, .owl-theme.other-service-slider .owl-nav .owl-next {color: #EB5B0C; background: none; width: 25px; height: 70px; top: 45%;}
.owl-theme.other-service-slider .owl-nav .owl-prev {left: -60px;}
.owl-theme.other-service-slider .owl-nav .owl-next {right: -60px;}
.ots-section {padding-bottom: 25px;}

.explore-service-icons {padding-bottom: 15px; white-space: nowrap; overflow: auto; text-align: center; width: 100%; margin-bottom: 60px; padding-top: 10px;}
.explore-service-icons li {display: inline-block; padding: 0 3px; width: 110px; white-space: normal; vertical-align: top;}
.explore-service-icons li a {display: block; text-align: center; padding: 0 10px 25px; border-radius: 8px 8px 0 0;}
.explore-service-icons li h4 {font-size: 14px; font-weight: 500; color: #1d1e23e6; line-height: 18px; min-height: 45px; margin: 0; white-space: normal;}
.explore-icons-circle {box-shadow: 0 2px 11px 0 rgba(43,46,61,0.25); width: 60px; height: 60px; line-height: 60px; background-color: #fff; text-align: center; display: block; margin: 0 auto 10px; border-radius: 50%;}
.explore-icons-circle img {vertical-align: middle;}


.special-tag{
	position: relative;
	background: #d40707;
	/* border: 1px solid #000000; */
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 8px;
	margin-left: 12px;
}
.special-tag:after, .special-tag:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.special-tag:after {
	border-color: rgba(241, 241, 241, 0);
	border-right-color: #d40707;
	border-width: 7px;
	margin-top: -7px;
}
.special-tag:before {
	border-color: rgba(99, 99, 99, 0);
	border-right-color: #000000;
	border-width: 7px;
	margin-top: -7px;
}

.btn-list-opt-comb{
	margin-top: 25px; margin-bottom: 15px;
}
.btn-list-opt-comb li{
	margin-bottom: 10px;
}

.admin-approval{
	font-size: 18px;
    font-weight: 700;
}
.approved{
	color: green;
}
.disapproved{
	color: red;
}
.waiting-for-approval{
	color: gray;
}
.no-data-bx{
	margin-top: 15px; margin-bottom: 15px; height: auto !important; min-height: 360px !important; position: relative;
}
.no-data-bx p{
	margin-bottom: 30px;
	}
.centerdiv{
	margin: 0 auto; float: none;
}
.gs-data-bx{
	min-height: 1px !important; margin-top: 15px; margin-bottom: 15px; height: auto !important; position: relative;
}
.gs-data-bx:before, .no-data-bx:before{
	content: ''; position: absolute; bottom: -15px; left: 50%; width: 1px; height: 15px; background-color: #111;
}
.no-data-bx:before{
	bottom: auto; top:-15px;
}
.gs-otr{
	position: relative;
}
.gs-otr:before{
	content: ''; position: absolute; bottom: -1px; left: 15px; width:97%;  height: 1px; background-color: #111;
}

.gs-data-bx:before, .no-data-bx:before, .gs-otr:before{
	opacity: 0;
}

.is-video-form-dtl{
    width:100%;
    padding:50px 0;
}


 @media (min-width: 768px) {
	.dynemic_popup {
		width: 500px;
	}
}

.provider_review_bx {
	display: table;
	width: 100%;
	padding: 15px 20px;
	border-bottom: 1px solid #ededed;
}

.provider_review_bx:last-child {
	border-bottom: none;
}

.provider_review_img {
	width: 110px;
	float: left;
	display: table-cell;
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	padding: 2px;
}

.provider_review_img img {
	border-radius: 50%;
}

.provider_review_info {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-left: 30px;
	position: relative;
}

.provider_review_info h6 {
	padding-right: 100px;
	margin-top: 8px;
}

.provider_review_info .date {
	font-size: 13px;
	position: absolute;
	top: 8px;
	right: 0px;
}

.review_star {
	display: inline-block;
	width: 100%;
}

.review_star i {
	color: #ffb400;
	padding: 2px 1px;
	font-size: 16px;
}

.review_star span {
	color: #5d6f7a;
	padding-left: 5px;
	font-size: 13px;
}

.provider_review_info p {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

.fillter_bx .search_bx {
	max-width: 250px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.custom-checkbox-inline .custom-checkbox {
	display: inline-block;
	padding-right: 15px;
}

.search_check {
	margin-top: 15px;
}

.search_listing {
	margin-top: 20px;
}

p.projecter_name a {
	font-weight: 600;
	color: #ea5b0c;
}

.search_listing .my_project_info h6 {
	margin-bottom: 10px;
}

.search_listing .my_project_price .total_bid {
	position: static;
}

.search_listing .my_project_price, .search_listing .my_project_info {
	border: none;
	margin: 0;
}

.search_listing .my_project_price h6 {
	margin-bottom: 10px;
}

.search_listing .my_project_price {
	text-align: right;
}

.edit_photo {
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #f1f1f1;
	padding: 5px;
	max-width: 130px;
	display: inline-block;
	width: 100%;
}

.edit_photo img {
	min-width: 100%;
	border-radius: 50%;
}

.edit_profile {
	border: 1px solid #ececec;
	border-radius: 6px;
	overflow: hidden;
}

.edit_profile_bx {
	padding: 30px;
}

.edit_profile h6 {
	padding: 20px 30px;
	background-color: #f6f6f7;
	border-bottom: 1px solid #ececec;
	margin: 0;
}

.edit_photo:before {
	content: "";
	background-color: #5d6f7a;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	opacity: 0.35;
	border-radius: 50%;
}

.edit_banner_icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 20px;
	text-align: center;
	color: #fff;
}

.edit_banner_icon input {
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.edit_photo .edit_banner_icon {
	top: 50%;
	right: 50%;
	-webkit-transform: translateX(50%) translateY(-50%);
	-ms-transform: translateX(50%) translateY(-50%);
	transform: translateX(50%) translateY(-50%);
}

.notification_list {
	border: 1px solid #ececec;
	border-radius: 6px;
}

.notification_list ul li {
	border-bottom: 1px solid #ececec;
	display: inline-block;
	width: 100%;
	padding: 20px 90px;
	position: relative;
	min-height: 110px;
}

.notification_list ul li:last-child {
	border-bottom: none;
}

.notification_list ul li span {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	background-color: #a5a5a5;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 30px;
	color: #fff;
	font-size: 16px;
}

.notification_list ul li.active span {
	background-color: #ea5b0c;
}

.notification_list ul li p {
	font-size: 16px;
	margin-bottom: 5px;
}

.notification_list ul li p a {
	border-bottom: 1px solid #bcbcbc;
}

.notification_list ul li .date {
	font-size: 12px;
	color: #818181;
}

.notification_list ul li .noti_dlt {
	color: #f92f1f;
	font-size: 16px;
	position: absolute;
	top: 20px;
	right: 30px;
}

.cus_file_upload {
	position: relative;
}

.cus_file_upload .form-control {
	padding-left: 110px;
	background-color: #fff;
}

.cus_file_upload .main_btn {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 45px;
	border-radius: 0;
	line-height: 45px;
}

.cus_file_upload .main_btn input {
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
}

.msg_user_list_inner {
	max-height: 665px;
	display: inline-block;
	width: 100%;
}

.msg_user_list_bx {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f4f4f4;
}

.msg_user_list_bx:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.msg_dlt_icon {
	font-size: 14px;
	color: #f11111;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border: 1px solid #f11111;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
}

.msg_user_list_bx a {
	display: table;
	width: 100%;
	padding: 0px;
	position: relative;
	padding-right: 25px;
}

.msg_user_list_img {
	display: table-cell;
	width: 40px;
	float: left;
}

.msg_user_list_img img {
	width: 40px;
	height: 40px;
}

.msg_user_list_info {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-left: 15px;
}

.msg_user_list_info h6 {
	color: #5d6f7a;
	font-size: 14px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 8px;
}

.msg_user_list_info p {
	margin-bottom: 0;
	font-size: 14px;
}

.msg_user_list_info p.date {
	font-size: 12px;
	color: #818181;
	margin-bottom: 0;
}

.message {
	display: inline-block;
	width: 100%;
	border: 1px solid #ececec;
	border-radius: 6px;
}

.message_left, .message_right {
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

.message_right {
	text-align: right;
}

.msg_text {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 20px;
	max-width: 430px;
	text-align: left;
}

.message_right .msg_text {
	padding-right: 20px;
	padding-left: 0;
}

.msg_text_inner {
	background-color: #fcf3e8;
	position: relative;
	padding: 15px 10px 15px 20px;
	border-radius: 6px;
}

.message_right .msg_text_inner {
	background-color: #eaeaea;
}

.msg_text_inner h6 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.msg_text_inner h6 span {
	color: #818181;
	font-size: 12px;
	float: right;
}

.message_left .msg_text_inner:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 15px solid #fcf3e8;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.message_right .msg_text_inner:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #eaeaea;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.msg_text_inner p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 20px;
}

.msg_textbox_outer {
	border-top: 1px solid #e7e7e7;
	background-color: #fafafa;
	display: table;
	width: 100%;
}

.msg_textbox {
	padding: 10px 100px 0 0px;
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: top;
	border-right: 1px solid #e7e7e7;
}

.msg_attech {
	display: table-cell;
	width: 100px;
	float: right;
}

.msg_textbox textarea {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: transparent;
}

.msg_textbox a {
	position: absolute;
	top: 25px;
	right: 15px;
	min-width: 80px;
	text-transform: uppercase;
}

.message_inner {
	max-height: 450px;
	padding: 20px;
}

.file_attech_btn {
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 28px;
	padding: 20px 10px;
	cursor: pointer;
}

.file_attech_btn input {
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.project_dtl_top {
	border: 1px solid #f1f1f1;
	border-radius: 6px;
	margin-bottom: 40px;
	padding: 20px;
}

.project_dtl_name {
	margin-bottom: 15px;
}

.category_list li {
	display: inline-block;
	position: relative;
	font-size: 13px;
}

.category_list li:after {
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 15px;
}

.category_list li:last-child::after {
	content: none;
}

.project_dtl_name .tags {
	margin-top: 0
}

.project_dec {
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
}

.project_dec ul {
	list-style: disc;
	padding-left: 20px;
}

.project_dtl_price ul {
	text-align: right;
}

.project_dtl_price ul li {
	display: inline-block;
	padding-left: 15px;
	vertical-align: top
}

.project_dtl_price ul li:first-child {
	padding-left: 0;
}

.project_dtl_price ul li a {
	display: block;
	color: #ea5b0c;
	margin-bottom: 10px;
}

.project_dtl_price a.rate-review-btn {
    font-weight: 700;
    font-size: 16px;
    margin:10px 0;
}
.project_dtl_price a.ask-help-cust-pro{
    color:#5d6f7a;
    text-decoration:underline;
        display: inline-block;
    font-weight: 500;
}
.project_dtl_price a.about-cust-pro{
    color:#5d6f7a;
    text-decoration:underline;
}
.project_dtl_price ul li h6 {
	margin-top: 5px;
}

.project_dtl_price ul li .project_stus {
	margin-bottom: 12px;
	min-width: 110px;
	height: 27px;
	line-height: 27px;
	font-size: 13px;
}

.project_dtl_name h6 {
	margin-top: 0;
}

.milestone_bx {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ececec;
	padding-left: 30px;
	padding-right: 30px;
}

.milestone_bx:last-child {
	border-bottom: none;
}

.mileston_price {
	display: table-cell;
	width: 125px;
	float: left;
}

.mileston_info {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 240px;
	border-left: 1px solid #ececec;
	position: relative;
}

.mileston_info p {
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 0;
}

.mileston_info .main_btn {
	position: absolute;
	top: 30px;
	right: 0;
}

.mileston_price h6 {
	font-size: 16px;
	margin: 0;
}

.mileston_price h5 {
	font-size: 18px;
	margin: 10px 0;
}

.milestone_list {
	padding-top: 20px;
}

.work_space_fill li {
	margin: 10px 0;
	display: inline-block;
	width: 100%;
}

.work_space_fill li a {
	font-weight: 600;
}

.work_space_fill li.active a {
	color: #ea5b0c;
}

.work_space {
	display: table;
	width: 100%;
	margin-top: 20px;
}

.work_space_fill {
	float: left;
	width: 200px;
	display: table-cell;
	padding-left: 30px;
}

.work_space_msg {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.work_space_msg .message {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0;
}

.bid_for_project_bx {
	margin-bottom: 30px;
}

.bid_for_project_bx_inner {
	border: 1px solid #ececec;
	border-radius: 6px;
	padding: 30px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	padding-right: 50px;
}

.bid_for_project h4 {
	display: inline-block;
	width: 100%;
}

.bid_for_project h4 a {
	float: right;
	color: #ea5b0c;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 5px;
}

.project_bid_bx {
	border: 1px solid #ececec;
	border-radius: 6px;
	margin-bottom: 30px;
}

.project_bid_bx li {
	padding: 30px 30px 10px 30px;
	position: relative;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ececec;
}

.project_bid_bx li:last-child {
	border-bottom: none;
}

.project_bid_left {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.project_bid_btn {
	display: inline-block;
	width: 200px;
	vertical-align: middle;
	padding-left: 15px;
	text-align: center;
}

.project_bid_info {
	display: inline-block;
	width: 100%;
}

.project_bid_info_bx {
	float: left;
	width: 25%;
}

.project_bid_info_bx label {
	width: 100%;
	font-size: 13px;
	color: #333;
}

.project_bid_info_bx h6 {
	margin: 0;
}

.faq_sec_btn {
	display: inline-block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px 0 0 6px;
	background-color: #ea5b0c;
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: 30%;
	right: 100%;
}

.faq_sec_btn:hover, .faq_sec_btn:focus {
	color: #fff;
}

.faq_sec_bx {
	background-color: #fff;
	border: 1px solid #ea5b0c;
	height: 395px;
}

.faq_sec {
	display: inline-block;
	width: 345px;
	position: fixed;
	bottom: 5px;
	right: -345px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 10;
}

.faq_sec.is-open {
	right: 0;
}

.panel-title {
	font-size: 14px;
}

.panel-default>.panel-heading {
	border-radius: 0;
	background-color: #fff;
	color: #5d6f7a;
	border-bottom: 1px solid #f5f3f3;
	padding: 15px;
}

.panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.panel-default>.panel-heading a.collapsed {
	color: #5d6f7a;
}

.panel-default>.panel-heading a {
	color: #ea5b0c;
	width: 100%;
	display: inline-block;
	position: relative;
	padding-right: 15px;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
	border: none;
}

.panel-body {
	padding: 8px 15px;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}

.panel-default>.panel-heading a:after {
	content: "\f106";
	font-family: 'FontAwesome';
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.panel-default>.panel-heading a.collapsed:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.bid_for_project_bx_remove {
	font-size: 20px;
	color: #ff0000;
	position: absolute;
	top: 10px;
	right: 15px;
}

.mileston_popup_link {
	font-weight: 600;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}

/*		BG updated css start 10-4-19			*/

.blog-landing-sec {
	width: 100%;
	padding: 50px 0;
}

.blog-landing-sec h3.gen_heding {
	margin: 10px 0;
}

.blog-bx-main {
	border: 3px solid #e1e0df;
	width: 100%;
	margin: 15px 0;
}

.landing-dtl {
	padding: 10px 15px;
	width: 100%;
}

.landing-dtl h4 {
	font-size: 22px;
	margin-bottom: 10px;
	/*overflow: hidden; white-space: nowrap; text-overflow: ellipsis;*/
	line-height: 1;
}

.landing-dtl h4 a {
	display: block;
}

.landing-dtl small {
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
	color: #5d6f7a;
}

.result-img {
	display: inline-block;
	vertical-align: top;
	width: 360px;
}

.result-dtl {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	padding: 0 0 0 30px;
}

.result-dtl h4 {
	font-size: 24px;
	margin-top: 5px;
	margin-top: 0;
	margin-bottom: 10px;
}

.result-dtl h4 a {
	color: #ea5b0c;
}

.result-dtl h4 a:hover, .result-dtl h4 a:focus {
	color: #333;
}

.result-dtl small {
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
	color: #5d6f7a;
}

.result-blogs ul li {
	padding: 25px 0;
	display: table;
	width: 100%;
	border-bottom: 1px solid #ececec;
}

.blog-dtl-sec {
	width: 100%;
	text-align: center;
}

.like-comment {
	padding: 30px 0;
	border-bottom: 1px solid #ececec;
	position: relative;
	margin-bottom: 20px;
}

.like-comment ul li {
	display: inline-block;
	;
	vertical-align: top;
	font-size: 14px;
	color: #5d6f7a;
	border-right: 1px solid #e8e8e8;
	padding: 0 20px;
}

.like-comment ul li span {
	font-weight: 600;
	color: #ea5b0c;
}

.like-comment ul li:last-child {
	border-right: none;
}

.like-ico {
	position: absolute;
	right: 0;
	top: 13px;
	z-index: 1;
}

.like-ico a {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	line-height: 1;
	display: block;
	color: #1cbd4d;
	font-size: 22px;
	border: 1px solid #e1e0df;
	padding: 10px 0;
}

.blog-dtl-sec .blog-details-cke {
	margin-bottom: 30px;
	text-align: left;
	line-height: 1.33;
}

.blog-dtl-sec .provider_review_bx {
	border-radius: 10px;
	padding: 15px;
	margin: 25px 0;
	border: 1px solid #ededed;
	display: table;
	width: 100%;
	text-align: left;
}

.blog-dtl-sec h3.gen_heding {
	padding-top: 20px;
	border-top: 1px solid #ececec;
	text-align: left;
}

.blog-dtl-sec .provider_review_img {
	width: 95px;
}

.blog-dtl-sec .provider_review_bx .provider_review_info small {
	display: block;
	padding-bottom: 10px;
}

.blog-dtl-sec .provider_review_bx .provider_review_info small a {
	color: #ea5b0c;
}

.blog-dtl-sec .provider_review_bx .provider_review_info h6 {
	margin-bottom: 10px;
}

.blog-dtl-sec .provider_review_bx .provider_review_info p {
	margin-bottom: 10px;
}

.blog-details-cke ul {
	list-style: disc;
	margin-left: 15px;
}

.blog-dtl-sec h1 {
	margin-bottom: 50px;
}

.blog-details-cke p a {
	color: #ea5b0c;
	text-decoration: underline;
}

.blog-details-cke p a:hover {
	color: #5d6f7a;
}

.is-contact-form {
	border: 1px solid #ececec;
	padding: 20px;
	border-radius: 6px;
}

.is-address-bx {
	width: 100%;
	padding: 15px;
	padding-top: 60px;
	text-align: center;
	/*background:url(../images-nct/address-bg.jpg) center top no-repeat;*/
	min-height: 565px;
	/*margin-top: 172px;*/
	background-size: 100%;
}

.is-address-bx h3 {
	font-weight: 400;
	padding: 10px 0;
	margin-bottom: 10px;
	line-height: normal;
}

.is-address-bx address {
	margin-bottom: 20px;
	color: #333333;
	padding: 0;
	font-size: 14px;
}

.contact-sec .is-address-bx p {
	color: #333333;
	padding: 0;
	font-size: 14px;
	margin-bottom: 50px;
}

.contact-sec h2 {
	text-align: center;
	font-size: 24px;
}

.contact-sec p {
	font-size: 13px;
	padding: 0 20px;
	text-align: center;
	margin-bottom: 20px;
}

.contact-sec p a {
	color: #ea5b0c;
}

.is-address-bx h4 {
	font-size: 20px;
}

.is-address-bx span {
	display: block;
	width: 100%;
	margin-top: 5px 0;
	font-weight: 500;
	color: #5d6f7a;
}

.is-address-bx span a {
	color: #ea5b0c;
}

.is-address-bx span em {
	color: #ea5b0c;
	font-style: normal;
}

.due-date {
	width: 100px;
}

.trusted-owl .embed-responsive {
	width: 100%;
	height: 100%;
}

.client_story_bx.fist-video-review {
	text-align: left;
	padding: 10px;
}

.client_story_bx.fist-video-review p {
	text-align: left;
	font-size: 14px;
	line-height: 23px;
}

.client_story_bx .client_story_img.client_story_img1 {
	max-width: 160px;
	margin: auto;
	margin-bottom: 30px;
}

.client_story_bx.fist-video-review .client_story_img.client_story_img1 {
	max-width: 210px;
	margin: inherit !important;
	margin-bottom: 30px !important;
}

.client_story_bx.fist-video-review .client_story_name h5 {
	text-align: left;
}

.in-close-btn {
	font-size: 40px;
	opacity: 1;
	text-shadow: none;
	color: #fff;
	margin: 10px;
}

.my_project_info p.dec {
	font-weight: inherit;
	color: #333;
}

/* extra css start */

.navbar-header h1 a {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.navbar-header h1 a img {
	z-index: 2;
	position: relative;
}

.navbar-header h1 a:after {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	height: 70px;
	content: '';
	z-index: 1;
	width: 200px;
}

.navbar-header h1 a:before {
	width: 0;
	height: 0;
	border-top: 70px solid #fff;
	border-right: 75px solid transparent;
	position: absolute;
	top: 0;
	right: -75px;
	content: '';
}

.home_subheading {
	color: #2B2E3D;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	margin: auto;
	margin-bottom: 55px;
	display: block;
	max-width: 700px;
	position: relative;
	line-height: 23px;
}

.is-offer-bx h3 {
	font-size: 21px;
	color: #2B2E3D;
	font-weight: 500;
	margin: auto;
	text-align: center;
}

.is-offer-bx ul {
	margin-top: 30px;
}

.is-offer-bx ul li {
	font-weight: 300;
	color: #2B2E3D;
	font-size: 14px;
	margin-bottom: 18px;
	list-style-type: square;
}

.crayfish-header {
	background-image: url(../images-nct/our_services_module_fixed_price.png);
	background-size: cover;
	width: 100%;
	height: 268px;
	position: relative;
	text-align: center;
	padding-top: 50px;
	color: #fff;
	margin-top: -15px;
}

.crayfish-header h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.orange-txt {
	color: #F78A4F;
	font-size: 12px;
}

.single-service-list {
	padding: 20px;
}

.service-content {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	padding: 20px;
	margin-top: -60px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding-top: 60px;
}

.single-service-img {
	margin: auto;
	text-align: center;
	display: table;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.service-mainnew .single-service-img {
	border: 1px solid #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-o-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	position: relative;
	background-color: #fff;
	padding: 25px;
	width: 130px;
	height: 130px;
}

.service-mainnew .single-service-img img {
	border-radius: 0px;
	width: 80px;
	height: 80px;
	border: 0px;
}

.services-main {
	padding-left: 30px;
	padding-right: 30px;
}

.single-service-list h2 {
	font-size: 21px;
	color: #2B2E3D;
	text-align: center;
	font-weight: 500;
}

.service-cat a {
	color: #ea5b0c;
	font-size: 12px;
}

.right-arrow {
	color: #ea5b0c;
	font-size: 12px;
}

.service-cat {
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}

.single-service-list p {
	text-align: center;
	margin-bottom: 30px;
}

.bdr-btn {
	border-radius: 30px;
	border: 1px solid #ea5b0c;
	background-color: transparent;
	color: #EB5B0C;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.22);
	-ms-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.22);
	-o-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.22);
}

.single-service-list .bdr-btn {
	margin: auto;
	text-align: center;
	display: table;
}

.main-btn {
	position: relative;
	margin: auto;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.single-new {
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-o-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	padding: 20px 30px;
	border: 1px solid rgba(29, 30, 35, 0.9);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	min-height: 370px;
	position: relative;
	z-index: 2;
}

.single-new>img {
	margin: auto;
	text-align: center;
	display: table;
	min-height: 25px;
}

.single-new h2 {
	color: #2B2C30;
	font-size: 21px;
	font-weight: 500;
	text-align: center;
}
.no-data-bx h2{
	min-height: 46px;
}

.single-new h5 {
	color: #EB5B0C;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	min-height: 36px;
	line-height: 18px;
}

.single-new p {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 23px;
	min-height: 92px;
}

.single-new .big_main_btn {
	margin: auto;
	text-align: center;
	display: table;
	margin-bottom: 20px;
}

.whats_new .home_heading {
	margin-bottom: 40px;
}

.why_crayfish_bx h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
}

.client_story_bx i {
	font-size: 40px;
	color: #2f3448;
}

.client_story_bx h6 {
	color: #ea5b0c;
	font-size: 12px;
}

.home_banner .carousel-inner .item img {
	width: 100%;
}

.home_banner .carousel-inner .item {
	max-height: 520px;
	overflow-y: hidden;
}

.banner_txt {
	background-color: rgba(32, 37, 47, 0.86);
	padding: 30px 30px 50px 30px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: block;
	max-width: 650px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 350px;
}

.banner_txt h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.banner_txt p {
	color: #c2c2c2;
	font-weight: 200;
	font-size: 18px;
	margin-bottom: 20px;
}

.home_banner .carousel-inner .banner_txt .bdr-btn {
	line-height: 40px;
	height: 40px;
	min-width: 90px;
	margin-bottom: 20px;
}

.home_banner {
	width: 100%;
}

.home_banner .carousel-indicators {
	bottom: 21%;
	left: 0;
	margin-left: inherit;
	right: 0;
	margin: auto;
}

.home_banner .carousel-indicators li {
	border: 1px solid #ea5b0c;
	margin-left: 3px;
	margin-right: 3px;
}

.home_banner .carousel-indicators .active {
	background-color: #ea5b0c;
}

.home_banner .carousel-control span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 18px;
}

.marketplace-inner {
	background-image: url(../images-nct/service_bg.PNG);
	background-size: cover;
	width: 100%;
	padding: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
	text-align: center;
}

.marketplace-top-img {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	text-align: center;
	z-index: 999;
}

.marketplace-inner h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.marketplace-inner h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	line-height: 23px;
}

.marketplace-inner .big_main_btn {
	margin-bottom: 30px;
}

.marketplace {
	margin-bottom: 0px;
}

.sub-mail-img {
	max-height: 420px;
	overflow-y: hidden;
}

.sub-mail-img img {
	width: 100%;
}

.sub_mailing_bx h4 {
	font-size: 30px;
	font-weight: bold;
	color: rgba(29, 30, 35, 0.9);
	margin-bottom: 30px;
}

.sub_mailing_textbox .big_main_btn {
	margin-top: 40px;
}

.trusted-sec .owl-nav, .service-mainnew .owl-nav, .client-main .owl-nav, .featured-main .owl-nav {
	display: block !important;
}

.client-main .owl-theme .owl-nav .owl-prev, .client-main .owl-theme .owl-nav .owl-next {
	color: transparent;
}

.service-mainnew {
	margin-top: -110px;
}

.trusted-sec .item {
	text-align: center;
}

.service-whitebox {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.single-contain h2 {
	font-size: 18px;
	font-weight: 600;
	color: #2B2E3D;
	text-transform: uppercase;
}

.single-contain p {
	color: #555555;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 25px !important;
}

.service-contain {
	padding-top: 60px;
}

.single-contain-review {
	position: relative;
	padding-left: 20px;
	margin-top: 50px;
	margin-bottom: 70px;
}

.single-contain-review:after {
	position: absolute;
	top: 0;
	left: 0;
	border-left: 3px solid #EEEEEE;
	content: '';
	height: 100%;
}

.single-contain-review p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.single-contain-review h6 {
	font-size: 16px;
	color: #697C88;
	font-weight: 500;
}

.crayfish-service-main {
	padding-left: 20px;
	padding-right: 20px;
}

.inner-section {
	max-width: 1230px;
	margin: auto;
}

.service-whitebox .owl-nav {
	display: block !important;
}

.fixed-price-service {
	padding-top: 60px;
	padding-bottom: 120px;
}

.fixed-price-service .home_heading {
	margin-bottom: 40px;
}

.experts-main {
	padding-top: 0px;
	padding-bottom: 60px;
}

.inner-md {
	max-width: 960px;
	margin: auto;
	text-align: center;
}

.experts-main .inner-md p {
	max-width: 548px;
	margin: auto;
	text-align: center;
	display: table;
	font-size: 18px;
	font-weight: 300;
}

.experts-main .inner-md .main_btn {
	margin-top: 30px;
}

.form-group-main {
	max-width: 310px;
	margin: auto;
}

.get-in-touch h5 {
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	color: #2B2E3D;
}

.get-in-touch {
	margin-top: 60px;
}

.form-group-main .form-group img {
	position: absolute;
	top: 10px;
	left: 0;
}

.form-group-main .form-group {
	padding-left: 40px;
}

.form-group-main .form-group input {
	border: 0px;
	border-bottom: 2px solid #D8D8D8;
}

.custom-checkbox label a {
	color: #eb5b0c;
}

.get-in-touch .custom-checkbox {
	text-align: center;
}

.get-in-touch .main_btn {
	margin: auto;
	text-align: center;
	display: table;
}

/* Style the list */

ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
	background-color: transparent;
}

/* Display list items side by side */

ul.breadcrumb li {
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 900;
	color: rgba(29, 30, 35, 0.9);
}

/* Add a slash symbol (/) before/behind each list item */

ul.breadcrumb li+li:before {
	padding: 1px;
	color: black;
	content: "/\00a0";
}

/* Add a color to all links inside the list */

ul.breadcrumb li a {
	color: rgba(29, 30, 35, 0.9);
	text-decoration: none;
}

/* Add a color on mouse-over */

ul.breadcrumb li a:hover {
	color: rgba(29, 30, 35, 0.9);
	text-decoration: underline;
}

.crayfish-hero {
	position: relative;
}

.hero-banner-content {
	position: absolute;
	top: 80px;
	left: 60px;
}

.main-content {
	background-color: #333438;
	padding: 20px 40px;
	max-width: 640px;
	border-left: 10px solid #eb5b0c;
}

.main-content h2 {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0;
}

.main-content h2 span {
	font-size: 20px;
	display: block;
}

.main-content p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.client-main {
	background-image: url(../images-nct/business-img.jpg);
	width: 100%;
	background-size: cover;
	padding: 80px 0px;
	margin-top: 100px;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}

.client-main:after {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	content: '';
	height: 100%;
}

.client-main .home_heading {
	color: #fff;
	margin-bottom: 0;
}

.client-inner {
	position: relative;
	z-index: 9999;
}

.client-inner h6 {
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.single-client {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.single-client .quote i {
	color: #000000;
	font-size: 18px;
}

.single-client .quote {
	margin: auto;
	text-align: center;
}

.user-img img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.single-client p {
	color: #bababa;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

.user-dtl h4 a {
	color: #353746;
	font-size: 16px;
}

.single-client .user-dtl h6 {
	color: #9e9e9e;
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
}

.user-dtl h4 {
	margin-bottom: 0;
	text-align: center;
}

.user-dtl .user-img {
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	text-align: center;
	min-height: 75px;
}

.discover-main {
	background-color: #ecf1f5;
	padding: 100px 0;
}

.single-discover-left {
	width: 375px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
}

.single-discover-left>img {
	min-height: 282px;
	border-radius: 10px;
}

.single-discover {
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
	background-color: #fff;
}

.single-discover {
	position: relative;
	padding-left: 375px;
	margin-bottom: 50px;
	min-height: 240px;
}

.single-discover-right {
	padding: 20px;
}

.single-discover-right h6 {
	margin-top: 0;
	color: #EB5B0C;
	font-size: 12px;
	text-transform: uppercase;
}

.single-discover-right h2 {
	color: #3C4858;
	font-weight: 500;
	text-transform: capitalize;
}

.single-discover-right p {
	color: #2B2E3D;
	font-weight: 300;
	line-height: 23px;
}

.single-discover-right p a {
	color: #EB5B0C;
}

.discover-right-btm .author-nm {
	display: inline-block;
	margin-top: 15px;
}

.discover-right-btm .bdr-btn {
	display: inline-block;
	float: right;
}

.discover-right-btm {
	margin-top: 25px;
}

.client-icn {
	position: absolute;
	top: -30px;
	left: 15px;
}

.client-icn img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 2px solid #fff;
}

.discover-main .home_heading {
	padding-bottom: 60px;
}

.discover-service-main .big_main_btn {
	margin: auto;
	text-align: center;
	display: table;
}

.featured-main {
	padding-bottom: 70px;
}

.featured-main .owl-item .item {
	padding: 10px;
}

.services-main {
	padding-top: 0px;
}

.services-main p {
	max-width: 800px;
	text-align: center;
	margin: auto;
	display: table;
	line-height: 23px;
}

.border-btm-line {
	width: 80%;
	border-top: 1px solid #d8dde1;
	margin: auto;
	display: block;
}

.serach-service-main {
	padding-top: 10px;
}

.featured-main .item img {
	margin: auto;
	text-align: center;
	display: block;
}

.my_project_price h5 {
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}

.single-service-list {
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	-o-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(29, 30, 35, 0.9);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin-bottom: 30px;
	display: block;
}

.single-service-img img {
	max-width: 80px;
}

.single-service-list h4 {
	font-size: 14px;
	font-weight: 500;
	min-height: 31px;
	text-align: center;
}

.single-service-list h4:hover {
	color: #ea5b0c;
}

.our_service_list {
	margin-top: 40px;
}

.other_project_price {
	min-width: 156px;
}

.my_project_price {
	min-width: 156px;
}

.head_row h5 {
	font-weight: bold;
	font-size: 16px;
	color: #ea5b0c;
}

.new-single-service-list {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	padding: 0;
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

.new-single-service-list img {
	width: inherit;
	max-width: inherit;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 3px solid #fff;
}

.new-single-service-list .service-content {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.new-single-service-list .service-content h2 {
	min-height: 45px;
	margin-bottom: 25px;
}

.new-single-service-list .service-content p {
	min-height: 120px;
	color: #2B2E3D;
	font-size: 14px;
	font-weight: 300;
	line-height: 23px;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.new-single-service-list .service-content .bdr-btn {
	margin-bottom: 15px;
}

.margintop50 {
	margin-top: 50px;
}

.newsroom-main {
	padding-top: 10px;
}

.newsroom-main .home_heading {
	text-align: left;
	margin-top: 0;
}

.remove_filter_icn img {
	max-height: 30px;
}

.remove_filter_icn {
	max-width: 32px;
	display: inline-block;
	width: 100%;
	margin-left: 20px;
	margin-top: 8px;
}

.news-inner-tab {
	margin-bottom: 20px;
}

.press-enquiry {
	padding-top: 40px;
}

.featured-main-new {
	padding-bottom: 50px;
}

.email_bx img {
	position: absolute;
	top: 15px;
	left: 0;
}

.email_bx {
	position: relative;
}

.featured-in .home_heading {
	font-size: 16px;
	font-weight: 500;
}

.home_banner .carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0) 100%) !important;
	left: -100px;
	right: 0;
	margin: auto;
	bottom: -55%;
	z-index: 99;
}

.home_banner .carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0) 100%) !important;
	left: 0;
	right: -75px;
	margin: auto;
	bottom: -55%;
	z-index: 99;
}

.home_banner .carousel-control {
	opacity: 1;
	color: #ea5b0c;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-moz-text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-ms-text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	-o-text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	height: 20px;
}

.detail-single-service-list h2 {
	min-height: 50px;
}

.detail-single-service-list p {
	min-height: 90px;
	line-height: 23px;
}

.detail-single-service-list {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	-o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14);
	padding: 0;
	border: 0px;
}

.detail-single-service-list .service-content {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	margin-left: 5px;
	margin-right: 5px;
}

.detail-single-service-list img {
	width: inherit;
	max-width: inherit;
}

.detail-single-service-list .service-content .bdr-btn {
	margin-bottom: 15px;
}

.hero-banner-img {
	min-height: 500px;
	max-height: 500px;
	overflow: hidden;
}

.hero-banner-img img {
	width: 100%;
}

.get-in-touch textarea.form-control {
	margin-top: 20px;
}

.fixed-price-service .owl-dots {
	display: none;
}

.is-what-offers .container {
	max-width: 1020px;
}

.is-offer-bx {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.whats_new:after {
	background-image: url(../images-nct/news_img.PNG);
	position: absolute;
	top: 0;
	right: 0;
	height: 584px;
	width: 297px;
	content: '';
	z-index: 1;
}

/* .trusted-sec .home_heading {
	font-size: 16px;
	font-weight: 500;
} */

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
	color: transparent;
}

.owl-theme .owl-nav .owl-prev {
	background-image: url(../images-nct/left-arrow.PNG);
	position: absolute;
	top: 50%;
	left: -100px;
	width: 24px;
	height: 39px;
	content: '';
}

.owl-theme .owl-nav .owl-next {
	background-image: url(../images-nct/right-arrow.PNG);
	position: absolute;
	top: 50%;
	right: -100px;
	width: 24px;
	height: 39px;
	content: '';
}

.trusted-sec-inner {
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}

.featured-freelance-content h5 {
	color: #2B2E3D;
	font-size: 18px;
}

.featured-freelance-content h6 {
	color: #2B2E3D;
	font-size: 14px;
	font-weight: 500;
}

.why_marketplace .space-btm-50 {
	padding: 25px;
}

.why_marketplace p {
	text-align: justify !important;
}

.featured-freelance .featured-freelance-content h5 {
	margin-bottom: 0px;
}

.featured-freelance .featured-freelance-content h6 {
	font-size: 13px;
}

.is-plan-bx h3 {
	padding-bottom: 0;
}

.service-head-new {
	margin-left: -120px;
}

.link-new {
	padding: 30px;
	font-size: 24px;
	text-align: center;
	/*color: #ea5b0c;*/
	background-color: #f8f8f8;
}

.link-new a {
	color: #ea5b0c;
}

.choose-plan-sec p {
	line-height: 23px;
}

.color-white {
	color: #fff;
}

.box-new .small {
	font-weight: 400;
}

.global_netw .home_heading {
	padding-top: 40px;
	padding-bottom: 40px;
}

.featured-freelance .global_netw_user_img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}

.featured-freelance .global_netw_user_img img {
	width: 80px;
	height: 80px;
}

.featured-freelance .global_netw_bx {
	padding-left: 80px;
	text-align: left;
	margin-bottom: 10px;
	min-height: 80px;
}

.featured-lft-part ul li {
	list-style-type: square;
	margin-bottom: 15px;
}

.featured-lft-part h2 {
	margin-bottom: 30px;
}

.testimonials-main .client_story_name {
	display: block;
	margin: auto;
	text-align: center;
}

.testimonials-main .client_story_img {
	display: block;
	float: inherit;
	margin: auto;
}

.big_main_btn {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	min-width: 180px;
	font-weight: normal;
	border-radius: 30px;
	padding: 0 30px;
	text-transform: uppercase;
}

.we-chat-main {
	margin-top: 20px;
}

.we-chat-main h6 {
	margin-bottom: 0 !important;
}

.service_dropdown .dropdown-menu {
	min-width: 420px;
}

.service_dropdown .dropdown-menu>li {
	display: inline-block;
	width: 48%;
	margin-bottom: 5px;
}

.service_dropdown .dropdown-menu>li>a {
	padding-left: 10px;
	padding-right: 10px;
	white-space: inherit !important;
}

.get-in-touch textarea {
	max-width: 400px;
	margin: auto;
	margin-top: 20px;
}

.get-in-touch .form-error {
	text-align: center;
}

.main-box-new .sub_mailing_bx {
	max-width: 100%;
	font-size: 30px;
	background-color: #fff;
	margin-top: -60px;
}

.main-box-new .sub_mailing_bx a {
	color: #ea5b0c;
}

.main-box-new .sub-mail-img {
	max-height: 320px;
}

footer .container-fluid {
	max-width: 1500px;
}

/*.service-quality-main{background-image: url(../images-nct/service_bg.PNG); width: 100%; background-size: cover;

color: #fff; margin-bottom: 50px;}

.service-quality-main .home_heading{color: #fff;}*/

.service-quality-main {
	background-color: #fff;
	border: 5px solid #ecf1f5;
	padding: 20px;
	margin-bottom: 50px;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.12);
}

.service-quality-main .home_heading {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.main-box-new .sub_mailing_bx a {
	display: block;
}

.service-contain ul li {
	list-style-type: circle !important;
	color: #555555;
}

.main-box-new .sub_mailing_bx a:hover {
	font-size: 33px;
}

.client-slider.owl-carousel .owl-nav.disabled, .client-slider.owl-carousel .owl-dots.disabled {
	display: inline-block;
}

.single-breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0 0 20px;
}
.single-breadcrumb li a {display: inline-block; min-width: 220px; text-align: center; background-color: #EB5B0C; font-size: 12px; font-weight: 600; padding: 5px 10px; color: #fff;}
.add-ons-help {position: relative; display: inline-block; margin-left: 5px;}
.add-ons-help i {font-size: 18px; color: #000;}
.similar-section-main {display: block !important;}

.popular-box-top a img {width: 100%;}
.checkout-main {margin-top: 40px;}
.large-breadcrumb {background-color: transparent; padding: 0; margin-bottom:30px;}
.large-breadcrumb li {font-size: 25px; font-weight: 700;}
.large-breadcrumb li a {color: #000;}
.large-breadcrumb > li + li::before {content: ">";}
.check-product-disc {min-height: 100px;}
.check-product-disc h4 {font-size: 16px; margin: 0 0 10px; font-weight: 400; color: #000;line-height: 25px;}
.checkout-top h3 {font-size: 20px; margin: 0 0 10px; font-weight: 700; color: #000; }
.review_star_large i {color: #EA5A0B;font-size: 20px;}
.review_star_large span {color: #000;}
.checkout-top .review_star_large span {display: block ; padding: 0;}
.checkout-block {margin-bottom: 50px;}
.checkout-block h2 {font-size: 25px; margin: 0 0 20px; color: #000;}
.addon-service-block h3 {font-size:18px; margin: 0; color: #000; font-weight: 400;}
.similar-gray-bg {background: #F0EEEE; padding: 50px 0;}
.similar-gray-bg .home_heading {text-align: left;}
.checkout-right-box {background: #F2F2F2; padding: 25px;}
.checkout-cell {margin-bottom: 25px;}
.checkout-cell h4 {font-size: 16px; margin: 0; font-weight: 400; color: #000;}
.checkout-right-box h3 {font-size: 18px; margin: 0 0 30px; color: #000; font-weight: 600;}
.cell-total {border-top: 1px solid #000; padding-top: 30px;}
.cell-total h4 {font-size: 16px; margin: 0; color: #000; font-weight: 700;}
.payment-logo {text-align: center; margin: 25px 0;}
.payment-logo li {display: inline-block; margin: 0 2px;}
.payment-note {font-size: 13px;}
.payment-note p {margin-bottom: 6px;}
.checkout-similar {margin-top: 30px;}
.thankyou-msg {background-color: #c0f4d2; border-radius: 5px; padding: 5px 20px 5px 65px; position: relative; min-height: 60px; margin-bottom: 30px;}
.thankyou-msg .fa-check {font-size:20px; line-height: 50px; color: #00c76f; position: absolute; left: 5px; top: 5px; width: 50px; height: 50px; border-radius: 50%; text-align: center; border: 1px solid #00c76f;}
.thankyou-msg h3 {font-size: 20px; margin: 5px 0 3px; color: #000;}
.thankyou-msg p {font-size: 12px; margin:0px; color: #000;}
.thankyou-msg-box {background-color: #C4C4C4; padding: 35px 50px;}
.thankyou-msg-box p {font-size: 16px; line-height: 24px; color: #000; margin: 0 0 25px;}
.thankyou-msg-box p:last-child {margin-bottom: 0;}
.cart-img {margin-bottom: 15px;}
.last-step h3 {font-size: 22px; color: #000; font-weight: 700; margin: 0 0 10px;}
.product-page-main .other-service-slider.owl-theme .owl-dots {display: block;}
.share-media-top.list_info_bx span {width: auto; float: none; display: inline-block; padding-right: 5px;}
.share-media-top.list_info_bx small {width: auto; max-width: inherit;}
.close-msg { color: #00c76f; position: absolute; right: 0; top: 0; padding: 5px;}
.addons-bottom-block {border-top: 1px solid #979797; padding-top: 10px; margin-top: 10px;}
.addons-bottom-block h3 {font-size: 21px; font-weight: 700; margin: 0 0 15px;}
.addons-bottom-block h4 {font-size: 16px; font-weight: 700; margin:20px 0 5px; color: #9DB2C0;}
.sub-dropdown-menu {position: relative;}
header .dropdown-menu li {
    margin-bottom: 5px;
}
.sub-menu {position: absolute; left: -180px;background-color: #fff; top: 0;border-radius: 10px; padding: 15px 0; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); opacity: 0;-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;}
.sub-menu li a {padding: 3px 20px; display: block; color: #333;}
.sub-menu li a:hover, .sub-menu li a:focus {color: #262626;text-decoration: none;background-color: #f5f5f5;}
.sub-dropdown-menu:hover .sub-menu {opacity: 1;}

/* ----05-05-2021----- */
.video-main .popular-box-middle { min-height: inherit; padding: 20px; text-align: left;}
.video-main .popular-box-middle p:last-child {margin-bottom: 0;}
.video-main .popular-box-middle h3 {color: #2B2E3D; margin-bottom: 15px;}
.video-main .service-top-part h5 {font-size: 18px; margin: 20px auto 35px;line-height: 28px; width: 100%; max-width: 67%;}
.share-media-top .first-btn {width: auto; margin-right: 5px; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.35); padding: 10px 15px;}
.like-text-btn {display: inline-block; margin-right: 5px; color: #333; font-weight: 600; font-size: 15px;}
.like-text-btn i {font-size: 18px;}



/* extra css end */

@media only screen and (min-width: 1367px) and (max-width: 1920px) {
	.offer-cell h3 {
		top: 60px;
	}
	.offer-overlay {
		padding-top: 150px;
	}
	.offer-bullet li {
		font-size: 19px;
		margin-bottom: 20px;
	}
	.big_main_btn {
		font-size: 15px;
		line-height: 50px;
		height: 50px;
	}
	.offer-bullet {
		margin-bottom: 45px;
	}
	.offer-icon {
		margin-bottom: 45px;
	}
	.offer-bullet li::before {
		top: 11px;
	}
}

@media only screen and (min-width: 1367px) and (max-width: 1640px) {
	.offer-cell h3 {
		top: 50px;
	}
	.offer-overlay {
		padding-top: 125px;
	}
	.offer-bullet li {
		font-size: 18px;
		margin-bottom: 17px;
	}
	.big_main_btn {
		font-size: 15px;
		line-height: 50px;
		height: 50px;
	}
	.offer-icon {
		margin-bottom: 40px;
	}
}

@media (max-width: 1200px) {
	.nav>li>a {
		padding: 10px 5px;
	}
	.navbar-header h1 a::after {
		width: 184px;
	}
	.navbar-header h1 a::before {
		right: -59px;
	}
	.product-right-main {
		margin-left: 0;
	}
}

@media (max-width: 990px) {
	.product-content-block {
		padding-left: 20px;
	}
	.similar-section-main h2, .product-block h2 {
		font-size: 25px;
	}
	.footer_link_bx>li {
		padding-left: 10px;
		padding-right: 10px;
		width: 16%;
	}
	.footer_link_bx>li h6 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.product-page-main h1 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.product-page-main h1 {
		font-size: 20px;
	}
	.product-right-main .affix, .product-right-main .affix-bottom {
		position: static;
		width: 100% !important;
		margin: 15px 0 25px;
	}
	.lSSlideOuter.vertical .lSGallery {
		display: none;
	}
	.lSSlideOuter.vertical {
		padding-left: 0 !important;
	}
	.lSSlideOuter.vertical .lightSlider img {
		max-height: 200px;
	}
	.lSSlideOuter.vertical .lightSlider>*, .lSSlideWrapper {
		height: 160px !important;
	}
	.similar-section-main h2, .product-block h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.product-content-block {
		padding-left: 0;
	}
	.thumb-slider {
		margin: 15px 0;
	}
	.about-product p {
		line-height: 20px;
		margin-bottom: 15px;
	}
	.about-product h3 {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.project-cell h3 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.team-cell {
		text-align: center;
		padding: 20px 10px;
	}
	.team-cell h3 {
		font-size: 17px;
		margin: 10px 0;
	}
	.team-cell .address-block {
		display: inline-block;
	}
	.review-total h3 {
		font-size: 40px;
	}
	.review-top h3 {
		font-size: 16px;
	}
	.review-content h5 {
		margin-bottom: 10px;
	}
	.review-cell {
		margin-bottom: 25px;
	}
	.similar-cell {
		width: 100%;
		margin-bottom: 15px;
	}
	.total-add-ons {
		font-size: 20px;
	}
	.product-right-main h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.team-review h2 {
		font-size: 16px;
	}
	.product-page-main .small_review_star span {
		display: inline-block;
		padding-left: 5px;
	}
	.sort-block {
		text-align: left;
	}
	.gs-otr:before{
		opacity: 0;
	}
	.gs-data-bx:before{
		height: 16px; bottom: -17px;
	}
}