@font-face {
	font-family: 'Prompt', sans-serif;
	font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins',sans-serif;
}
/* background */

/* head */ 
.logo {
	text-align: center;
	margin-right: 36px;
}
.logo-img img {
	width: 210px;
}

/* slider */ 


/* menu */

.row-top {
	/*padding-top: 160px;*/
	/*margin: auto;*/
	position: absolute;
	top: 50%;
	/*left: 0;*/
	transform: translate(0, -50%);
	width: 1140px;
}
/* first landing page */ 
.about-img {
	/*padding: 200px 150px 0px 150px;*/
	justify-content: center;
	display: flex;
}
.about {
	background-image: url(../img/about_.png);
	width: 170px;
	height: 170px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 72px;
	float: right;
}
a.about  {
	font-size: 18px;
	color: #006369;
	font-family: 'Prompt', sans-serif;
	text-decoration: none;
}
.about-img1 {
	/*padding: 200px 150px 0px 150px;*/
	justify-content: center;
	display: flex;
}
.about1 {
	background-image: url(../img/about_.png);
	width: 170px;
	height: 170px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 72px;
	float: left;
	transition: all 0.5s ease-in-out;
}
a.about1  {
	font-size: 16px;
	color: #006369;
	font-family: 'Prompt', sans-serif;
	text-decoration: none;
}
.aboutimg-txt a {
	text-decoration: none;
	font-size: 20px;
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	transition: all 0.5s;
}
.aboutimg-txt a:hover {
	color: #006369;
}
.aboutimg-txt p {
	font-size: 14px;
	color: #888;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	margin-top: 20px;
}
/* home page */
input.search {
	margin-top: 32px;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border:1px solid #f1f1f1;
	/*border-radius: 5px;*/
	/*border-top-left-radius: 5px;*/
	/*border-bottom-left-radius: 5px;*/
	transition: all 0.5s;
	padding-left: 10px;
	color: #333;
	font-size: 14px;
	float: right;
	font-family: 'Poppins', sans-serif;
}
input.search:hover {
	border:1px solid #006369;
}
.search {
	margin-top: 32px;
	width: 100%;
	height: 40px;
	background-color: #fff;
	border:1px solid #f1f1f1;
	/*border-radius: 5px;*/
	/*border-top-right-radius: 5px;*/
	/*border-bottom-right-radius: 5px;*/
	transition: all 0.5s;
	padding-left: 10px;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	float: right;
	font-family: 'Poppins', sans-serif;
}
.search:hover {
	border:1px solid #006369;
}
.searchtext {
	margin-top: 32px;
	border:1px solid #f1f1f1 !important;
	height: 40px;
}
.profile {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow:  0 0px 7px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
}
.profile a i {
	font-size: 22px;
	color: #333;
	padding: 20px;
	transition: all 0.5s;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.pro {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.pro a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.profile a i:hover {color: #006369;}

.pro a:hover {color: #006369;}

.dropdown:hover .pro {display: block;}

.dropdown:hover .profile {background-color: #fff;}


/* sign in form */
.form-content {
	width: 450px;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin: 80px auto 0px auto;
	text-align: center;
	padding: 25px;
}
.form-content h5 {
	font-size: 24px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
}
input.email {
	width: 100%;
	height: 50px;
	background-color: #f7f7f7;
	border:none;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding: 0 30px 0 15px;
	margin-bottom: 20px;
	position: relative;
}
input.email:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 0 20px 1px rgba(0,123,255,.25);
}
input.password {
	width: 100%;
	height: 50px;
	background-color: #f7f7f7;
	border:none;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	padding: 0 30px 0 15px;
	margin-bottom: 20px;
	position: relative;
}
input.password:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 0 20px 1px rgba(0,123,255,.25)
}
.symbol-input100 {
	font-size: 19px;
	color: #999999;
	position: absolute;
	bottom: 335px;
	padding-left: 20px;
}
.symbol-input1001 {
	font-size: 19px;
	color: #999999;
	position: absolute;
	bottom: 268px;
	left: 774px;
}
.input10 {
	font-size: 19px;
	color: #999999;
	position: absolute;
	bottom: 640px;
	padding-left: 20px;
}
.input101 {
	font-size: 19px;
	color: #999999;
	position: absolute;
	bottom: 570px;
	padding-left: 20px;
}
.input1011b {
	font-size: 19px;
	color: #999999;
	position: absolute;
	bottom: 360px;
	left: 774px;
}
.input1001a {
	font-size: 19px;
	color: #999999;
	position: absolute;
	bottom: 430px;
	left: 774px;
}
.input1001 {
	font-size: 19px;
	color: #999999;
	position: absolute;
	bottom: 500px;
	padding-left: 20px;
}
.input100:focus + .focus-input100 + .symbol-input100 {
	color: #006369;
	padding-left: 18px;
}
.label-checkbox100 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #999999;
	line-height: 1.2;
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	text-align: left;
}
.label-checkbox100::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background: #fff;
	border: 2px solid #006369;
	left: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.login {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 45px;
	border-radius: 3px;
	background: #006369;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	border:none;
	margin-top: 20px;
	cursor: pointer;
}
.bo1 {
	border-bottom: 1px solid #999999;
}
.hov1:hover {
	border-color: #006369;
	color: #333;
}
a.txt1.bo1.hov1 {
	text-decoration: none;
}
.txt1 {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	line-height: 1.2;
}
input[type="date"] {
	border: 1px solid;
	border-color: #ccc;
	color: #777;
	padding: 0px 0px 0px 12px;
}

/* index page */
.about-img1a {
	justify-content: center;
	display: flex;
	margin-top: 30px;
}
.about1a {
	background-image: url(../img/about_.png);
	width: 170px;
	height: 170px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 72px;
	float: left;
	transition: all 0.5s ease-in-out;
}
a.about1a  {
	font-size: 17px;
	color: #006369;
	font-family: 'Prompt', sans-serif;
	text-decoration: none;
}
.about1a.active {
	background-image: url(../img/newbio.png);
}
.about1b {
	background-image: url(../img/about_.png);
	width: 170px;
	height: 170px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 72px;
	float: left;
}
a.about1b  {
	font-size: 18px;
	color: #006369;
	font-family: 'Prompt', sans-serif;
	text-decoration: none;
}
.about1c {
	background-image: url(../img/about_.png);
	width: 170px;
	height: 170px;
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 72px;
	float: left;
}
a.about1c  {
	font-size: 18px;
	color: #006369;
	font-family: 'Prompt', sans-serif;
	text-decoration: none;
}

/* tab */
.img-box {
	width: 100%;
	height: 250px;
	background-color: #f7f7f7;
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 20px;
}
.img-box:hover .img-box1,.img-box:hover .img-box1 i {
	opacity: 1;
}
.img-box1 {
	position: absolute;
	width: 40px;
	height: 40px;
	border:1px solid #fff;
	border-radius: 50px;
	top: 106px;
	left: 120px;
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
}
.img-box1 i {
	font-size: 16px;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	padding-top: 10px;
	opacity: 0;
	cursor: pointer;
	transition: all 0.5s;
}

/* job css */
.job {
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	margin-top: 40px;
}
.job-text {
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 0 0px 9px 3px rgba(0, 0, 0, 0.1);
	/*margin-bottom: 32px;*/
}
.job-description {
	padding: 15px;
}	
.job-description a {
	font-size: 18px;
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s;
}
.job-description a:hover {
	color: #006369;
}
.job-description p {
	font-size: 14px;
	color: #777;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.job-description i {
	font-size: 16px;
	color: #777;
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
}
.job-description h6 {
	font-size: 16px;
	color: #777;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	margin-right: 15px;
}
.job-button {
	padding: 20px;
}
.job-button1 {
	text-decoration: none;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	border:1px solid #006369;
	padding: 12px 35px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;	
}
.job-button1:hover {
	/*background-color: #006369;*/
	/*border:1px solid #006369;*/
	color: #006369;
	text-decoration: none;
}
.job-button h5 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 22px;
}
.job-button h5 i {
	margin-right: 10px;
}
.job-button h5 a {
	font-size: 16px;
	color: #006369;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 22px;
	transition: all 0.5s ease-in-out;
}
.job-button h5 a:hover {
	text-decoration: none;
}
.job-button h5 a i {
	margin-right: 10px;
}
.row-margin {
	margin-top: 30px;
}
.job-show1 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	border:1px solid #006369;
	padding: 12px;
	transition: all 0.5s ease-in-out;
	background: transparent;
	cursor: pointer;
}
.job-show1:hover {
	color: #fff;
	background-color: #006369;
}
.job-show1 i {
	margin-right: 10px;
}
.job-select {
	width: 100%; 
	height: 44px; 
	border: 1px solid #006369;
}
/* resumepage css */
.resume1 {
	width: 100%;
	height: auto;
	/*margin-top: 17px;*/
}
.resume1 .row .row {
	background-color: #f7f7f7;	
	padding: 0px; 
	/*border: 1px solid #006369;*/
}
.resume1a {
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	margin-top: 17px;
}
.resume-img {
	position: relative;
}
.resume-img i:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	color: #006369;
	top: 76px;
	left: 76px;
	cursor: pointer;
}
.resume-tag {
	border-right: 1px solid #eae9e9	;
	margin-bottom: 25px;
}
.resume-tag ul {
	padding-left: 0px;
	margin-top: 14px;
}
.resume-tag ul li {
	margin-bottom: 5px;
	display: inline-block;
	background: #fff;
	border: 1px solid #006369;
	padding: 6px 15px;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
}
.resume-tag ul li:hover {
	border: 1px solid #006369;
	background: #006369;
}
.resume-tag ul li a {
	color: #777777;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.resume-tag ul li a:hover {
	color: #fff;
}
.resume-border {
	/*border: 1px solid #006369;*/
}
.title1 {
	/*padding-left: 36px;*/
	border-right: 1px solid #eae9e9;
	margin-bottom: 25px;
}
.title a {
	text-decoration: none;
}
.title h4 {
	font-size: 18px;
	color: #222;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s;
}
.title h4:hover {
	color: #006369;
}
.title h6 {
	margin-top: 10px;
	color: #888;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
}
.title1 p {
	color: #222;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
}
.title1a p {
	color: #222;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 20px;
	width: 100%;
}
.resume-button {
	margin-bottom: 5px;
	display: inline-block;
	background: #fff;
	border: 1px solid #006369;
	padding: 10px 25px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.resume-button:hover {
	color: #fff;
	background: #006369;
	border: 1px solid #006369;
	text-decoration: none;
}
.resume-button:focus {
	border: 1px solid #006369;
	outline: none !important;
}
.resume-button1 {
	margin-bottom: 5px;
	display: inline-block;
	background: #fff;
	border: 1px solid #006369;
	padding: 10px 25px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	margin-right: 50px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.resume-button1:hover {
	color: #fff;
	background: #006369;
	border: 1px solid #006369;
}
.resume-button1:disabled,
.resume-button1[disabled]{
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
}
/*bio page css */
.bio-img {
	margin: 17px 0px 0px 64px;
	justify-content: center;
	cursor: pointer;
}
.bio-pos {
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	margin-top: 30px;
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;	
}
.bio-pos1 {
	float: right;
	/*padding-top: 115px;
	padding-right: 20px;*/
}
.bio-pos1 i {
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}
.bio-pos1 h5 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
}
.bio-pos2 {
	width: 100%;
	height: 150px;
	background-color: #f7f7f7;
	margin-top: 30px;
}
.dropdown-menu {
	    border: 1px solid #006369;
}
/* revie page css */
.review {
	width: 100%;
	height: 400px;
	background-color: #f7f7f7;
	margin-top: 20px;
	box-shadow: 0 0px 9px 3px rgba(0, 0, 0, 0.1);
	padding: 15px;
	border: 1px solid #006369;
}
.review h5 {
	font-size: 26px;
	color: #333;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.labtext {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.lab-text {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-top: 15px;
}
.lab-textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #006369;
	font-size: 16px;
	padding-left: 15px;
	color: #888;
	font-family: 'Poppins', sans-serif;
}
.lab-textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #006369;
	outline: 0;
	/*box-shadow: 0 0 20px 1px rgba(0,123,255,.25);*/
}
.review h6 {
	font-size: 20px;
	color: #006369;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.rating {
	float: none ;
	justify-content: center;
	display: flex;
}
.rating > label:active {
	position:relative;
	top:2px;
	left:2px;
}
.rating:not(checked) > input {
	position:absolute;
	top:-9999px;
	clip:rect(0,0,0,0);
}
.rating:not(checked) > label {
	float:right;
	width:1em;
	/* padding:0 .1em; */
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:40px;
	/* line-height:1.2; */
	color:#ccc;
}
.rating:not(:checked) > label:before {
	content: '★ ';
}
.rating > input:checked ~ label {
	color: #006369;
}
.rating:not(:checked) > label:hover,.rating:not(:checked) > label:hover ~ label {
	color: #006369;
}
.rating > input:checked + label:hover,.rating > input:checked + label:hover ~ label,.rating > input:checked ~ label:hover,.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
	color: #006369;
}
.review a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	background-color: #006369;
	border:1px solid #006369;
	padding: 12px 40px;
	font-family: 'Poppins', sans-serif;	
}
.review a:hover {
	background-color: transparent;
	border:1px solid #006369;
	color: #333;
}
.app-btn {
	margin-top: 0px;
	padding: 10px 30px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #333;
	background: white;
	border: 1px solid #006369;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}
.app-btn:hover {
	color: #fff;
	background: #006369;
}
/* ACCORDIAN css */
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default > .panel-heading {
	background-color: transparent;
	margin-top: 15px;
	height: 47px;
}

.panel-title {
	font-size: 14px;
}

.panel-title > a {
	display: block;
	padding: 11px 15px 6px 15px;
	text-decoration: none;
	cursor: pointer;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #006369;
	padding: 0px 15px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.acor {
	float: right;
}
.acor1 {
	border: 1px solid #006369;
}
.panel-title i {
	font-size: 18px;
	color: #006369;
}
.panel-title h5 {
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
.resume-img1 {
	position: relative;
	display: inline-block;
	margin-top: 6px;
}
.resume-img1 i:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	color: #006369;
	top: 80px;
	right: 0px;
	cursor: pointer;
}
.marleft {
	margin: 25px 120px;
}
/* post job accordition css */
.resume {
	width: 100%;
	height: auto;
	background-color: rgba(249,249,249,0.2);
	padding: 15px;
	/*margin-top: 17px;*/
	border: 1px solid #006369;
}
.lab-tex {
	font-size: 16px; 
	color: #333; 
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.fname {
	width: 100%;
	padding: 6px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	font-size: 14px;
	color: #ccc;
	font-family: 'Poppins', sans-serif;
}
.fname:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 0 20px 1px rgba(0,123,255,.25);
}
.lname {
	width: 100%;
	padding: 6px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	font-size: 14px;
	color: #ccc;
	font-family: 'Poppins', sans-serif;
}
.lname:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: inset 0 0 20px 1px rgba(0,123,255,.25);
}
.add {
	width: auto;
	height: 40px;
	background-color: #006369;
	color: #fff;
	font-size: 16px;
	border: none;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}
.add2 {
	width: 160px;
	height: 40px;
	background-color: #006369;
	color: #fff;
	font-size: 16px;
	border: 1px solid #006369;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	transition: all 0.5s;
}
.add2:hover {
	background-color: transparent;
	color: #006369;
	border: 1px solid #006369;
}
.add2a {
	width: 160px;
	height: 40px;
	background-color: #333;
	color: #fff;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
}
.add i {
	font-size: 14px;
	margin-right: 5px;
}
.add1 {
	width: 140px;
	height: 40px;
	background-color: #006369;
	color: #fff;
	font-size: 18px;
	margin-left: 15px;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s;
	cursor: pointer;
	border: 1px solid #006369;
}
.add1:hover {
	border: 1px solid #006369;
	background-color: transparent;
	color: #333;
	text-decoration: none;
}
.add1a {
	width: 140px;
	height: 40px;
	background-color: #333;
	color: #fff;
	font-size: 16px;
	margin-left: 15px;
	/*margin-bottom: 15px;*/
	text-align: center;
	padding: 6px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s;
	cursor: pointer;
	border: 1px solid #333;
}
.add1a:hover {
	border: 1px solid #006369;
	background-color: transparent;
	color: #333;
	text-decoration: none;
}
.add1b {
	width: 140px;
	height: 40px;
	background-color: #15d7e2;
	color: #fff;
	font-size: 18px;
	/*margin-left: 15px;*/
	margin-bottom: 15px;
	text-align: center;
	padding: 6px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s;
	cursor: pointer;
	border: 1px solid #15d7e2;
}
.add1b:hover {
	border: 1px solid #006369;
	background-color: transparent;
	color: #333;
	text-decoration: none;
}
/* create job */
input[type=checkbox] {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
}
input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	border: 2px solid #006369;
	border-radius: 3px;
background-color: white;/*
-webkit-appearance: checkbox;
-moz-appearance: checkbox;*/
}

