@import url(https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,600,600i,700,700i);
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;display=swap');


/* ==========================================================================
general setting
========================================================================== */
/*------ General: Common Style ---------*/
html{
	width:100%;
	height: auto;
	margin:0;
	padding:0;
}

body {
	background:#ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	position: relative;
	font-size:14px;
	color:#707f8c;
	line-height:24px;
	overflow-x: hidden;
}
.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}
p {
    position: relative;
    /* text-transform: capitalize; */
    line-height:1.8;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    transition: .2s ease-in;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .25em;
	color:#0047ab;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
}
.red-skin h1, .green-skin h1, .yellow-skin h1, .purple-skin h1, .cyan-skin h1,
.red-skin h2, .green-skin h2, .yellow-skin h2, .purple-skin h2, .cyan-skin h2,
.red-skin h3, .green-skin h3, .yellow-skin h3, .purple-skin h3, .cyan-skin h3,
.red-skin h4, .green-skin h4, .yellow-skin h4, .purple-skin h4, .cyan-skin h4,
.red-skin h5, .green-skin h5, .yellow-skin h5, .purple-skin h5, .cyan-skin h5,
.red-skin h6, .green-skin h6, .yellow-skin h6, .purple-skin h6, .cyan-skin h6 {
    color: #1f2936;
}
p a{
	color:#ff7c39;
}
a{
	color:#0047ab;
}

