/* ----------------------------------

Template Name: Dustra- Factory & Industrial Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Asap
Main Color   : #DD402B

-------------------------------------

[Typography]

Body copy:    15px 'Radio Canada Big', sans-serif
Header:     36px 'Radio Canada Big', sans-serif
Input, textarea:  16px 'Radio Canada Big', sans-serif
Sidebar heading:  20px 'Radio Canada Big', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Zoom Effect
        - Fade Effect
    06. About Us
        - Version One
        - Version Tow
    07 Services
        - Icon Version
        - Thumbnail Version
        - Services Single
    08. Why Choose Us
    09. Work Process
    10. Portfolio
        - Grid Version
        - Carousel Version
        - Portfolio Single
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Running Projects
    15. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    16. Error 404
    17. Footer
    18. PHP Contact Form
    19. Others

*/



/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&display=swap');

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 0;
}

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Radio Canada Big', sans-serif;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 20px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
  font-weight: 600;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Radio Canada Big', sans-serif;
}

b, strong {
  font-weight: 700;
}

.inc-border {
  border-top: 1px solid #e7e7e7;
}

a.btn-regular {
  text-transform: capitalize;
  font-size: 16px;
  color: #232323;
}

a.btn-regular i {
  font-weight: 300;
  top: 4px;
  margin-left: 25px;
  position: relative;
  z-index: 1;
  font-size: 24px;
}

a.btn-regular i::after {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  width: 25px;
  background: #232323;
  transition: all 0.35s ease-in-out;
}

a.btn-regular:hover {
  color: #DD402B;
}

a.btn-regular:hover i::after {
  background: #DD402B;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.btn i {
  font-size: 12px;
  margin-left: 0;
  position: relative;
  top: 1px;
}

.video-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 10px;
}

.text-center .video-btn {
  margin-left: 0;
}

.video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: #DD402B;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  color: #ffffff;
}

.yellow .video-btn i {
  background: #febc35;
}

.text-light .video-btn i {
  background: #ffffff;
  color: #DD402B;
}

.yellow .text-light .video-btn i {
  color: #232323;
}

.video-btn i::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #DD402B repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.yellow .video-btn i::after {
  background: #febc35 repeat scroll 0 0;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
  position: relative;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #eef1f6;
}