input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid #333;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
    left: 6px;
}
.job-drop {
	font-size: 16px; 
	color: #888; 
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding-left: 15px;
}
h6.job-option  {
	display: initial; 
	color: #888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

/* portfolio image acordition */
.panel-body h5 {
	font-size: 18px;
	color: #006369;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.img-box1a {
	width: 100%;
	height: 138px;
	background-color: #f7f7f7;
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.img-box1a:hover .img-box1b,.img-box1a:hover .img-box1b i {
	opacity: 1;
}
.img-box1b {
	position: absolute;
	width: 40px;
	height: 40px;
	border:1px solid #fff;
	border-radius: 50px;
	top: 52px;
	left: 67px;
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
}
.img-box1b i {
	font-size: 16px;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	padding-top: 10px;
	opacity: 0;
	cursor: pointer;
	transition: all 0.5s;
}

/* life css */
.life-img {
	width: 130px;
	height: 100px;
	border-radius: 15px;
	background-color: #fff;
	overflow: hidden;
	margin: 25px auto;
}
.marleft {
	margin: 25px 120px;
}
.life-img1 {
	position: relative;
	display: inline-block;
	background-color: #fff;
}
.life-img1 i:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	color: #006369;
	top: 101px;
	right: 122px;
	cursor: pointer;
}
.life-img1a h6 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding: 60px 0px;
}
.life-img1a {
	float: right;
	padding-top: 120px;
	padding-right: 0px;
}
.life-img1a i {
	font-size: 16px;
	color: #333;
	margin-right: 5px;
}
.life-img1a h5 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	text-decoration: none;
}
.inputfile-2 + label {
	font-size: 14px;
}
h6.job-opti {
	display: initial;
	color: #888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	float: none;
}
h6.job-option {
	display: initial;
	color: #888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	float: left;
	/*margin-left: 25px;*/
}
h6.job-option1a {
	display: initial;
	color: #888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	float: none;
	/*margin-left: 25px;*/
	left: 40px;
	position: absolute;
}
input[type=checkbox] {
	position: relative;
	cursor: pointer;
	margin-right: 10px;
	float: left;
	/* -webkit-appearance: none !important; */
	-moz-appearance: none !important;
	appearance: none !important;
}
input[type=checkbox]::before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	border: 2px solid #333;
	border-radius: 3px;
	background-color: white;
}
h6.job-option2 {
	display: initial;
	color: #888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	float: left;
	margin-left: 20px;
}
a.job-option2a {
	display: initial;
	color: #888;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	float: left;
	margin-top: -4px;
	border-bottom: 1px solid #006369;
	margin-left: 20px;
}
a.job-option2a:hover {
	text-decoration: none;
}
.inputfile-1 + label {
	color: #fff;
	background-color: #006369;
	padding: 8px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	cursor: pointer;
}
.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: 0.25em;
}
.inputfile-2 + label {
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	cursor: pointer;
	padding: 85px 15px 0px 0px;
	max-width: 100%;
}
.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
}
.inputfile-3 + label {
	color: #333;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	cursor: pointer;
	padding-right: 15px;
}
.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
}

