/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Open Sans', sans-serif!important;
	font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	/*padding:0px!important;*/
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size:14px!important;
}
h1, h2 {
	margin-bottom:10px!important;
}
img {
	max-width:100%!important
}
.no-padding-right {
	padding-right:0px!important;
}
.no-padding-left {
	padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/
.text-blue {
	color:#18a0d3
}
.text-orange {
	color:#ec9e0b
}

.btn-red {
	background:#d72912;
	color:#fff!important;
}
.btn-blue {
	background:#18b5c2;
	color:#fff!important;
}
.btn-green {
	background:#ed3996;
	color:#fff !important;
}
.btn {
	border-radius: 0px !important;
	min-width: 150px;
}
.btn:hover {
	background:#333!important;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-gray-bordered {
	background:#fff!important;
	color:#333;
	border:1px solid #333!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-gray-bordered:hover {
	background:#333!important;
	color:#fff!important;
}

/**************Page Wapper css************/
.page-wrapper {
    background-color: #f7f8f9;
    display: table;
    height: 100%;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}

/*********************************************************************************
header styles
***************/
header {
	display: table-row;		
}
.header-wrapper { 
    padding: 0px;
    position: relative;
	z-index: 99999;
	left: 0;
right: 0;
}
header.header-wrapper {
    background-color: transparent;  
    box-shadow: none;
}
/* top bar*/
header .top-bar {
	height:auto;
	/*background: #fff;
	border-bottom:1px solid #ccc; */
}
/*cont nav */
header .cont-nav ul {
	list-style:none;
	float:left;
	margin:5px 0!important
}
header .cont-nav ul li {
	float:left;
}
header .cont-nav ul a {
	display:block;
	padding:0px 10px;
	border-right:1px solid #ccc;
	color:#333!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .cont-nav ul li:first-child a {
	padding-left:0px
}
header .cont-nav ul li:last-child a {
	border-right:0px;
}
header .cont-nav ul a .fa {
	margin-right:5px;
}
header .cont-nav ul a:hover {
}
/*top nav*/
header .top-nav {
	float:right;
	margin:5px 15px 5px 0!important
}
header .top-nav ul {
	list-style:none;
}
header .top-nav > ul > li {
	float:left;
	position:relative;
	white-space:nowrap
}
header .top-nav ul a {
	display:block;
	padding:0px 10px;
	border-right:1px solid #ccc;
	color:#333!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .top-nav ul a.down-app {
	color:#df4000!important;
	font-weight:600;
}
header .top-nav ul a:hover {
	color:#00aeef!important;
}
/*social links*/
header .social-nav ul {
	list-style:none;
	padding:0px!important;
	float:right;
}
header .social-nav li {
	float:left;
}
header .social-nav li:first-child {
	margin-top:5px!important;
	margin-right:10px!important;
	font-weight:600;
	color:#18a0d3
}
header.social-nav li a {
	border:0!important;
	padding:0!important
}
header .social-nav li a .fa {
	color:#666!important;
	width:30px;
	height:29px;
	border-right:1px solid #ccc;
	line-height:29px;
	text-align:center;
	vertical-align:middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .social-nav li:nth-child(2) a .fa {
 border-left:1px solid #ccc;
}
header .social-nav li a:hover .fa {
	background:#eee;
}
/*user nav*/

header .user-nav {
	float: right;
	margin: 18px 0 15px;
}

	header .user-nav ul {
		list-style: none;
		padding:0;
		margin:0;
	}

		header .user-nav ul li {
			float: left;
			position: relative;
		}

			header .user-nav ul li span.or {
				position: absolute;
				right: -11px;
				top: 9px;
				padding: 2px 2px;
				background: #fff;
				z-index: 1;
				border: 1px solid #c63614;
				font-size: 10px;
			}

		header .user-nav ul a {
			font-weight: 600;
			display: block;
			padding: 8px 5px 8px;
			background: #fff;
			border: 1px solid #141414;
			color: #fff !important;
			text-transform: uppercase; 
			margin-left: 5px;
			-webkit-transition: all 300ms linear;
			-moz-transition: all 300ms linear;
			-o-transition: all 300ms linear;
			-ms-transition: all 300ms linear;
			transition: all 300ms linear;
		}

		header .user-nav ul a.join {
				background: #141414;
				border-left: 0;
				
			}

			header .user-nav ul a.logged-in {
				border-color: #ccc;
				color: #333 !important;
				padding: 8px 15px 5px;
			}

				header .user-nav ul a.logged-in span {
					margin-right: 5px;
					overflow: hidden !important;
					text-overflow: ellipsis;
					white-space: nowrap !important;
					max-width: 150px;
					display: inline-block;
				}

				header .user-nav ul a.logged-in i {
					vertical-align: 0px;
					position: relative;
					top: -5px;
				}
				
			header .user-nav ul a:not(.logged-in):hover {
				background: #f2b420;
				border-color: #f2b420;
				color: #fff !important
			}

		/**/
		header .user-nav ul ul {
			border-radius: 5px;
			overflow: hidden;
			min-width: 140px;
			position: absolute;
			right: 0;
			top: 35px;
			z-index: 9999;
			list-style: none;
			background: #fff;
			opacity: 0;
			visibility: hidden;
			-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
			-webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
			-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
			-ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
			-o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
			transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
		}

			header .user-nav ul ul li {
				float: none;
				white-space: nowrap;
			}

				header .user-nav ul ul li a {
					background: #fff;
					border: 0;
					border-bottom: 1px solid #f8f8f8;
					color: #666 !important;
					padding: 10px 12px;
					margin-left: 0;
				}

.user-nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 41px;
}
/*logo bar*/
header .logo-bar {
	background-color: transparent;
	width: 100%;
	z-index: 999;
	top: 0px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

header .logo-bar-fix {
	background: #060606; 
	position:fixed;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

header .logo-bar-fix .logo img {
    width: 120px !important;
    margin-top: 0px;
}
header .logo-bar-fix  .site-nav {
    margin-top: 10px;
}
header .logo-bar-fix #level_1 li a { color:#666!important;}
header .logo-bar-fix .user-nav ul a {
	/*color:#666!important;*/
}


header .logo {
	padding-top:5px;
	padding-bottom:5px;
	padding-right: 0;
}
header .logo img {
	display: block;
    width: 180px !important;
    margin-top: -40px;
}
header .logo img.logo-wht { display:none}

/*site nav*/
header .site-nav {
}
/*nav bar*/
.nav-btn {
	float:left;
	cursor:pointer; margin-left:15px;
width:40px;
	height: 40px; 
	  border-radius:100%;
 	position:relative;
	z-index:1; top:10px;
	display:none;
}
.nav-btn .btn_open, .nav-btn .btn_close {
	display:block;
	width:40px;
	height: 40px;
	
	overflow: hidden;
}
.nav-btn .btn_open span, .nav-btn .btn_close span {
	width:20px;
	height:2px;
	display:block; margin:auto;
	margin-bottom:5px;
	background:#000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.inner-menu .header-wrapper {
	position:relative;
	background: #fff;
}
.inner-menu .nav-btn .btn_open span, .nav-btn .btn_close span {
	background:#000;
}
 .nav-btn .btn_close span:nth-child(1) {
 -ms-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 margin-top:7px;
}
 .nav-btn .btn_close span:nth-child(3) {
 -ms-transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 margin-top:-7px;
}
header .header-inner {
    display: table;
    position: relative;
    width:100%;
}

header .nav-bar {
	float:left;
	/*position:relative;*/
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
header .header-inner     .col-xs-6, .col-sm-6, .col-md-8 {
	position:static !important;
}
header .nav-bar.nav-hide {
	opacity:0;
	visibility: hidden;
	left:-15px;
}
header .nav-bar.nav-show {
	opacity:1;
	visibility: visible;
	left:0px;
}

/*****************/
.inner-menu header #level_1 li a {
    color: #666 !important;
}
.inner-menu header #level_1 li a:hover {
    color: #000 !important;
}
.inner-menu header .logo-bar {
    border-bottom: 1px solid rgba(147, 147, 147, 0.34);
}
.inner-menu  .user-nav ul a {
    color: #fff !important;
}
.inner-menu  .user-nav ul a:hover {
    color: #000 !important;
}


/*********************************************************************************
section styles
***************/
.slide-img-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 580px;
    position: relative;
	background-color:#444;
	background-image: url(../design_img/slider-bg.jpg)!important;
}
.slide-img-inner:after { 
    bottom: 0px;
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px; 
}
	
.slide-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-25%);
  -webkit-transform: translateX(-50%) translateY(-25%);
  z-index: 10;
 }

.slide-content h1 {
    color: #fff;
    font-size: 45px !important;
    font-weight: 300;
    margin: 0px 0px 30px 0px!important; 
}
.slide-content p {
    color: #fff;
    font-size: 16px !important;
    margin: 0px 0px 40px 0px !important;
}
.slide-content .btn  {
    margin-right: 20px; 
}
.slide-content .btn  {
    margin-right: 20px;
	padding:6px 20px;
	
	font-size:16px;
	height:48px;
	
	line-height:30px;
	border-radius:2px;
	width:150px;
	 
}







/* .home .ofb-search { */
    /* width: 750px; */
    /* height: 54px; */
    /* box-shadow: 0 10px 20px 0 rgb(22 50 92 / 30%); */
/* } */
/* .home .ofb-search .dropdown-wrap { */
    /* height: 54px; */
