@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/* General 
============================*/
*, *:focus {
	outline: none!important;
}
body{
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}
.wrapper {
    display: block;
    position: relative;
    width: 100%;
}
.main {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 105px;
}
.main-pure{
    margin-top: 70px;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
}
.spacer-15{
    display: block;
    height: 15px;
    width: 100%;
    overflow: hidden;
}
.mg-t-50{
    margin-top: 50px !important;
}
.section-setting{
    display: block;
    position: relative;
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background-color: #fff;
}
.section-color{
    background-color: #f8f8f8;
}
hr{
	display: block;
	margin: 15px auto;
	border-top: 1px solid #f4f5f7;
	height: 0px;
}
.section-parllex{
    background: url(../images/hero-bc1.png) fixed no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
.section-shap{
    background: url(../images/shap-bc.png) top no-repeat fixed;
    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%);
}
.no-space{
    margin: auto !important;
}
.section-title{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 23px;
    color: #3e2723;
    margin: 0px auto 25px;
    text-align: center;
}

/* pagenation
============================*/
.pagenation {
    margin: 15px auto 0;
    text-align: center;
    width: 100%;
}
.pagenation li {
	vertical-align:middle;
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fdd835;
    background-color: #2b3f4f;
    font-size: 12px;
    border-radius: 50%;
}
.pagenation li a i{
	line-height: 30px;
}
.pagenation li.active a:hover,
.pagenation li.active a, 
.pagenation li a:hover {
     color: #fff;
     background-color: #fdd835;
}

/* Text
========================*/
.alert-text {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px;
    color: #3498db;
    line-height: 30px;
    margin: 0px auto 10px;
}
.form-title {
    width: 100%;
    position: relative;
    text-align: left;
    color: #2b3f4f;
    background-color: #f8f8f8;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px auto 0;
    line-height: 35px;
    padding: 0 15px;
}

/* 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;
}

/* ul Lists
========================*/
.dot-lists{
	margin-bottom: 15px;
}
.dot-lists li{
    position: relative;
    text-transform: capitalize;
    padding-left: 20px;
    font-size: 13px;
    line-height: 25px;
    color: #3f3f3f;
    margin: 5px auto;
    letter-spacing: 0.5px;
}
.dot-lists li:before{
	content: " \f30b";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fdd835;
}

/* 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: none;
    margin: 15px auto;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    padding: 0 25px;
    color: #2b3f4f;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fdd835;
    text-transform: uppercase;
    letter-spacing: 1px;
    -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;
    position: relative;
    margin: 15px auto;
    line-height: 30px;
    font-size: 12px;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    color: #fff;
    background-color: #fdd835;
}
.icon-btn i{
	line-height: 30px;
	display: block;
}
.custom-btn:hover{
    color: #ffffff;
    background-color:#050505;
   -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;
}

/* Background
========================*/
.gray-bc{
	background-color:#f8f8f8 !important;;
}
.green-bc{
    background-color: #28a745 !important;
    opacity:0.9;
    color: #fff;
}
.red-bc{
    background-color: #ff142b !important;
    color: #fff;
    opacity:0.9;
}
.green-bc:hover{
    opacity: 1;
}
.red-bc:hover{
    opacity: 1;
}

/* Page Head
=======================*/
.page-head-cont{
    display: block;
    margin: 25px auto 10px;
    position: relative;
    padding: 5px 15px;
    background-color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 35px;
    border-left: 4px solid #fdd835;
    overflow: hidden;
}
.breadcrumb {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.breadcrumb > li + li:before {
	padding: 0px 5px;
	color: #3498db;
	content: "/";
}
.breadcrumb li{
	display:inline-block;
}
.breadcrumb li ,
.breadcrumb a {
	color: #2b3f4f;
	font-size: 11px;
	text-transform: uppercase;
}
.breadcrumb a i{
	margin-right: 5px;
}

/* Forms
========================*/
.form-group {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
}
label {
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    margin: 5px 0;
    color: #333;
    letter-spacing: 1px;
}
.form-control {
    margin: 0 auto;
    padding: 0 15px;
    height: 45px;
    font-weight: 700;
    line-height: 45px;
    border: 1px solid #f4f5f7;
    color: #333333;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border-color: #ebc520;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.form-control:disabled, 
.form-control[readonly] ,
.form-control:disabled:hover, 
.form-control[readonly]:hover {
    background-color: #f8f8f8;
    border: 0;
}
textarea.form-control {
    height: 100px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 40px;
}
.form-group .custom-btn{
    margin: 5px auto 0;
}
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;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    line-height: 15px;
    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: #98b132;
    -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;
	background: #000;
	border-radius: 50%;
	display: block;
	text-align: center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background-color: #eee;
}
input[type=checkbox]+label::after{
    border-radius: 0;
}
.input-container {
    overflow: hidden;
    border: 1px solid #f1f1f1;
    line-height: 50px;
    height: 50px;
    padding: 0 15px 0 0;
    font-weight: 600;
}
input[type='file'] {
    display: none;
}
.input-container .custom-btn {
    margin: 0 !important;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}
.radio-wrap{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}
.radio-wrap span{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 25px;
    z-index: 99;
    position: relative;
}
.radio-wrap span i{
    display: block;
    font-size: 40px;
    color: #ebc520;
    margin: 0px auto 15px;
}
.radio-wrap input[type=radio]+label{
	margin: 0;
	text-align: center;
	border: 1px solid #f8f8f8;
	padding: 15px;
}
.radio-wrap input[type=radio]+label::after{
	display:none;
}
input[type=radio]+label::before{
	transform: scale(1);
	border-radius: 0;
	width: 100%;
	height: 100%;
	border: 2px solid transparent;
}
.radio-wrap input[type=radio]:checked+label::before{
	border-radius: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #98b132;
	background-color: transparent;
}
.file {
    position: relative;
    cursor: pointer;
    height: 45px;
    background-color: #fff;
    margin: 0;
    overflow: hidden;
    padding-left: 5px;
}
.file input {
    width: 100%;
    margin: 0;
    opacity: 1;
    height: 100%;
    line-height: 35px;
    display: block;
}
.file-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    z-index: 5;
    height: 100%;
    line-height: 45px;
    color: #555;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.file-custom:before {
    position: absolute;
    display: block;
    content: "Choose File";
    height: 100%;
    width: 100%;
    line-height: 45px;
    color: #555;
    background-color: #fdd835;
    text-align: center;
    font-weight: 700;
    font-size: 11px;
    text-transform:capitalize;
}

