/*
	*******************
	Template name:  RepServ
	Version:        1.0
	Author:         Themelooks
	Author url:     http://themelooks.com

	NOTE:
	-----
	Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
	We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

    ******** CSS INDEX ********
    01. Base
        1.1 Reset 
        1.2 Spacing
        1.3 Color
    02. Components
        2.1 Helper
        2.2 Animation
        2.3 Social List
        2.4 Inputs
        2.5 Buttons
        2.6 Cards
        2.7 Widget
        2.8 Titles
        2.9 Pagination
        2.10 BackToTop
        2.11 Preloader
        2.12 Breadcrumb
    03. Layout
        3.1 Header
        3.2 Footer
        3.3 Blog
        3.4 404
        3.5 Coming Soon
        3.6 Banner
        3.7 Shop
    04. Section
        4.1 About
        4.2 Service
        4.3 Testimonial
        4.4 Team
        4.5 Feature
        4.6 Appointment
        4.7 CTA
        4.8 Price
        4.9 FAQ
        4.10 Contact
        4.11 Project
    ********************/
/* ************************
   01.1: Reset
   ********************* */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none !important;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: calc(28 / 16);
  color: #414141;
  text-align: left;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: calc(76 / 66);
  font-family: "Barlow", sans-serif;
  color: #202020;
}

h1 {
  font-size: 66px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #202020;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #EC1B30;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
  background-color: #e3e7e8;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
  display: block;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type='checkbox'] {
  margin-right: 5px;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
  background-color: #EC1B30 !important;
}

::selection {
  text-shadow: none;
  color: #ffffff;
  background-color: #EC1B30 !important;
}

::-webkit-input-placeholder {
  color: #b3b3b3 !important;
  opacity: 1;
}

::-moz-placeholder {
  color: #b3b3b3 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b3b3b3 !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #b3b3b3 !important;
  opacity: 1;
}

::placeholder {
  color: #b3b3b3 !important;
  opacity: 1;
}

