    /*Template Name:Jonroot
File Name:style.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
License URI: http://www.themevault.net/license/*/

/* FONTS*/
@import '../fonts/elegant_font/css/style.css';
@import '../fonts/et-line-font/style.css';
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
/*font-family: 'Fredoka One', cursive;*/
/* latin */
@font-face {
    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/fredokaone/v14/k3kUo8kEI-tA1RRcTZGmTlHGCac.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
a, button {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
a {
    color: inherit;
}
a:hover,
a:active,
a:focus {
    color: inherit;
    outline: none !important;
    text-decoration: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline:none;
    outline-offset:none;
}
ul , li{
    margin: 0;
    padding: 0;
    list-style: none;
}
/**::-moz-selection {
    background-color: #fc328a;
    color: #ffffff;
}

::selection{
    background-color: #fc328a;
    color: #ffffff;
}*/
/*typography*/
body {
    margin: 0;
    color: #000;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    background-color: #fff;
}
h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
}
/*End typography*/

/*Spacing Value*/
.tv-offspace-top-20 
{
    margin-top:20px;
}
.tv-offspace-top-30 {
    margin-top: 30px;
}
.tv-offspace-top-40 {
    margin-top: 40px;
}
.tv-offspace-top-50 {
    margin-top: 50px;
}
.tv-offspace-bottom-20
{
    margin-bottom:20px;
}
.tv-offspace-bottom-30
{
    margin-bottom: 30px;
}
.tv-offspace-bottom-40
{
    margin-bottom: 40px;    
}
.tv-offspace-bottom-50
{
    margin-bottom: 50px;
}
/*Width-100*/
.width-100
{
    width:100%;
}
/*Padding-0*/
.padding-0{
    padding:0;
}
/*Section Padding*/
.tv-section-padding{
    padding-top: 80px;
}
.tv-section-padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.tv-section-footer-padding
{
    padding-top: 40px;
}
/*Section Padding End Here*/

.tv-fixed-img {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

/*Notification CSS*/
.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    margin: 0;
    background: linear-gradient(to left, rgba(185,57,208,0.8), rgba(20,145,222,0.8));
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
    color:#ffffff;
}
.navbar-default .navbar-brand
{
    color:#ffffff;
}
.tv-nav-logo > a {
    display: inline-block;
    margin-top: 10px;
}
.tv-menu {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #000000;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color:#000000;
}
.tv-navbar-custom {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 0;
}
.tv-drop-menu.open > a, .tv-drop-menu.open > a:focus, .tv-drop-menu.open > a:hover {
    background-color: transparent !important;
    color: #000000 !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #1491de;
    color: #ffffff;
    text-decoration: none;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    margin:0 !important;
    left: 100%;
}
.dropdown-submenu {
    position: relative;
}
.tv-sub-menu {
    background:#000000;
    box-shadow: none;
    min-width: 200px;
    padding: 0;
    left:15px;
    border-radius: 0;
    border:0;
    margin-top:1px !important;
}
.tv-sub-menu li a {
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1px;
    padding: 18px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.tv-drop-menu a > i {
    margin-left:2px;
    line-height: 0;
    transition: all 0.25s ease-out 0s;
    font-weight: 800;
}
.Navigation-list {
    display: block !important;
}
.Navigation-list.is-hidden {
    display: none !important;
}
.navbar-nav > li > a {
    line-height: 30px;
}
.tv-banner-job-button {
    border-left: 1px solid #ddd;
    line-height: 60px;
}
.tv-banner-job-button > a{
    background: #1491de none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 10px;
    padding: 10px 20px;
    transition: all 0.4s ease 0s;
    font-size: 14px;
}
.tv-banner-button , .tv-white-button {
    line-height: 60px;
}
.tv-white-button > a , .tv-banner-button > a
{
    background: #1491de none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 10px;
    padding: 10px 20px;
    transition: all 0.4s ease 0s;
    font-size: 14px;
}
.tv-banner-job-button > a:hover{
    background: #ffffff;
    color:#000000;
}
.tv-banner-button > a:hover
{
    background: #ffffff;
    color:#000000;
}
.tv-white-button > a:hover
{
    background: #b939d0;
}
.tv-white-button i , .tv-banner-job-button i , .tv-white-button i , .tv-banner-button i {
    font-size: 14px;
    margin-right: 5px;
}
/*#1491de #b939d0*/
/*End Notification CSS*/

/*Banner CSS*/
/* hero start */
.tv-banner-image-hero {
    min-height: 700px;
    width: 100%;
    position: relative;
}
.tv-banner-image-hero {
    min-height: 700px;
    width: 100%;
    position: relative;
}
.tv-banner-image-hero::before{
 background: linear-gradient(to left, rgba(185,57,208,0.8), rgba(20,145,222,0.8));
  bottom: 0;
  position: absolute;
  content: "";
  display: block;
  left: 0;
  opacity: 0.8;
  right: 0;
  top: 0;
  z-index:1;
}
.tv-banner-image-hero video {
  width: 100%;
  min-height: 700px;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.tv-banner-image-hero .tv-banner-home-title {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
/* hero end */
.tv-banner-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    min-height:700px;
    overflow: hidden;
    min-height: 700px;
}
.tv-banner-image::before {
    background: linear-gradient(to left, rgba(185,57,208,0.8), rgba(20,145,222,0.8));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.tv-banner-home-title {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.tv-banner-home-title > h1 {
    color: #ffffff;
    font-family: "Fredoka One",cursive;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 40px;
}
.tv-banner-home-title p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 20px auto;
    width: 80%;
}
/*End Banner CSS*/

/*How It Works CSS*/
.tv-white-section-title h3 {
    font-family: "Fredoka One",cursive;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#000000;
}
.tv-white-section-title span
{
    color:#1491de;
}
.tv-white-section-title {
    margin-bottom: 30px;
}
.tv-white-section-title > p {
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}
.tv-work-process {
    position: relative;
    text-align: center;
}
.tv-process-icon {
    border-color: #f5f9fc;
    border-radius: 50%;
    display: inline-block;
    float: none;
    font-size: 35px;
    height: 100px;
    line-height: 98px;
    position: relative;
    text-align: center;
    width: 100px;
}
.tv-blue-color
{
    background: rgba(20,145,222, 0.1) none repeat scroll 0 0;
    color: #1491de;
}
.tv-green-color
{
    background: rgba(15, 183, 107, 0.1) none repeat scroll 0 0;
    color: #0fb76b;
}
.tv-purple-color
{
    background: rgba( 185,57,208, 0.1) none repeat scroll 0 0;
    color: #b939d0;
}
.tv-count-green
{
    background: #0fb76b none repeat scroll 0 0;
}
.tv-count-blue
{
    background: #1491de none repeat scroll 0 0;
}
.tv-count-purple
{
    background: #b939d0 none repeat scroll 0 0;
}
.tv-process-count {
    border-radius: 50%;
    top: 5px;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}
.tv-work-process > h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 20px 0;
    text-transform: uppercase;
}
.tv-work-process > p {
    letter-spacing: 1px;
}
.tv-process-icon i {
    font-size: 30px;
}
/*End How It Works CSS*/

/*Category CSS*/
.tv-category-bg
{
    background: #f4f5f7 none repeat scroll 0 0;
}
.tv-category-clear div:nth-child(4n+1)
{
    clear:both; 
}
.tv-category-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 50px 12px 30px;
    text-align: center;
}
.tv-category-box:hover::before {
    border-bottom: 40px solid #1491de;
    border-right: 40px solid transparent;
    bottom:30px;
    content: "";
    left: 15px;
    position: absolute;
    z-index: 1000;
}
.tv-category-box:hover::after {
    border-left: 40px solid transparent;
    border-top: 40px solid #1491de;
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1000;
}
.tv-category-box:hover i {
    color: #1491de;
}
.tv-category-icon i {
    font-size: 40px;
    color:#000000;
}
.tv-category-details h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0;
}
.tv-category-details > p {
    color: #707070;
    font-weight: 700;
    letter-spacing: 1px;
}
.tv-category-details h4:hover {
    color: #1491de;
}
/*End Category CSS*/

/*Recent Jobs CSS*/
.nav.nav-tabs.nav-advance {
    background: linear-gradient(to left, rgba(185,57,208,0.8), rgba(20,145,222,0.8));
    border-radius: 50px;
    margin: 10px auto 50px;
    max-width: 410px;
    padding: 8px 4px;
}
.nav-tabs.nav-advance > li {
    padding: 0 4px;
    text-align: center;
    width: 50%;
}
.nav-tabs.nav-advance > li.active > a, .nav-tabs.nav-advance > li > a:hover, .nav-tabs.nav-advance > li > a:focus {
    color: #1491de;
}
.nav-tabs.nav-advance > li.active > a, .nav-tabs.nav-advance > li > a:focus, .nav-tabs.nav-advance > li > a:hover {
    background: #fff none repeat scroll 0 0;
}
.nav-tabs.nav-advance > li > a {
    border-radius: 50px;
    font-size: 14px;
    color:#ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 12px 15px;
}
.tv-job-widget {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 60px 0 30px;
    position: relative;
    text-align: center;
    transition: all 0.7s ease 0s;
}
.tv-job-type {
    border: 1px solid #ddd;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    left: 15px;
    letter-spacing: 1px;
    padding: 5px 25px;
    position: absolute;
    text-transform: capitalize;
    top: 15px;
}
.tv-full-type
{
    color:#0962BE;
}
.tv-part-type
{
    color:#BB0000;
}
.tv-internship-type
{
    color:#6CCE23;
}
.tv-job-like {
    position: absolute;
    right: 35px;
    top: 20px;
}
.tv-like-heart
{
    color:#ddd;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}
.tv-like-heart [type="checkbox"]:checked, .tv-like-heart [type="checkbox"]:not(:checked) {
    left: -9999px;
    opacity: 0;
    position: absolute;
}
.tv-like-heart input {
    display: none;
}
.tv-like-heart input:checked + i {
    color: #ff526c;
}
.tv-job-icon {
    display: inline-block;
    text-align: center;
}
.tv-job-content > h5 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
}
.tv-job-content {
    margin-top: 20px;
    padding: 0 20px;
}
.tv-job-content p {
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0;
}
.tv-job-clear div:nth-child(4n+1)
{
    clear:both;
}
.job-featured {
    height: 38px;
    position: absolute;
    right:3px;
    top:0;
    width: 38px;
}
/*End Recent Jobs CSS*/

/*Employer CSS*/
.tv-employer-block
{
    background-color: #fff;
    padding: 80px 50px;
    border-color: #e9e9e9 #e9e9e9 #23c0e9;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}
.tv-candidates-block {
    background-position: center center;
    background-size: cover;
    border-color: #e9e9e9 #e9e9e9 #23c0e9;
    border-style: solid;
    border-width: 1px;
    padding: 80px 50px;
    position: relative;
    text-align: center;
}
.tv-employer-icon i {
    color: #1491de;
    font-size: 40px;
}
.tv-employer-content {
    margin-top: 20px;
}
.tv-employer-content > p {
    color: #707070;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}
.tv-employer-content > h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tv-candidates-icon i {
    color: #1491de;
    font-size: 40px;
}
.tv-candidates-content {
    margin-top: 20px;
}
.tv-candidates-content > p {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}
.tv-candidates-content > h4 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#ffffff;
}
.tv-candidates-content span {
    color: #1491de;
}
.tv-employer-block span {
    color: #1491de;
}
.tv-bg-pink
{
    background:#0e1427;
}
.tv-opacity-medium
{
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    opacity: 0.7;
}
.tv-candidates-details {
    position: relative;
}
/*End Employer CSS*/

/*Packages CSS*/
.tv-packages-plan
{
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
    padding: 40px 0;
    text-align: center;
    margin-top: 30px;
}
.tv-packages-price {
    background: #00aeef none repeat scroll 0 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 0;
    text-transform: capitalize;
}
.tv-packages-planlinks {
    padding: 30px 50px 0;
    margin-bottom: 20px;
}
.tv-packages-planlinks ul li {
    font-size:20px;
    margin-top: 10px;
}
.tv-packages-planlinks i {
    color: #1491de;
    font-size: 15px;
    padding-right: 10px;
}
.tv-packages-planlinks ul li {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    text-align: left;
    vertical-align: top;
}
.tv-packages-plan > h3 {
    color: #1491de;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tv-packages-effect
{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 13px rgba(1, 2, 2, 0.26);
    margin-top: -18px;
    padding:60px 0;
    position: relative;
    z-index: 1000;
    margin-top: 10px;
}
/*End Packages CSS*/

/*Testinominals CSS*/
.tv-testinominals-block {
    display: block;
    margin: 40px auto 10px;
    width: 80%;
}
.tv-testinominals-info::before {
    border-bottom: 40px solid #1491de;
    border-right: 40px solid transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1000;
}
.tv-testinominals-info::after {
    border-left: 40px solid transparent;
    border-top: 40px solid #1491de;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
}
.tv-testinominals-info {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 50px;
    padding: 0 30px 30px 50px;
    position: relative;
}
.tv-clientInfo {
    display: inline-block;
    margin-bottom: 30px;
}
.tv-client-image {
    float: left;
    margin-right: 15px;
}
.tv-client-image img {
    border: 2px solid #fff;
    margin-top: -40px;
}
.tv-testinominal-name {
    color: #000;
    float: left;
    margin-top: 10px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.tv-testinominals-info p {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    position: relative;
}
.tv-testinominals-info i {
    color: rgba(20, 145, 222, 0.2);
    content: "";
    font-size: 40px;
    left: 30px;
    position: absolute;
    top: 72px;
}
.tv-testinominal-name > span {
    color: #707070;
    display: block;
    font-size: 14px;
}
#testinominalowl-example.owl-theme .owl-dots .owl-dot span {
    backface-visibility: visible;
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 30px;
    border-radius: 0;
}
#testinominalowl-example.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1491de none repeat scroll 0 0;
}
.tv-banner-section-title h3 {
    font-family: "Fredoka One",cursive;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:#ffffff;
}
.tv-banner-section-title span
{
    color:#1491de;
}
.tv-banner-section-title {
    margin-bottom: 30px;
    position: relative;
}
.tv-banner-section-title > p {
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    color:#ffffff;
}
/*End Testinominals CSS*/

/*Blog CSS*/
.tv-career-blog {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 8px;
    float: left;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}
.tv-blog-thumb {
    float: left;
    position: relative;
    width: 100%;
}
.tv-blog-thumb > a {
    float: left;
    width: 100%;
}
.tv-blog-metas {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    bottom: 0;
    left: 12%;
    margin-bottom: -1px;
    padding: 12px 0 0;
    position: absolute;
    text-align: center;
    width: 76%;
    z-index: auto;
    transition: all 0.4s ease 0s;
}
.tv-blog-details {
    border: 1px solid #e8ecec;
    border-radius: 0 0 6px 6px;
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    transition: all 0.4s ease 0s;
}
.tv-career-blog:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
}
.tv-blog-details > a {

    float: left;
    font-size: 13px;
    padding: 17px 0;
    text-align: center;
    width: 100%;
}
.tv-blog-details p {
    border-bottom: 1px solid #e8ecec;
    color: #888888;
    float: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 0 0 17px;
    width: 100%;
}
.tv-blog-details h3 {
    color: #000000;
    float: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px 0 20px;
    width: 100%;
}
.tv-blog-details h3:hover
{
    color:#1491de;
}
.tv-blog-metas a::before {
    background: #1491de none repeat scroll 0 0;
    content: "";
    height: 90%;
    position: absolute;
    right: -3px;
    top: 0;
    width: 1px;
}
.tv-blog-metas a {
    color: #1491de;
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 10px;
    position: relative;
}
.tv-blog-metas a:last-child::before {
    display: none;
}
/*End Blog CSS*/

/*Question CSS*/
.simple-text {
    background: #1491de none repeat scroll 0 0;
    padding: 40px 0;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.simple-text > h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.simple-text > span {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
}
.simple-text:hover
{
    background: #b939d0 none repeat scroll 0 0;
}
/*End Question CSS*/

/*Footer CSS*/
.tv-footer-banner
{
    position: relative;
    background-size: cover;
    background-position: center;
}
.social_icons > a:nth-of-type(1) {
    margin: 0;
}
.tv-first-footer , .tv-second-footer , .tv-third-footer
{
    padding:30px 0;
}
.tv-footer-whoweare > h4 , .tv-footer-candidate > h4 , .tv-footer-employer > h4 , .tv-footer-information > h4 {
    color: #ffffff;
    font-size: 22px;
    letter-spacing:2px;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
}
.tv-footer-whoweare > p {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
}
.tv-footer-ul
{
    margin-top:20px;
}
.tv-footer-ul a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-footer-ul > li {
    margin-bottom: 10px;
}
.tv-footer-ul i {
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.tv-footer-ul > li:hover a , .tv-footer-ul > li:hover i
{
    color:#1491de
}
.social_icons > a {
    color: #ffffff;
    font-size: 15px;
    margin-left: 20px;
}
.tv-copyright > p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-copyright a , .social_icons > a:hover{
    color: #1491de;
}
.tv-copyright a:hover 
{
    color:#b939d0;
}
/*End Footer CSS*/

/*Back To Top*/
#back-to-top {
    background: #1491de none repeat scroll 0 0;
    bottom: 50px;
    color: #ffffff;
    cursor: pointer;
    font-size:20px;
    height: 40px;
    line-height:43px;
    outline: medium none;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 40px;
    z-index: 992;
}
/*End Back To Top*/

/*Inner Banner Images*/
.tv-inner-banner-image
{
    background-repeat: no-repeat;
    background-size: cover;
    min-height:400px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.tv-inner-banner-image::before {
    background: linear-gradient(to left, rgba(185,57,208,0.8), rgba(20,145,222,0.8));
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}
.tv-inner-banner-text {
    left: 10%;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.tv-inner-banner-text > h4 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tv-breadcrumb
{
    margin-top: 10px;
}
.tv-breadcrumb > a {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.tv-breadcrumb > span
{
    color:#ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.tv-breadcrumb i {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 10px;
    vertical-align: middle;
}
.form-control:focus {
    border-color:#ccc;
    box-shadow:unset;
    outline: 0 none;
}
/*End Inner Banner Images*/

/*Sign Up CSS*/
.tv-account-box{
    border-radius: 6px;
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    margin: 0 auto;
    max-width: 700px;
    padding: 40px;
}
label {
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-account-form input {
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
}
.tv-account-form button , .tv-signin-form button
{
    background: #1491de none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 20px;
    transition: all 0.4s ease 0s;
    font-size: 14px;
    border-radius: 0;
}
.tv-account-form button:hover , .tv-signin-form button:hover
{
    background: #b939d0;
    color:#ffffff;
}
.form-group {
    margin-bottom: 30px;
}
.fb-log-btn {
    border-color: #4167b2;
    color: #4167b2;
}
.log-btn {
    border: 2px solid #eaeff5;
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 15px;
    text-align: center;
    width: 100%;
}
.fb-log-btn:focus, .fb-log-btn:hover {
    background: #4167b2 none repeat scroll 0 0;
    color: #fff;
    border-color: #4167b2;
}
.gplus-log-btn {
    border-color: #eb5425;
    color: #eb5425;
}
.fb-log-btn {
    border-color: #4167b2;
    color: #4167b2;
}
.gplus-log-btn:focus, .gplus-log-btn:hover {
    background: #eb5425 none repeat scroll 0 0;
    color: #fff;
    border-color: #eb5425;
}
.log-option {
    border-top: 1px solid #eaeff5;
    margin: 30px 0 20px;
    text-align: center;
}
.log-option span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeff5;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -20px;
    width: 40px;
}
.tv-account-form .btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
    text-decoration: none;
}
/*End Sign Up CSS*/

/*Sign In CSS*/
.tv-model-logo a img {
    display: inline-block;
    margin-bottom: 20px;
}
.tv-signin-form input {
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
}
.custom-checkbox {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    text-transform: capitalize;
}
.custom-checkbox input[type="checkbox"] {
    margin: 5px 0 0 3px;
    opacity: 0;
    position: absolute;
    z-index: 9;
} 
.custom-checkbox label::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    vertical-align: text-top;
    width: 18px;
    z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
    border-color: #ffffff !important;
}
.custom-checkbox input[type="checkbox"]:checked + label::before {
    background: #1491de none repeat scroll 0 0;
    border-color: #1491de;
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
    border-color: #000;
    border-image: none;
    border-style: solid;
    border-width: 0 3px 3px 0;
    content: "";
    height: 11px;
    left: 6px;
    position: absolute;
    top: 3px;
    transform: rotateZ(45deg);
    width: 6px;
    z-index: 3;
}
.tv-forget-pw {
    float: right;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
/*End Sign In CSS*/

/*About Us CSS*/
.tv-about-details > h3 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tv-about-details h5 {
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 20px 0;
}
.tv-about-details > p {
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 20px;
}
.tv-projects-block {
    margin-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}
.tv-projects-block i {
    font-size: 50px;
    color:#1491de;
}
.tv-projects-block p {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0;
}
.tv-projects-block > h5 {
    color: #707070;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-prjoects-effect .tv-inset-effect:before
{
    border-bottom: 2px dotted #e9e9e9;
    position: absolute;
    bottom:0;
    content: "";
    height: 2px;
    left:50%;
    width: 100%;
}
.tv-prjoects-effect .tv-inset-effect:after
{
    background-color: #1491de;
    border:3px solid #dcf4fc;
    border-radius: 100%;
    bottom:-8px;
    box-shadow: 0 0 0 3px #aae4f7 inset;
    content:"";
    height: 20px;
    left:50%;
    margin-left: -10px;
    position: absolute;
    width: 20px;
}
.tv-prjoects-effect .tv-inset-effect:nth-child(3n)::before {
    display: none;
}
.tv-feature-block span {
    color: #f0f0f0;
    font-size: 50px;
    font-weight: 900;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 0;
}
.tv-feature-block i {
    border: 2px dashed #0bc2f0;
    border-radius: 100%;
    color: #0bc2f0;
    display: inline-block;
    font-size: 40px;
    height: 110px;
    margin-bottom: 27px;
    padding-top: 36px;
    transition: all 0.4s ease-in-out 0s;
    width: 110px;
}
.tv-feature-block > h4 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-feature-block
{
    text-align: center;
    margin-bottom: 20px;
}
.tv-feature-block > p {
    letter-spacing: 1px;
    margin: 10px auto 0;
    width: 80%;
}
.tv-feature-clear div:nth-child(3n+1)
{
    clear:both;
}
/*End About Us CSS*/

/*FAQ CSS*/
.tv-faq-details h4 {
    color: #1491de;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.tv-content-box {
    float: left;
    width: 100%;
}
.tv-faq-details {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.tv-content-box {
    display:inline-block;
}
.tv-content-box > p {
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-faq-details > h4 i {
    float: right;
    font-size: 19px;
    font-weight: 700;
}
.tv-faq-details > h4 > i::after {
    background: none repeat scroll 0 0 #1491de;
    content: "";
    height: 12px;
    opacity: 1;
    position: absolute;
    right: 9px;
    top: 4px;
    width: 2px;
}
.tv-faq-details > h4.active i::after {
    opacity: 0;
}
/*End FAQ CSS*/

/*Terms condition CSS*/
.tv-termscondition-details > h4 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color:#1491de;
}
.tv-termscondition-details
{
    margin-bottom: 20px;
}
.tv-termscondition-details > p {
    font-weight: 600;
    letter-spacing: 1px;
}
/*End Terms condition CSS*/

/*Job Details CSS*/
.tv-jobdetails-block {
    float: left;
    width: 100%;
}
.tv-jobdetails-header {
    border-bottom: 1px solid #e8ecec;
    display: table;
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.tv-job-info {
    display: table-cell;
    padding-left: 25px;
    vertical-align: middle;
}
.tv-job-thumb img {
    border: 2px solid #e8ecec;
    border-radius: 8px;
    float: left;
}
.tv-job-thumb {
    display: table-cell;
    width: 110px;
}
.tv-job-info > h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.tv-job-info > span {
    color: #707070;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-job-info a {
    color: #888;
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 11px 40px 0 0;
}
.tv-job-info a:hover
{
    color:#1491de;
}
.tv-jobdetails-description , .tv-recent-jobs {
    display: inline-block;
    margin-top: 20px;
}
.tv-jobdetails-description > h3 , .tv-job-social span , .tv-recent-jobs h3{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.tv-jobdetails-description > p {
    color: #707070;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.tv-jobdetails-description li {
    color: #707070;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    list-style-type: square;
    margin-left: 13px;
}
.tv-jobdetails-description > ul {
    margin-bottom: 20px;
}
.tv-jobdetails-description ul li i {
    font-size: 17px;
    margin-right: 10px;
    vertical-align: middle;
}
.tv-job-social
{
    border-bottom: 1px solid #e8ecec;
    border-top: 1px solid #e8ecec;
    padding-bottom: 20px;
    padding-top: 20px;
}
.tv-job-social > a {
    border: 1px solid #222222;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    width: 30px;
}
.tv-job-social > a:hover
{
    color:#ffffff;
    background: #1491de;
    border-color: #1491de;
}
.tv-apply-job {
    border: 1px solid #222222;
    border-radius: 8px;
    color: #222222;
    float: left;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.tv-apply-job:hover
{
    background-color:#1491de;
    color:#ffffff;
    border:1px solid #1491de;
}
.tv-apply-social a {
    border: 2px solid #e8ecec;
    border-radius: 8px;
    color: #888888;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    letter-spacing: 1px;
    line-height: 50px;
    padding: 0 20px;
}
.tv-apply-social a:hover
{
    border-color: #1491de;
    background-color: #1491de;
    color:#ffffff;
}
.tv-apply-social {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.tv-apply-social a:nth-child(1)
{
    margin-right: 30px;
}
.tv-job-overview , .tv-job-location
{
    margin-top: 30px;
}
.tv-job-overview > h3 , .tv-job-location > h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.tv-job-overview > ul {
    border: 2px solid #e8ecec;
    border-radius: 8px;
    margin-top: 20px;
    padding: 20px 30px;
}
.tv-job-overview h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.tv-job-overview span {
    color: #888888;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-job-overview i {
    color: #1491de;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 15px;
}
.tv-job-overview li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}
#map
{
    height:300px;
}
#map2
{
    height:400px;
}
.map-canvas
{
    margin-top: 30px;
}
.extra-job-info > span {
    border: 2px solid #e8ecec;
    border-radius: 8px;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 17px 20px;
}
.extra-job-info i {
    color: #1491de;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
/*End Job Details CSS*/

/*Job Listing CSS*/
.tv-joblisting-filter {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
.tv-sortby-block
{
    float: right;
}
.tv-joblisting-filter > h4 {
    display: inline-block;
    font-size: 19px;
    font-weight:700;
    letter-spacing: 1px;
}
.tv-recent-block
{
    display: inline-block;
}
.tv-sortby-block > span {
    color: #707070;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-recent-block button {
    background-color: #f4f5fa;
    border: medium none;
    color: #707070;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-recent-block button:hover
{
    background-color: #f4f5fa;
    color: #000000;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #f4f5fa;
    color: #000000;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary
{
    background-color: #f4f5fa;
    color: #000000;
}
.tv-recent-block .btn-primary.focus, .btn-primary:focus {
    background-color: #f4f5fa;
    border-color: #f4f5fa;
    color:#000000;
}
.tv-recent-block .dropdown-menu {
    font-size: 13px;
    margin: 5px 0 0;
    font-weight: 700;
    letter-spacing: 1px;
    padding:0;
    border-radius: 0;
}
.tv-recent-block .dropdown-menu > li > a {
    padding: 5px 20px;
    font-weight: 600;
    color:#707070;
}
.tv-recent-block .dropdown-menu > li > a:hover
{
    color:#ffffff;
}
.tv-joblisting-clear div:nth-child(3n+1)
{
    clear:both;
}
.tv-joblisting-block
{
    margin-top: 40px;
}
.pagination {
    display: block;
    margin: 60px 0 0;
    padding: 0;
    text-align: center;
}
.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.pagination ul li {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 0 0;
}
.pagination li.prev a, .pagination li.next a {
    padding: 9px 25px;
}
.pagination a, .pagination span {
    background: none repeat scroll 0 0 #ffffff;
    border: 3px solid #edeff7;
    border-radius: 30px;
    box-shadow: none;
    color: #000000;
    font-size: 14px;
    height: 41px;
    padding: 9px 15px;
    text-decoration: none;
}
.pagination li.active a, .pagination li a:hover {
    background-color: #1491de;
    border-color: #1491de;
    color: #ffffff;
}
/*End Job Listing CSS*/

/*List Candidates CSS*/
.tv-candidates-info
{
    border: 1px solid #e2e4e5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding:20px;
}
.tv-candiates-search input {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.tv-form-title > h4 {
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
}
.tv-candiates-search i {
    color: #888;
    font-size: 12px;
    position: absolute;
    right: 50px;
    top: 70px;
}
.tv-candiates-search i:nth-of-type(2) {
    top: 125px;
}
.tv-candidates-activity > h4 i {
    float: right;
    font-size: 19px;
    font-weight: 700;
}
.tv-candidates-activity > h4.active .arrow_carrot-up
{
    display: none;
}
.tv-candidates-activity > h4.active .arrow_carrot-down
{
    display: block !important;
}
.tv-activity-checkbox label
{
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 20px;
}
.tv-activity-checkbox small {
    color: #707070;
    float: right;
    font-size: 13px;
    font-weight: 600;
}
.category-seemore {
    color: #1491de;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: capitalize;
}
.tv-candidates-filterable > h4 {
    float: left;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.tv-candidates-filterable > ul {
    float: right;
}
.tv-candidates-filterable li {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-left: 10px;
    color: #777;
}
.tv-candidates-filterable i
{
    font-size: 16px;
    vertical-align: middle;
}
.tv-candidates-filterable {
    display: inline-block;
    width: 100%;
}
.tv-candidates-shortlist-block {
    border: 1px solid #ececec;
    display: inline-block;
    margin-top: 20px;
    padding: 19px;
    width: 100%;
}
.tv-candidates-shortlist-block figure {
    display: inline-block;
}
.tv-shortlist-text {
    display: inline-block;
    float: right;
    margin-left: 15px;
    vertical-align: middle;
    width: 85%;
}
.tv-shortlist-text h4 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.tv-shortlist-text ul li:first-child {
    border: medium none;
    padding-left: 0;
}
.tv-shortlist-text li {
    border-left: 1px solid;
    color: #999999;
    display: inline-block;
    padding: 0 20px;
    letter-spacing: 1px;
}
.shortlist-button
{
    background: none repeat scroll 0 0 #1491de;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 7px 15px;
    transition: all 0.4s ease 0s;
    line-height: 55px;
}
.shortlist-button i {
    font-size: 17px;
    vertical-align: top;
    line-height: 55px;
}
.shortlist-button:hover {
    background: none repeat scroll 0 0 #222222;
    color: #ffffff;
}
.tv-shortlist-text li a {
    color: #4191de;
}
/*End List Candidates CSS*/

/*Candidates details CSS*/
.tv-candidatessingle-info {
    color: #4191de;
    display: block;
    margin-bottom:22px;
}
.tv-candidatessingle-info i {
    font-size: 17px;
}
.tv-candidatessingle-info > p {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-left: 10px;
}
.tv-candidatesdetails-info {
    border: 1px solid #e9e9e9;
    padding: 30px;
}
.tv-designer {
    display: inline;
    float: left;
    margin-right: 10px;
}
.tv-candidatessingle-link > a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 10px;
    color:#b939d0;
}
.tv-candidatessingle-link > a:hover
{
    color:#4191de;
}
.tv-candidatessingle-link i {
    margin-right: 10px;
}
.tv-candidate-main-title > h4 {
    color: #4191de;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.tv-candidatessingle-skills > ul {
    padding: 0 30px;
}
.tv-candidate-main-title
{
    margin-top: 40px;
}
.tv-candidate-main-title i {
    margin-right: 10px;
    vertical-align: top;
}
.tv-candidatessingle-description > p {
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-candidatessingle-skills li {
    display: inline-block;
    width: 50%;
}
.tv-candidatessingle-skills li {
    color: #707070;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    width: 50%;
}
.tv-education-block::before {
    background: none repeat scroll 0 0 #e8ecec;
    content: "";
    height: 100%;
    left: 35px;
    position: absolute;
    top: 20px;
    width: 2px;
}
.tv-education-block {
    display: inline-block;
    margin-bottom:25px;
    position: relative;
}
.tv-education-block-details {
    padding: 0 80px;
}
.tv-education-block > i {
    border: 2px solid #4191de;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 28px;
    position: absolute;
    top: 0;
    width: 16px;
}
.tv-education-block-details h5 {
    color: #707070;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-education-block-details > h4 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 10px 0;
}
.tv-education-block-details > p {
    letter-spacing: 1px;
}
.tv-portfolio-clear div:nth-child(3n+1)
{
    clear:both;
}
.tv-portfolio-img
{
    margin-bottom: 20px;
    position: relative
}
.tv-portfolio-img::before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 8;
}
.tv-portfolio-img i {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    transition: all 0.2s ease-in-out 0s;
    z-index: 9;
    line-height: 0;
}
.tv-portfolio-img:hover::before, .tv-portfolio-img:focus::before {
    opacity: 1;
    transform: scale(1);
}
.tv-portfolio-img:hover i, .single-resume .tv-portfolio-img:focus i {
    transform: translate(-50%, -50%) scale(1);
}
/*End Candidates details CSS*/

/*Company CSS*/
.alpha-pag {
    background: none repeat scroll 0 0 #f4f5fa;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 16px 36px;
}
.alpha-pag a.active, .alpha-pag a:hover {
    background: none repeat scroll 0 0 #4191de;
    color: #ffffff;
}
.alpha-pag a {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 6px 10px;
}
.tv-shortlist-text > p {
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}
.tv-shortlist-text h5 {
    color: #4191de;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.tv-shortlist-text > span {
    float: right;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color:#999999;
}
/*End Company CSS*/

/*Contact Us*/
.tv-contactus-info strong {
    color: #4191de;
}
.tv-contactus-info {
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
}
.tv-contact-form{
    padding: 50px 50px 30px;
}
.tv-contact-form{

    background: none repeat scroll 0 0 #fff;
    border-color: #e9e9e9 #e9e9e9 #4191de;
    border-style: solid;
    border-width: 1px;
}
.tv-contact-form input {
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
}
.tv-contact-form textarea {
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-contact-form .btn-second
{
    background: none repeat scroll 0 0 #1491de;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 20px;
    transition: all 0.4s ease 0s;
}
.tv-contact-form .btn-second:hover {
    background: none repeat scroll 0 0 #b939d0;
}
.tv-contact-block {
    padding: 50px;
}
.tv-contact-block {
    background: none repeat scroll 0 0 #b939d0;
    color: #fff;
    margin: 56px 0 0;
}
.tv-contact-block > h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.des {
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
}
.icon {
    display: inline-block;
    float: left;
    min-width: 35px;
}
.tv-info-item {
    margin-top: 40px;
}
/*End Contact Us*/
/* Lightslider */
