@charset "utf-8";
/**CSS TABLE OF CONTENT **

* 2.= Base Styling
* 3.= Section title styles
* 4.= Template Button styles
* 5.= Main Header styles
* 7.= Call to action styles
* 8.= Qality Service area styles
* 10.= Best Service area styles
* 13.= Meet our Specialist area styles
* 17.= Footer area styles
* 18.= BreadCumb area styles
* 19.= Breadcumb bottom area styles
* 21.= About Team area styles
* 23.= Customers area styles
* 32.= Pricing table area styles
* 42.= Service signle styles
* 44.= Scroll to top styles
**/

:root {
  --primary: #16549f;
  --secondary: #0B7858;
  --bg-secondary: #e1e1e1;
  --text-primary: #08274C;
}

@font-face {
  font-family: 'Oswald';
  src:
    url('../fonts/oswald.woff2') format('woff2'),
    url('../fonts/oswald.woff') format('woff');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src:
    url('../fonts/open-sans.woff2') format('woff2'),
    url('../fonts/open-sans.woff') format('woff');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src:
    url('../fonts/open-sans-italic.woff2') format('woff2'),
    url('../fonts/open-sans-italic.woff') format('woff');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

/*
* 2.= Base Styling
*/
html,
body {
  height: 100%
}

body {
  font-family: 'Open Sans';
  font-size: 16px;
  color: #444;
  line-height: 28px;
  transition: width .4s ease;
}

section {
  padding: 60px 0 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald';
  margin: 0;
  padding-top: 3px;
}

.sec-title h1,
.sec-title h2 {
  color: var(--text-primary);
  font-size: 52px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 48px;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  /*border: none;*/
}

img {
  max-width: 100%;
  height: auto;
}

.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff")
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff")
}

.fa,
.fas,
.far,
.fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