iframe {
  max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
input[type='submit'] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

table th,
table td {
  padding: 20px;
  border-bottom: 1px solid #DDDDDD;
}

table thead th {
  font-weight: 700;
  font-size: 18px;
  color: #202020;
}

table tbody td,
table tbody th {
  color: #414141;
}

pre {
  border: 1px solid;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1.6em;
}

code {
  font-size: inherit;
  margin: 0;
}

kbd {
  font-weight: 700;
  color: #202020;
}

ins {
  background-color: transparent;
  text-decoration: none;
}

q {
  font-style: italic;
  text-decoration: underline;
}

mark {
  background-color: #fcf8e3;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

small {
  font-size: 80%;
  font-weight: 400;
}

/* ************************
   01.2: Padding/Margin
   ********************* */
.pt-190 {
  padding-top: 190px;
}

@media only screen and (max-width: 991px) {
  .pt-190 {
    padding-top: 130px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media only screen and (max-width: 991px) {
  .pt-90 {
    padding-top: 30px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 991px) {
  .pt-80 {
    padding-top: 20px;
  }
}

.pt-70 {
  padding-top: 70px;
}

@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 10px;
  }
}

.pt-60 {
  padding-top: 60px;
}

@media only screen and (max-width: 991px) {
  .pt-60 {
    padding-top: 0;
  }
}

.pt-50 {
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  .pt-50 {
    padding-top: 0;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .pt-40 {
    padding-top: 0;
  }
}

.pt-10 {
  padding-top: 10px;
}

@media only screen and (max-width: 991px) {
  .pt-10 {
    padding-top: 0;
  }
}

.pb-190 {
  padding-bottom: 190px;
}

@media only screen and (max-width: 991px) {
  .pb-190 {
    padding-bottom: 130px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .pb-90 {
    padding-bottom: 30px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {
  .pb-80 {
    padding-bottom: 20px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 10px;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .pb-60 {
    padding-bottom: 0;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 0;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .pb-40 {
    padding-bottom: 0;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .pb-10 {
    padding-bottom: 0;
  }
}

.mt-70 {
  margin-top: 70px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-n1 {
  margin-top: -4px;
}

.mb-n1 {
  margin-bottom: -4px;
}

.mt-n2 {
  margin-top: -8px;
}

.mb-n2 {
  margin-bottom: -8px;
}

.mb-n3 {
  margin-bottom: -16px;
}

/* ************************
   01.3: Color
   ********************* */
.text-color, .full-page-search .dvpn_input-wrapper .input-icon i {
  color: #414141;
}

.text-color-bg {
  background-color: #414141;
}

.text-color-bo {
  border-color: #414141 !important;
}

.title-color {
  color: #202020;
}

.title-color-bg {
  background-color: #202020;
}

.title-color-bo {
  border-color: #202020 !important;
}

.border-color {
  color: #dddddd;
}

.border-color-bg {
  background-color: #dddddd;
}

.border-color-bo {
  border-color: #dddddd !important;
}

.white {
  color: #ffffff;
}

.white-bg, .offcanvas-wrapper {
  background-color: #ffffff;
}

.white-bo {
  border-color: #ffffff !important;
}

.black {
  color: #000000;
}

.black-bg {
  background-color: #000000;
}

.black-bo {
  border-color: #000000 !important;
}

.c1, .header-main ul.nav ul li:hover a, .header-main ul.nav ul li.current-menu-children a {
  color: #EC1B30;
}

.c1-bg, .header-main ul.nav ul li a:after {
  background-color: #EC1B30;
}

.c1-bo {
  border-color: #EC1B30 !important;
}

.c2, .header-main.style--two ul.nav ul li:hover a, .header-main.style--two ul.nav ul li.current-menu-children a {
  color: #ee3131;
}

.c2-bg {
  background-color: #ee3131;
}

.c2-bo {
  border-color: #ee3131 !important;
}

.c3, .header-main.style--three ul.nav ul li:hover a, .header-main.style--three ul.nav ul li.current-menu-children a {
  color: #ff5e14;
}

.c3-bg {
  background-color: #ff5e14;
}

.c3-bo {
  border-color: #ff5e14 !important;
}

.c4 {
  color: #ff2c2c;
}

.c4-bg {
  background-color: #ff2c2c;
}

.c4-bo {
  border-color: #ff2c2c !important;
}

.c5, .header-main.style--five ul.nav ul li:hover a, .header-main.style--five ul.nav ul li.current-menu-children a {
  color: #29cc6c;
}

.c5-bg {
  background-color: #29cc6c;
}

.c5-bo {
  border-color: #29cc6c !important;
}

a, .swiper-button-next-unique,
.swiper-button-prev-unique,
.swiper-button-next-unique2,
.swiper-button-prev-unique2, svg path,
svg rect,
svg g,
i, .socials.white-hover a i, .btn, .btn > span:after, .btn.white-hover svg path,
.btn.white-hover span, .cart-btn .cart-count, #grid .grid-item:after, #grid .grid-item .plus-icon, #grid .grid-item .content, #grid .grid-item .content .read-more-btn svg, .pagination li a svg path,
.pagination li span svg path, .header-top .social-links a i, .full-page-search, .offcanvas-overlay, #menu-button span:before, #menu-button span:after, .single-post, .single-post .post-content .post-title, .product, .product .buttons, .woocommerce-tabs .tab-btn li button, .content-box, .single-service, .single-service .icon-wrap .icon, .single-service .content h3,
.single-service .content p, .single-service2 .content h3, .testimonial-slider .swiper-slide,
.testimonial-slider2 .swiper-slide,
.testimonial-slider3 .swiper-slide, .team .content, .team-content, .team-content h3, .single-team, .feature, .feature h3, .hex-feature, .hex-feature h3, .step, .price-slider .swiper-slide-active .price .btn > span, .price-slider.style--two .swiper-slide-active .price .btn > span, .price, .price .price-head, .price .price-head h3, .price .price-head .starting-at, .price .price-head .price-text, .price .price-body ul li, .price .price-body ul li:after, .faq-accordion .accordion-header .accordion-button {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.service-list, .contact-list, .list-inline, .list-line, .arrow-list, .widget ul, .header-top .header-meta, .header-main ul, .woocommerce-tabs .product-description ul, .woocommerce-tabs .woocommerce-Reviews .review-list, .price .price-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.banner-content .banner-top-title, .cart-collaterals .shop_table tbody th,
.cart-collaterals .shop_table tbody td {
  font-weight: 400;
}

.contact-box .content span, .map-content .video-wrap .watch-video, .appointment-form .attach-file-label, .btn, .cart-btn .cart-count, .widget.widget_tag_cloud .tagcloud a, .pagination li a,
.pagination li span, .banner-content .banner-top-title.box-style, .circle {
  font-weight: 500;
}

.service-list li, .contact-box .content a, blockquote, .funfact .water-mark, .single-funfact h2, .single-funfact h3, .newsletter-form .theme-input-group .btn, .read-more-btn, .widget.widget_recent_entries ul li .post--date, .widget.widget_recent_entries ul li .post--title, .header-absolute .header-main ul.nav > li > a, .single-post .post-thumb-wrap .posted-on, .single-post .post-tag, .single-post.style--four .post-thumb-wrap .posted-on a, .banner-content .banner-top-title, .product-details-content .pd-price, .order-details .shop_table tbody th,
.order-details .shop_table tfoot th, .order-details .shop_table tbody td,
.order-details .shop_table tfoot td, .top-title, .statistic h3, .statistic h4, .exprience-box.style--two h3, .content-box h6, .price .price-head .starting-at, .price .price-head .price-text {
  font-weight: 600;
}

.timeline li span, .map-content .contact-area .content a, .socials.square > span, .single-post .post-thumb-wrap .posted-on .day, .woocommerce-tabs .tab-btn li button, .product-details-content .quantity .input-group .form-control, .product_meta > div .label, .shop_table .product-name a, .shop_table .cart-subtotal-wrap, .input-text, .sb-nav li a, .step:after, .project-content .entry-meta li > span {
  font-weight: 700;
}

.swiper-button-next-unique:hover i,
.swiper-button-prev-unique:hover i,
.swiper-button-next-unique2:hover i,
.swiper-button-prev-unique2:hover i, .read-more-btn:hover, .widget.widget_recent_entries ul li .post--date, .widget.widget_recent_entries ul li .post--title a:hover, .widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_categories ul li a:hover, .header-top .social-links a:hover, .header-top .social-links.all-white a:hover, .header-top .map-content .social-links.content-wrapper a:hover, .map-content .header-top .social-links.content-wrapper a:hover, .header-top .social-links.single-funfact a:hover, .header-top #grid .grid-item .social-links.content a:hover, #grid .grid-item .header-top .social-links.content a:hover, .header-top .team.style--two .social-links.content a:hover, .team.style--two .header-top .social-links.content a:hover, .header-top .social-links.contact-info a:hover, .header-top .social-links.text-white a:hover, .header-main ul.nav > li.current-menu-parent > a, .header-main ul.nav > li:hover > a, .header-main.style--two .btn, .single-post .post-thumb-wrap .posted-on, .single-post .post-thumb-wrap .posted-on a, .single-post .post-tag, .single-post .post-content .post-title:hover, .post-details .entry-header .entry-meta li a:hover, .post-navigation .nav-link .nav-title:hover, .banner-content .banner-top-title, .product-details-content .pd-price, .product-details-content .quantity .input-group .form-control, .circle, .input-text, .top-title, .statistic h3, .content-box h6, .team .content h3, .single-team:hover .team-content h3, .price.style--two .price-head .starting-at, .price.style--two .price-head .price-text, .price.style--two:hover .btn > span, .price.style--two.active .btn > span, .price.style--two:hover .btn:hover > span, .price.style--two.active .btn:hover > span {
  color: #EC1B30;
}
.header-top .social-links.white a:hover {
  color: #FDF305;/* CDGEDIT   */
}
.timeline li:not(:last-child):after, .timeline li span, .timeline li span:before, .progress-wrap .progress-bar, .socials a:hover, .btn, .btn-circle:hover, .widget.widget_service_hour ul li:after, .widget.widget_nav_menu ul li:after, .widget.widget_service_hour, .pagination li a.current,
.pagination li span.current, .pagination li a:hover, .pagination li a.active,
.pagination li span:hover,
.pagination li span.active, .back-to-top, .preloader .spinner-grow, .page-title-wrap .breadcrumb-nav:after, .header-main.sticky ul.nav > li > a:before, .header-main.sticky ul.nav > li > a:after, .header-main.style--two.sticky .btn:hover, .footer-menu li:after, .woocommerce-tabs .tab-btn li button.active, .woocommerce-tabs .tab-btn li button:hover, .product-details-content .cart .buttons a:hover, .service-list-wrap:before, .service-list-wrap:after,
.line-list-wrap:before,
.line-list-wrap:after, .video-wrapper .video-btn, .statistics-wrapper, .single-service.c_1 .icon-wrap .icon, .single-service.c_1:hover, .sb-nav li.active, .price.style--two:hover, .price.style--two.active, .price.style--two:hover .btn > span:after, .price.style--two.active .btn > span:after, .price.style--two:hover .btn:hover > span:after, .price.style--two.active .btn:hover > span:after, .faq-accordion .accordion-header .accordion-button:not(.collapsed), .contact-info {
  background-color: #EC1B30;
}

.widget.widget_recent_entries ul li .post--date.c2, .widget.widget_recent_entries .header-main.style--two ul.nav ul li:hover a.post--date, .header-main.style--two ul.nav .widget.widget_recent_entries ul li:hover a.post--date, .widget.widget_recent_entries .header-main.style--two ul.nav ul li.current-menu-children a.post--date, .header-main.style--two ul.nav .widget.widget_recent_entries ul li.current-menu-children a.post--date, .widget.widget_service_hour.c_2 ul li a:hover, .widget.widget_nav_menu.c_2 ul li a:hover, .section-title.style--two .top-title, .header-main.style--two ul.nav > li.current-menu-parent > a, .header-main.style--two ul.nav > li:hover > a, .footer-menu.c_2 li a:hover, .single-post .post-tag.c2, .single-post .header-main.style--two ul.nav ul li:hover a.post-tag, .header-main.style--two ul.nav ul li:hover .single-post a.post-tag, .single-post .header-main.style--two ul.nav ul li.current-menu-children a.post-tag, .header-main.style--two ul.nav ul li.current-menu-children .single-post a.post-tag, .banner-content.style--two .banner-top-title, .top-title.c2, .header-main.style--two ul.nav ul li:hover a.top-title, .header-main.style--two ul.nav ul li.current-menu-children a.top-title {
  color: #ee3131;
}

.timeline.style--two li span, .timeline.style--two li span:after, .btn.c_2, .widget.widget_service_hour.c_2 ul li:after, .widget.widget_nav_menu.c_2 ul li:after, .header-main.style--two ul.nav > li > a:before, .header-main.style--two ul.nav > li > a:after, .footer-menu.c_2 li:after, .banner-content.style--two .banner-top-title:after, .single-service .icon-wrap .icon {
  background-color: #ee3131;
}

.section-title.style--three .top-title, .header-main.style--three ul.nav > li.current-menu-parent > a, .header-main.style--three ul.nav > li:hover > a, .single-post .post-tag.c3, .single-post .header-main.style--three ul.nav ul li:hover a.post-tag, .header-main.style--three ul.nav ul li:hover .single-post a.post-tag, .single-post .header-main.style--three ul.nav ul li.current-menu-children a.post-tag, .header-main.style--three ul.nav ul li.current-menu-children .single-post a.post-tag, .single-post.style--two .post-content .post-title:hover, .single-post.style--two .read-more-btn:hover, .top-title.c3, .header-main.style--three ul.nav ul li:hover a.top-title, .header-main.style--three ul.nav ul li.current-menu-children a.top-title, .single-service2 .content h3:hover, .team.c_3 .content h3 {
  color: #ff5e14;
}

.btn.c_3, .header-main.style--three ul.nav > li > a:before, .header-main.style--three ul.nav > li > a:after, .header-main.style--three .appointment-btn,
.line-list-wrap:before,
.line-list-wrap:after, .single-service2 .icon, /* CDGEDIT  .feature:hover */ {
  background-color: #2f2f2f;/* CDGEDIT   */
}

.header-absolute .header-main ul.nav ul li:hover a, .header-absolute .header-main ul.nav ul li.current-menu-children a, .header-absolute .header-main.sticky .cart-btn:hover .cart-count, .single-post .post-tag.c4, .single-post.style--three .post-content .post-title:hover, .single-post.style--three .read-more-btn:hover, .single-post.style--four .post-content .post-title:hover, .top-title.c4 {
  color: #ff2c2c;
}

.timeline.c_4 li:not(:last-child):after, .timeline.c_4 li span, .timeline.c_4 li span:before, .map-content .content-wrapper, .btn.c_4, .btn.btn-white-fill:hover, .cart-btn:hover, #grid .grid-item .content, .header-absolute .header-main ul.nav > li > a:after, .header-absolute .header-main.sticky .btn:hover, .header-absolute .header-main.sticky .cart-btn:hover, .team.style--two .content, .features.style--two .feature:hover {
  background-color: #FDF305;
}

.contact-list.c_5 li .contact-box .content a:hover, .swiper-button-next-unique.three:hover i,
.swiper-button-prev-unique.three:hover i,
.swiper-button-next-unique2.three:hover i,
.swiper-button-prev-unique2.three:hover i, .btn.btn-white-fill.c_5 > span, .widget.widget_recent_entries.style--three ul li .post--date, .widget.widget_recent_entries.style--three ul li .post--title a:hover, .widget.widget_service_hour.c5-dot ul li a:hover, .widget.widget_nav_menu.c5-dot ul li a:hover, .section-title.style--four .top-title, .header-main.style--five ul.nav > li.current-menu-parent > a, .header-main.style--five ul.nav > li:hover > a, .footer-menu.c_5 li a:hover, .single-post .post-tag.c5, .single-post .header-main.style--five ul.nav ul li:hover a.post-tag, .header-main.style--five ul.nav ul li:hover .single-post a.post-tag, .single-post .header-main.style--five ul.nav ul li.current-menu-children a.post-tag, .header-main.style--five ul.nav ul li.current-menu-children .single-post a.post-tag, .single-post.c_5 .post-content .post-title:hover, .banner.style--five .banner-content .banner-top-title, .top-title.c5, .header-main.style--five ul.nav ul li:hover a.top-title, .header-main.style--five ul.nav ul li.current-menu-children a.top-title, .price-slider .swiper-slide-active .price .btn > span, .price-slider .swiper-slide-active .price .btn:hover > span, .price .price-head .starting-at, .price .price-head .price-text, .price.active .btn > span, .price:hover .btn > span, .price.active .btn:hover > span, .price:hover .btn:hover > span {
  color: #29cc6c;
}

.newsletter-form.style--five .theme-input-group button, .btn.c_5, #grid.c_5 .content, .widget.widget_service_hour.c5-dot ul li:after, .widget.widget_nav_menu.c5-dot ul li:after, .header-main.style--five ul.nav > li > a:before, .header-main.style--five ul.nav > li > a:after, .header-main.style--five .appointment-btn, .footer-menu.c_5 li:after, .service-slider3 .swiper-slide .content .icon,
.service-slider4 .swiper-slide .content .icon, .team.style--two.c_5 .content, .price-slider .swiper-slide-active .price, .price-slider .swiper-slide-active .price .btn > span:after, .price-slider .swiper-slide-active .price .btn:hover > span:after, .price.active, .price:hover, .price.active .btn > span:after, .price:hover .btn > span:after, .price.active .btn:hover > span:after, .price:hover .btn:hover > span:after {
  background-color: #29cc6c;
}

.contact-list.c_6 li .contact-box .content a:hover, .swiper-button-next-unique.four:hover i,
.swiper-button-prev-unique.four:hover i,
.swiper-button-next-unique2.four:hover i,
.swiper-button-prev-unique2.four:hover i, .btn.btn-white-fill.c_6 > span, .header-main.style--six ul.nav ul li:hover a, .header-main.style--six ul.nav ul li.current-menu-children a, .single-post.c_6 .post-content .post-title:hover, .banner.style--six .banner-top-title, .price-slider.style--two .swiper-slide-active .price .btn > span, .price-slider.style--two .swiper-slide-active .price .btn:hover > span, .price.style--three .price-head .starting-at, .price.style--three .price-head .price-text, .price.style--three:hover .btn > span, .price.style--three.active .btn > span, .price.style--three:hover .btn:hover > span, .price.style--three.active .btn:hover > span {
  color: #FF9927;
}

.btn.c_6, #grid.c_6 .content, .header-main.style--six .header-content-wrap, .header-main.style--six.sticky ul.nav > li > a:before, .header-main.style--six.sticky ul.nav > li > a:after,
.service-slider4 .swiper-slide .content .icon, .team.style--two.c_6 .content, .price-slider.style--two .swiper-slide-active .price, .price-slider.style--two .swiper-slide-active .price .btn > span:after, .price-slider.style--two .swiper-slide-active .price .btn:hover > span:after, .price.style--three:hover, .price.style--three.active, .price.style--three:hover .btn > span:after, .price.style--three.active .btn > span:after, .price.style--three:hover .btn:hover > span:after, .price.style--three.active .btn:hover > span:after {
  background-color: #FF9927;
}

.all-white *, .map-content .content-wrapper *, .single-funfact *, #grid .grid-item .content *, .team.style--two .content *, .contact-info *,
.all-white h1,
.map-content .content-wrapper h1,
.single-funfact h1,
#grid .grid-item .content h1,
.team.style--two .content h1,
.contact-info h1,
.all-white h2,
.map-content .content-wrapper h2,
.single-funfact h2,
#grid .grid-item .content h2,
.team.style--two .content h2,
.contact-info h2,
.all-white h3,
.map-content .content-wrapper h3,
.single-funfact h3,
#grid .grid-item .content h3,
.team.style--two .content h3,
.contact-info h3,
.all-white h4,
.map-content .content-wrapper h4,
.single-funfact h4,
#grid .grid-item .content h4,
.team.style--two .content h4,
.contact-info h4,
.all-white h5,
.map-content .content-wrapper h5,
.single-funfact h5,
#grid .grid-item .content h5,
.team.style--two .content h5,
.contact-info h5,
.all-white h6,
.map-content .content-wrapper h6,
.single-funfact h6,
#grid .grid-item .content h6,
.team.style--two .content h6,
.contact-info h6, .service-select, .timeline li span, .timeline.text-white li .content h3, .newsletter-form.style--two .theme-input-group input, .newsletter-form.style--six .theme-input-group input, .map-content .video-wrap .watch-video, .funfact .water-mark, .newsletter-wrap .left-content h5,
.newsletter-wrap .left-content h2,
.newsletter-wrap .right-content h5,
.newsletter-wrap .right-content h2, .socials a:hover, .btn, .btn:hover, .btn.btn-white-fill:hover, .cart-btn .cart-count, .widget.widget_recent_entries.style--two ul li .post--date, .widget.widget_recent_entries.style--two ul li .post--title a:hover, .widget.widget_service_hour.white-dot ul li a:hover, .widget.widget_nav_menu.white-dot ul li a:hover, .section-title.all-white .top-title, .map-content .section-title.content-wrapper .top-title, .section-title.single-funfact .top-title, #grid .grid-item .section-title.content .top-title, .team.style--two .section-title.content .top-title, .section-title.contact-info .top-title, .section-title.all-white h2, .map-content .section-title.content-wrapper h2, .section-title.single-funfact h2, #grid .grid-item .section-title.content h2, .team.style--two .section-title.content h2, .section-title.contact-info h2, .section-title.all-white p, .map-content .section-title.content-wrapper p, .section-title.single-funfact p, #grid .grid-item .section-title.content p, .team.style--two .section-title.content p, .section-title.contact-info p, .pagination li a,
.pagination li span, .page-title-wrap .breadcrumb-nav li, .page-title-wrap .breadcrumb-nav li a, .page-title-wrap .breadcrumb-nav li:not(:last-child):after, .header-top.c5-bg .header-meta li a:hover, .header-main.style--two .btn:hover, .header-main.style--two.sticky .btn, .header-absolute .header-main.sticky .btn > span, .footer-menu.text-white a, .single-post .post-thumb-wrap .posted-on.white a,
.single-post .post-thumb-wrap .posted-on.white .day, .banner-content.text-white h1,
.banner-content.text-white p, .banner-content.all-white .banner-top-title, .map-content .banner-content.content-wrapper .banner-top-title, .banner-content.single-funfact .banner-top-title, #grid .grid-item .banner-content.content .banner-top-title, .team.style--two .banner-content.content .banner-top-title, .banner-content.contact-info .banner-top-title, .banner .social-links a:hover, .shop-category-single .content h2, .woocommerce-tabs .tab-btn li button.active, .woocommerce-tabs .tab-btn li button:hover, .statistics-wrapper .statistic h3,
.statistics-wrapper .statistic h4, .single-service:hover .content h3,
.single-service:hover .content p, .sb-nav li.active a, .services-content h3,
.services-content p, .single-team:hover .team-content, .single-team:hover .team-social .socials a i, .feature:hover h3, .hex-feature:hover .content h3, .price-slider .swiper-slide-active .price .price-head h3, .price-slider .swiper-slide-active .price .price-head .starting-at, .price-slider .swiper-slide-active .price .price-head .price-text, .price-slider .swiper-slide-active .price .price-body ul li, .price.active .price-head h3, .price:hover .price-head h3, .price.active .price-head .starting-at, .price:hover .price-head .starting-at, .price.active .price-head .price-text, .price:hover .price-head .price-text, .price.active .price-body ul li, .price:hover .price-body ul li, .faq-accordion .accordion-header .accordion-button:not(.collapsed), .contact-info a:hover {
  color: #ffffff;
}

.separator-top:after, .service-select option, .swiper-button-next-unique:hover,
.swiper-button-prev-unique:hover,
.swiper-button-next-unique2:hover,
.swiper-button-prev-unique2:hover, .video-wrap .video-btn, .form-wrap, .timeline.all-white li:not(:last-child):after, .map-content .timeline.content-wrapper li:not(:last-child):after, .timeline.single-funfact li:not(:last-child):after, #grid .grid-item .timeline.content li:not(:last-child):after, .team.style--two .timeline.content li:not(:last-child):after, .timeline.contact-info li:not(:last-child):after, .timeline.all-white li span, .map-content .timeline.content-wrapper li span, .timeline.single-funfact li span, #grid .grid-item .timeline.content li span, .team.style--two .timeline.content li span, .timeline.contact-info li span, .timeline.all-white li span:before, .map-content .timeline.content-wrapper li span:before, .timeline.single-funfact li span:before, #grid .grid-item .timeline.content li span:before, .team.style--two .timeline.content li span:before, .timeline.contact-info li span:before, .newsletter-inner, .newsletter-form.style--two .theme-input-group button, .newsletter-form.style--four .theme-input-group, .newsletter-form.style--five .theme-input-group, .newsletter-form.style--six .theme-input-group button, .newsletter-form.style--seven .theme-input-group, .map-content .contact-area .content-wrap, .newsletter-wrap .left-content h2:after,
.newsletter-wrap .right-content h2:after, .mission .mission-content, .btn > span:after, .btn.btn-border:hover > span:after, .btn.btn-white-fill, .btn.btn-white-fill.c_5:hover, .btn.btn-white-fill.c_6:hover, .cart-btn, #grid .grid-item .plus-icon, .widget .widget-title.left-border:after, .widget.widget_service_hour.white-dot ul li:after, .widget.widget_nav_menu.white-dot ul li:after, .header-top .header-meta.has-separator li:not(:last-child):after, .header-main, .header-main ul.nav > li > a:before, .header-main ul.nav > li > a:after, .header-main.style--one, .header-main.style--one #menu-button span, .header-main.style--one #menu-button span:before, .header-main.style--one #menu-button span:after, .header-main.style--two .btn, .header-main.style--five, .header-main.style--six #menu-button span, .header-main.style--six #menu-button span:before, .header-main.style--six #menu-button span:after, .header-absolute .header-main #menu-button span, .header-absolute .header-main #menu-button span:before, .header-absolute .header-main #menu-button span:after, .header-absolute .header-main.sticky .cart-btn .cart-count, .footer-menu.text-white li:after, .single-post, .single-post .post-thumb-wrap .posted-on, .single-post.style--four .post-content, .product, #gal1 a, .content-box, .single-service, .single-service:hover .icon-wrap .icon, .single-service.c_1:hover .icon-wrap .icon, .single-service2, .sb-nav li, .testimonial-slider .swiper-slide,
.testimonial-slider2 .swiper-slide,
.testimonial-slider3 .swiper-slide, .team .content, .feature, .step, .price-slider .swiper-slide-active .price .btn, .price-slider .swiper-slide-active .price .btn:hover, .price-slider.style--two .swiper-slide-active .price .btn, .price-slider.style--two .swiper-slide-active .price .btn:hover, .price, .price.active .btn, .price:hover .btn, .price.active .btn:hover, .price:hover .btn:hover {
  background-color: #ffffff;
}

.widget.widget_categories ul li a, .post-details .entry-header .entry-meta li a, .post-navigation .nav-link .nav-title, .order-details .shop_table tbody td,
.order-details .shop_table tfoot td {
  color: #414141;
}

.list-line li, .arrow-list li, .service-select option, blockquote, .newsletter-form.style--six .theme-input-group button span, .mission-content p,
.vision-content p, .form-control, .appointment-form .attach-file-label, .btn.btn-border, .btn.white-hover:hover span, .widget.widget_tag_cloud .tagcloud a, .header-absolute .header-main.sticky ul.nav > li > a, .header-absolute .header-main.sticky .cart-btn .cart-count, .footer, .post-details .entry-header .entry-meta li span, .post-details .entry-tags ul li:first-child,
.post-details .entry-categories ul li:first-child, .banner.style--three .banner-content > p, .woocommerce-tabs .tab-btn li button,
.order-details .shop_table tfoot th,
.order-details .shop_table tfoot td, .service-list-wrap > p,
.line-list-wrap > p, .content-box p, .sb-nav li a {
  color: #202020;
}

.overlay-double:before, .overlay-double:after, .list-line li:after,
.swiper-button-next-unique2,
.swiper-button-prev-unique2, .video-btn, .newsletter-form.style--three .theme-input-group button, .newsletter-form.style--four .theme-input-group button, .btn:hover, .btn.btn-border > span:after, .btn.btn-border:hover, .btn.white-hover:hover span:after, .btn-circle, .cart-btn .cart-count, .section-title.style--two h2:after, .pagination li a,
.pagination li span, .preloader, .header-main.style--two .btn:hover, .header-main.style--two.sticky .btn, .header-absolute .header-main.sticky .btn, .header-absolute .header-main.sticky .cart-btn, .header-absolute .header-main.sticky #menu-button span, .header-absolute .header-main.sticky #menu-button span:before, .header-absolute .header-main.sticky #menu-button span:after, .offcanvas-overlay, #menu-button span, #menu-button span:before, #menu-button span:after {
  background-color: #202020;
}

table, .service-list li, .contact-box .content span, .contact-box .content a, .timeline li span, .map-content .contact-area .content a, .map-content .video-wrap .watch-video, .socials.square > span, .social-links a, .appointment-form .attach-file-label, .btn, .cart-btn .cart-count, .read-more-btn, .widget.widget_recent_entries ul li .post--date, .pagination li a,
.pagination li span, .single-post .post-thumb-wrap .posted-on, .single-post .post-tag, .single-post.style--four .post-thumb-wrap .posted-on a, .post-details .entry-header .entry-meta li span, .post-details .entry-tags ul li a,
.post-details .entry-categories ul li a, .post-details .entry-tags ul li, #countdown .single-countdown span, .woocommerce-tabs .tab-btn li button, .woocommerce-tabs .woocommerce-Reviews .review-form .comment-form-rating label, .product-details-content .pd-price, .product-details-content .quantity .input-group .form-control, .product_meta > div .label, .sb-nav li a, .step:after, .price .price-head .starting-at, .price .price-head .price-text {
  font-family: "Barlow", sans-serif;
}


.swiper-button-next-unique2,
.swiper-button-prev-unique2, .timeline li span, .timeline li span:before, .socials a, .btn-circle, .cart-btn, .cart-btn .cart-count, .video-slide-card .icon img, .widget.widget_service_hour ul li:after, .widget.widget_nav_menu ul li:after, .header-main ul.nav > li > a:before, .header-main ul.nav > li > a:after, .footer-menu li:after, .circle, .single-service:before, .single-service:after, .team-img img, .single-team:before, .single-team:after {
  border-radius: 50%;
}

.single-service .icon-wrap .icon {
  border-radius: 3px;
}

.newsletter-form .theme-input-group {
  border-radius: 50px;
}

.btn {
  border-radius: 0px;
}

.box-shadow {
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 460px;
}

.service-list li {
  font-size: 18px;
  padding-left: 28px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 8px;
}

@media only screen and (max-width: 449px) {
  .service-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.service-list li:after {
  width: 11px;
  height: 11px;
  left: 0;
  top: 9px;
  position: absolute;
  content: "";
  background-image: url(../img/icon/service-list-icon.svg);
  background-repeat: no-repeat;
}

/* ************************
   02.1: Helper Classes
   ********************* */
.ov-hidden {
  overflow: hidden;
}

.ovx-hidden {
  overflow-x: hidden;
}

.radius-3 {
  border-radius: 3px;
}

.radius-5 {
  border-radius: 5px;
}

.radius-50 {
  border-radius: 50px;
}

.section-bg {
  background-color: #fafafa;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #2f2f2f;/* CDGEDIT   */
  opacity: 0.15;/* CDGEDIT   */
}
.left-side.overlay:after {
  opacity: 0.9;/* CDGEDIT   */
}
.right-side.overlay:after {
  opacity: 0.9;/* CDGEDIT   */
}
.overlay-c1:after {
  background-color: #EC1B30;
}

.overlay-c2:after {
  background-color: #EC1B30;/* CDGEDIT   */
}

.overlay-c3:after {
  background-color: #ff5e14;
}

.overlay-c4:after {
  background-color: #ff2c2c;
}

.overlay-c5:after {
  background-color: #29cc6c;
  opacity: 0.9;
}

.overlay-c6:after {
  background-color: #FF9927;
  opacity: 0.9;
}

.overlay.overlay-opacity-60:after {
  opacity: 0.6;
}

.overlay-double {
  position: relative;
  z-index: 1;
}

.overlay-double:before, .overlay-double:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  content: "";
  opacity: 0.1;
}

.overlay-double:after {
  background: #000834;
  background: -webkit-gradient(linear, left top, right top, from(#000834), to(transparent));
  background: -o-linear-gradient(left, #000834 0%, transparent 100%);
  background: linear-gradient(to right, #000834 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000834', endColorstr='transparent',GradientType=1);
  opacity: 0.6;
}

@media only screen and (min-width: 991px) {
  .mr-lg-30 {
    margin-right: 30px;
  }
}

.mw-initial {
  max-width: initial !important;
}

.all-white .all-white *, .map-content .content-wrapper .all-white *, .single-funfact .all-white *, #grid .grid-item .content .all-white *, .team.style--two .content .all-white *, .contact-info .all-white *, .all-white .map-content .content-wrapper *, .map-content .all-white .content-wrapper *, .map-content .content-wrapper .content-wrapper *, .single-funfact .map-content .content-wrapper *, .map-content .single-funfact .content-wrapper *, #grid .grid-item .content .map-content .content-wrapper *, .map-content #grid .grid-item .content .content-wrapper *, .team.style--two .content .map-content .content-wrapper *, .map-content .team.style--two .content .content-wrapper *, .contact-info .map-content .content-wrapper *, .map-content .contact-info .content-wrapper *, .all-white .single-funfact *, .map-content .content-wrapper .single-funfact *, .single-funfact .single-funfact *, #grid .grid-item .content .single-funfact *, .team.style--two .content .single-funfact *, .contact-info .single-funfact *, .all-white #grid .grid-item .content *, #grid .grid-item .all-white .content *, .map-content .content-wrapper #grid .grid-item .content *, #grid .grid-item .map-content .content-wrapper .content *, .single-funfact #grid .grid-item .content *, #grid .grid-item .single-funfact .content *, #grid .grid-item .content .content *, .team.style--two .content #grid .grid-item .content *, .contact-info #grid .grid-item .content *, #grid .grid-item .contact-info .content *, .all-white .team.style--two .content *, .team.style--two .all-white .content *, .map-content .content-wrapper .team.style--two .content *, .team.style--two .map-content .content-wrapper .content *, .single-funfact .team.style--two .content *, .team.style--two .single-funfact .content *, .team.style--two .content .content *, .contact-info .team.style--two .content *, .team.style--two .contact-info .content *, .all-white .contact-info *, .map-content .content-wrapper .contact-info *, .single-funfact .contact-info *, #grid .grid-item .content .contact-info *, .team.style--two .content .contact-info *, .contact-info .contact-info * {
  color: #fff !important;
}

.bg-dark {
  background-color: #2f2f2f !important;
}

.c1-bg, .header-main ul.nav ul li a:after {
  background-color: #EC1B30 !important;
}

.c2-bg {
  background-color: #EC1B30 !important;
}

.c3-bg {
  background-color: #ff5e14 !important;
}

.c4-bg {
  background-color: #ff2c2c !important;
}

.c5-bg {
  background-color: #29cc6c !important;
}

.c6 {
  color: #FF9927 !important;
}

.c6-bg {
  background-color: #FF9927 !important;
}

.blue-bg {
  background-color: #0a194a;
}

.c3-hover:hover {
  background-color: #ff5e14 !important;
}

.c4-hover:hover {
  background-color: #ff2c2c !important;
}

.c5-hover:hover {
  background-color: #29cc6c !important;
  border-color: #29cc6c !important;
}

.c6-hover:hover {
  background-color: #FF9927 !important;
  border-color: #FF9927 !important;
}

.separator-top {
  position: relative;
}

.separator-top:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0.2;
}

.bg-center {
  background-position: center center;
}

.bg-top-center {
  background-position: top center;
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .contact-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-list li:not(:last-child) {
  margin-right: 45px;
}

@media only screen and (max-width: 479px) {
  .contact-list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-box .icon {
  margin-right: 15px;
}

.contact-box .content span {
  display: block;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-box .content a {
  font-size: 18px;
  line-height: 1;
}

.list-inline li {
  display: inline-block;
}

.list-line li {
  position: relative;
  padding-left: 20px;
}

.list-line li:after {
  width: 12px;
  height: 1px;
  left: 0;
  top: 13px;
  position: absolute;
  content: "";
}

.arrow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 620px;
  margin-bottom: -14px;
}

.arrow-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 20px;
  position: relative;
  margin-bottom: 14px;
}

@media only screen and (max-width: 575px) {
  .arrow-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.arrow-list li:after {
  background-image: url(../img/icon/arrow-c1.svg);
  left: 0;
  top: 10px;
  position: absolute;
  width: 12px;
  height: 7px;
  content: "";
}

.arrow-list.style--two {
  max-width: initial;
}

.arrow-list.style--two li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

@media only screen and (max-width: 1199px) {
  .arrow-list.style--two li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }
}

@media only screen and (max-width: 991px) {
  .arrow-list.style--two li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 767px) {
  .arrow-list.style--two li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.custom-select {
  position: relative;
  display: block;
}

.custom-select:after {
  position: absolute;
  right: 0;
  top: 60%;
  background-image: url(../img/icon/down-angle.svg);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  width: 7px;
  height: 10px;
  content: "";
}

.custom-select select {
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}

.custom-select.c1:after, .header-main ul.nav ul li:hover a.custom-select:after, .header-main ul.nav ul li.current-menu-children a.custom-select:after {
  background-image: url(../img/icon/angle-down-c1.svg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  right: 20px;
  width: 12px;
  top: 53%;
}

.custom-select.c5:after, .header-main.style--five ul.nav ul li:hover a.custom-select:after, .header-main.style--five ul.nav ul li.current-menu-children a.custom-select:after {
  background-image: url(../img/icon/angle-down-c5.svg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  right: 20px;
  width: 12px;
  top: 53%;
}

.custom-select.black:after {
  background-image: url(../img/icon/angle-down-black.svg);
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  right: 20px;
  width: 12px;
  top: 53%;
}

.service-select-wrap {
  max-width: 180px;
}

.service-select {
  border: none;
  background: transparent;
  padding: 10px;
  margin-left: -10px;
}

.swiper-button-next-unique,
.swiper-button-prev-unique,
.swiper-button-next-unique2,
.swiper-button-prev-unique2 {
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .swiper-button-next-unique,
  .swiper-button-prev-unique,
  .swiper-button-next-unique2,
  .swiper-button-prev-unique2 {
    display: none;
  }
}

.swiper-button-next-unique:hover svg path,
.swiper-button-prev-unique:hover svg path,
.swiper-button-next-unique2:hover svg path,
.swiper-button-prev-unique2:hover svg path {
  fill: #EC1B30;
}

.swiper-button-next-unique:after,
.swiper-button-prev-unique:after,
.swiper-button-next-unique2:after,
.swiper-button-prev-unique2:after {
  display: none;
}

.swiper-button-next-unique.three:hover svg path,
.swiper-button-prev-unique.three:hover svg path,
.swiper-button-next-unique2.three:hover svg path,
.swiper-button-prev-unique2.three:hover svg path {
  fill: #29cc6c;
}

.swiper-button-next-unique.four:hover svg path,
.swiper-button-prev-unique.four:hover svg path,
.swiper-button-next-unique2.four:hover svg path,
.swiper-button-prev-unique2.four:hover svg path {
  fill: #FF9927;
}

.swiper-button-next-unique2,
.swiper-button-prev-unique2 {
  border: none !important;
}

.swiper-button-next-unique2 svg path,
.swiper-button-prev-unique2 svg path {
  fill: #ffffff;
}

/* Swiper Dots */
.swiper-pagination {
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1399px) {
  .swiper-pagination {
    left: 20px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 6px 0;
  width: 4px;
  height: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  background-color: rgba(112, 112, 112, 0.7);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #EC1B30;
  width: 12px;
  height: 12px;
}

.swiper-pagination.c_3 .swiper-pagination-bullet {
  background-color: #d8d8d8;
}

.swiper-pagination.c_3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #ff5e14;
}

.swiper-pagination.c_5 .swiper-pagination-bullet {
  background-color: rgba(41, 204, 108, 0.25);
}

.swiper-pagination.c_5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #29cc6c;
}

.swiper-pagination.c_6 .swiper-pagination-bullet {
  background-color: rgba(255, 153, 39, 0.25);
}

.swiper-pagination.c_6 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #FF9927;
}

.swiper-pagination.white .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.25);
}

.swiper-pagination.white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 2px solid #ffffff;
}

.testimonial-slider2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #ee3131;
}

@media only screen and (max-width: 991px) {
  .banner-slider .swiper-pagination {
    display: none;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  width: auto;
}

.testimonial-slider.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.testimonial-slider2.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.testimonial-slider3.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  top: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
}

.testimonial-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.testimonial-slider2.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.testimonial-slider3.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img.bg-left {
  background-position: left;
}

.bg-img.bg-contain {
  background-size: contain;
}

.bg-img.bg-auto {
  background-size: auto;
}

@media only screen and (max-width: 991px) {
  .res-color-bg {
    background: #ff5e14 !important;
  }
}

.video-btn {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.video-btn svg {
  margin-left: 1px;
}

.video-btn.w-120 {
  width: 120px;
  height: 120px;
}

.video-btn.w-120 svg {
  width: 28px;
  height: 25px;
}

.video-btn.w-74 {
  width: 74px;
  height: 74px;
}

.video-btn.w-74 svg {
  width: 25px;
  height: 22px;
}

.video-btn.radius-3 {
  border-radius: 3px;
}

.video-btn.radius-3:after {
  border-radius: 3px;
}

.video-btn.border-style:after {
  border: 1px solid #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: -4px;
  top: -4px;
  opacity: 0.3;
}

.video-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: -410px;
}

.video-wrap:after {
  z-index: 0;
  opacity: 0.8;
  border-radius: 5px;
}

.video-wrap .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-wrap .video-btn svg path {
  fill: #EC1B30;
}

blockquote {
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 35px;
  position: relative;
  max-width: 580px;
}

blockquote:after {
  background-image: url(../img/icon/blockquote-icon.svg);
  left: 0;
  top: 6px;
  width: 26px;
  height: 45px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
}

blockquote.c_3:after {
  background-image: url(../img/icon/blockquote-icon2.svg);
}

blockquote.c_4:after {
  background-image: url(../img/icon/blockquote-icon3.svg);
}

.rating {
  line-height: 1;
}

.form-wrap {
  padding: 33px 45px 33px;/* CDGEDIT   */
}

@media only screen and (max-width: 479px) {
  .form-wrap {
    padding: 30px 15px;
  }
}

.form-wrap.login-form-wrap {
  padding: 55px 45px 60px;
}

@media only screen and (max-width: 479px) {
  .form-wrap.login-form-wrap {
    padding: 30px 15px 35px;
  }
}

.form-wrap.style--two {
  -webkit-box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
  margin-right: 30px;
}

@media only screen and (max-width: 1399px) {
  .form-wrap.style--two {
    margin-right: 0;
  }
}

.form-wrap.style--two textarea {
  height: 100px;
}

.form-wrap.style--five {
  -webkit-box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 479px) {
  .form-wrap.style--five {
    padding: 39px 15px 45px;
  }
}

.form-wrap.style--five textarea {
  height: 90px;
}

.form-wrap.style--three {
  padding: 55px 30px 44px;
}

.form-wrap.style--four {
  -webkit-box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
}

.form-row {
  margin-left: -10px;
  margin-right: -10px;
}

.form-row > * {
  padding-left: 10px;
  padding-right: 10px;
}

.timeline li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.timeline li:not(:last-child) {
  margin-bottom: 50px;
}

.timeline li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 2px;
  height: 57%;
  left: 29px;
  top: 74px;
}

@media only screen and (max-width: 575px) {
  .timeline li:not(:last-child):after {
    display: none;
  }
}

.timeline li span {
  width: 44px;
  min-width: 44px;
  height: 44px;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-right: 26px;
  margin-left: 8px;
}

.timeline li span:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  opacity: 0.2;
  -webkit-transform: scale(1.36);
  -ms-transform: scale(1.36);
  transform: scale(1.36);
}

.timeline li h3 {
  margin-bottom: 14px;
}

.timeline.style--two li:not(:last-child) {
  margin-bottom: 36px;
}

.timeline.style--two li:not(:last-child):after {
  background-color: transparent;
  background-image: url(../img/icon/timeline-line.svg);
  background-repeat: no-repeat;
  height: 35px;
  left: 29px;
  top: 68px;
}

@media only screen and (max-width: 575px) {
  .timeline.style--two li:not(:last-child):after {
    display: none;
  }
}

.timeline.style--two li span {
  width: 55px;
  min-width: 55px;
  height: 55px;
  margin-left: 4px;
  border-radius: 3px;
  z-index: 2;
}

.timeline.style--two li span:before {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 3px;
  left: -4px;
  top: -4px;
  content: "";
  opacity: 0.12;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: -1;
}

.timeline.style--two li span:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 3px;
  position: absolute;
  content: "";
  z-index: -1;
}

.timeline.style--two li h3 {
  margin-bottom: 14px;
}

.timeline.all-white li:not(:last-child), .map-content .timeline.content-wrapper li:not(:last-child), .timeline.single-funfact li:not(:last-child), #grid .grid-item .timeline.content li:not(:last-child), .team.style--two .timeline.content li:not(:last-child), .timeline.contact-info li:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
  .timeline.all-white li:not(:last-child):after, .map-content .timeline.content-wrapper li:not(:last-child):after, .timeline.single-funfact li:not(:last-child):after, #grid .grid-item .timeline.content li:not(:last-child):after, .team.style--two .timeline.content li:not(:last-child):after, .timeline.contact-info li:not(:last-child):after {
    display: none;
  }
}

.timeline.all-white li span, .map-content .timeline.content-wrapper li span, .timeline.single-funfact li span, #grid .grid-item .timeline.content li span, .team.style--two .timeline.content li span, .timeline.contact-info li span {
  color: #ff5e14 !important;
}

.video-section {
  position: relative;
}

.video-section .video-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.video-section.style--two .video-btn {
  left: 0;
  right: auto;
}

.choose-us-content h2 {
  margin-bottom: 13px;
}

.choose-us-content > p {
  margin-bottom: 35px;
}

.partner-logo {
  margin-bottom: 30px;
}

.newsletter-inner {
  padding: 40px;
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 7px 7px 90px rgba(0, 0, 0, 0.07);
  box-shadow: 7px 7px 90px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 575px) {
  .newsletter-inner {
    padding: 30px 15px;
  }
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.newsletter-form > div {
  margin-right: 20px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .newsletter-form > div {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.newsletter-form input {
  margin-bottom: 0;
  width: 100%;
  height: 56px;
}

.newsletter-form.style--two .theme-input-group {
  margin: 0;
  max-width: 580px;
  border-radius: 0px;
}

.newsletter-form.style--two .theme-input-group input {
  background-color: transparent;
  border-radius: 5px 0 0 5px;
}

.newsletter-form.style--two .theme-input-group input::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--two .theme-input-group input::-moz-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--two .theme-input-group input:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--two .theme-input-group input::-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--two .theme-input-group input::placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--two .theme-input-group button {
  border-radius: 0 5px 5px 0;
  padding: 10px 30px;
}

.newsletter-form.style--three .theme-input-group {
  margin: 0;
  border-radius: 0px;
}

.newsletter-form.style--three .theme-input-group input {
  margin-right: 10px;
  border-radius: 3px;
  height: 50px;
}

.newsletter-form.style--three .theme-input-group button {
  border-radius: 3px !important;
  padding: 8px 24px;
}

.newsletter-form.style--four .theme-input-group {
  margin: 0;
  max-width: 580px;
  border-radius: 5px;
}

.newsletter-form.style--four .theme-input-group input {
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
  border: none;
}

.newsletter-form.style--four .theme-input-group button {
  border-radius: 5px;
  padding: 10px 30px;
}

.newsletter-form.style--four .theme-input-group button svg path {
  fill: #ffffff;
}

.newsletter-form.style--five .theme-input-group {
  margin: 0;
  max-width: 580px;
  border-radius: 0px;
}

.newsletter-form.style--five .theme-input-group input {
  background-color: rgba(41, 204, 108, 0.1);
  border-radius: 5px 0 0 5px;
  border: none;
}

.newsletter-form.style--five .theme-input-group button {
  padding: 10px 30px;
}

.newsletter-form.style--five .theme-input-group button svg path {
  fill: #ffffff;
}

.newsletter-form.style--six .theme-input-group {
  margin: 0 auto;
  max-width: 480px;
  border-radius: 0px;
}

.newsletter-form.style--six .theme-input-group input {
  background-color: transparent;
  border-radius: 0px;
}

.newsletter-form.style--six .theme-input-group input::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--six .theme-input-group input::-moz-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--six .theme-input-group input:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--six .theme-input-group input::-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--six .theme-input-group input::placeholder {
  color: #ffffff !important;
  opacity: 0.6;
}

.newsletter-form.style--six .theme-input-group button {
  padding: 10px 30px;
  border: none;
}

.newsletter-form.style--six .theme-input-group button span:after {
  background-color: #202020;
}

.newsletter-form.style--six .theme-input-group button svg path {
  fill: #202020;
}

.newsletter-form.style--seven .theme-input-group {
  margin: 0;
  max-width: 580px;
  border-radius: 0px;
  border: 1px solid #dddddd;
}

.newsletter-form.style--seven .theme-input-group input {
  border: none;
  height: 54px;
  padding: 5px 20px;
}

.newsletter-form.style--seven .theme-input-group button {
  padding: 5px 20px;
}

@media only screen and (max-width: 479px) {
  .dropdown-btn {
    font-size: 14px;
  }
}

.dropdown-btn svg {
  margin-left: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 479px) {
  .dropdown-btn svg {
    margin-left: 10px;
    position: relative;
    top: 1px;
  }
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 10px 0 !important;
  top: 110%;
}

.dropdown-menu li {
  padding: 5px 20px !important;
}

.map-content {
  margin-top: -120px;
  position: relative;
}

.map-content .contact-area {
  position: relative;
}

.map-content .contact-area > img {
  border-radius: 5px;
}

.map-content .contact-area .content-wrap {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 45px;
  padding: 28px 35px 22px;
  white-space: nowrap;
  margin-left: 5px;
}

.map-content .contact-area .content-wrap:after {
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid #fff;
  opacity: 0.3;
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  .map-content .contact-area .content-wrap {
    padding: 20px 20px 14px;
  }
}

@media only screen and (max-width: 479px) {
  .map-content .contact-area .content-wrap {
    bottom: 20px;
  }
}

.map-content .contact-area .icon {
  margin-right: 24px;
}

@media only screen and (max-width: 1199px) {
  .map-content .contact-area .icon {
    margin-right: 16px;
  }
}

.map-content .contact-area .content h5 {
  font-weight: 500;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1199px) {
  .map-content .contact-area .content h5 {
    font-size: 14px;
  }
}

.map-content .contact-area .content a {
  font-size: 24px;
}

@media only screen and (max-width: 1199px) {
  .map-content .contact-area .content a {
    font-size: 18px;
  }
}

.map-content .video-area {
  line-height: 1;
  margin-bottom: -3px;
}

@media only screen and (max-width: 991px) {
  .map-content .video-area {
    margin-bottom: 30px;
  }
}

.map-content .video-wrap {
  position: relative;
  top: 0;
  left: 0;
}

.map-content .video-wrap .watch-video {
  position: absolute;
  font-size: 16px;
  white-space: nowrap;
  text-transform: uppercase;
  right: 10px;
  bottom: 80px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (max-width: 479px) {
  .map-content .video-wrap .watch-video {
    font-size: 14px;
    bottom: 55px;
    right: -10px;
  }
}

.map-content .content-wrapper {
  padding: 53px 45px 52px;
  border-radius: 5px 5px 0 0;
}

@media only screen and (max-width: 575px) {
  .map-content .content-wrapper {
    padding: 33px 15px 35px;
  }
}

.map-content .content-wrapper h2 {
  font-size: 36px;
  margin-bottom: 23px;
}

.map-content .content-wrapper > p svg {
  margin-right: 5px;
}

.map-content.style--two {
  margin: 0;
}

.map-content.style--two .content-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* Funfact */
.funfact {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.funfact .water-mark {
  position: absolute;
  z-index: -1;
  font-size: 160px;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.12;
  line-height: 1;
}

.single-funfact {
  margin-bottom: 40px;
}

.single-funfact img {
  margin-bottom: 18px;
}

.single-funfact h2 {
  font-size: 48px;
  margin-bottom: 16px;
}

.newsletter-wrap {
  position: relative;
  z-index: 1;
}

.newsletter-wrap .left-side,
.newsletter-wrap .right-side {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 991px) {
  .newsletter-wrap .left-side,
  .newsletter-wrap .right-side {
    width: 100%;
    height: 50%;
  }
}

.newsletter-wrap .right-side {
  left: 50%;
}

@media only screen and (max-width: 991px) {
  .newsletter-wrap .right-side {
    left: 0;
    top: 50%;
  }
}

.newsletter-wrap .left-content h2,
.newsletter-wrap .right-content h2 {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 18px;
}

.newsletter-wrap .left-content h2:after,
.newsletter-wrap .right-content h2:after {
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 45%;/* CDGEDIT   */
  content: "";
}

.newsletter-wrap .left-content .newsletter-form,
.newsletter-wrap .right-content .newsletter-form {
  margin-top: 45px;
}

@media only screen and (max-width: 991px) {
  .newsletter-wrap .left-content {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .newsletter-wrap .right-content {
    padding-left: 45px;
  }
}

.newsletter-wrap .right-content .btn {
  margin-top: 27px;
}

.right-shape {
  position: relative;
}

.right-shape:after {
  position: absolute;
  right: -15px;
  top: 0;
  width: 2px;
  height: 100%;
  background-image: url(../img/icon/right-shape.svg);
  background-repeat: no-repeat;
  content: "";
}

@media only screen and (max-width: 991px) {
  .right-shape:after {
    display: none;
  }
}

.right-shape--two:after {
  background-image: url(../img/icon/right-shape2.svg);
}

.video-slider-wrap {
  padding: 60px 60px 54px;
  max-width: 540px;
}

@media only screen and (max-width: 479px) {
  .video-slider-wrap {
    padding: 60px 30px 54px;
  }
}

.video-slider .swiper-pagination {
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.video-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

.mission {
  -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.mission .mission-thumb img {
  width: 100%;
}

.mission .mission-content {
  padding: 40px 30px 45px;
}

.mission .mission-content h3 {
  margin-bottom: 19px;
}

.skill-section {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .skill-section {
    padding: 60px 0;
  }
}

.skill-section .video-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  .skill-img {
    position: relative;
  }
}

.skill-img img {
  max-width: initial;
}

@media only screen and (max-width: 991px) {
  .skill-img img {
    max-width: 100%;
  }
}

.progress-wrap:not(:last-child) {
  margin-bottom: 23px;
}

.progress-wrap > p {
  margin-bottom: 5px;
}

.progress-wrap .progress {
  height: 5px;
  background-color: #ebebeb;
  border-radius: 0px;
}

.mission-content h3,
.vision-content h3 {
  margin-bottom: 20px;
}

/* Gutter 50 */
@media only screen and (min-width: 992px) {
  .gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutter-50 > [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.terms-content {
  margin: -5px 0;
}

.terms-content .content:not(:last-child) {
  margin-bottom: 45px;
}

.terms-content .content h3 {
  margin-bottom: 20px;
}

.terms-content .content ul li:not(:last-child) {
  margin-bottom: 9px;
}

.login-img img {
  max-width: initial;
}

@media only screen and (max-width: 991px) {
  .login-img img {
    max-width: 100%;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-response {
  margin-top: 16px;
  display: block;
}

/* ************************
   02.2: Animations
   ********************* */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes matrix {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
    transform: matrix(1, 0, 0, 1, 15, 20);
  }
  50% {
    -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
    transform: matrix(1, 0, 0, 1, -5, 25);
  }
  75% {
    -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
    transform: matrix(1, 0, 0, 1, -15, 15);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes matrix {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  25% {
    -webkit-transform: matrix(1, 0, 0, 1, 15, 20);
    transform: matrix(1, 0, 0, 1, 15, 20);
  }
  50% {
    -webkit-transform: matrix(1, 0, 0, 1, -5, 25);
    transform: matrix(1, 0, 0, 1, -5, 25);
  }
  75% {
    -webkit-transform: matrix(1, 0, 0, 1, -15, 15);
    transform: matrix(1, 0, 0, 1, -15, 15);
  }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes inner-circles-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes arrow {
  0% {
    bottom: -5px;
  }
  100% {
    bottom: 5px;
  }
}

@keyframes arrow {
  0% {
    bottom: -5px;
  }
  100% {
    bottom: 5px;
  }
}

/* ************************
   02.3: Social List
   ********************* */
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.socials a {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  font-size: 15px;
}

.socials a:not(:last-child) {
  margin-right: 12px;
}

.socials a i {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  position: relative;
  top: 1px;
}

.socials a:hover {
  border-color: #EC1B30;
}

.socials.style--two a {
  border-color: #202020;
}

.socials.style--two a:hover {
  border-color: #ee3131;
  color: #ee3131;
  background-color: transparent;
}

.socials.style--three a {
  border-color: #29cc6c;
  color: #29cc6c;
}

.socials.style--three a:hover {
  border-color: #29cc6c;
  color: #ffffff;
  background-color: #29cc6c;
}

.socials.white-hover a:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}

.socials.white-hover a:hover i {
  color: #ff5e14;
}

.socials.white-hover.c_5 a:hover i {
  color: #29cc6c;
}

.socials.square {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials.square > span {
  margin-right: 5px;
}

.socials.square a {
  border: 1px solid #414141;
  border-radius: 0px;
  width: 25px;
  height: 25px;
  font-size: 12px;
}

.socials.square a:hover {
  border-color: #EC1B30;
  color: #ffffff;
}

.social-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links a {
  position: relative;
  font-size: 18px;
}

.social-links a:not(:last-child) {
  padding-right: 21px;
  margin-right: 20px;
}

.social-links a:not(:last-child):after {
  width: 1px;
  height: 13px;
  background-color: #0a194a;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.social-links.white-sep a:not(:last-child):after {
  background-color: #ffffff;
  opacity: 0.3;
}

.social-links.sep-none a:not(:last-child) {
  padding-right: 0;
}

.social-links.sep-none a:not(:last-child):after {
  display: none;
}

/* ************************
   03.4: Inputs
   ********************* */
.form-control {
  border-color: #dddddd;
  height: 56px;
  border-radius: 0px;
  padding: 10px 25px;
  margin-bottom: 20px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #dddddd;
}

.form-control.mb-30 {
  margin-bottom: 30px;
}

textarea.form-control {
  height: 160px;
}

textarea.form-control.h-220 {
  height: 220px;
}

.appointment-form textarea {
  height: 100px;
}

.appointment-form .attach-file-label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  text-transform: capitalize;
}

.appointment-form .attach-file-wrap {
  margin-bottom: 20px;
}

.appointment-form .attach-file-wrap > div {
  border: 1px solid #dddddd;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
  cursor: pointer;
  line-height: 1;
}

.appointment-form .attach-file-wrap > div:not(:last-child) {
  border-right: 0px;
}

.appointment-form .attach-file-wrap .upfile-wrap input {
  width: 0;
  height: 0;
  overflow: hidden;
}

.newsletter-form .theme-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  overflow: hidden;
  margin: 0 auto;
}

.newsletter-form .theme-input-group .form-control {
  margin-bottom: 0;
  height: 60px;
}

.newsletter-form .theme-input-group .btn {
  border-radius: 0px;
  padding: 10px 28px;
}

.search-form {
  max-width: 540px;
}

.search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50px;
}

.search-form form input {
  margin-bottom: 0;
}

.search-form form button {
  padding: 15px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  height: 50px;
}

.search-form form button svg {
  margin: 0;
}

.search-form.style--two {
  max-width: initial;
}

.main-appointment-form .separator {
  border-bottom: 1px solid #DDDDDD;
  margin: 40px 0 54px;
}

/* ************************
   02.5: Buttons
   ********************* */
.btn {
  font-size: 14px;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1;
  padding: 15px 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.btn > span {
  position: relative;
  z-index: 1;
  padding-right: 10px;
}

.btn > span:after {
  width: 1px;
  height: 26px;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.btn svg,
.btn i,
.btn img {
  margin-left: 10px;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-lg {
  padding: 19px 28px;
  font-size: 16px;
}

.btn.btn-sm {
  font-size: 12px;
  padding: 4px;
  padding-left: 24px;
}

.btn.btn-sm svg {
  width: 35px;
  height: 35px;
}

.btn.btn-sm span {
  top: 1px;
}

.btn.btn-border {
  background-color: transparent;
  border: 1px solid #202020;
}

.btn.btn-border svg path,
.btn.btn-border svg rect {
  fill: #202020;
}

.btn.btn-border:hover {
  border-color: #202020;
  color: #ffffff;
}

.btn.btn-border:hover svg path,
.btn.btn-border:hover svg rect {
  fill: #ffffff;
}

.btn.btn-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.btn-white > span:after {
  background-color: #ffffff;
}

.btn.btn-white svg path {
  fill: #ffffff;
}

.btn.btn-white-fill {
  border: 1px solid #ffffff;
  color: #ff2c2c;
}

.btn.btn-white-fill > span:after {
  background-color: #ff2c2c;
}

.btn.btn-white-fill svg path {
  fill: #ff2c2c;
}

.btn.btn-white-fill:hover {
  border: 1px solid #ff2c2c;
}

.btn.btn-white-fill:hover > span:after {
  background-color: #ffffff;
}

.btn.btn-white-fill:hover svg path {
  fill: #ffffff;
}

.btn.btn-white-fill.c_5 > span:after {
  background-color: #29cc6c;
}

.btn.btn-white-fill.c_5 svg path {
  fill: #29cc6c;
}

.btn.btn-white-fill.c_5:hover {
  border-color: #ffffff;
}

.btn.btn-white-fill.c_6 > span:after {
  background-color: #FF9927;
}

.btn.btn-white-fill.c_6 svg path {
  fill: #FF9927;
}

.btn.btn-white-fill.c_6:hover {
  border-color: #ffffff;
}

.btn.white-hover:hover {
  background-color: #ffffff !important;
}

.btn.white-hover:hover svg path {
  fill: #202020;
}

.btn.top1 > span {
  top: 1px;
}

.btn.c1-hover:hover {
  background-color: #EC1B30 !important;
  border-color: #EC1B30 !important;
}

.btn.sm {
  font-size: 13px;
  padding: 12px 18px;
}

.btn.c3-hover:hover {
  background-color: #ff5e14 !important;
  border-color: #ff5e14 !important;
}

.btn.c4-hover:hover {
  background-color: #ff2c2c !important;
  border-color: #ff2c2c !important;
}

.btn-circle {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}

.cart-btn {
  position: relative;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}

.cart-btn .cart-count {
  width: 14px;
  height: 14px;
  font-size: 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
}

.cart-btn:hover svg path {
  fill: #ffffff;
}

.search-toggle-btn svg,
.search-toggle-btn i {
  position: relative;
  top: -2px;
}

.read-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.read-more-btn svg {
  margin-left: 8px;
}

.read-more-btn:hover svg path,
.read-more-btn:hover svg rect {
  fill: #EC1B30;
}

.direction-btn {
  text-decoration: underline;
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
}

/* ************************
   02.6: Cards
   ********************* */
/* Grid */
#grid {
  margin: -15px 0;
}

@media only screen and (max-width: 991px) {
  #grid {
    margin: -10px 0;
  }
}

#grid .grid-item {
  padding: 15px;
  position: relative;
  width: 33.33%;
}

#grid .grid-item:after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: rgba(0, 0, 0, 0.3);
  left: 15px;
  top: 15px;
  position: absolute;
  content: "";
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  #grid .grid-item:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  #grid .grid-item {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #grid .grid-item {
    width: 100%;
  }
  #grid .grid-item img {
    width: 100%;
  }
}

#grid .grid-item.width2 {
  width: 41.66%;
}

@media only screen and (max-width: 767px) {
  #grid .grid-item.width2 {
    width: 100%;
  }
}

#grid .grid-item.width3 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  #grid .grid-item.width3 {
    width: 100%;
  }
}

#grid .grid-item .plus-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
}

#grid .grid-item .content {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  padding: 24px 30px 21px;
  -webkit-transform: translate(-5%, -5%) scale(0.9);
  -ms-transform: translate(-5%, -5%) scale(0.9);
  transform: translate(-5%, -5%) scale(0.9);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  #grid .grid-item .content {
    padding: 19px 20px 16px;
  }
}

#grid .grid-item .content h3 {
  margin-bottom: 6px;
}

#grid .grid-item .content .read-more-btn {
  font-size: 13px;
  font-weight: 500;
}