a,
a:active,
a:focus,
a:hover{
	color:#0047ab;
	outline:none;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.red-skin a, .red-skin a:active, .red-skin a:focus, .red-skin a:hover,
.green-skin a, .greed-skin a:active, .green-skin a:focus, .green-skin a:hover,
.yellow-skin a, .yellow-skin a:active, .yellow-skin a:focus, .yellow-skin a:hover,
.purple-skin a, .purple-skin a:active, .purple-skin a:focus, .purple-skin a:hover,
.cyan-skin a, .cyan-skin a:active, .cyan-skin a:focus, .cyan-skin a:hover {
    color:#1f2936;
}
.clear{
	clear:both;
}
.centered {
    display: table;
    margin: 0 auto;
}
.badge{
	font-weight:600;
}
.text-center {
    text-align: center;
}
.text-center  img{
    margin:5px auto;
	float:none;
	display:table;
}
section{
	padding:4em 0 3em 0;
	background:#ffffff;
}
.small-pad{
	padding:1em 0 1.5em 0;
}
.light-gray{
	background:#F5F7F8;
}
.light-bg{
	background:#ffffff;
}
a.btn.call-btn {
	background: #ffffff;
	border-radius: 4px;
	padding: 0.8em 2em;
	color:#ff7c39;
	text-transform: capitalize;
}
.d-block{
	display:block;
	margin-bottom:10px;
}
.no-shadow, .no-shadow:hover, .no-shadow:focus{
	box-shadow:none !important;
}
/*----------- General: Heading ------------*/
.heading{
	padding:0px 0 25px 0;
	text-align:center;
}
.heading h2{
	font-weight:500;
	margin-top:0;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
}
.heading p {
    line-height: 1.8;
    font-size: 15px;
}
.heading.light h2, .heading.light p{
	color:#ffffff;
}
/*----------- General: Page Title ------------*/
.page-title {
    background:#f6f7f9;
    height: 250px;
    padding-top: 90px;
}

.page-title.light{
	position:relative;
	background-size:cover !important;
	background-position:center !important;
}
.page-title.light:before {
    position: absolute;
    content: '';
    background: #0f1f44;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity:0.8;
}
.page-title.light h2, .page-title.light p{
	color:#ffffff;
	z-index:2;
}
.page-caption {
    position: relative;
    z-index: 8;
}
/*--------- General: Form and Button ------------*/
button:hover, input:hover, input:focus, button:focus{
	outline:none;
}
.btn {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    position: relative;
    border: 1px solid;
    background-image: none;
    /* padding: 10px 15px; */
    transition:all ease 0.4s;
    margin-top: 15px;
}
.btn-m{
	padding: 14px 30px;
	font-size:16px;
}
.radius-0{
	border-radius:0;
}
.btn-l{
	padding: 16px 35px;
	font-size:17px;
}
.btn-xl{
	padding:20px 40px;
	font-size:18px;
}
.btn-square {
    width: 44px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 2px;
    margin: 5px;
	transition:all ease 0.4s;
}
.btn-square-large{
	width:55px;
    height:55px;
    display: inline-block;
    text-align: center;
    line-height:55px;
    font-size:18px;
    border-radius: 2px;
    margin:7px;
}
.light-gray-btn{
	background:#e8edf1;
	border:1px solid #e5eaef;
}
.light-gray-btn:hover, .light-gray-btn:focus{
	color:#ffffff;
	background:#78909C;
	border:1px solid #78909C;
}
.btn-general-white-bg{
	background:#ffffff;
	color:#ff7c39;
	border-color:#ffffff;
}
.btn-general-white-bg:hover, .btn-general-white-bg:focus{
	background:#ff7c39;
	color:#ffffff;
	border-color:#ff7c39;
}
.btn-general-theme-bg{
	background:#ff7c39;
	color:#ffffff;
	border-color:#ff7c39;
}
.btn-general-theme-bg:hover, .btn-general-theme-bg:focus{
	background:#ffffff;
	color:#ff7c39;
	border-color:#ffffff;
}
.btn-general-theme-trans-bg{
	background:rgba(255, 58, 114,0.1);
	border-color:#ff7c39;
	color:#ff7c39;
}
.btn-general-theme-trans-bg:hover, .btn-general-theme-trans-bg:focus{
	background:rgba(255, 58, 114,1);
	border-color:#ff7c39;
	color:#ffffff;
}
.full-width{
	width:100%;
}
.btn-width-200{
	width:200px;
	margin-left: auto;
	margin-right: auto;
}
.btn-radius{
	border-radius:50px;
}
.form-control {
    height:50px;
    border: 1px solid #dde6ef;
	margin-bottom:10px;
    box-shadow: none;
    border-radius: 0;
    background: #fbfdff;
    font-size: 15px;
	color:#6b7c8a;
    font-weight: 400;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
	margin-bottom:10px;
    border: 1px solid #dde6ef;
}
.form-control:hover, .form-control:focus{
	border: 1px solid #ff7c39;
	-webkit-box-shadow:0 1px 1px rgba(7,177,7,.075);
	box-shadow:0 1px 1px rgba(7,177,7,.075);
	outline:none;
}
.form-control .btn.dropdown-toggle.btn-default:hover, .form-control .btn.dropdown-toggle.btn-default:focus{
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:none;
}
span.input-group-addon {
    color: #677782;
    border-color:#dde6ef;
    background: #fbfdff;
    border-left: 0;
}
nav.navbar.navbar-default.navbar-fixed.white.bootsnav.shadow.on.menu-center.no-full{
	box-shadow:0px 5px 20px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.05);
}
.bootstrap-select button.btn.dropdown-toggle.bs-placeholder.btn-default {
    background: transparent;
    height: 46px;
    border: 1px solid transparent;
    color:#445461;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
}
.btn.btn-primary {
    border: 1px solid #ff7c39;
    border-radius: 0px;
    width: 100%;
    height: 46px;
    background: #ff7c39;
    text-transform: capitalize;
    font-size: 16px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus{
    border: 1px solid #ff7c39;
    border-radius: 0px;
    width: 100%;
    height: 46px;
    background: #ff7c39;
    text-transform: capitalize;
    font-size: 16px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    height: 46px;
}
.bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
    outline:none !important;
    outline-offset:0 !important;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    padding: 8px 10px;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    box-shadow: none;
    background: #ff7c39;
    color: #ffffff;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color:#445461;
    background-color: transparent;
    border-color: transparent;
}
button.btn.dropdown-toggle.btn-default {
    background: transparent;
    border: none;
    box-shadow: none;
    height: 46px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color:#ff7c39;
}
/*------ general: Choosen Select Box ----*/
.chosen-container-single .chosen-single {
	background:#fbfdff;
    border: 1px solid #dde6ef;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #445461;
    height: 50px;
	line-height: 50px;
	margin-bottom:10px;    
}
.chosen-container-single .chosen-single div {
    top: 8px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #dde6ef;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #dde6ef;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #f4f5f7;
    background-image: none;
    color: #445661;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -15px 7px;
}
.chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #dde6ef;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060;
}
/*-------- general: Bootstrap Editor ---------*/
.wysihtml5-toolbar a.btn {
    background: #fbfdff;
    color: #35434e;
    margin-right: 5px;
    border-color:#dde6ef;
}
.btn-group [class^="icon-"], .bootstrap-wysihtml5-insert-link-modal  [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
}
.btn-group .icon-indent-left {
    background-position: -384px -48px;
}
.btn .icon-share {
    background-position: -120px -72px;
	display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-repeat: no-repeat;
}
.btn-group .icon-indent-right {
    background-position: -408px -48px;
}
.btn-group .icon-th-list {
    background-position: -264px 0;
}
.btn-group .icon-list {
    background-position: -360px -48px;
}
.form-control.textarea{
height:180px;
border-radius:4px;
}
/*------------ general: box-style------------*/
.box {
    position: relative;
    border-top: 0;
    margin-bottom:40px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
	box-shadow: 0 5px 15px 0 rgba(41,128,185,0.1);
    -webkit-box-shadow: 0 5px 15px 0 rgba(41,128,185,0.1);	
}
.box-header {
    background:transparent;
    border-bottom: 0px;
	padding: .85rem 1.25rem;
    margin-bottom: 0;
	display: flex;
    align-items: center;
	border-bottom:1px solid #eaeff5;
}
.box-body {
    padding:3em 2em;
    border-radius: 0 0 0px 0px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.box-hover-shadow:hover {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}
.box-body > *:last-child {
    margin-bottom: 0;
}
/*---------- General: Pagination -------------*/
.pagination {
	display: table;
	padding-left: 0;
	border-radius:4px;
	margin: 20px auto 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    line-height: 1.42857143;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination>li>a:hover, .pagination>li>a:focus {
	z-index: 2;
	color:#ff7c39;
	cursor:pointer;
	background-color:#ffffff;
	border-color:#ffffff;
}
.pagination li:first-child a {
	background: #ff7c39;
	border: 1px solid #ff7c39;
	border-radius:50px;
	color:#ffffff;
}
.pagination li:last-child a {
	background: #35434e;
	border: 1px solid #35434e;
	border-radius:50px;
	color:#ffffff;
}
/*------------- General: Custom Datedropper ----------------*/
div.datedropper.my-style {
    border-radius: 8px;
    width: 180px
}

div.datedropper.my-style .picker {
    border-radius: 8px;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .1)
}

div.datedropper.my-style .pick-l {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

div.datedropper.my-style .pick-lg-b .pick-sl:before,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-submit,
div.datedropper.my-style:before {
    background-color: #1cc100
}

div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker,
div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny:before {
    background-color: #FFF
}

div.datedropper.my-style .pick li span,
div.datedropper.my-style .pick-btn,
div.datedropper.my-style .pick-lg-b .pick-wke,
div.datedropper.my-style .pick-y.pick-jump {
    color: #1cc100
}

div.datedropper.my-style .pick-arw,
div.datedropper.my-style .pick-l,
div.datedropper.my-style .picker {
    color: #3a465e
}

div.datedropper.my-style .pick-lg-b .pick-sl,
div.datedropper.my-style .pick-lg-h,
div.datedropper.my-style .pick-m,
div.datedropper.my-style .pick-m .pick-arw,
div.datedropper.my-style .pick-submit {
    color: #FFF
}

div.datedropper.my-style.picker-tiny .pick-m,
div.datedropper.my-style.picker-tiny .pick-m .pick-arw {
    color: #3a465e
}

div.datedropper.my-style.picker-lkd .pick-submit {
    background-color: #FFF;
    color: #3a465e
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
    opacity: 1;
}
/*------------ General: Table Style  ---------------------*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    background: #ffffff;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}
table.table.table-lg tr th, table.table tr td {
    border-color: #eaeff5;
    padding: 15px 15px;
    vertical-align: middle;
    font-size: 14px;
}
.table-hover tbody tr:hover {
    background-color:#f4f5f7;
}
table.table td a {
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}
table.table td img{
	margin-right:10px;
}
table.table td .label{
	padding:5px 15px;
}
/* ==========================================================================
    Global Settings
========================================================================== */
.theme-bg{
	background:#0684fe;
	color:#ffffff;
}
.theme-bg p{
	color:#ffffff;
}

.dark-bg{
	background:#2a3646;
}

.light-bg{
	background:#ffffff;
}

.gray-bg{
	background:#f1f4fb;
}
.gray{
	background:#f6fafd;
}
.theme-cl{
	color:#ff7c39;
}

.theme-overlap{
	background:url(../img/slider-2.jpg);
	background-position:center !important;
	background-size:cover !important;
	position:relative;
}
.theme-overlap:before{
	background:#ff7c39;
}
.theme-overlap:before{
	opacity:0.8;
	content:"";
	display:block;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	width:100%;
	position:absolute;
}
/*---------- Global Settings: Custom Button -----------*/
.btn-radius{
	border-radius:50px;
}
.theme-btn {
    background: #ff7c39;
    border: 1px solid #ff7c39;
	color:#ffffff !important;
	text-transform:capitalize;
}
.theme-btn:hover, .theme-btn:focus{
	color:#ffffff;
	background: #ff7c39;
    border: 1px solid #ff7c39;
}
.btn.theme-btn-outlined, a.theme-btn-outlined{
	background:transparent;
	border:1px solid #ff7c39;
	color:#ff7c39;	
}
.btn.theme-btn-outlined:hover, a.theme-btn-outlined:hover, .btn.theme-btn-outlined:focus, a.theme-btn-outlined:focus{
	background:#ff7c39;
	border-color:#ff7c39;
	color:#ffffff;
}
.btn.theme-btn-trans-radius, a.theme-btn-trans-radius{
	background: rgba(255, 58, 114,0.1);
    color: #ff7c39;
    border-radius: 50px;
    border: 1px solid #ff7c39;
}
.btn.theme-btn-trans-radius:hover, a.theme-btn-trans-radius:hover, .btn.theme-btn-trans-radius:focus, a.theme-btn-trans-radius:focus{
	background: rgba(255, 58, 114,1);
    color: #ffffff;
    border-radius: 50px;
    border: 1px solid #ff7c39;
}
.btn.theme-btn-trans, a.theme-btn-trans{
	background: rgba(255, 58, 114,0.1);
    color: #ff7c39;
    border-radius:2px;
    border: 1px solid #ff7c39;
}
.btn.theme-btn-trans:hover, a.theme-btn-trans:hover, .btn.theme-btn-trans:focus, a.theme-btn-trans:focus{
	background: rgba(255, 58, 114,1);
    color: #ffffff;
    border-radius:2px;
    border: 1px solid #ff7c39;
}
.btn.btn-light-outlined, a.btn-light-outlined{
	background:rgba(255,255,255,0.1);
	border:1px solid #ffffff;
	color:#ffffff;
}
.btn.btn-light-outlined:hover, a.btn-light-outlined:hover, .btn.btn-light-outlined:focus, a.btn-light-outlined:focus{
	background:rgba(255,255,255,1);
	border:1px solid #ffffff;
	color:#ff7c39;
}
.btn.light-btn, a.light-btn{
	background:#ffffff;
	border:1px solid #ffffff;
	color:#ff7c39;
}
.btn.light-btn:hover, .btn.light-btn:focus, a.light-btn:hover, a.light-btn:focus{
	background:#ff7c39;
	border:1px solid #ff7c39;
	color:#ffffff;
}
/*------- Global Settings: Padding Style ----------*/
html body .padd-0{
	padding:0px;
}
html body .padd-5{
	padding:5px;
}
html body .padd-10{
	padding:10px;
}
html body .padd-15{
	padding:15px;
}
html body .padd-20{
	padding:20px;
}
html body .padd-l-0{
	padding-left:0px;
}
html body .padd-l-5{
	padding-left:5px;
}
html body .padd-l-10{
	padding-left:10px;
}
html body .padd-l-15{
	padding-left:15px;
}
html body .padd-r-0{
	padding-right:0px;
}
html body .padd-r-5{
	padding-right:5px;
}
html body .padd-r-10{
	padding-right:10px;
}
html body .padd-r-10{
	padding-right:15px;
}
html body .padd-top-0{
	padding-top:0px;
}
html body .padd-top-5{
	padding-top:5px;
}
html body .padd-top-10{
	padding-top:10px;
}
html body .padd-top-15{
	padding-top:15px;
}
html body .padd-top-20{
	padding-top:20px;
}
html body .padd-top-25{
	padding-top:25px;
}
html body .padd-top-30{
	padding-top:30px;
}
html body .padd-top-40{
	padding-top:40px;
}
html body .padd-bot-0{
	padding-bottom:0px;
}
html body .padd-bot-5{
	padding-bottom:5px;
}
html body .padd-bot-10{
	padding-bottom:10px;
}
html body .padd-bot-15{
	padding-bottom:15px;
}
html body .padd-bot-20{
	padding-bottom:20px;
}
html body .padd-bot-25{
	padding-bottom:25px;
}
html body .padd-bot-30{
	padding-bottom:30px;
}
html body .padd-bot-40{
	padding-bottom:40px;
}

/*------- Global Settings: Margin Style ----------*/
html body .mrg-0{
	margin:0px;
}
html body .mrg-5{
	margin:5px;
}
html body .mrg-10{
	margin:10px;
}
html body .mrg-15{
	margin:15px;
}
html body .mrg-20{
	margin:20px;
}
html body .mrg-l-0{
	margin-left:0px;
}
html body .mrg-l-5{
	margin-left:5px;
}
html body .mrg-l-10{
	margin-left:10px;
}
html body .mrg-l-15{
	margin-left:15px;
}
html body .mrg-r-0{
	margin-right:0px;
}
html body .mrg-r-5{
	margin-right:5px;
}
html body .mrg-r-10{
	margin-right:10px;
}
html body .mrg-r-15{
	margin-right:15px;
}
html body .mrg-top-0{
	margin-top:0px;
}
html body .mrg-top-5{
	margin-top:5px;
}
html body .mrg-top-10{
	margin-top:10px;
}
html body .mrg-top-15{
	margin-top:15px;
}
html body .mrg-top-20{
	margin-top:20px;
}
html body .mrg-top-25{
	margin-top:25px;
}
html body .mrg-top-30{
	margin-top:30px;
}
html body .mrg-top-40{
	margin-top:40px;
}
html body .mrg-bot-0{
	margin-bottom:0px;
}
html body .mrg-bot-5{
	margin-bottom:5px;
}
html body .mrg-bot-10{
	margin-bottom:10px;
}
html body .mrg-bot-15{
	margin-bottom:15px;
}
html body .mrg-bot-20{
	margin-bottom:20px;
}
html body .mrg-bot-25{
	margin-bottom:25px;
}
html body .mrg-bot-30{
	margin-bottom:30px;
}
html body .mrg-bot-40{
	margin-bottom:40px;
}
html body .extra-mrg-5{
	margin:0 -5px;
}
html body .extra-mrg-10{
	margin:0 -10px;
}
html body .extra-mrg-15{
	margin:0 -15px;
}
html body .extra-mrg-20{
	margin:0 -20px;
}
/*------- Global Settings: Background Style ----------*/
html body .bg-white{
	background:#ffffff; !important
}
html body .bg-dark{
	background:#11161c; !important
}
html body .bg-light-dark{
	background:#151c26; !important
}
html body .bg-info{
	background:#01b2ac !important;
}
html body .bg-primary{
	background:#1194f7 !important;
}
html body .bg-danger{
	background:#f21136 !important;
}
html body .bg-warning{
	background:#ff9800 !important;
}
html body .bg-success{
	background:#0fb76b !important;
}
html body .bg-purple{
	background:#c580ff !important;
}
html body .bg-default{
	background:#283447 !important;
}
html body .bg-info-light{
	background:rgba(1,178,172,0.1) !important;
	color:#01b2ac !important;
}
html body .bg-primary-light{
	background:rgba(17,148,247,0.1) !important;
	color:#1194f7 !important;
}
html body .bg-danger-light{
	background:rgba(255,17,54,0.1) !important;
	color:#f21136 !important;
}
html body .bg-warning-light{
	background:rgba(255,152,0,0.1) !important;
	color:#ff9800 !important;
}
html body .bg-success-light{
	background:rgba(15,183,107,0.1) !important;
	color:#0fb76b !important;
}
html body .bg-purple-light{
	background:rgba(197,128,255,0.1) !important;
	color:#c580ff !important;
}
html body .bg-default-light{
	background:rgba(40,52,71,0.1) !important;
	color:#283447 !important;
}
/*------- Global Settings: Transparent Background Style ----------*/
html body .bg-trans-info{
	background:rgba(2, 182, 179,0.12);
}
html body .bg-trans-primary{
	background:rgba(17, 148, 247,0.12);
}
html body .bg-trans-danger{
	background:rgba(242, 17, 54,0.12);
}
html body .bg-trans-warning{
	background:rgba(255, 152, 0,0.12);
}
html body .bg-trans-success{
	background:rgba(15, 183, 107,0.12);
}
html body .bg-trans-purple{
	background:rgba(197, 128, 255,0.12);
}
html body .bg-trans-default{
	background:rgba(40, 52, 71,0.12);
}
/*------- Global Settings: Transparent Background with border Style ----------*/
html body .bg-info-br{
	border:1px solid #01b2ac;
	background:rgba(2, 182, 179,0.12);
}
html body .bg-primary-br{
	border:1px solid #1194f7;
	background:rgba(17, 148, 247,0.12);
}
html body .bg-danger-br{
	border:1px solid #f21136;
	background:rgba(242, 17, 54,0.12);
}
html body .bg-warning-br{
	border:1px solid #ff9800;
	background:rgba(255, 152, 0,0.12);
}
html body .bg-success-br{
	border:1px solid #0fb76b;
	background:rgba(15, 183, 107,0.12);
}
html body .bg-purple-br{
	border:1px solid #c580ff;
	background:rgba(197, 128, 255,0.12);
}
html body .bg-default-br{
	border:1px solid #283447;
	background:rgba(40, 52, 71,0.12);
}
/*------- Global Settings: Color Style ----------*/
html body .cl-info{
	color:#01b2ac;
}
html body .cl-primary{
	color:#1194f7;
}
html body .cl-danger{
	color:#f21136;
}
html body .cl-warning{
	color:#ff9800;
}
html body .cl-success{
	color:#0fb76b;
}
html body .cl-purple{
	color:#c580ff;
}
html body .cl-default{
	color:#283447;
}
html body .cl-white{
	color:#ffffff;
}
/*------- Global Settings: Border Color Style ----------*/
html body .br-light{
	border-color:#eaeff5 !important;
}
html body .br-info{
	border-color:#01b2ac;
}
html body .br-primary{
	border-color:#1194f7;
}
html body .br-danger{
	border-color:#f21136;
}
html body .br-warning{
	border-color:#ff9800;
}
html body .br-success{
	border-color:#0fb76b;
}
html body .br-purple{
	border-color:#c580ff;
}
html body .br-default{
	border-color:#283447;
}
/*------------ Global Settings: Status BG Style --------------*/
html body .bg-online{
	background:#68c70b;
}
html body .bg-offline{
	background:#e02b0d;
}
html body .bg-busy{
	background:#2196f3;
}
html body .bg-working{
	background:#ff9800;
}
/*---------- Global Settings: Height ----------*/
html body .normal-height{
	height:46px;
}
html body .height-10{
	height:10px;
}	
html body .height-20{
	height:20px;
}
html body .height-30{
	height:30px;
}
html body .height-40{
	height:40px;
}
html body .height-50{
	height:50px;
}
html body .height-60{
	height:60px;
}
html body .height-70{
	height:70px;
}
html body .height-80{
	height:80px;
}
html body .height-90{
	height:90px;
}
html body .height-100{
	height:100px;
}
html body .height-110{
	height:110px;
}
html body .height-120{
	height:120px;
}
html body .height-130{
	height:130px;
}
html body .height-140{
	height:140px;
}
html body .height-150{
	height:150px;
}
html body .height-160{
	height:160px;
}
html body .height-170{
	height:170px;
}
html body .height-180{
	height:180px;
}
html body .height-190{
	height:190px;
}
html body .height-200{
	height:200px;
}
html body .height-210{
	height:210px;
}
html body .height-220{
	height:220px;
}
html body .height-230{
	height:230px;
}
html body .height-240{
	height:240px;
}
html body .height-250{
	height:250px;
}
html body .height-260{
	height:260px;
}
html body .height-270{
	height:270px;
}
html body .height-280{
	height:280px;
}
html body .height-290{
	height:290px;
}
html body .height-300{
	height:300px;
}
html body .height-350{
	height:350px;
}
html body .height-400{
	height:400px;
}
html body .height-450{
	height:450px;
}
/*----------- Global Settings: Width Style -----------*/
html body .full-width{
	width:100%;
}
html body .width-30{
	width:30px;
}
html body .width-40{
	width:40px;
}
html body .width-50{
	width:50px;
}
html body .width-60{
	width:60px;
}
html body .width-70{
	width:70px;
}
html body .width-80{
	width:80px;
}
html body .width-90{
	width:90px;
}
html body .width-100{
	width:100px;
}
html body .width-110{
	width:110px;
}
html body .width-120{
	width:20px;
}
html body .width-130{
	width:130px;
}
html body .width-140{
	width:140px;
}
html body .width-150{
	width:150px;
}
html body .width-160{
	width:160px;
}
html body .width-170{
	width:170px;
}
html body .width-180{
	width:180px;
}
html body .width-190{
	width:190px;
}
html body .width-200{
	width:200px;
}
html body .width-210{
	width:210px;
}
html body .width-220{
	width:220px;
}
html body .width-230{
	width:230px;
}
html body .width-240{
	width:240px;
}
html body .width-250{
	width:250px;
}
html body .width-260{
	width:260px;
}
html body .width-270{
	width:270px;
}
html body .width-280{
	width:280px;
}
html body .width-290{
	width:290px;
}
html body .width-300{
	width:300px;
}
/*---------- Global Settings: Line Height ---------*/
html body .line-height-10{
	line-height:10px;
}	
html body .line-height-12{
	line-height:12px;
}
html body .line-height-14{
	line-height:14px;
}
html body .line-height-16{
	line-height:16px;
}
html body .line-height-18{
	line-height:18px;
}
html body .line-height-20{
	line-height:20px;
}
html body .line-height-22{
	line-height:22px;
}
html body .line-height-24{
	line-height:24px;
}
html body .line-height-26{
	line-height:26px;
}
html body .line-height-28{
	line-height:28px;
}
html body .line-height-30{
	line-height:30px;
}
html body .line-height-32{
	line-height:32px;
}
html body .line-height-34{
	line-height:34px;
}
html body .line-height-36{
	line-height:36px;
}
html body .line-height-38{
	line-height:38px;
}
html body .line-height-40{
	line-height:40px;
}
html body .line-height-42{
	line-height:42px;
}
html body .line-height-44{
	line-height:44px;
}
html body .line-height-46{
	line-height:46px;
}
html body .line-height-48{
	line-height:48px;
}
html body .line-height-50{
	line-height:50px;
}
html body .line-height-60{
	line-height:60px;
}
html body .line-height-70{
	line-height:70px;
}
html body .line-height-80{
	line-height:80px;
}
html body .line-height-90{
	line-height:90px;
}
html body .line-height-100{
	line-height:100px;
}
html body .line-height-110{
	line-height:110px;
}
html body .line-height-120{
	line-height:120px;
}
html body .line-height-130{
	line-height:130px;
}
html body .line-height-140{
	line-height:140px;
}
html body .line-height-150{
	line-height:150px;
}
html body .line-height-160{
	line-height:160px;
}
html body .line-height-170{
	line-height:170px;
}
html body .line-height-180{
	line-height:180px;
}
html body .line-height-190{
	line-height:190px;
}
html body .line-height-200{
	line-height:200px;
}
html body .line-height-210{
	line-height:210px;
}
html body .line-height-220{
	line-height:220px;
}
html body .line-height-230{
	line-height:230px;
}
html body .line-height-240{
	line-height:240px;
}
html body .line-height-250{
	line-height:250px;
}
html body .line-height-260{
	line-height:260px;
}
html body .line-height-270{
	line-height:270px;
}
html body .line-height-280{
	line-height:280px;
}
html body .line-height-290{
	line-height:290px;
}
html body .line-height-300{
	line-height:300px;
}
html body .line-height-350{
	line-height:350px;
}
html body .line-height-400{
	line-height:400px;
}
html body .line-height-450{
	line-height:450px;
}
/*-------------- Global Settings: Avatar ------------*/
.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #fff;
    text-transform: uppercase;
}
.avatar-dxl {
    width:100px;
    height:100px;
    line-height:100px;
    font-size:2rem;
}
.avatar-xl {
    width:65px;
    height:65px;
    line-height:65px;
    font-size: 1.5rem;
}
.avatar-lg {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.125rem;
}
.avatar-sm {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 0.75rem;
}

.avatar img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.avatar-bordered {
    border: 4px solid rgba(255, 255, 255, 0.27);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/*-------------------- Global Settings: Social Color -----------------*/
.facebook-cl{
	color:#3c66c4;
}
.twitter-cl{
	color:#00aced;
}
.google-plus-cl{
	color:#dc473a;
}
.linkedin-cl{
	color:#1895c3;
}
.instagram-cl{
	color:#bc44bd;
}
.pinterest-cl{
	color:#bd081c;
}
.facebook-bg{
	background:#3c66c4;
	color:#ffffff;
}
.twitter-bg{
	background:#00aced;
	color:#ffffff;
}
.googl-plus-bg{
	background:#dc473a;
	color:#ffffff;
}
.linkedin-bg{
	background:#1895c3;
	color:#ffffff;
}
.instagram-bg{
	background:#bc44bd;
	color:#ffffff;
}
.pinterest-bg{
	background:#bd081c;
	color:#ffffff;
}
/*---------- Global Settings: Font Size ----------*/
html body .font-10{
	font-size:10px;
}
html body .font-12{
	font-size:12px;
}
html body .font-13{
	font-size:13px;
}
html body .font-16{
	font-size:16px;
}
html body .font-18{
	font-size:18px;
}
html body .font-15{
	font-size:15px;
}
html body .font-20{
	font-size:20px;
}
html body .font-25{
	font-size:25px;
}
html body .font-30{
	font-size:30px;
}
html body .font-35{
	font-size:35px;
}
html body .font-40{
	font-size:40px;
}
html body .font-45{
	font-size:45px;
}
html body .font-50{
	font-size:50px;
}
html body .font-60{
	font-size:60px;
}
html body .font-70{
	font-size:70px;
}
html body .font-80{
	font-size:80px;
}
html body .font-90{
	font-size:90px;
}
html body .font-100{
	font-size:100px;
}
html body .font-bold{
	font-weight:bold;
}
html body .font-normal{
	font-weight:400;
}
html body .font-midium{
	font-weight:500;
}
html body .font-light{
	font-weight:300;
}
html body .font-italic{
	font-style:italic;
}
/*---------- Global Settings: Label Background ----------*/
html body .label-info{
	background:#01b2ac;
}
html body .label-primary{
	background:#1194f7;
}
html body .label-danger{
	background:#f21136;
}
html body .label-warning{
	background:#ff9800;
}
html body .label-success{
	background:#0fb76b;
}
html body .label-purple{
	background:#c580ff;
}
html body .label-default{
	background:#283447;
}
/*----------- Global Settings: Custom checkbox -----------*/
.custom-checkbox {
	position: relative;
}
.custom-checkbox input[type="checkbox"] {    
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}
.custom-checkbox label:before{
	width:15px;
	height:15px;
}
.custom-checkbox label:before {
	content: '';
	margin-right:5px;
	display: inline-block;
	vertical-align: text-top;
	background: #ffffff;
	border: 2px solid #1f86ef;
	border-radius: 2px;
	box-sizing: border-box;
	z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: inherit;
    z-index: 3;
    transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
	border-color:#ff7c39;
	background:#ff7c39;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
	color: #b8b8b8;
	cursor: auto;
	box-shadow: none;
	background: #ddd;
}

/*----------- Global Settings: Custom Radio Button -----------*/
.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
	width: 25px;
    height: 9px;
}
.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width:15px;
    height:15px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background:#ff7c39;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*--------------- Global Settings: Custom Upload Button -------------------*/
.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    border: 1px solid #dde6ef;
    height: 50px;
}