/* DatePicker
=========================*/
.input-group-addon {
    border-radius: 0;
    border: 0;
    background-color: transparent;
    border-left: 1px solid #e8e8e8;
    color: #0088cc;
    padding: 0;
    width: 45px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    z-index: 99;
}
.input-group-addon span{
	line-height: 50px;
}
.input-group-addon .fa-calendar:before {
	content: "\f073 "
}
.input-group-addon .glyphicon-time:before {
    content: "\e023";
    content: " \f017 ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.datetimepicker{
    width: 250px!important;
}
.input-group{
	display: block;
}
.input-group .form-control{
	background-color: #fff;
	color: #605f79;
	font-size: 13px;
	width: 100%;
}

/* Tables
========================*/
.table-responsive-lg{
	width: 100%;
}
.table{
	margin: 0px auto 15px;
	width: 100%;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td,
.table>tfoot>tr>th, 
.table>thead>tr>td,
.table>thead>tr>th{
    text-align: left;
    padding: 0;
    line-height: 25px;
    padding: 10px;
    font-size: 14px;
    border-color: #f8f8f8;
}
.table>thead>tr>th{
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #f8f8f8;
    font-weight: 600;
    font-size: 12px;
    color: #3498db;
}
.table a{
    color: #2b3f4f;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 35px;
}
.table .icon-btn ,
.table .custom-btn {
    margin: 2px auto;
}
.table .custom-btn{
    line-height: 35px;
    color: #fff;
    padding: 0 10px;
    margin: 2px;
    font-size: 11px;
}
.table img{
    height: 35px;
}
.status{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	background-color: #fdd835;
	border-radius: 5px;
    margin: 5px auto;
}

/* Modal
========================*/
.modal{
	z-index:9999;
}
.modal-footer {
    padding: 10px;
    text-align: center;
    border: 0;
    display: block;
    background-color: #f8f8f8;
}
.modal-footer .custom-btn{
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
}
.modal-header {
    padding: 0 15px;
    border-bottom: 0;
    display: block;
    position: relative;
    background-color: #2b3f4f;
    border-radius: 0;
}
.modal-title{
    font-size: 13px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.modal-body{
    padding: 15px;
    text-align: left;
    letter-spacing: 1px;
    color: #2b3f4f;
    line-height: 25px;
    overflow: hidden;
    max-height: 460px;
    overflow-y: auto;
    font-size: 14px;
}
.modal-body .row{
	margin: auto;
}
.modal-body .head-title{
	font-size: 22px;
	line-height: 34px;
	margin: 15px auto;
	text-align: center;
	color: #2b3f4f;
	text-transform: uppercase;
}
.modal-content{
	box-shadow: none;
	border: 0;
	border-radius: 0;
}
.modal-body .form-group{
	width: 100%;
}
.modal-body h4.alert-text{
    margin: 0 auto;
    text-transform: uppercase;
}
.modal-body .form-group label{
    color: #2b3f4f;
}
.modal-body .form-group .form-control{
    background: #fff;
}
.modal-dialog{
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
    margin: 40px auto 0;
    width: 98%;
    max-width: 570px;
}
.modal-dialog.wide{
    max-width: 991px;
    width: 98%;
}
.modal-dialog.mid-wide{
    max-width: 767px;
    width: 98%;
}
.modal-open {
    overflow: hidden !important;
}
.modal-body h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px auto;
    display: block;
}
.modal-body .custom-btn{
    margin: 0 auto 15px;
    line-height: 30px;
}

/* Hero Bc
=======================*/
.hero-bc{
    position: relative;
    background-image: url(../images/hero-bc1.png);
    background-repeat: no-repeat;
    background-position: top;
    overflow: hidden;
    overflow-y: auto;
    z-index: 999;
}
.hero-bc:before{
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 0, 0, .4));
    background: linear-gradient(to right, rgba(0, 0, 0, .9), rgba(0, 0, 0, .4));
}

/* Login Form
=========================*/
.login-form{
    background-color: #fff;
    max-width: 420px;
    margin: 60px 0 0;
    border-radius: 5px;
    position: relative;
    z-index: 999;
}
.login-form form{
    padding: 0 25px;
}
.login-form form a{
    float: right;
    line-height: 49px;
    font-size: 11px;
    color: #0067d5;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.login-form .form-head{
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #f4f5f7;
    letter-spacing: 2px;
    padding-top: 40px;
}
.login-form .form-head a{
	position: absolute;
	display: block;
	width: 80px;
	height: 80px;
	padding: 20px;
	left: 0;
	right: 0;
	top: -40px;
	margin: auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.02);
	border-radius: 50%;
	font-size: 30px;
    color: #ebc520;
}
.login-form .form-head a img{
    animation-delay: 0.5s;
    animation-duration: 3s;
    animation-name: rotate;
    animation-timing-function: linear;
    animation-iteration-count:infinite;
}
@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.login-form .form-footer{
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    border-top: 1px solid #f4f5f7;
    letter-spacing: 1px;
    margin-top: 20px;
}
.login-form .form-footer a{
    color: #0067d5;
}
.copy_rights{
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 50px;
    opacity: 0.7;
    text-align: center;
    display: block;
    max-width: 420px;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
}
.mes{
	display: block;
	text-align: center;
	background-color: #fcd8d8;
	margin: 20px auto 0;
	max-width: 270px;
	line-height: 35px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	font-style: italic;
}
.individual_hint ,
.corporate_type_wrap{
    display: none;
}
.wide-width{
    max-width: 767px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Steps
========================*/
.tab{
	padding: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
    display: none;
    text-align: left;
}
.step-name{
    background-color: #d9ffe2;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 35px;
    letter-spacing: 1px;
    margin: 15px auto 0;
}
.step-footer{
    display: block;
    overflow: hidden;
    padding: 10px;
    background-color: #f8f8f8;
    margin: 0 15px;
}
.step-footer .step-control{
    float: right;
    position: relative;
    margin: 0px auto;
    text-align: left;
}
.step-footer .step-control .custom-btn{
	margin: 0;
	line-height: 30px;
}
.step-footer .step-indcat{
    float: left;
    position: relative;
    text-align: center;
    margin: 10px auto;
}
.step {
  height: 10px;
  width: 20px;
  margin: 0;
  background-color: #eaa1a8;
  border: none;
  float: left;
}
.step.active {
  background-color: #ebc520;
}
.step.finish {
  background-color: #28a745;
  border-left: 1px solid #fff;
}
.no-indcat{
    text-align: center;
}
.no-indcat .step-indcat{
    visibility: hidden;
}
.no-indcat .step-control{
    float: none;
    text-align: center;
}

/* Loading
=======================*/
.loading{
    position:fixed;
    left:0px;
    top:0px;
    background-color: #000;
    width:100%;
    height:100%;
    z-index:9999;
    text-align:center;
}
@-webkit-keyframes loader-circle {
    0%{
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:0;
    }
    5%{
        opacity:1;
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0;
    }
}
@keyframes loader-circle {
    0%{
        -webkit-transform:scale(0);
        transform:scale(0);
        opacity:0;
    }
    5%{
        opacity:1;
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:0;
    }
}
.loader-circle{
    position:fixed;
    left:50%;
    top:50%;
    display:inline-block;
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px);
}
.loader-circle > div:nth-child(2){
    -webkit-animation-delay:-0.4s;
    animation-delay:-0.4s;
}
.loader-circle > div:nth-child(3){
    -webkit-animation-delay:-0.2s;
    animation-delay:-0.2s;
}
.loader-circle > div{
    background-color: #fdd835;
    width:30px;
    height:30px;
    border-radius:100%;
    margin:2px;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    position:absolute;
    left:-30px;
    top:0px;
    opacity:0;
    margin:0;
    width:60px;
    height:60px;
    -webkit-animation:loader-circle 1s 0s linear infinite;
    animation:loader-circle 1s 0s linear infinite;
}