#grid .grid-item .content .read-more-btn svg path {
  fill: #ffffff;
}

#grid .grid-item .content .read-more-btn:hover svg {
  margin-left: 5px;
}

@media only screen and (max-width: 991px) {
  #grid .grid-item .content {
    right: 10px;
    bottom: 10px;
  }
}

#grid .grid-item:hover:after {
  opacity: 1;
}

#grid .grid-item:hover .plus-icon {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

#grid .grid-item:hover .content {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
}

.video-slide-card {
  padding-bottom: 44px;
}

.video-slide-card .quote {
  opacity: 0.3;
  margin-bottom: 28px;
}

.video-slide-card > p {
  margin-bottom: 30px;
}

.video-slide-card .content h3 {
  margin-bottom: 5px;
}

/* ************************
   02.7: Widget
   ********************* */
.widget:not(:last-child) {
  margin-bottom: 40px;
}

.widget .widget-title {
  margin-bottom: 20px;
  line-height: 1.2;
}

.widget .widget-title.left-border {
  position: relative;
  padding-left: 18px;
}

.widget .widget-title.left-border:after {
  width: 3px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
}

.widget.widget_newsletter .content p {
  margin-bottom: 26px;
}

.widget.widget_newsletter .content .tc-text {
  font-size: 14px;
  margin-top: 13px;
  display: block;
}