.bg-theme-small {
  background: rgba(255, 53, 20, 0.03);
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-theme {
  background-color: #DD402B;
}

.bg-gradient {
  background: #DD402B;
  background: -webkit-linear-gradient(top left, #DD402B, #F3BA19);
  background: -moz-linear-gradient(top left, #DD402B, #F3BA19);
  background: linear-gradient(to bottom right, #DD402B, #F3BA19);
}

.yellow .bg-theme {
  background-color: #febc35;
}

@media (min-width: 1200px) {
  .align-center {
    align-items: center;
  }
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #DD402B none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.yellow .shadow.theme::after {
  background: #febc35 none repeat scroll 0 0;
}

.shadow.theme-hard::after {
  background: #DD402B none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.yellow .shadow.theme-hard::after {
  background: #febc35 none repeat scroll 0 0;
}

.shadow.gradient-theme::after {
  background: linear-gradient(to bottom, #ff2d0c 0%, #ff7c68 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.gradient-dark::after {
  background: linear-gradient(to bottom, #144791 0%, #2a3644 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow-gradient-light::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.65) 100%) repeat scroll 0 0;
  height: 100%;
  width: 70%;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.default-padding-top {
  padding-top: 120px;
  position: relative;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding-bottom {
  padding-bottom: 120px;
  position: relative;
}

.default-padding-bottom.bottom-less {
  padding-bottom: 90px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

.btn.btn-icon i {
  height: 30px;
  width: 30px;
  line-height: 31px;
  background: #ffffff;
  color: #232323;
  border-radius: 50%;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
}

.btn.btn-icon {
  padding: 13px 25px;
}

.btn {
  display: inline-block;
  font-family: 'Radio Canada Big', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: inherit;
  border: none;
}

.btn.angle {
  position: relative;
}

.btn.angle::after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #232323;
  transition: all 0.35s ease-in-out;
}

.btn.angle.btn-sm::after {
  right: 27px;
}

.btn.angle.btn-theme::after {
  border-left-color: #ffffff;
}

.btn.angle.btn-light.effect:hover::after {
  border-left-color: #ffffff;
}

.btn-md {
  padding: 15px 40px;
}

.btn-md.border {
  padding: 13px 40px;
}

.angle.btn-md {
  padding-right: 45px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px;
}

.btn-sm.btn-border {
  padding: 8px 35px;
  font-size: 12px;
}

.angle.btn-sm {
  padding-right: 40px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.btn-dark.theme {
  background-color: #144791;
  color: #ffffff;
}

.btn-dark.theme::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.35s ease-in-out;
  background-color: #DD402B;
  z-index: -1;
}

.shadow .btn-dark.theme::after {
  background-color: #ffffff;
}

.btn-dark.theme:hover::after {
  height: 100%;
  width: 100%;
}

.btn-dark.border {
  background-color: transparent;
  color: #144791;
  border: 2px solid #144791 !important;
}

.btn-dark.border:hover {
  background-color: #144791;
  color: #ffffff !important;
  border: 2px solid #144791 !important;
}

.btn-light {
  color: #232323 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-light::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  background: #DD402B;
  z-index: -1;
}

.yellow .btn-light::after {
  background: #febc35;
}

.shadow .btn-light::after {
  background: #144791;
}

.btn-light:hover::after {
  width: 100%;
  height: 100%;
}

.shadow .btn-light:hover,
.btn-light:hover {
  color: #ffffff !important;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  position: relative;
  z-index: 1;
}

.btn.btn-light.border::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  background: #ffffff;
  z-index: -1;
}

.btn.btn-light.border:hover::after {
  height: 100%;
  width: 100%;
}

.btn.btn-light.border:hover {
  color: #232323 !important;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #232323 !important;
}

.bg-dark {
  background: #144791 none repeat scroll 0 0 !important;
}

.bg-dark-hard {
  background: #00081d none repeat scroll 0 0;
}

.btn-theme {
  background-color: #DD402B;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.yellow .btn-theme {
  background-color: #febc35;
  color: #000000 !important;
}

.yellow .btn-theme:hover {
  color: #ffffff !important;
}

.btn-theme::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  background: #333333;
  z-index: -1;
}

.shadow .btn-theme::after {
  background: #ffffff;
}

.btn-theme:hover::after {
  width: 100%;
  height: 100%;
}

.btn-theme.border {
  background-color: transparent;
  color: #DD402B !important;
  border: 2px solid #DD402B;
}

.yellow .btn-theme.border {
  background-color: transparent;
  color: #232323 !important;
  border: 2px solid #febc35;
}

.btn-theme.border:hover {
  background-color: #DD402B;
  color: #ffffff !important;
  border: 2px solid #DD402B;
}

.btn-theme.border:hover {
  background-color: #febc35;
  color: #232323 !important;
  border: 2px solid #febc35;
}

.shadow .btn-theme:hover {
  color: #232323 !important;
  border-color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

a.more-btn {
  text-transform: uppercase;
  color: #666666;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

a.more-btn>i {
  font-size: 10px;
  position: relative;
  top: -1px;
}

a.more-btn::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 1px;
  width: 40px;
  border-bottom: 1px dashed;
  transition: all 0.35s ease-in-out;
}

a.more-btn:hover::after {
  width: 100%;
}

a.more-btn:hover {
  color: #DD402B;
}

.yellow a.more-btn:hover {
  color: #232323;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

.site-heading h2 {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.bg-dark .site-heading h2,
.bg-dark .site-heading p {
  color: #ffffff;
}

.site-heading.less-info h2 {
  margin-bottom: 0;
}

.site-heading h4 {
  color: #DD402B;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.yellow .site-heading h4 {
  color: #666666;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #DD402B;
}

.yellow .site-heading.clean h2 span {
  color: #febc35;
}

.site-heading h2 span {
  color: #DD402B;
}

.yellow .site-heading h2 span {
  color: #febc35;
}

.site-heading p {
  margin: 0;
  margin-top: 20px;
  padding: 0 10%;
}

.site-heading h2::before {
  background: #DD402B none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}

.yellow .site-heading h2::before {
  background: #febc35 none repeat scroll 0 0;
  height: 3px;
}

.site-heading h2::after {
  background: #DD402B none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}

.yellow .site-heading h2::after {
  background: #febc35 none repeat scroll 0 0;
  height: 3px;
}

.site-heading.text-left h2::before {
  left: 0;
  margin-left: 0;
}

.site-heading.text-left h2::after {
  left: 45px;
  margin-left: 0;
}

.shadow .site-heading h2,
.shadow .site-heading p {
  color: #ffffff;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #DD402B;
}

.yellow .site-heading h2 span {
  color: #febc35;
}

.site-heading {
  margin-bottom: 60px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.relative {
  position: relative;
  z-index: 1;
}

/* Shape */

.shape-box {
  position: relative;
  z-index: 1;
}

.shape-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.shape-bg img {
  width: 100%;
}

/* Side BG */
.side-bg {
  height: 100%;
  position: absolute;
  left: 30px;
  top: 0;
  width: 35%;
}

.side-bg.left {
  left: 30px;
  right: auto;
}

.side-bg img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.animated.side-bg {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}



/* ============================================================== 
     # Topbar 
=================================================================== */

.top-bar-area {
  overflow: hidden;
  padding: 12px 0;
}

.top-bar-area .shape {
  position: relative;
  z-index: 1;
}

.top-bar-area .shape::after {
  position: absolute;
  right: 0;
  top: -100%;
  content: "";
  height: 300%;
  width: 500%;
  background: #DD402B;
  z-index: -1;
  transform: skewX(20deg);
  border-right: 5px solid #ffffff;
}

.yellow .top-bar-area .shape::after {
  background: #febc35;
}

.top-bar-area .social li {
  margin-right: 20px;
}

.top-bar-area .social li:last-child {
  margin-right: 0;
}

.top-bar-area li {
  display: inline-block;
}

.top-bar-area .text-left .info {
  display: flex;
  justify-content: flex-start;
}

.top-bar-area .float-right .info {
  display: flex;
  justify-content: flex-end;
}

.top-bar-area .info>ul li {
  display: inline-block;
  align-items: center;
  text-align: left;
}

.top-bar-area .info>ul li a {
  font-weight: 400;
}

.top-bar-area .info>ul li a:hover {
  color: #DD402B;
}

.yellow .top-bar-area .info>ul li a:hover {
  color: #febc35;
}

.top-bar-area .float-right .info>ul {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e7e7e7;
}

.top-bar-area .text-left .info>ul {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e7e7e7;
}

.top-bar-area.bg-dark .float-right .info>ul {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.bg-dark .text-left .info>ul {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area .float-right .info>ul:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area .text-left .info>ul:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.top-bar-area .float-right .info .list li {
  margin-left: 20px;
}

.top-bar-area .text-left .info .list li {
  margin-right: 20px;
}

.top-bar-area .text-left .info .list li:last-child {
  margin-right: 0;
}

.top-bar-area .info .list li i {
  color: #DD402B;
  margin-right: 5px;
  font-size: 20px;
  position: relative;
  top: 1px;
}

.yellow .top-bar-area .info .list li i {
  color: #febc35;
}

.top-bar-area.bg-dark .float-right .social a {
  margin-left: 15px;
}

.top-bar-area.bg-dark .text-left .social a {
  margin-right: 15px;
}

.top-bar-area.bg-dark .float-right .social li:first-child a {
  margin: 0;
}

.top-bar-area.bg-dark .text-left .social li:last-child a {
  margin: 0;
}

.top-bar-area .item-flex {
  display: flex;
  align-items: center;
}

.top-bar-area .item-flex ul {
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.top-bar-area .item-flex ul li {
  margin-left: 15px;
}

.top-bar-area .item-flex ul::after {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.top-bar-area .item-flex ul:first-child {
  margin: 0;
  padding: 0;
}

.top-bar-area .item-flex ul:first-child::after {
  display: none;
}

.top-bar-area .item-flex ul li:first-child {
  margin: 0;
}

.top-bar-area .text-right .button {
  position: relative;
  z-index: 1;
}

.top-bar-area .text-right .button::after {
  position: absolute;
  left: 0;
  top: -35px;
  content: "";
  height: 100px;
  width: 200%;
  background: #DD402B;
  z-index: -1;
  transform: skewX(-30deg);
  border-left: 3px solid #ffffff;
}

.yellow .top-bar-area .text-right .button::after {
  background: #febc35;
}

.top-bar-area .text-right .button a {
  font-weight: 600;
  display: inline-block;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  border: none;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  margin-top: -10px;
}

.breadcrumb>li+li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 700;
}

.breadcrumb-area .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  left: -5px;
  position: absolute;
  font-size: 18px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-family: 'Radio Canada Big', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100vh;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .carousel-item h1:first-child,
.banner-area .carousel-item h2:first-child,
.banner-area .carousel-item h3:first-child,
.banner-area .carousel-item h4:first-child,
.banner-area .carousel-item h5:first-child,
.banner-area .carousel-item h6:first-child {
  animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2),
.banner-area .carousel-item h2:nth-child(2),
.banner-area .carousel-item h3:nth-child(2),
.banner-area .carousel-item h4:nth-child(2),
.banner-area .carousel-item h5:nth-child(2),
.banner-area .carousel-item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .carousel-item p {
  animation-delay: .11s;
}

.banner-area .carousel-item ul {
  animation-delay: .6s;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
  animation-delay: .15s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner.carousel-zoom .carousel-item>.slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  opacity: 0;
}

.banner-area:hover .carousel-control {
  opacity: 1;
}

.banner-area .carousel-control.dark {
  color: #232323;
}

.banner-area .carousel-control.theme {
  color: #DD402B;
}

.yellow .banner-area .carousel-control.theme {
  color: #febc35
}

.yellow .banner-area.text-large .carousel-control.theme {
  color: #000000
}

.banner-area .carousel-control.light {
  color: #ffffff;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 20px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 20px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

.banner-area .carousel-control i {
  font-weight: 400;
}

/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  right: 80px;
  width: auto;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto !important;
  top: 50%;
  bottom: inherit;
  margin: 0;
  padding: 30px 0;
  display: block;
  transform: translateY(-50%);
}

.banner-area .carousel-indicators.right {
  left: auto;
  right: 50px;
  height: auto;
  bottom: auto;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 6px solid #DD402B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.yellow .banner-area .carousel-indicators li {
  border: 6px solid #febc35;
}

.banner-area .carousel-indicators.theme li {
  border: 2px solid #e7e7e7;
  opacity: 1;
}

.banner-area .carousel-indicators li.active {
  border: 6px solid #DD402B;
}

.yellow .banner-area .carousel-indicators li.active {
  border: 6px solid #febc35;
}

.banner-area .carousel-indicators.theme li.active {
  border: 6px solid #DD402B;
}

.yellow .banner-area .carousel-indicators.theme li.active {
  border: 6px solid #febc35;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #DD402B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.yellow .banner-area .carousel-indicators li::after {
  background: #febc35;
}

.banner-area .carousel-indicators.theme li::after {
  background: #DD402B;
}

.yellow .banner-area .carousel-indicators.theme li::after {
  background: #febc35;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.banner-area .fixed-thumb .slider-thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
}

.banner-area .content a {
  margin-right: 5px;
  margin-top: 5px;
}

.banner-area.thumb-half .slider-thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
}

.banner-area.top-pad-60 .content {
  padding-top: 60px;
}

.banner-area .fixed-video {
  position: absolute;
  left: 200px;
  bottom: 0;
  padding: 51px 100px;
  height: auto;
  background: #144791;
  display: inline-block;
  width: 100px;
  z-index: 1;
}

.banner-area .fixed-video .video-play-button.relative {
  position: absolute;
  display: inline-block;
  left: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 0 !important;
  top: 50%;
}

.banner-area .fixed-video .video-play-button.relative::before,
.banner-area .fixed-video .video-play-button.relative::after {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.banner-area .fixed-video .video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  top: 19px;
  font-size: 20px;
}

/* Content */

.banner-area.inc-shape .content .shape {
  position: absolute;
  width: 350px;
  height: 450px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  left: -55px;
  top: 50%;
  z-index: -1;
  transform: translate(0, -50%);
}

.banner-area.inc-shape .text-center .content .shape {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner-area.text-large .content h2 {
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 1;
  text-transform: capitalize;
}

.banner-area .content ul li {
  display: flex;
  align-items: center;
  float: left;
  margin-right: 30px;
}

.banner-area .content ul {
  overflow: hidden;
  margin-bottom: 30px;
  display: inline-block;
  color: #232323;
}

.banner-area.title-top .content ul {
  margin-bottom: 15px;
}

.banner-area .content ul li h5 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}

.banner-area .content ul li i {
  display: inline-block;
  font-size: 40px;
  margin-right: 15px;
  color: #DD402B;
}

.yellow .banner-area .content ul li i {
  color: #febc35;
}

.banner-area .carousel-item {
  position: relative;
}

.banner-area.inc-fixed-thumb .carousel-item .fixed-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner-area.text-medium .content h2 {
  font-size: 60px;
  font-weight: 200;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.banner-area.text-medium .content h2 strong {
  display: block;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
}

.banner-area .content p {
  padding-right: 20%;
  font-size: 20px;
  line-height: 32px;
}

.banner-area.text-center .content p,
.banner-area .text-center .content p {
  padding-right: 10%;
  padding-left: 10%;
}

.banner-area.text-right .content p,
.banner-area .text-right .content p {
  padding-right: 0;
  padding-left: 15%;
}

.banner-area.inc-content .content a {
  margin-top: 20px;
}

.banner-area.default .content h4 {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.banner-area.text-large .content h3 {
  text-transform: uppercase;
  font-size: 20px;
  color: #666;
  font-weight: 600;
  margin-bottom: 25px;
}

.banner-area.default .content h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: #DD402B;
  z-index: -1;
}

.yellow .banner-area.default .content h4::after {
  background: #febc35;
}

.banner-area.default .content h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 66px;
  margin-bottom: 25px;
}

.banner-area.shape .box-cell {
  position: relative;
  z-index: 1;
}

.banner-area.shape .box-cell::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 62%;
  background: #000000;
  z-index: -1;
  transform: skew(30deg);
  opacity: 0.5;
  margin-left: -15%;
}

.banner-area.shape .box-cell::before {
  position: absolute;
  left: 47%;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100px;
  background: #DD402B;
  z-index: -1;
  transform: skew(30deg);
  opacity: 0.7;
}

.yellow .banner-area.shape .box-cell::before {
  background: #febc35;
}

.banner-area.shape .shadow.dark::after {
  opacity: 0.3;
}

.banner-area.text-large .content .shape {
  position: absolute;
  left: -80px;
  top: -20%;
  content: "";
  height: 140%;
  width: 80%;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  clip-path: polygon(50% 0%, 100% 100%, 0 100%, 0 0);
}

.banner-area .carousel-item .right-thumb {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 48%;
  background-position: center center;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 992px) {
  .banner-area .carousel-item .right-thumb::after {
    position: absolute;
    left: -50px;
    top: 0;
    content: "";
    height: 100%;
    width: 120px;
    background: #eef1f6;
    transform: skewX(-5deg);
  }
}

.banner-area.top-pad-90 .content {
  padding-top: 90px;
}

.banner-area.text-default h3 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
}

.banner-area.text-default h2 {
  font-size: 65px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

.banner-area.text-default h2 strong {
  font-weight: 900;
  color: #DD402B;
}

.yellow .banner-area.text-default h2 strong {
  color: #febc35;
}

.banner-area.text-default p {
  margin-top: 30px;
}

.banner-area.text-default a {
  margin-top: 15px;
}

@media only screen and (min-width: 1200px) {
  .banner-area.border-shape .content::after {
    position: absolute;
    left: -120px;
    top: 50%;
    content: "";
    height: 500px;
    width: 400px;
    border: 60px solid #DD402B;
    z-index: -1;
    opacity: 0.4;
    transform: translateY(-50%);
    margin-top: 50px;
  }

  .yellow .banner-area.border-shape .content::after {
    border: 60px solid #febc35;
  }
}

.banner-area.car-service-banner .content h2 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.banner-area.car-service-banner .content h2 strong {
  display: block;
  font-size: 70px;
}

.banner-area .box-cell>.shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 70%;
  width: 70%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 0.5;
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #DD402B;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.yellow .video-play-button {
  color: #febc35;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #DD402B;
}

.yellow .video-play-button i {
  color: #232323;
}


/* ============================================================== 
     # About 
=================================================================== */

.about-area .fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  text-align: right;
}

.about-area.ver-two .fixed-shape {
  right: auto;
  left: 0;
  top: 120px;
  text-align: left;
}

.about-area .info-content {
  padding-right: 35px;
}

.about-area .info-content h2 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 28px;
}

.about-area .info-content h2 strong {
  font-size: 140px;
  line-height: 110px;
  padding-right: 20px;
  color: #DD402B;
  font-weight: 800;
}

.yellow .about-area .info-content h2 strong {
  color: #febc35;
}

.about-area blockquote {
  font-size: 14px;
  border-left: 2px solid #DD402B;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
  padding-left: 25px;
}

.yellow .about-area blockquote {
  border-left: 2px solid #febc35;
}

.about-area .right-info blockquote {
  margin-top: 0;
}

.about-area .right-info span {
  margin-top: 25px;
}

.about-area .left-info h2 {
  line-height: 1.4;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 0;
}

.about-area .left-info h2 strong {
  font-weight: 600;
  color: #DD402B;
}

.yellow .about-area .left-info h2 strong {
  color: #febc35;
}

.about-area .info img {
  height: 50px;
  margin-top: 10px;
}

.about-area .info-content>a {
  margin-top: 30px;
}

.about-area blockquote span {
  display: block;
  font-family: 'Radio Canada Big', sans-serif;
  text-transform: uppercase;
  color: #232323;
}

.about-area blockquote span strong {
  color: #DD402B;
}

.yellow .about-area blockquote span strong {
  color: #febc35;
}

.about-area .thumb {
  position: relative;
  z-index: 1;
  text-align: left;
}

.about-area .thumb .video {
  position: absolute;
  right: -120px;
  bottom: -50px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
  height: 70%;
  width: 250px;
  border: 4px solid #ffffff;
  background-position: center;
  border-radius: 30px;
}

.about-area .thumb .video .video-play-button:before {
  width: 60px;
  height: 60px;
  background: #DD402B;
}

.yellow .about-area .thumb .video .video-play-button:before {
  background: #febc35;
}

.about-area .thumb .video .video-play-button:after {
  width: 60px;
  height: 60px;
  background: #DD402B;
}

.yellow .about-area .thumb .video .video-play-button:after {
  background: #febc35;
}

.about-area .thumb .video .video-play-button i {
  color: #ffffff;
}

.about-area.ver-two .info {
  padding-left: 50px;
}

.about-area .establish {
  display: flex;
  margin-bottom: 25px;
}

.about-area .establish i {
  display: inline-block;
  font-size: 60px;
  margin-right: 20px;
  color: #DD402B;
}

.yellow .about-area .establish i {
  color: #febc35;
}

.about-area .establish p {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  color: #232323;
  font-weight: 500;
}

/* Features */
.about-area .content-box .item {
  padding: 30px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  text-align: center;
}

.about-area .content-box .equal-height:first-child,
.about-area .content-box .equal-height:nth-child(2) {
  margin-top: 0;
}

.about-area .content-box .item>i {
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #DD402B;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.yellow .about-area .content-box .item>i {
  color: #febc35;
}

.about-area .content-box .item>i::after {
  position: absolute;
  left: -25%;
  bottom: 0;
  content: "";
  height: 1px;
  width: 150%;
  background: #e7e7e7;
}

.about-area .content-box .equal-height {
  margin-top: 30px;
}

.about-area .content-box .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-area .content-box .item p {
  margin: 0;
}

.about-area .content-box .item a {
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
  font-size: 12px;
  letter-spacing: 1px;
}

.about-area .content-box .item a i {
  font-size: 10px;
}

.about-area .experience {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-area .experience h3 {
  font-size: 60px;
  border-right: 1px solid #cccccc;
  margin-right: 25px;
  padding-right: 30px;
  margin-bottom: 0;
  font-weight: 900;
}

.about-area .experience h3 strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.about-area .experience .author {
  display: flex;
  align-items: center;
}

.about-area .experience .author h5 {
  margin-bottom: 4px;
  font-weight: 600;
}

.about-area .experience .author img {
  margin-top: 0;
  margin-right: 15px;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  box-shadow: -1px 3px 21px 0 rgb(0 0 0 / 6%);
}

.about-area.ver-two .info .text-opacity {
  position: absolute;
  font-size: 200px;
  text-transform: uppercase;
  z-index: -1;
  font-weight: 900;
  line-height: 140px;
  top: -54px;
  opacity: 0.03;
  left: -50px;
}

.about-area.ver-two .info .text-opacity.little {
  font-size: 150px;
  top: -70px;
}

.about-area.ver-two {
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.about-area.ver-two .thumb {
  margin-bottom: -20px;
  margin-top: -10px;
}

/* ============================================================== 
     # About Version Two
=================================================================== */

.about-area .thumb-left .thumb .experiecne {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 50px;
  background: #DD402B;
  padding: 50px 30px;
  border: 5px solid #ffffff;
  max-width: 250px;
}

.yellow .about-area .thumb-left .thumb .experiecne {
  background: #febc35;
}

.about-area .thumb-left .thumb .experiecne h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 55px;
  color: #ffffff;
}

.about-area .thumb-left .thumb img {
  width: 80%;
}

.about-area .thumb-left .thumb .experiecne h5 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
}

.about-area .thumb-left {
  padding-right: 35px;
}

.about-area .thumb-left .thumb {
  margin-bottom: 0;
}

.about-area .thumb-left .thumb {
  position: relative;
  z-index: 1;
  text-align: right;
}

.about-area .thumb-left .thumb::after {
  position: absolute;
  left: -50px;
  top: -50px;
  content: "";
  height: 300px;
  width: 300px;
  background: url(../img/pattern.png);
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 0.4;
  z-index: -1;
}

.about-area .info .bottom {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-area .info .bottom .icon a {
  display: flex;
  align-items: center;
  margin-right: 35px;
}

.about-area .info .bottom .icon a span {
  font-weight: 400;
  color: #666666;
}

.about-area .info .bottom .icon i {
  display: inline-block;
  background: #144791;
  color: #ffffff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  border-radius: 50%;
  margin-right: 15px;
}

.about-area .info .bottom .icon i.fa-phone-volume {
  transform: rotate(-45deg);
  position: relative;
}

.about-area .info .bottom .icon i.fa-phone-volume::before {
  left: 2px;
  position: relative;
  top: 2px;
}

.about-area .info .bottom .icon h4 {
  margin-bottom: 5px;
  font-weight: 700;
}

.about-area .info h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.about-area .info ul {
  display: block;
  margin-top: 25px;
}

.about-area .info ul li {
  display: block;
  line-height: 36px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.about-area .info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #DD402B;
}

.yellow .about-area .info ul li::after {
  color: #febc35;
}

.about-area .info>a.btn {
  margin-top: 30px;
}


/* ============================================================== 
     # About Version Two
=================================================================== */

.about-simple-area .right-info p {
  margin-bottom: 0;
  margin-top: 15px;
}

.about-simple-area .right-info p:first-child {
  margin-top: 0;
}

.about-simple-area ul.achivement li .counter {
  margin-bottom: 15px;
}

.about-simple-area .left-info h2 {
  font-weight: 600;
}

.about-simple-area .right-info blockquote {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  line-height: 30px;
}

.about-simple-area .contact {
  align-items: center;
  margin-top: 40px;
  display: inline-block;
  background: #f4f5f8;
  padding: 20px 40px;
  position: relative;
  z-index: 1;
}

.about-simple-area .contact i {
  display: inline-block;
  font-size: 45px;
  color: #DD402B;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.yellow .about-simple-area .contact i {
  color: #febc35;
}

.about-simple-area .contact i.fa-phone-volume {
  transform: rotate(-49deg);
}

.about-simple-area .contact h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
}

.about-simple-area .contact span {
  font-weight: 400;
  color: #666666;
}

.thumb-services-area {
  position: relative;
  z-index: 1;
}

.about-simple-area .contact i.fa-phone-volume::before {
  position: relative;
  left: 0;
  top: 5px;
}

.about-simple-area .contact span {
  font-weight: 500;
}

.about-simple-area .contact .icon,
.about-simple-area .contact .content {
  float: left;
}

.about-simple-area .contact::after {
  position: absolute;
  left: 0;
  top: -16px;
  content: "";
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 16px solid #f4f5f8;
}

.about-area .info ul.achivement li {
  padding-left: 0;
  display: inline-block;
  line-height: 24px;
}

.about-area .info ul.achivement li::after {
  display: none;
}

.about-area .info ul.achivement {
  overflow: hidden;
  margin-top: 30px;
}

.about-area .info ul.achivement li span {
  margin-top: 15px;
  display: block;
  text-align: left;
}

/* ============================================================== 
     # Car About
=================================================================== */
.car-about-area .thumb {
  position: relative;
  z-index: 1;
  text-align: right;
}

.car-about-area .thumb img:nth-child(2) {
  position: absolute;
  right: 150px;
  bottom: 0;
  z-index: -1;
}

.car-about-area .thumb img:first-child {
  max-width: 80%;
}

.car-about-area .info ul li {
  float: left;
  width: 50%;
  padding: 0 30px;
  margin-top: 25px;
  border-right: 1px solid #e7e7e7;
}

.car-about-area .info ul {
  margin: 0 -30px;
}

.car-about-area .info ul li h6 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}

.car-about-area .info ul li .top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.car-about-area .info ul li .top i {
  font-size: 40px;
  color: #DD402B;
  margin-right: 10px;
}

.car-about-area .info ul li .top p {
  margin: 0;
}

.car-about-area .info ul li:nth-child(2n),
.car-about-area .info ul li:last-child {
  border: none;
}

.car-about-area .info h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

/* ============================================================== 
     # Features
=================================================================== */

.features-area .features-items {
  padding: 70px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -120px;
  z-index: 9;
  background: #ffffff;
  margin-bottom: -120px;
}

.features-area .features-items .item {
  padding: 0 30px;
}

.features-area .features-items .item p {
  margin: 0;
}

.features-area .features-items .item i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 30px;
  color: #DD402B;
  position: relative;
  z-index: 1;
}

.yellow .features-area .features-items .item i {
  color: #febc35;
}

.features-area .features-items .item h5 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 17px;
}

.features-area .features-items .quotes i {
  color: #e7e7e7;
}

.features-area .features-items .item h5 a {
  font-weight: 600;
}

.features-area .quotes .author {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: center;
  margin-top: 25px;
}

.features-area .quotes .author img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.features-area .quotes .author h5 {
  margin-bottom: 0;
}

.features-area .features-items .single-item.emergency {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.features-area .features-items .single-item.emergency::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: -1;
  opacity: 0.6;
  border-radius: 10px;
}

.features-area .features-items .single-item.emergency .item {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px;
  text-align: center;
  justify-content: center;
}

.features-area .features-items .single-item.emergency i {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  color: #ffffff;
}

.features-area .features-items .single-item.emergency p {
  margin-bottom: 20px;
}

.features-area .features-items .single-item.emergency h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 22px;
}

/* ============================================================== 
     # Feature Version Two Area
=================================================================== */

.our-features-area .feature-item {
  background: #144791;
}

.our-features-area .feature-item .info:last-child {
  background: #DD402B;
}

.yellow .our-features-area .feature-item .info:last-child {
  background: #febc35;
}

.our-features-area .feature-item .info {
  display: flex;
  align-items: center;
  padding: 120px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.our-features-area .feature-item .info::after {
  position: absolute;
  right: -100px;
  bottom: -50px;
  content: "";
  height: 250px;
  width: 250px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.15;
}

.our-features-area .feature-item .info:last-child::after {
  opacity: 0.3;
  right: auto;
  left: -100px;
}

.our-features-area .feature-item .thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.our-features-area .feature-item .info h2 {
  font-weight: 600;
}

.our-features-area .feature-item .info h2 strong {
  display: block;
  font-size: 150px;
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
  margin-bottom: -10px;
}

.yellow .our-features-area .feature-item .info:last-child h2 {
  color: #000000;
}

/* ============================================================== 
     # Consulting Area
=================================================================== */

.consulting-area .row {
  margin: 0;
}

.consulting-area {
  position: relative;
  z-index: 1;
}

.consulting-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #eef1f6;
  z-index: -1;
}

.shape-less.consulting-area::after {
  display: none;
}

.consulting-area.bg-gray::after {
  background: #ffffff;
}

.consulting-area .inner-items {
  background: #ffffff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.consulting-area .inner-items .left-info {
  padding: 120px 50px;
  padding-left: 0;
  position: relative;
  z-index: 1;
}

.consulting-area .inner-items .left-info::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 300%;
  background: #DD402B;
  z-index: -1;
}

.yellow .consulting-area .inner-items .left-info::before {
  background: #febc35;
}

.consulting-area .inner-items .left-info::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 300px;
  width: 400px;
  background: url(../img/shape/2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.consulting-area .inner-items .left-info .item {
  margin-top: 30px;
}

.consulting-area .inner-items .left-info .item:first-child {
  margin-top: 0;
}

.consulting-area .inner-items .left-info .item h4 {
  font-weight: 600;
}

.consulting-area .inner-items .left-info .item p {
  margin: 0;
}

ul.achivement {
  margin-top: 35px;
  display: block;
}

ul.achivement li {
  display: inline-block;
  margin-right: 40px;
  border-right: 1px solid #cccccc;
  padding-right: 40px;
  float: left;
}

.text-light ul.achivement li {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

ul.achivement li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

ul.achivement li .counter {
  position: relative;
}

ul.achivement li .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  color: #232323;
  line-height: 1;
  margin-bottom: 5px;
}

.text-light ul.achivement li .counter {
  color: #ffffff;
}

ul.achivement li .counter .operator {
  font-size: 40px;
  margin-left: 2px;
}

ul.achivement li .medium {
  font-weight: 500;
  text-align: right;
}

.consulting-area .inner-items .right-info {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 50px;
}

.consulting-area .inner-items .right-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: -1;
  opacity: 0.5;
}

.consulting-area .inner-items .right-info h2 {
  color: #ffffff;
  font-weight: 700;
}

.consulting-area .inner-items .right-info p {
  color: #ffffff;
  padding: 0 10%;
}

.consulting-area .inner-items .right-info a {
  margin-top: 30px;
}

/* ============================================================== 
     # Fun Factor Area
=================================================================== */
.fun-fact-area {
  position: relative;
  z-index: 1;
}

.fun-fact-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 120px;
  width: 100%;
  background: #ecf6fa;
  z-index: -1;
}

.fun-fact-area.bg-gray::after {
  background: #ffffff;
}

.dark-layout .fun-fact-area::after {
  background: #101c3d;
}

.fun-fact-area .inner-items {
  position: relative;
  z-index: 1;
  top: -120px;
  margin-bottom: -120px;
  background: linear-gradient(90deg, rgba(70, 40, 186, 1) 32%, rgba(8, 113, 255, 1) 100%);
  padding: 90px 50px;
  border-radius: 8px;
}

.fun-fact-area .inner-items::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/map.svg);
  background-position: bottom;
  z-index: -1;
  opacity: 0.4;
  background-size: cover;
}

.fun-fact-area h2 {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: -8px;
}

.fun-fact-area ul li {
  padding-left: 30px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.fun-fact-area ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\4e";
  border-radius: 50%;
  transform: translateY(-50%);
  font-family: 'ElegantIcons';
  font-size: 20px;
}

.fun-fact-area ul li:last-child {
  margin-bottom: 0;
}

.fun-fact-area .timer {
  font-size: 36px;
  display: inline-block;
  font-weight: 900;
  position: relative;
  z-index: 1;
}

.fun-fact-area .medium {
  display: block;
  margin-top: 10px;
}

.fun-fact-area .timer::after {
  position: absolute;
  right: -19px;
  top: -10px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
}



/* ============================================================== 
     # Services
=================================================================== */
.services-area.with-thumb .services-items .item {
  background: #ffffff;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.services-area.with-thumb .services-items .item .info {
  padding: 35px;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  padding-top: 50px;
}

.services-area.with-thumb .services-items .item .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #DD402B;
}

.yellow .services-area.with-thumb .services-items .item .thumb {
  border-bottom: 3px solid #febc35;
}

.services-area.with-thumb .services-items .item .info>i {
  position: absolute;
  left: 40px;
  top: -80px;
  height: 100px;
  width: 90px;
  text-align: center;
  color: #ffffff;
  font-size: 42px;
  z-index: -1;
  line-height: 100px;
  background: #DD402B;
}

.yellow .services-area.with-thumb .services-items .item .info>i {
  background: #febc35;
  color: #000000;
}

.services-area.with-thumb .services-items .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.services-area.with-thumb .services-items .item .info p {
  margin: 0;
}

.services-area.with-thumb .services-items .item .info a:hover {
  color: #DD402B;
}

.yellow .services-area.with-thumb .services-items .item .info a:hover {
  color: #febc35;
}

.services-area.with-thumb .services-items .item .info .button {
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-area.with-thumb .services-items .item .info .button span {
  opacity: 0.1;
  font-size: 36px;
  font-weight: 800;
}

.services-area.with-thumb .services-items .item .info .button a {
  text-transform: uppercase;
  color: #666666;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.services-area.with-thumb .services-items .item .info .button a>i {
  font-size: 10px;
  position: relative;
  top: -1px;
}

.services-area.with-thumb .services-items .item:hover .info .button a {
  color: #DD402B;
}

.yellow .services-area.with-thumb .services-items .item:hover .info .button a {
  color: #232323;
}

.services-area.with-thumb .services-items .item .info .button a::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 1px;
  width: 40px;
  border-bottom: 1px dashed;
  transition: all 0.35s ease-in-out;
}

.services-area.with-thumb .services-items .item:hover .info .button a::after {
  width: 100%;
}

.services-area .services-items.services-carousel .owl-dots {
  margin-top: 40px;
  margin-bottom: -8px;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot span {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  border: 4px solid #DD402B;
}

.yellow .services-area .services-items.services-carousel .owl-dots .owl-dot span {
  border: 4px solid #febc35;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #DD402B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.yellow .services-area .services-items.services-carousel .owl-dots .owl-dot.active span::after {
  background: #febc35;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

.services-area.icon-less .thumb .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 1;
}


/* ============================================================== 
     # Services Version Three 
=================================================================== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .services-area.icon-only .services-box .single-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.services-area .services-box {
  position: relative;
  z-index: 1;
}

.services-area .fixed-shape {
  position: absolute;
  right: -13%;
  top: -250px;
  width: 400px;
  z-index: -1;
}

.services-area .fixed-shape-left {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.services-area.icon-only .services-box .single-item {
  margin-bottom: 30px;
}

.services-area.icon-only .services-box .item {
  padding: 60px 37px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}

.services-area.icon-only .services-box .item .read-more {
  position: absolute;
  bottom: -22px;
  display: inline-block;
  height: 48px;
  width: 48px;
  background: #DD402B;
  line-height: 48px;
  color: #ffffff;
  left: 60%;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
}

.yellow .services-area.icon-only .services-box .item .read-more {
  background: #febc35;
  color: #ffffff;
}

.services-area.icon-only .services-box .item .read-more i {
  font-weight: 500;
}

.services-area.icon-only .services-box .item:hover .read-more {
  left: 50%;
  opacity: 1;
  margin-left: -24px;
}

.services-area.icon-only .services-box .item::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 3px;
  width: 0;
  background: #DD402B;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
}

.yellow .services-area.icon-only .services-box .item::before {
  background: #febc35;
}

.services-area.icon-only .services-box .item:hover::before {
  width: 100%;
}

.services-area.icon-only .services-box .item>i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
  margin-top: 25px;
  transition: all 0.35s ease-in-out;
  color: #DD402B;
  position: relative;
  z-index: 1;
}

.yellow .services-area.icon-only .services-box .item>i {
  color: #febc35;
}

.services-area.icon-only .services-box .item>i::after {
  position: absolute;
  right: -40px;
  top: -25px;
  content: "";
  height: 140px;
  width: 140px;
  background: url(../img/shape/9.png);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.services-area.icon-only .services-box .item a {
  margin-top: 10px;
}

.services-area.icon-only .services-box .item h4 a {
  font-weight: 700;
}

.services-area.icon-only .services-box .item p {
  margin-bottom: 0;
}

/* ============================================================== 
     # Thumb Services
=================================================================== */

.thumb-services-area .shape-bottom {
  position: absolute;
  left: -100px;
  bottom: 0;
  height: 105%;
  width: 100%;
  background-size: contain;
  z-index: -1;
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.thumb-services-area .thumb-services-items .single-item {
  margin-bottom: 30px;
}

.thumb-services-area .thumb-services-items .single-item .item {
  background-size: cover;
  display: block;
  padding-top: 200px;
  background-position: center;
}

.thumb-services-area .thumb-services-items .single-item .content {
  padding: 37px;
  position: relative;
  z-index: 1;
  padding-top: 60px;
}

.thumb-services-area .thumb-services-items .single-item .content::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 110%) repeat scroll 0 0;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.thumb-services-area .thumb-services-items .single-item .item:hover .content::after,
.thumb-services-area .thumb-services-items .single-item:first-child .item .content::after {
  height: 120%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
}

.thumb-services-area .thumb-services-items .single-item .inner>i {
  display: inline-block;
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 25px;
}

.thumb-services-area .thumb-services-items .single-item h4 {
  font-weight: 600;
}

.thumb-services-area .thumb-services-items .single-item p {
  margin-bottom: 0;
}

.thumb-services-area .thumb-services-items .single-item .content a {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.thumb-services-area .thumb-services-items .single-item .content a i {
  font-weight: 500;
}

.thumb-services-area .thumb-services-items .single-item .content {
  position: relative;
}

.thumb-services-area .thumb-services-items .single-item .item .inner {
  transition: all 0.35s ease-in-out;
}

.thumb-services-area .thumb-services-items .single-item .item:hover .inner,
.thumb-services-area .thumb-services-items .single-item:first-child .item .inner {
  transform: translateY(-70px);
}

.thumb-services-area .thumb-services-items .single-item .item:hover a,
.thumb-services-area .thumb-services-items .single-item:first-child .item a {
  opacity: 1;
  bottom: 37px;
}


/* ============================================================== 
     # Car Services Area
=================================================================== */
.car-services-area .col-lg-4 {
  background: #DD402B;
  padding: 50px;
  display: flex;
  align-items: center;
}

.car-services-area .single-item {
  padding: 40px;
  padding-bottom: 30px;
  padding-top: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.car-services-area .service-box>.row {
  margin-left: 0;
}

.car-services-area .services-box>.row {
  margin-left: 0;
}

.car-services-area .single-item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 70%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
  z-index: -1;
}

.car-services-area .heading h4 {
  font-weight: 600;
}

.car-services-area .heading p {
  color: #ffecec;
}

.car-services-area .heading h5 {
  font-weight: 600;
}

.car-services-area .heading ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.car-services-area .heading ul li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.car-services-area .heading ul {
  margin: 30px 0;
}

.car-services-area .single-item>a {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
}

.car-services-area .heading>a {
  margin-top: 15px;
}

.car-services-area .single-item>a i {
  margin-left: 5px;
  position: relative;
  top: 1px;
  font-size: 15px;
  font-weight: 400;
}



/* ============================================================== 
     # Services Details Area
=================================================================== */

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
  font-weight: 600;
}

.services-details-items .services-sidebar .single-widget {
  margin-top: 50px;
}

.services-details-items .services-sidebar .single-widget:first-child {
  margin-top: 0;
}

.services-details-items .services-sidebar .widget-title {
  font-weight: 800;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
  font-size: 22px;
}

.services-details-items .services-sidebar .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #DD402B;
}

.yellow .services-details-items .services-sidebar .widget-title::after {
  border-bottom: 2px solid #febc35;
}

.services-details-items .services-sidebar .services-list a {
  display: block;
  padding: 22px 25px;
  background: #eef1f6;
  position: relative;
  z-index: 1;
  font-weight: 600;
  overflow: hidden;
  color: #454545;
  border-bottom: 1px solid #dddddd;
}

.services-details-items .services-sidebar .services-list li.current-item a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 5px;
  background: #DD402B;
}