.file-upload-input {
    width:120px;
    color: #fff;
    font-size: 16px;
    padding: 11px 17px; 
    border: none;
    background-color: red
	background-color:red;
	outline: none; 
}
.file-upload-button {
    cursor: pointer; 
    display: inline-block; 
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 20px; 
    border: none;
    margin-left: -1px;  
    background-color: red; 
    float: left;
}
.custom-file-upload  input[type="file"]{
   -webkit-appearance: none;
   text-align: left;
   -webkit-rtl-ordering:  left;
    width: 100%;
}
.custom-file-upload  input[type="file"]::-webkit-file-upload-button{
   -webkit-appearance: none;
   float: right;
   margin: 0 0 0 10px;
   border:none;
   height:48px;
   border-left: 1px solid #dde6ef;
   border-radius:0px;
   background-image: -webkit-gradient(linear, left bottom, left top, from(#fbfdff), to(#fbfdff));
   background-image: -moz-linear-gradient(90deg, #fbfdff 0%, #fbfdff 100%);
}
/*------------ Global Setting: Multiple Bg Color For Category ---------*/
html body .bg-a{
	background:#f73d51;
}
html body .bg-b{
	background:#8a7cd9;
}
html body .bg-c{
	background:#ffb390;
}
html body .bg-d{
	background:#37b475;
}
html body .bg-e{
	background:#4b5e6c;
}
html body .bg-f{
	background:#f5b83b;
}
html body .bg-g{
	background:#5565d0;
}
html body .bg-h{
	background: #18bad9;
}
html body .bg-i{
	background:#433c63;
}
html body .bg-j{
	background:#ad4f87;
}
html body .bg-k{
	background:#ee7d4e;
}
html body .bg-l{
	background:#ff465a;
}
html body .bg-m{
	background:#f5b83b;
}
html body .bg-o{
	background:#18bad9;
}
html body .bg-p{
	background:#6877de;
}
html body .bg-q{
	background: #14af69;
}
html body .bg-r{
	background:#576977;
    color: #576977;
}
html body .bg-s{
	background:#fd5c05;
}
html body .bg-t{
	background:#8a7cd9;
}
html body .bg-u{
	background:#ff465a;
}
html body .bg-v{
	background: #8a7cd9;
}
html body .bg-x{
	background:#18bad9;
}
html body .bg-y{
	background: #f5b83b;
}
html body .bg-z{
	background:#ff8645;
}
/*-------- Global Settings: Border Styles --------------*/
.br-0{
border:none !important;
}
.b-1{
	border:1px solid #dde6ef !important;
}
.b-2{
	border:3px solid #dde6ef !important;
}
.b-3{
	border:3px solid #dde6ef !important;
}
.b-4{
	border:4px solid #dde6ef !important;
}
.bl-1{
	border-left:1px solid #dde6ef !important;
}
.bl-2{
	border-left:2px solid #dde6ef !important;
}
.bl-3{
	border-left:3px solid #dde6ef !important;
}
.bl-4{
	border-left:4px solid #dde6ef !important;
}
.br-1{
	border-right:1px solid #dde6ef !important;
}
.br-2{
	border-right:2px solid #dde6ef !important;
}
.br-3{
	border-right:3px solid #dde6ef !important;
}
.br-4{
	border-right:4px solid #dde6ef !important;
}
.bt-1{
	border-top:1px solid #dde6ef !important;
}
.bt-2{
	border-top:2px solid #dde6ef !important;
}
.bt-3{
	border-top:3px solid #dde6ef !important;
}
.bt-4{
	border-top:4px solid #dde6ef !important;
}
.bb-1{
	border-bottom:1px solid #dde6ef !important;
}
.bb-2{
	border-bottom:2px solid #dde6ef !important;
}
.bb-3{
	border-bottom:3px solid #dde6ef !important;
}
.bb-4{
	border-bottom:4px solid #dde6ef !important;
}
.br-info{
	border-color:#01b2ac !important
}
.br-primary{
	border-color:#1194f7 !important
}
.br-danger{
	border-color:#f21136 !important
}
.br-warning{
	border-color:#ff9800 !important
}
.br-success{
	border-color:#0fb76b !important
}
.br-purple{
	border-color:#c580ff !important
}
.br-default{
	border-color:#283447 !important
}
/*---------- Global Settings: Listing & Blockquote Style ---------------*/
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

ol.check-job > li, ul.check-job > li {
    position: relative;
    letter-spacing: -0.2px;
	list-style:none;
}
ol.check-job > li:before, ul.check-job > li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 1em;
	margin-right: 7px;
    color: #ff7c39;
}

.quote-card {
  background: #fff;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
  min-height: 100px;
  border-left:none;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width:90%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight:400;
  color:#ff7c39;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size:50px;
  color:#ff7c39;
  font-weight: normal;
}

/*================================================
	Navigation Start
=================================================*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #35497f;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent !important;
    /* text-transform: uppercase; */
}
nav.navbar.bootsnav ul.nav > li > a:hover{
	color:#ff7c39;
}
nav.navbar.bootsnav ul.nav > li.active> a{
	color:#0CAA41;
}
@media (min-width: 1024px){
	nav.navbar li.dropdown ul.dropdown-menu {
	border:none !important;
	border-radius:0px 0px 4px 4px !important;
	-webkit-border-radius:0px 0px 4px 4px !important;
	box-shadow:0 0 20px 0 rgba(62,28,131,0.1) !important;
	-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1) !important;
	}
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
		padding: 15px 15px;
		border-bottom: solid 1px #eef4f9;
		color: #808c9a;
	}
}
.nav>li>a>img {
    float: left;
    position: relative;
    top: -4px;
    margin-right: 5px;
	max-width: 30px;
}
/*--------- Create Account Button  Style----------*/
nav.navbar.bootsnav ul.nav > li >a.btn-signup.red-btn {
    background:#ff7c39;
    padding: 11px 20px;
	color:#ffffff !important;
    border-radius:2px;
    margin-top: 13px;
}
nav.navbar.bootsnav ul.nav > li >a.btn-signup.red-btn span {
    margin-right: 7px;
}
i.login-icon{
  margin-right:10px;
}

/*===============================================
	Home Banner Settings
==============================================*/
.banner,
.main-banner {
    background-size: cover!important;
    background-position: center!important;
    margin: 0;
    position: relative
}
.freelancer.banner {
    background:#ffffff;
}
.freelancer.banner .container {
    display: flex;
	padding: 80px 0;
    flex-wrap: wrap;
    min-height: 550px;
    align-items: center;
}
.banner {
    color: #fff
}
.main-banner {
    padding:60px 0;
}
.main-banner h2{
	color:#ffffff;
	font-weight:400;
	display: block;
	margin-bottom:12px;
}
.main-banner.text-dark h2{
	color:#283a50;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background:#0f1f44;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.do-light[data-overlay]:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}

.main-banner fieldset .form-control, .main-banner fieldset .seub-btn, .main-banner fieldset select.selectpicker {
    width: 100%;
    padding: 19px 15px;
    border: none;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.main-banner fieldset select.selectpicker:focus, .main-banner fieldset .form-control:focus, .main-banner fieldset .seub-btn:focus{
	outline:none;
}

.text-center{
	text-align:center;
}
.page-title fieldset .seub-btn, .main-banner fieldset .seub-btn{
    justify-content: center;
}
.main-banner p {
    margin-bottom: 40px;
}
.main-banner .seub-btn{
	text-align:center;
	justify-content: center;
}
/*---------------- Freelancer Banner Style ------------------*/
.freelancer.banner h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom:5px;
	line-height:1.1;
}
.freelancer.banner p{
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	color:#8492af;
	font-size:17px;
	margin-bottom:20px;
}
.freelancer.banner .no-br{
	border:none !important;
}
.freelancer.banner .input-group {
    padding: 5px;
    /* border: 1px solid #d6dce4; */
    border-radius: 4px;
    max-width:540px;
    box-shadow: 0 5px 10px 0 rgba(41, 128, 185, .18);
}

.freelancer.banner .input-group .form-control {
    height:50px;
    background:transparent;
}

.freelancer.banner .input-group-btn:last-child>.btn, .freelancer.banner .input-group-btn:last-child>.btn-group {
    margin-left: 0;
    border-radius:4px;
    height:50px;
    padding-left: 30px;
    padding-right: 30px;
	background: #0684fe;
}
.freelancer.banner .banner-btn:hover, .freelancer.banner .banner-btn:focus{
	color:#ffffff;
	background: #0684fe;
}

/*-------------- Home Search Form ---------*/
.home-form-1{
	margin-top: 20px;
	background: rgba(255,255,255,0.2);
	padding: 10px 10px;
	border-radius: 6px;
	margin-bottom:20px;
	width: 100%;
}
.home-form-2{
	margin-top: 20px;
	background:#ffffff;
	padding: 10px 10px;
	border-radius: 6px;
	margin-bottom:20px;
}
.home-form-1 .form-control{
	margin-bottom:0;
}
.main-banner .form-group {
    margin-bottom:0px;
}

.choose-opt{
    position: relative;
    margin: 30px 0;	
}
.choose-opt-box {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}
.choose-opt-box span {
    position: relative;
	color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    background: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.15);
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.15);
}
.choose-opt-box span:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    left: 46px;
    top: 20px;
    display: block;
    background: rgba(255,255,255,0.3);
}

.choose-opt-box span:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    right: 46px;
    top: 20px;
    display: block;
    background: rgba(255,255,255,0.3);
}
.btn-hiring {
    background: rgba(255,255,255,0.1);
    border: 1px solid #ffffff;
	color:#ffffff;
}