.widget.widget_recent_entries ul li {
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget.widget_recent_entries ul li:not(:last-child) {
  margin-bottom: 13px;
}

.widget.widget_recent_entries ul li .post--img {
  margin-right: 10px;
  min-width: 70px;
}

.widget.widget_recent_entries ul li .post--date {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 2px;
}

.widget.widget_recent_entries ul li .post--title {
  line-height: calc(28 / 18);
}

.widget.widget_tag_cloud .tagcloud {
  margin: 0 -6px -6px 0;
}

.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f9f9f9;
  margin: 0 3px 6px 0;
  border-radius: 2px;
  font-size: 13px;
}

.widget.widget_service_hour ul li, .widget.widget_nav_menu ul li {
  position: relative;
  padding-left: 15px;
}

.widget.widget_service_hour ul li:not(:last-child), .widget.widget_nav_menu ul li:not(:last-child) {
  margin-bottom: 12px;
}

.widget.widget_service_hour ul li span, .widget.widget_nav_menu ul li span {
  width: 100px;
  display: inline-block;
}

.widget.widget_service_hour ul li:after, .widget.widget_nav_menu ul li:after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
}

@media only screen and (min-width: 1400px) {
  .widget.widget_service_hour.style--two, .widget.widget_nav_menu.style--two {
    margin-left: -15px;
  }
}

.widget.widget_service_hour.style--two .menu-container, .widget.widget_nav_menu.style--two .menu-container {
  max-height: 200px;
  overflow-y: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget.widget_service_hour ul li span, .widget.widget_nav_menu ul li span {
    display: block;
    width: 100%;
  }
}

.widget.widget_service_hour .border-style, .widget.widget_nav_menu .border-style {
  max-width: 270px;
}

.widget.widget_service_hour .border-style li, .widget.widget_nav_menu .border-style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 0 6px 15px;
}

.widget.widget_service_hour .border-style li:not(:last-child), .widget.widget_nav_menu .border-style li:not(:last-child) {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}

.widget.widget_service_hour .border-style li:first-child, .widget.widget_nav_menu .border-style li:first-child {
  padding-top: 0;
}

.widget.widget_service_hour .border-style li:last-child, .widget.widget_nav_menu .border-style li:last-child {
  padding-bottom: 0;
}