.yellow .services-details-items .services-sidebar .services-list li.current-item a::before {
  background: #febc35;
}

.services-details-items .services-sidebar .services-list li:hover a::before,
.services-details-items .services-sidebar .services-list li a.active::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 5px;
  background: #DD402B;
}

.yellow .services-details-items .services-sidebar .services-list li:hover a::before {
  background: #febc35;
}

.services-details-items .services-sidebar .services-list li.active a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 5px;
  background: #DD402B;
}

.yellow .services-details-items .services-sidebar .services-list li.active a::before {
  background: #febc35;
}

.services-details-items .services-sidebar .services-list a::after {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  transform: translateY(-50%);
  font-size: 20px;
}

.services-details-items .services-sidebar .services-list li a:hover,
.services-details-items .services-sidebar .services-list li a.active {
  color: #DD402B;
}

.services-details-items .services-sidebar .services-list li.active a {
  color: #DD402B;
}

.yellow .services-details-items .services-sidebar .services-list li a:hover {
  color: #febc35;
}

.services-details-items .services-sidebar {
  padding-right: 35px;
}

.services-details-items .services-sidebar .single-widget.quick-contact {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #232323;
  opacity: 0.7;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content h4 {
  margin-bottom: 40px;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 35px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: #DD402B;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.yellow .services-details-items .services-sidebar .single-widget.quick-contact .content i {
  background: #febc35;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content i::after {
  position: absolute;
  left: -10%;
  top: -10%;
  content: "";
  height: 120%;
  width: 120%;
  background: #DD402B;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.yellow .services-details-items .services-sidebar .single-widget.quick-contact .content i::after {
  background: #febc35;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content p {
  color: #FFFFFFD1;
}

.services-details-items .services-sidebar .single-widget.quick-contact .content h2 {
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.services-details-items .services-sidebar .single-widget.brochure ul {
  margin-top: 15px;
}

.services-details-items .services-sidebar .single-widget.brochure a {
  display: flex;
  align-items: center;
  margin-top: 15px;
  background: #DD402B;
  color: #ffffff;
  padding: 20px 30px;
  text-transform: uppercase;
  font-size: 13px;
}

.yellow .services-details-items .services-sidebar .single-widget.brochure a {
  background: #febc35;
  color: #232323;
}

.services-details-items .services-sidebar .single-widget.brochure a i {
  font-size: 20px;
  font-weight: 600;
  margin-right: 16px;
}

.services-details-items .services-sidebar .single-widget.brochure li:first-child a {
  margin-top: 0;
}

.services-details-items .services-sidebar .single-widget.brochure li:last-child a {
  background: #060816;
}

.services-details-items .services-sidebar .single-widget.brochure a:hover,
.services-details-items .services-sidebar .single-widget.brochure li:last-child a:hover {
  background: #DD402B;
}

.yellow .services-details-items .services-sidebar .single-widget.brochure a:hover,
.yellow .services-details-items .services-sidebar .single-widget.brochure li:last-child a:hover {
  background: #febc35;
}

.services-details-items .services-single-content h2 {
  font-weight: 600;
  margin-top: 30px;
}

.services-details-area .features .col-lg-6 {
  display: flex;
}

.services-details-area .features i {
  display: inline-block;
  font-size: 50px;
  color: #DD402B;
  margin-right: 25px;
}

.yellow .services-details-area .features i {
  color: #febc35;
}

.services-details-area .features h4 {
  font-weight: 600;
}

.services-details-area .features p {
  margin: 0;
}

.services-details-area .features {
  margin: 40px 0;
}

.services-details-area .services-single-content ul {
  list-style: disc;
  margin-left: 20px;
}

.services-details-area .services-single-content ul li {
  line-height: 30px;
}



/* ============================================================== 
     # Work Process 
=================================================================== */

.work-process-area .single-item {
  margin-bottom: 30px;
}

.work-process-area .thumb img {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  border: 9px solid #ffffff;
}

.work-process-area .work-pro-items .item i {
  display: inline-block;
  color: #DD402B;
  font-size: 60px;
  margin-bottom: 25px;
}

.yellow .work-process-area .work-pro-items .item i {
  color: #febc35;
}

.work-process-area .work-pro-items .item h4 {
  position: relative;
  z-index: 1;
  line-height: 60px;
  font-weight: 700;
}

.work-process-area .work-pro-items .item h4 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 90px;
  z-index: -1;
  color: #eef1f6;
  opacity: 0.5;
  font-weight: 900;
}

.work-process-area .work-pro-items .item {
  border: 1px solid #e7e7e7;
  padding: 67px 50px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.work-process-area .work-pro-items .item img {
  height: 70px;
}

.work-process-area .work-pro-items .item p {
  margin: 0;
  height: 185px;
}

.work-process-area.inc-img .work-pro-items .item h4 {
  line-height: 1.2;
}

.work-process-area.inc-img .work-pro-items .item img {
  margin-bottom: 40px;
}

/* Animation */
.work-process-area .work-pro-items .item::before,
.work-process-area .work-pro-items .item::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #DD402B;
}

.yellow .work-process-area .work-pro-items .item::before,
.yellow .work-process-area .work-pro-items .item::after {
  background: #febc35;
}

.work-process-area .work-pro-items .item .item-inner::before,
.work-process-area .work-pro-items .item .item-inner::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #DD402B;
}

.yellow .work-process-area .work-pro-items .item .item-inner::before,
.yellow .work-process-area .work-pro-items .item .item-inner::after {
  background: #febc35;
}

.work-process-area .work-pro-items .item:hover::before,
.work-process-area .work-pro-items .item:hover::after {
  width: 100%;
}

.work-process-area .work-pro-items .item:hover .item-inner::before,
.work-process-area .work-pro-items .item:hover .item-inner::after {
  height: 100%;
}

/*----- button 1 -----*/
.work-process-area .work-pro-items .item::before,
.work-process-area .work-pro-items .item::after {
  transition-delay: 0.2s;
}

.work-process-area .work-pro-items .item .item-inner::before,
.work-process-area .work-pro-items .item .item-inner::after {
  transition-delay: 0s;
}

.work-process-area .work-pro-items .item::before {
  right: 0;
  top: 0;
}

.work-process-area .work-pro-items .item::after {
  left: 0;
  bottom: 0;
}

.work-process-area .work-pro-items .item .item-inner::before {
  left: 0;
  top: 0;
}

.work-process-area .work-pro-items .item .item-inner::after {
  right: 0;
  bottom: 0;
}

.work-process-area .work-pro-items .item:hover::before,
.work-process-area .work-pro-items .item:hover::after {
  transition-delay: 0s;
}

.work-process-area .work-pro-items .item:hover .item-inner::before,
.work-process-area .work-pro-items .item:hover .item-inner::after {
  transition-delay: 0.2s;
}


/* ============================================================== 
     # Work With Us
=================================================================== */
.work-with-us-area .fun-fact {
  padding: 50px 20px;
  box-shadow: 0 0 10px #cccccc;
  border-bottom: 3px solid #DD402B;
  background: #ffff;
  border-radius: 10px;
}

.yellow .work-with-us-area .fun-fact {
  border-bottom: 3px solid #febc35;
}

.work-with-us-area .heading-info h5 {
  font-weight: 600;
  color: #666666;
}

.work-with-us-area .heading-info h2 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}

.work-with-us-area .fun-fact h4 {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.5;
  margin-top: -7px;
  font-size: 15px;
}

.work-with-us-area .fun-fact .timer {
  line-height: 1;
  font-size: 36px;
  font-weight: 600;
  color: #232323;
}


/* ============================================================== 
     # Why Chose Us 
=================================================================== */

.why-us-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.why-us-area::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 300px;
  background: url(../img/shape/3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}

.why-us-area .info .content {
  position: relative;
  z-index: 1;
}

.why-us-area .info .content>a {
  margin-top: 40px;
}

.why-us-area .info .content::after {
  position: absolute;
  left: 0;
  top: -70px;
  content: "";
  height: 150px;
  width: 150px;
  background: #000000;
  z-index: -1;
  opacity: 0.03;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(45deg);
}

.why-us-area .fixed-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

.why-us-area .thumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

.why-us-area .thumb img {
  max-width: 90%;
}

.why-us-area .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #DD402B none repeat scroll 0 0;
  z-index: -1;
  clip-path: polygon(100% 1%, 4% 100%, 100% 100%);
}

.yellow .why-us-area .thumb::after {
  background: #febc35 none repeat scroll 0 0;
}

.why-us-area .info {
  z-index: 1;
  padding-left: 35px;
}

.why-us-area .info ul>a {
  margin-top: 5px;
}

.why-us-area .info .content>h5 {
  font-weight: 600;
  color: #DD402B;
  margin-bottom: 30px;
  font-size: 18px;
  margin-top: -5px;
  text-transform: uppercase;
}

.yellow .why-us-area .info .content>h5 {
  color: #febc35;
}

.why-us-area .info h2 {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
  margin-top: -10px;
  margin-bottom: 35px;
}

.why-us-area .info h2 span {
  position: relative;
  z-index: 1;
}

.why-us-area .info li {
  display: block;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.why-us-area .info li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  color: #DD402B;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 600;
}

.yellow .why-us-area .info li::after {
  color: #febc35;
}

.why-us-area .info li h5 {
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}

.why-us-area .info li:last-child {
  margin: 0;
}

.why-us-area .info li p {
  margin: 0;
}

.why-us-area.bg-dark .info li p {
  color: #cccccc;
}

.why-us-area .left-info .content {
  background: #DD402B;
  padding: 60px 30px;
}

.yellow .why-us-area .left-info .content {
  background: #febc35;
}

.why-us-area .left-info .content h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.yellow .why-us-area .left-info .content h4 {
  color: #000000;
}

.why-us-area .left-info .content h2 {
  font-weight: 600;
}

.yellow .why-us-area .left-info .content h2 {
  color: #000000;
}

.why-us-area .left-info .content a {
  margin-top: 30px;
}

/* ============================================================== 
     # Why Chose Su Version Two
=================================================================== */
.chooseus-area.half-bg {
  position: relative;
  z-index: 1;
}

.chooseus-area.half-bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 60px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.chooseus-area .info .content {
  padding-bottom: 15px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .chooseus-area.half-bg {
    padding: 120px 0;
  }

  .chooseus-area .info .content {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .chooseus-area.half-bg::after {
    display: none;
  }
}

.chooseus-area .thumb {
  padding-right: 35px;
}

.chooseus-area .thumb-inner {
  position: relative;
  z-index: 1;
}

.chooseus-area .thumb-inner::after {
  position: absolute;
  left: -25%;
  bottom: -200px;
  content: "";
  height: 400px;
  width: 400px;
  border: 60px solid #DD402B;
  z-index: -1;
  border-radius: 50%;
}

.yellow .chooseus-area .thumb-inner::after {
  border: 60px solid #febc35;
}

.chooseus-area .info .content h2 {
  font-weight: 700;
  margin-bottom: 40px;
}

.chooseus-area .info li {
  display: block;
  margin-bottom: 25px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.chooseus-area .info li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  color: #DD402B;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  font-weight: 600;
}

.yellow .chooseus-area .info li::after {
  color: #febc35;
}

.chooseus-area .info li h5 {
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}

.chooseus-area .info li:last-child {
  margin: 0;
}

.chooseus-area .info li p {
  margin: 0;
}

.chooseus-area.bg-dark .info li p {
  color: #cccccc;
}

/* ============================================================== 
     # Team Area 
=================================================================== */

.team-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.team-area .fixed-shape img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.team-area .team-items .single-item {
  margin-bottom: 30px;
}

.team-area .team-items .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-area .team-items .thumb .info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px;
  z-index: 1;
  transition: all .65s ease-in-out;
}

.team-area .team-items .item:hover .thumb .info {
  opacity: 0;
  bottom: -100%;
}

.team-area .team-items .thumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%) repeat scroll 0 0;
}

.team-area .team-items .item:hover .thumb::after {
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 90%) repeat scroll 0 0;
}

.team-area .team-items .thumb .info h4 {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-area .team-items .thumb .info span {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}

.team-area .team-items .item>.social {
  background: #ffffff;
  position: relative;
  width: 90%;
  left: 5%;
  top: -25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  margin-bottom: -25px;
}

.team-area .team-items .item>.social li {
  display: inline-block;
  margin: 10px;
}

.team-area .team-items .thumb .overlay {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -10%);
  padding: 30px;
  transition: all 0.35s ease-in-out;
  z-index: 1;
  opacity: 0;
}

.team-area .team-items .item:hover .thumb .overlay {
  opacity: 1;
  transform: translate(0, -50%);
}

.team-area .team-items .thumb .overlay h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-area .team-items .thumb .overlay p {
  margin: 0;
}

.team-area .team-carousel .owl-nav {
  margin: 0;
}

.team-area .team-carousel {
  margin-bottom: 15px;
}

.team-area .team-carousel .owl-nav .owl-prev,
.team-area .team-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #DD402B;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.yellow .team-area .team-carousel .owl-nav .owl-prev,
.yellow .team-area .team-carousel .owl-nav .owl-next {
  color: #febc35;
}

.team-area .team-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.team-area .team-items .thumb .overlay ul li {
  display: inline-block;
  margin: 0 5px;
}

.team-area .team-items .thumb .overlay ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #ffffff;
  color: #232323;
  border-radius: 50%;
}

.team-area .team-items .thumb .overlay ul {
  margin-top: 20px;
}

.team-area .team-carousel.owl-carousel .owl-dots {
  margin-top: 30px;
  margin-bottom: -8px;
}

.team-area .team-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  border: 4px solid #DD402B;
}

.yellow .team-area .team-carousel.owl-carousel .owl-dots .owl-dot span {
  border: 4px solid #febc35;
}

.team-area .team-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #DD402B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.yellow .team-area .team-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  background: #febc35;
}

.team-area .team-carousel.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

/* ============================================================== 
     # Team Single  
=================================================================== */

.team-single-area .thumb {
  position: relative;
  z-index: 1;
  margin-right: 30px;
  margin-bottom: 30px;
}

.team-single-area .thumb::after {
  position: absolute;
  right: -30px;
  top: 30px;
  content: "";
  height: 100%;
  width: 100%;
  background: #DD402B;
  z-index: -1;
  opacity: 0.2;
}

.yellow .team-single-area .thumb::after {
  background: #febc35;
}

.team-single-area .team-content-top .right-info {
  padding-left: 35px;
}

.team-single-area .team-content-top .right-info h2 {
  font-weight: 600;
}

.team-single-area .team-content-top .right-info span {
  display: block;
  text-transform: uppercase;
  color: #DD402B;
  font-weight: 600;
  margin-bottom: 25px;
}

