@charset "UTF-8";
/*---------------------
     VARIABLES
----------------------*/
/* Color Variables */
/* Font Variables */
/*-------------------- 
     MIXINS
 -------------------*/
/*---------------------------
      Table of Contents
    -------------------------
    
    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Header & Navbar 
    14- Accordions
    15- Banners
    16- Dividers
    17- Footer
    18- Request quote
    19- Carousel
    20- Slider
    21- Video
    22- Features
    23- Fancybox
    24- Projects
    25- Team
    26- Testimonials
    27- Clients
    28- Blog
    29- Contact
    30- Pricing
    31- Counters
    32- Sidebar
    33- About
    34- Banners
    35- Careers
    36- Maps
    
----------------------------*/
/*--------------------------
      Global Styles
---------------------------*/
html,
body {
  overflow-x: hidden; }

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #9b9b9b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background-color: #f8c12c;
  color: #ffffff; }

::selection {
  background-color: #f8c12c;
  color: #ffffff; }

a {
  color: #f8c12c;
  transition: color 0.3s ease; }
  a:hover {
    color: #b88806;
    text-decoration: none; }

section {
  position: relative;
  padding: 100px 0; }

img {
  max-width: 100%; }

/*-------------------------
     RESET Default Styles
 --------------------------*/
*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin: 0;
  padding: 0; }

*,
:active,
:focus {
  outline: none; }

ul,
ol {
  list-style: none; }

button {
  border: none; }

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

textarea {
  resize: none; }

select {
  background-color: transparent; }

.grid__row {
  max-width: 114rem;
  margin: 0 auto; }
  .grid__row:not(:last-child) {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 56.25em) {
      .grid__row:not(:last-child) {
        margin-bottom: 6rem; } }
  @media only screen and (max-width: 56.25em) {
    .grid__row {
      max-width: 50rem;
      padding: 0 3rem; } }
  .grid__row::after {
    content: "";
    display: table;
    clear: both; }
  .grid__row [class^="col-"] {
    float: left; }
    @media only screen and (max-width: 56.25em) {
      .grid__row [class^="col-"]:not(:last-child) {
        margin-right: 0;
        margin-bottom: 6rem; } }
    @media only screen and (max-width: 56.25em) {
      .grid__row [class^="col-"] {
        width: 100% !important;
        margin-bottom: 6rem; } }
  .grid__row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .grid__row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .grid__row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .grid__row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .grid__row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem); }
  .grid__row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem); }

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .4;
  overflow: hidden; }
  .bg-video__content {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.center-text {
  text-align: center !important; }

.mb-bottom-sm {
  margin-bottom: 1.5rem !important; }

.mb-bottom-md {
  margin-bottom: 4rem !important; }

.mb-bottom-lg {
  margin-bottom: 8rem !important; }

.mt-top-sm {
  margin-top: 2rem !important; }

.mt-top-md {
  margin-top: 4rem !important; }

.mt-top-lg {
  margin-top: 8rem !important; }

.mt-top-xl {
  margin-top: 10rem !important; }

.wrap-center {
  max-width: 90%;
  margin: auto; }

.pb-sm {
  padding-bottom: 1.5rem !important; }

.mt-top--lg {
  margin-top: -8rem !important; }

.mt-top--xl {
  margin-top: -10rem !important; }

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.7; }