.btn-hiring:hover, .btn-hiring:focus{
	background:#ffffff;
	color:#ff7c39;
}
/*------------ Home Form Icon Field --------------*/
.icon-addon {
    position: relative;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa, .icon-addon i {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    padding-left:40px;
}

.icon-addon.addon-sm .form-control {
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon,
.icon-addon.addon-lg i {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top:17px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa{
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color:#a0afbb;
}
/*------------- cmp-overview -----------*/
.cmp-overview {
    width: 100%;
    display: flex;
	margin-top:2.5em;
	color:#ffffff;
    align-items: center;
	justify-content: center;
}
.cmp-overview .cmp-icon {
    width: 55px;
    height: auto;
    float: left;
	position:relative;
}
.cmp-overview .cmp-icon .cmp-i {
    font-size:55px;
}
.cmp-overview .cmp-icon i.fa {
    position: absolute;
    right: -10px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    background: #ff7c39;
    border-radius: 50%;
    line-height: 20px;
    font-size: 12px;
}
.cmp-overview .cmp-icon i.fa:before {
    left: 4px;
    top: 1px;
    position: relative;
}
.cmp-detail {
    margin-left:20px;
	display: inline-block;
	text-align:left;
}
.cmp-detail h3 {
    margin-bottom: 0;
    color: #ffffff;
	font-size: 25px;
}
.cmp-detail span {
    font-size: 13px;
	opacity:0.8;
    float: left;
}
.cmp-overview {
	margin-top:5.5em;
}
.vrt-job-act {
    margin-top: 2.5em;
}

/*==============================================================
	All Job Components
================================================================*/
/*--------------Job in Grid-------------*/
.grid-job-widget{
    background-color: #fff;
    padding: 15px 0 20px 0;
    box-shadow:0 5px 25px 0
    rgba(41,128,185,0.15);
    -webkit-box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
    border-radius:6px;
    text-align: center;
    overflow: hidden;
    transition: .7s;
    margin-top: 30px;
    position:
    relative;
}

.grid-job-widget .u-img {
    margin-bottom: -42px;
    height: 150px;
}
.grid-job-widget .u-content {
    padding: 0 1.25rem 1.25rem;
}
.grid-job-widget .avatar {
    margin: 0 auto 2rem auto;
    position: relative;
    display: block;
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius:0;
    background: #ffffff;
    overflow: hidden;
}
.grid-job-widget .avatar img{
	max-width:75px;
	margin: 3px;
	border-radius: 0;
}
.u-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
	font-weight:500;
}
.grid-job-widget .job-type {
    padding: 3px 25px;
    border-radius: 50px;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
	border: 1px solid #eaeff5;
    position: absolute;
    top: 15px;
    left: 15px
}
.table .job-type {
    padding:5px 25px;
    border-radius: 50px;
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
	border: 1px solid #eaeff5;
}

.grid-job-widget .text-muted,
.text-muted {
    color: #8492af;
    font-size: 13px
}

.job-browse-btn {
    font-size: 12px
}

.full-type {
    color: #1fb650!important;
	border-color:rgba(31, 182, 80,0.12) !important;
    background: rgba(31, 182, 80,0.12);
}

.part-type {
    color:#feb801 !important;
	border-color:rgba(254, 184, 1,0.1) !important;
	background:rgba(254, 184, 1,0.1);
}

.internship-type {
    color:#f21136 !important;
	border-color:rgba(242, 17, 54,0.1) !important;
	background: rgba(242, 17, 54,0.1);
}

.freelancer-type {
    color: #09bdc7!important;
	border-color:rgba(9, 189, 199,0.1) !important;
    background: rgba(9, 189, 199,0.1);
}
.job-verticle-list .urgent {
    position: absolute;
    top: 13px;
    right: -26px;
    background:#ec3962;
    color: #fff;
    display: inline-block;
    padding: 0 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.job-verticle-list .featured {
    position: absolute;
    top: 18px;
    right: -29px;
    background:#ff5722;
    color: #fff;
    display: inline-block;
    padding: 0 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.job-like{
    position: absolute;
    top: 20px;
    right: 35px;
}
.toggler {
    color:#e6edf5;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}
.toggler [type=checkbox]:checked, .toggler [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.toggler input {
    display: none;
}
.toggler input:checked + i {
    color:#ff526c;
}
.job-featured {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(../img/job-featured.png) no-repeat;
    background-size: cover;
}
/*------------ All Job Components: Vertical Job ------------*/
.job-verticle-list {
    display: block;
    width: 100%;
    margin-top: 30px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 0 25px;
    border: 1px solid #eef4f9;
}
.vertical-job-card {
    width: 100%;
}
.vertical-job-body {
    border-top: 1px solid #eaeff5;
    border-bottom: 1px solid #eaeff5;
	padding: 15px 0;
    width: 100%;
}
.vertical-job-header {
    display: inline-block;
    width: 100%;
	padding: 12px 0 10px 0;
    align-items: center;
}
.vrt-job-cmp-logo {
    max-width:55px;
    float: left;
}
.vertical-job-header h4, .com-tagline {
    margin-left:75px;
}
.vertical-job-header h4 {
    font-size: 20px;
	font-weight:600;
    margin-bottom:0px;
	line-height: 1;
	margin-top:7px;
}

.vertical-job-header .com-tagline {
    font-size:13px;
    margin-bottom: 2px;
	display:block;
}

.vertical-job-card ul{
	margin:0;
	padding:0;
}
.vertical-job-card ul li{
	list-style:none;
}
.vertical-job-body ul li {
    padding: 8px 0;
}

.vrt-job-act {
    text-align: center;
    display: table;
}

.btn-job {
    display: inline-block;
    min-width: 140px;
    text-align: center;
    border-radius: 50px;
    padding:6px 20px;
    border: 1px solid transparent;
    margin: 6px auto;
}
.vertical-job-footer {
    padding: 15px 0;
}
.cmp-job-rating ul li, .cmp-job-review ul li {
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
}
.cmp-job-review ul li i {
    margin-left: 10px;
}
.cmp-job-rating .rate {
    color: #f7874e;
}
.cmp-job-rating i {
    color: #b1c1d0;
}
.cmp-job-rating ul li strong {
    margin-right: 7px;
}
.cmp-job-rating .rating-counter {
    margin-left: 10px;
}
.cmp-job-rating ul li a, .cmp-job-review ul li a{
	color:#8492af;
}
.cmp-job-review {
    float: right;
}
.vertical-job-body ul.can-skils li strong {
    width: 150px;
    display: inline-block;
}
.skill-tag {
    background-color: #eaedf3;
    border-radius: 0 2px 2px 0;
    color: #8492af;
    display: inline-block;
    font-size: 11px;
    font-weight:600;
    line-height: 1.2727272727;
    margin:2px 15px 2px 0px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
}
.skill-tag:before {
    border-top: 10px solid transparent;
    border-left: 9px solid #eaedf3;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
}
.skill-tag:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    right: -2px;
    width: 4px;
}
.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.job-verticle-list .job-bottom-tags {
    padding: 9px 0;
}
.job-tags strong {
    margin-right: 15px;
}
.job-tags a {
    background-color:#ecf0f9;
    display: inline-block;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2727272727;
    margin-right: 15px;
    padding: 3px 7px;
    position: relative;
    color: #8492af;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.job-tags a:before {
    content: '';
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-top: 10px solid #fff !important;
    border-left: 9px solid #ecf0f9;
    border-bottom: 10px solid #fff !important;
    border-right: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
}
.job-tags a:after {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 4px;
    position: absolute;
    top: 8px;
    right: -2px;
    width: 4px;
}
.flex-middle .ali-right {
    margin-left: auto;
}

.wrapper-shortlist {
    position: relative;
}
.btn-action-job {
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
    font-size: 20px;
    position: relative;
    color: #e6edf5;
    line-height: 1;
}
span.pull-right.vacancy-no {
    position: absolute;
    right: 50px;
    top: 25px;
}
span.pull-right.vacancy-no span.v-count {
    background: rgba(255, 124, 57,0.1) !important;
    color: #ff7c39 !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 4px;
    border: 1px solid #ff7c39 !important;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
}
.vertical-job-body ul.can-skils li i {
    margin-right: 12px;
    font-size: 20px;
}

span.pull-right.job-type {
    position: absolute;
    right:40px;
    top: 25px;
    padding: 1px 22px;
    border-radius: 50px;
    border: 1px solid #eaeff5;
    font-size: 11px
}

/*----------- All Job Components: Job category box --------*/
.category-box {
    position: relative;
    height: 250px;
    background: #fff;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
    border-radius: 5px;
    text-align: center;
    padding:0px 30px;
    box-sizing: border-box;
    margin-top: 30px;
    overflow: hidden;
    transition: .6s linear;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.category-box .category-desc {
    z-index: 2;
}
.category-box .category-desc .category-icon{
    font-size:40px;
    color:#ff7c39;
    margin-bottom:10px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}
.category-box .category-desc i{
    font-size:40px;
    color:#ff7c39;
    margin-bottom:7px;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}
.category-box .category-desc .category-detail h4{
	font-weight:500;
	margin-bottom:5px;
}
.category-box .category-desc .category-detail p{
	margin-bottom:5px;
}
.category-box .category-desc .category-detail span{
	font-weight:400;
	font-size:14px;
}
a.btn.width-170 {
    width: 150px;
	box-shadow: 0 2px 10px 0 #d8dde6;
    border: 1px solid #f9f9f9;
	background:#ffffff;
    padding: 10px;
    border-radius: 50px;
	color:#ff7c39;
    font-size: 16px;
	font-weight: 500;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}

.category-box .category-desc i.abs-icon {
    position: absolute;
    bottom:5px;
    left:5px;
    opacity:0;
	transition:all ease-in 0.4s;
    color: #eff1f3;
}

.category-box:hover i.abs-icon {
    position: absolute;
    bottom: 25px;
    left: 25px;
    opacity: 1;
    color: #eff1f3;
}
/*-------------- All Job Components: Employer-------------*/
.employer-widget{
    background-color: #fff;
    padding:50px 0 50px 0;
    box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
    -webkit-box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
    border-radius:6px;
    text-align: center;
    overflow: hidden;
    transition: .7s;
    margin-top: 30px;
	position:relative;
}
.slick-list .employer-widget{
	margin:15px 10px;
}
.employer-widget .u-img {
    margin-bottom: -42px;
    height: 150px;
}
.employer-widget .u-content {
    padding: 0 1.25rem 1.25rem;
}
.employer-widget .avatar {
    margin: 0 auto 2rem auto;
    position: relative;
    display: block;
    max-width: 85px;
    width: 80px;
    height: 80px;
    border-radius:0;
    background: #ffffff;
    overflow: hidden;
}
.employer-widget .avatar img{
	max-width:75px;
	margin: 3px;
}
.u-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
	font-weight:500;
}

.employer-browse-btn{
    font-size: 12px;
	border:1px solid #f9f9f9;
	padding:8px 15px;
    text-transform: uppercase;
}
/*------------ All Job Components: How It Works -----------------*/
.work-process{
	text-align:center;
	position:relative;
}
.process-icon{
    float: none;
    display: inline-block;
	position:relative;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 98px;
    font-size:35px;
    text-align: center;
    color:#ff7c39;
	background:#f5f9fc;
    border-color:#f5f9fc;
}
span.process-count {
    position: absolute;
    right: 0;
    bottom:5px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #ff7c39;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
.work-process h4{
	margin:10px 0;
}
.work-process:before {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 270px;
    height: 36px;
    background-image: url(../img/dot-line-1.png);
    content: "";
    z-index: 1;
    margin-left: 61px;
}
.work-process.step-2:before {
    background-image: url(../img/dot-line-2.png);
    top: 13px;
}
.work-process.step-3:before {
    background-image:none;
    top: 13px;
}

/*--------------- All Job Components: Features Style-----------------*/
.features-content {
	border: 1px solid #d4d9e3;
	padding: 20px 15px;
	text-align: center;
	border-radius: 5px;
	margin-bottom:30px;
	box-shadow: 0px 0px 10px 0px rgba(107,121,124,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(107,121,124,0.2);
}
.features-content h3{
	font-weight:400;
	color:#475052;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:0;
}

.features-content p{
	font-weight:300;
	color:#6b797c;
	line-height:1.8;
	font-size:14px;
}

.features-content span{
	font-size:45px;
	margin-bottom:25px;
	color:#0CAA41;
}
/*-------------- All Job Components: Half Screen Box Style --------------*/
.half-box {
    padding: 80px 20px;
    background-size: cover;
    position: relative;
	background-position: center;
}
.half-box  h2, .half-box p{
	color:#ffffff;
	position:relative;
}
.half-box a{
	position:relative;
	display:inline-block;
	margin-top:20px;
}
.employer-box:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width: 100%;
	height: 100%;
	right:0;
	display:block;
	opacity:0.7;
	background: #1491de;
	background: -webkit-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: -webkit-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
	background: -moz-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
	background: -ms-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
	background: -o-linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
    background: linear-gradient(left, rgba(20,145,222,1) 0%,rgba(185,57,208,1) 100%);
}
.candidate-box:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	display:block;
	background:#1d2c3e;
	opacity:0.8;
}

/*------------- All Job Components: Job List Design ------------------*/
.apply-job-btn {
    padding: 10px 30px;
}

/*------------ All Job Components: Place Job Box --------------------*/
.place-box {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    border-radius: 6px;
}
.job-count {
    padding: 3px 25px;
    background: rgba(255,255,255,.2);
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 1;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
}
.place-box-content {
    text-align: center;
    top: 50%;
    margin: 0 auto;
    z-index: 101;
    transform: translate(0,-50.5%);
}
.place-box-bg, .place-box-bg:before, .place-box-content {
    width: 100%;
    position: absolute;
}
.place-box-bg:before {
    height: 100%;
    background: rgba(12,12,12,.3);
}
.place-box-bg {
    top: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform .35s ease-out;
}
.place-box-content h4 {
    font-size: 27px;
    line-height: 35px;
    color: #fff;
    margin: 0;
}
.place-box-content span {
    color: #fff;
}
.place-box:hover .place-box-bg {
    transform: scale(1.07);
}

/*----------- All Job Components: Manage Job, Company & Resume ---------------*/
.mng-jb{
    display: table;
    margin-left: 60px;
    position: relative;
    bottom: 12px;
    font-size: 12px;
    opacity: 0.8;
}

/*------------ All Job Components: Filter Search Form ---------------------*/
.search-form{
	background:#ffffff;
	border-radius:6px;
	padding:15px 15px 10px 15px;
	box-shadow: 0 5px 25px 0 rgba(41,128,185,0.15);
    -webkit-box-shadow: 0 5px 25px 0 rgba(41,128,185,0.15);
	-ms-transform: translatey(-30px); /* IE 9 */
	-webkit-transform: translatey(-30px); /* Safari */
    transform: translatey(-30px);
	position:relative;
	z-index:+99;
}
.search-wide{
    min-width:50px;
    float: left;
    margin: 5px;
}
.search-wide.full{
    min-width: 150px;
    float: left;
    margin: 5px;
}
.fl-right{
	float:right;
}
.search-wide .form-control {
    height: 40px;
    padding: 2px 10px;
    line-height: 35px;
    font-size: 13px;
	background: #ffffff;
}
.side-list ul li span.custom-checkbox{
	float:none;
}

/*----------- All Job Components: Candidate & Employer Box Style -----------*/
.contact-box{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eef4f9;
    border-radius: .25rem;
	padding-top:25px;
	margin-top:25px;
}
.top-box {
    width: 100%;
    padding: 7px 12px;
    position: relative;
}
.contact-img {
    max-width:90px;
    display: table;
    margin: 15px auto;
    border-radius: 50%;
	border:2px dashed #eef4f9;
	padding:5px;
}
.contact-caption {
    text-align: center;
    padding-bottom:20px;
}
.contact-caption h4 {
    margin-bottom: 3px;
	font-size: 18px;
    font-weight: 500;
}
.contact-footer {
    padding: 0 10px;
    border-top: 1px solid #eef4f9;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.contact-footer a.col-half {
    width: 50%;
    float: left;
    padding: 12px 0;
	font-size:13px;
    text-align: center;
}
.contact-footer a.col-half i{
	margin-right:5px;
}
.contact-action{
	text-align:center;
	margin-bottom:20px;
}
.contact-action a{
	margin:5px;
}

/*----------- All Job Components: Browse Candidate & Employer ----------------*/
.filter-wraps{
	display: flex;
    width: 100%;
    margin-bottom:20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding:20px 25px;
    border: 1px solid #eef4f9;
    align-items: center;
    flex-wrap: wrap;
}
.filter-wraps-one{
    flex: 1;
}
.filter-wraps-one ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 1.5rem;
}
.filter-wraps-one ul li{
	display:inline-block;
	padding-right:10px;
	list-style:none;
}
.filter-wraps h5{
	margin:0;
}
.filter-wraps-one ul li a {
    font-size: 12px;
    background: #ecf0f7;
    padding: 5px 10px;
    border-radius: 2px;
    color: #566788;
}
.filter-wraps-one ul li a i {
    margin-left:4px;
}
.candidate-list-layout, .newjob-list-layout {
    display: flex;
    width: 100%;
    margin-bottom:20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding:20px 25px;
    border: 1px solid #eef4f9;
    align-items: center;
    flex-wrap: wrap;
}
.cll-caption h4 span.jb-status {
    padding: 3px 12px;
    background: #1f86ef;
    border-radius: 2px;
    color: #ffffff;
    margin-left: 1rem;
    border: none;
	position: relative;
    top: -2px;
}
.cll-caption h4 span.jb-status.full-time{
	background:#03a84e;
}
.cll-caption h4 span.jb-status.part-time{
	background:#f7790a;
}
.cll-caption h4 span.jb-status.freelancer-time{
	background:#f31143;
}
.cll-caption h4 span.jb-status.contract-time{
	background:#71bd20;
}
.cll-caption h4 span.jb-status.internship-time{
	background:#964ed6;
}
.newjob-list-layout h4 a{
    padding-right: 8px;
}
.cll-wrap {
    flex: 1;
}
.cll-thumb {
    max-width: 80px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    height: 80px;
	float:left;
}
.cll-thumb img {
    max-width: 80px;
}
.newjob-list-layout .cll-thumb {
    max-width:60px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    height:60px;
	float:left;
	margin-top: 6px;
}
.newjob-list-layout .cll-thumb img{
    max-width:60px;
}
.cll-caption {
    display: inline-block;
    padding-left: 2rem;
    margin-top: 1.4rem;
}
.newjob-list-layout .cll-caption {
    display: inline-block;
    padding-left: 2rem;
    margin-top: 1rem;
}
.cll-caption i {
    margin-right:5px;
}
.cll-caption h4 {
    padding-top: 0;
    margin-top: 0;
    font-size: 17px;
}
.cll-caption h4 span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dbe6ef;
    font-size: 14px;
    font-weight: 400;
    color: #8596b3;
}
.cll-caption ul {
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}
.cll-caption ul li {
    display:inline-block;
	list-style:none;
	padding-right:1rem;
}
.cll-caption ul li {
    display: inline-block;
    list-style: none;
    padding-right: 1rem;
    border-right: 1px solid #dbe6ef;
    padding-left: 5px;
}
.cll-caption ul li:first-child{
	padding-left:0px;
}
.cll-caption ul li:last-child{
	border-right:none;
}
.btn.theme-btn.btn-shortlist {
    text-transform: capitalize;
}
.btn.theme-btn.btn-shortlist i {
    margin-right:10px;
}
.btn.btn-opening {
    background: #28b446;
    border-color: #28b446;
    color: #ffffff;
    padding: 6px 15px;
}
.jv-featured {
    background-color:#e81a1a;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -77px;
    top: 11px;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}
.filter-alphabetical{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 20px 15px;
    border: 1px solid #eef4f9;
    align-items: center;
    flex-wrap: wrap;
}
.filter-alphabetical ul {
    padding: 0;
    margin: 0;
}
.filter-alphabetical ul li {
    padding:4px 0px;
    display: inline-block;
    text-align: center;
    list-style: none;
}
.filter-alphabetical ul li a {
    text-transform: uppercase;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #f4f5f7;
    line-height: 32px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
}
/*----- All Job Components: Like Button ----*/
.toggler {
    color:#e6edf5;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}
.toggler [type=checkbox]:checked, .toggler [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.toggler input {
    display: none;
}
.toggler input:checked + i {
    color:#ff526c;
}
.toggler input:checked + i.fa-check {
    color:#4caf50;
}

/*-------------- All Job Components: Payment Option Style --------------*/
.panel-default {
    border-color:#eaeff5;
	box-shadow:0px 0px 10px 0px rgba(88,96,109,0.1);
	-webkit-box-shadow:0px 0px 10px 0px rgba(88,96,109,0.1);
	-moz-box-shadow:0px 0px 10px 0px rgba(88,96,109,0.1);
}
.panel-group .panel {
    margin-bottom:10px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color:#eaeff5;
}
.panel-default>.panel-heading {
    color:#0047ab;
	padding: 14px 15px;
    background-color:#ffffff;
    border-color:#eaeff5;
}
.panel-default>.panel-heading img {
    position: relative;
    max-width: 80px;
    float: right;
	top: -6px;
	max-height:30px;
}

label {
    font-weight:500;
}

/*----------- Job Payment Option ------------*/
.payment-box {
    border: 1px solid #eaeff5;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}
.pay-box-footer {
    padding: 5px;
    display: inline-block;
    width: 100%;
}

/*----------- Employer Detail-------------*/
.emp-detail ul {
    width: 100%;
    display: flex;
}
.emp-detail ul li {
    width: 33.6666%;
	text-align:center;
	font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.emp-detail ul li span {
    font-size:35px;
    display: block;
    margin-bottom: 10px;
}
.custom.dropdown {
    margin-bottom: 10px;
}
.custom .dropdown-menu>li>a {
    padding: 10px 15px;
    color: #6c7580;
}
/*==============================================
Job Detail Page Styles
=============================================*/
.detail-section {
    position: relative;
    color: #fff;
    background-size: cover !important;
    background-position:center !important;
	height:510px;
}
.detail-section .overlay {
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 100%;
    bottom:0;
	top:0;
	left:0;
	right:0;
    opacity: .4;
    background-color: #242429;
    transition: opacity .3s ease-in-out;
}

.profile-cover-content {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: right;
    z-index: 10;
}

.cover-buttons>ul>li {
    float: left;
    position: relative;
    padding-left: 5px;
	list-style:none;
}

.buttons {
    font-size: 13px;
    font-weight: 400;
    padding: 15px 30px;
    display: inline-block;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 2px;
    line-height: 16px;
	transition: all .2s ease;
}

.cover-buttons {
    float: right;
}
.cover-buttons .button-outlined, .cover-buttons .button-plain {
    padding: 14px 18px!important;
    font-weight: 400;
}

.cover-buttons .btn-outlined {
    color: #fff;
    border: 1px solid hsla(0,0%,100%,.5);
}
.cover-buttons .btn-outlined:hover, .cover-buttons .btn-outlined:focus {
    color:#ff7c39;
	background:#ffffff;
    border: 1px solid #ffffff;
}
.cover-buttons .btn-outlined i, .buttons i, .cover-buttons .button-plain i {
    margin-right: 8px;
    font-size: 17px;
}

.job-rating {
    font-size: 16px;
    line-height: 1.2;
}
.job-owner {
    position: absolute;
    min-width: 310px;
    bottom: -50px;
    left: 5%;
}
.job-owner-avater {
    max-width:80px;
    display: inline-block;
    float: left;
}
.job-owner-detail {
    text-align: left;
    margin-left:0px;
    padding:16px 0 8px 90px;
    border-radius: 50px;
	height:80px;
    background:#ffffff;
    margin-top:0px;
	border: 1px solid #eef4f9;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
.job-owner-detail h4 {
    margin-bottom: 1px;
	font-size: 17px;
	margin-top:0;
}
.job-owner-detail span{
	font-size:13px;
}

/*--------- Job Detail Page: Detail Wrapper ------------------*/
.detail-wrapper {
    width: 100%;
    display: table;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #eef4f9;
    background: #ffffff;
}
.white-box{
	background:#ffffff;
	border-radius:6px;
}
.white-shadow{
	border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
.detail-wrapper-body{
	padding:1.5em 1em 1.5em 1.5em;
}
.detail-wrapper-header {
    padding: 1em 1em 1em 1.5em;
    border-bottom: 1px solid #eef4f9;
}
.detail-wrapper-header h4{
	margin:0;
}
.detail-list-rating {
    float: left;
	margin-right:15px;
}
.detail-list-rating i {
    color:#ffc107;
}
span.job-tag {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 50px;
    top: -3px;
    position: relative;
}
.detail-wrapper-body ul.detail-check {
    margin: 0;
    padding: 0;
	width: 100%;
    display: inline-table;
}
.detail-wrapper-body ul.detail-check li {
    list-style: none;
    display: inline-block;
    width: 33.333333%;
    padding: 6px 0 5px 30px;
	position:relative;
}
.detail-wrapper-body ul.detail-check li:before{
    width: 19px;
    height: 19px;
    position: relative;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color:#ffffff;
	display: inline-block;
	left: 0;
    top:8px;
    text-align: center;
    line-height: 16px;
    background-color:#ff7c39;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 4px;
    position: absolute;
    border: 1px solid #eaeff5;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08); 
}
button.btn.remove-field.light-gray-btn {
    margin-left: 15px;
}

.detail-list{
	margin:0 0 20px 0;
	padding:0;
	display: inline-block;
    width: 100%;
}

.detail-list li{
	list-style:none;
	float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    position: relative;
    padding-left: 23px;
    line-height:22px;
    margin-bottom: 12px;
    font-size: 14px;
}
.detail-list li::before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 1px;
    content: "";
	background: #677782;
}

/*------------- Job Detail Page: Resume Detail Timeline ---------------*/
.edu-history {
    float: left;
    width: 100%;
    display: table;
    position: relative;
	padding-left: 40px;
    margin-bottom: 24px;
    padding-bottom: 0;
}
.edu-history:before {
    position: absolute;
    left: 7px;
    top: 20px;
    width: 2px;
    height: 100%;
    content: "";
    background:#eaeff5;
}
.edu-history:last-child:before {
    display:none;
}
.edu-history > i {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ff7c39;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.edu-history.success> i {
	border-color:#0fb76b;
}
.edu-history.danger> i {
	border-color:#f21136;
}
.edu-history.warning> i {
	border-color:#ff9800;
}
.edu-history.info> i {
	border-color:#01b2ac;
}
.detail-info {
    display: table-cell;
    vertical-align: top;
}
.detail-info > h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    color:#ff7c39;
    margin: 0;
    margin-top: 0px;
    margin-top: 10px;
}
.detail-info > i {
    float: left;
    width: 100%;
    font-style: normal;
    font-size: 14px;
    margin-top: 7px;
}
.detail-info > p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    margin-top: 10px;
}

/*------------ Job Detail Page: Popup Style --------------*/
.modal-content img{
	margin-bottom:25px;
}

/*----------- Job Detail Page: Sidebar --------------*/
.widget-boxed {
    background-color: #fff;
    border-radius: 6px;
    padding: 0 12px 32px 12px;
    transform: translate3d(0, 0, 0);
    z-index: 1;
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #eef4f9;
}
.widget-boxed-header {
    padding: 14px 0;
    border-bottom: 1px solid #eaeff5;
}
.widget-boxed-header h4 {
    margin: 0;
}
.widget-boxed-body {
    padding:0px 0 0;
}
.widget-boxed-body.collapse.in {
    padding:0px 0 0;
}
.side-list ul {
    margin: 0;
    padding: 0;
}
.side-list ul li {
    list-style: none;
    padding:10px 5px;
    display: inline-block;
    width: 100%;
}
.jv-side .side-list ul li {
    list-style: none;
    padding:8px 5px 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #eaeff5;
}
.side-list ul.category-list li a{
	color:#707f8c;
}
ul.side-list-inline.social-side li {
    display: inline-block;
    width: auto;
    padding: 10px 0 10px 3px;
}
.side-list ul li span {
    float: right;
}
.side-list ul li:last-child{
    border-bottom: none;
}
ul.side-list-inline.social-side li a i {
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    border-radius: 0.4rem;
    transition: all ease .4s;
    border: 1px solid #eef4f9;
}
ul.side-list-inline.social-side li a :hover, ul.side-list-inline.social-side li a :focus {
    background: #ff7c39;
    color: #ffffff;
}
.widget-boxed-body a.full-width i{
		margin-right:5px;
}

/*===========================================================
	UI Element Style 
============================================================*/
/*-------------- UI Element Style: Testimonial Style ------------------------*/
.testimonial-detail{
	padding:40px;
	border-radius:6px;
	margin-bottom:40px;
	position:relative;
	margin:20px 50px;
	box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
	-webkit-box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
}
.testimonial-detail .pic {
    position: absolute;
    top: -10px;
    left: -10px;
}
.testimonial-detail h3.user-testimonial-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.testimonial-detail .user-description {
	line-height:1.7;
	font-size:16px;
	font-weight:300;
	font-family: 'Josefin Sans', sans-serif;
	font-style:italic;
}
.testimonial-detail .client-rating {
    position: absolute;
    top: 20px;
    right: 20px;
}
.testimonial-detail .client-rating i {
    font-size: 12px;
    color: #ff7c39;
}
.slick-initialized .slick-slide:focus{
	outline:none;
}
/*------------ UI Element Style: Accordion 1 -------*/
.style-1#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
.style-1#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 10px;
}
.style-1#accordion .panel-title a {
    display: block;
    padding:15px 35px;
    font-size: 20px;
    font-weight: 600;
    color:#0047ab;
    background: #ffffff;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid #eaeff5;
}
.style-1#accordion .panel-title a:after,
.style-1#accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    width:32px;
    height:32px;
    line-height:25px;
    border-radius: 50%;
    background:#ffffff;
    text-align: center;
    font-size:14px;
    color:#ff7c39;
    border:4px solid #eaeff5;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
.style-1#accordion .panel-title a.collapsed:after{
    content: "\f067";
}
.style-1#accordion .panel-title a:hover:after,
.style-1#accordion .panel-title a.collapsed:hover:after{
    transform: rotate(360deg);
}
.style-1#accordion .panel-body{
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}

/*------------ UI Element Style: Accordion 2 -------*/
#accordion2 .panel{
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
#accordion2 .panel-heading{
    padding: 0;
    border: none;
    border-radius: 10px;
}
#accordion2 .panel-title a {
    display: block;
    padding:15px 35px;
    font-size: 20px;
    font-weight: 600;
    color:#0047ab;
    background: #ffffff;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
    border: 1px solid #eaeff5;
}
#accordion2 .panel-title a:after,
#accordion2 .panel-title a.collapsed:after{
    content: "\f068";
    font-family: fontawesome;
    width:32px;
    height:32px;
    line-height:25px;
    border-radius: 50%;
    background:#ffffff;
    text-align: center;
    font-size:14px;
    color:#ff7c39;
    border:4px solid #eaeff5;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