.yellow .team-single-area .team-content-top .right-info span {
  color: #febc35;
}

.team-single-area .right-info ul {
  margin-top: 25px;
  border-top: 1px solid #e7e7e7;
  padding-top: 17px;
}

.team-single-area .right-info ul li {
  margin-top: 10px;
  color: #232323;
}

.team-single-area .right-info ul li a {
  font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
  color: #DD402B;
}

.yellow .team-single-area .right-info ul li a:hover {
  color: #febc35;
}

.team-single-area .right-info .social {
  display: flex;
  margin-top: 25px;
  font-weight: 600;
  align-items: center;
}

.team-single-area .right-info .social h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 25px;
}

.team-single-area .right-info .social ul {
  margin: 0;
  padding: 0;
  border: none;
}

.team-single-area .right-info .social .share-link {
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

.team-single-area .right-info .social .share-link>i {
  display: inline-block;
  height: 45px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  line-height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #DD402B;
  margin-right: 20px;
}

.yellow .team-single-area .right-info .social .share-link>i {
  color: #febc35;
}

.team-single-area .right-info .social ul {
  display: flex;
  list-style-type: none;
  grid-gap: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
  left: 58px;
  opacity: 1;
  pointer-events: auto;
}

.team-single-area .right-info .social ul li {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}

.team-single-area .right-info .social ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 47px;
  background: #f4f5f8;
  text-align: center;
  border-radius: 50%;
}

.team-single-area .bottom-info {
  margin-top: 120px;
}

.team-single-area .bottom-info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
  margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
  padding-left: 35px;
}

.skill-items .progress-box {
  margin-bottom: 40px;
}

.skill-items .progress-box:last-child {
  margin-bottom: 0;
}

.skill-items .progress-box h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.skill-items .progress-box h5 span {
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: -21px;
  left: 0;
  z-index: -1;
  opacity: 0.05;
  font-weight: 900;
}

.skill-items .skill-items {
  margin-top: 40px;
}

.skill-items .progress-box .progress {
  background: transparent;
  border-bottom: 2px solid #e7e7e7;
  box-shadow: inherit;
  border-radius: inherit;
  overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
  height: 6px;
  border-radius: 30px;
  background: #DD402B;
  top: 12px;
  position: relative;
  overflow: inherit;
}

.yellow .skill-items .progress-box .progress .progress-bar {
  background: #febc35;
}

.skill-items .progress-box .progress .progress-bar span {
  position: absolute;
  right: 0;
  top: -50px;
  display: block;
  font-size: 17px;
  color: #232323;
  font-weight: 600;
}

.skill-items .progress-box .progress .progress-bar {
  position: relative;
  z-index: 1;
}

.skill-items .progress-box .progress .progress-bar::after {
  position: absolute;
  right: 13px;
  top: -28px;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #DD402B;
  font-size: 20px;
}

.yellow .skill-items .progress-box .progress .progress-bar::after {
  color: #febc35;
}


/* ============================================================== 
     # Projects 
=================================================================== */

.projects-area .info ul {
  background: #DD402B;
  margin-top: 25px;
  color: #ffffff;
  padding: 30px;
  padding-top: 0;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.yellow .projects-area .info ul {
  background: #febc35;
  color: #000000;
}

.projects-area .info ul::after {
  position: absolute;
  left: 30px;
  top: -10px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #DD402B;
}

.yellow .projects-area .info ul::after {
  border-bottom: 10px solid #febc35;
}

.projects-area .info ul li {
  float: left;
  width: auto;
  margin-right: 50px;
  margin-top: 35px;
  text-transform: capitalize;
}

.projects-area .info ul li h5 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #ffffff;
}

.yellow .projects-area .info ul li h5 {
  color: #000000;
}

.projects-area .info ul li span {
  text-transform: uppercase;
  font-size: 14px;
}

.projects-area .project-item .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.projects-area .project-item .thumb::after {
  position: absolute;
  left: 0;
  bottom: -50%;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.projects-area .project-item .thumb:hover::after {
  bottom: 0;
  opacity: 0.7;
}

.projects-area .project-item .thumb a {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #ffffff;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -90%);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 10px #cccccc;
  opacity: 0;
  color: #DD402B;
}

.yellow .projects-area .project-item .thumb a {
  color: #febc35;
}

.projects-area .project-item.projects-carousel .owl-nav i {
  font-weight: 400;
  font-size: 35px;
}

.projects-area .project-item .thumb:hover a {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.projects-area .item .info h4 {
  font-weight: 600;
  text-transform: uppercase;
  color: #DD402B;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.yellow .projects-area .item .info h4 {
  color: #666666;
}

.projects-area .item .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.projects-area .project-item.projects-carousel .owl-nav {
  margin: 0;
}

.projects-area .project-item.projects-carousel .owl-nav .owl-prev,
.projects-area .project-item.projects-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #DD402B;
  font-size: 30px;
  height: 40px;
  left: -70px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.yellow .projects-area .project-item.projects-carousel .owl-nav .owl-prev,
.yellow .projects-area .project-item.projects-carousel .owl-nav .owl-next {
  color: #febc35;
}

.projects-area .project-item.projects-carousel .owl-nav .owl-next {
  left: auto;
  right: -70px;
}

/* ============================================================== 
     # Project Details
=================================================================== */


.project-details-area .content h2,
.project-details-area .content h3,
.project-details-area .content h4,
.project-details-area .content h5,
.project-details-area .content h6 {
  font-weight: 600;
}

.project-details-area .content h2,
.project-details-area .content h3 {
  margin-bottom: 20px;
  margin-top: -8px;
}

.project-details-area .content h4,
.project-details-area .content h5,
.project-details-area .content h6 {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.project-details-area .content h3 {
  margin-top: 30px;
}

.project-details-area .content .thumb {
  margin-bottom: 15px;
  margin-top: 15px;
}

.project-details-area .content ul {
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -10px;
}

.project-details-area .content ul li {
  position: relative;
  z-index: 1;
  float: left;
  width: 50%;
  padding: 0 15px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  margin-top: 10px;
}

.project-details-area .content ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #DD402B;
}

.yellow .project-details-area .content ul li::after {
  color: #febc35;
}

.project-details-area .content blockquote {
  position: relative;
  z-index: 1;
  border: none;
  padding-left: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fafafa;
  padding: 30px;
  color: #232323;
  font-weight: 300;
  border-left: 4px solid;
}

.project-details-area .content blockquote::after {
  position: absolute;
  right: 30px;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  color: #dddddd;
  font-size: 60px;
  bottom: 30px;
  font-weight: 600;
}

.project-details-area .content blockquote .footer {
  display: block;
  margin-top: 17px;
}

.project-details-area .content blockquote .footer p {
  margin: 0;
  position: relative;
  display: inline-block;
  color: #232323;
  font-weight: 600;
  font-style: italic;
}

.project-details-area .content p:last-child {
  margin-bottom: 0;
}

.project-details-area .content .row {
  margin-top: 50px;
}

.project-details-area .content .row img {
  margin-bottom: 0;
}

/* ============================================================== 
     # Gallery 
=================================================================== */

.gallery-area .magnific-mix-gallery {
  margin: -15px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
  display: block !important;
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-area .gallery-items .pf-item .overlay {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery-area .gallery-items .pf-item .overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 170%;
  top: 0;
  transform: skewX(45deg);
  transition: all 0.55s ease-in-out;
  background-color: #DD402B;
  opacity: 0.6;
}

.yellow .gallery-area .gallery-items .pf-item .overlay:after {
  background-color: #febc35;
}

.gallery-area .gallery-items .pf-item .overlay:hover:after {
  left: -170%;
  top: 0;
}

.gallery-area .gallery-items .pf-item .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.gallery-area .gallery-items .pf-item .overlay img {
  width: 100%;
}

.gallery-area .gallery-items .pf-item .overlay:hover:before {
  opacity: 1;
}

.gallery-area .gallery-items .pf-item .overlay .content {
  position: absolute;
  left: 15px;
  bottom: 30px;
  z-index: 1;
}

.gallery-area .gallery-items .pf-item .overlay .content .title span {
  transition: all 0.35s ease-in-out;
  transform: translateX(50px);
  opacity: 0;
}

.gallery-area .gallery-items .pf-item .overlay .content .title h5 {
  font-size: 25px;
  margin: 20px 0;
}

.gallery-area .gallery-items .pf-item .overlay:hover .content .title span {
  transform: translateX(0);
  opacity: 1;
}

.gallery-area .gallery-items .pf-item .overlay .content .title span {
  color: #cccccc;
  display: block;
  margin-bottom: 3px;
}

.gallery-area .gallery-items .pf-item .overlay .content .title a {
  color: #ffffff;
}

.gallery-area .gallery-items .pf-item .overlay .content>a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: #DD402B;
  color: #ffffff;
  border-radius: 50%;
  transform: translateY(30px);
  opacity: 0;
}

.yellow .gallery-area .gallery-items .pf-item .overlay .content>a {
  background: #febc35;
}

.gallery-area .gallery-items .pf-item .overlay .content>a i {
  font-weight: 500;
}

.gallery-area .gallery-items .pf-item .overlay:hover .content>a {
  transform: translateY(0);
  opacity: 1;
}


/* ============================================================== 
     # Portfolio 
=================================================================== */

@media only screen and (min-width: 1367px) {
  .portfolio-area .container-full {
    margin-left: calc((100% - 1260px)/ 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 0;
  }
}

.portfolio-area .bottom-sahpe {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
}

.portfolio-area .top-sahpe {
  position: absolute;
  left: 0;
  top: 150px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.portfolio-area.half-bg-dark {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.portfolio-area.half-bg-dark::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #144791 none repeat scroll 0 0 !important;
  z-index: -1;
}

.portfolio-area .portfolio-items-area .mix-item-menu button {
  display: inline-block;
  background: transparent;
  border: none;
  text-transform: capitalize;
  margin-bottom: 15px;
  box-shadow: inherit;
  padding: 7px 15px;
  clip-path: polygon(6% 0, 100% 0%, 94% 100%, 0% 100%);
}

.portfolio-area .portfolio-items-area .mix-item-menu {
  margin-bottom: 15px;
}

.portfolio-area .portfolio-items-area .mix-item-menu button.active {
  background: #DD402B;
  color: #ffffff;
}

.yellow .portfolio-area .portfolio-items-area .mix-item-menu button.active {
  background: #febc35;
  color: #232323;
}

.portfolio-items-area .gallery-content {
  margin: 0 -15px;
  margin-bottom: -45px;
}

.portfolio-area .gallery-items .pf-item .item {
  margin-bottom: 30px !important;
}

.portfolio-area .gallery-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.portfolio-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.portfolio-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.portfolio-area .item .info {
  padding: 30px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: -30px;
  background: #ffffff;
  left: 70px;
  box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

.portfolio-area.half-bg-dark .item .info::after {
  position: absolute;
  left: 0;
  bottom: 9px;
  content: "";
  height: 1px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  opacity: 0.3;
}

.portfolio-area .item .info h5 {
  margin-bottom: 3px;
  font-size: 22px;
}

.portfolio-area .item .info span {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  display: block;
}

.portfolio-area .item .info span strong {
  font-weight: 500;
  color: #DD402B;
}

.portfolio-area .item .info span i {
  margin-right: 5px;
  color: #DD402B;
  font-size: 16px;
  position: relative;
  top: 2px;
  font-weight: 500;
}

.yellow .portfolio-area .item .info span i {
  color: #febc35;
}

.portfolio-area .item .info a {
  margin-top: 20px;
}

.portfolio-area .item .info a:hover {
  color: #DD402B !important;
}

.yellow .portfolio-area .item .info a:hover {
  color: #febc35 !important;
}

.portfolio-area .item .info>a {
  background: #e9e9e9;
  display: inline-block;
  height: 100%;
  padding: 12px 20px;
  margin: 0 !important;
  font-size: 15px;
}

.portfolio-area.half-bg-dark .item .info>a {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.portfolio-area .item .info>a:hover {
  background: #DD402B !important;
  color: #ffffff !important;
}

.yellow .portfolio-area .item .info>a:hover {
  background: #febc35 !important;
  color: #232323 !important;
}

.portfolio-area.half-bg-dark .item .info a {
  color: #ffffff;
  background: #144791;
  padding-right: 20px;
}

.portfolio-area.half-bg-dark .item .info span {
  color: #cccccc;
}

.portfolio-area .item .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.portfolio-area .item .thumb .overlay a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #DD402B;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 10px #cccccc;
  color: #ffffff;
  opacity: 0;
  text-align: center;
}

.yellow .portfolio-area .item .thumb .overlay a {
  background: #febc35;
}

.portfolio-area .item .thumb:hover .overlay a {
  opacity: 1;
}

.portfolio-area .portfolio-carousel .owl-nav {
  margin: 0;
}

.portfolio-area .portfolio-carousel .owl-nav .owl-prev,
.portfolio-area .portfolio-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.portfolio-area .portfolio-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.portfolio-area .portfolio-carousel:hover .owl-nav .owl-prev {
  left: 50px;
  opacity: 1;
}

.portfolio-area .portfolio-carousel:hover .owl-nav .owl-next {
  right: 50px;
  opacity: 1;
}

@media only screen and (min-width: 1460px) {
  .left-border::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 80px;
    background: #ffffff;
    border-radius: 0 30px 30px 0;
  }
}

.portfolio-area .item {
  position: relative;
  z-index: 1;
}

.portfolio-carousel .owl-stage-outer {
  padding-bottom: 50px;
  margin-bottom: -20px;
}

.portfolio-area .item .info .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-area .item .info .right a {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #DD402B;
  text-align: center;
  color: #ffffff;
  margin: 0;
  margin-left: 30px;
  clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
}

.portfolio-area .item .info .right a i {
  font-weight: 500;
  font-size: 14px;
}

.yellow .portfolio-area .item .info .right a {
  background: #febc35;
}

.portfolio-area .item .info .right span {
  margin: 0;
  color: #666666;
}

.portfolio-area .item .info .right a:hover {
  background: #144791;
  color: #ffffff !important;
}

.portfolio-list a.load-more__btn {
  margin: 0 15px;
  display: none;
  padding: 12px 40px;
  background: #DD402B;
  color: #ffffff;
  border-radius: 30px;
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
  margin-left: 0;
}

.yellow .portfolio-list a.load-more__btn {
  background: #febc35;
}

.magnific-mix-gallery.masonary.portfolio-list .gallery-items {
  overflow: hidden;
}


/* Portfolio Effect */
.portfolio-area .item .thumb img {
  max-width: 100%;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-area .item .thumb:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio-area .item .thumb:hover img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-position: top;
  -webkit-filter: grayscale(0.4) blur(2px);
  filter: grayscale(0.4) blur(2px);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

.portfolio-area .item .thumb:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.portfolio-area .item .thumb img {
  display: inline-block;
  -moz-transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.portfolio-area .item .thumb:hover:before,
.portfolio-area .item .thumb.hover:before,
.portfolio-area .item .thumb:hover:after,
.portfolio-area .item .thumb.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.portfolio-area .portfolio-carousel.owl-carousel .owl-dots {
  margin-top: 50px;
  margin-bottom: -8px;
}

.portfolio-area .portfolio-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  border: 4px solid #DD402B;
}

.yellow .portfolio-area .portfolio-carousel.owl-carousel .owl-dots .owl-dot span {
  border: 4px solid #febc35;
}

.portfolio-area .portfolio-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #DD402B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.yellow .portfolio-area .portfolio-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  background: #febc35;
}

.portfolio-area .portfolio-carousel.owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

/* Project Details */
.project-details-area .content .project-info ul li {
  padding-left: 0;
  float: left;
  width: 50%;
  margin: 0;
  margin-top: 10px;
}

.project-details-area .content .project-info ul li::after {
  display: none;
}

.project-details-area .project-info {
  padding: 30px;
  border: 1px solid #e7e7e7;
  background: #eef1f6;
  margin-left: 35px;
  margin-top: 10px;
}

.project-details-area .project-info span {
  display: block;
}

.project-details-area .project-info h5 {
  margin-bottom: 5px;
}

.project-details-area .project-info .item {
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
}

.project-details-area .project-info .item:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.project-details-area .content .project-info ul li span,
.project-details-area .content .project-info ul li span a {
  color: #777777;
  text-decoration: underline;
}

.project-details-area .content .project-info p:last-child {
  margin-bottom: 0;
}

.project-details-area .default-one-col-carousel .owl-nav {
  margin: 0;
}

.project-details-area .default-one-col-carousel .owl-nav .owl-prev,
.project-details-area .default-one-col-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #DD402B;
  font-size: 30px;
  height: 40px;
  left: 15px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.yellow .project-details-area .default-one-col-carousel .owl-nav .owl-prev,
.yellow .project-details-area .default-one-col-carousel .owl-nav .owl-next {
  color: #febc35;
}

.project-details-area .default-one-col-carousel .owl-nav .owl-next {
  left: auto;
  right: 15px;
}




/* ============================================================== 
     # Clients Area 
=================================================================== */

.clients-area.default-padding.bg-dark.text-light::after {
  position: absolute;
  left: -15%;
  top: 0;
  height: 101%;
  width: 63%;
  content: "";
  background: #DD402B;
  z-index: -1;
  transform: skewX(-10deg);
}

.yellow .clients-area.default-padding.bg-dark.text-light::after {
  background: #febc35;
}

.clients-area .fixed-shape {
  position: absolute;
  left: 0;
  top: 0;
}

.clients-area .fixed-shape img {
  height: 400px;
}

.clients-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.clients-area .clients-box img {
  width: auto;
  margin: auto;
  height: 65px;
}

.clients-area .left-info h2 {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: -8px;
  font-size: 30px;
}

.yellow .clients-area .left-info h2 {
  color: #232323;
}

.clients-area .left-info p {
  margin: 0;
  margin-bottom: -5px;
}

.yellow .clients-area .left-info p {
  color: #232323;
}

/* ============================================================== 
     # Testimonials 
=================================================================== */
.testimonials-area .testimonial-content .owl-item {
  position: relative;
  z-index: 1;
}

.testimonials-area .testimonial-content .owl-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 400px;
  width: 400px;
  background: url(../img/shape/map.png);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: 0.09;
}

.testimonial-items h1 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  font-size: 250px;
  font-weight: 900;
  margin: 0;
  line-height: 0.8;
  left: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
  margin-left: -8px;
}

.testimonial-items .title h2 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: -5px;
}

.testimonial-items .title a {
  margin-top: 10px;
}

.testimonials-area .testimonial-content .provider {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.testimonials-area .testimonial-content .provider img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-right: 25px;
  border: 5px solid #ffffff;
  box-shadow: 0 0 25px rgb(0 0 0 / 25%);
}

.testimonials-area .testimonial-content .content {
  padding-left: 105px;
}

.testimonials-area .testimonial-content .provider .info h5 {
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}

.testimonials-area .testimonial-content .provider .info span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonials-area .testimonial-content .content .rating {
  display: block;
  margin-bottom: 30px;
  color: #DD402B;
}

.yellow .testimonials-area .testimonial-content .content .rating {
  color: #febc35;
}

.testimonials-area .testimonial-content p {
  font-size: 18px;
  line-height: 34px;
  margin-top: -5px;
  color: #232323;
  font-weight: 400;
  height: 170px;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-nav {
  position: absolute;
  bottom: 5px;
  right: 30px;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-nav i {
  font-weight: 500;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-prev,
.testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-next {
  background: transparent;
  color: #DD402B;
  font-size: 24px;
  margin: 0;
  padding: 10px;
}

.yellow .testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-prev,
.yellow .testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-next {
  color: #000000;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots {
  margin-top: 30px;
  margin-bottom: -8px;
  text-align: left;
  margin-left: 25px;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot span {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
  opacity: 0.5;
  border: 4px solid #DD402B;
}

.yellow .testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot span {
  border: 4px solid #febc35;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #DD402B;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.yellow .testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot.active span::after {
  background: #febc35;
}

.testimonials-area .testimonial-content.testimonials-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
}

.testimonials-area .testimonial-content .item {
  padding: 50px;
  position: relative;
  z-index: 1;
  margin-left: 30px;
  border-radius: 8px;
  border: 2px solid #eef1f6;
}

.testimonials-area.bg-gray .testimonial-content .item {
  background: #ffffff;
}

.testimonials-area .testimonial-content .item::after {
  position: absolute;
  left: -15px;
  top: 30px;
  content: "";
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #eef1f6;
  z-index: 1;
}

.testimonials-area.bg-gray .testimonial-content .item::after {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ffffff;
}

.testimonials-area .testimonial-content .item::before {
  position: absolute;
  left: 50px;
  top: 50px;
  font-weight: 600;
  font-size: 70px;
  color: #232323;
  content: "";
  background: url(../img/shape/quote.png);
  background-size: contain;
  height: 60px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: left top;
}


/* ============================================================== 
     # Quick Support 
=================================================================== */
.quick-support-area {
  padding: 180px 0;
}

.quick-support-area .quick-support-box {
  position: relative;
  z-index: 1;
}

.quick-support-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: -180px;
  height: 350px;
  width: 100%;
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.05;
}

.quick-support-area h2 {
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.3;
}


/* ============================================================== 
     # Blog 
=================================================================== */

@media (min-width: 1400px) {
  .blog-area.full-blog .container {
    max-width: 1300px;
    width: 1300px;
  }
}

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area.full-blog .single-item {
  margin-bottom: 50px;
}

.blog-area .blog-items .item {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  background: #ffffff;
}

.blog-area.home-blog .blog-items .item {
  box-shadow: inherit;
  background: transparent;
}

.blog-area .thumb {
  position: relative;
  z-index: 1;
}

.blog-area.full-blog .thumb img {
  border-radius: 8px;
}

.blog-area .thumb .date {
  position: absolute;
  right: 30px;
  bottom: -31px;
  background: #ffffff;
  color: #232323;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
}

.blog-area .thumb .date strong {
  display: block;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  background: #DD402B;
  color: #ffffff;
  padding: 0 21px;
}

.yellow .blog-area .thumb .date strong {
  background: #febc35;
  color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .thumb .date {
    bottom: 0;
  }
}

.blog-area .item .info {
  padding-top: 30px;
  overflow: hidden;
}

.blog-area.home-blog .item .info {
  padding: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 250px;
}

.blog-area.home-blog .item .info p {
  height: 130px;
}

.blog-area.home-blog.date-less .item .info {
  padding-top: 30px;
}

.blog-area.home-blog .item .info p:last-child {
  padding-bottom: 0;
}

.blog-area .info .footer-entry {
  float: left;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.blog-area .info .footer-entry h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-right: 20px;
  margin-top: 7px;
}

.blog-area .info .footer-entry a {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  background: #ffffff;
  font-weight: 500;
  font-size: 12px;
  padding: 3px 20px;
  border-radius: 30px;
  border: 1px solid #e7e7e7;
}

.blog-area .info .footer-entry a:hover {
  background: #DD402B;
  color: #ffffff;
  border-color: #DD402B;
}

.yellow .blog-area .info .footer-entry a:hover {
  background: #febc35;
  color: #232323;
  border-color: #febc35;
}

.blog-area .item .info .meta {
  margin-bottom: 15px;
}

.blog-area .item .info .meta ul {
  display: flex;
  align-items: center;
}

.blog-area .btn {
  margin-top: 5px;
}

.blog-area.full-blog .btn {
  margin-top: 10px;
}

.blog-area .item .info .meta ul li {
  margin-right: 15px;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  color: #999;
}

.blog-area .item .info .meta ul li i {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
  font-weight: 500;
}

.blog-area .item .info .meta ul li a {
  color: #999;
  font-weight: 500;
}

.blog-area .item .info .meta ul li a:hover {
  color: #DD402B;
}

.yellow .blog-area .item .info .meta ul li a:hover {
  color: #febc35;
}

.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4 {
  font-weight: 600;
  line-height: 1.4;
}

.blog-area .item .info h2 a:hover,
.blog-area .item .info h3 a:hover,
.blog-area .item .info h4 a:hover {
  color: #DD402B;
}

.yellow .blog-area .item .info h2 a:hover,
.yellow .blog-area .item .info h3 a:hover,
.yellow .blog-area .item .info h4 a:hover {
  color: #febc35;
}

.blog-area.full-blog h3 {
  font-size: 30px;
}

.blog-area .item .info .content h4 a:hover {
  color: #DD402B;
}

.yellow .blog-area .item .info .content h4 a:hover {
  color: #febc35;
}

/* Pagination */
.pagi-area .pagination {
  text-align: center;
  display: block;
  margin-top: 0;
}

.pagi-area .pagination li.page-item {
  float: none;
  display: inline-block;
}

.pagi-area .pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  margin-top: 5px;
  color: #232323;
  font-weight: 800;
}

.yellow .pagi-area .pagination li.active a {
  background: #febc35;
  border-color: #febc35;
}

.pagi-area .pagination li.active a {
  background: #DD402B;
  border-color: #DD402B;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 22px;
  display: inline-block;
  padding-bottom: 15px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #DD402B;
}

.yellow .blog-area .sidebar .title h4::after {
  border-bottom: 2px solid #febc35;
}

.blog-area .sidebar input[type="text"] {
  border: none;
  box-shadow: inherit;
  min-height: 60px;
  background: #f4f5f8;
  border-radius: 8px;
  padding-left: 20px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  border: none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-size: 16px;
  background: #DD402B;
  border-radius: 8px;
}

.yellow .blog-area .sidebar button[type="submit"] {
  color: #232323;
  background: #febc35;
}

.yellow .blog-area .sidebar input[type="submit"]:hover {
  background: #febc35 none repeat scroll 0 0;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #DD402B none repeat scroll 0 0;
}


.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  background: #f4f5f8;
  border-radius: 8px;
  padding: 40px;
}

.blog-area .sidebar .sidebar-item.search {
  background: transparent;
  padding: 0;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: flex;
  text-transform: capitalize;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 13px;
  color: #454545;
}

.blog-area .sidebar-item.category li a::after {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 12px;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #DD402B;
}

.yellow .blog-area .sidebar .sidebar-item li a:hover {
  color: #febc35;
}

.blog-area .sidebar .sidebar-item.category li a span {
  font-size: 12px;
  margin-left: 5px;
  background: #ffffff;
  min-width: 40px;
  padding: 2px 5px;
  text-align: center;
  border-radius: 30px;
  margin: 3px 0;
  font-weight: 600;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #232323;
  display: block;
  font-weight: 700;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
}

.sidebar-item.recent-post li a:hover {
  color: #DD402B;
}

.yellow .sidebar-item.recent-post li a:hover {
  color: #febc35;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  margin-bottom: 25px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  border-radius: inherit;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-left: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 600;
  font-size: 17px;
  margin-top: 0;
  color: #454545;
  line-height: 23px;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #454545;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Pro";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
  border-radius: 50%;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 500;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 13px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  background: #ffffff;
  color: #454545;
}

.sidebar-item.tags ul li a:hover {
  color: #DD402B;
}

.yellow .sidebar-item.tags ul li a:hover {
  color: #febc35;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #DD402B;
  z-index: -1;
  opacity: 0.7;
}

.yellow .blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
  background: #febc35;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
  color: #ffffff;
  font-weight: 700;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
  color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
  display: inline-block;
  color: #ffffff;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  padding: 10px 25px;
  margin-top: 9px;
}

