/* General 
============================*/
*, *:focus {
	outline: none!important;
}
body{
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    overflow: hidden;
    overflow-y: hidden;
}

/* Page Setting
===========================*/
.main{
    position: relative;
}
.section-setting{
    position: relative;
    padding: 70px 0px;
    overflow: hidden;
    background-color: #f9f9f9;
}
.section-color{
    background-color: #ffffff;
}
.section-parllex{
    background: url(../images/bc.jpg) fixed no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
.section-parllex:before{    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: " ";
    background: -moz-linear-gradient(90deg, rgba(6,6,6,.9) 10%, rgba(6,6,6,.8) 40%, rgba(6,6,6,.1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(6,6,6,.9) 10%, rgba(6,6,6,.8) 40%, rgba(6,6,6,.1) 100%);
    background: linear-gradient(90deg, rgba(6,6,6,.9) 10%, rgba(6,6,6,.8) 40%, rgba(6,6,6,.1) 100%);
}
.section-title{
    display: block;
    margin: 15px auto 30px;
    position: relative;
    padding: 0px 15px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 40px;
}
.section-title span{
    color: #fdd835;
}
.section-title .info-text{
	font-size: 23px;
	text-transform: lowercase;
}

/* Page Head
============================*/
.page-head{
    padding: 180px 0px 70px;
    background: url(../images/bc.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
}
.page-head:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: " ";
    background: -moz-linear-gradient(90deg, rgba(6,6,6,.9) 10%, rgba(6,6,6,.8) 40%, rgba(6,6,6,.1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(6,6,6,.9) 10%, rgba(6,6,6,.8) 40%, rgba(6,6,6,.1) 100%);
    background: linear-gradient(90deg, rgba(6,6,6,.9) 10%, rgba(6,6,6,.8) 40%, rgba(6,6,6,.1) 100%);
}
.page-head h2{
    margin: 0 auto;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
}
.breadcrumb {
	background: none;
	text-align: right;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 40px;
}
.breadcrumb > li + li:before {
	padding:0px 10px;
	color: #fff;
	content: " | ";
}
.breadcrumb li ,
.breadcrumb a {
	color: #f7f7f7;
	font-size: 15px;
	text-transform:capitalize;
	letter-spacing:1px;
}
.breadcrumb a i{
	margin-right: 5px;
}
.breadcrumb > .active {
    color: #fff;
}

/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin: 0px auto 15px;
    text-align: center;
    width: 100%;
    background: transparent;
    padding: 0px;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #060606;
    background-color: #ecf0f3;
    border-radius: 0;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background-color: #fdd835;
    color: #060606;
}

/* Links 
============================*/
a, a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
}

/* Lists  
============================*/
ul, li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;

}

/* Images  
============================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Custom-btn  
==========================*/
.custom-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 0;
    margin: 15px auto;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    padding: 0px 20px;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: #3e2723;
    color: #ffffff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-btn:hover ,
