body{
	padding:0;
	margin:0;
	font-family: 'calibri', 'PT Sans', sans-serif;
	background: #F1F1F1;
	font-size: 13px
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"],button[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	letter-spacing: 1px;
}
p, a{
	margin:0;
	/* letter-spacing: 0.2px; */
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.period, n{
	font-family: 'Oswald', sans-serif!important;
	font-weight: normal;
	direction: ltr;
}
/* forced rtl */
.RTL{
  direction: rtl!important;
	text-align: right!important;
}
.FAR{
  font-family: "NumberFont", "NormalFont" !important;
  line-height: 2!important;
  font-size: 13px!important;
  letter-spacing: normal;
}
.HIDE{
	display: none!important;
}
.openTab:hover{
	box-shadow: 0 0 15px black;
	cursor: pointer;
}
.hasError{
	box-shadow: 0 0 10px red!important;
}
.display{
	position:fixed;
	top:0px;
	left:0;
	width:250px;
	height:300px;
	border:1px solid #000;
	background:#847BB4;
	overflow: auto;
	z-index: 1000000;
}
.disabled{
	width: 100%;
	background-color: rgba(191,191,191,.5);
	height: 100%;
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	z-index: 1;
}
.top-side{
	position: static;
	z-index: 1039!important;
}
.left-side{
	z-index: 1038!important;
}
.right-side{
	position: static;
	z-index: 1037!important;
}
#form-container-form{
	padding: 30px;
	display: block;
	height: auto;
}
.container{
	/* width: calc(100% - 200px); */
	/* margin-right: 60px; */
	/* padding-left: 60px; */
}
.owl-item .container{
padding-right: 65px;
}
#loader{
 height:100%;
 width:100%;
 background:rgba(102,102,102,0.4) url(../images/puff.svg) no-repeat 50% 30%;
 z-index:10000;
 position:fixed;
 top:0;
 left:0;
 display:none;
}
.preloader {
	background:url(../images/preloader.gif) no-repeat 3px center;
	background-color: #FFF;
}
.red_back{
	/*background-color: #ffe4e4;*/
	color: red;
	padding: 5px;
	/*margin: 0 10px;*/
	border-bottom: 1px solid grey;
}
.green_back{
	/*background-color: #d4ffc9;*/
	color: green;
	padding: 5px;
	/*margin: 0 10px;*/
	border-bottom: 1px solid grey;
}
.orange_back{
	/*background-color: #fff7b7;*/
	color: orange;
	padding: 5px;
	/*margin: 0 10px;*/
	border-bottom: 1px solid grey;
}
.red{
	color: red;
}
.black{
	color: black;
}
.green{
	color: green;
}
.orange{
	color: orange;
}
.oc1{
	color: #F3DB28;
	font-weight: bold;
}
.oc2{
	color: #56cfca;
	font-weight: bold;
}
.lined{
	text-decoration: line-through;
}
/*.red_back{
	background-color: #ebcccc;
	padding: 5px;
	margin: 0 10px;
	border-bottom: 1px solid grey;
}
.green_back{
	background-color: #dff0d8;
	padding: 5px;
	margin: 0 10px;
	border-bottom: 1px solid grey;
}
.blue_back{
	background-color: #c4e3f3;
	padding: 5px;
	margin: 0 10px;
	border-bottom: 1px solid grey;
}
.orange_back{
	background-color: #fcf8e3;
	padding: 5px;
	margin: 0 10px;
	border-bottom: 1px solid grey;
}*/
.removeNod{
	color: red;
	cursor: pointer;
	float: right;
}
.delete,.comment,.edit,.deleteNode,.editNode,.changeTopic,.editField{
	color: grey;
	cursor: pointer;
	float: right;
	margin: 0 5px;
}
.editUser{
	color: grey;
	cursor: pointer;
}
.editField{float: none;}
.delete:hover,.deleteNode:hover{
	color: red;
}
.edit:hover,.editUser:hover,.editNode:hover,.comment:hover,.changeTopic:hover,.editField:hover{
	color: orange;
}
.toggle, .changeTrue, .changeTrueRe{
	color: #000;
	cursor: pointer;
	font-size: 1.2em!important;
	margin: 0 5px;
}
.toggle:hover, .changeTrue:hover, .changeTrueRe:hover{
	color: orange;
}
.fa-toggle-on{
	color: green;
}
.fa-toggle-off{
	color: red;
}
.cfpTopics table ul{
	list-style-type:none;
}
.cfpTopics table i.fa-check,.cfpTopics table i.fa-exclamation-triangle{
	font-size: .8em;
}
.cfpPrice th,.cfpPrice td{
	text-align: center;
	vertical-align: middle!important;
}
.cfpLang{
  float: right;
  margin: 5px;
}
.cfpLang span{
	width:26px;
  height: 20px;
}
.cfpLang .active{
  box-shadow: 0px 0px 8px #00FFA1;
}
.cfpAboutTitle{
  margin-bottom:20px;
}
.cfpAboutPlace i, .cfpAboutTime i{
  position: absolute;
  left: 0;
  top: 10px;
}
.revComments{cursor: pointer;}
/* #ReviewerComments .commentContainer{
	padding-right: 25px;
	padding-left: 25px;
	min-height: 300px;
} */
#txtCFPPeriod{
  padding: 0 40px 0 10px;
}
.FNum{
  font-family: 'PT Sans', sans-serif;
}
.AbFormToken .tokenfield{
	height: auto;
	padding-right: 40px;
	padding-bottom: 5px;
}
.AbFormToken .field-icon{
	float: right;
	position: relative;
	margin-top: -50px;
}
.AbFormToken .token{
	margin: 5px;
	height: 32px;
}
.AbFormToken .token .close{
	line-height: 1.05em;
}

.fileFieldLink{
	display: none;
	width:96%;
	margin: 5px 2% 20px 2%;
}
.showHideContains{
	position: relative;
	width: 100%;
	padding: 5px;
	border: 1px solid #6A6A6A;
}
.showHideContains a.showHide{
	font-size: 1em;
	font-weight: bold;
}
a.showHide{
	cursor: pointer;
}

#ReportContainer table{
	margin-top: 20px;
}
#ReportContainer thead{
	position: sticky;
	top: 140px;
	background: #fff;
}
/* toaster classes */
.toast-img-logo{
	height: 15px;
	width: auto;
	box-shadow: 0px 0px 15px 3px;
	border-radius: 50%;
}
.toast-img-logo:hover{
	box-shadow: 0px 0px 15px 3px #F3DB28;
}
.toast .label:hover{
	box-shadow: 0px 0px 15px 3px #F3DB28;
}
/*--identity card--*/
.identity_card img{
	width: 60px;
	height: 60px;
	border: 2px solid #FF5400;
	position: relative;
	margin: 10px calc(50% - 30px);
	border-radius: 50%;
}
.identity_card .identity_card_name p{
	text-align: center;
	margin: 0;
	font-size: .9em!important;
	font-family: 'Fugaz One', cursive!important;
}
.identity_card .identity_card_name p:first-child{
	font-size: 1.4em!important;
	font-family: 'Oswald', sans-serif!important;
}
/*--user cards--*/
.user_card_1 {
  background-color: #fff;
	border: 1px solid #6A6A6A;
  padding: 10px 1% 30px;
  text-align: center;
  /*margin: .3%;*/
	/*min-width: 31%;*/
	/*width: calc(100%/3.1);*/
}
.user_card_1 .image_card {
	position: relative;
	margin: 5px auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}
.user_card_1 .card_buttons,.user_card_1 .card_settings{
	position: absolute;
	width: 96%;
	margin: 5px 2%;
	padding-top: 5px;
	bottom: 0;
	border-top: 1px solid #4F4F4F;
}
.card_settings .order_field span{
	float: left;
	width: auto;
	min-width: 85px;
	margin-top: 5px;
}
.card_settings .order_field input{
	padding: 2px 5px !important;
	float: left;
	width: 60px;
	border-radius: 0 4px 4px 0;
	margin-top: 5px;
}
.card_buttons i.fa{
	font-size: 17px;
	margin-right: 10px;
}
.card_buttons span, .card_buttons a{
	display: inline-block;
	direction: ltr!important;
}
.user_card_1 .card_settings{
	position: relative;
	width: 96%;
	margin: 20px 2% 0;
	padding: 5px;
	border: 1px solid #C2C2C2;
	height: auto;
}
.user_card_1 .card_settings span{
  font-size: 0.9em;
  color: #464545;
  font-weight: 400;
	text-align: left;
	display: block;
	direction: ltr;
}
.user_card_1 div img{
  width: 100%;
	height: 100%;
}
.user_card_1 h3{
  font-size: 1em!important;
  font-weight: 500;
  margin: 1em 0 .5em;
  color:#000!important;
	text-decoration: underline;
}
.user_card_1 a h3:hover{
	color: #16599F!important;
}
.user_card_1 h6{
	color:#000;
}
.user_card_1 a h6{
  font-size: .8em!important;
  color: #16599F;
  margin: 5px 0;
}

.loaderResult{
	position: relative;
	display: none;
	width: 100%;
	height:auto;
	border: 1px solid #E0E0E0;
	border-top: none;
	margin-top: 1px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 150px;
	background-color: #F1FFC1;
}
.loaderResult a{
	position: relative;
	display: block;
	font-size: 12px;
  font-weight: 500;
  height: auto;
  margin: 4px 1%;
	padding: 5px 1%;
  width: 96%;
	border-bottom: 1px solid grey;
}
.loaderResult a:hover{
	background-color: #DEDEDB;
}
.loaderResult a img{
	position: relative;
	float: left;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.loaderResult a ul{
	list-style-type: none;
	position: relative;
	float: left;
	width: 85%;
	height: 30px;
	margin-top: -8px;
}
.loaderResult a ul li{
	display: block;
	width: 98%;
	height: 48%;
	padding: 0;
	margin: 1%;
}
.loaderFeedback{
	padding: 5px;
	font-weight: 500;
}
span.feedback{
	top: 5px!important;
	right: 40px!important;
}
.panel-title{
	font-size: 12px;
}
/*paper cards*/
.paper_card_1 {
  background-color: #fff;
	border: 1px solid #6A6A6A;
  padding: 10px 1% 5px;
  margin: 5px 0;
	display: table;
}
.paper_card_1 .card_title{
	/* font-size: 15px; */
	color: #0852B8;
	padding: 0;
	font-weight: 600;
	border-bottom: 1px solid #A7A7A7;
}
.paper_card_1 .card_date{
	font-size: .8em;
	float: right;
}
.card_authors{
	font-size: 12px;
	padding-left: 35px;
	margin: 10px 0 15px;
	color: #000;
  float: left;
}
.card_authors a{
	color: #16599F;
}
.card_authors li a:last-child, .card_authors li span{
	font-size: 9px;
}
.card_authors .autSettings{
	font-size: 1em!important;
	color: #194641;
}
.thumbnail_card{
	display: inline-block;
}
.thumbnail_card img{
	width: auto;
	height: 20px;
}
.card_authors .autSettings i:hover{
	cursor: help;
	color: #593648;
}
.paper_card_1 .card_review{
	border: 1px solid grey;
	padding: 5px;
	margin-bottom: 10px;
	list-style-type: none;
}
.paper_card_1 .card_review li{
	padding: 3px;
	background: #AFF9D1;
	width: 100%;
}
.paper_card_1 .card_data{
	padding-top: 5px;
	margin-top: 4px;
	border-top: 1px solid #4F4F4F;
}
.paper_card_1 .card_actions{
  padding-bottom: 5px;
	margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
/*-------fund-----------*/
div.fund{
  /* display: inline-flex; */
	height: 39px;
	float: left;
	margin: 0 15px;
	padding: 7px 10px;
	background-color: #f1f1f1;
	border-radius: 10px;
	font-weight: 600;
}
div.fund .fund-amount{
	color: #FF3D00;
	font-weight: 700;
}
i.change-btn{
	cursor: pointer;
	color: #FF6B00;
}
i.deposit-btn{
	cursor: pointer;
	color: green;
}
i.change-btn:hover{
	color: #996528;
}
i.deposit-btn:hover{
	color: #396237;
}
.fund-btns{
  float: right;
}
/*-----------cart box------------------*/
div.cart:hover{
	color: #F3DB28;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cart span.cart-count{
	/* font-size: 13px; */
  position: absolute;
  color: red;
	margin-top: -5px;
	margin-left: -5px;
  /* font-weight: bold; */
}
/*---------start-wrapper-dropdown-2----*/
#cartContainer{
	background-color: #ffd306!important;
}
div.cart .cartBox{
	display: none;
	z-index: 0;
	/* -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; */
	overflow-x: hidden;
	overflow-y: scroll;
	width: calc(100% + 17px);
	max-height: 200px;
}
div.cart .activeBox{
	display: block;
	z-index: 1;
}
div.cart .cartBox li a span{
 width: 16px;
 height: 16px;
 display: inline-block;
 float:right;
}
div.cart .cartBox li{
	border-radius: 3px;
	width: 100%;
 /* -webkit-transition: all 0.3s ease-out;
 -moz-transition: all 0.3s ease-out;
 -ms-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out; */
 text-align: center;
}
div.cart .cartBox li.emptyCart a {
 display: block;
 text-decoration: none;
 color: #0C1446;
 padding:10px 10px 10px 10px;
 /* -webkit-transition: all 0.3s ease-out;
 -moz-transition: all 0.3s ease-out;
 -ms-transition: all 0.3s ease-out;
 -o-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out; */
 text-transform: capitalize;
 font-size: 15px;
 font-weight: 100;
}
div.cart .cartBox li a:hover{
 color:#0C1446;
}
/* Hover state */
div.cart .cartBox li:hover {
	 color:#0C1446;
	 background: #E9C82B;
}
div.cart .cartBox  li:first-child {
 border-top-left-radius:3px;
 -webkit-border-top-left-radius:3px;
 -moz-border-top-left-radius:3px;
 -o-border-top-left-radius:3px;
 border-top-right-radius:3px;
 -webkit-border-top-right-radius:3px;
 -moz-border-top-right-radius:3px;
 -o-border-top-right-radius:3px;
 font-weight: bold;
}
div.cart .cartBox  li:last-child{
 border-bottom-left-radius:3px;
 -webkit-border-bottom-left-radius:3px;
 -moz-border-bottom-left-radius:3px;
 -o-border-bottom-left-radius:3px;
 border-bottom-right-radius:3px;
 -webkit-border-bottom-right-radius:3px;
 -moz-border-bottom-right-radius:3px;
 -o-border-bottom-right-radius:3px;
}
div.cart .cartBox  li{
 border-radius: none;
 font-weight: bold;
 border-bottom: 1px solid;
}
div.cart .payCart{
 bottom: 0;
 width: 100%;
 text-align: center;
 border-radius: 0 0 5px 5px;
 font-weight: bold;
 height: 50px;
 padding: 8px;
}
div.cart .payCart:hover{
 color: #0C1446;
}
/*-----end-wrapper-dropdown-2----*/

div.cart .cartHead{
	height: 35px;
  position: relative;
  width: 100%;
}
div.cart .cartHead span{
	height: 35px;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	background-color: #a7ab62;
	color: #333;
}
div.cart .cartHead span:first-child{
  border-radius: 5px 0 0;
  float: left;
  padding: 7px 0;
  width: 40%;
	cursor: pointer;
}
.activeHead{
	background-color: #FFD306!important;
}
div.cart .cartHead span:last-child{
	border-radius: 0 5px 0 0;
  float: right;
  width: 60%
}
div.cart .cartHead #SelCFPCart{
	background: none;
  border: none;
  border-radius: 0 5px 0 0;
  color: #444;
  height: 100%;
  width: 100%;
}
div.cart #cartContain{
	height: auto;
  position:relative;
  width: 100%;
	overflow-x: hidden;
}
/*-----------cart box------------------*/
.cartList{
  height: auto;
  padding: 3px 0;
	height: 43px;
	color: #0F0B2D!important;
}
.cartListRight{
  float: right;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  background: #32F45C;
}
.cartListLeft{
	float: left;
	padding: 8px 14px;
}
.cartListRight img{
  width: 50px;
  height: 50px;
}
.cartListCenter{
  float: right;
  margin-left: 5px;
	width: 250px;
}
.cartListCenter div{
  width: 100%;
  font-size: 10px;
	padding: 2px 0;
}
.cartListCenter div:first-child{
  border-bottom: 1px solid #333;
}
.removeFromCart, .stackToCart{
  color: #505050;
  font-size: 16px;
  padding-top: 12px;
}
.removeFromCart:hover{
  color: #F00;
	cursor: pointer;
}
/*------------------end cart box-------------*/
/*-----------cart box------------------*/
/*--------end fund and cart---------*/