.blog-area .blog-items.content-less .item .info>a {
  margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
  background: #DD402B none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.yellow .blog-area.single .item .content-box span {
  background: #febc35 none repeat scroll 0 0;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info>ul li {
  margin-bottom: 5px;
  color: #232323;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  display: block;
}

.blog-area .blog-items .info>ul {
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-area .blog-items .info>ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  height: 5px;
  width: 5px;
  background: #333333;
  border-radius: 50%;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area.full-blog .blog-items .item {
  box-shadow: inherit;
}

.blog-area .item blockquote {
  position: relative;
  z-index: 1;
  border: none;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 36px;
  background: #DD402B;
  padding: 80px 50px;
  font-style: italic;
  border-radius: 8px;
}

.yellow .blog-area .item blockquote {
  background: #febc35;
}

.blog-area .item blockquote cite {
  display: block;
  margin-top: 9px;
  color: #ffffff;
  position: relative;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  padding-left: 30px;
}

.blog-area .item blockquote cite::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 20px;
  background: #ffffff;
}

.blog-area .item blockquote::after {
  position: absolute;
  right: 50px;
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  bottom: 8px;
  font-weight: 100;
  opacity: 0.5;
  font-size: 140px;
  font-style: normal;
  color: #ffffff;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  padding-bottom: 6px;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: #DD402B;
}

.yellow .blog-area .blog-content .share li a {
  color: #febc35;
}

.blog-area .blog-content .share li.facebook a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #eef1f6;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 50px;
  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  color: #999999;
  border-radius: 30px;
}

.blog-area.single .post-pagi-area h5 {
  margin: 0;
  margin-top: 5px;
  font-weight: 900;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
}

.blog-area.single .post-pagi-area h5:hover {
  color: #DD402B;
}

.yellow .blog-area.single .post-pagi-area h5:hover {
  color: #febc35;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
  margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .avatar {
  height: 130px;
  width: 130px;
  min-width: 130px;
}

.comments-list .commen-item .content {
  position: relative;
}

.comments-list .commen-item .avatar img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.comments-list .commen-item {
  margin-top: 50px;
  display: flex;
  padding: 40px 30px;
  background: #ffffff;
  box-shadow: 0 0 25px rgb(0 0 0 / 8%);
  border-radius: 8px;
}

.comments-list .commen-item:first-child {
  margin: 0;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  margin-left: 80px;
}

.comments-area {
  margin-top: 50px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
}

.comments-list .commen-item .content .reply a {
  font-size: 14px;
  background: #0a1015;
  color: #ffffff;
  display: inline-block;
  padding: 8px;
  font-weight: 600;
}

.comments-list .commen-item .content .reply a:hover {
  background: #DD402B;
}

.yellow .comments-list .commen-item .content .reply a:hover {
  background: #febc35;
}

.comments-list .commen-item .content .reply i {
  font-size: 12px;
}

.comments-list .commen-item .content p {
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  align-items: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.comments-list .commen-item .content .title span {
  font-weight: 500;
  color: #999999;
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

.comments-list .commen-item .content .title span i {
  font-weight: 500;
  margin-right: 5px;
}

.comments-list .commen-item .content .title span i.fa-reply {
  font-weight: 600;
  margin-right: 3px;
}

.comments-list .commen-item .content .title span a {
  margin-left: 10px;
}

.commen-item .comments-info a {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  border-radius: 30px;
  display: inline-block;
  padding: 3px 25px;
  background: #DD402B;
  box-shadow: 0 0 25px rgb(0 0 0 / 8%);
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.yellow .commen-item .comments-info a {
  background: #febc35;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
  box-shadow: inherit;
  padding: 20px;
  background: transparent;
  min-height: 60px;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  margin-top: 15px;
  background-color: #DD402B;
  color: #ffffff !important;
  border: 2px solid #DD402B;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.yellow .comments-form button {
  background-color: #febc35;
  color: #232323 !important;
  border: 2px solid #febc35;
}

.comments-form button::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out;
  background: #144791;
  z-index: -1;
}

.comments-form button:hover::after {
  width: 100%;
  height: 100%;
}

.comments-form button:hover {
  border: 2px solid #144791;
}

.comments-area .title h2,
.comments-area .title h3,
.comments-area .title h4 {
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 26px;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* Pagination */

.pagination li {
  display: inline-block;
  margin-top: 7px;
}

ul.pagination {
  display: block;
  margin-top: 30px;
}

.pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  color: #DD402B;
  font-weight: 800;
}

.yellow .pagination li a {
  color: #febc35;
}

.pagination li.page-item.active a {
  background: #DD402B;
  border-color: #DD402B;
}

.yellow .pagination li.page-item.active a {
  background: #febc35;
  border-color: #febc35;
}


/* ============================================================== 
     # Contact 
=================================================================== */

.contact-area {
  position: relative;
}

.contact-area-margin {
  margin-top: 50px;
}

.contact-area .fixed-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  text-align: right;
}

.contact-area .fixed-bg img {
  width: 60%;
  position: relative;
  right: 0;
  height: 100%;
  bottom: 0;
}

.contact-area .contact-items {
  background: #ffffff;
  padding: 25px;
  box-shadow: 0 0 25px rgb(0 0 0 / 8%);
  position: relative;
  bottom: -120px;
  margin-top: -120px;
  z-index: 9;
  top: 75px;
}

.default-padding-top .contact-items {
  margin-top: -3rem;
  bottom: 15px;
}

.contact-area .left-item {
  padding-right: 80px;
}

.contact-area .right-item {
  margin-top: 0;
}

.contact-area .contact-items .right-item h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

.contact-area .contact-items .item {
  display: flex;
  margin-bottom: 40px;
}

.contact-area .contact-items .item:last-child {
  margin-bottom: 0;
}

.contact-area .contact-items .item i {
  display: inline-block;
  font-size: 30px;
  background: rgba(255, 53, 20, 0.1);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: rgba(255, 53, 20, 1);
  border-radius: 5px;
  margin-right: 25px;
  border: 1px solid rgba(255, 53, 20, 0.2);
}

.contact-area .contact-items .item p {
  margin: 0;
}

.contact-area .contact-items .item a {
  font-weight: 400;
  color: #666666;
}

.contact-area .contact-items .item a:hover {
  color: #DD402B;
}

.yellow .contact-area .contact-items .item a:hover {
  color: #febc35;
}

.contact-area .contact-items .item h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-area .contact-items .content h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-area .contact-items .content input,
.contact-area .contact-items .content textarea {
  border: none;
  padding: 20px;
  background: #eef1f6;
  min-height: 60px;
}

.contact-area .contact-items .content textarea {
  min-height: 220px;
}

.contact-area .contact-items .content button {
  background: #DD402B;
  color: #ffffff;
  border: none;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}

.yellow .contact-area .contact-items .content button {
  background: #febc35;
  color: #232323;
}

.contact-area .contact-items .content button::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 0;
  background: #144791;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  border-radius: 5px;
}

.contact-area .contact-items .content button:hover::after {
  width: 100%;
  height: 100%;
}

.contact-area img.loader {
  margin-left: 10px;
}

/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}

/* ============================================================== 
     # 404 
=================================================================== */

.error-page-area .error-box {
  position: relative;
  z-index: 1;
}

.error-page-area img {
  height: 300px;
  margin-bottom: 50px;
}

.error-page-area .error-box h1 {
  font-size: 300px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.07;
}

.error-page-area .error-box h2 {
  font-weight: 600;
  margin-top: -8px;
  font-size: 48px;
}

.error-page-area .error-box p {
  padding: 0 15%;
  margin-bottom: -5px;
}

.error-page-area .error-box a {
  margin-top: 20px;
}

.error-page-area .error-box form {
  position: relative;
  width: 60%;
  margin: 30px auto auto;
  border: 1px solid #e7e7e7;
  background: #ffffff;
}

.error-page-area .error-box form input {
  border: none;
  box-shadow: none;
  background: transparent;
}

.error-page-area .error-box form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  min-height: 50px;
  width: 50px;
  background: #DD402B;
  color: #ffffff;
}

.yellow .error-page-area .error-box form button {
  background: #febc35;
  color: #232323;
}


/* ============================================================== 
     # Footer 
=================================================================== */

footer {
  position: relative;
  z-index: 1;
}

footer .f-items.default-padding {
  padding-top: 70px;
}

footer .fixed-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.05;
}

footer .fixed-shape img {
  width: 100%;
  position: absolute;
  bottom: 0;
}


/* Footer Common CSS */


footer .single-item {
  margin-top: 50px;
}

footer .widget-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 22px;
}

footer .contact {
  padding-right: 50px;
}

footer .contact ul li {
  margin-bottom: 15px;
}

footer .contact ul li a {
  font-weight: 400;
}

footer .contact ul li a:hover {
  color: #DD402B;
}

.yellow footer .contact ul li a:hover {
  color: #febc35;
}

footer .contact ul {
  margin-top: 25px;
}

footer .contact ul li i {
  margin-right: 15px;
  min-width: 20px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  border: 1px solid #e7e7e7;
  line-height: 40px;
  color: #FFF;
}

.yellow footer .contact ul li i {
  color: #febc35;
}

footer.bg-dark .contact ul li i {
  border-color: rgba(255, 255, 255, 0.2);
}

footer .contact ul li:last-child {
  margin-bottom: 0;
}

footer .link ul li {
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

footer .link ul li::after {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #bcb3b3;
}

footer .link ul li:last-child {
  margin-bottom: 0;
}

footer .link ul li a {
  color: #666666;
  font-weight: 500;
}

footer.bg-dark .link ul li a {
  color: #cccccc;
}

footer .link ul li a:hover {
  color: #DD402B;
}

.yellow footer .link ul li a:hover {
  color: #febc35;
}

footer .opening-hours li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}

footer.bg-dark .opening-hours li {
  border-color: rgba(255, 255, 255, 0.2);
  color: #cccccc;
}

footer .opening-hours li:last-child {
  margin: 0;
  padding: 0;
  border: navajowhite;
}

footer .opening-hours li .closed {
  color: #ffffff;
  background: #DD402B;
  padding: 0 15px;
  border-radius: 5px;
}

.yellow footer .opening-hours li .closed {
  color: #232323;
  background: #febc35;
}

/* Footer Bottom  */
.footer-bottom {
  padding-bottom: 30px;
  margin-top: -10px;
}

.footer-bottom p {
  margin: 0;
  font-size: 15px;
}

.footer-bottom li {
  display: inline-block;
  margin-bottom: 0 !important;
}

.footer-bottom .text-right li {
  margin-left: 15px;
}

.footer-bottom .text-right li a {
  font-weight: 600;
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

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

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/preloader.gif) center no-repeat #fff;
  text-align: center;
}


/* ============================================================== 
     # Construction 
=================================================================== */

@media (min-width: 1024px) {
  .banner-area.banner-box {
    padding-top: 100px;
    padding-left: 100px;
    position: relative;
    z-index: 1;
  }

  .banner-area.banner-box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100px;
    background: #ffffff;
    z-index: -1;
  }

  .banner-area.banner-box .box-cell::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #DD402B;
    height: 100%;
    width: 50%;
    content: "";
  }

  .banner-area.banner-box .content {
    margin-left: -100px;
    padding: 200px 0;
  }

  nav.navbar.bootsnav.nav-full .navbar-brand {
    position: relative;
    z-index: 1;
  }

  nav.navbar.bootsnav.nav-full .navbar-brand::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #DD402B;
    height: 100%;
    width: 100%;
    content: "";
  }

  nav.navbar.bootsnav.nav-full .navbar-brand .logo {
    display: none;
  }

  nav.navbar.bootsnav.nav-full .navbar-brand .logo.regular {
    display: inline-block;
  }

  .navbar.nav-full .container {
    max-width: 100%;
  }

  nav.navbar.bootsnav.nav-full .navbar-brand .logo.regular {
    height: 60px;
  }

  nav.navbar.bootsnav.nav-full .navbar-brand {
    padding: 20px 22px;
  }

  nav.navbar.bootsnav.nav-full li.search a {
    height: auto;
    width: auto;
    font-size: 24px;
    background-color: transparent;
    margin-right: 15px;
    color: #232323 !important;
  }

  nav.navbar.bootsnav.nav-full li.search a i {
    position: relative;
    top: 3px;
  }

  nav.navbar.bootsnav.no-background li.search a {
    color: #ffffff !important;
  }

  .banner-area.banner-box .carousel-zoom .slider-thumb {
    width: 55%;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
  }

  .banner-area.banner-box .content p {
    padding-right: 30%;
  }

}