#accordion2 .panel-title a.collapsed:after{
    content: "\f067";
}
#accordion2 .panel-title a:hover:after,
#accordion2 .panel-title a.collapsed:hover:after{
    transform: rotate(360deg);
}
#accordion2 .panel-body{
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion2.panel-group.style-2 .panel-title a.collapsed {
    color: #ffffff;
    background: #ff7c39;
}

@media (max-width: 1600px){
.category-box-content {
    bottom: 95px;
}
.category-box-btn {
    left: 32px;
    right: auto;
}
}

/*------------ UI Element Style: Tab -------*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}
.tab-content>.tab-pane {
    padding: 0 1em;
}

/*------------ UI Element Style: Tab Style 1 -------*/
.tab.style-1 {
	background:#ffffff;
	border-radius:6px;
	overflow:hidden;
    border: 1px solid #eaeff5;
	box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
.tab.style-1 .nav-tabs{
    position: relative;
    border-bottom: 0 none;
    background: #fff;
	border: 1px solid #eaeff5;
}
.tab.style-1 .nav-tabs li{
    text-align: center;
    margin-right: 0;
}
.tab.style-1 .nav-tabs li a{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #fff;
    margin-right: 0;
    border-radius: 0;
	border:none;
    border-right: 1px solid #eaeff5 !important;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab.style-1 .nav-tabs li:last-child a,
.tab.style-1 .nav-tabs li:last-child.active a,
.tab .nav-tabs li:last-child a:hover{
    border-right: 1px solid #eaeff5;
}
.tab.style-1 .nav-tabs li a:hover,
.tab.style-1 .nav-tabs li.active a{
    color: #ff7c39;
    border-bottom: 2px solid #ff7c39;
}
.tab.style-1 .tab-content{
    font-size: 14px;
    padding: 20px 10px;
    margin-top: 10px;
}
.tab.style-1 .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 480px){
    .tab.style-1 .nav-tabs li{
        width: 100%;
        border-right: 1px solid #ddd;
        margin-bottom: 8px;
    }
	.tab.style-2 .nav-tabs li{
        width: 100%;
        border-right: 1px solid #ddd;
        margin-bottom: 8px;
    }
}

/*------------ UI Element Style: Tab Style 2 -------*/
.tab.style-2 {
	background:#ffffff;
	border-radius:6px;
	overflow:hidden;
    border: 1px solid #eaeff5;
	box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}
.tab.style-2 .nav-tabs li a{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    background: #fff;
    margin-right: 0;
    border-radius: 0;
	border:none;
    border-right: 1px solid #eaeff5;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab.style-2 .nav-tabs li a:hover, .tab.style-2 .nav-tabs li.active a {
    color: #ffffff;
    border-bottom: 2px solid #ff7c39;
    background: #ff7c39;
}

/*------------- UI Element Style: Features Box --------------------*/
.features-box{
	margin-bottom:30px;
	padding:25px 20px;
	border-radius:6px;
	box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
	-webkit-box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
}
.features-box h4{
	font-size:17px;
	margin-bottom:10px;
}
.features-box i{
	font-size:35px;
	margin-bottom:15px;
}

/*-------------- UI Element Style: Newsletter Style ----------------*/
.newsletter {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.newsletter-box{
	padding:40px 0;
}

.newsletter-box .input-group{
	margin-bottom:20px;
	background:#ffffff;
	border-radius:50px;
	padding:5px 10px;
	box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
	-webkit-box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
}
.newsletter-box .input-group .form-control{
	height:60px;
	border:none;
	box-shadow:none;
	background:transparent;
}
.newsletter-box .input-group .input-group-addon{
	border:none;
	font-size:18px;
	background:transparent;
}
.newsletter-box .btn{
	padding:18px 35px;
}

/*--------------- UI Element Style: Log Style -------------------*/
.log-box {
    max-width:700px;
    margin:0px auto;
	padding:40px;
	border-radius:6px;
	background: #ffffff;
	box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
	-webkit-box-shadow:0 5px 25px 0 rgba(41,128,185,0.15);
}
.log-box img{
	margin:20px auto;
}
.log-form{

}
.log-form label{
	font-weight:500;
}
.log-form .form-control{
	background:transparent;
}
.log-option {
    text-align: center;
    margin:30px 0 20px 0;
    border-top: 1px solid #eaeff5;
}
.log-option span {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border: 1px solid #eaeff5;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    top: -20px;
    position: relative;
}
.log-btn {
    border: 2px solid #eaeff5;
    padding: 14px 15px;
    border-radius: 2px;
    width: 100%;
	font-size:16px;
	font-weight:500;
    display: inline-block;
    text-align: center;
	transition:all ease 0.4s;
}
.log-btn i{
	margin-right:10px;
}
.fb-log-btn{
	color:#4167b2;
	border-color:#4167b2;
}
.fb-log-btn:hover,.fb-log-btn:focus{
	background:#4167b2;
	color:#ffffff;
}
.gplus-log-btn{
	color:#eb5425;
	border-color:#eb5425;
}
.gplus-log-btn:hover, .gplus-log-btn:focus{
	background:#eb5425;
	color:#ffffff;
}

/*-------------- UI Element Style: Advance nav tab Style --------------*/
.nav.nav-tabs.nav-advance {
    background:#0047ab;
    border-radius:4px;
    padding:8px 4px;
    max-width: 410px;
    margin:0px auto 10px auto;
}
.modal-body .nav.nav-tabs.nav-advance{
	margin-bottom:30px;
}
.nav-tabs.nav-advance>li {
    width: 50%;
    text-align: center;
    padding: 0 4px;
}
.nav-tabs.nav-advance>li>a {
    background: transparent;
    color: #ffffff;
	padding: 14px 15px;
	font-weight: 500;
    border-radius:4px;
	border:none;
}
.nav-tabs.nav-advance>li.active>a, .nav-tabs.nav-advance>li>a:hover, .nav-tabs.nav-advance>li>a:focus{
    background: #ffffff !important;
    color: #ff7c39;
}
.nav-tabs.nav-advance>li>a i{
	margin-right:10px;
}
.tab-content>.tab-pane {
    display: none !important;
}
.tab-content>.active {
    display: block !important;
}

/*------------------- UI Element Style: Signle Tag Style -----------------*/
.tag-sec {
    background-size: cover!important;
    background-position: center!important;
    position: relative
}

.tag-sec::before {
	content:"";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #1a2135;
    opacity: 0.8;
}

.tag-content {
    text-align: center;
    position: relative;
    padding: 50px 0
}

.tag-content img {
    margin: 10px auto;
    display: table;
    max-width: 220px
}

.tag-content h2 {
    font-weight: 600;
    color: #fff
}

.tag-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.88
}

body .tag-content a {
    color: #fff;
	padding:15px 30px;
    display: inline-block;
    margin: 30px 0 0;
    transition: all ease .4s
}

.tag-content a:focus,
body .tag-content a:hover {
    color: #ff7c39;
    background: #fff;
    border-color: #fff
}

.tag-content a:focus i,
body .tag-content a:hover i {
    color: #ff7c39
}

.tag-content a i {
    margin-left: 7px
}

/*------------- UI Element Style: Pricing Table Style -------------------*/
.pricing {
    background: #f4f5f7;
}

.package-box {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 0 1em;
    transition: all ease .4s;
    border: 1px solid #f4f5f7;
    -webkit-box-shadow: 0 0 10px 0 rgba(107, 121, 124, .2);
    box-shadow: 0 0 10px 0 rgba(107, 121, 124, .2);
}

.package-box:focus,
.package-box:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}