.custom-btn:focus{
	background-color: #fdd835;
	color: #1d2228;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.icon-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 0;
    margin: 15px auto;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    padding: 0;
    width: 40px;
    line-height: 40px;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50%;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: #fdd835;
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*Tabs
========================*/
.nav-tabs {
    border-bottom: 0;
    position: relative;
    padding: 0;
    margin: 15px auto;
    background-color: #fff;
}
.nav-tabs>li {
    float: none;
    margin: 0;
    width: 100%;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover ,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #3e2723;
    border: 0;
    border-top: 1px solid #fafafa;
    background-color: #fff;
}
.tab-content{
    position: relative;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.tab-content>.tab-pane{
    background-color: #ffffff;
    margin-right: 15px;
    width: 100%;
    padding: 15px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

/* Background
=========================*/
.green{
    background-color: #1bde1e
}
.yellow{
    background-color: #fdd835
}
.red{
    background-color: #ed0707
}

/* Forms
========================*/
.form-group {
    position: relative;
    margin: 15px auto;
    text-align: left;
}
.form-title{
	width: 100%;
	position: relative;
	text-align: left;
	color: #060606;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 5px auto;
}
.form-group label {
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.form-control {
    color: #222222;
    border: 1px solid #f1f1f1;
    margin: 0 auto;
    padding: 0 15px;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 1px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #f7f7f5;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
    font-size: 13px;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: inherit;
    border-radius: 50%;
    font-size: 12px;
    border: 0;
    z-index: 99;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
input[type=checkbox]+label::before {
    top: 0;
    border-radius: 0;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-left: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    background-color: #fdd835;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
input[type=radio]+label::after,
input[type=checkbox]+label::after{
	content: " ";
	position:absolute;
	left: 0;
	background: #000;
	border-radius: 50%;
	display: block;
	text-align: center;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #eee;
}
input[type=checkbox]+label::after{
    border-radius: 0;
}
.radio-wrap {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 5px;
}
.input-container {
    overflow: hidden;
    border: 1px solid #f1f1f1;
    line-height: 50px;
    height: 50px;
    padding: 0 0 0 15px;
    font-weight: 900;
    letter-spacing: 1px;
}
input[type='file'] {
    display: none;
}
.input-container .custom-btn {
    margin: 0 !important;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

/* ul Lists
========================*/
.dot-lists li{
    position: relative;
    text-transform: capitalize;
    padding-left: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #3f3f3f;
    margin: 10px auto;
    letter-spacing: 0.5px;
}
.dot-lists li:before{
	content: " ";
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #fdd835;
	left: 0;
	top: 10px;
}

/* Socila Links
==========================*/
.social-links{
	position: relative;
}
.social-links li{
    display: inline-block;
}
.social-links li a{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #060606;
    border-radius: 50%;
    font-size: 17px;
    background-color: #fdd835;
}
.social-links li a:hover{
	background-color: rgb(251, 199, 15);
}

/* Loading
============================*/
.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
}
.loading .loading-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 175px;
    height: 175px;
}

/* Login 
=============================*/
.welcome .center-height.login-form{
    max-width: 460px;
    width: 98%;
    background-color: #fff;
    position: relative;
    margin: auto;
}
.login-form .close-btn{
	position:absolute;
	left: -17px;
	top: -17px;
	background-color: #fdd835;
	color: #3e2723;
	width: 35px;
	height: 35px;
	display:block;
	z-index: 999;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	font-size: 20px;
}
.login-form .form-cont{
    background-color: #fff;
    padding: 15px;
}
.login-form .form-cont .logo{
	width: 100px;
	margin: 0px auto 10px;
}
.welcome .center-height.reg-form{
    max-width: 580px;
}
.login-form.reg-form .form-cont .form-group .custom-btn{
    float: none;
    margin: 0;
}
.reg-form .form-cont .form-group{
    padding: 0 5px;
}
.welcome .center-height.login-form .form-cont .head-title{
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #333;
    margin: 0px auto 10px;
    text-align: center;
}
.login-form .form-cont .form-group{
    overflow: hidden;
    margin: 10px auto;
}
.login-form .form-cont .form-group a{
    display: inline-block;
    vertical-align: middle;
    color: #0071ca;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin: 10px auto;
}
.login-form .form-cont .form-group .custom-btn{
    float: right;
    margin: 10px 0;
    vertical-align: middle;
}
.login-form .form-cont .form-group .hint{
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
}
.login-form .form-cont .form-group .hint a{
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	font-weight: 500;
}
.login-form .form-cont .radio-wrap input[type=radio]+label{
    width: 150px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.login-form .form-cont .radio-wrap input[type=radio]+label::before,
.login-form .form-cont .radio-wrap input[type=checkbox]+label::before ,
.login-form .form-cont .radio-wrap input[type=radio]+label::after,
.login-form .form-cont .radio-wrap input[type=checkbox]+label::after{
	width: 100%;
	height: 100%;
	border-radius: 0;
}
.login-form .form-cont .radio-wrap input[type=radio]+label span{
	position:relative;
	z-index: 99;
}

/* Main Header
=========================*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 11px 0 rgba(0,0,0,.03);
    -moz-box-shadow: 1px 1px 11px 0 rgba(0,0,0,.03);
    -o-box-shadow: 1px 1px 11px 0 rgba(0,0,0,.03);
    box-shadow: 1px 1px 11px 0 rgba(0,0,0,.03);
}
.header > .container {
    position: relative;
}
.header .navbar-collapse > .container {
    position: relative;
    margin-top: -80px;
    padding: 0;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.header .logo{
    float: left;
    height: 80px;
    padding: 10px 0px;
    position: relative;
    z-index: 999;
}
.header .logo img{
	height: 100%;
}

/* Heaer Widget */
.header .header-widget{
    float: right;
    text-align: right;
    padding: 20px 0px;
    z-index: 99;
    position: relative;
}
.header .header-widget.login-links a{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #fdd835;
    line-height: 40px;
    padding: 0 15px;
    color: #060606;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.header .header-widget.login-links a:hover i{
	background-color: #fdd835;
	color: #060606;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.profile-header .dropdown{
    float: left;
}
.profile-header .dropdown .dropdown-toggle {
    display: block;
    padding: 0;
    position: relative;
    line-height: 40px;
    width: 50px;
    background-color: transparent;
    border: 0;
    color: #3e2723;
    font-size: 25px;
}
.profile-header .dropdown.profile .dropdown-toggle i{
    font-size: 16px;
    margin-left: 10px;
}
.profile-header .dropdown .dropdown-toggle .count{
    position: absolute;
    top: -5px;
    right: 5px;
    color: #060606;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    z-index: 999;
    font-weight: 700;
    background-color: #fdd835;
}
.profile-header .dropdown.profile .dropdown-toggle{
    width: auto;
    padding: 0 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    background-color: transparent;
}
.profile-header .dropdown .dropdown-toggle img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    background-color: #fdd835;
}
.profile-header .dropdown .dropdown-menu{
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    width: 270px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    right: auto;
    left: 0;
    opacity:0;
    visibility:hidden;
    top: 100px;
    display: block!Important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.profile-header .dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 60px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.profile-header .dropdown .dropdown-menu li a{
    padding: 0;
    display: block;
    font-size: 12px;
    white-space: unset;
}
.profile-header .dropdown .dropdown-menu li a:hover{
    background: #f5f5f5;
}
.dropdown .dropdown-menu li{
	border-bottom: 1px solid #f1f1f1;
	padding: 5px;
	overflow: hidden;
	background-color: #fff;
}
.dropdown .dropdown-menu li:last-child{
	border-bottom: 0;
}
.dropdown .dropdown-menu li:hover{
	background-color:#f9f9f9;
}
.dropdown .dropdown-menu .drop-footer{
    line-height: 40px;
    background-color: #fff;
}
.dropdown .dropdown-menu .drop-footer a{
	display: block;
	text-align: center;
	margin: 0;
	color: #fdd835;
}
.notify-item a{
    text-align: right!important;
}
.notify-item .notify-cont{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 6px 5px 0px 55px;
    width: 100%;
    line-height: 20px;
    font-size: 13px;
    color: #060606;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: left;
}
.notify-item .notify-cont .notify-time{
    color: #399a3b;
    font-weight: 400;
    line-height: 20px;
    margin-top: 5px;
    display: block;
    text-align: left;
}
.notify-item .notify-cont .notify-time i{
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
.notify-item .notify-img{
    position: absolute;
    left: 5px;
    top: 5px;
}
.notify-item .notify-img img{
	 width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #fdd835;
    margin: 5px auto;
    overflow: hidden;
}
.profile-header .dropdown.profile .profile-dropdown{
    left: auto;
    right: 0;
}
.profile-header .dropdown.profile .profile-dropdown .heading{
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
.profile-header .dropdown.profile .profile-dropdown .heading img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fdd835;
    padding: 3px;
}
.profile-header .dropdown.profile .profile-dropdown .heading h3{
    line-height: 30px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #060606;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.profile-header .dropdown.profile .profile-dropdown ul li a{
	margin: 0;
	line-height: 28px;
	color: #060606;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.profile-header .dropdown.profile .profile-dropdown ul li a i{
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	margin: auto;
	text-align: center;
	color: #666 !important;
}
/* Menu */
.header .btn-responsive-nav {
    display: none;
}
.header .nav-main ul.navbar-nav{
    width: 100%;
    text-align: center;
    float: none;
    padding: 20px 0;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.header .nav-main ul.navbar-nav li {
    float: none;
    display: inline-block;
    text-align: center;
}
.header .nav-main ul.navbar-nav li a {
    padding: 0px 15px;
    font-size: 12px;
    color: #060606;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    background-color: #f9f9f9;
}
.header .nav-main ul.navbar-nav li a img{
    display: block;
    margin: 0px auto;
    width: 25px;
}
.header .nav-main ul.navbar-nav li a:focus ,
.header .nav-main ul.navbar-nav li a:hover ,
.header .nav-main ul.navbar-nav li.active a:focus ,
.header .nav-main ul.navbar-nav li.active a:hover ,
.header .nav-main ul.navbar-nav li.active a ,
.header .nav .open a,
.header .nav .open a:hover,
.header .nav .open a:focus {
    background-color: #fdd835;
   color: #3e2723;
}

/* Welcome
=========================*/
.welcome{
    display: block;
    background: url(../images/bc.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.welcome .row{
    height: 100%;
}
.home{
    height: auto !important;
    padding: 200px 0px;
}
.home-cont{
    text-align: left;
    max-width: 767px;
}
.welcome:before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(52, 58, 64, 0.75), rgba(0, 0, 0, 0.75));
}
.welcome .home-cont .head-title{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.welcome .home-cont .info-text{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 15px auto;
}
.home-cont .custom-btn{
	background-color: #fdd835;
	color: #060606;
	margin: 5px;
}

/* About
=============================*/
.about{
	background-color:#fff;
	padding:15px;
	overflow:hidden;
}
.about .head-title{
    display: block;
    margin: 15px auto;
    position: relative;
    padding: 0px 10px;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
    border-left: 4px solid #fdd835;
}
.about .info-text{
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 15px auto;
}
.about img{
    width: 380px;
    margin:15px auto;
}
.vision .head-title{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 38px;
    color: #fff;
    margin: 0px auto 15px;
}
.vision .info-text{
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 0 0 15px;
}
.how-work .head-title{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 26px;
    color: #3e2723;
    margin: 0px auto 15px;
}
.how-work .info-text {
    color: #060606;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 15px;
}
.policies ul.dot-lists li{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .5px;
    text-transform: lowercase;
}

/*FAQS
============================*/
.faqs-wrap{
	margin: 15px auto;
	background: #fff;
	padding: 15px 15px 0px;
	border-radius: 5px;
	overflow: hidden;
	min-height: 387px;
}
.toggle-container {
    border: none;
}
.toggle-container .panel {
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    position: relative;
    background: #f6f6f6;
}
.toggle-container .panel .panel-content {
	padding: 10px;
}
.toggle-container .panel {
    position: relative;
    margin-bottom: 15px;
    background-color: #fdfdfd;
    border: none;
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.toggle-container .panel > a {
    color: #3e2723;
    font-size: 14px;
    position: relative;
    white-space: normal;
    display: block;
    padding: 0px 15px;
    line-height: 40px;
    font-weight: 700;
    background: #f9f9f9;
    border-left: 3px solid #fdd835;
}
.toggle-container .panel > a:before {
    display: block;
    content: " + ";
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 0;
    text-align: center;
    color: #231f20;
    right: 0;
    background: #fdd835;
    transition: all 0.4s ease;
}
.toggle-container .panel > a.collapsed {
    background: #fafafa;
    border-right: 3px solid #fafafa;
    color: #323232;
}
.toggle-container .panel > a.collapsed:before {
    content: " - ";
}
.toggle-container .panel .panel-content {
    padding: 15px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid #f9f9f9;
}

/* Contact Info
===========================*/
.contact-info{
    text-align: center;
    background: #ffffff;
    padding: 10px;
    margin: 15px auto;
    font-weight: 700;
}
.contact-info i{
    display: block;
    margin: 5px auto;
    font-size: 30px;
    color: #f7d334;
}
.contact-info span.head{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #3e2723;
	margin: 10px auto;
	font-size: 15px;
}
.contact-info span{
    display: block;
    margin: 5px auto;
    font-size: 14px;
    letter-spacing: .5px;
}
.contact-form{
	padding:15px;
	overflow:hidden;
	background-color:#fff;
	margin: 15px auto;
}
.contact-form .head-title{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3e2723;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
}
.contact-form .custom-btn{
	margin: 0 auto;
}

/* Subscribe
============================*/
.subscribe{
    background-color: #fdd835;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.subscribe p{
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 30px;
    color: #1d2228;
    padding-left: 50px;
    margin: 0 auto;
}
.subscribe p:before{
	content: " ";
	position: absolute;
	left: 0;
	top: 12px;
	width: 50px;
	height: 4px;
	background-color: #1d2228;
}
.subscribe form{
    max-width: 520px;
    margin: 5px 0px 5px auto;
}
.subscribe form .form-group{
    margin: 0;
}
.subscribe form .form-group .form-control{
    border: 0;
}
.subscribe form .form-group .custom-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #1d2228;
}
.subscribe form .form-group .custom-btn:hover{
	color:#fff;
}

/* Footer
============================*/
footer{
    padding-bottom: 35px!important;
}
footer .head-title{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 24px;
	color: #fff;
	margin: 0px auto 15px;
}
footer p{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin: 15px auto;
}
footer .footer-links li{
    display: inline-block;
}
footer .footer-links li a{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 15px;
    border-right: 1px solid #fff;
    line-height: 20px;
}
footer .footer-links li:last-child a{
	border: 0;
}

/* Profile
=========================*/
.profile-side{
    display: block;
    position: relative;
}
.profile-side .profile-head{
    display: block;
    position: relative;
    margin: 15px auto;
    text-align: center;
    overflow: hidden;
    padding: 0;
}
.profile-side .profile-head .profile-stats{
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px auto;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 15px;
}
.profile-side .profile-head .profile-stats span{
	background-color: #fdd835;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	font-size: 20px;
	letter-spacing: 2px;
	margin: 0 auto 15px;
}
.profile-side .profile-head .profile-head-img{
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
}
.profile-side .profile-head .profile-head-img img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #3e2723;
    padding: 3px;
}
.upload-btn-wrapper{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 999;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.upload-btn-wrapper .icon-btn{
	width: 40px;
	height:40px;
	line-height:40px;
	cursor: pointer;
	padding: 0;
}
.upload-btn-wrapper .icon-btn i{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.profile-side .profile-head .profile-head-img:hover .upload-btn-wrapper{
	opacity: 1;
	visibility: visible;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}
.profile-side .profile-head span{
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #060606;
    margin: 5px auto 0;
    line-height: 35px;
    letter-spacing: 1px;
}
.profile-side .profile-head div.stat{
    color: #229924;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
}
.profile-links{
	margin: 0;
}
.profile-links li a img{
	width: 45px;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	border-right: 1px solid #ededed;
	margin-right: 10px;
	padding: 10px;
}
.profile-links li a {
    color: #222222;
    text-align: left;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 0;
    display: block;
    margin: 0;
    line-height: 45px;
    border-radius: 0;
    background: #ffffff;
    border: 0;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #fafafa;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.profile-links li a i {
    border-right: 1px solid #ededed;
    margin: 0px 10px 0px 0px;
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    padding: 0;
    float: left;
}
.profile-links li a span{
	width: 40px;
	height: 45px;
	line-height: 45px;
	float: right;
	text-align: center;
	border-left: 1px solid #ededed;
	margin-left: 10px;
}
.profile-links ul {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.profile-links li ul li a ,
.profile-links li.active ul li a {
    font-size: 13px;
    padding: 0 15px 0px 60px;
    line-height: 45px;
    text-transform: capitalize;
    color: #231f20;
}
.profile-links li a:hover i{
    color: rgb(251, 199, 15);
}
.profile-links li.active a:hover i,
.profile-links li.active a i{
    background-color: rgb(251, 199, 15);
    color: #060606;
    border-color: rgb(251, 199, 15);
}
.profile-side .profile-head .custom-btn{
	margin:0;
	display:block;
	font-size: 13px;
	letter-spacing: 0.5px;
	padding: 0;
}
.profile-cont.tab-content>.tab-pane{
	padding: 0;
	margin: 15px auto;
	background-color: transparent;
}
.profile-cont .profile-cont-head {
    display: block;
    margin: 15px auto;
    position: relative;
    padding: 5px 15px;
    background-color: #ffffff;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
    border-left: 5px solid #3e2723;
}
.profile-cont-form {
    display: block;
    margin: 15px auto;
    position: relative;
    padding: 15px;
    background-color: #ffffff;
}
.profile-cont-form .custom-btn{
	margin: 0 auto 15px;
}
.profile-cont-form .custom-btn.remove_field{
	margin: 70px auto auto auto;
	width: 100%;
	padding: 0;
	color: #fff;
	font-size: 12px;
}

/* Message
=========================*/
.notifactions-list {
    padding: 0;
}
.notifactions-list li{
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #ecf0f3;
}
.notifactions-list li.notify-item .notify-img{
	top: 10px;
}
.notifactions-list li.notify-item .notify-img img{
    width: 80px;
    height: 80px;
}
.notifactions-list li.notify-item .notify-cont{
	padding: 15px 15px 15px 80px;
	font-size: 15px;
}

/* Message
=========================*/
.only-message{
    padding: 0;
}
.only-message .message-head {
    display: block;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    overflow: hidden;
}
.only-message .message-head .sender-img {
    float: left;
}
.only-message .message-head .sender-img img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 3px solid #fdd835;
	padding: 3px;
	}
.only-message .message-head .sender-name {
    display: block;
    line-height: 25px;
    font-size: 17px;
    color: #060606;
    padding: 10px 10px 10px 80px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.only-message .message-head .sender-name span{
    display: block;
    font-size: 14px;
    color: #fdd835;
}
.only-message .message-details{
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: #060606;
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 700;
    letter-spacing: 1px;
}

/*Side Filiter
==========================*/
.filt-icon , .prof-icon{
    display: none;
    position: relative;
    background-color: #fdd835;
    color: #ffffff;
    max-width: 245px;
    width: 100%;
    line-height: 50px;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.filt-icon img, .prof-icon img , .prof-icon i{
    display: inline-block;
    height: 25px;
    width: 25px;
    color: #060606;
}
.stats-list {
    margin: 0px auto;
    float: right;
}
.stats-list li{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 5px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 25px;
}
.stats-list li span{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 3px;
}
.stats-list li span.green{
    background-color: #1bde1e
}
.stats-list li span.yellow{
    background-color: #fdd835
}
.stats-list li span.red{
    background-color: #ed0707
}
.job-list{
    border: 1px solid #ecf0f3;
    margin: 15px auto;
    overflow: hidden;
}
.job-list .comp-logo{
    float: left;
    width: 75px;
    height: 75px;
    background-color: #ffffff;
}
.job-list .comp-logo img{
    height: 100%;
}
.job-list .job-cont{
    padding-left: 90px;
    display: block;
}
.job-list .job-cont a.title{
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #060606;
    margin: 5px auto 0;
    line-height: 35px;
    letter-spacing: 1px;
}
.job-list .job-cont a.title:hover{
    color: #fdd835;
}
.job-list .job-cont .job-info li{
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    color: #060606;
    text-transform: capitalize;
    line-height: 30px;
}
.job-list .job-cont .job-info li i{
    color: #fdd835;
    margin-right: 4px;
}
.job-list .job-cont .job-info li a{
    color: #060606;
}
.cv-item{
    margin: 15px auto;
    text-align: center;
    background-color: #ecf0f3;
    padding: 15px;
}
.cv-item img{
    margin: 15px auto;
    width: 96px;
}
.cv-item a{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #060606;
	letter-spacing: 2px;
}
.cv-item .cv-action{
    margin: 15px auto;
}
.cv-item .cv-action li{
    display: inline-block;
    vertical-align: middle;
}
.cv-item .cv-action li .custom-btn{
    line-height: 35px;
}
.cv-item .cv-action li .icon-btn{
    margin: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
}
.add-cv{
    height: 243px;
    text-align: center;
}
.add-cv a{
    display: block;
    width: 100%;
    height: 128px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

/* Create CV
================================*/
.create-cv-cont{
    padding: 0;
}
.create-cv-cont .head-title{
	padding: 10px 15px;
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	background-color: #fdd835;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.create-cv-cont form .tab{
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	padding: 15px;
}
.create-cv-cont form .step-name{
	display: block;
	position: relative;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	background-color: #fdd835;
	color: #060606;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 40px;
	margin-bottom: 15px;
}
.create-cv-cont form .step-footer{
    display: block;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 5px 15px 0;
}
.create-cv-cont form .step-footer .step-control{
    float: right;
    position: relative;
    margin: 0px auto;
    text-align: right;
}
.create-cv-cont form .step-footer .step-control .custom-btn{
	line-height: 35px;
	margin: 5px auto;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 15px;
	font-size: 13px;
}
.create-cv-cont form .step-footer .step-indcat{
    float: left;
    position: relative;
    margin: 15px auto;
    text-align: center;
}
.tab {
   display: none; 
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f70a0f;
  border: none;
  border-radius: 50%;
  display: inline-block;
}
.step.active {
  background-color: #fdd835;
}
.step.finish {
  background-color: #58c71e;
}
.form-title{
    font-size: 14px;
    color: #f8c40f;
    letter-spacing: 2px;
}
.create-cv-cont .template-img{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 3px solid #f1f1f1;
}
.create-cv-cont .radio-wrap_2{
    display: block;
    text-align: center;
    background-color: #3e2723;
    padding: 10px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
}

/* Modal
==================*/
.modal{
	z-index:9999;
}
.modal-footer {
    padding: 0px 15px 10px;
    text-align: center;
    border: 0;
}
.modal-header {
    padding: 0 15px;
    border-bottom: 0;
    display: block;
    position: relative;
}
.modal-header .icon-btn ,
.modal-header .icon-btn:hover ,
.modal-header .icon-btn:focus{
    position: relative;
    background-color: transparent!important;
    color: #ea2424;
    font-weight: bold;
    font-size: 30px;
    float: right;
    margin: 5px;
}
.modal-title{
    font-size: 18px;
    line-height: 45px;
    color: #040404;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.model-body{
    padding: 0px;
    text-align: right;
    letter-spacing: 1px;
    color: #555;
    line-height: 25px;
    overflow: hidden;
}
.modal-body .head-title{
	font-size: 26px;
	line-height: 35px;
	margin: 5px auto;
	text-align: center;
	color: #323230;
}
.modal-body i{
	font-size: 85px;
	color: #fdd835;
	margin-bottom: 15px;
}
.modal-header .close {
    margin-top: 15px;
}
.modal-content{
	box-shadow: none;
	border: 0;
	border-radius: 0;
}
.model-body .form-group label{
    color: #000;
}
.model-body .form-group .form-control{
    background: #fff;
}
.modal-dialog{
    overflow: hidden;
    padding: 5px;
    border-radius: 0;
}
.graduate-info{
    display: none
}
.table{
	border:	1px solid #f1f1f1;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
    border-top: 0;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    font-size: 13px;
    padding: 5px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
}
.table-bordered>tbody>tr>td>a{
	color:#060606;
	text-decoration: underline;
}
.table .icon-btn{
	margin:0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
}
.table-img , .table-img img{
    width: 60px;
    height: 50px;
    border-radius: 50%;
}
.table .custom-btn{
	margin: 0;
	line-height: 25px;
	height: 25px;
	color:#fff;
	border-radius: 25px;
	font-size: 12px;
	padding: 0 10px;
}
.preview-wrap-item{
    display: block;
    margin: 10px auto;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.preview-wrap .title{
    font-size: 16px;
    background-color: #ecf0f3;
    padding: 0 15px;
    line-height: 40px;
    font-weight: 700;
}
.preview-wrap li{
    display: block;
    text-align: left;
    font-size: 16px;
    color: #060606;
    line-height: 25px;
    border: 1px solid #ecf0f3;
    margin: 10px auto;
    padding: 10px;
    font-size: 14px;
}
.preview-wrap li span{
    color: #060606;
    display: block;
    text-transform: capitalize;
    font-weight: 700;
}
.preview-wrap li span:last-child{
    background-color: #eaffe0;
    padding: 5px;
    font-weight: 400;
    margin: 5px auto;
    text-transform: lowercase;
}
.preview-wrap li hr{
	margin:0;
}

/* Widget [ Job / Company ]
============================*/
.widget{
    margin: 15px auto;
    position: relative;
}
.widget .widget-title{
    display: block;
    margin: 15px auto;
    position: relative;
    padding: 5px 15px;
    background-color: #ffffff;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
    border-left: 5px solid #fdd835;
}
.widget .widget-title span{
	float:right;
	color:#3c763d;
	font-size: 13px;
}
.widget .widget-content{
    display: block;
    margin: 15px auto;
    position: relative;
    padding: 15px;
    background-color: #ffffff;
}
.widget .no-pad{
    padding: 0;
}
.widget .title{
    display: block;
    margin: 0px auto 5px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
    color: #3e2723;
}
.widget .info-text{
    color: #212121;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 700;
}
.widget .dot-lists li{
    font-size: 13px;
    line-height: 26px;
    padding-left: 15px;
}
.widget .job-info-list{
    overflow: hidden;
}
.widget .job-info-list li{
    margin: 5px auto 5px -15px;
    background-color: rgba(236, 240, 243, .2);
    padding: 15px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .5px;
}
.widget .job-info-list li span{
    display: block;
    font-weight: 700;
    color: #060606;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.widget .full-width{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.company-block{
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background-color: #f9f9f9;
    margin: 15px auto;
}
.company-block .company-img{
	display: block;
	overflow: hidden;
	margin: 0px auto 10px;
	background-color: #fff;
	padding: 5px;
}
.company-block .company-img img{
	height:100%;
}
.company-block .company-cont a.title{
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 5px auto;
    color: #060606;
}
.company-block .company-cont a.title:hover{
	color:#fdd835;
}
.company-block .company-cont span{
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 5px auto;
    display: block;
    font-weight: 700;
}
.company-block .company-cont span i{
    color: #fdd835;
    margin-right: 5px;
}
.company-block .company-cont .social-links{
    position: relative;
    bottom: 0;
    left: 0;
    margin: 10px auto;
    z-index: 9;
}
.company-block .company-cont .social-links li a{
    border-radius: 50%;
    background-color: #ecf0f3;
    color: #060606;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.company-block .company-cont .social-links li a:hover{
	background-color:#fdd835;
	color:#fff;
}  
.company-block .company-cont .custom-btn{
	margin: 10px auto 0px;
	line-height: 30px;
}
.widget .job-list{
    margin: 0;
    padding: 5px;
    border: 0;
    border-bottom: 1px solid #ecf0f3;
}
.widget .job-list .job-cont a.title{
    font-size: 13px;
    margin: 0;
    line-height: 30px;
    letter-spacing: .5px;
}
.widget .job-list .job-cont .job-info li{
	line-height: 20px;
	font-weight: 400;
}

/* company
==========================*/
.widget .inner-company{
	padding: 10px 0 0 0 !important;
	text-align: center;
}
.inner-company span{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #060606;
	margin: 0px auto 15px;
	line-height: 30px;
	letter-spacing: 1px;
}
.inner-company .company-img{
    width: 150px;
    height: 150px;
}
.inner-company .user-img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fdd835;
    padding: 3px;
    background-color: #fff;
    margin-bottom: 5px;
}
.inner-company .company-info{
    text-align: left;
}
.inner-company .company-info li{
    line-height: 50px;
    border-top: 1px solid #ecf0f3;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}
.inner-company .company-info li i{
    display: inline-block;
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #3e2723;
    font-size: 20px;
    border-right: 1px solid #ecf0f3;
    margin-right: 10px;
}
.inner-company .company-info li .social-links{
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    display: inline-block;
    z-index: 9;
}
.inner-company .company-info li .social-links a i{
	border: 0;
	width: 35px;
	height: 35px;
	background-color: #ecf0f3;
	line-height: 35px;
	border-radius: 50%;
	margin: 0;
	color: #060606;
	font-size: 17px;
}
.widget .inner-company .custom-btn{
	width:100%;
	margin: 0 auto;
	line-height: 50px;
}

/* Job Item
==========================*/
.widget .job-items-lists{
	overflow: hidden;
    padding: 10px 25px;
}
.widget .job-items-lists .job-item{
	background-color: #f9f9f9;
}
.job-item{
    background-color: #fff;
    margin: 15px auto;
    padding: 15px;
}
.job-item.green-bc{
    background-color:#e8ffe8
}
.job-item.yellow-bc{
    background-color: #fff7d3;
}
.job-item.red-bc{
    background-color: #ffe4e4;
}
.job-item .job-title{
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #060606;
    letter-spacing: 1px;
    border-left: 3px solid #fdd835;
    padding-left: 10px;
    margin-left: -15px;
    line-height: 25px;
}
.job-item  p{
    color: #212121;
    font-size: 14px;
    margin: 5px 0;
    line-height: 20px;
}
.job-item .job-info li{
    display: inline-block;
    margin-right: 10px;
    letter-spacing: .5px;
    font-size: 13px;
    color: #3e2723;
    text-transform: capitalize;
    line-height: 25px;
}
.job-item .job-info li a{
	color: #060606;
}
.job-item .job-info li i{
    color: #999;
    margin-right: 3px;
}

/* Team Item
======================*/
.team-item{
    display: block;
    padding: 15px;
    background-color: #ecf0f3;
    margin: 15px auto;
    border-radius: 3px;
    text-align: center;
}
.team-item img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fdd835;
    padding: 3px;
    background-color: #fff;
    margin-bottom: 20px;
}
.team-item .name{
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #060606;
    margin: 5px auto 0;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.team-item span{
    line-height: 25px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/* User Item
========================*/
.user-item{
    display: block;
    padding: 15px;
    background-color: #ffffff;
    margin: 15px auto;
    text-align: left;
}
.user-item img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fdd835;
    padding: 3px;
    background-color: #fff;
    float: left;
}
.user-item .user-cont{
    display: block;
    padding-left: 100px;
}
.user-item .user-cont .name{
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #3e2723;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.user-item .user-cont span{
    line-height: 20px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #333;
}
.user-item .user-cont .rate{
    color: #fdd835;
    line-height: 20px;
}
.user-item .user-cont .rate li{
    display: inline-block;
    font-size: 11px;
}
.sub-title{
    display: block;
    position: relative;
    color: #3e2723;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 40px;
}
.skills-tag{
    margin: 5px auto;
}
.skills-tag li{
    display: inline-block;
    padding: 0 15px;
    background-color: #ecf0f3;
    line-height: 30px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 5px auto;
}
.language-block{
    margin: 5px 0px;
    border: 1px solid #ecf0f3;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.language-block span{
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 25px;
}
.language-block span:last-child{
	color: #555;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: .5px;
}
.resum-item{
    display: block;
    margin: 10px auto;
    border: 1px solid #ecf0f3;
    padding: 15px;
    border-left: 3px solid #fdd835;
}
.resum-item .name{
    display: block;
    position: relative;
    color: #333;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    line-height: 25px;
}
.resum-item .name .date{
    float: right;
    background-color: #3e2723;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 25px;
}
.resum-item .hint{
    color: #777;
    font-weight: 700;
    text-transform: capitalize;
}

/*Side Filiter
==========================*/
.filt-icon , .prof-icon{
    display: none;
    position: relative;
    width: 100%;
    max-width: 260px;
    height: 45px;
    text-align: left;
    cursor: pointer;
    padding: 0 15px;
    font-size: 17px;
    line-height: 45px;
    color: #181d22;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.filt-icon i, .prof-icon i{
	display: inline-block;
	vertical-align: middle;
	margin-right:5px;
}
.filt-icon:hover, .prof-icon:hover{
	background-color: #f5bf00;
}
.filt-icon img, .prof-icon img , .prof-icon i{
    display: inline-block;
    margin: 0px 10px;
    height: 25px;
    width: 20px;
    vertical-align: middle;
}
.side-filter {
    display: block;
    position: relative;
    margin: 0px auto;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.side-filter .panel{
    background: #fff;
    margin: 15px auto;
    box-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    border: 0;
}
.side-filter .panel h4.panel-title {
    background-color: #ecf0f3;
    line-height: 45px;
    padding: 0 0 0 15px;
    font-weight: 100;
}
.side-filter .panel h4.panel-title a {
    display: block;
    position: relative;
    font-size: 13px;
    color: #060606;
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.side-filter .panel h4.panel-title a i{
	display: inline-block ;
	vertical-align: middle;
}
.side-filter .panel .panel-title>a:before {
    position: absolute;
    content: " - ";
    line-height: 40px;
    font-size: 30px;
    padding: 0;
    width: 40px;
    text-align: center;
    right: 0;
    top: 0;
    background: #fdd835;
    color: #ffffff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.side-filter .panel .panel-title>a.collapsed:before {
    content: " + "
}
.side-filter .panel .panel-content {
    border-top: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    max-height: 430px;
    overflow-y: auto;
}
.side-filter .panel .panel-content .form-group {
    margin: 0;
    padding: 15px 0px 15px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.side-filter .panel .panel-content .form-group:last-child {
    border-bottom: 0
}
.side-filter .panel .panel-content .form-group label {
    padding-left: 30px;
    margin: 0;
}
.side-filter .panel .panel-content .form-group input[type=radio]+label::before,
.side-filter .panel .panel-content .form-group input[type=checkbox]+label::before ,
.side-filter .panel .panel-content .form-group input[type=radio]+label::after,
.side-filter .panel .panel-content .form-group input[type=checkbox]+label::after{
    border-radius: 50%;
}
.side-filter .panel .panel-content .form-group input[type=radio]:checked+label::before,
.side-filter .panel .panel-content .form-group input[type=checkbox]:checked+label::before{
    background: #8BC34A;
    border-color: #8bc34a;
}
.side-filter .panel .panel-content .form-group .form-control{
    height: 40px;
    line-height: 40px;
    margin-left: -5px;
}

/* Search Result
===============================*/
.search-result-content{
    padding: 0;
}
.search-result-content .company-block{
    background-color: #fff;
}
.search-result-content .company-block .company-img{
    border: 1px solid #f9f9f9;
}
.search-result-content .pagenation {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    margin: 0;
}
.search-result-content .team-item{
    background: #fff;
}
.search-head{
    display: block;
    margin: 15px auto;
    border: 0;
    border-left: 4px solid #3e2723;
    background-color: #fff;
    color: #060606;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 45px;
    padding: 0 15px;
    letter-spacing: 1px;
}
.search-head span{
    display:  inline-block;
    margin-left: 10px;
    background-color: #fdd835;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 25px;
}
.jobs-results{
    margin: 0 15px;
    border: 1px solid #ecf0f3;
}
.jobs-results .job-item{
	margin: 0;
	border-bottom: 1px solid #ecf0f3;
}

/*Services 
===============================*/
.serv-title{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 26px;
    color: #3e2723;
    margin: 0px auto 25px;
    text-align: center;
}
.serv-item {
    display: block;
    position: relative;
    text-align: center;
    margin: 15px auto;
    padding: 15px;
    background: #fcfcfc;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.serv-item .serv-icon  {
    float: left;
    position: relative;
    margin: 5px auto;
    height: 64px;
    width: 64px;
}
.serv-item .serv-icon img{
    transition:0.5s all;
}
.serv-item .serv-cont {
    padding: 0 0 0 80px;
    display: block;
    position: relative;
    text-align: left;
}
.serv-item .serv-cont h3{
    color: #3e2723;
    text-transform: uppercase;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
}
.serv-item .serv-cont p{
	margin: auto;
	font-size: 12px;
	color: #5e5d76;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: lowercase;
}
.serv-item .serv-cont a{
	text-transform:uppercase;
	display:inline-block;
	color: #fdd835;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1px;
	margin: 0;
}

/*opinions
====================*/
.opinions{
    padding: 0;
}
.opin-wrap{
    padding: 70px 0px;
}
.opinions .head-title{
    color: #3e2723;
    display: block;
    margin: 0px 0 20px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 700;
}
.opin-item{
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0px auto 15px;
    background-color: #f9f9f9;
    padding: 15px;
}
.opin-item .opin-item-content{
    font-size: 14px;
    line-height: 25px;
    color: #5f5f5f;
    display: block;
    position: relative;
    text-align: left;
    font-style: italic;
    letter-spacing: 0.5px;
    overflow: hidden;
    font-weight: 700;
}
.opin-item .opin-item-content span{
    padding: 0 30px;
    display: block;
}
.opin-item .opin-item-content i{
    display: block;
    margin: 0 5px;
    color: #fdd835;
    font-size: 20px;
}
.opin-item .opin-item-content i:last-child{
    float: right;
}
.opin-item .opin-item-img{
    display: block;
    margin: 0px  auto;
    overflow: hidden;
    text-align: center;
}
.opin-item .opin-item-img img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fdd835;
    padding: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.opin-item .opin-item-img span{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-align:center;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 10px;
}

/* Media Query
=============================*/
@media all and (max-width:1170px){
    .profile-header .dropdown .dropdown-menu{
        right: 0;
        left: auto;
    }
}
@media all and (min-width:992px) and (max-width:1200px){
   .header .nav-main ul.navbar-nav li a {
        padding: 10px;
    }
    .widget .widget-title{
        font-size: 13px;
    }
    .widget .widget-content{
    	padding:15px;
    }
   .profile-header .dropdown .dropdown-toggle span{
    	display:none;
    }
}
@media all and (max-width:991px){
    .welcome-screen{
        padding: 25px 0px;
    }
    .welcome-screen .search-form{
        margin: 15px auto;
    }
    .login-form .close-btn{
        left: 0;
        right: 0;
        margin: auto;
    }
    .login-form{
        height: auto !important;
        position: relative;
        margin: 25px auto;
    }
    .login-form.reg-form .form-cont .form-group .custom-btn{
        float: none;
    }
    .soical-log .custom-btn{
        display: inline-block;
        width: auto;
    }
    .header {
        clear: both;
    }
    .header .navbar-collapse .container {
        margin-top: 0;
    }
    .header .nav-main-collapse {
        top: 0;
        position: relative;
        background: #111316;
        width: 100%;
        overflow: hidden!important;
        z-index: 99;
        padding: 0;
    }
    .header .nav-main-collapse.collapse {
        display: none !important;
    }
    .header .nav-main-collapse.collapse.in {
        display: block !important;
        padding: 0;
    }
    .header .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding:   0;
        clear: both;
    }
    .header .nav-main ul.navbar-nav li {
        display: block;
        text-align: left;
    }
    .header .nav-main ul.navbar-nav li a {
        text-align: left;
        color: #fff;
    }
    .header .nav-main ul.navbar-nav li a img{
    	display: inline-block;
    	vertical-align: middle;
    	margin-right: 10px;
    }
    .header .nav-main .navbar-nav li:last-child a{
    	border-bottom:0;
    }
    .header .btn-responsive-nav {
        display: inline-block;
        position: relative;
        background-color: #231f20;
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
        padding: 0;
        border-radius: 0;
        color: #ffffff;
        -webkit-transition: background ease 0.4s;
        -moz-transition: background ease 0.4s;
        transition: background ease 0.4s;
    }
    .header .btn-responsive-nav i{
        font-size: 20px;
        text-align: center;
        display: block;
    }
    .header .btn-responsive-nav:hover,
    .header .btn-responsive-nav:active,
    .header .btn-responsive-nav:focus {
     	background-color: #fdd835;
        color: #fff;
        outline: 0;
        box-shadow: none;
    }  
     .filt-icon, .prof-icon{
        display: block;
    }
    .toggle-container{
    	padding: 0 5px 5px 5px;
    }
    .side-filter, .profile-side{
        position: fixed;
        width: 260px;
        height: 100%;
        overflow-y: auto;
        left: -100%;
        top: 0;
        margin: 0;
        background-color: #ecf0f3;
        z-index: 9999;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
        -webkit-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
        -moz-box-shadow: 0 21px 21px 0 rgba(0,0,0,.11);
        box-shadow: 0 5px 10px 0 rgba(0,0,0,.11);
    }
    .profile-side.move ,
    .side-filter.move{
        left: 0;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
    .profile-side.move .prof-icon{
  		 text-align: center;
  		 min-width: 100%;
  	}
  	.page-head h2 ,.breadcrumb {
		text-align: center;
	}
    .side-ads{
        display: none;
    }
    .subscribe form{
        margin: 5px 0px;
    }
    .opinions{
        padding: 100px 0px;
    }
    .opin-wrap{
        padding: 0 40px;
    }
    .avatar-img{
        display: none;
    }
    .opinions .head-title{
        font-size: 26px;
    }
}
@media all and (max-width:767px){
	.section-setting{
		padding: 25px 0px;
	}
	.contact .form-title{
		font-size: 18px;
	}
    .welcome-screen{
        text-align: center;
    }
    .welcome-screen .head-title, .section-title, .vision .head-title , .subscribe .head-title{
        font-size: 22px;
        letter-spacing: 1px;
    }
    .welcome-screen .info-text, .section-title .info-text , .vision .info-text{
    	font-size: 16px;
    	line-height: 25px;
    	margin: 0 auto;
    }
    .soical-log .custom-btn{
        display: block;
        width: 100%;
        margin: 5px auto;
    }
    .video-icon{
    	height: 120px;
    }
    .popup-youtube{
    	width: 80px;
    	height: 80px;
    }
    .player-wave{
    	width: 140px;
    	height: 140px;
    }
    .side-head{
    	width: 100%;
    	height: 160px;
    	padding: 90px 0px 0px;
    }
    .sec-main{
    	top: auto!important;
    	bottom: -100%;
    	width: 100%;
    	left: auto;
    	height: calc(100% - 160px);
    }
    .side-head .head-title{
    	writing-mode: unset;
    	text-orientation: unset;
    	letter-spacing: 3px;
    }
    .sec-main.move{
        bottom: 0;
    }
    .side-head.move{
    	top: 0;
    }
    .profile-cont-form .custom-btn.remove_field{
    	margin: 0 auto 5px;
    }
    .table-responsive{
    	padding: 0;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    	right: 0;
    }
    .owl-carousel .owl-nav button.owl-prev{
    	left: 0;
    	right: auto;
    }
    .vision{
    	text-align: center;
    }
}
@media all and (max-width:580px){
	.profile-header .dropdown.profile .dropdown-toggle i {
		margin:0;
	}
    .profile-header .dropdown.profile .dropdown-toggle span{
        display: none;
    }
    .profile-header .dropdown .dropdown-toggle{
    	width: 40px;
    }
    .profile-header .dropdown.profile .dropdown-toggle{
    	padding: 0 5px;
    }
    .header .logo{
    	height: 60px;
    	margin: 10px auto;
    }
    .profile-header .dropdown {
    	position: unset;
	}
    .job-item{
   		 text-align: center;
    }
    .job-item .job-img{
        float: none;
        width: 100%;
        height: auto;
    }
    .job-item .job-content{
        padding: 0 10px 10px;
        text-align: center;
    }
    .job-item .job-content .job-title{
    }
    .job-item .job-content .job-title span{
        display: block;
    }
    .job-item .job-content .job-title a.custom-btn{
        float: none;
        display: inline-block;
    }
    .job-item .job-content p{
        color: #212121;
        font-size: 14px;
        margin: 5px 0;
        line-height: 20px;
    }
    .job-item .job-content .job-info li{
        display: inline-block;
        margin-right: 10px;
        font-weight: 700;
        letter-spacing: .5px;
        font-size: 13px;
        color: #060606;
        text-transform: capitalize;
        line-height: 25px;
    }
     .widget .widget-content{
        padding: 15px;
    }
    .resum-item .name .date{
    	float: none;
    	display: inline-block;
    }
    .modal-title{
    	font-size: 14px;
    }
}
@media all and (max-width:520px){
    .wel-sec .head-title{
        font-size: 27px;
    }
    .video-icon{
    	height: 120px;
    }
    .popup-youtube{
    	width: 70px;
    	height: 70px;
    }
    .player-wave{
    	width: 100px;
    	height: 100px;
    }
}
@media all and (max-width:480px){
    .login-form .form-cont .head-title{
        font-size: 20px;
    }
    .login-form .form-cont .form-group .custom-btn{
    	float:none;
    	display:block;
    	margin: 0; 
    }
    .login-form .form-cont .form-group .hint{
    	font-size: 12px;
    }
     .opin-wrap{
        padding: 0 15px;
    }
    .opin-item .opin-item-content span{
        padding: 0;
    }
}