@media (max-width: 1023px) {
  nav.navbar.bootsnav.nav-full .navbar-brand .logo.regular {
    display: none;
  }

  nav.navbar.bootsnav.nav-full .navbar-brand .logo.logo-responsive {
    display: inline-block;
  }
}

.banner-area.banner-style-standard .content h3 {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 300;
}

.banner-area.banner-style-standard .content h2 {
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
}

/* ============================================================== 
     # Services
=================================================================== */
.service-item-style-three h6 {
  text-transform: uppercase;
  color: #DD402B;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-item-style-three h2 {
  font-weight: 900;
  margin-bottom: 0;
}

.service-item-style-three {
  padding: 60px 50px;
  position: relative;
  z-index: 1;
}

.service-item-style-three i {
  display: inline-block;
  font-size: 60px;
  color: #DD402B;
  margin-bottom: 30px;
}

.service-item-style-three h4 {
  font-weight: 900;
}

.services-style-three {
  overflow: hidden;
}

.service-item-style-three::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 1px;
  width: 100%;
  background: #e7e7e7;
}

.service-item-style-three:first-child {
  background: rgba(255, 94, 20, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-item-style-three:first-child::before,
.service-item-style-three:first-child::after {
  background-color: rgba(255, 94, 20, 0.1);
}

.service-item-style-three p {
  margin-bottom: 0;
}

.service-item-style-three .thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 99%;
  width: 70%;
  z-index: -1;
  background-size: cover !important;
  background-position: center !important;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.service-item-style-three .thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.service-item-style-three:hover .thumb::after {
  opacity: 0.6;
  background-color: #000000;
}

.service-item-style-three:hover .thumb {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.service-item-style-three i,
.service-item-style-three h4,
.service-item-style-three h4 a,
.service-item-style-three p {
  transition: all 0.35s ease-in-out;
}

.service-item-style-three:hover i,
.service-item-style-three:hover h4,
.service-item-style-three:hover a,
.service-item-style-three:hover p {
  color: #ffffff;
}

.service-item-style-three:nth-child(4) .thumb {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.service-item-style-three:nth-child(4) .thumb::after {
  background: #000000;
  opacity: 0.6;
}

.service-item-style-three:nth-child(4) h4,
.service-item-style-three:nth-child(4) h4 a,
.service-item-style-three:nth-child(4) i,
.service-item-style-three:nth-child(4) p {
  color: #ffffff;
}

/* About */
.about-style-four-thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-style-four-thumb::after {
  position: absolute;
  top: 50%;
  left: -25%;
  transform: translateY(-50%) rotate(-25deg);
  content: "";
  height: 15px;
  width: 150%;
  background: #ffffff;
}

.bg-gray .about-style-four-thumb::after {
  background: #eef1f6;
}

.about-style-four-info {
  padding-left: 35px;
}

.about-style-four-info a {
  margin-top: 15px;
  display: inline-block;
}

.nav-tabs {
  margin-top: 1rem;
}

.nav-tabs .nav-item {
  display: inline-block;
  border: none;
  margin: 0 !important;
  width: 24.7%;
  text-align: center;
}

.tab-content .nav-tabs {
  margin-bottom: 35px;
  border-bottom: 2px solid #e7e7e7;
}

.nav-tabs .nav-item a {
  text-transform: uppercase;
  padding: 15px 25px;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  font-weight: 900;
}

.nav-tabs .nav-item a:hover {
  background-color: transparent;
}

.nav-tabs .nav-item a.active {
  color: #666666;
  background-color: transparent;
}

.nav-tabs .nav-item a.active::after {
  left: 0;
  bottom: -3px;
  content: "";
  height: 5px;
  width: 100%;
  background: #DD402B;
  position: absolute;
}

.tab-content .tab-pane ul li {
  display: block;
  line-height: 2.5;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.tab-content .tab-pane ul li::after {
  position: absolute;
  left: 0;
  top: -3px;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #DD402B;
  font-size: 18px;
}

.about-style-four-info h4 {
  text-transform: uppercase;
  color: #DD402B;
  font-size: 16px;
  font-weight: 600;
}

.about-style-four-info h2 {
  font-weight: 900;
  margin-bottom: 30px;
}

.about-style-four-layout {
  position: relative;
  z-index: 1;
}

.about-style-four-layout::after {
  position: absolute;
  right: -80px;
  top: -50px;
  content: "";
  height: 103%;
  width: 100%;
  background: url(../img/shape/pettern.jpg);
  z-index: -1;
}



/* ============================================================== 
     # Home Seven / Business Home
=================================================================== */
.topbar-style-three img {
  height: 60px;
}

.topbar-style-three .info ul {
  display: flex;
  justify-content: right;
  align-items: center;
}

.topbar-style-three .info ul li {
  text-align: left;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.topbar-style-three .container>.row {
  align-items: center;
}

.topbar-style-three {
  overflow: hidden;
  border-bottom: 5px solid #DD402B;
}

.topbar-style-three .logo a {
  display: inline-block;
  padding: 20px 0;
  position: relative;
  padding-right: 35px;
  z-index: 1;
  padding-bottom: 15px;
}

.topbar-style-three .logo a::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 500%;
  background: #DD402B;
  z-index: -1;
  transform: skewX(15deg);
}

.topbar-style-three .info ul li span {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -5px;
  color: #232323;
}

.topbar-style-three .info ul li i {
  display: inline-block;
  font-size: 35px;
  margin-right: 20px;
  color: #DD402B;
  font-weight: 100;
}

.navbar .attr-nav .side-menu {
  padding: 42px 0;
}

.navbar.bg-dark .attr-nav .side-menu span {
  background: #ffffff;
  ;
}

@media (min-width: 1024px) {
  nav.bootsnav.small-pad.logo-less .attr-nav>ul>li.side-menu {
    padding: 33px 0;
  }

}

.banner-area.banner-style-seven .content h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 100px;
  line-height: 1;
}

.banner-area.banner-style-seven .content h2 strong {
  font-size: 140px;
  line-height: 120px;
}

.banner-area.banner-style-seven .box-cell {
  position: relative;
  z-index: 1;
}

.banner-area.banner-style-seven .box-cell .shape-box {
  position: absolute;
  left: 10%;
  height: 100%;
  width: 100%;
}

.banner-area.banner-style-seven .box-cell .shape-line {
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 0;
  width: 100px;
  background: #144791;
  z-index: -1;
  opacity: 0.1;
  transition: all 0.35s ease-in-out;
}

.banner-area.banner-style-seven .carousel-item.active .box-cell .shape-line {
  height: 470px;
}

.banner-area.banner-style-seven .box-cell .shape-line:nth-child(2) {
  left: 120px;
  height: 0;
}

.banner-area.banner-style-seven .carousel-item.active .box-cell .shape-line:nth-child(2) {
  height: 400px;
  transition: all 0.55s ease-in-out;
}

.banner-area.banner-style-seven .box-cell .shape-line:nth-child(3) {
  left: 240px;
  height: 0;
}

.banner-area.banner-style-seven .carousel-item.active .box-cell .shape-line:nth-child(3) {
  height: 320px;
  transition: all 0.75s ease-in-out;
}

.banner-area.banner-style-seven .carousel-item {
  position: relative;
}

.banner-area.banner-style-seven .carousel-item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 70%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.banner-area.banner-style-seven .content {
  padding: 200px 0;
}

.banner-area .shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100% !important;
  width: 50%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: bottom left !important;
}

.banner-area.banner-style-seven::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100px;
  background: #ffffff;
  z-index: 1;
}

.banner-area.banner-style-seven .carousel-indicator {
  height: auto;
  min-height: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
  bottom: auto !important;
  z-index: 9;
  right: auto;
  left: 28px;
}

/* About */
.about-style-three .thumb img {
  max-width: 80%;
}

.about-style-three .thumb {
  text-align: right;
  margin-bottom: 80px;
}

.about-style-three .experience {
  text-align: center;
  width: 280px;
  box-shadow: 0 0 25px rgb(0 0 0 / 8%);
  padding: 80px 0;
  position: absolute;
  left: 0;
  bottom: -80px;
  background: #ffffff;
  float: none;
  display: block;
  border-radius: 5px;
}

.about-style-three .experience strong {
  display: block;
  font-size: 100px;
  text-shadow: -5px 5px 0px #eceefe;
}

.about-style-three .experience h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.about-style-three .thumb img {
  border-radius: 5px;
}

.about-style-three-box {
  position: relative;
  z-index: 1;
}

.about-style-three-box .shape {
  position: absolute;
  left: -40%;
  bottom: 0;
}

.about-style-three-box .shape img {
  height: 500px;
}

.about-style-three h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #DD402B;
  font-weight: 600;
  margin-bottom: 10px;
}

.business .about-style-three h4 {
  color: #ec1c24;
}

.about-style-three h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.about-style-three ul {
  margin: 30px 0;
}

.about-style-three ul li {
  padding-left: 25px;
  line-height: 36px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  color: #232323;
}

.about-style-three ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f34c";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

.about-style-three .award {
  display: flex;
  align-items: center;
  padding-top: 35px;
  border-top: 1px solid #e7e7e7;
}

.about-style-three .award i {
  display: inline-block;
  font-size: 100px;
  font-weight: 100;
  color: #DD402B;
  margin-right: 20px;
}

.about-style-three .award h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.about-style-three .award p {
  margin: 0;
  padding-right: 15%;
}

.about-style-three.content-right {
  padding-left: 35px;
}

/* Services */
.services-style-four .item {
  display: flex;
  padding: 50px 37px;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.35s ease-in-out;
}

.services-style-four .item:hover {
  background: rgba(255, 255, 255, 1);
}

.services-style-four {
  margin-bottom: 30px;
}

.services-style-four .item i {
  display: inline-block;
  font-size: 60px;
  color: #DD402B;
  margin-right: 30px;
}

.services-style-four .item h4 {
  font-weight: 600;
}

.services-style-four .item p {
  margin: 0;
}

.services-style-four .item .btn {
  margin-top: 20px;
}

.services-style-four .item:hover .btn {
  background: #144791;
  border-color: #144791;
  color: #ffffff;
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topbar-style-three .logo {
    display: none;
  }

  .topbar-style-three .logo {
    display: none;
  }

  .topbar-style-three .address-info {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .topbar-style-three .info ul li {
    justify-content: center;
    margin: 0 20px;
  }

  .topbar-style-three .info ul {
    justify-content: center;
  }

  .topbar-style-three {
    border: none;
    padding: 20px 0;
  }

  .banner-area.banner-style-seven::after {
    display: none;
  }

  .banner-area.banner-style-seven .content {
    padding: 120px 0;
    padding-left: 50px;
  }

  .banner-area.banner-style-seven .carousel-item::before {
    width: 100%;
  }

  .about-style-three .thumb {
    margin-bottom: 130px !important;
  }

  .about-style-three.content-right {
    padding-left: 15px;
  }

  .about-style-three-box .shape {
    display: none;
  }

  .services-style-four .item {
    display: block;
    text-align: center;
  }

  .services-style-four .item i {
    margin: 0;
    margin-bottom: 25px;
  }


}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .topbar-style-three {
    display: none;
  }

  .banner-area.banner-style-seven::after {
    display: none;
  }

  .banner-area.banner-style-seven .carousel-item::before {
    width: 100%;
    background: #000000;
    opacity: 0.6;
  }

  .banner-area.banner-style-seven .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-area.banner-style-seven .content h2 {
    color: #ffffff;
    font-size: 30px;
  }

  .banner-area.banner-style-seven .content h2 strong {
    font-size: 50px;
    display: block;
    line-height: 1.2;
  }

  .banner-area.banner-style-seven .carousel-indicators {
    display: none !important;
  }

  .about-style-three .thumb img {
    max-width: 100%;
  }

  .about-style-three .experience {
    position: inherit;
    padding: 0;
    background: transparent;
    box-shadow: inherit;
    margin: 0;
    width: auto;
    bottom: inherit;
    margin-top: 30px;
    text-align: left;
    display: none !important;
  }

  .about-style-three.content-right {
    padding-left: 15px;
  }

  .about-style-three-box .shape {
    display: none;
  }

  .services-style-four .item {
    display: block;
    text-align: center;
  }

  .services-style-four .item i {
    margin: 0;
    margin-bottom: 25px;
  }

}

@media (max-width: 1023px) {
  .navbar .attr-nav .side-menu {
    padding: 32px 0 !important;
  }

  nav.navbar.navbar-default.logo-less .navbar-collapse {
    margin-left: 0;
  }
}

/* Business Color CSS */

.business .topbar-style-three {
  border-bottom: 5px solid #ec1c24;
}

.business .topbar-style-three .logo a::after {
  background: #ec1c24;
}

.business .topbar-style-three .info ul li i {
  color: #ec1c24;
}

.business .btn-theme {
  background: #ec1c24;
}

.business .site-heading h4 {
  color: #ec1c24;
}

.business .site-heading h2::after,
.business .site-heading h2::before {
  background: #ec1c24;
}

@media (min-width: 1024px) {
  .business nav.navbar.bootsnav ul.nav>li>a.active {
    color: #ec1c24;
    font-weight: 900;
  }

  .business nav.navbar.bootsnav li.search a {
    background: #ec1c24;
  }
}

.business .banner-area .carousel-indicators li.active {
  border-color: #ec1c24;
}

.business .banner-area .carousel-indicators li {
  border-color: #ec1c24;
}

.business .banner-area .carousel-indicators li::after {
  background: #ec1c24;
}

.business .about-style-three .award i {
  color: #ec1c24;
}

.business .services-style-four .item i {
  color: #ec1c24;
}

.business .why-us-area .left-info .content {
  background: #ec1c24;
}

.business .why-us-area .info li::after {
  color: #ec1c24;
}

.business .work-process-area .work-pro-items .item i {
  color: #ec1c24;
}

.business .work-process-area .work-pro-items .item .item-inner::before,
.business .work-process-area .work-pro-items .item .item-inner::after {
  background: #ec1c24;
}

.business .work-process-area .work-pro-items .item::before,
.business .work-process-area .work-pro-items .item::after {
  background: #ec1c24;
}

.business .gallery-area .gallery-items .pf-item .overlay .content>a {
  background: #ec1c24;
}

.business .gallery-area .gallery-items .pf-item .overlay:after {
  background: #ec1c24;
}

.business .portfolio-list a.load-more__btn {
  background: #ec1c24;
}

.business .testimonials-area .testimonial-content .content .rating {
  color: #ec1c24;
}

.business .testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-prev,
.business .testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-next {
  color: #ec1c24;
}

.business .blog-area .item .info h2 a:hover,
.business .blog-area .item .info h3 a:hover,
.business .blog-area .item .info h4 a:hover {
  color: #ec1c24 !important;
}

.business .blog-area .item .info .content h4 a:hover {
  color: #ec1c24 !important;
}

.business a.more-btn:hover {
  color: #ec1c24;
}

.business .blog-area .item .info .meta ul li a:hover {
  color: #ec1c24;
}

.business footer .contact ul li i {
  color: #ec1c24;
}

.business footer .opening-hours li .closed {
  background: #ec1c24;
}

.business .blog-area .thumb .date strong {
  background: #ec1c24;
}


/* ============================================================== 
     # Home It Solution
=================================================================== */
.it-solution .shadow.dark::after {
  background: #144791 none repeat scroll 0 0;
}

.it-solution .top-bar-area.bg-dark {
  background: #104cba !important;
}

.it-solution .top-bar-area .shape::after {
  background: #104cba;
  border-right: 1px solid #ffffff;
  transform: inherit;
  opacity: 0.4;
  display: none;
}

.it-solution .top-bar-area .info .list li i {
  color: #ffffff;
  font-size: initial;
  font-weight: 300;
}

.it-solution .top-bar-area .info>ul li a:hover {
  color: #ffffff;
}

@media (min-width: 1024px) {
  .it-solution .navbar.navbar-fixed .attr-nav>ul>li {
    padding: 23px 0;
  }

  .it-solution nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
    min-height: 100px;
  }

  .it-solution .navbar-transparent .attr-nav>ul>li.button a {
    background: #ffffff;
    color: #232323 !important;
  }

}

.it-solution .attr-nav>ul>li.button a {
  background: #104cba;
  clip-path: inherit;
  padding: 14px 35px !important;
  font-size: 15px;
  border-radius: 30px;
}

.it-solution .btn-theme {
  background-color: #104cba;
}

.it-solution .bg-theme {
  background: #104cba;
}

.banner-area.banner-style-eight .content h2 {
  line-height: 1;
  font-weight: 100;
  font-size: 70px;
  margin-bottom: 30px;
}

.banner-area.banner-style-eight .content h2 strong {
  font-weight: 600;
  display: block;
}

.banner-area.banner-style-eight .content .btn {
  margin-top: 20px;
}

.banner-area.banner-style-eight .content {
  padding-top: 100px;
}

.banner-area.banner-style-eight .content h4::after {
  display: none;
}

.banner-area.banner-style-eight .box-table {
  position: relative;
  z-index: 1;
}

.banner-area.banner-style-eight .box-table .sahpe {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background-size: cover;
  opacity: 0.6;
}


.about-style-four .thumb {
  position: relative;
  text-align: right;
  margin-right: 35px;
}

.about-style-four .thumb img {
  width: 70%;
}

.about-style-four .thumb img:nth-child(2) {
  position: absolute;
  left: -50px;
  top: 0;
  width: 50%;
}

.about-style-four .thumb img:first-child {
  box-shadow: 0px 2px 12px 0px #e7e7e7;
  margin-top: 80px;
  padding: 1px;
  z-index: 9;
  position: relative;
}

.about-style-four .thumb .experience {
  position: absolute;
  right: 12%;
  top: 54px;
  text-align: left;
  font-size: 60px;
  line-height: 1;
  margin: 0;
  background: #104cba;
  color: #ffffff;
  padding: 20px 35px;
  z-index: 9;
}

.about-style-four h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #104cba;
}

.about-style-four h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-style-four ul li {
  font-weight: 600;
  color: #232323;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  margin-top: 15px;
}

.about-style-four ul {
  margin: 30px 0;
}

.about-style-four ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #104cba;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  border-radius: 50%;
  transform: translateY(-50%);
}

.it-solution .btn-dark:hover,
.it-solution .btn-dark:focus {
  color: #ffffff !important;
}

.it-solution .btn-dark.theme::after {
  background-color: #104cba;
}