/* Top Header
==========================*/
.top-header{
    position: fixed;
    background-color: #fdd835;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.top-header span.wel-text{
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-style: italic;
}
.profile-links{
    float:right;
    position: relative;
}
.profile-links li{
    float:left;
}
.profile-links li button{
    min-width: 35px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    position: relative;
    box-shadow: none;
    font-size: 12px;
    border: 0;
    color: #2b3f4f;
    font-weight: 600;
    background-color: transparent;
    border-left: 1px solid #edc71e;
}
.profile-links li .dropdown-toggle::after{
    display:none;
}
.profile-links li button i{
    font-size: 20px;
}
.profile-links li button .count{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    color: #2b3f4f;
    background-color: #44d665;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
    z-index: 999;
    font-weight: 600;
    border-radius: 50%;
}
.profile-links li button img{
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin: 5px auto;
    overflow: hidden;
    margin-right: 5px;
}
.profile-links .dropdown-menu{
    box-shadow: none;
    border: 0;
    background-color: #f2f7f8;
    border-top: 0;
    width: 260px;
    margin: 0;
    padding: 0 5px;
    border-radius: 0;
    left: auto;
    right: 0;
    opacity:0;
    visibility:hidden;
    top: 150%;
    display: block !important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.profile-links .dropdown-menu:before{
	content:" ";
	position:absolute;
	border: 5px solid transparent;
	border-bottom-color: #f2f7f8;
	right: 10px;
	top: -10px;
	z-index: 99;
}
.profile-links .dropdown-menu.show{
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.profile-links .dropdown-menu .item-list{
	margin: 4px auto;
	padding: 5px;
}
.item-list{
    padding: 10px;
    position: relative;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    color: #2b3f4f;
    font-weight: 600;
    line-height: 18px;
    margin: 15px auto;
}
.item-list .icon-btn{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.item-list a{
    display: block;
    position: relative;
    color: #2b3f4f;
}
.item-list img{
    float: left;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #3498db;
    margin: 5px auto;
}
.item-list .item-content{
    display: block;
    padding: 5px 5px 5px 55px;
}
.item-list .item-content span{
    display: block;
    color: #28a745;
    font-size: 11px;
    line-height: 20px;
    margin: 2px 0px 0px;
}
.item-list .item-content span i{
    color: #28a745;
} 
.drop-footer {
    display: block;
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
    margin: 5px auto;
    width: 100%;
}
.drop-footer a{
    display: block;
    position: relative;
    text-align: center;
    line-height: 35px;
    color: #444;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
}
.profile-links .dropdown-menu ul li{
    display: block;
    float: none;
}
.profile-links .dropdown-menu ul li a{
	display: block;
	margin: 5px auto;
	line-height: 35px;
	color: #2b3f4f;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .5px;
	background-color:#fff;
}
.profile-links .dropdown-menu 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;
}
.profile-links .dropdown-menu a:hover{
	color:#3498db;
}

/* Header
=========================*/
.header{
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 998;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #f3f3f3;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.main-header{
    top: 0;
    background-color: #2b3f4f;
    padding: 10px 0;
    border: 0;
}
/* Heaer Widget */
.header .header-widget{
    z-index: 99;
    position: absolute;
    right: 0;
}
.header .header-widget.login-links a{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #fdd835;
    line-height: 30px;
    padding: 0 15px;
    color: #060606;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    -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;
}
.header.main-header .navbar-brand{
	width: 90px;
}
.header .navbar{
	padding: 0;
}
.header .navbar-brand{
	margin: 0;
	padding: 5px;
	background-color: #fff;
	width: 120px;
}
.header .navbar-toggler{
	border-radius: 0;
	color: #2b3f4f;
	background-color: #fdd835;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.header .navbar-toggler:hover{
	background-color: #2b3f4f;
	color: #fdd835;
}
.header .navbar ul.navbar-nav li a {
	position:relative;
	display: block;
	padding: 0px 10px;
	margin: 0 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: #2b3f4f;
	font-weight: 700;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1.5px;
}
.header .navbar ul.navbar-nav li a:before {
	content: " ";
	position: absolute;
	right: -4px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	width: 1px;
	background-color: #2b3f4f;
}
.header .navbar ul.navbar-nav li.custom a:before{
	display:none;
}
.header .navbar ul.navbar-nav li.custom a,
.header .navbar ul.navbar-nav li a:focus ,
.header .navbar ul.navbar-nav li a:hover {
	background-color: #2b3f4f;
	color: #fdd835;
}

/* Subscribe
=======================*/
.subscribe{
	background-color: #2b3f4f;
	padding: 25px 0;
}
.subscribe img{
	background-color: #fff;
	margin: 0px;
	padding: 14px;
	width: 150px;
}
.subscribe span ,
.subscribe .subscribe-form label{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.subscribe-form{
	margin: 0;
	max-width: 480px;
}
.subscribe-form .form-group{
    margin: 0;
}
.subscribe-form .form-group .custom-btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Socila Links
==========================*/
.social-links{
	position: relative;
	margin: 13px auto;
}
.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: #2b3f4f;
    border-radius: 50%;
    font-size: 17px;
    background-color: #fdd835;
}
.social-links li a i{
    line-height: 40px;
}
.social-links li a:hover{
	background-color: rgb(0, 0, 0);
	color:#fff;
}

/* Footer
============================*/
footer{
    padding: 50px 0px;
}
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: 14px;
    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 10px;
    border-right: 1px solid #fff;
    line-height: 20px;
    font-size: 12px;
}
footer .footer-links li:last-child a{
	border: 0;
}
.copy-rights{
    display: block;
    text-align: center;
    color: #fff;
    margin: 15px auto 0;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.7;
}

/* Dashboard
==========================*/
.dashboard-head{
    margin: 15px auto;
    background-color: #fff;
    padding: 10px 5px 15px;
    overflow: hidden;
    position: relative;
}
.dashboard-head img{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fdd835;
    padding: 3px;
}
.dashboard-head .cont{
    display: block;
    padding: 8px 0 8px 75px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
}
.dashboard-head .cont span{
    display: block;
    color: #60d262;
    font-size: 12px;
    text-transform: capitalize;
}
.dashboard-head a{
    position: absolute;
    color: #2196F3;
    line-height: 20px;
    display: block;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 11px;
}
.dashboard-head a i{
	margin-right: 5px;
}
.side-links{
    background-color: #fff;
    margin: 15px auto;
}
.side-links li a{
    padding: 0 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1d2228;
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #f9f9f9;
    font-size: 12px;
    overflow: hidden;
}
.side-links li a i{
	margin-right: 5px;
}
.side-links li a span{
	float: right;
	width: 20px;
	height: 20px;
	background-color: #44d665;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	margin: 12px auto;
	font-size: 10px;
}
.side-links li a:hover , 
.side-links li a:focus,
.side-links li.active a ,
.side-links li.active a:hover{
    background-color: #fdd835;
    border-bottom-color:#fdd835;
}
.dash-content{
    margin: 15px auto;
    background-color: #fff;
    position: relative;
}
.dash-content .title{
    background-color: #ffffff;
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0px 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2b3f4f;
    font-size: 13px;
    border: 1px solid #f8f8f8;
    border-left: 4px solid #fdd835;
}
.dash-content .post-details .title {
    border: 0;
}
.dash-content .title .icon-btn{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    color: #2b3f4f;
    width: 40px;
    border-radius: 0;
}
.dash-content .title .icon-btn i{
    display: block;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0;
}
.dash-body{
	padding: 25px;
	border-top: 0;
}
.dash-body .col-md-12:first-child .custom-btn ,
.dash-body .col-md-12:first-child .form-group{
    margin-top: -10px;
}
.dash-body .row{
    margin: auto;
}
.dash-body p{
	color: #212121;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: auto 15px;
}
.dash-body .company-info{
    text-align: left;
    margin: 15px auto 0;
}
.dash-body .company-info li{
    line-height: 37px;
    border: 1px solid #f8f8f8;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 5px auto;
    overflow: hidden;
}
.dash-body .company-info li i{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fdd835;
    font-size: 18px;
    border-right: 1px solid #f8f8f8;
    margin-right: 10px;
}
.dash-body .company-info li .social-links{
    display: inline-block;
    margin: 0;
}
.dash-body .company-info li .social-links a i{
	border: 0;
	width: 30px;
	height: 30px;
	background-color: #ecf0f3;
	line-height: 30px;
	border-radius: 50%;
	margin: 0;
	color: #060606;
	font-size: 14px;
}

/* Message
=========================*/
.only-message{
    padding: 0;
}
.only-message .message-head,
.only-message .message-details ,
.message-replay {
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 25px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    position: relative;
}
.only-message .message-head .sender-img {
    float: left;
}
.only-message .message-head .sender-img img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #3498db;
	padding: 3px;
	}