/* img upload */
.image-upload>input {
	display: none;
}

/* footer */
.foot {
	padding-top: 0px;
	text-align: center;
}
.foot ul {
	margin-left: 235px;
}
.foot ul li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
.foot ul li:after {
	display: inline-block;
	content: "/";
	color: #333;
	margin-left: 7px;
}
.foot ul li:nth-child(6):after {
	display: none;
}
.foot ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s;
}
.foot ul li a:hover {
	color: #006369;
}
.foot ul li a:active {
	color: #006369;
}

.foot1 {
	/*padding-top: 140px;*/
	text-align: center;
	position: absolute;
	bottom: 0;
}
.foot1 ul {
	margin-left: 235px;
}
.foot1 ul li {
	list-style: none;
	float: left;
	margin-left: 10px;
}
.foot1 ul li:after {
	display: inline-block;
	content: "/";
	color: #333;
	margin-left: 7px;
}
.foot1 ul li:nth-child(6):after {
	display: none;
}
.foot1 ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s;
}
.foot1 ul li a:hover {
	color: #006369;
}
.foot1 ul li a:active {
	color: #006369;
}
.foot1a {
	/*position: relative;*/
	bottom: 0;
}
.rating-stars ul {
	list-style-type:none;
	padding:0;
	-moz-user-select:none;
	-webkit-user-select:none;
	margin-bottom: 20px;
}
.rating-stars ul > li.star {
	display:inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
	font-size:20px; /* Change the size of the stars */
	color:#ccc; /* Color on idle state */
	cursor: pointer;
}