/* } */
/* .ofb-search .dropdown-wrap { */
    /* float: left; */
    /* background: #fff; */
    /* height: 35px; */
    /* width: 105px; */
    /* font-size: 11px; */
/* } */
/* .home .ofb-search .dropdown-wrap .dropdown { */
    /* top: 19px; */
    /* width: 100%; */
/* } */
/* .ofb-search .dropdown-wrap .dropdown { */
    /* top: 11px; */
    /* padding: 0 5px; */
    /* height: 33px; */
    /* width: 100%; */
    /* text-align: center; */
/* } */
/* .dropdown { */
    /* position: relative; */
    /* display: inline-block; */
    /* top: -8px; */
/* } */
/* .ofb-search .dropdown-wrap .dropdown .dropdown-toggle { */
    /* color: #16325c; */
/* } */
/* .dropdown .dropdown-toggle { */
    /* cursor: pointer; */
    /* color: #fff; */
/* } */
/* .ofb-search .dropdown-wrap .dropdown .dropdown-toggle { */
    /* color: #16325c; */
/* } */
/* .dropdown .dropdown-toggle { */
    /* cursor: pointer; */
    /* color: #fff; */
/* } */
/* .ofb-search .dropdown-wrap .dropdown .dropdown-content { */
    /* width: 106px; */
    /* min-width: auto; */
    /* top: 24px; */
    /* left: 0; */
    /* border: 1px solid #d8dde6; */
    /* box-shadow: none; */
/* } */
/* .ofb-search .dropdown-wrap .dropdown .dropdown-content .item { */
    /* padding: 10px; */
    /* border-bottom: 1px solid #d8dde6; */
    /* background-color: #fff; */
/* } */
/* .home .ofb-search .typeahead-wrap { */
    /* width: calc(100% - 214px); */
/* } */
/* .home .ofb-search button[type=submit] { */
    /* width: 109px; */
    /* height: 55px; */
    /* font-size: 20px; */
    /* line-height: 55px; */
    /* background-color: #0070d2; */
    /* border-color: #0070d2; */
/* } */



/* End Section */




/****************************************/
.serch-form {
  /* bottom: 0px; */
  /* left: 0px; */
  /* position: absolute; */
  /* right: 0px;  */
  /* z-index:999; */
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-25%);
    -webkit-transform: translateX(-50%) translateY(-25%);
    z-index:99;
}
.serch-form .dropdown-toggle, .serch-form input {
    background-color: rgb(255 104 137) !important;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    border: 0px !important;
    height: 41px;
    font-size: 15px;
    font-weight: 300;
    padding-left: 46px;
    padding-right: 20px;
    text-transform: inherit;
    border-radius: 5px !important;
}
 .serch-form input:active, .serch-form input:focus, .serch-form input:hover {
      background-color: rgba(255, 255, 255, 0.9) !important;
      border: 0px !important;
}
.serch-form .dropdown-menu {
    border: 0px;
    margin-top: 10px; 
}
.serch-form .bootstrap-select {
    background-color: transparent; 
}

.serch-form .form1 {
    background-color: rgba(24, 181, 194, 0.75);
    padding: 40px 20px 60px 20px;
    position: relative;
    z-index: 10; }
.serch-form h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    margin: 0px 0px 20px 0px !important;
    padding: 0px 0px 20px 0px !important;
    font-size: 24px;
}
.serch-form .button {
    background-color: #005348 !important;
    height: 48px !important;
    font-size: 15px !important;
    text-transform: uppercase;
    box-shadow: none !important; 
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 500 !important;
}

.serch-form .button:hover {
      background-color: #00483f !important; 
}

.serch-form-location, .hero-image-category, .hero-image-price, .serch-form-key {
  height: 48px;
  position: relative; }
 .serch-form-location, .hero-image-category, .hero-image-price, .serch-form-key .form-control {
	 height:48px !important;
	 position:relative;
 }

/* .serch-form-location:before, .hero-image-category:before, .hero-image-price:before, .serch-form-key:before { */
    /* content: '\f041'; */
    /* display: block; */
    /* font-family: 'FontAwesome'; */
    /* font-size: 13px; */
    /* height: 48px; */
    /* left: 0px; */
    /* line-height: 48px; */
    /* position: absolute; */
    /* text-align: center; */
    /* width: 48px; */
    /* z-index: 99;  */
/* } */
	
.serch-form-location input, .hero-image-category input, .hero-image-price input, .serch-form-key input {
    padding-left: 15px !important; }

/* .serch-form-key:before { */
  /* content: '\f002'; } */

.hero-image-category:before {
  content: '\f114';
  font-size: 15px; }

.hero-image-price:before {
  content: '\f156'; }


/* Date 09-08-2021 */
.serch-form .form-outer{
    width: 100%;
    display: block;
    padding: 12px 0 0;
    border-radius: 10px !important;
}
.serch-form .form-outer .search-block{
	display:inline-block;
	width:calc(100% - 170px);
	
}
.serch-form .form-outer .serch-form-location{
	width:40%;
	display:inline-block;
	height:100px;
}
.serch-form .form-outer .search-block .serch-form-key{
	width:calc(100% - 44%);
	display:inline-block;
	left:15px;
}
.serch-form .form-outer .btn-sld-outer{
	display:inline-block;
	width:160px;
	top: 0px !important;
    position: relative;
	vertical-align:top;
}
.serch-form .form-outer .btn-sld-outer .btn-search:hover{
	background-color:#333 !important;
	background:#333 !important;
}

.btn-search{
	min-width:150px;
	padding:10px 15px !important;
	height:52px;
	text-align:center;
	background-color:#21428b !important;
	border-color:#21428b !important;
}
.btn-search:hover{
	background-color:#4cb848 !important;
	border-color:#4cb848 !important;
}


select.bs-select-hidden, select.selectpicker {
    padding-left: 15px !important;
	border: 1px solid rgba(255, 255, 255, 0.9);
	background-color: rgba(255, 255, 255, 0.9) !important;
	font-size: 16px;
	font-weight: 300;
}
select.bs-select-hidden:active, select.bs-select-hidden:focus, .select.bs-select-hidden:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 0px !important;
}
/* 09-08-2021 */
.class-ads .tender-heading{
	text-align:center;
	/* margin-bottom:20px; */
}
.class-ads .tender-heading h2{
	font-size:30px !important;
	line-height:40px;
	font-weight:700;
	color:#131313;
	margin-bottom:10px !important;
}
/* .class-ads { */
    /* display: block; */
    /* width: 100%; */
/* } */

/* .class-ads .ads-sub-block { */
    /* float: left; */
    display: inline-block;
    /* margin-bottom: 10px; */
    /* width: calc(50% - 15px); */
    /* height: 156px; */
    /* margin-right: 10px; */
    /* border: 1px solid #eee; */
    /* border-radius: 4px; */
    /* padding: 15px; */
    /* -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 25%); */
    /* box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%); */
/* } */
/* .class-ads .ads-sub-block .ads-pics { */
    /* width: 120px; */
    /* display: inline-block; */
    /* background: #eee; */
    /* vertical-align: top; */
    /* position: relative; */
/* } */
/* .class-ads .ads-sub-block .ads-pics img { */
    /* max-width: 100%; */
    /* height: 122px; */
    /* border-radius: 5px; */
    /* margin: auto; */
    /* display: block; */
/* } */
/* .class-ads .ads-sub-block .ads-info { */
    /* width: calc(100% - 140px); */
    /* display: inline-block; */
    /* margin-left: 10px; */
/* } */
/* .class-ads .ads-info h4 { */
    /* color: #681914; */
    /* line-height: 22px; */
    /* font-weight: 500; */
    /* margin-bottom: 8px; */
    /* font-size: 15px; */
/* } */
/* .class-ads .ads-info .site-nav ul { */
    /* list-style: none; */
    /* margin-left: 10px!important; */
    /* margin-bottom: 0px!important; */
/* } */
/* .class-ads .ads-info .site-nav ul li { */
    /* text-indent: -5px; */
    /* line-height: 20px; */
    /* color: #777 !important; */
/* } */
/* .class-ads .ads-info .site-nav ul li i { */
    /* margin-right: 8px; */
    /* color: #ed6a00!important; */
/* } */

.live-list {
    display: block;
    padding: 0px 30px 30px 30px;
}
.auction-list {
    display: inline-block;
    width: 31%;
    background: #f2f2f2;
    margin: 10px;
    padding: 11px;
	webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 25%);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}
.auction-list .auction-l-head {
    display: inline-block;
    width: 100%;
    font-size: 1.1rem;
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: .5px;
    color: #277cca;
}
.auction-list .auction-t-first {
    float: left;
    width: 25%;
}
.auction-t-first img {
    width: 100%;
}
.auction-t-first img {
    max-height: 95px;
    object-fit: cover;
    height: 95px;
}
.auction-list .auction-t-second {
    float: left;
    width: 75%;
    padding-left: 0px;
}
.auction-second-row {
    float: left;
    width: 100%;
    margin-bottom: 14px;
}
.auction-second-row .row-label {
    float: left;
    width: 40%;
}
.auction-second-row .row-value {
    float: right;
    width: 60%;
    text-align: right;
}
.auction-l-bottom {
    margin: 10px 0;
    float: left;
    width: 100%;
}
.auction-bottom-left {
    width:50%;
    float: left;
}