.only-message .message-head .sender-name {
    display: block;
    line-height: 25px;
    font-size: 13px;
    color: #060606;
    padding: 5px 5px 5px 70px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.only-message .message-head .sender-name  a{
	color:#060606;
}
.only-message .message-head .sender-name span{
    display: block;
    font-size: 12px;
    color: #28a745;
}
.only-message .message-head .icon-btn{
  	position: absolute;
  	right: 15px;
  	top: 0;
  	bottom: 0;
  	margin: auto;
}
.message-replay .form-group{
    margin: 0 auto 15px;
}
.message-replay .custom-btn{
    margin: 0 auto;
}

/* Data Block
=========================*/
.data-block{
    position: relative;
    margin: 25px auto;
    border: 1px solid #f8f8f8;
    padding: 15px 50px 15px 100px;
    background-color: #fff;
}
.data-block .block-img{
    position: absolute;
    left: 10px;
    top: 25px;
    margin: auto;
    width: 80px;
    height: 80px;
    border: 2px solid #f8f8f8;
    padding: 3px;
}
.data-block .block-content{
	padding: 0 15px;
}
.data-block .block-content .block-title{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2b3f4f;
    line-height: 35px;
    display: block;
}
.data-block .block-content p{
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #777;
}
.data-block .block-content .custom-btn{
	line-height: 30px;
	padding: 0 10px;
}
.data-block .block-content ul{
	margin: auto;
	text-align: left;
}
.data-block .block-content ul li{
    padding: 0;
    line-height: 25px;
    color: #777;
    font-size: 14px;
}
.data-block .block-content ul li i{
    margin-right: 10px;
    color: #fdd835;
}
.data-block .block-action{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    padding: 15px 0;
}
.data-block .block-action .icon-btn{
    margin: 2px auto;
    color: #fff;
}
.data-block .block-content .social-links{
	margin: 10px auto 0;
}
.data-block .block-content .social-links li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.data-block .block-content .social-links li a i{
    margin: 0;
    color: #2b3f4f;
    line-height: 30px;
    font-size: 12px;
}
.data-block .block-content .social-links li a:hover i{
	color:#fff;
}
.post-type{
    position: absolute;
    top: -13px;
    left: 10px;
    background-color: #2b3f4f;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    line-height: 26px;
    letter-spacing: 1px;
}

/* Post Details
=========================*/
.post-details{
	margin: 15px auto;
	background-color: #fff;
	padding: 25px 25px 10px;
}
.post-details .head-title{
	position: relative;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin: 0px auto 15px;
	line-height: 25px;
	color: #2b3f4f;
}
.inline-view img{
    float: left;
    width: 120px;
    border: 1px solid #f8f8f8;
    margin: 10px;
    display: flex;
}
.post-details .inline-view .info-text{
    display: flex;
    padding-left: 15px;
}
.post-details .info-text{
	color: #777;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 25px;
	margin-bottom: 15px;
}
.post-details .title{
    position: relative;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0px auto 15px;
    line-height: 25px;
    padding-left: 30px;
}
.post-details .title:before{
	content: " \f0a4";
	position:absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #fdd835;
	font-size: 20px;
}
.job-info-list{
	margin-bottom: 15px;
}
.job-info-list li{
    margin: 5px auto;
    border: 1px solid #f8f8f8;
    padding: 10px 10px 10px 50px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .5px;
    color: #28a745;
}
.job-info-list li i{
	position: absolute;
	width: 40px;
	height: 100%;
	background-color: #ffffff;
	border-right: 1px solid #f8f8f8;
	color: #2b3f4f;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 70px;
}
.job-info-list li span{
    display: block;
    font-weight: 700;
    color: #060606;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tags-list{
	margin-bottom: 15px;
}
.tags-list li{
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    background-color: #f8f8f8;
    padding: 0 15px;
    margin: 2px;
    border-radius: 25px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 700;
}
.apply_form{
    margin: 15px auto;
    background-color: #fff;
}
.apply_form .title{
    color: #2b3f4f;
    border-bottom: 1px solid #f8f8f8;
    padding: 0 15px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 13px;
}
.apply_form form{
	padding: 0 25px 5px;
}
.apply_form textarea.form-control{
	height: 150px !important;
}
.apply_form .custom-btn{
	display: block;
	width: 100%;
	margin: 0;
	border-radius: 0;
}

/*Side Filiter
==========================*/
.filt-icon , .prof-icon{
    display: none;
    position: relative;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    line-height: 40px;
    color: #181d22;
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 14px;
    font-weight: 700;
}
.filt-icon i, .prof-icon i{
	float: left;
	margin-right: 15px;
	width: 40px;
	line-height: 40px;
	border-right: 1px solid #f8f8f8;
	text-align: center;
}
.filt-icon:hover, .prof-icon:hover{
	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-color: #fff;
    margin: 15px auto;
    padding: 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.04);
}
.side-filter .panel h4.panel-title {
    line-height: 45px;
    margin: 0;
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #f8f8f8;
}
.side-filter .panel h4.panel-title a {
    display: block;
    position: relative;
    font-size: 12px;
    color: #060606;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.side-filter .panel h4.panel-title a i{
	color: #fdd835;
}
.side-filter .panel .panel-content {
	padding: 5px 12px;
}
.side-filter .form-group{
	margin: 0;
}
.side-filter .form-group .form-control{
    margin: 5px 0;
}
.side-filter .panel .panel-content .form-group:last-child {
    border-bottom: 0
}
.side-filter .form-group label {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 38px;
}
.top-form.row{
    margin: 0 -15px 25px;
}
.top-form .form-control{
    margin: 5px auto;
}