/*-----start-header----*/
.header {
  display: flex;
  background: #333;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	/* height: 52px; */
	z-index: 1041;
}
.right-side{
	margin-top: 60px;
}

.side-nav-container, .logo-nav-container, .top-menu-ul{
  list-style: none;
  height: 52px;
  float: right;
  border-left: 1px solid #ABABAB;
}
.side-nav-container li, .logo-nav-container li, .top-menu-ul li{
 width: auto;
 display: inline-block;
 vertical-align: top;
 float: right;
}
/* .side-nav-container li:hover{
 background-color: #F93605;
 color: #08910F;
} */
.user-nav-container{
  /* height: 100%; */
  float: right;
  border-left: 1px solid #ABABAB;
}

.side-box-container{
  position: fixed!important;
  top: 52px;
  right: 0;
  width: 300px;
  background: grey;
  bottom: 0;
  overflow-y: auto;
}
.box-header{
  padding: 5px;
  width: 100%;
  text-align: right;
  font-size: 20px;
  position: sticky;
  background: grey;
  top: 0;
  z-index: 1;
}
.app-box-container, .feed-box-container{
	display: grid;
  background-color: #EBEBEB;
  border-radius: 3px;
  /* min-height: 200px; */
  padding: 5px;
  margin: 5px 10px;
  text-align: center;
}
.app-box-container label, .feed-box-container label{
  width: 100%;
  border-bottom: 1px solid #CD90DF;
}
.app-box li{
  float: left;
  width: 67px;
	min-height: 100px;
	display: inline-block;
}
.app-box h5{
  text-align: left;
  font-weight: bold;
}
.app-box span.nav-btn{
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 5px black;
	border-radius: 4px;
	text-shadow: 0 0 3px #fc0;
	color: #363636;
	margin: 5px;
	display: grid;
}
.feed-box{
	width: 100%;
	list-style: none;
}
.feed-box li{
	float: none;
	width: 100%;
	margin: 5px auto;
	height: 60px;
	background: #fff;
	display: table;
}
.feed-title{
	width: calc(100% - 140px);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.feed-title p:first-child{
	font-family: 'Oswald', sans-serif!important;
}
.feed-logo{
  width: 60px;
  height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.feed-follow{
	width: 80px;
  height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.feed-follow button{
	margin: 15px 2px;
}
.feed-logo img{
  width: calc(100% - 10px);
	margin: 5px;
}
.app-box .btn-container{
  color: #1A1852 !important;
}
.header .btn-container:hover{
	cursor: pointer;
	color: #F3DB28;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.right-box-container .app-box{
	list-style: none;
}
.right-box-container .app-box-container:first-child{
	margin-top: 0;
}
.right-box-container .app-box-container{
	margin: 5px 0;
	background-color: #fff;
	display: grid;
}

.top-menu {
	float:right;
	/* border-left: 1px solid #fff; */
	/* margin-top: 6px; */
}
.top-menu ul li {
	/* display:inline-block;
	max-height: 32px;
	margin: 0 5px; */
}
.top-menu ul li a {
	/* color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 15px;
  border: none;
  letter-spacing: 1px; */
}

.header .btn-container, .right-box-container .btn-container{
  display: grid;
  height: 100%;
  width: auto;
  text-align: center;
  color: #E6E6E6;
  margin: 6px 10px;
  padding: 0;
  text-decoration: none;
}
.header .btn-container .nav-btn, .right-box-container .btn-container .nav-btn{
  font-size: 20px;
}
.header .btn-container .nav-btn-title, .right-box-container .btn-container .nav-btn-title{
  /* display: inline-flex; */
  height: 100%;
  width: auto;
}
.header .btn-container .nav-btn-title span, .right-box-container .btn-container .nav-btn-title span{
  font-size: 10px;
  line-height: 2;
}

/*-------profile details -------*/
.profile_details{
  /*position: absolute;*/
  /* right: 40px; */
	/* width: 180px; */
}
.profile_details i{
	/* font-size: 1.3em; */
	/* padding: 10px; */
	/* color: gray; */
}
.profile_details i:hover{
	color: #FF7A00;
	cursor: pointer;
	transition: ease .5s all;
	-moz-transition: ease .5s all;
	-webkit-transition: ease .5s all;
	-o-transition: ease .5s all;
	-ms-transition: ease .5s all;
}
/*-------LOGIN STARTS HERE -------*/
#loginContainer {
	font-family:"B Yekan",byekan;
    position:relative;
    float:right;
    padding-right:10px;
    padding-top:15px;
}
/* Login Button */
#loginButton {
    display:inline-block;
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Button Text */
#loginButton li {
	display: inline-block;
    color:#000;
    font-size:1em;
    display:inline-block;
		font-family:"B Yekan","byekan", 'ambleregular';
}
#loginButton li:first-child{
	width: 40px;
	margin-left: -20px;
	background:url(../img/loginArrow.png) no-repeat 26px 8px;
}

#loginButton.active span {
    background-position:26px -20px;
}
/* Login Box */
#loginBox {
    position:absolute;
    top:45px;
    right:10px;
    display:none;
    z-index:29;
}
/* Login Form */
#loginForm {
    width:200px;
    background:#FFD306;
    border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border-radius:5px;
    position:relative;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 20px;
	top: -6px;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid #FFD306;
}
fieldset#body {
    padding:15px;
}
.user-info h4{
	font-size:1em;
	color:#000;
	padding-bottom:15px;
	text-align:center;
}
.user-info h4 a{
	color:#11A8AB;
}
.user-info ul li.profile{
	float:left;
}
.user-info ul li.logout{
	float:right;
}
.user-info ul li{
	display:inline-block;
}
.user-info ul li a{
	padding: 8px 15px;
	color: #FFF;
	font-size: 0.85em;
	border: none;
	display: block;
	background: #FF7300;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.user-info ul li a:hover,.user-info ul li.active a{
	background:#E64C65;
}
/*---profile_details----*/
/*---start-profile-nav----*/
.profile_menu {
  float:right;
  margin: 5px 10px;
	list-style: none;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.profile_menu li ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 48px;
	z-index: 2000;
	right: 0px;
	background: #FFD306;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.profile_menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.profile_menu:before,	.profile_menu:after {
	content: "";
	display: table;
}
.profile_menu ul li:first-child:after { /*Top arrow*/
	content: ' ';
	position: absolute;
	left: 152px;
	top: -7px;
	border-left: 7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #FFD306;
}
.profile_sub-menu li:first-child{
	height: 40px;
  padding: 13px;
  font-weight: 900;
  background-color: grey;
  color: #fff;
}
.profile_sub-menu li a{
	text-decoration: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
  font-size:0.875em;
  font-weight:bold;
  color: #080E1D;
  float: left;
  position: relative;
  border-right: 5px solid #FFD306;
  border-radius:5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
.profile_sub-menu li a:hover{
  background: #F8A705;
  border-right: 5px solid #CC6600;
  color:#FFF;
}

.profile_menu ul a {
	padding: 8px 10px;
	width: 180px;
	_height: 10px; /*IE6 only*/
	display: inline-block;
	white-space: nowrap;;
	float: left;
	text-transform: none;
}
.profile_img img{
  display:block;
	height: 3em;
	width: 3em;
  border-radius:3em;
  -webkit-border-radius:3em;
  -moz-border-radius:3em;
  -o-border-radius:3em;
  border:3px solid #FF7A00;
}

.menuDialog{
		position: absolute;
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		list-style-type: none;
		z-index: 1500;
		display: none;
		overflow-y: auto;
}

/*notice global*/
#noticeContain, #mailContain, #rssContain, #cartContainer{
	position: absolute;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	list-style-type: none;
	width: 300px;
	height: 300px;
	max-height: 300px;
	background-color: #FFF;
	z-index: 1500;
	top:52px;
	right: 100px;
	overflow-y: auto;
}
.notice_sub-menu li {
	text-decoration: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
  font-size:0.875em;
  color: #080E1D;
	padding: 5px 2%;
	margin-bottom: 5px;
  width: 100%;
	height: auto;
	min-height: 40px;
  position: relative;
  border-right: 5px solid #FFD306;
	border-bottom: 1px solid #888;
}
.notice_sub-menu li:hover{
  background: #FFCE6C;
  border-right: 5px solid #CC6600;
  /*color:#999;*/
}
span.countTag{
	color: #fff;
  position: absolute;
  top: 5px;
  font-size: 10px;
  background: red;
  padding: 0px;
  border-radius: 6px;
  padding: 1px 3px 10px 2px;
  height: 12px;
  text-align: center;
}
#noticeContain:after { /*Top arrow*/
	content: ' ';
	position: absolute;
	right: 91px;
	top: -10px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid rgba(0, 0, 0, 0.3);
}

/*end notice global*/



/*---end-profile-nav----*/

.btn-default_2:hover, .btn-default_2:focus, .btn-default_2:active, .btn-default_2.active {
    color: #fff;
    background-color:#56CFCA !important;
    border-color:#56CFCA;
    border-radius: 0;
}
.btn_margin{
	margin: 10px 0;
}
.top_margin{
	margin: 20px 0;
}
.top-menu ul li a.active {
	background:#ffbb42;
	color:#fff;
	padding:6px 15px;
}
ul.social li:first-child {
    margin-left: 0;
}
.logo_right{
	padding-right:0! important;
  /* margin: 5px 10px; */
}
.social {
    padding: 0 0px 0 10px;
    /* margin:6px 0 0 0px; */
    list-style: none;
    float: right;
    border-left: 1px solid #D4D4D4;
		border-right: 1px solid #d4d4d4;
}
.social .link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-clip: content-box;
    transition: .5s;
    color: #848484;
    font-size: 14px;
    padding: 6px;
}
.social .link:hover {
    color:#56cfca;
}
.demo {
    background: #fff;
}
marquee {
    /*margin-bottom: -5px;*/
}
.help_line {
    float: right;
    margin:10px;
}

#toTop {
    width:70px;
    height:70px;
    font-size:25px;
    line-height: 67px;
    color: #fff;
    background: url(../images/back-top.png) no-repeat 0px 0px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}