.auction-bottom-right {
    width: 50%;
    float: right;
    text-align: right;
}
.actn-btn {
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 1rem;
}
.actn-btn{
	min-width: 65px !important;
    position: relative;
    display: inline-block;
    background: #ff6889;
    padding: 6px 8px !important;
    font-size: 12px !important;
    line-height: 20px;
    color: #FFF !important;
    font-weight: 600;
}
.actn-btn:hover{
	background:#383633;
}
.top-timer-bar{
	margin-top:6px !important;
}


.launch p.top-timer {
 color: #fff;
 margin-bottom: 0;
 text-transform: uppercase;
 font-weight: 600;
 text-align:center;
 height:60px;
}
.launch p.top-timer strong {
 display:inline-block;
 font-weight:600;
 font-size:50px;
 vertical-align:-10px;
 width:100px;
 color: #ffd71d;
}
.launch p.top-timer span {
 font-size:11px;
 font-weight:300;
 letter-spacing:1.5px;
 text-align:center;
 color: #fff;
}
.launch p.top-timer span.brdr {
 width:1px;
 height:60px;
 background:rgba(255, 255, 255, 0.3);
 display:inline-block;
 vertical-align:-10px
}

/****************/
section.slider { 
    background: #383633;
}

/**/
section.contents {
}
section.contents .content-bar {
	padding:15px 0;
	overflow:hidden;
}
/*main heading*/
.main-head {
	font-weight: 900;
	font-family: "Playfair", serif;
	text-transform: uppercase;
	color: #333;
	font-size: 30px;
	line-height: 40px;
}
.main-head strong {
	font-weight: 900;
  font-family: "Playfair", serif;
text-transform: uppercase;
color: #00aab9;
}
.main-head span {
	font-size:18px!important;
	color:#666!important;
	font-weight:400;
	text-transform: none;
	margin-left: auto !important;
	margin-right: auto !important;
}
.main-head span.brdr {
	border-bottom:1px solid #999;
	height:1px;
	display:block;
	width:100px;
	margin:20px 0;
}
/**/
.home-abt-bar {
	background:#fff;
	padding:60px 0px 60px 0px!important;
}
.home-abt-bar p {
}
.home-abt-bar .btn {
	width:150px;
	margin-top:25px;
	padding:12px 10px;
}

/*******************************/  
.package-bar {
	/*background:#18a0d3;*/
	background: #333;
	padding:50px 15px 60px 15px!important;
}
.package-bar .more-package {
	width:200px;
	color:#fff!important;
	border:1px solid #fff!important;
	margin:25px auto 0;
	padding:12px 10px;
	display:block!important;
	font-weight:600
}
.package-bar .more-package:hover {
	background:#fff!important;
	color:#333!important
}
.package-bar .main-head {
	text-align:center;
	color:#fff
}
.package-bar .main-head span {
	color:#fff!important
}
.package-bar .main-head span.brdr {
	border-bottom:1px solid #fff;
	margin:20px auto;
}
.package-bar .package-container {
	perspective: 900px;
}
.package-bar .package {
	position: relative;
	width: 100%;
	height: 150px;
	transition: all 0.6s ease;
	transform-style: preserve-3d;
	cursor:pointer
}
.package-bar .package .front, .package-bar .package .back {
	padding:0px;
	position: absolute;
	/*top: 0;
	left: 0;
	bottom:0;
	right:0;*/
	backface-visibility: hidden;
}
.package-bar .package .front img {
	max-width:100%;
}
.package-bar .package .front {
	cursor:pointer;
	background:#fff;
	border:1px solid #eee;
}
.package-bar .package .front .package-icon {
	width:100%;
	height: auto;
	margin:auto
}
.package-bar .package .front h3 {
	text-align:center;
	font-size:21px;
	color:#333!important
}
.package-bar .package .back {
	background:#d7eff7;
	color:#333;
	padding:0px;
}
.package-bar .package .back .logo-icon {
	width:100%;
	height: auto;
	margin:auto
}
.package-bar .package .back h4 {
	text-align:center;
}
.package-bar .package .back .btn {
	margin:8px auto!important;
	display:block;
	width:120px;
}
.package-container:hover .package {
	transform: rotateY(180deg);
}
.package-bar .package .back {
	transform: rotateY(180deg);
}

/*********************************************************************************
default form styles start
***************/
.form-group {
	position:relative;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
	background:#d31a1a;
	width:auto;
	font-size:11px;
	color:#fff;
	padding:2px 5px;
	border-radius:2px;
	position:absolute;
	top:-12px;
	right:0;
	z-index: 1;
	text-align:right
}
.form-group .label-err:before {
	content: "\f0d7 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #d31a1a;
	position: absolute;
	bottom:-12px;
	right:20px;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
	padding:10px 10px;
	height:auto
}
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
	font-size:14px!important;
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .label-check a {
	text-decoration:underline!important
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#21428b;
}


/*******************************/


/******/
.cat {
	margin-top:35px;
}
.category-new {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visiblity: hidden;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transform: translateZ(0px); 
}
.category-new:hover .category-new-background:before {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-backface-visiblity: hidden; 
}
.category-new:hover .category-new-label {
    margin-top: -25px; 
}
.category-new:hover .category-new-content {
    padding-top: 0px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visiblity: hidden; 
}
.category-new:hover .category-new-rating {
    opacity: 1;
    transition-delay: .05s;
    -webkit-backface-visiblity: hidden; 
}
.category-new:hover .category-new-actions {
    opacity: 1;
    transition-delay: .1s;
    -webkit-backface-visiblity: hidden; 
}

.category-new-background {
  height: 200px;
  position: relative; 
}
.category-new-background img {
    width: 100%; 
}
.category-new-background:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.7) 75%);
    background: linear-gradient(to bottom, rgba(54, 54, 54, 0) 0%, rgba(54, 54, 54, 0.7) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: all ease .35s; 
}
.category-new-background:after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0px;
    content: '';
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1; 
	color:#fff !important;
}

.category-new-label {
  background-color: #eb1390;
  color: #fff;
  left: 50%;
  font-size: 13px;
  padding: 3px 15px;
  position: absolute;
  top: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all ease .35s;
  z-index: 2; 
}
.category-new-label a {
    color: #fff; 
}
.category-new-label a:hover {
      color: #fff !important;
      text-decoration: none; 
}

.category-new-content {
  left: 50%;
  padding-top: 85px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transition: all ease .35s;
  width: 100%;
  z-index: 2; }