/* Hover state of the stars */
.rating-stars ul > li.star:hover > i.fa {
	color:#006369;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
	color:#006369;
}

/* privacy policy */
.aboutimg img {
	width: 100%;
}

/* img-width */
.img-width-css {
    background-repeat: no-repeat;
    width: 100%;
    height: 138px;
}
.img-width-css1 {
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
}
/* media query */

@media (min-width: 320px) and (max-width:420px) {
	.about {
		background-image: url(../img/about_1.png);
		padding-top: 56px;
		float: none;
	}
	.about1 {
		background-image: url(../img/about_1.png);
		padding-top: 50px;
		float: none;
	}
	.about1a,.about1b,.about1c {
		background-image: url(../img/about_1.png);
		padding-top: 50px;
		/*float: none;*/
	}
	.about1a.active {
		background-image: url(../img/newbio1.png);
	}
	a.about  {
		font-size: 18px;
		padding-right: 28px;
	}
	a.about1  {
		font-size: 18px;
		padding-right: 28px;
	}
	.bio-img {
		margin: 0px;
	}
	.row-top {
		padding-top: 50px;
		width: 100%;
	}
	.foot {
		padding-top: 0px;
		text-align: center;
	}
	.foot1 {
		padding-top: 0px;
		text-align: center;
	}
	.aboutimg {
		overflow: hidden;
	}
	.foot1 ul {
		margin-left: 0px;
	}
	.foot ul {
		margin-left: 0px;
	}
	input.search {
		width: 100%;
		padding-left: 21px;
	}
	.profile {
		margin-left: 0px;
	}
	.form-content {
		width: 100%;
		margin: 50px auto 0px auto;
	}
	h6.job-option1  {
		font-size: 12px;
	}
	.pro a {
		padding: 3px 13px;
	}
	.pro {
		min-width: 91px;
		right: -16px;
		font-size: 14px;
	}
	.bio-pos {
		height: 150px;
		padding: 14px;
	}
	.messgesend {
		top: 354px !important;
	}
	.bio-pos1 {
		float: right;
		padding-top: 3px;
		padding-right: 0px;
		padding-left: 85px;
	}
	.resume {
		/*background-color: transparent;*/
	}
	.resume-img i:before {
		top: 76px;
		left: 70px;
	}
	.about1a,.about1b,.about1c {
		/*background: transparent;*/
		padding-top: 57px;
		/*float: none;*/
	}
	a.about1a ,a.about1b ,a.about1c  {
		font-size: 16px;
		padding-right: 28px;
	}
	.bio-img {
		/*padding: 0px;*/
		cursor: pointer;
		margin: 0px;
		justify-content: center;
		display: flex;
	}
	.rowmargin {
		margin-top: 40px;
		margin-left: 0px;
	}
	.bio-img1a {
		padding-left: 20px;
	}
	.row-padd {
		padding-top: 40px;
		/*padding-left: 8px;*/
		display: block;
	}
	.resume-tag {
		margin-bottom: 0px;
	}
	.upvideo {
		width: 100%;
	}
	.floating-label1 {
		font-size: 11px !important;
	}
	.col-bottom {
		margin-bottom: 15px;
	}
	.title1 {
		padding-left: 16px;
		margin-bottom: 20px;
	}
	h6.job-option {
		/*float: none;*/
		font-size: 12px;
	}
	input[type="date"] {
		padding: 0px;
	}
	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		/*padding: 8px;*/
	}
	.submit {
		margin-top: 20px;
	}
	a.add1 {
		margin-bottom: 15px;
	}
	.resume-button {
		/*padding-top: 22px;*/
		/*margin-top: 15px;*/
	}
	.job-button {
		padding: 20px;
	}
	.life-img {
		width: 100%;
		margin: 27px auto 5px 6px;
	}
	.marleft {
		height: 70px;
		margin: 40px 3px;
	}
	.life-img1 i:before {
		top: 94px;
		right: 5px;
	}
	.life-img1a h6 {
		font-size: 14px;
		text-align: left;
	}
	.img-box1b {
		top: 54px;
		left: 125px;
	}
	.about-img1a {
		padding: 0px;
	}
	.job-text {
		height: auto;
	}
	.aboutimg-txt p {
		font-size: 14px;
	}
	.inputfile-2 + label {
		padding: 0px;
	}
	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: -70% !important;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 6px 0px 0px 6px !important;
	}
	.details {
		margin-left: 0px !important; 
	}
	.show .img-show {
		width: 100% !important;
		height: 100% !important;
		top: 109% !important;
		background: transparent !important;
	}
	.img-show img {
		height: auto !important;
	}
	.job-button {
		padding: 0px 0px 15px 15px !important; 
	}
	.submit {
		float: left !important;
		margin-top: 12px;
	}
	.cont {
		border-bottom: 1px solid #006369;
		border-right: none !important;
		margin-bottom: 15px;
	}
	ul.social1 {
		text-align: center;
		justify-content: center;
		display: flex;
		padding-left: 0px !important;
	}
	ul.social1 li {
		/*margin-left: 2px !important;*/
	}
	.cont h5,.cont1 h5 {
		font-size: 18px !important;
	}
	.cont p {
		font-size: 14px !important;
	}
	.darker-text {
		width: 100% !important;
		margin-right: 0px !important;
	}
	.lighter-text {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.caption1 {
		margin-bottom: 15px;
	}
	.search {
		margin-top: 0px;
	}
	input.search {
		margin-top: 15px;
	}
	.course-drop {
		margin-bottom: 15px;
	}
	.hire-btn {
		padding: 0px !important;
	}
	.resumetag {
		border-bottom: 1px solid #eae9e9;
		margin-bottom: 15px;
	}
}

/* min 421px to max 567px */