.package-header {
    padding: 25px 0 20px;
    background: #2a3646;
}

.active .package-header {
    background:#ff7c39;
}

.package-header i {
    font-size: 3em;
    color: #8594a9;
}

.active .package-header i {
    color: rgba(255, 255, 255, .7);
}

.package-header h3 {
    font-family: Montserrat, sans-serif;
    color: #7f90a7;
    font-size: 20px;
    font-weight: 500;
}

.active .package-header h3 {
    color: #fff;
}

.package-info ul {
    padding: 0 15px;
    margin: 0;
}

.package-info ul li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #f4f5f7;
}

.package-price {
    padding: 20px 0;
}

.package-price h2 {
    color: #2a3646;
    font-weight: 600;
	font-size: 60px;
}

.package-price h2 sub,
.package-price h2 sup {
    font-size:14px;
    opacity: .7;
}
sup {
    top: -1em;
    font-size: 22px !important;
}
.btn.btn-package {
    background: #ff7c39;
    color: #fff;
    padding: 16px 32px;
    border-radius: 4px;
    margin: 20px auto;
    width: 80%;
}

button.btn.btn-package:focus,
button.btn.btn-package:hover {
    background: #2a3646;
}

/*--------------- UI Element Style: Slick Carousel Style --------------------*/
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-prev {
    left: -35px;
}
.slick-next {
    right: -25px;
}
.slick-next:before, .slick-prev:before {
    font-family: FontAwesome;
    font-size: 12px;
    opacity: 1;
    color:#ff7c39;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #eaeff5;
    transition: all ease .4s;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '\f061';
}
.slick-prev:before {
    content: '\f060';
}

/*----------------- UI Element Style: Error Page Style --------------------*/
.error-page {
    text-align: center;
}
.error-page p {
    font-size: 17px;
	text-transform: initial;
}
.error-page i {
    width:100px;
    height:100px;
    display: table;
    margin: 0 auto;
    background: #ffffff;
    line-height:100px;
    font-size:45px;
    color:#f21136;
	border-radius:50%;
	border: 1px solid #ffcad3;
    box-shadow:0px 0px 10px 1px rgb(255, 180, 193);
    -webkit-box-shadow:0px 0px 10px 1px rgb(255, 180, 193);
    -moz-box-shadow:0px 0px 10px 1px rgb(255, 180, 193);
}

/*--------------- UI Element Style: Notify----------------*/
.notice {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #eaeff5;
    border-left: 6px solid #838992;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08)
}

.notice-sm {
    padding: 10px;
    font-size: 80%
}

.notice-lg {
    padding: 35px;
    font-size: large
}

.notice-success {
    border-left-color: #74ba28
}

.notice-success>strong {
    color: #74ba28
}

.notice-info {
    border-left-color: #1db4bd
}

.notice-info>strong {
    color: #1db4bd
}

.notice-warning {
    border-left-color: #fea911
}

.notice-warning>strong {
    color: #fea911
}

.notice-danger {
    border-left-color: #eb344f
}

.alert-success {
    color: #74ba28;
    background-color: #e6ffcb;
    border-color: #d4f9ac
}

.alert-info {
    color: #4dccd3;
    background-color: #d0fdff;
    border-color: #b2fbff
}

.alert-warning {
    color: #ffbc44;
    background-color: #fff6e5;
    border-color: #ffe2ae
}

.alert-danger {
    color: #ff526c;
    background-color: #ffe5e9;
    border-color: #ffa7b4
}

.close {
    opacity: .8
}

/*================================================
Blog Page Style
===================================================*/

/*---------- Blog Style In Grid ----------*/
.blog-box{
	border: 1px solid #eaeff5;
	box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
	-moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
	margin-top: 0;
	border-radius:6px;
	overflow:
	hidden;
	transition:
	all ease 0.4s;
}
.blog-grid-box-img{
	height:250px;
	max-height:250px;
	overflow:hidden;
	display: flex;
    align-items: center;
}
.blog-grid-box-content{
	padding:20px 15px;
}
.blog-box:hover, .blog-box:focus{
    -webkit-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
    box-shadow: 0 10px 30px 0 rgba(58,87,135, 0.15);
}
.blog-avatar {
    display: table;
    margin: -58px auto 0 auto;
}
.blog-avatar.text-center img {
    max-width: 70px;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid rgba(255,255,255,1);
    margin-bottom: 5px;
    box-shadow: 0 2px 10px 0 #d8dde6;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	-moz-box-shadow: 0 2px 10px 0 #d8dde6;
}
/*---------- Blog Detail --------------*/
.short-blog {
    padding: 0;
	margin-bottom:2em;
    border: 1px solid #d6e3ec;
}
figure.img-holder {
    position: relative;
}
.blog-post-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 5px 30px;
    border-radius: 2px;
    color: #ffffff;
    text-transform: capitalize;
}
.blog-content {
    padding: 40px 25px;
	font-size:15px;
	line-height:1.8;
	color:#636d75;
}

.post-meta {
    font-size: 18px;
    font-family: initial;
}
.full-blog{
	/* border:1px solid #e0ecf5; */
}
.full-blog .blog-content {
    padding: 40px 25px 20px 25px;
}
.blog-footer-social {
    padding: 10px 0 0 0;
    border-top: 1px solid #e0ecf5;
    margin-top: 20px;
}
ul.list-inline.social {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}
ul.list-inline.social li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}
ul.list-inline.social li i {
    width:40px;
    height:40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e0ecf5;
    color: #71818e;
    line-height:38px;
    text-align: center;
    font-size:16px;
    transition:all ease-in-out 0.4s;
}
ul.list-inline.social li i:hover, ul.list-inline.social li i:focus{
	background:#eff2f5;
}
/*---------- Blogs Comment Style ----------*/
.comments{
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #eef4f9;
}
.comments-title{
    padding: 1em 1em 1em 1.5em;
    border-bottom: 1px solid #eaeff5;
}
.comments-title h4 {
    margin: 0;
}
.single-comment {
    position: relative;
    margin-bottom: 10px;
    padding-bottom:20px;
    padding-left: 80px;
	margin-top:10px;
	padding-right: 15px;
}
.single-comment .single-comment {
    padding-left: 80px;
}
.single-comment .img-holder {
    left: 12px;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
	box-shadow:0 2px 10px 0 #d8dde6;
	-webkit-box-shadow:0 2px 10px 0 #d8dde6;
	-moz-box-shadow:0 2px 10px 0 #d8dde6;
}
.single-comment .text-holder {
    border: 1px solid #eaeff5;
    padding: 20px;
}
.single-comment .text-holder .top {
    margin: 0 0 8px;
    overflow: hidden;
}
.rating.pull-right li {
    list-style: none;
    display: inline-block;
}
.rating.pull-right li i {
    font-size: 13px;
    margin-right: 3px;
    color: #636d75;
}
.rating.pull-right li i.active {
    color: #07b107;
}

.comments-form textarea.form-control{
	height:150px;
}
.comments-form form{
	margin:10px -15px;
}

/*------------ Blog Sidebar -------------*/
.side-list ul.side-blog-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px 10px 5px;
    align-items: center;
}
.blog-list-img {
    display: inline-block;
    width: 55px;
    max-width: 55px;
    overflow: hidden;
    height: 55px;
    border-radius: 4px;
    position: relative;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}
.blog-post-meta {
    font-size: 90%;
}
.side-list .blog-post-meta span {
    float: none;
}