/* Team Item
======================*/
.team-item{
    display: block;
    padding: 15px;
    border: 1px solid #f8f8f8;
    margin: 15px auto;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
}
.head-user{
	text-align: center;
}
.team-item img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #fdd835;
    padding: 3px;
    background-color: #fff;
    margin-bottom: 15px;
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
    transition: .7s all;
}
.team-item .name{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #2b3f4f;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.team-item span{
    line-height: 25px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #777;
    font-weight: 700;
    text-transform: uppercase;
}
.team-item:hover img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
    -webkit-transition: .7s all;
    -moz-transition: .7s all;
    transition: .7s all;
}
.rate{
	color:#fdd835;
	font-size: 12px;
	line-height: 18px;
}
.head-user{
	text-align: center;
	margin: 0px auto 15px;
	position: relative;
	padding-top: 15px;
}
.head-user img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #fdd835;
    padding: 3px;
    background-color: #fff;
    margin: 0px auto 15px;
}
.head-user span{
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    color: #2b3f4f;
    line-height: 20px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.head-user span.small{
	letter-spacing: 1px;
	color: #777;
	font-style: italic;
}
.language-block{
    margin: 0px 0px 15px;
    border: 1px solid #f9f9f9;
    padding: 10px;
    border-radius: 0;
    width: 100%;
}
.language-block span{
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 25px;
    font-size: 12px;
    letter-spacing: 1px;
}
.language-block span:last-child{
	color: #44d665;
	text-transform: capitalize;
	letter-spacing: .5px;
}
.resume-item{
    position: relative;
    padding: 0px 0px 20px 20px;
    margin: 5px auto;
    border-left: 3px solid #f8f8f8;
}
.resume-item:before{
    content: " ";
    position: absolute;
    left: -7px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #BDBDBD;
    border-radius: 50%;
}
.resume-item div{
    line-height: 25px;
    letter-spacing: 1px;
    color: #2c455b;
    font-size: 13px;
    overflow: hidden;
}
.resume-item div.postion{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    color: #2b3f4f;
    line-height: 20px;
}
.resume-item div.date{
    color: #44d665;
    font-weight: 400;
    margin-bottom: 15px;
}
.resume-item div.company{
    text-transform: capitalize;
    color: #fdd835;
}

.cv-item{
    margin: 15px auto;
    text-align: center;
    background-color: #f8f8f8;
    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{
}
.cv-item .cv-action li{
    display: inline-block;
    vertical-align: middle;
}
.cv-item .cv-action li .custom-btn{color: #fff;font-size: 12px;line-height: 30px;}
.cv-item .cv-action li .icon-btn{
    margin: 0;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
}
.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;
}

/*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;
    border: 1px solid #f8f8f8;
    padding: 25px;
}
.opin-item .opin-item-content{
    font-size: 11px;
    line-height: 25px;
    color: #5f5f5f;
    display: block;
    position: relative;
    text-align: left;
    letter-spacing: 0.5px;
    overflow: hidden;
    font-weight: 700;
}
.opin-item .opin-item-content span{
    padding: 0 30px;
    display: block;
    line-height: 18px;
}
.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: left;
}
.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;
}

/* Welcome
=========================*/
.welcome{
    display: block;
    background: url(../images/hero-bc1.png) no-repeat center;
    background-size: cover;
    position: relative;
    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: 46px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 56px;
}
.welcome .home-cont .head-title span{
    background-color: #fdd835;
    color: #2b3f4f;
    padding: 0 10px;
}
.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;
}

/* Inner
========================*/
.about{
	background-color:#fff;
	padding:15px;
	margin: 15px 15px 25px ;
	overflow:hidden;
}
.about .head-title{
    display: block;
    margin: 15px auto;
    position: relative;
    padding: 0px 10px;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 30px;
    border-left: 4px solid #fdd835;
}
.about .info-text{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    margin: 15px auto;
}
.about img{
    width: 320px;
    margin:15px auto;
}

/* Contact Info
===========================*/
.contact-info{
    text-align: center;
    background: #ffffff;
    padding: 15px;
    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: 13px;
}
.contact-info span{
    display: block;
    margin: 5px auto;
    font-size: 12px;
    letter-spacing: .5px;
}
.inner_contact-info li{
    line-height: 40px;
    border-top: 1px solid #f8f8f8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 0;
}
.inner_contact-info li i{
    float: left;
    position: relative;
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #2b3f4f;
    font-size: 17px;
    border-right: 1px solid #f8f8f8;
    margin: 5px 10px 5px 0px;
    color: #fdd835;
}
.inner_contact-info li ul{
	margin: 0;
}
.inner_contact-info li ul li{
    border: 0;
}
.inner_contact-info li ul li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.inner_contact-info li ul li i{
    float: none;
    border: 0;
    color: #2b3f4f;
    font-size: 12px;
    width: 100%;
    line-height: 30px;
    margin: 0;
}
.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: 12px;
    font-weight: 700;
    line-height: 25px;
}
.contact-form .custom-btn{
	margin: 0 auto;
}
.map{
    margin: 15px auto 0;
}