@media (min-width: 421px) and (max-width:567px) {
	.about-img,.about-img1 {
		padding: 90px 24px 0px 35px;
		/*margin-top: 95px;*/
	}
	.row-top {
		padding-top: 0px;
		width: 100%;
	}
	.foot1 {
		bottom: -160px;
	}
	.foot1 ul {
		margin-left: 0px;
	}
	.resume-tag {
		margin-bottom: 0px;
	}
	.about1a,.about1b,.about1c {
		background-image: url(../img/about_1.png);
		padding-top: 57px;
		float: none;
	}
	.about1a.active {
		background-image: url(../img/newbio1.png);
	}
	.inputfile-2 + label {
		padding: 85px 0px 0px 0px;
	}
	.messgesend {
		top: 369px !important;
	}
	.bio-img {
		padding: 0px;
		margin: 0px;
		justify-content: center;
		display: contents;
		cursor: pointer;
	}
	.rowmargin {
		margin-top: 40px;
		margin-left: 24px;
	}
	.life-img1a {
		float: right;
		padding-top: 94px;
		padding-right: 0px;
	}
	a.about1a ,a.about1b ,a.about1c  {
		font-size: 16px;
		padding-right: 28px;
	}
	.about-img1a {
		padding: 0px;
		justify-content: center;
		display: contents;
	}
	.dropdown:hover .pro {
		display: block;
		right: -12px !important;
	}
	.job-text {
		height: auto;
	}
	.col-bottom {
		margin-bottom: 15px;
	}
	.row-padd {
		padding-top: 40px;
		/*padding-left: 40px;*/
		justify-content: center;
		display: flex;
	}
	.job-button {
		padding: 0px 0px 15px 15px !important; 
	}
	input.search {
		width: 100%;
	}
	.life-img {
		width: 100%;
		margin: 39px auto 25px 6px;
	}
	.marleft {
		height: 70px;
		margin: 48px 19px;
	}
	.life-img1 i:before {
		top: 99px;
		right: 21px;
	}
	.life-img1a h6 {
		font-size: 18px;
		text-align: center;
	}
	.form-content {
		width: 100%;
		margin: 50px auto 0px auto;
	}
	.foot {
		padding-top: 0px;
		text-align: center;
	}
	.foot ul {
		margin-left: 0px;
	}
	.title1 {
		padding-left: 16px;
	}
	.resume-button {
		/*padding-top: 22px;*/
		/*margin-top: 20px;*/
	}
	.course-drop {
		margin-bottom: 15px;
	}
	.resume-img i:before {
		left: 68px;
	}
	.resume {
		/*padding: 6px;*/
	}
	h6.job-option {
		float: none;
	}
	.img-box1b {
		top: 54px;
		left: 165px;
	}
	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: -52% !important;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 6px 0px 0px 6px !important;
	}
	.details {
		margin-left: 0px !important; 
	}
	.user-input-wrp input:focus, .floating-label, .user-input-wrp input:not(:focus):valid, .floating-label {
		font-size: 13px !important;
	}
	.show .img-show {
		width: 100% !important;
		height: 100% !important;
		top: 109% !important;
		background: transparent !important;
	}
	.img-show img {
		height: auto !important;
	}
	.hire-btn {
		padding-left: 0px;
	} 
	.submit {
		float: left !important;
		margin-top: 12px;
	}
	.cont {
		border-bottom: 1px solid #006369;
		border-right: none !important;
	}
	ul.social1 {
		text-align: center;
		justify-content: center;
		display: flex;
		padding-left: 0px !important;
	}
	.cont h5,.cont1 h5 {
		font-size: 18px !important;
	}
	.cont p {
		font-size: 14px !important;
	}
	.darker-text {
		width: 80% !important;
		margin-right: 66px !important;
	}
	.lighter-text {
		width: 80% !important;
		margin-left: 66px !important;
	}
	.caption1 {
		margin-bottom: 15px;
	}
	.button-margin {
		margin-top: 15px;
	}
	.search {
		margin-top: 0px;
	}
	input.search {
		margin-top: 15px;
	}
	.resumetag {
		border-bottom: 1px solid #eae9e9;
		margin-bottom: 15px;
	}
}

/* min 568px to max 767px */

@media (min-width: 568px) and (max-width:767px) {
	.details {
		margin-left: 0px !important; 
	}
	.container {
		max-width: 100%;
	}
	.row-top {
		padding-top: 0px;
		width: 100%;
	} 
	.about-img,.about-img1 {
		padding: 20px 24px 0px 35px;
		/*margin-top: 95px;*/
	}
	.resume-tag {
		margin-bottom: 0px;
	}
	.resume-button1 {
		margin-right: 15px;
	}
	.about1a,.about1b,.about1c {
		background-image: url(../img/about_1.png);
		padding-top: 57px;
		/*padding-right: 15px;*/
		float: none;
	}
	.about1a.active {
		background-image: url(../img/newbio1.png);
	}
	.bio-img {
		padding: 0px;
		margin: 0px;
		justify-content: center;
		display: contents;
		cursor: pointer;
	}
	a.about1a ,a.about1b ,a.about1c  {
		font-size: 16px;
		padding-right: 27px;
	}
	.about-img1a {
		/*padding: 70px 45px 0px 30px;*/
	}
	.life-img1a {
		float: none;
		padding-top: 97px;
		padding-right: 0px;
	}
	.job-text {
		height: auto;
	}
	.col-bottom {
		margin-bottom: 15px;
	}
	input.search {
		width: 100%;
	}
	.foot {
		padding-top: 0px;
		text-align: center;
	}
	.foot1 ul {
		margin-left: 0px;
	}
	.foot ul {
		margin-left: -53px;
	}
	.about {
		float: none;
	}
	h6.job-option {
		float: none;
	}
	.resume-button {
		/*padding-top: 22px;*/
	}
	.title1 {
		padding-left: 16px;
	}
	.resume-img i:before {
		left: 72px;
	}
	.life-img {
		margin: 38px auto 38px 22px;
	}
	.marleft {
		height: 80px;
		margin: 48px 33px;
	}
	.life-img1 i:before {
		top: 101px;
		left: 100px;
	}
	.rowmargin {
		margin-top: 30px;
		margin-left: 30px;
	}
	.user-input-wrp input:focus, .floating-label, .user-input-wrp input:not(:focus):valid, .floating-label {
		font-size: 13px !important;
	}
	.submit {
		float: left !important;
		margin-top: 12px;
	}
	.row-padd {
		padding-top: 40px;
		/* padding-left: 40px; */
		justify-content: center;
		display: flex;
	}   
	.job-button {
		padding: 0px 20px 20px;
	} 
	.cont {
		border-bottom: 1px solid #006369;
		border-right: none !important;
		margin-bottom: 20px;
	}
	ul.social1 {
		text-align: center;
		justify-content: center;
		display: flex;
		padding-left: 0px !important;
	}
	.cont h5,.cont1 h5 {
		font-size: 18px !important;
	}
	.cont p {
		font-size: 14px !important;
	}
	.darker-text {
		width: 70% !important;
		margin-right: 0px !important;
	}
	.lighter-text {
		width: 70% !important;
		margin-left: 140px !important;
	}
	.inputfile-2 + label {
		padding: 85px 0px 0px 0px;
	}
	.messgesend {
		top: 288px !important;
	}
	.caption1 {
		margin-bottom: 15px;
	}
	.button-margin {
		margin-top: 15px;
	}
	.search,.searchtext {
		margin-top: 30px;
	}
	input.search {
		margin-top: 30px;
	}
	.resumetag {
		border-bottom: 1px solid #eae9e9;
		margin-bottom: 15px;
	}
}