.about-style-four .thumb h2 strong {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.about-style-four .thumb .experience span {
  position: relative;
  font-size: 30px;
  top: -20px;
  margin-left: 5px;
}

.about-style-four .thumb .experience::after {
  position: absolute;
  right: -19px;
  top: 0;
  content: "";
  height: 28px;
  width: 20px;
  background: #104cba;
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.brand-carousel img {
  margin: auto;
  height: 50px;
  width: auto !important;
}

.brand-carousel {
  border-top: 1px solid #e7e7e7;
  padding: 50px 0;
  padding-bottom: 120px;
}

.it-solution .consulting-area .inner-items .right-info::after {
  background: #144791;
  opacity: 0.7;
  box-shadow: inherit;
}

.it-solution .consulting-area .inner-items .left-info::before {
  background: #144791;
}

.appoinment-form {
  display: block;
  width: 100%;
  padding: 0 30px;
}

.appoinment-form input,
.appoinment-form input:focus {
  border: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
}

.appoinment-form select {
  width: 100%;
  border: none;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #ffffff;
  min-height: 50px;
}

.appoinment-form button {
  width: 100%;
  background: #104cba;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: 600;
  min-height: 50px;
  border: none !important;
  color: #ffffff;
}

.appoinment-form button i {
  position: relative;
  top: 1px;
  font-size: 15px;
  margin-left: 2px;
}

.appoinment-form select option {
  color: #232323;
  padding: 10px;
  background: #ffffff;
}

.appoinment-form h2 {
  margin-bottom: 10px;
}

.appoinment-form p {
  margin-bottom: 30px;
}


.appoinment-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.appoinment-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.appoinment-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.appoinment-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.it-solution .consulting-area .inner-items .left-info .item p {
  opacity: 0.8;
}

.it-solution .site-heading h4 {
  color: #104cba;
}

.it-solution .site-heading h2::before,
.it-solution .site-heading h2::after {
  background: #104cba;
}

.services-style-five .item {
  padding: 50px 30px;
  background: #ffffff;
  transition: all 0.35s ease-in-out;
  border: 2px solid #e7e7e7;
  border-radius: 30px;
}

.services-style-five {
  margin-bottom: 30px;
}

.services-style-five .item:hover {
  margin-top: -15px;
}

.services-style-five .item i {
  display: inline-block;
  font-size: 50px;
  color: #104cba;
  margin-bottom: 30px;
}

.services-style-five .item p {
  margin: 0;
}

.services-style-five .item img {
  height: 60px;
  margin-bottom: 25px;
}

.services-area {
  position: relative;
  z-index: 1;
}

.services-style-five-area .shape-bottom {
  position: absolute;
  right: -10%;
  bottom: -10%;
  z-index: -1;
  height: 70%;
  width: 100%;
  text-align: right;
}

.services-style-five-area .shape-bottom img {
  height: 100%;
}

.it-solution .bg-gradient {
  background: #104cba;
  background: -webkit-linear-gradient(top left, #104cba, #008bff);
  background: -moz-linear-gradient(top left, #104cba, #008bff);
  background: linear-gradient(top left, #104cba, #008bff);
}

.it-solution .chooseus-area .thumb-inner::after {
  border-color: #085fe8;
}

.it-solution .chooseus-area .info li {
  padding-left: 55px;
}

.it-solution .chooseus-area .info li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #085fe8;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}

.it-solution .work-process-area .work-pro-items .item i {
  color: #104cba;
  font-weight: 300;
  font-size: 50px;
}

.it-solution .work-process-area .work-pro-items .item .item-inner::before,
.it-solution .work-process-area .work-pro-items .item .item-inner::after {
  background: #104cba;
}

.it-solution .work-process-area .work-pro-items .item::before,
.it-solution .work-process-area .work-pro-items .item::after {
  background: #104cba;
}

.it-solution .blog-area .item .info h2 a:hover,
.it-solution .blog-area .item .info h3 a:hover,
.it-solution .blog-area .item .info h4 a:hover,
.it-solution .blog-area .item .info .meta ul li a:hover,
.it-solution a.more-btn:hover,
.it-solution nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover,
.it-solution nav.navbar.bootsnav ul.nav>li>a:hover {
  color: #104cba;
}

.it-solution .blog-area .thumb .date strong {
  background: #104cba;
}

.it-solution footer .contact ul li i {
  color: #104cba;
}

.it-solution footer .opening-hours li .closed {
  background: #104cba;
}

.it-solution footer .link ul li a:hover {
  color: #ffffff;
}

.it-solution footer .contact ul li a:hover {
  color: #ffffff;
}

/* Tablet Layout: 768px.*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-four .thumb {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .about-style-four .thumb img:nth-child(2) {
    left: 0;
  }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
  .banner-area.banner-style-eight .content {
    padding-top: 140px;
  }

  .about-style-four .thumb img:nth-child(2) {
    display: none;
  }

  .about-style-four .thumb img:first-child {
    width: 100%;
    margin-top: 26px;
  }

  .about-style-four .thumb {
    margin: 0;
    margin-bottom: 30px;
  }

  .about-style-four .thumb .experience {
    top: 0;
  }

  .services-style-five-area {
    overflow: hidden;
  }

  .appoinment-form {
    padding: 0;
  }

  .brand-carousel {
    padding-bottom: 50px;
  }

}

/* ============================================================== 
     # Home Solar Energy
=================================================================== */

.logo.desktop {
  display: none;
}

@media (min-width: 1024px) {
  .navbar .container-fluid {
    padding-right: 0;
    padding-left: 50px;
  }

  .navbar .container-fluid .attr-nav {
    padding: 0 !important;
    border: none !important;
    margin-left: 50px;
  }

  .navbar .container-fluid .attr-nav li {
    margin: 0 !important;
  }

  .navbar .container-fluid .attr-nav .button {
    padding: 0 !important;
  }

  .navbar.navbar-default .container-fluid .attr-nav>ul>li.button a {
    border-radius: inherit;
    padding: 37px 80px !important;
    text-transform: capitalize;
    background: #32c36c !important;
    color: #ffffff !important;
    font-size: 16px;
    clip-path: inherit;
  }

  nav.navbar.bootsnav .container-fluid .navbar-brand {
    background: #ffffff;
    padding: 20px 35px;
    position: relative;
    border-radius: 0 0 0 20px;
  }

  nav.navbar.bootsnav .container-fluid .navbar-brand::after {
    position: absolute;
    left: 0px;
    bottom: -18px;
    content: "";
    height: 30px;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    border-radius: 0 0 20px 20px;
    transform: skewY(5deg);
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
  }

  .logo.mobile {
    display: none;
  }

  .logo.desktop {
    display: inline-block;
  }

  .banner-area.default.banner-style-nine .content h2 {
    line-height: 1;
  }

  .site-heading p {
    padding: 0 20%;
  }

}

.navbar.navbar-default .container-fluid .attr-nav>ul>li.button i {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-left: 3px;
}

.banner-style-nine .left-thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 47%;
  background-size: cover;
  background-position: center;
}

.banner-area.default.banner-style-nine .content h4::after {
  display: none;
}

.banner-area.default.banner-style-nine .content .btn {
  margin-top: 20px;
}

.energy .btn-theme {
  background-color: #32c36c;
}

.energy .banner-area .carousel-control.theme {
  color: #32c36c;
}

.about-style-five .thumb {
  margin-left: -20%;
}

.energy .btn-dark.theme::after {
  background-color: #32c36c;
}

.energy .btn-dark.theme:hover {
  color: #ffffff !important;
}

.about-style-five h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #32c36c;
}

.about-style-five h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.about-style-five .btn {
  margin-top: 30px;
}

.about-style-five blockquote {
  font-size: 20px;
  padding-right: 25%;
  margin-bottom: 20px;
  line-height: 30px;
  border-left: 2px solid #32c36c;
  padding-left: 20px;
}

.about-style-five ul li {
  display: flex;
  align-items: center;
  float: left;
  width: 50%;
  padding: 0 30px;
  margin-top: 20px;
}

.about-style-five ul li img {
  height: 50px;
  margin-right: 15px;
}

.about-style-five ul {
  margin: 0 -30px;
}

.about-style-five ul li h5 {
  margin: 0;
  font-weight: 700;
}

.energy .site-heading h4 {
  color: #32c36c;
}

.energy .site-heading h2::before,
.energy .site-heading h2::after {
  background-color: #32c36c;
}

.services-style-six .item {
  padding: 50px;
  padding-top: 230px;
}

.services-style-six {
  border-right: 2px solid #eef1f6;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  transition: all 0.35s ease-in-out;
}

.services-style-six:hover {
  background-position: left;
}

.services-style-six .item img {
  height: 60px;
  margin-bottom: 30px;
}

.services-style-six::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
  z-index: -1;
}

.services-style-six-box {
  overflow: hidden;
}

.services-style-six .item>a {
  position: relative;
  padding-left: 0;
}

.services-style-six:hover .item>a,
.services-style-six:first-child .item>a {
  padding-left: 30px;
}

.services-style-six .item>a::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  height: 2px;
  width: 0;
  background: #ffffff;
  margin-top: -2px;
  transition: all 0.35s ease-in-out;
}

.services-style-six:hover .item>a::after,
.services-style-six:first-child .item>a::after {
  width: 30px;
}

.energy .bg-theme {
  background-color: #32c36c;
}

.energy .projects-area .item .info h4 {
  color: #32c36c;
}

.energy .projects-area .info ul {
  background: #32c36c;
}

.energy .projects-area .info ul::after {
  border-bottom-color: #32c36c;
}

.energy .projects-area .project-item.projects-carousel .owl-nav .owl-prev,
.energy .projects-area .project-item.projects-carousel .owl-nav .owl-next {
  color: #32c36c;
}

.choose-us-style-five-area {
  position: relative;
  z-index: 1;
}

.choose-us-style-five-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #eef1f6 50%) repeat scroll 0 0;
  z-index: -1;
}

.energy .projects-area .project-item .thumb a {
  color: #32c36c;
}

.energy .fun-fact .counter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 60px;
  font-weight: 500;
  color: #232323;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: -5px;
}

.energy .fun-fact .operator {
  font-size: 50px;
  margin-left: 2px;
}

.energy .fun-fact .medium {
  font-weight: 600;
  color: #232323;
}

.choose-us-style-five .fun-fact {
  margin-bottom: 50px;
  border-bottom: 1px solid;
}

.choose-us-style-five .fun-fact:last-child {
  margin-bottom: 0;
}

.choose-us-style-five .fun-fact .operator {
  color: #32c36c;
}

.choose-us-style-five .fun-fact .timer {
  color: #32c36c;
}

.choose-us-style-five .fun-fact .counter {
  margin-bottom: 10px;
}

.choose-us-style-five h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #32c36c;
}

.choose-us-style-five h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.choose-us-style-five .contact {
  align-items: center;
  margin-top: 30px;
  display: inline-block;
  background: #ffffff;
  padding: 20px 40px;
  position: relative;
  z-index: 1;
}

.choose-us-style-five .contact i {
  display: inline-block;
  font-size: 45px;
  color: #32c36c;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
  transform: rotate(90deg);
}

.choose-us-style-five .contact i.fa-phone-volume {
  transform: rotate(-49deg);
}

.choose-us-style-five .contact h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  color: #232323;
}

.choose-us-style-five .contact span {
  font-weight: 400;
  color: #666666;
}

.choose-us-style-five .contact i.fa-phone-volume::before {
  position: relative;
  left: 0;
  top: 5px;
}

.choose-us-style-five .contact span {
  font-weight: 500;
}

.choose-us-style-five .contact .icon,
.choose-us-style-five .contact .content {
  float: left;
}

.choose-us-style-five .contact::after {
  position: absolute;
  left: 0;
  top: -16px;
  content: "";
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 16px solid #ffffff;
}

.energy .clients-area.default-padding.bg-dark.text-light::after {
  background: #32c36c;
}

.energy .testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-prev,
.energy .testimonials-area .testimonial-content.testimonials-carousel .owl-nav .owl-next {
  color: #32c36c;
}

.energy .testimonials-area .testimonial-content .content .rating {
  color: #32c36c;
}

.energy .blog-area .thumb .date strong {
  background: #32c36c;
}

.energy .blog-area .item .info h2 a:hover,
.energy .blog-area .item .info h3 a:hover,
.energy .blog-area .item .info h4 a:hover {
  color: #32c36c;
}

.energy .blog-area .item .info .meta ul li a:hover {
  color: #32c36c;
}

.energy a.more-btn:hover {
  color: #32c36c;
}

.energy footer .contact ul li i {
  color: #32c36c;
}

.energy footer .link ul li a:hover {
  color: #32c36c;
}

.energy footer .opening-hours li .closed {
  background: #32c36c;
}

.energy nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a:hover {
  color: #32c36c !important;
}

.energy nav.navbar.bootsnav.bg-dark ul.nav>li>a:hover {
  color: #32c36c;
}

@media (max-width: 1023px) {
  nav.bg-dark.navbar.bootsnav .navbar-toggle {
    color: #232323;
  }

  nav.bg-dark.navbar.bootsnav {
    background: #ffffff !important;
  }

}

.energy .attr-nav>ul>li.button a {
  background: #32c36c;
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-five .thumb {
    margin: 0;
    margin-bottom: 30px;
  }

  .about-style-five ul {
    margin: 0;
    overflow: hidden;
  }

  .about-style-five ul li {
    width: auto;
    padding: 0;
    margin-right: 50px;
  }

  .services-style-six {
    border-bottom: 2px solid #eef1f6;
  }

  .choose-us-style-five .fun-fact {
    display: inline-block;
    margin: 0;
    margin-right: 50px;
    margin-top: 30px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .about-style-five .thumb {
    margin: 0;
    margin-bottom: 30px;
  }

  .about-style-five ul {
    margin: 0;
  }

  .about-style-five ul li {
    float: none;
    width: 100%;
    padding: 0;
  }

  .services-style-six {
    margin-top: 30px;
    border: none;
  }

  .services-style-six:first-child {
    margin-top: 0;
  }

  .choose-us-style-five .fun-fact:first-child {
    margin-top: 30px;
  }

}

@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
    max-width: 800px;
    left: 50%;
    transform: translateX(-50%);
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
    padding: 0;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
    padding: 0;
    margin: 0;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li img:hover,
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li:hover img,
  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover img {
    margin: 0;
    transform: inherit;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    border: none;
    padding: 0 15px;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .title {
    display: none;
  }



  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li h5 {
    font-weight: 500;
    margin-top: 10px;
    font-size: 15px;
    color: #232323;
  }

}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li img {
  border: 1px solid #dddddd;
  padding: 1px;
  border-radius: 10px;
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 600px) and (max-width: 991px) {
  ul.menu-col li {
    float: left;
    width: 50%;
    padding: 0 15px;
    border: none;
  }

  ul.menu-col {
    overflow: hidden;
    background: #f9f9f9;
    padding-top: 15px;
  }

}

@media only screen and (max-width: 991px) {
  nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li>a {
    border: none !important;
    padding: 0;
  }

  ul.menu-col {
    margin-top: 15px;
  }

  nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .content {
    padding: 0;
  }

  ul.menu-col h5 {
    margin-top: 10px;
  }

}

.whatsapp {
  width: 55px;
  left: 10px;
  z-index: 9999;
  height: 55px;
  bottom: 10px;
  position: fixed;
  border-radius: 100%;
  line-height: 27px;
  background-color: #25d366;
  padding: 8px 15px;
  padding-top: 13px;
}

.whatsapp a {
  display: block;
}

.whatsapp a img {
  filter: brightness(0) invert(1);
}

.glightbox {
  cursor: pointer;
}

.services-area .services-box .single-item h4 {
  height: 25px;
}

.services-area .services-box .single-item p {
  height: 210px;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
  }
}

@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav>li>a {
    font-size: 13px;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
    font-size: 13px;
  }
}
/*================================ 
    #RESPONSIVE CSS 
====================================*/