.navbar-default {
    background-color:#f1b458 !important;
    border-color:#f1b458;
    border-radius: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 300;
}
.navbar-default .navbar-nav > li > a span{
	display:block;
}
.navbar {
   min-height:100%;
   margin-bottom:0;
   background: #fff;
   /* padding:2em 0 1em; */
}
.navbar-collapse {
    padding:0 !important;
}
#bs-megadropdown-tabs{background-color: #FFEF58;}
.navbar-nav {
   margin:0;
   float:left;
}
.navbar-brand {
    height: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    padding-left: 15px;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-nav > li > a {
    padding: 0 !important;
    text-align: center;
    color: #000;
    font-weight: 100;
    font-size: 13px;
    margin: 10px 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color:#000;
    background-color:#56CFCA !important;
}
.navbar-nav > li.current_page>a, .navbar-nav > li.current_page>a:hover {
    border-bottom: 2px solid #56CFCA;
}
.nav_1>li>a:hover, .nav_1>li>a:focus {
    background-color: rgba(86, 207, 202, 0) !important;
    color: #000;
}
.navbar-nav > li>a:focus, .navbar-nav>li>a:hover {
    border-bottom: 2px solid #56CFCA !important;
}
.nav_1 .open>a, .nav_1 .open>a:hover, .nav_1 .open>a:focus {
    background-color:rgba(255, 255, 255, 0) !important;
    border-color: rgba(255, 255, 255, 0);
}
.dropdown-menu.columns-2 {
    min-width: 400px;
}
.dropdown-menu.columns-3 {
    min-width:550px;
}
.multi-column-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
		color: #000!important;
}
.dropdown-menu {
    /* right: 0 !important;
    left:inherit; */
}
.drop_menu {
    top:50px !important;
    left: -41px !important;
    font-size: 14px;
    background-color:#F3DB28 !important;
    border: 1px solid #F3DB28 !important;
    border: 1px solid #F3DB28 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}
.drop_menu li {
  float: left;
  width: 100%;
}
.nav-tabs {
    display: inline-block;
    border-bottom: none;
    font-weight: bold;
    padding:0;
    font-family: 'Oswald', sans-serif;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    padding: 8px 15px;
    font-weight: 100;
    font-size: 15px;
}
.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li {
  padding:20px 15px 15px;
  border-left: 1px solid #eee;
  margin-right: 0 !important;
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
/*-- register form --*/
.dialog_3{
    width:450px;
    margin: 30px auto;
}
form.register {
    padding: 0 2em;
    /*text-align:center;*/
}
form.settingForms{display: none; max-width: 250px;}
.settingsTable tr th:first-child{ width: 30%}
.setting-logo img{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 10px;
}
.setting-banner{max-width: 250px;}
.setting-banner img{width: 100%;}
form h5, form h3, form h4, form h2{
	margin-bottom: 5px;
}
/*.radio_1{
	margin-bottom:3em;
}*/
.radio_1, .check_1{
    min-height:0px !important;
    margin-top:0px !important;
    padding-left:0px !important;
    text-align: left;
}
.radio_1 label, .check_1 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    width: 100%;
    color: #666;
    margin-bottom: 1em;
}
.radio_1 label:before, .check_1 label:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color:#56CFCA;
}
.radio_1 input[type=radio], .check_1 input[type=checkbox] {
    display: none;
}
.radio_1 input[type=radio]:checked + label:before {
		font-family: 'FontAwesome';
    content: "\f00c";
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 13px;
		/*padding: 2px;*/
}
.radio_1 label:before {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
.check_1 input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.checkbox label:before {
    border-radius: 3px;
}
.form-actions.floatRight {
    text-align: center;
    margin-bottom: 2em;
}
h4#myModalLabel {
    font-family: 'Oswald', sans-serif;
    font-size:3em;
    font-weight:100;
    color:#000;
}
.modal-content {
    border-radius:0px !important;
}
.modal-content p{
  padding: 5px;
  text-align: justify;
  border-radius:0px !important;
}
.modal-header {
    border-bottom: 1px solid rgba(204, 204, 204, 0);
}
.close {
    font-size: 30px !important;
    font-weight: 100 !important;
}
.form-group_2 input {
    background: url("../images/inputbg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #999;
    font-size: 12px;
    margin: 0 10px 20px;
    padding: 0 2px;
}
/*---- login -----*/
.modal-dialog_2{
    width:400px;
    margin: 30px auto;
}
.section input[type="submit"],.section button[type="button"], .btn-success1 {
    font-size: 14px;
    font-weight: 300 !important;
    color: #000;
    cursor: pointer;
    outline: none;
    padding:8px 15px;
    width:50%;
    margin:0 auto;
    border: none;
    background:#F3DB28;
    text-transform: uppercase;
    border: 4px double #F3DB28;
}
.section input[type="submit"]:hover,.section button[type="button"]:hover, .btn-success1:hover{
	background:rgba(243, 219, 40, 0);
}
.submit {
    text-align: center;
}
ul.new {
    margin:3em 0 1em;
    list-style: none;
    padding: 0;
}
ul.new li.new_left {
    float: left;
}
ul.new li.new_left p a{
	color:#000;
}
ul.new li.new_left p a:hover{
	text-decoration:none;
	color: #56CFCA;
}
ul.new li.new_left p, p.sign {
    font-weight: 300;
}
ul.new li.new_left p, p.sign a{
	color: #56CFCA;
}
ul.new li.new_left p, p.sign a:hover{
	text-decoration:none;
	color:#000;
}
ul.new li.new_right {
    float: right;
}
.section {
	position: relative;
  margin: 15px 0;
}
.section h6, #cfp-reg-form h5{
	font-size: .9em!important;
	font-weight: bold!important;
	color: #000!important;
	margin: 0!important;
}

.section input[type="text"],
.section input[type="email"],
.input-sm,
.section input[type="password"],
.section input[type="url"],
.section input[type="date"],
.section input[type="datetime"],
.section input[type="number"],
.section input[type="week"],
.section input[type="time"] {
    position: relative;
    vertical-align: top;
    border: 1px solid #56cfca;
		/*#DDD;*/
    display: -moz-inline-stack;
    display: inline-block;
    color: #111;
		/*#626262;*/
    outline: none;
    height: 42px;
    width: 100%;
    padding-right: 40px;
		padding-left: 20px;
    font-weight: 100;
    letter-spacing: 1px;
}
.setting_fields input,.setting_fields select{
	height: 34px;
	margin: 2px 1px;
}
select#country, select.topic{
    height:44px;
    color: #111;
}
label.field.prepend-icon {
    width: 100%;
}
.field-icon {
    top: 0;
    z-index: 4;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 42px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    pointer-events: none;
    color:#56CFCA;
    font-size:15px;
    right:0px;
}
.right-prepend-icon select,.right-prepend-icon input{
	padding-right: 20px;
	padding-left: 40px;
}
.right-prepend-icon label{
	left: 0;
}
/* .paddingleft{
	//padding-left: 0!important;
	padding-right: 0!important;
}
.paddingright{
	padding-left: 0!important;
	//padding-right: 0!important;
} */
.nopadding{
	padding-left: 0!important;
	padding-right: 0!important;
}
.datetimepicker{
	max-width: 220px!important;
}
#appointCheck label{
	color: #4d4d4d	;
	font-weight: bold;
}


