/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import Font Plugins*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700');

* {
    border-radius: 0;
}

body {
    font-size: 14px;    
    color: #4a525d;
    font-weight: 400;    
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    /*font-family: 'Lato', sans-serif, Arial,Helvetica,sans-serif;*/
    background: #f4f4f4;
}

body.header-fixed-space {
    padding-top: 94px;
}
body.header-fixed-space-v2 {
    padding-top: 135px;
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

li a,
label {
    color: #555;
}

a {
    color: #72c02c;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}
a:hover {
    color: #72c02c;
    text-decoration: underline;
}

b, strong {
    font-weight: 600;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
    /*background: #fff;*/
}

.boxed-layout {
    padding: 0;
    /*box-shadow: 0 0 5px #ccc;*/
    margin-left: auto !important;
    margin-right: auto !important;
    /*background: #f6f6f6;*/
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

@media (min-width: 1200px){   
    .container {
        width: 1200px;
    }
}
.boxed-layout.container {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.text-highlight {
    color: #007bff;
}

/*--------------------------------------------------
        [2. Breadcrumbs]
----------------------------------------------------*/
/*Default Breadcrumbs*/
.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    background: url(../img/patterns/breadcrumbs.png) repeat;
}

/*--------------------------------------------------
        CUSTOM BUTTON STYLE
----------------------------------------------------*/

.info-btn { 
    cursor: pointer;   
    position: relative;
    border: 2px solid transparent;
    white-space: nowrap;
    display: inline-block;    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;    
}

.info-btn-success:hover {
    border-color: #5cb85c;
    color: #5cb85c;
    background: #fff;
    text-decoration: none;
}

.info-btn-primary:hover {
    border-color: #0288d1;
    color: #0288d1;
    background: #fff;
    text-decoration: none;
}

.info-btn-info:hover {
    border-color: #5bc0de;
    color: #5bc0de;
    background: #fff;
    text-decoration: none;
}



.section {
    padding: 0px 0;
}

.section-cate {
    padding: 30px 0;
}
.service-item {
    text-align: center;
    padding: 86px 15px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.service-item .icon-wrapper {
    font-size: 40px;
    margin-bottom: 30px;
}
.service-item .icon-wrapper i {
    color: #FF4F57;
    font-size: 56px;
    margin-bottom: -17px;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.service-item .icon-wrapper i {
    display: block;
    margin: 0 auto;
    color: #ff4f57;
}
.service-item h2 {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.advance-search input[type="text"] {
    width: 100%;
    padding: 11px 30px!important;
    font-size: 16px!important;;
    border: none;
    text-transform: inherit;
}


.btn-search-icon {
    padding: 7px 17px;
    height: 53px;
    font-size: 18px;
    background: #f16b35;
    color: #fff;
    width: 69px;
    text-align: center;
}
.form-group i {
    position: absolute;
    top: 20px!important;
    color: #5c6a65!important;
    left: 25px!important;
    font-size: 17px!important;
}
.popular-jobs a {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
    color: #fff;
    margin: 0 5px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
::selection {
    background: #ff4f57;
    color: #fff;
}

.search-container .content {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    margin-bottom: 30px;
}.f-category {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #ddd;
    
    margin-top: -1px;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 10px;
}
.f-category .icon {
    margin: 0px;
}
.f-category:hover {
    background: #eee;
}


.f-category:hover h3{
   text-decoration:none;
}
a {
    color: #72c02c;
    text-decoration: none!important;
}
.f-category h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.f-category .icon i {
    font-size: 46px;
    padding: 0px;
    color: #ff4f57;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.category .section-title {
    color: #fff;
}
.main-navigation .float-right li a {
    border-color: #FF4F57;
    color: #FF4F57 !important;
}
.main-navigation .float-right li a {
    color: #ff4f57 !important;
    border: 1px solid #ff4f57;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    display: block;
    font-size: 15px;
    border-radius: 4px;
    padding: 10px 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.section-title {
    font-size: 36px;
    padding: 20px 0px 17px;
    font-weight: 900;
}

.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a.active {
    background: #FF4F57;
}

.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a.active {
    color: #fff;
    background-color: #ff4f57;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    display: block;
    font-size: 15px;
    border-radius: 4px;
    padding: 10px 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}