.fa-procedures:before {
  content: "\f487";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-award:before {
  content: "\f559";
}

.fa-walking:before {
  content: "\f554";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-chevron-down::before {
  content: "\f078"
}

.fa-chevron-left::before {
  content: "\f053"
}

.fa-chevron-right::before {
  content: "\f054"
}

.fa-chevron-up::before {
  content: "\f077"
}

.fa-long-arrow-alt-right::before {
  content: "\f30b"
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-plus::before {
  content: "\f067"
}

.fa-minus::before {
  content: "\f068"
}

.fa-check-circle::before {
  content: "\f058"
}

.fa-window-close:before {
  content: "\f410";
}

.fa-clock::before {
  content: "\f017"
}

.fa-map-marker-alt::before {
  content: "\f3c5"
}

.fa-phone-alt::before {
  content: "\f879"
}

.fa-star::before {
  content: "\f005"
}

.fa-play::before {
  content: "\f04b"
}

.fa-facebook::before {
  content: "\f09a"
}

.fa-facebook-f::before {
  content: "\f39e"
}

.fa-google::before {
  content: "\f1a0"
}

.fa-instagram::before {
  content: "\f16d"
}

.fa-linkedin::before {
  content: "\f08c"
}

.fa-twitter::before {
  content: "\f099"
}

.fa-yelp::before {
  content: "\f1e9"
}

.fa-youtube::before {
  content: "\f167"
}

/*
* 4.= Template Button styles
*/
.aut-cr-btn {
  border: 1px solid #af0610;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700 !important;
  padding: 9.5px 18.5px;
  text-transform: uppercase;
  text-align: center;
  transition: all 700ms ease 0s !important;
  background: #d51e27;
}

/*
* 5.= Main Header styles
*/
.main-header.stricky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  transition: background-color .4s ease;
}

.main-header.stricky-fixed.static {
  position: relative;
  opacity: 0;
}

.main-header.stricky-fixed .header-top+.header-lower {
  border: none;
}

.main-header.stricky-fixed .header-top+.header-lower .header-lower-content {
  margin-top: 0;
}

.social-links {
  float: right;
  position: relative;
  top: 6px;
}

.social-links ul li {
  display: inline-block;
  margin: 0 0 0 10px;
}

.social-links ul li i::before {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  transition: all 700ms ease 0s;
}

.social-links ul li:hover i::before {
  color: #cd2122;
}

.header-lower.navbar .container {
  margin-top: 2px;
}

.main-header.stricky-fixed .header-top+.header-lower.navbar .container {
  margin-top: 0;
  border: none;
}

.header-lower.navbar .appoinment {
  padding: 25px 0;
}

.header-lower.navbar .appoinment a {
  background-color: var(--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  padding: 12px 16px 14px;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}

.header-lower.navbar .appoinment a.call-btn {
  background-color: var(--secondary);
  margin-right: 10px;
}

.header-lower.navbar .appoinment a:hover {
  transform: scale(1.15, 1.15);
}

.header-lower.navbar {
  position: relative;
  margin-bottom: 0px;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.header-lower.navbar .navbar-brand {
  height: auto;
  padding: 5px 0;
  margin: 0;
}

/*
* 7.= Call to action styles
*/
.call-to-action-area {
  background: var(--primary);
  padding: 40px 0;
}

.call-to-action-area h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.call-to-action-area p {
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.call-to-action-area span {
  color: #fff;
  font-size: 24px;
  font-style: italic;
}

.call-to-action-area a {
  background: #fff;
  color: var(--primary);
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  padding: 12px 0;
  position: relative;
  text-align: center;
  margin: 30px auto 0;
  text-transform: uppercase;
  width: 350px;
  transition: all 1s ease 0s;
  border: 2px solid var(--primary);
  border-radius: 7px;
}

.call-to-action-area a:hover {
  transition: all 1s ease 0s;
  border-radius: 30px;
  color: #222;
  border: 2px solid #000;
}

/*
* 8.= Qality Service area styles
*/
.quality-service-area .service-content p {
  margin: 0 0 40px;
}

.quality-service-area .service-content a {
  margin-right: 16px;
}

.service-client-carousel .single-item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 1px #b9b9b9;
  position: relative;
  height: 280px;
  padding: 40px 20px 30px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: grey #ddd;
  scrollbar-face-color: grey;
  scrollbar-track-color: #ddd;
  scrollbar-3dlight-color: #ddd;
  scrollbar-darkshadow-color: #ddd;
  scrollbar-arrow-color: #ddd;
}

.service-client-carousel .single-item .content {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.service-client-carousel .single-item .content h3 {
  color: var(--secondary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.service-client-carousel .single-item .content .info-box h6 {
  color: var(--primary);
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
}

.service-client-carousel .single-item .content .info-box .rating {
  padding-left: 7px;
}


.service-client-carousel .single-item .content .info-box .rating ul li {
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
}

.service-client-carousel .single-item .content .info-box .rating ul li span::before {
  color: var(--primary);
  font-size: 12px;
  font-weight: 100;
}

.service-client-carousel .single-item .content p {
  line-height: 26px;
  margin: 18px 0 0;
  font-size: 14px;
}

/*
* 10.= Best Service area styles
*/
.best-service-area .single-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px;
  box-shadow: 0px 1px 2px 1px #b9b9b9;
}

.best-service-area .single-item>.img-holder {
  position: relative;
  transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
}

.best-service-area .single-item>.img-holder img {
  min-height: 380px;
  width: 100%;
}

.best-service-area .single-item .overlay {
  background: var(--primary);
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  padding: 0 19px 30px;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  width: 100%;
  z-index: 99;
  transform: translate3d(0, 200px, 0);
  opacity: 0;
}

.best-service-area .single-item:hover>.img-holder {
  opacity: 0;
}

.best-service-area .single-item:hover>.title {
  opacity: 0;
}

.best-service-area .single-item:hover .overlay {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}

.best-service-area .single-item .overlay .img-holder {
  margin-bottom: 30px;
  margin-left: -19px;
  margin-right: -19px;
}

.best-service-area .single-item .overlay .content {
  border-left: 1px solid var(--secondary);
  overflow: hidden;
  padding-left: 15px;
  padding-right: 10px;
}

.best-service-area .single-item .overlay .content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: -5px 0 10px;
  text-transform: uppercase;
}

.best-service-area .single-item .overlay .content li {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.best-service-area .single-item .overlay .content a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.best-service-area .single-item .overlay .content a i {
  display: inline-block;
  padding-left: 10px;
}

.best-service-area .single-item .title {
  background: #fff;
  transition: opacity 0.4s ease 0s;
}

.best-service-area .single-item .title h3 {
  color: var(--secondary);
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  padding-left: 20px;
  padding-top: 22px;
  text-transform: uppercase;
}

.best-service-area .single-item .title .go-top-icon {
  float: right;
  width: 70px;
  height: 70px;
  background: var(--primary);
  text-align: center;
}

.best-service-area .single-item .title .go-top-icon a {
  display: block;
}

.best-service-area .single-item .title .go-top-icon span::before {
  color: #fff;
  font-size: 26px;
  padding: 23px 0;
  display: block;
}

/*
* 12.= Faqs area styles
*/
.faq-content-left .accordion-box {
  background-color: #fff;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  position: relative;
  box-shadow: 0px 1px 2px 2px #b9b9b9;
  border-radius: 30px;
}

.faq-content-left .accordion-box .accordion {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-content-left .accordion-box .accordion:last-child {
  border-bottom: none;
}

.faq-content-left .accordion-box .accordion .acc-btn {
  color: var(--secondary);
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 25px;
  padding-top: 24px;
  position: relative;
  text-transform: uppercase;
}

.faq-content-left .accordion-box .accordion .acc-btn .toggle-icon {
  color: #fff;
  display: block;
  height: 35px;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 18px;
  width: 35px;
}

.faq-content-left .accordion-box .accordion .acc-btn .toggle-icon .plus {
  background: var(--secondary);
  height: 30px;
  left: 0;
  line-height: 32px;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.faq-content-left .accordion-box .accordion .acc-btn.active .toggle-icon .plus {
  opacity: 0;
}

.faq-content-left .accordion-box .accordion .acc-btn.active {
  color: var(--primary);
}

.faq-content-left .accordion-box .accordion .acc-btn .toggle-icon .minus {
  background: var(--primary);
  color: #fff;
  height: 30px;
  left: 0;
  line-height: 32px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.faq-content-left .accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  opacity: 1;
}

.faq-content-left .accordion-box .accordion .acc-content {
  color: #444;
  display: none;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 17px;
  position: relative;
  top: -7px;
}

.faq-content-left .accordion-box .accordion .acc-content.collapsed {
  display: block;
}

.faq-content-left .accordion-box .accordion .acc-content p {
  color: #444;
  margin: 0;
}

/*
* 13.= Meet our Specialist area styles
*/
.meet-our-specialist-area .single-item .img-holder {
  overflow: hidden;
  position: relative;
}

.meet-our-specialist-area .single-item .img-holder img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.meet-our-specialist-area .single-item .img-holder .overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  transform: scale(0);
  transition: all 0.5s ease 0s;
}

.meet-our-specialist-area .single-item .img-holder .overlay .content {
  display: table;
  width: 100%;
  height: 100%;
}

.meet-our-specialist-area .single-item .text {
  background: #fff;
}

.meet-our-specialist-area .single-item .text h3 {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 28px 0 8px;
  text-transform: uppercase;
  padding-left: 20px;
}

.meet-our-specialist-area .single-item .text h6 {
  color: var(--primary);
  font-size: 14px;
  font-style: italic;
  padding-left: 20px;
}

.meet-our-specialist-area .single-item .text p {
  margin: 20px 0 20px;
  padding-left: 18px;
}

.meet-our-specialist-area .single-item:hover .overlay {
  transform: scale(1);
}

.meet-our-specialist-area .single-item:hover .img-holder img {
  transform: scale(1, 1);
}

/*
* 17.= Footer area styles
*/
.footer-area {
  position: relative;
  background-color: #222125;
}

.footer-middle {
  padding-bottom: 50px;
  padding-top: 60px;
}

.single-footer-widget .sec-title h2 {
  color: #fff;
}

.single-footer-widget .text p {
  color: #b9b9b9;
  margin: 22px 0 40px;
}

.single-footer-widget .text a {
  padding-bottom: 13px;
  padding-top: 11px;
  width: 190px;
  color: #fff;
}

.single-footer-widget h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 21px;
  text-transform: uppercase;
}

.single-footer-widget .working-hours-weekdays {
  color: #b9b9b9;
  margin: 0;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  padding: 5px 0;
}

.footer-bottom:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: .45;
  z-index: -1;
}

.copy-right {
  display: block;
  padding-top: 3px;
}

.copy-right p {
  color: #444;
  margin: 0;
  font-size: 12px;
  line-height: 32px;
}

.copy-right p a {
  color: var(--primary);
}

.footer-social-link ul {
  float: right;
}

.footer-social-link ul li {
  display: inline-block;
  margin-left: 6px;
}

.footer-social-link ul li a {
  display: inline-block;
  text-align: center;
  padding: 4.5px 0;
  color: #444;
  font-size: 12px;
}

.footer-social-link ul li a i::before {
  font-size: 14px;
}

.footer-social-link ul li a:hover {
  background: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

/*
* 18.= BreadCumb area styles
*/
.breadcrumb-area {
  background: var(--secondary);
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 97px;
  padding-top: 200px;
  margin-top: 0 !important;
}

.breadcrumbs h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 17px;
  text-transform: uppercase;
}

.breadcrumbs h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

/*
* 19.= Breadcumb bottom area styles
*/
.breadcrumb-bottom-area {
  padding-top: 120px !important;
  margin-top: 0 !important;
  background: var(--primary);
  padding-top: 14px;
  padding-bottom: 17px;
}

.breadcrumb-bottom-area ul li {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
}

.breadcrumb-bottom-area ul li a {
  color: #fff;
  transition: all 700ms ease 0s;
}

.breadcrumb-bottom-area p {
  margin: 0;
  float: right;
}

.breadcrumb-bottom-area ul li a:hover {
  color: var(--secondary);
}

/*
* 23.= Customers area styles
*/
.customers-info .img-holder {
  width: 450px;
}

.customers-info .img-holder img {
  border-radius: 30px;
  box-shadow: 0px 1px 2px 2px #b9b9b9;
}

.customers-info .content {
  padding-left: 29px;
}

.customers-info .img-holder,
.customers-info .content {
  display: table-cell;
  vertical-align: top;
}

.customers-info .content h3 {
  color: var(--secondary);
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.customers-info .content h5 {
  color: var(--primary);
  font-size: 22px;
  margin: 0 0 20px;
}

.customers-info .content p {
  margin: 0 0 17px;
}

/*
* 41.= Service package area styles
*/
.best-service-area,
.quality-service-area,
.faq-and-gallery-area {
  background-color: var(--bg-secondary);
}

.best-service-area {
  padding-top: 90px;
}

.full-range-services-area {
  background-color: var(--primary);
  padding-bottom: 30px;
}

.full-range-services-area .single-item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 1px #b9b9b9;
  position: relative;
}

.full-range-services-area .single-item .inner-content {
  padding: 40px 12px 30px;
  position: relative;
}

.full-range-services-area .single-item .inner-content .icon-holder {
  display: inline-block;
  height: 55px;
  width: 55px;
  position: relative;
  z-index: 9;
}

.full-range-services-area .single-item .inner-content .icon-holder span::before {
  display: block;
  font-size: 55px;
  transition: all 700ms ease;
}

.full-range-services-area .single-item.icon-1 {
  border: 1px solid #A10D00;
}

.full-range-services-area .single-item.icon-1 .inner-content .icon-holder span::before {
  color: #A10D00;
}

.full-range-services-area .single-item.icon-2 {
  border: 1px solid #B08B00;
}

.full-range-services-area .single-item.icon-2 .inner-content .icon-holder span::before {
  color: #B08B00;
}

.full-range-services-area .single-item.icon-3 {
  border: 1px solid var(--primary);
}

.full-range-services-area .single-item.icon-3 .inner-content .icon-holder span::before {
  color: var(--primary);
}

.full-range-services-area .single-item.icon-4 {
  border: 1px solid var(--secondary);
}

.full-range-services-area .single-item.icon-4 .inner-content .icon-holder span::before {
  color: var(--secondary);
}

.full-range-services-area .single-item .inner-content .content {
  padding-top: 10px;
  position: relative;
  z-index: 9;
}

.full-range-services-area .single-item .inner-content .content h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 5px;
  transition: all 700ms ease;
}

.full-range-services-area .single-item.icon-1 .inner-content .content h3 {
  color: #A10D00;
}

.full-range-services-area .single-item.icon-2 .inner-content .content h3 {
  color: #B08B00;
}

.full-range-services-area .single-item.icon-3 .inner-content .content h3 {
  color: var(--primary);
}

.full-range-services-area .single-item.icon-4 .inner-content .content h3 {
  color: var(--secondary);
}

.full-range-services-area .single-item .inner-content .content p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  transition: all 700ms ease;
}

.full-range-services-area .single-item .overlay {
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: all 700ms ease;
}

.full-range-services-area .single-item .overlay img {
  height: 100%;
  width: 100%;
}

.full-range-services-area .single-item .overlay a {
  bottom: 45px;
  left: 0;
  position: absolute;
  right: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 3;
}

.full-range-services-area .single-item .overlay::before {
  background: var(--primary);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.88;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.full-range-services-area .single-item:hover .overlay {
  opacity: .88;
  top: -10px;
  bottom: -10px;
}

.full-range-services-area .single-item .inner-content .icon-holder {
  transform: translate3d(0, 0, 0);
  transition: transform .4s ease;
}

.full-range-services-area .single-item .inner-content .content {
  transform: translate3d(0, 0, 0);
  transition: transform .4s ease;
}

.full-range-services-area .single-item:hover .inner-content .icon-holder {
  transform: translate3d(0, -20px, 0);
}

.full-range-services-area .single-item:hover .inner-content .content {
  transform: translate3d(0, -25px, 0);
}

.services-single-content .content {
  padding-top: 49px;
}

.services-single-content .content .top-text {
  margin: 0 0 16px;
}

.services-single-content .content .caption {
  margin-bottom: 60px;
  margin-top: 47px;
  padding-bottom: 17px;
  padding-left: 30px;
  padding-top: 13px;
  position: relative;
}

.services-single-content .content .caption p {
  color: #444;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
}

.services-single-content .content .caption::before {
  background: #f6f6f6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 2px;
  top: 0;
}

.services-single-content .content .caption h5 {
  color: #343434;
  font-size: 16px;
  margin: 20px 0 0;
}

.services-single-content .working-topics-video-preview {
  margin-right: 25px;
}

.services-single-content .working-topics-video-preview a {
  background: #000;
  display: block;
  position: relative;
}

.services-single-content .working-topics-video-preview a::before {
  background: rgba(0, 0, 0, 0) url("../img/resources/video-play-icon.png") no-repeat scroll center center;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.services-single-content .working-topics-video-preview img {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.services-single-content .working-topics-video-preview a:hover img {
  opacity: .85;
}

.services-single-content .pricing-plan-area {
  padding-top: 50px;
  overflow-x: visible;
}

.pricing-plan table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0px 1px 2px 2px #b9b9b9;
}

.pricing-plan tr:nth-of-type(odd) {
  background: var(--bg-secondary);
}

.pricing-plan tr:nth-of-type(even) {
  background: #fff;
}

.pricing-plan .table-heading tr {
  background: var(--primary);
}

.pricing-plan .table-heading th {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  padding: 17px 10px;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
}

.pricing-plan .table-heading th:first-child {
  width: 25%;
}

.pricing-plan .table-heading th:nth-child(2),
.pricing-plan .table-heading th:nth-child(3) {
  width: 37.5%;
}

.pricing-plan .table-body td {
  padding: 15px 30px;
}

.pricing-plan .table-body td h5 {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-plan .table-body td h6 {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.pricing-plan .table-body td h6 i.fa-check-circle {
  color: green;
  font-size: 24px;
}

/*
* 44.= Scroll to top styles
*/
.scroll-to-top {
  position: fixed;
  bottom: 85px;
  right: 30px;
  background: #161616;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 41px;
  color: #424242;
  cursor: pointer;
  display: none;
  z-index: 99;
  border: 1px solid #222125;
  border-radius: 3px;
}

.image-placeholder {
  display: block;
  width: 100%;
  height: auto;
  background-color: transparent
}

@media (min-width: 641px) {
  .header-lower.navbar .navbar-nav {
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }

  .container-fluid {
    padding: 0;
  }

  .full-range-services-area .single-item {
    margin-top: -100px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .full-range-services-area .single-item .inner-content {
    min-height: 278px;
  }

  .best-service-area .single-item .title h3 {
    font-size: 20px;
  }

  .best-service-area .single-item .title .go-top-icon {
    width: 30px;
  }
}

@media (max-width: 1024px) {
  .header-lower.navbar .navbar-nav {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .services-single-area img {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .customers-info .img-holder,
  .customers-info .content {
    display: block;
    text-align: center;
  }

  .customers-info .img-holder {
    width: 100%;
  }

  .customers-info .content {
    padding-left: 0;
    margin-top: 20px;
  }

  .faq-content-left .accordion-box .accordion .acc-btn .toggle-icon .minus,
  .faq-content-left .accordion-box .accordion .acc-btn .toggle-icon .plus {
    margin-left: 17px;
  }

  .full-range-services-area .single-item,
  .service-client-carousel .single-item {
    margin-bottom: 30px;
  }

  .footer-middle {
    text-align: center;
  }

  .copy-right p {
    text-align: center;
    padding-bottom: 10px;
  }

  .footer-social-link ul {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }

  .best-service-area .single-item .title .go-top-icon {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .main-header.stricky {
    position: relative;
  }

  .main-header.stricky-fixed {
    position: fixed;
  }

  .stricky+section,
  .stricky+div {
    margin: 0;
  }

  .breadcrumb-area {
    padding-top: 97px;
  }
}

@media only screen and (max-width: 767px) {
  .header-lower.navbar .navbar-brand {
    float: none;
    text-align: center;
    display: block;
  }

  .stricky-fixed .header-lower.navbar .navbar-brand {
    margin-top: -90px;
  }

  .header-lower.navbar .appoinment {
    text-align: center;
    padding: 5px 0;
  }

  .breadcrumb-bottom-area ul {
    text-align: center;
  }

  .breadcrumb-bottom-area p {
    float: none;
    text-align: center;
  }

  .faq-content-left .accordion-box .accordion {
    padding-left: 10px;
  }

  .faq-content-left .accordion-box .accordion .acc-btn .toggle-icon {
    height: 25px;
    line-height: 20px;
    width: 25px;
  }
}

@media (max-width: 545px) {
  .pricing-plan .table-body td {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .main-header.stricky-fixed .header-top {
    margin-top: -100px;
  }

  .header-lower.navbar .appoinment a {
    margin-bottom: 8px;
  }

  .call-to-action-area a {
    width: 100%;
  }

  .best-service-area .single-item .title h3 {
    padding-left: 10px;
  }

  .faq-content-left .accordion-box .accordion .acc-btn .toggle-icon {
    top: 50px;
  }
}

@media (max-width: 360px) {
  .navbar-brand>img {
    width: 225px;
  }

  .pricing-plan .table-heading th {
    font-size: 14px;
  }

  .pricing-plan .table-body td h5 {
    font-size: 16px;
  }
}