.form_date input, .form_datetime input{
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.head_4 p{
    font-size:.8em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight:100;
}
/*-------select language -------*/
ul.lang{
	padding:0;
	margin:0;
	list-style:none;
}
ul.lang li a{
	color:#000;
	font-size:1em;
	line-height:1.8em;
}
/*--------banner --------*/
section.slider {
    background: url(../images/banner_2.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: unset;
    -webkit-background-size: unset;
    -moz-background-size: unset;
    -o-background-size: unset;
    min-height: 450px;
}
.slider_right{
	position:relative;
}
.slider_right h3{
	font-family: 'Oswald', sans-serif;
    font-size: 130px;
    line-height: 140px;
    font-weight:800;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 2;
    color:#fff;
    margin:1em 0 0 0;
}
.slider_left{
	position:relative;
}
.slider_left h3{
	font-family: 'Oswald', sans-serif;
    font-size:120px;
    line-height: 140px;
    font-weight:800;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 2;
    color:#fff;
    margin:1em 0 0 0;
}
.slider_left h4{
	font-family: 'Oswald', sans-serif;
    font-size:140px;
    line-height: 140px;
    font-weight:100;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 2;
    color:#fff;
}
.slider_caption{
	position: absolute;
    right:-60px;
    width: 100%;
}
.slider_caption1{
	position: absolute;
    left:-180px;
    width: 100%;
}
.slider_right h4{
	font-family: 'Oswald', sans-serif;
    font-size:140px;
    line-height: 140px;
    font-weight:100;
    text-transform: uppercase;
    letter-spacing: 3px;
    z-index: 2;
    color:#fff;
}
/*----------content-----------*/
.separator_align_right {
    text-align: right;
}
.heading_1.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
	position: sticky;
	top: 0;
	z-index: 10;
  padding: 0;
	margin-bottom: 100px;
}
.heading.heading-v1 {
    position: relative;
    padding: 20px;
    overflow: hidden;
    background:#F3DB28 !important;
    top: 100px;
    left: 31px;
    z-index: 10;
		text-align: left;
		min-height: 250px;
}
.heading.heading-v1 .heading-inner {
    position: relative;
    /*padding-top: 30px;*/
}
.heading.heading-v1 .heading-inner:before {
    width: 100px;
    height: 4px;
    content: "";
    position: absolute;
    background:#fff;
    z-index: 1;
    top: 23px;
    /*left: 70%;*/
    margin-left: 0;
}
.heading.heading-v1.light-style .heading-inner:before {
    background: #FFF;
}
.heading.heading-v1.light-style .heading-inner > * {
    color: #FFF;
}
.heading.heading-v1 .subheading {
    font-size:15px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    width: 100%;
    display: block;
    letter-spacing: 2px;
}
.heading.heading-v1 h2 {
    margin: 50px 0;
    font-size:35px;
    font-weight: 100;
		text-align: center;
    font-family: 'Oswald', sans-serif;
}
.heading.heading-v1 h3{
    margin: 10px 0;
    font-size: 25px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.heading.heading-v1 p {
    margin: 10px 0;
    font-size:16px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.right_grid_title{
    padding:10px 0px 30px;
    background:#fff;
}
.right_grid{
    padding:30px 70px;
    background:#fff;
		min-height: 450px;
}
.right_grid h3, .right_grid_title h3{
	font-style: normal;
    font-weight:100;
    line-height: 48px;
    font-size: 32px;
    position:relative;
    /*text-transform: uppercase;*/
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.right_grid h4{
    font-style: normal;
    font: 100 24px/32px 'PT Sans', sans-serif;
    line-height: 32px;
    letter-spacing: .5px;
    color: #414141;
    margin:2em 0 .5em;
}
.right_grid h3:after, .right_grid_title h3:after{
    width: 130px;
    height: 4px;
    content: "";
    position: absolute;
    background: rgb(221, 221, 221);
    z-index: 1;
    bottom: -10px;
    left: 0;
}
.right_grid p {
    margin: .5em 0 .5em;
    font-style: normal;
    font-weight: 100;
    line-height: 1.8em;
    font-size: 16px;
    color: #323232;
}
.box_2{
	background:#000;
	padding:2em 0;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	width:100%;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	width:180px !important;
}
.course_demo{
    padding:0% 3% 0 3%;
}
.nbs-flexisel-item img {
	  width: 100%;
	  cursor: pointer;
	  position: relative;
	  max-width: 140px;
	  max-height:140px;
	  margin-top:25px;
	  margin-bottom: 10px;
	  display:inline;
}
.row-inner_1{
	padding:0;
}
.row-inner {
    padding: 110px 70px;
    background: #fff;
}
ul.classi_1{
	padding:0;
	margin:0 0 3em 0;
	list-style:none;
}
ul.classi_1 li.classi_1-left{
	float: left;
    width:45%;
    margin-right: 5%;
}
ul.classi_1 li.classi_1-right{
	float:left;
	width:50%;
}
ul.classi_1 li.classi_1-right h3{
    font-size:25px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
}
ul.classi_1 li.classi_1-right h3 a{
	color:#000;
	font-weight:100;
}
ul.classi_1 li.classi_1-right h3 a:hover{
	text-decoration:none;
	color:#56cfca;
}
ul.classi_1 li.classi_1-right.middle h3 a{
	color:#fff;
	font-weight:100;
}
ul.classi_1 li.classi_1-right.middle h3 a:hover{
	color:#000;
}
ul.classi_1 li.classi_1-right p{
	color:#999;
	font:100 14px/23px 'PT Sans', sans-serif;
	line-height: 1.5em;
}
ul.classi_1 li.middle p{
	color:#fff;
}
.bs-example.bs-example-tabs.col-md-9 {
    background: #fff;
    padding:110px 80px;
}
.col-inner{
	padding:10px;
    background: #fff;
}
.col-inner_1{
	padding:10px;
	background:#56cfca;
}
ul.classi_2{
	margin-bottom:0;
}
.panel-body {
    background: #fff;
    padding: 1em 0 0 0;
}
.panel-body div.pull-left{
  width: 12%;
	min-width: 80px;
}
.panel-body table{
  width: 88%;
	max-width: calc(100% - 80px);
}
.panel-body img{
	width: calc(100% - 10px);
	margin:0 5px;
	height: auto;
}
.panel-body img{

}
.panel-body_1 h3{
	font-size:18px;
	font-family: 'Oswald', sans-serif;
  font-weight: 100;
	border-bottom: 1px solid #A6A6A6;
}
.panel-body_1 h4 a{
	font-size:13px;
	color: #282828;
	font-family:sans-serif;
  font-weight: 100;
}

span.m_6 {
    color: #999;
    font-size: 16px;
}
.panel-body_1 h3 a{
    color:#56cfca;
}
.panel-body_1 h4 a{
    color:#999;
    font:100 16px/23px 'PT Sans', sans-serif;
}
.panel-body_1 h4 a:hover{
	text-decoration:none;
	color:#000;
}
.cfpitem table td, .cfpitem table th{
	padding: 5px;
	font-size: 1em;
}
.cfpitem table ul{
	list-style-type: none;
}
.cfpitem table ul li{
	display:inline-flex;
	padding: 3px;
	margin: 5px;
	border: 1px solid #FF5400;
	border-radius: 5px;
}
i.refresh_1{
	font-size:15px;
	color:#000;
	margin-left: 5px;
}
.pull-right{
	font-size:15px;
	font-family: 'PT Sans', sans-serif;
	float: right;
}
.btn-group {
  /* margin:-13px 0 0 0; */
}
li.presentation_2{
	margin: 5px 0 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color:#56cfca !important;
    border: 1px solid #56cfca;
    padding: 8px 15px;
    font-weight: 100;
    font-size:20px;
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    background-color:#56cfca;
    color:#000;
    padding: 8px 15px !important;
    font-weight: 100;
    font-size:20px !important;
}
a#home-tab:hover{
	color:#fff;
}
.dropdown-toggle_1:hover, .dropdown-toggle_1:focus, .dropdown-toggle_1:active, .dropdown-toggle_1.active, .open .dropdown-toggle.dropdown-toggle_1 {
    color: #fff !important;
    background-color:#56cfca !important;
    border-color:#56cfca !important;
    border-radius:0px !important;
    padding: 8px 15px;
    box-shadow:none !important;
}
a.btn.btn_1.btn-default.dropdown-toggle.dropdown-toggle_1:hover{
	color:#fff !important;
}
input.form-control1{
    box-shadow: none;
    background-color: #fff;
    padding: 15px;
    border-radius: 0px;
}
.nav-tabs>li.input#flocation.active>a, .nav-tabs>li.input#flocation.active>a:focus, .nav-tabs>li.input#flocation.active>a:hover {
    color: #fff;
    background-color: rgba(86, 207, 202, 0);
    border: 1px solid rgba(86, 207, 202, 0);
    font-size: 15px;
    font-weight: 100;
    padding:0;
}
.btn-default {
    color: #333;
    background-color: #f3db28;
		margin: 2px 1px;
    /* border-color: rgba(204, 204, 204, 0); */
}
.btn-modal-container{
	width: 55px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -55px;
}
.btn-modal-container-left{
	left: -55px;
}
.btn-modal-stuck{
	position: sticky;
	top: 55px;
}
.btn-modal {
	width: 40px;
	height: 40px;
	position: relative;
	background-color: #fff;
	color: #444;
	border-radius: 50%;
	font-size: 20px;
	padding: 6px 12px;
	margin: 5px;
	float: right;
}
.box-shadow-green{
	box-shadow: 0 0 15px green;
}
.box-shadow-red{
	box-shadow: 0 0 15px red;
}
.box-shadow-blue{
	box-shadow: 0 0 15px blue;
}
.box-shadow-black{
	box-shadow: 0 0 15px black;
}
.box-shadow-orange{
	box-shadow: 0 0 15px orange;
}
.box-shadow-green:hover{
	box-shadow: 0 0 30px green;
}
.box-shadow-red:hover{
	box-shadow: 0 0 30px red;
}
.box-shadow-blue:hover{
	box-shadow: 0 0 30px blue;
}
.box-shadow-black:hover{
	box-shadow: 0 0 30px black;
}
.box-shadow-orange:hover{
	box-shadow: 0 0 30px orange;
}

.btn-revpoints{
	margin: -15px 20px 0;
}
.label{margin:2px;font-size: 85%;}
.nav-tabs>li>a {
    border-radius: 0px !important;
    color:#000;
    padding: 8px 15px !important;
    font-weight: 100;
    font-size: 20px !important;
}
.btn_1{
    padding: 8px 15px !important;
    font-size:20px;
    font-weight: 100;
}
.thumbnail {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    padding: 0;
    border: none;
    margin-right: 10px;
}
.thumbnail_circle {
  margin-right: 10px;
	padding: 0;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50% !important;
	overflow: hidden;
	border: 1px solid #797979;
}
.thumbnail_circle img{
	width: 100%;
	height: 100%;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
		border: 1px solid gray;
}
/*-----------footer----------*/
#footer{
	margin-top: 50px;
}
.footer_widget{
    background-color: #292a2c;
    padding:7em 0;
}
.widget-title{
	margin-bottom:1em;
}
.widget-title span {
    color: #fff;
    font-size: 1.5em;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.textwidget p{
	color: #959595;
    margin-bottom: 1em;
    line-height: 1.8em;
    font: 100 16px/25px 'PT Sans', sans-serif;
    letter-spacing: 1px;
}
ul.gallery{
	padding:0;
	margin:0;
	list-style:none;
}
ul.gallery li{
	float: left;
    width: 75px;
    height: 75px;
    margin: 0 10px 10px 0;
}
ul.gallery li.last{
	margin-right:0;
}
.footer_middle{
	background:#F3DB28;
}
.footer-icons .social-icon {
    display: inline-block;
    float: left;
    line-height: 0;
    margin-bottom: 0;
    margin-left: -1px;
    width: 25%;
}
.footer-icons .social-icon i {
    border-color: rgba(97, 97, 97, 0.1);
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #000;
    font-size: 50px;
    height: 165px;
    line-height: 165px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.footer-icons .social-icon:hover i {
    color: #fff;
    background:#56cfca;
    border-color: -moz-use-text-color rgba(0, 0, 0, 0.07);
    border-style: none solid;
    border-width: 0 1px;
}
.newsletter_signup {
    margin:50px 0;
    position: relative;
    text-align: right;
}
.newsletter_signup input[type="email"].form-control {
    background: url("../images/mail.png") no-repeat scroll 15px 17px #ffffff;
    font-size: 15px;
    height:65px;
    padding: 5px 15px 5px 65px;
    width: 100%;
    border: 1px solid #56CFCA;
}
.newsletter_signup input[type="submit"] {
    background: none repeat scroll 0 0 #56CFCA;
    border: 0 none;
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 14px;
    font-weight: 600;
    height:59px;
    margin: 3px;
    padding: 6px 30px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newsletter_signup input[type="submit"]:hover{
    background: none repeat scroll 0 0 #F3DB28;
	outline:none;
}
.footer_bottom{
	background-color: #292a2c;
	padding:3em 0;
	text-align: center;
}
.copy p{
	color: #686869;
	font-size:16px;
	letter-spacing: 1px;
}
.copy p a{
	color:#F3DB28;
}
.copy p a:hover{
	text-decoration:none;
    color:#56CFCA;
}
/*----------------about---------------*/
.about_banner{
	background:url(../images/about.jpg) no-repeat center top;
	background-color: rgba(0,0,0,.5);
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	min-height:220px;
	text-align:center;
  margin-top: 52px;
}
.about_banner h2{
	color: #fff;
    font-size:4em;
    text-transform: capitalize;
    margin:0.9em 0 0.4em 0;
    font-weight: 100;
}
a.home {
    color: #fff;
    font-size: 14px;
}
i.home_1{
	color:#F3DB28;
}
a.home_desc{
	color:#fff;
	letter-spacing: 5px;
}
a.home_desc:hover{
   text-decoration:none;
   color:#56CFCA;
}
span.breadcrumbs {
    color:#fff;
    letter-spacing: 5px;
    font-size: 25px;
}
.about_top{
	padding:2em 0;
}
.column-2, .column-9, .column-15{
    background: #fff;
    padding: 100px 80px 100px 115px;
}
.column-2 h4{
	font-size:4em;
	text-align:center;
	font-family: 'Oswald', sans-serif;
    font-weight:100;
    margin-bottom:1em;
}
.column-1{
    background: url(../images/banner_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height:250px;
    position:relative;
    top:135px;
    left: 31px;
    z-index: 10;
    padding: 0;
}
.list-group-item {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(221, 221, 221, 0);
    border-bottom: 1px solid #56CFCA;
    color:#fff;
    font:100 17px/17px 'PT Sans', sans-serif;
}
.list-group-item:first-child {
    border-top-right-radius:0px !important;
    border-top-left-radius:0px !important;
		margin-top: 20px!important;
}
a.list-group-item.active_1, a.list-group-item.active_1:hover, a.list-group-item.active_1:focus {
    z-index: 2;
    color: #fff;
    background-color: #4BD6D0;
    border-color: #4BD6D0;
    color:#000;
}
a.list-group-item {
    color: gray;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color:#4BD6D0;
    border-color:#4BD6D0;
}
a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color:#F3DB28;
    color:#000;
}
.sub_col{
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
    float:left;
    width:19%;
}
#sub_col2 {
    float: left;
    width:80%;
    text-align:center;
}
#sub_col2 h3{
	color:#000;
	font-size:3em;
	font-weight:100;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
#sub_col2 h4{
	color: #a3a3a3;
    font-size: 1.3em;
    font-weight: 100;
    margin: 10px 0 0 0;
    font-style: italic;
}
.text-inner p{
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #a4a4a4;
    /*text-transform: uppercase;*/
    font-family: 'Oswald', sans-serif!important;
    direction: ltr!important;
}
p.m_1{
	color: #a3a3a3;
    font: 100 16px/30px 'PT Sans', sans-serif;
    margin:3em 0 0;
}
p.m_2{
	margin:2em 0 0 0;
}
.about_middle{
	background:#fff;
	padding: 7em 0;
}
.item-testimonial {
    position: relative;
    margin: 10px 15px;
}
.item-testimonial > .avatar {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom:-30px;
    right:-35px;
    z-index: 2;
}
.item-testimonial > .content_box, .item-testimonial > .avatar {
    border: solid 5px #ddd;
}
.item-testimonial > .content_box {
    position: relative;
    padding: 0px;
}
blockquote {
    border: none;
    position: relative;
}
blockquote:before {
    content: "“";
    font-size: 84px;
    position: absolute;
    right: 17px;
    top: -4px;
    color: #ddd;
}
blockquote > p {
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 9px 49px 20px 0px;
    color: #999;
}
blockquote > footer {
    font-style: normal;
    padding: 0px 0px 0px 0;
    margin-top: -9px;
    margin-bottom: -12px;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
}
blockquote > footer a{
    color: #56CFCA;
}
.sub_col1{
	width: 100%;
    float: none;
    margin-bottom: 2em;
}
.about_bottom{
	padding:7em 0;
}
.column-6{
    background: url(../images/pic2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    top: 135px;
    left: 31px;
    z-index: 10;
    padding: 0;
}
.column-7{
	background: #fff;
  padding: 50px 40px 50px 75px;
	min-height: 600px;
}
.column-7 h3{
	color: #000;
  font-size:2em;
  font-weight: 100;
  text-transform: capitalize;
	text-align: center;
}
.column-7 h4{
	/*font-size: 17px;*/
    letter-spacing: 1px;
    /*font-style: italic;*/
    /*color: #999;*/
    margin: 1em 0 .5em;
    font-weight: 700;
		text-align: left;
		color: #444;
}
.column-7 h5{
	font-size: 14px;
  letter-spacing: 1px;
  /*font-style: italic;*/
  /*color: #999;*/
  margin: .5em 0 .1em;
  font-weight: 700;
	text-align: center;
	color: #af560f;
}
.column-7 p{
	font: 100 16px/30px 'PT Sans', sans-serif;
    color: #333;
    margin: 1em 0 2em;
    font-weight: 400;
}
.but_4 {
    margin-bottom: 2em;
}
a.readmore{
    font-size: 15px;
    color: #000;
    font-weight: 100;
    background: #F3DB28;
    padding: 20px 60px;
    border: 4px double #F3DB28;
}
a.readmore:hover{
    text-decoration:none;
    background:rgba(243, 219, 40, 0);
}
.about_social {
    margin-bottom: 5em;
}
.about_social a {
   margin: 0 15px;
}
.about_social a{
	font-size:30px;
	color:#999;
}
.about_social a:hover{
	color: #56CFCA;
}
/* ---------- about_works ---------- */
/* ---------- TIMER ---------- */
.timer_grid {
    text-align:center;
    margin-bottom: 5em;
}
span.countDays, span.countHours, span.countMinutes {
	margin-right:30px;
}
ul#countdown li p {
	font-size: 12px;
}
p.timeRefHours {
	padding-left:37px
}
p.timeRefDays {
   padding-left:50px;
}
p.timeRefMinutes {
	padding-left:26px
}
p.timeRefSeconds {
	padding-left:21px
}
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.navigation li {
	display: inline-block;
	margin-right:11%;
	color:#000;
	font-size:14px;
}
.column-8{
    background: url(../images/pic15.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    top: 135px;
    left: 31px;
    z-index: 10;
    padding: 0;
}
.timeline_work {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.timeline_work:before {
    background: #e5e5e5;
    content: "";
    left: 35px;
    top: 10px;
    bottom: 0;
    position: absolute;
    width: 1px;
    margin-left: -1px;
    margin-top: -10px;
    height: 9999px;
}
.timeline_work > li {
    display: block;
    width: 100%;
    position: relative;
    padding: 25px 0;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.timeline_work > li .entry_number {
    position: relative;
    padding-left: 85px;
}
.timeline_work > li .entry_number .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 62px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    background: #FFF;
    z-index: 9;
}
i.cal{
	font-size: 25px;
    color:#56CFCA;
    vertical-align: middle;
}
.timeline_work > li .entry_number .number {
    font-size: 60px;
    color: #eeeded;
    font-weight: 900;
    text-transform: uppercase;
    width: 175px;
    height: auto;
    display: inline-block;
    line-height: 1;
    text-align: center;
    float: left;
    padding:95px 0 0;
}
.timeline_work > li .entry_number .content-inner {
    padding-left: 190px;
}
.timeline_work > li .entry_number .content-inner .wcontent {
    padding: 20px 30px 20px;
    border-left: 1px solid #e5e5e5;
}
.timeline_work > li .entry_number .date {
    font-size:30px;
    text-transform: uppercase;
    color:#56CFCA;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}
.timeline_work > li .entry_number .title {
    font-size: 19px;
    font-weight: 100;
    color: #000;
    text-transform: uppercase;
    margin: 1em 0 2em;
    font-family: 'Oswald', sans-serif;
}
.content_para p{
	font-weight: 100;
    line-height: 1.8em;
    font-size: 16px;
    color: #a8a8a8;
}
.cfpTimeline{
	height: 300px;
}
#CFPMap{
  height: 350px!important;
}
/*.cfpTimeline div di{
	margin: .5%;
	width: 31%;
	height: 96%;
	background: #23A4F7;
	padding: 0;
}*/
.cfpTimeline td div:first-child{
	background: #DAA2A0;
	text-align: center;
	font-weight: 500;
}
.cfpTimeline td div:last-child{

	background: #A0DAB2;
	text-align: center;
	vertical-align: middle;
}
.cfpTimeline i{
	float: left;
	/*left: 0;*/
	margin:3px;
	/*position: absolute;*/
}
#CFPSocials th, #CFPSocials td{
  text-align: center;
}
#CFPSocials td i{
  float: none;
}
/*-------about privacy policy --------*/
.column-9 h3, .column-15 h6{
	font-family: 'Oswald', sans-serif;
    font-size:1.5em;
    color: #000;
    font-weight: 100;
    margin-bottom: 1em;
}
p.m_3{
    color: #a3a3a3;
    font: 100 16px/30px 'PT Sans', sans-serif;
    margin: 3em 0 0;
}
ul.privacy_list{
	padding:0;
	margin:0;
}
ul.privacy_list li a{
	color:#999;
	font: 100 16px/30px 'PT Sans', sans-serif;
	line-height:2em;
}
ul.privacy_list li a:hover{
	text-decoration:none;
	color: #56CFCA;
}
.column-10{
    background: url(../images/pic16.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    top: 135px;
    left: 31px;
    z-index: 10;
    padding: 0;
}
.column-11{
    background: url(../images/pic17.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    top: 135px;
    left: 31px;
    z-index: 10;
    padding: 0;
}
/*-------about tools --------*/
.nav-tabs1{
	padding:0;
}
.jb-accordion-wrapper {
    background: #FFFFFF;
    margin-bottom: 25px;
}
.wrapper_1{
	border:1px solid #F3DB28;
}
.wrapper_2{
	border:1px solid #56CFCA;
}
.jb-accordion-title {
    position: relative;
    background: #56CFCA;
    color: #FFFFFF;
    padding: 10px 20px 10px;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.title-grey{
	background: #F3DB28;
    color: #000;
}
.jb-accordion-title button {
    background: rgba(255, 255, 255, 0);
    position: absolute;
    right: 15px;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 0px 7px;
    outline: none;
}
i.minus_1{
	color:#000;
}
.jb-accordion-content {
    padding: 20px;
}
.jb-accordion-content p {
    font-size: 16px;
    line-height: 1.8em;
    color: #999;
}
p.m_4, p.m_5{
    font: 100 16px/30px 'PT Sans', sans-serif;
    color: #333;
    margin:0 0 2em;
}
.column-12{
    background: url(../images/pic18.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    top: 135px;
    left: 31px;
    z-index: 10;
    padding: 0;
}
/*-------contact-------------------*/
.column-13{
	text-align:center;
}
i.envelop{
	color:#000;
	font-size:4em;
	margin: 30px 0;
}
.address p {
  color: #000;
  font-size: 15px;
  line-height: 1.8em;
  margin: 0 0 16px;
  font-weight: 600;
}
.address dd {
    color: #000;
    font-size: 15px;
    line-height: 1.8em;
		font-weight: 600
}
/*.address dd a{
	color:#fff;
}*/
.contact input[type="text"], .contact textarea,.contact input[type="email"] {
    width: 100%;
    font-size: 15px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #D0D0D0;
    color: #555;
    background: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 100;
    height: 54px;
    padding: 10px;
    resize: none;
}
.contact textarea {
	 height:150px;
}
.submit-wrap input {
    display: inline-block;
    padding: 18px 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    border: none;
     color: #000;
    background:#F3DB28;
    border: 4px double #F3DB28;
    transition: 0.5s all;
}
.submit-wrap input:hover{
    background: transparent;
    color: #000;
}
.map iframe {
    min-height: 570px;
    width: 100%;
    border: none;
}
/*-------index_detail--------*/
.entry-meta {
    font-size: 14px;
}
.separator {
    color: #b6b8b9;
}
span.entry-date a, span.author a{
	color:#56CFCA;
}
.post h4.entry-title, .post h4.entry-title a {
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    font-size: 27px;
    letter-spacing: -1px;
}
.entry-meta h5{
	font-size: 3em;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
    margin: 0.5em 0 1em;
}
.entry-meta h5 a{
	color:#000;
}
.entry-meta h5 a:hover{
	text-decoration:none;
	color: #56CFCA;
}
.entry-meta p{
	font: 100 16px/30px 'PT Sans', sans-serif;
    color: #999;
    margin: 1em 0 2em;
    font-weight: 300;
}
a.btn-read-more {
    background:#56CFCA;
    color: #fff;
    padding: 15px 30px;
    float: left;
    border: 4px double #56CFCA;
}
a.btn-read-more:hover{
    background: transparent;
    color:#000;
    text-decoration:none;
}
.comments-link{
    float: right;
    min-width: 50px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    position: relative;
    font-style: normal;
    background-color: #56CFCA;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    text-align: center;
}
.comments-link:hover{
	color:#fff;
}
.comments-link:before {
    background-color: #49ca9f;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.comments-link:after {
    border-top: 8px solid #56CFCA;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.comments-link:after {
    content: '';
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    position: absolute;
    left: 14px;
    bottom: -8px;
}
textarea.form-control {
    height: auto;
}
.form-control {
    height: 44px;
    font-size:13px;
    line-height: 1.875;
    border-radius: 0;
    box-shadow: none;
    color: #333;
}
.commentform{
	background:#fff;
	padding:7em 0;
}
.form-group {
    margin-bottom: 15px;
}
.comment_box h4{
	font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin-bottom: 1em;
    font-size: 4em;
    color: #000;
    text-align:center;
}
.comment_box p{
	color: #000;
    font-size: 20px;
    margin-bottom: 1em;
}
.column-14{
    background:#F1F1F1;
    padding: 100px 80px 100px 115px;
}
label.field-label {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
}
.form_control_2{
	border:1px solid #56CFCA;
}
.submit-wrap_1{
	margin:4em 0 0 0;
}
/*-------classifieds--------*/
a.add_btn {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background: #56CFCA;
    border: 4px double #56CFCA;
    transition: 0.5s all;
}
a.classi_btn{
	padding:20px 45px;
}
a.more_btn{
    padding:15px 45px;
}
a.reply_btn{
    padding:15px 30px;
}
a.add_btn:hover{
	background:rgba(86, 207, 202, 0);
	color:#000;
	text-decoration:none;
}
p.m_5{
	margin-bottom:4em;
}
.panel-body_3 {
    margin: 6em 0 0 0;
}
.column-15 h6{
	text-align:center;
}
span.m_6 a{
	text-transform:uppercase;
	color:#56CFCA;
}
ul.classified_list{
	padding:0;
	margin:5em 0 4em 0;
	list-style:none;
}
ul.classified_list1{
	margin-bottom:0;
}
ul.classified_list li{
	float: left;
    margin: 0 10px 25px 0;
}
ul.classified_list li a{
	background:#F3DB28;
	padding:8px 15px;
	color:#000;
}
ul.classified_list li a:hover{
	text-decoration:none;
	background:#56CFCA;
	color:#fff;
}
.pagination_1 .pagination > li span, .pagination_1 .pagination > li a {
    font-size:20px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 5px 10px;
    line-height: 1;
    display: block;
    border: none;
    border-radius: 0;
    color:#000;
}
.pagination_1 .pagination > li span.current, .pagination_1 .pagination > li a:hover {
    color:#56CFCA;
    text-decoration: underline;
    background-color: transparent;
}
.pagination_1 .result-count {
    color: #bbb;
    font-size: 20px;
    margin:0;
    font-weight: 100;
}
ul.m_7{
	margin:0;
}
/*-------classified_detail--------*/
.profile-widget_left{
    float: left;
}
.profile-widget_left h3{
	color: #000;
    font-size:2em;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.profile-widget_left p{
	margin: 1em 0 4em;
}
.profile-widget_left p a{
	color:#999;
	font-size: 16px;
}
.profile-widget_left p a:hover{
	color:#000;
}
.profile-widget_right{
    float: right;
}
a.profile-btn{
    padding: 18px 30px;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background: #56CFCA;
    border: 4px double #56CFCA;
    transition: 0.5s all;
}
a.profile-btn:hover {
    background: rgba(86, 207, 202, 0);
    color: #000;
    text-decoration: none;
}
#example1 h5 {
    color: #000;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight:100;
    margin-bottom:1em;
}
.profile-widget_right p{
	margin:2em 0 0 0;
}
.profile-widget_right p a{
	color: #56CFCA;
}
a.btn.btn-primary {
    width: 100%;
}
.btn_3{
    color: #000;
    background-color: #F3DB28;
    border-color: #F3DB28;
    border-radius: 0;
    border: none;
}
.btn_3:hover{
	background:#56CFCA;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color:#56CFCA !important;
    border-color:#56CFCA !important;
}
.badge_1{
	position: absolute;
  color: #fff;
  background-color: #fa4848;
  border-radius: 10px;
	display: unset;
	font-weight: normal;
	padding: 1px;
	font-size:10px;
	margin-left: -5px;
	margin-top: -5px;
}
#example1 {
    margin-bottom: 5em;
}
.about_pagi{
	margin:5em 0 0 0;
}
.detail_left{
	margin-right:10px;
}
/*-------classified database--------*/
.blok_1 p {
    color: #000;
    float: left;
    font-size:20px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}
.blok_1 p span {
    font-size: 14px;
    color: #CCCACA;
}
.para{
    color: #a3a3a3;
    font: 100 16px/30px 'PT Sans', sans-serif;
}
.blok_1 {
    margin-bottom: 3em;
}
.contact-me {
    border-bottom: 1px solid #999;
    height: 93px;
    overflow: hidden;
    padding: 20px 0 0;
}
.flot {
    float: left;
}
.name {
    color: #000;
    float: left;
    font-size: 10px;
    line-height: 18px;
    margin: 0 0 0 4px;
}
.name a{
    font-size: 21px;
    color: #000 !important;
    text-transform: capitalize;
}
.name a:hover{
   text-decoration:none;
}
.name a span:hover{
	color: #56CFCA;
}
.name p{
	color:#999;
	font-size:13px;
	margin: 0;
}
.contact_btn{
	float:right;
}
.grid_1{
	padding:0 5px;
}
select#database_country {
    padding:0;
}
.form-control:focus {
    border-color:#56CFCA;
    outline: 0;
    box-shadow:none;
}
.bg-secondary{
    position: relative;
}
.bg-secondary:before {
    content: '';
    position: absolute;
    background-color:#F3DB28;
    right: 0;
    left: 50%;
    margin-left: -15px;
    top: 0;
    bottom: 0;
}
.bg-secondary:after{
    content: '';
    position: absolute;
    background-color:#fff;
    left: 0;
    right: 50%;
    margin-right: -15px;
    top: 0;
    bottom: 0;
    z-index: -9999;
}
.inset-3{
    padding: 78px 28px 100px 0px;
}
.inset-3 h4{
	color: #000;
    font-size: 3em;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin-bottom: 1em;
}
.line-inset-1 {
    /*padding-left: 101px;*/
    position: relative;
}
.login_btn_ex{
	background-color: #fff!important;
	border-color:#fff!important ;
}
.login_btn_ex:hover{
	background-color: #f3db28!important;
}
.line-inset-1 p{
	font: 100 16px/30px 'PT Sans', sans-serif;
    color: #999;
    margin: 1em 0 2em;
    font-weight: 300;
}
.line-inset-1:before {
    content: "";
    position: absolute;
    left: 1px;
    top: -25px;
    height: 2px;
    width: 70px;
    background-color: #000;
}
.marked-list {
    position: relative;
    padding-left: 39px;
    line-height: 31px;
    list-style: none;
    margin: 0;
}
.marked-list li {
    position: relative;
    font-size: 16px;
}
.marked-list li a{
	color:#000;
}
.marked-list:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 12px;
    bottom: 14px;
    width: 2px;
    background-color:#000;
}
.marked-list li:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 27px;
    left: -35px;
    top: 14px;
    background-color: #000;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.marked-list li:after {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: -39px;
    top: 11px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
a.add_btn1{
    padding:14px 40px;
}
.block-hover {
    position: relative;
    overflow: hidden;
}
.link_1{
	margin:3em 0 0 0;
}
/*-------classified detail about-------*/
table.details {
    margin-bottom: 4em;
}
table.details h3{
   color: #000;
   font-size: 2em;
   margin-bottom:1em;
}
table.details tr {
    line-height: 2em;
    font-size: 16px;
}
.icons_box1 {
    margin: 5em 0 2em;
}
.feature-box{
    padding: 30px !important;
    background: #FAFAFA;
}
i.face{
	font-size:4em;
    color: #56CFCA;
    margin-bottom:0.5em;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.feature-box:hover i.face{
    -webkit-transform: rotateY(360deg) scale(0.8);
    -ms-transform: rotateY(360deg) scale(0.8);
    transform: rotateY(360deg) scale(0.8);
}
.feature-box h4{
	color: #000;
    font-size:2em;
    margin-bottom:0.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: capitalize;
}
.feature-box p{
	color: #a3a3a3;
    font: 100 15px/25px 'PT Sans', sans-serif;
}
.box_1{
    padding-left: 0;
}
.box_3{
    padding-right: 0;
}
/*-------classified detail network-------*/
.photos_list{
	padding:0;
	margin: 0 0 5em 0;
	list-style:none;
	position:relative;
}
.photos_list li{
	width: 31.6666%;
    float: left;
    margin: 0 2.333% 2.333% 0;
}
.photos_list li.last{
	margin-right:0;
}
.column-inner::after, .column-inner::before {
    content: " ";
    display: table;
}
.team.layout {
    position: relative;
}
.widget-team .team-header img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(100%);
}
.team.layout img {
    display: inline-block !important;
}
.team.layout .team-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.team.layout:hover .team-body{
	background:rgba(0, 0, 0, 0);
}
.team.layout .team-body .team-body-content {
    padding: 10px 30px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.team.layout:hover .team-body .team-body-content{
	 display:none;
	 -webkit-filter: grayscale(0);
     -moz-filter: grayscale(0);
     filter: grayscale(0);
     filter: none;
     background:red;
}
.team.layout .team-body .team-name {
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
}
.team.layout .team-body .team-job {
    font-size: 12px;
    font-weight: 900;
    color:#F3DB28;
    text-transform: uppercase;
}
.team.layout .photos_social-icons {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -70px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 60px;
    z-index: 99;
    background:#56CFCA;
    padding: 0 30px;
    line-height: 60px;
}
.team.layout .photos_social-icons a {
    color: #FFF;
    font-size: 14px;
    margin-left: 15px;
}
.team.layout .photos_social-icons a:hover{
	text-decoration:none;
	color:#000;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "";
}
.team.layout:hover .photos_social-icons {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.column-inner_layout{
	padding-left:0;
}
.column-inner_layout2{
	padding-right:0;
}
.column-inner_layout1{
	padding:0;
}
/*-------classified detail videos --------*/
.video_1 iframe{
	margin-bottom:2em;
}
.video_2 iframe{
	margin-bottom:5em;
}
.video_1 iframe, .video_2 iframe{
	width:100%;
	min-height:300px;
}
.column-16{
    background: url(../images/c11.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    top: 135px;
    left: 31px;
    z-index: 10;
    padding: 0;
}
/*-------news--------*/
.blog-entry-title h4 a{
    font-size:15px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px 16px;
    margin-bottom: 13px;
    background-color: #56CFCA;
    color: #ffffff !important;
}
.blog-entry-title h3{
	margin:1em 0;
}
.blog-entry-title h3 a{
	color: #000;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.post__1-icon {
    margin-right: 5px;
}
.post__1-date {
    float: left;
    margin: 0;
}
.post__1 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.1111;
    text-align: right;
    color:#D2D2D2;
}
span.link_2{
	margin-right:5px;
}
span.post__1-item {
    margin-right:15px;
}
.post__1 a {
    color: #b2b2b2;
}
.post__1 a:hover{
	text-decoration:none;
	color: #56CFCA;
}
.post__1-item .icon-heart-outline {
    font-size: 14px;
    margin-top: -3px;
}
.post__1 .fa, .post__1 .genericon, .post__1 .glyphicon, .post__1 .rt-icon {
    color:#56CFCA;
}
.post__1-icon {
    margin-right: 5px;
}
.blog-entry-title p{
    font: 100 15px/25px 'PT Sans', sans-serif;
    color: #999;
    margin: 1em 0 0em;
    font-weight: 300;
}
.row_1{
	margin-bottom:4em;
}
.column-17{
    position: relative;
    top: 135px;
    left: 31px;
    z-index: 10;
    padding: 0;
}
/*-------news single--------*/
p.m_7{
    color: #a3a3a3;
    font: 100 16px/30px 'PT Sans', sans-serif;
    margin: 3em 0;
}
ul.list_3{
	font-style: italic;
    color: #999;
    list-style: none;
    padding-left: 2em;
}
ul.list_3 li {
    position: relative;
    line-height: 2em;
    font-size: 15px;
}
ul.list_3 li:before {
    position: absolute;
    content: "";
    background: #000;
    border-top: solid 1px #bbb;
    width: 14px;
    height: 1px;
    top: 14px;
    left: -25px;
}
.comments-post {
    margin:4em 0 0 0;
}
ul.comment-list > li:last-child {
    border: none;
}
.author-title h5 {
    text-transform: uppercase;
    letter-spacing: 0.1500em;
    font-size: 15px;
    margin-bottom: 10px;
}
.author-title h5 a{
   color: #56CFCA;
}
.author-title h5 a:hover, .comment-tools.pull-right a:hover{
   text-decoration:none;
   color:#000;
}
p.m_20{
	color:#999;
	font-size:16px;
}
.leave-reply-link {
    float: right;
    margin-top:7px;
}
.leave-reply-link a{
	color:#000;
}
h4.comments {
    font-weight: 300;
    letter-spacing: 0.1500em;
    font-size: 30px;
    color: #000;
    float: left;
}
ul.comment-list{
	padding:0;
	margin:0;
	list-style:none;
}
ul.comment-list > li, ul.comment-list ul > li {
    padding: 60px 0;
    border-bottom: solid 1px #E8E8E8;
}
.author.author-title {
    width:90%;
    float: left;
    margin-bottom: 3%;
}
.comment-tools.pull-right {
    margin:-5px 0 0 0;
}
.comment-tools.pull-right a{
	color: #56CFCA;
	font-size:20px;
}
p.date {
    font-size: 14px;
    color: #C7C7C7;
    font-weight:100;
}
.author-detail {
    margin-bottom: 4em;
}
p.m_8{
    color: #a3a3a3;
    font: 100 14px/20px 'PT Sans', sans-serif;
}

/*-------custom comment--------*/
/* .comment-area{
  position: relative;
  width: 92%;
  min-height: 250px;
  font-family: "YekanNumbers","IRANSans-web";
  font-size: 1.1em;
  background-color: #FFF;
  margin: 5px 2%;
  padding: 5px 2%;
  border-radius: 10px;
  color: #000;
  overflow-x: hidden;
} */
/****** Comment Area ******/
/* .detail-comments{
  display: block;
  position: absolute;
  width: 100%;
  padding-left: 17px;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: rgba(255,255,255,.9);
  z-index: 2;
} */
.makeComment,.commentLogin,.commentContainer{
  font-size: .9em;
  width: 100%;
  color: #000;
}
.commentContainer hr{
  color: #666;
	display: inline-block;
  width: 80%;
  margin: 5px 9% 0;
  opacity: .5;
}
.commentContainer h4{
  font-size: 1em;
  color: #444;
  text-align: center;
  border: 1px solid #888;
  border-radius: 3px;
  margin: 5px 0;
	padding: 3px 0;
  width: 100%;
}
.commentLogin a{
  display: block;
  color: #FF6300;
}
.makeComment{
  position: sticky;
  top: 0;
	display: table;
}
.makeComment i.fa-times,.detail-comments i.fa-times{
	width: 110%;
	height: 14px;
	padding: 3px 1%;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FF6B00;
	cursor: pointer;
  color: #000;
  position: sticky;
  top: 0;
  z-index: 3;
}
.writerLogo{
	position: absolute;
  margin: 5px;
  /* max-width: 60px;
  max-height: 60px; */
  width: 30px;
  height: 30px;
	border-radius: 3px;
}
.commentForm{
  /* position: relative;
  margin-top: 10px;
  margin-right: 1%;
  width: 86%;
  float: right; */
}
.commentForm textarea{
  width: 100%;
  height: 40px;
  font-size: 1em;
  padding: 5px 45px;
	border: 1px solid #888;
  border-radius: 3px;
}
.commentForm button{
  position: absolute;
  right: 14px;
  bottom: 0;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  color: #457;
}
.commentForm button:hover{
  color: #FF8200;
}
.answerForm{
  width: 100%;
  margin-bottom: 3px;
  display: none;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -moz-transition: -moz-transform 150ms ease-in-out;
  -o-transition: -o-transform 150ms ease-in-out;
  -ms-transition: -ms-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}
.commentDetails,.commentReply{
  width: 100%;
  height: 100%;
  float: right;
}
.commentBody{
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #EEE;
	display: table;
	padding: 5px;
}
.commentBody em{
  font-weight: 600;
  font-size: .9em;
  margin: 0 5px 3px 40px;
  border-bottom: 1px solid #FF6300;
}
.commentBody p{
  font-size: 1em!important;
  padding: 5px;
  color: #556!important;
	margin: 12px 35px 0 35px ;
	letter-spacing: 0;
	line-height: normal;
}
.commentSendTime, .commentSeenTime{
	position: absolute;
	left: 40px;
  height: 15px;
  padding: 3px;
  font-size: .8em;
}
.commentSeenTime{
  left: 5px;
	margin-top: -4px;
}
.commentSeenTime i.ion-android-done{
	color: #666;
	font-size: 1.3em;
}
.commentSeenTime i.ion-android-done-all{
	color: #04AE00;
	font-size: 1.3em;
}
.commentKeys{
  float: right;
  height: 15px;
  font-size: 1em;
}
.commentKeys i:hover{
  cursor: pointer;
  color: #FF6300;
}
.commentReply{
	padding-left: 45px;
}
.commentReply .commentBody{
  background-color: #96FFD3;
  width: 100%;
}
.commentReply .commentSendTime{
	left: 90px
}
.commentReply .commentSeenTime{
	left: 55px;
}

/**** End Comment Area ****/
/*-------article--------*/
.article{
    background:#56CFCA;
    position: relative;
    top: 135px;
    left: 31px;
    z-index: 10;
    min-height: 460px;
}
.article_box{
	text-align:center;
	padding: 1em 0;
}
.article_img{
    border-color:#F3DB28;
}
.article_img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.article_img{
    height: 100px;
    width: 100px;
    border-width: 4px;
    border-style: solid;
    overflow: hidden;
    margin: 15px auto 30px;
}
.article_img img {
    text-align: center;
    height: 92px;
    width: 92px;
}
.social-ul {
    float: none;
}
.social-ul li {
    float: none;
    display: inline-block;
    margin:0 5px 0 0;
}
.social-ul li a {
    border: 1px solid rgba(255,255,255,0.2);
    background-color: transparent;
}
.social-ul li a:hover{
    border: 1px solid #F3DB28;
}
.social-ul li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    color: #eef1f2;
    display: inline-block;
    overflow: hidden;
}
.widget-about .social-ul li a:hover {
    border-color: #263241;
    background-color: #263241;
}
.article_box h3{
	color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.article_box p{
	color:#fff;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:2em;
	font-weight:100;
}
.post-content_box1{
	padding-right:0 !important;
}
.post-content_box {
    padding-left: 0 !important;
}
.article_box2{
	margin-bottom:5em;
}
.post_format_content {
    overflow: hidden;
    background-color: #212121;
    position: relative;
}
.post_format_content img {
    display: block;
    width: calc(100% + 30px);
    max-width: none;
    height: 100%;
    transform: translate3d(-30px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.post-meta {
    padding: 23px 0;
    font-size: 15px;
    color: rgba(152, 152, 152, 0.5);
}
.post-meta > span {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    line-height: 30px;
}
.post-meta > span a{
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    color:#56CFCA;
    font-weight: 100;
}
.post-meta > span a:hover{
	text-decoration:none;
	color:#000;
}
.likes{
    position: absolute;
    z-index: 10;
    right:0;
    top: 0;
    width: 60px;
    height: 76px;
    padding: 25px 5px 0px;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(51,51,51,0.5);
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.likes i{
	display:block;
}
.article_box1{
	margin:8em 0 5em;
}
.post_format_content:hover .likes i{
	color:#F3DB28;
}
.post_format_content:hover span.likes_count{
	color:#fff;
}
.post-meta > span.post-meta-comments{
	padding-right:0;
}
h3.post-title_1{
    margin:-5px 0 13px -95px;
    padding: 12px 0 11px 20px;
    text-transform: uppercase;
    line-height: 48px;
    font-size: 38px;
    border-left: 5px solid transparent;
    background-color: #fff;
    border-left-color:#F3DB28 !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
h3.post-title_1 a{
	color:#000;
}
h3.post-title_1 a:hover{
	text-decoration:none;
	color:#F3DB28;
}
.post-content p{
	font: 100 15px/25px 'PT Sans', sans-serif;
    color: #999;
    margin-bottom: 1em;
}
a.post_content_readmore{
    position: relative;
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 25px;
    font-weight: 100;
}
a.post_content_readmore:hover{
	text-decoration:none;
	color:#555;
}
.post_format_content:hover img {
    opacity: 0.25;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.post-meta i {
    padding-right: 10px;
}
.post_content_readmore i {
    color:#56CFCA;
}
.post_content_readmore i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 45px;
    font-size: 16px;
    opacity: 0;
    transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.post_content_readmore:hover i {
    right: -15px;
    opacity: 1;
}
.classified_list h4{
	font-family: 'Oswald', sans-serif;
    font-size:3em;
    color: #000;
    font-weight: 100;
    margin-bottom:1em;
}
/*-------article single--------*/
.single_post{
    font-size: 16px;
    color: rgba(51,51,51,0.5);
}
.single_post a {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    color:#56CFCA;
}
.single_post a:hover{
	color:#000;
	text-decoration:none;
}
.single_post_meta > span {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 13px;
    color:rgba(51,51,51,0.5);
}
.single_post i {
    padding-right: 10px;
}
.article_post{
	padding:0;
}
.social_link i {
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
}
.social_link:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
a.social_link{
    width: 0;
    height: 23px;
    margin: 0 0 0 -3px;
    line-height: 23px;
    transition: width 0.4s ease-in-out, margin 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out, margin 0.4s ease-in-out;
    color:#56CFCA;
}
a.social_link{
    width: 20px;
    margin: 0 0 0 18px;
    font-size: 20px;
}
.single_post_bottom{
    margin: 1em 0 3em;
}
.blockquote_element {
    border-left: 5px solid #F3DB28;
    padding: 0px 0 0px 30px;
    margin: 0 0 3em 2em;
}
.blockquote_element p {
    font-size: 16px;
    color: #576366;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0 !important;
    font-style: italic;
    letter-spacing: 2px;
}
.article_desc{
   margin:3em 0;
}
.article_desc p, .article_desc_1 p{
    font: 100 16px/30px 'PT Sans', sans-serif;
    color: #999;
}
.author-detail img {
    float: left;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    width: 13%;
    margin-right: 4%;
}
.article_desc_1 {
    margin-bottom: 4em;
}
.author-info {
    position: relative;
    margin-left: 130px;
}
.author-title {
    font-size: 25px;
    color: #21262b;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
}
p.author-description {
    color: #999;
    font-weight: 100;
    line-height: 1.5em;
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
ul.author-socials {
    padding: 0;
    margin: 0;
    list-style: none;
}
.author-socials li {
    float: left;
    margin-right: 20px;
    margin-left: 0;
    padding-left: 0;
}
.author-socials li a {
    color: #909a9c;
    font-size:20px;
}
.author-socials li a:hover{
	color:#000;
}
.author_details-right{
	float:left;
	width:75%;
}
/*------- forum --------*/
.forum{
	padding:2em;
	background: url(../images/about.jpg)no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	position: relative;
    top: 135px;
    left: 31px;
    z-index: 10;
    min-height: 420px;
}
.social-item {
    width: 100%;
    overflow: hidden;
    height: 40px;
}
.social-item {
    color: #FFF;
    height: 50px;
    margin-bottom: 10px;
}
.fb-like-button .social-item-inner {
    background-color: #3b5998;
}
.fb-like-button .social-item-inner:hover{
    background-color:#4769AF;
}
.fb-like-button.social-item a:hover, .twitter-like-button.social-item a:hover, .youtube-subscribers-button.social-item a:hover, .linkedin-button.social-item a:hover, .dribble-button.social-item a:hover, .gplus-like-button.social-item a:hover{
    text-decoration: none;
}
.social-item .social-item-inner {
    margin: 0;
    height: 40px;
    line-height: 40px;
}
.social-item .social-item-inner .sc-icon {
    height: 40px;
    width: 41px;
    padding-left: 20px;
    line-height: 40px;
    border: none;
    margin-right: 10px;
    color: #fff;
}
.social-item .social-item-inner .like-count, .social-item .social-item-inner .like-text {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 40px;
    color:#fff;
}
.twitter-like-button .social-item-inner {
    background-color:#28a9e2;
}
.twitter-like-button .social-item-inner:hover{
    background-color:#33BBF7;
}
.youtube-subscribers-button .social-item-inner {
    background-color:#cd2a25;
}
.youtube-subscribers-button .social-item-inner:hover{
    background-color:#E43833;
}
.linkedin-button .social-item-inner {
    background-color:#127cb6;
}
.linkedin-button .social-item-inner:hover{
    background-color:#1A92D4;
}
.dribble-button .social-item-inner {
    background-color:#e84c8b;
}
.dribble-button .social-item-inner:hover{
    background-color:#F95B9B;
}
.gplus-like-button .social-item-inner{
    background-color:#e04a39;
}
.gplus-like-button .social-item-inner:hover{
    background-color:#F95744;
}
span.head_2{
	color: #000;
    font-size:2.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
span.head_2 a{
    color: #56CFCA;
}
span.head_2 a:hover, .forum_box1-left h4 a:hover{
	color:#000;
	text-decoration:none;
}
.forum_box1 {
    margin-bottom: 5em;
}
.forum_box1-left{
	padding-left:0 !important;
}
.forum_box1 h3{
	font-size: 15px;
    color: #C1C1C1;
    margin: 2em 0 1em;
}
.forum_box2 h3 {
    font-size: 1em;
    color: #DEDEDE;
    margin: 2em 0 1em;
}
.forum_box1-left h4{
	font-size:15px;
}
.forum_box1-left h4 a{
	color:#000;
}
.forum_box1-left h5{
	margin-bottom:5px;
}
.forum_box1-left h5,.forum_box1-left p{
    color: #555;
    font-size: 14px;
}
.forum_box1-left img{
	margin:1em 0;
}
.forum_box1-right{
	margin:1em 0 0 0;
	padding-right:0 !important;
}
.forum_box1-right p{
	font: 100 16px/30px 'PT Sans', sans-serif;
    color: #999;
    margin-bottom: 2em;
    letter-spacing: 1px;
}
/*-------Forum Single--------*/
h4.entry-title_1 {
    font-size: 2em;
    font-family: 'Oswald', sans-serif;
    font-weight:100;
}
h4.entry-title_1 a{
    color:#000;
}
h4.entry-title_1 a:hover{
    text-decoration:none;
    color: #56CFCA;
}
.forum_post_date {
    float: right;
    color: #C1C1C1;
}
span.category_tag {
    background:#F3DB28;
    padding: 0px 5px;
    color: #000;
    font-size: 12px;
}
a.author_1 {
    color:#56CFCA;
}
a.author_1:hover{
	text-decoration:none;
	color:#000;
}
span.forum_post1 {
    color: #999;
    font-size: 14px;
}
.forum_post_cont{
	margin:1em 0 2em;
}
.forum_single {
    margin: 6em 0 0 0;
}
.forum_box3 {
    margin-bottom: 2em;
}
/*-------forum single post--------*/
.post_1{
	float:right;
	margin: -15px 0 0 0;
}
span.thick{
	color:#000;
}
p.m_9{
	color:#c1c1c1;
    font-size: 14px;
}
a.thick_1{
    color: #56CFCA;
}
a.thick_1:hover{
   text-decoration:none;
   color:#000;
}
/*-------Advertising--------*/
.social_advertise{
	margin:6em 0;
}
p.m_10{
	font: 100 15px/30px 'PT Sans', sans-serif;
    color: #999;
}
/*-------shortcodes--------*/
.content-inner_2{
	margin-bottom:5em;
}
h4.m_11{
	font-size: 3em;
    color: #000;
    margin-bottom: 1em;
    font-family: 'Oswald', sans-serif;
    font-weight:100;
}
.btn-wrap {
	text-align:center;
}
.alert_1 {
    border-radius: 0;
}
a.effect1, a.effect1:active, a.effect1:visited, a.effect1:focus {
    display: inline-block;
    background-color:#ff7ca8;
    color: #ffffff;
    border-radius: 0px;
}
a.effect1:hover, a.effect2:hover, a.effect3:hover, a.effect4:hover, a.effect5:hover, a.effect6:hover{
	background:#EF6C98;
	border-color:#EF6C98;
	color:#fff;
}
a.effect7:hover, a.effect8:hover, a.effect9:hover, a.effect10:hover, a.effect11:hover, a.effect12:hover{
	background:#EC3C3D;
	border-color:#EC3C3D;
	color:#fff;
}
a.effect13:hover, a.effect14:hover, a.effect15:hover, a.effect16:hover, a.effect17:hover, a.effect18:hover{
	background:#EFC10A;
	border-color:#EFC10A;
	color:#fff;
}
a.effect19:hover, a.effect20:hover{
	background:#4746A5;
	border-color:#4746A5;
	color:#fff;
}
a.effect21:hover, a.effect22:hover{
	background:#CECD2C;
	border-color:#CECD2C;
	color:#fff;
}
a.effect23:hover, a.effect24:hover{
	background:#942E94;
	border-color:#942E94;
	color:#fff;
}
a.effect2, a.effect2:active, a.effect2:visited, a.effect2:focus {
  display: inline-block;
  background-color:#ff7ca8;
  color: #ffffff;
  border-radius: 4px;
}
a.effect3, a.effect3:active, a.effect3:visited, a.effect3:focus {
  display: inline-block;
  background-color:#ff7ca8;
  color: #ffffff;
  border-radius: 0px 5px 0px 5px;
}
a.effect4, a.effect4:active, a.effect4:visited, a.effect4:focus {
  display: inline-block;
  background-color:#ff7ca8;
  color: #ffffff;
  border-radius: 10px 0px 10px 0px;
}
a.effect5, a.effect5:active, a.effect5:visited, a.effect5:focus {
  display: inline-block;
  background-color:#ff7ca8;
  color: #ffffff;
  border-radius: 10px 0px 10px 0px;
}
a.effect6, a.effect6:active, a.effect6:visited, a.effect6:focus {
    display: inline-block;
    background-color:#ff7ca8;
    color: #ffffff;
    border-radius: 15px;
}
.btn.medium {
    padding: 10px 18px;
}
.btn.larg{
	width: 200px;
	height: 50px;
	font-size: 150%;
}
a.effect7, a.effect7:active, a.effect7:visited, a.effect7:focus {
    display: inline-block;
    background-color:#ff4546;
    color: #ffffff;
    border-radius: 0px;
}
a.effect8, a.effect8:active, a.effect8:visited, a.effect8:focus {
    display: inline-block;
    background-color:#ff4546;
    color: #ffffff;
    border-radius: 4px;
}
a.effect9, a.effect9:active, a.effect9:visited, a.effect9:focus {
    display: inline-block;
    background-color:#ff4546;
    color: #ffffff;
    border-radius: 0px 5px 0px 5px;
}
a.effect10, a.effect10:active, a.effect10:visited, a.effect10:focus {
    display: inline-block;
    background-color:#ff4546;
    color: #ffffff;
    border-radius: 10px 0px 10px 0px;
}
a.effect11, a.effect11:active, a.effect11:visited, a.effect11:focus {
    display: inline-block;
    background-color:#ff4546;
    color: #ffffff;
    border-radius: 10px 0px 10px 0px;
}
a.effect12, a.effect12:active, a.effect12:visited, a.effect12:focus {
    display: inline-block;
    background-color:#ff4546;
    color: #ffffff;
    border-radius: 15px;
}
.btn.large {
   padding: 15px 20px;
}
a.effect13, a.effect13:active, a.effect13:visited, a.effect13:focus {
    display: inline-block;
    background-color:#ffd011;
    color: #ffffff;
    border-radius: 0px;
}
a.effect14, a.effect14:active, a.effect14:visited, a.effect14:focus {
    display: inline-block;
    background-color:#ffd011;
    color: #ffffff;
    border-radius: 4px;
}
a.effect15, a.effect15:active, a.effect15:visited, a.effect15:focus {
    display: inline-block;
    background-color:#ffd011;
    color: #ffffff;
    border-radius: 0px 5px 0px 5px;
}
a.effect16, a.effect16:active, a.effect16:visited, a.effect16:focus {
    display: inline-block;
    background-color:#ffd011;
    color: #ffffff;
    border-radius: 10px 0px 10px 0px;
}
a.effect17, a.effect17:active, a.effect17:visited, a.effect17:focus {
    display: inline-block;
    background-color:#ffd011;
    color: #ffffff;
    border-radius: 10px 0px 10px 0px;
}
a.effect18, a.effect18:active, a.effect18:visited, a.effect18:focus {
    display: inline-block;
    background-color:#ffd011;
    color: #ffffff;
    border-radius: 15px;
}
a.effect19, a.effect19:active, a.effect19:visited, a.effect19:focus {
    display: block;
    background-color:#5655bb;
    color: #ffffff;
    border-radius: 0px;
}
a.effect20, a.effect20:active, a.effect20:visited, a.effect20:focus {
    display: block;
    background-color:#5655bb;
    color: #ffffff;
    border-radius: 0px;
}
a.effect21, a.effect21:active, a.effect21:visited, a.effect21:focus {
    display: block;
    background-color:#e0df37;
    color: #ffffff;
    border-radius: 0px;
}
a.effect22, a.effect22:active, a.effect22:visited, a.effect22:focus {
    display: block;
    background-color:#e0df37;
    color: #ffffff;
    border-radius: 0px;
}
a.effect23, a.effect23:active, a.effect23:visited, a.effect23:focus {
    display: block;
    background-color:#ac3aac;
    color: #ffffff;
    border-radius: 0px;
}
a.effect24, a.effect24:active, a.effect24:visited, a.effect24:focus {
    display: block;
    background-color:#ac3aac;
    color: #ffffff;
    border-radius: 0px;
}
.content-inner_1 {
    margin:7em 0 0 0;
}
.progress_1 .progress-bar {
    border-radius: 3px;
    font-size: 16px;
    line-height: 35px;
    background-color:#2dcaff;
}
.progress_1{
    color: #ffffff;
    border-radius: 3px;
    height: 35px;
}
.progress_2 .progress-bar {
    border-radius: 3px;
    font-size: 16px;
    line-height: 35px;
    background-color:#ff48a4;
}
.progress_2{
    color: #ffffff;
    border-radius: 3px;
    height: 35px;
}
.progress-bar-value_1{
    position: absolute;
    right: 47px;
    top: -30px;
    background:#30cbff;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 4px;
    border-radius: 2px;
}
.progress-bar-value_2{
    position: absolute;
    right:103px;
    top: -30px;
    background:#30cbff;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 4px;
    border-radius: 2px;
}
.progress-bar-value_3{
    position: absolute;
    right:6px;
    top: -30px;
    background:#ff48a4;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 4px;
    border-radius: 2px;
}
.progress-bar-value_4{
    position: absolute;
    right:62px;
    top: -30px;
    background:#ff48a4;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 4px;
    border-radius: 2px;
}
.progress-bar-value_1:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0px;
    display: block;
    width: 0px;
    z-index: 1;
    bottom: -5px;
    left: 50%;
    color: transparent;
    border-color: #30cbff transparent;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.progress-bar-value_2:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0px;
    display: block;
    width: 0px;
    z-index: 1;
    bottom: -5px;
    left: 50%;
    color: transparent;
    border-color: #30cbff transparent;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.progress-bar-value_3:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0px;
    display: block;
    width: 0px;
    z-index: 1;
    bottom: -5px;
    left: 50%;
    color: transparent;
    border-color: #ff48a4 transparent;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.progress-bar-value_4:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0px;
    display: block;
    width: 0px;
    z-index: 1;
    bottom: -5px;
    left: 50%;
    color: transparent;
    border-color: #ff48a4 transparent;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.progress i {
    margin-right: 5px;
}
.font-title{
	margin-bottom:5em;
}
.font-title h1, .font-title h2, .font-title h3, .font-title h4, .font-title h5, .font-title h6 {
    padding-bottom: 15px;
}
.font-title h6{
	font-size:12px;
	margin-bottom:0;
	text-align:left;
	font-family: 'PT Sans', sans-serif;
}
/*-------faq--------*/
dl.faq-list {
    margin: 5em 0 0 0;
}
.faq-list dd {
    position: relative;
}
.faq-list_h {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0 0 0 28px;
    background: none;
    font-weight: normal;
}
.faq-list .marker {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: bold;
    margin: 0;
}
p.m_13 {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.8em;
    color: #999;
    margin-bottom:3em;
}
.faq-list .marker1 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: bold;
    margin: 0;
}
h5.marker_head{
	color:#000;
    font-size: 17px;
}
p.last_2{
	margin-bottom:0;
}
/*-------career--------*/
.career_box{
	margin:7em 0 0 0;
}
h3.m_16{
	color: #000;
    font-size: 2.2em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
/*-------terms--------*/
.marked-list_2{
	list-style:none;
	margin:0;
	padding:0;
}
.marked-list_2 li{
	margin-bottom:3em;
}
.marked-list_2 li h5 {
    position: relative;
    padding-left: 65px;
    font-size: 26px;
    line-height: 43px;
    font-weight:100;
    color:#000;
}
.marked-list_2 li h5:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 40px/1 FontAwesome;
    color: #56CFCA;
}
.marked-list_2 p{
	color:#999;
	font-size:16px;
	line-height:1.8em;
}
p.m_17{
	color:#999;
	font-size:16px;
	line-height:2em;
}
/*-------sitemap--------*/
h4.heading-style-2{
    font-size: 40px;
    line-height: 30px;
    letter-spacing: 5px;
    margin-bottom: 1em;
}
ul.menu{
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu > li{
    font-size:20px;
    padding-left: 28px;
    padding-bottom:2em;
    position: relative;
}
ul.menu > li:before{
    color: #0085a0;
}
ul.menu > li:before{
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    color: #0085a0;
    border: 5px solid #56CFCA;
}
ul.menu li a{
	color:#000;
}
ul.menu li a:hover{
   text-decoration:none;
   color:#56CFCA;
}
ul.menu-child{
	list-style:none;
	margin: 1em 0 0 0;
	padding:0;
}
ul.menu-child > li{
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
ul.menu-child li:before{
    color: #0085a0;
}
ul.menu-child li:before{
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    color: #0085a0;
    border: 5px solid #F3DB28;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}
/*-------testimonials--------*/
h5.item_title1{
    color:#000;
    font-size: 25px;
    line-height: 18px;
    margin-bottom: 22px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.item_content p{
	color:#999;
	font-style:italic;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:3em;
	text-align: justify;
}
.item_content p.last_4{
	margin-bottom:0;
}
/*-------grids--------*/
.column_item-box{
	margin-bottom:4em;
}
.column_container h3{
	color: #000;
    margin-bottom: 1em;
    font-size:25px;
}
.column_container p{
	color:#999;
	font-size:16px;
	font-weight:100;
	line-height:1.8em;
}

/*----------------------------costume-------*/
.flexslider .slides img {
	width: auto!important;
}

/*------time bar nav--------*/
.time_bar{
	width: 600px;
	height: 20px;
	list-style-type: none;
	margin: 0 auto;
}
.time_bar hr{
	margin-top: 20px;
}
.time_bar i{
	font-size: 27px;
  position: absolute;
  margin: 4px -13px;
	color: #2B2B2B;
}
.time_bar li{
	width: 40px;
	height: 40px;
	display: inline-block;
	z-index: 3;
	border-radius: 50%;
	float: left;
	margin: -30px 17.5px 0;
	cursor: help;
	background-color: #4FD7CB;
}
.time_bar li:last-child{
	margin-right: 5px;
}
.time_bar li.end::after{
	content: "|";
	margin: -20px -5px;
	position: absolute;
	font-size: 50px;
	-webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
	color: rgba(70,70,70,.5);
}
.time_bar li.end{
	background-color: #959595;
	cursor: not-allowed;
}

/*-- timeline --*/

#work {
    padding: 5em 0;
}
.timeline {
  list-style: none;
      padding: 10px 0 10px;
  position: relative;
}
.timeline:before {
      top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #ccc;
       left: -9px;
    margin-right: -1.5px;
}

.timeline > li {
  margin-bottom:10px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
    float: right;
    border: 1px solid #d4d4d4;
     padding: 0px 15px;
    position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      background: #fff;
	  border-bottom: 5px solid #00a78e;
}
h4.timeline-title a {
    margin: 0;
    padding: 5px 0;
    color:#333;
}
h4.timeline-title a:hover {
    color: #00C6D7;
}
.timeline-body p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    color: #777;
    line-height: 1.9em;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 18px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-left: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top:19px;
  left: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-right: 14px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  /*color: #fff;*/
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: -33px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 0;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline-badge.primary {
  background-color: #eb5424 !important;
}

.timeline-badge.success {
  background-color: #237f52 !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #bb1e10 !important;
}
.timeline-badge.pass {
  background-color: #fdbd10 !important;
}
.timeline-badge.info {
  background-color: #44c7f4 !important;
}
h4.timeline-title {
       color: #1b242f;
    font-size: 1.2em;
        font-weight: 600;
}
ul.year {
    text-align: right;
	    margin-left: 13em;
}
ul.year li {
     list-style: none;
    margin-top:30px;
    font-size: 1em;
    color: #fff;
    text-align: center;
    background: #1b242f;
    padding: 11px 0;
    width:60%;
    display: block;
}
ul.year li:nth-child(2){
	    margin-top: 119px;
}
ul.year li:nth-child(3){
	    margin-top: 129px;
}
ul.year li:nth-child(4){
	    margin-top: 116px;
}
ul.year li:nth-child(5){
	    margin-top: 112px;
}
.timeline-badge.success i {
    font-size: 0.9em;
}
.time-main {
    margin-top: 3em;
}
.time-line h4{
	text-align: left;

}
/*--//work--*/

/*----------------payment section---------------*/
.payment-help{
  width: 25%;
  height: 500px;
  background: #2D261C;
  margin: 5px 1%;
  float: left;
  /*font-family: "IRANSans-web";*/
  font-size: 1em;
  text-align: justify;
  border-radius: 5px;
}
#payment h2{
 font-size: 1.1em;
 font-weight: bold;
 border-bottom: 2px solid #E88E25;
 padding-bottom: 5px;
}
#payment h2,#payment-login h2,#fund h2{
  /*font-family: "IRANSans-webBold";*/
}
#payment h2::before,#payment-login h2::before,#fund h2::before{
  content: '• ';
  font-size: 1.2em;
  /*font-family: "IRANSans-webBold";*/
  color: #F17C02;
}
#payment form,#fund form{
  /*font-family: "IRANSans-web";*/
  /*width: 63%;*/
  padding: 10px 2%;
  margin: 5px 1%;
  color: #000;
  /*float: right;*/
}
#giftWant,#hasGiftCopan,#hasOffCopan{
  cursor: pointer;
}
.copanResult{
  /*font-family: "IRANSans-web";*/
  padding-right: 20px;
  /*visibility: hidden;*/
  font-weight: bold;
}
.payment-container table{
  margin-right: 20px;
}
.payment-container table tr{
  border-bottom: 1px solid #888;
  margin-bottom: 10px;
  height: 30px;
}
.payment-container input[type="radio"]{
  /*float: right;*/
	margin: 0 10px -8px 30px;
}
#bank-container,#cash-pay,#card-exchange,#fund{
  margin-top: 20px;
}
#bank-container table,#fund table{
  width: 100%;
  text-align: center;
}
.payment-container input[type="button"],#fund input[type="button"]{
  height: 45px;
  margin: 5px;
  color: #FFF;
  background-color: #5DD220;
  cursor: pointer;
}
.payment-container input[name="addCash"]{
  background-color: #F47D02;
}
#card-exchange input[name="sendInfo"]{
width: 40%;
float: left;
background-color: #02A4F4
}
.copan input[name="addCopan"]{
  background-color: #02A4F4;
  margin-right: 10px;
  height: 35px!important;
  padding: 0;
  cursor: pointer;
}
.copan table {
  width: 100%;
  margin-top: 20px;
  margin-right: 20px;
}
#cash-pay table{
  width: 80%;
  text-align: center;
  margin: 10px auto;
}
#cash-pay table th{
  text-align: center;
}
#payment-login{
  width: 94%;
  height: auto;
  padding: 10px 2%;
  margin: 5px 1%;
  /*font-family: "IRANSans-web";*/
  color: #000;
}
#payment-login .payment-login-right{
  width: 60%;
  float: right;
  border-left: 1px solid #777;
}
#payment-login .payment-login-right a{
color: #F47D02;
font-weight: bold;
}
#payment-login .payment-login-right a:hover{
color: #F4B702;
font-weight: bold;
}
#payment-login .payment-login-left{
width: 35%;
float: left;
padding: 10px 2%;
}
#payment-login .payment-login-right input[name="paymentLogin"],#payment-login .payment-login-left input[name="paymentRegister"]{
width: 40%;
height: 45px;
margin-top: 10px;
float: left;
cursor: pointer;
background-color: #5DD220;
}
#payment-login .payment-login-right input[name="paymentLogin"]:hover,#payment-login .payment-login-left input[name="paymentRegister"]:hover{
background-color: #ABE050;
}
#payment-login .payment-login-left input[name="paymentRegister"]{
  margin-top: 30px;
  background-color: #F47D02;
}
.payment-receipt{
  width: 100%;
  height: auto;
	margin-top: 20px;
}
.receipt-qrcode{
	width: auto;
	height: 100px;
	margin: 0 90px;
}
.receipt-container{
  /*font-family: "IRANSans-web";*/
  width: 600px;
  height: auto;
  border: 1px solid #6A6A6A;
  margin: 0 auto;
  background: #FFF;
}
.receipt-container hr{
	margin: 0;
}
.receipt-container p{
	margin: 2px 0;
	font-weight: 400;
	font-size: 1em;
	/* height: 20px; */
	line-height: normal;
}
.recipt-header,.receipt-footer{
  /* width: 600px;
  height: 70px; */
  background: #FFF;
}
.recipt-header img{
  width: 100%;
  height: 100%;
}
.recipt-date,.receipt-purchases{ /*.receipt-status,*/
  width: 592px;
  height: 50px;
  margin: 3px;
  margin-bottom: 0;
  background: #FFF;
  border: 1px solid #444;
}
.recipt-date table{
  color: #000;
  width: 100%;
  margin: 0 auto;
}
.recipt-date table th{
	text-align: center;
}
.recipt-date table tr:first-child{
 /*font-family: "IRANSans-webBold";*/
}
.receipt-buyer, .receipt-status{/*.receipt-seller,*/
  width: 283px;
  height: 200px;
  margin: 3px;
  border: 1px solid #444;
  color: #000;
  background: #FFF;
  padding: 5px;
  float: right;
}
/*.receipt-buyer p{
  font-family: "IRANSans-web";
  color: #000;
  margin: 5px;
}*/
/*.receipt-buyer p span{
  font-family: "IRANSans-webBold";
}*/
.receipt-status{/*.receipt-seller,*/
  margin-right: 0;
  float: left;
}
.receipt-purchases{
  background: #464646;
  margin-bottom: 3px;
}
.receipt-purchases tr{
  width: 592px;
  background: #EDEDED;
  cursor: pointer;
}
.receipt-purchases tr:hover{
  background-color: #EBBC9A!important;
}
.receipt-purchases tr:first-child:hover,.receipt-purchases tr:last-child:hover{
  cursor: default;
  background: #464646!important;
}
.receiptFirstLi{
  height: 25px!important;
  background: #464646!important;
  border-bottom: 2px solid #000!important;
}
.receiptFirstLi th{
  /*font-family: "IRANSans-webBold";*/
  color: #F47D02;
  padding-right: 5px;
  border-left: 1px solid #E9EBEE;
}
.receipt-purchases tr td{
  width: 85px;
  /*text-align: left;*/
  vertical-align: middle;
  /*font-family: "IRANSans-web";*/
  color: #000;
  margin: 2px 0 2px 1px;
  padding: 5px;
  border-left: 1px solid #E9EBEE;
}
.receipt-purchases tr td:first-child,.receiptFirstLi th:first-child{
  width: 30%;
  /*text-align: left;*/
  padding-right: 5px;
}
.receipt-purchases tr td:nth-child(3),.receiptFirstLi th:nth-child(3){
  max-width: 35px;
}
.receipt-purchases tr td:last-child,.receiptFirstLi th:last-child{
  width: auto;
  border-left: none;
}
.receiptFirstLi th{
  text-align: center!important;
}
.receipt-footer img{
  width: auto;
  height: 60px;
  margin: 5px;
}
.receipt-footer p{
  font-size: .8em;
  text-align: center;
  color: #000;
}
.odd{
  background-color: #D6EAFF!important;
}
.even{
  background-color: #E9FFE0!important;
}
.receipt-btn{
	width: 94%;
	margin: 3%;
	font-weight: bold;
	color: #fff;
}