.widget.widget_service_hour .border-style li span, .widget.widget_nav_menu .border-style li span {
  width: auto;
}

.widget.widget_service_hour .border-style.style--two li, .widget.widget_nav_menu .border-style.style--two li {
  border-bottom: 1px dotted rgba(32, 32, 32, 0.25);
}

.widget.widget_service_hour .border-style.style--two li:last-child, .widget.widget_nav_menu .border-style.style--two li:last-child {
  padding-bottom: 6px;
}

.widget.widget_service_hour .border-style.style--two.border-color-white li, .widget.widget_nav_menu .border-style.style--two.border-color-white li {
  border-color: rgba(255, 255, 255, 0.25);
}

.widget.widget_service_hour .border-style.mb-30, .widget.widget_nav_menu .border-style.mb-30 {
  margin-bottom: 30px;
}

.widget.widget_service_hour {
  padding: 50px 30px;
}

.widget.widget_service_hour ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget.widget_service_hour ul li:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  padding-bottom: 11px;
  margin-bottom: 10px;
}

.widget.widget_service_hour ul li span {
  width: auto;
}

.widget.widget_categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget.widget_categories ul li:not(:last-child) {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
}

.widget.widget_categories ul li a {
  position: relative;
}

.widget.widget_about p {
  margin-bottom: 17px;
}

.widget.widget_search .theme-input-group {
  position: relative;
}

.widget.widget_search .form-control {
  border: 1px solid #eeeeee;
  margin-bottom: 0;
  padding: 5px 20px;
  padding-right: 35px;
}

.widget.widget_search button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget.widget_search button svg path {
  fill: #EC1B30;
}

.widget.widget_video {
  position: relative;
  display: inline-block;
}

.widget.widget_video .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ************************
   02.8: Titles
   ********************* */
.section-title {
  position: relative;
  margin-top: -4px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title.mb-30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .section-title br {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 36px;
  }
}

.section-title.style--two .top-title {
  margin-bottom: 5px;
}

.section-title.style--two .top-title:after {
  display: none;
}

.section-title.style--two h2 {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 18px;
}

.section-title.style--two h2:after {
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.section-title.style--three {
  margin-bottom: 50px;
}

.section-title.style--three .top-title {
  margin-bottom: 5px;
}

.section-title.style--three .top-title:after {
  display: none;
}

.section-title.style--three h2 {
  margin-bottom: 24px;
}

.section-title.style--four {
  margin-bottom: 50px;
}

.section-title.style--four .top-title {
  margin-bottom: 10px;
}

.section-title.style--four .top-title:after {
  display: none;
}

.section-title.style--four h2 {
  margin-bottom: 24px;
}

.section-title.style--four p {
  max-width: 580px;
}

.section-title.text-center h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title.text-center > p {
  max-width: 580px;
  margin: 0 auto;
}

/* ************************
   02.9: Pagination
   ********************* */
.pagination ul {
  margin: 0;
}

.pagination li:not(:last-child) {
  margin-right: 18px;
}

@media only screen and (max-width: 479px) {
  .pagination li:not(:last-child) {
    margin-right: 10px;
  }
}

.pagination li a,
.pagination li span {
  width: 56px;
  height: 56px;
  line-height: 1;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

@media only screen and (max-width: 479px) {
  .pagination li a,
  .pagination li span {
    width: 48px;
    height: 48px;
  }
}

.pagination li.nav-btn a.disabled {
  cursor: not-allowed;
  opacity: .5;
}

/* ************************
   02.10: Back to Top
   ********************* */
.back-to-top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #ffffff !important;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  bottom: 10%;
  right: 4%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

.back-to-top.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.back-to-top:hover {
  opacity: .6;
}

/* ************************
   02.11: Preloader
   ********************* */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ************************
   02.12: Breadcrumb
   ********************* */
.page-title-wrap {
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .page-title-wrap {
    background-position: right;
    min-height: initial;
  }
}

.page-title-wrap .breadcrumb-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 22px 60px;
}

.page-title-wrap .breadcrumb-nav:before, .page-title-wrap .breadcrumb-nav:after {
  width: 1000%;
  height: 72px;
  left: -12px;
  bottom: 0;
  border: 1px solid #ffffff;
  border-right: 0px;
  border-bottom: 0px;
  position: absolute;
  content: "";
  border-radius: 60px 0 0 0;
}

.page-title-wrap .breadcrumb-nav:after {
  border: none;
  height: 100%;
  left: 0;
  border-radius: 50px 0 0 0;
}

.page-title-wrap .breadcrumb-nav li {
  position: relative;
  z-index: 1;
  line-height: 1;
}

.page-title-wrap .breadcrumb-nav li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}

.page-title-wrap .breadcrumb-nav li:not(:last-child):after {
  right: -4px;
  position: absolute;
  content: '-';
  top: 0;
  width: 5px;
  height: 2px;
}

.page-title {
  padding: 164px 0 173px;/* CDGEDIT   */
}

@media only screen and (max-width: 991px) {
  .page-title {
    padding-top: 180px;
  }
}

.page-title h2 {
  font-size: 66px;
  max-width: 1100px;
  text-shadow: 0 1px 0 #000, 0 2px 0 #191919, 0 3px 0 #222, 0 4px 0 #393939, 0 5px 0 #444, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

@media only screen and (max-width: 479px) {
  .page-title h2 {
    font-size: 48px;
  }
}

/* ************************
   03.1: Header
   ********************* */
.header.style2 {
  min-height: 130px;
}

.header-top {
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .header-top {
    padding-top: 10px;
  }
}

.header-top .header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .header-top .header-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header-top .header-meta li {
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .header-meta li:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .header-top .header-meta li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.header-top .header-meta li svg {
  margin-right: 10px;
}

.header-top .header-meta.has-separator li {
  position: relative;
}

.header-top .header-meta.has-separator li:not(:last-child) {
  margin-right: 24px;
  padding-right: 24px;
}

@media only screen and (max-width: 575px) {
  .header-top .header-meta.has-separator li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }
}

.header-top .header-meta.has-separator li:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.2;
  content: "";
  width: 1px;
  height: 18px;
}

@media only screen and (max-width: 575px) {
  .header-top .header-meta.has-separator li:not(:last-child):after {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-top .header-meta.has-separator.gap-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-top .header-meta.has-separator.gap-sm li:not(:last-child) {
  margin-right: 16px;
  padding-right: 16px;
}

@media only screen and (max-width: 575px) {
  .header-top .header-meta.has-separator.gap-sm li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }
}

.header-top .social-links a {
  width: auto;
  height: auto;
  font-size: 13px;
}

.header-top .social-links a:not(:last-child) {
  margin-right: 24px;
}

.header-top .social-links.white a, .header-top .social-links.all-white a, .header-top .map-content .social-links.content-wrapper a, .map-content .header-top .social-links.content-wrapper a, .header-top .social-links.single-funfact a, .header-top #grid .grid-item .social-links.content a, #grid .grid-item .header-top .social-links.content a, .header-top .team.style--two .social-links.content a, .team.style--two .header-top .social-links.content a, .header-top .social-links.contact-info a, .header-top .social-links.text-white a {
  color: #fff;
}

.header-middle {
  padding: 0px 0;/* CDGEDIT   */
}

.header-main {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.header-main.fixed-top {
  position: fixed;
}

.header-main.sticky {
  background: #ffffff !important;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
  min-height: 80px;
}

.header-main.sticky .logo .sticky-logo {
  display: block;
}

.header-main.sticky .logo .main-logo {
  display: none;
}

.header-main.sticky #menu-button span {
  background-color: #202020;
}

.header-main.sticky #menu-button span:before, .header-main.sticky #menu-button span:after {
  background-color: #202020;
}

.header-main .logo .sticky-logo {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header-main .submenu-button {
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
    width: 30px;
    color: inherit;
    font-size: 14px;
    z-index: 9999;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header-main .submenu-button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    line-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 900;
  }
  .header-main .submenu-button.submenu-opened:after {
    content: "\f0d8";
    color: #5551ef;
  }
  .header-main .nav-wrap-inner {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.16);
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 110%;
    z-index: 9;
    max-height: 400px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .header-main ul.nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 14px 20px;
    padding-right: 0;
  }
  .header-main ul.nav > li {
    width: 100%;
  }
}

.header-main ul.nav > li > a {
  line-height: 50px;
  position: relative;
  display: block;
}

.header-main ul.nav > li > a:before, .header-main ul.nav > li > a:after {
  width: 0px;
  height: 4px;
  -webkit-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  position: absolute;
  content: "";
  left: -9px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .header-main ul.nav > li > a:before, .header-main ul.nav > li > a:after {
    display: none;
  }
}

.header-main ul.nav > li > a:after {
  left: -17px;
}

.header-main ul.nav > li.current-menu-parent > a:before, .header-main ul.nav > li.current-menu-parent > a:after, .header-main ul.nav > li:hover > a:before, .header-main ul.nav > li:hover > a:after {
  opacity: 1;
  visibility: visible;
  width: 4px;
}

.header-main ul.nav li:hover > ul {
  top: 100%;
}