/* min 768px to max 991px */
@media (min-width: 768px) and (max-width: 991px) {
	a.about1c,a.about1a,a.about1b {
		font-size: 16px;
	}
	.about-img,.about-img1 {
		/*padding: 90px 73px 0px 73px;*/
	}
	input.search {
		width: 100%;
	}
	.container {
		max-width: 100%;
	}
	.row-top {
		/*padding-top: 110px;*/
		width: 100%;
	}
	.dropdown-submenu:hover>.dropdown-menu {
		left: -54%;
		border-radius: 6px 0 0 6px;
	}
	.foot {
		padding-top: 0px;
		text-align: center;
	}
	.col-bottom {
		margin-bottom: 15px;
	}
	.bio-img {
		padding: 0px;
		margin: 0px;
		justify-content: center;
		display: contents;
		cursor: pointer;
	}
	.aboutimg-txt p {
		font-size: 12px;
	}
	.foot ul {
		margin-left: 25px;
	}
	h6.job-option {
		/*float: none;*/
	}
	.resume-button {
		/*padding-top: 22px;*/
	}
	.resume-img i:before {
		top: 76px;
		left: 69px;
	}
	.marleft {
		height: 90px;
		margin: 48px 59px;
	}
	.life-img1 i:before {
		top: 116px;
		left: 119px;
	}
	.life-img1a h6 {
		padding: 76px 0px;
	}
	.job-select {
		width: 100%;
		height: 44px;
		background-color: #fff;
	}
	a.add1 {
		margin-bottom: 20px;
	}
	.about-img1a {
		/*padding: 70px 100px 0px 84px;*/
	}
	.rowmargin {
		margin-top: 30px;
	}
	.bio-img {
		padding: 0px;
		margin: 0px 0px 0px 20px;
		justify-content: center;
		cursor: pointer;
	}
	.about1a,.about1b,.about1c {
		background-image: url(../img/about_1.png);
		padding-top: 57px;
		padding-right: 28px;
	}
	.about1a.active {
		background-image: url(../img/newbio1.png);
	}
	.details {
		margin-left: 0px !important;
	}
	.row-padd {
		/*margin-top: 30px;*/
		justify-content: center;
		display: flex;
	}
	.resume1 {
		margin-top: 0px;
	}
	.resume-padding {
		padding-top: 0px !important;
	}
	.user-input-wrp input:focus, .floating-label, .user-input-wrp input:not(:focus):valid, .floating-label {
		font-size: 13px !important;
	}
	.resume-button1 {
		margin-right: 0px;
	}
	.pro {
		right: -3px;
	}
	.foot1 ul {
		margin-left: 35px;
	}
	.resume {
		margin-bottom: 15px;	
	}
	.submit {
		float: left !important;
		margin-top: 12px;
	}
	.show .img-show {
		top: 90% !important;
	}
	.logo {
		text-align: center;
	}
	ul.social1 {
		text-align: center;
		justify-content: center;
		display: flex;
		padding-left: 0px !important;
	}
	.cont h5,.cont1 h5 {
		font-size: 20px !important;
	}
	.cont p {
		font-size: 16px !important;
	}
	.darker-text {
		width: 70% !important;
		margin-right: 0px !important;
	}
	.lighter-text {
		width: 70% !important;
		margin-left: 110px !important;
	}
	.row-padd1 {
		margin-top: 30px;
	}
	.inputfile-2 + label {
		padding: 85px 0px 0px 0px;
	}
	.resume {
		/*padding: 0px;*/
	}
	.resume-button {
		padding: 10px 20px;
	}
	.resumetag {
		border-bottom: 1px solid #eae9e9;
		margin-bottom: 15px;
	}
	.course-drop {
		margin-bottom: 15px;
	}
	.hire-btn h5 {
		font-size: 16px;
	}
}
/* min 992 px to max 1024px */
@media (min-width: 992px) and (max-width: 1400px) {
	.dropdown-submenu>.dropdown-menu {
		top: 0;
		left: -56% !important;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 6px 0px 0px 6px !important;
	}
}	
/* min 992 px to max 1024px */
@media (min-width: 992px) and (max-width: 1440px) {
	input.search {
		width: 100%;
	}
	.foot {
		padding-top: 0px;
		text-align: center;
	}
	.foot1 {
		text-align: center;
		margin-left: 100px;
	}
	h6.job-option {
		/*float: none;*/
	}
	.resume-button {
	    padding: 10px 22px;	
	}
	.about1a,.about1b,.about1c {
		background-image: url(../img/about_1.png);
		padding-top: 57px;
		/*float: none;*/
	}
	.about1a.active {
		background-image: url(../img/newbio1.png);
	}
	a.about1a ,a.about1b ,a.about1c  {
		font-size: 16px;
		padding-right: 28px;
	}
	.bio-img {
		/*padding: 15px 135px 0px 44px;*/
		/*margin: 17px 0px 0px 75px;*/
		margin: 0px !important; 
	}
	.col-bottom {
		margin-bottom: 15px;
	}
	.life-img1a {
		float: right;
		padding-top: 120px;
		padding-right: 14px;
	}
	.details {
		/*margin-left: 160px !important; */
	}
	.resume-padding {
		padding-top: 0px !important;
	}
	.foot1 ul {
		margin-left: 147px;
	}
	.foot ul {
		margin-left: 213px;
	}
	.container {
		width: 100%;
	}
	.row-top {
		/*padding-top: 120px;*/
		/*width: 100%;*/
	}
	.job {
		margin-top: 0px;
	}
	.resume-padding {
		padding-top: 0px !important;
	}
	.row-padd {
		margin-top: 30px;
		justify-content: center;
		display: flex;
	}
	ul.social1 {
		text-align: center;
		justify-content: center;
		display: flex;
		padding-left: 0px !important;
	}
	.sendbtn {
		width: 103px !important;
	}
	.darker-text {
		width: 70% !important;
		margin-right: 0px !important;
	}
	.lighter-text {
		width: 70% !important;
		margin-left: 110px !important;
	}
	.about-img {
		/*padding-left: 190px;*/
	}
	.about-img1 {
		/*padding-right: 190px;*/
	}
	
}

.img-width {
	max-width: 100px;
	background-repeat: no-repeat;
	border-radius: 13px;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 9px;
	height: 9px;
	background: #006369;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/* new login form desin */

.user-input-wrp {
	position: relative;
	width: 100%;
	/*margin-bottom: 30px;*/
}
.user-input-wrp .inputText{
	width: 100%;
	outline: none;
	border:none;
	border-bottom: 1px solid #777;
	box-shadow: none !important;
	background: transparent;
}
.		 .inputText:focus{
	border-color: dodgerblue;
	border-width: 2px;
}
.user-input-wrp .floating-label {
	position: absolute;
	pointer-events: none;
	transition: 0.2s ease all;
	color: #006369 !important;
	font-weight: 500;
}
.user-input-wrp input:focus, .floating-label,
.user-input-wrp input:not(:focus):valid, .floating-label{
	top: 0px;
	left: 0px;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	opacity: 1;
}
#picture {
	margin-top: 16px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}
.input_fields_wrap {
	margin-bottom: 10px;
}
.add_field_button ,.remove_field {
	color: #006369;
    font-size: 26px;
}