.heading-secondary {
  font-size: 2.86rem;
  font-weight: 700;
  display: inline-block;
  color: #f8c12c; }

.heading-tertiary {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; }

@media only screen and (max-width: 56.25em) {
  .section-card .bg-video__content {
    display: none; } }

.card {
  position: relative;
  height: 38rem;
  background: rgba(255, 255, 255, 0.25); }
  .card__side {
    height: 38rem;
    transition: all .8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); }
  .card__picture {
    background-size: cover;
    height: 15rem;
    background-blend-mode: screen;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .card__picture--1 {
      background-image: url(../../assets/images/services/sandblasting.png); }
    .card__picture--2 {
      background-image: linear-gradient(to right bottom, #f8c12c, #ec8147), url(../../assets/images/services/refurbish.png); }
    .card__picture--3 {
      background-image: linear-gradient(to right bottom, #2998ff, #5643fa), url(../../assets/images/home/s3.jpg); }
  .card__heading {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    color: #ffffff;
    position: absolute;
    top: 11rem;
    right: 1.5rem;
    width: 75%; }
  .card__heading-span {
    padding: .2rem .5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .card__heading-span--1 {
      background-image: linear-gradient(to right bottom, rgba(126, 213, 111, 0.85), rgba(40, 180, 133, 0.85)); }
    .card__heading-span--2 {
      background-image: linear-gradient(to right bottom, rgba(255, 185, 0, 0.85), rgba(255, 119, 48, 0.85)); }
    .card__heading-span--3 {
      background-image: linear-gradient(to right bottom, rgba(41, 152, 255, 0.85), rgba(86, 67, 250, 0.85)); }
  .card__details {
    padding: 1rem; }
    .card__details ul {
      list-style: none;
      width: 100%;
      margin: 0 auto; }
      .card__details ul li {
        text-align: justify;
        font-size: 15px;
        color: #222222;
        padding: .5rem; }

.card--sm {
  height: auto;
  border: none; }
  .card--sm .card--item {
    background-color: #f7f7f7;
    box-shadow: 0px 0px 13px 0px rgba(52, 58, 64, 0.05); }
  .card--sm .box__details {
    padding: 10px;
    background-color: rgba(44, 62, 80, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex; }
    .card--sm .box__details--title {
      color: rgba(248, 193, 44, 0.9);
      text-transform: uppercase;
      margin-bottom: 0; }
  .card--sm img {
    width: 40%;
    padding: 10px; }
  .card--sm ul {
    margin: 1rem 0; }
  .card--sm li {
    text-align: center;
    padding: 8px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .card--sm .box__details {
      padding: 0px; }
    .card--sm img {
      width: 15%; } }
  @media only screen and (min-width: 320px) and (max-width: 575px) {
    .card--sm .box__details {
      padding: 0px; }
    .card--sm img {
      width: 15%; } }

.b-border::after {
  width: 5rem;
  border-top-width: 2px;
  color: #f8c12c;
  content: "";
  display: block;
  border-top-style: solid;
  border-color: inherit; }

.b-border__sm::after {
  width: 5rem;
  border-top-width: 1px;
  color: #f8c12c;
  content: "";
  display: block;
  border-top-style: solid;
  border-color: inherit; }

.b-border__xs::after {
  width: 2.5rem;
  border-top-width: 1px;
  color: #f8c12c;
  content: "";
  display: block;
  border-top-style: solid;
  border-color: inherit; }

.card--gm {
  height: auto;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s; }
  .card--gm:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
  .card--gm .container {
    padding: 1.5rem; }
    .card--gm .container h6 {
      margin-bottom: 0; }

/*----------------------------
      Helper Classes
----------------------------*/
.col-padding-0 > .row {
  margin: 0; }

.col-padding-0,
.col-padding-0 > .row > [class*="col-"] {
  padding: 0; }

.inner-padding {
  padding: 120px 70px; }

.vertical-align-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.width-auto {
  width: auto !important; }

.fz-16 {
  font-size: 16px; }

.font-secondary {
  font-family: "Roboto", sans-serif; }

.lh-1 {
  line-height: 1 !important; }

.vh-100 {
  height: 100vh !important; }

.list-inline > li {
  display: inline-block; }

.align-v {
  display: flex;
  align-items: center; }

.align-v-h {
  display: flex;
  justify-content: center;
  align-items: center; }

.border-top {
  border-top: 1px solid #eaeaea !important; }

.border-bottom {
  border-bottom: 1px solid #eaeaea !important; }

@media (min-width: 992px) {
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%; } }

/*  margin Top */
.mt-0 {
  margin-top: 0 !important; }

.mt-5 {
  margin-top: 5px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mt--100 {
  margin-top: -100px; }

/* Margin Right */
.mr-0 {
  margin-right: 0 !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Margin Left */
.ml-0 {
  margin-left: 0 !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-50 {
  margin-left: 50px !important; }

/* padding Top */
.pt-10 {
  padding-top: 10px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-120 {
  padding-top: 120px !important; }

.pt-130 {
  padding-top: 130px !important; }

.pt-140 {
  padding-top: 140px !important; }

.pt-150 {
  padding-top: 150px !important; }

.pt-170 {
  padding-top: 170px !important; }

/*  Padding Bottom */
.pb-0 {
  padding-bottom: 0 !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-170 {
  padding-bottom: 170px !important; }

/* padding Right */
.pr-0 {
  padding-right: 0 !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-100 {
  padding-right: 100px !important; }

/* padding Left */
.pl-0 {
  padding-left: 0 !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-100 {
  padding-left: 100px !important; }

/* Large Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .inner-padding {
    padding: 120px 50px; } }

/* Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 75px 0; }
  .inner-padding {
    padding: 100px 50px !important; }
  .mt-30 {
    margin-top: 30.76923px !important; }
  .mt-40 {
    margin-top: 28.57143px !important; }
  .mt-50 {
    margin-top: 35.71429px !important; }
  .mt-60 {
    margin-top: 42.85714px !important; }
  .mt-70 {
    margin-top: 50px !important; }
  .mt-80 {
    margin-top: 57.14286px !important; }
  .mt-90 {
    margin-top: 64.28571px !important; }
  .mt-100 {
    margin-top: 71.42857px !important; }
  .mb-30 {
    margin-bottom: 23.07692px !important; }
  .mb-40 {
    margin-bottom: 28.57143px !important; }
  .mb-50 {
    margin-bottom: 35.71429px !important; }
  .mb-60 {
    margin-bottom: 42.85714px !important; }
  .mb-70 {
    margin-bottom: 50px !important; }
  .mb-80 {
    margin-bottom: 57.14286px !important; }
  .mb-90 {
    margin-bottom: 64.28571px !important; }
  .mb-100 {
    margin-bottom: 71.42857px !important; }
  /* Margin Right */
  .mr-30 {
    margin-right: 23.07692px !important; }
  .mr-40 {
    margin-right: 28.57143px !important; }
  .mr-50 {
    margin-right: 35.71429px !important; }
  /* Margin Left */
  .ml-30 {
    margin-left: 27.27273px !important; }
  .ml-40 {
    margin-left: 33.33333px !important; }
  .ml-50 {
    margin-left: 35.71429px !important; }
  /* padding Top */
  .pt-30 {
    padding-top: 23.07692px !important; }
  .pt-40 {
    padding-top: 28.57143px !important; }
  .pt-50 {
    padding-top: 35.71429px !important; }
  .pt-60 {
    padding-top: 42.85714px !important; }
  .pt-70 {
    padding-top: 50px !important; }
  .pt-80 {
    padding-top: 57.14286px !important; }
  .pt-90 {
    padding-top: 64.28571px !important; }
  .pt-100 {
    padding-top: 71.42857px !important; }
  .pt-110 {
    padding-top: 78.57143px !important; }
  .pt-120 {
    padding-top: 85.71429px !important; }
  .pt-130 {
    padding-top: 93.33333px !important; }
  .pt-140 {
    padding-top: 87.5px !important; }
  .pt-150 {
    padding-top: 88.23529px !important; }
  .pt-160 {
    padding-top: 88.88889px !important; }
  .pt-170 {
    padding-top: 89.47368px !important; }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 23.07692px !important; }
  .pb-40 {
    padding-bottom: 28.57143px !important; }
  .pb-50 {
    padding-bottom: 35.71429px !important; }
  .pb-60 {
    padding-bottom: 42.85714px !important; }
  .pb-70 {
    padding-bottom: 50px !important; }
  .pb-80 {
    padding-bottom: 57.14286px !important; }
  .pb-90 {
    padding-bottom: 64.28571px !important; }
  .pb-100 {
    padding-bottom: 71.42857px !important; }
  .pb-110 {
    padding-bottom: 78.57143px !important; }
  .pb-120 {
    padding-bottom: 85.71429px !important; }
  .pb-130 {
    padding-bottom: 86.66667px !important; }
  .pb-140 {
    padding-bottom: 87.5px !important; }
  .pb-150 {
    padding-bottom: 88.23529px !important; }
  .pb-160 {
    padding-bottom: 88.88889px !important; }
  .pb-170 {
    padding-bottom: 89.47368px !important; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  section {
    padding: 50px 0; }
  .inner-padding {
    padding: 50px 30px !important; }
  .text-center-xs-sm {
    text-align: center !important; }
  .mt-30 {
    margin-top: 23.07692px !important; }
  .mt-40 {
    margin-top: 28.57143px !important; }
  .mt-50 {
    margin-top: 33.33333px !important; }
  .mt-60 {
    margin-top: 33.33333px !important; }
  .mt-70 {
    margin-top: 35px !important; }
  .mt-80 {
    margin-top: 40px !important; }
  .mt-90 {
    margin-top: 45px !important; }
  .mt-100 {
    margin-top: 50px !important; }
  .mb-30 {
    margin-bottom: 23.07692px !important; }
  .mb-40 {
    margin-bottom: 28.57143px !important; }
  .mb-50 {
    margin-bottom: 33.33333px !important; }
  .mb-60 {
    margin-bottom: 33.33333px !important; }
  .mb-70 {
    margin-bottom: 35px !important; }
  .mb-80 {
    margin-bottom: 40px !important; }
  .mb-90 {
    margin-bottom: 45px !important; }
  .mb-100 {
    margin-bottom: 50px !important; }
  /* Margin Right */
  .mr-30 {
    margin-right: 25px !important; }
  .mr-40 {
    margin-right: 30.76923px !important; }
  .mr-50 {
    margin-right: 33.33333px !important; }
  /* Margin Left */
  .ml-30 {
    margin-left: 25px !important; }
  .ml-40 {
    margin-left: 30.76923px !important; }
  .ml-50 {
    margin-left: 33.33333px !important; }
  /* padding Top */
  .pt-30 {
    padding-top: 23.07692px !important; }
  .pt-40 {
    padding-top: 28.57143px !important; }
  .pt-50 {
    padding-top: 33.33333px !important; }
  .pt-60 {
    padding-top: 33.33333px !important; }
  .pt-70 {
    padding-top: 35px !important; }
  .pt-80 {
    padding-top: 40px !important; }
  .pt-90 {
    padding-top: 45px !important; }
  .pt-100 {
    padding-top: 50px !important; }
  .pt-110 {
    padding-top: 55px !important; }
  .pt-120 {
    padding-top: 60px !important; }
  .pt-130 {
    padding-top: 66.66667px !important; }
  .pt-140 {
    padding-top: 63.63636px !important; }
  .pt-150 {
    padding-top: 65.21739px !important; }
  .pt-160 {
    padding-top: 66.66667px !important; }
  .pt-170 {
    padding-top: 68px !important; }
  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 23.07692px !important; }
  .pb-40 {
    padding-bottom: 28.57143px !important; }
  .pb-50 {
    padding-bottom: 33.33333px !important; }
  .pb-60 {
    padding-bottom: 33.33333px !important; }
  .pb-70 {
    padding-bottom: 35px !important; }
  .pb-80 {
    padding-bottom: 40px !important; }
  .pb-90 {
    padding-bottom: 45px !important; }
  .pb-100 {
    padding-bottom: 50px !important; }
  .pb-110 {
    padding-bottom: 55px !important; }
  .pb-120 {
    padding-bottom: 60px !important; }
  .pb-130 {
    padding-bottom: 61.90476px !important; }
  .pb-140 {
    padding-bottom: 63.63636px !important; }
  .pb-150 {
    padding-bottom: 65.21739px !important; }
  .pb-160 {
    padding-bottom: 66.66667px !important; }
  .pb-170 {
    padding-bottom: 68px !important; } }

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #f7f7f7 !important; }

.color-dark {
  color: #222222 !important; }

.color-theme {
  color: #f8c12c !important; }

.color-heading {
  color: #1b1a1a !important; }

.color-body {
  color: #9b9b9b !important; }

/* backgrounds */
.bg-blue {
  background-color: #476481 !important; }

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

.bg-gray {
  background-color: #f7f7f7 !important; }

.bg-heading {
  background-color: #1b1a1a !important; }

.bg-theme {
  background-color: #f8c12c !important; }

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

.bg-parallax {
  background-attachment: fixed; }

.bg-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.55); }

.bg-overlay--1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(27, 26, 26, 0.9); }

.bg-overlay-2:before {
  background-color: rgba(27, 26, 26, 0.75); }

.bg-overlay-3:before {
  background-color: rgba(27, 26, 26, 0.95); }

.bg-overlay-4:before {
  background-color: rgba(27, 26, 26, 0.05); }

.bg-overlay-gradient:before {
  background-color: transparent;
  background: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%); }

.bg-overlay-theme:before {
  background-color: #f8c12c; }

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1a1a;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 23px; }

p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 15px; }

h1 {
  font-size: 52px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 38px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

.heading__subtitle {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #f8c12c;
  display: inline-block;
  margin-bottom: 12px; }

.heading__title {
  font-size: 34px;
  margin-bottom: 18px; }

.heading__desc {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0; }

.heading__title--dark {
  font-size: 34px;
  margin-bottom: 18px; }

.heading__desc--dark {
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0; }

.divider__line + .heading__desc {
  margin-top: 22px; }

.heading .divider__line {
  height: 3px; }
  .heading .divider__line:after {
    width: 40px;
    height: 3px; }

.heading-2 .heading__title {
  font-size: 40px;
  line-height: 54px; }

.heading-3 .heading__subtitle {
  margin-bottom: 17px; }

.heading-3 .heading__title {
  font-size: 43px;
  line-height: 57px; }

.heading-3 .heading__desc {
  font-size: 17px;
  line-height: 27px; }

.heading-white .heading__subtitle {
  color: #f7f7f7; }

.heading-white .heading__title,
.heading-white .heading__desc {
  color: #ffffff; }

.text__block .text__block--list {
  color: #f8c12c;
  font-weight: 700; }

.text__block-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 35px; }

.text__block-2 {
  position: relative; }
  .text__block-2 .text__block-title {
    position: absolute;
    top: 0;
    left: 0; }
  .text__block-2 .text__block-desc {
    padding-left: 220px; }

.text__link {
  font-size: 14px;
  font-weight: 700; }
  .text__link a {
    color: #222222;
    border-bottom: 2px solid #222222;
    transition: all .3s ease;
    padding-bottom: 2px; }
  .text__link:hover a {
    color: #f8c12c;
    border-bottom: 2px solid #f8c12c; }

.text_uc {
  text-transform: uppercase; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading__title {
    font-size: 30px;
    line-height: 40px; }
  .heading-2 .heading__title {
    font-size: 35px;
    line-height: 44px; }
  .heading-3 .heading__title {
    font-size: 37px;
    line-height: 47px; }
  .heading-3 .heading__desc {
    font-size: 16px;
    line-height: 26px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px; }
  .heading-2 .heading__title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 10px; }
  .heading-2 .heading__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
  .heading-3 .heading__subtitle {
    margin-bottom: 13px; }
  .heading-3 .heading__title {
    font-size: 30px;
    line-height: 38px; }
  .heading-3 .heading__desc {
    font-size: 16px;
    line-height: 26px; }
  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px; }
  .text__block-2 .text__block-title {
    position: static; }
  .text__block-2 .text__block-desc {
    padding-left: 0; } }

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .heading-2 .heading__title {
    font-size: 25px;
    line-height: 35px; }
  .heading-2 .heading__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; } }

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

    page title 

-------------------------*/
.header-transparent + .page-title {
  margin-top: -100px; }

.pagetitle__subheading {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #f8c12c;
  display: block;
  margin-bottom: 15px; }

.pagetitle__heading {
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 0; }

.pagetitle__desc {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 0; }

.page-title {
  padding: 165px 0 65px; }
  .page-title .breadcrumb {
    margin-top: 33px;
    margin-bottom: 0; }
  .page-title .breadcrumb-item {
    padding-bottom: 5px; }
  .page-title .breadcrumb-item.active {
    color: #f7f7f7; }
  .page-title .breadcrumb-item a {
    position: relative;
    padding-bottom: 3px; }
    .page-title .breadcrumb-item a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #f8c12c; }
  .page-title .breadcrumb-item.active a:after {
    display: none; }
  .page-title .breadcrumb-item a,
  .page-title .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff; }
  .page-title .breadcrumb-item a:hover {
    color: #f8c12c; }

.page-title-layout2 {
  padding: 252px 0 22px; }
  .page-title-layout2 .btn {
    margin-top: 26px; }
  .page-title-layout2 .breadcrumb {
    margin-top: 109px; }

.page-title-layout3 {
  padding: 297px 0 193px; }
  .page-title-layout3 .pagetitle__heading {
    font-size: 57px; }

.page-title-layout4 {
  padding: 307px 0 212px; }
  .page-title-layout4 .pagetitle__heading {
    font-size: 57px; }

.page-title-layout5 {
  padding: 200px 0 230px; }
  .page-title-layout5 .pagetitle__subheading {
    margin-bottom: 12px; }

.page-title-layout6 {
  padding: 307px 0 212px; }
  .page-title-layout6 .pagetitle__heading {
    font-size: 57px; }

.page-title-layout7 {
  padding: 250px 0 153px; }
  .page-title-layout7 .btn {
    margin-top: 26px; }

.page-title-layout8 {
  padding: 265px 0 161px; }

.page-title-layout9 {
  padding: 60px 0 50px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; }
  .page-title-layout9 .pagetitle__heading {
    color: #1b1a1a; }

.page-title-layout10 {
  padding: 217px 0 118px; }
  .page-title-layout10 .pagetitle__heading {
    font-size: 105px;
    line-height: 105px; }
  .page-title-layout10 .pagetitle__desc {
    margin-top: 17px;
    padding-right: 60px; }

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding: 200px 0 60px; }
  .page-title-layout2 {
    padding: 200px 0 22px; }
  .page-title-layout3 {
    padding: 200px 0 80px; }
  .page-title-layout9 {
    padding: 50px 0; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding: 100px 0 50px; }
  .page-title-layout2 {
    padding: 100px 0 22px; }
  .page-title-layout9 {
    padding: 40px 0; }
  .pagetitle__desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 0 !important; }
  .pagetitle__heading {
    font-size: 32px !important;
    line-height: 42px !important; }
  .page-title .breadcrumb {
    margin-top: 15px; } }

/*------------------------------*\
    BUTTONS
\*--------------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  width: 170px;
  height: 50px;
  line-height: 48px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  letter-spacing: .4px;
  transition: all 0.3s ease-in-out; }

.btn:focus,
.btn.active,
.btn:active {
  box-shadow: none;
  outline: none; }

.btn__block {
  width: 100%; }

/* Button Primary */
.btn__primary {
  background-color: #f8c12c;
  color: #ffffff;
  border: 2px solid #f8c12c; }

.btn__primary:active,
.btn__primary:focus,
.btn__primary:hover {
  background-color: transparent;
  color: #2c3e50; }

.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
  background-color: #ffffff;
  color: #2c3e50;
  border-color: #ffffff; }

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
  background-color: #1b1a1a;
  color: #ffffff;
  border-color: #1b1a1a; }

/* Button Secondary*/
.btn__secondary {
  background-color: #222222;
  color: #ffffff;
  border: 2px solid #222222; }

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
  background-color: #f8c12c;
  color: #ffffff;
  border-color: #f8c12c; }

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
  background-color: #ffffff;
  color: #222222;
  border-color: #ffffff; }

.btn__default {
  background-color: transparent;
  border: 2px solid #eaeaea; }

.btn__default:active,
.btn__default:focus,
.btn__default:hover {
  background-color: #f8c12c;
  color: #ffffff;
  border-color: #f8c12c; }

/* Button White */
.btn__white {
  background-color: #ffffff;
  color: #2c3e50;
  border: 2px solid #ffffff; }

.btn__white:active,
.btn__white:focus,
.btn__white:hover {
  background-color: #f8c12c;
  color: #ffffff;
  border-color: #f8c12c; }

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
  background-color: #1b1a1a;
  color: #ffffff;
  border-color: #1b1a1a; }

.btn__rounded {
  border-radius: 50px; }

/* Button Link */
.btn__link {
  background-color: transparent;
  border-color: transparent;
  width: auto;
  height: auto;
  line-height: 1;
  border: none; }

.btn__link.btn__primary {
  color: #f8c12c; }

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
  color: #222222;
  background-color: transparent;
  border-color: transparent; }

.btn__link.btn__secondary {
  color: #222222; }

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
  color: #f8c12c;
  background-color: transparent;
  border-color: transparent; }

.btn__link.btn__white {
  color: #ffffff; }

.btn__link.btn__white:active,
.btn__link.btn__white:focus,
.btn__link.btn__white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent; }

/* Button Bordered */
.btn__bordered {
  background-color: transparent; }

.btn__bordered.btn__primary {
  color: #f8c12c;
  border-color: #f8c12c; }

.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:focus,
.btn__bordered.btn__primary:hover {
  color: #ffffff;
  background-color: #f8c12c;
  border-color: #f8c12c; }

.btn__bordered.btn__secondary {
  color: #222222;
  border-color: #222222; }

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222; }

.btn__bordered.btn__white {
  color: #ffffff;
  border-color: #ffffff; }

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
  color: #f8c12c;
  background-color: #ffffff;
  border-color: #ffffff; }

.btn__white.btn__secondary {
  color: #222222;
  border-color: #ffffff;
  background-color: #ffffff; }

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
  color: #ffffff;
  background-color: #f8c12c;
  border-color: #f8c12c; }

.btn__video.popup-video {
  padding-left: 40px;
  color: #ffffff; }
  .btn__video.popup-video .video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px; }

.btn__lg {
  width: 210px; }

.btn__underlined {
  padding-bottom: 5px; }
  .btn__underlined:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f8c12c;
    transition: all 0.3s ease-in-out; }

.btn__white.btn__underlined:after {
  background-color: #ffffff; }

.btn__white.btn__underlined:hover {
  color: #1b1a1a; }
  .btn__white.btn__underlined:hover:after {
    background-color: #1b1a1a; }

.btn i ~ span {
  margin-left: 6px; }

/*---------------------------
        Forms
----------------------------*/
label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  color: #1b1a1a; }

.form-group {
  position: relative;
  margin-bottom: 30px; }

.form-control {
  height: 50px;
  line-height: 50px;
  border: none;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 1px;
  padding: 0 0 0 20px;
  font-size: 14px; }
  .form-control:focus {
    background-color: #f4f4f4;
    border-color: #f8c12c; }

.contact-form {
  padding: 2rem 2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 3px;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 75em) {
    .contact-form {
      padding: 1rem;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%, transparent 100%);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2); } }
  @media only screen and (max-width: 56.25em) {
    .contact-form {
      padding: 1rem;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%, transparent 100%);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      border-radius: 3px;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2); } }
  .contact-form__form {
    width: 50%;
    padding: 6rem; }
  .contact-form .request__form-title {
    color: #f8c12c; }

.form__group:not(:last-child) {
  margin-bottom: 1rem; }

.form__input {
  display: block;
  transition: all .3s; }
  .form__input:focus {
    outline: none;
    border: 2px solid #28b485;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1); }
  .form__input:focus:invalid {
    border: 2px solid #ff7730; }
  .form__input::-webkit-input-placeholder {
    color: #f7f7f7; }

.form__label {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 1rem;
  margin-top: .5rem;
  display: block;
  transition: all .3s;
  color: #f8c12c; }

.form__input:-moz-placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem); }

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem); }

textarea.form-control {
  height: 122px;
  padding-top: 10px;
  line-height: 25px; }

.form-control::-webkit-input-placeholder {
  color: #9b9b9b; }

.form-control:-moz-placeholder {
  color: #9b9b9b; }

.form-control::-moz-placeholder {
  color: #9b9b9b; }

.form-control:-ms-input-placeholder {
  color: #9b9b9b; }

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px; }

.form-group-select:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

.form-group-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #9b9b9b;
  cursor: pointer; }

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b; }

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.radio-indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%; }

.label-radio input:checked ~ .radio-indicator {
  background: transparent; }

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
  background: transparent; }

.radio-indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #f8c12c; }

.label-radio input:checked ~ .radio-indicator:after {
  display: block; }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .form-group {
    margin-bottom: 20px; } }

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

    Tabs

--------------------*/
.tabcontent {
  display: none; }

#tab1 {
  display: block; }

.tabs .is-active {
  display: block;
  height: auto; }

.tab--animate {
  animation: moveInRight 2s ease-out; }

.nav-tabs {
  border-bottom: none; }
  .nav-tabs .nav__link {
    display: block;
    position: relative;
    padding: 0 0 6px;
    margin: 0 30px 20px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #1b1a1a; }
    .nav-tabs .nav__link:last-of-type {
      margin-right: 0; }
    .nav-tabs .nav__link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background-color: #f8c12c;
      transition: all 0.7s linear; }
  .nav-tabs .nav__link.active,
  .nav-tabs .nav__link:hover {
    color: #f8c12c; }
    .nav-tabs .nav__link.active:after,
    .nav-tabs .nav__link:hover:after {
      width: 100%; }

.nav-tabs-white .nav__link {
  color: #ffffff; }
  .nav-tabs-white .nav__link.active, .nav-tabs-white .nav__link:hover {
    color: #ffffff; }
  .nav-tabs-white .nav__link:after {
    background-color: #fff; }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    margin: 0 15px 10px 0; } }

/*------------------- 
    Icons
------------------*/
.social__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .social__icons a {
    margin-right: 20px;
    color: #1b1a1a; }
    .social__icons a:hover {
      color: #f8c12c; }
    .social__icons a:last-of-type {
      margin-right: 0; }

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 0; }

.breadcrumb-item {
  position: relative;
  line-height: 1; }

.breadcrumb-item + .breadcrumb-item::before {
  font-family: FontAwesome;
  content: "\f105"; }

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

    Pagination

-----------------------*/
.pagination li {
  margin-right: 10px; }
  .pagination li:last-child {
    margin-right: 0; }
  .pagination li a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background-color: #f4f4f4;
    color: #222222;
    text-align: center;
    border: none;
    transition: all 0.3s linear; }
    .pagination li a i {
      font-weight: 700; }
  .pagination li a:hover,
  .pagination li a.current {
    background-color: #f8c12c;
    color: #ffffff; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px; } }

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

    lists

-------------------*/
.list-items li {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  line-height: 31px; }
  .list-items li:before {
    content: "\f00c";
    font-family: 'Fontawesome';
    position: absolute;
    left: 0; }

.list-items-white li {
  color: #ffffff; }
  .list-items-white li:before {
    color: #ffffff; }

.list-items-blue li {
  color: #2c3e50;
  font-weight: 400; }
  .list-items-blue li:before {
    color: #2c3e50; }

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

    Animations

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

@keyframes pulsing {
  0% {
    opacity: 0;
    transform: scale(1); }
  40% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    opacity: 0;
    transform: scale(1.7); } }

@keyframes slideTopDown {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-6px); } }

@keyframes swing {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(10deg); }
  30% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(0deg); }
  60% {
    transform: rotate(5deg); }
  70% {
    transform: rotate(0deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slide-down-md {
  0% {
    opacity: 0;
    transform: translateY(25%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

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

      Header & Navbar

-----------------------------*/
.header {
  position: relative;
  z-index: 1010; }

/* Navbar */
.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  /*  dropdown-menu  */ }
  .navbar > .container,
  .navbar > .container-fluid {
    position: relative;
    height: 100px; }
  .navbar .navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 100px; }
  .navbar .logo-light {
    display: none; }
  .navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
    position: relative; }
    .navbar .navbar-toggler .menu-lines {
      display: inline-block; }
      .navbar .navbar-toggler .menu-lines:before, .navbar .navbar-toggler .menu-lines:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 23px;
        height: 2px;
        display: inline-block;
        background-color: #333333;
        transition: 0.3s ease; }
      .navbar .navbar-toggler .menu-lines:after {
        top: 10px; }
      .navbar .navbar-toggler .menu-lines span {
        position: absolute;
        top: 0;
        left: 0;
        width: 23px;
        height: 2px;
        background-color: #333333; }
  .navbar .navbar-toggler.actived .menu-lines > span {
    opacity: 0; }
  .navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    transform: rotate(-45deg); }
  .navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    transform: rotate(45deg); }
  .navbar .nav__item {
    position: relative;
    margin-right: 27px; }
    .navbar .nav__item:last-child {
      margin-right: 0; }
    .navbar .nav__item .nav__item-link {
      font-size: 14px;
      font-weight: 700;
      text-transform: capitalize;
      display: block;
      position: relative;
      color: #1b1a1a;
      line-height: 100px;
      letter-spacing: .4px; }
      .navbar .nav__item .nav__item-link:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #f8c12c;
        transform: scale3d(0, 1, 1);
        transform-origin: 100% 50%;
        transition: transform 2s cubic-bezier(0.2, 1, 0.3, 1); }
    .navbar .nav__item .nav__item-link.active:before,
    .navbar .nav__item .nav__item-link:hover:before {
      transform: scale3d(1, 1, 1);
      transform-origin: 0 50%; }
  .navbar .dropdown-toggle:after {
    content: "\f105";
    font-family: fontAwesome;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #ffffff; }
    .navbar .dropdown-menu .nav__item {
      padding: 0 40px;
      margin-right: 0; }
      .navbar .dropdown-menu .nav__item:before {
        font-family: 'icomoon';
        content: "\e96d";
        position: absolute;
        top: 0;
        line-height: 40px;
        left: 30px;
        transform: none;
        opacity: 0;
        transition-delay: .5s;
        color: #9b9b9b;
        font-size: 10px;
        transition: all 0.7s ease; }
      .navbar .dropdown-menu .nav__item:hover:before {
        opacity: 1;
        left: 40px; }
      .navbar .dropdown-menu .nav__item .nav__item-link {
        color: #9b9b9b;
        text-transform: capitalize;
        font-weight: 400;
        line-height: 40px !important;
        white-space: nowrap;
        position: relative;
        border-bottom: 1px solid #eaeaea;
        transition: all 0.7s ease; }
        .navbar .dropdown-menu .nav__item .nav__item-link:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #f8c12c;
          transition: all 0.8s linear; }
        .navbar .dropdown-menu .nav__item .nav__item-link:hover {
          color: #f8c12c;
          padding-left: 18px; }
          .navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
            width: 100%; }
      .navbar .dropdown-menu .nav__item:last-child > .nav__item-link {
        border-bottom: none; }
        .navbar .dropdown-menu .nav__item:last-child > .nav__item-link:after {
          display: none; }
    .navbar .dropdown-menu .dropdown-toggle:after {
      right: 0; }

/* header topbar */
.header__topbar {
  background-color: #222222;
  max-height: 47px; }
  .header__topbar .contact__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff; }
    .header__topbar .contact__list li {
      font-size: 13px;
      line-height: 47px;
      margin-right: 25px;
      display: flex;
      align-items: center; }
      .header__topbar .contact__list li i {
        font-size: 15px;
        margin-right: 8px; }
      .header__topbar .contact__list li:last-child {
        margin-right: 0; }
  .header__topbar .social__icons a {
    color: #ffffff;
    line-height: 47px;
    margin-right: 20px; }
    .header__topbar .social__icons a:last-child {
      margin-right: 0; }
    .header__topbar .social__icons a:hover {
      color: #f8c12c; }
  .header__topbar .social__icons span {
    margin-right: 20px; }
  .header__topbar .header__topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end; }
    .header__topbar .header__topbar-links li {
      line-height: 47px; }
      .header__topbar .header__topbar-links li a {
        display: block;
        color: #ffffff;
        position: relative;
        padding-right: 15px;
        margin-right: 15px;
        font-size: 13px; }
        .header__topbar .header__topbar-links li a:after {
          content: '-';
          position: absolute;
          right: 0;
          color: #ffffff; }
        .header__topbar .header__topbar-links li a:hover {
          color: #f8c12c; }
      .header__topbar .header__topbar-links li:last-child a {
        padding-right: 0;
        margin-right: 0; }
        .header__topbar .header__topbar-links li:last-child a:after {
          display: none; }
  @media only screen and (min-width: 320px) and (max-width: 767px) {
    .header__topbar {
      display: none; } }

/* navbar-transparent */
.header-transparent .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent; }
  .header-transparent .navbar .navbar-toggler .menu-lines:before, .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #ffffff; }

.header-transparent .logo-light {
  display: inline-block; }

.header-transparent .logo-dark {
  display: none; }

.header-transparent .module__btn,
.header-transparent .nav__item .nav__item-link {
  color: #ffffff; }

.header-transparent .module__btn-phone i,
.header-transparent .module__btn-phone a {
  color: #ffffff; }

.header-transparent .module__btn-request:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b1a1a; }

/* navbar-white */
.header-white .module__btn-phone a,
.header-white .module__btn-phone .icon-phone {
  color: #222222; }

.header-full .navbar,
.header-full .navbar .nav__item .nav__item-link {
  line-height: 80px; }

.header-full .navbar,
.header-full .navbar > .container,
.header-full .navbar > .container-fluid {
  height: 80px; }

.header-full .module__search-form .search__input {
  padding-left: 20px;
  border: none;
  border-left: 1px solid #eaeaea;
  font-size: 13px;
  max-height: 77px; }

/* fixed-navbar */
.fixed-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 90px;
  max-height: 90px;
  background-color: #ffffff !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  animation: translateHeader 0.8s; }
  .fixed-navbar > .container,
  .fixed-navbar > .container-fluid {
    position: relative;
    height: 90px; }
  .fixed-navbar .navbar-brand {
    line-height: 90px; }
  .fixed-navbar .header__top-right {
    display: none !important; }
  .fixed-navbar .nav__item .nav__item-link {
    color: #333333;
    line-height: 90px; }
  .fixed-navbar .logo-light {
    display: none; }
  .fixed-navbar .logo-dark {
    display: inline-block; }
  .fixed-navbar .navbar-nav {
    margin-top: 0; }
  .fixed-navbar .module__btn,
  .fixed-navbar .module__btn i,
  .fixed-navbar .module__btn-phone a {
    color: #333333; }

.header-full-layout2 .navbar__bottom.fixed-navbar {
  background-color: #ff7607 !important;
  height: 60px;
  max-height: 60px; }
  .header-full-layout2 .navbar__bottom.fixed-navbar > .container,
  .header-full-layout2 .navbar__bottom.fixed-navbar > .container-fluid {
    height: 60px; }

.header-transparent .fixed-navbar .module__btn-request:hover {
  background-color: #1b1a1a;
  border-color: #1b1a1a;
  color: #ffffff; }

/* navbar-modules */
.navbar-modules .modules__btns-list li {
  margin-left: 20px; }
  .navbar-modules .modules__btns-list li:first-child {
    margin-left: 30px; }

.module__btn {
  position: relative;
  color: #333333; }
  .module__btn:hover {
    color: #f8c12c; }

.module__btn-request {
  width: 154px;
  height: 40px;
  line-height: 38px;
  letter-spacing: 0;
  transition: all 0.4s ease; }
  .module__btn-request span {
    margin-right: 7px; }
  .module__btn-request:hover {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
    color: #ffffff;
    transform: translateY(-2px); }

.module__btn-phone span {
  color: #9b9b9b; }

.module__btn-phone a {
  font-weight: 700; }

/* module-search  */
.module__search-container {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out; }
  .module__search-container .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #777;
    cursor: pointer;
    transition: all 0.5s ease-in-out; }
    .module__search-container .close-search:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      z-index: -1;
      opacity: 0;
      background-color: #f8c12c;
      transform: scale(0.5);
      transition: all 0.3s linear; }
    .module__search-container .close-search:hover {
      color: #fff; }
      .module__search-container .close-search:hover:after {
        opacity: 1;
        transform: scale(1); }
  .module__search-container .module__search-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 770px;
    margin: -40px auto 0;
    transition-delay: .5s;
    transform: translateY(-50%) scaleX(0);
    transition: all 0.5s ease-in-out; }
  .module__search-container .module__search-btn {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 80px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    transition: .3s ease;
    color: #1b1a1a; }
    .module__search-container .module__search-btn:hover {
      color: #f8c12c; }
  .module__search-container .search__input {
    z-index: 1;
    height: 80px;
    padding: 0 0 0 50px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #f8c12c;
    width: 100%;
    font-size: 35px;
    transition: all 0.3s ease; }

.module__search-container.active {
  opacity: 1;
  transform: translateX(0); }

.module__search-container.inActive {
  opacity: 0;
  transition-delay: .5s;
  transform: translateX(100%); }

.module__search-container.active .module__search-form {
  transform: translateY(-50%) scaleX(1); }

.module__search-container.inActive .module__search-form {
  transition-delay: 0ms;
  transform: translateY(-50%) scaleX(0); }

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar .nav__item {
    margin-right: 15px; }
  .module__btn-request {
    width: 130px;
    font-size: 12px; }
  .navbar .logo-light {
    max-width: 140px; }
  .navbar-modules .modules__btns-list li:first-child {
    margin-left: 20px; } }

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px; }
  .navbar .collapse:not(.show) {
    display: block; }
  .navbar .navbar-nav {
    margin: 0 !important; }
  .navbar .nav__item {
    margin-right: 0; }
    .navbar .nav__item .nav__item-link {
      color: #222222;
      line-height: 35px !important;
      padding-left: 15px; }
      .navbar .nav__item .nav__item-link:hover {
        color: #f8c12c; }
      .navbar .nav__item .nav__item-link:before {
        display: none; }
  .navbar .navbar-collapse {
    background-color: white;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    transform: translateY(30px); }
    .navbar .navbar-collapse .navbar-modules {
      padding: 0 15px; }
  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .navbar i[data-toggle="dropdown"] {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 50%;
    text-align: right;
    z-index: 2; }
  .navbar .dropdown-toggle:after {
    display: none; }
  .navbar .nav__item.opened > i[data-toggle="dropdown"]:before,
  .navbar .nav__item.show > i[data-toggle="dropdown"]:before {
    content: "\f107"; }
  .navbar .dropdown-menu {
    background-color: white; }
    .navbar .dropdown-menu .nav__item {
      padding: 0 15px 0 30px; }
      .navbar .dropdown-menu .nav__item .nav__item-link {
        padding-left: 0;
        border-bottom: none; }
      .navbar .dropdown-menu .nav__item:hover:before {
        left: 20px; }
  .navbar .dropdown-menu .dropdown-menu-col .nav__item {
    padding: 0; }
  .navbar .dropdown-menu-col h6 {
    font-size: 13px;
    margin: 10px 0 5px; }
  .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
    padding-left: 10px; }
  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 0 0 15px; }
  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0; }
  .navbar .mega-dropdown-menu .container {
    max-width: none; }
  .navbar .mega-dropdown-menu > .nav__item {
    padding: 0 10px; }
  .navbar .mega-dropdown-menu .nav__item {
    padding: 0; }
  .fixed-navbar {
    position: static;
    animation: none; }
  .header-transparent + .page-title {
    margin-top: 0; }
  .header-full .navbar {
    line-height: 80px; }
  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff; }
  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block; }
  .header .logo-light,
  .header-transparent .logo-light {
    display: none; }
  .header .module__btn,
  .header-transparent .module__btn {
    color: #333333;
    margin: 0 60px 0 0; }
  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #333333; }
  .header .navbar-expand-lg > .container,
  .header .navbar-expand-lg > .container-fluid,
  .header-transparent .navbar-expand-lg > .container,
  .header-transparent .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none; }
  .header .navbar,
  .header .navbar > .container,
  .header .navbar > .container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar > .container,
  .header-transparent .navbar > .container-fluid {
    height: 80px; }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand,
  .header-transparent .navbar-brand {
    margin-left: 15px;
    line-height: 80px !important; }
  .header .header-full .navbar,
  .header .header-full .navbar .navbar-brand,
  .header-transparent .header-full .navbar,
  .header-transparent .header-full .navbar .navbar-brand {
    line-height: 80px; }
  .header__topbar > .container {
    max-width: none; }
  .navbar__bottom {
    display: flex;
    flex-wrap: wrap; } }

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 235px;
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    padding: 25px 0 23px; }
    .navbar .dropdown-menu .nav__item .nav__item-link:before {
      display: none; }
    .navbar .dropdown-menu.wide-dropdown-menu {
      padding: 0;
      overflow: hidden; }
      .navbar .dropdown-menu.wide-dropdown-menu > .nav__item {
        padding: 0; }
        .navbar .dropdown-menu.wide-dropdown-menu > .nav__item:before {
          display: none; }
      .navbar .dropdown-menu.wide-dropdown-menu h6 {
        font-size: 14px;
        margin: 0 0 13px 40px; }
      .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
        padding: 40px 0 27px; }
      .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:before {
        content: '';
        position: absolute;
        top: 0;
        right: -2px;
        width: 2px;
        height: 100%;
        background-color: #eaeaea; }
  .navbar .nav__item.with-dropdown > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .mega-menu,
  .navbar .nav__item.with-dropdown > .mega-menu,
  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    transform: translateY(10px); }
  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.with-dropdown > .dropdown-menu {
    top: 0;
    left: 100%; }
  .navbar .nav__item.with-dropdown:hover > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover > .mega-menu,
  .navbar .nav__item.with-dropdown:hover > .mega-menu,
  .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .navbar .nav__item.with-dropdown.mega-dropdown {
    position: static; }
  .navbar .nav__item.with-dropdown .mega-dropdown-menu {
    width: 100%; }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0; }
  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    transition: all 0.4s ease; }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
      font-family: "FontAwesome";
      content: "\f111";
      position: absolute;
      top: auto;
      left: -7px;
      font-size: 7px;
      transition: all 0.4s ease;
      opacity: 0;
      color: #f8c12c; }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
      padding-left: 15px; }
      .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
        opacity: 1;
        left: -10px; }
  .navbar-nav > .nav__item > .dropdown-toggle:after {
    display: none; }
  .nav__item i[data-toggle="dropdown"] {
    display: none; }
  .header-full-layout2 .navbar,
  .header-full-layout2 .navbar > .container,
  .header-full-layout2 .navbar > .container-fluid {
    height: auto; }
  .header-full-layout2 .navbar {
    display: block;
    line-height: 60px; }
    .header-full-layout2 .navbar .nav__item .nav__item-link {
      line-height: 60px; }
  .header-full-layout2 .nav__item .nav__item-link {
    color: #ffffff; }
    .header-full-layout2 .nav__item .nav__item-link:before {
      background-color: #ffffff; }
  .header-full-layout2 .header__topbar {
    background-color: transparent; }
    .header-full-layout2 .header__topbar .contact__list li {
      line-height: 1;
      padding-right: 30px;
      margin-right: 30px;
      position: relative; }
      .header-full-layout2 .header__topbar .contact__list li:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #eaeaea; }
      .header-full-layout2 .header__topbar .contact__list li:last-child {
        margin-right: 0; }
        .header-full-layout2 .header__topbar .contact__list li:last-child:after {
          display: none; }
      .header-full-layout2 .header__topbar .contact__list li > i {
        font-size: 16px;
        margin-right: 14px;
        color: #f8c12c; }
      .header-full-layout2 .header__topbar .contact__list li strong {
        display: block;
        font-size: 14px;
        margin-top: 8px;
        font-weight: 700; }
  .header-full-layout2 .navbar__bottom {
    flex: 1;
    display: flex;
    background-color: #ff7607; }
    .header-full-layout2 .navbar__bottom > .container {
      display: flex;
      flex-wrap: wrap; }
    .header-full-layout2 .navbar__bottom .social__icons a {
      color: #ffffff; }
      .header-full-layout2 .navbar__bottom .social__icons a:hover {
        color: #1b1a1a; }
  .header-full-layout2 .module__search-form {
    background-color: #ff5e00;
    min-width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-full-layout2 .module__search-form .search__input {
      width: 100%;
      height: 40px;
      border: none;
      background-color: transparent;
      color: #ffffff;
      padding: 0 25px; }
      .header-full-layout2 .module__search-form .search__input::-webkit-input-placeholder {
        color: #ffffff; }
      .header-full-layout2 .module__search-form .search__input:-moz-placeholder {
        color: #ffffff; }
      .header-full-layout2 .module__search-form .search__input::-moz-placeholder {
        color: #ffffff; }
      .header-full-layout2 .module__search-form .search__input:-ms-input-placeholder {
        color: #ffffff; }
    .header-full-layout2 .module__search-form .module__btn-search {
      margin-right: 25px; }
      .header-full-layout2 .module__search-form .module__btn-search i {
        color: #ffffff; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dropdown-menu.mega-dropdown-menu > .nav__item {
    padding: 0 15px; }
  .dropdown-menu.mega-dropdown-menu .nav__item:last-child > .nav__item-link {
    border-bottom: 1px solid #f2f2f2; }
  .dropdown-menu.mega-dropdown-menu [class^="col-"]:last-child .nav__item:last-child > .nav__item-link {
    border-bottom: none; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .module__search-container .module__search-form {
    max-width: 90%; }
  .module__search-container .module__search-btn {
    font-size: 18px; }
  .module__search-container .search__input {
    font-size: 20px;
    padding: 0 0 0 30px; } }

@media only screen and (max-width: 450px) {
  .navbar-brand img {
    max-width: 250px; }
  .header-full .module__search-form .search__input {
    max-width: 250px; }
  .navbar-modules .modules__btns-list li {
    margin-left: 250px; } }

@media only screen and (max-width: 360px) {
  .navbar-brand img {
    max-width: 250px; }
  .header-full .module__search-form .search__input {
    max-width: 110px; } }

/* Header Animation */

@keyframes translateHeader {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

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

    Accordions

------------------------*/
.accordion-item {
  border: 1px solid #ededed;
  background-color: #ffffff;
  padding: 25px 30px;
  margin-bottom: 27px; }
  .accordion-item .accordion__item-title {
    font-family: "Rubik", sans-serif;
    color: #222222;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px; }
    .accordion-item .accordion__item-title:after {
      position: absolute;
      right: 0;
      top: 0;
      content: "\f067";
      font-family: fontawesome;
      background-color: transparent;
      color: #1b1a1a;
      font-size: 10px;
      font-weight: 400;
      text-align: center;
      width: 20px;
      height: 20px;
      line-height: 20px; }
  .accordion-item.opened {
    border-color: #f8c12c; }
    .accordion-item.opened .accordion__item-title {
      color: #f8c12c; }
      .accordion-item.opened .accordion__item-title:after {
        background-color: #f8c12c;
        color: #ffffff;
        content: "\f068"; }
  .accordion-item .accordion__item-body {
    padding-top: 25px; }
    .accordion-item .accordion__item-body p {
      margin-bottom: 0; }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 15px 20px; } }

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

     Dividers 

------------------------*/
.divider__line {
  position: relative;
  height: 2px; }
  .divider__line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #1b1a1a; }

.divider__line.divider__center:after {
  left: 50%;
  transform: translateX(-50%); }

.divider__line.divider__sm,
.divider__line.divider__sm:after {
  width: 30px; }

.divider__theme:after {
  background-color: #f8c12c; }

.divider__white:after {
  background-color: #ffffff; }

/*-------------------------
    Footer
--------------------------*/
.footer {
  background-color: #161616;
  animation: slide-down-md 2s ease-out; }

.footer-top {
  padding-top: 70px;
  padding-bottom: 30px; }

.footer__widget-title {
  color: #f8c12c;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 25px; }

.footer__widget-about p {
  color: #f4f4f4;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 11px;
  text-align: justify;
  padding: 10px 10px 0 10px; }
  .footer__widget-about p:first-child {
    font-size: 15px; }

.footer__widget-newsletter .footer__widget-content {
  background-color: #121212;
  border-radius: 1px;
  padding: 40px 30px; }
  .footer__widget-newsletter .footer__widget-content .footer__widget-title {
    margin-bottom: 11px;
    color: #f8c12c; }
  .footer__widget-newsletter .footer__widget-content p {
    color: #f4f4f4;
    margin-bottom: 26px; }

.footer__widget-content .img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%; }
  .footer__widget-content .img-center--1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }

.widget__newsletter-form {
  position: relative; }
  .widget__newsletter-form .form-control {
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #212121; }
    .widget__newsletter-form .form-control:focus {
      background-color: transparent;
      border-color: #f8c12c; }
  .widget__newsletter-form .btn {
    width: 82px;
    height: 30px;
    line-height: 26px;
    border-radius: 1px;
    letter-spacing: 0;
    position: absolute;
    top: 10px;
    right: 10px; }

.footer__copyright {
  color: #f4f4f4; }

.footer__widget-nav li a,
.footer__copyright-links li a {
  display: inline-block;
  position: relative;
  color: #f4f4f4;
  font-size: 14px;
  line-height: 33px; }
  .footer__widget-nav li a:hover,
  .footer__copyright-links li a:hover {
    color: #f8c12c; }

.footer__copyright-links li a {
  margin-right: 14px;
  padding-right: 14px;
  margin-bottom: 3px; }
  .footer__copyright-links li a:after {
    content: '-';
    position: absolute;
    right: 0;
    color: #9b9b9b; }

.footer__copyright-links li:last-child a:after {
  display: none; }

.footer__contact-link a {
  position: relative;
  padding-bottom: 1px; }
  .footer__contact-link a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f8c12c;
    transition: all 0.4s ease; }
  .footer__contact-link a:hover {
    color: #ffffff; }
    .footer__contact-link a:hover:after {
      background-color: #ffffff; }

.footer-bottom {
  padding: 30px 0;
  border-top: 2px solid #212121; }
  .footer-bottom .social__icons a {
    color: #f8c12c;
    font-size: 20px; }
    .footer-bottom .social__icons a:hover {
      color: #ffffff; }

/* Scroll Top Button */
#scrollTopBtn {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  z-index: 1000;
  font-size: 18px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #222222;
  overflow: hidden;
  transition: all 0.3s ease-in-out; }
  #scrollTopBtn:hover {
    background-color: #f8c12c; }

#scrollTopBtn.actived {
  right: 30px;
  opacity: 1; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 50px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-top {
    padding-top: 50px;
    padding-bottom: 0; }
  .footer__widget {
    margin-bottom: 30px; }
  .footer-top .footer__widget-title {
    margin-bottom: 20px; }
  .footer-bottom .social__icons {
    margin-top: 20px;
    justify-content: flex-start !important; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .footer-bottom {
    padding: 25px 0; }
  .footer__copyright-links {
    margin-bottom: 10px; }
    .footer__copyright-links li a {
      font-size: 13px;
      line-height: 20px;
      margin-right: 10px;
      padding-right: 10px; }
  .footer__widget-newsletter .footer__widget-content {
    padding: 30px; }
  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px; }
  #scrollTopBtn.actived {
    right: 20px; } }

@media only screen and (max-width: 400px) {
  .widget__newsletter-form .btn {
    position: static;
    margin-top: 10px; }
  .footer__widget-nav li a,
  .footer__copyright-links li a {
    font-size: 13px;
    line-height: 30px; }
  .footer__widget-newsletter .footer__widget-content {
    padding: 20px; } }

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

    Request quote

 ------------------------*/
.request__form {
  background-color: #fff;
  box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
  margin-bottom: 30px; }
  .request__form .request__form-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px; }
  .request__form .request__form-body {
    padding: 50px; }
  .request__form .input-radio {
    margin-right: 20px; }
    .request__form .input-radio:last-child {
      margin-right: 0; }

.request-quote-2 .request-quote-panel {
  display: flex;
  flex-wrap: wrap; }

.request-quote-2 .request__form {
  flex-basis: 64%; }

.request-quote-2 .request__form-body {
  padding: 60px 80px; }

.request-quote-2 .request__panel-banner {
  flex-basis: 36%;
  padding: 60px;
  position: relative; }
  .request-quote-2 .request__panel-banner .request__panel-title {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 27px; }
  .request-quote-2 .request__panel-banner .request__panel-desc {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff; }
  .request-quote-2 .request__panel-banner .btn {
    width: 280px;
    position: absolute; }

.features-list-layout2 + .request-quote-2 {
  margin-top: -120px;
  z-index: 3; }

@media only screen and (min-width: 1400px) {
  .request__form-body {
    padding: 60px 80px; } }

/* Large Size Screens */
@media only screen and (max-width: 1200px) {
  .request__form .request__form-body {
    padding: 50px 20px; } }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .request__form .request__form-body {
    padding: 30px 20px; }
  .request-quote-2 .request-quote-panel {
    display: block; }
  .request-quote-2 .request__panel-banner .btn {
    position: static; } }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .request__form {
    margin-right: 0 !important;
    margin-left: 0 !important; }
    .request__form .request__form-body {
      padding: 30px 20px; }
  .request-quote-2 .request__panel-banner {
    padding: 30px; }
    .request-quote-2 .request__panel-banner .request__panel-title {
      margin-bottom: 20px; }
    .request-quote-2 .request__panel-banner .btn {
      position: static; }
  .request-quote-2 .request-quote-panel {
    display: block; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .request__form .request__form-body {
    padding: 20px; }
  .request__form .request__form-header {
    padding: 15px 10px; }
    .request__form .request__form-header i {
      font-size: 20px;
      margin-right: 5px; }
    .request__form .request__form-header .request__form-title {
      font-size: 13px; }
  .request-quote-2 .request__panel-banner {
    padding: 30px; }
    .request-quote-2 .request__panel-banner .request__panel-title {
      margin-bottom: 15px; } }

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

    Carousel

-----------------------*/
[data-nav="false"] .owl-nav,
[data-dots="false"] .owl-dots {
  display: none; }

.owl-carousel .owl-item img {
  width: 100%; }

.carousel-dots .owl-dots {
  margin-top: 10px;
  text-align: center; }
  .carousel-dots .owl-dots .owl-dot {
    margin: 0 5px; }
  .carousel-dots .owl-dots .owl-dot span {
    position: relative;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 4px solid #1b1a1a;
    margin: 0;
    display: inline-block; }
  .carousel-dots .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: #f8c12c; }

.carousel-dots-white .owl-dots .owl-dot span {
  background-color: #ffffff;
  border-color: #ffffff; }

.carousel-dots-white .owl-dots .owl-dot.active span {
  border-color: #ffffff; }

.carousel-dots-white .owl-dots .owl-dot.active span:before {
  background-color: #ffffff; }

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  color: #333333;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease; }
  .carousel-arrows .owl-nav .owl-prev:hover,
  .carousel-arrows .owl-nav .owl-next:hover {
    color: #f8c12c;
    background-color: transparent; }

.carousel-arrows .owl-nav .owl-prev {
  left: 0; }
  .carousel-arrows .owl-nav .owl-prev:before {
    font-family: 'icomoon';
    content: "\e96a";
    font-size: 55px; }

.carousel-arrows .owl-nav .owl-next {
  right: 0; }
  .carousel-arrows .owl-nav .owl-next:before {
    font-family: 'icomoon';
    content: "\e96b";
    font-size: 55px; }

.carousel-arrows .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  line-height: 1; }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .carousel-arrows .owl-nav .owl-prev:before,
  .carousel-arrows .owl-nav .owl-next:before {
    font-size: 40px; } }

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

    Slider 

--------------------------*/
.header-transparent + .slider {
  margin-top: -100px; }

.header-transparent + .slider .slide-item {
  padding-top: 100px; }

.slider {
  padding: 0; }
  .slider .slide-item {
    height: 100vh; }
  .slider .slide__subtitle {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #f8c12c;
    margin-bottom: 18px; }
  .slider .slide__title {
    font-size: 65px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 23px; }
  .slider .slide__desc {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 34px; }
  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 50px; }
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 50px; }
  .slider .carousel-arrows .owl-nav .owl-prev,
  .slider .carousel-arrows .owl-nav .owl-next {
    color: #ffffff;
    border: none;
    line-height: 46px;
    width: auto;
    opacity: 0;
    transition: opacity .5s ease, transform .4s ease;
    transform: scale(0.8); }
  .slider:hover .carousel-arrows .owl-nav .owl-prev,
  .slider:hover .carousel-arrows .owl-nav .owl-next {
    opacity: 1;
    transform: scale(1); }
  .slider .carousel-arrows .owl-dots {
    bottom: 30px;
    text-align: center; }
  .slider .carousel-dots .owl-dots .owl-dot span {
    border-color: #ffffff; }
  .slider .carousel-dots .owl-dots .owl-dot.active span {
    border-color: #f8c12c; }
  .slider .slider__panel {
    background-color: #fff;
    text-align: center;
    padding: 50px 45px;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08); }
    .slider .slider__panel .slider__panel-icon {
      font-size: 72px;
      line-height: 1;
      color: #282828;
      margin-bottom: 16px; }
    .slider .slider__panel .slider__panel-title {
      font-size: 18px;
      line-height: 29px;
      color: #222222;
      margin-bottom: 7px; }
    .slider .slider__panel .slider__panel-desc {
      font-size: 14px;
      line-height: 24px; }
    .slider .slider__panel:hover .slider__panel-icon {
      animation: slideTopDown 1s infinite  alternate; }
    .slider .slider__panel:hover .slider__panel-title {
      color: #f8c12c; }

.slider-1 .slide__title {
  font-size: 105px;
  line-height: 95px; }

.slider-2 .slide__content {
  padding: 0 70px; }

.slider-2 .slide__desc {
  padding: 0 50px; }

.slider-3 .slide-item {
  min-height: 670px; }

.slider-3 .slide__desc {
  padding-right: 180px; }

.slider-3 .carousel-arrows .owl-dots {
  bottom: 110px; }

.slider-3 + .services-layout4 {
  margin-top: -80px;
  z-index: 3; }

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 65px;
    line-height: 75px; }
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px; }
  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px; }
  .slider-3 .slide__desc {
    padding-right: 100px; }
  .slider-3 + .services-layout4 {
    margin-top: 0; } }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px; }
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 0; }
  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 0; }
  .slider-2 .slide__content,
  .slider-2 .slide__desc {
    padding: 0; }
  .slider-3 .slide__desc {
    padding-right: 50px; }
  .slider-3 + .services-layout4 {
    margin-top: 0; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .header-transparent + .slider {
    margin-top: 0; }
  .header-transparent + .slider .slide-item {
    padding-top: 0; }
  .slider .slide-item {
    height: calc(100vh - 80px); }
  .header-transparent + .slider .slide__content {
    padding-top: 0; }
  .slider .carousel-arrows .owl-nav .owl-prev,
  .slider .carousel-arrows .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .slider .carousel-arrows .owl-nav .owl-next:before,
  .slider .carousel-arrows .owl-nav .owl-prev:before {
    font-size: 15px; }
  .slider-2 .slide__content,
  .slider-2 .slide__desc {
    padding: 0; }
  .slider-3 .slide__desc {
    padding-right: 0; }
  .slider-3 + .services-layout4 {
    margin-top: 0; } }

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider .slide__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px; }
  .slider .carousel-arrows .owl-nav .owl-prev {
    left: 10px; }
  .slider .carousel-arrows .owl-nav .owl-next {
    right: 10px; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .slider .slide__subtitle {
    margin-bottom: 15px; }
  .slider .slide__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px; }
  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px; }
  .slider .btn {
    margin-bottom: 20px; }
  .slider .carousel-arrows .owl-nav .owl-prev,
  .slider .carousel-arrows .owl-nav .owl-next {
    display: none; } }

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

      Video

--------------------------*/
.video__btn {
  position: relative; }

.popup-video {
  text-align: center;
  display: inline-block;
  position: relative; }
  .popup-video .video__player {
    font-size: 18px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background-color: #f8c12c;
    color: #ffffff;
    position: relative;
    display: inline-block; }
  .popup-video .video__player-animation {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 2px solid #f8c12c;
    border-radius: 50%;
    animation: pulsing 3s linear 0s infinite; }
  .popup-video .video__player-animation-2 {
    animation-delay: 1s; }
  .popup-video .video__player-animation-3 {
    animation-delay: 1.8s; }
  .popup-video .video__player-title {
    text-transform: uppercase;
    color: #1b1a1a;
    font-size: 13px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 1; }
  .popup-video:hover .video__player-animation {
    opacity: 0;
    animation: none; }

.video__btn-white .video__player {
  background-color: #ffffff;
  color: #f8c12c; }

.video__btn-white .video__player-animation {
  border-color: #ffffff; }

.video-1 {
  padding: 225px 0; }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .video-1 {
    padding: 130px 0; }
  .popup-video .video__player {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .video-1 {
    padding: 80px 0; } }

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

    Features

------------------------*/
.feature-item {
  position: relative;
  margin-bottom: 30px; }
  .feature-item .feature__img {
    margin-bottom: 24px; }
    .feature-item .feature__img img {
      border-radius: 3px;
      transition: transform 0.3s ease; }
  .feature-item .feature__subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px; }
  .feature-item .feature__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
    transition: color 0.3s ease; }
  .feature-item .feature__desc {
    margin-bottom: 0; }
  .feature-item .feature__link {
    display: block;
    margin-top: 5px; }
  .feature-item:hover .feature__img img {
    transform: translateY(-4px); }
  .feature-item:hover .feature__title {
    color: #f8c12c; }

.features-Layout2 {
  z-index: 3; }
  .features-Layout2 .features-wrap {
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12); }
  .features-Layout2 .feature-item {
    padding: 38px 24px 40px 30px !important;
    border-right: 2px solid #eaeaea;
    margin-bottom: 0; }
    .features-Layout2 .feature-item:last-child {
      border-right: none; }
    .features-Layout2 .feature-item:after {
      content: '';
      position: absolute;
      top: -20px;
      left: 0;
      opacity: 0;
      z-index: 1;
      width: 100%;
      height: calc(100% + 40px);
      background-color: #f8c12c;
      transition: all 0.3s linear; }
    .features-Layout2 .feature-item .feature__desc {
      font-size: 14px;
      line-height: 25px; }
  .features-Layout2 .feature-item:hover:after {
    opacity: 1; }
  .features-Layout2 .feature-item:hover .feature__title,
  .features-Layout2 .feature-item:hover .feature__desc,
  .features-Layout2 .feature-item:hover .feature__link {
    color: #ffffff;
    z-index: 2;
    position: relative; }

.awards .feature__content {
  padding-left: 30px; }

.feature-list-item {
  transition: all 0.3s linear; }
  .feature-list-item .feature__content {
    position: relative;
    padding-left: 15px; }
    .feature-list-item .feature__content:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0; }
  .feature-list-item .feature__title {
    margin-bottom: 15px; }
  .feature-list-item .feature__desc {
    font-size: 14px;
    line-height: 24px; }

.features-list-layout1 .feature__content:before {
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f8c12c; }

.features-list-layout2 {
  padding-bottom: 90px; }
  .features-list-layout2 .feature-list-item {
    margin-bottom: 0;
    padding: 25px 30px; }
    .features-list-layout2 .feature-list-item:hover {
      background-color: rgba(248, 193, 44, 0.8); }
    .features-list-layout2 .feature-list-item .feature__content {
      padding-left: 38px;
      color: #ffffff; }
      .features-list-layout2 .feature-list-item .feature__content:before {
        font-family: 'Fontawesome';
        content: "\f00c"; }
    .features-list-layout2 .feature-list-item .feature__title {
      font-size: 20px;
      color: #ffffff; }
    .features-list-layout2 .feature-list-item .feature__desc {
      color: #f4f4f4; }

.features-list-layout3 .feature-list-item {
  padding: 27px 15px 22px 25px;
  border: 0px solid #e5e5e5;
  background-color: #ffffff; }
  .features-list-layout3 .feature-list-item:hover {
    border-color: #ffffff;
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15); }
  .features-list-layout3 .feature-list-item .feature__content {
    padding-left: 32px; }
    .features-list-layout3 .feature-list-item .feature__content:before {
      font-family: 'Fontawesome';
      content: "\f00c";
      color: #f8c12c;
      font-size: 18px; }
  .features-list-layout3 .feature-list-item .feature__title {
    font-size: 19.5px;
    margin-bottom: 18px; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-item .feature__img {
    margin-bottom: 20px; }
  .feature-item .feature__title {
    font-size: 16px;
    margin-bottom: 10px; }
  .awards .feature__content {
    padding-left: 0; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-item .feature__img {
    margin-bottom: 15px; }
  .feature-item .feature__title {
    margin-bottom: 10px; }
  .awards .feature-item {
    text-align: center; }
    .awards .feature-item .feature__content {
      padding-left: 0; } }

.features--layout {
  z-index: 3; }
  .features--layout .features-wrap {
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12); }
  .features--layout .feature-item {
    padding: 38px 24px 40px 30px !important;
    border-right: 2px solid #eaeaea;
    margin-bottom: 0; }
    .features--layout .feature-item:last-child {
      border-right: none; }
    .features--layout .feature-item:after {
      content: '';
      position: absolute;
      top: -20px;
      left: 0;
      opacity: 0;
      z-index: 1;
      width: 100%;
      height: calc(100% + 40px);
      background-color: #f8c12c;
      transition: all 0.3s linear; }
    .features--layout .feature-item .feature__desc {
      font-size: 14px;
      line-height: 25px; }

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

     fancybox 

------------------------*/
.fancybox-item {
  position: relative;
  margin-bottom: 40px; }
  .fancybox-item .fancybox__icon {
    font-size: 52px;
    line-height: 1;
    color: #f8c12c;
    margin-bottom: 15px;
    transition: transform 0.3s ease; }
  .fancybox-item .fancybox__title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
    transition: all 0.3s ease; }
  .fancybox-item .fancybox__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0; }
  .fancybox-item:hover .fancybox__icon {
    animation: slideTopDown 1s infinite  alternate; }
  .fancybox-item:hover .fancybox__title {
    color: #f8c12c; }

.fancybox-white .fancybox-item .fancybox__icon,
.fancybox-white .fancybox-item .fancybox__title,
.fancybox-white .fancybox-item:hover .fancybox__title {
  color: #ffffff; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fancybox-item .fancybox__title {
    margin-bottom: 12px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px; }
  .fancybox-item .fancybox__icon {
    font-size: 40px;
    margin-bottom: 5px; }
  .fancybox-item .fancybox__title {
    font-size: 15px;
    margin-bottom: 5px !important; } }

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

    projects

------------------------*/
.project-item {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08); }
  .project-item .project__img {
    position: relative;
    overflow: hidden; }
    .project-item .project__img:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      opacity: 0.5;
      display: block;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #1b1a1a 100%);
      transition: all 0.4s linear; }
    .project-item .project__img img {
      width: 100%;
      max-width: 100%;
      transition: all 0.6s linear; }
  .project-item:hover .project__img img {
    transform: scale(1.1); }
  .project-item .project__content {
    padding: 30px;
    background-color: #ffffff; }
  .project-item .project__cat {
    line-height: 1;
    margin-bottom: 11px; }
    .project-item .project__cat small {
      color: #f8c12c; }
    .project-item .project__cat a {
      position: relative;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      color: #f8c12c;
      padding-right: 7px; }
      .project-item .project__cat a:hover {
        color: #1b1a1a; }
      .project-item .project__cat a::after {
        content: ",";
        position: absolute;
        top: 2px;
        right: 2px; }
      .project-item .project__cat a:last-child:after {
        display: none; }
  .project-item .project__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 9px; }
  .project-item .project__title a {
    color: #1b1a1a; }
    .project-item .project__title a:hover {
      color: #f8c12c; }
  .project-item .project__desc {
    margin-top: 19px;
    margin-bottom: 12px;
    text-align: justify; }
  .project-item .btn__link {
    line-height: 1;
    width: auto;
    height: auto;
    border: none; }
    .project-item .btn__link i {
      display: inline-block;
      opacity: 0;
      color: #f8c12c;
      transition: all 0.6s ease;
      transform: translateX(-2px); }
  .project-item:hover .btn__link {
    color: #f8c12c; }
    .project-item:hover .btn__link i {
      opacity: 1;
      transform: translateX(5px); }
  .project-item .zoom__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
    transform: scale(0);
    transition: all 0.4s linear; }
    .project-item .zoom__icon:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1px;
      height: 20px;
      transform: translate(-50%, -50%);
      background-color: #ffffff; }
    .project-item .zoom__icon:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 1px;
      transform: translate(-50%, -50%);
      background-color: #ffffff; }
  .project-item:hover .zoom__icon {
    opacity: 1;
    transform: scale(1); }

.projects-filter {
  display: flex;
  flex-wrap: wrap; }
  .projects-filter li {
    margin-bottom: 20px;
    margin-right: 30px; }
    .projects-filter li:last-child {
      margin-right: 0; }
    .projects-filter li a {
      position: relative;
      color: #1b1a1a;
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      text-transform: capitalize;
      display: block;
      padding-bottom: 4px; }
      .projects-filter li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #f8c12c;
        transition: all 0.7s linear; }
    .projects-filter li a:hover,
    .projects-filter li a.active {
      color: #f8c12c; }
      .projects-filter li a:hover:after,
      .projects-filter li a.active:after {
        width: 100%; }

/* projects-carousel */
.projects-carousel .projects-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 624px; }

.projects-carousel .project-item {
  box-shadow: none;
  overflow: hidden; }
  .projects-carousel .project-item .project__content {
    position: absolute;
    bottom: 40px;
    left: 50px;
    width: 390px;
    padding: 40px 40px 37px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.6s ease; }
  .projects-carousel .project-item .project__title {
    margin-bottom: 9px; }
  .projects-carousel .project-item .project__desc {
    margin-bottom: 17px; }
  .projects-carousel .project-item .btn__link {
    color: #ff7607; }
    .projects-carousel .project-item .btn__link i {
      opacity: 1;
      transform: translateX(0); }

.projects-carousel .project-item:hover .project__img img {
  transform: scale(1); }

.projects-carousel .project-item:hover .project__content {
  opacity: 1;
  transform: translateY(-10px); }

.projects-carousel .project-item:hover .btn__link i {
  transform: translateX(5px); }

.projects-carousel .owl-nav .owl-prev,
.projects-carousel .owl-nav .owl-next {
  top: auto;
  bottom: 25%;
  width: auto;
  left: -70px;
  right: auto;
  color: #fff; }
  .projects-carousel .owl-nav .owl-prev:hover,
  .projects-carousel .owl-nav .owl-next:hover {
    color: #f8c12c; }

.projects-carousel .owl-nav .owl-next {
  bottom: 2.5%;
  color: #333333; }

.projects-carousel-2 .project-item {
  box-shadow: none;
  margin-bottom: 0; }
  .projects-carousel-2 .project-item .project__content {
    padding: 30px 0 0 0; }

.projects-carousel-2.carousel-arrows .owl-nav .owl-prev {
  left: -60px; }

.projects-carousel-2.carousel-arrows .owl-nav .owl-next {
  right: -60px; }

.projects-carousel-3 .owl-stage-outer {
  margin: -15px;
  padding: 15px; }

.projects-carousel-3 .project-item {
  box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08); }
  .projects-carousel-3 .project-item .project__content {
    padding: 30px 15px 30px 30px; }

.project-hidden > .project-item {
  display: none; }

@media (min-width: 992px) {
  .projects-carousel .owl-carousel {
    width: 130%; }
  .projects-carousel-2.owl-carousel {
    width: 100%; } }

/* project single */
.projects-single .project__single-title {
  font-size: 30px;
  font-weight: 600; }

.projects-single .divider__line {
  margin-bottom: 21px; }

.projects-single .project__single-desc {
  margin-bottom: 40px; }
  .projects-single .project__single-desc p {
    margin-bottom: 27px; }
    .projects-single .project__single-desc p:last-of-type {
      margin-bottom: 0; }

/* project gallery */
.projects-slider .bg-overlay:before {
  z-index: 1; }

.projects-slider .owl-thumbs {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .projects-slider .owl-thumbs .owl-thumb-item {
    flex: 1;
    text-align: left;
    cursor: pointer;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden; }
    .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: block; }
      .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap span,
      .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap i {
        display: block;
        color: #ffffff; }
      .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__num {
        font-size: 68px;
        line-height: 1;
        font-family: "Rubik", sans-serif;
        margin-bottom: 14px; }
      .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__title {
        font-size: 20px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 13px; }
      .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__desc {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 13px; }
      .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-hover {
        background-color: #f8c12c;
        position: absolute;
        bottom: 0;
        opacity: 0;
        width: 100%;
        padding: 37px 15px 37px 37px;
        transform: translateY(100%);
        transition: transform 0.4s ease; }
      .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-content {
        background-color: rgba(15, 15, 15, 0.5);
        padding: 37px 15px 37px 37px; }
    .projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-hover {
      opacity: 1;
      transform: translateY(0); }
    .projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-content {
      opacity: 0;
      transform: translateY(100%); }

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .projects-carousel .owl-nav .owl-prev,
  .projects-carousel .owl-nav .owl-next {
    left: -30px; }
  .projects-carousel .owl-nav .owl-prev:before,
  .projects-carousel .owl-nav .owl-next:before {
    font-size: 40px; } }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-hover {
    display: none; }
  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-content {
    padding: 15px 10px;
    opacity: 1;
    transform: translateY(0); }
  .projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-content {
    background-color: #f8c12c;
    opacity: 1;
    transform: translateY(0); }
  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__num {
    font-size: 40px;
    margin-bottom: 5px; }
  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__title {
    font-size: 13px;
    margin-bottom: 0; }
  .project-item .project__content,
  .projects-carousel-2 .project-item .project__content,
  .projects-carousel-3 .project-item .project__content {
    padding: 20px; }
  .projects-carousel .owl-nav .owl-prev,
  .projects-carousel .owl-nav .owl-next {
    left: -40px; }
  .projects-filter li {
    margin-right: 23px; } }

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .projects-filter li {
    margin-right: 20px; }
  .projects-grid .container {
    max-width: none; }
  .projects-carousel .owl-nav .owl-prev,
  .projects-carousel .owl-nav .owl-next {
    left: -40px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .projects-slider .owl-thumbs .owl-thumb-item {
    border-right: none; }
  .projects-slider .slide-item img {
    min-height: 250px; }
  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-hover {
    display: none; }
  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb-item-wrap-content {
    padding: 10px;
    opacity: 1;
    transform: translateY(0); }
  .projects-slider .owl-thumbs .owl-thumb-item.active .thumb-item-wrap .thumb-item-wrap-content {
    background-color: #f8c12c;
    opacity: 1;
    transform: translateY(0); }
  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__num {
    font-size: 30px;
    margin-bottom: 5px; }
  .projects-slider .owl-thumbs .owl-thumb-item .thumb-item-wrap .thumb__title {
    display: none; }
  .projects-carousel .projects-bg {
    height: 580px; }
  .projects-carousel-3 .project-item .project__content,
  .project-item .project__content {
    padding: 20px; }
  .project-item .project__desc {
    margin-top: 5px; }
  .projects-single .project__title {
    font-size: 24px; }
  .projects-gallery .container {
    max-width: none; }
  .projects__nav {
    display: block; }
    .projects__nav .projects__nav-content h6 {
      font-size: 14px;
      line-height: 24px; }
  .projects-carousel .project-item .project__content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 15px;
    opacity: 1; }
  .projects-carousel .owl-nav .owl-prev,
  .projects-carousel .owl-nav .owl-next {
    position: static;
    color: #333333;
    margin: 15px 15px 0; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .projects-filter li {
    margin-right: 15px;
    margin-bottom: 15px; }
  .projects-filter li a {
    font-size: 13px; }
  .project-item .project__title {
    font-size: 18px;
    line-height: 25px; }
  .projects-carousel-2.carousel-arrows .owl-nav .owl-next {
    right: 20px;
    color: #f7f7f7; }
  .projects-carousel-2.carousel-arrows .owl-nav .owl-prev {
    left: 20px;
    color: #f7f7f7; } }

.projects [class^=col] {
  display: flex;
  flex-grow: 1; }

/* Hide the images by default */
.mySlides {
  display: none; }

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: 25px;
  font-weight: bold;
  color: #f8c12c !important;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

/* Position the "next button" to the right */
.next {
  right: 30px;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute; }

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: #9b9b9b; }
  .caption-container p {
    margin-bottom: 0;
    padding: 10px; }

.row--gallery {
  margin-left: 0;
  margin-right: 0; }

.row:after {
  content: "";
  display: table;
  clear: both; }

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%; }

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6; }

.active,
.demo:hover {
  opacity: 1; }

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

     Team

---------------------*/
.member {
  position: relative;
  margin-bottom: 50px; }
  .member .member__img {
    position: relative;
    overflow: hidden; }
    .member .member__img img {
      width: 100%;
      transition: all 0.8s ease; }
  .member .member__info {
    padding-top: 29px; }
    .member .member__info .member__name {
      font-size: 18px;
      line-height: 1;
      margin-bottom: 11px; }
    .member .member__info .member__desc {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      margin-bottom: 0; }
  .member .member__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s linear; }
  .member .member__content-inner {
    position: absolute;
    left: 50px;
    bottom: 10px;
    height: 50px;
    line-height: 50px;
    width: calc(100% - 100px);
    opacity: 0;
    background-color: #f8c12c;
    transition: all 0.4s linear; }
  .member .social__icons a {
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.3s linear;
    transition-delay: .4s; }
    .member .social__icons a:hover {
      color: #1b1a1a; }
  .member .social__icons a:nth-of-type(2) {
    transition-delay: .6s; }
  .member .social__icons a:nth-of-type(3) {
    transition-delay: .8s; }
  .member .social__icons a:nth-of-type(4) {
    transition-delay: 1s; }
  .member:hover .member__hover {
    opacity: 1; }
  .member:hover .member__content-inner {
    bottom: 30px;
    opacity: 1; }
  .member:hover .social__icons a {
    opacity: 1; }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px; }
    .member .member__info {
      padding-top: 15px; }
      .member .member__info .member__name {
        font-size: 17px;
        margin-bottom: 0; } }

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

     Testimonial

------------------------------*/
.testimonial-item {
  position: relative;
  padding-top: 30px; }
  .testimonial-item .testimonial__rating {
    line-height: 1;
    margin-bottom: 21px; }
    .testimonial-item .testimonial__rating i {
      color: #ff5e14; }
  .testimonial-item .testimonial__content {
    position: relative;
    z-index: 2;
    margin-left: 120px; }
    .testimonial-item .testimonial__content:before {
      content: "";
      position: absolute;
      top: -30px;
      left: 0;
      z-index: -1;
      width: 90px;
      height: 64px;
      display: inline-block;
      background-image: url(../images/testimonials/quote-icon.png); }
  .testimonial-item .testimonial__desc {
    font-family: "Rubik", sans-serif;
    color: #1b1a1a;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 19px; }

.testimonial__meta {
  position: absolute;
  top: 30px;
  left: 0; }
  .testimonial__meta .testimonial__meta-title {
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3px;
    display: block; }
  .testimonial__meta .testimonial__meta-desc {
    font-family: "Roboto", sans-serif;
    line-height: 23px;
    font-weight: 400;
    font-size: 13px;
    color: #616161;
    margin-bottom: 0;
    display: block; }

.testimonial__thumb {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #f8c12c;
  margin-bottom: 12px;
  display: inline-block; }
  .testimonial__thumb img {
    max-width: 100%;
    border-radius: 50%; }

.testimonial-wrap-panel {
  background-color: #f7f7f7;
  padding: 60px 0 40px; }
  .testimonial-wrap-panel .testimonial-item {
    margin: 0 100px; }

.testimonial .carousel-dots .owl-dots {
  margin-top: 22px; }

.testimonial-2 .testimonial-item:before {
  top: 10px;
  bottom: auto; }

.testimonial-2 .testimonial-item .testimonial__content {
  padding: 40px 40px 10px; }

.testimonial-2 .testimonial__thumb {
  margin-bottom: 14px; }

.testimonial-2 .testimonial-item .testimonial__desc {
  font-size: 21px;
  line-height: 34px;
  font-weight: 500; }

.testimonial-2 .owl-thumb-item {
  opacity: 0.5;
  margin-right: 42px; }
  .testimonial-2 .owl-thumb-item .testimonial__thumb {
    transform: scale(0.8); }

.testimonial-2 .owl-thumb-item:last-child {
  margin-right: 0; }

.testimonial-2 .owl-thumb-item.active {
  opacity: 1; }
  .testimonial-2 .owl-thumb-item.active .testimonial__thumb {
    transform: scale(1); }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-2 .testimonial-item .testimonial__desc {
    font-size: 18px;
    line-height: 28px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-wrap-panel {
    padding: 20px 0 20px; }
    .testimonial-wrap-panel .testimonial-item {
      margin: 0 20px; }
  .testimonial-item .testimonial__desc {
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 400; }
  .testimonial-2 .testimonial-item .testimonial__content {
    padding: 20px 0 0; }
  .testimonial-2 .owl-thumb-item {
    margin-right: 20px; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .testimonial__meta {
    position: relative;
    top: 0;
    z-index: 3; }
  .testimonial-item .testimonial__content {
    margin: 0; }
  .testimonial__content:before {
    opacity: 0.7; }
  .testimonial-wrap-panel .testimonial-item {
    padding-top: 0; } }

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 400px) {
  .testimonial__meta .testimonial__meta-title {
    margin-bottom: 0; }
  .testimonial-2 .owl-thumb-item {
    margin-right: 13px; } }

/*------------------------------------*\

    #Client

\*------------------------------------*/
.clients {
  padding: 72px 0; }
  .clients .client {
    position: relative;
    text-align: center; }
    .clients .client img {
      display: inline-block;
      width: auto !important;
      max-width: 100%; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients {
    padding: 50px 0; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .clients {
    padding: 30px 0; } }

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

     Blog

-------------------*/
.blog-item {
  position: relative;
  margin-bottom: 50px; }
  .blog-item .blog__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px; }
    .blog-item .blog__img img {
      transition: all 0.9s ease; }
  .blog-item:hover .blog__img img {
    transform: scale(1.1); }
  .blog-item .blog__content {
    padding-left: 30px; }
  .blog-item .blog__meta-cat {
    display: inline-block;
    margin-bottom: 7px;
    line-height: 1; }
    .blog-item .blog__meta-cat a {
      position: relative;
      color: #f8c12c;
      padding-right: 7px; }
      .blog-item .blog__meta-cat a:hover {
        color: #1b1a1a; }
      .blog-item .blog__meta-cat a:after {
        content: ",";
        position: absolute;
        top: 0;
        right: 2px;
        color: #f8c12c; }
      .blog-item .blog__meta-cat a:last-child {
        padding: 0; }
        .blog-item .blog__meta-cat a:last-child:after {
          display: none; }
  .blog-item .blog__meta-date {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #616161;
    margin-bottom: 20px; }
  .blog-item .blog__title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px; }
    .blog-item .blog__title a {
      color: #1b1a1a; }
      .blog-item .blog__title a:hover {
        color: #f8c12c; }
  .blog-item .blog__desc {
    text-align: left;
    margin-bottom: 0; }
  .blog-item .btn__link {
    margin-top: 19px; }
    .blog-item .btn__link i {
      display: inline-block;
      opacity: 0;
      color: #f8c12c;
      transition: all 0.6s ease;
      transform: translateX(-2px); }
  .blog-item:hover .btn__link {
    color: #f8c12c; }
    .blog-item:hover .btn__link i {
      opacity: 1;
      transform: translateX(5px); }

.hidden-blog-item {
  display: none; }

/* Blog Sigle */
.blog-single .blog-item .blog__meta-cat,
.blog-single .blog-item .blog__meta-date {
  margin-bottom: 0; }

.blog-single .blog-item .blog__content {
  padding-left: 0; }

.blog__meta-author {
  font-size: 13px; }
  .blog__meta-author span {
    color: #333333; }

.blog-single .blog__meta {
  margin-bottom: 26px; }

.blog-single .blog__meta > * {
  margin-right: 20px; }
  .blog-single .blog__meta > *:last-child {
    margin-right: 0; }

.blog-single .blog__desc {
  margin-bottom: 21px; }
  .blog-single .blog__desc p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px; }

.blog-standard .blog-item .blog__desc {
  margin-bottom: 22px; }

.blog-widget {
  padding-top: 40px;
  margin-bottom: 60px; }

.blog__widget-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px; }

.blog-comments {
  padding-bottom: 37px;
  border-bottom: 2px solid #eaeaea; }

.blog-share .blog__share-title {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0; }

.blog-share .social__icons a {
  color: #5d5d5d;
  transition: 0.3s linear;
  margin: 0 0 0 20px; }
  .blog-share .social__icons a:hover {
    color: #f8c12c; }

.blog__tags a {
  font-size: 12px;
  background-color: #f8c12c;
  color: #ffffff;
  line-height: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 11px;
  display: block;
  transition: 0.3s linear; }

.blog__tags li:last-child a {
  margin-right: 0; }

.blog__tags a:hover {
  background-color: #1b1a1a;
  color: #ffffff; }

.blog-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 30px; }
  .blog-nav .blog__prev,
  .blog-nav .blog__next {
    position: relative;
    min-height: 70px; }
    .blog-nav .blog__prev:hover h6,
    .blog-nav .blog__next:hover h6 {
      color: #f8c12c; }
  .blog-nav .blog__next {
    text-align: right; }
    .blog-nav .blog__next .blog__nav-img {
      right: 0;
      left: auto; }
  .blog-nav .blog__nav-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px; }
    .blog-nav .blog__nav-img img {
      width: 100%;
      height: 100%; }
  .blog-nav .blog__nav-content span {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #616161;
    display: block;
    margin-bottom: 1px; }
  .blog-nav .blog__nav-content h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    transition: all 0.3s ease; }
  .blog-nav .blog__next .blog__nav-content {
    padding-right: 90px; }
  .blog-nav .blog__prev .blog__nav-content {
    padding-left: 90px; }

.blog-author {
  padding: 40px;
  display: flex;
  border: 2px solid #f8c12c; }
  .blog-author .blog__author-avatar {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    border: 2px solid #f8c12c;
    margin-right: 30px;
    margin-bottom: 20px; }
    .blog-author .blog__author-avatar img {
      border-radius: 50%; }
  .blog-author .blog__author-name {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px; }
  .blog-author .blog__author-bio {
    line-height: 23px;
    margin-bottom: 13px; }
  .blog-author .social__icons a {
    font-size: 15px;
    margin-right: 26px;
    color: #5d5d5d; }
    .blog-author .social__icons a:hover {
      color: #222222; }
    .blog-author .social__icons a:last-child {
      margin-right: 0; }

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px; }
  .comments-list .comment__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .comments-list .comment__item .comment__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%; }
  .comments-list .comment__item .comment__content {
    padding-left: 90px; }
    .comments-list .comment__item .comment__content .comment__author {
      font-size: 14px;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 11px; }
    .comments-list .comment__item .comment__content .comment__date {
      font-family: "Roboto", sans-serif;
      color: #616161;
      font-size: 12px;
      line-height: 1;
      display: block;
      margin-bottom: 10px; }
    .comments-list .comment__item .comment__content .comment__desc {
      margin-bottom: 6px; }
    .comments-list .comment__item .comment__content .comment__reply {
      font-family: "Rubik", sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      line-height: 1;
      color: #f8c12c;
      display: inline-block; }
      .comments-list .comment__item .comment__content .comment__reply:hover {
        color: #1b1a1a; }
  .comments-list .comment__item .nested__comment {
    border-top: 2px solid #eaeaea;
    padding: 30px 0 0 0;
    margin: 30px 0 0 90px; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .blog-item .blog__title {
    padding: 0 40px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-item {
    margin-bottom: 30px; }
  .blog-item .blog__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px; }
  .blog-item .blog__content {
    padding-left: 0; }
  .blog-single .blog-item .blog__title {
    font-size: 20px;
    line-height: 30px;
    padding: 0; }
  .blog-grid-layout2 .blog-item .blog__content,
  .blog-grid-layout2 .blog-item-wide .blog__content {
    padding: 0 20px 20px 20px; }
  .blog__tags ul {
    justify-content: flex-start !important; }
  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px; }
  .comments-list .comment__item .comment__content {
    padding-left: 60px; }
  .blog-nav {
    display: block; }
    .blog-nav .blog__prev {
      margin-bottom: 20px; }
    .blog-nav .blog__nav-content h6 {
      font-size: 13px; }
    .blog-nav .blog__nav-img {
      width: 60px;
      height: 60px; }
    .blog-nav .blog__prev .blog__nav-content {
      padding-left: 70px; }
    .blog-nav .blog__next .blog__nav-content {
      padding-right: 70px; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .blog-author {
    display: block;
    padding: 20px; } }

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

    Contact

----------------------------*/
.contact-panel .contact__panel-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 21px; }

.contact-panel .contact__panel-list li {
  font-size: 13px;
  line-height: 24px; }
  .contact-panel .contact__panel-list li i {
    width: 20px;
    color: #f8c12c; }

.contact-panel .contact__panel-list-2 li {
  line-height: 29px;
  display: flex;
  justify-content: space-between; }

.contact-panel-2 {
  padding-bottom: 0 !important; }
  .contact-panel-2 .contact__panel-header {
    background-color: #f8c12c;
    color: #ffffff;
    padding: 27px 30px;
    border-bottom: 0;
    margin-bottom: 0 !important; }
    .contact-panel-2 .contact__panel-header .contact__panel-title {
      color: #ffffff; }
    .contact-panel-2 .contact__panel-header i {
      font-size: 40px;
      margin-right: 5px; }
  .contact-panel-2 .accordion-item {
    padding: 0; }
    .contact-panel-2 .accordion-item .accordion__item-header {
      padding: 22px 30px; }
    .contact-panel-2 .accordion-item .accordion__item-title {
      font-family: "Roboto", sans-serif;
      font-size: 17px;
      font-weight: 700;
      line-height: 1; }
    .contact-panel-2 .accordion-item .accordion__item-body {
      padding: 27px 30px;
      border-top: 1px solid #eaeaea; }
  .contact-panel-2 ul {
    margin-bottom: 0; }

.locations-panel {
  margin-bottom: 85px; }
  .locations-panel .locations__panel-header {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 25px; }
  .locations-panel .locations__panel-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px; }
  .locations-panel ul {
    display: flex;
    flex-wrap: wrap; }
    .locations-panel ul li {
      line-height: 40px;
      flex-basis: 25%; }
      .locations-panel ul li a {
        color: #333333;
        font-size: 14px;
        font-weight: 700; }
        .locations-panel ul li a:hover {
          color: #f8c12c; }
        .locations-panel ul li a i {
          margin-right: 10px; }

.contact .contact-panel {
  margin-right: 50px; }

.contact-2 .contact-panels-wrap {
  position: absolute;
  top: 110px;
  z-index: 22;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08); }
  .contact-2 .contact-panels-wrap .contact-panel {
    margin-right: 0; }

@media only screen and (max-width: 992px) {
  .contact-2 .contact-panels-wrap {
    position: static;
    margin-bottom: 30px; } }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact .contact-panel {
    margin-right: 0; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact .contact-panel {
    margin-right: 0; }
  .contact-panel .contact__panel-header {
    padding: 20px 10px;
    margin-bottom: 20px; }
  .contact-panel {
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .contact-panel-2 .accordion-item .accordion__item-header,
  .contact-panel-2 .accordion-item .accordion__item-body {
    padding: 15px 20px; } }

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

        pricing

--------------------------*/
.page-title-layout5 + .pricing {
  margin-top: -138px;
  z-index: 3; }

.pricing-item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px; }
  .pricing-item .pricing__label {
    position: absolute;
    top: -1px;
    right: 30px;
    width: 18px;
    height: 40px;
    background-color: #f8c12c; }
    .pricing-item .pricing__label:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      height: 6px;
      width: 18px;
      border: 9px solid transparent;
      border-bottom-color: white; }
  .pricing-item .pricing__header {
    padding: 46px 60px;
    border-bottom: 2px solid #eaeaea; }
  .pricing-item .pricing__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 7px; }
  .pricing-item .pricing__subtitle {
    font-size: 13px;
    display: block; }
  .pricing-item .pricing__price {
    font-family: "Rubik", sans-serif;
    font-size: 50px;
    color: #1b1a1a;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px; }
  .pricing-item .pricing__time {
    font-size: 14px; }
  .pricing-item .pricing__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 23px; }
  .pricing-item .pricing__content {
    padding: 45px 60px 35px; }
  .pricing-item .pricing__list {
    margin-top: 40px; }
    .pricing-item .pricing__list li {
      position: relative;
      padding-left: 27px;
      font-size: 14px;
      line-height: 34px;
      text-transform: capitalize; }
      .pricing-item .pricing__list li:after {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: 0;
        color: #f8c12c; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-layout5 + .pricing {
    margin-top: 0; }
  .pricing .container {
    max-width: none;
    padding: 0 15px; }
  .pricing-item .pricing__header,
  .pricing-item .pricing__content {
    padding: 20px; }
  .pricing-item .pricing__list {
    margin-top: 40px; }
  .pricing-item .pricing__title {
    margin-bottom: 15px; }
  .pricing-item .pricing__price {
    font-size: 50px;
    margin-bottom: 20px; }
  .pricing-item .pricing__title,
  .pricing-item .pricing__desc {
    margin-bottom: 10px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-title-layout5 + .pricing {
    margin-top: 0; }
  .pricing .container {
    padding: 0 15px; }
  .pricing-item .pricing__list {
    margin-top: 20px; }
  .pricing-item .pricing__header,
  .pricing-item .pricing__content {
    padding: 20px; } }

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

    Counters

-----------------------*/
.counter-item {
  text-align: center; }
  .counter-item h4 {
    font-size: 43px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px; }
  .counter-item .counter__icon {
    line-height: 1;
    margin-bottom: 29px; }
    .counter-item .counter__icon i {
      font-size: 60px; }
  .counter-item .counter__subtitle {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0; }
  .counter-item .counter__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0; }

.counters-white h4,
.counters-white .counter__icon,
.counters-white .counter__subtitle,
.counters-white .counter__desc {
  color: #fff; }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .counter-item {
    margin-bottom: 30px; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .counter-item .counter__icon {
    margin-bottom: 15px; }
    .counter-item .counter__icon i {
      font-size: 45px; }
  .counter-item h4 {
    font-size: 35px; }
  .counter-item .counter__subtitle {
    font-size: 13px; } }

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .counter-item .counter__icon {
    margin-bottom: 15px; }
    .counter-item .counter__icon i {
      font-size: 30px; }
  .counter-item h4 {
    font-size: 25px; }
  .counter-item .counter__subtitle {
    font-size: 12px; } }

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

    Services 

--------------------------*/
.col-block {
  background-color: #292f50; }

.service-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.4s ease; }
  .service-item .service__img {
    position: relative; }
    .service-item .service__img:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: .4;
      -webkit-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
      -moz-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
      -ms-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
      -o-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
      background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%); }
    .service-item .service__img img {
      width: 100%;
      max-width: 100%; }
  .service-item .service__content {
    background-color: #fff;
    padding: 40px 20px 40px 40px; }
  .service-item .service__content--tab {
    padding: 40px 20px 40px 20px; }
    .service-item .service__content--tab .service__title, .service-item .service__content--tab .btn__link {
      color: #ffffff; }
    .service-item .service__content--tab ul {
      padding-top: 10px; }
      .service-item .service__content--tab ul li a {
        color: #dee2e6;
        font-size: 1rem; }
        .service-item .service__content--tab ul li a:hover {
          color: #f8c12c;
          text-decoration: underline; }
  .service-item .service__icon {
    margin-bottom: 30px; }
    .service-item .service__icon i {
      font-size: 65px;
      line-height: 1;
      color: #f8c12c; }
  .service-item .service__title {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 16px; }
  .service-item .service__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0; }
  .service-item .btn__link {
    margin-top: 19px; }
    .service-item .btn__link i {
      display: inline-block;
      opacity: 0;
      color: #f8c12c;
      transition: all 0.6s ease;
      transform: translateX(-2px); }
  .service-item:hover {
    transform: translateY(-10px); }
    .service-item:hover .service__icon {
      animation: slideTopDown 1s infinite  alternate; }
    .service-item:hover .btn__link i {
      opacity: 1;
      transform: translateX(5px); }
  .service-item .service__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: #f8c12c;
    transition: all 0.5s linear; }
  .service-item:hover .service__overlay {
    opacity: 1; }

.services-layout2 .heading__title,
.services-layout3 .heading__title {
  line-height: 48px; }

.services-layout3 .service-items-wrap {
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  overflow: hidden; }

.services-layout3 .service-item {
  box-shadow: none !important;
  border-left: 2px solid #eaeaea;
  margin-left: -2px;
  margin-bottom: 0; }

.services-layout3 .service-item:hover {
  box-shadow: none;
  transform: translateY(0); }

.services-layout3 .zoom__icon {
  position: relative;
  z-index: 3;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .services-layout3 .zoom__icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    transform: translate(-50%, -50%);
    background-color: #fff; }
  .services-layout3 .zoom__icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: #fff; }

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

.services-carousel .service-item {
  box-shadow: 0 0 12px 0 rgba(40, 40, 40, 0.08); }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item .service__icon {
    margin-bottom: 15px; }
    .service-item .service__icon i {
      font-size: 50px; }
  .service-item .service__title {
    font-size: 18px;
    margin-bottom: 10px; }
  .services-layout2 .heading__title,
  .services-layout3 .heading__title {
    line-height: 40px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .service-item .service__content {
    padding: 20px; }
  .service-item .service__title {
    font-size: 17px;
    margin-bottom: 5px; }
  .service-item .service__icon {
    margin-bottom: 10px; }
    .service-item .service__icon i {
      font-size: 45px; }
  .services-layout2 .heading__title,
  .services-layout3 .heading__title {
    line-height: 35px; } }

.tab-content .tab-pane {
  animation: slide-down-md 2s ease-out; }
  .tab-content .tab-pane .img-shade {
    box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15); }
  .tab-content .tab-pane .content .option {
    display: flex;
    align-items: center; }
    .tab-content .tab-pane .content .option img {
      margin-right: 1rem;
      height: 3rem; }

.tab-content--block {
  margin-bottom: 20px;
  border: none;
  border-radius: 3px;
  background-color: #262730;
  text-align: center; }

.tab-content--info {
  border: none;
  border-radius: 10px;
  background-color: transparent;
  text-align: center; }
  .tab-content--info .btn {
    margin: 2rem auto; }

.single-pro-info-tab {
  width: 45%;
  margin: 0 auto;
  border: 4px double #292f50;
  background-color: #21253f;
  padding: 4px;
  border-radius: 40px;
  box-shadow: 0 0 12px #23222f; }
  .single-pro-info-tab ul {
    justify-content: center;
    position: relative;
    right: 0;
    text-align: center;
    left: 0;
    margin: 0 auto; }
    .single-pro-info-tab ul li {
      border: none; }
    .single-pro-info-tab ul .nav-link {
      color: #dee2e6;
      font-weight: 700; }
      .single-pro-info-tab ul .nav-link.active {
        color: #ffffff;
        background-color: #f8c12c;
        border: 2px solid #ffffff;
        border-radius: 40px;
        box-shadow: 0px 0px 0px 1.25px #5766da; }
      .single-pro-info-tab ul .nav-link:hover {
        background-color: transparent; }

.pro-order-box {
  padding: 20px;
  border: 1px solid #262b49;
  border-radius: 3px;
  background-color: #21253f;
  box-shadow: 0px 0px 13px 0px rgba(35, 34, 47, 0.05); }
  .pro-order-box i {
    font-size: 28px; }

.tab__item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.4s ease; }
  .tab__item .tab__title {
    color: #ffffff;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 16px; }
    .tab__item .tab__title--title-lg {
      font-size: 2rem;
      color: #ffffff; }
  .tab__item .tab__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0; }
    .tab__item .tab__desc--desc-lg {
      font-size: 17px;
      color: #ffffff; }
  .tab__item--link {
    display: block;
    margin: 2rem auto 2rem auto; }
    .tab__item--link a {
      display: block;
      position: relative;
      padding: 0 30px; }
    .tab__item--link i {
      display: table-cell;
      font-size: 65px;
      padding-bottom: 20px;
      vertical-align: middle;
      color: #f8c12c; }
    .tab__item--link .active {
      color: #f8c12c; }
  .tab__item ul {
    justify-content: center;
    position: relative;
    right: 0;
    text-align: center;
    left: 0;
    margin: 0 auto; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-pro-info-tab {
    width: 100%; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .single-pro-info-tab {
    width: 100%; }
    .single-pro-info-tab ul .nav-link {
      padding: .3rem .3rem; } }

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

    Sidebar

----------------------*/
.sidebar {
  position: relative;
  margin-right: 20px;
  z-index: 2; }

.widget {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 40px; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget .widget__title {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 30px; }

.widget-search .widget__form-search {
  position: relative; }
  .widget-search .widget__form-search .form-control {
    background-color: #fff; }
  .widget-search .widget__form-search button {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
    color: #333333; }
    .widget-search .widget__form-search button:hover {
      color: #f8c12c; }

.widget-categories ul {
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(40, 40, 40, 0.05); }
  .widget-categories ul li.is-active {
    background-color: #f8c12c;
    color: #ffffff; }
  .widget-categories ul li a {
    position: relative;
    display: block;
    padding: 0 20px;
    color: #222222;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 2px solid #f4f4f4;
    transition: all 0.3s linear; }
    .widget-categories ul li a.active, .widget-categories ul li a:hover {
      background-color: #f8c12c;
      color: #ffffff; }
  .widget-categories ul li:last-child a {
    border-bottom: none; }

.widget-tags ul {
  display: flex;
  flex-wrap: wrap; }
  .widget-tags ul li a {
    display: block;
    font-size: 14px;
    background-color: #f8c12c;
    color: #ffffff;
    line-height: 1;
    text-transform: capitalize;
    padding: 7px 9px;
    margin: 0 10px 10px 0;
    transition: all 0.4s ease; }
    .widget-tags ul li a:hover {
      background-color: #1b1a1a; }

/*widget posts*/
.widget-posts .widget-post-item {
  margin-bottom: 26px; }
  .widget-posts .widget-post-item:last-of-type {
    margin-bottom: 0; }
  .widget-posts .widget-post-item .widget__post-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }
    .widget-posts .widget-post-item .widget__post-title a {
      color: #222222; }
  .widget-posts .widget-post-item:hover .widget__post-title a {
    color: #f8c12c; }
  .widget-posts .widget-post-item .widget__post-img {
    margin-bottom: 19px; }
  .widget-posts .widget-post-item .widget__post-date {
    line-height: 1;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 6px; }
  .widget-posts .widget-post-item .widget__post-cat {
    margin-right: 20px;
    margin-bottom: 7px;
    line-height: 1; }
    .widget-posts .widget-post-item .widget__post-cat a {
      position: relative;
      font-size: 13px;
      color: #f8c12c;
      padding-right: 7px; }
      .widget-posts .widget-post-item .widget__post-cat a:hover {
        color: #1b1a1a; }
      .widget-posts .widget-post-item .widget__post-cat a:after {
        content: ",";
        position: absolute;
        top: 0;
        right: 2px;
        color: #f8c12c; }
      .widget-posts .widget-post-item .widget__post-cat a:last-child {
        padding: 0; }

/* Widget Download */
.widget-download .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
  height: 70px; }
  .widget-download .btn img {
    width: 22px;
    height: 24px; }

/* Widget help */
.widget-help {
  overflow: hidden; }
  .widget-help .widget__content {
    position: relative; }
    .widget-help .widget__content h5 {
      color: #ffffff;
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 18px; }
    .widget-help .widget__content p {
      color: #ffffff;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 74px; }
    .widget-help .widget__content .dnv-description {
      margin-bottom: 2rem;
      color: #2c3e50; }

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sidebar {
    margin-right: 0; }
  .widget {
    padding: 20px;
    margin-bottom: 30px; }
  .widget-categories ul {
    padding: 15px 20px; } }

/* Tablets and  Small Screens */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .widget {
    padding: 25px; }
    .widget .widget__title {
      margin-bottom: 25px; }
  .widget-categories ul {
    padding: 20px 30px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .widget {
    padding: 15px; }
    .widget .widget__title {
      margin-bottom: 20px; }
  .widget-help .widget__content p {
    margin-bottom: 30px; }
  .widget-categories ul {
    padding: 0; }
    .widget-categories ul li a {
      font-size: 14px;
      line-height: 40px;
      padding: 0 15px; }
  .widget-download .btn {
    height: 50px; } }

/*----------------------
    About
-----------------------*/
.about .heading {
  margin-bottom: 25px; }

.about .carousel-wrap {
  position: relative;
  padding-right: 40px; }
  .about .carousel-wrap .carousel-arrows .owl-nav .owl-prev,
  .about .carousel-wrap .carousel-arrows .owl-nav .owl-next {
    bottom: 28px;
    top: auto;
    transform: translateY(0);
    color: rgba(255, 255, 255, 0.5); }
    .about .carousel-wrap .carousel-arrows .owl-nav .owl-prev:hover,
    .about .carousel-wrap .carousel-arrows .owl-nav .owl-next:hover {
      color: #fff; }
  .about .carousel-wrap .carousel-arrows .owl-nav .owl-next {
    right: 200px; }
  .about .carousel-wrap .counter-item {
    position: absolute;
    right: 0;
    bottom: 40px;
    z-index: 9;
    background-color: #f8c12c;
    color: #ffffff;
    width: 200px;
    padding: 50px;
    text-align: left;
    margin: 0; }
    .about .carousel-wrap .counter-item .counter__icon {
      margin-bottom: 27px; }
    .about .carousel-wrap .counter-item h4 {
      font-size: 38px;
      margin-bottom: 10px; }
    .about .carousel-wrap .counter-item .counter__subtitle {
      font-size: 18px;
      font-weight: 500; }

.about__text p {
  margin-bottom: 18px;
  text-align: justify; }

.about__text p:first-of-type {
  color: #222222;
  font-size: 17px !important;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 28px; }

.about__img {
  position: relative;
  padding-left: 35px;
  overflow: hidden; }

.about__img:after {
  content: "";
  position: absolute;
  top: 115px;
  left: 0;
  width: 35px;
  height: 100%;
  z-index: -1;
  background-color: #f8c12c; }

.about-2 .features-list {
  margin-left: 35px; }

.about-2 .btn__primary.popup-video {
  height: 70px;
  line-height: 68px; }
  .about-2 .btn__primary.popup-video:hover {
    background-color: #f8c12c;
    color: #ffffff; }

.about-2 .about__img {
  opacity: 0;
  transition: opacity .4s, transform .75s;
  transition-delay: 1s;
  transform: scale(0.95) translateY(30px); }

.about-2 .about__img.animated-img {
  opacity: 1;
  transform: scale(1) translateY(0); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2 .heading {
    margin-bottom: 0 !important; }
    .about-2 .heading .heading__title {
      margin-bottom: 0; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about .about__img {
    margin-left: 30px; }
    .about .about__img:before {
      left: 0; }
  .about-2 .heading {
    margin-bottom: 0 !important; }
    .about-2 .heading .heading__title {
      margin-bottom: 0; } }

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .about .carousel-wrap .counter-item {
    position: static;
    margin-top: 20px; }
  .about .carousel-wrap {
    padding-right: 0; }
  .about .carousel-wrap .carousel-arrows .owl-nav .owl-next {
    right: 0; } }

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

    banner

------------------------*/
.banner .fancybox-item {
  margin-bottom: 0; }

.banner-1 .container-fluid {
  padding: 0 50px; }

.banner-2 .heading__desc {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600; }

.banner-2 .carousel-wrap {
  position: relative;
  height: 100%;
  min-height: 350px; }

.banner-2 .carousel {
  position: absolute;
  bottom: 0;
  right: -15px;
  width: 370px;
  background-color: #f8c12c;
  padding: 50px 50px 44px;
  z-index: 10; }
  .banner-2 .carousel .owl-dots {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 30px; }
    .banner-2 .carousel .owl-dots .owl-dot.active span {
      border-color: #fff; }
  .banner-2 .carousel .counter-item {
    text-align: left; }
    .banner-2 .carousel .counter-item .counter,
    .banner-2 .carousel .counter-item .counter__subtitle {
      display: inline-block; }
    .banner-2 .carousel .counter-item .counter {
      margin-right: 18px; }

.banner-3 .inner-padding {
  padding: 110px 50px; }

.banner-3 .heading__title {
  margin-bottom: 21px; }

.banner-3 .heading__desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px; }

.banner-3 .list-items {
  display: flex;
  flex-wrap: wrap; }
  .banner-3 .list-items li {
    flex-basis: 50%; }

.banner--3 .inner-padding {
  padding: 110px 50px; }

.banner--3 .heading__title {
  margin-bottom: 21px; }

.banner--3 .heading__desc {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px; }

.banner--3 .list-items {
  display: flex;
  flex-wrap: wrap; }
  .banner--3 .list-items li {
    flex-basis: 100%;
    padding: 5px 0 5px 30px; }

.banner-4 .banner-content {
  margin: 0 20px;
  background-color: #f8c12c;
  padding: 80px 90px; }

.banner-4 .heading__desc {
  font-weight: 500; }

/* Extra Large Size Screens */
@media only screen and (min-width: 1400px) {
  .banner-1 .container-fluid {
    padding: 0 110px; }
  .banner .inner-padding {
    padding-right: 110px;
    padding-left: 110px; } }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-1 .container-fluid {
    padding: 0 30px; }
  .banner-4 .banner-content {
    margin: 0;
    padding: 50px 60px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .banner-1 .container-fluid {
    padding: 0 30px; }
  .banner-4 .banner-content {
    margin: 0;
    padding: 20px 30px; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .banner-1 .container-fluid {
    padding: 0 20px; }
  .banner-2 .carousel {
    width: 320px;
    padding: 20px; }
  .banner-2 .heading__desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400; }
  .banner-3 .list-items {
    display: block; }
  .banner-3 .bg-img {
    height: 150px; } }

@media only screen and (max-width: 450px) {
  .fancybox-item .fancybox__title {
    font-size: 12px;
    line-height: 17px; }
  .banner-3 .bg-img {
    height: 250px; } }

@media only screen and (max-width: 1021px) {
  .banner-3 .bg-img {
    height: 250px; } }

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

    careers

------------------------*/
.careers .owl-carousel .owl-stage-outer {
  margin: 0 -20px;
  padding: 20px; }

.career-item {
  transition: all 0.4s ease; }
  .career-item .btn__link i {
    opacity: 0;
    color: #f8c12c;
    transition: all 0.4s ease; }
  .career-item .job__title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 18px;
    text-transform: uppercase; }
  .career-item .job__subtitle {
    color: #f8c12c;
    text-transform: uppercase; }
  .career-item .job__jd {
    padding: 5px 0 0 20px; }
    .career-item .job__jd li:before {
      content: "\f0da";
      font-family: 'Fontawesome';
      position: absolute;
      left: 20px; }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .job-item {
    padding: 30px; }
    .job-item .job__title {
      margin-bottom: 10px; } }

.email-link {
  color: #f8c12c; }

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

    Google Map

------------------------*/
#map {
  height: 560px; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #map {
    height: 450px; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  #map {
    height: 370px; } }

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  #map {
    height: 300px; } }

.section-stories {
  padding: 60px !important; }

.sidebar__menu {
  padding: 1rem;
  color: #222222;
  background-color: #f7f7f7; }
  .sidebar__menu--header {
    text-align: center; }
  .sidebar__menu--dropdown > a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 10px 30px 10px 20px;
    color: #2c3e50; }
    .sidebar__menu--dropdown > a:hover {
      display: inline-block;
      color: #f8c12c; }
    .sidebar__menu--dropdown > a:active {
      color: #222222; }
    .sidebar__menu--dropdown > a:after {
      font-family: "Fontawesome";
      font-weight: 900;
      content: "\f105";
      font-style: normal;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      background: 0 0;
      position: absolute;
      right: 15px;
      top: 14px; }
  .sidebar__menu--dropdown {
    transition: all 0.3s linear;
    background-color: #ffffff;
    border-bottom: 1px solid #f7f7f7; }
  .sidebar__menu--dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px; }
  .sidebar__menu--dropdown.active > a {
    color: #2c3e50;
    border-bottom: 1px solid #f8c12c; }
  .sidebar__menu .sidebar__submenu {
    display: none; }
    .sidebar__menu .sidebar__submenu a {
      color: #2c3e50; }
      .sidebar__menu .sidebar__submenu a:hover {
        color: #f8c12c; }
    .sidebar__menu .sidebar__submenu ul {
      padding: 5px 0; }
    .sidebar__menu .sidebar__submenu--list {
      padding: 8px 20px; }
      .sidebar__menu .sidebar__submenu--list a:before {
        content: "\f111";
        font-family: "Fontawesome";
        font-weight: 400;
        font-style: normal;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px;
        font-size: 8px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #f8c12c;
  background-color: #2c3e50; }

.nav-pills li {
  border: 1px solid #9b9b9b; }

.nav-pills .nav-link {
  color: #2c3e50;
  border-radius: 0; }
  .nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
    color: #f8c12c;
    background-color: #2c3e50; }

.product__block--img {
  border: 1px solid #f7f7f7; }

.product__block--details {
  padding: 0 3rem; }

.gm__item {
  position: relative;
  margin-bottom: 30px; }
  .gm__item .gm__content .gm__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
    transition: color 0.3s ease; }
  .gm__item .gm__content .gm__list {
    margin: 10px 22px;
    text-align: justify; }
    .gm__item .gm__content .gm__list:before {
      font-family: 'Fontawesome';
      content: "\f00c";
      color: #2c3e50;
      font-size: 1rem;
      position: absolute;
      left: 0; }
  .gm__item:hover .gm__title {
    color: #f8c12c; }

#med-products .nav-custom {
  display: flex;
  justify-content: center;
  animation: slide-down-md 2s ease-out; }
  #med-products .nav-custom .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem; }
    #med-products .nav-custom .nav-link.active {
      border: none;
      border-bottom: 2px solid #2c3e50;
      box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15); }
    #med-products .nav-custom .nav-link img {
      width: 1.8rem;
      height: 5rem; }

.med-chart,
.ind-chart,
.sp-chart,
.gm-chart {
  position: relative; }
  .med-chart .chart-wrapper,
  .ind-chart .chart-wrapper,
  .sp-chart .chart-wrapper,
  .gm-chart .chart-wrapper {
    margin-top: 4rem;
    z-index: 10; }
  .med-chart .chart-title,
  .ind-chart .chart-title,
  .sp-chart .chart-title,
  .gm-chart .chart-title {
    align-self: center;
    position: relative; }
    .med-chart .chart-title .btn,
    .ind-chart .chart-title .btn,
    .sp-chart .chart-title .btn,
    .gm-chart .chart-title .btn {
      bottom: -3rem;
      left: 55%; }
      .med-chart .chart-title .btn__link::before,
      .ind-chart .chart-title .btn__link::before,
      .sp-chart .chart-title .btn__link::before,
      .gm-chart .chart-title .btn__link::before {
        content: "— ";
        font-size: 1rem; }
  .med-chart .chart__content,
  .ind-chart .chart__content,
  .sp-chart .chart__content,
  .gm-chart .chart__content {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 2rem 2rem;
    border-radius: 2rem;
    color: #2c3e50;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3), 8px 9px 0 0 rgba(0, 0, 0, 0.01);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: all 0.4s ease; }
    .med-chart .chart__content:hover,
    .ind-chart .chart__content:hover,
    .sp-chart .chart__content:hover,
    .gm-chart .chart__content:hover {
      transform: translateY(-10px); }
    .med-chart .chart__content--item,
    .ind-chart .chart__content--item,
    .sp-chart .chart__content--item,
    .gm-chart .chart__content--item {
      display: flex;
      flex-grow: 0;
      flex-basis: 50%;
      flex-shrink: initial;
      flex-flow: wrap;
      align-items: flex-end;
      transition: all 0.4s ease; }
      .med-chart .chart__content--item span,
      .ind-chart .chart__content--item span,
      .sp-chart .chart__content--item span,
      .gm-chart .chart__content--item span {
        text-align: center; }
      .med-chart .chart__content--item:hover,
      .ind-chart .chart__content--item:hover,
      .sp-chart .chart__content--item:hover,
      .gm-chart .chart__content--item:hover {
        transform: translateY(-10px); }

.ind-chart::before,
.gm-chart::before {
  content: "";
  background-image: url(../../assets/images/bg/marble.jpg);
  position: absolute;
  opacity: .6; }

.ind-chart .chart-title {
  margin-bottom: 2rem; }
  .ind-chart .chart-title .heading {
    text-align: center; }
    .ind-chart .chart-title .heading__title {
      font-size: 4rem;
      color: #2c3e50; }
      .ind-chart .chart-title .heading__title::after {
        content: "GASES";
        font-size: 4rem;
        font-weight: bold;
        letter-spacing: 5px;
        position: absolute;
        opacity: .7;
        color: #f8c12c;
        left: 55%;
        top: 50%;
        z-index: -1; }
    .ind-chart .chart-title .heading .cta-link2 {
      right: 20%; }

.med-chart .heading {
  text-align: center; }
  .med-chart .heading__title {
    font-size: 4rem;
    color: #2c3e50; }
    .med-chart .heading__title::after {
      content: "GASES";
      font-size: 4rem;
      font-weight: bold;
      letter-spacing: 5px;
      position: absolute;
      opacity: .7;
      color: #f8c12c;
      left: 50%;
      top: 20%;
      z-index: -1; }
  .med-chart .heading .cta-link2 {
    right: 20%; }

.sp-chart .heading__title {
  font-size: 4rem;
  color: #2c3e50; }
  .sp-chart .heading__title::after {
    content: "GASES";
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 5px;
    position: absolute;
    opacity: .7;
    color: #f8c12c;
    left: 30%;
    top: 20%;
    z-index: -1; }

.sp-chart .heading .cta-link2 {
  right: 20%; }

.gm-chart .heading__title {
  font-size: 4rem;
  color: #2c3e50; }
  .gm-chart .heading__title::after {
    content: "MIXTURES";
    font-size: 4rem;
    font-weight: bold;
    position: absolute;
    opacity: .7;
    color: #f8c12c;
    left: 15%;
    top: 20%;
    z-index: -1; }

.gm-chart .heading .cta-link2 {
  right: 20%; }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .med-chart .chart-title .heading {
    text-align: left; }
    .med-chart .chart-title .heading__title {
      font-size: 2.5rem; }
      .med-chart .chart-title .heading__title::after {
        content: "GASES";
        font-size: 3rem;
        left: 20%; }
  .med-chart .chart-title .btn {
    bottom: 0;
    left: 0; }
  .med-chart .chart__content {
    height: 100%;
    border-radius: 1rem; }
    .med-chart .chart__content--item span {
      text-align: center;
      font-size: 1rem; }
    .med-chart .chart__content--item img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 75%; }
  .ind-chart .chart-wrapper {
    margin-top: 2rem; }
  .ind-chart .chart-title {
    margin-bottom: 2rem; }
    .ind-chart .chart-title .heading {
      text-align: left; }
      .ind-chart .chart-title .heading__title {
        font-size: 2.5rem;
        color: #2c3e50; }
        .ind-chart .chart-title .heading__title::after {
          content: "GASES";
          font-size: 3rem;
          left: 20%;
          top: 60%;
          z-index: -1; }
    .ind-chart .chart-title .btn {
      bottom: -20%;
      left: 0; }
  .ind-chart .chart__content {
    height: 100%;
    border-radius: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 10px; }
    .ind-chart .chart__content--item span {
      text-align: center;
      font-size: 1rem; }
    .ind-chart .chart__content--item img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 75%; }
  .sp-chart .chart-title .heading {
    text-align: left;
    padding-top: 2rem; }
    .sp-chart .chart-title .heading__title {
      font-size: 2.5rem; }
      .sp-chart .chart-title .heading__title::after {
        content: "GASES";
        font-size: 3rem;
        left: 15%;
        top: 40%; }
  .sp-chart .chart-title .btn {
    bottom: -10%;
    left: 0; }
  .gm-chart {
    display: grid;
    grid-template-areas: "ct"
 "cw";
    grid-template-columns: auto; }
    .gm-chart .chart-title {
      grid-area: ct;
      order: 1;
      padding-top: 1rem; }
      .gm-chart .chart-title .heading {
        text-align: left;
        padding-top: 1rem; }
        .gm-chart .chart-title .heading__title {
          font-size: 2.5rem; }
          .gm-chart .chart-title .heading__title::after {
            content: "MIXTURES";
            font-size: 3rem;
            left: 10%;
            top: 35%; }
      .gm-chart .chart-title .btn {
        left: 0;
        bottom: 0; }
    .gm-chart .chart-wrapper {
      grid-area: cw;
      order: 2;
      margin-top: 2rem; }
    .gm-chart .chart__content {
      height: 100%;
      border-radius: 1rem; }
      .gm-chart .chart__content--item span {
        text-align: center;
        font-size: 1rem; }
      .gm-chart .chart__content--item img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 75%; } }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .med-chart .chart-wrapper,
  .ind-chart .chart-wrapper,
  .sp-chart .chart-wrapper,
  .gm-chart .chart-wrapper {
    margin-top: 2rem; }
  .med-chart .chart-title .btn,
  .ind-chart .chart-title .btn,
  .sp-chart .chart-title .btn,
  .gm-chart .chart-title .btn {
    bottom: 0;
    left: 50%; }
  .ind-chart .chart-title {
    margin-bottom: 2rem; }
    .ind-chart .chart-title .heading {
      text-align: left; }
      .ind-chart .chart-title .heading__title {
        font-size: 2.5rem;
        color: #2c3e50; }
        .ind-chart .chart-title .heading__title::after {
          content: "GASES";
          font-size: 3rem;
          left: 25%;
          top: 60%;
          z-index: -1; }
    .ind-chart .chart-title .btn {
      bottom: -20%; }
  .ind-chart .chart__content {
    height: 100%;
    border-radius: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 10px; }
    .ind-chart .chart__content--item span {
      text-align: center;
      font-size: .7rem;
      align-items: center; }
    .ind-chart .chart__content--item img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 75%; }
  .med-chart .heading {
    text-align: left; }
    .med-chart .heading__title {
      font-size: 2.5rem; }
      .med-chart .heading__title::after {
        content: "GASES";
        font-size: 3rem;
        left: 25%; }
  .med-chart .chart__content {
    height: 100%;
    border-radius: 1rem; }
    .med-chart .chart__content--item span {
      text-align: center;
      font-size: .7rem; }
    .med-chart .chart__content--item img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 75%; }
  .sp-chart .heading {
    text-align: left;
    padding-top: 1rem; }
    .sp-chart .heading__title {
      font-size: 2.5rem; }
      .sp-chart .heading__title::after {
        content: "GASES";
        font-size: 3rem;
        left: 25%;
        top: 30%; }
  .sp-chart .chart__content {
    height: 100%;
    border-radius: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-gap: 10px; }
    .sp-chart .chart__content--item span {
      text-align: center;
      font-size: .7rem;
      align-items: center; }
    .sp-chart .chart__content--item img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 75%; }
  .gm-chart {
    display: grid;
    grid-template-areas: "ct"
 "cw";
    grid-template-columns: auto; }
    .gm-chart .chart-title {
      grid-area: ct;
      order: 1; }
    .gm-chart .chart-wrapper {
      grid-area: cw;
      order: 2; }
    .gm-chart .heading {
      text-align: left;
      padding-top: 1rem; }
      .gm-chart .heading__title {
        font-size: 2.5rem; }
        .gm-chart .heading__title::after {
          content: "MIXTURES";
          font-size: 3rem;
          left: 15%;
          top: 35%; }
    .gm-chart .chart__content {
      height: 100%;
      border-radius: 1rem; }
      .gm-chart .chart__content--item span {
        text-align: center;
        font-size: .7rem; }
      .gm-chart .chart__content--item img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 75%; } }

.soc__project {
  margin-bottom: 50px; }
  .soc__project .project__img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 50px; }
  .soc__project .project__content .meta {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .soc__project .project__content .meta span {
      margin-right: 80px;
      font-size: 1.1rem;
      color: #222222;
      display: flex;
      align-items: center; }
    .soc__project .project__content .meta .right {
      text-align: justify; }
    .soc__project .project__content .meta i {
      color: #f8c12c;
      margin-right: 20px;
      font-size: 1.2rem; }

.flex {
  display: flex; }

.product-img-slide {
  flex-direction: column; }

.product-images {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }

.multiple-img-list-ver2 {
  position: relative; }
  .multiple-img-list-ver2.slick-vertical .slick-slide {
    border-radius: 10px; }
  .multiple-img-list-ver2.v2 .slick-slide {
    border-radius: 10px; }
  @media (max-width: 1366px) {
    .multiple-img-list-ver2 {
      margin: 0 -4px; } }
  @media (min-width: 1367px) {
    .multiple-img-list-ver2 {
      margin-right: 12px; }
      .multiple-img-list-ver2.v2 {
        margin-right: 0;
        margin-left: 12px; }
      .multiple-img-list-ver2 .img img {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #eaeaea;
        opacity: .5;
        transition: all .3s; }
        .multiple-img-list-ver2 .img img:active {
          opacity: 1; }
      .multiple-img-list-ver2 .slick-slide img {
        display: inline-block; }
      .multiple-img-list-ver2 .product-col .img {
        display: inline-block; } }
  .multiple-img-list-ver2 .product-col {
    float: left;
    width: 33.33333%;
    padding: 0 6px;
    margin-bottom: 10px; }
    .multiple-img-list-ver2 .product-col.v2 {
      margin-bottom: 14px; }
    @media (max-width: 1366px) {
      .multiple-img-list-ver2 .product-col {
        margin-top: 30px;
        width: 108px;
        padding: 0 4px; }
        .multiple-img-list-ver2 .product-col .img img {
          border: 1px solid #eaeaea;
          border-radius: 10px;
          opacity: .5;
          transition: all .3s; } }
  .multiple-img-list-ver2 .slick-current .product-col img {
    opacity: 1; }
.brdrds {
   border-radius: 8px;
  overflow: hidden; 
}
.text-content-section {
  /* with flexbox */
  /* 2 columns by default, hide columns 2 & 3 */
  /* 3 columns at medium size */
  /* 4 columns at large size */ }
  .text-content-section .grid {
    display: flex; }
    .text-content-section .grid-item {
      position: relative;
    border-radius: 8px;
  overflow: hidden; }
  .text-content-section .grid-col {
    flex-grow: 1;
    flex: 1;
    padding: 0 .1em; }
  .text-content-section .content {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    margin-top: 1em;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    display: grid;
    align-items: center;
    justify-content: center; }
    .text-content-section .content h2 {
      margin: .2em .5em;
      font-size: 1em;
      color: inherit; }
  .text-content-section .grid-col--2, .text-content-section .grid-col--3 {
    display: none; }
  @media (min-width: 768px) {
    .text-content-section {
      /* show column 2 */ }
      .text-content-section .grid-col--2 {
        display: block; }
      .text-content-section .grid-col {
        padding: 0 .5em; }
      .text-content-section .content {
        opacity: 0;
        transition: all 2s;
        will-change: opacity, transform; }
      .text-content-section .grid-item:hover {
        cursor: pointer; }
        .text-content-section .grid-item:hover .content {
          opacity: 1;
          transform: translateX(0); } }
  @media (min-width: 1080px) {
    .text-content-section {
      /* show column 3 */ }
      .text-content-section .grid-col--3 {
        display: block; }
      .text-content-section .container {
        width: 80%; }
      .text-content-section h1 {
        margin: 5em 0; } }
  .text-content-section .proj-img-hover {
    position: relative;
    overflow: hidden; }
    .text-content-section .proj-img-hover .proj-title-wrap {
      z-index: 2;
      display: table;
      position: absolute;
      width: 100%;
      height: 100%; }
      .text-content-section .proj-img-hover .proj-title-wrap .proj-title {
        opacity: 0;
        font-size: 16px;
        z-index: 2;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        color: #fff; }
        .text-content-section .proj-img-hover .proj-title-wrap .proj-title:hover {
          opacity: 1; }
    .text-content-section .proj-img-hover .proj-overlay {
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      background: #eee;
      opacity: 0; }
      .text-content-section .proj-img-hover .proj-overlay:hover {
        opacity: .8; }
    .text-content-section .proj-img-hover:hover {
      box-shadow: 5px 25px 15px 0px rgba(0, 0, 0, 0.1); }
    .text-content-section .proj-img-hover img:hover {
      transform: scale(1.1); }
  .text-content-section .gallery {
    position: relative;
    width: 100%; }
    .text-content-section .gallery .item {
      display: flex;
      flex-wrap: wrap;
      align-content: center; }
      .text-content-section .gallery .item__tab2 .item__content-caption {
        font-size: .75rem;
        font-weight: 400;
        padding: .5rem;
        bottom: 3rem; }
      .text-content-section .gallery .item__content {
        margin-bottom: 30px;
        text-align: center; }
        .text-content-section .gallery .item__content:hover .item__content-caption {
          opacity: 1; }
        .text-content-section .gallery .item__content-caption {
          position: relative;
          bottom: 2.4rem;
          text-align: center;
          color: #f7f7f7;
          font-size: .75rem;
          font-weight: 300;
          padding: 1rem;
          background: rgba(0, 0, 0, 0.5);
          opacity: 0;
          transition: all 1s; }
      .text-content-section .gallery .item img {
        transition: all 1s;
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
           object-fit: cover;
        overflow: hidden; }
        .text-content-section .gallery .item img:hover {
          transform: scale(1.1); }
    @media (max-width: 991.98px) {
      .text-content-section .gallery .item {
        margin: 1rem; }
        .text-content-section .gallery .item__content-caption {
          opacity: 1;
          background: none; } }
  .text-content-section .cert-dnv .lightbox {
    position: unset; }
  .text-content-section .next {
    right: 100px; }
  .text-content-section .item_group {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 3.125rem; }
    .text-content-section .item_group::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
      opacity: 0;
      z-index: 1;
      transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) !important; }
    .text-content-section .item_group:hover::before {
      opacity: 1; }
    .text-content-section .item_group-image {
      overflow: hidden; }
      .text-content-section .item_group-image img {
        width: 100%;
        height: 250px;
        -o-object-fit: cover;
           object-fit: cover;
        transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
        transform: scale3d(1, 1, 1) !important; }
    .text-content-section .item_group-context {
      position: absolute;
      bottom: 10px;
      left: 10px;
      z-index: 2;
      opacity: 0;
      transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) !important; }
      .text-content-section .item_group-context h6 {
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 8px; }
      .text-content-section .item_group-context p {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 0; }
    .text-content-section .item_group:hover .item_group-context {
      bottom: 30px;
      opacity: 1; }

.cta-link a {
  color: #2c3e50;
  border-bottom: 2px solid #f8c12c; }
  .cta-link a:hover {
    color: #f8c12c;
    padding: 10px;
    background-color: #2c3e50; }

.cta-link2 {
  color: #ffffff; }
  .cta-link2 a {
    color: #2c3e50; }
    .cta-link2 a:hover {
      color: #f8c12c;
      padding: 10px;
      background-color: #2c3e50; }

.cta-link3 {
  color: #ffffff; }
  .cta-link3 a {
    color: #f8c12c; }
    .cta-link3 a:hover {
      color: #2c3e50;
      padding: 10px;
      background-color: #f8c12c; }

.cert-gallery .img-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.cert-gallery .lightbox {
  position: unset; }

.md-text--title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px; }

.all-caps {
  text-transform: uppercase; }

.qms__heading {
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  color: #222222;
  top: 10rem;
  right: 1.5rem;
  width: 90%; }
  .qms__heading-span {
    padding: .1rem .7rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: linear-gradient(to right bottom, #f8c12c, rgba(44, 62, 80, 0.9)); }

.dropcap {
  background-color: #2c3e50;
  padding: .4rem 1rem;
  font-size: 3rem;
  color: #f8c12c;
  border-radius: 10px;
  margin-right: .5rem; }

.dropcap-sm {
  background-color: #2c3e50;
  padding: .05rem .5rem;
  font-size: 1.5rem;
  color: #f8c12c;
  border-radius: 5px;
  margin-right: .25rem; }

.italic {
  font-style: italic;
  color: #23222f; }

.underlined {
  text-decoration: underline; }

.color-dark {
  color: #23222f; }

.heading__subtitle--md {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #f8c12c;
  display: inline-block;
  margin-bottom: 12px; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .small-screen {
    padding: 2rem; }
  .mt-top-sm {
    margin-top: 0 !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small-screen {
    padding: 2rem; }
  .mt-top-sm {
    margin-top: 0 !important; } }

.sds__table {
  border: 1px solid #2c3e50; }
  .sds__table .table__heading {
    background-color: #2c3e50; }
    .sds__table .table__heading--title {
      padding: 1rem;
      display: inline-block; }
      .sds__table .table__heading--title h5 {
        margin-bottom: 0;
        color: #f7f7f7; }
      .sds__table .table__heading--title i {
        color: #f8c12c;
        font-size: 2rem;
        margin-right: .5rem; }
  .sds__table .table {
    margin-bottom: 0; }
    .sds__table .table td, .sds__table .table th {
      vertical-align: middle;
      padding: .5rem .8rem;
      text-align: center; }
    .sds__table .table .text-left {
      text-align: left; }
    .sds__table .table .btn-sds {
      color: #ffffff;
      font-weight: 400;
      background-color: #2c3e50;
      width: 100px;
      height: 30px;
      text-align: center;
      line-height: 1.8rem; }
      .sds__table .table .btn-sds:hover {
        color: #2c3e50;
        background-color: #f8c12c; }

.lease-iso .lead {
  color: #2c3e50; }

.lease-iso img {
  width: 95%;
  height: 100%;
  animation: moveInRight 2s ease-in; }

.lease-tank .lead {
  color: #2c3e50; }

.sale {
  background-color: #262730;
  color: #ffffff;
  padding: 100px; }
  .sale .lead {
    line-height: 1.5; }

.branch {
  padding-top: 0; }
  .branch .branches {
    display: flex;
    justify-content: center; }

.contact__item {
  background-color: rgba(34, 34, 34, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  color: #f7f7f7; }
  .contact__item--left {
    width: 40%;
    border-right: 2px #f8c12c solid; }
    .contact__item--left h4 {
      color: #f7f7f7;
      font-size: 1rem;
      font-weight: 400; }
  .contact__item--right {
    width: 60%;
    text-align: left;
    padding: 0 2rem; }
    .contact__item--right li {
      color: #f7f7f7; }
    .contact__item--right a {
      color: #f7f7f7; }
      .contact__item--right a:hover {
        color: #f8c12c; }

.contact__ho {
  background-color: #2c3e50;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  margin-bottom: 20px;
  color: #9b9b9b; }
  .contact__ho--left {
    width: 50%;
    padding: 0 2rem;
    border-right: 2px #f8c12c solid; }
    .contact__ho--left li {
      font-size: 1.2rem;
      text-align: right; }
    .contact__ho--left span {
      font-size: 1.4rem;
      color: #f8c12c; }
  .contact__ho--right {
    width: 50%;
    padding: 0 2rem; }
    .contact__ho--right li {
      font-size: 1.2rem;
      text-align: left; }

.map iframe {
  height: 500px;
  width: 100%;
  border: none; }

.branch-row {
  margin-top: 1.5rem; }

.branch-col {
  margin-top: 50px;
  padding: 0 10px; }
  .branch-col h6 {
    color: #f7f7f7; }
  .branch-col .branch-item {
    padding: 40px 20px;
    position: relative; }
    .branch-col .branch-item li {
      padding: 10px 5px; }
      .branch-col .branch-item li i {
        margin-right: .5rem;
        color: #f8c12c;
        font-size: 1.1rem; }
    .branch-col .branch-item a {
      margin-top: 1.5rem;
      left: -15px;
      color: #9b9b9b; }
    .branch-col .branch-item:before {
      content: '';
      position: absolute;
      width: 95%;
      height: 95%;
      left: 50%;
      top: 50%;
      opacity: 0;
      margin-top: 40px;
      transform: translate(-50%, -50%);
      border: 5px solid #f8c12c;
      transition: .4s ease-in-out;
      pointer-events: none; }
    .branch-col .branch-item:hover {
      scale: 1.1;
      transition: .4s ease-in-out; }
      .branch-col .branch-item:hover:before {
        margin-top: 0;
        opacity: 1; }
  .branch-col:nth-child(2), .branch-col:nth-child(4) {
    margin-top: 0; }

#map {
  padding-top: 0;
  padding-bottom: 100px; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #map {
    height: 100%;
    padding-bottom: 20px !important; } }

.profile__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  transition: all 0.4s ease; }
  .profile__card:hover {
    transform: translateY(-10px); }
  .profile__card .bg-soft-purple {
    color: #222222;
    flex: 1 1 auto; }
  .profile__card .media {
    display: flex; }
    .profile__card .media .rounded-circle {
      border-radius: 50% !important; }
    .profile__card .media .thumb {
      height: 60px;
      width: 60px;
      font-size: 20px;
      font-weight: 700; }
  .profile__card .media-body {
    flex: 1; }
    .profile__card .media-body h5 {
      color: #f8c12c;
      font-size: 1.2rem; }
  .profile__card--body {
    flex: 1 1 auto;
    padding: 1.25rem; }
    .profile__card--body h6 {
      color: #9b9b9b;
      font-size: 1rem; }
    .profile__card--body li {
      padding: 5px 10px; }
      .profile__card--body li i {
        color: #2c3e50;
        margin-right: 1rem; }
  .profile__card .profile__dept h6 {
    color: #9b9b9b;
    font-size: 1rem; }
  .profile__card .pd-sm {
    padding: .5rem !important; }

.contact_area {
  position: relative;
  background: linear-gradient(rgba(245, 245, 249, 0.55), rgba(245, 245, 249, 0.55)), url(../../assets/images/contact/bg-map.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 115px;
  padding-bottom: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2; }
  .contact_area .contact_text h6 {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #f8c12c;
    display: inline-block;
    margin-bottom: 12px; }
  .contact_area .contact_text h2 {
    margin-bottom: 18px; }
  .contact_area.soc_contact {
    background: linear-gradient(rgba(245, 245, 249, 0.55), rgba(245, 245, 249, 0.55)), url(../../assets/images/contact/bg-map.jpg); }
  .contact_area .contact_box {
    margin: 0px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 10px 40px 0px rgba(51, 48, 78, 0.15);
    text-align: left;
    margin-bottom: -150px;
    margin-top: 40px; }
    .contact_area .contact_box .contact_features {
      background: #476481;
      padding: 40px;
      overflow: hidden;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      position: relative;
      z-index: 1; }
      .contact_area .contact_box .contact_features h2 {
        color: #fff;
        font-size: 36px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 25px; }
      .contact_area .contact_box .contact_features p {
        color: #ffffff; }
      .contact_area .contact_box .contact_features .contact_features_item {
        margin-top: 50px; }
        .contact_area .contact_box .contact_features .contact_features_item i {
          font-size: 42px;
          color: #f8c12c;
          margin-right: 20px; }
        .contact_area .contact_box .contact_features .contact_features_item h6 {
          color: #f8c12c;
          font-size: 21px;
          margin-bottom: 0; }
        .contact_area .contact_box .contact_features .contact_features_item p {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 24px; }

.appoinment_form {
  padding: 40px 25px 16px; }
  .appoinment_form .form-group {
    position: relative;
    padding-top: 15px;
    margin-bottom: 23px; }
  .appoinment_form .form-control {
    border-radius: 0px;
    box-shadow: none;
    font-weight: 500;
    font-size: 16px;
    border: 0px;
    border-bottom: 2px solid #58547e;
    position: relative;
    z-index: 1;
    width: 100%;
    background: transparent; }
    .appoinment_form .form-control.placeholder {
      color: #58547e; }
    .appoinment_form .form-control:-moz-placeholder {
      color: #58547e; }
    .appoinment_form .form-control::-moz-placeholder {
      color: #58547e; }
    .appoinment_form .form-control::-webkit-input-placeholder {
      color: #58547e; }
    .appoinment_form .form-control:focus, .appoinment_form .form-control.animated {
      font-weight: 700; }
      .appoinment_form .form-control:focus + label, .appoinment_form .form-control.animated + label {
        top: 0px;
        font-size: 11px;
        color: #78749e; }
      .appoinment_form .form-control:focus + div + label, .appoinment_form .form-control.animated + div + label {
        top: 0px;
        font-size: 11px;
        color: #78749e; }
  .appoinment_form textarea.form-control {
    height: 170px; }
  .appoinment_form label {
    font-weight: 500;
    font-size: 16px;
    color: #58547e;
    position: absolute;
    top: 20px;
    line-height: 16px;
    left: 12px;
    margin-bottom: 0;
    transition: all 0.2s linear;
    cursor: pointer; }
    .appoinment_form label i {
      margin-right: 8px; }
  .appoinment_form .input-group {
    padding-top: 0;
    height: 55px; }
    .appoinment_form .input-group input {
      position: absolute;
      bottom: 0; }
      .appoinment_form .input-group input.animated {
        background: #fff; }
    .appoinment_form .input-group .input-group-text {
      padding: 0px 0px 0px 12px;
      background: transparent;
      font-size: 16px;
      border: 0px; }
    .appoinment_form .input-group .text_div {
      position: absolute;
      padding-left: 38px;
      width: 100%;
      font-size: 16px;
      line-height: 58px;
      height: 100%;
      color: #58547e;
      font-weight: 500;
      top: 0; }
      .appoinment_form .input-group .text_div:before {
        content: "\ec3a";
        font-family: "Linearicons";
        font-size: 12px;
        position: absolute;
        right: 12px;
        top: 2px; }
  .appoinment_form .select_conversation_inner {
    padding-top: 0px; }
    .appoinment_form .select_conversation_inner h6 {
      font-size: 14px;
      font-weight: 500;
      color: #58547e;
      margin-bottom: 10px; }
  .appoinment_form .select_conversation {
    display: inline-block; }
    .appoinment_form .select_conversation input[type="radio"] {
      width: 0px;
      visibility: hidden;
      display: none; }
      .appoinment_form .select_conversation input[type="radio"]:checked + label {
        color: #2c3e50; }
        .appoinment_form .select_conversation input[type="radio"]:checked + label:before {
          transform: scale(1); }
        .appoinment_form .select_conversation input[type="radio"]:checked + label:after {
          border-color: #2c3e50; }
    .appoinment_form .select_conversation label {
      position: relative;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 500;
      color: #58547e;
      padding-left: 25px;
      top: 0;
      left: 0; }
      .appoinment_form .select_conversation label:before {
        content: "";
        height: 7px;
        width: 7px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 4px;
        background: #2c3e50;
        margin-top: -4px;
        transform: scale(0);
        transition: all 0.2s linear; }
      .appoinment_form .select_conversation label:after {
        content: "";
        display: table-caption;
        width: 15px;
        height: 15px;
        left: 0;
        top: 0;
        border: 1px solid #58547e;
        position: absolute;
        border-radius: 50%;
        transition: 240ms; }
    .appoinment_form .select_conversation + .select_conversation {
      margin-left: 28px; }
  .appoinment_form .checkbox_field {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .appoinment_form .checkbox_field .checkbox {
      position: relative; }
      .appoinment_form .checkbox_field .checkbox label {
        position: relative;
        top: 0;
        left: 0;
        font-size: 14px;
        font-weight: 500;
        color: #58547e;
        padding-left: 34px;
        line-height: 24px; }
        .appoinment_form .checkbox_field .checkbox label span {
          font-weight: 700; }
        .appoinment_form .checkbox_field .checkbox label:before {
          content: "";
          width: 24px;
          height: 24px;
          border-radius: 4px;
          background: #58547e;
          position: absolute;
          left: 0;
          top: 0px; }
        .appoinment_form .checkbox_field .checkbox label:after {
          content: "";
          background: url("../../assets/images/checked-icon.png") no-repeat center center;
          position: absolute;
          left: 6px;
          width: 12px;
          height: 10px;
          top: 7px;
          color: #2c3e50;
          transform: scale(0);
          transition: all 0.2s linear; }
    .appoinment_form .checkbox_field input[type="checkbox"] {
      width: 0px;
      visibility: hidden;
      display: none; }
      .appoinment_form .checkbox_field input[type="checkbox"]:checked + label:after {
        transform: scale(1); }
    .appoinment_form .checkbox_field .green_btn {
      border: 0px;
      font-size: 18px;
      line-height: 45px;
      padding: 0px 37px; }

/*# sourceMappingURL=style.css.map */