.header-main ul.nav ul {
  position: absolute;
  left: 0;
  top: -2000px;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  width: 200px;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 9;
  border-radius: 0 0 5px 5px;
  padding: 0px;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 1199px) {
  .header-main ul.nav ul {
    position: static;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header-main ul.nav ul li {
    margin-left: 20px;
  }
  .header-main ul.nav ul li a:before, .header-main ul.nav ul li a:after {
    display: none;
  }
}

.header-main ul.nav ul li {
  padding: 8px 20px;
}

@media only screen and (max-width: 1199px) {
  .header-main ul.nav ul li {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-main ul.nav ul li a {
  display: block;
}

.header-main ul.nav ul li a:after {
  position: absolute;
  left: 0;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-main ul.nav ul li:not(:last-child) a:after {
  bottom: 0;
  height: 1px;
  width: 100%;
  opacity: 0.1;
}

.header-main ul.nav ul li:hover > ul {
  top: 0;
}

.header-main ul.nav ul ul {
  left: 100%;
}

.header-main ul.nav ul.open {
  visibility: visible;
  opacity: 1;
}

.header-main ul li {
  position: relative;
  padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
  .header-main ul li {
    padding: 0;
  }
}

.header-main ul li a {
  text-transform: capitalize;
}

.header-main ul li:last-child {
  padding-right: 0;
}

.header-main ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-main.style--one {
  background-image: url(../../images/header-bg.png);
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) {
  .header-main.style--one ul.nav > li > a {
    color: #ffffff;
  }
}

@media only screen and (max-width: 1399px) {
  .header-main.style--one {
    background: #EC1B30;/* CDGEDIT   */
  }
}

.header-main.style--one.sticky .service-dropdown {
  display: none;
}

.header-main.style--one.sticky .search-toggle-btn path {
  fill: #202020;
}

@media only screen and (min-width: 992px) {
  .header-main.style--one.sticky ul.nav > li > a {
    color: #202020;
  }
}

.header-main.style--two {
  min-height: 90px;
  background-color: transparent;
}

.header-main.style--two .search-toggle-btn path {
  fill: #202020;
}

.header-main.style--three {
  min-height: 90px;
  position: relative;
  -webkit-box-shadow: 3px 3px 45px rgba(0, 0, 0, 0.03);
  box-shadow: 3px 3px 45px rgba(0, 0, 0, 0.03);
}

.header-main.style--three .search-toggle-btn path {
  fill: #202020;
}

.header-main.style--three.sticky {
  position: fixed;
}

.header-main.style--five {
  min-height: 90px;
  -webkit-box-shadow: 3px 3px 45px rgba(0, 0, 0, 0.03);
  box-shadow: 3px 3px 45px rgba(0, 0, 0, 0.03);
  position: relative;
}

.header-main.style--five .search-toggle-btn path {
  fill: #202020;
}

.header-main.style--five.sticky {
  position: fixed;
}

.header-main.style--six {
  background-color: transparent;
  position: relative;
  margin-bottom: -30px;
}

@media only screen and (min-width: 1200px) {
  .header-main.style--six ul.nav > li > a {
    line-height: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-main.style--six ul.nav > li > a {
    color: #ffffff;
  }
}

.header-main.style--six .logo {
  display: none;
}

.header-main.style--six .header-content-wrap {
  min-height: 60px;
  padding-left: 20px;
}

.header-main.style--six .search-toggle-btn {
  width: 208px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-main.style--six .search-toggle-btn > span {
  padding-right: 20px;
}

.header-main.style--six .search-toggle-btn svg {
  margin-left: 20px;
}

.header-main.style--six.sticky {
  position: fixed;
  margin-bottom: 0;
}

.header-main.style--six.sticky .logo {
  display: block;
}

.header-main.style--six.sticky .header-content-wrap {
  background-color: transparent;
  padding-left: 0px;
}

.header-main.style--six.sticky .service-dropdown {
  display: none;
}

@media only screen and (max-width: 575px) {
  .header-main.style--six.sticky .search-toggle {
    display: none;
  }
}

.header-main.style--six.sticky .search-toggle-btn {
  background-color: #FF9927;
  height: auto;
  width: auto;
  padding: 15px 24px;
}

.header-main.style--six.sticky .search-toggle-btn > span {
  padding-right: 10px;
}

.header-main.style--six.sticky .search-toggle-btn svg {
  margin-left: 10px;
}

.header-main.style--six.sticky .search-toggle-btn svg path {
  fill: #ffffff;
}

@media only screen and (min-width: 992px) {
  .header-main.style--six.sticky ul.nav > li > a {
    color: #202020;
  }
}

@media only screen and (max-width: 1199px) {
  .header-main.style--six.sticky .nav-wrapper #menu-button {
    right: 220px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 575px) {
  .header-main.style--six.sticky .nav-wrapper #menu-button {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.header-absolute {
  background-color: transparent;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.header-absolute .header-top {
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.header-absolute .header-main {
  background-color: transparent;
  min-height: 80px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

@media only screen and (min-width: 1400px) {
  .header-absolute .header-main .nav-wrapper {
    padding-left: 60px;
  }
}

.header-absolute .header-main .search-toggle-btn path {
  fill: #ffffff;
}

.header-absolute .header-main ul.nav > li > a {
  color: #202020;
  font-size: 18px;
}

@media only screen and (min-width: 1200px) {
  .header-absolute .header-main ul.nav > li > a {
    color: #ffffff;
    line-height: 80px;
  }
}

.header-absolute .header-main ul.nav > li > a:before {
  display: none;
}

.header-absolute .header-main ul.nav > li > a:after {
  height: 3px;
  width: 100%;
  bottom: -1px;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 0;
  border-radius: 0;
}

.header-absolute .header-main ul.nav > li.current-menu-parent > a, .header-absolute .header-main ul.nav > li:hover > a {
  color: #ff2c2c;
}

@media only screen and (min-width: 1200px) {
  .header-absolute .header-main ul.nav > li.current-menu-parent > a, .header-absolute .header-main ul.nav > li:hover > a {
    color: #ffffff;
  }
}

.header-absolute .header-main .btn > span {
  top: 1px;
}

.header-absolute .header-main.sticky {
  position: fixed;
  padding: 0;
}

.header-absolute .header-main.sticky ul.nav > li.current-menu-parent > a, .header-absolute .header-main.sticky ul.nav > li:hover > a {
  color: #ff2c2c;
}

@media only screen and (min-width: 1200px) {
  .header-absolute .header-main.sticky ul.nav > li.current-menu-parent > a, .header-absolute .header-main.sticky ul.nav > li:hover > a {
    color: #ff2c2c;
  }
}

.header-absolute .header-main.sticky .btn {
  border-color: #202020;
}

.header-absolute .header-main.sticky .btn > span:after {
  background-color: #ffffff;
}

.header-absolute .header-main.sticky .btn svg path {
  fill: #ffffff;
}

.header-absolute .header-main.sticky .btn:hover {
  border-color: #ff2c2c;
}

.header-absolute .header-main.sticky .cart-btn svg path {
  fill: #ffffff;
}

.offcanvas-trigger {
  cursor: pointer;
}

.full-page-search {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1200;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.full-page-search.show {
  opacity: 1;
  visibility: visible;
}

.full-page-search .search-close-btn {
  position: absolute;
  right: 15%;
  top: 15%;
  font-size: 20px;
}

.full-page-search .dvpn_input-wrapper {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.full-page-search .dvpn_input-wrapper input {
  width: 100%;
  font-size: 15px;
  background-color: transparent;
  border: 0;
  padding-left: 35px;
  padding-bottom: 6px;
}

.full-page-search .dvpn_input-wrapper .input-icon {
  position: absolute;
  left: 10px;
  top: 0px;
}

.offcanvas-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 400px;
  width: 100%;
  right: 0;
  left: auto;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1031;
}

.offcanvas-wrapper.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-wrapper .offcanvas-close {
  cursor: pointer;
  z-index: 999;
  top: 30px;
  right: 30px;
}

.offcanvas-wrapper .widget:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(57, 62, 92, 0.09);
}

.offcanvas-wrapper .widget .widget-title {
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}

.offcanvas-wrapper .widget .widget-title:before {
  position: absolute;
  left: 0;
  top: 42%;
  width: 3px;
  height: 15px;
  background-color: #f79457;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.offcanvas-wrapper .widget p:last-child {
  margin-bottom: 0px !important;
}

.offcanvas-wrapper .offcanvas-content {
  padding: 40px;
}

.offcanvas-overlay {
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay.show {
  opacity: 0.9;
  visibility: visible;
}

/* Menu Button */
#menu-button {
  display: none;
  height: 25px;
  width: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 1199px) {
  #menu-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

#menu-button span {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
}

#menu-button span:before, #menu-button span:after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 2px;
}

#menu-button span:before {
  top: -7px;
}

#menu-button span:after {
  top: 7px;
}

#menu-button.menu-opened span {
  background-color: transparent !important;
}

#menu-button.menu-opened span:before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#menu-button.menu-opened span:after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.gx-6 {
  --bs-gutter-x: 3.75rem;
}

/* ************************
   03.2: Footer
   ********************* */
.footer {
  position: relative;
  z-index: 1;
}

.footer .widget {
  margin-bottom: 20px;/* CDGEDIT   */
}

.footer .widget .widget-title {
  margin-top: -5px;
  margin-bottom: 16px;/* CDGEDIT   */
}

.footer.light-bg-c5 {
  background-color: #f5ffff;
}

.footer-main {
  padding: 150px 0 11px;
}

.footer-main.style--two {
  padding: 40px 0 20px;/* CDGEDIT   */
}

.footer-bottom {
  padding: 27px 0;
  position: relative;
  line-height: 1;
}

.footer-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .footer-bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-bottom-content > div:not(:last-child) {
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 575px) {
  .footer-bottom-content > div:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer-bottom-content > div:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  background-image: url(../img/icon/divider.png);
  background-repeat: no-repeat;
  width: 1px;
  height: 40px;
  content: "";
}

@media only screen and (max-width: 575px) {
  .footer-bottom-content > div:not(:last-child):after {
    display: none;
  }
}

.footer-menu li {
  padding-left: 12px;
  position: relative;
}

.footer-menu li:not(:last-child) {
  margin-right: 35px;
}

@media only screen and (max-width: 479px) {
  .footer-menu li:not(:last-child) {
    margin-right: 12px;
  }
}

.footer-menu li:after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ************************
   03.3: Blog
   ********************* */
.single-post {
  -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.single-post .post-thumb-wrap {
  position: relative;
}

.single-post .post-thumb-wrap .posted-on {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 58px;
  height: 58px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 1.19;
  letter-spacing: 1px;
}

.single-post .post-thumb-wrap .posted-on a {
  display: block;
  text-align: center;
}

.single-post .post-thumb-wrap .posted-on .day {
  display: block;
  font-size: 24px;
  letter-spacing: normal;
}

.single-post .post-tag {
  font-size: 12px;
  text-transform: uppercase;
}

.single-post .post-thumbnail img {
  width: 100%;
}

.single-post .post-content {
  padding: 20px 30px 30px;
}

.single-post .post-content .post-title {
  margin-bottom: 17px;
  line-height: calc(34 / 24);
}

.single-post:hover {
  -webkit-box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.07);
  box-shadow: 7px 7px 45px rgba(0, 0, 0, 0.07);
}

.single-post.style--two .post-thumb-wrap {
  position: relative;
}

.single-post.style--two .post-thumb-wrap .posted-on {
  bottom: -10px;
}

.single-post.style--three .post-thumb-wrap {
  position: relative;
}

.single-post.style--three .post-thumb-wrap .posted-on {
  top: 30px;
  right: 30px;
}

.single-post.style--four {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-post.style--four .post-thumb-wrap .post-thumbnail {
  padding-left: 40px;
  padding-right: 70px;
  padding-bottom: 30px;
  display: block;
}

.single-post.style--four .post-thumb-wrap .posted-on {
  top: 22px;
  left: -30px;
  width: 100px;
  height: 30px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.single-post.style--four .post-thumb-wrap .posted-on a {
  text-transform: uppercase;
  white-space: nowrap;
}

.single-post.style--four .post-content {
  padding: 36px 30px 45px;
  position: absolute;
  max-width: 250px;
  -webkit-box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
  right: 0;
  bottom: 0;
}

.single-post.style--four .post-content .post-title {
  margin-bottom: 15px;
}

/* Blog Details */
.post-details .entry-header .entry-thumbnail {
  margin-bottom: 51px;
}

@media only screen and (max-width: 479px) {
  .post-details .entry-header .entry-thumbnail {
    margin-bottom: 31px;
  }
}

.post-details .entry-header .entry-title {
  font-size: 36px;
  line-height: 1.28;
  margin-bottom: 15px;
  font-weight: 900;
}

.post-details .entry-header .entry-meta {
  margin-bottom: 44px;
}

@media only screen and (max-width: 479px) {
  .post-details .entry-header .entry-meta {
    margin-bottom: 24px;
  }
}

.post-details .entry-header .entry-meta li {
  display: inline-block;
}

.post-details .entry-header .entry-meta li:not(:last-child) {
  margin-right: 24px;
}

.post-details .entry-header .entry-meta li span {
  font-weight: 700;
}

.post-details .entry-tags ul li:first-child,
.post-details .entry-categories ul li:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}

.post-details .entry-tags ul li a,
.post-details .entry-categories ul li a {
  font-size: 14px;
  line-height: 1.57;
}

.post-details .entry-tags ul li a:not(:last-child):after,
.post-details .entry-categories ul li a:not(:last-child):after {
  content: ",";
}

/* Blog Details Content */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .woocommerce-checkout .form-row.notes label,
.woocommerce-checkout .form-row.notes .entry-content label,
.entry-content .login-register-wrapper .tab-btn li,
.login-register-wrapper .tab-btn .entry-content li,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-content .woocommerce-checkout .form-row.notes label,
.woocommerce-checkout .form-row.notes .comment-content label,
.comment-content .login-register-wrapper .tab-btn li,
.login-register-wrapper .tab-btn .comment-content li,
.page--content h1,
.page--content h2,
.page--content h3,
.page--content h4,
.page--content h5,
.page--content h6,
.page--content .woocommerce-checkout .form-row.notes label,
.woocommerce-checkout .form-row.notes .page--content label,
.page--content .login-register-wrapper .tab-btn li,
.login-register-wrapper .tab-btn .page--content li {
  line-height: 1.5;
  margin-bottom: 20px;
}

.entry-content {
  margin-bottom: 55px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  padding-top: 16px;
  margin-bottom: 13px;
}

.entry-content p,
.comment-content p,
.page--content p {
  margin-bottom: 25px;
}

.entry-content table,
.comment-content table,
.page--content table {
  margin-bottom: 30px;
}

.entry-content select,
.comment-content select,
.page--content select {
  margin-bottom: 30px;
}

.entry-content > *:last-child,
.comment-content > *:last-child,
.page--content > *:last-child {
  margin-bottom: 0;
}

.entry-content a:hover,
.comment-content a:hover,
.page--content a:hover {
  text-decoration: underline;
}

.comment-content .comment-reply-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.comment-content .comment-reply-link svg {
  margin-right: 5px;
}

.comment-content .comment-reply-link:hover {
  text-decoration: none;
}

.comment-content .comment-reply-link:hover svg path {
  fill: #EC1B30;
}

/* Post Author Info */
.post-author {
  padding: 60px 30px;
}

@media only screen and (max-width: 479px) {
  .post-author {
    padding: 40px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .post-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

.post-author .author-thumb {
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .post-author .author-thumb {
    margin-bottom: 20px;
  }
}

.post-author .author-info h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

/* Post Navigation */
.post-navigation .nav-link {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0;
}

.post-navigation .nav-link:first-child {
  padding-right: 10px;
}

.post-navigation .nav-link:last-child {
  padding-left: 10px;
}

.post-navigation .nav-link:last-child .nav-title i {
  margin-right: 0;
  margin-left: 10px;
}

.post-navigation .nav-link .nav-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 17px;
}

.post-navigation .nav-link .nav-title i {
  margin-right: 10px;
}

.post-navigation .nav-link .nav-title.text-right i {
  margin-left: 10px;
}

.post-navigation .nav-link .posted-on {
  margin: 10px 0 2px;
  display: block;
  font-size: 14px;
}

.post-navigation .nav-link:hover .nav-title {
  opacity: 1;
}

/* Related Post */
.related-post h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

/* Post Comments */
.comments-area {
  padding: 56px 30px 60px;
}

@media only screen and (max-width: 479px) {
  .comments-area {
    padding: 36px 15px 40px;
  }
}

.comment-respond {
  padding: 54px 30px 60px;
}

@media only screen and (max-width: 479px) {
  .comment-respond {
    padding: 34px 15px 40px;
  }
}

.comment-respond input,
.comment-respond textarea {
  background-color: transparent;
}

.comments-area .comments-title {
  margin-bottom: 25px;
}

.comments-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment .single-comment {
  padding-bottom: 21px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment .single-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comments-area .comment .single-comment .comment-author-image {
  min-width: 65px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment .single-comment .comment-author-image {
    margin-bottom: 16px;
  }
}

.comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
  max-width: calc(100% - 95px);
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment .single-comment:not(.trackback):not(.pingback) .comment-content {
    max-width: 100%;
  }
}

.comments-area .comment .single-comment .comment-content .author_name {
  margin-right: 10px;
  margin-bottom: 0;
}

.comments-area .comment .single-comment .comment-content .commented-on {
  font-size: 12px;
}

.comments-area .comment .single-comment .comment-content p {
  margin: 7px 0 5px;
}

.comments-area .comment ul.children {
  margin-left: 95px;
}

@media only screen and (max-width: 575px) {
  .comments-area .comment ul.children {
    margin-left: 30px;
  }
}

/* Comments Form */
.comment-respond .comment-reply-title {
  margin-bottom: 20px;
}

.comment-respond .comment-form .comment-notes {
  margin-bottom: 36px;
}

.comment-respond .comment-form .entry-content select,
.entry-content .comment-respond .comment-form select,
.comment-respond .comment-form .comment-content select,
.comment-content .comment-respond .comment-form select,
.comment-respond .comment-form .page--content select,
.page--content .comment-respond .comment-form select {
  margin-bottom: 35px;
}

.comment-respond .comment-form .form-control {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.comment-respond .comment-form .custom-checkbox,
.comment-respond .comment-form .color-container {
  margin-bottom: 25px;
}

.comment-respond p.custom-checkbox,
.comment-respond p.color-container {
  display: block;
  white-space: normal;
}

/* ************************
   03.4: 404
   ********************* */
.content-404 > img {
  margin-bottom: 42px;
}

.content-404 h2 {
  line-height: 1.3;
  margin-bottom: 14px;
}

.content-404 p {
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .content-404 p br {
    display: none;
  }
}

/* ************************
   03.5: Coming Soon
   ********************* */
.coming-soon-content h1 {
  font-size: 72px;
  margin-bottom: 27px;
}

.coming-soon-content p {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .coming-soon-content br {
    display: none;
  }
}

.coming-soon-content h5 {
  margin-bottom: 40px;
}

#countdown {
  max-width: 648px;
  margin: 34px auto 8px;
}

@media only screen and (max-width: 575px) {
  #countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#countdown li {
  margin-bottom: 40px;
}

#countdown li.separator {
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 575px) {
  #countdown li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  #countdown li.separator {
    display: none;
  }
}

#countdown .single-countdown h2 {
  font-size: 60px;
}

#countdown .single-countdown span {
  font-size: 18px;
  text-transform: uppercase;
}

/* ************************
   03.6: Banner
   ********************* */
.banner-slider {
  padding: 132px 0 80px;
  min-height: calc(100vh - 130px);
}

@media only screen and (max-width: 479px) {
  .banner-slider {
    min-height: 800px;
    padding-bottom: 60px;
  }
}

.banner-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Banner Content */
@media only screen and (max-width: 1399px) {
  .banner-content br {
    display: none;
  }
}

.banner-content .banner-top-title {
  margin-bottom: 18px;
  text-transform: uppercase;
  display: inline-block;
}

.banner-content .banner-top-title.box-style {
  background-image: url(../../images/top-title-bg.png);/* CDGEDIT   */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px 20px;
}

.banner-content h1 {
  margin-bottom: 20px;
  text-transform: capitalize;
  text-shadow: 0 1px 0 #000, 0 2px 0 #191919, 0 3px 0 #222, 0 4px 0 #393939, 0 5px 0 #444, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

@media only screen and (max-width: 1399px) {
  .banner-content h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-content h1 {
    font-size: 52px;
  }
}

.banner-content p {
  margin-bottom: 45px;
  text-shadow: 2px 2px 0px #000000, 0px 0px 1px #000000;
}
.banner-content .btn.btn-border {
  background-color: #2f2f2f;/* CDGEDIT   */
}
@media only screen and (max-width: 767px) {
  .banner-content br {
    display: none;
  }
}

.banner-content.style--two .banner-top-title {
  position: relative;
  padding-left: 100px;
}

.banner-content.style--two .banner-top-title:after {
  width: 80px;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
}

@media only screen and (min-width: 1199px) {
  .banner-content.style--two {
    margin-bottom: 60px;
  }
}

.banner-content.style--two p {
  margin-bottom: 30px;
}

/* Banner Img */
.banner-img.left-minus {
  margin-left: -100px;
}

@media only screen and (max-width: 1399px) {
  .banner-img.left-minus {
    margin-left: 0;
  }
}

.banner-img.auto-width img {
  max-width: initial;
}

@media only screen and (max-width: 1199px) {
  .banner-img.auto-width img {
    max-width: 100%;
  }
}

.banner-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 479px) {
  .banner-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.banner-btn-group .btn:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 479px) {
  .banner-btn-group .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-btn-group.style2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.banner-btn-group.style2 .btn:not(:last-child) {
  margin-right: 12px;
}

@media only screen and (max-width: 479px) {
  .banner-btn-group.style2 .btn:not(:last-child) {
    margin-right: 12px;
    margin-bottom: 0px;
  }
}

/* Chat Profile */
.chat-profile {
  margin-top: 205px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-profile .profile-img {
  margin-right: 20px;
}

.chat-profile .profile-content p {
  margin-bottom: 3px;
  opacity: 0.66;
}

.chat-profile:hover .profile-content p {
  color: #414141;
}

.banner {
  position: relative;
}

.banner .social-links {
  position: absolute;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media only screen and (max-width: 1500px) {
  .banner .social-links {
    right: -120px;
  }
}

.banner.style--two {
  padding-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .banner.style--two {
    padding-bottom: 100px;
    padding-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .banner.style--two {
    padding-bottom: 60px;
  }
}

.banner.style--three {
  padding: 212px 0 280px;
  background-position: center;
}

@media only screen and (max-width: 1399px) {
  .banner.style--three {
    padding: 162px 0 230px;
  }
}

@media only screen and (max-width: 991px) {
  .banner.style--three {
    background-position: left;
    padding: 92px 0 160px;
  }
}

.banner.style--three .banner-content h1 {
  text-transform: uppercase;
  font-size: 80px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 575px) {
  .banner.style--three .banner-content h1 {
    font-size: 60px;
  }
}

.banner.style--three .banner-content > p {
  margin-bottom: 25px;
}

.banner.style--three .banner-content br {
  display: block;
}

@media only screen and (max-width: 767px) {
  .banner.style--three .banner-content br {
    display: none;
  }
}

.banner.style--four {
  padding: 335px 0 280px;
  background-position: center;
}

@media only screen and (max-width: 1399px) {
  .banner.style--four {
    padding: 285px 0 230px;
  }
}

@media only screen and (max-width: 991px) {
  .banner.style--four {
    padding: 260px 0 180px;
  }
}

@media only screen and (max-width: 575px) {
  .banner.style--four {
    padding: 260px 0 150px;
  }
}

.banner.style--four .banner-content .banner-top-title {
  margin-bottom: 8px;
}

.banner.style--four .banner-content h1 {
  text-transform: uppercase;
  font-size: 80px;
  margin-bottom: 10px;
  line-height: calc(86 / 80);
}

@media only screen and (max-width: 767px) {
  .banner.style--four .banner-content h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .banner.style--four .banner-content h1 {
    font-size: 42px;
  }
}

.banner.style--four .banner-content > p {
  margin-bottom: 25px;
}

.banner.style--four .banner-content br {
  display: block;
}

@media only screen and (max-width: 767px) {
  .banner.style--four .banner-content br {
    display: none;
  }
}

.banner.style--five {
  padding: 120px 0 60px;
}

.banner.style--five .banner-content .banner-top-title {
  margin-bottom: 25px;
}

.banner.style--five .banner-content .banner-top-title:after {
  background-color: #29cc6c;
}

.banner.style--five .banner-content > p {
  margin-bottom: 35px;
}

.banner.style--five .banner-content h1 {
  margin-bottom: 26px;
}

.banner.style--five .banner-img {
  position: relative;
}

.banner.style--five .banner-img .banner-img-elements {
  position: absolute;
  top: -30px;
}

.banner.style--five .banner-img .main-img {
  position: relative;
}

.banner.style--six {
  padding: 120px 0 90px;
}

.banner.style--six .banner-top-title {
  margin-bottom: 10px;
}

.banner.style--six .banner-content p {
  margin-bottom: 35px;
}

/* ************************
   03.7: Shop
   ********************* */
.shop-category {
  padding-left: 30px;
  padding-right: 30px;
}

.shop-category-single {
  position: relative;
}

.shop-category-single img {
  width: 100%;
}

.shop-category-single:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  opacity: 0.3;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#050505));
  background: -o-linear-gradient(top, transparent 0%, #050505 100%);
  background: linear-gradient(to bottom, transparent 0%, #050505 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#050505',GradientType=0 );
}

.shop-category-single .content {
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 0;
  bottom: 60px;
  width: 100%;
}

.shop-category-single .content h2 {
  font-size: 36px;
  margin-bottom: 24px;
}

/* Product */
.product {
  -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-bottom: 30px;
}

.product .product-thumbnail {
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  display: block;
}

.product .product-summary {
  padding: 23px 15px;
}

.product .product-summary h4 {
  margin-bottom: 10px;
}

.product .product-summary .price {
  font-size: 14px;
}

.product .product-summary .price .woocommerce-Price-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product .product-top {
  position: relative;
  padding: 0 14px;/* CDGEDIT   */
}

.product .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

.product .buttons .btn-circle:not(:last-child) {
  margin-right: 7px;
}

.product:hover {
  -webkit-box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
}

.product:hover .buttons {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.star-rating {
  margin-bottom: 10px;
}

/* Woocommerce */
.woocommerce-tabs .tab-btn {
  margin-bottom: 20px;
}

.woocommerce-tabs .tab-btn ul {
  background-color: #fae5ef;
}

.woocommerce-tabs .tab-btn li button {
  position: relative;
  cursor: pointer;
  padding: 6px 18px;
}

@media only screen and (max-width: 479px) {
  .woocommerce-tabs .tab-btn li button {
    font-size: 15px;
  }
}

.woocommerce-tabs .product-description > p {
  margin-bottom: 27px;
}

.woocommerce-tabs .product-description .media .img {
  margin-right: 30px;
  -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
}

.woocommerce-tabs .product-description h5 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.woocommerce-tabs .product-faq .single-faq {
  position: relative;
  padding-left: 50px;
}

@media only screen and (max-width: 479px) {
  .woocommerce-tabs .product-faq .single-faq {
    padding-left: 30px;
  }
}

.woocommerce-tabs .product-faq .single-faq:not(:last-child) {
  margin-bottom: 30px;
}

.woocommerce-tabs .product-faq .single-faq .faq-count {
  position: absolute;
  left: 0;
  top: 4px;
}

.woocommerce-tabs .product-faq .single-faq h5 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

.woocommerce-tabs .woocommerce-Reviews .review-list li:not(:last-child) {
  margin-bottom: 30px;
}

.woocommerce-tabs .woocommerce-Reviews .single-review .author-image {
  margin-right: 20px;
}

.woocommerce-tabs .woocommerce-Reviews .single-review .author-image img {
  width: 65px;
  height: 65px;
}

.woocommerce-tabs .woocommerce-Reviews .single-review .review-content .author_name {
  margin-right: 7px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Reviews .single-review .review-content .author_name {
    margin-right: 0;
    margin-bottom: 2px;
  }
}

.woocommerce-tabs .woocommerce-Reviews .single-review .review-content .commented-on {
  font-size: 12px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .woocommerce-tabs .woocommerce-Reviews .single-review .review-content .commented-on {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.woocommerce-tabs .woocommerce-Reviews .single-review .review-content p {
  font-size: 14px;
  margin-top: 5px;
}

.woocommerce-tabs .woocommerce-Reviews .review-form {
  margin-top: 40px;
  background-color: #fafafa;
  padding: 40px 45px 45px;
}

@media only screen and (max-width: 479px) {
  .woocommerce-tabs .woocommerce-Reviews .review-form {
    padding: 20px 15px;
  }
}

.woocommerce-tabs .woocommerce-Reviews .review-form h3 {
  margin-bottom: 17px;
}

.woocommerce-tabs .woocommerce-Reviews .review-form .comment-notes {
  margin-bottom: 22px;
}

.woocommerce-tabs .woocommerce-Reviews .review-form .comment-form-rating {
  margin-bottom: 30px;
}

.woocommerce-tabs .woocommerce-Reviews .review-form .comment-form-rating label {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}

.woocommerce-tabs .woocommerce-Reviews .review-form .form-control {
  margin-bottom: 30px;
}

.woocommerce-tabs .woocommerce-Reviews .review-form textarea.form-control {
  height: 160px;
}

.woocommerce-tabs .woocommerce-Reviews .review-form .custom-checkbox label {
  margin-bottom: 16px;
}

.woocommerce-tabs .woocommerce-Reviews .review-form .custom-checkbox label input {
  margin-right: 14px;
}

.woocommerce-tabs .woocommerce-Reviews .star-rating {
  font-size: 10px;
  margin: 0;
}

.woocommerce-tabs .woocommerce-Reviews .star-rating i:not(:last-child) {
  margin-right: 2px;
}

.releted-product .related-product-title {
  margin-bottom: 36px;
}

#gal1 {
  margin-top: 30px;
}

@media only screen and (max-width: 575px) {
  #gal1 {
    margin-top: 10px;
  }
}

#gal1 a {
  display: inline-block;
  -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
}

#gal1 a:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  #gal1 a:not(:last-child) {
    margin-right: 10px;
  }
}

.ez-wrap {
  position: relative;
  display: inline-block;
}

.zoomWrapper {
  -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
}

.product-details-content .price-review {
  margin-bottom: 5px;
}

.product-details-content .price-review .star-rating {
  margin-bottom: 0px;
  width: 55px;
  line-height: 1;
}

.product-details-content .price-review .star-rating svg {
  width: 8px;
  height: 7px;
}

.product-details-content .price-review .star-rating svg:not(:first-child) {
  margin-left: -2px;
}

.product-details-content .price-review p {
  line-height: 1;
  margin-top: 4px;
}

.product-details-content .product_title {
  margin-bottom: 14px;
}

.product-details-content .pd-price {
  font-size: 30px;
  margin-right: 15px;
  position: relative;
  line-height: 1;
}

.product-details-content .top-content {
  padding-bottom: 5px;
  border-bottom: 0px solid #dddddd;/* CDGEDIT   */
}

.product-details-content .top-content > p {
  margin-bottom: 16px;
}

.product-details-content .middle-content {
  padding: 30px 0 10px;
  border-bottom: 1px solid #dddddd;
}

.product-details-content .quantity {
  margin-right: 20px;
  border: 1px solid #dddddd;
  padding: 0 24px;
  min-width: 103px;
}

.product-details-content .quantity .input-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .quantity .input-group .form-control {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  border: none;
  width: 20px;
  padding: 0;
  height: 46px;
}

.product-details-content .quantity .plus,
.product-details-content .quantity .minus {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.product-details-content .quantity .plus:hover svg path,
.product-details-content .quantity .minus:hover svg path {
  fill: #EC1B30;
}

.product-details-content .quantity .plus {
  margin-left: 10px !important;
}

.product-details-content .quantity .minus {
  margin-right: 10px !important;
}

.product-details-content .single_add_to_cart_button {
  margin-right: 20px;
}

.product-details-content .cart .buttons a {
  border: 1px solid #dddddd;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}

.product-details-content .cart .buttons a:not(:last-child) {
  margin-right: 20px;
}

.product-details-content .cart .buttons a svg path {
  fill: #EC1B30;
}

.product-details-content .cart .buttons a:hover {
  border-color: #EC1B30;
}

.product-details-content .cart .buttons a:hover svg path {
  fill: #ffffff;
}

.product-details-content .cart > div > * {
  margin-bottom: 20px;
}

.product-details-content .size-guide {
  margin-bottom: 14px;
}

.categories,
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories h5,
.tags h5 {
  margin-right: 10px;
}

.categories a:not(:last-child),
.tags a:not(:last-child) {
  margin-right: 5px;
}

.circle {
  width: 40px;
  max-width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  border: 1px dashed #f81781;
}

.product_meta {
  margin: 12px 0 12px;/* CDGEDIT   */
}

.product_meta > div:not(:last-child) {
  margin-bottom: 2px;
}

.shop_table {
  white-space: nowrap;
}

.shop_table .product-name .product_img {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
}

.shop_table .product-quantity .quantity {
  display: inline-block;
}

.shop_table .product-quantity .input-group .minus,
.shop_table .product-quantity .input-group .plus {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shop_table .product-quantity .input-group .minus:hover svg path,
.shop_table .product-quantity .input-group .plus:hover svg path {
  fill: #EC1B30;
}

.shop_table .product-quantity .input-group .minus {
  margin-right: 5px;
}

.shop_table .product-quantity .input-group .plus {
  margin-left: 5px !important;
}

.shop_table .product-remove:hover svg path {
  fill: #EC1B30;
}

.shop_table tr th:first-child,
.shop_table tr td:first-child {
  padding-left: 0 !important;
}

.shop_table tr th:last-child,
.shop_table tr td:last-child {
  padding-right: 0 !important;
}

.shop_table .btn {
  padding: 12px 20px;
}

.shop_table .coupon {
  max-width: 445px;
}

.shop_table .coupon .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop_table .coupon .form-group .form-control {
  margin-bottom: 0;
  margin-right: 15px;
  height: 40px;
}

.shop_table .cart-subtotal th,
.shop_table .cart-subtotal td,
.shop_table .vat th,
.shop_table .vat td {
  border: none;
}

.input-text {
  width: 24px;
  border: none;
  text-align: center;
}

.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td {
  text-align: left;
}

.cart-collaterals .shop_table th:last-child,
.cart-collaterals .shop_table td:last-child {
  text-align: right;
}

.cart-collaterals .shop_table tbody th,
.cart-collaterals .shop_table tbody td {
  padding: 4px 5px;
}

.cart-collaterals .shop_table .cart-subtotal th,
.cart-collaterals .shop_table .cart-subtotal td {
  padding-top: 27px;
}

.cart-collaterals .shop_table .discount th,
.cart-collaterals .shop_table .discount td {
  padding-bottom: 27px;
}

.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 45px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
  margin-bottom: 20px;
}

.woocommerce-additional-fields__field-wrapper textarea {
  height: 280px;
}

.billing-details-title {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px;
}

.shop_table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dddddd;
}

.order-details .shop_table th,
.order-details .shop_table td {
  padding: 17px 20px;
}

.order-details .shop_table thead th {
  border-top: 0px solid;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  text-align: left;
  padding-left: 0;
}

.order-details .shop_table thead th:last-child {
  text-align: right;
}

.order-details .shop_table tbody th,
.order-details .shop_table tfoot th {
  font-size: 16px;
  padding-left: 0;
  text-align: left;
}

.order-details .shop_table tbody td,
.order-details .shop_table tfoot td {
  font-size: 16px;
}

.order-details .shop_table tbody td:last-child,
.order-details .shop_table tfoot td:last-child {
  text-align: right;
}

.order-details .shop_table tfoot th,
.order-details .shop_table tfoot td {
  font-size: 18px;
}

/* ************************
   04.1: About
   ********************* */
.about-content h2 {
  margin-bottom: 20px;/* CDGEDIT   */
}
.about-content h3 {
  margin-bottom: 20px;/* CDGEDIT   */
}
.about-content.style--two {
  padding-right: 46px;
}

@media only screen and (max-width: 991px) {
  .about-content.style--two {
    padding: 0;
  }
}

.top-title {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* CDGEDIT  .top-title:after {
  background-image: url(../img/icon/top-title-bg.svg);
  left: 0;
  top: -15px;
  width: 26px;
  height: 45px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.12;
} */

.top-title.style2:after {
  background-image: url(../img/icon/top-title-white-bg.svg);
  opacity: 0.2;
}

.top-title.icon-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-title.no-icon:after {
  display: none;
}

.service-list-wrap,
.line-list-wrap {
  position: relative;
  padding-left: 40px;
  margin-bottom: 37px;
}

.service-list-wrap:before, .service-list-wrap:after,
.line-list-wrap:before,
.line-list-wrap:after {
  width: 1px;
  height: 75%;
  top: 15%;
  left: 0;
  position: absolute;
  content: "";
}

.service-list-wrap:after,
.line-list-wrap:after {
  top: 2%;
  left: 11px;
}

.service-list-wrap > p,
.line-list-wrap > p {
  max-width: 520px;
}

.service-list-wrap {
  margin-bottom: 28px;
}

.line-list-wrap {
  margin-bottom: 30px;
}

.statistics * {
  line-height: 1;
}

.statistic {
  position: relative;
}

.statistic h3 {
  margin-bottom: 8px;
}

.statistic:after {
  left: 13px;
  top: -11px;
  background-image: url(../img/icon/statistic-bg.svg);
  background-repeat: no-repeat;
  opacity: 0.07;
  width: 50px;
  height: 50px;
  position: absolute;
  content: "";
}

.about-right-content {
  position: relative;
}

.about-right-content img {
  padding-left: 100px;
}

.about-right-content .exprience-box {
  position: relative;
  margin-top: -240px;
}

.about-right-content .video-btn {
  position: absolute;
  left: 18px;
  top: calc(38% + 4px);
}

@media only screen and (max-width: 1399px) {
  .about-right-content .video-btn {
    top: 29%;
  }
}

@media only screen and (max-width: 1199px) {
  .about-right-content .video-btn {
    top: 13%;
  }
}

@media only screen and (max-width: 991px) {
  .about-right-content .video-btn {
    top: 39%;
    left: 14%;
  }
}

@media only screen and (max-width: 767px) {
  .about-right-content .video-btn {
    top: 24%;
    left: 4%;
  }
}

.about-right-content.style--two > img {
  max-width: initial;
  padding-left: 110px;
}

@media only screen and (max-width: 991px) {
  .about-right-content.style--two > img {
    max-width: 100%;
  }
}

.about-right-content.style--two .content-wrap {
  position: absolute;
  bottom: 45px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-right-content.style--two .exprience-box {
  margin: 0;
}

.exprience-box {
  background-image: url(../img/bg/experience-bg.png);
  background-repeat: no-repeat;
  padding: 45px 30px;
  width: 235px;
  text-align: left;
}

.exprience-box h2 {
  font-size: 72px;
  margin-bottom: 11px;
}

.exprience-box.c_3 {
  background-image: url(../img/bg/experience-bg2.png);
}

.exprience-box.c_4 {
  background-image: url(../img/bg/experience-bg3.png);
}

.exprience-box.style--two {
  background: #EC1B30;
  padding: 30px;
  width: 220px;
}

.exprience-box.style--two h3 {
  font-size: 18px;
}

.exprience-box.style--two h2 {
  font-size: 48px;
  margin-bottom: 8px;
}

.video-wrapper {
  position: relative;
  display: inline-block;
}

.video-wrapper img {
  padding: 0;
}

.video-wrapper .video-btn {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}

.statistics-wrapper {
  padding: 76px 0px;
  background-position: center;
  margin-bottom: -70px;
}

.statistics-wrapper .statistic {
  text-align: center;
}

.statistics-wrapper .statistic:after {
  display: none;
}

.statistics-wrapper .statistic h3 {
  font-size: 48px;
  margin-bottom: 12px;
  margin-top: -10px;
}

.arrow-box {
  width: 45px;
  height: 45px;
  border: 1px solid #EC1B30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.arrow-box svg {
  position: relative;
  animation: arrow 0.6s 0.2s infinite ease alternate;
  -webkit-animation: arrow 0.6s 0.2s infinite ease alternate;
}

/* ************************
   04.2: Service
   ********************* */
.service-sec {
  background-color: rgba(0, 0, 0, 0.02);
}

.content-box {
  padding: 40px 45px 35px;
  max-width: 420px;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media only screen and (max-width: 479px) {
  .content-box {
    padding: 20px 30px 15px 15px;
  }
}

.content-box .icon {
  position: absolute;
  right: 0;
  top: 0;
}

.content-box h6 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 7px;
}

.content-box h3 {
  margin-bottom: 20px;
}

.service-slider {
  position: relative;
}

.service-slider .swiper-slide {
  position: relative;
  max-width: 520px;
}

.service-slider .swiper-slide .content-box {
  position: absolute;
  right: 40px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
}

.service-slider .swiper-slide.swiper-slide-active .content-box {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.service-slider2 {
  position: relative;
}

.service-slider2 .swiper-slide {
  position: relative;
  max-width: initial;
  padding-bottom: 84px;
}

.service-slider2 .swiper-slide > img {
  width: 100%;
}

.service-slider2 .swiper-slide .content-box {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  padding: 24px 15px 21px;
  text-align: center;
}

.service-slider2 .swiper-slide .content-box h3 {
  margin-bottom: 7px;
}

.service-slider3,
.service-slider4 {
  position: relative;
  padding: 0 20px;
  margin: 0 -20px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .service-slider3,
  .service-slider4 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -0px;
    margin-right: -0px;
  }
}

.service-slider3 .swiper-slide,
.service-slider4 .swiper-slide {
  position: relative;
  max-width: initial;
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.07);
}

.service-slider3 .swiper-slide > img,
.service-slider4 .swiper-slide > img {
  width: 100%;
}

.service-slider3 .swiper-slide .content,
.service-slider4 .swiper-slide .content {
  padding: 40px 30px 45px;
  position: relative;
}

.service-slider3 .swiper-slide .content h3,
.service-slider4 .swiper-slide .content h3 {
  margin-bottom: 14px;
}

.service-slider3 .swiper-slide .content .icon,
.service-slider4 .swiper-slide .content .icon {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: -45px;
}

.service-slider3 .swiper-slide .content .btn,
.service-slider4 .swiper-slide .content .btn {
  font-size: 13px;
  padding: 12px 18px;
}

.single-service {
  -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.05);
  padding: 49px 28px 36px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-service .icon-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  margin-left: 4px;
}

.single-service .icon-wrap .icon {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.single-service .icon-wrap:after {
  border: 1px solid #202020;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: -4px;
  top: -4px;
  opacity: 0.12;
}

.single-service .content h3 {
  margin-bottom: 14px;
}

.single-service:before, .single-service:after {
  background-color: transparent;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 5%;
  height: 5%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.single-service:after {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
}

.single-service:hover:before, .single-service:hover:after {
  -webkit-transform: scale(40);
  -ms-transform: scale(40);
  transform: scale(40);
  background-color: #ee3131;
}

.single-service:hover .icon-wrap .icon svg path {
  fill: #ee3131;
}

.single-service:hover .icon-wrap:after {
  border-color: #ffffff;
  opacity: 0.3;
}

.single-service.c_1:hover .icon-wrap .icon svg path {
  fill: #EC1B30;
}

.manage-service {
  background-color: #fafafa;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .manage-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.manage-service-content .section-title {
  margin-bottom: 35px;
}

.manage-service-img img {
  max-width: initial;
}

@media only screen and (max-width: 991px) {
  .manage-service-img img {
    max-width: 100%;
  }
}

.single-service2 {
  -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
}

.single-service2 .img {
  position: relative;
}

.single-service2 .img img {
  width: 100%;
}

.single-service2 .icon {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: -15px;
}

.single-service2 .content {
  padding: 38px 30px 45px;
}

.single-service2 .content h3 {
  font-size: 30px;
  margin-bottom: 14px;
}

.sb-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
}

@media only screen and (max-width: 1399px) {
  .sb-nav {
    margin-right: 0;
  }
}

.sb-nav li {
  -webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.04);
}

.sb-nav li:not(:last-child) {
  margin-bottom: 20px;
}

.sb-nav li a {
  font-size: 24px;
  padding: 14px 30px;
  text-align: left;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .sb-nav li a {
    font-size: 18px;
  }
}

.sb-content-wrap .swiper-container--wrap {
  margin-bottom: 53px;
}

.sb-content-wrap .content h3 {
  margin-bottom: 20px;
}

.sb-content-wrap .content p:not(:last-child) {
  margin-bottom: 16px;
}

.sb-content-wrap .content .example_img {
  margin-top: 35px;
}

.sb-content-wrap .content .arrow-list {
  margin-top: 55px;
}

.gallery-thumbs {
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .gallery-thumbs {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-thumbs {
    margin-top: 10px;
  }
}

.gallery-thumbs .swiper-slide img {
  cursor: pointer;
}

/* Services */
.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-icon {
  margin-right: 20px;
  min-width: 60px;
}

.services-content h3 {
  margin-bottom: 18px;
}

.services-content .btn {
  border-color: #ffffff;
  color: #ffffff;
}

.services-content .btn span:after {
  background-color: #ffffff;
}

.services-content .btn svg path {
  fill: #ffffff;
}

.services-content .btn:hover {
  border-color: #EC1B30;
  background-color: #EC1B30;
}

/* ************************
   04.3: Testimonial
   ********************* */
.testimonial-slider,
.testimonial-slider2,
.testimonial-slider3 {
  padding: 15px;
  margin: -15px;
  padding-bottom: 57px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .testimonial-slider,
  .testimonial-slider2,
  .testimonial-slider3 {
    padding-bottom: 30px;
  }
}

.testimonial-slider .swiper-slide,
.testimonial-slider2 .swiper-slide,
.testimonial-slider3 .swiper-slide {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
  padding: 45px 30px 40px;
  position: relative;
}

.testimonial-slider .swiper-slide-active,
.testimonial-slider2 .swiper-slide-active,
.testimonial-slider3 .swiper-slide-active {
  -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-slider .swiper-slide .customer-top,
.testimonial-slider2 .swiper-slide .customer-top,
.testimonial-slider3 .swiper-slide .customer-top {
  margin-bottom: 28px;
}

.testimonial-slider .swiper-slide .rating,
.testimonial-slider2 .swiper-slide .rating,
.testimonial-slider3 .swiper-slide .rating {
  margin-bottom: 18px;
}

.testimonial-slider .swiper-slide .img,
.testimonial-slider2 .swiper-slide .img,
.testimonial-slider3 .swiper-slide .img {
  margin-right: 20px;
}

.testimonial-slider .swiper-slide .meta h3,
.testimonial-slider2 .swiper-slide .meta h3,
.testimonial-slider3 .swiper-slide .meta h3 {
  margin-bottom: 3px;
}

.testimonial-slider .swiper-slide:after,
.testimonial-slider2 .swiper-slide:after,
.testimonial-slider3 .swiper-slide:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 61px;
  height: 43px;
  content: "";
  background-image: url(../img/icon/quote.svg);
  opacity: 0.03;
}

.testimonial-slider3 {
  padding-bottom: 32px;
}

/* ************************
   04.4: Team
   ********************* */
.team {
  position: relative;
  margin-bottom: 30px;
}

.team .content {
  position: absolute;
  right: 40px;
  bottom: 20px;
  padding: 20px 25px;
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
}

.team .content h3 {
  margin-bottom: 5px;
}

.team.active .content {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

.team.style--two {
  overflow: hidden;
}

.team.style--two .content {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(10%, 10%);
  -ms-transform: translate(10%, 10%);
  transform: translate(10%, 10%);
}

.team.style--two.active .content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.team-img {
  margin-bottom: 24px;
}

.team-content {
  margin-bottom: 21px;
}

.team-content h3 {
  margin-bottom: 3px;
}

.team-social .socials {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-social .socials a {
  border: 1px solid #414141;
}

.team-social .socials a:hover {
  border-color: #EC1B30;
}

.single-team {
  -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 60px 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-team:before, .single-team:after {
  background-color: transparent;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.single-team:after {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
}

.single-team:hover:before, .single-team:hover:after {
  -webkit-transform: scale(15);
  -ms-transform: scale(15);
  transform: scale(15);
  background-color: #0a194a;
}

.single-team:hover .team-social .socials a {
  border: 1px solid #ffffff;
}

.single-team:hover .team-social .socials a:hover {
  border-color: #EC1B30;
}

/* ************************
   04.5: Feature
   ********************* */
.feature-section {
  margin-top: -20px;/* CDGEDIT   */
  margin-bottom: -20px;/* CDGEDIT   */
  z-index: 1;
  position: relative;
}

.features {
  margin-left: -30px;
  margin-bottom: -30px;
}

@media only screen and (max-width: 1399px) {
  .features {
    margin-left: 0;
  }
}

.features.style--two {
  margin-left: 0;
  position: relative;
  z-index: 2;
}

.feature {
  -webkit-box-shadow: 7px 7px 60px rgba(32, 32, 32, 0.07);
  box-shadow: 7px 7px 60px rgba(32, 32, 32, 0.07);
  padding: 20px 20px 20px;/* CDGEDIT   */
  border-radius: 5px;
  margin-bottom: 30px;
}

.feature .icon {
  margin-bottom: 0px;/* CDGEDIT   */
}

.feature h3 {
  font-weight: 600;
  line-height: calc(34 / 24);
  font-size: 20px;/* CDGEDIT   */
}

.feature:hover svg path {
  fill: #ffffff;
}

.feature-wrap {
  max-height: 760px;
}

@media only screen and (max-width: 1399px) {
  .feature-wrap {
    max-height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: 10px;
  }
  .feature-wrap .hex-feature {
    -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 40px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.2%;
    flex: 0 0 23.2%;
  }
}

@media only screen and (max-width: 1199px) {
  .feature-wrap .hex-feature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

@media only screen and (max-width: 767px) {
  .feature-wrap .hex-feature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
}

@media only screen and (max-width: 575px) {
  .feature-wrap .hex-feature {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
  }
}

.hex-feature h3 {
  margin-top: 24px;
}

.hex-feature svg path {
  fill: #29cc6c;
}

.hex-feature .content {
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 1400px) {
  .hex-feature .content {
    z-index: 2;
    max-width: 176px;
    margin: 0 auto;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    top: 16px;
  }
}

@media only screen and (min-width: 1400px) {
  .hex-feature:nth-child(1) {
    left: 264px;
    top: -10px;
  }
  .hex-feature:nth-child(2) {
    left: 736px;
    top: -229px;
  }
  .hex-feature:nth-child(3) {
    left: 30px;
    top: -309px;
  }
  .hex-feature:nth-child(4) {
    left: 501px;
    top: -530px;
  }
  .hex-feature:nth-child(5) {
    left: 974px;
    top: -749px;
  }
  .hex-feature:nth-child(6) {
    left: 266px;
    top: -830px;
  }
  .hex-feature:nth-child(7) {
    left: 738px;
    top: -1049px;
  }
  .hex-feature:nth-child(8) {
    left: 503px;
    top: -1131px;
  }
  .hex-feature:nth-child(9) {
    left: 268px;
    top: -1214px;
  }
  .hex-feature:nth-child(10) {
    left: 740px;
    top: -1433px;
  }
}

@media only screen and (min-width: 1400px) {
  .hexagon {
    position: relative;
    width: 252px;
    height: 145.49px;
    background-color: #ffffff;
    margin: 72.75px 0;
    -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .hexagon:before,
  .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 178.19px;
    height: 178.19px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 36.9045px;
    -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.05);
  }
  .hexagon:before {
    top: -89.0955px;
  }
  .hexagon:after {
    bottom: -89.0955px;
  }
  /*cover up extra shadows*/
  .hexagon span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 252px;
    height: 145.4923px;
    z-index: 2;
    background: inherit;
  }
}

.hex-feature:hover {
  background-color: #29cc6c;
}

.hex-feature:hover .content svg path {
  fill: #ffffff;
}

.feature-wrap.style--two .hex-feature svg path {
  fill: #FF9927;
}

.feature-wrap.style--two .hex-feature:hover {
  background-color: #FF9927;
}

.feature-wrap.style--two .hex-feature:hover svg path {
  fill: #ffffff;
}

/* ************************
   04.6: Appointment
   ********************* */
.appointment-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment-steps .step {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media only screen and (max-width: 767px) {
  .appointment-steps .step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: 0px !important;
  }
  .appointment-steps .step:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}

.step {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
}

.step .icon {
  margin-bottom: 24px;
}

.step .content h3 {
  margin-bottom: 18px;
}

.step:after {
  position: absolute;
  right: 0;
  bottom: -30px;
  content: "Step - 01";
  font-size: 60px;
  text-transform: uppercase;
  z-index: -1;
  opacity: 0.03;
}

.step:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.step:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.step:nth-child(2):after {
  content: "Step - 02";
}

.step:nth-child(3) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.step:nth-child(3):after {
  content: "Step - 03";
}

.step:nth-child(4):after {
  content: "Step - 04";
}

.step:hover {
  border-color: transparent;
  -webkit-box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.07);
  z-index: 9;
}

/* ************************
   04.7: CTA
   ********************* */
.cta-content {
  margin-top: -10px;
}

.cta-content h2 {
  margin-bottom: 20px;
}

.cta-content p {
  margin-bottom: 35px;
}

/* ************************
   04.8: Price
   ********************* */
.price-slider {
  position: relative;
  padding: 20px 20px 0;
  margin: -20px -20px 0;
  padding-bottom: 27px;
}

@media only screen and (max-width: 768px) {
  .price-slider {
    padding: 0;
    margin: auto;
  }
}

.price-slider .swiper-pagination {
  top: auto;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.price-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

.price-slider .swiper-slide-active .price {
  background-image: url(../img/bg/price-hover-bg1.png);
}

.price-slider .swiper-slide-active .price .price-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.price-slider .swiper-slide-active .price .price-body ul li:not(:last-child) {
  margin-bottom: 4px;
}

.price-slider .swiper-slide-active .price .price-body ul li:after {
  background-image: url(../img/icon/price-list-icon-white.svg);
}

.price-slider .swiper-slide-active .price .btn {
  border-color: #ffffff;
}

.price-slider .swiper-slide-active .price .btn > span:after {
  opacity: 0.3;
}

.price-slider .swiper-slide-active .price .btn svg path {
  fill: #29cc6c;
}

.price-slider .swiper-slide-active .price .btn:hover {
  border-color: #ffffff;
}

.price-slider .swiper-slide-active .price .btn:hover > span:after {
  opacity: 0.3;
}

.price-slider .swiper-slide-active .price .btn:hover svg path {
  fill: #29cc6c;
}

.price-slider.style--two .swiper-slide-active .price {
  background-image: url(../img/bg/price-hover-bg1.png);
}

.price-slider.style--two .swiper-slide-active .price .btn {
  border-color: #ffffff;
}

.price-slider.style--two .swiper-slide-active .price .btn > span:after {
  opacity: 0.3;
}

.price-slider.style--two .swiper-slide-active .price .btn svg path {
  fill: #FF9927;
}

.price-slider.style--two .swiper-slide-active .price .btn:hover {
  border-color: #ffffff;
}

.price-slider.style--two .swiper-slide-active .price .btn:hover > span:after {
  opacity: 0.3;
}

.price-slider.style--two .swiper-slide-active .price .btn:hover svg path {
  fill: #FF9927;
}

.price {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 45px 45px;
  background-image: url(../img/bg/price-bg1.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 30px;
}

.price .price-head {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 21px;
}

.price .price-head h3 {
  margin-bottom: 19px;
}

.price .price-head .starting-at {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.price .price-head .price-text {
  font-size: 48px;
  margin-left: -5px;
  line-height: 1;
}

.price .price-head .price-text span {
  font-size: 13px;
  position: relative;
  top: -10px;
}

.price .price-head .price-text sup {
  font-size: 28px;
  position: relative;
  left: 5px;
}

.price .price-body ul {
  padding-top: 4px;
  padding-bottom: 21px;
}

.price .price-body ul li {
  position: relative;
  padding-left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price .price-body ul li:not(:last-child) {
  margin-bottom: 4px;
}

.price .price-body ul li:after {
  background-image: url(../img/icon/price-list-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 9px;
  height: 5px;
}

.price.active, .price:hover {
  background-image: url(../img/bg/price-hover-bg1.png);
}

.price.active .price-head, .price:hover .price-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.price.active .price-body ul li:not(:last-child), .price:hover .price-body ul li:not(:last-child) {
  margin-bottom: 4px;
}

.price.active .price-body ul li:after, .price:hover .price-body ul li:after {
  background-image: url(../img/icon/price-list-icon-white.svg);
}

.price.active .btn, .price:hover .btn {
  border-color: #ffffff;
}

.price.active .btn > span:after, .price:hover .btn > span:after {
  opacity: 0.3;
}

.price.active .btn svg path, .price:hover .btn svg path {
  fill: #29cc6c;
}

.price.active .btn:hover, .price:hover .btn:hover {
  border-color: #ffffff;
}

.price.active .btn:hover > span:after, .price:hover .btn:hover > span:after {
  opacity: 0.3;
}

.price.active .btn:hover svg path, .price:hover .btn:hover svg path {
  fill: #29cc6c;
}

.price.two {
  background-image: url(../img/bg/price-bg2.png);
}

.price.two:hover {
  background-image: url(../img/bg/price-hover-bg2.png);
}

.price.three {
  background-image: url(../img/bg/price-bg3.png);
}

.price.three:hover {
  background-image: url(../img/bg/price-hover-bg3.png);
}

.price.style--two {
  background-image: url(../img/bg/price-bg4.png);
}

.price.style--two:hover, .price.style--two.active {
  background-image: url(../img/bg/price-hover-bg4.png);
}

.price.style--two:hover .btn svg path, .price.style--two.active .btn svg path {
  fill: #EC1B30;
}

.price.style--two:hover .btn:hover svg path, .price.style--two.active .btn:hover svg path {
  fill: #EC1B30;
}

.price.style--three {
  background-image: url(../img/bg/price-bg4.png);
}

.price.style--three:hover, .price.style--three.active {
  background-image: url(../img/bg/price-hover-bg4.png);
}

.price.style--three:hover .btn svg path, .price.style--three.active .btn svg path {
  fill: #FF9927;
}

.price.style--three:hover .btn:hover svg path, .price.style--three.active .btn:hover svg path {
  fill: #FF9927;
}

/* ************************
   04.9: FAQ
   ********************* */
.faq-accordion .accordion-item {
  padding-left: 20px;
}

@media only screen and (max-width: 1399px) {
  .faq-accordion .accordion-item {
    padding-left: 0;
  }
}

.faq-accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.faq-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.faq-accordion .accordion-header .accordion-button {
  background-color: transparent;
  padding: 25px 30px;
  font-size: 18px;
  border: 1px solid #e2e2e2;/* CDGEDIT   */
  cursor: pointer;
  -webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 0 20px rgba(0, 0, 0, 0.04);
}

.faq-accordion .accordion-header .accordion-button:after {
  background-image: url(../img/icon/accordion-plus.svg);
  margin-right: 0px;
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url(../img/icon/accordion-minus.svg);
  margin-top: -16px;
}

.faq-accordion .accordion-body {
  padding: 22px 0px 0px 0;
}

@media only screen and (max-width: 479px) {
  .faq-accordion .accordion-body {
    padding: 16px 0px 0px 0;
  }
}

.faq-accordion .accordion-collapse {
  border: none;
}

/* ************************
   04.10: Contact
   ********************* */
.contact-info {
  padding: 50px 30px;
}

.contact-info h3 {
  margin-bottom: 18px;
}

.contact-info h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1399px) {
  .contact-info h2 {
    font-size: 27px;
  }
}

.location-img img {
  width: 100%;
}

/* ************************
   04.11: Project
   ********************* */
.project-content h2 {
  margin-top: -10px;
}

.project-content h3 {
  margin-bottom: 16px;
}

.project-content .entry-meta {
  margin-top: 13px;
  margin-bottom: 13px;
}

.project-content .entry-meta li:not(:last-child) {
  margin-right: 20px;
}

.project-content > p:not(:last-child) {
  margin-bottom: 16px;
}

.project-content.style--two {
  padding: 54px 30px 51px;
}

@media only screen and (max-width: 479px) {
  .project-content.style--two {
    padding: 44px 15px;
  }
}

/* CDGEDIT   */
.cdg-slide-bg {
  background: rgba(236,27,48,0.54) none no-repeat scroll 0 0;
  padding: 20px;
}
.wysiwyg ul>li { 
  display: list-item;
  list-style-type: disc;
}
.wysiwyg ul ul {
    list-style-type: circle;
    margin-left: 15px; 
}
.wysiwyg ol { 
    display: decimal;
    list-style: disc outside none;
    margin: 1em 0;
    padding: 0 0 0 40px;
}
.wysiwyg ol>li { 
    display: list-item;
    list-style-type: decimal;
}
.wysiwyg ol ol { 
    list-style-type: decimal;
    margin-left: 15px; 
}

.cdg_img__main {
  position: relative;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    z-index: 9;}
@media (max-width: 575px) {
.cdg_img__main {
	float:none;
	text-align: center;
    margin-bottom: 20px;
	max-width: 100%;
	height: auto;}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=style.css.map */