@media (max-width: 1200px) {
  .container {
    max-width: 1150px;
  }

  .portfolio-area .item .info {
    position: relative;
    left: 0;
    top: 5px;
  }
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* Topbar Area */
  .top-bar-area .shape::after {
    display: none;
  }

  .top-bar-area {
    text-align: center;
  }

  .top-bar-area .social {
    display: none;
  }

  .top-bar-area .text-right {
    text-align: center !important;
  }

  .top-bar-area .float-right .info {
    justify-content: center;
  }

  .top-bar-area .float-right .info .list li {
    margin-left: 13px;
    margin-right: 13px;
  }


  /* Banner Area */

  body, .banner-area, .banner-area div {
    height: auto;
  }

  .banner-area .content {
    padding: 120px 0;
  }

  .banner-area.banner-box .content {
    padding-top: 200px;
  }

  .banner-area.top-pad-90 .content {
    padding-top: 150px;
  }

  .banner-area.during-nav-box .content {
    padding-top: 200px;
  }

  .banner-area.text-large .content .shape {
    display: none;
  }

  .banner-area.text-large .box-cell::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    opacity: 0.6;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    clip-path: polygon(50% 0%, 100% 100%, 0 100%, 0 0);
  }

  .banner-area .carousel-indicator {
    height: 100%;
  }

  .banner-area.shape .box-cell::before {
    left: 0;
    width: 100%;
    background: #000000;
    transform: inherit;
    opacity: 0.6;
  }

  .banner-area.shape .box-cell::after {
    display: none;
  }

  .banner-area .carousel-item .right-thumb {
    width: 100%;
    z-index: 1;
  }

  .banner-area .carousel-item .right-thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: -1;
    opacity: 0.6;
  }

  .banner-area.bg-gray .content h1,
  .banner-area.bg-gray .content h2,
  .banner-area.bg-gray .content h3,
  .banner-area.bg-gray .content h4,
  .banner-area.bg-gray .content h5 {
    color: #ffffff;
  }

  .banner-area.bg-gray .content p {
    color: #cccccc;
  }

  /* About */

  .about-area.ver-two {
    margin-bottom: 0;
    padding-bottom: 120px;
  }

  .about-area .thumb {
    text-align: center;
    margin-bottom: 30px;
  }

  .about-area.ver-two .thumb {
    margin-bottom: 30px;
  }

  .about-area .author .thumb {
    margin-bottom: 0;
  }

  .about-area.ver-two .info .text-opacity {
    left: 50%;
    transform: translateX(-50%);
  }

  .about-area.ver-two .info {
    padding-left: 15px;
  }

  .about-area .thumb-left .thumb img {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-area .thumb-left {
    padding-right: 15px;
  }

  .about-area .thumb-left .thumb .experiecne {
    display: none;
  }

  .about-area .shape-bg {
    display: none;
  }

  .about-area.ver-two {
    padding-bottom: 120px;
  }

  .about-area.ver-two .fixed-shape {
    width: 45%;
  }

  .about-simple-area ul.achivement {
    display: none;
  }

  .car-about-area .thumb {
    margin-bottom: 50px;
  }

  .about-style-four-info {
    padding-left: 0;
    margin-top: 50px;
  }

  .about-style-four-layout::after {
    display: none;
  }

  /*Features */
  .our-features-area .feature-item {
    overflow: hidden;
  }

  .our-features-area .feature-item .thumb:nth-child(3) {
    order: 1;
  }


  /* Why Choose Us */
  .why-us-area .fixed-thumb {
    position: relative;
    left: 0;
    top: -120px;
    height: 450px;
    width: 100%;
    margin-bottom: -70px;
  }

  .why-us-area .info {
    padding-left: 15px;
    margin-top: 50px;
  }

  .chooseus-area .thumb-inner::after {
    display: none;
  }

  .chooseus-area .thumb {
    padding-right: 15px;
    margin-bottom: 50px;
  }

  .chooseus-area.half-bg::after {
    display: none;
  }

  .chooseus-area .info .content {
    margin: 0;
  }

  /* Consulting */
  .consulting-area .inner-items .left-info::before {
    width: 100%;
    background: #022147;
  }

  .consulting-area .inner-items .left-info {
    padding: 80px;
    margin-bottom: 30px;
  }

  .consulting-area .inner-items {
    background: transparent;
    box-shadow: inherit;
  }


  /* Testimonaisl */

  .testimonials-area .testimonial-content .item {
    margin-left: 0;
    margin-top: 40px;
  }

  .testimonials-area .testimonial-content .item::after {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -30px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #eef1f6;
  }

  .testimonials-area.bg-gray .testimonial-content .item::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
  }


  /* Clients */

  .clients-area {
    text-align: center;
  }

  .clients-area.default-padding.bg-dark.text-light::after {
    display: none;
  }

  .clients-area .clients-items {
    margin-top: 50px;
  }

  .clients-area .left-info p {
    padding: 0 15%;
  }

  /* Services */
  .services-area .fixed-shape {
    display: none;
  }

  .services-area .fixed-shape-left {
    opacity: 0.3;
    display: none;
  }

  .services-area.icon-only .services-box .single-item .item .read-more,
  .services-area.icon-only .services-box .single-item:nth-child(2) .item .read-more {
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
  }

  .services-area.icon-only .services-box .item::before {
    width: 100%;
  }

  .services-area.icon-only .services-box .item {
    text-align: center;
  }

  .services-area.icon-only .services-box .item .read-more {
    position: inherit;
    left: inherit !important;
    transform: inherit !important;
    background: #ffffff;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    color: #232323;
    bottom: 0;
    margin-top: 25px;
  }

  .services-area.icon-only .services-box .item>i {
    margin-top: 0;
  }

  .thumb-services-area.default-padding.bottom-less {
    padding-top: 80px;
  }

  .thumb-services-area .shape-bottom {
    display: none;
  }

  .car-services-area .services-box>.row {
    margin-left: 0;
    margin-right: 0;
  }

  .car-services-area .col-lg-4 {
    margin-bottom: 30px;
  }

  .car-services-area .col-lg-8 {
    padding: 0;
  }

  .car-services-area .single-item {
    padding-top: 200px;
  }

  .service-item-style-three {
    border: 1px solid #e7e7e7;
  }

  .services-style-three {
    overflow: inherit;
  }

  .service-item-style-three::after, .service-item-style-three::before {
    display: none;
  }

  .service-item-style-three:first-child {
    margin-top: 0;
    border: none;
  }

  /* Services Details */
  .services-details-items .services-sidebar {
    padding-right: 15px;
    margin-top: 50px;
  }

  /* Team Single */
  .team-single-area .team-content-top .right-info {
    padding-left: 15px;
  }

  .team-single-area .thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .team-single-area .thumb img {
    width: 100%;
  }

  .team-single-area .thumb::after {
    display: none;
  }

  .team-single-area .bottom-info {
    margin-top: 50px;
  }

  .team-single-area .bottom-info .skill-items {
    padding-left: 0;
    margin-top: 50px;
  }


  /* Projects Area */
  .projects-area .project-item .thumb {
    margin-bottom: 30px;
  }

  .projects-area .project-item.projects-carousel .owl-nav .owl-prev,
  .projects-area .project-item.projects-carousel .owl-nav .owl-next {
    left: -50px;
  }

  .projects-area .project-item.projects-carousel .owl-nav .owl-next {
    right: -50px;
    left: auto;
  }

  .project-details-area .content .project-info ul li {
    width: 100%;
  }

  /* Portfolio */
  .gallery-area .gallery-items.colums-2 .pf-item,
  .gallery-area .gallery-items.colums-3 .pf-item,
  .gallery-area .gallery-items.colums-4 .pf-item {
    width: 50%;
  }

  .portfolio-area .item {
    padding-right: 0;
  }

  .portfolio-area .item .info {
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .portfolio-carousel .owl-stage-outer {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .project-details-area .project-info {
    margin-left: 0;
    margin-bottom: 50px;
    margin-top: 20px;
    overflow: hidden;
  }

  .project-details-area .content .row {
    margin-top: 30px;
  }

  .project-details-area .project-info .item {
    float: left;
    width: 50%;
  }

  .project-details-area .project-info .item:nth-last-child(2) {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }


  /* Blog */

  .blog-area.home-blog .blog-items {
    margin-top: -50px;
  }

  .blog-area.home-blog .single-item {
    margin-bottom: 0;
    margin-top: 50px;
  }

  .blog-area.left-sidebar .sidebar,
  .blog-area.right-sidebar .sidebar {
    margin-top: 50px;
  }

  .blog-area.right-sidebar .sidebar {
    padding-left: 15px;
  }

  .blog-area.left-sidebar .sidebar {
    padding-right: 15px;
  }

  .blog-area .item .thumb img {
    width: 100%;
  }

  /* Contact */
  .contact-area .left-item {
    padding-right: 15px;
  }

  .quick-support-area {
    padding: 120px 0;
  }


  /* Footer */
  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .text-right {
    text-align: center !important;
    margin-top: 15px;
    float: none;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  /* Heading */
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .portfolio-area.bottom-less {
    padding-bottom: 35px;
  }

  .default-padding-bottom {
    padding-bottom: 50px;
  }

  .default-padding-top {
    padding-top: 50px;
  }

  .site-heading {
    margin-bottom: 30px;
  }

  .breadcrumb-area {
    padding: 100px 0;
  }

  .default-padding-bottom.bottom-less {
    padding-bottom: 20px;
  }

  .breadcrumb-area h1 {
    font-size: 36px;
  }

  .navbar .attr-nav .call {
    display: none;
  }

  /* Topbar */
  .top-bar-area {
    display: none;
  }


  /* Banner Area */

  body, .banner-area, .banner-area div {
    height: auto;
  }

  .banner-area .content {
    overflow: hidden;
    padding: 60px 0;
  }

  .banner-area.shape .content {
    padding-bottom: 120px;
  }

  .banner-area.banner-box .content {
    padding-top: 130px;
  }

  .banner-area .carousel-indicators {
    width: 100%;
    padding-bottom: 40px;
    display: block;
    transform: inherit;
    flex: inherit;
    top: auto;
    bottom: 0;
    text-align: center;
  }

  .banner-area .carousel-indicator {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }

  .banner-area .carousel-indicator li {
    display: inline-block !important;
    margin: 0 4px;
    flex: inherit;
  }

  .banner-area .content h1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
  }

  .banner-area.default .content h2 {
    font-size: 36px;
    margin-top: -8px;
  }

  .banner-area p {
    padding: 0 !important;
  }

  .banner-area.text-medium .content h2 {
    font-size: 36px;
  }

  .banner-area.text-medium .content h2 strong {
    font-size: 36px;
    line-height: 1.2;
  }

  .banner-area.text-large .content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: -5px;
  }

  .banner-area.shape .box-cell::before {
    left: 0;
    width: 100%;
    background: #000000;
    transform: inherit;
    opacity: 0.6;
  }

  .banner-area.shape .box-cell::after {
    display: none;
  }

  .banner-area.text-large .content .shape {
    display: none;
  }

  .banner-area.text-large .box-cell::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    opacity: 0.6;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    clip-path: polygon(50% 0%, 100% 100%, 0 100%, 0 0);
  }

  .banner-area.text-default h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .banner-area.top-pad-90 .content {
    padding-top: 140px;
  }

  .banner-area.during-nav-box .content {
    padding-top: 140px;
  }

  .banner-area .carousel-item .right-thumb {
    width: 100%;
    z-index: 1;
  }

  .banner-area .carousel-item .right-thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: -1;
    opacity: 0.6;
  }

  .banner-area.bg-gray .content h1,
  .banner-area.bg-gray .content h2,
  .banner-area.bg-gray .content h3,
  .banner-area.bg-gray .content h4,
  .banner-area.bg-gray .content h5 {
    color: #ffffff;
  }

  .banner-area.bg-gray .content p {
    color: #cccccc;
  }

  .banner-area.car-service-banner .content h2 {
    font-size: 28px;
  }

  .banner-area.car-service-banner .content h2 strong {
    font-size: 36px;
  }


  /* About */

  .about-area.ver-two {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .about-area .thumb {
    text-align: center;
    margin-bottom: 30px;
  }

  .about-area.ver-two .thumb {
    margin-bottom: 30px;
  }

  .about-area .author .thumb {
    margin-bottom: 0;
  }

  .about-area.ver-two .info .text-opacity {
    display: none;
  }

  .about-area.ver-two .info {
    padding-left: 15px;
  }

  .about-area .thumb-left .thumb img {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-area .thumb-left {
    padding-right: 15px;
  }

  .about-area .thumb-left .thumb .experiecne {
    display: none;
  }

  .about-area .shape-bg {
    display: none;
  }

  .about-area.ver-two {
    padding-bottom: 50px;
  }

  .about-area.ver-two .fixed-shape {
    width: 45%;
  }

  .about-area .thumb-left .thumb::after {
    display: none;
  }

  .about-simple-area ul.achivement {
    display: none;
  }

  .car-about-area .thumb img:nth-child(2) {
    right: 100px;
  }

  .car-about-area .thumb {
    margin-bottom: 30px;
  }

  .car-about-area .info ul li {
    width: 100%;
  }

  .about-style-four-layout::after {
    display: none;
  }

  .about-style-four-info {
    padding-left: 0;
    margin-top: 30px;
  }

  .nav-tabs .nav-item {
    display: block;
    MARGIN-TOP: 15px;
  }

  .tab-content .nav-tabs {
    border: none;
  }

  .nav-tabs .nav-item a {
    border: 1px solid #e7e7e7 !important;
    text-align: center;
  }

  .nav-tabs .nav-item a::after, .nav-tabs .nav-item a::before {
    display: none;
  }

  /*Features */
  .our-features-area .feature-item {
    overflow: hidden;
  }

  .our-features-area .feature-item .thumb:nth-child(3) {
    order: 1;
  }

  .our-features-area .feature-item .thumb {
    min-height: 300px;
  }

  .our-features-area .feature-item .info {
    padding: 100px 50px;
  }

  /* Why Choose Us */
  .why-us-area .fixed-thumb {
    position: relative;
    left: 0;
    top: -50px;
    height: 300px;
    width: 100%;
  }

  .why-us-area .info {
    padding-left: 15px;
    margin-top: 30px;
  }

  .chooseus-area .thumb-inner::after {
    display: none;
  }

  .chooseus-area .thumb {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .chooseus-area.half-bg::after {
    display: none;
  }

  .chooseus-area .info .content {
    padding-bottom: 50px;
    margin: 0;
  }

  /* Services */
  .services-area .fixed-shape {
    display: none;
  }

  .services-area .fixed-shape-left {
    opacity: 0.3;
    display: none;
  }

  .services-area.icon-only .services-box .single-item .item .read-more,
  .services-area.icon-only .services-box .single-item:nth-child(2) .item .read-more {
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
  }

  .services-area.icon-only .services-box .item::before {
    width: 100%;
  }

  .services-area.icon-only .services-box .item {
    text-align: center;
  }

  .services-area.icon-only .services-box .item .read-more {
    position: inherit;
    left: inherit !important;
    transform: inherit !important;
    background: #ffffff;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    color: #232323;
    bottom: 0;
    margin-top: 25px;
    display: none;
  }

  .services-area.icon-only .services-box .item>i {
    margin-top: 0;
  }

  .thumb-services-area .thumb-services-items .single-item .content {
    position: relative;
    text-align: center;
  }

  .thumb-services-area .thumb-services-items .single-item .content a {
    left: 50%;
    transform: translateX(-50%);
  }

  .thumb-services-area .shape-bottom {
    display: none;
  }

  .car-services-area .services-box>.row {
    margin-left: 0;
    margin-right: 0;
  }

  .car-services-area .col-lg-4 {
    margin-bottom: 30px;
  }

  .car-services-area .col-lg-8 {
    padding: 0;
  }

  .car-services-area .single-item {
    padding-top: 150px;
  }

  .service-item-style-three {
    border: 1px solid #e7e7e7;
    margin: 0 15px;
    margin-top: 30px;
  }

  .services-style-three {
    overflow: inherit;
  }

  .service-item-style-three::after, .service-item-style-three::before {
    display: none;
  }

  .service-item-style-three:first-child {
    margin-top: 0;
    border: none;
  }

  /* Services Details */
  .services-details-items .services-sidebar {
    padding-right: 15px;
    margin-top: 50px;
  }

  .services-details-area .features .row>div {
    margin-top: 30px;
  }

  .services-details-area .features .row>div:first-child {
    margin-top: 0;
  }


  /* Consulting */
  .consulting-area .inner-items .left-info::before {
    width: 100%;
    background: #022147;
  }

  .consulting-area .inner-items .left-info {
    padding: 50px;
    margin-bottom: 30px;
  }

  .consulting-area .inner-items {
    background: transparent;
    box-shadow: inherit;
  }


  /* Testimonaisl */

  .testimonials-area .testimonial-content .item {
    padding: 50px 30px;
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
    padding-top: 120px;
  }

  .testimonials-area .testimonial-content .provider {
    justify-content: center;
    text-align: left;
  }

  .testimonials-area .testimonial-content .content {
    padding-left: 0;
  }

  .testimonials-area .testimonial-content .item::after {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -30px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #eef1f6;
  }

  .testimonials-area .testimonial-content .owl-item::after {
    width: 80%;
    background-position: left bottom;
    right: auto;
    left: 0;
    opacity: 0.06;
  }

  .testimonials-area .testimonial-content .item::before {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .testimonials-area.bg-gray .testimonial-content .item::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
  }


  /* Team Single */
  .team-single-area .team-content-top .right-info {
    padding-left: 15px;
  }

  .team-single-area .thumb {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .team-single-area .thumb::after {
    display: none;
  }

  .team-single-area .right-info .social {
    display: block;
  }

  .team-single-area .right-info .social .share-link {
    margin-left: 0;
    margin-top: 30px;
  }

  .team-single-area .bottom-info {
    margin-top: 50px;
  }

  .team-single-area .bottom-info .skill-items {
    padding-left: 0;
    margin-top: 50px;
  }


  /* Clients */

  .clients-area {
    text-align: center;
  }

  .clients-area.default-padding.bg-dark.text-light::after {
    display: none;
  }

  .clients-area .clients-items {
    margin-top: 50px;
  }

  /* Work Process */
  .work-process-area .work-pro-items .item {
    text-align: center;
  }

  .work-process-area .work-pro-items .item h4 span {
    left: 50%;
    transform: translateX(-50%);
  }


  /* Projects */

  .projects-area .info {
    text-align: center;
  }

  .projects-area .info ul {
    width: 100%;
  }

  .projects-area .info ul::after {
    left: 50%;
    margin-left: -10px;
  }

  .projects-area .info ul li {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .projects-area .thumb-box {
    margin-bottom: 30px;
  }

  .project-details-area .content .project-info ul li {
    width: 100%;
  }

  .gallery-area .gallery-items.colums-2 .pf-item,
  .gallery-area .gallery-items.colums-3 .pf-item,
  .gallery-area .gallery-items.colums-4 .pf-item {
    width: 100%;
  }

  .portfolio-area .item {
    padding-right: 0;
  }

  .portfolio-area .item .info {
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .portfolio-carousel .owl-stage-outer {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .portfolio-area.half-bg-dark .item .info a {
    padding-left: 20px;
  }

  .project-details-area .project-info {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .project-details-area .content .row {
    margin-top: 30px;
  }

  .project-details-area .content .row img {
    margin-top: 30px;
  }

  .project-details-area .content .row .col-lg-6:first-child img {
    margin-top: 0;
  }

  /* Blog */

  .blog-area .pagi-area .pagination {
    display: block;
  }

  .blog-area .pagi-area .pagination li {
    display: inline-block;
    margin-top: 5px;
  }

  .blog-area.left-sidebar .sidebar,
  .blog-area.right-sidebar .sidebar {
    margin-top: 50px;
    overflow: hidden;
  }

  .blog-area.right-sidebar .sidebar {
    padding-left: 15px;
  }

  .blog-area.left-sidebar .sidebar {
    padding-right: 15px;
  }

  .comments-list .commen-item {
    text-align: center;
    display: block;
  }

  .comments-list .commen-item .avatar {
    margin: auto;
  }

  .comments-list .commen-item.reply {
    margin-left: 0;
  }

  .commen-item .comments-info a {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
  }

  .comments-list .commen-item .content {
    padding-bottom: 60px;
  }

  /* Contact */
  .contact-area .left-item {
    padding-right: 15px;
  }

  .contact-area .contact-items {
    padding: 50px 30px;
  }

  .contact-area .right-item {
    margin-top: 50px;
    text-align: center;
    margin: 0;
  }

  .contact-area .contact-items .item {
    display: block;
  }

  .contact-area .contact-items .item i {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .google-maps iframe {
    height: 450px;
  }

  /* Quick Contact */
  .quick-support-area {
    padding: 60px 0;
  }

  .quick-support-area .fixed-shape {
    display: none;
  }



  /* Footer */

  footer .f-items.default-padding {
    padding-top: 0;
  }

  .footer-bottom {
    text-align: center;
    background: #092e5a;
    padding-top: 30px;
  }

  .footer-bottom .text-right {
    text-align: center !important;
    margin-top: 15px;
    float: none;
  }


  /* Error Page */
  .error-page-area img {
    height: auto;
  }

  .error-page-area .error-box h2 {
    font-size: 36px;
  }

  .error-page-area .error-box p {
    padding: 0;
  }

  .gallery-area .gallery-items .pf-item .overlay .content {
    left: 2%;
    bottom: 2%;
    width: 96%;
  }

  .nav-tabs .nav-item {
    width: 100%;
  }

  .banner-area .carousel-item,
  .banner-area .box-cell, .banner-area .box-cell div {
    height: 500px;
  }
}

/* Custom Layout: 767px. */
@media only screen and (min-width: 767px) {

  /* Attr Nav */
  .attr-nav {
    display: inline-block;
  }
}

/* Custom Layout: 500px */
@media only screen and (min-width: 500px) and (max-width: 767px) {

  /* Projects */
  .projects-area .info ul {
    display: flex;
    justify-content: center;
  }

  .projects-area .info ul li {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* Custom Layout: 600px. */
@media only screen and (max-width: 650px) {

  .owl-carousel .owl-nav {
    display: none !important;
  }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  /* Blog */
  .comments-list .commen-item {
    display: flex;
    text-align: left;
  }

  .comments-list .commen-item .avatar {
    margin: 0;
  }

  .commen-item .comments-info a {
    left: 0;
    transform: inherit;
  }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

  /* Portfolio */
  .portfolio-area .gallery-items.colums-2 .pf-item,
  .portfolio-area .gallery-items.colums-3 .pf-item,
  .portfolio-area .gallery-items.colums-4 .pf-item {
    width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .attr-nav {
    display: none;
  }

  .blog-area .thumb .date {
    bottom: 0;
  }

  .blog-area.home-blog .item .info {
    padding-right: 0;
    padding-top: 30px;
  }

  /* Consulting */
  .consulting-area .inner-items {
    text-align: center;
  }

  ul.achivement li {
    display: block;
    float: none;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none !important;
    margin-bottom: 30px;
  }

  ul.achivement li:last-child {
    margin-bottom: 0;
  }

  ul.achivement li .counter {
    justify-content: center;
  }

  .consulting-area .inner-items .left-info .item {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 30px;
  }

  .consulting-area .inner-items .left-info .item:first-child {
    margin: 0;
    padding: 0;
    border: none;
  }

  .consulting-area .inner-items .right-info {
    padding: 50px 30px;
  }

  .about-area .info ul.achivement {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .about-area .experience {
    display: block;
  }

  .about-area .experience h3 {
    display: none;
  }

  .about-area .info .bottom .call {
    display: none;
  }

  .attr-nav>ul>li.button {
    display: none;
  }

}

@media only screen and (min-width: 500px) and (max-width: 767px) {

  /* team details */
  .team-single-area .right-info .social {
    display: flex;
  }

  .team-single-area .right-info .social .share-link {
    margin-top: 0;
    margin-left: 25px;
  }


  /* Contact */
  .contact-area .right-item {
    text-align: left;
  }

  .contact-area .contact-items .item {
    display: flex;
  }

  .contact-area .contact-items .item i {
    margin-right: 25px;
    margin-bottom: 0;
  }

  .contact-area .contact-items {
    padding: 50px;
  }
}

@media (max-width: 1023px) {

  .banner-area.banner-box .box-cell {
    position: relative;
    z-index: 1;
  }

  .banner-area.banner-box .box-cell::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    z-index: -1;
    opacity: 0.6;
  }
}
.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;padding:0;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent!important;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:.3125em;border-bottom-left-radius:.3125em}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}