
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap');

/*font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;*/
/*------------------------------------------------------------
  Page Loader
-------------------------------------------------------------*/
.section-top{    padding-top: 85px !important;}
.section-top-2 {
    padding-top: 74px !important;
}

body::first-letter{ text-transform:uppercase; }

.review-username::first-letter{ text-transform:uppercase;}
.text-place {

    line-height: 15px !important;
    display: block;
    margin-top: 5px;
}
.company-title::first-letter, .search-title::first-letter{ text-transform:uppercase !important;}
.logo-third-footer{ max-width:344px;}
.btn-google{ border:solid thin #eee;}
.btn-google, .btn-fb {
  display: inline-block;
  border-radius: 1px;
  text-decoration: none;

  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
}
.btn-google .google-content, .btn-google .fb-content, .btn-fb .google-content, .btn-fb .fb-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 300px;
  height: 50px;
}
.btn-google .google-content .logo, .btn-google .fb-content .logo, .btn-fb .google-content .logo, .btn-fb .fb-content .logo {
  padding: 15px;
  height: inherit;
}
.btn-google .google-content svg, .btn-google .fb-content svg, .btn-fb .google-content svg, .btn-fb .fb-content svg {
  width: 18px;
  height: 18px;
}
.btn-google .google-content p, .btn-google .fb-content p, .btn-fb .google-content p, .btn-fb .fb-content p {
width: 100%;
    line-height: 1;
    letter-spacing: 0.21px;
    text-align: left;
    font-family: "Roboto", sans-serif;

    padding-left: 9px;
    font-weight: 500;

}

.btn-google {
  background: #FFF;
}
.btn-google:hover {
    background: #f9f9f9;
}
.btn-google:active {
  background-color: #eee;
}
.btn-google .google-content p {
  color: #757575; margin:0 !important;
}

.btn-fb {
  padding-top: 1.5px;
  background: #4267b2;

}
.btn-fb:hover {
background:#37538c;
}
.btn-fb .fb-content p {
  color: rgba(255, 255, 255, 0.87); margin:0;
}



.btn-back{
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 3px;
}
.message-no-reviews
{
          font-size: 31px;
    font-size: 22px;
    color: #b3b3b3;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /* background: #0060B6 !important; */
    padding: 0;
    border-bottom: solid thin #eee;
    /* text-transform: uppercase; */
    letter-spacing: 0.2px;
    margin: 0;
}
.comapny-la3b{
        color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert{position: fixed;
    transition: all .5s;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: 0;
    display: block;
    text-align: center;
    font-size: 19px;
    color: #fff !important;
    border-radius: 0;
    padding: 22px;
 
    border: 0;

    
}

.alert.alert-success{
       background: rgba(19, 191, 104, 0.8)   !important;
}

.alert.alert-danger{
       background: rgba(255, 62, 62, 0.8) !important;
}

.alert.alert-info{
       background: rgba(19, 125, 234, 0.8) !important;
}

.client-thumb-content img, .btn-profile-photo img{   

    max-width: 100%; height:auto;
}





html {
  scroll-behavior: smooth;
}


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.Loader{
  position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../img/loader.gif) center no-repeat #f5f5f5;
    background-size: 131px;
}
.owl-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    left:40px;
}
.owl-next {

    position: absolute;
    bottom: 0;
    top: 0;
    right: 40px;
}
.owl-nav {

    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    width: 100%;
}

/*------------------------------------------------------------
  GLobal Settings
-------------------------------------------------------------*/
* {
  outline: none; }

body {
  background: #f2f2f2;
  color:#5f6d79;
  font-size:15px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.7;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff; }
a {
    transition: all 0.4s;
    color:#2D3954;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus, .btn, .btn:hover, .btn:focus{
  text-decoration: none; }

a.link {
  color: #3e4555; }
a.link:hover, a.link:focus, a:hover, a:focus {
    color:#0060B6; 
}
a.text-success:focus, a.text-success:hover {
    color:#27b737 !important;
}
a.text-primary:focus, a.text-primary:hover {
    color:#007bff !important;
}
a.text-warning:focus, a.text-warning:hover {
    color:#ff9b20 !important;
}
a.text-danger:focus, a.text-danger:hover {
    color:#f33066 !important;
}
a.white-link {
  color: #ffffff; }
  a.white-link:hover, a.white-link:focus {
    color: #263238; }

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
section {
    padding: 54px 0 80px;
        position: relative;
 
}
section.min-sec{
  padding: 80px 0 50px;
} 
.gray{
  background:#f5f7f6;
}
.inner-bg{
  background:#f6f7fb;
}
.tbl {
    display: table;
} 
  .full-height {
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.no-ul-list{
  padding:0;
}
.no-ul-list li{
  list-style:none;
}
.progress {
    margin-bottom: 1.5em;
}
.full-width{
  width:100%;
}
p, ul, ol, dl, dt, dd, blockquote, address {
    margin: 0 0 10px;
}
.owl-carousel .item {
  
}
.sec-heading h2{
/*color: #222222;*/
color: #0d55a0;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}
.sec-heading-left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.sec-heading-left .sh-left {
    flex: 1;
}
.sec-heading-left .sh-left h4 {
    font-size:16px;
}
a.btn.btn-sec.btn-primary {
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 13px;
}
p.lights {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.9;
}
body.modal-open {
    overflow-y: hidden !important;
    padding-right: 0 !important;
}
/*------------ GLobal Settings: Heading-------------*/ 
h1,
h2,
h3,
h4 {
  color:#0e1111;
  font-weight:700;
  font-family: 'Raleway', sans-serif;
}

h5,
h6 {
  color:#2D3954;
  font-weight:600;
  font-family: 'Poppins', sans-serif;
}

.font-2{
  font-family: 'Montserrat', sans-serif;
}

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 30px; }

h3 {
  line-height: 30px;
  font-size: 24px; }

h4 {
  line-height: 26px;
  font-size: 21px; }

h5 {
  line-height: 22px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

h6 {
  line-height: 20px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
.lead{
  font-size:23px !important;
  color: #f7f7f7;
font-weight: 400;
}
.lead-i{
  font-family:'Crimson Text', serif;
  font-size:22px !important;
  font-style:italic;
}
.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.display-7 {
  font-size: 26px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }

html body .db {
  display: block; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.circle {
  border-radius: 100%; }

.theme-cl{
  color:#3389ff;
}
.theme-bg{
  background:#3389ff;
}
/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
    padding: 0;
    margin: 0;
}
ul.list-style li {
    margin-bottom: 1.2em;
    line-height: 1.5;
    list-style: none;
    padding-left:30px;
    position: relative;
}
ul.list-style li:before {
    content: "\e64c";
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 0;
    color: #27b737;
    font-family: 'themify';
}
ul.list-style.style-2 li:before {
    content: "\e628" !important;
    color:#0273ff;
}

/*------------ Global Settings: Cutom Height ----------------*/
.ht-10{
  height:10px;
}
.ht-20{
  height:20px;
}
.ht-30{
  height:30px;
}
.ht-40{
  height:40px;
}
.ht-50{
  height:50px;
}
.ht-60{
  height:60px;
}
.ht-70{
  height:70px;
}
.ht-80{
  height:80px;
}
.ht-80{
  height:80px;
}
.ht-100{
  height:100px;
}
.ht-110{
  height:110px;
}
.ht-120{
  height:120px;
}
.ht-130{
  height:130px;
}
.ht-140{
  height:140px;
}
.ht-150{
  height:150px;
}
.ht-160{
  height:160px;
}
.ht-170{
  height:170px;
}
.ht-180{
  height:180px;
}
.ht-190{
  height:190px;
}
.ht-200{
  height:200px;
}
.ht-100{
  height:100%;
  min-height:580px;
}
.h-100{
  height:100vh;
  min-height:580px;
}
/*------------ Global Settings: Typography ----------------*/
.type--fade {
  opacity: .5;
}
.type--uppercase {
  text-transform: uppercase;
}
.type--bold {
  font-weight: bold;
}
.type--italic {
  font-style: italic;
}
.type--fine-print {
  font-size: 0.85714286em;
}
.type--strikethrough {
  text-decoration: line-through;
  opacity: .5;
}
.type--underline {
  text-decoration: underline;
}
.type--body-font {
  font-family: 'Open Sans', 'Helvetica';
}
.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
}
blockquote {
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: 300;
}
blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}
/*------------ Global Settings: Common & List ----------------*/
ul:last-child {
  margin: 0;
}
.list-inline li {
  padding: 0 1em;
  margin-left: 0;
}
.list-inline li:first-child {
  padding-left: 0;
}
.list-inline li:last-child {
  padding-right: 0;
}
.list-inline.list-inline--narrow li {
  padding: 0 .5em;
}
.list-inline.list-inline--wide li {
  padding: 0 2em;
}
.color--white {
  color: #fff !important;
}
.color--dark {
  color: #252525 !important;
}
.color--success {
  color: #4ebf56 !important;
}
.color--error {
  color: #e23636 !important;
}
.bg--dark {
  background:#1f2025 !important;
}
.bg--dark:not(.nav-bar):not(.bar) {
  color: #ffffff;
}
.bg--dark .boxed:not([class*='bg-']), .imagebg:not(.image--light) .boxed:not([class*='bg-']), .bg--dark .large-features-2, .bg--dark .pr-table-box,
.bg--dark .veticle-large-features-box, .bg--dark .large-features-box, .bg--dark .pricing-wrap {
    background: none;
    color: #fff;
}
.bg--dark .boxed:not([class*='bg-']).boxed--border, .imagebg:not(.image--light) .boxed:not([class*='bg-']).boxed--border {
    border-color:#2a2b31;
}

.bg--dark:not(.nav-bar):not(.bar) h1,
.bg--dark:not(.nav-bar):not(.bar) h2,
.bg--dark:not(.nav-bar):not(.bar) h3,
.bg--dark:not(.nav-bar):not(.bar) h4,
.bg--dark:not(.nav-bar):not(.bar) h5,
.bg--dark:not(.nav-bar):not(.bar) h6,
.bg--dark:not(.nav-bar):not(.bar) i,
.bg--dark:not(.nav-bar):not(.bar) span:not(.btn__text),
.bg--dark:not(.nav-bar):not(.bar) p {
  color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn) {
  color: #fff;
}
.bg--site {
  background: #ffffff;
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
  color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
  color: #fff;
}
.bg--primary .color--primary {
  color: #fff !important;
}
.bg--light {
  background: #fff;
}
.bg--light p,
.bg--light span,
.bg--light ul,
.bg--light a:not(.btn) {
  color: #666666;
}
.bg--light h1,
.bg--light h2,
.bg--light h3,
.bg--light h4,
.bg--light h5,
.bg--light h6,
.bg--light i {
  color: #252525;
}
.bg--error {
  background: #e23636;
}
.bg--success {
  background: #4ebf56;
}
.imagebg:not(.image--light) .bg--light p,
.imagebg:not(.image--light) .bg--light span,
.imagebg:not(.image--light) .bg--light ul,
.imagebg:not(.image--light) .bg--light a:not(.btn) {
  color: #666666;
}
.imagebg:not(.image--light) .bg--light h1,
.imagebg:not(.image--light) .bg--light h2,
.imagebg:not(.image--light) .bg--light h3,
.imagebg:not(.image--light) .bg--light h4,
.imagebg:not(.image--light) .bg--light h5,
.imagebg:not(.image--light) .bg--light h6,
.imagebg:not(.image--light) .bg--light i {
  color: #252525;
}
.imagebg:not(.image--light) .bg--secondary {
  background: rgba(250, 250, 250, 0.2);
}
.image-bg:not(.image-light) *:not(a) {
  color: #fff;
}
.color--facebook {
  color: #3b5998 !important;
}
.color--twitter {
  color: #00aced !important;
}
.color--googleplus {
  color: #dd4b39 !important;
}
.color--instagram {
  color: #125688 !important;
}
.color--pinterest {
  color: #cb2027 !important;
}
.color--dribbble {
  color: #ea4c89 !important;
}
.color--behance {
  color: #053eff !important;
}
.color--linkedin {
  color: #1685b9 !important;
}
.bg--facebook {
  background: #3b5998 !important;
  color: #fff !important;
}
.bg--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.bg--googleplus {
  background: #dd4b39 !important;
  color: #fff !important;
}
.bg--instagram {
  background: #125688 !important;
  color: #fff !important;
}
.bg--pinterest {
  background: #cb2027 !important;
  color: #fff !important;
}
.bg--dribbble {
  background: #ea4c89 !important;
  color: #fff !important;
}
.bg--behance {
  background: #053eff !important;
  color: #fff !important;
}
.bg--linkedin {
  background:#1685b9 !important;
  color: #fff !important;
}
.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
    height: auto;
    padding: 5em 0;
}
/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}
.bg-img-holder:not([class*='col-']) {
  width: 100%;
}
.bg-img-holder.background--bottom {
  background-position: 50% 100% !important;
}
.bg-img-holder.background--top {
  background-position: 50% 0% !important;
}
.image--light .bg-img-holder {
  background: none;
}
.bg-img-holder img {
  display: none;
}
.imagebg.border--round {
    overflow: hidden;
}
[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.do-light[data-overlay]:before {
  position: absolute;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay] *:not(.container):not(.bg-img-holder) {
  z-index: 2;
}
[data-overlay].image--light:before {
  background: #fff;
}
[data-overlay].bg--primary:before {
  background: #4a90e2;
}
[data-overlay="1"]:before {
  opacity: 0.1;
}
[data-overlay="2"]:before {
  opacity: 0.2;
}
[data-overlay="3"]:before {
  opacity: 0.3;
}
[data-overlay="4"]:before {
  opacity: 0.4;
}
[data-overlay="5"]:before {
  opacity: 0.5;
}
[data-overlay="6"]:before {
  opacity: 0.6;
}
[data-overlay="7"]:before {
  opacity: 0.7;
}
[data-overlay="8"]:before {
  opacity: 0.8;
}
[data-overlay="9"]:before {
  opacity: 0.9;
}
[data-overlay="10"]:before {
  opacity: 1;
}
[data-overlay="0"]:before {
  opacity: 0;
}
[data-scrim-bottom] {
  position: relative;
}
[data-scrim-bottom]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
  color: #a5a5a5;
  color: #f1f1f1;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
  color: #e6e6e6;
}
[data-scrim-bottom].image--light:before {
  background: #fff;
}
[data-scrim-bottom="1"]:before {
  opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
  opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
  opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
  opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
  opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
  opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
  opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
  opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
  opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
  opacity: 1;
}
[data-scrim-top] {
  position: relative;
}
[data-scrim-top]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
  color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
  color: #e6e6e6;
}
[data-scrim-top].image--light:before {
  background: #fff;
}
[data-scrim-top="1"]:before {
  opacity: 0.1;
}
[data-scrim-top="2"]:before {
  opacity: 0.2;
}
[data-scrim-top="3"]:before {
  opacity: 0.3;
}
[data-scrim-top="4"]:before {
  opacity: 0.4;
}
[data-scrim-top="5"]:before {
  opacity: 0.5;
}
[data-scrim-top="6"]:before {
  opacity: 0.6;
}
[data-scrim-top="7"]:before {
  opacity: 0.7;
}
[data-scrim-top="8"]:before {
  opacity: 0.8;
}
[data-scrim-top="9"]:before {
  opacity: 0.9;
}
[data-scrim-top="10"]:before {
  opacity: 1;
}
.imagebg {
  position: relative;
}
.imagebg .container {
  z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
  position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
  color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
  color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
  color: #666666;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: #fff;
}
div[data-overlay] p,
div[data-overlay] ul {
  color: #fff;
}
.parallax {
  overflow: hidden;
}
/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}
.icon--xs {
  font-size: 1em;
}
.icon--sm {
  font-size: 2.35714286em;
}
.icon--lg {
  font-size: 5.57142857em;
}
.imagebg:not(.image--light) span {
    color: #fff;
}
/*------------ Global Settings: Spinner ----------------*/

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: $spinner-width-sm;
  height: $spinner-height-sm;
  border-width: $spinner-border-width-sm;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width:30px;
  height:30px;
  vertical-align: text-bottom;
  background-color:#ffffff;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width:30px;
  height:30px;
}

/*------------ GLobal Settings: Blockquote -------------*/ 
.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

/*------------ GLobal Settings: Call To Action -------------*/
.bg-cover{
    background-size: cover !important;
    background-position: center !important;
} 
.image-bg{
    background-size: cover !important;
    background-position: center !important;
}
.default-bg{
  background-size:initial !important;
    background-position:initial !important;
}
.image-bg-wrap {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.image-bg-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #182538;
    display: block;
    content: "";
    opacity: 0.8;
}

/*-------------- GLobal Settings: Paddings ----------------*/
html body .p-0 {
  padding: 0px; }

html body .p-10 {
  padding: 10px; }

html body .p-15 {
  padding: 15px; }

html body .p-20 {
  padding: 20px; }

html body .p-30 {
  padding: 30px; }

html body .p-40 {
  padding: 40px; }

html body .p-l-0 {
  padding-left: 0px; }

html body .p-l-10 {
  padding-left: 10px; }

html body .p-l-20 {
  padding-left: 20px; }

html body .p-r-0 {
  padding-right: 0px; }

html body .p-r-10 {
  padding-right: 10px; }

html body .p-r-20 {
  padding-right: 20px; }

html body .p-r-30 {
  padding-right: 30px; }

html body .p-r-40 {
  padding-right: 40px; }

html body .p-t-0 {
  padding-top: 0px; }

html body .p-t-10 {
  padding-top: 10px; }

html body .p-t-20 {
  padding-top: 20px; }

html body .p-t-30 {
  padding-top: 30px; }

html body .p-b-0 {
  padding-bottom: 0px; }

html body .p-b-5 {
  padding-bottom: 5px; }

html body .p-b-10 {
  padding-bottom: 10px; }

html body .p-b-20 {
  padding-bottom: 20px; }

html body .p-b-30 {
  padding-bottom: 30px; }

html body .p-b-40 {
  padding-bottom: 40px; }

  
/*-------------- GLobal Settings: Margin ----------------*/
html body .mr-auto {
  margin:auto; }
  
html body .m-0 {
  margin: 0px; }

html body .m-l-5 {
  margin-left: 5px; }

html body .m-l-10 {
  margin-left: 10px; }

html body .m-l-15 {
  margin-left: 15px; }

html body .m-l-20 {
  margin-left: 20px; }

html body .m-l-30 {
  margin-left: 30px; }

html body .m-l-40 {
  margin-left: 40px; }

html body .m-r-5 {
  margin-right: 5px; }

html body .m-r-10 {
  margin-right: 10px; }

html body .m-r-15 {
  margin-right: 15px; }

html body .m-r-20 {
  margin-right: 20px; }

html body .m-r-30 {
  margin-right: 30px; }

html body .m-r-40 {
  margin-right: 40px; }

html body .m-t-0 {
  margin-top: 0px; }

html body .m-t-5 {
  margin-top: 5px; }

html body .m-t-10 {
  margin-top: 10px; }

html body .m-t-15 {
  margin-top: 15px; }

html body .m-t-20 {
  margin-top: 20px; }

html body .m-t-30 {
  margin-top: 30px; }

html body .m-t-40 {
  margin-top: 40px; }

html body .m-b-0 {
  margin-bottom: 0px; }

html body .m-b-5 {
  margin-bottom: 5px; }

html body .m-b-10 {
  margin-bottom: 10px; }

html body .m-b-15 {
  margin-bottom: 15px; }

html body .m-b-20 {
  margin-bottom: 20px; }

html body .m-b-30 {
  margin-bottom: 30px; }

html body .m-b-40 {
  margin-bottom: 40px; }


/*------------ GLobal Settings: vertical alignment -------------*/
html body .vt {
  vertical-align: top; }

html body .vm {
  vertical-align: middle; }

html body .vb {
  vertical-align: bottom; }

/*-------------- GLobal Settings: Opacity ----------------*/
.op-8 {
  opacity: 0.8; }

.op-7 {
  opacity: 0.7; }

.op-5 {
  opacity: 0.5; }

.op-3 {
  opacity: 0.3; }


/*-------------- GLobal Settings: font weight ----------------*/
html body .font-bold {
  font-weight: 600; }

html body .font-normal {
  font-weight: normal; }

html body .font-light {
  font-weight: 300; }

html body .font-medium {
  font-weight: 500; }

html body .font-16 {
  font-size: 16px; }

html body .font-14 {
  font-size: 14px; }

html body .font-13 {
  font-size: 13px; }

html body .font-10 {
  font-size: 10px; }

html body .font-18 {
  font-size: 18px; }

html body .font-20 {
  font-size: 20px; }

html body .font-stylish {
  font-family: "Calafia-Regular"; }


/*-------------- GLobal Settings: Border ----------------*/
html body .b-0 {
  border: none !important; }