/*============================================
Icons Style
=============================================*/
.nav-tabs {
    border: 1px solid #e8ebef;
    border-left: none;
    border-right: none;
}
.nav-tabs-custom .nav-tabs>li>a:hover {
    border-color: #e8ebef #e8ebef #e8ebef;
    background: #e8ebef;
    border-radius: 0;
}
.nav-tabs-custom {
    border-right: 1px solid #e8ebef;
    border-left: 1px solid #e8ebef;
    border-bottom: 1px solid #e8ebef;
}
.nav-tabs>li>a {
    border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #e8ebef;
    border: none;
    border-bottom-color: transparent;
}
.fontawesome-icon-list .col-md-3.col-sm-4 {
    padding: 10px 10px;
}
.bs-glyphicons li {
    width: 24.5%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #e8edef;
    display: inline-block;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.icon-container {
    width: 240px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}	
	

/*=======================================================
	Footer Style
=======================================================*/
.footer{
	padding:50px 0 0px 0;
	border-top: 1px solid #f6f7f9;
}
.footer h4{
	font-size:15px;
	color:#ff7c39;
	margin-bottom:30px;
	text-transform: capitalize;
}
.footer ul{
	padding:0;
	margin:0;
}
.footer ul li{
	padding:0;
	list-style:none;
}
.footer ul li a{
	font-size:13px;
	line-height:1.5;
	color:#455377;
	opacity:0.8;
	display:block;
	font-weight:500;
	margin-bottom:15px;
	transition:all ease 0.4s;
}
.footer ul li a:hover, .footer ul li a:focus{
	opacity:1;
}
.footer .f-social-box{
	margin-top:30px;
	margin-bottom:25px;
}
.footer .f-social-box ul li, .footer .f-app-box ul li{
	display:inline-block;
}
.footer .f-social-box ul li a{
	opacity:1;
}
.footer .f-social-box ul li a i{
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	border-radius:50%;
	margin-right:10px;
	border:1px solid #dce1e6;
	transition:all ease 0.4s;
}	
.footer .f-social-box ul li a i:hover, .footer .f-social-box ul li a i:focus{
	background:#ff7c39;
	color:#ffffff !important;
	border-color:#ff7c39;
}
.footer .f-app-box ul li a{
	font-size:18px;
	opacity:0.6;
	margin-right:10px;
	padding:12px 22px;
	border-radius:4px;
	margin-bottom:5px;
	border:1px solid #dce1e6;
	transition:all ease 0.4s;	
}
.footer .f-app-box ul li a i{
	font-size:22px;
	margin-right:10px;
}
footer .input-group {
    border: 1px solid #dce1e6;
    border-radius: 2px;
}
footer.footer .input-group-btn .btn {
    color: #ff7c39;
}
footer input.form-control, footer .btn.btn-default, footer input.form-control:hover, footer .btn.btn-default:hover, footer input.form-control:focus, footer .btn.btn-default:focus {
    height: 50px;
    border: none;
    background: transparent;
}
.copyright{
	padding:30px;
	margin-top:40px;
}
.copyright p{
	font-size:94%;
}

/*----------- Dark Footer ----------------*/
.footer.dark-bg{
	border:none;
}
.footer.dark-bg h4 {
    color: #ffffff;
}
.footer.dark-bg ul li a {
    color:#8599b3;
}
footer.dark-bg .input-group {
    border: 1px solid #47586d;
}
footer.dark-bg input.form-control, footer.dark-bg .btn.btn-default, footer.dark-bg input.form-control:hover, footer.dark-bg .btn.btn-default:hover, footer.dark-bg input.form-control:focus, footer.dark-bg .btn.btn-default:focus {
    color: #ffffff;
}
.footer.dark-bg .f-social-box ul li a i {
    border: 1px solid #47586d;
}
.footer.dark-bg .f-app-box ul li a {
    border: 1px solid #47586d;
}
.footer.dark-bg .copyright {
    border-top: 1px solid #212b3a;
}


/*=================================================================
	Dashboard Style 
================================================================*/
/*-------------------- Dashboard Style: Dashboard-----------------*/
.dashboard {
    padding-top: 70px !important;
    position: relative;
    overflow: hidden;
}
.dashboard .form-control {
    background: #eceff5;
    border: 1px solid #eceff5;
}
.dashboard-bg {
    background:#131b24;
	box-shadow:0 2px 6px rgba(0,0,0,.05);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.05);
	padding: 0;
}
#dashboard-menu li>a {
    padding: 12px 15px;
    color:#7e8d9e;
    transition: all ease 0.4s;
    border-bottom: 1px dashed #19232e;
}
#dashboard-menu li>a i {
    margin-right: 10px;
}
#dashboard-menu li.active>a {
    color:#ffffff;
}
#dashboard-menu li>a:hover, #dashboard-menu li>a:focus {
    background:#19232e;
    color: #ffffff;
}
#dashboard-menu li ul {
    background:#1f2b38;
}
#dashboard-menu li ul li a{
	padding-left:25px;
	font-size:13px;
}
.dashboard-title {
    margin: 0;
    padding: 5px 0;
    font-size: 22px;
    font-weight: 600;
}
div#profile-div {
    overflow: hidden;
    max-width: 302px;
}
label {
    font-weight: 500;
}
.arrow {
    float: right;
    line-height: 20px;
}
.fa.arrow:before {
    content: "\f104";
}
.active > a > .fa.arrow:before {
    content: "\f107";
}
@media (min-width: 768px){
.sidebar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
}
.navbar-nav>li.dash-link>a {
    font-weight: 600 !important;
}
.navbar-nav>li.dash-link>a img{
    margin-right:12px;
}

/*---------- Dashboard Style: Common ----------*/
.tr-single-box {
    background: #ffffff;
    display: block;
    border-radius: 2px;
    border: 1px solid #f0f3f7;
    margin-bottom: 30px;
}
.tr-single-header {
    width: 100%;
    border-bottom: 1px solid #f3f4f7;
    padding: 12px 25px 12px;
}
.dashboard-title {
    margin: 0;
    padding: 5px 0;
    font-size: 22px;
    font-weight: 600;
}
.tr-single-body {
    width: 100%;
    padding: 15px 25px 25px;
}

/*--------- New & Modern CSS -------------------*/
.image-bg{
    background-size: cover !important;
    background-position: center !important;
}
.light-text:not(.dark-text) *:not(a) {
    color: #fff;
}
.image-bg .employer-widget{
	margin:0 0px 20px;
}
.count-box .count {
    font-size:5em;
	letter-spacing:0.5px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom:5px;
}
.count-box h5 {
    font-size: 18px;
}
/*============================================
New Styles
=========================================*/
.widget-boxed.lg {
    padding: 2rem 12px;
}
.map-searches fieldset .form-control, .map-searches fieldset .seub-btn, .map-searches fieldset select.selectpicker {
    width: 100%;
    padding:4px 15px;
	margin-bottom:12px;
    border-radius: 0;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    height:60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
	background: #ffffff;
}
.map-searches fieldset .seub-btn{
	justify-content:center;
}
.map-searches .icon-addon.addon-lg i {
    top: 14px;
}
.widget-boxed-body.map-searches .icon-addon.addon-lg i {
    top: 8px;
}

.map-searches fieldset select.selectpicker:focus, .map-searches fieldset .form-control:focus, .map-searches fieldset .seub-btn:focus,
.map-searches fieldset select.selectpicker:hover, .map-searches fieldset .form-control:hover, .map-searches fieldset .seub-btn:hover{
	outline:none;
	box-shadow:none;
}
.map-searches .home-form-1 {
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom:0px;
}
/*----------- Map Job Box Style -------------*/
.map-job-box {
    text-align: left;
	padding:2rem;
}
.map-job-box>div {
    margin-bottom: 10px;
    width: 100%;
}
.job-title{
	margin-bottom:18px !important;
}
.job-title img {
    max-width: 25px;
    float: left;
    margin-right: 10px;
}
.job-title a {
    font-size: 18px;
    font-weight: 600;
}
.job-company i, .job-package i, .job-location i{
    font-size: 16px;
    margin-right:8px;
	color: #505f7d;
}
.job-company i{
    color:#ef9b0b;
}
.job-package i{
    color: #19af83;
}
.job-location i {
    color:#e23487;
}
.job-company a, .job-package a, .job-location a, .job-package span {
    color: #505f7d;
	font-size: 14px;
}
.job-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.job-map-status{
	flex:1;
}
.map-job-box .jb-name{
    padding:5px 15px;
    color: #353535;
    margin-left:0px;
    border-radius:30px;
    text-transform:uppercase;
    font-size: 12px;
	font-weight:500;
	background:#f4f5f7;
}
a.jb-like {
    width: 42px;
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    background: rgba(224, 39, 68,0.1);
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    color: #e02744;
	font-size:18px;
	margin-right:20px;
	transition:all ease 0.4s;
}
a.jb-like:hover, a.jb-like:focus {
    background: rgba(224, 39, 68,1);
    color: #ffffff;
}
.jb-name.full-time {
    background: rgba(17, 183, 104,0.1);
    color: #11b768;
}
.jb-name.part-time {
    background: rgba(234, 124, 34,0.1);
    color: #ea7c22;
}
.jb-name.freelancers {
    background: rgba(21, 130, 236,0.1);
    color: #1582ec;
}
.jb-name.contract {
    background: rgba(236, 48, 21,0.1);
    color: #ec3015;
}
/*------------- Map Candidate Search Style ----------*/
.brows-resume.grid-style {
    padding: 3rem 1.5rem;
    border-radius: 8px;
    border: none;
	box-shadow:none;
}
.cnd-thumb-action {
    text-align: center;
}
.item-fl-box {
    width: 100%;
    display: flex;
    align-items: center;
}
.brows-resume.grid-style .item-fl-box {
    display: block;
}
.brows-resume.grid-style .brows-resume-pic {
    width: 80px;
    height: 80px;
    margin: 12px auto;
    margin-right: auto;
}
.brows-resume.grid-style .brows-resume-pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.brows-resume.grid-style h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}
.map-popup-wrap .brows-resume span.brows-resume-designation {
    font-size: 13px;
    margin: 4px 0;
}
.cnd-location {
    text-align: center;
}
.brows-resume .brows-resume-location p {
    margin-bottom: 5px;
    font-weight: 400;
    color: #636d75;
    font-size: 16px;
}
.brows-resume .brows-resume-location p i{
	margin-right:5px;
}
/*---------- Map Styles --------------*/
/*------- Fullscreen Map Section ---------------- */
.scrollContorl {
	position:absolute;
	z-index:1000;
	bottom:100px;
	right:20px;
	cursor:pointer;
	width:36px;
	height:36px;
	line-height:36px;
    background: #2F3B59;
	border-radius:4px;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
}
.scrollContorl.enabledsroll i:before {
    content: "\f09c";
}
#singleMap {
	width:100%;
	position:relative;
	height:300px;
	float:left;
	margin-bottom:30px;
}
.box-widget #singleMap {
	margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{
	position:fixed;
	z-index:100;
	top:50%;
	cursor:pointer;
	width:40px;
	height:40px;
	border-radius:100%;
	color:#fff;
	line-height:40px;
	margin-top:-20px;
	text-align:center;
	background:#2b4db9;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
	-webkit-transform: translate3d(0,0,0);
}
#singleMap  .mapzoom-in , #singleMap .mapzoom-out , .home-map .mapzoom-in , .home-map .mapzoom-out , .fw-map .mapzoom-in  ,  .fw-map .mapzoom-out {
	position:absolute;
	right:20px;
}
.map-container.column-map.right-pos-map  .mapzoom-in  , .map-container.column-map.right-pos-map  .mapzoom-out {
	right:30px;
}
.map-container.column-map.left-pos-map  .mapzoom-in  , .map-container.column-map.left-pos-map .mapzoom-out{
	left:30px;
}

.mapzoom-in:before  , .mapzoom-out:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f068";
}
.mapzoom-in:before{
	content: "\f067";
}
.mapzoom-in {
	margin-top:-80px;
}
.mapnavigation {
	position:absolute;
	bottom:50px;
	right:7px;
	z-index:30;
	width:170px;
}
.mapnavigation a {
	width:70px;
	padding:8px 0;
	border-radius:4px;
	color:#fff;
	float:left;
	margin-left:10px;
	box-shadow:0px 0px 0px 4px rgba(255,255,255,0.4);
}
.mapnavigation a , .mapzoom-in:hover  , .mapzoom-out:hover{
	background: #2F3B59;
}
.cluster img{
	display:none
}
.cluster{
	width:40px!important;
	height:40px!important;
}
.cluster div{
	text-align:center;
	font-size:15px!important;
	color:#fff! important;
	background:#2b4db9;
	font-weight:600;
	border-radius:100%;
	width:40px!important;
	height:40px!important;
	line-height:38px!important;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.1);
	-webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
	animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
	background:#fd5332;
}
@keyframes cluster-animation{
	0%,100%{box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);}
	50%{box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.2);}
}
.map-popup-location-phone , .map-popup-location-info {
	float:left;
	width:100%;
	text-align:left;
	margin-bottom:5px;
}
.map-popup-wrap {
	display:block;
	border-radius:8px;
	width:300px !important;
	background:#fff;
	position:relative;
}
.map-popup-wrap .property-listing.property-2{
	border:none;
	margin-top:0;
}
.map-popup {
	display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:10px;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.infoBox-close {
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	top:20px;
	right:20px;
	color:#2b4db9;
	text-align:center;
	border-radius:100%;
	z-index:20;
	background:#f4f5f7;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
	cursor:pointer;
}
.infoBox-close:hover {
	background:#2b4db9;
	color:#ffffff;
}

.map-container .inc-fleat.inc-bath:before, .map-container .inc-fleat.inc-bed:before {
    top:-2px;
}
.list-single-img a {
    position: relative;
    display: block;
}
.list-single-img a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
    background: #1c2746;
    opacity: 0.5;
}
.fs-container {
	height: 100% !important;
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
	background: #f6fafd;
}
.fs-left-map-box{
    float: left;
}
.fs-container #map-main{
	position: relative;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
	margin-bottom: 0px;
}
.fs-left-map-box .map-container.fw-map{
    width:40%;
	height: 100%;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
	top: 0;
}
.home-map.fl-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
}
.half-map .fs-inner-container{
    position: relative;
    width:60%;
    min-height: 100vh;
    z-index: 10;
	float: left;
}
.map-container.fw-map #map-main{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.fs-content {
	max-height: 100%;
	overflow: auto;
	padding: 0;
	 overflow: visible;
}
.half-map .fs-content {
    padding:5em 2em 2em;
}
.fs-container section.search {
	padding: 32px 40px 47px 40px;
}

.fs-container .fs-listings {
	padding: 0 25px;
	margin: 0;
}

.fs-switcher {
	padding: 0 25px;
	margin: 0;
}

