body {
font-family:Arial;
font-size: 14px;
line-height: 24px;
color: #777;
overflow-x: hidden;
margin: auto;
background: #fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #164f4f;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid #000;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

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

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding { padding: 25px 0 }
/*START SECTION TITLE DESIGN*/
.section-title { margin-bottom: 0px }
.section-title  h2 {
font-size: 24px;
font-weight: 300;
letter-spacing: 2px;
margin-bottom: 0;
margin-top: 0;
text-transform: uppercase;
}
.line{
border-bottom: 1px dashed #777;
display: block;
margin: 15px auto;
width: 80px;
}
@media only screen and (max-width:480px) { 
.section-title  p{padding:0 15px}
}
/*END SECTION TITLE DESIGN*/
/*
* --------------------
* 01.END GENERAL STYLE
* --------------------
*/
/*
* ----------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------
*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}
.navbar-brand { padding: 0px }
.navbar-brand img {
    width: 110px;
    margin-left: 10px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff }
.menu-top li a {
color: #fff !important;
font-size: 15px;
font-weight:bold !important;
letter-spacing: 2px;
}

@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}
@media only screen and (max-width:480px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #313131  !important }
}
.navbar-default.menu-shrink {
background:rgba(224, 219, 219, 0.9) none repeat scroll 0 0;
padding: 10px 0;
width: 100%;
 margin-top:0px
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}


.navbar-default.menu-shrink li a,
.navbar-default .navbar-nav > li > a { color: #777 !important;}
.navbar-default.menu-shrink li a:hover,
.navbar-default .navbar-nav > li > a:hover { }color: #777 !important;
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #164f4f }
/*
* -------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* -------------------------------------
*/
/*
* --------------------
* 03.START HOME DESIGN
* --------------------
*/
.home_bg {
    height: 590px;
    position: relative;
}

.home_bg2 {
    height: 200px;
    position: relative;
}
@media only screen and (max-width:768px) { 
.home_bg {height: 1048px;}
}

@media only screen and (max-width:480px) { 
.home_bg {height: 1150px;}
}
@media only screen and (max-width:414px) { 
.home_bg {height: 1150px;}
}
@media only screen and (max-width:375px) { 
.home_bg {height: 1150px;}
}

@media only screen and (max-width:360px) { 
.home_bg {height: 1100px;}
}
@media only screen and (max-width:320px) { 
.home_bg {height: 1100px;}
}
.home_bg:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.hero-text h2 {
color: #fff;
font-size: 50px;
font-weight: 400;
letter-spacing: 0;
line-height: 64px;
padding-top: 200px;
text-transform: capitalize;
}
@media only screen and (max-width:768px) { 
.hero-text h2 {
font-size: 56px;
line-height: 46px;
}
}
@media only screen and (max-width:480px) { 
    .hero-text h2 {
		padding-top: 200px;
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (max-width:360px) { 
    .hero-text h2 {
        font-size: 26px;
        line-height: 34px;
    }
}
.hero-text p {
    color: #fff;
	font-size:27px;

}
.home_btn{
margin-left: -10px;
margin-top: 30px;
}
.home_btn a {
background: transparent none repeat scroll 0 0;
border: 2px solid #fff;
border-radius: 50px;
color: #fff;
display: inline-block;
padding: 10px 30px;
margin: 0 10px 15px;
transition: all 0.3s ease 0s;
}
.home_btn a:hover{
background:#fff;color:#333;
}
.home_btn a i{
font-size: 20px;
margin-right: 5px;
vertical-align: middle;
}

.hero-text-img {
    padding-top: 100px;
}
.hero-text-img img {
  width: 451px;
}
@media only screen and (max-width:768px) { 
.hero-text-img{padding-top: 58px; }
}
@media only screen and (max-width:480px) { 
.hero-text-img{
display: inline-block;
padding-top: 112px;
}
.hero-text-img img {width: 100%;}
}
@media only screen and (max-width:414px) { 
.hero-text-img{padding-top: 138px; }
}
@media only screen and (max-width:375px) { 
.hero-text-img{padding-top: 128px; }
}
@media only screen and (max-width:360px) { 
.hero-text-img{padding-top: 116px; }
}
@media only screen and (max-width:320px) { 
.hero-text-img{padding-top: 171px; }
}

/*
* ------------------
* 03.END HOME DESIGN
* ------------------
*/


/**
 * Post Hero
 */

.post-hero {
    border-bottom: 1px solid #E6E6E6;
    padding: 8px 0;
}

.post-hero.alt-height { 
	padding-top: 50px; 
	padding-bottom: 48px; 
}

.post-hero-texting {
    border: 1px solid #33B6CB;
    border-radius: 3px;
    color: #33B6CB;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    margin-right: 10px;
}

.post-hero-item {}

.post-hero-item a,
a.post-hero-item {
    color: #939393;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.post-hero.no-bb {
    border-bottom: 0;
}

.post-hero-inner-shahow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.21);
    border-radius: 3px;
    background: #FFF;
    margin-top: -102px;
}
/* Team Members */
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


/**
 * Latest Job Ticker
 */

.ticker-wrapper {
    overflow: hidden;
    height: 40px;
}

.ticker-inner {
    text-align: center;
    width: 100%;
    position: relative;
    line-height: 1.2;
}

ul.ticker-list {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    height: 26px;
}

ul.ticker-list li,
ul.ticker-list li a {
    color: #939393;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 1px 0;
    display: inline-block;
    height: 26px;
}

ul.ticker-list li a {
    padding-right: 7px;
}

ul.ticker-list li a .labeling {
    border: 1px solid #33B6CB;
    border-radius: 3px;
    color: #33B6CB;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    line-height: 1.2;
    display: inline-block;
    margin-right: 7px;
}

ul.ticker-list li a:after {
    font-family: 'FontAwesome';
    content: "\f178";
    color: #33B6CB;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
}

ul.ticker-list li a:hover:after {
    opacity: 1;
}



/*
* -----------------------------
* 06.START MAIN FEATURES DESIGN
* -----------------------------
*/
.single_feature {
	margin-top: 50px;
}
@media only screen and (max-width:480px) { 
.single_feature{margin-bottom: 50px;
margin-top: 0;}
}
@media only screen and (max-width:768px) { 
    .single_more_feature { padding-top: 0px }
}
.single_feature i {
color:red;
font-size: 45px;
line-height: 45px;
margin: 0 auto 15px;
position: relative;
text-align: center;
}

.single_feature h3 {
	text-transform:uppercase;
    font-size: 14px;
	font-weight:bold;
}
.single_feature span {
    border-bottom: 1px dashed #ccc;
    width: 80px;
    display: block;
	margin-bottom: 10px;
}
.single_feature p { margin-bottom: 0 ; padding:0 30px; font-size:13px;}
.feature_img img {
padding-top:70px;
width: 100%;
}

.category-group p.sub-category,
.sub-category {
    font-size: 12px;
    margin: 0;
}

.category-group p.sub-category a,
.sub-category a {
    color: #939393;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px 12px;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 3px;
cursor:default;
}

.sub-category a {
    padding: 5px 10px; cursor:default;
}

.category-group p.sub-category a:hover,
.sub-category a:hover {
    color: #2991A2;
    border-color: #2991A2; cursor:default;
}

.sidebar-module .sub-category a {
    margin-bottom: 2px;
}

/*
* ---------------------------
* 06.END MAIN FEATURES DESIGN
* ---------------------------
*/
* -----------------------------
* 09.START MORE FEATURES DESIGN
* -----------------------------
*/
 .more_features {
  padding-top: 60px;
}
  .single_more_feature {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 30px 15px 0px 15px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.mybox
{border: 1px solid #DDDDDD;
    padding: 40px 10px 10px 10px;
    border-radius: 5px;
    margin: 0 15px;
    width: 30%;}
@media screen and (max-width: 640px)  {
    .mybox{width:100%;}
}
.single_more_feature:hover .bg-icon span {
	opacity: 0.05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}
.single_more_feature .single_icon {
	margin: 0px auto 20px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.single_icon img
{
	margin:0 auto;}
.single_icon span {
	font-size: 40px;
	text-align: center;
	color: #8bc24c;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.single_more_feature:hover .single_icon span {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	color: #164f4f;
}
.single_more_feature .single_text h3 {
font-size: 20px;
line-height: 21px;
text-transform: uppercase;
transition-duration: 500ms;
}

.single_more_feature:hover .single_text h3 {
	color: #164f4f;
}

.single_more_feature .single_text p {
	color: #6f6f6f; font-size:14px;
	margin: 0;
} 
.single_text a {
    margin: 20px 0;
    display: inline-block;
    border: 2px solid #2991A2;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 4px;
}
/*
* ---------------------------
* 09.END MORE FEATURES DESIGN
* ---------------------------
*/
/*


/*
* ---------------------------
* 11.START TESTIMONIAL DESIGN
* ---------------------------
*/
.testimonial
{
	background:url(../img/pro2_bg.jpg) fixed;
	/*height:406px;*/
	margin:0px 0;}
.testimonial-text i{ display:none;
color: #fff;
font-size: 60px;
margin-bottom: 20px;
}

.testimonial-text p {
    font-size: 15px;
	color:#fff;
	margin-bottom: 20px;
}
.testimonial-text img{border-radius: 500px;
margin: auto;
width: 100px; }
.testimonial-text h4 {
font-size: 14px;
	font-weight:400 !important;
margin-bottom: 15px;
color:#fff;
text-transform: uppercase;
}
.testimonial-text h5{
color: #fff;
	font-weight:400 !important;
margin-bottom: 0;
text-transform: uppercase;
} 
.carousel-indicators li {
    border: 1px solid #fff;
    border-radius: 12px;
    height: 12px;
    margin: 0 1px;
    width: 5px;
    background: #fff;
}
.carousel-indicators .active {
  background-color: #164f4f;
  height: 18px;
  margin: 0 1px ;
  width: 5px;
}
.site-wrapper { margin-bottom: 65px }
#team__carousel { margin-bottom: 0px }
#team__carousel .carousel-indicators { bottom: -80px; display:none;}
.carousel-control { display: none }

/*
* -------------------------
* 11.END TESTIMONIAL DESIGN
* -------------------------
*/ 
/*
* ------------------------
* 12.START DOWNLOAD DESIGN
* ------------------------
*/
.download {
	border-bottom:1px solid #CCC;}
.download_icon h2 {
  color: #656565;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-top: 0;
}
.btn-contact-bg
{
	background:#164f4f;
	color:#fff;}

.download_icon img { margin: 0 10px }
@media only screen and (max-width:480px) { 
    .download_icon img { margin-bottom: 10px }
}
/*
* ----------------------
* 12.END DOWNLOAD DESIGN
* ----------------------
*/

/*
* ----------------------
* 16.START FOOTER DESIGN
* ----------------------
*/
.main-footer {
    background: #26262A;
    padding-top: 14px;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
}

.main-footer a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.main-footer a:hover {
    color: #2991A2;
}

h5.footer-title {
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0 0 25px;
    color: #FFF;
    position: relative;
}

.footer-about-us {
    margin-right: 40px;
    font-size: 12px;
    line-height: 24px;
}

.footer-about-us a {
    border: 2px solid #33B6CB;
    color: #33B6CB;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 4px 12px;
    display: inline-block;
    border-radius: 3px;
    font-size: 11px;
    letter-spacing: 2px;
}

.footer-about-us a:hover {
    border-color: #2991A2;
}

ul.footer-menu li {
    width: 50%;
    float: left;
    margin-bottom: 12px;
}

.footer-newsletter {
    margin-top: 23px
}

.footer-newsletter .form-group {
    position: relative;
}

.footer-newsletter .form-control {
    background: none;
    height: 44px;
    border-radius: 22px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    padding-left: 20px;
    padding-right: 100px;
    color: #FFF;
}

.footer-newsletter .form-control:focus {
    border-color: #FFF;
}

.footer-newsletter .btn {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 22px;
    line-height: 16px;
    padding-top: 9px;
    padding-bottom: 7px;
    padding-left: 15px;
}

.bottom-footer {
    background: #212124;
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom-footer a {
    color: rgba(255, 255, 255, 0.5);
}

.bottom-footer a:hover {
    color: #2991A2;
}

ul.bottom-footer-menu {
    text-align: center;
}

ul.bottom-footer-menu li {
    display: inline-block;
    position: relative;
    font-size: 12px;
}

ul.bottom-footer-menu li + li {
    margin-left: 30px;
}

ul.bottom-footer-menu li:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -20px;
    width: 4px;
    height: 4px;
    background: #33B6CB;
    border-radius: 50%;
}

ul.bottom-footer-menu li:last-child:after {
    display: none;
}

ul.bottom-footer-menu.for-social {
    float: right;
}

ul.bottom-footer-menu.for-social li + li {
    margin-left: 20px;
}

ul.bottom-footer-menu.for-social li a {
    font-size: 16px;
}

ul.bottom-footer-menu.for-social li:after {
    display: none;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    ul.bottom-footer-menu {
        text-align: left;
        margin: 10px 0;
    }
    ul.bottom-footer-menu.for-social {
        float: left;
        margin: 0;
    }
}

@media (max-width: 479px) {}

/*
* --------------------
* 16.END FOOTER DESIGN
* --------------------
*/.job-item-list {
    position: relative;
    padding: 30px 20px;
    padding-left: 160px;
    line-height: 19px;
    background: #EDF2F2;
    border-radius: 3px;
    margin-bottom: 20px;
}

.job-item-list .image {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
}

.job-item-list .image img {width:auto; max-width:100%; margin:auto;}

.job-item-list .content {
    border-left: 1px solid #E3E3E3;
    border-radius: 3px;
    padding-left: 20px;
}

.job-item-list .content h4 {
    margin: 0 0 5px;
}

.job-item-list .sub-category {
    margin-bottom: -5px;
    margin-top: 10px;
}

.job-item-list .meta-div {
    margin-top: 10px;
}

.job-item-list .meta-div > span {
    display: block;
    float: left;
}

.job-item-list .job-label {
    width: auto;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-left: 10px;
    margin-top: -4px;
}

.job-item-list .texing {
    font-size: 13px;
}

.job-item-list .meta-list,
.job-item-list .btn {
    margin-left: 15px;
}

.job-item-list .texing {
    margin: 0 0 12px;
}

.meta-div {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

ul.meta-list li {
    margin: 7px 0;
}

ul.meta-list li span {
    font-weight: 600;
}

.job-item-list.featured .featured-label {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 70px 70px 0;
    border-color: transparent #BC3033 transparent transparent;
    color: #FFF;
    position: absolute;
    top: -1px;
    right: -1px;
}

.job-item-list.featured .featured-label span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: block;
    margin-top: 0px;
    margin-left: 30px;
    font-size: 11px;
    font-weight: 600;
    text-transform: lowercase;
}

.job-item-grid-wrapper {
    margin-bottom: -30px;
}

.job-item-grid {
    line-height: 1.4;
    border-radius: 3px;
}

.job-item-grid > a {
    color: #939393;
    font-weight: 400;
}

.job-item-grid .fav-save {
    position: absolute;
    left: 15px;
    top: 130px;
}

.job-item-grid .fav-save a {
    display: inline-block;
    line-height: 1;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #33B6CB;
    color: #FFF;
    text-align: center;
}

.job-item-grid .labeling {
    position: absolute;
    left: auto;
    right: 15px;
    top: 130px;
}

.job-item-grid .labeling .label {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1.2;
}

.job-item-grid {
    background: #EDF2F2;
    width: 100%;
    position: relative;
}

.job-item-grid .image {
    padding: 2px;
    height: 140px;
    display: table;
    width: 100%;
}

.job-item-grid .image .vertical-middle {
    display: table-cell;
    vertical-align: middle;
    background: #FFF;
    height: 100%;
}

.job-item-grid .image img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.job-item-grid .content {
    padding: 35px 15px 15px;
}

.job-item-grid .content h4,
.job-item-grid .content h5,
.job-item-grid .content h6 {
    line-height: 1.2;
    margin: 0 0 5px;
    position: relative;
}

.job-item-grid .content h4:before,
.job-item-grid .content h5:before,
.job-item-grid .content h6:before {
    font-family: 'FontAwesome';
    content: "\f08e";
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
    margin-right: -12px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 5px;
}

.job-item-grid:hover h4:before,
.job-item-grid:hover h5:before,
.job-item-grid:hover h6:before {
    margin-right: 0;
    opacity: 1;
}

.job-item-grid .content .location {
    margin-bottom: 15px;
}

.job-item-grid .content .date {
    letter-spacing: 1px;
}

.job-item-grid .content-bottom {
    border-top: 1px solid #FFF;
    padding: 20px 15px 15px;
}

.job-item-grid .content-bottom .sub-category a {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 3px 7px;
    border-color: #DDD;
}

.job-item-grid-wrapper .slick-prev {
    left: -40px
}

.job-item-grid-wrapper .slick-next {
    right: -40px
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .job-location {
        font-size: 14px;
    }
    .job-label {
        font-size: 11px;
    }
    .job-item-list .meta-list {
        margin-bottom: 15px;
    }
    .job-item-grid-wrapper .slick-prev {
        left: -20px
    }
    .job-item-grid-wrapper .slick-next {
        right: -20px
    }
}

@media only screen and (max-width: 991px) {
    .job-item-grid-wrapper .slick-prev {
        left: 0
    }
    .job-item-grid-wrapper .slick-next {
        right: 0
    }
    .job-item-grid-wrapper .slick-prev:before,
    .job-item-grid-wrapper .slick-next:before {
        background: rgba(51, 184, 204, 0.8);
    }
    .job-item-list {
        padding: 20px 20px;
    }
    .job-item-list .image {
        position: relative;
        top: 0;
        left: 0;
        width: 100px;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #DDD;
        border-radius: 3px;
    }
    .job-item-list .content {
        border: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .job-item-list .meta-list,
    .job-item-list .btn {
        margin-left: 0;
    }
    .job-item-list .sub-category {
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {}



ul.social-icons{margin:0px; padding:0px; list-style-type:none;}
ul.social-icons li{display:inline-block;}
ul.social-icons .sm-icons{width:32px; height:32px; margin: 5px 4px; display:inline-block;}
ul.social-icons .ic-fb{background:url(../img/icon_fb.png);}
ul.social-icons .ic-tw{background:url(../img/icon-twitter.png);}
ul.social-icons .ic-ln{background:url(../img/icon-linkdin.png);}
ul.social-icons .ic-gp{background:url(../img/icon-gplus.png);}
.rownomrg{margin-right: 0px;
margin-left: 0px;}
.img100{width:100%;}

.jopgroup{margin: 0px; padding: 0px; list-style-type: none;}
.jopgroup li{padding: 10px;

border: 1px dashed #c3bfbf;
margin-bottom: 0px;}
.jopgroup li:hover{background: #f6f6f6;
border: 1px dashed #c3bfbf;}
.jopgroup h2{margin: 0px 0px 0px 0px;
padding: 0px; cursor:pointer;
font-size: 22px;
font-weight: normal;}
.jopgroup .table{margin-top: 10px;
margin-bottom: 10px; max-width: 400px;}
.jopgroup li.activeme{}
.jopgroup li.activeme .infobox{display:block;}
.jopgroup  .infobox{display:none;}

.iconacc{display: inline-block;
float: right;
background: #ccc; padding:0px 10px;}
.img-client{width: auto;
max-width: 94%;
margin: auto;}


.navbar-default{}

.btn-group-lg > .btn, .btn-lg{font-size:14px !important;}
p{font-size:14px;}