/* new select dropdown */
[include*="form-input-select()"] {
	display: block;
	padding: 0;
	position: relative;
	color: #333;
	font-weight: 600;
	display: block;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	margin-top: 9px;
	margin-bottom: 15px;
	width: 100%;
}
[include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	z-index: 2;
}
[include*="form-input-select()"] select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border: 1px solid transparent;
	font-size: 16px;
	outline: none;
	/* Focus style */
}
[include*="form-input-select()"] select:focus {
	background-color: transparent;
	outline: none;
}
[include*="form-input-select()"] option {
	font-weight: normal;
}
[include*="form-input-select()"] x:-o-prefocus, [include*="form-input-select()"]::after {
	display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	[include*="form-input-select()"] select::-ms-expand {
		display: none;
	}
	[include*="form-input-select()"] select:focus::-ms-value {
		background: transparent;
		color: #ccc;
	}
}
@-moz-document url-prefix() {
	[include*="form-input-select()"] {
		overflow: hidden;
	}
	[include*="form-input-select()"] select {
		width: 120%;
		width: calc(100% + 3em);
	}
	@supports (-moz-appearance: none) {
		[include*="form-input-select()"] select {
			width: 100%;
		}
	}
	[include*="form-input-select()"] select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #000;
	}
}
@supports (-moz-appearance: none) {
	[include*="form-input-select()"] {
		width: 100%;
	}
}
[include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
	content: '';
	display: block;
	position: absolute;
	pointer-events: none;
	border: 1px solid transparent;
	width: 0;
	height: 0;
	right: 16px;
}
[include*="form-input-select()"]::before {
	bottom: 34%;
	border-width: 0 6.5px 8px 6.5px;
	border-bottom-color: #D6D6D6;
}
[include*="form-input-select()"]::after {
	border-width: 8px 6.5px 0 6.5px;
	border-top-color: #D6D6D6;
	top: 72%;
}
@-moz-document url-prefix() {
	[include*="form-input-select()"] {
		/*border-right: 3px solid #006369;*/
	}
	[include*="form-input-select()"]:hover {
		/*border-right: 3px solid #006369;*/
	}
}
[include*="form-input-select()"]:hover select {
	/* box-shadow: 0 2px 3px rgba(0, 91, 166, 0.1) inset;*/
	border-color: #006369;
}
[include*="form-input-select()"]:hover select:focus {
	outline-color: transparent;
}
[include*="form-input-select()"]:hover::before {
	border-bottom-color: #006369;
}
[include*="form-input-select()"]:hover::after {
	border-top-color: #006369;
}
[include*="form-input-select()"] select {
	border: 1px solid #006369;
	outline: 1px solid #006369;
	outline-offset: -3px;
	border-radius: 0;
	font-weight: 600;
	color: inherit;
	padding: 11px 15px;
	line-height: normal;
	transition: border-color 0.2s ease, outline 0.2s ease;
}
[include*="form-input-select()"] select:focus {
	/*box-shadow: 0 3px 4px rgba(0, 91, 166, 0.3) inset;*/
	outline: 1px solid #006369;
	outline-offset: -3px;
}
[include*="form-input-select()"] select[disabled], [include*="form-input-select()"] select:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
[include*="form-input-select()"] select:not(:focus):invalid {
	color: #C7C7C7;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: 0px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.checked {
	color: #15d7e2;
	font-size: 20px;
	cursor: pointer;
}
.icon-color:hover {
	color: #15d7e2;
}
.icon-color {
	color: #ccc;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}
.submit {
	width: 100px;
	height: 33px;
	background-color: #fff;
	border: 1px solid #006369;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	float: right;
	/*margin-top: 12px;*/
}
.submit:hover {
	color: #fff;
	background: #006369;
	border: 1px solid #006369;
}
.apply {
	color: #006369;
	text-decoration: none;
	padding: 12px 0px;
	transition: all 0.5s ease-in-out;
}

.apply:hover {
	color: #006369;
	text-decoration: none;
}

.details {
	background: #fff;
	box-shadow:  0 0px 7px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #006369;
	margin-top: 20px;
	margin-left: 190px;
	padding: 20px;
}
a.apply-btn {
	text-decoration:  none;
}
a.apply-btn:hover {
	text-decoration:  none !important;
}
.apply-btn {
	cursor: pointer; 
	border:1px solid #006369; 
	width: 150px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	transition: all 0.5s ease-in-out;
}
.apply-btn:hover {
	border:1px solid #006369; 
	background: #006369;
	color: #fff;
}
.apply-skill {
	color: #333;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s ease-in-out;
}
a.apply-skill:hover {
	color: #006369;
	text-decoration: none;
}
.address {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
.address strong {
	font-size: 16px;
	color: #006369;
	font-family: 'Poppins', sans-serif;
}
.job-undeline {
	border-bottom: 1px solid #ccc;
}
.resume-button:disabled,
.resume-button[disabled]{
	border: 1px solid #999999;
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
}
.jobapp {
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #006369;
}
.popup img {
	cursor: pointer;
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
}
.show{
	z-index: 999;
	display: none;
}
.show .overlay{
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.2);*/
	position: absolute;
	top: 0;
	left: 0;
}
.show .img-show{
	width: 600px;
	height: 400px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.img-show span{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;
}
.img-show img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
}
.hide{
	display: none;
}
/*End style*/
.btn {
	padding: 0px !important;
}
/*.delete-button {
	width: 25px;
	height: 25px;
	text-align: center;
	position: absolute;
	z-index: 99;
	margin-left: -37px;
}*/
.delete-button {
	width: 25px;
	height: 25px;
	text-align: center;
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	margin-right: 11px;
}
.delete-button i {
	font-size: 12px;
}
.caption {
	width: 100%;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #006369;
    border-radius: 5px;
    color: #333;
    background: transparent;
}
.caption1 {
	width: 100%;
	padding: 5px;
	border: 1px solid #006369;
    border-radius: 5px;
    color: #333;
    background: transparent;
}
.form-margin {
	margin-top: 20px;
}
.resume-padd {
	margin-top: 15px;
	background: #f7f7f7;
}
.form-padd {
	font-size: 18px;
	color: red;
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
}
h6.green {
	color: #006369;
	/*padding-left: 15px;*/
	font-size: 18px;
}
h6.red {
	color: red;
}
.custom-file-upload {
	border: 1px solid #006369;
	display: inline-block;
	padding: 10px 25px;
	cursor: pointer;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.jobdetails {
	background-color: #f7f7f7;
	margin-left: 0px;
	width: 100%;
}
.jobdetails1 {
	background-color: #f7f7f7;
	margin-left: 0px;
	width: 100%;
}
.resumebtn {
	width: 154px;
}
.sendtxt {
	border: 1px solid #006369;
	font-size: 16px;
	font-family: 'Poppins',sans-serif;
}
.sendtxt:focus {
	border: 1px solid #006369;
	box-shadow: none !important;
}
.sendtext {
	margin-top: 20px;
}
#apply-block {
	width: 100%;
	box-shadow: 0 0px 7px 0 rgba(0, 0, 0, 0.2);
	background: #f7f7f7;
	/*border: 1px solid #006369;*/
}
.card {
	background: none !important;
}
.card-title {
	font-size: 24px;
	font-family: 'Poppins',sans-serif;
}
.collapse:not(.show) {
	display: none;
}
.left-div {
	float: left;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 8px;
	width: 100%;
}
.sendbtn {
	width: 136px; 
	background-color: #333; 
	float: right; 
	border-radius: 3px; 
	color: #fff; 
	border: none; 
	height: 40px; 
	font-size: 18px;
	cursor: pointer;
	margin: 15px 15px 0px 0px;
}
.sendbtn1 {
	width: 136px; 
	background-color: #333; 
	float: left; 
	border-radius: 3px; 
	color: #fff; 
	border: none; 
	height: 40px; 
	font-size: 18px;
	cursor: pointer;
	margin: 5px 15px 0px 0px;
}
.resume-text {
	border: 1px solid #006369;
	background: #f7f7f7; 
	padding: 20px;
	margin-top: 15px;
}
.textchat {
	margin: 10px 0px 0px 15px;
	width: 100%;
	border: 1px solid #006369;
}

/* new chat design */
.chat-left-div {
	/*border: 1px solid #006369;*/
	background-color: #86BB71;
	border-radius: 5px;
	padding-left: 10px;
	box-shadow:  0 0px 7px 0 rgba(0, 0, 0, 0.1);
}
.darker {
	/*border: 1px solid #333;*/
	background-color: #94C2ED;
	/*padding-right: 10px;*/
	box-shadow:  0 0px 7px 0 rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}
.chat-left-div::after {
	content: "";
	clear: both;
	display: table;
}
.chat-left-div img {
	float: left;
	max-width: 60px;
	width: 100%;
	margin-right: 20px;
	border-radius: 50%;
}
.time-right {
	float: left;
	color: #fff;
}
h6.time-right1 {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin-top: 35px;
}
.time-left {
	float: right;
	color: #fff;
}
.darker-text {
    width: 70%;
    margin-right: 140px;
}
.lighter-text {
    width: 70%;
    margin-left: 140px;
}
h6.time-left1 {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin-top: 35px;
	float: right;
	padding-right: 10px;
	margin-bottom: 7px;
}
.msg-design {
	width: 100%;
	background: #f7f7f7;
	border: 1px solid #006369;
}
.button-edit {
	padding: 5px !important;
}
.editfont {

}
a.btn:not([href]):not([tabindex]) {
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.btn {
    font-size: 14px;
    padding: .8rem 1.2rem
}

a.btn-default:not([href]):not([tabindex]) {
    color: #686868
}

.btn-group.show {
    display: inline-block!important
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px
}

.btn-xs {
    padding: 1px 8px;
    font-size: 11px
}

.btn-circle {
    padding: 6px 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}
.btn-danger, .btn-danger.disabled {
    background: #fb9678;
    border: 1px solid #fb9678;
}
.btn-info, .btn-info.disabled {
    background: #15d7e2;
    border: 1px solid #15d7e2;
}
.btn-circle {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.panel-blue a, .panel-info a {
    color: #006369;
    transition: all 0.5s ease-in-out;
}
.panel-blue a:hover, .panel-info a:hover {
    /* color: #0274a7; */
    text-decoration: none;
}
table#example23 {
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
}

/* contact form */
.cont {
    border-right: 1px solid #006369;
}
.cont h5 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.cont1 h5 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.cont p {
    font-size: 16px;
    color: #888;
    font-weight: normal;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
ul.social1 {
    text-align: center;
}
ul.social1 li {
    list-style: none;
    float: left;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #888;
    border-radius: 50px;
    padding-top: 10px;
    transition: all 0.5s;
}
ul.social1 li:hover {
    border: 1px solid #006369;
    background-color: #006369;
    color: #fff; 
}
ul.social1 li a {
    color: #333;
    transition: all 0.5s;
}
ul.social1 li a:hover {
    color: #fff; 
}
.con-form h5 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.con-form {
    justify-content: center;
}
input.con-form1 {
    border: 1px solid #c0c5d2;
    border-radius: 5px;
    width: 100%;
    padding: 9px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: all 0.5s;
    color: #333;
    background-color: transparent;
    margin-bottom: 25px;
}
input.con-form1:hover, input.con-form1:focus {
    border: 1px solid #006369;
}
textarea.con-form1 {
    border: 1px solid #c0c5d2;
    border-radius: 5px;
    width: 100%;
    padding: 9px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: all 0.5s;
    color: #333;
    background-color: transparent;
}
textarea.con-form1:hover {
    border: 1px solid #006369;
}
.send1a {
    /* margin-top: 25px; */
    margin-left: 15px;
}
button.send {
    padding: 10px 30px 10px 30px;
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s;
    border: none;
    cursor: pointer;
}
button.send:hover {
    background-color: #006369;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.notrecord {
	height: 400px;
	margin-top: 15px;
}

/* pagination */

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #006369;
    color: #fff;
    border-color: #006369;
}

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left
}

.pagination-split li:first-child {
    margin-left: 0
}

.pagination-split li a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #15d7e2;
    border-color: #15d7e2;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}

.messgesend {
	margin-left: 20px;
    color: #fff;
    font-size: 24px;
    top: 210px;
    position: absolute;
    transition: all 0.5s ease-in-out;
}
.messgesend:hover {
	color: #006369;
}
.messgesend.active {
	color: #006369;
}
/*.course-drop {
	width: 140px;
	border: 1px solid #006369;
	padding: 5px;
	-moz-appearance: none;
}*/
select {
	border:1px solid #006369;
	background-color: #fff;
	color:#333;
	font-size:16px;
	width: 100%;
	padding: 3px 10px;
	font-weight: 600;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.panel-body .dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0 !important;
	margin-right: 4px;
    background: #fff !important;
    color: #006369 !important;
    border: 1px solid #006369;
    padding: 3px 10px !important;
}

.panel-body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	 background: #006369 !important;
     border: 1px solid #006369;
     color: #fff;
}