/* CV Maker
==========================*/
.cv-wel{
	display: flex;
	height: 100%;
	padding: 0;
	-webkit-align-items: center;
	align-items: center;
}
.cv-wel .home-cont{
    max-width: 100%;
    text-align: left;
}
.hint{
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
    padding-left: 50px;
}
.hint .dot-lists{
	margin: 25px 0 0;
}
.hint .dot-lists li{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px auto;
    line-height: 30px;
}
.cv-status{
    background-color: #fff;
    margin: 15px auto;
    position: sticky;
    top: 90px;
}
.cv-status .panel-title{
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 12px;
    background-color: #2b3f4f;
}
.cv-status .panel-title i{
    border-right: 1px solid #202b33;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 21px;
    margin-right: 15px;
}
.cv-status ul{
    padding: 15px 25px;
}
.cv-status ul:before{
    content: " ";
    height: 100%;
    width: 2px;
    background-color: #f8f8f8;
    left: 25px;
    top: 0;
    position: absolute;
}
.cv-status ul li{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 50px;
    padding-left: 20px;
}
.cv-status ul li:before{
    content: " ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #28a745;
    left: -6px;
    bottom: 0;
    top: 0;
    margin: auto;
    position: absolute;
}
.cv-status ul li.dis:before{
	background-color: #fdd835;
}
.cv-status ul li.dis{
	opacity: 0.4;
}
.create_cv form{
    background-color: #fff;
    position: relative;
    margin: 15px auto;
}
.create_cv form .panel-title{
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	color: #232629;
	font-size: 12px;
	border-bottom: 1px solid #f8f8f8;
	position: relative;
	overflow: hidden;
}
.create_cv form .panel-title i{
	border-right: 1px solid #f8f8f8;
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #2b3f4f;
	font-size: 19px;
	margin-right: 15px;
}
.create_cv form .content{
	padding: 15px 25px;
    overflow: hidden;
}
.information_tabs{
    position: relative;
    padding: 0;
    margin: 15px auto 0;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-top: 0;
    border-left: 0;
    overflow: hidden;
}
.information_tabs .radio-wrap{
    float: left;
    vertical-align: middle;
    width: 25%;
    margin: 0;
    display: block;
}
.information_tabs .radio-wrap input[type=radio]+label,
.information_tabs .radio-wrap input[type=checkbox]+label{
    overflow: hidden;
    text-transform: uppercase;
    border: 0;
}
.information_tabs .radio-wrap input[type=radio]+label::after, 
.information_tabs .radio-wrap input[type=checkbox]+label::after{
	display: none;
}
.information_tabs .radio-wrap span{
    display: block;
}
.information_tabs .radio-wrap span i{
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	font-size: 12px;
	margin-right: 5px;
	color: #2b3f4f;
}
.information_tabs .radio-wrap input[type=radio]+label::before,
.information_tabs .radio-wrap input[type=checkbox]+label::before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
	height: 100%;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	border-bottom: 0;
	border-right: 0;
}
.information_tabs input[type=radio]:checked+label::before,
.information_tabs input[type=checkbox]:checked+label::before{
	background-color: #fdd835;
	border-color: #fdd835;
}
.information_tabs input[type=radio]:checked+label::after,
.information_tabs input[type=checkbox]:checked+label::after{
	background-color: transparent;
	border-color: 0;
	content: " ";
	position: absolute;
	display:block;
	border: 10px solid transparent;
	border-left-color: #ffffff;
	z-index: 99;
	border-radius: 0;
	left: -1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cv_information{
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 15px 25px;
    margin: 0px auto 15px;
    position: relative;
    overflow: hidden;
    display: none;
}
.cv_information .custom-btn{
	margin: 10px auto 5px;
}
.padd-rt-group{
    margin: 0;
    padding-right: 55px;
    width: 100%;
    position: relative;
}
.padd-rt-group .icon-btn{
    position: absolute;
    right: 15px;
    margin: auto;
    border-radius: 3px;
    height: 100%;
}
#add_lang{
    width: 100%;
}
#add_lang .padd-rt-group{
    margin: 15px auto;
}
.pop-graduate-info ,
.graduate-info{
    width: 100%;
    display: none;
}
.template-item{
    padding: 5px;
}
.template-item img{
    border: 2px solid #2b3f4f;
    margin: 5px auto;
}
.template-item .radio-wrap{
    display: block;
    margin: auto;
}