html body .b-r {
  border-right: 1px solid #e0ecf5 !important; }

html body .b-l {
  border-left: 1px solid #e0ecf5 !important; }

html body .b-b {
  border-bottom: 1px solid #e0ecf5 !important; }

html body .b-t {
  border-top: 1px solid #e0ecf5 !important; }

html body .b-all {
  border: 1px solid #e0ecf5 !important; }


/*-------------- GLobal Settings: Thumb size ----------------*/
.thumb-sm {
  height: 32px;
  width: 32px; }

.thumb-md {
  height: 48px;
  width: 48px; }

.thumb-lg {
  height: 88px;
  width: 88px; }

.hide {
  display: none; }

.img-circle {
  border-radius: 100%; }

.radius {
  border-radius: 4px; }


/*-------------- GLobal Settings: Text Colors ----------------*/
.text-white {
  color: #ffffff !important; }

.text-danger {
  color: #f33066 !important; }

.text-muted {
  color: #8d97ad !important; }

.text-warning {
  color: #ff9b20 !important; }

.text-success {
  color: #27b737 !important; }

.text-info {
  color: #3389ff; }

.text-inverse {
  color: #3e4555 !important; }

html body .text-blue {
  color: #02bec9; }

html body .text-purple {
  color: #7460ee; }



html body .text-megna {
  color: #1dc8cd; }

html body .text-dark {
  color: #8d97ad; }

html body .text-themecolor {
  color: #3389ff; }

/*-------------- Global Settings: Alerts & Notification --------------*/
.alert-primary {
    color: #0055ff;
    background-color: #eaf1ff;
    border-color: #eaf1ff;
}
.alert-success {
    color: #27b737;
    background-color: #e9ffeb;
    border-color: #e9ffeb;
}
.alert-warning {
    color: #ff9b20;
    background-color: #fff5e9;
    border-color: #fff5e9;
}
.alert-info {
    color: #08a7c1;
    background-color: #effdff;
    border-color: #effdff;
}
.alert-danger {
    color: #f33066;
    background-color: #ffe9e9;
    border-color: #ffe9e9;
}
.alert-dark {
    color: #3e4758;
    background-color: #eff4ff;
    border-color: #eff4ff;
}
.alert-secondary {
    color: #4b5d6f;
    background-color: #d6dfe8;
    border-color: #d6dfe8;
}
/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
  background-color: #3389ff !important; }

.bg-success {
  background-color: #27b737 !important; }

.bg-info {
  background-color:#1ac790 !important; }

.bg-warning {
  background-color: #ff9b20 !important; }

.bg-danger {
  background-color: #f33066 !important; }

.bg-orange {
  background-color: #ec2828 !important; }

.bg-yellow {
  background-color: #fed700; }

.bg-facebook {
  background-color: #3b5a9a; }

.bg-twitter {
  background-color: #56adf2; }

html body .bg-megna {
  background-color: #1dc8cd; }

html body .bg-theme {
  background-color: #3389ff; }

html body .bg-inverse {
  background-color:#374158; }

html body .bg-purple {
  background-color: #7460ee; }

html body .bg-light {
  background-color: #f4f8fa !important; }

html body .bg-light-primary {
  background-color: #f1effd; }

html body .bg-light-success {
  background-color: #e8fdeb; }

html body .bg-light-info {
  background-color: #cfecfe; }

html body .bg-light-extra {
  background-color: #ebf3f5; }

html body .bg-light-warning {
  background-color: #fff8ec; }

html body .bg-light-danger {
  background-color: #f9e7eb; }

html body .bg-light-inverse {
  background-color: #f6f6f6; }

html body .bg-light {
  background-color:#f5f7f9; }

html body .bg-white {
  background-color: #ffffff; }
 
html body .bg-whites {
  background-color: #f4f5f7; }
  
html body .bg-red {
  background-color: #e21137; }
  
html body .bg-green {
  background-color: #4caf50; }
  
html body .bg-sky {
  background-color: #20b2c1; }
  
html body .bg-blue {
  background-color: #03a9f4; }

html body .bg-dark-blue{
  background-color:#192c48;
}
/*-------------- GLobal Settings: Rounds ----------------*/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #3389ff; }
  .round img {
    border-radius: 100%; }

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }

.round.round-info {
  background: #3389ff; }

.round.round-warning {
  background: #ff9b20; }

.round.round-danger {
  background: #f33066; }

.round.round-success {
  background: #27b737; }

.round.round-primary {
  background: #3389ff; }

/*----------- GLobal Settings: Simple List -----------*/
ul.simple-list {
    padding: 0;
    margin: 0;
}
ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
}
ul.simple-list li {
    list-style: none;
    padding: 10px 5px 10px 28px;
    position: relative;
}
ul.simple-list li:before {
    content: "\e6af";
    font-family: themify;
    position: absolute;
    left: 0;
}

/*-------------- GLobal Settings: Labels ----------------*/
.label {
  padding: 3px 15px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }

.label-custom {
  background-color: #1dc8cd; }

.label-success {
  background-color: #27b737; }

.label-info {
  background-color: #3389ff; }

.label-warning {
  background-color: #ff9b20; }

.label-danger {
  background-color: #f33066; }

.label-megna {
  background-color: #1dc8cd; }

.label-primary {
  background-color: #3389ff; }

.label-purple {
  background-color: #7460ee; }

.label-red {
  background-color: #fb3a3a; }

.label-inverse {
  background-color: #3e4555; }

.label-default {
  background-color: #f4f8fa; }

.label-white {
  background-color: #ffffff; }

.label-light-success {
  background-color: #e8fdeb;
  color: #27b737; }

.label-light-info {
  background-color: #cfecfe;
  color: #3389ff; }

.label-light-warning {
  background-color: #fff8ec;
  color: #ff9b20; }

.label-light-danger {
  background-color: #f9e7eb;
  color: #f33066; }

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd; }

.label-light-primary {
  background-color: #f1effd;
  color: #3389ff; }

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555; }

/*------------ GLobal Settings: Table ------------*/
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid transparent;
    border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#f7f9fb;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #f7f9fb;
}
.table tr th, .table tr td {
    border-color: #eaeff5;
    padding: 12px 15px;
    vertical-align: middle;
}
.table.tbl-big tr th, .table.tbl-big tr td {
    padding:20px 15px;
}
.table.tbl-big.center tr th, .table.tbl-big.center tr td {
    padding:20px 15px;
  text-align:center;
}
table.table tr th {
    font-weight: 600;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e !important;
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
/*------------- GLobal Settings: Badge ----------------*/
.badge {
  font-weight: 400; }

.badge-xs {
  font-size: 9px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #27b737; }

.badge-info {
  background-color: #3389ff; }

.badge-primary {
  background-color: #3389ff; }

.badge-warning {
  background-color: #ff9b20; }

.badge-danger {
  background-color: #f33066; }

.badge-purple {
  background-color: #7460ee; }

.badge-red {
  background-color: #fb3a3a; }

.badge-inverse {
  background-color: #3e4555; }


/*------------- GLobal Settings: List-style-none ----------------*/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

ul.list-style-none li {
  list-style: none; 
}

ul.list-style-none li a {
  color: #8d97ad;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
  font-size: 15.5px;
}
ul.list-style-none li a:hover {
  color: #3389ff;
}

/*---------- GLobal Settings: Lits Styles ------------*/

.lists-4, .lists-3, .lists-2, .lists-1{
  margin:0;
  padding:0;
}
.lists-4 li, .lists-3 li, .lists-2 li, .lists-1 li {
    list-style: none;
    margin: 1px 0 14px;
    line-height: 27px;
    margin-left: 22px;
    position: relative;
}
.lists-4 li:before, .lists-3 li:before, .lists-2 li:before, .lists-1 li:before {
    font-family:'themify';
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -22px;
    display: block;
}
.lists-1 li:before {
    content:"\e71b";
    font-size:13px;
}
.lists-2 li:before {
    content:"\e724";
    font-size:13px;
}
.lists-3 li:before {
    content:"\e64c";
    font-size:13px;
}
.lists-4 li:before {
    content:"\e60a";
    font-size:13px;
}

/*------------- GLobal Settings: dropdown ----------------*/
.dropdown-item {
  padding: 8px 1rem;
  color:#333;
  font-size: 15.5px;
}


/*------------- GLobal Settings: Buttons ----------------*/
.btn {
    border: 2px solid transparent;
}
.btn {
    color: #ffffff;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.64px;
}
.btn.btn-lg {
    padding: 1.2rem 2.5rem;
}
a.btn-trans-video{
    font-size: 1em;
    padding: 0.8em 1.6em;
  color: #3389ff;
    font-family: 'Poppins', sans-serif;
} 
a.btn-trans-video i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #3389ff;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
  -webkit-box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
}
.light-vid  a.btn-trans-video{
  color:#ffffff;
} 
.light-vid a.btn-trans-video i {
    background: #3583ff;
    color: #ffffff;
    box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
  -webkit-box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
}
.btn:hover {
  color: #ffffff;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #263238;
  padding: 10px 15px; }
  
.btn-link .underline {
    border-bottom: 1px solid #263238;
}
  
.btn-link:hover {
    color: #27b737;
}

.btn-light {
  color: #263238;
}
  
.btn-light:hover {
    background:#3389ff;
    color: #ffffff;
    border-color:#3389ff;
}

.btn-lg {
    padding: 1.2em 2em;
    font-size: 1em;
}

.btn-md {
  padding:1em 1.5em;
  font-size:1em;
}

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

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-md {
    padding: 18px 0px;
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}

.btn-arrow {
  position: relative;
}
  
.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}
  
.btn-arrow:hover span, .btn-arrow:focus span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}
  
.btn-arrow i {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
  
.btn-arrow:hover i, .btn-arrow:focus i {
    opacity: 1;
    right: -2rem; 
}

.btn-secondary,
.btn-secondary.disabled {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color:#eef0f3;
  color: #8d97ad;
}
  
.btn-secondary:hover,
.btn-secondary.disabled:hover {
    color: #ffffff !important;
}
  
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
    color: #ffffff !important;
    background: #263238;
    border-color: #263238;
}

.btn-primary,
.btn-primary.disabled {
  background:#0061B7;
  border: 1px solid #0061B7;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
}
  
.btn-primary:hover,
.btn-primary.disabled:hover {
    background:#2677e6;
    border: 1px solid #2677e6;
}
  
.btn-primary.active, .btn-primary:active, .btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
    background: #345bcb;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #3389ff;
  color: #ffffff;
  border: 1px solid #3389ff;
}
  
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #028ee1;
    border: 1px solid #028ee1;
}
.btn-black{
  background:#0060B6 !important;
  color: #f7f7f7;;
  border:1px solid #0060B6 !important;
   transition: all .3s;
}
.btn-black.black:hover, .btn-black.black:focus {
    background: #004e94 !important;
    border-color:#0060B6 !important;
}
.btn-black:hover,
.btn-black:focus {
    background:#004e94 !important;
  color:#ffffff !important;
    border: 1px solid #004e94;
}
  
.btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
    background: #028ee1;
}

.btn-success,
.btn-success.disabled {
  background: #27b737;
  border: 1px solid #27b737;
  color: #ffffff;
}
  
.btn-success:hover,
.btn-success.disabled:hover {
    background: #1fd628;
    border: 1px solid #1fd628;
}
  
.btn-success.active, .btn-success:active, .btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
    background: #1fd628;
}

.btn-info,
.btn-info.disabled {
  background:#0060B6 !important;
  border: 1px solid #0060B6 !important;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-info:hover,
.btn-info.disabled:hover {
    background:#004e94 !important;
    border: 1px solid #004e94 !important;
}
.btn-info:hover,
.btn-info.disabled:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.disabled:hover {
    color:#ffffff !important; 
} 
.btn-info.active, .btn-info:active, .btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
    background: #0976ea;
}

.btn-warning,
.btn-warning.disabled {
  background: #ff9b20;
  color: #ffffff;
  border: 1px solid #ff9b20;
}
  
.btn-warning:hover,
.btn-warning.disabled:hover {
    background: #f1901a;
    color: #ffffff;
    border: 1px solid #f1901a;
}
  
.btn-warning.active, .btn-warning:active, .btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
    background: #f1901a;
    color: #ffffff;
}

.btn-danger,
.btn-danger.disabled {
  background: #f33066;
  border: 1px solid #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-danger:hover,
.btn-danger.disabled:hover {
    background: #d73e6b;
    border: 1px solid #d73e6b;
}
  
.btn-danger.active, .btn-danger:active, .btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
    background: #d73e6b;
}

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #ffffff;
}
  
.btn-inverse:hover,
.btn-inverse.disabled:hover {
    background: #232a37;
    color: #ffffff;
    border: 1px solid #232a37;
}

.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
    background: #232a37;
    color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
  
.btn-red:hover,
.btn-red.disabled:hover {
    border: 1px solid #d61f1f;
    background: #d61f1f;
}
  
.btn-red.active, .btn-red:active, .btn-red:focus,
  .btn-red.disabled.active,
  .btn-red.disabled:active,
  .btn-red.disabled:focus {
    background: #d73e6b;
}

.btn-success-gradiant {
  background: #27b737;
  background: -webkit-linear-gradient(legacy-direction(to right), #27b737 0%, #1fd628 100%);
  background: -webkit-gradient(linear, left top, right top, from(#27b737), to(#1fd628));
  background: -webkit-linear-gradient(left, #27b737 0%, #1fd628 100%);
  background: -o-linear-gradient(left, #27b737 0%, #1fd628 100%);
  background: linear-gradient(to right, #27b737 0%, #1fd628 100%);
  border: 0px; 
}
  
.btn-success-gradiant:hover {
    background: #1fd628;
    background: -webkit-linear-gradient(legacy-direction(to right), #1fd628 0%, #27b737 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1fd628), to(#27b737));
    background: -webkit-linear-gradient(left, #1fd628 0%, #27b737 100%);
    background: -o-linear-gradient(left, #1fd628 0%, #27b737 100%);
    background: linear-gradient(to right, #1fd628 0%, #27b737 100%);
}
  
.btn-success-gradiant.active, .btn-success-gradiant:active, .btn-success-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-danger-gradiant {
  background: #f33066;
  background: -webkit-linear-gradient(legacy-direction(to right), #f33066 0%, #ec2828 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f33066), to(#ec2828));
  background: -webkit-linear-gradient(left, #f33066 0%, #ec2828 100%);
  background: -o-linear-gradient(left, #f33066 0%, #ec2828 100%);
  background: linear-gradient(to right, #f33066 0%, #ec2828 100%);
  border: 0px;
}
  
.btn-danger-gradiant:hover {
    background: #ec2828;
    background: -webkit-linear-gradient(legacy-direction(to right), #ec2828 0%, #f33066 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ec2828), to(#f33066));
    background: -webkit-linear-gradient(left, #ec2828 0%, #f33066 100%);
    background: -o-linear-gradient(left, #ec2828 0%, #f33066 100%);
    background: linear-gradient(to right, #ec2828 0%, #f33066 100%);
}
  
.btn-danger-gradiant.active, .btn-danger-gradiant:active, .btn-danger-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-warning-gradiant {
  background: #ff9b20;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff9b20 0%, #f48624 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff9b20), to(#f48624));
  background: -webkit-linear-gradient(left, #ff9b20 0%, #f48624 100%);
  background: -o-linear-gradient(left, #ff9b20 0%, #f48624 100%);
  background: linear-gradient(to right, #ff9b20 0%, #f48624 100%);
  border: 0px;
}
  
.btn-warning-gradiant:hover {
    background: #f48624;
    background: -webkit-linear-gradient(legacy-direction(to right), #f48624 0%, #ff9b20 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f48624), to(#ff9b20));
    background: -webkit-linear-gradient(left, #f48624 0%, #ff9b20 100%);
    background: -o-linear-gradient(left, #f48624 0%, #ff9b20 100%);
    background: linear-gradient(to right, #f48624 0%, #ff9b20 100%);
}
  
  .btn-warning-gradiant.active, .btn-warning-gradiant:active, .btn-warning-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}
  
.btn-info-gradiant, .btn-primary-gradiant {
  background: #3389ff;
  background: -webkit-linear-gradient(legacy-direction(to right), #3389ff 0%, #3389ff 100%);
  background: -webkit-gradient(linear, left top, right top, from(#3389ff), to(#3389ff));
  background: -webkit-linear-gradient(left, #3389ff 0%, #3389ff 100%);
  background: -o-linear-gradient(left, #3389ff 0%, #3389ff 100%);
  background: linear-gradient(to right, #3389ff 0%, #3389ff 100%);
  border: 0px;
  color: #ffffff;
}

.btn-info-gradiant:hover, .btn-primary-gradiant:hover {
    background: #3389ff;
    background: -webkit-linear-gradient(legacy-direction(to right), #3389ff 0%, #3389ff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#3389ff), to(#3389ff));
    background: -webkit-linear-gradient(left, #3389ff 0%, #3389ff 100%);
    background: -o-linear-gradient(left, #3389ff 0%, #3389ff 100%);
    background: linear-gradient(to right, #3389ff 0%, #3389ff 100%);
}
  
.btn-info-gradiant.active, .btn-info-gradiant:active, .btn-info-gradiant:focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    opacity: 1;
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #727b84;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background: #263238;
}

.btn-outline-primary {
  color: #3389ff;
  background-color: #ffffff;
  border-color: #3389ff;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
    background: #3389ff;
    color: #ffffff;
    border-color: #3389ff; }
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
    background: #345bcb;
}

.btn-outline-success, a.btn-outline-success {
  color: #27b737;
  background-color: transparent;
  border-color: #27b737;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, a.btn-outline-success:hover, a.btn-outline-success:focus, a.btn-outline-success.focus {
    background: #27b737;
    border-color: #27b737;
    color: #ffffff;
}
  
.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus, a.btn-outline-success.active, a.btn-outline-success:active, a.btn-outline-success:focus {
    background: #1fd628;
}

.btn-outline-info {
  color:#1ac790;
  background-color: transparent;
  border-color:#1ac790;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
    background:#1ac790;
    border-color:#1ac790;
    color: #ffffff !important;
}
  
.btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:focus {
    background:#1ac790;
}

.btn-outline-warning {
  color: #ff9b20;
  background-color: transparent;
  border-color: #ff9b20;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in; 
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
    background: #ff9b20;
    border-color: #ff9b20;
    color: #ffffff;
}
  
  .btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:focus {
    background: #f1901a;
}

.btn-outline-danger {
  color: #f33066;
  background-color: transparent;
  border-color: #f33066;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
  
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
    background: #f33066;
    border-color: #f33066;
    color: #ffffff;
}
  .btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
    background: #d73e6b; }

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a; }
  
  .btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
    background: #fb3a3a;
    border-color: #fb3a3a;
    color: #ffffff;
}
  
  .btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:focus {
    background: #d73e6b;
}

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555;
}

.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
    background: #3e4555;
    border-color: #3e4555;
    color: #ffffff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

.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,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #093C71;
  border: 1px solid #093C71;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1fd628;
  border: 1px solid #1fd628;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color:#1ac790;
  border: 1px solid #1ac790;
  color: #ffffff !important;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #f1901a;
  border: 1px solid #f1901a; 
  color: #ffffff;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
  color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
  color: #ffffff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px;
}
.btn-warning-light{
  color: #ff8f00!important;
    background: rgba(255,143,0,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-warning-light:hover, .btn-warning-light:focus{
  color:#ffffff !important;
    background:#ff8f00;
    border-color:#ff8f00;
}
.btn-success-light{
  color:#29cf8d !important;
    background: rgba(41,207,141,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-success-light:hover, .btn-success-light:focus{
  color:#ffffff !important;
    background:#29cf8d;
    border-color:#29cf8d;
}
.btn-primary-light{
  color:#3389ff !important;
    background: rgba(51,137,255,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-primary-light:hover, .btn-primary-light:focus{
  color:#ffffff !important;
    background:#3389ff;
    border-color:#3389ff;
}
.btn-danger-light{
  color:#ed2929 !important;
    background: rgba(237,41,41,0.1);
    border-color: rgba(0,0,0,0);
}
.btn-danger-light:hover, .btn-danger-light:focus{
  color: #374158 !important;
    background: #ffffff;
    border-color:#ed2929;
}
.btn-over-light{
  color:#ffffff !important;
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.2);
}
.btn-over-light:hover, .btn-over-light:focus{
  color: #374158 !important;
    background: #ffffff;
    border-color: rgba(255,255,255,0.2);
}
/*----------- GLobal Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
    margin: 2.77em 0;
}
.video-play-icon {
    width:6.42857143em;
    height:6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index:2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
  line-height:6em;
    background: #ffffff;
  box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
  -webkit-box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
}
.video-play-icon a {
    font-size: 3em;
  color:#3389ff;
}
/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin:30px auto 0 !important;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    padding: 0;
    margin: 5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius:2px;
    width: 37px;
    height: 37px;
    text-align: center;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content: center;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:#3389ff;
    border-color:#3389ff;
}
.pagination>li {
    display: inline-block;
}
.pagination li:first-child a {
    background:#3389ff;
    border: 1px solid #3389ff;
    border-radius:2px;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius:2px;
    color: #fff
}


/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
display: inline-block;
vertical-align: middle;
margin: 5px;
cursor: pointerer;
}
.checkbox-custom-label, .radio-custom-label {
position: relative;
}
.checkbox-custom + .checkbox-custom-label:before{
content: '';
background: #fff;
border: 2px solid #dae3ec;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius:2px;
padding: 2px;
margin-right: 10px;
text-align: center;
}

.radio-custom + .radio-custom-label:before {
content: '';
background: #fff;
border: 2px solid #dae3ec;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius: 50%;
padding: 2px;
margin-right: 10px;
text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
background: #3389ff;
border-radius:2px;
box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
background:#3389ff;
box-shadow: inset 0px 0px 0px 4px #fff;
}
.company-brands label{
font-weight:normal;
color:#828f99;
font-size:15px;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline:none /* focus style */
}
.company-brands input[type='checkbox']:focus{
outline:none;
}
.company-brands label:focus{
outline:none;
}

/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #27b737;
    color: #FFFFFF;
}
  .onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #FFFFFF;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
   position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
[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: 10px;
    height: 10px;
    background: #3389ff;
    position: absolute;
    top:4px;
    left:4px;
    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);
}
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  } 
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; 
  } 
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; 
  } 
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
    max-width: 700px;
 margin-bottom: 50px;
}

.sec-heading::after{ content: '';
    display: block;
    width: 84px;
    height: 2px;
    background: #b6dcff;
    margin: 0 auto;
    margin-top: 23px; }
.sec-heading.light h2, .sec-heading.light p{
  color:#ffffff;
}
.sec-heading p{
margin-top: 15px;
    font-size: 16px ;
    line-height: 1;
    margin-bottom: 0;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: 400;
}



.result-count{
font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    color: #666666;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 400;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}

.result-count a:hover{ color: #0061b7 !important; }
.result-count a::after{

     content: '';
    width: 1px;
    height: 13px;
    background-color: #CCCCCC;
    position: relative;
    top: 2px;
    /* bottom: 0; */
    display: inline-block;
    margin: 0 9px;



}

/*------------ GLobal Settings: All Forms Style ---------------*/

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
  border:1px solid #e0ecf5;
    height:56px;
}
.input-with-shadow .select2-container--default .select2-selection--single {
  border:none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #626a70;
    line-height:56px;
    text-align: left;
    padding: 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8b9aad;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 14px;
    top:1px;
}
.image-bg .form-control, .bg--dark .form-control {
  color:#495057 !important;
}
select.form-control:not([size]):not([multiple]) {
    height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
    height:62px;
}
.form-control.fc-lg {
    height:62px;
}
textarea.form-control{
  height:180px;
}
/*-----------------------------------------------------
Header Navigation Styles
--------------------------------------------------*/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color:#404656;
}



.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

.navigation,
.navigation * {
    box-sizing: border-box
}

.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
}

.nav-toggle,
.navigation-hidden .nav-header {
    display: none
}

.navigation-portrait {
    height: 48px
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right
}

.nav-header {
    float: left
}

.nav-brand {
 padding: 5px 0;
    font-size: 24px;
    margin-right: 0;
    text-decoration: none !important;
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    cursor: pointer
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #f7f7f7, 0 1em 0 0 #f7f7f7
}

.navigation-portrait .nav-toggle {
    display: block
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.drps{ position: absolute; }
.review-username223 {
  cursor: pointer;
  font-size: 20px !important;
    line-height: 25px !important;

    margin: 0 auto;
 
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}
.cli3{max-width: 90px !important;}

.btn-profile-photo{ cursor: pointer;    padding: 22px 5px 0 10px !important;}
.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal;
    
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li>a {    font-size: 14px;
    padding:30px 12px;
    display: inline-block;
    transition: color .3s, background .3s;

    color: #f7f7f7;
font-family: 'Roboto', sans-serif;

font-weight: 400;
letter-spacing: 0.8px;
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    padding: 12px 15px 12px 26px
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
 color: #007bff  !important;
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #00a94f #00a94f transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: color .3s
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: '';
    pointer-events: none
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
    color: #00a94f
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: 0;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.nav-button,
.nav-text {
    display: inline-block;
    font-size: 14px
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #00a94f;
    transition: opacity .3s
}

.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width:250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li .nav-dropdown {
    border: none;
  padding:15px;
  background:#ffffff;
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    border-radius: 0.4rem;
}
.nav-menu>li>.nav-dropdown:before {
  background-color: #ffffff;
  content: "";
  height: 20px;
  left: 25px;
  position: absolute;
  top: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding:14px 20px 14px 10px;
  border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    color: #70798b;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-dropdown>li:last-child>a{
  border-bottom:none;
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus {
    padding-left: 20px;
  color: #00a94f;
}
.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
    color: #00a94f
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #00a94f #00a94f transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}

.header { transation:all 0.5s;
background: #003c71;
       position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
}

.header-top {
    padding: 1em 0;
    background: #05222A
}

.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

.deatils ul li i {
    margin-right: .5em
}

.deatils ul li a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.social-icons {
    float: right;
    margin-top: .7em
}


.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    padding: 1em 0
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #02B875;
    background-color: #fff
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
    color: #929292
}

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.nav-menu.nav-menu-social>li.add-listing {
   border-radius: 2px;
    min-width: 150px;
    top: 13px;
    position: relative;
    height: 50px;
    color: #ffffff;
font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.nav-menu.nav-menu-social>li.add-listing a {
    top:0px;
  padding: 30px 20px;
    color:#ffffff !important;
}
.nav-menu.nav-menu-social>li.add-listing.dark-bg {
    background: #2e3654;
}

.nav-menu.nav-menu-social>li.add-listing.bg-whit{
    background:#ffffff !important;
}

.nav-menu.nav-menu-social>li.add-listing.bg-whit a{
    color:#333333 !important;
}
.nav-brand img {
 max-width: 125px;
    position: relative;
    top: 2px;
}

/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 19px 15px;
}
.account-drop .dropdown-menu a {
    padding: 0.6rem 0;
    font-size: 14px;
}
.account-drop .dropdown-menu {
    top: 60px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    border: solid 1px #ebedf3;
    min-width: 200px;
    left: initial !important;
    padding: 0.4rem 1rem;
}
/*----------Dark Menu --------*/
@media (min-width: 100px) {
.nav-menu.nav-menu-social>li.add-listing.bg-white{
    background:#ffffff !important;
}
.nav-menu.nav-menu-social>li.add-listing.bg-white a{
    color:#333333 !important;
}
.header.header-fixed{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background: #003c71;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.7s ease-in;
    -o-transition: 0.7s ease-in;
    transition: 0.7s ease-in;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.nav-menu.nav-menu-social>li.add-listing a {
    top: -14px;
}
.header.header-dark {
    background-color: #1f263e;
}
.header.header-dark .nav-brand, .header.header-dark .nav-brand:focus, .header.header-dark .nav-brand:hover, .header.header-dark .nav-menu>li>a {
    color: #ffffff;
}

.header.header-dark .nav-menu>li .nav-dropdown {
    background:#232b46;
}
.header.header-dark .nav-dropdown>li>a {
    border-bottom: 1px solid #2e3654;
}
.header.header-dark .nav-menu>li>.nav-dropdown:before {
  background-color:#232b46;
}

/*------ transparent --------*/
.header.header-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    z-index:4;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.header-transparent.header-fixed{
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    background:#ffffff;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.header.header-transparent .nav-brand, .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover, .header.header-transparent .nav-menu>li>a {
    color: #ffffff;
}
.header.header-transparent.header-fixed .nav-brand, .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover, .header.header-transparent.header-fixed .nav-menu>li>a {
    color:#404656;
}
.change-logo .nav-brand.fixed-logo {
    display: none;
}
.change-logo.header-fixed .nav-brand.fixed-logo {
    display: block;
}
.change-logo.header-fixed .nav-brand.static-logo {
    display: none;
}

.dark-text .nav-brand, .header-transparent.dark-text .nav-brand:focus, .header-transparent.dark-text .nav-brand:hover, .header-transparent.dark-text .nav-menu>li>a {
    color: #404656;
}
.header-transparent.dark-text .nav-menu>li>a:hover, .header-transparent.dark-text .nav-menu>li>a:focus {
    color:#00a94f;
}
}




/*
DROPDOWN STYLE
=========================== */
nav .menu > li.dropdown > a:before, nav .menu > li.megamenu > a:before{
    margin-left: 10px;
    content:"\e61a";
  font-family:'themify';
    float: right;
    position: relative;
  font-size:12px;
    top:2px;
}
nav .menu > li.dropdown  li.dropdown > a:before{
    margin-left: 10px;
    content:"\e649";
  font-family:'themify';
    float: right;
    position: relative;
  font-size:14px;
    top:1px;
}

nav .menu li.dropdown.open > a{
    color: #e74c3c;
  
}
.top-header {
    background: #333c56;
    padding:12px 0;
    color: #ffffff;
}
.cn-info ul {
    padding: 0;
    margin: 0;
}
.cn-info ul li {
    list-style:none;
  display:inline-block;
  margin-right:15px;
}
.cn-info ul li i{
  margin-right:5px;
}
.cn-info ul li:last-child{
  margin-right:0;
}
.top-social{
  padding: 0;
    margin: 0;
  float:right;
}
.top-social li{
  list-style:none;
  display:inline-block;
  margin-right:15px;  
}
.top-social li:last-child{
  margin-right:0;
}
.top-social li a{
  color:#ffffff;
}
.mg-menu-items{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:0;
}
.mg-menu-items i{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
.mg-menu-items h5{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 16px;
  font-size: 15px;
  color:#031b4e;
  margin-bottom:0;
}
.mg-menu-items h5>span {
    color:#72809D;
    display: block;
    font-weight: 500;
    font-family: 'Muli', sans-serif;
}

.account-drop .btn.btn-order-by-filt {
    padding: 0;
    box-shadow: none;
  margin-top: 5px;
  font-weight: 600;
}
.account-drop .btn.btn-order-by-filt img.avater-img {
    width: 35px;
    border-radius: 50%;
    margin-right: 7px;
}
li.login-attri .account-drop a {
    height: auto;
    line-height: 1.5;
    padding:10px 10px !important;
    box-shadow: none;
    color: #606c8e !important;
    font-size: 15px;
}
/*---------- Top Bar -------------*/
.header-topbar{
    padding: 12px;
    background:#086cf5;
  font-size: 14px;
    box-shadow: none;
    color: #ffffff;
}
.header-topbar.bl-dark{
  background:#212f42;
}
.header-topbar span{
  margin-right:20px;
}
.header-topbar span>i{
  margin-right:7px;
}
.top-social-ac ul{
  margin:0;
  padding:0;
}
.top-social-ac ul li{
  display:inline-block;
  margin-right:12px;
  list-style:none;
}
.top-social-ac ul li:last-child{
  margin-right:0;
}
.top-social-ac ul li a{
  color:#ffffff;
  opacity:0.9;
  transition:all 0.4s;
}
.top-social-ac ul li a:hover, .top-social-ac ul li a:focus{
  color:#ffffff;
  opacity:1;
}
/*------------ Header Navigation Styles: Header Search Box--------------*/
.search-box {
    padding: 0 15px;
}
.search-box .app-search input {
    width: 100%;
    padding: 25px 40px 25px 20px;
    border-radius: 0px;
    font-size: 17px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    border: none;
    height:92px;
    color:#4d5968;
}
.search-box .app-search .srh-btn {
    position:absolute;
    top:40px;
    cursor: pointer;
    background: #ffffff;
    width: 15px;
    height: 15px;
    right: 20px;
    font-size: 14px;
}
.search-box a{
color: #546e7a;
}
.search-box .form-control::-moz-placeholder{color:#4d5968;}
.search-box .form-control:-ms-input-placeholder{color:#4d5968}
.search-box .form-control::-webkit-input-placeholder{color:#4d5968}
.search-box .app-search {
    position:fixed;
    margin: 0px;
    display: block;
    z-index: 110;
    width: 100%;
    top: 2px;
    -webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
    display: none;
    left: 0px;
}
/*----------------------------------------------------
 Homes Banner
-----------------------------------------------------*/
.hero-header.jumbo-banner {overflow: hidden;
    /* background-size: cover !important; */
    /* background-position: top left !important; */
    background-size: 45% !important;
    background-position: top center !important;
}
.banncer-cent{
    background-size: cover !important;
    background-position: center !important;
}
.hero-content h1, .content h1 {
    font-weight: 600;
    line-height: 1.1;
}

.jumbo-banner img{
/*  position:absolute;*/
/*top:-20px;*/
/*  right:2%;*/

  
    max-width: 600px;
    width: 90%;
}
.jumbo-banner.dark-text .hero-content h1, .jumbo-banner.dark-text .hero-content p, .jumbo-banner.dark-text .content h1, .jumbo-banner.dark-text .content p{
  color:#2b313a;
}
.hero-header .container{
  position:absolute;
  z-index:2;
}
/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header{
  background:#232323;
  background-position:center;
  background-size:cover;
  padding:0 ;
  position:relative;
}
.verticle-center{
  text-align:center;
}
.hero-header{
    margin: 0;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.hero-content>*{
  color:#ffffff;
  position:relative;
  z-index:1;
}
.hero-content h1{
  font-weight:600;
  line-height:1.3;
}
.hero-content p{
  font-size:18px;
}
[data-overlay] {
    position: relative;
}
[data-overlay]:before {
    position: absolute;
    content: '';
    background:#0f213a;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay="1"]:before {
    opacity: 0.1;
}
[data-overlay="2"]:before {
    opacity: 0.2;
}
[data-overlay="3"]:before {
    opacity: 0.3;
}
[data-overlay="4"]:before {
    opacity: 0.4;
}
[data-overlay="5"]:before {
    opacity: 0.5;
}
[data-overlay="6"]:before {
    opacity: 0.6;
}
[data-overlay="7"]:before {
    opacity: 0.7;
}
[data-overlay="8"]:before {
    opacity: 0.8;
}
[data-overlay="9"]:before {
    opacity: 0.9;
}

/*------------ Homes Banner: Banner Form ------------*/
.signup-frm{
  max-width:510px;
  margin-top:15px;
  display:block;
  position: relative;
}
.signup-frm .form-control{
  width: 100%;
    font-size:16px;
    font-weight: 400;
  background-color:#ffffff;
    border:1px solid #cfd8dc;
    padding:22px 20px 18px;
  border-radius:2px;
  height: 60px;    
}
.signup-frm .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 25px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
}

/*------------ Homes Banner: Overflow Bg & Video Button -------------*/
.overflow-bg:before {
    background: #28344e;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}
.btn-sec {
    margin: 15px 0;
    display: inline-block;
} 

.btn-join {
  padding:0 15px;
    text-align: center;
    border-radius:4px;
    color: #ffffff;
    height: 56px;
    display: inline-block;
    min-width: 170px;
    line-height: 56px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-video {
  padding:0 15px;
  min-width: 170px;
  text-align: center;
    color: #ffffff;
    height: 56px;
    margin: 5px;
  display: inline-block;
    border-radius:4px;
  line-height: 56px;
  transition: all 0.3s;
  background: rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.04);
} 
.btn-video:hover, .btn-video:focus{
  color:#3389ff;
  background: #ffffff;
  border:1px solid #ffffff;
}
.home-2 img {
    max-height:480px;
    margin: 0 auto;
    display: table;
}
.featured-employers-wrap {
    background: #f4f5f7;
    padding:30px 0;
    border-bottom: 1px solid #e9ecf1;
}
.single-employers img {
    max-width: 110px;
    display: table;
    margin: 0 auto;
}
.single-employers img {
    max-width: 110px;
}

img.image-cover {
    max-width:500px;
    position: absolute;
    right: 5%;
    bottom: 0;
  top:initial;
}

/*------- Fullscreen Map Section ---------------- */
.scrollContorl {
  position:absolute;
  z-index:1000;
  bottom:100px;
  right:20px;
  cursor:pointer;
  width:36px;
  height:36px;
  line-height:36px;
    background: #2F3B59;
  border-radius:4px;
  box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
}
.scrollContorl.enabledsroll i:before {
    content: "\f09c";
}
#singleMap {
  width:100%;
  position:relative;
  height:300px;
  float:left;
  margin-bottom:30px;
}
.box-widget #singleMap {
  margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{
  position:fixed;
  z-index:100;
  top:50%;
  cursor:pointer;
  width:40px;
  height:40px;
  border-radius:100%;
  color:#fff;
  line-height:40px;
  margin-top:-20px;
  text-align:center;
  background:#2b4db9;
  box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
  -webkit-transform: translate3d(0,0,0);
}
#singleMap  .mapzoom-in , #singleMap .mapzoom-out , .home-map .mapzoom-in , .home-map .mapzoom-out , .fw-map .mapzoom-in  ,  .fw-map .mapzoom-out {
  position:absolute;
  right:20px;
}
.map-container.column-map.right-pos-map  .mapzoom-in  , .map-container.column-map.right-pos-map  .mapzoom-out {
  right:30px;
}
.map-container.column-map.left-pos-map  .mapzoom-in  , .map-container.column-map.left-pos-map .mapzoom-out{
  left:30px;
}

.mapzoom-in:before  , .mapzoom-out:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
  content: "\f068";
}
.mapzoom-in:before{
  content: "\f067";
}
.mapzoom-in {
  margin-top:-80px;
}
.mapnavigation {
  position:absolute;
  bottom:50px;
  right:7px;
  z-index:30;
  width:170px;
}
.mapnavigation a {
  width:70px;
  padding:8px 0;
  border-radius:4px;
  color:#fff;
  float:left;
  margin-left:10px;
  box-shadow:0px 0px 0px 4px rgba(255,255,255,0.4);
}
.mapnavigation a , .mapzoom-in:hover  , .mapzoom-out:hover{
  background: #2F3B59;
}
.cluster img{
  display:none
}
.cluster{
  width:40px!important;
  height:40px!important;
}
.cluster div{
  text-align:center;
  font-size:15px!important;
  color:#fff! important;
  background:#2b4db9;
  font-weight:600;
  border-radius:100%;
  width:40px!important;
  height:40px!important;
  line-height:38px!important;
  box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.1);
  -webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
  animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
  background:#fd5332;
}
@keyframes cluster-animation{
  0%,100%{box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);}
  50%{box-shadow: 0px 0px 0px 9px rgba(255,255,255,0.2);}
}
.map-popup-location-phone , .map-popup-location-info {
  float:left;
  width:100%;
  text-align:left;
  margin-bottom:5px;
}
.map-popup-wrap {
  display:block;
  border-radius:8px;
  width:300px !important;
  background:#fff;
  position:relative;
}
.map-popup-wrap .property-listing.property-2{
  border:none;
  margin-top:0;
}
.map-popup {
  display:block;
  width:100%;
  position:relative;
  overflow:hidden;
  border-radius:10px;
  box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.infoBox-close {
  position:absolute;
  width:30px;
  height:30px;
  line-height:30px;
  top:20px;
  right:20px;
  color:#2b4db9;
  text-align:center;
  border-radius:100%;
  z-index:20;
  background:#f4f5f7;
  box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
  cursor:pointer;
}
.infoBox-close:hover {
  background:#2b4db9;
  color:#ffffff;
}

.map-container .inc-fleat.inc-bath:before, .map-container .inc-fleat.inc-bed:before {
    top:-2px;
}
.list-single-img a {
    position: relative;
    display: block;
}
.list-single-img a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
    background: #1c2746;
    opacity: 0.5;
}
.fs-container {
  height: 100% !important;
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
    background:#f4f5f7;
}
.fs-left-map-box{
    float: left;
}
.fs-container #map-main{
  position: relative;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
  margin-bottom: 0px;
}
.fs-left-map-box .map-container.fw-map{
    width:40%;
  height: 100%;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    overflow: hidden;
}
.home-map.fl-wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 585px;
    width: 100%;
    overflow: hidden;
}
.half-map .fs-inner-container{
    position: relative;
    width:60%;
    background:#f4f5f7;
    min-height: 100vh;
    z-index: 10;
  float: left;
}
.map-container.fw-map #map-main{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.fs-content {
  max-height: 100%;
  overflow: auto;
  padding: 0;
   overflow: visible;
}
.half-map .fs-content {
    padding:3em 2em 3em;
}
.fs-container section.search {
  padding: 32px 40px 47px 40px;
}

.fs-container .fs-listings {
  padding: 0 25px;
  margin: 0;
}

.fs-switcher {
  padding: 0 25px;
  margin: 0;
}

/* Inner Containers */
.fs-inner-container {
  width: 50%;
  height: 100%;
  float: left;
  display: inline-block;
}
.img-wrap {
    height:300px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index:1;
    margin: 10px 0;
    border-radius:4px;
}
.img-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #101f4e;
    opacity: 0.4;
    z-index:11;
    transition: 0.3s ease-out;
}
.img-wrap-content {
    position: absolute;
    z-index:55;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0,-50.5%);
}
.img-wrap-content h4 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin: 0;
}
.img-wrap-content span {
    font-size: 16px;
    color: #fff;
}
.img-wrap-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.home-map.fl-wrap{
    position: relative;
    top: 0;
    right: 0;
    height: 585px;
    width: 100%;
  overflow: hidden;
}
.home-map.fl-wrap .advance-search-container {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: +33;
    transition: all 0.4s;
    max-width: 1170px;
    margin: 0 auto !important;
    width: 100%;
    right: 0;
}
.map-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height: 60px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
}
#signup .input-with-icon .form-control, #signup .input-with-shadow .form-control, #signup .input-with-shadow .select2-container, #signup .input-with-icon .select2-container,
.new-logwrap .input-with-icon .form-control, .new-logwrap .input-with-shadow .form-control, .new-logwrap .input-with-shadow .select2-container, .new-logwrap .input-with-icon .select2-container {
    border: none;
    border-radius: 5px;
    padding-left: 45px;
    height:50px;
    background: #ffffff;
    overflow: hidden;
    box-shadow:none;
    -webkit-box-shadow:none;
}


.half-map .input-with-icon .form-control, .half-map .input-with-shadow .form-control, .half-map .input-with-shadow .select2-container, .half-map .input-with-icon .select2-container {
    border: none !important;
}


.statistic-item {
    margin-bottom:20px;
    border: 1px solid #e9eef3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 13px 20px;
  background-color: #fff;
}

.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.statistic-item .icon {
    font-size: 30px;
}
.statistic-item .text {
    padding-left: 15px;
}
.statistic-item .number {
    font-size: 16px;
    color: #222;
    padding-right: 5px;
}
.job-detail-statistic {
    margin-bottom:15px;
  margin-top:15px;
    border: 1px solid #e9eef3;
    padding: 15px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.09);
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.job-detail-statistic .statistic-item {
    margin: 0;
    border: none;
    border-right: 1px solid #e9eef3;
}
.job-detail-statistic .statistic-item {
    padding-right:20px;
    padding-left:20px;
}
.job-detail-statistic .statistic-item:last-child {
    border: none;
}
h4.modal-title.light {
    color: #ffffff;
  font-weight:500;
  font-size:20px;
}
.modal-header {
    color: #fff;
    background: #f16e8e;
    padding:20px 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-bottom: none;
}
label {
    font-size: 13px;
    font-weight: 600;
    color: #495677;
}
.dapply-job-form .form-group {
    margin-bottom: 10px;
}
.simple-list-sshare {
    margin: 0;
    padding: 0;
}
.simple-list-sshare li{
  margin-right:8px;
  margin-bottom:5px;
  list-style:none;
  display:inline-block;
}
.simple-list-sshare li a {
    background: #e9f0f9;
    width: 42px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 50px;
    color: #6e7a8a;
}

.flt-result {
    width: 100%;
    display: flex;
    background: #ffffff;
    padding:10px 15px;
    border-radius: 4px;
    flex-wrap: wrap;
    align-items: center;
}
.flt-result.mb-4 {
    margin-bottom: 3rem;
}
.flt-result-num {
    flex: 1;
}
.flt-result-num h4 {
    margin: 0;
    font-size: 15px;
}
.flt-change-layout {
    display: inherit;
}
.flt-change-layout a {
    background: #f4f5f7;
    color: #637280;
    padding: 12px 15px;
    border-radius: 2px;
    line-height: 1;
    margin: 0 3px;
}
.flt-change-layout a.active {
    background: rgba(17, 183, 25,0.1);
    color: #00a94f;
}
.theme-cl, .input-with-icon .theme-cl{
    color:#00a94f;
}
.theme-bg {
    background:#0060B6 !important;
    border-color:#0060B6 !important;

}

.theme-bg:hover, .theme-bg:focus{
background:#004e94 !important;
  transition: all 0.4s;
}

button.btn.ft-search {
    background: #00a94f;
    border-color: #00a94f;
    color: #ffffff;
    height: 60px;
}
.half-map .input-with-icon i {
    right:initial;
    transform: translateY(-50%);
    left: 15px;
}
.half-map .select2-container--default .select2-selection--single{
  border:none;
}
.map-job-box {
    padding: 32px 15px 32px;
}
/*--------------------------------------------------
  Drizvato Component
---------------------------------------------------*/
.job-grid.style-1, .employer-wrap, .verticle-job-list, .freelancer-verticle, .freelancer-grid, .best-candidate, .candidate-grid.style-1, .pr-table-box{
  margin-bottom:30px;
}

.boxed:not([class*='bg-']) {
    background: #ffffff;
}
.box-shadow-wide {
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
.box-shadow {
    box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
}
.shadow-0{
  box-shadow:none !important;
  -webkit-box-shadow:none !important;
}
.boxed.boxed--border {
    border: 1px solid #ececec;
}

.overlay-top {
    margin-top: -100px;
  position: relative;
  z-index:11;
}
.overlay-lg-top {
    margin-top: -150px;
  position: relative;
}
.overlay-bottom {
    margin-bottom: -90px;
  position: relative;
}
.overlay-lg-bottom {
    margin-bottom: -150px;
  position: relative;
}

/*-------------- drizvato Component: Features icon Center -------------*/
.middle-icon-features {
    display: table;
    width: 100%;
  margin-bottom:30px;
  text-align:center;
}
.middle-icon-features-item {
    margin-top:30px;
}

.middle-icon-features-content p{
  margin-bottom:0;
}
.middle-icon-features-content h4{
  font-weight:800;
  font-size:17px;
  margin-bottom:10px;
}

.middle-icon-large-features-box.f-light-warning {
    background: rgba(255,143,0,0.1);
    color:#ff8f00 !important;
}
.middle-icon-large-features-box.f-light-success {
    background: rgba(41,207,141,0.1);
    color: #29cf8d !important;
}
.middle-icon-large-features-box.f-light-primary {
    color:#3389ff !important;
    background: rgba(51,137,255,0.1);
}
.middle-icon-large-features-box.f-light-warning:before {
    border: 1px dashed #ff8f00;
}
.middle-icon-large-features-box.f-light-success:before {
    border: 1px dashed #29cf8d;
}
.middle-icon-large-features-box.f-light-primary:before {
    border: 1px dashed #3389ff;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-warning{
  background:#ff8f00;
  color:#ffffff !important;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-success{
  background:#29cf8d;
  color:#ffffff !important;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-primary{
  background:#3389ff;
  color:#ffffff !important;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-warning:before{
  border: 1px dashed #ffffff;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-success:before{
  border: 1px dashed #ffffff;
}
.middle-icon-features-item:hover .middle-icon-large-features-box.f-light-primary:before{
  border: 1px dashed #ffffff;
}
.middle-icon-features-item .steps {
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    background:transparent;
    border-radius: 50%;
    line-height: 30px;
    color: #ffffff;
}

/*---------- drizvato Component: Image Holder Services -----------*/
.image-block {
    position: relative;
    min-height:320px;
}
.image-block {
    position: relative;
}
.image-block-holder-img{
  background-size: cover!important;
    background-position:50% 0%!important;
  z-index: 0;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    background: #232323;
  position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.img-responsive.img-holder{
  display:none;
}
.image-block-content{
  padding:4em 4em;
}
.inverse-color > * {
    color: #ffffff;
}
/*------------ drizvato Component: Counter ------------*/
.count-box .count {
    font-size: 4em;
    font-weight: 600;
  line-height:1.4;
  margin-bottom:10px;
}
.count-box.style-2 {
    padding: 2.4em 0;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
  -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
}
.count-box.style-2 h5 {
    color:#3389ff;
}
/*--------------------- drizvato Component: Team Style Start -------------------*/
.our-team{
  background: #ffffff;
    border-radius: 6px;
  text-align:center;
    padding: 32px 30px 32px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
}

.our-team.team-vert {
    background: #ffffff;
    border-radius: 6px;
    text-align:left;
    padding: 30px 15px 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
}
.our-team.simple-team-design {
    padding: 15px 15px 25px;
}
.our-team.simple-team-design img{
  border-radius:4px;
  border:none;
  max-width:100%;
}

.our-team img {
    max-width: 100px;
    border: 4px solid #f2f5f9;
    border-radius: 50%;
    margin-bottom: 10px;
}
.lt-img-box {
    display: table-cell;
    width:105px;
    float: left;
}
.our-team.simple-team-design h4{
  margin-bottom:2px;
}
.rt-content-box h4 {
    margin-bottom: 2px;
}
.rt-content-box {
    display: table;
    margin-left:105px;
}
.our-team h4>a{
   color:#353b4a;
   font-size:18px;
}

.our-team .designation{
  color:#ffffff;
  padding:4px 8px;
  border-radius:2px;
  font-size:13px;
}
.simple-designation{
  font-size:14px;
}
.our-team p {
    margin: 25px 0;
    line-height: 1.8;
}
.our-team.simple-team-design ul.our-team-profile{
  margin-top:25px;
}
ul.our-team-profile {
    padding: 0;
    margin: 0;
}
ul.our-team-profile li {
    list-style: none;
    display: inline-block;
    padding: 0 6px;
}
ul.our-team-profile.ts-light-bg li{
  padding: 0 5px;
}
ul.our-team-profile li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
  color:#3389ff;
    box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
}
ul.our-team-profile.ts-light-bg li a {
    width:40px;
    height:40px;
    background:#ffffff;
    display: inline-block;
    line-height: 40px;
    border-radius:4px;
}
.rt-content-box ul.our-team-profile {
    margin:10px 0 0 0;
}
.rt-content-box ul.our-team-profile li {
    padding: 0;
    margin-right: 8px;
}
.bg--dark .our-team{
  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.04);
}
.bg--dark ul.our-team-profile li a{
  box-shadow:none;
  background:rgba(255,255,255,0.02);
}
/*---------------- drizvato Component: Pricing Styles------------------*/
.pr-table-box.featured{
  z-index:2;
}
.pr-table-box{
  background: #ffffff;
  text-align:center;
  padding:1em 1em 2em;
  border-radius:10px;
  border:1px solid #e7ebf1;
}
.pr-table-box:hover, .pr-table-box:focus{
  box-shadow:0px 5px 10px 0px rgba(130,136,184,0.2);
  -webkit-box-shadow:0px 5px 10px 0px rgba(130,136,184,0.2);
}

.pr-pricing-price-container {
    margin: 0px 0px 20px;
    padding:2em 1em;
    background:#263547;
    border-radius: 0.3em;
}
.pr-pricing-price-container .pr-currency{
    color:#f9f9fc;
    font-size: 23px;
  font-weight:600;
    line-height: 20px;
    vertical-align: top;
  top: 10px;
    left: -18px;
    margin: 0px -8px 0px 0px;
}
.pr-pricing-price-container .pr-price-value{
  color:#ffffff;
    font-size:70px;
    font-weight:700;
    line-height: 58px;
    margin:0px 0px 15px 0px;
}

.pr-table-box .pr-price-time{
    font-size: 14px;
    line-height: 23px;
  font-weight:400;
    letter-spacing: -0.02px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.pr-table-box .pr-pricing-container {
    color: #607896;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0;
    margin: 0px;
    padding: 0px;
}
.pr-pricing-list {
    margin: 20px 0;
    padding: 0;
    display: table;
    width: 100%;
}
.pr-pricing-list li{
  list-style:none;
  padding:8px 0;
}
.pr-button-wrap{
  margin-top:2.5em;
  display:table;
  width:100%;
}
.price-btn{
  width:100%;
}
.pr-table-box.featured {
    z-index: 2;
    position: relative;
    overflow: hidden;
  
}
.pr-table-box.featured .pr-pricing-container {
    color:rgba(255,255,255,0.5);
}
.pr-table-box.featured .pr-pricing-price-container .pr-currency {
    color: #ffffff;
}
.pr-table-box a.btn.price-btn:hover, .pr-table-box a.btn.price-btn:focus{
  color:#ffffff !important;
}
/*------------ drizvato Component: Blog Grid ------------------*/
.blog-grid-wrap{
  -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
  background: #ffffff;
  overflow:hidden;
  border-radius:6px;
}
.blog-grid-thumb {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 280px;
}
.bg-cat-info {
    position: absolute;
    left: 20px;
    bottom: 20px;
  display:none;
}
.bg-cat-info h6, .bg-cat-info span {
    margin: 0;
    color: #ffffff;
}
.bg-cat-info span {
    font-size: 13px;
}
.post-cat{
    font-weight: 500;
    font-size:18px;
    position: absolute;
  color:#ffffff;
    top:20px;
    right:15px;
}
.post-m-info {
    background: #263547;
    width:80px;
    position: absolute;
    bottom: 5px;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
  overflow:hidden;
}
.post-m-info .pm-date, .post-m-info .pm-month {
    color: #ffffff;
    padding:10px 0;
    line-height: 1;
  font-size:16px;
    margin: 0;
}
.post-m-info .pm-date{
  background:#00a94f;
}
.blog-grid-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #172c52;
    opacity: 0.4;
}
.blog-grid-content {
    padding: 15px 15px 15px 20px;
}
.blog-grid-content .cnt-gb-title {
    font-size: 18px;
    margin-bottom: 8px;
}
.blog-grid-content .cnt-gb-title a{
  color:#37436c;
}

.blog-grid-meta {
    border-top: 1px solid #eceef5;
    padding:15px 20px;
}
.blog-grid-meta{
    display: flex;
    align-items: center;
}
.blog-grid-meta .gb-info-author {
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}
.blog-grid-meta .gb-info-author p{
  margin:0;
}
.gb-info-cmt ul {
    margin: 0;
    padding: 0;
}
.gb-info-cmt ul li{
    display:inline-block;
  list-style:none;
  margin-left:15px;
}
.gb-info-cmt ul li a{
  color:#949daf;
}
.gb-info-cmt ul li i{
  margin-left:5px;
}

/*---------- drizvato Component: Blog Detail -------------*/
.big-detail-wrap {
    width: 100%;
    display: block;
    margin-bottom: 40px;
    border:none;
}
.modal-body, figure.img-holder {
    position: relative;
}
.blog-detail-wrap figure.img-holder {
    padding:0;
    border-radius: 4px;
    overflow: hidden;
}
.blog-detail-wrap figure.img-holder img {
    border-radius: 4px;
}
.blog-post-date {
    position: absolute;
    bottom:15px;
    left:30px;
    padding: 5px 30px;
    border-radius: 2px;
    color: #fff;
  background: #1c74fe;
    text-transform: capitalize;
}
.blog-content {
    padding: 40px 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #636d75;
}
.blog-detail-wrap .blog-content {
    padding:15px 0px 20px;
}
.post-meta {
    font-size: 18px;
    font-family: initial;
  margin-bottom: 1em;
}
.post-meta {
    font-size: 18px;
    font-family: initial;
}
.blog-footer-social {
    padding: 10px 0 0;
    border-top: 1px solid #e0ecf5;
    margin-top: 20px;
}
ul.list-inline.social {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}
ul.list-inline.social li {
    list-style: none;
    display: inline-block;
    padding: 0px;
}
.post-meta {
  color:#334e6f;
}
.post-meta>span {
    display: inline-block;
    line-height: 1;
    padding-right: 12px;
    margin-right: 10px;
    border-right: 1px solid #ebebeb;
}
.post-meta i {
    font-size: 17px;
    color: #929292;
    margin-right:7px;
}
.post-tags strong {
    margin-right: 10px;
    color:#334e6f;
    font-size: 16px;
}
.post-tags {
    margin: 2em 0 0 0;
}
.post-tags a {
    color: #7b7b7b;
    background: #eaeef5;
    font-size: 14px!important;
    margin: 0 7px 10px 0;
    display: inline-block;
    padding: 4px 22px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.blog-footer-social ul.social li a {
    box-shadow: none;
    width: auto;
    height: auto;
}
ul.list-inline.social li i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius:2px;
    border: 1px solid #e0ecf5;
    color: #71818e;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    transition: all ease-in-out .4s;
}
.comment-detail-title, .comment-reply-title, .small-sec-title {
    display: block;
    position: relative;
    padding-bottom: 12px;
    margin-bottom:30px;
    font-size: 26px;
    text-align:left;
}
.comment-detail-title:before, .comment-reply-title:before, .small-sec-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left:0%;
    margin-left:0px;
    width: 80px;
    height: 2px;
    background-color:#007bff;
}

.entry-content p:last-child {
    clear: both;
}
.comment-detail-list {
    margin: 0;
    padding: 0;
}
.comment-detail-list li {
    list-style: none;
}
.comment-detail-list .comment .comment__image {
    display:table-cell;
    width: 110px;
}
.comment-detail-list .comment .comment__text {
  display:table-cell;
  vertical-align:top;
}
.comment-reply-link {
    padding-left: 10px;
}
.comment-detail-list .comment h5 + span {
    opacity: .75;
    display: inline-block;
    margin-bottom: 0.8125em;
}
.comment-detail-list .comment hr {
    margin: 2.4375em 0;
    display: block;
    width: 100%;
}

/*---------- drizvato Component: Brand Logo Slide ----------------*/
.slick-slider .slick-list {
    height: auto;
    min-height: 0;
}
section.brand-logo-sec{
    padding: 10px 0;
    border-top: 1px solid #f0f1f3;
    border-bottom: 1px solid #f0f1f3;
}
.brand-logo-sec img{
  opacity:0.3;
  transition:all 0.4s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.brand-logo-sec img:hover, .brand-logo-sec img:focus{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity:1;
}

/*----------- drizvato Component: Video Section ---------------*/
section#video-features {
    padding: 0;
}
.padd-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.video-bloc {
    position: relative;
    background-image: url(../img/bg-video.html);
    background-position: top;
    background-size: cover;
    height: 610px;
    display: table;
    width: 100%;
}

.video-bloc h2 {
    margin-bottom: 20px !important;
}

a.big-video-button {
    font-size: 40px;
    width: 100px;
    height: 100px;
    display: inline-block;
    background:#0a64f3;
    box-shadow: 0px 5px 10px 0px rgba(130,136,184,0.2);
    border-radius: 50%;
    line-height: 110px;
    color: #ffffff;
}
.container-page.padd-80.video-bloc .container {
    display: table-cell;
   /* vertical-align: middle; */
}

.video-bloc.dark:before {
    position: absolute;
    content: "";
    background: #1c2a44;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    opacity: 0.5;
}
.big-video-button:before {
    background:#3389ff;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width:110px;
    height:110px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.big-video-button:before {
    width:110px;
    height:110px;
}
.big-video-button:before {
    background-color:#3389ff;
}
.big-video-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width:110px;
    height:110px;
    border-radius: 50%;
    transition: all 200ms;
}
.count-facts h4 {
    font-size: 50px;
    margin-bottom: 20px;
}
/*-------------------- drizvato Component: Testimonial -----------------*/
.testimonial-wrap{
  padding:20px 25px;
      margin-bottom: 15px;
  background:#ffffff;
  border-radius:5px;
  position:relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}


.card{


  background:#ffffff;
  border-radius:5px;
  position:relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.title-review::first-letter, .desc::first-letter, .desc-fea::first-letter {
text-transform:uppercase !important;
}

.testimonial-wrap i{
  font-size:45px;
  color:#edf2f9;
  opacity:0.5
}

.client-thumb {
position: relative;
   min-width: 35px;
   max-width: 35px;
    margin-right: 15px;
    border-radius: 50%;
    /* border: 5px solid rgba(45, 45, 45, 0.1); */
background: #f3f3f3;
    float: left;
        overflow: hidden;
    height: 35px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.client-thumb-box {
    display: table;
    width: 100%;
}

.client-thumb-content{
  display:table-cell;
  vertical-align:middle;
}


/*----------- drizvato Component: Testimonial Style 2 ------------*/


.testimonial-wrap .rating span {
    color: #FF9800;
    font-size: 13px;
}
/*.testimonial-wrap.style-2:before {
    content: "";
    width: 3px;
    height:90px;
    background:#00a94f;
    left: 0;
    top:20px;
    position: absolute;
}
*/


#testimonials-2.owl-carousel .owl-stage {
    padding: 20px 0;
}

/*----------- drizvato Component: Testimonial Style 3 ------------*/
.tauth-thumb {
    max-width: 110px;
    border-radius: 50%;
    margin: .8rem auto;
    box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.3);
}
.tauth-title {
    margin-bottom: 3px;
    font-weight: 500;
  letter-spacing:1px;
}
.tauth-detail p {
    font-size: 22px;
    font-family: initial;
    font-style: italic;
    margin-top: 1rem;
}
.tauth-subtitle {
    color: #27b737 !important;
}
#testimonial-3-slide .owl-dots {
    display: none;
}
/*----------- drizvato Component: Owl Nex & Prev Design ---------------*/
.owl-nav {
    text-align: center;
    margin-top: 20px;
}
button.owl-prev, button.owl-next {
    background: #ffffff !important;
    display: inline-block;
    font-size: 13px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    color: #3389ff;
    outline: none !important;
    border: 1px solid #e6e8ec !important;
}
.company-brand .owl-carousel .owl-item img{
  width:auto;
  margin:0 auto;
}
.company-brand img{
  transition:all 0.4s;
  opacity:0.5
}
.company-brand img:hover, .company-brand img:focus{
  opacity:1;
}
/*---------------- drizvato Component: Newsletter -------------*/
.newsletter-container {
    margin: 0px auto;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    border-style: solid;
  max-width:700px;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow:0px 5px 15px 0px rgba(130,136,147,0.15);
    box-shadow:0px 5px 15px 0px rgba(130,136,147,0.15);
}
.newsletter-container .form-control{
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 25px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    color:#828893;
    font-family: "caros-webfont", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  height:55px;
}
.newsletter-container .btn{
  height:55px;
  width:100%;
}
.multi-button {
    display: inline-block;
    background-color:#ffffff;
    color:#4d5968;
    padding: 14px 20px;
    border-radius: 100px;
    -webkit-box-shadow:0px 5px 15px 0px rgba(130,136,147,0.15);
    box-shadow:0px 5px 15px 0px rgba(130,136,147,0.15);
}
.multi-button .button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.multi-button span {
    display: block;
}
.multi-button .button-content .button-icon {
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
.multi-button .button-content .button-data {
    margin-left: 5px;
    margin-right: 5px;
}
.multi-button .button-content .button-text {
    font-weight: 700;
    font-size: 18px;
}

/*------- drizvato Component: Job Grid ----*/
.job-grid.style-1 {
    position: relative;
    border: 1px solid #ecedef;
  background:#ffffff;
    border-radius: 6px;
}
.job-grid-wrap {
    padding: 1.5rem;
    text-align: center;
}
.job-grid-thumb {
    width: 110px;
    height: 110px;
    margin:1rem auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-grid-wrap .job-title{
  font-size:20px;
}
.job-grid-thumb img {
    max-width:80px;
}
.job-grid-wrap hr {
    margin: 1.5rem;
    border-top:1px dashed #ecedef;
}
.job-grid-wrap .jbc-name {
    font-size: 18px;
    margin-bottom: 5px;
}
.job-grid-footer {
    display: flex;
    text-align: left;
    align-items: center;
    width: 100%;
    margin-top: 3rem;
}
.job-grid-footer .job-price {
    flex: 1;
  margin:0;
}
.job-grid-wrap .job-type {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    font-size: 13px;
    padding: 4px 15px;
    border-radius:4px;
    color: transparent;
  font-weight: 600;
}
.j-full-time{
  color:#27b737;
  background:rgba(39,183,55,0.1);
}
.j-part-time{
  color:#ff9800;
  background:rgba(255,152,0,0.1);
}
.j-internship-time{
  color:#e80d58;
  background:rgba(232,13,88,0.1);
}
.j-freelance-time{
  color:#27b737;
  background:rgba(39,183,55,0.1);
}
.j-temporary-time{
  color:#1ac790;
  background:rgba(26,199,76,0.1);
}
.text-full-time{
  color:#27b737;
}
.text-part-time{
  color:#ff9800;
}
.text-internship-time{
  color:#e80d58;
}
.text-freelance-time{
  color:#27b737;
}
.text-temporary-time{
  color:#1ac790;
}
.featured-job {
    width: 40px;
    height: 40px;
    background:#FF9800;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
  left: 20px;
    top: 20px;
  position: absolute;
}
.job-grid.style-1:hover .jbc-name a, .job-grid.style-1:hover .job-price{
  color:#1ac790;
}

/*------- drizvato Component: Job Grid Style 2 ----*/
ul.wrf-tp-skill {
    margin: 1.4rem 0rem 0rem;
    padding: 0;
    width: 100%;
}
ul.wrf-tp-skill li {
    display: inline-block;
    padding: 4px 15px;
    background: rgba(0, 186, 116,0.1);
    border-radius: 3px;
    font-size: 14px;
    margin: 5px 5px 4px 0px;
    color: #00ba74;
}

.wrf-joblist{
    overflow: hidden;
    width: 100%;
    display: block;
    background: #ffffff;
    position: relative;
    padding:2rem 2.5rem;
    border-radius:3px; 
  margin-bottom:30px;
/*    -webkit-box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);
    box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);*/
}
.wrf-job-title{
    margin-bottom:0.2rem;
}
.wrf-job-title a {
    font-size: 17px;
    position: relative;
}
.wrf-job-comp {
    display: inline-block;
}
.wrf-job-comp img, .wrf-job-comp svg {
    max-width: 25px;
    margin-right: 7px;
}
.wrf-job-comp span {
    color: #00ba74;
}
/*.wrf-job-caption {
    padding: 2rem 0 1.5rem;
}*/
.wrf-job-caption p {
    font-size: 15px;
    color: #8d99b9;
    line-height: 1.8;
}
.wrf-job-caption a {
    color: #2861d8;
    font-size: 15px;
}
/*.wrf-job-title.verified-job a:before {
    font-family: LineIcons!important;
    content: "\e94c";
    position: absolute;
    top: 1px;
    right: -24px;
    color: #11b550;
}
*/
/*------- drizvato Component: Job Grid Classic ----*/
/*---------- Classic -------*/
.classic-joblist{
    overflow: hidden;
    width: 100%;
    display: block;
    background: #ffffff;
    position: relative;
    padding:3rem 3rem;
    border-radius: 1rem;
  margin-bottom:30px;
    -webkit-box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);
    box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);
}
.classic-joblist .job-title {
    font-size: 25px;
    line-height: 1.4;
}
.cl-job-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem;
}
.cl-jb-loaction {
    font-size: 15px;
    color: #8d99b9;
    font-weight: 600;
}
.cl-jb-loaction i {
    margin-right:5px;
}
.cl-jb-type {
    margin-left: 1rem;
    padding: 4px 12px;
    background: rgba(216, 26, 26,0.1);
    color: #d81a1a;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}
.cl-job-employer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4rem;
}
.ultimate .cl-job-employer {
    margin-bottom:3rem;
  margin-top:0rem;
}
.cljb-emp-thumg {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 1rem;
    box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);
  -webkit-box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cljb-emp-thumg img {
    max-width: 55px;
}
.cljb-emp-detail {
    display: inline-block;
    margin-left: 15px;
}
.cljb-emp-detail h5 {
    margin: 0;
    font-size: 15px;
}
.cljb-emp-detail span {
    font-size: 13px;
    color: #8d99b9;
    font-weight: 600;
}
.cl-jb-type.full-time{
  background: rgba(0, 169, 79,0.1);
  color:#00a94f;
}
.cl-jb-type.part-time{
  background: rgba(255, 152, 0,0.1);
  color:#ff9800;
}
.cl-jb-type.contract{
  background: rgba(33, 150, 143,0.1);
  color:#2196f3;
}
.cl-jb-type.internship{
  background: rgba(216, 26, 26,0.1);
  color:#d81a1a;  
}
.classic-joblist.small {
    padding: 2rem 1.5rem;
}
.classic-joblist.small .job-title {
    font-size: 18px;
}
.classic-joblist.small .cl-jb-type {
    padding: 4px 10px;
    font-size: 13px;
}
/*------- drizvato Component: Job Grid Classic Center ----*/
.ultimate-center .cl-job-employer {
    display: block;
    text-align: center;
    align-items: center;
    margin: 0;
    padding:0rem 0 2rem;
    border-bottom: 1px dashed #c3cfe0;
    justify-content: center;
}
.ultimate-center .cljb-emp-thumg {
    width: 70px;
    height: 70px;
    float: none;
    border-radius: 1rem;
    box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);
    -webkit-box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem auto;
}
.ultimate-center.classic-joblist .job-title {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    padding-top: 1.5rem;
}
.ultimate-center .cljb-emp-detail h5 {
    margin:0;
    font-size: 18px;
}
.ultimate-center .cl-jb-loaction {
    flex: 1;
}
.ultimate-center.classic-joblist.small .job-title{
  font-size:18px;
}
/*------- drizvato Component: Job Grid ----*/

/*------- Drizvato Component: Employers Grid ---------*/
.employer-wrap{
    padding:0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}
.employer-cover-image {
    position: relative;
    height:200px;
    background: #33aa58;
    background-repeat: no-repeat;
    background-size: cover;
}
.employer-cover-image .employer-thumb {
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: calc(50% - 55px);
    -webkit-box-shadow:0px 5px 10px 0px rgba(130,136,184,0.2);
    box-shadow:0px 5px 10px 0px rgba(130,136,184,0.2);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,45px,0);
    transform: translate3d(0,45px,0);
    z-index: 9;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.employer-cover-image .employer-thumb img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
  margin: 0 auto;
}
.employer-wrap .employer-detail {
    padding: 32px 35px 0;
    position: relative;
  border:1px solid #ecedef;
  border-top:none;
}
.employer-wrap .employer-detail-inner {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,32px,0);
    transform: translate3d(0,32px,0);
}
.employer-detail-inner .employer-title {
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: 600;
}
.employer-locations {
    font-size: 15px;
    opacity: 0.9;
}
.employer-rating{
    text-align:center;
    margin-bottom: 15px;
}
.employer-rating i {
    font-size: 14px;
    color: #c4c8d0 !important;
}
.employer-rating i.filled {
    color:#ff9800 !important;
}
.employer-locations i {
    margin-right:7px;
}
.employer-detail-inner .total-vacancy {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 15px 0;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top:1px dashed #ecedef;
    height: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.employer-wrap:hover .employer-detail-inner{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.employer-wrap:hover .employer-thumb{
    -webkit-transform: translate3d(0,-60px,0);
    transform: translate3d(0,-60px,0);
}
.employer-wrap:hover .total-vacancy{
    opacity: 1;
}
.star-rating {
    position: relative;
    display: inline-block;
    margin-left:10px;
}
.star-rating:before{
    content: attr(data-rating);
    float: left;
    background-color:#ff9b20;
    color: #ffffff;
    font-size:10px;
    line-height:12px;
    font-weight:500;
    position: relative;
    top: 1px;
    margin-right: 10px;
    border-radius: 4px;
    padding:5px 7px;
}
.employer-wrap.small .employer-detail {
    padding: 20px 35px 0;
}
.employer-wrap.small .employer-detail-inner .total-vacancy {
    padding: 10px 0 10px;
}
.employer-wrap.small .employer-cover-image {
    height: 120px;
}
.employer-wrap.small .employer-cover-image .employer-thumb {
    width: 70px;
    height: 70px;
  -webkit-transform: translate3d(0,33px,0);
    transform: translate3d(0,33px,0);
  left: calc(50% - 38px);
    line-height: 70px;
}
.employer-wrap.small .employer-cover-image .employer-thumb img {
    max-width: 40px;
    max-height: 50px;
}
.employer-wrap.small:hover .employer-thumb {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
/*---------- Drizvato Component: Employer 2 --------------*/
.employer-wrap-2{
    padding:1rem 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin-bottom:30px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.employer-wrap-2 .employer-thumb {
    width:80px;
    height:80px;
    line-height:80px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    z-index: 9;
  display: flex;
    flex-direction: column;
    justify-content: center;
  margin: 1rem auto;
}
.employer-wrap-2 .employer-thumb img {
    max-width:70px;
    max-height:70px;
  margin: 0 auto;
}
.employer-wrap-2 .employer-title {
    font-size: 17px;
}
.emp-total-vacancy {
    background: #23bd6f;
    opacity: 1 !important;
    padding: 5px 24px;
    margin-bottom: 1rem;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff !important;
    font-size: 13px;
}

/*------- Drizvato Component: Candidate Style 1 ----*/
.candidate-grid.style-1 {
    position: relative;
  background:#ffffff;
    border: 1px solid #ecedef;
    border-radius: 6px;
}
.candidate-wrap {
    padding: 1.5rem;
    text-align: center;
}
.candidate-thumb {
    width: 80px;
    height: 80px;
    margin: 1rem auto 1rem auto;
    display: flex;
    align-items: center;
}
.candidate-thumb img {
    max-width: 80px;
    box-shadow: 0px 0px 0px 5px rgba(176, 189, 206, 0.2);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(176, 189, 206, 0.2);
}
.candidate-wrap hr {
    margin: 1.5rem;
    border-top:1px dashed #ecedef;
}
.candidate-wrap .candidate-name {
    font-size: 18px;
    margin-bottom:2px;
}
.candidate-detail {
    text-align: left;
}
.candidate-detail .can-info {
    margin-bottom: 8px;
}
.candidate-detail .can-info i {
    margin-right: 8px;
}
.candidate-grid-footer {
    display: flex;
    text-align: left;
    align-items: center;
    width: 100%;
  border-top:1px dashed #ecedef;
  padding:0.8rem 1.5rem;
}
.candidate-grid-footer .update-resume{
    flex: 1;
  margin:0;
}

.candidate-status {
    position: absolute;
    text-transform: uppercase;
    font-size: 13px;
    background: #ff9800;
    padding: 2px 10px;
    border-radius: 3px;
    color: white;
}
.candidate-grid-footer .btn {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #f3f4f5;
    border: none;
    border-radius: 50%;
    color: #009688;
}
.btn.download-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #eef0f3;
    text-align: center;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    color: #717d8c;
  -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.candidate-grid:hover .btn.download-btn, .candidate-grid:focus .btn.download-btn{
  background:#3389ff;
  color:#ffffff;
}

/*------------ Drizvato Component: Candidate List -----------*/
.candidate-list-layout, .newjob-list-layout {
    display: flex;
    width: 100%;
    margin-bottom:20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding:20px 25px;
    border: 1px solid #eef4f9;
    align-items: center;
    flex-wrap: wrap;
}
.cll-caption h4 span.jb-status {
    padding: 3px 12px;
    background: #1f86ef;
    border-radius: 2px;
    color: #ffffff;
    margin-left: 1rem;
    border: none;
  position: relative;
    top: -2px;
}
.cll-caption h4 span.jb-status.full-time{
  background:#03a84e;
}
.cll-caption h4 span.jb-status.part-time{
  background:#f7790a;
}
.cll-caption h4 span.jb-status.freelancer-time{
  background:#f31143;
}
.cll-caption h4 span.jb-status.contract-time{
  background:#71bd20;
}
.cll-caption h4 span.jb-status.internship-time{
  background:#964ed6;
}
.newjob-list-layout h4 a{
  border-right:1px solid #dbe6ef;
    padding-right: 8px;
}
.cll-wrap {
    flex: 1;
}
.cll-thumb {
    max-width: 80px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    height: 80px;
  float:left;
}
.cll-thumb img {
    max-width: 80px;
}
.newjob-list-layout .cll-thumb {
    max-width:60px;
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
    height:60px;
  float:left;
  margin-top: 6px;
}
.newjob-list-layout .cll-thumb img{
    max-width:60px;
}
.cll-caption {
    display: inline-block;
    padding-left: 2rem;
    margin-top:.5rem;
}
.newjob-list-layout .cll-caption {
    display: inline-block;
    padding-left: 2rem;
    margin-top: 1rem;
}
.cll-caption i {
    margin-right:5px;
}
.cll-caption h4 {
    padding-top: 0;
    margin-top: 0;
    font-size: 17px;
}
.cll-caption h4 span {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dbe6ef;
    font-size: 14px;
    font-weight: 400;
    color: #8596b3;
}
.cll-caption ul {
    margin: 0;
    padding: 0;
    margin-top:0rem;
}
.cll-caption ul li {
    display:inline-block;
  list-style:none;
  padding-right:1rem;
}
.cll-caption ul li {
    display: inline-block;
    list-style: none;
    padding-right: 1rem;
  font-size: 14px;
    border-right: 1px solid #dbe6ef;
    padding-left: 5px;
}
.cll-caption ul li:first-child{
  padding-left:0px;
}
.cll-caption ul li:last-child{
  border-right:none;
}
.btn.theme-btn.btn-shortlist {
    text-transform: capitalize;
}
.btn.theme-btn.btn-shortlist i {
    margin-right:10px;
}
.btn.btn-opening {
    background: #28b446;
    border-color: #28b446;
    color: #ffffff;
    padding: 6px 15px;
}
.jv-featured {
    background-color:#e81a1a;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    right: -77px;
    top: 11px;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
    z-index:1;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}
.filter-alphabetical{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    padding: 20px 15px;
    border: 1px solid #eef4f9;
    align-items: center;
    flex-wrap: wrap;
}
.filter-alphabetical ul {
    padding: 0;
    margin: 0;
}
.filter-alphabetical ul li {
    padding:4px 0px;
    display: inline-block;
    text-align: center;
    list-style: none;
}
.filter-alphabetical ul li a {
    text-transform: uppercase;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #f4f5f7;
    line-height: 32px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
}
.cll-right a {
    font-size: 14px;
    letter-spacing: .5px;
}
.cll-right a i {
    margin-right:5px;
}
/*------------ Drizvato Component: Candidate Short List -----------*/
.wrf-tldpeople {
    overflow: hidden;
    width: 100%;
    display: flex;
    background: #ffffff;
    position: relative;
    padding: 1.5rem;
  margin-bottom:30px;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);
    box-shadow: 0px 4px 9px 2px rgba(192,200,210,0.3);
}
.wrf-tp-ava {
    max-width: 70px;
    overflow: hidden;
    border-radius: 50%;
    height: 70px;
    flex: 1;
}
.wrf-tp-ava .imf-fluid {
    max-width: 100%;
}
.wrf-tp-detail {
    display: table;
    /* width: 100%; */
    padding-left: 15px;
}
.wrf-tp-caption {
    margin-bottom: 1rem;
}
.wrf-tp-title{
    margin-bottom:0rem;
}
.wrf-tp-title a {
    font-size: 18px;
}
.wrf-tp-post {
    display: block;
  font-size: 15px;
    margin-bottom: 0.2rem;
    color:#8d99b9;
    font-weight: 600;
}
span.wrf-tp-wcurrent {
    font-size: 14px;
    color:#7f91a5;
}
ul.wrf-tp-link {
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
ul.wrf-tp-link li {
    flex: 0 0 50%;
    list-style: none;
}
ul.wrf-tp-link li i {
    margin-right: 5px;
}
.wrf-tp-resumelink, .wrf-tp-resumelink:hover, .wrf-tp-resumelink:focus {
    color: #4f3eb9;
    font-size: 15px;
    font-weight: 600;
}
a.wrf-tp-weblibk, a.wrf-tp-weblibk:focus, a.wrf-tp-weblibk:hover {
    background: #f7f9fc;
    padding: 4px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    color: #54667a;
}
ul.wrf-tp-skill {
    margin:1.4rem 0rem 0rem;
    padding: 0;
    width: 100%;
}
ul.wrf-tp-skill li {
    display: inline-block;
    padding: 4px 15px;
    background: rgba(0, 186, 116,0.1);
    border-radius: 3px;
    font-size: 14px;
    margin:5px 5px 4px 0px;
    color: #00ba74;
}
a.wrf-tp-bookmark {
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    color: #acb0c3;
    font-size: 1.5rem;
}

/*------------ Drizvato Component: Verticle Job List -----------*/
.jbs-featured {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    background: url(../img/job-featured.png) no-repeat top left;
    background-size: 39px 39px;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.verticle-job-list{
  border: 1px solid #ecedef;
    border-radius: 6px;
  background:#ffffff;
  position:relative;
}
.verticle-job-wrap{
  padding:1.4rem 1.5rem 0.2rem;
}
.verticle-job-thumb {
    max-width: 50px;
    width: 50px;
    display: inline-block;
    float: left;
}
.verticle-job-detail {
    padding: 0 5px;
    margin-left:60px;
    display: table;
  margin-bottom:1.5rem;
}
.jb-title {
    margin-bottom: 0px;
    font-size: 18px;
}
.jb-employer{
  margin-bottom:5px;
}
.jb-employer a {
    opacity: 0.7;
}
.verticle-jb-info{
  margin-bottom:10px;
}
.verticle-jb-info ul {
    margin: 0;
    padding: 0;
}
.verticle-jb-info ul li {
    list-style:none;
  display:inline-block;
  min-width:120px;
}
.verticle-jb-info ul li i, .verticle-jb-post i, .jb-package i{
  margin-right:5px;
}
.verticle-job-footer{
  display: flex;
    text-align: left;
    align-items: center;
    width: 100%;
  border-top:1px dashed #ecedef;
  padding:0.8rem 1.5rem;
}
.verticle-job-footer .jb-package{
  flex: 1;
  font-weight: 600;
  font-size:13px;
  margin:0;
}
.jb-author{
  font-weight:600;
}
.jb-author a{
  color:#e91e63;
}
.jb-author a i{
  margin-right:4px;
  position:relative;
  top:2px;
}
.jb-author img{
  width:30px;
  height:30px;
  border-radius:50%;
  margin-right:5px;
} 
.verticle-job-list .job-type {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 13px;
    padding: 4px 15px;
    border-radius:4px;
  font-weight: 600;
}

/*------------ Drizvato Component: Verticle Job List 2 -----------*/
.job-middle-grid {
    background: #ffffff;
    padding:2rem 1.5rem;
    border-radius: 0.4rem;
    display: table;
    width: 100%;
  margin-bottom:30px;
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.jmg-left {
    display: table-cell;
    min-width: 80px;
    height: 100%;
    position: relative;
}
.jmg-cmp-thumb {
    width: 65px;
    height: 65px;
    background: #f4f5f7;
    border-radius:0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jmg-cmp-thumb img {
    max-width: 36px;
}
.jmg-right {
    display: table-cell;
    margin-left: 80px;
    padding: 0;
    margin-top: 0;
    vertical-align: top;
}
.jmg-right .jmg-title {
    font-size: 18px;
  margin-bottom: 1.5rem;
}
.jmg-right-caption {
    width: 100%;
    display: inline-block;
}
.jmg-right-caption-text {
    float: left;
    width:55%;
}
.jmg-right-caption-text:first-child {
    width: 45%;
}
h4.jmg-company-title {
    font-size: 14px;
    margin: 0;
}
.jmg-right-caption-text {
    line-height: 1.6;
    color:#6b7b9e;
    font-size:14px;
}
.jmg-right-caption-text ul {
    margin: 0;
    padding: 0;
}
.jmg-right-caption-text ul li {
    margin: 0;
    padding:0 0 5px 0;
  list-style:none;
}
.jmg-right-caption-text ul li>span{
  font-size:90%;
  opacity:0.7;
  margin-right:5px;
}
.jmg-post-date {
    position: absolute;
    left: 0;
    font-size: 13px;
    bottom:6px;
}
.jmg-skills {
    display: block;
    width: 100%;
}
.jmg-save {
    position: absolute;
    right: 1rem;
    top:0.5rem;
}
.jmg-save a {
    color: #6b7b9e;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f4f9;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.jmg-save a {
    color: #6b7b9e;
}

.jmg-skills span {
    background:#f4f5f7;
    margin-right:10px;
    margin-top: 8px;
    display: inline-block;
    padding:3px 12px;
    font-size: 12px;
    border-radius: 0.2rem;
}
.jmg-skills span.skl-1{
  background:rgba(164,198,57,0.1);
  color:#A4C639;
}
.jmg-skills span.skl-2{
  background:rgba(110,110,249,0.1);
  color:#6E6EF9;
}
.jmg-skills span.skl-3{
  background:rgba(215,10,83,0.1);
  color:#D70A53;
}
.jmg-skills span.skl-4{
  background:rgba(30,144,255,0.1);
  color:#1E90FF;
}
.jmg-skills span.skl-5{
  background:rgba(228,132,0,0.1);
  color:#E48400;
}
.jmg-skills span.skl-6{
  background:rgba(0,168,107,0.1);
  color:#00A86B;
}

/*------------ Drizvato Component: Verticle Job List 3 -----------*/
.verticle-job-modern{
    background: #ffffff;
    padding:2rem 1.5rem;
    border-radius: 0.4rem;
    display: table;
    width: 100%;
  margin-bottom:30px;
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.verticle-job-top-capt {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.verticle-job-top-capt .vjt-left-cmp{
  flex:1;
}
.vjt-cmp-thumb {
    display: inline-block;
    float: left;
    width:50px;
    height:50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.vjt-cmp-thumb img {
    max-width:40px;
}
.verticle-job-top-capt .jmg-title {
    font-size:20px;
    margin-bottom: 1px;
}
.verticle-job-top-capt .vjt-company-title {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 500;
    opacity: 0.8;
}
.verticle-job-bottom-capt{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.verticle-job-bottom-capt .vjt-skills{
  flex:1;
}
.vjt-right-cmp .jmg-sallery {
    font-size: 18px;
}
.vjt-skills span {
    background:rgba(0,168,107,0.1);
  border:1px solid rgba(0,168,107,0.1);
  color:#00A86B;
    margin-right:10px;
    margin-top:4px;
  margin-bottom:4px;
    display: inline-block;
    padding:4px 12px;
    font-size:13px;
    border-radius: 0.2rem;
  
}
.vjt-metainfo{
    line-height: 1.6;
    color: #6b7b9e;
  font-weight:500;
    font-size:14px;
}
.vjt-metainfo>span{
  margin-right:1.5rem;
}
.vjt-metainfo>span:last-child{
  margin-right:0rem;
}
.vjt-metainfo i{
    margin-right:7px;
}

/*--------------- Drizvato Component: Upload Job ---------------*/
.upload-resume-wrap {
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #24b37f;
    background: rgba(36, 179, 127,0.1);
    display: flex;
    flex-wrap: wrap;
  margin-bottom:30px;
}
.upload-resume-wrap .fl-icon {
    display: table-cell;
    margin-right: 10px;
    font-size: 30px;
    color: #24b37f;
    padding-top: 7px;
}
.fl-caption {
    display: inline-block;
    width: auto;
}
.fl-caption h5 {
    margin: 0 0 1px;
    font-size: 16px;
}
.fl-caption span {
    font-size: 13px;
    color: #788598;
}
/*--------------- Drizvato Component: Small Detail job ---------------*/
.side-detail-job-wrap{
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 0.4rem;
    display: table;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.side-detail-job-wrap-caption {
    width: 100%;
  text-align:center;
    margin-bottom: 2rem;
}
.side-detail-job-wrap-caption h4.sd-job-title {
    font-size: 18px;
  margin-bottom:8px;
}
.side-detail-job-wrap-full .lists{
  margin-bottom:2rem;
}
.side-detail-job-wrap-full .lists:last-child{
  margin-bottom:0;
}
.side-detail-job-wrap-thumb {
    max-width: 80px;
    display: table;
    margin: 0 auto 20px;
}
.side-detail-job-wrap-thumb img {
    max-width: 70px;
}
.side-detail-job-wrap-caption ul {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
}
.side-detail-job-wrap-caption ul li {
    display: inline-block;
    flex: 0 0 33.333333%;
    font-size: 14px;
    list-style: none;
    font-weight: 500;
}
.side-detail-job-wrap-caption ul li i {
    margin-right:3px;
}
h5.side-detail-title {
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/*------------- Drizvato Component: Side Small List -------------*/
.sider-list-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  margin-bottom:30px;
}

.sider-list-thumb {
    float: left;
    width:55px;
}
.sider-list-thumb img {
    max-width:45px;
}
.sider-list-wrap .fl-caption {
    padding-left: 5px;
}
.sider-list-wrap .fl-caption h5{
  text-transform:capitalize;
}
.sider-list-wrap:last-child{
  margin-bottom:0;
}

/*------------- Drizvato Component: Verticle Freelancer -------------*/
.freelancer-verticle {
    position: relative;
  background:#ffffff;
    border: 1px solid #ecedef;
    border-radius: 6px;
}
.freelancer-wrap {
    padding: 1.5rem;
}
.freelancer-thumb {
    width: 80px;
    height: 80px;
    display: inline-block;
    float: left;
  position:relative;
}
.freelancer-thumb img {
    width: 80px;
    height: 80px;
    border-radius:4px;
  box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
  -webkit-box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
}
.freelancer-caption {
    display: table;
    margin-left:95px;
}
.freelancer-info {
    display: block;
    margin-top: 1rem;
}
.freelancer-info ul {
    margin: 0;
    padding: 0;
}
.freelancer-info ul li {
    list-style:none;
  display:inline-block;
}
.freelancer-info ul li:first-child{
  margin-right:20px;
}
.freelancer-info ul li i{
  margin-right:5px;
}
.free-location i{
  margin-right:5px;
}
.free-name {
    margin-bottom: 0px;
}
.hr_rate {
    position: absolute;
    right: 20px;
    top:25px;
}
.hr_rate small {
    opacity: 0.7;
}
.freelancer-footer {
    padding: 1rem 1.5rem 1.3rem;
    border-top: 1px solid #ecedef;
}
.freelancer-footer .progress{
  margin-bottom:0;
  margin-top:8px;
}
.freelancer-footer .progress-bar{
  height:5px;
}
.overall-rate {
    position: absolute;
    right:-10px;
    bottom: 8px;
    background: #FF9800;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    width: 25px;
    height: 25px;
    font-size: 11px;
    font-weight: 800;
    color: #ffffff;
    border: 2px solid #ffffff;
}
.js-40{
    width: 100%;
}
.js-45{
    width: 45%;
}
.js-50{
    width:50%;
}
.js-55{
    width:55%;
}
.js-60{
    width:60%;
}
.js-65{
    width:65%;
}
.js-70{
    width:70%;
}
.js-80{
    width:80%;
}
.js-75{
    width:75%;
}
.js-85{
    width: 85%;
}
.js-90{
    width:90%;
}
.js-95{
    width:95%;
}
.js-100{
    width: 100%;
}

/*--------- Drizvato Component: Grid Freelancer ----------*/
.freelancer-grid{
  position: relative;
  background:#ffffff;
    border: 1px solid #ecedef;
    border-radius: 6px;
}
.freelancer-grid-wrap{
  padding:1.5rem;
}
.fr-grid-thumb{
    width:90px;
    height:90px;
  border-radius:50%;
    display: table;
  position:relative;
  margin:0.7em auto;
  box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
  -webkit-box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
}
.fr-grid-thumb img {
    width:90px;
    height:90px;
    border-radius:50%;
}
.fr-grid-deatil {
    text-align: center;
}
.fr-can-name{
  margin-bottom:2px;
}
.fr-position{
  font-size:14px;
}
.fr-can-rating{
    text-align: center;
}
.fr-can-rating i {
    font-size: 14px;
    color: #c4c8d0;
}
.fr-can-rating i.filled {
    color: #ff9800;
}
.fr-grid-info {
    margin-bottom:1.5rem;
}

.fr-grid-info ul{
  margin:0;
  padding:0;
}

.fr-grid-info ul li{
  list-style:none;
  padding:1rem 1.5rem;
}
.fr-grid-info ul li:nth-child(even) {
    background: #f5f6f9;
}
.fr-grid-info ul li span{
  float:right;
}
.fr-grid-footer{
  padding:0rem 1.5rem 1rem;
}
.jb-bookmark {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 22px;
    color: #aab5cc;
}

/*-------------- Drizvato Component: Verticle Candidate & Job -----------------*/
.verticle-candidate-list{
    background-color: #ffffff;
    border-left: 3px solid transparent;
    border-radius: 4px;
    margin-top: 30px;
    padding: 30px 30px 25px;
  position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.09);
}
.verticle-candidate-list .vc-thumb {
    float: left;
  width:110px;
  height:110px;
  border-radius:50%;
    margin-right: 35px;
    position: relative;
}
.verticle-candidate-list .vc-thumb img {
    -webkit-box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
    -moz-box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
    box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
}
.verticle-candidate-list .vc-content {
    display: inline-block;
    text-align: left;
}
.vc-info-list{
  margin:0;
  padding:0;
}
.list-inline-item(:last-child) {
    margin-right:.5rem;
}
.verticle-candidate-list .vc-content .vc-info-list li {
    margin-right: 30px;
}
.vc-thumb .overall-rate {
    right:-4px;
    bottom: 12px;
}
.verticle-candidate-list .vc-content .title {
    margin-bottom: 2px;
  font-size:18px;
}
.verticle-candidate-list .vc-content p{
  font-size:14px;
  margin-bottom:2px;
}
.rating-review{
    margin-bottom:7px;
}
.rating-review i {
    font-size: 14px;
    color: #c4c8d0;
}
.rating-review i.filled {
    color: #ff9800;
}
.list-inline-item {
    font-size:14px;
}
.list-inline-item a {
    color: #8c95a9;
}
.list-inline-item h5 {
    font-size: 14px;
    margin-bottom:2px;
}
.list-inline-item i{
  margin-right:5px;
}
.verticle-candidate-list:hover, .verticle-candidate-list:focus{
  border-color:#1ac790;
  cursor:pointer;
  box-shadow:0px 5px 10px 0px rgba(130,136,184,0.2);
  -webkit-box-shadow:0px 5px 10px 0px rgba(130,136,184,0.2);
}

/*-------------- Drizvato Component: Verticle Large New Job List -----------------*/
.job-new-list{
    background-color: #ffffff;
  border: 1px solid #e7ebf1;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px 30px 25px;
  position:relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.job-new-list .vc-thumb {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  background: #edf1f5;
}
.job-new-list .vc-thumb img {
  max-width:55px;
}
.job-new-list .vc-content {
    display: inline-block;
    text-align: left;
}
.btn.bn-det {
  padding:0.8em 1.4em;
    position: absolute;
    right: 20px;
    top:60px;
}
.btn.bn-det:hover, .btn.bn-det:focus{
  color:#ffffff;
}
.vc-info-list{
  margin:0;
  padding:0;
}
.list-inline-item(:last-child) {
    margin-right:.5rem;
}
.job-new-list .vc-content .vc-info-list li {
    margin-right: 30px;
}
.job-new-list .vc-content .title {
    margin-bottom: 2px;
  font-size:18px;
}
.job-new-list .vc-content p{
  font-size:14px;
  margin-bottom:2px;
}
.rating-review{
    margin-bottom:7px;
}
.rating-review i {
    font-size: 14px;
    color: #c4c8d0;
}
.job-new-list:hover, .job-new-list:focus{
  border-color:#1ac790;
  cursor:pointer;
  box-shadow:0px 5px 10px 0px rgba(130,136,184,0.2);
  -webkit-box-shadow:0px 5px 10px 0px rgba(130,136,184,0.2);
}
.job-new-list .vc-content .title>span {
    padding: 4px 10px;
    margin-left: 7px;
    font-size: 11px;
    border-radius: 3px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}
.skills span {
    background: #e7ebf1;
    margin: 5px;
    border-radius: 50px;
    padding: 2px 9px;
    display: inline-block;
    font-size: 12px;
}

/*----------- Drizvato Component: Top Candidate Grid -------------*/
.best-candidate{
    position: relative;
  background: #ffffff;
    border: 1px solid #ecedef;
    border-radius: 6px;
}
.best-candidate-wrap {
    padding: 1.5rem;
    text-align: center;
}
.best-candidate-thumb {
    width:90px;
    height:90px;
    margin:1rem auto 1rem auto;
    display: flex;
  border-radius:50%;
    align-items: center;
  position:relative;
  box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
  -webkit-box-shadow:0px 0px 0px 5px rgba(25,25,25,0.05);
}
.best-candidate-thumb img {
    max-width:90px;
}
.best-candidate-wrap .candidate-name {
    font-size: 18px;
    margin-bottom:2px;
}

.best-candidate-info {
    display: table;
    width: 100%;
  margin-top:1.5rem;
  text-align:center;
}
.year-exp {
    width:60px;
    height:60px;
    background: url(../img/yrs-bg.svg);
    display: inline-block;
    background-size: cover;
    background-position: center;
  position:relative;
  margin:0 10px;
}
.c-total-award{
    width:60px;
    height:60px;
    background: url(../img/award-bg.svg);
    display: inline-block;
    background-size: cover;
    background-position: center;
  position:relative;
  margin:0 10px;
}
.year-exp span {
    position: absolute;
  letter-spacing:0;
    left:20px;
    font-weight:600;
    top:11px;
    color: #ffffff;
}
.year-exp sub {
    font-size:8px;
  font-weight:600;
}
.c-ac-status {
    position: absolute;
    right: -7px;
    bottom: 18px;
    width: 20px;
    height: 20px;
    background: #11ca74;
    border-radius: 50px;
    font-size: 10px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
}

/*---------- Drizvato Component: Small Category box -------------*/
.small-category-box {
    background-color:#f5f6f9;
    border-radius: 3px;
    margin:30px 0 0 0px;
    padding:35px 15px;
    text-align: center;
    transition: 0.4s;
    position: relative;
    display: inline-block;
    width: 100%;
}
.small-category-box i {
    font-size:45px;
    height: 42px;
  color:#3389ff;
    transition: 0.4s;
    display: inline-block;
}
.small-category-box h4{
  font-family: 'Poppins', sans-serif;
  font-weight:400;
    font-size:18px;
    transition: 0.4s;
    line-height: 22px;
    margin-top: 6px;
  margin-bottom:2px;
}
.small-category-box span{
  color:#8390a9;
}
.small-category-box:hover, .small-category-box:focus{
  background:#3389ff;
  color:#ffffff;
  -webkit-transform: scale(1.06);
    -moz-transform: scale(1.07);
}
.small-category-box:hover i, .small-category-box:focus i,
.small-category-box:hover h4, .small-category-box:focus h4{
  color:#ffffff;
}
.small-category-box:hover span, .small-category-box:focus span{
  color:rgba(255,255,255,0.6);
}

/*---------- Drizvato Component: Standard Category -------------*/
.category-wrap {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  overflow: hidden;
}
.category-wrap li {
    list-style: none;
    text-align: center;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  transition: 0.4s;
    border-top: 1px solid #dae1ea;
    border-right: 1px solid #dae1ea;
  margin-top: -1px;
}
.standard-category-box {
    display: inline-block;
  padding: 2.5rem 1.5rem;
    height: 100%;
    width: 100%;
}
.standard-category-box img{
  max-width:80px;
  margin:1rem auto;
}
.category-wrap li:nth-child(4), .category-wrap li:nth-child(8) {
    border-right: none;
}
.category-wrap li i {
    font-size:3rem;
  transition: 0.4s;
    color:#00a94f;
    margin-bottom:1rem;
    display: inline-block;
}
.category-wrap li h4 {
    font-size: 16px;
  transition: 0.4s;
    margin-bottom: 2px;
}
.category-wrap li:hover, .category-wrap li:focus{
  background:#3389ff;
}
.category-wrap li:hover h4, .category-wrap li:focus h4,
.category-wrap li:hover i, .category-wrap li:focus i{
  color:#ffffff;
}
.category-wrap li:hover span, .category-wrap li:focus span{
  color:rgba(255,255,255,0.7);
}

/*--------- Drizvato Component: Job Category Small 2 -----------*/
.small-category-2 {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    border:1px solid #e7ebf1;
    padding:15px 12px;
    align-items: center;
    display: flex;
}
.small-category-2-thumb {
    width: 45px;
    float: left;
    display: flex;
    height: 45px;
    background: #eff3f7;
    padding: 4px;
    border-radius: 50%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.small-category-2-thumb i {
    font-size:20px;
}
.sc-2-detail{
    display: table;
    margin-left: 15px;
    float: left;
}
.sc-2-detail .sc-jb-title{
  margin-bottom:2px;
  font-size:15px;
}

/*---------- Drizvato Job Detail And Multi Detail Page Design -------------*/
ul.jb-detail-list {
    padding: 0;
    margin: 0;
}
ul.jb-detail-list li {
    list-style: none;
    padding: 8px 12px 8px 25px;
    position: relative;
}
ul.jb-detail-list li:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #c9ced4;
    left: 0;
    top:19px;
}
ul.qa-skill-list {
    padding: 0;
    border-left: 1px solid #e0e4ea;
}
ul.qa-skill-list li {
    list-style: none;
    position: relative;
    padding-left:30px;
    margin: 1em 0;
}
.qa-skill-box {
    background: rgba(239, 242, 245,0.5);
    padding: 2em;
    border-radius: 4px;
}
.qa-skill-title {
    margin-bottom:2px;
    font-size: 17px;
}
.qa-subtitle {
    font-size: 14px;
    color:#1ac790;
}
.qa-time {
    font-size: 12px;
    margin-left: 1rem;
    color: #FF9800;
}
.qa-content{
  margin-top:12px;
}
.qa-content p {
    margin: 0;
    line-height: 1.7;
}
.qa-skill-list li:before {
    content: "\e64c";
    position: absolute;
    font-family: themify;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1ac790;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 28px;
    left: -15px;
    top: 0;
}

/*------------ Drizvato Component: Dark Search Form --------------*/
.dark-search{
  background:#0156ff;
}
form.search-dark-form .form-control, form.search-dark-form .select2-container--default .select2-selection--single {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
  color:rgba(255,255,255,0.7);
}
form.search-dark-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:rgba(255,255,255,0.7);
}
form.search-dark-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color:rgba(255,255,255,0.7) transparent transparent transparent;
}
.search-dark-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:rgba(255,255,255,0.7);
}
form.search-dark-form .form-control::-webkit-input-placeholder{color:rgba(255,255,255,0.7);}
form.search-dark-form .form-control:-ms-input-placeholder{color:rgba(255,255,255,0.7);}
form.search-dark-form .form-control::placeholder{color:rgba(255,255,255,0.7);}
button.btn.btn-search-dark {
    height: 54px;
    width: 100%;
    background: white;
    color: #373f50;
    font-weight: 500;
}
/*------- drizvato Component: Sidebar -------*/
.sidebar-container {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 0.4rem;
}
.sidebar-widget {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #cbd3dc;
}
.sidebar-widget:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar-widget h5 {
    font-size: 13px;
    text-transform: uppercase;
}
.sidebar-widget .no-ul-list li {
    font-size: 14px;
}
.side-widget {
    background-color: #fff;
    border-radius: 6px;
    padding: 0 12px 5px 20px;
    transform: translate3d(0, 0, 0);
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #eaeff5;
}
.side-widget-header {
    padding: 14px 0;
}
.side-widget-header h4 {
    margin: 0;
}
.side-list ul {
    margin: 0;
    padding: 0;
}
.side-list ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
}
.side-widget-header h4 i {
    margin-right: 10px;
}
.side-list ul.category-list li span {
    float: right;
}
.side-blog-list .blog-list-img {
    width: 70px;
    display: table-cell;
    float: left;
}
.side-blog-list .blog-list-info {
    display: table-cell;
    padding-left: 10px;
}
.layout-switcher-wrap {
    border:1px solid #eef4f9;
  border-radius:4px;
    background: #ffffff;
    outline: 0;
    display: flex;
    flex-wrap: wrap;
    padding:15px 15px;
  margin-bottom:10px;
}
.layout-switcher-left {
    flex: 1;
    font-weight: 600;
}
.layout-switcher ul {
    margin: 0;
    padding: 0;
}
.layout-switcher ul li {
    display: inline-block;
    padding-left: 5px;
    list-style: none;
}
.layout-switcher ul li a {
    padding: 8px 10px;
    background: #ecf0f3;
    border-radius: 2px;
}
.layout-switcher ul li.active a, .layout-switcher ul li a:hover, .layout-switcher ul li a:focus {
    background: #3a5bbc;
    color: #ffffff;
}
/*----------- drizvato Component: Input With Icons ------------*/
.select2-container {
    display: block;
    width: auto !important;
}
span.select2-container.select2-container--default.select2-container--open {
    z-index: 1111;
}
.sidebar-widget span.select2-container.select2-container--default.select2-container--open {
    z-index: 11111;
}
.sidebar-widget i {
    z-index: 22222;
}
.input-with-icon, .input-with-gray, .input-with-shadow {
    position: relative;
    width: 100%;
}
.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-shadow .select2-container{
    border: none;
  width:100% !important;
  border-radius:4px;
  padding-left: 45px;
  background: #ffffff;
    box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
}
.input-with-gray .form-control, .input-with-gray .form-control, .input-with-gray .select2-container, .input-with-gray .select2-container {
border: solid 2px #f3f4f5;
    font-family: 'Roboto', sans-serif;
    width: 100% !important;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
/*    padding-left: 52px;*/
    background: #fff;
    box-shadow: none;
    height: 56px;
}
.input-with-shadow i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 20px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
  z-index:222222 !important;
    pointer-events: none;
}
.input-with-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 20px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
  z-index:222222 !important;
    pointer-events: none;
}
.input-with-gray i {
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    font-size: 14px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    z-index: 222222 !important;
    pointer-events: none;
}
/*--------------- drizvato Component: Sidebar Search -------------*/
.filter-sidebar {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 50px;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.filter-sidebar .show-hide-sidebar {
    padding:10px 30px 10px 15px;
    overflow-y: scroll;
    position: relative;
    width: calc(100% + 17px);
    min-height:300px;
    display: block;
  height: 100%;
}
.filter-sidebar .ur-detail-wrap {
    padding: 0 1.4em 2em 1.4em;
}
.filter-sidebar .closebtn {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 36px;
    margin-left: 50px;
    width: 30px;
    height: 30px;
    background:#1ac790;
    text-align: center;
    font-size: 11px;
    padding: 0;
    line-height: 32px;
    color: #ffffff;
    border-radius: 50%;
}


/*------------- drizvato Component: Advance Search ------------*/
.advance-search .form-group {
  margin-bottom:0rem;
  position:relative;
}
.advance-search .search-big-form .form-group i {
    color: #3389ff;
}
.adv-search-filter {
    float: right;
  margin-bottom:1rem;
    display: inline-block;
}
.adv-filter-box {
    display: inline-block;
    margin-left: 15px;
}
.btn-flit {
    width: 42px;
    border-radius: 2px;
    border: 1px solid #d1dade;
    color:#646e7b;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-flit.active {
    color: #3389ff;
}
.btn.btn-order-by-filt {
    background: transparent;
  border: 1px solid #d1dade;
    color:#646e7b;
  padding:9px 15px;
  display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.btn.btn-order-by-filt i{
  margin-left:5px;
}
.back-brow {
    display: inline-block;
    margin-bottom: 1rem;
}
.back-btn {
    font-weight: 600;
    opacity: 0.9;
}
.back-btn i {
    margin-right:5px;
}
.back-btn:hover, .back-btn:focus{
  opacity:1;
}

/*------------ Drizvato Element: Comment ---------------*/
.comment-module-wrap{
    background: #ffffff;
    position: relative;
    width: 100%;
    border: 1px solid #e9ecf1;
    border-radius: 4px;
    overflow: hidden;
}
.comment-module-header{
  position: relative;
  z-index:1;
  display:table;
  width:100%;
  border-bottom: 1px solid #e9ecf1;
  padding: 10px 20px;
}
.comment-module-avatar {
    display: table-cell;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: top;
}
.comment-module-avatar-detail{
  display:table-cell;
  padding-left:10px;
  vertical-align:middle;
}
.comment-module-avatar-detail .cma-title{
  font-size:18px;
  line-height:1;
  margin:0;
}
.comment-module-avatar-detail .cma-comment-date{
  font-size:12px;
  margin:0;
}
.comment-module-rating {
    position: relative;
    float: right;
}
.comment-module-rating .f-rate {
    font-size:30px;
    color:#00a94f;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
.comment-module-rating .rating-status{
    font-size:13px !important;
  display:block;
}
.comment-module-rating .f-rate sup{
    font-size:18px !important;
    color:#545454;
}
.comment-module-rating .f-rate sup:before {
    content: "/";
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
}
.comment-module-body{
  padding:2em;
}
.comment-module-status ul {
    margin: 0;
    padding: 0;
}
.comment-module-status ul li{
    display:inline-block;
  margin-right:15px;
}
.comment-module-status ul li span{
  color:#ff7600;
}
.comment-module-footer{
  
}
.comment-info-module{
    border-top: 1px solid #e9ecf1;
    padding: 12px 20px;
}
.comment-review_btn{
  display:inline-block;
  margin-right:15px;
}
.comment-review_btn a{
  color:#747b8c;
}
.comment-review_btn a i{
  margin-right:4px;
}
.comment-review_btn a:hover, .comment-review_btn a:focus{
  color:#ff7600;
}
.comment-reply-module ul {
    padding: 0;
    margin: 0;
  background:#fbfbfc;
}
.comment-reply-module ul li{
    position: relative;
    padding: 15px 50px 10px 20px;
    border-top: 1px solid #e9ecf1;
}
.reply-module-avater {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.reply-module-detail {
    margin-left: 50px;
}
.reply-module-detail .reply-module-title{
  font-size:14px;
  line-height:1;
  margin:0;
  display:inline-block;
}
.reply-module-detail .reply-module-comment{
  font-size:13px;
  margin-bottom:2px;
  display:inline-block;
}
.reply-module-detail .reply-module-date{
  font-size:12px;
  display:block;
  opacity:0.8;
}
.comment-form-module{
  position: relative;
    padding: 15px 10px;
    border-top: 1px solid #e9ecf1;
}
.comment-form-avater{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
}
.comment-form-box {
    display: inline-block;
    width: 92%;
}
.comment-form-box .input-group{
  border-radius:2px;
  padding:0px 15px 0 0;
  border:1px solid #e9ecf1;
}
.comment-form-box .form-control{
    border-radius:0px;
  border:none;
  height: 40px;
}
.input-group-prepend span{
    line-height: 40px;
    height: 40px;
  color:#00a94f;
  cursor:pointer;
}
.input-group-prepend span i{
  margin-top:4px;
}
.pa-meta-type {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
    border: 1px dashed #ebedf3;
    margin-right: 7px;
    color: #7a8790;
  line-height: 2;
}
.pa-meta-type i {
    margin-right: 5px;
  color: #ff7600;
}
/*-------------- Drizvato Element: Searching Option Big & Small ---------------*/
.hero-header .search-form, .hero-header .search-big-form{
  margin-top:2rem;
}
.search-form .form-control{
    height: 60px !important;
    border-radius:0px;
  padding-left:40px;
  box-shadow:none;
}
.search-form .btn {
    height: 60px !important;
    border-radius:0px;
  box-shadow:none;
}
.search-form .select2-container--default .select2-selection--single {
    height:60px;
  border:none;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:58px;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:60px;
}
.search-big-form .form-control{
height: 63px !important;
    border-radius: 3px;
    padding-top: .8rem;
    padding-bottom: .6rem;
    padding-left: 59px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /* box-shadow: none; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
}


.search-big-form .form-control:focus {
    transition: all 0.4s;
    background: #f7f7f7 !important;
    color: #222 !important;
    font-weight: 600 !important;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0) !important;
}


.search-big-form .select2-container--default .select2-selection--single {
    padding-left: 38px;
}

.no-found{ max-width: 400px;  opacity: 0.6;}


.search-big-form .btn {
      font-size: 16px;
    height: 63px !important;
    border-radius: 3px;
    padding-top: .6rem;
    padding-bottom: .6rem;
    box-shadow: none;
    color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.88px;
    padding-top: 10px;
    text-transform: uppercase;
}



.head-notfound{
      font-size: 38px;
    color: #333 !important;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 49px;
}

.para-notfound{
    font-size: 19px;
    line-height: 29px;
    color: #666 !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}


.search-big-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #999 !important;  font-weight: 400 !important;
}

.search-big-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #999 !important; font-weight: 400 !important;
}

.search-big-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: #999 !important; font-weight: 400 !important;
}




/*.search-big-form .form-control
color: #999999;
font-family: Roboto;
font-size: 20px;
font-weight: 400;
*/


.search-big-form .select2-container--default .select2-selection--single {
    height:70px;
}
.search-big-form.no-border .select2-container--default .select2-selection--single {
  border:none;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:68px;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:70px;
}
.search-form .form-group i{
    position: absolute;
  color: #bbc6d4;
    left:15px;
    top:24px;
}
.search-big-form .form-group i{
position: absolute;
    color: #bbc6d4;
    left: 24px;
    top: 25px;
    font-size: 17px;
    z-index: 22222 !important;
}
.search-big-form.no-border .form-control:hover, .search-big-form.no-border .btn:hover,.search-big-form.no-border .form-control:focus, .search-big-form.no-border .btn:focus,
.search-form.no-border .form-control:hover, .search-form.no-border .btn:hover,.search-form.no-border .form-control:focus, .search-form.no-border .btn:focus{
  outline:none;
  border:none;
  box-shadow:none;
}
.search-big-form.no-border .form-control, .search-big-form.no-border .btn,
.search-form.no-border .form-control, .search-form.no-border .btn{
  border:none;
}
form.search-big-form.search-shadow, form.search-form.search-shadow {
    padding:0px;

    border-radius:0px;
  position:relative;

}
form.search-big-form.search-shadow .form-group, form.search-form.search-shadow .form-group{
  position:relative;
}
.br-all .select2-container--default .select2-selection--single{
  border:1px solid #e0ecf5 !important;
}
.select2-dropdown {
    border: 1px solid #e0ecf5;
  z-index: 2;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e0ecf5;
}
.featured-category {
    display: table;
    width: 100%;
    text-align: left;
    margin-top:1.5rem;
}
.featured-category ul{
  margin:0;
  padding:0;
}
.featured-category ul li{
  margin-right:12px;
  list-style:none;
  display:inline-block;
}
.featured-category ul li:first-child{
  margin-right:20px;
}
.featured-category ul li:last-child{
  margin-right:0;
}
.featured-category ul li a {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.4s;
}
.featured-category ul li a:hover, .featured-category ul li a:focus {
    background:#3389ff;
    color: #ffffff;
}

/*-------------- Drizvato Element: Home Page Elements ---------------*/
.hm2-wrap {
    padding: 2rem;
    background: rgba(255,255,255,0.2);
    border-radius: 0.2rem;
}
.hm2-wrap.light-wrap {
    background:rgba(255,255,255,1);
  box-shadow:0px 10px 30px 0px rgba(130,136,184,0.2);
}
.or-option {
    display: block;
    margin: 0.6em;
    position: relative;
}
.or-option span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
  position: relative;
}
.light-wrap .or-option span {
    background: #dfe6ec;
    color: #263547;
}
.or-option:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.2);
    top: 14px;
    z-index: 0;
}
.light-wrap .or-option:before {
    background: rgb(223, 230, 236);
}


/*=====================================================
  Dashboard Design
======================================================*/
.dashboard-wrap {
    border-radius: 6px;
    border: 1px solid #eceef3;
    width: 100%;
    position: relative;
}
.dashboard-th-pic {
    width: 120px;
    margin: 2em auto 0.4em;
    box-shadow: 0px 4px 6px 2px #e5e6ea;
    border-radius: 50%;
}
.dashboard-thumb {
    text-align: center;
    margin-bottom: 2rem;
}
.note-toolbar{
  z-index:1;
}
.dashboard-verticle-nav li {
    width: 100%;
    display: block;
    border-top: 1px dashed #d9dce4;
    padding: 6px 12px;
}
.dashboard-verticle-nav li a>i {
    margin-right: 12px;
  color:#1ac790;
}
.dashboard-verticle-nav li a {
    color: #6f737d;
}
.note-editor .btn.btn-default {
    background: #a2a6b3;
    font-size: 12px;
    padding: .25rem .4rem;
}
.note-editor.note-frame {
    border: 1px solid #d8dfe6;
    width: 100%;
}
label.social-nfo i {
    margin-right: 6px;
}
.popover-content.note-children-container {
    display: none !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e0ecf5;
    border-radius: 0px;
    cursor: text;
    height: 56px;
    padding:9px 10px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border:1px solid #e0ecf5;
    outline: 0;
}
.select2-selection--multiple .select2-selection__choice {
    background-color:#edeff3 !important;
    border: 1px solid #f7f7f7 !important;
    border-radius: 2px !important;
  padding:2px 8px !important;
    font-size: 15px !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e9ecf3;
}
.select2-dropdown {
    border: 1px solid #e9eaec;
    position: relative;
    z-index: 11;
    background: white;
}
#price-list-wrap {
    width: 100%;
}
table.price-list-wrap {
    width: 100%;
}
tr.pricing-list-item.pattern td {
    position: relative;
}
.btn.add-pr-item-btn {
    background:#e7eaef;
    border-radius: 50px;
    font-size: 13px;
    color: #273f5a;
}
.box-close {
    position: absolute;
    right: 0;
  top: -2px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #e7eaef;
    text-align: center;
    line-height: 30px;
  z-index: 5;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(3rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(3rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(3rem + 2px);
    padding:.805rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .1rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height:3rem;
    padding:.805rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .1rem .1rem 0;
}
.br-imp .select2.select2-container {
    border:1px solid #e0ecf5 !important;
}
/*----------- Manage List -----------*/
.manage-list {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 1px 5px #e3e7eb;
    border-radius: 4px;
    display: flex;
    padding: 20px 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mg-list-wrap {
    flex: 1;
}
.mg-list-thumb {
    width: 60px;
    height: 60px;
  margin-right:10px;
    display: inline-block;
    float: left;
}
.mg-list-thumb img {
    max-width: 60px;
}
.mg-title {
    font-size: 16px;
    margin-bottom: 0px;
}
.mg-subtitle {
    display: block;
    font-size: 14px;
    color: #FF9800;
}
span em {
    color: #505a63;
}
.custom-drop .btn.btn-more {
    background: rgba(54, 170, 171,0.17);
  transition:all 0.4s;
    color:#36aaab;
    padding: 6px 30px;
}
.btn.btn-view {
    background: rgba(54, 170, 171,0.17);
  transition:all 0.4s;
    color:#36aaab;
    padding: 6px 15px;
}
.btn.btn-view:focus, .btn.btn-view:hover {
    color:#ffffff;
  background:#36aaab;
}
.custom-drop .btn.btn-more:focus, .custom-drop .btn.btn-more:hover {
    color:#ffffff;
  background:#36aaab;
}
.custom-drop .dropdown-menu {
    top: 34px !important;
    border: 1px solid #eceff3;
    right: 0 !important;
    left: initial !important;
}

.custom-drop .dropdown-menu a {
    display: block;
    padding: 5px 16px;
    color: #6e727d;
  transition:all 0.4s;
}
.custom-drop .dropdown-menu a:hover, .custom-drop .dropdown-menu a:focus{
  color:#36aaab;
}
.mg-delete {
    background: rgba(233, 30, 99,0.1);
    padding: 6px 16px;
    border-radius: 2px;
  transition:all 0.4s;
    color: #e91e63;
}
.mg-delete:hover, .mg-delete:focus {
    background:#e91e63;
    color:#ffffff;
}


/*-----------------------------------------------
  Common Element Start
------------------------------------------------*/
.progress-bar {
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
  height:5px;
}
@-webkit-keyframes animate-positive {
    0% { width: 0; }
}
@keyframes animate-positive {
    0% { width: 0; }
}
/*------------ Element: NewsLetter -------------*/
.input-group-append {
    margin-left: -1px;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .form-control {
border-radius: 3px 0 0px 3px;
}
.input-group .btn {

  
    border-radius:0px 4px 4px 0px;
}
.input-group.small .form-control {

    border: none;
    border-radius: 4px 0 0px 4px;
}
.input-group.small .btn {

  
}
.input-group button.btn.btn-black {
  
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #f7f7f7;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.64px;
/* Text style for "Subscribe" */
text-transform: uppercase;
}
/*------------ Element: Accordion -------------*/
.accordion .card {
    border: none;
}
.accordion .card-header:after, .accordion .card-header.collapsed:after {
    position: absolute;
  right:20px;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    margin: -1px 0 0;
    font-size:20px;
    line-height: 40px;
    text-align: center;
  color:#353b4a;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.accordion .card-header:after {
    font-family:'themify';  
    
  content: "\e622"; 
    float: right; 
}
.accordion .card-header.collapsed:after{
    content: "\e61a";
}
.card-header.collapsed {
    background:#ffffff;
    border: none;
    border:2px solid #e9ecf3;
    margin-bottom: 15px;
    padding: 20px 15px;
    border-radius: 2px;
}
.card-header{
  background:#ffffff;
    margin-bottom:none;
  border:2px solid #e9ecf3;
  border-bottom: none;
  position:relative;
  padding: 20px 15px;
  border-radius: 2px;
}
.accordion .card-title {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
    cursor: pointer;
}
.accordion .collapse.show {
    line-height: 1.8;
  font-size:15px;
    border:2px solid #e9ecf3;
    border-top: none;
  margin-bottom:0px;
}
.accordion .card-header {
    padding: 8px 12px;
}
.accordion>.card {
    margin-bottom: 1rem;
}
.accordion .card-header {
    border: 2px solid #e9ecf3;
}

/*------------------ Element Start: Card -------------*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8eef1;
    border-radius: .25rem;
}
.card-block {
    padding: 1em;
    position: relative;
}
.card-title {
    margin-bottom: 5px;
}
.card-list {
    padding: 0;
    margin: 0;
}
.card-list li {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}
.card-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    right: 15px;
    top: -50px;
    background: rgba(255,255,255,0.2);
    -webkit-box-shadow: 4px 0 5px rgba(0,0,0,0.08);
    box-shadow: 4px 0 5px rgba(0,0,0,0.08);
}
.card .bottom {
    border-top: 1px solid #ebeff2;
    padding: 0 00px;
}
.card ul.social-detail {
    padding: 0;
    margin: 0;
}
.card ul.social-detail li {
    display: inline-block;
    width: 33.3333%;
    float: left;
    line-height: 1.25;
    font-size: 18px;
    text-align: center;
    padding: 10px 5px;
    font-weight: 400;
}
.card ul.social-detail li:nth-child(2), .card ul.social-detail li:nth-child(3) {
    border-left: 1px solid #ebeff2;
}
.card ul.social-detail li span {
    display: block;
    font-size: 14px;
}
/*------------------ Element Start: Multi Button -------------*/
.multi-button {
    display: inline-block;
    background-color:#ffffff;
    color:#4d5968;
    padding:7px 15px;
    border-radius:2px;
    -webkit-box-shadow:0px 5px 15px 0px rgba(130,136,147,0.15);
    box-shadow:0px 5px 15px 0px rgba(130,136,147,0.15);
}
.multi-button .button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.multi-button span {
    display: block;
}
.multi-button .button-content .button-icon {
    font-size:20px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}
.multi-button .button-content .button-data {
    margin-left: 5px;
    margin-right: 5px;
}
.multi-button .button-content .button-text {
    font-weight: 700;
    font-size:13px;
}
.skin-dark-footer .multi-button {
    display: inline-block;
    background-color:rgba(255,255,255,0.15);
  border:1px solid rgba(255,255,255,0.16);
    color:#ffffff;
}
section.company-brand {
    padding: 35px 0;
    border-top: 1px solid #eff2f9;
}

/*--------------- Element Start: Cta Style ----------------*/
.cta-sec h1, .cta-sec h2 {
    color:#ffffff;
}
.cta-sec {
    color: rgba(255,255,255,0.72);
}
a.btn.btn-cta{
    background: #222961;
    border: 1px solid #222961;
    border-radius: 2px;
    padding: 0.9em 2.5em;
    font-size: 16px;
  font-weight:500;
  transition:all 0.4s;
}
a.btn.btn-cta:hover, a.btn.btn-cta:focus{
  background:#ffffff;
    border: 1px solid #ffffff;
  color:#006fd3;
}
/*-------------- Element Start: Count Section -------------*/
.counter-box {
    display: table;
    width: 100%;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
  -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.08);
    padding: 4em 0;
  border-radius:4px;
}
.counter-box i {
    font-size: 70px;
    color:#007bff;
}
.counter-box .counter {
    font-size: 40px;
    display: block;
    margin: 5px 0;
    font-weight: 600;
    color: #2f3b52;
}
.counter-box p {
    margin: 0;
    font-size: 18px;
    font-style: italic;
    font-family: initial;
}

/*---------------- Element Start: Contact Form ---------------*/
.contact-address {
    padding:2em;
}
.add-box {
    position: relative;
    margin-bottom:1.5em;
}
.add-icon-box {
    position: relative;
    width: 40px;
    display: table-cell;
}
.add-icon-box i{
  font-size:32px;
}
.add-text-box {
    display: table-cell;
    vertical-align: top;
  font-weight:500;
}
.add-text-box h4 {
    font-size:18px;
    margin-bottom:2px;
}
.contact-address.light-text .add-text-box,
.contact-address.light-text .add-text-box h4,
.contact-address.light-text .add-icon-box i{
  color:#ffffff;
}
.contact-form .form-control {
    height: 52px;
}
.contact-form textarea.form-control{
  height:150px;
}
.contact-box {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
    border-radius: 6px;
  margin-bottom:20px;
    padding: 2.4em 1em;
}
.contact-box i {
    color: #3389ff;
    font-size: 35px;
    margin-bottom: 15px;
    display: table;
    margin: auto auto 15px auto;
}
.ct-img {
    min-height: 300px;
}
/*------------ Element Start: Tab --------------*/
.fade.in {
    opacity: 1;
}
.nav-tabs .nav-link, .nav-pills .nav-link {
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs, .nav-pills {
    border-bottom: none;
}
.nav-tabs .nav-item, .nav-tabs .nav-pills {
    margin-bottom: 0;
    padding: 5px;
}
.nav-tabs .nav-item a, .nav-tabs .nav-pills a {
    background: #eff2f7;
    border-radius: 3px;
  text-align: center;
  padding: 0.8em 2em;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
    color: #ffffff;
    background-color:#3389ff;
    border-color: transparent;
}
.tab-content {
    padding: 1em 0.5em;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{ overflow: hidden; }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a{ margin-right: 0; }
}

/*------ Advance Tab ----*/
.nav-advance.nav-tabs .nav-item {
    width: 50%;
}
body .nav-advance.nav-tabs .nav-item.show .nav-link, body .nav-advance.nav-tabs .nav-link.active {
    color: #1ac790;
    background-color: #ffffff !important;
    border-color: transparent;
    font-weight: 600;
}
.nav-advance.nav-tabs .nav-item a {
    background: transparent;
    border-radius: 3px;
    text-align: center;
    padding: 0.8em 2em;
    color: #ffffff;
    font-weight: 600;
}
.nav.nav-tabs.nav-advance {
    border-radius: 4px;
    margin:0 auto 15px;
    width: auto;
    max-width:400px;
}
/*---- ICon ----*/
.custom-tab.icon-style .nav-tabs{
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom-tab.icon-style .nav-tabs .nav-item {
    width: 25%;
    text-align: center;
    display: table;
}
.icon-style .nav-tabs .nav-item a {
    background: #eff2f7;
    border-radius: 3px;
  text-align: center;
}
.icon-style .nav-tabs .nav-item a {
    background:transparent;
    border-radius:0px;
    text-align: center;
  -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding:10px 20px 15px 20px;
}
.icon-style .nav-tabs .nav-item a>h5 {
    font-size:16px;
  text-transform:uppercase;
}
.icon-style .nav-tabs .nav-item a>i {
    font-size: 2em;
    display: table;
    margin: 0 auto;
  color:#9db0d2;
  margin-bottom: 10px;
}
.icon-style .nav-tabs .nav-item a img {
    max-width: 80px;
    margin: 0 auto;
    display: table;
    margin-bottom: 5px;
}
.icon-style .nav-tabs .nav-item{
    margin-bottom: 0;
    padding:0px;
}
.icon-style .nav-tabs .nav-item>.nav-link {
    border-bottom: 2.5px solid #e0e5f0;
}
.icon-style .nav-tabs .nav-item.show .nav-link, .icon-style .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ffffff;
    border-color:#3389ff;
    color:#3389ff;
}
.icon-style .nav-tabs .nav-item.show .nav-link h5,
.icon-style .nav-tabs .nav-item.show .nav-link i,
.icon-style .nav-tabs .nav-link.active h5,
.icon-style .nav-tabs .nav-link.active i {
    color:#3389ff;
}
/*------------ Element Start: Modal Popup --------------*/
.modal {
    position:fixed;
  overflow-y: scroll;
}
.modal-content {
    border: none;
    overflow: hidden;
}
.logo-thumb {
    position: relative;
    width: 100%;
    max-width: 25px;
    height: 25px;

}
.logo-thumb h4{
  color:#ffffff;
}
.logo-thumb img {
    max-width:150px;
}
.modal-header {
    border-bottom: none;
    background: #ffffff !important;
    padding: 1em 1em 0;
    display: inline-block;
    width: 100%;
}
.modal-header.apply-header {
    background: #14b143;
    border-color: #14b143;
}
button.close {
    position: relative;
    right: 2px;
    top: 0px;
    width: auto;
    height: auto;
    border-radius: 4px;
    opacity: 1;
    font-size: 20px;
    text-shadow: none;
    color: #0e1111;
    cursor: pointer;
}
button.close:hover, button.close:focus{
  color:#0e1111;  
}
.social-login.center-tr {
    text-align: center;
}
.social-login li i {
    margin-right: 7px;
}
.modal-header-title {
    text-align: center;
    margin:0em 0 1em 0.5em;
    font-size: 42px;
}
.modal-header-title span{
  color:#ff5722;
}
.social-login {
    margin-bottom:0;
  width:100%;
  position:relative;
  display:table;
}
.social-login ul {
    margin: 0;
    padding: 0;
}
.social-login ul li a{
   width:100%;    position: relative;
}
.social-login li {
    margin-bottom: 1.5rem;
  display:inline-block;
  width:50%;
  float: left;
  padding:0 10px;
}
.login-form {
    position: relative;
    width: 100%;
    padding: 0 10px;
}
.modal-footer {
    background: #eceef3;
    padding: 1.2rem 2rem;
}
.modal-footer a {
    color: #2cbb72;
}
.modal-footer i {
    margin-right: 7px;
}
.modal-footer .mf-link {
    flex: 1;
}
.btn.connect-fb {
 color: #2c58b5;
    background: #fff;
    border: 1px solid #2c58b5;
    transition: ease 0.4s;
    border-radius: 2px;
}
.btn.connect-fb:hover, .btn.connect-fb:focus{
  color:#ffffff;
  background:#2c58b5;
}
.btn.connect-linked {
  color: #bf392a;
    background: #fff;
    transition: ease 0.4s;
    border: 1px solid #bf392a;
    border-radius: 2px;
}
.btn.connect-linked:hover, .btn.connect-linked:focus{
  color:#ffffff;
  background:#bf392a;
}
.btn.connect-twitter {
    color:#ffffff;
  background:#0aa1d8;
  transition:ease 0.4s;
    border: 2px solid #0aa1d8;
    border-radius:3px;
}
.btn.connect-twitter:hover, .btn.connect-twitter:focus{
  color:#ffffff;
  background:#0aa1d8; 
}
.btn.connect-gplus {
    color:#ffffff;
  background:#d83325;
  transition:ease 0.4s;
    border: 2px solid #d83325;
    border-radius:3px;
}
.btn.connect-gplus:hover, .btn.connect-gplus:focus{
  color:#ffffff;
  background:#d83325; 
}
.pop-login {
    margin-top:8px;
  border-radius:4px;
}
img.img-fluid.img-circle.avater-30 {
    max-width: 50px;
}
.devide-wrap {
    display: table;
    max-width: 300px;
    margin: 1em auto;
    text-align: center;
}
.devide-wrap span {
    width: 30px;
    height: 30px;
    background: #f3f4f5;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
}

/*--------------- Element Start: Inner Pages -----------------*/
.page-title-wrap {
    height:280px;
    width:100%;
    display: flex;
    vertical-align: middle;
    background: #f5f5f7;
    align-items: center;
    justify-content: center;
}
.page-title-wrap.pt-img-wrap {
    background-size: cover !important;
    position: relative;
}
.page-title-wrap.pt-img-wrap:before {
    content: "";
    position: absolute;
  background: #05265a;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity:0.30;
}
.page-title-wrap.pt-img-wrap h1{
  color:#ffffff;
}
.pt-caption p{
    font-size: 16px;
    font-weight: 500;
}
.pt-caption p a {
    margin: 0 5px;
  color:#007bff;
}
.current-page {
    padding-left: 15px;
  position:relative;
}
.page-title-wrap.pt-img-wrap .current-page{
  color:#ffffff;
}
span.current-page:before {
    content: '\e661';
    position: absolute;
    font-family: 'themify';
  color:#007bff;
    left:-3px;
}

.about-content p {
    line-height: 1.8;
    font-size: 15px;
}
.about-content h2 {
    position: relative;
    margin-bottom: 20px;
}
.about-content h2:before {
    content: "";
    width: 120px;
    height: 2px;
    background: #4a97fb;
    position: absolute;
    bottom: -6px;
}
/*---------- Breadcrums ----------*/
.breadcrumbs {
    padding: 15px 0;
    background:#0055ff;
    white-space: nowrap;
    overflow-x: auto;
}
body .breadcrumbs.breadcrumbs-light {
    background:#ffffff !important;
}
.breadcrumbs a {
  font-weight:600;
    text-align: center;
    color:#ffffff;
}
body .breadcrumbs.breadcrumbs-light a{
    color:#0e1111;
}
.breadcrumbs a {
    margin-right:20px;
}
.breadcrumbs a:last-child {
    color:rgba(255,255,255,0.7);
    cursor: default;
}

.breadcrumbs a:hover{
  color:#ffffff !important;
}

.breadcrumbs a span {
    display: inline-block;
    margin-right:20px;
    vertical-align: middle;
}
.breadcrumbs a span i{
  color:#ffffff;
}
body .breadcrumbs.breadcrumbs-light a:last-child{
  color:#00a94f !important;
}
body .breadcrumbs.breadcrumbs-light a:hover{
  color:#00a94f !important;
}
body .breadcrumbs.breadcrumbs-light a span i{
  color:#00a94f;
}
/*======================================
  Inner Page Styles
=======================================*/
.page-title {
    height: 350px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    background: #f5f5f7;
    justify-content: center;
}
.page-title.image-title{
  height:450px;
  text-align:center;
}
.page-title.image-title h1{
  color:#ffffff;
}
.page-title.image-title .page-title-wrap {
    position: relative;
    top: 25px;
}
.page-title.image-title .page-title-wrap .current-page.active {
  color:#ff7600;
}
.page-title-wrap a {
    color: #ffffff;
}
.pt-caption p a {
    margin: 0 5px;
    color:#ff7600;
}
.current-page {
    padding-left: 15px;
    position: relative;
}
span.current-page:before {
    content: '\e661';
    position: absolute;
    font-family: 'themify';
    color:#ff7600;
    left: -3px;
}
.page-title-banner{
  background-position:center;
  background-size:cover;
  position:relative;
  padding:0;
  min-height:380px;
}

.page-title-banner:before{
  content:"";
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:#222e4c;
  opacity:0.6;
}
.page-title-banner>*{
  position:relative;
}
.tr-list-detail{
  display:block;
  padding:4em 0 2em 0;
}
.page-title-banner .tr-list-detail>*, .page-title-banner .tr-list-detail h4{

  margin-bottom:5px;
}
.tr-list-detail p{
  font-size:14px;
}
.tr-list-thumb {
       display: inline-block;
    width: 100px;
    height: 100px;
    padding: 2px;
    border-radius: 2px;
    /* box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.4); */
    /* -webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.4); */
    background: #ffffff;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
    top: -8px;
    border-radius: 100%;
    overflow: hidden;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.client-thumb-box-spr .client-thumb{

    min-width: 70px;
    min-height: 70px;
   
}

button.close.close2 {
  
    top: -26px;
  
    font-size: 20px;
   
    opacity: 0.3;
}

button.close.close2:hover{
  opacity: 0.7; transition: all 0.3s;
}

.tr-list-thumb img
{
      width: 120% !important;

    display: block !important;;
    margin: 0 auto !important; 
    margin-left: -6px !important;;
    margin-top: -2px !important;;
}



.client-thumb-box-spr .review-username {
   font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.tr-list-detail .veryfied-list {
    position: relative;
}
.tr-list-detail .veryfied-list:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #00a94f;
    line-height: 15px;
    font-size: 8px;
    border-radius: 50%;
    text-align: center;
    right: -22px;
    top: 5px;
}
.tr-list-info {
    display: inline-block;
    vertical-align: middle;
}
.tr-list-wrap{
    background: transparent;
    margin-bottom: 0;
    display: flex;
  width:100%;
    align-items:baseline;
}
.tr-list-detail{
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
}
.btn.btn-list {
    background: #ffffff;
    color: #607077;
    font-size: 14px;
    font-weight: 500;
  padding:16px 25px;
}

.listing-detail-item {
    display: inline-block;
    margin-left: 7px;
}
.detail-swap {
    height: 380px;
}

.profile-header-nav .tab .nav-tabs{
    border:none;
}
.profile-header-nav .nav-tabs>li {
    float: left;
    margin-bottom:0px;
}
.profile-header-nav button.btn.theme-btn {
    margin-top: 9px;
}
.profile-header-nav .nav-tabs li a{
    padding:20px 32px;
  border:none;
    border-right:1px dashed #dee2ea;
    background:#ffffff;
    color: #334e6f;
    opacity: 0.7;
    border-radius: 0px;
    margin-right: 0px;
    font-weight:500;
  display: inline-block;
    transition: all 0.3s ease-in 0s;
}
.profile-header-nav .nav-tabs li a:hover{
    background:#ffffff;
    color:#ff7600;
  opacity:1;
}
.profile-header-nav .nav-tabs li a i{
    display: inline-block;
    text-align: center;
    margin-right:10px;
}
.profile-header-nav .nav-tabs li:last-child a{
    border-right:none;
}
.profile-header-nav .tab .nav-tabs li:last-child a:hover, .profile-header-nav .tab .nav-tabs li:last-child a:focus {
    border-right:none;
  background: transparent;
}
.profile-header-nav .nav-tabs li a.active,
.profile-header-nav .nav-tabs li.active a:focus,
.profile-header-nav .nav-tabs li.active a:hover{
    color:#ff7600;
  opacity:1;
  background: transparent;
  border-right:1px dashed #dee2ea;
}
.profile-header-nav .tab .tab-content{
    padding: 20px;
    line-height: 22px;
    box-shadow:0px 1px 0px #808080;
}
.profile-header-nav .tab .tab-content h3{
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    
    
    .header {
 
    position: relative;

}
    
.section-top-2 {
    padding-top: 0 !important; 
}

.section-top-22{
    
        padding-top: 0!important; 
        
}
   
  .comapny-la3b {
   
    white-space: inherit;
    width: 100%;
  

  
}
    
    .client-thumb-box-spr .client-thumb {
    min-width: 60px;
    min-height: 60px;
}

.client-thumb-my-profile img {
    min-height: 65px;
    max-height: 65px;
    max-width: 65px;
    min-width: 65px;
}

  .logo-company{ max-width: 80px; }

        .videobanner {
 position: absolute !important;
 
  
}

.latest-review{ 
      padding: 80px 0 22px 0  !important;
}


  .company-item {

    /* max-width: 98%; */
    margin: 5px 0 3px 0;
}


    .profile-header-nav .nav-tabs li{
        width:auto;
        margin-bottom:0px;
    }
    .profile-header-nav .nav-tabs li a {
    padding: 15px 9px;
    font-size:12.5px;
  }
    .profile-header-nav .nav-tabs li.active a,
    .profile-header-nav .nav-tabs li.active a:focus,
    .profile-header-nav .nav-tabs li.active a:hover{
        padding: 15px;
        margin-top: 0;
    }
}
.tr-single-box {
    background: #ffffff;
    display: block;
  width:100%;
    border-radius:4px;
    border: 1px solid #eceef3;
    margin-bottom: 30px;
}
.tr-single-box:last-child {
    margin-bottom: 0;
}
.tr-single-header {
    width: 100%;
  display: flex;
  position: relative;
    border-bottom: 1px solid #eceef3;
    padding: 12px 25px 12px;
}
.tr-single-header h4 {
    margin: 0;
    flex: 1;
    font-size: 14px;
    font-weight: 600;
}
.tr-single-header h4>i {
    margin-right: 7px;
}
.tr-single-body {
    width: 100%;
    padding: 15px 25px 25px;
}
.rating-average .overall-rating {
    font-size: 19px;
    font-weight: 500;
}
.single-over-rating.text-center {
    width: 100%;
    display: table;
}
.single-over-rating .all-rate-card {
    margin: 0 auto;
    display: table;
  width: 150px;
  border-radius: 4px;
}
.single-over-rating .overall-rating {
    font-size: 40px;
    line-height: 0;
    float: none;
    margin-right: 0;
    padding: 1em 0;
    font-weight: 500;
}
.single-over-rating .rating-wrap {
    float: none;
    padding: 8px;
}
.single-over-rating .max-rating {
    color: rgb(97, 108, 119);
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
}
.single-over-rating .rateOverview {
  font-size: 13px;
    color:#ffffff;
}
.extra-service {
    margin: 10px 0 0;
    display: table;
    width: 100%;
  padding:0;
}
.extra-service li {
    list-style: none;
    padding: 7px 0 14px 0;
}
.extra-service.half li {
    width: 50%;
  margin-bottom:5px;
    float: left;
    display: inline-block;
}
.icon-box-icon-block {
    width: 100%;
    display: inline-block;
    font-size: 13px;
}
.icon-box-round {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin-right:5px;
    color:#1ac790;
    font-size:25px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
}
.icon-box-text {
    display: inline-block;
    vertical-align: middle;
}
.tr-single-header.listing-hours-header.closed {
    background:#e91e63;
    border-bottom:#e91e63;
}
.tr-single-header.listing-hours-header.open {
    background: #00a94f;
    border-bottom: #00a94f;
}
.tr-single-header.listing-hours-header h4 {
    color: #ffffff;
    opacity: 1;
}
span.listing-hours-status {
    border: 1px solid #ffffff;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 1;
}
span.current-time {
    float: right;
    font-size: 11px;
    font-weight: 500;
}
ul.listing-hour-day {
    margin: 0;
    padding: 0;
}
.listing-hour-day li {
    padding: 10px 0;
    list-style: none;
    font-size: 13px;
}
.listing-hour-day li .listing-hour-time {
    float:right;
}
.listing-hour-day li.active {
    color: #e91e63;
}
a.btn.add-review-btn {
    background: #ff7600;
    margin-bottom: 2em;
    width: 100%;
    padding: 18px;
}
/*------- Small Title Banner ----------*/


.small-page-title-banner {
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.small-page-title-banner:before{
  content:"";
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:#222e4c;
  opacity:0;
}
.small-page-title-banner>*{
  position:relative;
}
.tr-list-center {
    width: 100%;
    text-align: center;
}
.small-page-title-banner h2{
  color:#ffffff;
}

/*------------ Job Detail View ---------------*/
.single-job-head{
    width: 100%;
    display: table;
    padding-bottom: 30px;
    border: none;
  margin-bottom:30px;
}
.single-job-head.head-light {
    padding: 2rem 1em;
    border-radius: 0.3em;
    background: #ffffff;
  border:1px solid #eceef3;
}
.single-job-head.head-light.shadow {
  box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.single-job-thumb {
    display: table-cell;
    vertical-align: top;
    width: 90px;
}
.single-job-thumb img {
    max-width: 90px;
}
.single-job-info{
    display: table-cell;
    vertical-align: top;
    padding-left:20px;
}
span.sj-location {
    font-size: 15px;
}
span.sj-location i {
    margin-right: 4px;
    position: relative;
    top: 2px;
    color: #f40c43;
}
.single-job-title {
    margin-bottom:3px;
    font-size: 18px;
}
.tags-jobs {
    float: left;
    width: 100%;
    margin: 0;
  padding: 0;
    margin-top: 0px;
    margin-top:15px !important;
}
.tags-jobs > li {
    float: left;
    margin: 0;
  list-style:none;
    margin-right: 0px;
    font-size: 13px;
    margin-right: 30px;
}
.tags-jobs > li:last-child{
  margin:0;
}
.tags-jobs > li i {
    float: left;
    font-size:18px;
    float: left;
    line-height: 15px;
    margin-right: 8px;
    color:#329a8f;
}
span.job-type.full-time {
    font-size: 13px;
    margin-left:15px;
    font-weight: 400;
    color: rgb(76, 175, 80);
    padding: 3px 8px;
    background: rgba(76, 175, 80,0.1);
    border: 1px solid rgba(76, 175, 80,0.2);
    border-radius: 2px;
}

/*---- Style 1 --*/
.single-job-head.head-light.style-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.single-job-left {
    flex: 1;
}
a.btn.apply-btn {
    background:#333333;
    border-radius: 4px;
}
a.btn.apply-btn i {
    margin-right:5px;
}

/*----------- Buttons -----------*/
.apply-wrap-buttons {
    margin-bottom:20px;
}
.apply-wrap-buttons .input-group {
    margin-bottom: 10px;
}
.apply-wrap-buttons .input-group .btn{
  font-weight:500;
} 
.apply-wrap-buttons .input-group .btn i {
    margin-right: 5px;
}
.apply-wrap-buttons .input-group .btn{
  padding: 1.3em 1em;
  border-radius: 0.3em;
  width: 100%;
  height: auto !important;
}
.btn.btn-color {
    background: #333333;
    padding: 1.3em 1em;
    border-radius: 0.3em;
    text-align: left;
    width: 100%;
    font-size: 14px;
}
.btn.btn-light {
    background: #ffffff;
    padding: 1.3em 1em;
    border-radius: 0.3em;
    text-align: left;
    width: 100%;
  color:#545454;
    font-size: 14px;
  border: 2px solid #cbd2e2;
}
.btn.btn-color:hover, .btn.btn-color:focus{
  color:#ffffff;
}
.btn.btn-color.center, .btn.btn-light.center{
  text-align: center;
}
.btn.btn-color i {
    margin-right: 10px !important;
    padding-right: 9px;
    border-right: 1px solid rgba(255, 255, 255,0.3);
    position: relative;
    top: 1px;
}
.btn.btn-color.save-job {
    background: #e81446;
}
.btn.btn-color.with-linkedin {
    background: #0073b1;
}

.btn.btn-light i {
    margin-right: 10px !important;
    padding-right: 9px;
    border-right: 1px solid #cbd2e2;
    position: relative;
    top:1px;
}
.btn.btn-light.save-job {
    color: #e81446;
}
.btn.btn-light.save-job:hover, .btn.btn-light.save-job:focus{
  color:#ffffff;
  background:#e81446;
  border-color:#e81446;
}
.btn.btn-light.with-linkedin {
    color: #0073b1;
}
.btn.btn-light.with-linkedin:hover, .btn.btn-light.with-linkedin:focus{
  color:#ffffff;
  background:#0073b1;
  border-color:#0073b1;
}


.job-widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.job-widget-area ul li {
    padding: 25px 30px;
    border-bottom: 1px solid #e6ebf5;
}
.job-widget-area ul li i {
    font-size: 32px;
    color:#cbd2e2;
    display: inline-block;
    float: left;
    width: 45px;
}
.job-widget-area ul li .content {
    margin-left: 45px;
}
.job-widget-area ul li .content span.title {
    display: block;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 13px;
  font-weight: 500;
}
.job-widget-area ul li .content span.dark{
  color:#2D3954;
}
.job-widget-area ul li.job-categories .content a {
    font-weight: 600;
}
.job-widget-area {
    margin-bottom: 30px;
    border-radius: 4px;
}
.job-widget-area.large ul {
    display: table;
    position: relative;
    width: 100%;
}
.job-widget-area.large ul li {
    float: left;
    width: 30%;
    border-radius: 0.2rem;
    background: #ffffff;
    border: 1px solid #e6ebf5;
    margin: 0.5rem 1% 0.5rem 0;
}




/*----------- Side Employer Wrap ------------*/
.job-employers-name {
    text-align: center;
    padding: 2em;
    background: #ffffff;
    border-radius: 0.3rem;
}
.employers-thumb-caption {
    margin-bottom: 2rem;
}
.employers-thumb {
    width:90px;
    height:90px;
    display: flex;
    margin: 0 auto 10px;
    background:#f7f9fc;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  border: 1px solid #f3f5f9;
}
.employers-thumb img {
    max-width:60px;
}
.employers-thumb-caption .employers-title{
  margin-bottom:2px;
  font-size:17px;
}
.employers-thumb-caption span{
  font-size:14px;
}
.employers-thumb-caption span i{
  position:relative;
  margin-right:4px;
  top:1px;
  color:#e62f22;
}
.employers-enfo {
    display: block;
    width: 100%;
    text-align: left;
}
.employers-enfo ul{
  padding:0;
  margin:0;
}
.employers-enfo ul li{
  margin-bottom:15px;
  list-style:none;
  display:block;
  font-size:14px;
}
.employers-enfo ul li:last-child{
  margin:0;
}
.employers-enfo ul li i{
  position:relative;
  top:1px;
  color:#e62f22;
  margin-right:6px;
}

/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
footer{

  position:relative;
}
footer.dark-footer{
  background:#fff;
}
.footer-logo {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeef3;
    border-bottom: 1px solid #eaeef3;
}
footer.footer-small {
    padding: 50px 0 0 0;
}
img.img-footer {
    max-width: 130px;
    margin-bottom:1rem;
}
.ft-itext {
    font-weight: 500;
  font-size:16px;
  text-align: center !important;
    margin: 10px;
}
.ft-itext i {
    margin-right:5px;
}
ul.social {
    margin: 0;
    padding: 0;
}
ul.social li {
    display:inline-block;
  list-style:none;
  margin:5px;
}
ul.social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
   -webkit-box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
  box-shadow: 0 0px 12px 0 rgba(71,119,244,0.2);
    line-height: 40px;
    text-align: center;
}
.footer-add {
    color: #858b9f;
    font-size: 13px;
}
.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}
.ft-copyright p{
  margin-bottom:0;
}
.footer-logo img {
    max-width: 185px;
}
.footer-widget {
    padding:70px 0;
}
h4.widget-title {
    margin-bottom: 25px;
    font-weight: 600 !important;
    font-size: 17px;
    color: #222222 !important;
font-family: 'Roboto', sans-serif;

font-weight: 500;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top:15px;
    display: block;
}
.footer-widget ul li a{
  color:#626a70;
}

footer.skin-dark-footer h4{
    color: #ffffff;
}
footer.skin-dark-footer .footer-widget ul li a, footer.skin-dark-footer, footer.skin-dark-footer a {

    transition: all ease 0.4s;
    font-size: 14px;

    color: #7a7e8a;
font-weight: 400;
}
footer  a:hover, footer  a:focus{
    color:#0060B6 !important;
}
.widget_media_image {
    margin-top: 3rem;
}
.footer-bottom {
    padding:30px 0;
    border-top: 1px solid #ddd;
}
.skin-dark-footer .footer-bottom {
    background:#fff;

}
ul.footer-bottom-social {
    margin: 0;
    padding: 0;
}
ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
  margin-top: 0;
}

.social-link li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
  margin-top: 0;
}


.social-link li a {
    color: #093C71;
    border: solid thin #DDDDDD;
    font-size: 16px;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    padding: 5px 8px;
}


.logo-company::before{content: '';
      content: '';
    width: 1px;
    height: 50%;
    background-color: #eee;
    position: relative;
    top: 0;
    /* bottom: 0; */
    display: inline-block;
    /* margin: 0 9px; */
    left: -20px;}

.small-box { padding: 16px 20px; }

.social-link li  a:hover, .social-link li a:focus{
  color:#007bff;
}


ul.footer-bottom-social li a {
    color:#093C71 !important;
}
ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus{
  color:#007bff;
}
ul.footer-bottom-social li i {
margin-right: 5px;
    top: 0px;
    position: relative;
}
 ul.footer-bottom-social li a {
      color: #093C71;
    border: solid thin #DDDDDD;
    font-size: 16px;
    border-radius: 3px;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    padding: 5px 8px;
}
ul.footer-bottom-social li a:hover, footer.skin-dark-footer ul.footer-bottom-social li a:focus{
color: #0060B6 !important;
  opacity:1;
}
.fw {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
  padding-left: 28px;
  width: 100%;
}
.fw:last-child {
    margin: 0;
}
.fw:before {
    font-family: 'themify';
    vertical-align: initial;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.fw.fw-location:before {
    content: "\e693";
}
.fw.fw-mail:before {
    content: "\e75a";
}
.fw.fw-call:before {
    content:"\e621";
}
.fw.fw-skype:before {
    content:"\e72d";
}
.fw.fw-web:before {
    content:"\e665";
}

.other-store-link {
    width: auto;
  margin-bottom:20px;
    display: inline-block;
}
.other-store-link:last-child{
  margin-bottom:0;
}
.other-store-app {
    width:250px;
    height:70px;
    border:1px solid #353d56;
    border-radius: 4px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color:#ffffff;
}
.os-app-caps span {
    display: block;
    font-size: 13px;
    font-weight: 400;
  color:#858b9f;
}
.os-app-icon {
    margin-right: 13px;
}
.os-app-icon i {
    font-size: 32px;
}
.os-app-caps {
    font-size: 18px;
    font-weight: 600;
}

.f-newsletter {
    max-width: 510px;
    margin-top: 15px;
    display: block;
    position: relative;
}

.f-newsletter .form-control {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
  color:#7f8ca2;
    background-color: transparent;
    border: 2px solid #a5aebf;
    padding:18px 20px 18px;
    border-radius: 3px;
    height: 60px;
}
.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}
.f-newsletter .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 12px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color:#9ea6ba;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
  background:transparent;
}
.skin-dark-footer .form-control::-webkit-input-placeholder{color:#9ea6ba;}
.skin-dark-footer .form-control:-ms-input-placeholder{color:#9ea6ba;}
.skin-dark-footer .form-control::placeholder{color:#9ea6ba;}
.footer-bottom p {
    margin: 0;
}

/*--------------------------------------------------
  Responsiveness Start
---------------------------------------------------*/

@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
@media (max-height: 600px) {
  .pos-vertical-center {
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
}

@media (min-width: 768px) {
  form.search-big-form.search-shadow .form-group, form.search-form.search-shadow .form-group{
    margin-bottom:0;
  }
  .hm2-wrap.light-wrap h2 {
    font-size: 40px;
    margin-bottom: 1em;
  }
  .advance-search.advn-fixed {
    position: fixed;
    top:67px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size:4.142em;
    line-height: 1.11818182em;
  }
  .side-climp h2 {
    font-size: 3.42em;
    line-height: 1.5;
  }
  .breadcrumbs {
    margin-top:0px;
  }
  .ct-header h1.big {
    font-size:70px;
    line-height:1;
  }
  .ct-u-display-tablex {
    min-height:500px;
    height:100vh;
  }
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .main-banner.image-banner, .hero-header, .hero-banner{
/*    height:100vh;*/
    min-height:621px;
  }
  .hero-header.min-banner{
    height:80vh;
    min-height:400px;
  }
  
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  
  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
    border-radius:0 0 .25rem .25rem;
  }1
  
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .main-banner.image-banner,  .hero-banner{
/*    height:80vh;.hero-header,
    min-height:580px; */overflow: hidden;
  }
  .hero-header.half-header, .hero-banner.half-header {
    height:65vh;
    min-height:450px;
  }
  .hero-header.min-banner{
    height:80vh;
    min-height:400px;
  }
  
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  
  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
    border-radius:0 0 .25rem .25rem;
  }
  
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }

  .hero-banner h2, .main-banner h1 {
    font-size:60px;
    line-height:1.1;
  }

  .hero-content h1{
    font-size:60px;
  }
  .content h1{
    font-size:70px;
  }
  .hero-content p{
    font-size:22px;
  }
  
  .jumbo-banner.software .hero-content {
    margin-top:0em;
  }
  .jumbo-banner.software .hero-content h1{
    font-size:60px;
  }
  .sec-heading h2{
     font-size:40px;
    line-height: 1.2;
  }
  .sec-heading p{
    font-size:20px;
  }
  .page-title-wrap h1{
    font-size:55px;
    line-height:1.4;
  }
  
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .cta-sec h1, .cta-sec h2 {
    font-size: 38px;
    margin-bottom: 12px;
  }
  .home-2.h-100 {
    height:90vh;
  }

}

@media (min-width: 993px) {
  .nav-left-side .core-nav .nav-header{
    position: relative;
    float: left;
  }
  .nav-brand img.sw-m {
    display: none;
  }
  
  .header.dark-header ul.attributes {
    float: none;
  }
  .header.header-dark {
    background: #263547;
  }
  .header-dark nav .menu li a {
    color: #ffffff;
  }
  .header-dark li.login-attri a {
    color: #ffffff !important;
  }
  .header-dark .core-nav .dropdown > .dropdown-menu {
    background: #263547;
    border: solid 1px #2e3e52;
  }
  .header-dark .core-nav .dropdown > .dropdown-menu > li > a {
    border-bottom: solid 1px #314358;
  }
  .header-dark .core-nav .dropdown > .dropdown-menu > li > a:hover {
    background: #2d3e52;
  }
  .header.header-dark.header-fixed nav.headnavbar {
    background: #263547;
  }
}

@media (min-width: 1200px) {
  .hero-content h1 {
    font-size:80px;
  }

}
@media (max-width: 1199px) {
  .jmg-right-caption-text {
    display: none;
  }
  .jmg-right-caption-text:first-child {
    display: block;
    width: 100%;
  }
  .job-new-list {
    padding: 30px 20px 25px;
  }
  .job-new-list .vc-thumb {
    float: left;
    width: 60px;
    height: 60px;
  }
  .job-new-list .vc-thumb img {
    max-width: 45px;
  }
  .btn.bn-det {
    padding: 0.8em 1em;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .job-new-list .btn.btn-outline-info.float-right {
    float: none !important;
    margin: 0;
    display: table;
  }
  .cll-caption ul li {
    display: block;
    border-right: none;
  }
  .verticle-job-detail .jb-title {
    font-size: 18px;
  }
  .verticle-job-thumb {
    max-width: 60px;
    width: 60px;
  }
  .verticle-job-detail {
    margin-left: 65px;
  }
  .cll-thumb {
    max-width:60px;
    height:60px;
    float: left;
  }
  .cll-thumb img {
    max-width:60px;
  }
  .cll-caption {
    display: inline-block;
    padding-left: 1rem;
    margin-top:0rem;
  }

} 

@media (max-width: 1023px) {
  .half-map .fs-inner-container {
    width: 100%;
  }
  .fs-left-map-box {
    float: initial;
  }
  .fs-left-map-box .map-container.fw-map {
    position: relative;
    width: 100%;
    height: 585px;
  }
  .map-container.fw-map #map-main {
    height: 585px;
    position: relative;
  }
  .cll-thumb {
    max-width:60px;
    height:60px;
    float: left;
  }
  .cll-thumb img {
    max-width:60px;
  }
  .cll-caption {
    display: inline-block;
    padding-left: 1rem;
    margin-top: .5rem;
  }
}

@media (max-width: 992px) { 
  .header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
    float: none;
  }
  .header-dark-transparent nav .menu li a {
    color:#606c8e;
  }
  .header.dark-header nav .menu li a {
    color:#606c8e;
  }
  .header-dark-transparent button.toggle-bar.core-nav-toggle, .header.dark-header button.toggle-bar.core-nav-toggle {
    color: #ffffff;
  }
  .core-nav .dropdown > .dropdown-menu.lg-wt {
    width:100% !important;
  }
  .nav-brand img.hd-992 {
    display: none;
  }
}

@media (max-width: 992px) {
  .navigation-portrait .nav-dropdown>li>ul>li>a {
    padding:12px 20px 12px 30px;
  }
  .nav-menu>li>.nav-dropdown:before{
    display:none;
  }
  .nav-menu>li .nav-dropdown {
    border: none;
    padding:0px;
    background:transparent;
    box-shadow:none;
    -webkit-box-shadow:none;
    border-radius: 0rem;
  }
  .nav-menu.nav-menu-social>li.add-listing a {
    top: 0px;
    padding: 16px 20px;
    color: #ffffff !important;
  }
  .nav-menu>li .nav-dropdown {
    border: none;
    padding:0px;
    background:transparent;
    box-shadow:none;
    -webkit-box-shadow:none;
    border-radius: 0rem;
  }
  .freelancer-caption .free-name {
    margin-bottom: 0px;
    font-size: 15px;
  }
  p.free-location {
    font-size: 13px;
  }
  .hr_rate {
    font-size: 15px;
  }
  .show-mb {
    display:initial !important;
  }
  ul li.login-attri {
    padding: 12px 0 5px 15px;
  }
  nav .full-container,
  nav .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  nav .nav-header {
    min-height: 60px;
  }

  nav .nav-header .brand {
    margin: 0 auto 10px;
    float: none;
  }
  nav .brand {
    top:12px;
  }
  li.login-attri a {
    height: 42px;
    line-height: 42px;
    top: -4px;
    position: relative;
  }
  nav .nav-header .toggle-bar {
    font-size: 18px;
    position: absolute;
    top:22px;
    left: 15px;
  }

  nav .menu li a {
    padding: 10px 10px;
    border-bottom: solid 1px #efefef;
  }

  nav .menu li:last-child a {
    border-bottom: none;
  }
  .m-top-light-shadow .header .navbar-toggler {
    color: #626a70;
  }
  .header-nav-bar .navbar-nav .nav-link {
    color:#546e7a;
    
  }
  .social-login ul {
    margin: 0;
    padding: 0;
  }
  .social-login li {
    width: 100%;
    float: none;

  }
  .social-login li a{
    width:100%;
  }
  .m-top-light-shadow .header-nav-bar .navbar-nav .nav-link {
    padding: 35px 15px;
    color: #546e7a;
  }
  .page-title-wrap {
    height:250px;
    width: 100%;
    display: flex;
    vertical-align: middle;
    background: #f5f5f7;
    align-items: center;
    justify-content: center;
  }
  .m-top-light-shadow .header-nav-bar .navbar-nav .nav-item:hover .nav-link,
  .m-top-light-shadow .header-nav-bar .navbar-nav .nav-item:focus .nav-link,
  .m-top-light-shadow .header-nav-bar .navbar-nav .nav-item.active .nav-link {
    color: #546e7a;
  }
  .breadcrumbs {
    padding: 15px;
  }
  .breadcrumbs a {
    margin-right: 10px;
  }
  .breadcrumbs a {
    margin-right: 10px;
    font-size: 12px;
  }
  .topbar {
    position: relative;
  }
  .topbar.m-top-light{
    background:#ffffff;
  }
  .topbar.m-top-light-shadow{
    background:#ffffff;
    box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  }

  .hero-banner:before {
    background: #ffffff;
  }
  .ct-header p {
    font-size: 16px;
    line-height: 1.4;
  }
  /*.jumbo-banner img {*/
  /*  position:relative;*/
  /*  top: -20px;*/
  /*  right: 2%;*/
  /*}*/
  .jumbo-banner .hero-content {
    margin-top:0.5em;
  }
  .form-row {
    margin-right:0px;
    margin-left:0px;
  }
  .seo-contact {
    padding: 15px 0;
  }
  .seo-contact .form-control{
    margin-bottom:10px;
  }
  .header .navbar-toggler {
        margin-right:12px;
    }
  .nav-search{
    display:none;
  }
  .header .navbar-brand img {
    max-width: 150px;
  }
  .hero-header.jumbo-banner.digital-mark {
    background-image: none !important;
    background-color: white;
  }
  .hidden-sm {
    display: none;
  }
  .dr-appointment-box {
    float:none;
    position:relative;
    display: contents;
  }
  .icon-style .nav-tabs .nav-item a>h5 {
    display: none;
  }
  .icon-style .nav-tabs .nav-item a img {
    max-width: 30px;
  }
  
  .error-page h2 {
    font-size: 140px;
  }
  .header-topbar {
    display: none;
  }
  .verticle-candidate-list .btn.frl-dt.float-right {
    float: none !important;
  }
  .verticle-job-thumb {
    float: none;
  }
  .verticle-job-detail {
    margin-left: 0;
    margin-top: 1rem;
  }
  .category-wrap li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    border: none;
  }
  
  

}

@media (max-width: 767px) {


  .footer-widget {
    padding-bottom: 0;
  }
  .footer-bottom {
    margin-top: 50px;
  }
  .search-big-form .form-group {
    margin: 0;
    border-bottom: 1px solid #e7e8ef;
  }
  .dropdown-submenu > .dropdown-menu.show {
    display: block;
  }
  .seo-contact .p-0 {
    padding: 0 15px !important;
  }
  .seo-contact button.btn {
    width: 100%;
  }
  .nav-tabs .nav-item a {
    padding: 0.5em 1em;
  }
  
  .boxed.boxed--lg {
    padding: 2.77em 1em;
  }
  .icon--lg {
    font-size: 3.57142857em;
  }
  .error-page h2 {
    font-size: 100px;
  }
  .pos-vertical-center{
    top: 0;
    transform: none;
    -webkit-transform: none;
  }
  .listing-detail-item {
    display: inline-block;
    margin-left: 4px;
  }
  .tr-list-thumb {
    max-width: 75px;
    height: 75px;
    margin-right: 10px;
  }
  .tr-list-wrap {
    position: relative;
    bottom: 50px;
    display: block;
  }
  a.btn.btn-list {
    padding: 12px 10px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .advance-search .form-group {
    margin: 0.6rem 0;
    border: 1px solid #e0ecf5;
  }
  .advance-search .search-big-form {
    padding: 10px !important;
  }
  .job-new-list .vc-thumb, .job-new-list .vc-content {
    float: none;
    margin:0.5rem 0;
  }
  .mpl-0 {
    padding-left: 0 !important;
  }
  .verticle-candidate-list .vc-content {
    margin-top: 1rem;
  }
  .category-wrap li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .hm-space{
    padding:3em 0;
  }
  
}

@media (max-width: 600px) {
  .hero-header {
    min-height: inherit; /*padding: 0 !important;*/
  }
  .single-job-head.head-light.style-1 {
    display: block;
  }
  .single-job-thumb {
    display: table;
  }
  .single-job-info {
    display: table;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .count-facts {
    padding: 1rem 0;
  }
  .search-big-form .p-r-0 {
    padding: 0;
  }
  .candidate-list-layout, .newjob-list-layout {
    display: block;
  }
  .cll-caption {
    padding: 0;
    margin-bottom: 8px;
  }
  li.login-attri.theme-log a {
    padding: 0 15px !important;
  }
  .core-content .brand img {
    max-width:170px;
    position: relative;
  }
  .signup-frm .btn {
    bottom: 4px;
    position: relative;
    right: 0;
    border-width: 0;
    height: 52px;
    margin-top: 12px;
    width: 100%;
  }
  ul.our-team-profile li a {
    width: 34px;
    height: 34px;
    line-height: 33px;
  }
  .rt-content-box ul.our-team-profile li {
    padding: 0;
    margin-right: 6px;
  }
  .lt-img-box {
    display: table;
    width: 105px;
    float: none;
    margin: 0 auto;
  }
  .rt-content-box {
    display: table;
    margin-left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .jumbo-banner .btn-trans-video, .hero-banner .btn-trans-video {
    display: block;
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .error-page h2 {
    font-size: 50px;
  }
  .freelancer-thumb {
    float: none;
    margin-bottom: 1rem;
  }
  .freelancer-caption {
    display: block;
    margin-left: 0;
  }
  .category-wrap li {
    width: 100%;
  }
  .verticle-job-bottom-capt {
    display: block;
  }
  .verticle-job-top-capt {
    display: block;
  }
  .verticle-job-top-capt .jmg-title {
    font-size: 16px;
    margin-bottom: 1px;
  }
}
@media (max-width:420px) {
.core-content .brand img {
    max-width: 110px;
    position: relative;
    top:5px;
}
li.login-attri.none a {
    padding: 0 5px !important;
}
nav .brand {
    display: block;
    position: relative;
    width: 220px;
    top: 16px;
}
.job-widget-area.large ul li {
    width: 100%;
    border-right: none !important;
}
}

.style-switcher{
    position: fixed;
    top:35%;
    transition: 0.4s ease-in-out;
    background-color: #fff;
    right:-220px;
    width:220px;
    padding: 0;
    z-index: 1010;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.style-switcher h2{
    position: absolute;
    top:37%;
    transform: translateY(-50%);
    left: -50px;
    width: 50px;
    background-color:#2d4767;
    color:#fff;
    border-radius: 3px 0 0 3px;
    text-align: center;
    line-height:55px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
}
.style-switcher h2 a{
  color:#ffffff;
}
.style-switcher.active {
    right: 0;
}
ul#themecolors {
    margin: 0;
    padding:15px 0;
    text-align: center;
    background: #334e6f;
}
ul#themecolors li {
    list-style: none;
    padding:5px;
    display: inline-block;
}
ul#themecolors li a {
    width:35px;
    height:35px;
    background:#f4f5f7;
    display: inline-block;
    border-radius: 50%;
    font-size: 0;
  border:3px solid rgba(255,255,255,1);
}
a.default-theme {
    background:#0684fe !important;
}
a.blue-theme {
    background:#3a5bbc !important;
}
a.green-theme {
    background:#28b446 !important;
}
a.red-theme {
    background:#d32e2a !important;
}
a.purple-theme {
    background:#9886ec !important;
}
a.yellow-theme {
    background:#fbbb00 !important;
}
a.pink-theme {
    background:#d92d7b !important;
}
a.lightblue-theme {
    background:#518ef8 !important;
}
a.darkgreen-theme {
    background:#05996a !important;
}
a.darkyellow-theme {
    background:#ff7d00 !important;
}
a.lightpink-theme {
    background:#FE4164 !important;
}
a.empblue-theme {
    background:#6E6EF9 !important;
}

.dropdown-item {

    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}



/*====================================================EDIT===================================================*/


.btn-setting{background: none;
    color: #222222; opacity: 0.6;
    font-size: 19px;}


    .btn-setting:hover, .btn-setting:focus{
 opacity: 0.9; transition: all 0.3s; color: #222222 !important; 
}

.review-enter-form .form-control{ color: #000 !important; line-height: 23px; }
.review-enter-form .form-control:focus, .review-enter-form .form-control:hover {     border: solid 1px #2677e6 !important; }
.review-enter-form textarea{ min-height: 220px; }


.review-enter-form  label {
    font-size: 14px;

    color: #111;
   
}
.review-enter-form{ position: relative; }

.review-enter-form::before{     content: '';
    background: red;
    position: absolute;
    background: url(../img/up.png);
    width: 30px;
    height: 30px;
    top: -22px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    left: 0;
    right: 0; }

.close-review{

    position: absolute;
    right: -27px;
    top: -42px;
    opacity: 0.5;
    transition: all 0.4s;

}
.close-review:hover{ opacity: 1; }

.close-review i{ font-size: 12px; }

.mask-add-review-item{ z-index: 999 !important;     background-color: rgba(0, 0, 0, 0.8) !important; }

.add-review-item
{    position: fixed;
    left: 0;    
    right: 0;
/*    bottom: 15px;*/
    top: 20%;
    z-index: 9999 !important;
    max-width:613px;
    margin: 0 auto;
    /* height: 100%; */

    border-radius: 2px;
    width: 97%;margin-bottom: 30px;
}

.list-rating span
{
    display: block;
    cursor: pointer;
    font-size: 38px;
    color: #ddd !important;
}




.rating-box{ padding: 56px 30px 92px 30px; }
.counter-box2{ transition: all 0.4s;}

.counter-rating{      position: absolute;
    /* top: 0; */
    font-weight: 500;
    right: -350px;
    height: 18px;
    padding-left: 13px;
    line-height: 17px;
    bottom: -21px;
    left: 0;
    /* background: red; */
    text-align: center;
    font-size: 16px;
    right: 0;
}
}

   

.list-rating  [data-rate="1"].active span{
 color: #ff3722 !important;
}

.list-rating  [data-rate="2"]  span:hover{
 color: #ff8622 !important;
}

.list-rating  [data-rate="3"]  span:hover{
 color: #ffce00 !important;
}

.list-rating  [data-rate="4"]  span:hover{
 color: #fcc419 !important;
}

.list-rating  [data-rate="5"]  span:hover{
 color: #73cf11 !important;
}



.list-rating li{ position: relative; }

.list-rating span:hover{
   transition: all 0.4s;
}

.list-rating  .list-inline-item:not(:last-child) {
    margin-right: 0;
}



.add-review-item .company-title {
    color: #222222;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
}


.cobox a, .cobox p{      font-family: 'Roboto', sans-serif;
    font-size: 14px;}

.review-filter{ padding:26px 27px 29px 27px; }


.review-filter .form-check-label {
   
   position: relative;
    top: 5px;
    max-width: 90%;
}


.icon-write-review{
   
      background:  #0060B6  url(../img/icon-write-review.png) !important;
    background-repeat: no-repeat !important;
    background-position: 18px 17px !important;
    background-size: 12px !important;
    min-width: 163px;
    padding-left: 62px;
    width: 100% !important;
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 12px;
    padding-left: 42px;
    max-width: 120px;

}




.result-count2  a.active, .result-count2 a:hover, .result-count2 a:focus{ color: #0061B7 !important;  }
.result-count2 a, .result-count2 
{    font-family: 'Roboto', sans-serif;}
.result-count2 a:last-child:after{ display: none !important;  }


.bg-excellent{ background: #00B67A }
.bg-great{background:#73CF11}
.bg-average{background:#FFCE00}
.bg-poor{background:#FF8622}
.bg-bad{background:#FF3722}

.form-check-label{ cursor: pointer; }
.progress{  position: relative;
width: 120%;
    left: -20px; }


.icon-write-review:hover, .icon-write-review:focus{
   

    background:#004e94  url(../img/icon-write-review.png) !important;
    background-repeat: no-repeat !important;
    background-position: 18px 17px !important;
    background-size: 12px !important;
    min-width: 163px;
    padding-left: 62px;
    width: 100% !important;
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 12px;
    padding-left: 42px;
    max-width: 120px;


}
 


.custom-control{position:relative;display:block;min-height:0;padding-left:0;}
.custom-control-input{position:absolute;z-index:-1;opacity:0;}
.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff;}
.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);}
.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;}
.custom-control-input:disabled~.custom-control-label{color:#6c757d;}
.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef;}
.custom-control-label{margin-bottom:0;}
.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6;}
.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%;}
.custom-radio .custom-control-label::before{border-radius:50%;}
.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#fff;}
.custom-radio .custom-control-input:checked~.custom-control-label::after{background:#3389ff;}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5);}



label {
    font-size: 13px;
    font-weight: 500;
    color: #444;
      font-family: 'Roboto', sans-serif;
}
.form-control{ color: #222 !important; }
.main-filter label.cu {
 
    font-weight: 500 !important;
    font-size: 14px;
    cursor: pointer;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}


.main-filter{
  overflow:   scroll;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.viewall.rotate::after{    top: -2px !important;
transform: rotate(180deg) !important;
}

.filter .box2{  padding:0 30px 10px 30px; position: relative; border-bottom: solid thin #eee;}
.mask-filter-sidebar { z-index: 1000 !important; }

.main-filter{  z-index: 1001;      overflow: auto;
position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 300px;
    width: 85%; 

      -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;}

.page-title-banner-my
{    min-height: 190px;}
.page-title-banner-my:before{ display: none !important; }

.filter-link-top li{ margin-right: 0 !important; }

.filter-link-top

{
  white-space: nowrap;
    width: 88%;
    overflow: hidden;
 text-overflow: clip; padding-right: 25px;
}



.inner-filter-set{ padding: 5px 10px 8px 10px; }


.filter-link-top a, .viewall{

      font-weight: 400 !important;
    font-size: 13px;
    cursor: pointer;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    padding: 5px 5px 5px 0;
}


.filter-link-top a.active, .filter-link-top a:hover, .filter-link-top a:focus, .viewall:hover, .viewall:focus, .main-filter-switch:hover, .main-filter-switch:focus{
   color: #0060B6 !important;  transition: all 0.4s;
}


.more-item-wrpr{ margin-top: 0;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    position: absolute;
    left: 0;
    right: 0; 
    border-top: solid thin #eee;


    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;

    padding: 8px 14px 10px 14px;

  }


.viewall::after{
    content: '';
    display: inline-block;
    position: relative;
    left: 6px;
    background: url(../img/icon-arrow-down.png);
    background-repeat: no-repeat;
    /* background-position: 25px 27px; */
    background-size: 100%;
    width: 10px;
    height: 10px;
    top: 4px;
}

.main-filter-switch{
  font-weight: 400 !important;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    color: #222222;
    font-family: 'Roboto', sans-serif;

}


.main-filter-switch::before{
      content: '';
    display: inline-block;
    position: relative;
    left: 0;
    background: url(../img/icon-filter.png);
    background-repeat: no-repeat;
    /* background-position: 25px 27px; */
    background-size: 100%;
    width: 13px;
    height: 14px;
    top: 5px;
    margin-right: 8px;
}
.main-filter-switch .count{       background-color: rgba(120, 132, 158, 0.2);
    width: 22px;
    height: 21px;
    text-align: center;
    font-size: 10px;
    padding: 2px;
    position: relative;
    top: 1px;

}



.more-item-wrpr li {
    margin-bottom: 5px;
}

.more-item-wrpr a:hover, .more-item-wrpr a:focus {
    color: #0061b7 !important;
}
.more-item-wrpr a{
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.main-filter-con{ position: relative; z-index: 2; }



.round-bottom-disable

{
      border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}



.jumbo-banner::before {
  /*background-color: rgba(0, 0, 0, 0.3);    */
 content:'';
  position:absolute;
  left: 0;
  top: 0;
  bottom:0;
  right:0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition:0.4s;

}



.text-white{color: #f7f7f7 !important;}
.mask{background-color: rgba(0, 0, 0, 0.3);     z-index: 1;position: fixed; left: 0; right: 0; bottom: 0; top: 0; }
.has-search { position: relative; }
.has-search .form-control {
     padding-right: 2.375rem;
    padding-left: 1.2rem;
}

.has-search .form-control:focus {    transition: all 0.4s;
     background: #f7f7f7 !important; color: #222 !important; font-weight: 600 !important;
}


.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    right: 9px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    top: 5px;
    color: red;
 color: #668caf !important;
    
}

.has-search input{font-family: 'Roboto', sans-serif; color: #f7f7f7 !important; border:solid thin #668caf  !important; background: #003c71 !important;  font-size: 15px;    border-radius: 2px; height: 50px;}

.search-box-top{
 top: 13px; position: relative;
    min-width:454px;  margin: 0 50px;
}



.has-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #668caf !important;  font-weight: 400 !important;
}

.has-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #668caf !important; font-weight: 400 !important;
}

.has-search input::-ms-input-placeholder { /* Microsoft Edge */
 color: #668caf !important; font-weight: 400 !important;
}


footer .subscribe-text{
  padding: .5rem 1.2rem;    font-size: 14px;
}



.subscribe-text:focus {
  
    border-color: #093c71 !important;

}


.text-primary-highlight{color:#093c71 !important;}

.text-primary-highlight:hover, .text-primary-highlight:focus{color:#b6dcff !important;}


.list-footer-link li::after{
content: '|';
    color: #CCCCCC;
    display: inline-block;
    position: relative;
    left: 20px;
}
.list-footer-link li:last-child:after{ display: none !important; }



.title-banner{
/*  color: #f7f7f7;*/
/*color:#a3cdf8;*/
color: #0060B6 ;
font-size:40px;
font-weight: 400;
}



.hr-light{ border-top: dotted thin #ddd; }


.title-review{
     color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 26px;
    margin: 0 0 23px 0;
}


.small-text{
color: #888;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}


.latest-review  .desc
{
color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.latest-review  .desc a{
  color:#093c71;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
}

.latest-review  .desc a:hover, .latest-review  .desc a:focus{
  color:#0060B6 !important;
   
}



.review-username{
    color: #222222;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;

}

.star-success  span{ color: #20c997 !important; }
.star-warning  span{ color: #fcc419 !important; }
.star-danger  span{ color: #f03e3e !important; }




footer{
      position: relative;
    z-index: 2;
}
.latest-review{ 
      padding:60px 0 22px 0; background: #eee;
}




.featured-review{
background-color: #f5f5f5;
}


.eview-dea-sec::after{     content: '';
    width: 100%;
    height: 348px;
    background-color: #093c71;
    position: absolute;
    bottom: -65px;
    z-index: -1;}

.text-white-pmuted{ color: rgba(247, 247, 247, 0.7); }
.quote-box{ padding: 20px 27px 27px 27px;
    background: #fff url(../img/icon-quote.png);
    background-repeat: no-repeat;
    background-position: 25px 27px;
    background-size: 26px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
   
}

.quote-box::after{
content: '';
    background: url(../img/arrow-down-box.png);
    position: absolute;
    bottom: -99px;
    width: 32px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;

}



.desc-fea
{
color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    margin: 27px 0 15px 0;

}

.desc-fea a {
    color: #093c71;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}


.desc-fea a:hover, .desc-fea a:focus{
  color:#b6dcff ;;
   
}





.sec-pop{ padding: 54px 0 60px }




.card-thumb{ margin-bottom: 30px;    transition: all 0.4s; overflow: hidden;; position: relative; background: #eee; min-height: 320px; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important;  }
.card-thumb:hover  .title{ color: #0060B6  !important ;     transition: all 0.4s;}


.card-thumb:hover .mask2{
  background-color: rgba(0, 0, 0, 0.7); transition: all 0.4s;
   
}


.card-thumb .title{
  text-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;

    margin: 0 auto;
    margin-bottom: 8px;
}


.card-thumb p{text-shadow: 0 3px 25px rgba(0, 0, 0, 0.1);
color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;}


.mask2{
  background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.card-thumb .text-wrpr{ z-index: 1; }


.sec-join-review{
   padding:47px 0;
}

.sec-join-review .title
{
    color: #f7f7f7;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
}


.btn-review{
    display: flex;    height: 50px;
    flex-wrap: wrap;
        min-width: 150px;
    align-items: center;
    justify-content: center;
    color: #f7f7f7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.64px; border-radius: 2px;
    background:#0060B6 !important;
    text-transform: uppercase;
}


.btn-review:hover, .btn-review:focus {
    background:#004e94 !important;
    transition: all 0.4s; color: #fff !important;
}

.page-title2{           font-size: 15px;
    line-height: 25px;
    color: #888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.cat{
  padding: 8px 0 10px  0;
}


.dropdown-cyu{cursor: pointer;
    height: 30px;
    color: #666;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #F5F5F5 url(../img/arrow-select.png) no-repeat !important;
    background-position: right center !important;
    background-origin: content-box !important;
    background-size: 13px !important;
    min-width: 158px;
    padding-left: 12px;
    border: 0;
    font-size: 12px;
    padding-right: 13px;
    text-align: left;
    line-height: 11px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;
    /* padding-top: 10px; */
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

}


.drop-cu .dropdown-item {
    padding: 5px 15px;
    color: #222;
    font-size: 14px;
}


.drop-cu  .dropdown-menu{ padding: 0 !important; overflow: hidden; }
.drop-cu  .dropdown-item.active, .drop-cu  .dropdown-item:active,  .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0060B6;
    color: #fff !important;
}


button:focus {
  outline: none;
  box-shadow: none;
}

.filter-items{
      max-width: 99%;
    width: 100%;

  
/*    background: #ffffff;*/
    border-radius: 0;
    position: relative;
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);*/
}


.items-cat{
/* padding: 13px 18px;*/
    height: 100%;
    margin: 8px 0  0 7px;
    background: #ffffff;
    border-radius: 0;
    position: relative;
/*    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);*/
}


.title-filter{

 /* font-size: 16px;
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;*/


          font-size: 14px;
    color: #0060B6;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    /* background: #0060B6 !important; */
    padding: 6px 16px 4px 16px;
    border-bottom: solid thin #eee;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.filter-items li{ margin-bottom: 4px; }
.cat2-items li{ /*margin-bottom: 5px;;*/       /*margin-bottom: 12px;*/
    position: relative;
  }

 .cat2-items li.act::before{
  opacity: 1 !important; transition: all 0.5s;
  background: url(../img/icon-right-more-blue.png) center no-repeat;
    background-size: 100%;
 }


    .cat2-items li:last-child a{ border-bottom: 0 !important; }

.cat2-items li::before{
   position: absolute;
    content: '';
    background: url(../img/icon-right-more.png) center no-repeat;
    width: 6px;
    height: 11px;
    border-radius: 100%;
    display: block;
    top: 12px;
    right: 17px;
    /* border: solid thin #a9bccc !important; */
    background-size: 100%;
    opacity: 0.6;



  
}
.cat2-items a{
/*    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;*/
border-bottom: dotted thin #eee;
cursor: pointer;
       padding: 8px 16px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px !important;
    display: block;
/*    font-family: 'Roboto Condensed', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

.filter-items a{
/*    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;*/

       cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: #777 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}



.filter-items a:hover, .filter-items a:focus, .cat2-items a:hover, .cat2-items a:focus{


    color: #0061b7 !important
   
}


.title-filter2::after {
/*    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #b6dcff;
    margin-top: 3px;*/
/* margin-bottom: 8px;
        content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    margin-top: 2px;*/
}



.items-cat ul{ /*-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    margin: 12px 14px 8px 14px;
    column-gap: 20px;*/    margin-bottom: 5px;}


.more-item-wrpr ul{  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 6;
  -webkit-column-gap: 20px;
  column-count: 6;
  column-gap: 20px;}


.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}






.row-eq-height > [class^=col]:first-of-type .black {
  flex-grow: 1;
}


.btn-filter{ cursor: pointer;
height: 37px;
    color: #222;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #F5F5F5;
 /*   background-position: right center !important;
    background-origin: content-box !important;
    background-size: 13px !important;*/
    min-width: 147px;

    border: 0;
    font-size: 13px;
    padding-right: 13px;
    text-align: center;
    line-height: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18) !important;

}



.highlight .items-cat{ box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    border: solid thin #b6dcff !important; }


.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ddd !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
}


.owl-theme .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #b6dcff   !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
}


.company-item  .rating span {

    font-size: 16px
}




.company-item{        padding: 13px 16px;
    margin-bottom: 8px;
    /* max-width: 98%; */
    margin: 5px 4px 3px 4px; 

}

.single-top{ padding:12px 19px; }


.company-title {
      color: #222222;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 21px;
}





.title-review2{color: #222222;

    font-size: 17px  !important;

    line-height: 33px  !important;
}



.small-text a{ color: #888 !important; }
.small-text a:hover, .small-text a:focus{ color:#0060B6 !important }



.company-item2{ margin-bottom: 5px; }

.rate-count
{
      background: #093C71;
    color: #fff;
    border-radius: 2px;
    padding: 3px 7px;
    font-size: 13px;
    margin-left: 5px;
}









.videobanner{
    position: relative;
     width: 100%;
  /*  right: 0;
   
    top: 0;
    min-width: 100%;*/
    min-height: 100vh;
}



.btn-email-login
{   
    color: #666 !important;
    background: #f3f4f5 !important; border:solid 2px #f3f4f5 !important;    font-family: "Roboto", sans-serif;

    font-weight: 500;}


    .btn-email-login:hover,    .btn-email-login:focus
{  border:solid 2px #f3f4f5 !important;
    color: #333 !important;
    background: #fff !important;}

.blog-content.sec-heading::after{ display: none !important; }


.blog-content.sec-heading p {       max-width: 100% !important;
    font-size: 20px !important;
    line-height: 35px !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important; }


.custom-file-control {
   
    height: 51px;
    line-height: 2;
    border: solid 2px #f3f4f5;
    }


    .custom-file-control::before {
   
    height: 50px;
    
    line-height: 2;
  
}



.v-hidden{ visibility: hidden !important; }







    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
             position: relative;
    margin-bottom: 50px;
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    }

.connecting-line {
 height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
        background: #0060B6;
    color: #fff;
    border-color: #0060B6;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
  color: #0060B6;
}

.wizard .nav-tabs > li {
    width: auto; position: absolute;
}

.wizard .nav-tabs > li:last-child {
  right: 30px
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
  position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step{
  background-color: #0060B6;
}
.skip-btn{
  background-color: #cec12d;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
  font-size: 14px;
  font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
  margin-top: 30px;
}
.all-info-container{

}
.list-content{
  margin-bottom: 10px;
}
.list-content a{
  padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
  transform: rotate(180deg);
}
.list-content a i{
  text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
  padding: 10px;
}
.signup-logo-header .logo_area{
  width: 200px;
}
.signup-logo-header .nav > li{
  padding: 0;
}
.signup-logo-header .header-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
}






@media (max-width: 767px){
  .sign-content h3{
    font-size: 40px;
  }
  .wizard .nav-tabs > li a i{
    display: none;
  }
  .signup-logo-header .navbar-toggle{
    margin: 0;
    margin-top: 8px;
  }
  .signup-logo-header .logo_area{
    margin-top: 0;
  }
  .signup-logo-header .header-flex{
    display: block;
  }
}




.mask-search{ z-index: 999999  !important;    background-color: rgba(0, 0, 0, 0.8) }
.search-active{position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 20% !important;
    /* margin: 0 !important; */
    z-index: 999999   !important;
    margin: 0 auto !important;
    max-width: 45%;
    min-width: inherit !important;
}

.search-active .form-control
{
      padding: 0 49px !important
}

.search-active .form-control-feedback {
   
     color: #aaa !important;
    left: 6px;
    top: 6px;
}



.search-list{ overflow: auto; border-radius: 2px;
    max-height: 250px; position:absolute;     left: 0;
    right: 0; }
.search-list li{ border-bottom: solid thin #ddd; }
.search-list li::last-child{ border:  0 !important; }
.search-list li a
{ width: 100% !important; display: block !important;
  padding: 18px 23px
}

.search-list li a::before {
  position: absolute;
    content: '';
    background: url(../img/icon-right-more.png) center no-repeat;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    top: 39px;
    right: 24px;
    /* border: solid thin #a9bccc !important; */
    background-size: 100%;
    opacity: 0.4;
}

.search-list li{ position: relative; }


/*.hero-header.active-search{ z-index: 999 !important; }*/

.v-hidden.search-active {
    visibility: visible !important;
}


.search-list li a:hover a::before{    opacity: 1;}
.search-list li a:hover .search-title{ color: #0d55a0 !important; transition: all 0.5s; }
.search-title{
       font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin: 0;
    line-height: 27px;
    max-width: 95%;

}


.search-active input {    padding-right: 50px;
    color: #333 !important;
    border: solid thin #668caf !important;
    background: #fff !important;
        border: 0 !important;
}

.close-serch-global:hover {
color: #666 !important; transition: all 0.5s !important;
}


.search-active .form-control::-moz-placeholder{color:#aaa  !important;}
.search-active .form-control:-ms-input-placeholder{color:#aaa  !important;}
.search-active .form-control::-webkit-input-placeholder{color:#aaa  !important;}


.close-serch-global{
      position: absolute !important;
    right: 21px;
    display: block;
    left: auto !important;
    cursor: pointer;
    font-size: 15px !important;
    top: 25px !important; 
}



.close-serch-global2 {
   
    top: 20px !important;
  
    right: 17px;
   

    font-size: 12px !important;
}


  .btn-email-login::before {
      content: '';
    background: url(../img/email.png) center no-repeat;
    display: inline-block;
    width: 17px;
    height: 12px;
    background-size: 100% !important;
    opacity: 0.4;
    margin-right: 0;
    left: 150px;
    top: 18px;
    position: absolute;
  }
/*------------------------------MEDIA-------------------------*/








      @media only screen and (max-width:1199px) {
          .btn-email-login::before {
   
    left: 16px;
  
}
          
          .btn-google .google-content p, .btn-google .fb-content p, .btn-fb .google-content p, .btn-fb .fb-content p {

    padding-left: 82px;
  
}



          
          .social-login li {
  
    display: block;
    width: 100%;
    float: none;

}


          .videobanner {
    position: absolute;
 
}

.search-box-top {
  
    min-width: 250px;
  
}

}

  @media only screen and (max-width:991px) {
      
      .btn-claim{ width:100% !important;}
      
      .btn-google .google-content p, .btn-google .fb-content p, .btn-fb .google-content p, .btn-fb .fb-content p {
    padding-left: 32px;
}


.nav-menu>li>a {
    color: #222;
  }
}
      @media only screen and (max-width:999px) {
          
    .hero-header.jumbo-banner {

      min-height: 590px;
    }


  .filter-items{position: fixed;
    background: #fff;
    z-index: 100 !important;
    top: 0;
    padding: 20px;
    max-width: 100%;
    margin: 0 !important;
    left: 0;
    top: 0;
    right: 0;
    overflow: auto;
    bottom: 0;}



.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
    color: #004e94 !important;
}

        .text-brand-higlight {

    font-size: 13px !important;
  
  
}





        .company-signup {
    max-width: 100% !important;
    width: 100%;
}


.navigation-portrait .nav-menu.nav-menu-social>li {
    width: 90%;
}
        .videobanner {
 
    width: 100%;
  
}


        .hero-header.jumbo-banner{
           padding: 60px 0;
        }





        .cat{
  padding:10px 0 20px 0;
}



        .hero-header .search-form, .hero-header .search-big-form{
  margin-top:0;
}
.lead {
    font-size: 16px !important;
   
}
        .title-banner {

    font-size: 38px;
  
}


.footer-widget {
    padding: 30px 0;
}

}

.close-cat{ opacity: 0.2; cursor: pointer; color: #000; }
.close-cat:hover{ opacity: 0.7; }


      @media only screen and (max-width:767px) {
          
          
          
          .hide-small{ display:none !important;}
          .padding-0{ padding:0 !important;}
          
                    .section-top {
    padding-top: 20px !important;
}
      
          .btn-email-login {
  
    padding-left: 47px;
    text-align: left;
}


          
  .btn-google .google-content p, .btn-google .fb-content p, .btn-fb .google-content p, .btn-fb .fb-content p {
    padding-left: 0;
}

.btn-google .google-content, .btn-google .fb-content, .btn-fb .google-content, .btn-fb .fb-content {

    width: 100%;
  
}

        .head-notfound {
    font-size: 34px;
    line-height: 46px;
}

.search-list {

    max-height: 550px !important;
}
        .search-active{
max-width: 95%;
    top: 35% !important;

}



      

.v-hidden{ visibility: visible !important; }

.progress {

     width: 105% !important; 

}

        .more-item-wrpr ul {
    -moz-column-count: 3  !important;

    -webkit-column-count: 3 !important;

    column-count: 3 !important;

}

.filter-link-top {
    width: 50% !important;
}
         



        .nav-menu>li>a {

      padding: 16px 18px 14px 18px !important;
    color: #222;
   
}

.nav-menu.nav-menu-social>li.add-listing {
   
    min-width: 84%;
  
}

        .nav-toggle {
   
    top: 28px;
    margin-top: 0;
    right: 0;
   
}
.nav-brand {
    padding: 0;
  
    margin: 10px 0;
}

        nav .nav-header {
  
    width: 100%;
}

.search-box-top {
    min-width: 250px;

    top: 0;
    margin: 0 0 20px 0;
    min-width: 100%;
    width: 100%;
    /* position: absolute; */
}
          
          .hero-header .container.new{ bottom:30px !important;}

 
 .hero-header.jumbo-banner.new{min-height:350px !important}

.videobanner.new{width:200% !important;}
          
          
          
      }


      @media only screen and (max-width:575px) {
          
          .hero-header.jumbo-banner {
    overflow: hidden;
    /* background-size: cover !important; */
    /* background-position: top left !important; */
    background-size: 64% !important;
    background-position: top center !important;
}

          
       .hero-header.jumbo-banner {

        min-height:341px
 
    }
          .logo-third-footer {
    max-width: 90%;
}
        .head-notfound {
    font-size: 24px;
    line-height: 35px;
}

.para-notfound {
    font-size: 15px;
    line-height: 24px;

    }

        .client-thumb-box-spr .client-thumb {
    max-width: 60px;
}
.blog-content.sec-heading p {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 24px !important;
}

        .single-job-head.head-light {
    padding: 0 20px 20px 20px;

}

.single-job-apply-wrap .btn{ width:100% !important; }

.hero-header.jumbo-banner {

    padding: 15px 0 !important;
}


        .company-title {
    line-height: 38px;
    font-size: 24px;
}


        .filter-link-top {
    width: 40% !important;
}
      .more-item-wrpr ul {
    -moz-column-count: 2  !important;

    -webkit-column-count: 2 !important;

    column-count: 2 !important;

}

            

.sec-join-review .title {
   
    font-size: 20px;
    line-height: 32px;
    max-width: 90%;
    margin: 0 auto;
}

.sec-join-review  p
{
  max-width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
        .sec-join-review {
    padding: 60px 0;
}
.sec-pop {
    padding: 60px 0 30px 0
}



        .sec-heading {

    margin-bottom: 50px;
}

.sec-heading::after {
   
    margin-top: 30px;
}


.search-big-form .form-control {
       height: 50px !important;
    border-radius: 2px;
    font-size: 16px;
    padding-left: 45px;
}

.search-big-form .form-group i.icon-cu-search {
 
left: 16px;
    top: 18px;
    font-size: 16px;

}

.close-serch-global {
   
    right: 17px;
  
  
    font-size: 13px !important;
    top: 20px !important;
   
}

.search-big-form .btn {
    font-size: 16px;
    height: 50px !important;
    border-radius: 2px;
    padding-top: 13px;
}

.lead {
    font-size: 13px !important;
}

        .title-banner {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}


/*.icon-write-review {*/
   
/*     max-width: 100% !important;*/
/*    position: fixed !important;*/
/*    bottom: 0 !important;*/
/*    z-index: 99 !important;*/
/*    left: 0 !important;*/
/*    right: 0 !important;*/
/*    background-size: 0 !important;*/
/*    padding-left: 15px !important;*/
/*    text-align: center;*/
/*    padding-right: 15px;*/


/*}*/
  
}



        .subscribe-widget{ max-width: 80%; margin: 0 auto; }
.footer-bottom {
    margin-top: 0;
}

}


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

.main-filter-switch::before {
  
    margin-right: 5px !important;
}
        .main-filter-switch .count {

    width: 20px;
    height: 20px;
margin: 0 !important;
    padding: 2px;
   
}

      .more-item-wrpr ul {
    -moz-column-count: 1  !important;

    -webkit-column-count: 1 !important;

    column-count: 1 !important;

}
                     .items-cat ul{  -moz-column-count: 1;

  -webkit-column-count: 1;

  column-count: 1;
}

}


.title-com{    font-size: 36px;
    line-height: 51px;}


    .company-signup{ max-width: 550px; width: 100%; }

    .sec-heading2::after{    margin: 0 !important;}

    .p-cuc p{    font-size: 16px;  margin-left: 0 !important;}


    .latest-review .owl-nav{ display:none !important; }



    .text-primary {
    color: #003c71 !important;
}


.dropdown-menu1{
      overflow: hidden;
    width: 242px;

        box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.1);
}




.dropdown-menu1 .dropdown-item {
  
    padding: 15px 20px;
}




.masonry{    margin: 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 0;
    column-gap: 0;
    /* font-size: .85em;*/}
.item{display:inline-block;width:100%;}
@media only screen and (min-width: 700px){
.masonry{-moz-column-count:2;-webkit-column-count:2;column-count:2;}
}
@media only screen and (min-width: 900px){
.masonry{-moz-column-count:2;-webkit-column-count:2;column-count:2;}
}
@media only screen and (min-width: 1100px){
.masonry{-moz-column-count:3;-webkit-column-count:3;column-count:3;}
}


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

.items-cat {
  
    margin: 10px 0 0 0 !important;
    

}

.masonry {
    -moz-column-count: 2 !important;
    -webkit-column-count: 2 !important;
    column-count: 1 !important;
}

}

.all-cat4{ z-index: 10; }

.sec-heading45{     font-size: 29px !important;
    line-height: 37px !important;}


.sec-heading2::after{ display: none !important; }

.text-brand-higlight{   color: #0060B6 !important;
    /* text-transform: uppercase; */
    font-size: 18px;
    /* font-weight: 600; */
    /* letter-spacing: 1.3px;*/}


    .p-er{
font-size: 18px !important;
    line-height: 32px !important;
}









/*--------------------------new edits-----------------------*/




#notfound{position:relative;height:100vh;}
#notfound .notfound{position:relative;}
.notfound{    max-width: 560px;
    width: 100%;
    /* padding-left: 160px; */
    /* line-height: 1.1; */
    text-align: center;
}
.notfound .notfound-404{position:absolute;left:0;top:0;display:inline-block;width:140px;height:140px;background-image:url('https://colorlib.com/etc/404/colorlib-error-404-18/img/emoji.png');background-size:cover;}
.notfound .notfound-404:before{content:'';position:absolute;width:100%;height:100%;-webkit-transform:scale(2.4);-ms-transform:scale(2.4);transform:scale(2.4);border-radius:50%;background-color:#f2f5f8;z-index:-1;}
.notfound h1{   
     font-size: 90px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 13px;
    color: #003c71;
    text-transform: uppercase;}
.notfound h2{    font-size: 26px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #222;
    line-height: 33px;}
.notfound p{    color: #666;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
    margin: 12px 0 0 0;}

      @media only screen and (max-width:999px) {
          
          .jumbo-banner-2 {

    min-height: 310px;
}


        .notfound h1 {
margin-bottom: 43px !important;
 
}

      }

 .pv h4{ margin-top: 20px; }
      .pv h2, .pv h3{     margin-bottom: 30px;
    margin-top: 30px;
    line-height: 37px;}

      .pv p, .pv li{
          font-size: 16px;
    margin-top: 20px;
    line-height: 31px;
    color: #333;
    font-family: 'Roboto', sans-serif;
      }

        .pv p strong{ font-weight: 700;
    font-size: 17px;
    color: #111; }
      .pv ul li{ position: relative;
    padding-left: 30px;  }
      .pv ul { padding: 0 }
      .pv ul li::before{     content: '';
    display: inline-block;
    background: #fff;
    width: 11px;
    height: 11px;
    border: solid 1px #999 ;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    margin-right: 14px;
} 



#button {
    display: inline-block;
    background-color: #0060B6;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 91px;
    right: 26px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #044682;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


@media (min-width: 500px) {
 

}



.title-page{ 

    font-size: 29px;
    line-height: 46px;
 }


 .address-contact{ font-size: 22px;}


 .blog-grid-wrap {
  
    border-radius: 0 !important;
}

.blog-grid-content .cnt-gb-title a {
    color: #333 !important;
    line-height: 30px;
}


.pagination li:last-child a, .pagination li:first-child a {
    background: #fff;
    border: 1px solid #eaeff5;
    border-radius: 2px;
    color: #333;
}


.pagination li a.active, .pagination li:last-child a:hover, .pagination li:last-child a:focus, .pagination li:first-child a:hover, .pagination li:first-child a:focus{    background-color: #3389ff !important;
    border-color: #3389ff !important; color: #fff !important}


    .pagination {

    margin: 0 auto !important;
}


.post-meta>span {
   font-family: 'Roboto', sans-serif;
}
.post-meta {
    font-size: 15px !important;

}
.post-meta h3 {
    line-height: 40px !important;
    font-size: 28px !important;
}


.blog-list-info h5 {
    line-height: 21px !important;
    font-size: 15px !important;
    /* font-family: 'Poppins', sans-serif; */
    color: #333 !important;
    font-weight: 500 !important;
    font-family: 'Roboto', sans-serif;
}

.blog-post-meta span {    font-size: 13px;
    color: #999 !important;}

    .side-blog-list .blog-list-info {

    padding-left: 20px !important;
}


.side-widget {
  
    border-radius: 0 !important;
   
}

.blog-text p{
      font-size: 16px;
    margin-top: 20px;
    line-height: 31px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.sidebar .nav > .nav-item a:hover i, .sidebar .nav > .nav-item a:focus i {
    color: #fff !important;
}
    


.jumbo-banner-2::before{ display:none !important;}


.close-modal{
    
position: absolute !important;
    top: 22px !important;
    right: 27px !important;
}