.dataTables_wrapper .dataTables_paginate {
	padding-top: 0.75em !important;
}

.panel-body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	margin-right: 4px;
    background: #006369 !important;
    color: #fff !important;
    border: 1px solid #006369;
    padding: 3px 10px !important;
}

#site_content .panel .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	background: transparent !important;
}
.course-drop {
  width: 100%;
  position: relative;
}
.course-drop i {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
.title h5 {
    font-size: 15px;
    color: #222;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s;
}
.messgesend1 {
	margin-left: 20px;
    color: #006369;
    font-size: 24px;
    transition: all 0.5s ease-in-out;
}
.messgesend1:hover {
	color: #006369;
}
.messgesend1.active {
	color: #006369;
}
.resume-button1a {
	margin-bottom: 5px;
	display: inline-block;
	background: #fff;
	border: 1px solid #006369;
	padding: 10px 25px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	width: 100%;
}
.resume-button1a:hover {
	color: #333;
	border: 1px solid #006369;
	text-decoration: none;
}
.resume-button1a:focus {
	border: 1px solid #006369;
	outline: none !important;
}
.jobsbtn {
	padding: 15px;
}
.terms {
	height: 700px;
}
.title1 ul {
	padding-left: 0px;
}
.title1 ul li {
    margin-bottom: 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid #006369;
    padding: 6px 15px;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
}
.title1 ul li a {
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.btns {
	padding-left: 0px;
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    text-align: center;
}
.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}
.cssload-speeding-wheel {
  width: 31px;
  height: 31px;
  margin: 0 auto;
  border: 2px solid rgba(97,100,193,0.98);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 425ms infinite linear;
    -o-animation: cssload-spin 425ms infinite linear;
    -ms-animation: cssload-spin 425ms infinite linear;
    -webkit-animation: cssload-spin 425ms infinite linear;
    -moz-animation: cssload-spin 425ms infinite linear;
}

.header .row {
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.add-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-img .img {
    position: relative;
    display: none;
    width: 30px;
    height: 30px;
    background: #fff;
    align-items: center;
    padding: 2px;
    border: 1px solid #ededed;
    margin-right: 5px;
}
.img img {
    width: 100%;
}


@keyframes cssload-spin {
  100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
  100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
  100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
  100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
  100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}