/* CV Wrap
============================*/
.cv-wrap{
    position: relative;
    margin: 15px auto;
    background: #fff;
    width: 100%;
    max-width: 1170px;
    padding: 25px;
    overflow-x: auto;
    border: 2px solid #f1f1f1;
}
.cv-wrap .user-img{
    width: 250px;
    border-radius: 5px;
    overflow: hidden;
    height: 210px;
    margin: 0;
}
.cv-wrap .name{
    margin: 0px 0px 15px;
    line-height: 25px;
    color: #2b3f4f;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 600;
}
.cv-wrap .cont-info li{
    line-height: 35px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #2b3f4f;
    font-weight: 400;
}
.cv-wrap .cont-info span{
    color: #00bcd4;
    font-size: 14px;
    float: left;
    margin-right: 25px;
    min-width: 125px;
    overflow: hidden;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.cv-wrap .cont-info span .clone{
    float: right;
}
.block-item{
    display: block;
    position: relative;
    padding: 0px;
    border: 1px solid #f1f1f1;
    margin: 20px auto;
}
.block-item .sec-tit{
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
    color: #00bcd4;
    line-height: 50px;
    padding: 0 15px;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 0 0 -2px;
    border-left: 3px solid #00bcd4;
    font-weight: 600;
}
.block-item .block-item-cont{
    padding: 15px;
}
.block-item .block-item-cont li{
    line-height: 35px;
    letter-spacing: 1px;
    color: #00bcd4;
    font-size: 14px;
    overflow: hidden;
    text-transform: capitalize;
    font-weight: 600;
}
.block-item .block-item-cont li span{
    color: #2b3f4f;
    margin-left: 10px;
}
.block-item .block-item-cont li span.date{
    font-size: 16px;
    color: #e6403b;
    display: block;
    font-weight: 400;
}
.block-item .block-item-cont li a{
    text-transform: lowercase;
    color: #2c455b;
}
.block-item .dot-lists li:before{color: #2b3f4f;}
.cv-wrap .resume-item{
    padding: 0px 0px 20px 20px;
    border-left: 4px solid #f1f1f1;
    margin: 0 0 0 15px;
}
.cv-wrap .resume-item:before{background-color: #00bcd4;}
.cv-wrap .resume-item div{
    line-height: 25px;
}
.cv-wrap .resume-item div.postion{color: #00bcd4;}
.cv-wrap .resume-item div.date{color: #000;}
.cv-wrap .resume-item div.company{color: #2b3f4f;}
.cv-wrap .block-item .projects .row{margin: 0;}
.cv-wrap .block-item .projects li{
    line-height: 25px;
    padding: 15px;
    background-color: #f8f8f8;
    margin: 15px auto;
}
.cv-wrap .block-item .projects li span{
    margin: 0;
    display: block;
    font-weight: 600;
    font-size: 13px;
}
.cv-wrap .block-item p{
     margin: auto;
     display: block;
     font-weight: 600;
     font-size: 12px;
     letter-spacing: 1px;
     line-height: 25px;
}
/* Modern */
.modern{
}
.modern .side{background-color: #2b3f4f;}
.modern .cont-wrap{
    background: #fff;
}
.modern .side img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 15px auto;
    border: 5px solid rgba(0,0,0,.1);
}
.modern .side .name{
    color: #fff;
    margin: 0 auto 5px;
    font-size: 22px;
}
.modern .side .job{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.modern .side .cont-info{
    margin-bottom: 15px;
    background: rgba(0,0,0,.1);
    padding-bottom: 10px;
}
.modern .side .cont-info li{
    color: #fff;
    font-size: 14px;
    margin: 10px;
    line-height: 25px;
}
.modern .side .cont-info li i{
    margin-right: 10px;
    color: #fdd835;
    vertical-align: middle;
}
.modern .side .cont-info .title ,
.modern .skills .title ,
.modern .about .title{
    text-transform: capitalize;
    color: #fdfdfd;
    line-height: 45px;
    padding: 0 15px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    background: rgba(0,0,0,.15);
    border-left: 3px solid #fdd835;
    display: block;
    overflow: hidden;
}
.modern .about{
	padding: 0;
	margin: 15px auto;
	background-color: transparent;
}
.modern .about p{
    padding: 10px;
    margin: auto;
    color: #eee;
    font-style: italic;
    font-size: 13px;
    line-height: 25px;
}
.modern .block-item{
    border-top: 0;
    margin: 0px auto 25px;
}
.modern .block-item .block-item-cont{
}
.modern .block-item .sec-tit{
    color: #39bdd4;
    border: 0;
    line-height: 45px;
    background: rgb(248, 248, 248);
    border-left: 3px solid #2c455b;
}
.modern .block-item .resume-item{
    margin-left:5px;
}
.modern .block-item .block-item-cont li span.date{
    float: right;
}
.modern .social-icons{
    margin:15px auto;
    text-align:center;
}
.modern .social-icons a{
    color: #283e52;
}
.modern .skills ul{
    padding: 15px;
    background: rgba(0,0,0,.1);
}
.modern .skills ul li{
    color: #fff;
}
.modern .skills ul li:before{
}

/* Lite */
.lite .row{margin: auto;}
.lite-side-right{
    border-left: 2px solid #f9f9f9;
}
.lite .head-lite{
    background: #fdfdfd;
    padding: 25px;
}
.lite .user-img{
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: 0px auto;
    border: 5px solid rgba(0,0,0,.1);
}
.lite .name{
    margin: 15px auto;
}
.lite p{
    margin: 0 auto;
    max-width: 991px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}
.lite .job{
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #2c455b;
    font-weight: 600;
}
.lite .block-item{
    border: 0;
    margin: 10px auto 0;
}
.lite .block-item .sec-tit{
    border: 0;
    margin: 0;
    background: #f9f9f9;
    line-height: 40px;
}
.lite .block-item .block-item-cont{
    padding: 10px 15px;
}
.lite .block-item .cont-info li{
    line-height: 25px;
    color: #2c455b;
    font-size: 13px;
    margin: 5px auto;
}
.lite .block-item .cont-info li span{
    display: block;
    min-width: 100%;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    float: none;
    line-height: 20px;
    color: #00bcd4;
}
.lite .block-item .block-item-cont li{
    margin: 10px auto;
}
.lite .block-item .block-item-cont li span.date{
    float: right;
}

/* Media Query
========================*/
@media all and (min-width:992px) and (max-width: 1024px){
	.data-block .block-content .block-title{
		line-height: 25px;
	}
    .data-block .block-content ul li{
        display: block;
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }
    .data-block .block-content .social-links li {
        display: inline-block;
        width: auto;
    }
    .information_tabs .radio-wrap input[type=radio]+label,
    .information_tabs .radio-wrap input[type=checkbox]+label{
        padding: 15px 4px;
    }
    .information_tabs .radio-wrap span{
    	letter-spacing: 1px;
    }
    .cv-status ul{
    	padding: 15px;
    }
    .cv-status ul li{
    	font-size: 12px;
    	letter-spacing: 0;
    }
    .cv-status ul li:before{
    	left: 3px;
    }
}
@media all and (min-width:992px){
    .apply_form{
        position: sticky;
        top: 120px;
    }
}
@media all and (max-width:991px){
    header .container{
        max-width: 100%;
    }
    .header .navbar-nav{
    	padding: 10px 15px 15px;
    	border-top: 1px solid #f3f3f3;
    }
    .header .navbar ul.navbar-nav li a{
    	text-align: left;
    	margin: 1px auto;
    }
    .header .navbar ul.navbar-nav li a:before{
    	display: none;
    }
    .header .navbar-toggler{
    	margin-right: 15px;
    }
    .filt-icon{
        display: block;
    }
    .toggle-container{
    	padding: 0 5px 5px 5px;
    }
    .side-filter{
        position: fixed;
        width: 260px;
        height: 100%;
        overflow-y: auto;
        left: -100%;
        top: 0;
        margin: 0;
        background-color: #f8f8f8;
        z-index: 9999;
        -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);
    }
    .side-filter.move{
        left: 0;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
    }
    .side-filter .filt-icon{
    	margin: 0;
    }
    .side-filter.move:before{
    	width: 100%;
    	height:100%;
    	left: 0;
    	top: 0;
    	background-color:rgba(255, 255, 255, 0.1);
    	position:fixed;
    	content: " ";
    	z-index: -1;
    }
    .subscribe{
    	text-align:center;
    }
    .subscribe img, .subscribe-form , 
    .subscribe span, 
    .subscribe .subscribe-form label{
    	margin: 15px auto;
    }
    .hint{
        padding: 0;
    }
    .information_tabs .radio-wrap{
        width: 50%;
    }
    .cv-status ul{
		padding: 15px 25px;
		overflow: hidden;
		text-align: center;
	}
	.cv-status ul:before{
		height: 2px;
		width: 100%;
		background-color: #f8f8f8;
		top: 19px;
		left: 0;
		position: absolute;
	}
	.cv-status ul li{
		float: left;
		padding-left: 0;
		padding-top: 10px;
		width: 33.33%;
	}
	.cv-status ul li:before{
		top: -52px;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.dash-body{
		padding: 15px 10px;
	}
}
@media all and (max-width:767px){
	.container{
		max-width: 100%;
	}
    .welcome {
        padding: 100px 0px;
    }
    .welcome , .home-cont{
        text-align: center;
    }
    .welcome .home-cont .head-title{
    	font-size: 36px;
    	letter-spacing: 5px;
    }
    .hidden-sm{
        display: none;
    }
    .profile-links{
        display: block;
    }
    .data-block{
    	padding: 15px 15px 15px 100px;
    }
    .data-block .block-action{
        position: relative;
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .data-block .block-action .icon-btn{
        display: inline-block;
        text-align: center;
    }
    .page-head-cont{
    	text-align:center;
    }
    .breadcrumb{
    	float: none;
    	text-align:center;
    	width: 100%;
    	display: block;
    }
    .dash-body .col-md-12:first-child .custom-btn, 
    .dash-body .col-md-12:first-child .form-group{
    	margin: 0 auto 15px;
    }
    .avatar-img{
        display: none;
    }
    .opin-wrap{
        padding: 15px 0px;
    }
    .inline-view img{
        float: none;
        margin: 15px auto;
    }
    .post-details .inline-view .info-text{
        padding: 0;
    }
    .cv-wel{
        display: block;
        height: auto;
        padding: 25px 0;
    }
}
@media all and (max-width:570px){
    .profile-links li{
        position: unset;
    }
    .profile-links .dropdown-menu{
        left: auto;
        right: 0;
    }
    .data-block{
    	padding: 25px 15px 15px;
    	text-align: center;
    }
    .data-block .block-content .block-title{
    	line-height: 22px;
    	font-size: 12px;
    	margin: 15px auto 9px;
    	text-align: left;
    }
    .data-block .block-img{
    	position: relative;
    	left: auto;
    	top: auto;
    }
    .data-block .block-action{
        text-align: center;
    }
    .data-block .block-action .icon-btn{
        display: inline-block;
        text-align: center;
    }
    .dash-body{
    	padding: 10px;
    }
    .subscribe-form .form-group .form-control{
    	border-radius: 3px 3px  0 0;
    }
    .subscribe-form .form-group .custom-btn{
    	position:relative;
    	display:block;
    	width: 100%;
    	border-radius: 0 0 3px 3px;
    }
    .header .header-widget.login-links a{
    	padding: 0 5px;
    	font-size: 11px;
    }
    .post-details{
        padding: 15px;
    }
    .only-message .message-head,
    .only-message .message-details, 
    .message-replay{
        padding: 10px;
    }
    .welcome .home-cont .info-text{
        font-size: 14px;
    }
    .hint{
       font-size: 14px;
       margin: 15px auto;
    }
    .information_tabs .radio-wrap{
    	width: 100%;
    }
    .create_cv form .content , .cv_information{
    	padding: 0 15px;
    }
    .cv-status ul{
	   text-align: left;
	}
	.cv-status ul:before{
		height: 100%;
		width: 2px;
		left: 25px;
		top: 0;
	}
	.cv-status ul li{
		padding-left: 20px;
		padding-top: 0;
		width: 100%;
	}
	.cv-status ul li:before{
		left: -6px;
		top: 0;
		right: auto;
	}
}