/******** 01. Titles ********/

/*------ title one --------*/
.title-style-one {
    font-weight: 500;
    font-size: 62px;
    line-height: 1.16em;
    margin-bottom: 0;
}
.title-style-one .upper-title {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.title-style-one.white-vr {color: #fff;}
.title-style-one.white-vr .upper-title {color: rgba(255, 255, 255, 0.5);}


.dark-bg .title-style-one .upper-title,
.dark-bg .title-style-one {color: #fff;}

.header-title-wrap.white-vr .title-style-one, .header-title-wrap.white-vr p {color: #fff;}


/*------ title two --------*/
.title-style-two {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.25em;
    margin-bottom: 0;
}


.title-style-two.white-vr {color: #fff;}
.title-style-two span {
    color: var(--red-one); 
    position: relative;
    display: inline-block;
}
.title-style-two span:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 3px;
    background: var(--red-one);
    left: 2px;
    bottom: 4px;
}
/*------ title three --------*/
.title-style-three {
    font-weight: normal;
    font-size: 52px;
    margin-bottom: 0;
}
.title-style-three.white-vr {color: #fff;}
.title-style-three span {
    color: var(--red-one); 
    position: relative;
    display: inline-block;
}
.title-style-three span:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 3px;
    background: var(--red-one);
    left: 2px;
    bottom: 4px;
}

@media (max-width: 1199px) {
    .title-style-one .upper-title{font-size: 14px;}
    .title-style-one {font-size: 45px;}
    .title-style-two {font-size: 42px;}
}


/******** 02. Buttons ********/
.btn-four {
  font-size: 18px;
  color: #fff;
  padding: 0 28px;
  min-width: 180px;
  text-align: center;
  line-height: 51px;
  border: 2px solid var(--deep-cyan);
  background: var(--deep-cyan);
  transition: all 0.3s ease-in-out;
}
.btn-four:hover {background: transparent; color: var(--deep-cyan);}

/**** Hero bg image  ****/
.hero-one {
    position: relative; 
    z-index: 1; 
    background-size: cover; 
    background-position: center center;
    background-color: #F9F2EC;
    color:#fff;
    height: 90vh;
}
.hero-one::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #000;
    content: '';
    opacity: 0.36;
}

.hero-one .title-style-one {color: #fff;}
.hero-one p {font-size: 20px; line-height: 1.4;}
.hero-one p strong {font-weight: 800;}
.working-hours {position: absolute; bottom: -80px; right: 0; background: var(--deep-cyan); padding: 40px; border-radius: 4px;}
.currently-open .day {font-size: 13px; font-weight: 800; text-transform: uppercase;}
.currently-open .status {font-size: 28px;}
.currently-open .status i {color: #10ff60;}
.currently-open .status.status-closed i {color: #f00; }
.working-hours h3 {font-size: 18px; font-weight: 800; text-transform: uppercase;}
.hours-general ul {margin-left: 22px;}
.hours-general ul li {position: relative;}
.hours-general ul li:before {
    content: "\e09f";
    font-family: Font Awesome\ 6 Pro;
    position: absolute;
    left: -23px;
    top: 3px;
    color: var(--kar-orange);
    font-weight: 400;
    font-size: 20px;
}

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

/* -------- Top banner -------- */

.inner-banner-one {border-top: 3px solid var(--deep-cyan);}
.subheader-status {background: var(--deep-cyan); padding: 10px 20px; border-radius: 0 0 8px 8px; display: inline-block;}
.subheader-status.status-closed {background-color: #d35648;}
.subheader-status p {margin: 0; color:#fff;}
.breadcrumb {margin-bottom: 0;}
/* -------- Cards -------- */

.card-post-one .card-img span.pretitle {
  background: var(--deep-blue);
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  padding: 4px 8px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  border-radius: 0 2px 2px 0;
  left: 0px;
  bottom: 5px;
}
.card-post-one .card-img span span {color: var(--light-blue);}
.card-post-one .card-img a {display: block; transition: all .3s ease-in-out}
.card-post-one .card-img a img {transition: all .2s ease-in-out; border-radius: 6px;}
.card-post-one .card-img a:hover img {opacity: .9;}

/* ---- Card Titles ---- */
.card-post-one h2 {font-size: 24px; font-weight: 700;}
.card-post-info .post-date {font-size: 14px; color: #8a8a8a;}
.card-post-info .excerpt p {font-size: 15px; line-height: 1.4;}

.card-post-one.highlighted h2 {font-size: 36px;}
.card-post-one.highlighted  .card-img span.pretitle {font-size: 18px;}
.card-post-one.highlighted .excerpt p {font-size: 18px; line-height: 1.4;}

.card-post-one.sidenews .card-content {margin-top: -6px;}
.card-post-one.sidenews h2 {font-size: 17px;}
.card-post-one.sidenews .pretitle {font-size: 15px; font-weight: 700; line-height: 1.4; border-bottom: 1px solid var(--light-blue); display: inline-block; color: #888;
}

@media (max-width: 991px) {
  .card-post-one.highlighted h2 {font-size: 28px;}
  .card-post-one .card-img span.pretitle {font-size: 11px; bottom: 0;}
  .card-post-one.highlighted .excerpt p {font-size: 16px;}
 }


.excerpt p {font-size: 20px; font-weight: 700;}

/* ---- Content inner ---- */
 .content-inner h2 {font-size: 28px; font-weight: 700;} 
 .content-inner h3 {font-size: 22px; font-weight: 700;} 
 .content-inner p + h2, .content-inner ul + h2 {margin: 30px 0 10px;} 
 .content-inner p + h3, .content-inner ul + h3 {margin: 30px 0 10px;}
 .content-inner p {font-size: 17px; line-height: 1.4;}
 .content-inner p a {color: var(--deep-blue);}
 .content-inner p a:hover {color: #000;} 
 .content-inner p.par-big {font-size: 130%;}
 .content-inner p.par-small {font-size: 80%;}
 .content-inner p.par-highlight {background: #edf9ff; padding: 15px; margin: 20px -15px;}
 .content-inner p.par-alternative {border-top: 2px solid #f05038; border-bottom: 2px solid #f05038; padding: 12px 0;}
 .content-inner p.par-comment {background: #f05038; padding: 20px; color: #fff;  float: right; width: 30%; margin: 10px;}
 .content-inner p img+br {content: " "; display: none; }
 
 .content-inner table {width: 100%; margin-bottom: 40px;}
 .content-inner table tr td {border-bottom: 1px solid #eee; padding: 2px 5px;}
 
 .content-inner .fr-img-caption {text-align: left;}
 .content-inner .fr-img-caption img {margin-bottom: 4px;}
 .content-inner .fr-img-caption .fr-inner {border-bottom: 1px solid #ccc; font-size: 15px; font-weight: 700; padding:2px 0; display: block;}
 
 .content-image {margin: 0 -20% 30px;}
 
 blockquote {
   margin: 0 10px 30px;
   padding: 0 15px;
   border-left: 2px solid #da3636;
 }
 
 /*------ content images -------*/
 
 .fr-img-caption .fr-img-wrap {
   padding: 0;
   display: inline-block;
   width: 100%;
   margin: auto;
 }
 
 .content-inner .detail img.fr-dii.fr-fir {
   float: right;
   margin: 5px 0 5px 5px;
   max-width: calc(100% - 5px);
 }
 
 .content-inner .detail img.fr-dii.fr-fil {
   float: left;
   margin: 5px 15px 5px 0;
   max-width: calc(100% - 5px);
 }
 
 .content-inner .fr-img-caption.fr-dii.fr-fil {
   float: left;
   margin: 5px 25px 5px 0;
   max-width: calc(100% - 5px);
 }
 
 .content-inner .fr-img-caption.fr-dii.fr-fir {
   float: left;
   margin: 5px 5px 5px 0;
   max-width: calc(100% - 5px);
 }
 
 
 /* ---- Post directions ---- */
 .post-directions {
   border-top: 1px solid #222;
   padding-top: 20px;
 }
 
 .post-directions .prev-post {
   padding-right: 1px
 }
 
 .post-directions .next-post {
   text-align: right;
   padding-left: 1px
 }
 
 .post-directions .prev-post img {
   float: left;
   width: 80px;
   border-radius: 6px;
 }
 
 .post-directions .prev-post .prevnext-title {
   margin-left: 100px
 }
 
 .post-directions .next-post img {
   float: right;
   width: 80px;
   border-radius: 6px;
 }
 
 .post-directions .next-post .prevnext-title {
   margin-right: 100px
 }
 
 .post-directions a {
   display: block;
   text-decoration: none;
   transition: .35s ease-in-out
 }
 
 .post-directions a span {
   display: block;
   width: 100%;
   font-size: 12px;
   line-height: 1.4;
   font-weight: 600;
   text-transform: uppercase;
   transition: .35s ease-in-out;
   color: #828282;
   margin-bottom: 4px;
 }
 
 .post-directions a h2 {
   font-size: 18px;
   font-weight: 600;
   line-height: 1.1;
   color: #242020;
   margin: 0px 0 0;
   -webkit-transition: .35s ease-in-out;
   -moz-transition: .35s ease-in-out;
   -ms-transition: .35s ease-in-out;
   -o-transition: .35s ease-in-out;
   transition: .35s ease-in-out
 }




/*---- Footer -----*/
.footer-one .bg-wrapper {
  padding: 40px 0 30px;
  background: var(--deep-blue);
  position: relative;
  border-radius: 8px;
  z-index: 5;
  color: #fff;
}

.footer-one .top-footer .footer-title {
  font-size: 17px;
  padding: 8px 0 6px 0;
  margin-bottom: 0;
  font-weight: 700;  
}
.footer-one .top-footer a {
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.footer-one .top-footer .footer-nav-link a:hover {color: var(--deep-cyan); text-decoration: underline;}
.footer-one .top-footer [class*="col-"] {margin-bottom: 35px;}
.footer-one .bottom-footer {padding: 35px 0 15px;}
.footer-one .bottom-footer .footer-nav a {
  
  font-size: 15px;
  color: #fff;
  margin-right: 22px;
}
.footer-one .bottom-footer .footer-nav a:hover {text-decoration: underline;}
.footer-one .bottom-footer .copyright {font-size: 15px; margin: 0;}
.footer-one .bottom-footer .social-icon a {
  font-size: 19px;
  margin-left: 19px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.footer-one .bottom-footer .social-icon a:hover {color: var(--deep-cyan);}


/*---- Contacts -----*/


.address-block-three .icon {
   font-size: 16px;
   line-height: 1;
}

.address-block-three .icon i {
    margin-left: auto;
}

.address-block-three .text {
    width: calc(100% - 35px);
    padding-left: 15px;
}

.address-block-three .title {
    font-size: 14px;
    font-weight: 800;
    padding: 0 0 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.address-block-three .text a i {color: var(--deep-cyan); font-size: 90%;}

.address-block-three p {
    font-size: 18px;
    line-height: 1.65em;
    margin-bottom: 20px;
}

.address-block-three p .call {
    font-size: 22px;
    color: var(--deep-blue);
}

.address-block-three p .call:hover {
    text-decoration: underline;
}

.address-block-three a {  transition: all 0.2s ease-in-out;}
.address-block-three a:hover {color: var(--deep-cyan); transition: all 0.2s ease-in-out;}

.contact-info {font-size: 18px;}
.contact-info {margin: 0; padding: 0;}
.contact-info li {list-style: none;}
.contact-info li.phone {font-size: 24px;}

.company-details p {font-size: 15px;}
.company-details ul {margin: 0; padding: 0; list-style: none;}
.company-details ul li {margin: 0; padding: 0; line-height: 1.5;}
.company-details ul li span {font-weight: 700;}
.copydata {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  color: var(--deep-cyan);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px;
  border: 0;
  outline: none;
  cursor: pointer;
  user-select: none;
}

.copydata:after {
  content: attr(tooltip);
  width: 140px;
  bottom: -48px;
  left: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 0.6rem;
}
.copydata:before, .copydata:after {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px);
  transition: all 300ms ease;
}
.copydata:hover:before, .copydata:hover:after {
  opacity: 1;
  transform: translateY(0);
}

.google-map {height: 500px;}
.google-map #map {height: 100%;}
.map-area-two {margin-bottom: -80px;}


.gm-style #bodyContent img {width: 120px; float: left; height: auto; margin: 0 15px 15px 0;}
.gm-style #bodyContent p {font-size: 14px; margin-bottom: 20px; line-height: 1.5;}
.gm-style #bodyContent a {font-weight: 600; text-transform: uppercase; color: #fff; font-size: 12px; padding: 4px 10px; border: 0; display: inline-block; background: #A4A9AD; margin-right: 5px;}
.gm-style #bodyContent a.hidelink {display: none;}
.gm-style span.category {color: #3095B4; font-weight: 600; font-size: 13px;}
.gm-style #firstHeading {font-size: 16px;  margin: 10px 0 4px 0; font-family: proxima-nova, sans-serif; font-weight: 600;}
.gm-style .gm-style-iw-t::after {display: none;}
.gm-style .gm-style-iw-c {box-shadow: none; padding: 15px; max-width: 400px !important;}
.gm-style .gm-ui-hover-effect {top: -2px !important; right: -2px !important; font-size: 12px;}
.gm-style .gm-ui-hover-effect img {width: 16px !important; height: 16px !important;}



