/* Inner Containers */
.fs-inner-container {
	width: 50%;
	height: 100%;
	float: left;
	display: inline-block;
}
.img-wrap {
    height:300px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index:1;
    margin: 10px 0;
    border-radius:4px;
}
.img-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #101f4e;
    opacity: 0.4;
    z-index:11;
    transition: 0.3s ease-out;
}
.img-wrap-content {
    position: absolute;
    z-index:55;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0,-50.5%);
}
.img-wrap-content h4 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}
.img-wrap-content span {
    font-size: 16px;
    color: #fff;
}
.img-wrap-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.home-map.fl-wrap{
    position: relative;
    top: 0;
    right: 0;
    height: 585px;
    width: 100%;
	overflow: hidden;
}
.home-map.fl-wrap .advance-search-container {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: +33;
    transition: all 0.4s;
    max-width: 1170px;
    margin: 0 auto !important;
    width: 100%;
    right: 0;
}
.map-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
}
#signup .input-with-icon .form-control, #signup .input-with-shadow .form-control, #signup .input-with-shadow .select2-container, #signup .input-with-icon .select2-container,
.new-logwrap .input-with-icon .form-control, .new-logwrap .input-with-shadow .form-control, .new-logwrap .input-with-shadow .select2-container, .new-logwrap .input-with-icon .select2-container {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height:50px;
    background: #ffffff;
    overflow: hidden;
    box-shadow:none;
    -webkit-box-shadow:none;
}


.half-map .input-with-icon .form-control, .half-map .input-with-shadow .form-control, .half-map .input-with-shadow .select2-container, .half-map .input-with-icon .select2-container {
    border: none !important;
}


.statistic-item {
    margin-bottom:20px;
    border: 1px solid #e9eef3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 13px 20px;
	background-color: #fff;
}

.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.statistic-item .icon {
    font-size: 30px;
}
.statistic-item .text {
    padding-left: 15px;
}
.statistic-item .number {
    font-size: 16px;
    color: #222;
    padding-right: 5px;
}
.job-detail-statistic {
    margin-bottom:15px;
	margin-top:15px;
    border: 1px solid #e9eef3;
    padding: 15px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.job-detail-statistic .statistic-item {
    margin: 0;
    border: none;
    border-right: 1px solid #e9eef3;
}
.job-detail-statistic .statistic-item {
    padding-right:20px;
    padding-left:20px;
}
.job-detail-statistic .statistic-item:last-child {
    border: none;
}
h4.modal-title.light {
    color: #ffffff;
	font-weight:500;
	font-size:20px;
}
.modal-header {
    color: #fff;
    background: #ff7c39;
    padding:20px 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-bottom: none;
}
label {
    font-size: 13px;
    font-weight: 600;
    color: #495677;
}
.dapply-job-form .form-group {
    margin-bottom: 10px;
}
.simple-list-sshare {
    margin: 0;
    padding: 0;
}
.simple-list-sshare li{
	margin-right:8px;
	margin-bottom:5px;
	list-style:none;
	display:inline-block;
}
.simple-list-sshare li a {
    background: #e9f0f9;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 50px;
    color: #6e7a8a;
}

.flt-result {
    width: 100%;
    display: flex;
    background: #ffffff;
    padding:10px 15px;
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: center;
	border: 1px solid #eef1f5;
	margin-bottom:20px;
}
.flt-result.mb-4 {
    margin-bottom: 3rem;
}
.flt-result-num {
    flex: 1;
}
.flt-result-num h4 {
    margin: 0;
    font-size: 15px;
}
.flt-change-layout {
    display: inherit;
}
.flt-change-layout a {
    background: #f4f5f7;
    color: #637280;
    padding: 12px 15px;
    border-radius: 2px;
    line-height: 1;
    margin: 0 3px;
}
.flt-change-layout a.active {
    background: rgba(17, 183, 25,0.1);
    color: #11b719;
}
.theme-cl, .input-with-icon .theme-cl{
    color:#11b719;
}
button.btn.submit-btn.ft-search {
    background: #11b719;
    border-color: #11b719;
    color: #ffffff;
    height: 60px;
}
.brows-resume.grid-style:hover .br-resume span, .brows-resume.grid-style:focus .br-resume span{
	background:#11b719;
}



/*------------ New Updated 5 Feb 2020 ----------------*/
.shadow-form .home-form-1 {
    margin-top: 20px;
    background: rgb(251, 253, 255);
    padding: 6px 6px;
    border-radius: 2px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 9px 6px 0px rgb(87, 94, 103,0.2);
}
.shadow-form .form-control:hover, .shadow-form .form-control:focus {
    -webkit-box-shadow:none;
    box-shadow:none;
    outline: none;
}
.wj-featured-list {
    display: flex;
    align-items: center;
    width: 100%;
	font-weight: 500;
	padding:2.5rem 0;
}
.wj-featured-list-thumb {
    align-items: center;
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
	overflow:hidden;
    justify-content: center;
	flex: 1;
	box-shadow: 0 2px 9px rgba(0,0,0,0.07);
}
.wj-featured-list-thumb img {
    max-width: 95px;
}
.wj-featured-list-detail {
    padding-left: 3rem;
    flex: 4;
}
.wj-featured-list-title {
    margin-bottom: 12px;
}
.wj-featured-list-detail ul{
	padding:0;
	margin:0;
}
.wj-featured-list-detail ul li{
	list-style:none;
	display:inline-block;
	margin-right:2rem
}
.wj-featured-list-detail ul li:last-child{
	margin-right:0;
}
.wj-featured-list-detail ul li i{
	margin-right:7px;
	font-weight: 500;
}

.wp-featured-head {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wp-featured-head-thumb {
    width: 50px;
    overflow: hidden;
}
.wp-featured-head-title {
    padding-left: 1rem;
}
.wp-featured-head-title h4 {
    font-size: 16px;
    margin-bottom: 1px;
}
.wp-featured-head-title span {
    font-weight: 500;
    color: #465d7d;
    font-size: 13px;
}
.wp-featured-middle {
    width: 100%;
    padding:1.5rem 0;
}
.wp-featured-middle ul {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.wp-featured-middle ul li {
    list-style: none;
    flex: 0 0 50%;
    width: 50%;
    float: left;
    padding:0.6rem 0;
    font-weight: 500;
}
.wp-featured-middle ul li i{
    margin-right:8px;
}
.find-wrap {
    padding:5rem 2rem;
    text-align: center;
}
.find-wrap h4 {
    font-size: 3rem;
}
.find-wrap i.ico {
    font-size: 4em;
}
a.btn.btn-black {
    background: black;
    color: #ffffff;
    border-color: #000000;
}
.find-wrap a.btn{
	text-transform:capitalize;
	font-size:16px;
	padding:1rem 2rem;
	margin-top:1rem;
}
.find-wrap a.btn i{
	margin-left:1rem;
}
.featured-short-employer.employer-thumb {
    padding: 0;
    margin: 3rem 0 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.small-featured-employers {
    display: inline-block;
    width: auto;
    padding: 0.5rem 2rem 0.5rem 0.8rem;
    background: rgba(255, 255, 255,0.1);
    border-radius:4px;
}
.none-trans .small-featured-employers{
	background:transparent;
}
.employer-thumb .small-featured-employers img{
	width:100px;
	max-width:100px;
}
.employer-thumb .small-featured-employers{
	padding:0rem 2rem 0.5rem 0.8rem
}
.light-featured .small-featured-employers{
	background: rgba(255, 255, 255,1);
}
.small-featured-employers-text {
    font-weight: 600;
    line-height: 1.4;
    color: #2d4767;
    margin-right: 1rem;
}
.small-featured-employers-text.light {
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    margin-right: 1rem;
}
.featured-employers-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.featured-employers-thumb {
    max-width: 35px;
    margin-right: 10px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 50%;
}
.featured-employers-caption h4 {
    font-size: 15px;
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 1;
	margin-top: 4px;
}
.light-featured .featured-employers-caption h4 {
    color:#2d4767;
}
.featured-employers-caption span {
    font-size: 12px;
    font-weight: 600;
    color: white;
}
.featured-short-employer {
    padding: 0;
    margin:1rem 0 0;
    display: inline-block;
    width: 100%;
}
.featured-short-employer li {
    list-style:none;
	display:inline-block;
	margin-right:1rem;
}
img.image-cover{
	max-width: 650px;
	position: absolute;
	right: 5%;
	bottom: 0;
}
ul.wup-pp-category {
    padding: 0;
    margin: 1.5rem 0 0;
    display: inline-block;
    width: 100%;
}
ul.wup-pp-category li {
    padding:10px 7px;
    margin: 0;
	display:inline-block;
	list-style:none;
}
ul.wup-pp-category li a {
    padding: 8px 20px;
    background: rgb(247, 221, 198);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
}
ul.wup-pp-category li a:hover,ul.wup-pp-category li a:focus  {
    background:#ff7d00;
    color:#ffffff;
}
/*---------- Video Box -----------*/
.imagebg.border--round {
    overflow: hidden;
}
.bg-img-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
	width: 100%;
    background: #252525;
}
.bg-img-holder img {
    display: none;
}
.pos-vertical-center {
    position: relative;
}
.video-play-icon {
    width: 6.42857143em;
    height: 6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    line-height: 6em;
    background: #ffffff;
    box-shadow: 0px 0px 0px 15px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255,255,255,0.2);
}
.video-play-icon a {
    font-size: 3em;
    color: #3389ff;
}
.ht-100, .ht-90, .ht-80, .ht-70, .ht-60, .ht-50, .ht-40, .ht-30, .ht-20, .ht-10 {
    height: auto;
    padding:200px 0;
	overflow:hidden;
	border-radius:1rem;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.imagebg[data-overlay]:before {
    z-index: 1;
}
/*---------- Testimonials ----------*/
.testimonial-wrap {
    padding: 30px 25px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
	color:#707f8c;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.testimonial-wrap p {
	color:#707f8c;
}
.testimonial-wrap.style-2 .client-thumb-box {
    margin-bottom: 25px;
	display: table;
    width: 100%;
}
.client-thumb-content {
    display: table-cell;
    vertical-align: middle;
}
.client-thumb {
    position: relative;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    border: 5px solid rgba(45, 45, 45, 0.1);
    padding: 5px;
    float: left;
}
.testimonial-wrap.style-2 .client-thumb-content h5 {
    margin-top: 5px;
}
.testimonial-wrap .rating span {
    color: #FF9800;
    font-size: 13px;
}

.home-side {
    padding: 2rem;
    width: 100%;
	margin-bottom:30px;
    border: 1px solid #eef4f9;
    border-radius: 0.7rem;
}

/*----------- App Tag Design -----------*/
.patternbg {
    position: relative;
}
.patternbg:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background:url(../../../../../www.megrisoft.co.in/wp-content/uploads/overlay-pattern.html) rgba(15,31,68,.7) !important;
    height: 100%;
}
.tag-app{
	position:relative;
	width:100%;
	padding:100px 0;
	background-size:cover !important;
	background-position:center !important;
}
.tag-app:before{
	background: linear-gradient(to left, transparent 10%, #ffffff);
    position: absolute;
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    transition: all ease 0.4s;
}
.btn-app-store, .btn-app-store:focus, .btn-app-store:hover {
    background: #1e2a3a;
    color: #ffffff !important;
    position: relative;
    padding-left: 4.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: inline-block;
    font-weight: 500;
    border-radius: 0.5rem;
	border:none;
}
.tag-app .badge {
    padding: 8px 17px;
    border-radius: 50px;
}
.btn-app-store .btn-inner--text {
    display: block;
    font-size: .85rem;
    line-height: .85rem;
    margin-bottom: .125rem;
	text-align:left;
}
.btn-app-store .btn-inner--brand {
    display: block;
    text-align: left;
    font-size: 21px;
    line-height: 21px;
}
.btn-app-store i, .btn-app-store i{
    width: 1em;
    font-size: 2.5rem;
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
}

/*--------- Counter ------------*/
.jb-counters {
    width: 100%;
    display: table;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    padding: 2rem 1rem;
    border-radius: 0.5rem;
}
.jb-counters h4 {
    font-size: 5rem;
    margin-bottom: 0px;
}
.jb-counters span {
    font-weight: 500;
}
.jb-counters.theme-bg h4, .jb-counters.theme-bg span{
	color:#ffffff;
}
.jb-counters.theme-bg span{
	opacity:0.8;
}

/*----------- Highlights Blog Style ----------*/
.verticleblogilist{
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
	box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.verticleblogilist .signle-vert-blog-item {
    display: flex;
    height: 210px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.verticleblogilist .blog-item {
    flex: 3;
    overflow: hidden;
    min-height: 210px;
}

.blog-shot-img {
    min-height: 220px;
    max-height: 300px;
    height: 100%;
}
.verticleblogilist .verticle-blog-caption {
    flex: 5;
    bottom: 0;
    padding: 0;
    left: 0;
    position: relative;
}
.verticle-blog-caption .blog-shot-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    padding-right:50px;
}
.verticle-blog-caption .blog-shot-caption h4 {
    margin: 3px;
}
.bl-info {
    margin-bottom: 1rem;
    width: 100%;
}
.verticle-blog-caption a.bl-cat {
    padding: 6px 20px;
    border-radius: 50px;
    margin-right: 2rem;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
}
.verticle-blog-caption span.bl-date {
    font-size: 12px;
    font-weight: 500;
}
.verticle-blog-caption .blog-shot-caption h4 {
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 1.5rem;
}
a.rd-more {
    font-weight: 500;
}
p.lgr {
    font-size: 16px;
    line-height: 2;
}

a.default-theme {
    background:#0684fe !important;
}
a.blue-theme {
    background:#0684fe !important;
}
a.green-theme {
    background:#03a82e !important;
}
a.red-theme {
    background:#ef1753 !important;
}
a.purple-theme {
    background:#8857f3 !important;
}
a.cyan-theme {
    background:#02b9b5 !important;
}
a.yellow-theme {
    background:#ff7d00 !important;
}






.style-switcher{
    position: fixed;
    top:35%;
    transition: 0.4s ease-in-out;
    background-color: #fff;
    right:-220px;
    width:220px;
    padding: 0;
    z-index: 1010;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.style-switcher h2{
    position: absolute;
    top:37%;
    transform: translateY(-50%);
    left: -50px;
    width: 50px;
    background-color:#2d4767;
    color:#fff;
    border-radius: 3px 0 0 3px;
    text-align: center;
    line-height:55px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
}
.style-switcher h2 a{
	color:#ffffff;
}
.style-switcher.active {
    right: 0;
}
ul#themecolors {
    margin: 0;
    padding:15px 0;
    text-align: center;
    background: #334e6f;
}
ul#themecolors li {
    list-style: none;
    padding: 10px;
    display: inline-block;
}
ul#themecolors li a {
    width: 40px;
    height: 40px;
    background:#f4f5f7;
    display: inline-block;
    border-radius: 50%;
    font-size: 0;
	border:3px solid rgba(255,255,255,1);
}
a.default-theme {
    background:#0684fe !important;
}
a.blue-theme {
    background:#0684fe !important;
}
a.green-theme {
    background:#03a82e !important;
}
a.red-theme {
    background:#ef1753 !important;
}
a.purple-theme {
    background:#8857f3 !important;
}
a.cyan-theme {
    background:#02b9b5 !important;
}
a.yellow-theme {
    background:#ff7d00 !important;
}