.category-new-content h2 {
    color: #fff!important;
    display: block;
    font-size: 20px;
    margin: 0px;
    overflow: hidden;
    padding: 0px 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.category-new-content h2 a {
      color: #fff!important;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); 
}
.category-new-content h2 a:hover {
        text-decoration: none; 
}

.category-new-rating {
  color: #ffd925;
  margin-top: 10px;
  opacity: 0;
  font-size: 15px;
  text-align: center;
  transition: all ease .35s; 
}
.category-new-rating i {
    margin-right: 2px; 
}

.category-new-actions {
  color: #fff !important;
  margin-top: 20px;
  opacity: 0;
  text-align: center;
  transition: all ease .35s; 
}
.category-new-actions .fa {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff !important;
    height: 32px;
    margin: 0px 6px;
    padding-top: 8px;
    transition: all ease .2s;
    width: 32px; 
}
.category-new-actions .fa:hover {
      background-color: #fff;
      color: #363636!important; 
}
.category-new-actions .fa-search {
    font-size: 18px;
    height: 40px;
    padding-top: 9px;
    width: 40px; 
}

.category-new-price {
  background-color: #009f8b;
  bottom: 0px;
  color: #fff;
  font-size: 13px;
  left: 50%;
  padding: 3px 15px;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2; 
}

.category-new-background:hover {
	color:#fff !important;
}

/*******Advertise********/
.adver .item {	
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom:10px!important;
	margin-top:10px!important;	
	overflow:hidden;
	margin: 10px;
    background:#fff;
    padding:15px;
    text-align: center;
}
.adver .item-container {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.adver .item-pic-container {
	width:100%;
	height:auto;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.adver .item-pic-container img {
	width:190px;
	height:190px;
	border-radius:100%;
}
.adver .item-back {
	position:absolute;
	top:-100%;
	left:0;
	bottom:0%;
	right:0;
	background:#333;
	z-index:2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0.3;
	height:100%;
}
.adver .item-btn {
	width:100%;
	height:auto;
	position:absolute;
	z-index:3;
	bottom: 100%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.adver .item-btn p {
	font-size:12px;
	color:#fff!important;
	text-align:center;
	line-height:10px;
}
.adver .item-container:hover .item-back {
	opacity: 0.6;
	top:0%;
}
.adver .item-container:hover .item-btn {
	bottom:40%;
}
/****************************/
.apply-form{
	max-width:600px;
	padding:30px 40px;
	position:relative;
	background:#f2f2f2;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
	margin:0 auto;
}
.apply-form h3{
	font-size: 30px !important;
    line-height: 40px;
    font-weight: 700;
    color: #131313;
    margin-bottom: 20px !important;
	font-family: 'Raleway', sans-serif;
	text-transform:capitalize;
}
.apply-form .form-group .form-control{
	border:1px solid #777;
}
.apply-form .form-group .form-control:focus {
    box-shadow: none;
    border:1px solid #ff7611 !important;
    color: #333;
}
.apply-form  .btn-submit{
	min-width: 150px;
    padding: 9px 15px !important;
    font-size: 15px;
    line-height: 25px;
    color: #fff !important;
    background: #ff6889 !important;
    border-color: #ff6889 !important;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    border-radius: 5px !important;
    display: inline-block;
    float: left;
}
.apply-form  .btn-submit:hover{
	background:#383633 !important;
	border-color:#383633 !important;
}
.lg-register .form-group .form-control, .log-body .form-group .form-control{
    border-radius: 0 !important;
    box-shadow: none;
    padding: 8px 10px;
    height: auto;
    border: 1px solid #ddd;
}
.pdt-details-sec .btn-search {
    min-height: 45px !important;
}
.service-container {
    padding: 0px !important;
	overflow: hidden;
    position: relative;
	z-index:1;
}
.service-container .service {
    cursor: default;
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.service-container .service .front {
    background: #fff;
    z-index: 1;
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
    -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
    -o-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
    transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
}
.service-container .service .front, .service-container .service .back {
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.service-container .service .front .service-icon {
    width: 90px;
    height: auto;
    margin: 10px auto 20px;
}
.service-container  .service .front h3 {
     color: #131313;
    font-family: "Playfair", serif !important;
    font-size: 22px !important;
	line-height: 30px;
    font-weight: 300;
    text-align: center;
}
.service-container  .service .back {
    background: #383633;
    z-index: 2;
    top: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
    -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
    -o-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
    transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
}
.service-container .service .back p {
    color: #fff;
    text-align: justify;
    font-size: 13px !important;
	line-height:22px;
}
.service-container .service:hover .front {
    bottom: 100%;
    top: inherit;
}
.service-container .service:hover .back {
    top: 0;
}

.flip-box {
	background-color: transparent;
	width: 100%;
	height: 220px;
	border: 1px solid #f1f1f1;
	perspective: 1000px;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}


.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding:15px !important;
}

/* Style the front side (fallback if image is missing) */


/* Style the back side */
.flip-box-back {
	background-color: #383633;
	color: white;
	transform: rotateY(180deg);
	padding: 50px 15px 20px !important;
}

.flip-box-back p {
	font-size: 14px !important;
	line-height: 24px !important;
	color:#fff !important;
}

.flip-box-front img {
	max-width: 100px !important;
	margin-bottom:10px !important;
}
.pdt-details-sec .about-sec .flip-box-front h4{
	font-weight: 300;
    font-family: "Playfair", serif;
    text-transform: uppercase;
    color: #333;
    font-size: 22px !important;
    line-height: 30px !important;
}
.flip-outer{
	padding:0 !important;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.pdt-details-sec .about-sec h4.abt-sheading {
	margin:20px 0px !important;
	Position:relative;
}

.pdt-details-sec .vision-left{
	Position:relative;
	padding:30px 15px 20px 0 !important;
}
.pdt-details-sec .vision-left p{
	font-size:14px !important;
	line-height:24px;
	color:#333 !important;
	font-weight:400;
	text-align:justify;
}
.pdt-details-sec .vision-right{
	padding:0px 15px !important;
}
.vsn-gape{
	margin-top:50px !important;
}
/*------------------------------------------------------------------
 Pricing 
*/
.pricing-bar {
	background:#fff;
}
.pricings {
	margin-top:35px;
}
.pricing {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  color: #363636;
  padding: 25px;
  text-align: center; }

.pricing hr {
    border-top-color: #e9e9e9;
    margin: 40px -25px; 
}
  
.pricing-title {
  font-size: 20px;
  margin: 0px 0px 5px 0px; }

.pricing-subtitle {
  color: #b6b7b8; }

.pricing-price {
  font-size: 40px;
  margin: 25px 0px 30px 0px; }

.pricing-currency {
  color: #444;
  font-size: 16px;
  margin: 0px 5px 0px 0px;
  vertical-align: 16px; }

.pricing-period {
  color: #444;
  font-size: 16px; }

.pricing-list {
  list-style: none;
  padding: 0px; }
.pricing-list li {
   margin-bottom: 25px !important; 
}
.pricing-list li:last-child {
      margin-bottom: 0px; 
}
.pricing-list strong, .pricing-list span {
    display: block; 
}
.pricing-list span {
    color: #b6b7b8;
    font-size: 13px;
    margin-bottom: 5px; 
}
.pricing-list strong {
    font-size: 17px; 
}

.pricing-action {
  border-bottom: 1px solid rgba(54, 54, 54, 0.6);
  color: rgba(54, 54, 54, 0.6);
  display: inline-block;
  margin-bottom: 15px;
  transition: all .15s linear; }
.pricing-action:hover {
    border-bottom-color: #009f8b;
    color: #009f8b;
    text-decoration: none; 
}
.pricing .btn-price {
	line-height:24px;
	width:150px;	
	color:#fff !important;
	padding:6px 15px;
}

.pricing .btn-price:hover {
	background: #18b5c2;
	color: #fff !important;
}


/*****************/
/* count bar*/
.count-bar {
	padding: 100px 0 95px;
	width: 100%;
	float: left;
	clear: both;
	background:#12253d url(../design_img/count-bar.jpg) center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	z-index: 9;
	position: relative;
	border-top: 1px solid #dedede;
}
.count-bar:before {
  
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.count-col {
}
.count-col .icon {
	text-align:center;
}
.count-col .icon .fa {
	width:70px;
	height:70px;
	background:#fff;
	padding:20px;
	border-radius:5px;
	color:#fcb621;
	margin-bottom:10px!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	border-bottom:1px solid #b43a09;
}
.count-col .main-text {
	font-size:45px!important;
	line-height:55px !important;
	text-align:center;
	font-weight:600;
	color:#fcb621
}
.count-col .common-text {
	text-align:center;
	font-weight:600;
	margin-bottom:0px!important;
	text-transform:capitalize;
	color:#fff;
	font-size:16px !important;
}
.count-col:hover .icon .fa {
	border-radius:100%;
}

/*----------------get in touch

-------------------------------------------------------*/
 .mail-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.mail-box i {
	font-size: 36px;
	color:#838383;
}
.mail-box .mail-line {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.mail-box h4{
    padding-top:10px !important;
	color: #ed3996;
	font-weight: 600;
	font-size: 20px;
}
.mail-box p{
	font-size:14px;;
        padding-top:10px !important;
}
.mail-box p strong{
	 	font-weight:500;
        padding-top:10px !important;
		color: #18b5c2;
}
/* Date 14-09-2021 */
.download-col {
    text-align: center;
	border:1px solid #e5e5e5;
	padding:20px 0 0;
}
.download-col img {
    margin: auto;
}
.download-col p {
    margin-bottom: 5px !important;
    font-weight: 700;
    font-size: 15px !important;
    text-align: center !important;
    color: #07286c;
    padding: 20px 5px !important;
    text-transform: uppercase;
    min-height:85px;
}
.download-col a {
    font-size: 14px;
    background: #07286c;
    text-transform: uppercase;
    color: #fff!important;
    padding: 5px 10px;
    letter-spacing: 1.8px;
	display:block;
}


/*********************************************************************************
footer styles
***************/

footer {
	/* background:#18b5c2;  */
	/* margin-top:0px!important; */
		background: #010c11 url(../design_img/footer-bg.jpg) no-repeat center center;
	  /*  background-image: linear-gradient(257deg, #141414, #463939); */
		background-size: cover;
		position: relative;
}
footer .footer-bar {
	overflow:hidden;
	padding:65px 0 20px 0!important;
}
footer .footer-bar h4 {
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px !important;
	text-transform: capitalize;	
 
	 
}
footer .footer-bar h4 span {
	 
}
/*contact nav */
footer .cont-nav ul {
	list-style:none;
	margin-bottom:20px!important;
	padding:0 !important;
}
footer .cont-nav ul li {
	line-height:30px;
}
footer .cont-nav ul a {
	display:block;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
}
footer .cont-nav ul a i {
	color: #ff6889;
	width: 24px;
	height: 24px;
	background: #fff;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	border-radius: 12%;
	font-size: 14px;
	vertical-align: top;
	margin-right:3px;
	margin-top: 4px;
}
footer .cont-nav ul li:hover a{
	color:#ff6889 !important;
}
footer .cont-nav ul li.add:hover a{
	color:#fff !important;
}
footer .cont-nav ul a p {
	display: inline-block;
    width: calc(100% - 35px);
    padding-left: 5px;
}

footer .cont-nav ul a:hover {
	color:#fff!important;
}
footer .about {
	color:#fff!important;
	text-align:justify;
}
/* footer site nav*/
footer .site-nav ul {
	list-style:none;
	/*margin-bottom:20px!important; */
	padding:0 !important;
}
footer .site-nav ul li {
	line-height:30px;
}
footer .site-nav ul a {
	display:block;
	color:#fff!important;
	text-transform:capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size:14px;
}
footer .site-nav ul a:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 10px;
	margin-right:5px;
	color:#fff;
}
footer .site-nav ul a:hover {
	color:#ff6889 !important;
}

/*footer bar bottom*/

footer .footer-bar-bottom {
	color:#fff;
}
footer .footer-bar-bottom .container{   border-top: #fff 1px solid;

}
 
footer .footer-bar-bottom .copy {
	font-size: 14px !important;
	 padding: 15px 0 !important;
	 margin-bottom:0 !important;
}
footer .footer-bar-bottom .copy span{
	color:#ff6889 !important;
}

footer .footer-bar-bottom .co-name {
	margin-right:5px;
}
footer .footer-bar-bottom .designer {
	margin-top:2px!important;
	margin-left:5px!important;
}
footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/* top and down button*/
#goTop, #goDown {
	border: 1px solid #eee;
	border-radius:100%;
	width:40px;
	height:40px;
	padding-top:7px;
	text-align:center;
	position: fixed;
	bottom: 40px;
	right:  20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #333!important;
	font-weight: bold;
	background: #eee;
	z-index:9999;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
#goTop i, #goDown i {
	line-height:22px;
}


/*------------------------------------------------------------------
 Social Buttons
*/
.nav.social-links{
	margin-top:10px !important;
	float:right;
}


.nav.social-links > li {
  border-radius: 50%;
  margin: 0px 10px 3px 0px!important; }
.nav.social-links > li > a {
    padding: 0px; 
}
.nav.social-links > li > a:active, .nav.social-links > li > a:focus, .nav.social-links > li > a:hover {
      background-color: transparent; 
}

.nav.social-links i {
  background-color: #f7f8f9;
  border-radius: 50%;
  color: rgba(54, 54, 54, 0.6);
font-size: 14px;
height: 30px;
line-height: 30px;
text-align: center;
transition: background-color .15s linear;
width: 30px;
}
.nav.social-links i.fa-facebook {
    background-color: #365397;
    color: #fff; 
}
.nav.social-links i.fa-facebook:hover {
      background-color: #2f4984; 
}
.nav.social-links i.fa-twitter {
    background-color: #00a9f1;
    color: #fff; }
.nav.social-links i.fa-twitter:hover {
      background-color: #0097d8; 
}
.nav.social-links i.fa-google-plus {
    background-color: #e0452c;
    color: #fff; 
}
.nav.social-links i.fa-google-plus:hover {
      background-color: #d3381f; 
}
.nav.social-links i.fa-dribbble {
    background-color: #ed4584;
    color: #fff; 
}
.nav.social-links i.fa-dribbble:hover {
      background-color: #eb2e75; 
}
.nav.social-links i.fa-linkedin {
    background-color: #287bbc;
    color: #fff; 
}
.nav.social-links i.fa-linkedin:hover {
      background-color: #246da7; 
}
.nav.social-links i.fa-instagram {
    background-color: #d752c1;
    color: #fff; 
}
.nav.social-links i.fa-instagram:hover {
      background-color: #fdb103; 
}
.nav.social-links i.fa-pinterest-p {
    background-color: #ce1a19;
    color: #fff; 
}
.nav.social-links i.fa-pinterest-p:hover {
      background-color: #b71716; 
}

footer .social-nav ul {
    list-style: none;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
footer .social-nav li {
    margin-bottom: 20px !important;
    display: block;
    padding: 5px 10px 5px 0px !important;
}
footer .social-nav li a {
    border: 0 !important;
    padding: 0 !important;
    padding: 8px 10px !important;
    margin-bottom: 10px !important;
    border-radius: 6px !important;
    color: #FFF !important;
	background: #d752c1;
}
footer .social-nav li a i {
    margin-right: 8px !important;
}


/******************************************************/
.banner {
	background: linear-gradient(90deg, #fafdff 0%, #f9f9f9 51%, #f2f2f2 75%);
	padding: 20px 0;
	position:relative;
}
.page-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 71%;
  
    position: relative;
    background-color: #fff;
   /* background-image: url(../design_img/welcome-to-we-are-for-you.jpg) !important;*/
}
.page-banner h2 {
	padding: 10px 0 !important;
	font-size: 20px;
	margin-bottom: 0 !important;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
}

.location {
}
/*location*/
 .location {
	list-style:none;
	/* margin: 6px 0px !important; */
	float:left;
	padding:0 !important;
}
.location li {
	color:#333!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	/*margin-right: 10px!important;*/
	float: left;
   /* background: #fff;*/
    padding: 5px 18px 5px 0 !important;
    display: block !important;
}
.location li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 10px;
	margin-left:10px;
	color:#000;
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#333!important;
	font-size:16px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.location li a:hover {
	color:#ff7611 !important;
}
.location li a.active {
	color: #ff6889 !important;
    font-weight: bold;
}
/************************/
.cat-bar {
	background: #fdfdfd;
	padding: 25px 0 50px;
}
.cat-bar .form-group .form-control {
    border-radius: 0 !important;
    box-shadow: none;
    padding: 6px 10px;
    height: auto;
}

.w_sidebar {
	-webkit-box-shadow: 0px 0px 20px rgb(238, 238, 238);
	-moz-box-shadow: 0px 0px 20px rgb(238, 238, 238);
	box-shadow: 0px 0px 20px rgb(238, 238, 238);
	margin-bottom: 20px;
	background: #fff;
}
.w_nav1 ul{
	padding:0;
	list-style:none;
}
.w_nav1{
	padding: 5px 0px 8px; 
	/*background:#06a4b1;*/
	margin-bottom: 10px;
}
.w_nav1 h4 {
	text-transform: uppercase;
	color: #666;
	font-size: 16px;
	font-weight: 600;
}
.w_nav1 ul li{
	line-height: 1.5em;
}
.filter .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.w_sidebar h3{
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}
/* radios and checkboxes */
.filter {
	margin-top: 0px;
	padding-top:10px;
}
.filter .ico {
	cursor:pointer;
}

.row1{
	outline:none;
	padding: 10px 20px;
	overflow: auto;
	height: 160px;
}
.row2{
	outline:none;
	padding: 10px 20px;
	overflow: auto;
	height: 135px;
}
.row3{
	outline:none;
	padding: 10px 20px 20px;
	overflow: auto;
	height: auto;
}

.row4{
	outline:none;
	padding: 10px 20px;
	overflow: auto;
	height: 75px;
}

.filter.col.col-4 ul {
	padding: 0;
	list-style: none;
}
.filter h1{
	/*margin-top: 10px;	
	padding: 10px 20px !important;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 0;
	font-size:15px;
	border-top: 1px dotted #ccc;*/
}
.filter section {
	margin-bottom: 20px;
}
.filter .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.filter .label.col {
	margin: 0;
	padding-top: 10px;
}
.filter .input,
.filter .select,
.filter .textarea,
.filter .radio,
.filter .checkbox,
.filter .toggle,
.filter .button {
	position: relative;
	display: block;
}

/* radios and checkboxes */
.filter .radio,.filter .checkbox {
	outline:none;
	border:none;
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.filter .radio{
	text-transform: none;
}
.filter .radio:last-child,
.filter .checkbox:last-child {
	margin-bottom: 10px;
}
.filter .radio input,
.filter .checkbox input {
	position:absolute;
	margin-top:4px;;	
}


.filter .inline-group {
	margin: 0 -30px -4px 0;
}
.filter .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.filter .inline-group .radio,
.filter .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.filter .inline-group .radio:last-child,
.filter .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}

.star-1 {
    background: rgba(0, 0, 0, 0) url("../design_img/icon-star.png") repeat scroll 0 0;
    display: inline-block;
    height: 15px;
    width: 16px;
	vertical-align: sub;
	margin-right:3px;
}
.cat-bar select.bs-select-hidden, select.selectpicker {
    padding-left: 48px !important;
    border: 1px solid rgb(191, 191, 191);
}
.cat-bar .btn-pry {
	height: 40px;
	background: #0f79b5;
	color:#fff;
	border-radius: 0;
}

.cat-titile {
	margin-bottom: 10px !important;
	color: #000;

}
.cat-filt  a {
	font-weight: 500;
	line-height: 24px;
}
.cat-filt a::before {
    content: "\f054";
    position: relative;
   display: inline-block;
	font-family: 'FontAwesome';
	font-size: 8px;
	margin: 0 10px 0 0px;
	color: #666;
}
.adver {
	margin-bottom:10px;
}


/****************************************************************************************************/
#itemContainer {
	list-style: none;
	margin: 0 !important;
padding: 0 !important;
}



.site__panel {
    background: #e70187;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.control-label {
	text-transform: uppercase;
	font-weight: 600 !important;
	color: #fff;
	margin: 8px 10px 0 0;
	float: left;
	display: inline-block;
	font-size: 14px;
}
.site__panel .form-control--select {
   width: 68%;
    display: inline-block;
}
.site__panel .form-group {
	margin-bottom:0;
}
.site__panel .form-control {
	border-radius: 0;
}
.site__panel .input-group-addon {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}



.cat-bar .cat-box {
	/* background: #fff; */
	margin-bottom: 25px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	/* box-shadow: 0 0 2px #ddd; */
	/* display: table-cell; */
	/* border-bottom: 1px solid #ddd; */
	padding: 25px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px rgb(238, 238, 238);
-moz-box-shadow: 0px 0px 20px rgb(238, 238, 238);
box-shadow: 0px 0px 20px rgb(238, 238, 238);
}
.cat-bar .cat-box .col-sm-8 {
	position:static
}
.cat-bar .cat-box:hover {
	/*box-shadow: 0 0 20px #ccc;*/
}
.cat-pic {
    position: relative;
    overflow: hidden;
    text-decoration: none;
   /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
    display: table;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cat-pic img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: .35s;
    transition: .35s;
}
.cat-pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cat-pic__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: .35s;
    transition: .35s;
}
.cat-pic__hover {
    top: 0;
    padding: 15px 30px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cat-box:hover .cat-pic__hover {
    opacity: 1;
}

.cat-bar .cat-pic {
	padding: 0px;
	  
}
.cat-bar .cat-pic img {
	margin:auto;
	display:block;
	border-radius:0px;
} 

.ribon {
    position: absolute;
    right: -5px;
    background: #0ba;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 15px;
    font-weight: 600;
    top: 18px;
}

.ribon::after {
    position: absolute;
    right: 0;
    bottom: -5px;
    border-top: 5px solid #00887c;
    width: 5px;
    content: " ";
    display: block;
    border-right: 5px solid #f6f6f6;
}

.top-head-content {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
/*	border-bottom: 1px dashed #ddd;*/
	padding-bottom: 5px;

}
.cat_detail {
	margin: 0;
	padding: 0 10px 0 0;
	max-height: 81px;
	overflow: hidden;
	height: auto;
	color: #2c3e50 !important;
	background: 0 0 !important;

}
.cat-box .rating {
    width: 25%;
}
.rating  {
    color: #ffa200;
   /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.rating  .fa {
    margin-right: 0px !important;
}

figure {
    margin: 0;
}


.cat-bar .cat-box .more_view {
    float: none;
}
.cat-bar .cat-box .more_view {
	color: #a6a6a6;
	text-transform: v;
	font-size: 12px;
	padding: 5px 15px;
	/* border: 1px solid #a6a6a6; */
	margin-top: -27px;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	background: #0f79b5;
	color: #fff !important;
	border-radius: 25px;
}

.cat-bar .cat-info {
	padding: 0px 15px;
	/*overflow:hidden;*/
}
.cat-bar .cat-info .cat-name {
	font-weight:500;
	color:#007e89;;
	margin-bottom:4px!important;
	display: block;
	font-size:14px;
}
.cat-bar .cat-info p {
	margin-top:0px!important;
	margin-bottom:0px!important;
	font-size:13px!important;
	font-weight:500;
	line-height:24px
}
.cat-bar .cat-info .fa {
	margin-right:15px;color: #e7b101;
}

.cat-bar .cat-info .cat-call {height: 50px;
}

.cat-bar .cat-info .loc {
	display: block;
}
.cat-bar .cat-info .ex-about {
	font-size:13px !important;
	line-height:20px !important;
	color:#666;
	text-align:justify;height: 40px;
}
.other-sec {
	
	margin-top: 5px;
	margin-bottom: 10px;
	/*border-top: 1px solid #EEE;
	border-bottom: 1px solid #eee;*/
	padding-bottom: 5px;
}
.other-sec .dis-tex p {
    font-size: 12px;
    float: left;
    margin-left: 20px !important;
    margin-bottom: 0 !important;
    line-height: 28px;
    text-transform: capitalize;
}

.other-sec .dis-tex p:first-child {
	margin-left: 0 !important;
	border: 1px solid #ececec;
	border-radius: 25px;
	padding: 0px 20px 0px 0px !important;
}

.other-sec .dis-tex p:first-child .fa {
	background: #e7b101;
	padding: 9px 10px;
	border-radius: 100%;
	color: #fff;
	margin-right: 5px;
}
.cat-bar .cat-info .btn {
	float: right;
	margin-top:10px;
}


/********/
.btn-share .share-wrapper {
	  color: rgba(54, 54, 54, 0.6);
	  left: 59%;
	  margin-left: 0px;
	  opacity: 0;
	  position: absolute;
	  transition: opacity ease .35s, padding-top ease .35s;
	  visibility: hidden;
	  width: 150px;
	  z-index: 3;
}
.btn-share .share-wrapper .share {
    background-color: #fff;
    border: 1px solid #eee;
    list-style: none;
    padding: 5px 25px;
    position: relative;
    width: 100%;
}
.btn-share .share-wrapper .share:before {
      border: 14px solid transparent;
      border-bottom-color: #eee;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: -30px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
.btn-share .share-wrapper .share:after {
      border: 13px solid transparent;
      border-bottom-color: #fff;
      content: '';
      display: block;
      left: 50%;
      position: absolute;
      top: -26px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%); }
.btn-share .share-wrapper .share li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      display: block;
      padding: 7px !important;
      transition: color linear .15s; 
}
.btn-share .share-wrapper .share li:last-of-type {
        border-bottom: none; 
}
.other-sec .btn-share .share-wrapper .share li:hover {
        color: #444;
}
.btn-share:hover .share-wrapper {
  padding-top: 15px;
  opacity: 1;
  visibility: visible;
	
}

.btn-secondary {
  color: #333;
  display: inline-block;
  padding: 5px 0 0 15px;
  transition: background-color .15s linear;
  margin-left:10px
  }
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    box-shadow: none !important;
    color: #000;
    outline: 0px !important;
    text-decoration: none;
}
.found {
	margin: 0 !important;
}


/*************************************************************************
**************************************************************************/
.page-head {
	background: #e70187;
	padding: 10px;
	/* border-left: 2px solid #e70187; */
	/* box-shadow: 0 0 2px #ddd; */
	margin: 15px 0 15px 0;
}
.page-head h3 {
	font-weight: 400;
	color: #fff;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 20px;
}

.page-head h3 p {
	display: inline-block;
	text-align: right;
	margin-bottom:0 !important;
	vertical-align: middle;
}
.add-detail{
	-webkit-box-shadow: 0px 0px 20px rgb(238, 238, 238);
-moz-box-shadow: 0px 0px 20px rgb(238, 238, 238);
box-shadow: 0px 0px 20px rgb(238, 238, 238);
 background:#fff; margin-top:25px; overflow:hidden; padding:15px; 
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;}

.eagle-gallery.img312 .eagle-medium-wrap {
	 
	-webkit-box-shadow: 0px 0px 20px rgb(238, 238, 238);
	-moz-box-shadow: 0px 0px 20px rgb(238, 238, 238);
	box-shadow: 0px 0px 20px rgb(238, 238, 238);
}
.view-detail-bar {
	/*background: #fff;
	border: 1px solid #e5e4e4;*/
	border-bottom-color: #ccc;
	margin-bottom: 20px!important;
	height: auto;
	/*padding:10px;*/
}
.view-detail-bar .detail-sec {
	padding:20px 15px;
	background:#f6f6f6;
	padding-left: 30px;
	-webkit-box-shadow: 0px 0px 20px rgb(238, 238, 238);
	-moz-box-shadow: 0px 0px 20px rgb(238, 238, 238);
	box-shadow: 0px 0px 20px rgb(238, 238, 238);
	float:left;
	display:block;
	width:100%;
}
.view-detail-bar .person-name {
	font-size:20px!important;
	color: #07286c;
	font-weight:600;
	border-bottom:1px solid #ddd;
	padding-bottom:8px!important;
	margin-bottom:15px!important;
	line-height:30px;
}
.view-detail-bar .address-detail {
	color:#2c3e50 ;
}
.view-detail-bar p .fa{ color:#e7b101;margin-right: 6px;}
.view-detail-bar .city {
}
.view-detail-bar .star {
}
.add-stars{ color:#fff !important; font-weight:normal; text-transform:capitalize;
	background: #e3098d;
	border-radius: 2px;
	padding: 3px 10px;
	font-weight: 600;display: none;
}
.add-star {
    background: url(../design_img/icon-star.png);
    width: 16px;
    height: 15px;
    display: inline-block; display: none;
	/*vertical-align: middle;*/
}
.view-detail-bar  .star {
	background:url(../design_img/icon-star.png);
	width:16px;
	height:15px;
	display:inline-block;
}
.view-detail-bar .bdr {
	border-top:1px solid #ddd;
	line-height:30px;
}

.view-detail-bar .btn-view:before {
	content: "\f061";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
}
.view-detail-bar .btn-enquiry:before {
	content: "\f0e0";
	display: inline-block;
	font: normal normal normal 16px/1 FontAwesome;
	margin-right:10px;
}
.view-detail-bar .btn-sec{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
	margin-bottom:10px;
}
.view-detail-bar .btn-share .share-wrapper {
	 left: 38%;
}
.view-detail-bar .btn-share .share-wrapper .share {
	text-align:left;
}
.view-detail-bar .btn-sh {
	  color: #fff;
	  display: inline-block;
	  padding: 6px 12px;
	transition: background-color .15s linear;
	margin-left: 10px;
	background: #e70187;
	width: 150px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857143;
	text-align: center;

 }
.view-detail-bar .btn-sh:active, .btn-sh:focus, .btn-sh:hover {
    color: #fff;
   
}

.add-detail .sub-head {
	text-align: left;
	font-size: 16px !important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px !important;
	color: #000;
	margin: 10px 0 !important;
}

.add-detail {
	
}
.star {
    background: url(../design_img/icon-star.png);
    width: 16px;
    height: 15px;
    display: inline-block;
	vertical-align: middle;
}
.view-detail-bar .dis {
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 500 !important;
	color: #666;display: none;
}

.working-hours .day {
  border-bottom: 1px solid #e9e9e9;
  line-height: 38px;
}
.working-hours .day:last-child {
    border-bottom: 0px;
}

.working-hours .name {
  font-weight: 700;
  color: #777;
}

.working-hours .hours {
  float: right;
  font-size: 12px;
 }
.map iframe {
	height:450px;
}

/*search */
.search-bar {
	background:#ee4c9b;
	height:auto;
	display:none
}
.search-bar .login-form .form-group {
	margin-bottom:0px;
	max-width:420px;
	margin-left:auto;
	margin-right:auto;
}
.search-bar .login-form .form-group {
	margin-bottom:10px;
}
.search-bar .form-control {
	/*! border:0px; */
	/*! height:auto; */
	padding:6px 12px 6px;
	background: transparent;
	text-align:center;
	color:#fff;
	border:1px solid #fff;
}
.search-bar .form-control:focus {
    box-shadow: none;
    border-color: #fff;
}
.search-bar .form-control::-moz-placeholder {
color:#fff;
opacity:0.5;
}
.search-bar .form-control:-moz-placeholder {
color:#fff;
opacity:0.5;
}
.search-bar .form-control::-webkit-input-placeholder {
color:#fff;
opacity:0.5;
}
.search-nav {
	float: right; 
	padding: 48px 0px 45px 10px;
	cursor:pointer
}
.search-nav .fa {
	color:#666;padding: 10px 20px;
border-left: 1px solid #eee;
}


/*****/
.about-abt-bar { 
    padding: 60px 0 60px !important;
}
.about-abt-bar  .main-head {
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    color: #333;
    font-size: 30px;
    line-height: 40px;
}
.about-abt-bar  .main-head span.brdr {
    margin: 10px 0 20px;
}
.about-abt-bar .about-abt p {
    line-height: 24px;
}
.about-abt-bar .img{ 
	margin-bottom:20px;
}
.margin-top {
margin-top:35px;
}
ul.mylist {
	text-transform: inherit;
	list-style:none;
	padding: 0 0 0 20px !important;
	margin:0;
}
ul.mylist li {
	line-height: 24px;
	margin-bottom: 10px !important;
	color:#333;
	font-size:14px;
}
ul.mylist li::before {
 content: "\f00c ";
 font: normal normal normal 14px/1 FontAwesome;
 margin-right: 5px;
 color: #ea138f;
 margin-left: -20px;
}
.blue-color {
	color: #0e9ca9 !important;
}


.mt-up {
    margin-top: -100px;
}
.contact-form {
    position: relative;
    background: #fff;     
}
.map iframe {
	border-top: 10px solid #fff !important;
border-bottom: 10px solid #fff !important;
}
.contact-form-padding {
	padding:50px 35px !important;
}
.contact-form p.text {
	margin-bottom: 10px !important;
}
.contact-form .input-group-addon {
	border-radius:0px;
	background: #ccc;
	border-color: #ccc;
	width: 42px;
}
.input-group {
    width: 100%;
}
.contact-form button{
 	margin-top:10px; 
}
.btn-style {
	position:relative;
	padding:12px 40px;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	border-radius:0px;
	background:#00aab9;
	border:1px solid #00aab9;
	text-transform:uppercase;
}
.btn-style:hover{
	color:#fff;
	background:#333;
	border-color:#333;
}
.btn-cancel {
	background:#ed3d1c;
	border:1px solid #ed3d1c;
}
.contact-form .contact-title{
	position:relative;
	margin-bottom:15px;
}

.contact-form .contact-title h3{
	color: #e80e8e;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom:20px !important;
	font-size:20px; 
}
/*Contact Info*/

.contact-info{
	position:relative;
	margin-bottom:15px;
	clear: both;
	border-top: 1px dashed #eee;
	margin-top: 15px;
	padding-top: 10px;
}

.contact-info .inner-box{
	position:relative;
	text-align:center;
}

.contact-info .inner-box .icon-box{
	position:relative;	
	margin: 0 15px 15px  0;
	border:1px solid #00aab9;
	background-color:#00aab9;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	float:left;
}
.contact-info .inner-box .icon-box .fa {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 45px;
	border-radius: 0px;
	border:3px solid #fff;
}

.contact-info .inner-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	margin-top:0px;
	text-align:left;
	line-height:26px;
	display: flow-root;
}
.contact-info .inner-box .text strong{
	font-weight:600;
}

.contact-info .inner-box:hover .icon-box{
	color:#ffffff !important;
	border-color:#e63fa1;
	background-color:#e63fa1;
}  
/*translater*/
 .gotrns {
	float: left;
color: #fff !important;
font-size: 14px;
position: relative;
line-height: 0px;
margin:8px 0 !important;
padding: 0;
}
 .gotrns .goog-te-gadget-simple {
	border: 0px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}
.gotrns a {
	color: #fff !important;
	/*border-right: 1px solid #fff;*/
	padding-right: 10px;
	margin-right: 12px;
}
 .gotrns span {
	color: #fff !important;
}
 .gotrns a.goog-te-menu-value span:nth-child(3),  .gotrns a.goog-te-menu-value img {
display:none
}
 .gotrns img {
	background: url("../design_img/icon-glob.png")!important;
	background-repeat: no-repeat !important
}
 .gotrns a.goog-te-menu-value span:nth-child(5) {
margin-left:10px
}

/* Date 10-08-2021 */
.pdt-details-sec{
	padding:60px 0;
	position:relative;
}
.detail-sec .details-blk{
	
	margin-bottom:8px !important;
}
.detail-sec .details-blk .details-left{
	width:40%;
	float:left;
}
.detail-sec .details-blk .details-right{
	width:60%;
	float:left;
}
.detail-sec .details-blk p{
	font-size:14px !important;
	line-height:24px;
	color:#333;
}
/* Date 27-08-2021 */
.pdt-details-sec .term-con-sec h2{
	font-size: 30px !important;
    line-height: 40px;
    font-weight: 700;
    color: #07286c;
    margin-bottom: 10px !important;
}
.pdt-details-sec .term-con-sec.head-section{
	position:relative;
}
.pdt-details-sec .term-con-sec.head-section p{
	font-size:16px !important;
	line-height:30px;
	color:#333 !important;
	font-weight:400;
	text-align:justify;
}
.pdt-details-sec .term-con-sec.head-section p.first{
	float:right;
	text-align:right;
	margin-bottom:20px;
	display:block;
}
.pdt-details-sec .term-con-sec.head-section p span{
	font-size:16px !important;
	line-height:24px;
	color:#333;
	font-weight:400;
}
.pdt-details-sec .term-con-sec.head-section p .person-left{
	width:300px;
	position:relative;
}
.pdt-details-sec .term-con-sec.head-section p .space-right{
	width:calc(100% - 310px);
	display:inline-block;
}
.cor-info-left{
	float:left;
	position:relative;
	width:50%;
}
.cor-info-right{
	width:50%;
	float:left;
	position:relative;
	margin-bottom:10px !important;
}
.cor-info-right .person-left.sign-right{
	text-align:right;
	float:right;
	font-size:16px !important;
	line-height:24px;
	color:#333;
}
.pdt-details-sec .term-con-sec h4{
	font-size: 24px !important;
    line-height: 32px;
    font-weight: 700;
    color: #fb2a1b;
    margin-bottom: 10px !important;
}
.pdt-details-sec .term-con-sec p{
	font-size:14px !important;
	line-height:24px;
	color:#333;
	font-weight:400;	
	text-align:justify;
}
.pdt-details-sec .term-con-sec p span{
	font-size:18px !important;
	line-height:24px;
	color:#000;
	font-weight:700;
	margin-right:10px;
}
.pdt-details-sec .term-con-sec p a{
	color:#000 !important;
}
.pdt-details-sec .term-con-sec ul{
	font-size: 14px;
    margin: 0 0 20px 30px !important;
    color: #898989;
    list-style: none;
	padding:0 !important;
}
.pdt-details-sec .term-con-sec ul li{
	    line-height: 22px;
		font-size: 14px !important;
		color: #333;
		text-indent: -30px;
		font-weight: 400;
		text-align: justify;
		margin-bottom:10px !important;
}
.pdt-details-sec .term-con-sec ul li a{
	color: #000 !important;
}
.pdt-details-sec .term-con-sec ul li:before{
	content: "\f0a9";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #141414;
    font-size: 24px;
	line-height:26px;
    font-weight: 400;
}
/* Date 30-08-2021 */
.view-detail-bar .abt-inner p{
	font-size:14px !important;
	line-height:24px !important;
	color:#333;
	font-weight:400;
	text-align:justify;
}


.inner-contact-sec .cont-left{
	padding-right:80px !important;
}
.inner-contact-sec .cont-left h2{
	font-size: 30px !important;
    line-height: 40px;
    font-weight: 700;
    color: #07286c;
    margin-bottom: 20px !important;
}
.inner-contact-sec .cont-left p{
	font-size:14px !important;
	line-height:24px;
	text-align:justify !important;
	color:#333 !important;
}
/* Contact social nav*/
.inner-contact-sec .social-nav ul {
	 list-style:none;
	 overflow: hidden;
}
.inner-contact-sec .social-nav li {
	 float:left;
	 margin-left:10px!important;
}
.inner-contact-sec .social-nav li a {
	 border:0!important;
	 padding:0!important
}
.inner-contact-sec .social-nav li a .fa {
	 color: #01243e !important;
	 width: 24px;
	 height: 24px;
	 line-height: 24px;
}
.inner-contact-sec .social-nav li a:hover .fa {
	color:#fca50a !important;
}
.inner-contact-sec .cont-right{
	padding:20px 0 0 0;
	position:relative;
}
.inner-contact-sec .cont-blk{
	position:relative;
	display:block;
	margin-bottom:30px !important;
}
.inner-contact-sec .cont-blk img{
	max-width:30px !important;
	margin-bottom:10px !important;
}
.inner-contact-sec .cont-blk h5{
	font-size:16px !important;
	line-height:24px;
	color:#141414 !important;
	font-weight:600;
	margin-bottom:10px !important;
}
.inner-contact-sec .cont-blk h4{
	font-size:14px !important;
	line-height:24px;
	color:#333 !important;
	font-weight:400;
	margin-bottom:0 !important;
}
.inner-contact-sec .cont-blk h4 a{
	color:#012640 !important;
}
.inner-contact-sec .cont-blk h4 a:hover{
	color:#eb6e23 !important;
}
.inner-contact-sec .main-head {
	margin-bottom:30px !important;
}
.gape-form{
	margin-top:40px !important;
}
.inner-contact-sec .cont-form-heading{
	text-align:center;
}
.inner-contact-sec .cont-form-heading h2{
	font-size: 30px !important;
    line-height: 40px;
    font-weight: 700;
    color: #07286c;
    margin-bottom: 10px !important;
}
.inner-contact-sec .cont-form-heading h4{
	font-size: 20px !important;
    line-height:27px;
    font-weight: 700;
    color: #f0ab19;
    margin-bottom: 0px !important;
}
/* .inner-contact-sec .cont-form-heading h4{ */
	/* font-size:16px !important; */
	/* line-height:24px; */
	/* color:# */
/* } */
.contact-form-height{
	width:100%;
	height:450px !important;
	margin-top:30px !important;
}
.inner-contact-sec  .cont-form{
	background:#f8f8f8 !important;
	position:relative;
	z-index:1;
	padding:0;
	margin-bottom:-130px !important;
}
.contact-matrixjet .form-group {
     margin-bottom: 10px !important;
}
.contact-matrixjet .form-group .form-control:focus {
    border-color: #007ec9;
    color: #333;
}
.clear-fix{
	clear:both;
}

.growved-btn-outer{
	text-align:center !important;
}
.growved-btn-outer .matrix-btn{
	color: #fff !important;
	background:#ff6889;
    display:block;
	border-radius:10px !important;
    margin: 12px 0 0px;
	text-align:center;
	min-width:130px;
    padding: 12px 20px 12px 20px!important;
    border-radius: 0px!important;
    overflow: hidden;
    position: relative;
	border:1px solid transparent;
}

.map-box{
	width:100%;
	height:500px;
}
.growved-btn-outer .matrix-btn:hover{
	background:#0e0e0e !important;
}






/*********************************************************************************
login form 
***************/ 
 .log-body {
 padding:200px 0 150px;
 background:url(../design_img/login-back.jpg) no-repeat left center ;
 background-size:cover;
}
.log-model {
 width:95%;
 max-width: 400px;
 background:#fff;
 -webkit-box-shadow:0px 0px 80px rgba(0, 0, 0, 0.2);
 -moz-box-shadow:0px 0px 80px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.2);
 border-radius:10px;
 padding:20px 40px 40px;
 display:table;
 margin:auto;
}
.log-model.lg-register{
	max-width:750px;
	width:90%;
} 
.log-model h2 {
 font-size: 20px;
 color:#0e0e0e;
 font-weight:700;
 margin-top:20px!important;
 margin-bottom:20px!important;
 text-align:center
}
.log-model .btn-sub {
	 width: 100%;
	 padding: 7px !important;
	 font-size:16px;
	 line-height:25px;
	 font-weight:600;
	 background: #ff6889 !important;
}
.log-model .btn-sub:hover{
	
}
.log-model .link-forgot {
 text-align: right;
 display: block;
 color: #eb5757 !important;
 font-size: 12px;
 margin-top: -6px;
 margin-bottom: 0px;
}
.log-model .alert{ margin-bottom:0; margin-top: 20px}
/*********************************************************************************
Join form 
***************/ 
 .join-body {
 padding:160px 0 200px;
 background:url(../design_img/login-back.jpg) no-repeat center left;
 background-size:cover;
}
.join-model {
 width:90%;
 max-width:1000px;
 margin:auto;
}
.join-nav {
 white-space: nowrap;
 overflow-x: auto;
 margin-bottom:10px;
}
.join-nav .join-nav-container {
 display:table;
 margin:auto;
}
.join-nav ul {
 list-style: none;
 display: flex;
}
.join-nav li {
 float: left;
 margin-right:10px!important
}
.join-nav li a {
 display: block;
 text-decoration: none;
 text-transform: capitalize;
 font-weight: 500;
 color: #fff !important;
 padding: 0px 10px 0px;
 border:1px solid rgba(0, 0, 0, 0.1;
);
 cursor:default
}
.join-nav li a span {
 display: block;
 width: 40px;
 height: 40px;
 background: rgba(255, 255, 255, 0.33);
 text-align: center;
 margin: 0 auto 10px;
 color: rgba(255, 255, 255, 0.7);
 border-radius: 100%;
 font-size: 20px;
 font-weight:400;
 padding-top: 5px;
}
.join-nav li a.active {
 cursor:pointer;
 color:#f2b420!important;
 font-weight: 700;
}
.join-nav li a.active span {
 background: #f2b420;
 color: #fff;
}
.join-form-box {
 margin:25px 0 0;
 padding:35px 30px 0;
 background:#fff;
 border-radius:20px;
 -webkit-box-shadow:0px 0px 80px rgba(202, 168, 120, 0.18);
 -moz-box-shadow:0px 0px 80px rgba(202, 168, 120, 0.18);
 box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
}
.join-form-box h4 {
 color: #64b232;
 text-align:center;
 font-weight: 600;
 border-radius: 5px;
 margin: 0px 0 30px !important;
}
.join-form-box p {
 color:#666;
 font-weight:600;
 font-size:18px!Important;
 margin-bottom:15px!important
}
.join-form-box input[type=file] {
 padding: 6px 9px;
}
.join-form-box .join-type-col {
 display:none
}
.join-form-box .join-type-col.col-active {
 display:block
}
.join-form-box .btn-search {
 background: #ffae00 url(../design_img/icon-search.png) no-repeat center center;
 border-bottom-right-radius: 4px;
 border-top-right-radius: 4px;
 border: 0;
 height: 39px;
 width: 40px;
 position: absolute;
 top: 24px;
 right: 0;
 text-align: center;
}
.join-form-box .btn-sub {
 margin: 45px auto -20px;
 display: block;
 border-radius: 25px !important;
 background: #2388c9;
 border: 1px solid #fff;
 color: #fff;
 width: 150px;
 text-transform: uppercase;
 font-weight: 700;
}
.join-form-box .btn-sub:hover {
 background:#333 !important;
 color: #fff;
}
.join-form-box .alert{  margin-top: 40px}
/* password show hide*/
.toggle-password {
 position: absolute;
 right: 10px;
 width: 10px;
 color: #fff !important;
 text-align: center;
 top: 32px;
 padding: 13px 11px 11px 10px;
 float: right;
 margin-right: 1px;
}
.toggle-password.open-eye {
	 background: url(../design_img/icon-show-pwd.png);
	 background-repeat: no-repeat;
	 background-size: contain;
}
.toggle-password.close-eye {
	 background: url(../design_img/icon-hide-pwd.png);
	 background-repeat: no-repeat;
	 background-size: contain;
}
.btn-sub, .btn-cancel {
    background: #0a0a0a;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 3px!important;
    margin-right: 10px;
    margin-top: 15px;
}
.btn-sub:hover, .btn-cancel:hover{
	background:#f0ab19 !important;
}

.lg-register a{
	text-decoration:none !important;
	font-size:14px !important;
	line-height:24px;
	color:#f0ab19 !important;
	font-weight:600;
}
.lg-register .inline-radio{
	padding-top:5px !important;
}
.lg-register .form-group input[type=radio] {
    margin-right: 5px;
	margin-top:15px !important;
}
.bid-details{
	padding:30px 30px;
	position:relative;
}
.bid-details .label-check{
	margin-top:20px !important;
	font-size:14px !important;
	line-height:24px;
	font-weight:600;
	color:#333 !important;
}
.bid-details .label-check a{
	color:#4cb848 !important;
}
.view-detail-bar .maxbid {
	padding: 0px 0px 10px;
	position: relative;
}
	.view-detail-bar .maxbid h4 {
		color: #4cb848 !important;
		font-size: 24px !important;
		line-height: 32px;
		font-weight: 700;
	}
	.view-detail-bar .maxbid h5 {
		font-size: 20px !important;
		line-height: 27px;
		font-weight: 700;
		color: #23408b;
		margin-top: 15px !important;
		padding-left: 20px !important;
		padding-bottom: 30px !important;
	}

		.view-detail-bar .maxbid h5 span {
			color: #18b5c2 !important;
		}
		.view-detail-bar .maxbid h4 span {
			color: #07286c !important;
		}
		.bid-details h4 {
	font-size: 24px !important;
	line-height: 32px;
	font-weight: 700;
	color: #07286c;
	margin-bottom: 10px !important;
}
.bid-details h5{
	font-size:16px !important;
	line-height:24px;
	color:#101010 !important;
	font-weight:600;
	margin-bottom:20px !important;
}
.bid-details .form-control{
	width:100%;
}
.bid-details .form-group{
	margin-top:20px !important
}
.bid-submit{
	min-width: 150px !important;
    position: relative;
    display: inline-block;
    background: #21428b;
    padding: 12px 14px !important;
    font-size: 14px !important;
    line-height: 24px;
    color: #FFF !important;
    font-weight: 600;
	margin-top:20px !important;
}
.bid-submit:hover{
	background:#4cb848 !important;
}
.btimer-top strong{
	padding:10px;
	font-size:16px !important;
	line-height:24px;
	font-weight:600;
	color:#FFF !important;
	background:#4cb848;
	margin:20px 8px 20px 0 !important;
}
.btn-bidt {
	min-width: 150px;
	padding: 10px 15px !important;
	text-align: center;
	background-color: #21428b !important;
	border-color: #21428b !important;
	font-size: 14px;
	line-height: 24px;
	color: #FFF !important;


}
	.btn-bidt:hover {
		background: #4cb848 !important;
		color:#FFF !important;
		border-color:#4cb848 !important;
	}