.referenceShow p{
	margin: 10px 0;
	line-height: 1.3;
	font-size: .9em;
}
/*------------------end cart gride-----------------------*/
#subErrorBox{
	margin-bottom: 30px;
	display: none;
}
#subErrorBox ul{
	padding: 10px ;
	border: 1px solid red;
}
#subErrorBox ul li{
	margin: 5px;
	color: red;
	font-weight: 600;
}
.search-box{
	position: relative;
	width: 70%;
	/* height: 350px; */
	/* margin: 0 15%; */
  padding-top: 60px;
	/* background: rgba(0,0,0,.7);
	border: 35px solid rgba(98,98,98,.7); */
}
.search-box .section{
	/* margin: 40px 100px; */
}
.search-box .section ul{
	background: rgba(218,218,218,.8) none repeat scroll 0 0;
	border-radius: 5px;
	height: auto;
	max-height: 350px;
	margin-top: 2px;
	position: absolute;
  width: 100%;
	z-index: 10;
	padding: 5px;
	list-style-type: none;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
}
.search-box .section ul li{
	margin: 10px 0;
	text-align: left;
	border-bottom: 1px solid #333;
	padding: 5px;
}
.search-box .section ul li img{
	width: 30px!important;
	height: 30px!important;
	margin: -5px 5px 5px!important;
}
.search-box .section ul li span{
  font-family: "Oswald",sans-serif;
  font-size: 18px;
  font-weight: 100;
}
.search-box .section ul li span a{
	color: #53fd;
}
.search-box .section span{
	width: 30%;
}
.search-box .section select{
	background: #eee none repeat scroll 0 0;
  border: medium none;
  height: 40px;
  width: 100%;
	font-weight: 600;
}
.search-box .section select option{
	height: 30px;
	padding: 7px 5px;
}
.search-box .section input{
	height: 55px;
	border-radius: 0 7px 7px 0;
}
.search-box button[type="submit"]{
	height: 50px;
  font-size: 17px;
  font-weight: 600;
}
.search-box button[type="submit"]:hover{
	background-color: #5FC44F;
	transition:1s all;
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	-ms-transition:1s all;
}

/*---------------extra sizes-------------*/
.ab_1{
	font-size: 1.2em!important;
	margin: 10px auto!important;
}
.ab_2{
	font-size: 1em!important;
	margin: 10px auto!important;
}




/*---------------end extra sizes---------*/
