/*!
  Theme Name: Aeen
  Theme URI: https://www.radiustheme.com/demo/html/Aeen
  Author: RadiusTheme
  Author URI: https://www.radiustheme.com/
  Description: Aeen | ........................ Responsive Html5 Template
  Version: 1.0.0
  */
/*----------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  01. Typography
  02. Vendor Custom Style
    2.1 Bootstrap Overwrite
    2.2 Owl Carousel Nav Style
    2.3 Select2 Style
  03. Page Layout
    3.1 Footers
    3.2 Headers
    3.3 Widgets
    3.4 Miscellaneous
      3.4.1 Back To Top
      3.4.2 Buttons
      3.4.3 Global
      3.4.4 Page Loader
      3.4.5 Pagination
      3.4.6 Section Heading
      3.4.7 Template Search
  04. Template Style
    4.1 404
    4.2 About
    4.3 Banner
    4.4 Blog
    4.5 Brand
    4.6 Brand Team
    4.7 Call To Action
    4.8 Case Study
    4.9 Careers
    4.10 Contact
    4.11 Contact Progress
    4.12 Faq
    4.14 Gallery
    4.15 History
    4.16 Map
    4.17 Newsletter
    4.18 Practice
    4.19 Pricing
    4.20 Progress
    4.21 Process
    4.22 Service
    4.23 Skill
    4.24 Team
    4.25 Testimonial
    4.26 Why Choose
  05. Helper Classes
    5.1 Background Style
    5.2 Possition
    5.3 Animation
  --------------------------------------------------------------*/
/*========================================================================
01. Typography
=========================================================================*/
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .main-content{
    padding-top: 60px;
  }

  .admin-bar .main-content{
    padding-top: 92px;
  }
}

p {
  margin: 0 0 20px 0;
  color: #666666;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: 700;
  color: #000000;
  word-wrap: break-word;
}

/* Default */
div,
span,
a {
  word-wrap: break-word;
}

abbr,
acronym {
  border-bottom: 1px dotted #dfdfdf;
  cursor: help;
}

big {
    font-size: 125%;
}

hr {
  background-color: #dfdfdf;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

mark,
ins {
  background: #fdf8f3;
  text-decoration: none;
}

code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  color: #666666;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}

figure {
    margin: 1em 0;
}

cite {
  font-weight: 600;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

embed, iframe, object {
    max-width: 100%;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px !important;
    line-height: 52px !important;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px !important;
    line-height: 46px !important;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}


@media only screen and (max-width: 991px) {
  h2 {
    font-size: 32px !important;
    line-height: 44px !important;
  }

  .section-heading2 h2, .section-heading h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .section-heading2 h2, .section-heading h2 {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px !important;
    line-height: 38px !important;
  }

  .section-heading2 h2, .section-heading h2 {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}


@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}


@media only screen and (max-width: 767px) {
  h4 {
    font-size: 18px !important;
  }
}


/*========================================================================
02. Vendor Custom Style
=========================================================================*/
/*--------------------------------------
    2.1 Bootstrap Overwrite
---------------------------------------*/
/*--- Grid ---*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.full-width-container .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.gutters-1 {
  padding-left: 14.5px;
  padding-right: 14.5px;
}

.row.gutters-1 > [class^="col-"] {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.row.gutters-2 {
  padding-left: 14px;
  padding-right: 14px;
}

.row.gutters-2 > [class^="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.row.gutters-3 {
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.row.gutters-3 > [class^="col-"] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.row.gutters-4 {
  padding-left: 13px;
  padding-right: 13px;
}

.row.gutters-4 > [class^="col-"] {
  padding-left: 2px;
  padding-right: 2px;
}

.row.gutters-5 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.row.gutters-5 > [class^="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.row.gutters-6 {
  padding-left: 12px;
  padding-right: 12px;
}

.row.gutters-6 > [class^="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.row.gutters-7 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}

.row.gutters-7 > [class^="col-"] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.row.gutters-8 {
  padding-left: 11px;
  padding-right: 11px;
}

.row.gutters-8 > [class^="col-"] {
  padding-left: 4px;
  padding-right: 4px;
}

.row.gutters-9 {
  padding-left: 10.5px;
  padding-right: 10.5px;
}

.row.gutters-9 > [class^="col-"] {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutters-10 > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-11 {
  padding-left: 9.5px;
  padding-right: 9.5px;
}

.row.gutters-11 > [class^="col-"] {
  padding-left: 5.5px;
  padding-right: 5.5px;
}

.row.gutters-12 {
  padding-left: 9px;
  padding-right: 9px;
}

.row.gutters-12 > [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.row.gutters-13 {
  padding-left: 8.5px;
  padding-right: 8.5px;
}

.row.gutters-13 > [class^="col-"] {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.row.gutters-14 {
  padding-left: 8px;
  padding-right: 8px;
}

.row.gutters-14 > [class^="col-"] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-15 > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-20 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 992px) {
  .row.gutters-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gutters-40 > [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.gutters-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 991px) {
  .row.gutters-50 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.gutters-50 > [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-5th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*--- Media Object ---*/
.media-body {
  margin-left: 30px;
}

.media-body.space-xl {
  margin-left: 50px;
}

.media-body.space-lg {
  margin-left: 40px;
}

.media-body.space-md {
  margin-left: 20px;
}

.media-body.space-sm {
  margin-left: 15px;
}

.media-body.space-xs {
  margin-left: 10px;
}

.media-body.media-body-box {
  padding: 20px 20px 20px 30px;
  margin-left: 0;
}

.media-body.media-body-box p {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-xl,
  .media-none-mb .media-body.space-lg,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-xl,
  .media-none-xs .media-body.space-lg,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 30px;
  }
}

/*--------------------------------------
    2.2 Owl Carousel Nav Style
---------------------------------------*/
.nav-control-layout1 .owl-nav {
  margin-top: 0;
}

.nav-control-layout1 .owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: 1px solid #d6d6d6 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent !important;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-control-layout1 .owl-nav button i {
  font-size: 20px;
  color: #01103f;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-control-layout1 .owl-nav button:hover {
  background-color: #f2a14b !important;
  border: 1px solid #f2a14b !important;
}

.nav-control-layout1 .owl-nav button:hover i {
  color: #ffffff;
}

.nav-control-layout1 .owl-nav button:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .nav-control-layout1 .owl-nav button {
    height: 55px;
    width: 55px;
  }
  .nav-control-layout1 .owl-nav button i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-control-layout1 .owl-nav button {
    height: 50px;
    width: 50px;
  }
  .nav-control-layout1 .owl-nav button i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-control-layout1 .owl-nav button {
    height: 40px;
    width: 40px;
  }
  .nav-control-layout1 .owl-nav button i {
    font-size: 16px;
  }
}

.nav-control-layout1 .owl-nav .owl-prev {
  left: 15px;
}

.nav-control-layout1 .owl-nav .owl-next {
  right: 15px;
}

.nav-control-layout1:hover button {
  opacity: 1;
  backface-visibility: visible;
}

.nav-control-layout1:hover .owl-prev {
  left: -50px;
}

@media only screen and (max-width: 1199px) {
  .nav-control-layout1:hover .owl-prev {
    left: 0;
  }
}

.nav-control-layout1:hover .owl-next {
  right: -50px;
}

@media only screen and (max-width: 1199px) {
  .nav-control-layout1:hover .owl-next {
    right: 0;
  }
}

.nav-control-layout2 .owl-nav {
  margin-top: 0;
}

.nav-control-layout2 .owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: 1px solid #f2a14b !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f2a14b !important;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-control-layout2 .owl-nav button i {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-control-layout2 .owl-nav button:hover {
  background-color: transparent !important;
}

.nav-control-layout2 .owl-nav button:hover i {
  color: #f2a14b;
}

.nav-control-layout2 .owl-nav button:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .nav-control-layout2 .owl-nav button {
    height: 55px;
    width: 55px;
  }
  .nav-control-layout2 .owl-nav button i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-control-layout2 .owl-nav button {
    height: 50px;
    width: 50px;
  }
  .nav-control-layout2 .owl-nav button i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-control-layout2 .owl-nav button {
    height: 40px;
    width: 40px;
  }
  .nav-control-layout2 .owl-nav button i {
    font-size: 16px;
  }
}

.nav-control-layout2 .owl-nav .owl-prev {
  left: 15px;
}

.nav-control-layout2 .owl-nav .owl-next {
  right: 15px;
}

.nav-control-layout2:hover button {
  opacity: 1;
  backface-visibility: visible;
}

.nav-control-layout2:hover .owl-prev {
  left: -50px;
}

@media only screen and (max-width: 1199px) {
  .nav-control-layout2:hover .owl-prev {
    left: 0;
  }
}

.nav-control-layout2:hover .owl-next {
  right: -50px;
}

@media only screen and (max-width: 1199px) {
  .nav-control-layout2:hover .owl-next {
    right: 0;
  }
}

.nav-control-layout3 .owl-nav {
  margin-top: 0;
}

.nav-control-layout3 .owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: 1px solid #01103f !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #01103f !important;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-control-layout3 .owl-nav button i {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-control-layout3 .owl-nav button:hover {
  background-color: transparent !important;
}

.nav-control-layout3 .owl-nav button:hover i {
  color: #01103f;
}

.nav-control-layout3 .owl-nav button:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .nav-control-layout3 .owl-nav button {
    height: 55px;
    width: 55px;
  }
  .nav-control-layout3 .owl-nav button i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-control-layout3 .owl-nav button {
    height: 50px;
    width: 50px;
  }
  .nav-control-layout3 .owl-nav button i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-control-layout3 .owl-nav button {
    height: 40px;
    width: 40px;
  }
  .nav-control-layout3 .owl-nav button i {
    font-size: 16px;
  }
}

.nav-control-layout3 .owl-nav .owl-prev {
  left: 15px;
}

.nav-control-layout3 .owl-nav .owl-next {
  right: 15px;
}

.nav-control-layout3:hover button {
  opacity: 1;
  backface-visibility: visible;
}

.nav-control-layout3:hover .owl-prev {
  left: -50px;
}

@media only screen and (max-width: 1199px) {
  .nav-control-layout3:hover .owl-prev {
    left: 0;
  }
}

.nav-control-layout3:hover .owl-next {
  right: -50px;
}

@media only screen and (max-width: 1199px) {
  .nav-control-layout3:hover .owl-next {
    right: 0;
  }
}

.nav-control-layout4 .owl-nav {
  margin-top: 0;
}

.nav-control-layout4 .owl-nav button {
  position: absolute;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  height: 60px;
  width: 60px;
  border-radius: 45px;
  border: 1px solid #ffffff !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff !important;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-control-layout4 .owl-nav button i {
  font-size: 20px;
  color: #f2a14b;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nav-control-layout4 .owl-nav button:hover {
  background-color: transparent !important;
}

.nav-control-layout4 .owl-nav button:hover i {
  color: #ffffff;
}

.nav-control-layout4 .owl-nav button:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .nav-control-layout4 .owl-nav button {
    height: 55px;
    width: 55px;
  }
  .nav-control-layout4 .owl-nav button i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-control-layout4 .owl-nav button {
    height: 50px;
    width: 50px;
  }
  .nav-control-layout4 .owl-nav button i {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-control-layout4 .owl-nav button {
    height: 40px;
    width: 40px;
  }
  .nav-control-layout4 .owl-nav button i {
    font-size: 16px;
  }
}

.nav-control-layout4 .owl-nav .owl-prev {
  left: 15px;
}

.nav-control-layout4 .owl-nav .owl-next {
  right: 15px;
}

.nav-control-layout4:hover button {
  opacity: 1;
  backface-visibility: visible;
}

.nav-control-layout4:hover .owl-prev {
  left: -50px;
}

@media only screen and (max-width: 1199px) {
  .nav-control-layout4:hover .owl-prev {
    left: 0;
  }
}

.nav-control-layout4:hover .owl-next {
  right: -50px;
}

@media only screen and (max-width: 1199px) {
  .nav-control-layout4:hover .owl-next {
    right: 0;
  }
}

.dot-control-layout1 .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.dot-control-layout1 .owl-dots .owl-dot {
  margin: 0 2px;
  padding: 2px !important;
}

.dot-control-layout1 .owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  background-color: #d4d4d7;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dot-control-layout1 .owl-dots .owl-dot:focus {
  outline: none;
}

.dot-control-layout1 .owl-dots .owl-dot.active span {
  background-color: #f2a14b;
}

.owl-custom-nav-layout1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
  .owl-custom-nav-layout1 {
    display: none;
  }
}

.owl-custom-nav-layout1 span {
  cursor: pointer;
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cac6c6;
  font-weight: 900;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.owl-custom-nav-layout1 span:hover {
  color: #f2a14b;
}

/*--------------------------------------
    2.3 Select2 Style
---------------------------------------*/
.select2-container {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

.select2-container ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.select2-container ::-webkit-scrollbar {
  border-radius: 4px;
  width: 14px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #f2a14b;
  border-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: none;
  border-radius: 4px;
}

.select2-search--dropdown {
  padding: 5px;
}

.select2-results {
  background-color: transparent;
  padding: 5px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-results__option {
  font-size: 16px;
  color: #ffffff;
  padding: 10px;
  margin-right: 1px;
}

.select2-container--classic .select2-selection--single {
  border: none;
  background-image: none;
  height: 50px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #ffffff;
  background-color: #f2a14b;
  border-radius: 4px;
  line-height: 1.4;
  padding: 15px 10px 13px 20px;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: none;
  border-radius: 4px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
  background-image: none;
  border-left: 0;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  background-color: transparent;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 7px 6px 0 6px;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 6px 7px 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: 1px solid #ffffff;
}

.select2-container--classic .select2-dropdown {
  background-color: #f2a14b;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff;
  color: #f2a14b;
  border-radius: 4px;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #f2a14b;
}

.select2-container--classic .select2-selection--single:focus {
  border: none;
  border-radius: 4px;
}

/*========================================================================
03. Page Layout
=========================================================================*/
/*--------------------------------------
    3.1 Footers
---------------------------------------*/
footer {
  color: #b0b0b0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

footer a{
  color: #b0b0b0;
}

footer p {
  color: #b0b0b0;
}

.footer-wrap-layout1 {
  background-color: #0e0e0e;
}

.footer-wrap-layout2 {
  background-color: #0e0e0e;
}

.footer-wrap-layout2 .footer-top {
  background-color: #111111;
}

.footer-top {
  padding: 91px 0 47px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .footer-top {
    padding: 90px 0 55px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-top {
    padding: 70px 0 45px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 60px 0 35px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-top {
    padding: 50px 0 25px;
  }
}

.footer-top:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: #111111;
}

.footer-top .footer-logo {
  margin-bottom: 13px;
  margin-top: 7px;
  display: block;
}

.footer-top .footer-logo img {
    max-width: 130px;
}

.footer-top .footer-widgets {
  margin-bottom: 30px;
}

.footer-top .footer-widgets .footer-widget-heading {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-top .footer-widgets .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-top .footer-widgets .footer-social li {
  margin-right: 5px;
}

.footer-top .footer-widgets .footer-social li a {
  color: #cdcccc;
  padding: 5px 10px;
  display: block;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-top .footer-widgets .footer-social li a:before,
.footer-top .footer-widgets .footer-address li a:before{
  content: '';
}

.footer-top .footer-widgets .footer-social li a:hover {
  color: #f2a14b;
}

.footer-top .footer-widgets .footer-social li:first-child a {
  padding: 5px 10px 5px 0;
}


.footer-top .footer-widgets ul li {
  position: relative;
  margin-bottom: 10px;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.footer-top .footer-widgets ul li a::before {
  color: #b0b0b0;
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.footer-top .footer-widgets ul li a {
  padding-left: 15px;
  color: #b0b0b0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-top .footer-widgets ul li a:hover,
.footer-top .footer-widgets ul li a:hover:before {
  color: #f2a14b;
  margin-left: 5px;
}

.footer-top .footer-widgets ul li ul.children,
.footer-top .footer-widgets ul li ul.sub-menu{
  padding-top: 10px;
  padding-left: 15px;
}

.footer-top .footer-widgets.widget_recent_comments ul li a::before,
.footer-top .footer-widgets.widget_rss ul li a::before{
  content: "";
}

.footer-top .footer-widgets.widget_rss ul li a,
.footer-top .footer-widgets.widget_recent_comments ul li a{
  padding-left: 0;
}

.footer-top .footer-widgets.widget_archive ul li,
.footer-top .footer-widgets.widget_categories ul li{
  text-align: right;
}

.footer-top .footer-widgets.widget_archive ul li a,
.footer-top .footer-widgets.widget_categories ul li a{
    float: left;
    padding-left: 15px;
    display: inline-block;
}

.footer-top .footer-widgets.widget_calendar caption{
    caption-side: initial;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 10px 7px;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #f2a14b;
}

.footer-widgets.widget_calendar table td#today{
  color: #f2a14b;
}

.footer-top .footer-widgets .footer-address li {
  font-weight: 500;
  margin-bottom: 22px;
  line-height: 1.5;
}

.footer-top .footer-widgets .footer-address li span {
  display: block;
  font-weight: 400;
}

.footer-top .footer-widgets .footer-address li:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  padding: 20px 0;
}

.footer-bottom .copy-right-text {
  text-align: center;
  margin-bottom: 0;
}

.footer-bottom .copy-right-text a {
  color: #f2a14b;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-bottom .copy-right-text a:hover {
  opacity: 1;
}

/*--------------------------------------
    3.2 Headers
---------------------------------------*/
/*--- Header Common Style ---*/
.temp-logo a {
  display: block;
}

.temp-logo img {
    max-width: 130px;
}

.temp-logo a {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
}

.temp-logo .site-description {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #b5b4b4;
}

.divider1 {
  margin-right: 15px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.divider1:before {
  font-size: 13px;
  content: "";
  position: absolute;
  z-index: 2;
  height: 20px;
  width: 1px;
  background-color: #d7d7d7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.divider4:before {
  background-color: rgb(39, 39, 39, 0.25);
}

.divider2 {
  margin-right: 15px;
  padding-right: 12px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.divider2:before {
  font-size: 13px;
  content: "";
  position: absolute;
  z-index: 2;
  height: 20px;
  width: 1px;
  background-color: #ababab;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-action-items .single-item {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-action-items .search-wrap a {
  padding: 10px 5px;
  line-height: 1;
  display: block;
}

.header-action-items .search-wrap a i:before {
  font-size: 18px;
  font-weight: 600;
  color: #acacac;
}

.header-action-items .minicart-wrap {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  padding-left: 5px;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-action-items .minicart-wrap:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 40px;
  cursor: pointer;
  background-color: transparent;
  left: 0;
  right: 0;
  font-size: 23px;
  top: 0;
}

.header-action-items .minicart-wrap .cart-icon i:before {
  color: #acacac;
}

.header-action-items .minicart-wrap .cart-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 10px;
  border-radius: 50%;
  background-color: #f2a14b;
  color: #ffffff;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-action-items .minicart-wrap:hover .minicart {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  backface-visibility: visible;
}

.header-action-items .minicart {
  position: absolute;
  top: 100%;
  right: 0;
  width: 360px;
  padding: 30px 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-action-items .minicart .cart-items {
  max-height: 260px;
  margin-bottom: 30px;
}

.header-action-items .minicart .cart-items li {
  margin-right: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.header-action-items .minicart .cart-items li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.header-action-items .minicart .cart-items li .item-description {
  margin-left: 20px;
  padding-right: 30px;
}

.header-action-items .minicart .cart-items li .item-description .item-main-title {
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.header-action-items .minicart .cart-items li .item-description .item-sub-title {
  display: block;
  font-weight: 300;
  line-height: 1.3;
  font-size: 14px;
}

.header-action-items .minicart .cart-items li .item-description .item-amount .item-quantity {
  margin-right: 5px;
}

.header-action-items .minicart .cart-items li .item-description .item-amount .item-price {
  margin-left: 5px;
}

.header-action-items .minicart .cart-items li .item-dismiss {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 0;
}

.header-action-items .minicart .cart-items li .item-dismiss a {
  height: 24px;
  width: 24px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #7b858a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-action-items .minicart .cart-items li .item-dismiss a:hover {
  color: #FF0000;
}

.header-action-items .minicart .total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}

.header-action-items .minicart .action-buttons {
  padding: 0 30px;
}

.header-action-items .minicart .action-buttons li {
  margin-right: 0;
  margin-bottom: 10px;
}

.header-action-items .minicart .action-buttons li:last-child {
  margin-bottom: 0;
}

.header-action-items .minicart .action-buttons li a {
  display: block;
  padding: 6px 30px;
  text-align: center;
  border-radius: 4px;
  color: #ffffff;
  background-color: #f2a14b;
  border: 1px solid #f2a14b;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-action-items .minicart .action-buttons li a:hover {
  background-color: transparent;
  color: #f2a14b;
}

.header-action-items .btn-fill {
  padding: 11px 20px;
  font-size: 17px;
  background: transparent;
  color: #f2a14b;
  border: 1px solid;
}

.header-action-items .btn-fill:hover{
  border: 1px solid #f2a14b;
}
.header-action-items .btn-fill:before{
  background-color: #f2a14b;
}

.header-action-items .call-number {
  color: #f2a14b;
  font-size: 22px;
  padding: 5px;
  font-weight: 600;
}

.sticky .header-action-items .minicart-wrap {
  padding-top: 22px;
  padding-bottom: 22px;
}

.sticky .header-action-items .minicart-wrap .cart-quantity {
  top: 15px;
}

/*--- Navbar ---*/
header {
  position: relative;
  z-index: 10;
  left: 0;
  right: 0;
  width: 100%;
}

/* Transparent Header */
.transparent-header header {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  width: 100%;
}

.site-header .menu-layout1 .logo-light{
  display: none;
}

.transparent-header .site-header .logo-light{
  display: table-cell;
}

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

.transparent-header .menu-layout1 {
  background-color: rgba(0, 0, 0, 0.3);
}

.transparent-header .sticky .menu-layout1 {
    background-color: rgba(0, 0, 0, 0.95);
}

.transparent-header .menu-layout1 .template-main-menu > nav > ul > li > a {
    color: #ffffff;
}

.transparent-header .header-action-items .search-wrap a i:before{
  color: #ffffff;
}

/* Transparent Header End */

.admin-bar header {
    margin-top: 32px;
}

nav.template-main-menu > ul > li:hover ul.sub-menu {
  opacity: 1;
  backface-visibility: visible;
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
}


nav.template-main-menu > ul > li > ul > li {
  position: relative;
}

.temp-logo a {
  display: block;
}

.sticky-fixed-before #navbar-wrap,
.sticky-fixed-after #navbar-wrap {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.sticky-fixed-before #navbar-wrap,
.sticky-fixed-after.sticky #navbar-wrap {
  position: absolute;
}

.sticky-header .sticky-fixed-before #navbar-wrap,
.sticky-header .sticky-fixed-after.sticky #navbar-wrap {
  position: fixed;
}

.admin-bar .sticky-fixed-after.sticky #navbar-wrap {
  top: 32px;
}

.transparent-header.sticky .header-menu,
.transparent-navbar.sticky .header-menu {
  background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 1199px) {
  header {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}

.admin-bar .mean-bar{
  margin-top: 32px;
}

.mean-container .mean-bar {
    background: #fff;
    float: none;
    padding-left: 10px;
    position: fixed;
    z-index: 7;
    left: 0;
    right: 0;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 782px) {
  .admin-bar .mean-bar {
      margin-top: 45px;
  }
}

@media screen and (max-width: 600px){
  .admin-bar .nojq {
      position: fixed !important;
  }
}

.mean-container .mean-bar .logo-mobile img {
    max-width: 132px;
}

.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}

.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(222, 222, 222, 0.95);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  position: relative;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.95);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
}

.mean-container .mean-nav > ul {
  overflow-y: scroll;
  height: 100vh;
}

.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}

.mean-container .mean-nav > ul li a {
  font-size: 14px;
  color: #01103f;
  font-weight: 700;
  background-color: #ebebeb;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mean-container .mean-nav > ul li a:hover {
  color: #f2a14b;
}

.mean-container .mean-nav > ul li:hover > a {
  color: #f2a14b;
  background-color: #ffffff;
}

.mean-container .mean-nav > ul li li a {
  color: #01103f !important;
  opacity: 1 !important;
  font-weight: 400 !important;
  padding: 0.5em 10% !important;
}

.mean-container .mean-nav ul li li a {
  font-weight: 600;
  color: #01103f;
}

.mean-container .mean-nav > ul li li a:hover {
  background-color: #ffffff;
}

.mean-container .mean-nav > ul li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 27px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
  top: 3px;
}

.mean-container .mean-nav > ul li a.mean-expand:hover {
  background-color: transparent;
}

.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 5px;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  padding: 16px 14px 12px;
}

.mean-container #wrapper {
  padding-top: 50px;
}

@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none !important;
  }
}

.menu-layout1 {
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-layout1 nav.template-main-menu > ul > li > a {
  color: #000000;
  padding: 42px 13px;
  font-weight: 600;
}

.menu-layout1 nav.template-main-menu > ul > li > a:hover {
  color: #f2a14b;
}

@media only screen and (max-width: 1199px) {
  .menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 42px 10px;
  }
}

.menu-layout1 nav.template-main-menu > ul > li:first-child > a {
  padding: 42px 20px 42px 0;
}

.menu-layout1 nav.template-main-menu > ul > li:first-child > a:before {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.menu-layout1 nav.template-main-menu > ul > li:first-child > a:hover:before {
  width: calc(100% - 20px);
}

@media only screen and (max-width: 1199px) {
  .menu-layout1 nav.template-main-menu > ul > li:first-child > a {
    padding: 42px 10px 42px 0;
  }
}

.menu-layout1 nav.template-main-menu > ul > li ul.sub-menu {
  border-top: 0;
}

.menu-layout1 nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  border-top: 0;
}

.menu-layout1 nav.template-main-menu > ul > li .template-mega-menu {
  border-top: 0;
}

.sticky .menu-layout1 {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.sticky .menu-layout1 nav.template-main-menu > ul > li > a {
  padding: 28px 13px;
}

.menu-layout1 .template-main-menu > nav > ul > li ul > li a:hover:before,
.menu-layout2 .template-main-menu > nav > ul > li ul > li a:hover:before{
    width: 100%;
}

.menu-layout1 .template-main-menu > nav > ul > li ul > li a:hover,
.menu-layout2 .template-main-menu > nav > ul > li ul > li a:hover{
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .sticky .menu-layout1 nav.template-main-menu > ul > li > a {
    padding: 28px 10px;
  }
}

.sticky .menu-layout1 nav.template-main-menu > ul > li:first-child > a {
  padding: 28px 20px 28px 0;
}

@media only screen and (max-width: 1199px) {
  .sticky .menu-layout1 nav.template-main-menu > ul > li:first-child > a {
    padding: 28px 10px 28px 0;
  }
}

.menu-layout2 {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .menu-layout2 {
    padding: 0 60px;
  }
}

.menu-layout2 nav.template-main-menu > ul > li > a {
  color: #ffffff;
  padding: 42px 20px;
  font-weight: 600;
}

.menu-layout2 nav.template-main-menu > ul > li > a:hover {
  color: #f2a14b;
}

@media only screen and (max-width: 1199px) {
  .menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 42px 10px;
  }
}

.menu-layout2 nav.template-main-menu > ul > li:first-child > a {
  padding: 42px 20px 42px 0;
}

.menu-layout2 nav.template-main-menu > ul > li:first-child > a:before {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.menu-layout2 nav.template-main-menu > ul > li:first-child > a:hover:before {
  width: calc(100% - 20px);
}

@media only screen and (max-width: 1199px) {
  .menu-layout2 nav.template-main-menu > ul > li:first-child > a {
    padding: 42px 10px 42px 0;
  }
}

.menu-layout2 nav.template-main-menu > ul > li ul.sub-menu {
  border-top: 0;
}

.menu-layout2 nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
  border-top: 0;
}

.menu-layout2 nav.template-main-menu > ul > li .template-mega-menu {
  border-top: 0;
}

.sticky .menu-layout2 {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.95);
}

.sticky .menu-layout2 nav.template-main-menu > ul > li > a {
  padding: 28px 20px;
}

@media only screen and (max-width: 1199px) {
  .sticky .menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 28px 10px;
  }
}

.sticky .menu-layout2 nav.template-main-menu > ul > li:first-child > a {
  padding: 28px 20px 28px 0;
}

@media only screen and (max-width: 1199px) {
  .sticky .menu-layout2 nav.template-main-menu > ul > li:first-child > a {
    padding: 28px 10px 28px 0;
  }
}

/*--- Topbar ---*/
#topbar-wrap {
  position: relative;
  z-index: 9;
}

.topbar-layout1 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  min-height: 50px;
  display: flex;
  align-items: center;
  margin: auto;
  z-index: 100;
  background-color: #1b3452;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topbar-layout1 .header-address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-layout1 .header-address-info .single-item,
.header-address-info a {
  color: #ececec;
  margin-right: 20px;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topbar-layout1 .header-address-info .single-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 50%;
  width: 1px;
  background-color: #989898;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.header-address-info .single-item i{
  margin-right: 10px;
  color: #f2a14b;
}

.topbar-layout1 .header-address-info .single-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.topbar-layout1 .header-address-info .single-item:last-child:before {
  display: none;
}

.topbar-layout1 .header-social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-layout1 .header-social-info .single-item {
  margin-right: 10px;
}

.topbar-layout1 .header-social-info .single-item:last-child {
  margin-right: 0;
}

.topbar-layout1 .header-social-info .single-item a {
  color: #ececec;
  display: block;
  font-size: 14px;
  padding: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topbar-layout1 .header-social-info .single-item a:hover {
  color: #f2a14b;
}

.topbar-layout2 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  min-height: 50px;
  margin: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  background-color: #131723;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .topbar-layout2 {
    padding: 0 60px;
  }
}

.topbar-layout2 .header-address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-layout2 .header-address-info .single-item {
  color: #c6c6c6;
  margin-right: 20px;
  position: relative;
  font-size: 15px;
}

.topbar-layout2 .header-address-info .single-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 50%;
  width: 1px;
  background-color: #989898;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.topbar-layout2 .header-address-info .single-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.topbar-layout2 .header-address-info .single-item:last-child:before {
  display: none;
}

.topbar-layout2 .header-social-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-layout2 .header-social-info .single-item {
  margin-right: 10px;
}

.topbar-layout2 .header-social-info .single-item:last-child {
  margin-right: 0;
}

.topbar-layout2 .header-social-info .single-item a {
  color: #cacaca;
  display: block;
  font-size: 15px;
  padding: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.topbar-layout2 .header-social-info .single-item a:hover {
  color: #f2a14b;
}

/*--------------------------------------
    3.3 Widgets
---------------------------------------*/
/*--- Widget Common Style ---*/
.template-sidebar {
  margin-bottom: 30px;
}

.template-sidebar .widget {
  margin-bottom: 50px;
  border-radius: 4px;
  overflow: hidden;
}
.template-sidebar .widget .item-heading{
  background: transparent;
}
.widget_aeen_practice_post h3.item-heading {
    margin-bottom: 24px;
}

.template-sidebar .widget:last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 575px) {
  .template-sidebar {
    margin-top: 20px;
  }
}

.widget-section-heading {
  display: inline-block;
}

.widget-section-heading.heading-dark .item-heading {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

.widget-section-heading.heading-light .item-heading {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .template-sidebar {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .template-sidebar {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .template-sidebar {
    margin-top: 20px;
  }
}

.widget-shadow {
  -webkit-box-shadow: 0 0 146px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 146px 0 rgba(0, 0, 0, 0.05);
}

/*--- Widget Apply ---*/
.widget-apply .item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.widget-apply .sub-title {
  font-weight: 500;
  font-size: 22px;
  color: #9b9a99;
  display: block;
  margin-bottom: 30px;
}

.widget-apply .btn-fill {
  width: 100%;
}

/*--- Widget Categories ---*/
.widget-category ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

.widget-category ul li:last-child {
  margin-bottom: 0;
}

.widget-category ul li a {
  line-height: 35px;
  display: block;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-category ul li a:hover {
  color: #f2a14b;
}

.template-sidebar .widget ul li{
    line-height: 1.6;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 13px;
    padding: 0 0 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.template-sidebar .widget ul.children{
  margin-bottom: 0;
}

.template-sidebar .widget ul li:hover{
  color: #f2a14b;
}

.template-sidebar .widget_rss ul li:hover{
  color: #666666;
}

.template-sidebar .widget.widget_categories ul li,
.template-sidebar .widget.widget_archive ul li {
    float: left;
    width: 100%;
    text-align: right;
    display: inline-block;
}

.template-sidebar .widget.widget_categories ul li a,
.template-sidebar .widget.widget_archive ul li a {
    float: left;

}

.template-sidebar .widget.widget_categories ul li a:before,
.template-sidebar .widget.widget_archive ul li a:before {
    top: 4px;
}

.template-sidebar .widget ul li a {
    position: relative;
    padding-left: 15px;
    color: #666666;
    -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.template-sidebar ul li a:before {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 13px;
    display: inline-block;
}

.template-sidebar ul.aeen-recent-post li.single-item{
  border: none;
}

.template-sidebar ul.aeen-recent-post li a:before{
  content: "";
}

.template-sidebar ul.aeen-recent-post li a{
  padding-left: 0;
}

.template-sidebar ul.aeen-recent-post li.single-item{
  padding-bottom: 15px;
}

ul.widget-recent-post h5 a::before {
    top: -1px;
}

.template-sidebar ul li a:hover:before,
.template-sidebar ul li a:hover{
  color: #f2a14b;
}

.template-sidebar .widget_recent_comments ul li.recentcomments span > a:before,
.template-sidebar .widget_recent_comments ul li.recentcomments a:before{
  content: "";
  padding: 0;
}

.template-sidebar .widget_recent_comments ul li.recentcomments span > a:before{
  content: "\f054";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  position: absolute;
  left: 0;
  font-size: 13px;
  display: inline-block;
  top: 2px;
}

.template-sidebar .widget_recent_comments ul li.recentcomments span > a{
  padding-left: 15px !important;
}

.template-sidebar .widget_recent_comments ul li.recentcomments > a {
    padding-left: 0;
}

.template-sidebar .widget.widget_rss ul li a{
  padding-left: 0;
  font-weight: 600;
}

.template-sidebar .widget.widget_rss ul li a:before{
  content: "";
  padding: 0;
}

.widget select {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 14px 12px;
    width: 100%;
    outline: none;
}

.template-sidebar .widget_calendar table{
    margin: 0;
    width: 100%;
    text-align: center;
}

.template-sidebar .widget ul li a:hover {
  color: #f2a14b;
}

.template-sidebar .widget-section-heading {
    margin-bottom: 10px;
}

.template-sidebar ul > li:last-child,
.widget.widget_categories ul li:last-child{
  margin: 0;
  padding: 0;
  border: none;
}

.template-sidebar .widget ul li ul{
    border-top: 1px solid #dfdfdf;
    margin-top: 13px;
    padding-top: 13px;
}

.template-sidebar .widget_calendar caption {
    caption-side: initial;
    text-align: center;
    font-weight: 500;
    color: #fff;
    padding: 10px 7px;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #f2a14b;
}

/*--- Widget Tags ---*/
.widget-newsletter-subscribe-dark {
  background-color: #121c2e;
  padding: 32px 35px 25px 35px;
}

.widget-newsletter-subscribe-dark h3 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
}

.widget-newsletter-subscribe-dark p {
  color: #fff;
  line-height: 1.5;
}

.widget-newsletter-subscribe-dark .newsletter-subscribe-form .form-group {
  border-radius: 0;
}

.widget-newsletter-subscribe-dark .newsletter-subscribe-form .form-group input {
  color: #111;
  background-color: #fff;
  padding: 5px 20px;
  height: 50px;
  font-size: 16px;
  border: none;
  border-radius: 0;
}

.widget-newsletter-subscribe-dark .newsletter-subscribe-form input:focus {
  outline-width: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

.widget-newsletter-subscribe-dark .newsletter-subscribe-form input::-webkit-input-placeholder {
  color: #666666;
  font-weight: 300;
}

.widget-newsletter-subscribe-dark .newsletter-subscribe-form input::-moz-placeholder {
  color: #666666;
  font-weight: 300;
}

.widget-newsletter-subscribe-dark .newsletter-subscribe-form input:-ms-input-placeholder {
  color: #666666;
  font-weight: 300;
}

.widget-newsletter-subscribe-dark .newsletter-subscribe-form .item-btn {
  background-color: #f2a14b;
  padding: 13px 15px 11px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f2a14b;
  border-radius: 0;
  color: #fff;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-newsletter-subscribe-dark .newsletter-subscribe-form .item-btn:hover {
  background-color: rgba(242, 161, 75, 0.9);
}

.widget-newsletter-subscribe-dark .newsletter-subscribe-form .item-btn:focus {
  outline-width: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 575px) {
  .widget-newsletter-subscribe-dark {
    padding: 32px 15px 25px 15px;
  }
}

/* Newsletter Extra CSS */
#rt-mc4wp .form-group {
  border-radius: 0;
}

#rt-mc4wp .form-group input {
  color: #111;
  background-color: #fff;
  padding: 5px 20px;
  height: 50px;
  font-size: 16px;
  border: none;
  border-radius: 0;
}

#rt-mc4wp input:focus {
  outline-width: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}

#rt-mc4wp input::-webkit-input-placeholder {
  color: #666666;
  font-weight: 300;
}

#rt-mc4wp input::-moz-placeholder {
  color: #666666;
  font-weight: 300;
}

#rt-mc4wp input:-ms-input-placeholder {
  color: #666666;
  font-weight: 300;
}

#rt-mc4wp .item-btn {
  background-color: #f2a14b;
  padding: 13px 15px 11px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f2a14b;
  border-radius: 0;
  color: #fff;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
}

#rt-mc4wp .item-btn:hover {
  background-color: rgba(242, 161, 75, 0.9);
}

#rt-mc4wp .item-btn:focus {
  outline-width: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--- Widget Practice ---*/
.widget-practice{
  margin-top: -9px;
}
.widget-practice .item-heading{
  background: transparent;
}
.template-sidebar .widget-practice ul li {
    border: none;
    margin: 0 0 7px;
    padding: 0 0 7px;
}

ul.widget-practice li {
  margin-bottom: 15px !important;
  padding-left: 2px !important;
  position: relative;
  z-index: 1;
}

ul.widget-practice li:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 48px;
  background-color: #f2a14b;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

ul.widget-practice li:last-child {
  margin-bottom: 0;
}

ul.widget-practice li a {
  color: #666666;
  font-size: 18px;
  padding: 10px 25px 10px 15px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid #e2e0e0;
}

ul.widget-practice li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  background-color: #f2a14b;
  left: inherit;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.template-sidebar ul.widget-practice li a:hover {
  color: #fff;
}

ul.widget-practice li a:hover:before {
  left: 0;
  right: inherit;
  width: 100%;
}

.template-sidebar .widget.widget-practice {
    border-radius: 0px;
}

/*--- Widget Recent Post ---*/
.widget-recent-post .single-item {
  margin-bottom: 20px;
}

ul.widget-recent-post.aeen-recent-post {
    padding-top: 5px;
}

.template-sidebar ul.aeen-recent-post li.single-item:last-child {
    padding-bottom: 0;
}

.widget-recent-post .single-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget-recent-post .single-item .post-date {
  font-weight: 500;
  color: #7e7e7e;
  margin-bottom: 5px;
  font-size: 14px;
}

.widget-recent-post .single-item .post-date i {
  color: #f2a14b;
  margin-right: 5px;
}

.widget-recent-post .single-item .entry-title {
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.widget-recent-post .single-item .entry-title h5 {
    line-height: 24px;
}

.widget-recent-post .single-item .entry-title a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 16px;
}

.widget-recent-post .single-item .entry-title a:hover {
  color: #f2a14b;
}

.template-sidebar ul.aeen-recent-post li a:before{
  content: "";
}

.template-sidebar ul.aeen-recent-post li a{
  padding-left: 0;
}

.template-sidebar ul.aeen-recent-post .entry-meta{
  display: flex;
}

.template-sidebar ul.aeen-recent-post .left-box {
    max-width: 75px;
    width: 100%;
    margin-right: 15px;
}

.template-sidebar ul.aeen-recent-post li.single-item{
  padding-bottom: 18px;
  display: flex;
}

/*--- Widget Search ---*/
.blog-wrap-layout3 .search-page-content{
  margin-bottom: 40px;
}

.widget-search .stylish-input-group {
  background: #ffffff;
  border: 1px solid #dfdfdf;
  height: 55px;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-search .stylish-input-group .form-control,
.single-blog-box1 .wp-block-search .wp-block-search__input,
form.post-password-form input[type="password"] {
  padding: 10px 10px 10px 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: #ffffff;
  color: #1c1b1b;
  font-size: 16px;
  height: 100%;
}

.widget-search .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
}

.widget-search .stylish-input-group .input-group-addon button {
  padding: 10px 20px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-search .stylish-input-group .input-group-addon button i {
  color: #a2a0a0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-search .stylish-input-group .input-group-addon button:hover i {
  color: #f2a14b;
}

.widget-search .stylish-input-group .input-group-addon button:focus {
  outline: none;
}

.widget-search .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #a2a0a0;
  font-size: 16px;
}

.widget-search .stylish-input-group input.form-control::-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #a2a0a0;
  font-size: 16px;
}

.widget-search .stylish-input-group input.form-control:-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #a2a0a0;
  font-size: 16px;
}

.widget-search .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #a2a0a0;
  font-size: 16px;
}

/*--- Widget Newsletter ---*/
.social .item-heading {
    background: transparent;
}
.widget-social {
  background-color: #fff;
}

.widget-social .single-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 13px;
}

.widget-social .single-item a {
  color: #9b9b9b;
  height: 45px;
  width: 45px;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.template-sidebar .widget.widget-padding{
  padding: 35px 40px;
}

.template-sidebar ul.widget-social li{
  border:none;
  margin-right: 5px;
}

.template-sidebar ul.widget-social li a:before {
    content: "";
}

.template-sidebar ul.widget-social li a {
    padding-left: 0;
}

.widget-social .single-item a:hover {
  color: #fff;
}

.widget-social .facebook a:hover {
  background-color: #3B5998;
}

.widget-social .twitter a:hover {
  background-color: #00acee;
}

.widget-social .linkedin a:hover {
  background-color: #0e76a8;
}

.widget-social .youtube a:hover {
  background-color: #c4302b;
}

.widget-social .instagram a:hover {
  background-color: #3f729b;
}

.widget-social .google a:hover {
  background-color: #dd4b39;
}

.widget-social .pinterest a:hover {
  background-color: #cb2027;
}

.widget-social .skype a:hover {
  background-color: #00AFF0;
}

.widget-social .tumblr a:hover {
  background-color: #32506d;
}

.widget-social .hashtag a:hover {
  background-color: #F50159;
}

.template-sidebar .widget-social a:hover i {
    color: #fff;
}

/*--- Widget Tags ---*/
.widget-tags, .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}

.widget-tags .single-item,
.tagcloud a {
  margin-right: 10px;
  margin-bottom: 10px;
}

.widget-tags .single-item a,
.tagcloud a {
  border: 1px solid #c3c3c3;
  padding: 5px 20px;
  display: block;
  color: #666666;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-tags .single-item a:hover,
.tagcloud a:hover {
  color: #ffffff;
  background-color: #f2a14b;
  border: 1px solid #f2a14b;
}

.tagcloud {
    margin-top: 10px;
}
.tagcloud a{
  font-size: 12pt !important;
  font-weight: 400;
}

/*--- Widget Team Figure ---*/
.widget-team-figure {
  margin-bottom: 30px;
}

.widget-team-figure img {
  margin-bottom: 20px;
}

.widget-team-figure ul li {
  margin-right: 10px;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.widget-team-figure ul li a {
  display: block;
  padding: 5px;
  color: #9a9a9a;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-team-figure ul li a:hover {
  color: #f2a14b;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a {
    color: #666666;
}
/*--------------------------------------
    3.4 Miscellaneous
---------------------------------------*/
/*--- Back To Top ---*/
.return-to-top {
  overflow: hidden;
  position: fixed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 4px;
  bottom: -50px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: #f2a14b;
  display: block;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}

.return-to-top i {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.return-to-top:hover,
.return-to-top:focus {
  color: #ffffff;
}

.return-to-top:hover i,
.return-to-top:focus i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}

.return-to-top.back-top {
  bottom: 20px;
}

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

/*--- Buttons ---*/

.btn-fill {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 11px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f2a14b;
    color: #ffffff;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: none;
}

.btn-fill:before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(100% + 1px);
    content: "";
    background-color: #1b3452;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 0.79, 1, 0.97);
    -o-transition: all 0.4s cubic-bezier(0.19, 0.79, 1, 0.97);
    transition: all 0.4s cubic-bezier(0.19, 0.79, 1, 0.97);
}

.h4banner-btn .btn-fill:before{
  background-color: #ffffff;
}

.h4banner-btn .btn-fill:hover{
  color: #000000;
}

.btn-fill i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-fill:hover {
  color: #ffffff ;
  text-shadow: none;
}

.btn-fill:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.btn-fill:hover i {
  color: #f2a14b;
}

.btn-fill:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .btn-fill, .wp-block-button .wp-block-button__link {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-fill, .wp-block-button .wp-block-button__link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-fill, .wp-block-button .wp-block-button__link {
    font-size: 15px;
  }
}

.btn-ghost {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 2px solid;
  border-color: #f2a14b;
  color: #f2a14b;
  background-color: transparent;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-ghost i {
  color: #f2a14b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-ghost:hover {
  background-color: #f2a14b;
  color: #ffffff;
}

.btn-ghost:hover i {
  color: #ffffff;
}

.btn-ghost:focus {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .btn-ghost {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-ghost {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-ghost {
    font-size: 15px;
  }
}

.btn-play-layout1 {
  height: 80px;
  width: 80px;
  background-color: rgba(242, 161, 75, 0.9);
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-play-layout1 i {
  margin-left: 4px;
}

.btn-play-layout1:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  height: 80px;
  width: 80px;
  -webkit-animation: blinking_infinite 2s infinite;
          animation: blinking_infinite 2s infinite;
}

.btn-play-layout1:hover {
  background-color: #f2a14b;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .btn-play-layout1 {
    height: 70px;
    width: 70px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-play-layout1 {
    height: 60px;
    width: 60px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-play-layout1 {
    height: 50px;
    width: 50px;
    font-size: 22px;
  }
}

@-webkit-keyframes blinking_infinite {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white;
  }
  95% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes blinking_infinite {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
            box-shadow: 0 0 0 0 white;
  }
  95% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.isotop-btn-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.isotop-btn-layout1 a.nav-item {
  padding: 2px 15px 0;
  margin-left: 10px;
  margin-bottom: 5px;
  color: #666666;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.isotop-btn-layout1 a.nav-item:last-child {
  padding: 10px 0 10px 15px;
}

.isotop-btn-layout1 a.nav-item:first-child {
  margin-left: 0;
}

.isotop-btn-layout1 a.nav-item:hover {
  color: #f2a14b;
}

.isotop-btn-layout1 a.nav-item.current {
  color: #f2a14b;
}

@media only screen and (max-width: 575px) {
  .isotop-btn-layout1 a.nav-item {
    padding: 2px 10px 0;
    margin-left: 0;
    margin-bottom: 0px;
  }
}

/*--- Global ---*/
code,
a {
  color: #f2a14b;
}

code{
  font-size: 14px;
}

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

input,
textarea {
  width: auto;
  padding: 10px 12px;
  outline: 0;
}

button {
  cursor: pointer;
}

svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}

.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}

.owl-carousel [class^="col-"] {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
}

.owl-carousel.row {
  margin-left: 0;
  margin-right: 0;
}

ul.inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.inline-list li {
  margin-right: 35px;
}

ul.inline-list li:last-child {
  margin-right: 0;
}

section {
  position: relative;
}

.compress-left-side {
  padding-right: 50px;
  padding-left: calc(calc(100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
  .compress-left-side {
    padding-right: calc(calc(100% - 930px)/2);
    padding-left: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .compress-left-side {
    padding-right: calc(calc(100% - 690px)/2);
    padding-left: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .compress-left-side {
    padding-right: calc(calc(100% - 510px)/2);
    padding-left: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .compress-left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.compress-right-side {
  padding-left: 50px;
  padding-right: calc(calc(100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
  .compress-right-side {
    padding-left: calc(calc(100% - 930px)/2);
    padding-right: calc(calc(100% - 930px)/2);
  }
}

@media only screen and (max-width: 991px) {
  .compress-right-side {
    padding-left: calc(calc(100% - 690px)/2);
    padding-right: calc(calc(100% - 690px)/2);
  }
}

@media only screen and (max-width: 767px) {
  .compress-right-side {
    padding-left: calc(calc(100% - 510px)/2);
    padding-right: calc(calc(100% - 510px)/2);
  }
}

@media only screen and (max-width: 575px) {
  .compress-right-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*--- Page Loader ---*/
.active-custom-style .preloader-gif {
  display: none;
}

.active-gif .preloader-custom-style {
  display: none;
}

body {
  position: relative;
  z-index: 99;
}

body .wrapper {
  opacity: 0;
  backface-visibility: hidden;
}

body .preloader {
  position: absolute;
  z-index: 9999999;
  height: 100%;
  width: 100%;
}

body .preloader-custom-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

body .preloader-custom-style li {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 50%;
}

body .preloader-custom-style li:after,
body .preloader-custom-style li:before {
  position: absolute;
  z-index: 99;
  content: "";
  height: 100%;
  width: 50%;
  top: 0;
  background-color: #f5f5f5;
}

body .preloader-custom-style li:before {
  left: 0;
}

body .preloader-custom-style li:after {
  right: 0;
}

body .preloader-gif {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}

body .preloader-gif img {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

body.loaded .wrapper {
  opacity: 1;
  backface-visibility: visible;
}

body.loaded .preloader {
  z-index: -9999999;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

body.loaded .preloader-custom-style li:after,
body.loaded .preloader-custom-style li:before {
  -webkit-transition: all 1s cubic-bezier(0.38, 0, 0.82, -0.01);
  -o-transition: all 1s cubic-bezier(0.38, 0, 0.82, -0.01);
  transition: all 1s cubic-bezier(0.38, 0, 0.82, -0.01);
}

body.loaded .preloader-custom-style li:before {
  width: 0;
}

body.loaded .preloader-custom-style li:after {
  width: 0;
}

body.loaded .preloader-gif {
  display: none;
}

@-webkit-keyframes opacity_up_down {
  from {
    -webkit-transform: rotateY(360deg) translateY(-50%) translateX(-50%);
            transform: rotateY(360deg) translateY(-50%) translateX(-50%);
  }
}

@keyframes opacity_up_down {
  from {
    -webkit-transform: rotateY(360deg) translateY(-50%) translateX(-50%);
            transform: rotateY(360deg) translateY(-50%) translateX(-50%);
  }
}

/*--- Pagination ---*/
ul.pagination-layout1 {
  margin-bottom: 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 991px) {
  ul.pagination-layout1 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  ul.pagination-layout1 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  ul.pagination-layout1 {
    margin-top: 5px;
  }
}

ul.pagination-layout1 li {
  margin-right: 10px;
  margin-bottom: 10px;
}

ul.pagination-layout1 li a i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.pagination-layout1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  background-color: #f7f7f7;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.pagination-layout1 li a:hover {
  background-color: #f2a14b;
  color: #ffffff;
}

ul.pagination-layout1 li a:hover i {
  color: #ffffff;
}

ul.pagination-layout1 li.active a {
  background-color: #f2a14b;
  color: #ffffff;
}

nav.pagination-area.comment-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.aeen-page-links {
    clear: both;
    padding-top: 35px;
}

.aeen-page-links .page-number{
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #000;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  margin-left: 5px;
  padding: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.aeen-page-links span.current .page-number,
.aeen-page-links a.post-page-numbers:hover .page-number{
  background-color: #f2a14b;
  color: #ffffff;
  border: 1px solid #f2a14b;
}

/*----- Posts Pagination */
.posts-pagi {
  text-align: left;
  margin-top: 1em;
}

.posts-pagi span,
.posts-pagi a{
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 7px;
  border-width: 1px;
  border: 1px solid #ffffff;
}
.posts-pagi a{
  color: #000;
  background: #f7f7f7;
}
.posts-pagi span {
  border: 1px solid #f2a14b;
  background-color: #f2a14b;
  color: #fff;
}

.posts-pagi a:hover{
  background-color: #f2a14b;
  color: #ffffff;
  border: 1px solid #f2a14b;
}

.posts-pagi span.post-page-numbers {
  padding: 0;
}
.posts-pagi span.post-page-numbers.current {
  padding: 0;
}
.posts-pagi span.post-page-numbers.current span {
  border: none;
}
.posts-pagi a span {
  background-color: white;
  color: #000;
}

/*--- Section Heading ---*/
.section-heading {
  position: relative;
}

.section-heading .heading-main-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  padding-bottom: 20px;
}

.section-heading .heading-sub-title {
  font-size: 18px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  color: #f2a14b;
  font-weight: 600;
}

.section-heading .heading-sub-title:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 2px;
  width: 30px;
  background-color: #f2a14b;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}


.section-heading2 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.section-heading2 .heading-main-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}

.section-heading2.heading-dark .heading-main-title,
.section-heading.heading-dark .heading-main-title {
  color: #000000;
  margin-bottom: 0px;
}

.section-heading2.heading-dark .heading-sub-title,
.section-heading.heading-dark .heading-sub-title {
  color: #f2a14b;
}

.section-heading2.heading-light .heading-main-title,
.section-heading.heading-light .heading-main-title {
  color: #ffffff;
}

.section-heading2.heading-light .heading-sub-title,
.section-heading.heading-light .heading-sub-title {
  color: #f2a14b;
}

.section-heading2.heading-light p,
.section-heading.heading-light p {
  color: #dcdbdb;
}

.section-heading.text-center .heading-main-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .section-heading.text-center .heading-main-title {
    width: 100%;
  }
}

.section-heading.text-center .heading-sub-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .section-heading.text-center .heading-sub-title {
    width: 100%;
  }
}

.section-heading.text-left .heading-main-title,
.section-heading.text-left .heading-sub-title,
.section-heading.text-right .heading-main-title,
.section-heading.text-right .heading-sub-title {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .section-heading.text-center .heading-main-title {
    width: 100% !important;
  }
}

@media only screen and (min-width: 991px) {
  .section-heading.width-small.text-center .heading-main-title,
  .section-heading.width-small.text-center p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-heading.width-medium.text-center .heading-main-title,
  .section-heading.width-medium.text-center p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-heading.width-large.text-center .heading-main-title,
  .section-heading.width-large.text-center p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-heading.width-small.text-left .heading-main-title,
  .section-heading.width-small.text-left p {
    width: 60%;
  }
  .section-heading.width-medium.text-left .heading-main-title,
  .section-heading.width-medium.text-left p {
    width: 70%;
  }
  .section-heading.width-large.text-left .heading-main-title,
  .section-heading.width-large.text-left p {
    width: 80%;
  }
}

@media only screen and (min-width: 1199px) {
  .section-heading2.width-small.text-center .heading-main-title,
  .section-heading2.width-small.text-center p,
  .section-heading.width-small.text-center .heading-main-title,
  .section-heading.width-small.text-center p {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-heading2.width-medium.text-center .heading-main-title,
  .section-heading2.width-medium.text-center p,
  .section-heading.width-medium.text-center .heading-main-title,
  .section-heading.width-medium.text-center p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-heading2.width-large.text-center .heading-main-title,
  .section-heading2.width-large.text-center p,
  .section-heading.width-large.text-center .heading-main-title,
  .section-heading.width-large.text-center p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
  }
  .section-heading2.width-small.text-left .heading-main-title,
  .section-heading2.width-small.text-left p,
  .section-heading.width-small.text-left .heading-main-title,
  .section-heading.width-small.text-left p {
    width: 40%;
  }
  .section-heading2.width-medium.text-left .heading-main-title,
  .section-heading2.width-medium.text-left p,
  .section-heading.width-medium.text-left .heading-main-title,
  .section-heading.width-medium.text-left p {
    width: 50%;
  }
  .section-heading2.width-large.text-left .heading-main-title,
  .section-heading2.width-large.text-left p,
  .section-heading.width-large.text-left .heading-main-title,
  .section-heading.width-large.text-left p {
    width: 60%;
  }
}

.section-title {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.section-title.title-bar {
  margin-bottom: 30px;
}

.section-title.title-bar:before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 4px;
  width: 50px;
  bottom: 0;
  left: 0;
}

.section-title.bar-bg-primary:before {
  background-color: #f2a14b;
}

.section-title.bar-bg-secondary:before {
  background-color: #01103f;
}

.section-title.bar-bg-light:before {
  background-color: #ffffff;
}

.section-title.bar-bg-dark:before {
  background-color: #000000;
}

.section-title.title-large h2.item-title {
  margin-bottom: 30px;
  font-size: 36px;
}

@media only screen and (max-width: 991px) {
  .section-title.title-large h2.item-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title.title-large h2.item-title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title.title-large h2.item-title {
    font-size: 32px;
  }
}

.section-title.title-large h3.item-title {
  margin-bottom: 25px;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .section-title.title-large h3.item-title {
    font-size: 22px;
  }
}

.section-title h2.item-title {
  margin-bottom: 25px;
}

.section-title h3.item-title {
  margin-bottom: 20px;
}

.section-title.title-small h2.item-title {
  margin-bottom: 20px;
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .section-title.title-small h2.item-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title.title-small h2.item-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .section-title.title-small h2.item-title {
    font-size: 24px;
  }
}

.section-title.title-small h3.item-title {
  margin-bottom: 15px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .section-title.title-small h3.item-title {
    font-size: 18px;
  }
}

.section-title.title-color-primary .item-title {
  color: #f2a14b;
}

.section-title.title-color-secondary .item-title {
  color: #01103f;
}

.section-title.title-color-light .item-title {
  color: #ffffff;
}

.section-title.title-color-dark .item-title {
  color: #000000;
}

/*--- Template Search ---*/
.template-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
      -ms-transform: translate(0px, -100%) scale(0, 0);
          transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  backface-visibility: hidden;
  z-index: 999999;
}

.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.template-search .search-form input[type="search"] {
  width: 60%;
  color: #e0dede;
  font-size: 18px;
  text-align: left;
  font-family: 'Lato';
  font-weight: 500;
  border: 1px solid #5d5f64;
  margin: 0 auto;
  padding: 20px 10px 20px 30px;
  outline: none;
  background-color: transparent;
}

.template-search .search-form input::-webkit-input-placeholder {
  color: #9a9a9a;
}

.template-search .search-form input::-moz-placeholder {
  color: #9a9a9a;
}

.template-search .search-form input:-moz-placeholder {
  color: #9a9a9a;
}

@media only screen and (max-width: 575px) {
  .template-search .search-form input[type="search"] {
    width: 75%;
  }
}

.template-search .search-form .search-btn {
  padding: 20px 30px;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  margin-left: -4px;
  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.template-search .search-form .search-btn:hover{
  background-color: #f2a14b;
}

.template-search .search-form .search-btn i:before {
  font-size: 24px;
  font-weight: 700;
  color: #f2a14b;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.template-search .search-form .search-btn:hover i:before{
  color: #fff;
}

.template-search .search-form .search-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.template-search .close {
  position: fixed;
  top: 32px;
  right: 15px;
  color: #000;
  background-color: #fff;
  border: none;
  opacity: 1;
  backface-visibility: visible;
  padding: 3px 15px 5px;
  font-size: 26px;
  font-weight: 700;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0.75);
          box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.template-search .close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}

.template-search .close:hover {
  background-color: white;
}

.template-search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
      -ms-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  backface-visibility: visible;
}

/*========================================================================
04. Template Style
=========================================================================*/
/*--------------------------------------
    4.1 404
---------------------------------------*/
/*--- 404 Page Style ---*/
.error-wrap-layout1 {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
}

@media only screen and (max-width: 1199px) {
  .error-wrap-layout1 {
    padding: 76px 0;
  }
}

@media only screen and (max-width: 991px) {
  .error-wrap-layout1 {
    padding: 70px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .error-wrap-layout1 {
    padding: 53px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .error-wrap-layout1 .item-content {
    text-align: center;
    margin-bottom: 30px;
  }
  .error-wrap-layout1 .item-content p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .error-wrap-layout1 .item-content p {
    width: 100%;
  }
}

.error-wrap-layout1 .item-content h1 {
  font-weight: 700;
  font-size: 150px;
  line-height: 1.1;
}

@media only screen and (max-width: 991px) {
  .error-wrap-layout1 .item-content h1 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .error-wrap-layout1 .item-content h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .error-wrap-layout1 .item-content h1 {
    font-size: 70px;
  }
}

.error-wrap-layout1 .item-content h2 {
  letter-spacing: 10px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .error-wrap-layout1 .item-content h2 {
    letter-spacing: 4px;
  }
}

.error-wrap-layout1 .item-content p {
  margin-bottom: 30px;
}

.error-wrap-layout1 .item-figure {
  text-align: center;
}

/*--------------------------------------
    4.2 About
---------------------------------------*/
.about-wrap-layout1 {
  padding: 100px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .about-wrap-layout1 {
    padding: 83px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .about-wrap-layout1 {
    padding: 43px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-wrap-layout1 {
    padding: 33px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .about-wrap-layout1 {
    padding: 23px 0 30px;
  }
}

.about-box-layout1 {
  margin-bottom: 30px;
}

.about-info {
  margin-top: 40px;
}

.about-info .signature {
  margin-bottom: 25px;
}

.about-info .item-title {
  font-size: 22px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 1;
}

.about-box-layout2 {
  margin-bottom: 77px;
}

.about-info .item-sub-title {
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .about-box-layout2 {
    text-align: center;
  }
}

.about-box-layout2 .item-figure {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.about-box-layout2 .item-figure:before {
  position: absolute;
  z-index: -1;
  left: -60px;
  bottom: -60px;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .about-box-layout2 .item-figure:before {
    display: none;
  }
}

body .about-box-layout2.has-animation .item-figure:before {
  left: 100px;
  bottom: 100px;
}

body.loaded .about-box-layout2.has-animation .item-figure:before {
  left: -60px;
  bottom: -60px;
}

.about-wrap-layout2 {
  padding: 88px 0 72px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .about-wrap-layout2 {
    padding: 78px 0 62px;
  }
}

@media only screen and (max-width: 991px) {
  .about-wrap-layout2 {
    padding: 68px 0 52px;
  }
}

@media only screen and (max-width: 767px) {
  .about-wrap-layout2 {
    padding: 58px 0 42px;
  }
}

@media only screen and (max-width: 575px) {
  .about-wrap-layout2 {
    padding: 48px 0 32px;
  }
}

.about-wrap-layout2:before {
  content: url("../img/about-bg-2.png");
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: -8px;
}

@media only screen and (max-width: 767px) {
  .about-wrap-layout2:before {
    display: none;
  }
}

.about-box-layout3 {
  text-align: center;
}

.about-box-layout3 h2 {
  font-weight: 700;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .about-box-layout3 h2 {
    width: 100%;
  }
}

.about-box-layout3 p {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .about-box-layout3 p {
    width: 100%;
  }
}

.about-box-layout4 {
  text-align: center;
}

.about-box-layout4 .about-info {
  margin-top: 40px;
}

.about-box-layout4 .about-info .signature {
  margin-bottom: 25px;
}

.about-box-layout4 .about-info .item-title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.about-box-layout4 .item-figure {
  position: relative;
  z-index: 1;
}

.about-box-layout4 .item-figure:before {
  content: url(../img/about-bg-1.png);
  position: absolute;
  z-index: -1;
  left: -60px;
  bottom: -60px;
}

.about-wrap-layout3 {
  padding: 100px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .about-wrap-layout3 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .about-wrap-layout3 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-wrap-layout3 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .about-wrap-layout3 {
    padding: 60px 0 30px;
  }
}

.about-box-layout5 {
  margin-bottom: 30px;
}

.about-box-layout6 {
  margin-bottom: 30px;
  margin-left: 20px;
}

.about-box-layout6 .sub-title {
  color: #f2a14b;
  font-weight: 600;
}

.about-box-layout6 .item-title span {
  color: #f2a14b;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
}

.about-box-layout6 .about-info {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .about-box-layout6 .item-title span {
    font-size: 28px;
  }

  .about-box-layout6 .about-info {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about-box-layout6 .item-title span {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .about-box-layout6 .item-title span {
    font-size: 24px;
  }

  .about-box-layout6 .about-info {
    margin-top: 30px;
  }
}


.about-box-layout6 .about-info .signature {
  margin-bottom: 25px;
}

.about-box-layout6 .about-info .item-title {
  font-size: 22px;
  color: #000000;
  margin-bottom: 5;
  font-weight: 600;
  line-height: 1;
}

.about-box-layout6 .about-info p {
  margin-bottom: 0;
}

.about-box-layout7 {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 10px;
}

.about-box-layout7 .item-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-box-layout7 .about-skill {
  position: relative;
  overflow: hidden;
}

.about-box-layout7 .about-skill .overflow-hidden:last-child .progress {
  margin-bottom: 0;
}

.about-box-layout7 .about-skill p {
  margin-bottom: 0;
}

.about-box-layout7 .about-skill .progress {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 18px;
  margin-bottom: 25px;
  overflow: visible;
  position: relative;
  margin-top: 44px;
  border: 1px solid #f2a14b;
  padding: 2px;
}

.about-box-layout7 .about-skill .progress .lead {
  color: #000;
  font-size: 16px;
  position: absolute;
  top: -35px;
  font-weight: 600;
}

.about-box-layout7 .about-skill .progress-bar > span {
  color: #666666;
  float: right;
  font-size: 16px;
  margin-right: 10px;
  margin-top: -25px;
  position: absolute;
  padding: 5px;
  top: -16px;
  right: -10px;
}

.about-box-layout7 .about-skill .progress-bar {
  background-color: #f2a14b;
}

@media only screen and (max-width: 991px) {
  .about-box-layout7 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 575px) {
  .about-box-layout6 .about-info {
    margin-top: 30px;
  }

  .about-box-layout6 {
    margin-left: 0;
  }
}

/*--------------------------------------
    4.3 Banner
---------------------------------------*/
/*--- Main Banner Common Style ---*/
@media only screen and (max-width: 991px) {
  .main-banner {
    margin-top: 51px;
  }
  .main-banner.main-banner-layout4 {
    margin-top: 0;
  }
}

.main-banner .nivo-caption {
  padding: 0;
  opacity: 1;
  top: 40px;
}

.main-banner .nivo-controlNav {
  display: none;
}

.main-banner .slide {
  height: 100%;
}

/*--- Main Banner Layout One ---*/
.main-banner-layout1 {
  padding: 30px 0 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) {
  .main-banner-layout1 {
    height: calc(100vh - 140px);
  }

  .main-banner-layout1.main-banner-layout3 {
    height: calc(100vh - 0px);
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-layout1 {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-layout1 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-layout1 {
    padding: 50px 0;
  }
  .home1-hero-banner {
    max-height: 360px;
  }
}

.main-banner-layout1:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-banner-layout1 .banner-content .sub-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 25px;
}

a.btn-fill.rev-btn {
    line-height: 30px !important;
}

@media only screen and (max-width: 991px) {
  .main-banner-layout1 .banner-content .sub-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-layout1 .banner-content .sub-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-layout1 .banner-content .sub-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.main-banner-layout1 .banner-content .main-title {
  color: #fff;
  font-size: 80px;
  margin-bottom: 30px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .main-banner-layout1 .banner-content .main-title {
    font-size: 60px;
    margin-bottom: 25px;
  }

  a.btn-fill.rev-btn {
      padding: 8px 30px !important;
      line-height: 28px !important;
      font-size: 17px !important;
      border-width: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-layout1 .banner-content .main-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-layout1 .banner-content .main-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

.main-banner-layout1 .banner-content .banner-paragraph {
  color: #f5f5f5;
  font-size: 18px;
  margin-bottom: 35px;
}

.main-banner-layout1 .banner-content .btn-fill:hover {
  color: #ffffff;
  border-color: #ffffff;
}


/*--- Main Banner Layout Two ---*/
.main-banner-layout2 .container {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: left;
}

.main-banner-layout2 .container .banner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media only screen and (max-width: 1199px) {
  .main-banner-layout2 .container .banner-btns {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-layout2 .nivo-caption {
    top: 0;
  }
}

.main-banner-layout2 .slide-1 {
  position: relative;
  z-index: 1;
}

.main-banner-layout2 .slide-1:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.main-banner-layout2 .slide-1 .content-box {
  margin-left: 40%;
}

@media only screen and (max-width: 1199px) {
  .main-banner-layout2 .slide-1 .content-box {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-layout2 .slide-1 .content-box {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-layout2 .slide-1 .content-box {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-layout2 .slide-1 .content-box {
    margin-left: 0;
    text-align: center;
  }
}

.main-banner-layout2 .slide-1 .content-box .banner-big-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 70px;
  line-height: 90px;
}

@media only screen and (max-width: 1439px) {
  .main-banner-layout2 .slide-1 .content-box .banner-big-text {
    font-size: 60px;
    line-height: 75px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-banner-layout2 .slide-1 .content-box .banner-big-text {
    font-size: 50px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .main-banner-layout2 .slide-1 .content-box .banner-big-text {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-layout2 .slide-1 .content-box .banner-big-text {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-layout2 .slide-1 .content-box .banner-big-text {
    font-size: 30px;
    line-height: 38px;
  }
}

.main-banner-layout2 .slide-1 .content-box .banner-paragraph {
  color: #d5d5d5;
  width: 85%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .main-banner-layout2 .slide-1 .content-box .banner-paragraph {
    display: none;
  }
}

.main-banner-layout2 .slide-2 {
  position: relative;
  z-index: 1;
}

.main-banner-layout2 .slide-2:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.main-banner-layout2 .slide-2 .content-box .banner-big-text {
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  line-height: 90px;
  width: 80%;
}

.main-banner-layout2 .slide-2 .content-box .banner-paragraph {
  color: #ffffff;
  width: 50%;
  margin-bottom: 40px;
}

.main-banner-layout2 .nivo-prevNav,
.main-banner-layout2 .nivo-nextNav {
  opacity: 0;
  backface-visibility: hidden;
}

.main-banner-layout2 .nivo-directionNav {
  position: absolute;
  z-index: 6;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.main-banner-layout2 .nivo-directionNav a {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: transparent;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .main-banner-layout2 .nivo-directionNav a {
    height: 45px;
    width: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-layout2 .nivo-directionNav a {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-layout2 .nivo-directionNav a {
    height: 30px;
    width: 30px;
  }
}

.main-banner-layout2 .nivo-directionNav a i:before {
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .main-banner-layout2 .nivo-directionNav a i:before {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .main-banner-layout2 .nivo-directionNav a i:before {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .main-banner-layout2 .nivo-directionNav a i:before {
    font-size: 14px;
  }
}

.main-banner-layout2 .nivo-directionNav a:hover {
  background-color: #f2a14b;
  border: 1px solid #f2a14b;
  color: #ffffff;
}

.main-banner-layout2:hover .nivo-prevNav {
  opacity: 1;
  backface-visibility: visible;
  left: 75px;
}

.main-banner-layout2:hover .nivo-nextNav {
  opacity: 1;
  backface-visibility: visible;
  right: 75px;
}

/*--- Inner Page Banner ---*/
.page-banner {
  display: block;
  padding: 340px 0 160px;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.page-banner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1199px) {
  .page-banner {
    padding: 74px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner {
    padding: 64px 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .page-banner {
    padding: 54px 0 !important;
  }
}

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

.page-banner .breadcrumbs-area h1 {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 56px;
}

@media only screen and (max-width: 991px) {
  .page-banner .breadcrumbs-area h1 {
    font-size: 34px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner .breadcrumbs-area h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 44px;
  }
}

.page-banner .breadcrumbs-area ul li {
  display: inline-block;
  position: relative;
  margin-right: 14px;
  padding-right: 18px;
  color: #ececec;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .page-banner .breadcrumbs-area ul li {
    font-size: 17px;
  }
}

.page-banner .breadcrumbs-area ul li:before {
  content: "|";
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  color: #ececec;
}

.page-banner .breadcrumbs-area ul li a {
  color: #ececec;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-banner .breadcrumbs-area ul li a:hover {
  color: #f2a14b;
}

.page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}


/*--------------------------------------
    4.4 Blog
---------------------------------------*/
/*--- Blog Layout One ---*/
.blog-wrap-layout1 {
  padding: 86px 0 70px;
  background-color: #fff;
}

.blog-wrap-layout1 .section-heading {
  margin-bottom: 40px;
}

.blog-box-layout1 {
  margin-bottom: 20px;
}

.blog-box-layout1 .item-figure-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-box-layout1 .item-figure-wrap:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: -o-linear-gradient(transparent 0%, #000000 100%);
  background-image: linear-gradient(transparent 0%, #000000 100%);
  height: calc(100% + 50px);
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .item-figure-wrap .item-figure {
  display: block;
}

.blog-box-layout1 .item-figure-wrap .item-figure img {
  position: relative;
  z-index: -2;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 30px;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content .admin-figure {
  margin-right: 10px;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content .admin-figure img {
  border-radius: 50%;
  background: #fff;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content .admin-title {
  color: #d6d6d6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content .share-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content .share-social .single-item {
  margin-right: 5px;
  opacity: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content .share-social .single-item:last-child {
  margin-right: 0;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content .share-social .single-item a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content .share-social .single-item a:hover {
  color: #f2a14b;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap .entry-meta-top-content:hover .admin-title {
  color: #f2a14b;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap.share-toggle-wrap.open-share .entry-meta-top-content .share-social .single-item {
  opacity: 1;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap.share-toggle-wrap.open-share .entry-meta-top-content .share-social .single-item:nth-child(1n) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap.share-toggle-wrap.open-share .entry-meta-top-content .share-social .single-item:nth-child(2n) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap.share-toggle-wrap.open-share .entry-meta-top-content .share-social .single-item:nth-child(3n) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap.share-toggle-wrap.open-share .entry-meta-top-content .share-social .single-item:nth-child(4n) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap.share-toggle-wrap.open-share .entry-meta-top-content .share-social .single-item:nth-child(5n) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.blog-box-layout1 .item-figure-wrap .entry-meta-wrap.share-toggle-wrap.open-share .entry-meta-top-content .share-social .single-item:nth-child(6n) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.blog-box-layout1 .item-figure-wrap .entry-meta {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #d6d6d6;
}

.blog-box-layout1 .item-figure-wrap .entry-meta li .item-tag {
  color: #d6d6d6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .item-figure-wrap .entry-meta li .item-tag:hover {
  color: #f2a14b;
}

.blog-box-layout1 .item-figure-wrap .entry-meta li.item-tag a {
  color: #d6d6d6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .item-figure-wrap .entry-meta li.item-tag a:hover {
  color: #f2a14b;
}

.blog-box-layout1 .item-figure-wrap .entry-meta li span {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #d6d6d6;
}

.blog-box-layout1 .item-figure-wrap .entry-meta .entry-icon button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding: 2px 0 2px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .item-figure-wrap .entry-meta .entry-icon button:hover {
  color: #f2a14b;
}

.blog-box-layout1 .item-figure-wrap .entry-meta .entry-icon button:focus {
  outline: none;
}

.blog-box-layout1 .item-content .entry-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-box-layout1 .item-content .entry-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .item-content .entry-title a:hover {
  color: #f2a14b;
}

.blog-box-layout1 .blog-btn {
  font-weight: 500;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout1 .blog-btn i {
  margin-left: 10px;
}

.blog-box-layout1 .blog-btn:hover {
  color: #f2a14b;
}

.blog-box-layout1:hover .item-figure-wrap:before {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}

/*--- Blog Layout Two ---*/
.blog-wrap-layout2 {
  padding: 100px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .blog-wrap-layout2 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-wrap-layout2 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap-layout2 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-wrap-layout2 {
    padding: 60px 0 30px;
  }
}

.blog-box-layout2 {
  margin-bottom: 30px;
}

.blog-box-layout2 p {
    margin-bottom: 10px;
}

.blog-box-layout2 .item-figure {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-box-layout2 .item-figure a {
  display: block;
}

.blog-box-layout2 .item-figure a img {
  display: block;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.blog-box-layout2 .item-content {
  padding: 35px 30px 32px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout2 .item-content .item-date {
  background-color: #f2a14b;
  height: 85px;
  width: 90px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  top: -72px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 26px;
}

.blog-box-layout2 .item-content .item-date:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid #f2a14b;
  border-right: 11px solid transparent;
  position: absolute;
  right: -11px;
  bottom: 0;
  z-index: 1;
}

.blog-box-layout2 .item-content .item-date:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid rgba(0, 0, 0, .15);
  border-right: 11px solid transparent;
  position: absolute;
  right: -11px;
  bottom: 0;
  z-index: 2;
}

.blog-box-layout2 .item-content .item-date .item-month {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}

.blog-box-layout2 .item-content .entry-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.blog-box-layout2 .item-content .entry-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout2 .item-content .entry-title a:hover {
  color: #f2a14b;
}

.blog-box-layout2 .blog-btn {
  font-weight: 600;
  color: #f2a14b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.blog-box-layout2 .blog-btn i {
  margin-left: 10px;
}

.blog-box-layout2 .blog-btn:hover {
  color: #000;
}

.blog-box-layout2:hover .item-figure a img {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
}

.blog-box-layout2:hover .item-content {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.blog-box-layout2 ul.entry-meta {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 5px;
}

.blog-box-layout2 ul.entry-meta li{
  margin-right: 20px;
  margin-bottom: 5px;
  color: #7e7e7e;
  font-size: 15px;
}

.blog-box-layout2 ul.entry-meta li a{
  color: #7e7e7e;
  -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-box-layout2 ul.entry-meta li a:hover{
  color: #f2a14b;
}

.blog-box-layout2 ul.entry-meta li:last-child{
  margin-right: 0;
}

.blog-box-layout2 ul.entry-meta li i{
  margin-right: 5px;
  color: #f2a14b;
  font-size: 15px;
}

@media only screen and (max-width: 575px) {
  .blog-box-layout2 .item-figure a img {
    width: 100%;
  }
}

/*--- Blog Layout Three ---*/
.blog-wrap-layout3 {
  padding: 100px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .blog-wrap-layout3 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-wrap-layout3 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap-layout3 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-wrap-layout3 {
    padding: 60px 0 30px;
  }

  .blog-box-layout2 .item-content .entry-title {
    font-size: 20px;
  }
}

.blog-box-layout3 {
  margin-bottom: 40px;
  margin-right: 10px;
}

.blog-box-layout3 .item-content {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    padding: 40px 45px;
}

.blog-box-layout3:hover .item-content{
  -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
}

.blog-box-layout3 .item-figure {
  overflow: hidden;
}

.blog-box-layout3 .item-figure a {
  display: block;
}

.blog-box-layout3 .item-figure a img {
  display: block;
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.blog-box-layout3 .item-content .entry-meta {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-box-layout3 .item-content .entry-meta li {
  margin-right: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 15px;
  position: relative;
  color: #7e7e7e;
  font-weight: 500;
  z-index: 1;
  display: inline;
}

.blog-box-layout3 .item-content .entry-meta li .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-box-layout3 .item-content .entry-meta li .media img,
.single-blog-box1 .item-content .entry-meta li .media img {
    border-radius: 50%;
}

.blog-box-layout3 .item-content .entry-meta li .media-body {
  margin-left: 15px;
}

.blog-box-layout3 .item-content .entry-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-box-layout3 .item-content .entry-meta li:last-child:before {
  display: none;
}

.blog-box-layout3 .item-content .entry-meta li a {
  color: #7e7e7e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout3 .item-content .entry-meta li i,
.single-blog-box1 .item-content .entry-meta li i{
  color: #f2a14b;
  font-size: 15px;
  margin-right: 5px;
}

.blog-box-layout3 .item-content .entry-meta li a:hover {
  color: #f2a14b;
}

.blog-box-layout3 .item-content h3.entry-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}

@media only screen and (max-width: 1199px) {
  .blog-box-layout3 .item-content h3.entry-title {
    font-size: 34px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-box-layout3 {
    margin-right: 0;
  }
  .blog-box-layout3 .item-content h3.entry-title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-box-layout3 .item-content h3.entry-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-box-layout3 {
    margin-right: 0;
  }

  .blog-box-layout3 .item-content{
    padding: 30px 30px;
  }

  .blog-box-layout3 .item-content h3.entry-title {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-box-layout3 .item-content .entry-meta li{
    margin-right: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }
}

.blog-box-layout3 .item-content .entry-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout3 .item-content .entry-title a:hover {
  color: #f2a14b;
}

.blog-box-layout3 .blog-btn {
  display: block;
  font-weight: 600;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box-layout3 .blog-btn i {
  margin-left: 10px;
}

.blog-box-layout3 .blog-btn:hover {
  color: #f2a14b;
}

.blog-box-layout3:hover .item-figure a img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.section {
    padding-top: 93px;
    padding-bottom: 65px;
}

.section .page-content-main {
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .section {
    padding-top: 73px;
    padding-bottom: 45px;
  }

  .section .page-content-main {
    padding-right: 0;
    overflow: hidden;
  }
}

@media only screen and (max-width: 575px) {
  .section {
    padding-top: 53px;
    padding-bottom: 25px;
  }
}

.page-content-main ul.comment-list {
  list-style: none;
  padding-left: 0;
}
/*--- Blog Details ---*/
.single-blog-wrap {
  padding: 100px 0 50px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .single-blog-wrap {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .single-blog-wrap {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-wrap {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog-wrap {
    padding: 60px 0 30px;
  }
}

.single-blog-box1 {
  margin-bottom: 30px;
}

.single-blog-box1 .item-figure {
  margin-bottom: 35px;
  overflow: hidden;
}

.single-blog-box1 .item-figure img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single-blog-box1 .item-figure:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.single-blog-box1 .item-content .entry-meta {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  list-style: none;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-blog-box1 .item-content .entry-meta li {
  margin-right: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 15px;
  color: #7e7e7e;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: inline;
}

.single-blog-box1 .item-content .entry-meta li .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-blog-box1 .item-content .entry-meta li .media-body {
  margin-left: 15px;
}

.single-blog-box1 .item-content .entry-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.single-blog-box1 .item-content .entry-meta li:last-child:before {
  display: none;
}

.single-blog-box1 .item-content .entry-meta li a {
    color: #7e7e7e;
}

.single-blog-box1 .item-content .entry-meta li a:hover {
    color: #f2a14b;
}

.single-blog-box1 .item-content .entry-title {
  margin-bottom: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .single-blog-box1 .item-content h2.entry-title {
    font-size: 32px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-box1 .item-content h2.entry-title {
    font-size: 28px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .single-blog-box1 {
    margin-right: 0;
  }

  .single-blog-box1 .item-content h2.entry-title {
    font-size: 26px;
    line-height: 38px;
  }

  .single-blog-box1 .item-content .entry-meta li{
    margin-right: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }
}

.single-blog-box1 .item-content .item-sub-figure {
  margin-bottom: 30px;
  overflow: hidden;
}

.single-blog-box1 .item-content .item-sub-figure img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single-blog-box1 .item-content .item-sub-figure:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

blockquote,
.single-blog-box1 .item-content blockquote,
blockquote.wp-block-quote {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  font-style: italic;
  text-align: center;
  background-color: #f9f9f9;
  line-height: 1.5;
  padding: 40px 30px 50px;
}

@media only screen and (max-width: 575px) {
  .single-blog-box1 .item-content blockquote {
    padding: 20px 30px 30px;
    font-size: 20px;
  }
}

blockquote:after,
.single-blog-box1 .item-content blockquote:after,
blockquote.wp-block-quote:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.05;
  font-size: 100px;
  left: 0;
  right: 30px;
  z-index: 0;
}

.single-blog-box1 .item-content .post-share-area {
  padding-bottom: 10px;
}

.single-blog-box1 .item-content .post-share-area ul.social-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li:last-child {
  margin-right: 0;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.facebook {
  background: #516eab;
  border: 2px solid #516eab;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.facebook:hover {
  background: transparent;
  color: #516eab;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.twitter {
  background: #29c5f6;
  border: 2px solid #29c5f6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.twitter:hover {
  background: transparent;
  color: #29c5f6;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.google {
  background: #eb4026;
  border: 2px solid #eb4026;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.google:hover {
  background: transparent;
  color: #eb4026;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.pinterest {
  background: #ca212a;
  border: 2px solid #ca212a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.pinterest:hover {
  background: transparent;
  color: #ca212a;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.rss {
  background: #ef6c00;
  border: 2px solid #ef6c00;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.rss:hover {
  background: transparent;
  color: #ef6c00;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.linkedin {
  background: #1976d2;
  border: 2px solid #1976d2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a.linkedin:hover {
  background: transparent;
  color: #1976d2;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li:last-child {
  margin-right: 0;
}

.single-blog-box1 .item-content .post-share-area ul.social-default li a {
  border-radius: 50%;
  display: block;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-box1 .item-content .blog-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}

.postmeta-wrap {
    clear: both;
    margin-top: 30px
}

@media only screen and (max-width: 991px) {
  .single-blog-box1 .item-content .blog-tag {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.single-blog-box-layout1 ul.comment-list,
.single-blog-box1 ul.comment-list {
    margin-top: 40px;
}

.single-blog-box1 .item-content .blog-tag li,
.single-blog-box1 .item-content .blog-tag a {
  margin-left: 5px;
  font-size: 13px;
}

.single-blog-box1 .item-content .blog-tag li:first-child {
  margin-left: 0;
  margin-bottom: 10px;
}

.single-blog-box1 .item-content .blog-tag li a,
.single-blog-box1 .item-content .blog-tag a {
  display: block;
  padding: 3px 12px;
  color: #666666;
  border: 1px solid #dfdfdf;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.single-blog-box1 .item-content .blog-tag li a:hover,
.single-blog-box1 .item-content .blog-tag a:hover {
  background-color: #f2a14b;
  border: 1px solid #f2a14b;
  color: #fff;
}

.single-blog-box1 .item-content .blog-tag li span {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.single-blog-box1 .item-content .content-single-pagi{
  padding-top: 20px;
}

.single-blog-box1 .item-content .blog-post-slider {
  padding: 22px 30px 15px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #e1e1e1;
}


.single-blog-box1 .item-content .blog-post-slider a.prev-article i{
  padding-right: 10px;
  color: #f2a14b;
}

.single-blog-box1 .item-content .blog-post-slider a.next-article i{
  padding: 0 0 0 10px;
  color: #f2a14b;
}

@media only screen and (max-width: 767px) {
  .single-blog-box1 .item-content .blog-post-slider p {
    display: none;
  }

  .single-blog-box1 .item-content .blog-tag li,
  .single-blog-box1 .item-content .blog-tag a{
    margin-bottom: 10px;
  }
}

.single-blog-box1 .item-content .blog-post-slider .prev-article {
  color: #7e7e7e;
  display: block;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}

.single-blog-box1 .item-content .blog-post-slider .prev-article:hover {
  color: #f2a14b;
}

.single-blog-box1 .item-content .blog-post-slider .next-article {
  color: #7e7e7e;
  display: block;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}

.single-blog-box1 .item-content .blog-post-slider .next-article:hover {
  color: #f2a14b;
}

.single-blog-box1 .item-content .blog-post-slider h5{
  font-size: 20px;
  line-height: 28px;
}

.single-blog-box1 .item-content .blog-post-slider h5 a{
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-box1 .item-content .blog-post-slider h5 a:hover{
  color: #f2a14b;
}

@media only screen and (max-width: 575px) {
  .single-blog-box1 .item-content .blog-post-slider {
    padding: 17px 12px 15px;
  }

  .single-blog-box1 .item-content .blog-post-slider h5 {
    font-size: 18px;
  }
}

.blog-comment {
  background-color: #ffffff;
}

.blog-comment .media-body {
    margin-left: 0;
}

.blog-comment .avatar-img img{
  margin-right: 30px;
}

.blog-comment .item-heading,
.comment-respond .item-heading {
  font-weight: 600;
  font-size: 24px;
  background: transparent;
  padding: 0 0;
  text-align: inherit;
}

.blog-comment ul li.comment {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}

.blog-comment ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.blog-comment ul li:nth-child(odd) {
  margin-left: 0;
}

.blog-comment ul li .comment-title a {
  color: #111111;
}

.blog-comment ul li h4.comment-title {
    margin: 0;
    padding: 0;
}

.blog-comment ul li .post-date {
  margin-bottom: 5px;
  display: block;
  color: #a1a1a1;
  font-size: 14px;
}


.blog-comment ul li a.comment-reply-link {
  border-radius: 0;
  font-size: 15px;
  color: #1c1b1b;
  padding: 0px 17px 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .blog-comment ul li a.comment-reply-link {
    position: inherit;
  }
}

.blog-comment ul li a.comment-reply-link:hover {
  background-color: #f2a14b;
  color: #ffffff;
}

.comment-respond {
  background-color: #ffffff;
}

.comment-respond .comment-reply-title {
  font-weight: 600;
}

.comment-respond .comment-form .form-group {
  margin-bottom: 20px;
}

.comment-respond .comment-form .form-group .form-control {
  color: #000000;
  font-size: 16px;
  padding: 15px 20px;
  border: 1px solid #cccccc;
  background-color: transparent;
  border-radius: 0;
}

.comment-respond .comment-form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comment-respond .comment-form .form-group input {
  height: 45px;
}

/*--------------------------------------
    4.5 Brand
---------------------------------------*/
/*--- Brand Layout One ---*/
.brand-wrap-layout1 {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.brand-wrap-layout1:before {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  content: "";
  top: 0;
  left: 0;
}

.brand-box-layout1 img {
  width: auto !important;
  max-height: 117px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-box-layout1:hover img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

/*--- Brand Layout Two ---*/
.brand-wrap-layout2 {
  padding: 60px 0;
  background-color: #f2a14b;
}

.brand-box-layout2 {
  text-align: center;
  margin-bottom: 30px;
}

.brand-box-layout2 img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-box-layout2:hover img {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/*--- Brand Layout Three ---*/
.brand-wrap-layout3 {
  padding: 100px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .brand-wrap-layout3 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .brand-wrap-layout3 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .brand-wrap-layout3 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .brand-wrap-layout3 {
    padding: 60px 0 30px;
  }
}

/*--------------------------------------
    4.6 Brand Team
---------------------------------------*/
/*--- Brand Team Page Style ---*/
.brand-team-wrap-layout1 {
  position: relative;
  z-index: 1;
}

.brand-team-wrap-layout1:before {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(21, 37, 56, 0.9);
  content: "";
  top: 0;
  left: 0;
}

/*--------------------------------------
    4.7 Call To Action
---------------------------------------*/
/*--- Call To Action Layout One ---*/
.call-to-action-wrap-layout1 {
  padding: 88px 0 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.call-to-action-wrap-layout1 img {
    -webkit-transform: translateY(3%) translateX(0);
    -ms-transform: translateY(3%) translateX(0);
    transform: translateY(3%) translateX(0);
}

@media only screen and (max-width: 1199px) {
  .call-to-action-wrap-layout1 {
    padding: 88px 0 70px;
  }
}

@media only screen and (max-width: 991px) {
  .call-to-action-wrap-layout1 {
    padding: 68px 0 43px;
  }
  .call-to-action-box-layout1 {
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout1 {
    padding: 68px 0 63px;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-wrap-layout1 {
    padding: 48px 0 23px;
  }
  .call-to-action-box-layout1 {
      margin-bottom: 22px;
  }
}

.call-to-action-wrap-layout1 .animated-figure {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 10px;
  opacity: 0.05;
}

@media only screen and (max-width: 991px) {
  .call-to-action-box-layout1 {
    text-align: center;
  }
}

.call-to-action-box-layout1 .item-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
}

.call-to-action-box-layout1 .btn-fill {
  padding: 15px 24px;
  margin-bottom: 15px;
}

/*--- Call To Action Layout Two ---*/
.call-to-action-wrap-layout2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 88px 0 72px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .call-to-action-wrap-layout2 {
    padding: 75px 0 62px;
  }
}

@media only screen and (max-width: 991px) {
  .call-to-action-wrap-layout2 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout2 {
    padding: 60px 0 30px;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-wrap-layout2 {
    padding: 50px 0 20px;
  }
}

.call-to-action-wrap-layout2:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .call-to-action-box-layout2 {
    text-align: center;
    margin: 0 auto 30px;
  }
}

.call-to-action-box-layout2 .item-title {
  font-weight: 600;
  color: #f2a14b;
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 50px;
}

.call-to-action-box-layout2 .item-title span {
  color: #fff;
  display: block;
}

.call-to-action-box-layout2 p {
  color: #fff;
}

.call-to-action-box-layout2 .btn-fill {
  padding: 15px 24px;
  margin-bottom: 10px;
}

/*--- Call To Action Layout Three ---*/
.call-to-action-wrap-layout3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 80px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .call-to-action-wrap-layout3 {
    padding: 90px 0 70px;
  }
}

@media only screen and (max-width: 991px) {
  .call-to-action-wrap-layout3 {
    padding: 80px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout3 {
    padding: 70px 0 50px;
  }
}

@media only screen and (max-width: 575px) {
  .call-to-action-wrap-layout3 {
    padding: 60px 0 40px;
  }
}

.call-to-action-wrap-layout3:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.call-to-action-box-layout3 {
  text-align: center;
}

.call-to-action-box-layout3 .item-title {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 50px;
}

.call-to-action-box-layout3 .sub-title {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 25px;
}

.call-to-action-box-layout3 .sub-title span {
  color: #f2a14b;
  display: inline-block;
}

.call-to-action-box-layout3 .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.call-to-action-box-layout3 .list-info li {
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.1;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.call-to-action-box-layout3 .list-info li:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

/*--------------------------------------
    4.8 Case Study
---------------------------------------*/
/*--- Case Study Layout One ---*/
.case-study-wrap-layout1 {
  padding: 85px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .case-study-wrap-layout1 {
    padding: 75px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .case-study-wrap-layout1 {
    padding: 65px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .case-study-wrap-layout1 {
    padding: 55px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .case-study-wrap-layout1 {
    padding: 45px 0 30px;
  }
}

.case-study-wrap-layout1 .section-heading {
  margin-bottom: 40px;
}

.case-study-box-layout1 {
  margin-bottom: 30px;
}

.case-study-box-layout1 .item-figure a {
  display: block;
}

.case-study-box-layout1 .item-content {
  padding: 30px 30px 0 30px;
  background-color: #ffffff;
  width: 90%;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  margin: 0 auto;
  margin-bottom: -50px;
}

@media only screen and (max-width: 991px) {
  .case-study-box-layout1 .item-figure img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .case-study-box-layout1 .item-content {
    padding: 30px 30px 0 30px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 575px) {
   .case-study-box-layout1 .item-content {
      width: 90%;
    }
}

.case-study-box-layout1 .item-content .item-title {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.case-study-box-layout1 .item-content .item-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case-study-box-layout1 .item-content .item-title a:hover {
  color: #f2a14b;
}

.case-study-box-layout1 .item-content .item-sub-title {
  margin-bottom: 10px;
  font-weight: 600;
}

.case-study-box-layout1 .item-content p {
  margin-bottom: 30px;
}

/*--- Case Study Layout Two ---*/
.case-study-wrap-layout2 {
  padding: 100px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .case-study-wrap-layout2 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .case-study-wrap-layout2 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .case-study-wrap-layout2 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .case-study-wrap-layout2 {
    padding: 60px 0 30px;
  }

  .case-study-box-layout2 .item-figure a img {
    width: 100%;
  }
}

.case-study-box-layout2 {
  margin-bottom: 8px;
  text-align: center;
  overflow: hidden;
}

.case-study-box-layout2 .item-figure a {
  display: block;
}

.case-study-box-layout2 .item-content {
  padding: 15px;
  background-color: #ffffff;
}

.case-study-box-layout2 .item-content .item-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 600;
}

.case-study-box-layout2 .item-content .item-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case-study-box-layout2 .item-content .item-title a:hover {
  color: #f2a14b;
}

.case-study-box-layout2 .item-sub-title {
    font-size: 15px;
    font-weight: 600;
}

/*--- Case Study Layout Three ---*/
.case-study-wrap-layout3 {
  padding: 83px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .case-study-wrap-layout3 {
    padding: 73px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .case-study-wrap-layout3 {
    padding: 63px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .case-study-wrap-layout3 {
    padding: 53px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .case-study-wrap-layout3 {
    padding: 43px 0 30px;
  }
}

.case-study-wrap-layout3 .section-heading2 {
  margin-bottom: 20px;
}

.case-study-box-layout3 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.case-study-box-layout3 .item-figure img,
.case-study-box-layout4 .item-figure img {
    width: 100%;
}

.case-study-box-layout3:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.case-study-box-layout5:before {
  bottom: -73%;
}

.case-study-box-layout3 .item-content {
  margin-top: 10px;
  padding: 30px;
  position: absolute;
  z-index: 1;
  bottom: -20%;
  left: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.case-study-box-layout3 .sub-title,
.case-study-box-layout3 .sub-title a {
  color: #eceaea;
  font-size: 15px;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
}

.case-study-box-layout3 .sub-title a:hover{
  color: #eceaea;
}

.case-study-box-layout3 .item-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 600;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.case-study-box-layout3 .item-title a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case-study-box-layout3:hover .item-title a:hover{
  color: #f2a14b;
}

.case-study-box-layout3 p {
  color: #eceaea;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.case-study-box-layout3:hover:before {
  opacity: 1;
  backface-visibility: visible;
  bottom: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.case-study-box-layout3:hover .item-content {
  bottom: 50%;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.case-study-box-layout3:hover .item-content .sub-title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.case-study-box-layout3:hover .item-content .item-title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.case-study-box-layout3:hover .item-content p {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}


.case-study-box-layout4 {
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
}

.case-study-box-layout4 .item-content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -60px;
    background: #fff;
    text-align: center;
    padding: 32px 15px;
    margin: 0 30px;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 8%);
}

.case-study-box-layout4 .item-content h3 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 30px;
}

.case-study-box-layout4 .item-content h3 a{
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.case-study-box-layout4 .item-content h3 a:hover{
  color: #f2a14b;
}

.case-study-box-layout4 .item-sub-title{
  font-size: 18px;
  color: #f2a14b;
  font-weight: 600;
  letter-spacing: 2px;
}

.case-study-box-layout4 .item-figure{
  overflow:hidden;
}

.case-study-box-layout4 .item-figure img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.case-study-box-layout4:hover .item-figure img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/*--- Case Study Layout Four ---*/
.case-study-wrap-layout4 {
  padding: 70px 0;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .case-study-wrap-layout4 {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .case-study-wrap-layout4 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .case-study-wrap-layout4 {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 575px) {
  .case-study-wrap-layout4 {
    padding: 30px 0;
  }
}

.case-study-wrap-layout4 .section-heading {
  margin-bottom: 40px;
}

/*--- Case Study Details ---*/
.single-case-study-wrap {
  padding: 100px 0 75px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .single-case-study-wrap {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .single-case-study-wrap {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .single-case-study-wrap {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .single-case-study-wrap {
    padding: 60px 0 30px;
  }
}

.single-case-study-box1 {
  margin-bottom: 30px;
}

.single-case-study-box2 {
  margin-bottom: 30px;
  padding: 53px 55px 56px;
  background-color: #1b3452;
}

@media only screen and (max-width: 991px) {
  .single-case-study-box2 {
    padding: 43px 45px 46px;
  }
}

.single-case-study-box2 h2 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

.single-case-study-box2 p{
  color: #e1e1e1;
}

.single-case-study-box2 .info-items .info-item {
  font-weight: 500;
  color: #fff;
}

.single-case-study-box2 .info-items .info-item span{
  color: #e0e0e0;
}

.single-case-study-box2 .info-items .info-item:last-child {
  margin-bottom: 0;
}

.single-case-study-box2 .info-items .info-item span {
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}

.single-case-study-box3 .single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
}

@media only screen and (max-width: 991px) {
  .single-case-study-box3 .single-item {
    padding: 0 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single-case-study-box3 .single-item {
    display: block;
  }
}

.single-case-study-box3 .single-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.single-case-study-box3 .single-item h3 {
  min-width: 220px;
  font-size: 22px;
  font-weight: 600;
}

.single-case-study-box3 .single-item .sub-content {
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.single-case-study-box3 .single-item .inline-case-info li {
  display: inline-block;
  width: 33%;
  margin-bottom: 8px;
  font-size: 18px;
  color: #000;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .single-case-study-box3 .single-item .inline-case-info li {
    width: 49%;
  }
}

@media only screen and (max-width: 991px) {
  .single-case-study-box3 .single-item .inline-case-info li {
    width: 100%;
  }

  .single-case-study-box1 img {
    width: 100%;
  }
}

.single-case-study-box3 .single-item .inline-case-info li:before {
  content: "";
  background-color: #f2a14b;
  height: 7px;
  width: 7px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
}

.single-case-study-box3 .single-item .block-case-info li {
  margin-bottom: 20px;
}

.single-case-study-box3 .single-item .block-case-info li:last-child {
  margin-bottom: 0;
}

.single-case-study-box3 .single-item .block-case-info li h4 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
}

.single-case-study-box3 .single-item .block-case-info li p {
  margin-bottom: 10px;
}

/*--------------------------------------
    4.9 Careers
---------------------------------------*/
.careers-wrap {
  padding: 86px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .careers-wrap {
    padding: 76px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .careers-wrap {
    padding: 66px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-wrap {
    padding: 56px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .careers-wrap {
    padding: 46px 0 30px;
  }
}

.careers-box1 {
  text-align: center;
  margin-bottom: 40px;
}

.careers-box1 h2 {
  font-weight: 700;
}

.careers-box2 {
  margin-bottom: 40px;
}

.careers-box3 .block-items .single-item {
  margin-bottom: 20px;
}

.careers-box3 .block-items .single-item:last-child .block-career-info {
  margin-bottom: 0;
}

.careers-box3 .block-items .single-item h3 {
  font-size: 22px;
  font-weight: 600;
}

.careers-box3 .block-items .single-item .inline-career-info li {
  margin-bottom: 15px;
  display: inline-block;
  width: 33%;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .careers-box3 .block-items .single-item .inline-career-info li {
    width: 49%;
  }
}

@media only screen and (max-width: 575px) {
  .careers-box3 .block-items .single-item .inline-career-info li {
    width: 100%;
  }
}

.careers-box3 .block-items .single-item .inline-career-info li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.careers-box3 .block-items .single-item .block-career-info {
  padding-left: 20px;
  margin-bottom: 30px;
}

.careers-box3 .block-items .single-item .block-career-info li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-bottom: 5px;
}

.careers-box3 .block-items .single-item .block-career-info li:last-child {
  margin-bottom: 0;
}

.careers-box3 .block-items .single-item .block-career-info li:before {
  content: "";
  background-color: #f2a14b;
  height: 7px;
  width: 7px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
}

/*--------------------------------------
    4.10 Contact
---------------------------------------*/
.contact-wrap-layout1 {
  z-index: 1;
  padding: 100px 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1199px) {
  .contact-wrap-layout1 {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 991px) {
  .contact-wrap-layout1 {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-wrap-layout1 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 575px) {
  .contact-wrap-layout1 {
    padding: 60px 0;
  }
}

.contact-form-box .form-group input::-webkit-input-placeholder,
.contact-form-box .form-group textarea::-webkit-input-placeholder {
    color: #fff !important;
}

.contact-form-box .form-group input:-moz-placeholder,
.contact-form-box .form-group textarea::-webkit-input-placeholder{
  color: #fff !important;
}

.contact-form-box .form-group input:-ms-input-placeholder,
.contact-form-box .form-group textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.contact-form-box .btn-fill{
  margin-top: 8px;
}

.free_consult h2.heading-main-title {
    padding-bottom: 0;
}

  .consultation_contact .form-group input::-webkit-input-placeholder,
  .consultation_contact .form-group textarea::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1;
  }

  .consultation_contact .form-group input:-moz-placeholder,
  .consultation_contact .form-group textarea:-moz-placeholder {
    color: #ddd;
    opacity: 1;
  }

  .consultation_contact .form-group input:-ms-input-placeholder,
  .consultation_contact .form-group textarea:-ms-input-placeholder {
    color: #ddd;
    opacity: 1;
  }
}

.contact-form-box .form-group {
  margin-bottom: 20px;
}

.contact-form-box .form-group .form-control {
  font-size: 16px;
  padding: 14px 20px;
  color: #fff;
  border-radius: 0;
  border: 1px solid #63768d;
  background-color: transparent;
}

.contact-form-box .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form-box .form-group input {
  height: 45px;
}

.free_consult .contact-form-box .form-group input {
  height: auto;
}

.contact-form-box .alert.alert-danger,
.contact-form-box .alert.alert-info,
.contact-form-box .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 15px;
  border-radius: 0;
}

.contact-form-box .alert.alert-danger p,
.contact-form-box .alert.alert-info p,
.contact-form-box .alert.alert-success p {
  margin-bottom: 0;
}

.contact-form-box input.form-control::-webkit-input-placeholder,
.contact-form-box textarea.form-control::-webkit-input-placeholder {
  color: #a5a5a5;
}

.contact-form-box input.form-control::-moz-placeholder,
.contact-form-box textarea.form-control::-moz-placeholder {
  color: #a5a5a5;
}

.contact-form-box input.form-control:-moz-placeholder,
.contact-form-box textarea.form-control:-moz-placeholder {
  color: #a5a5a5;
}

.contact-form-box input.form-control:-ms-input-placeholder,
.contact-form-box textarea.form-control:-ms-input-placeholder {
  color: #a5a5a5;
}

.contact-wrap-layout2 {
  background-color: #fdf8f3;
  padding: 90px 60px 70px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .contact-wrap-layout2 {
    background-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .contact-wrap-layout2 .heading-main-title {
    color: #fff;
  }
}

.contact-wrap-layout2 .contact-form-box {
  max-width: 520px;
  width: 100%;
}

.contact-wrap-layout2 .contact-form-box .form-group {
  margin-bottom: 20px;
}

.contact-wrap-layout2 .contact-form-box .form-group input {
  height: 40px;
}

.contact-wrap-layout2 .contact-form-box .form-group .form-control {
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
  color: #1c1b1b;
  border: 1px solid #dddddd;
  background-color: transparent;
  border-radius: 0;
}

.consultation_contact .form-group .form-control {
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
  color: #1c1b1b;
  border: 1px solid #dddddd;
  background-color: transparent;
  border-radius: 0;
}

.consultation_contact .form-group input.form-control::-webkit-input-placeholder,
.consultation_contact .form-group textarea.form-control::-webkit-input-placeholder {
  color: #9a9a9a;
}

.consultation_contact .form-group input.form-control::-moz-placeholder,
.consultation_contact .form-group textarea.form-control::-moz-placeholder {
  color: #9a9a9a;
}

.consultation_contact .form-group input.form-control:-moz-placeholder,
.consultation_contact .form-group textarea.form-control:-moz-placeholder {
  color: #9a9a9a;
}

.contact-wrap-layout2 .contact-form-box .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.consultation_contact .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-wrap-layout2 .contact-form-box .alert.alert-danger,
.contact-wrap-layout2 .contact-form-box .alert.alert-info,
.contact-wrap-layout2 .contact-form-box .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 15px;
  border-radius: 0;
}

.contact-wrap-layout2 .contact-form-box .alert.alert-danger p,
.contact-wrap-layout2 .contact-form-box .alert.alert-info p,
.contact-wrap-layout2 .contact-form-box .alert.alert-success p {
  margin-bottom: 0;
}

.contact-wrap-layout2 .contact-form-box input.form-control::-webkit-input-placeholder,
.contact-wrap-layout2 .contact-form-box textarea.form-control::-webkit-input-placeholder {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 300;
}

.contact-wrap-layout2 .contact-form-box input.form-control::-moz-placeholder,
.contact-wrap-layout2 .contact-form-box textarea.form-control::-moz-placeholder {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 300;
}

.contact-wrap-layout2 .contact-form-box input.form-control:-moz-placeholder,
.contact-wrap-layout2 .contact-form-box textarea.form-control:-moz-placeholder {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 300;
}

.contact-wrap-layout2 .contact-form-box input.form-control:-ms-input-placeholder,
.contact-wrap-layout2 .contact-form-box textarea.form-control:-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 300;
}

.contact-wrap-layout3 {
  padding: 91px 0 70px;
  background-color: #fff;
}

.consultation_contact.consult-bg {
    background-color:#fdf8f3;
  }

@media only screen and (max-width: 1199px) {
  .contact-wrap-layout3 {
    padding: 81px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-wrap-layout3 {
    padding: 67px 0 50px;
  }

  .consultation_contact.consult-bg {
    background-color:transparent;
  }

  .consultation_contact.consult-bg .section-heading2 .heading-main-title{
    color: #ffffff;
  }

}

@media only screen and (max-width: 767px) {
  .contact-wrap-layout3 {
    padding: 57px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-wrap-layout3 {
    padding: 47px 0 30px;
  }
}

.contact-box-layout3 {
  padding: 40px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}

.contact-box-layout3 h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 5px;
}

.contact-box-layout3 .section-heading p {
    text-align: center;
}

@media only screen and (max-width: 991px) {
  .contact-box-layout3 h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-box-layout3 h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-box-layout3 h2 {
    font-size: 24px;
  }
}

.contact-box-layout3 .description {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.contact-box-layout3 .contact-form-box form {
  margin-bottom: 10px;
  width: 100%;
}

.contact-box-layout3 .contact-form-box .form-group {
  margin-bottom: 20px;
}

.contact-box-layout3 .contact-form-box .form-group input {
  height: 50px;
}

.contact-box-layout3 .contact-form-box .form-group .form-control {
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
  color: #1c1b1b;
  border: 0;
  border-bottom: 1px solid #dddddd;
  background-color: transparent;
}

.contact-box-layout3 .contact-form-box .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-box-layout3 .contact-form-box .btn-fill {
  padding: 11px 30px;
}

.contact-box-layout3 .contact-form-box .alert.alert-danger,
.contact-box-layout3 .contact-form-box .alert.alert-info,
.contact-box-layout3 .contact-form-box .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 15px;
  border-radius: 0;
}

.contact-box-layout3 .contact-form-box .alert.alert-danger p,
.contact-box-layout3 .contact-form-box .alert.alert-info p,
.contact-box-layout3 .contact-form-box .alert.alert-success p {
  margin-bottom: 0;
}

.contact-box3.contact-form-box input.form-control::-webkit-input-placeholder,
.contact-box3.contact-form-box textarea.form-control::-webkit-input-placeholder {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
}

.contact-box3.contact-form-box input.form-control::-moz-placeholder,
.contact-box3.contact-form-box textarea.form-control::-moz-placeholder {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
}

.contact-box3.contact-form-box input.form-control:-moz-placeholder,
.contact-box3.contact-form-box textarea.form-control:-moz-placeholder {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
}

.contact-box3.contact-form-box input.form-control:-ms-input-placeholder,
.contact-box3.contact-form-box textarea.form-control:-ms-input-placeholder {
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
}

.contact-box-layout3 .address-items {
  margin-bottom: 20px;
}

.contact-box-layout3 .address-items li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
}

.contact-box-layout3 .address-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-box-layout3 .address-items li .media .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 70px;
  line-height: 1;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}

.contact-box-layout3 .address-items li .media .item-icon i:before {
  color: #f2a14b;
  font-size: 32px;
}

.contact-box-layout3 .address-items li .media .media-body .item-title {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-box-layout3 .address-items li .media .media-body p {
  color: #666666;
  margin-bottom: 0;
}

.contact-box-layout3.style2 {
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 0 208px 0 rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 208px 0 rgba(0, 0, 0, 0.02);
}

.contact-box-layout3.mr-30 {
    margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .contact-box-layout3.mr-30 {
    margin-left: 0 !important;
  }
}

/*--------------------------------------
    4.11 Contact Progress
---------------------------------------*/
.contact-progress-wrap-layout1 {
  background-image: url("../img/contact-bg1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 75px 0;
}

@media only screen and (max-width: 991px) {
  .contact-progress-wrap-layout1 {
    padding: 80px 0 72px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-progress-wrap-layout1 {
    padding: 70px 0 62px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-progress-wrap-layout1 {
    padding: 60px 0 52px;
  }
}

.contact-progress-wrap-layout1:before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-progress-wrap-layout1:after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: white;
  top: 0;
  left: 0;
  bottom: 0;
  width: 36%;
}

@media only screen and (max-width: 991px) {
  .contact-progress-wrap-layout1:after {
    display: none;
  }
}

.contact-progress-wrap-layout2 {
  background-image: url("../img/contact-bg1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 75px 0;
}

@media only screen and (max-width: 991px) {
  .contact-progress-wrap-layout2 {
    padding: 80px 0 72px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-progress-wrap-layout2 {
    padding: 70px 0 62px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-progress-wrap-layout2 {
    padding: 60px 0 52px;
  }
}

.contact-progress-wrap-layout2:before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-progress-wrap-layout2:after {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: white;
  top: 0;
  left: 0;
  bottom: 0;
  width: 36%;
}

@media only screen and (max-width: 991px) {
  .contact-progress-wrap-layout2:after {
    display: none;
  }
}

/*--------------------------------------
    4.12 Faq
---------------------------------------*/
.faq-wrap {
  background-color: #fff;
  padding: 100px 0 70px;
}

@media only screen and (max-width: 1199px) {
  .faq-wrap {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .faq-wrap {
    padding: 80px 0 50px;
  }

  .faq-box {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-wrap {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-wrap {
    padding: 60px 0 30px;
  }

  .faq-box {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.faq-box {
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding: 70px 80px 50px;
  margin-right: 30px;
}

@media only screen and (max-width: 575px) {
  .faq-box {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.faq-box .elementor-accordion-item {
    border-right: 0 !important;
    border-left: 0 !important;
}

.faq-box .elementor-accordion-item span {
    margin-right: 12px;
}

.faq-box .elementor-tab-content {
    border-top: transparent !important;
}

.faq-box .elementor-accordion-item:last-child {
    border: transparent;
}

.faq-box .elementor-accordion .elementor-tab-title {
    padding: 30px 0px 30px 0px !important;
}

@media only screen and (max-width: 767px) {
  .faq-box {
    padding: 50px 60px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .faq-box {
    padding: 30px 40px 10px;
  }
}

.faq-box .section-heading p {
  width: 100%;
}

.faq-box .single-item {
  border: none;
  border-bottom: 1px solid #dedede;
}

.faq-box .single-item .item-nav {
  padding: 0;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}

.faq-box .single-item .item-nav a {
  border-radius: 0;
  color: #f2a14b;
  width: 100%;
  display: block;
  padding: 25px 50px 28px 0;
  font-size: 18px;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-box .single-item .item-nav a:after {
  position: absolute;
  content: "\f078";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  font-size: 14px;
  z-index: 5;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f2a14b;
}

.faq-box .single-item .item-nav a.collapsed {
  background-color: #ffffff;
  color: #000000;
}

.faq-box .single-item .item-nav a.collapsed:after {
  color: #b9b9b9;
  content: "\f077";
}

.faq-box .single-item .item-content-wrap .item-content {
  padding: 0 0 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-box .single-item .item-content-wrap .item-content p {
  margin-bottom: 0;
}

.faq-box .single-item:last-child {
  border-bottom: 0;
}

/*--------------------------------------
    4.13 Feature
---------------------------------------*/
.feature-wrap-layout1 {
  position: relative;
  z-index: 1;
  background-color: transparent;
}


.sec-top-minus {
    z-index: 14;
    position: relative;
}
.sec-top-minus {
    margin-top: -12rem;
}

.standard-section {
    background-color: #ffffff;
    border-radius: 0.25rem 0 0 0.25rem;
    box-shadow: 0rem 0.75rem 1.5rem 0rem rgba(0, 0, 0, 0.06);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-left: calc((100% - 1320px) / 2);
}

.feature-box-layout1 {
  background-color: #1b3452;
  padding: 65px 36px 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .feature-box-layout1 {
    margin: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-box-layout1 {
    margin: 0 0 20px 0;
  }
}

.feature-box-layout1 .item-icon {
  margin-bottom: 20px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.feature-box-layout1 .item-icon i {
  color: #ffffff;
  text-shadow: 0px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-box-layout1 .item-icon i:before {
  font-size: 60px;
}

.feature-box-layout1 .item-title {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 32px;
}

.feature-box-layout1 p {
  color: #dcdbdb;
}

.feature-box-layout1:hover {
  background-color: #1a2d44;
}

.feature-box-layout1:hover .item-icon {
  -webkit-animation: icon_rotateY-1 0.5s forwards linear;
          animation: icon_rotateY-1 0.5s forwards linear;
}

.feature-box-layout1:hover .item-icon i {
  color: #f2a14b;
}

[class^="col-"]:nth-child(even) > .feature-box-layout1 {
  background-color: #1f3a5a;
}

[class^="col-"]:nth-child(even) > .feature-box-layout1:hover {
  background-color: #1a2d44;
}

@-webkit-keyframes icon_rotateY-1 {
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes icon_rotateY-1 {
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.feature-wrap-layout2 {
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .feature-wrap-layout2 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .feature-wrap-layout2 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-wrap-layout2 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .feature-wrap-layout2 {
    padding: 60px 0 30px;
  }
}

.feature-wrap-layout2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(13, 22, 33, 0.75);
}

.feature-box-layout2 {
  background-color: #1b3452;
  padding: 65px 36px 40px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-box-layout2 .item-icon {
  margin-bottom: 20px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.feature-box-layout2 .item-icon i {
  color: #ffffff;
  text-shadow: 0px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-box-layout2 .item-icon i:before {
  font-size: 60px;
}

@media only screen and (max-width: 991px) {
  .feature-box-layout2 .item-icon i:before {
    font-size: 50px;
  }
  .feature-box-layout2 {
    margin: 10px;
  }
}


@media only screen and (max-width: 767px) {
  .feature-box-layout2 .item-icon i:before {
    font-size: 40px;
  }
}

.feature-box-layout2 .item-title {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-box-layout2 p {
  color: #dcdbdb;
}

.feature-box-layout2:hover {
  background-color: #1a2d44;
}

.feature-box-layout2:hover .item-icon {
  -webkit-animation: icon_rotateY-2 0.5s forwards linear;
          animation: icon_rotateY-2 0.5s forwards linear;
}

.feature-box-layout2:hover .item-icon i {
  color: #f2a14b;
}

[class^="col-"]:nth-child(even) > .feature-box-layout2 {
  background-color: #1f3a5a;
}

[class^="col-"]:nth-child(even) > .feature-box-layout2:hover {
  background-color: #1a2d44;
}

@-webkit-keyframes icon_rotateY-2 {
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes icon_rotateY-2 {
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

/*--------------------------------------
    4.14 Gallery
---------------------------------------*/
.gallery-wrap-layout1 {
  padding: 20px 0 60px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .gallery-wrap-layout1 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .gallery-wrap-layout1 {
    padding: 20px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-wrap-layout1 {
    padding: 20px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-wrap-layout1 {
    padding: 20px 0 20px;
  }
}

.gallery-box-layout1 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.gallery-box-layout1 a {
  display: block;
}

/*--------------------------------------
    4.15 History
---------------------------------------*/
.history-wrap-layout1 {
  padding: 100px 0 70px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .history-wrap-layout1 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .history-wrap-layout1 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .history-wrap-layout1 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .history-wrap-layout1 {
    padding: 60px 0 30px;
  }
}

.history-wrap-layout1 .animated-figure {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .history-wrap-layout1 .animated-figure {
    display: none;
  }
}

.history-inner-layout1 {
  position: relative;
  z-index: 1;
  padding: 50px 0 0;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 991px) {
  .history-inner-layout1 {
    background-image: none;
    padding: 10px 0 0;
  }
}

.history-inner-layout1:before {
  content: '';
  position: absolute;
  left: 50%;
  background-color: #e6e6e6;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 2px;
  height: calc(100% - 26px);
}

@media only screen and (max-width: 991px) {
  .history-inner-layout1:before {
    left: 105px;
    height: calc(100% - 50px);
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .history-inner-layout1:before {
    display: none;
  }
}

.history-inner-layout1 .history-box-layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .history-inner-layout1 .history-box-layout1 {
    max-width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .history-inner-layout1 .history-box-layout1 {
    max-width: inherit;
  }
}

.history-inner-layout1 .history-box-layout1:before {
  content: '';
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .history-inner-layout1 .history-box-layout1:before {
    display: none;
  }
}

.history-inner-layout1 .history-box-layout1:after {
  content: '';
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #e6e6e6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .history-inner-layout1 .history-box-layout1:after {
    display: none;
  }
}

.history-inner-layout1 .history-box-layout1 .item-year {
  font-size: 28px;
  color: #666666;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .history-inner-layout1 .history-box-layout1 .item-year {
    position: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .history-inner-layout1 .history-box-layout1 .item-year {
    font-size: 28px;
  }
}

.history-inner-layout1 .history-box-layout1:nth-child(odd) {
  left: 50%;
}

.history-inner-layout1 .history-box-layout1:nth-child(odd):before {
  left: -15px;
}

.history-inner-layout1 .history-box-layout1:nth-child(odd):after {
  left: -15px;
}

.history-inner-layout1 .history-box-layout1:nth-child(odd) .item-year {
  left: -115px;
}

.history-inner-layout1 .history-box-layout1:nth-child(odd) .item-content {
  padding-left: 50px;
}

@media only screen and (max-width: 991px) {
  .history-inner-layout1 .history-box-layout1:nth-child(odd) {
    left: 0;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(odd):before {
    left: 90px;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(odd):after {
    left: 90px;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(odd) .item-year {
    left: 0;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(odd) .item-content {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .history-inner-layout1 .history-box-layout1:nth-child(odd) .item-content {
    padding-left: 30px;
  }
}

.history-inner-layout1 .history-box-layout1:nth-child(even) {
  left: calc(50% - 500px);
  text-align: right;
}

.history-inner-layout1 .history-box-layout1:nth-child(even):before {
  right: -15px;
}

.history-inner-layout1 .history-box-layout1:nth-child(even):after {
  right: -15px;
}

.history-inner-layout1 .history-box-layout1:nth-child(even) .item-year {
  right: -115px;
}

.history-inner-layout1 .history-box-layout1:nth-child(even) .item-content {
  padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
  .history-inner-layout1 .history-box-layout1:nth-child(even) {
    left: calc(50% - 450px);
  }
}

@media only screen and (max-width: 991px) {
  .history-inner-layout1 .history-box-layout1:nth-child(even) {
    left: 0;
    text-align: left;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(even):before {
    right: inherit;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(even):after {
    right: inherit;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(even) .item-year {
    right: inherit;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(even) .item-content {
    padding-right: inherit;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(even):before {
    left: 90px;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(even):after {
    left: 90px;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(even) .item-year {
    left: 0;
  }
  .history-inner-layout1 .history-box-layout1:nth-child(even) .item-content {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .history-inner-layout1 .history-box-layout1:nth-child(even) .item-content {
    padding-left: 30px;
    padding-right: 0;
  }
}

.history-inner-layout1 .history-box-layout1 .item-content h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 32px;
}

.history-inner-layout1 .history-box-layout1:last-child {
  margin-bottom: 0;
}

.history-inner-layout1 .history-box-layout1:hover:before {
  border-top-color: #f2a14b;
}

.history-inner-layout1 .history-box-layout1:hover:after {
  border-bottom-color: #f2a14b;
}

/*--------------------------------------
    4.16 Map
---------------------------------------*/
.map-layout1 {
  height: 423px;
}

@media only screen and (max-width: 767px) {
  .map-layout1 {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .map-layout1 {
    height: 300px;
  }
}

/*--------------------------------------
    4.17 Newsletter
---------------------------------------*/
.newsletter-wrap-layout1 {
  border-bottom: 1px solid rgba(119, 124, 127, 0.2);
  margin-bottom: 45px;
}

.newsletter-box-layout1 {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .newsletter-box-layout1 {
    text-align: center;
  }
}

.newsletter-box-layout1 .item-title {
  color: #ffffff;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .newsletter-box-layout1 .item-title {
    font-size: 22px;
  }
}

.newsletter-box-layout1 p {
  color: #ffffff;
  margin-bottom: 0;
}

.newsletter-box-layout2 {
  margin-bottom: 50px;
}

.newsletter-box-layout2 .newsletter-form {
  display: inline-block;
  width: 100%;
  background: transparent;
  border-radius: 0;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group {
  background: transparent;
  height: 50px;
  border-radius: 0;
}

@media only screen and (max-width: 575px) {
  .newsletter-box-layout2 .newsletter-form .stylish-input-group {
    display: block;
  }
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group .form-control {
  padding: 5px 20px 10px;
  font-weight: 400;
  border: 1px solid rgba(113, 118, 122, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  height: 50px;
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {
  .newsletter-box-layout2 .newsletter-form .stylish-input-group .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
  display: block;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group .input-group-addon:focus {
  outline: none;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button {
  display: block;
  padding: 0 40px;
  height: 50px;
  cursor: pointer;
  background: #f2a14b;
  border: 1px solid #f2a14b;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .newsletter-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button {
    width: 100%;
  }
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button:hover {
  background-color: transparent;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button:hover span {
  color: #f2a14b;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group .input-group-addon button:focus {
  outline: none;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.newsletter-box-layout2 .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #9c9b9b;
  font-size: 15px;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group input.form-control::-moz-placeholder,
.newsletter-box-layout2 .newsletter-form .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #9c9b9b;
  font-size: 15px;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.newsletter-box-layout2 .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #9c9b9b;
  font-size: 15px;
}

.newsletter-box-layout2 .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.newsletter-box-layout2 .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #9c9b9b;
  font-size: 15px;
}

.newsletter-wrap-layout2 {
  position: relative;
  z-index: 1;
}

.newsletter-wrap-layout2:before {
  position: absolute;
  z-index: -1;
  content: "";
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}

.newsletter-wrap-layout2:after {
  position: absolute;
  z-index: -1;
  content: "";
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
}

.newsletter-wrap-layout2 .inner-wrap {
  padding: 40px 70px;
  background-color: #1b3452;
}

@media only screen and (max-width: 575px) {
  .newsletter-wrap-layout2 .inner-wrap {
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 991px) {
  .newsletter-box-layout3 {
    text-align: center;
    margin-bottom: 10px;
  }
}

.newsletter-box-layout3 .item-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .newsletter-box-layout3 .item-title {
    font-size: 22px;
  }
}

.newsletter-box-layout3 p {
  color: #dcdbdb;
  margin-bottom: 5px;
  line-height: 1.5;
}

.newsletter-box-layout4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.newsletter-box-layout4 .newsletter-form {
  display: inline-block;
  width: 100%;
  background: transparent;
  border-radius: 0;
}
.newsletter-box-layout4 .newsletter-form .stylish-input-group {
  background: transparent;
  height: 50px;
  border-radius: 0;
}
@media only screen and (max-width: 575px) {
  .newsletter-box-layout4 .newsletter-form .stylish-input-group {
    display: block;
    height: auto;
  }
}
.newsletter-box-layout4 .newsletter-form .stylish-input-group .form-control {
  padding: 5px 20px 10px;
  font-weight: 400;
  border: 1px solid #939393;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #939393;
  height: 50px;
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 15px;
}
.newsletter-box-layout4 .newsletter-form .stylish-input-group .wpcf7-form-control-wrap {
    position: relative;
    max-width: 70%;
}
@media only screen and (max-width: 991px) {
  .newsletter-box-layout4 .newsletter-form .stylish-input-group .wpcf7-form-control-wrap {
      position: relative;
      max-width: 68%;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-box-layout4 .newsletter-form .stylish-input-group .form-control {
    width: 100%;
    margin-bottom: 15px;
  }
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
  display: block;
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group .input-group-addon:focus {
  outline: none;
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group .input-group-addon button {
  display: block;
  padding: 0 40px;
  height: 50px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group .input-group-addon .btn-fill:before,
.contact-form-box .btn-fill:before{
  background-color: #fff;
}

@media only screen and (max-width: 575px) {
  .newsletter-box-layout4 .newsletter-form .stylish-input-group .input-group-addon button {
    width: 100%;
  }
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group .input-group-addon button span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group .input-group-addon button:hover span,
.contact-form-box .btn-fill:hover {
  color: #000;
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group .input-group-addon button:focus {
  outline: none;
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.newsletter-box-layout4 .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #939393;
  font-size: 15px;
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group input.form-control::-moz-placeholder,
.newsletter-box-layout4 .newsletter-form .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #939393;
  font-size: 15px;
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.newsletter-box-layout4 .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #939393;
  font-size: 15px;
}

.newsletter-box-layout4 .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.newsletter-box-layout4 .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #939393;
  font-size: 15px;
}

span.hide_subscribe_title{
  display: none;
}

/*--------------------------------------
    4.18 Practice
---------------------------------------*/
.practice-wrap-layout1 {
  padding: 100px 0 70px;
  background-color: #f9f8f5;
}

@media only screen and (max-width: 1199px) {
  .practice-wrap-layout1 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .practice-wrap-layout1 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .practice-wrap-layout1 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .practice-wrap-layout1 {
    padding: 60px 0 30px;
  }
}

.practice-box-layout1 {
  margin-bottom: 30px;
  text-align: center;
  padding: 54px 22px 34px;
  -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.practice-box-layout1:hover:before {
    content: "";
    background-image: url(../img/prac-bg-img.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.practice-box-layout1:after {
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #1b3452;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.practice-box-layout1:hover:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.practice-box-layout1 .item-icon {
  color: #f2a14b;
  margin-bottom: 15px;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.practice-box-layout1 .item-icon i {
  color: #f2a14b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.practice-box-layout1:hover .item-icon i {
  color: #fff;
  transition-delay: 0.2s;
}

.practice-box-layout1 .item-icon i:before {
  font-size: 50px;
}

.practice-box-layout1 .item-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.practice-box-layout1 .item-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.practice-box-layout1:hover .item-title a{
  color: #fff;
}

.practice-box-layout1 .item-title a:hover {
  color: #f2a14b;
}

.practice-box-layout1:hover p{
  color: #fff;
}

.practice-box-layout1:hover .item-icon {
  -webkit-animation: icon_rotateY-1 0.5s forwards linear;
          animation: icon_rotateY-1 0.5s forwards linear;
}

@keyframes icon_rotateY-1 {
  to {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.practice-wrap-layout2 {
  padding: 100px 0 70px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .practice-wrap-layout2 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .practice-wrap-layout2 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .practice-wrap-layout2 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .practice-wrap-layout2 {
    padding: 60px 0 30px;
  }
}

.single-practice-wrap {
  padding: 100px 0 70px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .single-practice-wrap {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .single-practice-wrap {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .single-practice-wrap {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .single-practice-wrap {
    padding: 60px 0 30px;
  }
}

.single-practice-box{
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .single-practice-box{
    margin-right: 5px;
    margin-left: 5px;
  }
}

.single-practice-box .item-figure {
  margin-bottom: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .single-practice-box .item-figure {
    margin-bottom: 20px;
  }
}

.single-practice-box .item-figure img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-practice-box .item-figure:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.single-practice-box .item-title {
  font-weight: 600;
}

.single-practice-box h3 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .single-practice-box h3 {
    font-size: 22px;
  }
}

.single-practice-box h4 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .single-practice-box h4 {
    font-size: 17px;
  }
}

.single-practice-box .practice-list-box h4 {
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.single-practice-box .practice-list-box h4:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  color: #f2a14b;
}

.single-blog-box1 ul.rt-icon-box.practice-list-box{
  margin: 0;
  padding: 0 0 10px 10px;
  list-style: none;
}

ul.rt-icon-box.practice-list-box li {
  padding-left: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-weight: 500;
}

ul.rt-icon-box.practice-list-box li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  color: #f2a14b;
}

.single-practice-box .practice-list-box p {
  padding-left: 30px;
}

.single-practice-box .practice-info-wrap .info-details {
  margin-bottom: 25px;
}

.single-practice-box .practice-info-wrap .item-figure {
  margin-bottom: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .single-practice-box .practice-info-wrap .item-figure {
    margin-bottom: 20px;
  }
}

.single-practice-box .practice-info-wrap .item-figure img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-practice-box .practice-info-wrap .item-figure:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.single-practice-box .practice-info-box {
  margin-bottom: 30px;
}

.single-practice-box .practice-info-box .item-icon {
  line-height: 1;
  margin-bottom: 10px;
}

.single-practice-box .practice-info-box .item-icon i {
  color: #f2a14b;
}

.single-practice-box .practice-info-box .item-icon i:before {
  font-size: 42px;
}

.single-practice-box .practice-info-box h4 {
  font-size: 18px;
  font-weight: 700;
}

.single-practice-wrap2 {
  padding: 100px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .single-practice-wrap2 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .single-practice-wrap2 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .single-practice-wrap2 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .single-practice-wrap2 {
    padding: 60px 0 30px;
  }
}

.single-practice-box2 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .single-practice-box2 {
    padding-left: 20px;
  }
}

.single-practice-box2 .item-title {
  font-weight: 600;
}

.single-practice-box3 {
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 30px 10px;
  border: 1px solid #d4d4d4;
}

.single-practice-box3 .item-icon {
  color: #f2a14b;
  margin-bottom: 15px;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-practice-box3 .item-icon i {
  color: #f2a14b;
}

.single-practice-box3 .item-icon i:before {
  color: #f2a14b;
  font-size: 50px;
}

.single-practice-box3 .item-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.single-practice-box3 .item-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-practice-box3 .item-title a:hover {
  color: #f2a14b;
}

.single-practice-box4 {
  margin-bottom: 30px;
}

.single-practice-box4 h2 {
  font-weight: 600;
}

.single-practice-box4 h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

/*--------------------------------------
    4.19 Pricing
---------------------------------------*/
.pricing-wrap-layout1 {
  background-color: #fff;
  padding: 100px 0 70px;
}

@media only screen and (max-width: 1199px) {
  .pricing-wrap-layout1 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-wrap-layout1 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-wrap-layout1 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-wrap-layout1 {
    padding: 60px 0 30px;
  }
}

.pricing-box-layout1 {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding: 65px 70px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .pricing-box-layout1 {
    padding: 50px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-box-layout1 {
    padding: 40px 45px;
  }

  .pricing-box-layout1 .item-header .item-title{
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-box-layout1 {
    padding: 30px;
  }
}

.pricing-box-layout1:before {
  content: "";
  background-image: url("../img/pricing-bg-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.pricing-box-layout1:after {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #f2a14b;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pricing-box-layout1 .item-header {
  color: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .item-header .item-title {
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .item-header .item-price {
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  color: #f2a14b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .item-header .item-price .item-currency {
  font-size: 18px;
}

.pricing-box-layout1 .item-header .item-price .duration {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .item-body {
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .item-body ul.item-info li {
  margin-bottom: 15px;
  color: #666666;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .item-body ul.item-info li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 7px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  color: #f2a14b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pricing-box-layout1 .item-body ul.item-info li:last-child {
  margin-bottom: 0;
}

.pricing-box-layout1 .item-footer .btn-fill {
  background-color: #f2a14b;
  color: #ffffff;
  padding: 11px 34px;
}

.pricing-box-layout1:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.pricing-box-layout1:hover .item-header .item-title {
  color: #ffffff;
}

.pricing-box-layout1:hover .item-header .item-price {
  color: #ffffff;
}

.pricing-box-layout1:hover .item-header .item-price .duration {
  color: #ffffff;
}

.pricing-box-layout1:hover .item-body {
  color: #ffffff;
}

.pricing-box-layout1:hover .item-body ul.item-info li {
  color: #fff;
}

.pricing-box-layout1:hover .item-body ul.item-info li:before {
  color: #fff;
}

.pricing-box-layout1:hover .item-footer .btn-fill {
  background-color: #fff;
  color: #f2a14b;
}

.pricing-box-layout1:hover .item-footer .btn-fill:hover {
  color: #ffffff;
}

[class^="col-"]:first-child > .pricing-box-layout1 .item-header {
  border-radius: 4px 0 0 4px;
}

[class^="col-"]:last-child > .pricing-box-layout1 .item-header {
  border-radius: 0 4px 4px 0;
}

[class^="col-"]:last-child > .pricing-box-layout1 .item-header:after,
[class^="col-"]:last-child > .pricing-box-layout1 .item-header:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pricing-box-layout1 .item-header .item-title{
    font-size: 27px;
  }

  .pricing-box-layout1 .item-header {
    margin-bottom: 30px;
  }
}

/*--------------------------------------
    4.20 Progress
---------------------------------------*/
.progress-testimonial-wrap-layout1 {
  padding: 100px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .progress-testimonial-wrap-layout1 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .progress-testimonial-wrap-layout1 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .progress-testimonial-wrap-layout1 {
    padding: 70px 0 40px;
  }

  .rt-counter-wrap .elementor-widget-wrap {
   margin-right: 0 !important;
   margin-left: 0 !important;
  }
  .rt-counter-wrap .elementor-widget-rt-prograss-box {
   flex: 0 0 100% !important;
   max-width: 100% !important;
   padding-left: 0 !important;
   padding-right: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .progress-testimonial-wrap-layout1 {
    padding: 60px 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .rt-counter-wrap .elementor-widget-wrap {
   margin-right: -5px;
   margin-left: -5px;
  }
  .rt-counter-wrap .elementor-widget-rt-prograss-box {
   flex: 0 0 50%;
   max-width: 50%;
   padding-left: 5px;
   padding-right: 5px;
  }
}


.progress-wrap-layout1 {
  background-color: transparent;
  margin-bottom: 30px;
}

.progress-box-layout1 {
  padding: 32px 30px 32px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:center;
}


.progress-box-layout1 .item-icon {
  margin-top: 18px;
  line-height: 1;
  margin-right: 20px;
}

.progress-box-layout1 .item-icon i:before {
  font-size: 52px;
  color: #f2a14b;
}

.progress-box-layout1 .item-content .counting-text {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1px;
  color: #000000;
}

.progress-box-layout1 .item-content .item-title {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 18px;
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

.progress-wrap-layout2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 991px) {
  .progress-wrap-layout2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.progress-wrap-layout2 .progress-inner {
  margin-left: 20px;
  text-align: center;
  padding: 30px 15px;
}

@media only screen and (max-width: 991px) {
  .progress-wrap-layout2 .progress-inner {
    margin-left: 0;
    padding: 0;
  }
}

.progress-wrap-layout2 .progress-inner ul {
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

.progress-wrap-layout2 .progress-inner ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 8px;
}

.progress-box-layout2 {
  background-color: #fff;
  text-align: center;
  padding: 50px 15px 45px;
}

.progress-box-layout2.pbox-bg {
    background-color: #f2a14b;
}

@media only screen and (max-width: 575px) {
  .progress-box-layout2 {
    padding: 35px 15px 30px;
  }
}

.progress-box-layout2 .counting-text {
  color: #000;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}

.progress-wrap-layout2 li:nth-child(-n + 2) .progress-box-layout2 .counting-text:after,
.progress-wrap-layout2 li:nth-last-child(-n + 2) .progress-box-layout2 .counting-text:before {
    content: "+";
}

.progress-box-layout2.pbox-bg .counting-text,
.progress-box-layout2.pbox-bg .item-title,
.progress-box-layout2.pbox-bg .counting-text:before {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .progress-box-layout2 .counting-text {
    font-size: 34px;
    margin-bottom: 10px;
  }
}

.progress-box-layout2 .item-title {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}


@media only screen and (max-width: 991px) {
  .progress-box-layout2 .item-title {
    font-size: 16px;
  }
}

/*--------------------------------------
    4.21 Process
---------------------------------------*/
.process-wrap-layout1 {
  padding: 86px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .process-wrap-layout1 {
    padding: 76px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .process-wrap-layout1 {
    padding: 66px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .process-wrap-layout1 {
    padding: 56px 0 40px;
  }
  .process-wrap-layout1 .section-heading {
    margin-bottom: 40px;
  }
  .process-wrap-layout1 .section-heading p {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .process-wrap-layout1 {
    padding: 46px 0 30px;
  }
}

.two-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .two-column-wrap {
    display: block;
    margin-bottom: -30px;
    margin-right: 0px;
  }
}

.two-column-wrap .single-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .two-column-wrap .single-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}

.two-column-wrap .single-column:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #ededed;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.two-column-wrap .single-column:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #ededed;
  width: 1px;
  height: 100%;
  top: -45px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .two-column-wrap .single-column:after {
    display: none;
  }
}

.two-column-wrap .single-column:nth-child(odd) {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .two-column-wrap .single-column:nth-child(odd) {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.two-column-wrap .single-column:nth-child(even) {
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .two-column-wrap .single-column:nth-child(even) {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.two-column-wrap .single-column:nth-child(even):before {
  width: calc(100% - 15px);
}

.two-column-wrap .single-column:nth-child(even):after {
  display: none;
}

.two-column-wrap .single-column:nth-child(1):after {
  top: 0;
  height: 100%;
}

.two-column-wrap .single-column:nth-last-child(1) {
  margin-bottom: 0;
}

.two-column-wrap .single-column:nth-last-child(1):before {
  display: none;
}

.two-column-wrap .single-column:nth-last-child(2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .two-column-wrap .single-column:nth-last-child(2) {
    margin-bottom: 30px;
  }
}

.two-column-wrap .single-column:nth-last-child(2):before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .two-column-wrap .single-column:nth-last-child(2):before {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .two-column-wrap .single-column:nth-child(even):before {
    width: calc(100% - 0px);
  }
}

.process-box-layout1 {
  height: 100%;
  position: relative;
  z-index: 1;
}

.process-box-layout1 .item-icon {
  margin-bottom: 10px;
}

.process-box-layout1 .item-icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.process-box-layout1 .item-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-box-layout1 .item-figure {
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .process-box-layout1 .item-figure {
    text-align: center;
  }
}

.process-box-layout1 .item-figure img {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .process-box-layout1 .item-figure img {
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  .process-box-layout1 .item-figure img {}
}

@media only screen and (max-width: 767px) {
  .process-box-layout1 .item-figure img {
    bottom: -62px;
  }
}

@media only screen and (max-width: 575px) {
  .process-box-layout1 .item-figure img {
    bottom: -52px;
  }
}

.process-box-layout1:hover .item-icon img {
  -webkit-transform: translateX(5px) scale(1.08);
      -ms-transform: translateX(5px) scale(1.08);
          transform: translateX(5px) scale(1.08);
}

.process-wrap-layout2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .process-wrap-layout2 {
    padding: 73px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .process-wrap-layout2 {
    padding: 63px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .process-wrap-layout2 {
    padding: 53px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .process-wrap-layout2 {
    padding: 43px 0 30px;
  }
}

.process-wrap-layout2 .animated-figure {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.05;
}

.process_wrap2.bg-figure,
.process_wrap2.animated {
    opacity: 0.05 !important;
}

@media only screen and (max-width: 767px) {
  .process-wrap-layout2 .animated-figure {
    display: none;
  }
}

.process-wrap-layout2 .compress-right-side {
  padding-left: 0;
}

@media only screen and (max-width: 1199px) {
  .process-wrap-layout2 .compress-right-side {
    padding-right: 0;
  }
}

.one-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-bottom: 22px;
}

.one-column-wrap li {
  margin-bottom: 35px;
}

@media only screen and (max-width: 1199px) {
  .one-column-wrap li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .one-column-wrap li {
    margin-bottom: 10px;
  }

  .one-column-wrap {
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    flex-wrap: wrap;
    margin-left: 15px;
  }

  @media only screen and (max-width: 575px) {
    .one-column-wrap {
      margin-left: 0;
    }
  }

  li.process-box-layout2 {
    flex: 0 50%;
    margin-left: -15px;
  }

  .one-column-wrap li:last-child {
    flex: 0 100%;
  }
}

@media only screen and (max-width: 767px) {
  .one-column-wrap li {
    margin-bottom: 0;
  }

  li.process-box-layout2 {
    flex: 0 100%;
    margin-left: 0;
  }
}

.one-column-wrap li:first-child {
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .one-column-wrap li:first-child {
    margin-top: 0;
  }
}

.one-column-wrap li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .one-column-wrap li:last-child {
    margin-bottom: 20px;
  }
}

.process-box-layout2 {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1199px) {
  .process-box-layout2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.process-box-layout2 .item-icon {
  margin-top: 6px;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 25px;
}

.process-box-layout2 .item-icon i:before {
  font-size: 60px;
  color: #f2a14b;
}

@media only screen and (max-width: 575px) {
  .process-box-layout2 .item-icon i:before {
    font-size: 50px;
  }
}

.process-box-layout2 .sub-title {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
}

.process-box-layout2 .item-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}

.process-box-layout2 .item-figure {
  height: 100%;
}

@media only screen and (max-width: 1199px) {
  .process-box-layout2 .item-figure {
    text-align: center;
  }
}

.process-box-layout2 .item-figure img {
  position: relative;
  z-index: 2;
  bottom: 0px;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .process-box-layout2 .item-figure img {}
}

@media only screen and (max-width: 991px) {
  .process-box-layout2 .item-figure img {
    bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .process-box-layout2 .item-figure img {}
}

@media only screen and (max-width: 575px) {
  .process-box-layout2 .item-figure img {}
}

/*--------------------------------------
    4.22 Service
---------------------------------------*/
/*--- Service Layout One ---*/
.service-wrap-layout1 {
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media only screen and (max-width: 1199px) {
  .service-wrap-layout1 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .service-wrap-layout1 {
    padding: 74px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .service-wrap-layout1 {
    padding: 64px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .service-wrap-layout1 {
    padding: 54px 0 30px;
  }
}

.service-wrap-layout1:before {
  content: "";
  background-color: rgba(6, 16, 24, 0.9);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .service-wrap-layout1 .section-heading {
    margin-bottom: 40px;
  }
}

.service-wrap-layout1 .section-heading p {
  width: 100%;
}

.service-box-layout1 {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  min-width: 253px;
  min-height: 267px;
}

.service-box-layout1:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-box-layout1 .item-figure {
  overflow: hidden;
}

.service-box-layout1 .item-figure img {
  width: calc(100% + 30px);
  max-width: none;
  opacity: 0;
  backface-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-box-layout1 .item-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 21px;
  text-align: left;
}

.service-box-layout1 .item-content .item-icon {
  color: #f2a14b;
  margin-bottom: 24px;
  line-height: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-box-layout1 .item-content .item-icon i {
  color: #f2a14b;
}

.service-box-layout1 .item-content .item-icon i:before {
  color: #f2a14b;
  font-size: 50px;
}

.service-box-layout1 .item-content .item-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-box-layout1 .item-content .item-title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-box-layout1 .item-content p {
  color: #dcdbdb;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .service-box-layout1 .item-content p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .service-box-layout1 .item-figure img{
    max-height: 230px;
    object-fit: cover;
  }
}

.service-box-layout1:hover {
  border: 1px dotted transparent;
}

.service-box-layout1:hover:before {
  opacity: 1;
  backface-visibility: visible;
}

.service-box-layout1:hover .item-figure img {
  opacity: 1;
  backface-backface-visibility: visible;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}

.service-box-layout1:hover .item-content .item-icon {
  -webkit-animation: toBottomFromTop 0.5s forwards;
          animation: toBottomFromTop 0.5s forwards;
}

.service-box-layout1:hover .item-content .item-title a {
  color: #ffffff;
}

.service-box-layout1:hover .item-content .item-title a:hover {
  color: #f2a14b;
}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  51% {
    opacity: 1;
  }
}

/*--- Service Layout Two ---*/
.service-wrap-layout2 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 1599px) {
  .service-wrap-layout2 {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .service-wrap-layout2 {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .service-wrap-layout2 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .service-wrap-layout2 {
    padding-top: 45px;
  }
}

.service-box-layout2 {
  position: relative;
  z-index: 1;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .service-box-layout2 {
    margin-top: 30px;
    height: auto;
  }
}

.service-box-layout2 .item-content {
  position: absolute;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  left: 0;
  right: 0;
  z-index: 6;
  background-color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1599px) {
  .service-box-layout2 .item-content {
    position: inherit;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}

.service-box-layout2 .item-content .item-icon {
  line-height: 1;
}

.service-box-layout2 .item-content .item-icon i:before {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
  color: #f2a14b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-box-layout2 .item-content .item-title {
  font-weight: 500;
  margin-bottom: 0;
}

.service-box-layout2 .item-content .item-title a {
  color: #1c1b1b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-box-layout2 .item-content:hover {
  background-color: #f2a14b;
}

.service-box-layout2 .item-content:hover .item-icon i:before {
  color: #ffffff;
}

.service-box-layout2 .item-content:hover .item-title a {
  color: #ffffff;
}

.service-box-layout2 .item-content:hover .item-title a:hover {
  color: #000000;
}

/*--- Single Service ---*/
.single-service .item-figure {
  margin-bottom: 25px;
}

.single-service .item-title {
  font-weight: 600;
  color: #01103f;
}

.single-service blockquote {
  padding: 30px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  font-size: 18px;
  font-style: italic;
  color: #01103f;
  font-weight: 500;
}

.single-service p {
  margin-bottom: 30px;
}

.single-service .service-video-wrap .item-video {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.single-service .service-video-wrap .item-video:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.single-service .service-video-wrap .item-video .play-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-service .service-video-wrap .item-video .play-btn i:before {
  font-size: 48px;
}

.single-service .service-video-wrap .item-video .play-btn:hover {
  color: #f2a14b;
}

.single-service .service-video-wrap .item-content ul li {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 5px;
}

.single-service .service-video-wrap .item-content ul li:last-child {
  margin-bottom: 0;
}

.single-service .service-video-wrap .item-content ul li i {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 8px;
  color: #f2a14b;
}

/*--------------------------------------
    4.23 Skill
---------------------------------------*/
.skill-box-layout1 {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .skill-box-layout1 {
    margin-bottom: 0;
  }
}

.skill-box-layout1 .item-figure {
  height: 100%;
  text-align: center;
}

.skill-box-layout1 .item-figure img {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -90px;
}

@media only screen and (max-width: 1199px) {
  .skill-box-layout1 .item-figure img {
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  .skill-box-layout1 .item-figure img {
    bottom: -75px;
  }
}

@media only screen and (max-width: 767px) {
  .skill-box-layout1 .item-figure img {
    bottom: -60px;
  }
}

@media only screen and (max-width: 575px) {
  .skill-box-layout1 .item-figure img {
    bottom: -45px;
  }
}

.skill-box-layout1 .item-title {
  font-size: 24px;
  font-weight: 500;
  color: #01103f;
  width: 80%;
}

.skillbar-single-item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 30px;
}

.skillbar-single-item:last-child {
  margin-bottom: 0;
}

.skillbar-single-item .skillbar-title {
  color: #01103f;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 500;
}

.skillbar-single-item .skillbar-percent {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  color: #01103f;
  font-size: 14px;
  font-weight: 500;
}

.skillbar-single-item .skillbar-bar {
  height: 5px;
  width: 0px;
  background: #f2a14b;
  -webkit-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.skillbar-single-item .skillbar-bar:before {
  background: #e3e3e3;
  content: "";
  height: 5px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

/*--------------------------------------
    4.24 Team
---------------------------------------*/
/*--- Team Style One ---*/
.team-wrap-layout1 {
  padding: 100px 0 70px;
}

.team-wrap-layout1 .section-heading {
  margin-bottom: 22px;
}

@media only screen and (max-width: 1199px) {
  .team-wrap-layout1 .section-heading {
    margin-bottom: 50px;
  }
}

.team-wrap-layout1 .section-heading p {
  width: 100%;
}

.team-box-layout1 {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.team-box-layout1 .item-figure {
  overflow: hidden;
}

.team-box-layout1 .item-figure img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-box-layout1 .item-content {
  text-align: center;
  margin: 0 20px;
  position: absolute;
  z-index: 1;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 20px;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.team-box-layout1 .item-content .item-title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 600;
}

.team-box-layout1 .item-content .item-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-box-layout1 .item-content .item-title a:hover {
  color: #f2a14b;
}

.team-box-layout1 .item-content .item-sub-title {
  color: #f2a14b;
  font-size: 16px;
  font-weight: 600;
}

.team-box-layout1:hover .item-figure img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.team-box-layout1:hover .item-content {
  bottom: 20px;
}

/*--- Team Style Two ---*/
.team-wrap-layout2 {
  padding: 89px 0 70px;
  background-color: #fff;
}

.team-wrap-layout2 .section-heading2{
  margin-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
  .team-wrap-layout2 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .team-wrap-layout2 {
    padding: 70px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .team-wrap-layout2 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .team-wrap-layout2 {
    padding: 52px 0 30px;
  }
}

.team-wrap-layout2 .section-heading {
  margin-bottom: 22px;
}

@media only screen and (max-width: 1199px) {
  .team-wrap-layout2 .section-heading {
    margin-bottom: 50px;
  }
}

.team-wrap-layout2 .section-heading p {
  width: 100%;
}

.team-box-layout2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-box-layout2 .item-figure img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 575px) {
  .team-box-layout2 .item-figure img {
    width: 100%;
  }
}

.team-box-layout2 .item-figure .team-social {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.team-box-layout2 .item-figure .team-social .single-item {
  margin-bottom: 10px;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-box-layout2 .item-figure .team-social .single-item a {
  color: #fff;
  display: block;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background-color: blue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-box-layout2 .item-figure .team-social .single-item a:hover {
  background-color: #fff;
}

.team-box-layout2 .item-figure .team-social .single-item:nth-child(1n) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.team-box-layout2 .item-figure .team-social .single-item:nth-child(2n) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-box-layout2 .item-figure .team-social .single-item:nth-child(3n) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-box-layout2 .item-figure .team-social .single-item:nth-child(4n) {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.team-box-layout2 .item-figure .team-social .instagram a {
  background-color: #ff1244;
}

.team-box-layout2 .item-figure .team-social .instagram a:hover {
  color: #ff1244;
}

.team-box-layout2 .item-figure .team-social .skype a {
  background-color: #12d5ff;
}

.team-box-layout2 .item-figure .team-social .skype a:hover {
  color: #12d5ff;
}

.team-box-layout2 .item-figure .team-social .twitter a {
  background-color: #37b7f9;
}

.team-box-layout2 .item-figure .team-social .twitter a:hover {
  color: #37b7f9;
}

.team-box-layout2 .item-figure .team-social .facebook a {
  background-color: #2e78d3;
}

.team-box-layout2 .item-figure .team-social .facebook a:hover {
  color: #2e78d3;
}

.team-box-layout2 .item-content {
  text-align: center;
  margin: 0 20px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-box-layout2 .item-content .item-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
}

.team-box-layout2 .item-content .item-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-box-layout2 .item-content .item-title a:hover {
  color: #f2a14b;
}

.team-box-layout2 .item-content .item-sub-title {
  color: #f2a14b;
  font-size: 16px;
  font-weight: 600;
}

.team-box-layout2:hover .item-figure img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.team-box-layout2:hover .item-figure .team-social .single-item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  backface-visibility: visible;
}

/*--- Single Team Style ---*/
.single-team-wrap {
  padding: 100px 0 85px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .single-team-wrap {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .single-team-wrap {
    padding: 80px 0 19px;
  }
}

@media only screen and (max-width: 767px) {
  .single-team-wrap {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .single-team-wrap {
    padding: 60px 0 0;
  }
}

.single-team-box{
  margin-left: 20px;
}

.single-team-box .item-title {
  font-weight: 700;
  margin-bottom: 0;
}

.single-team-box .sub-title {
  color: #666666;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.single-team-box .info-items-wrap {
    margin-top: 30px;
    margin-bottom: 32px;
}

.single-team-box .sub-title span {
  display: inline-block;
  color: #f2a14b;
}

.single-team-box .info-items {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.single-team-box .info-items.prac-area{
  margin-bottom: 10px;
}

.single-team-box .info-items span {
  font-weight: 400;
  display: inline-block;
  color: #666666;
}

.single-team-box .team-item-description {
  padding-left: 30px;
  margin-bottom: 20px;
}

.single-team-box .team-item-description .description-title {
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.single-team-box .team-item-description .description-title:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: -30px;
  top: 12px;
  height: 12px;
  width: 12px;
  background-color: #f2a14b;
  border-radius: 50%;
}

.single-team-box .team-item-description p {
  margin-bottom: 15px;
}

.single-team-box .team-item-description p span {
  color: #f2a14b;
}

.single-team-box .team-skill {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  margin-left: 15px;
}

.single-team-box .team-skill p {
  margin-bottom: 0;
}

.single-team-box .team-skill .progress {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 18px;
  margin-bottom: 30px;
  overflow: visible;
  position: relative;
  margin-top: 44px;
  border: 1px solid #f2a14b;
  padding: 2px;
}

.single-team-box .team-skill .progress .lead {
  color: #000;
  font-size: 16px;
  position: absolute;
  top: -35px;
  font-weight: 600;
}

.single-team-box .team-skill .progress-bar > span {
  color: #666666;
  float: right;
  font-size: 16px;
  margin-right: 10px;
  margin-top: -25px;
  position: absolute;
  padding: 5px;
  top: -16px;
  right: -10px;
}

.single-team-box .team-skill .progress-bar {
  background-color: #f2a14b;
}

@media only screen and (max-width: 991px) {
  .single-team-box .item-title {
    margin-top: 0;
  }

  .single-team-box{
    margin-left: 0;
  }
}

/*--------------------------------------
    4.25 Testimonial
---------------------------------------*/
.testimonial-wrap-layout1 {
  border: 1px solid #e1e1e1;
  padding: 61px 55px 108px 220px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.testimonial-wrap-layout1 .section-heading .heading-main-title,
.testimonial-box-layout3 .section-heading .heading-main-title{
    font-size: 36px;
    line-height: 46px;
}

@media only screen and (max-width: 767px) {
  .testimonial-wrap-layout1 {
    padding: 61px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-wrap-layout1 {
    padding: 30px 15px;
  }
}

.testimonial-wrap-layout1 .quote-icon {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonial-wrap-layout1 .quote-icon i:before {
  color: #f2a14b;
  font-size: 120px;
  opacity: 0.16;
}

@media only screen and (max-width: 767px) {
  .testimonial-wrap-layout1 .quote-icon {
    left: inherit;
    top: 80px;
    right: 30px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .testimonial-wrap-layout1 .quote-icon i:before {
    font-size: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-wrap-layout1 .quote-icon {
    top: 40px;
    right: 15px;
  }
  .testimonial-wrap-layout1 .quote-icon i:before {
    font-size: 50px;
  }
}

.testimonial-box-layout1 p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.testimonial-box-layout1 .media {
  margin-top: 41px;
}

.testimonial-box-layout1 .media img {
  width: auto !important;
  border-radius: 45px;
}

.testimonial-box-layout1 .media .item-title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-box-layout1 .item-designation,
.testimonial-box-layout3 .item-designation {
    font-size: 14px;
    font-weight: 600;
}

.testimonial-wrap-layout2 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .testimonial-wrap-layout2 {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-wrap-layout2 {
    padding: 80px 0 75px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-wrap-layout2 {
    padding: 70px 0 65px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-wrap-layout2 {
    padding: 60px 0 55px;
  }
}

.testimonial-wrap-layout2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.testimonial-box-layout2 {
  text-align: center;
}

.testimonial-box-layout2 .quote-icon {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
}

.testimonial-box-layout2 .quote-icon i {
  color: #f2a14b;
}

.testimonial-box-layout2 .quote-icon i:before {
  font-size: 72px;
}

.testimonial-box-layout2 p {
  font-size: 20px;
  color: #aaaaaa;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .testimonial-box-layout2 p {
    width: 100%;
  }
}

.testimonial-box-layout2 .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .testimonial-box-layout2 .media {
    display: block;
  }
}

.testimonial-box-layout2 .media img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  width: auto;
  border-radius: 45px;
}

@media only screen and (max-width: 991px) {
  .testimonial-box-layout2 .media img {
    margin: 0 auto 10px;
  }
}

.testimonial-box-layout2 .media .item-title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 0;
  color: #d5d5d5;
}

.testimonial-box-layout2 .media .item-designation {
  color: #d5d5d5;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .testimonial-box-layout2 .media .media-body {
    margin-left: 0;
    text-align: center;
  }
}

.testimonial-box-layout2 .nav-content {
  margin-bottom: 40px;
}

.testimonial-box-layout2 .slick-center {
  border-right: 1px solid #616161;
  border-left: 1px solid #616161;
}

@media only screen and (max-width: 767px) {
  .testimonial-box-layout2 .slick-center {
    border-right: 0;
    border-left: 0;
  }
}

.testimonial-box-layout2 .slick-center .media img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.testimonial-box-layout2 .slick-center .media .item-title {
  color: #fff;
}

.testimonial-box-layout2 .slick-center .media .item-designation {
  color: #f2a14b;
}

.testimonial-box-layout2 .slick-prev,
.testimonial-box-layout2 .slick-next {
  display: none !important;
}

.testimonial-box-layout2 .nav-item.slick-slide:not(.slick-active) {
  height: 0;
}

.testimonial-wrap-layout3 {
  padding: 100px 0 70px;
  background-color: #fff;
}

@media only screen and (max-width: 1199px) {
  .testimonial-wrap-layout3 {
    padding: 90px 0 60px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial-wrap-layout3 {
    padding: 80px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial-wrap-layout3 {
    padding: 70px 0 40px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-wrap-layout3 {
    padding: 60px 0 30px;
  }
}

.testimonial-box-layout3 {
  border: 1px solid #e1e1e1;
  padding: 61px 30px 61px 200px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.testimonial-box-layout3

@media only screen and (max-width: 767px) {
  .testimonial-box-layout3 {
    padding: 61px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-box-layout3 {
    padding: 30px 15px;
  }
}

.testimonial-box-layout3 .quote-icon {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonial-box-layout3 .quote-icon i:before {
  color: #f2a14b;
  font-size: 100px;
  opacity: 0.16;
}

@media only screen and (max-width: 767px) {
  .testimonial-box-layout3 .quote-icon {
    left: inherit;
    top: 80px;
    right: 30px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .testimonial-box-layout3 .quote-icon i:before {
    font-size: 70px;
  }
}

@media only screen and (max-width: 575px) {
  .testimonial-box-layout3 .quote-icon {
    top: 40px;
    right: 15px;
  }
  .testimonial-box-layout3 .quote-icon i:before {
    font-size: 50px;
  }
}

.testimonial-box-layout3 .media {
  margin-top: 41px;
}

.testimonial-box-layout3 .media img {
  width: auto;
  border-radius: 45px;
}

.testimonial-box-layout3 .media .item-title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 0;
}

/*--------------------------------------
    4.26 Why Choose
---------------------------------------*/
.why-choose-wrap {
  padding: 100px 0 0;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1199px) {
  .why-choose-wrap {
    padding: 90px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .why-choose-wrap {
    padding: 80px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .why-choose-wrap {
    padding: 70px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .why-choose-wrap {
    padding: 60px 0 0;
  }
}

.why-choose-wrap .section-heading2 {
  margin-bottom: 60px;
}

.why-choose-box {
  background-color: #fff;
  padding: 30px 28px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-box {
    display: block;
    text-align: center;
  }
}

.why-choose-box .item-icon {
  margin-right: 15px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-box .item-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.why-choose-box .item-icon i {
  display: block;
  line-height: 1;
  background-color: #f2a14b;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .why-choose-box .item-icon i {
    margin: 0 auto;
  }
}

.why-choose-box .item-icon i:before {
  font-size: 36px;
  color: #ffffff;
}

@media only screen and (max-width: 575px) {
  .why-choose-box .item-icon i {
    height: 50px;
    width: 50px;
  }
  .why-choose-box .item-icon i:before {
    font-size: 26px;
  }
}

.why-choose-box .item-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}

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

.bg-half-light:before {
  content: "";
  bottom: 0;
  left: 0;
  height: calc(50% + 15px);
  width: 100%;
  position: absolute;
  z-index: 0;
}

/*========================================================================
05. Helper Classes
=========================================================================*/
/*--------------------------------------
    5.1 Background Style
---------------------------------------*/
/*--- Background Style Classes ---*/
.bg-position-center-top {
  background-position: center top;
}

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

.bg-position-center-bottom {
  background-position: center bottom;
}

.bg-position-left-top {
  background-position: left top;
}

.bg-position-left-center {
  background-position: left center;
}

.bg-position-left-bottom {
  background-position: left bottom;
}

.bg-position-right-top {
  background-position: right top;
}

.bg-position-right-center {
  background-position: right center;
}

.bg-position-right-bottom {
  background-position: right bottom;
}

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat {
  background-repeat: repeat;
}

/*--------------------------------------
    5.2 Possition
---------------------------------------*/
.possition-relative {
  position: relative !important;
}

.possition-absolute {
  position: absolute !important;
}

.possition-static {
  position: static !important;
}

/*--------------------------------------
    5.3 Animation
---------------------------------------*/
body #main_content {
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

body.loaded #main_content {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  body .has-animation .opacity-animation {
    opacity: 0;
    backface-visibility: hidden;
  }
  body .has-animation .translate-zoomout-10 {
    -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
            transform: scale(0.1);
  }
  body .has-animation .translate-zoomout-20 {
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2);
  }
  body .has-animation .translate-zoomout-30 {
    -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
            transform: scale(0.3);
  }
  body .has-animation .translate-zoomout-40 {
    -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
            transform: scale(0.4);
  }
  body .has-animation .translate-zoomout-50 {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
  body .has-animation .translate-left-10 {
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  body .has-animation .translate-left-20 {
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  body .has-animation .translate-left-30 {
    -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  body .has-animation .translate-left-40 {
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  body .has-animation .translate-left-50 {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .has-animation .translate-left-75 {
    -webkit-transform: translateX(-75%);
        -ms-transform: translateX(-75%);
            transform: translateX(-75%);
  }
  body .has-animation .translate-left-100 {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  body .has-animation .translate-right-10 {
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
  }
  body .has-animation .translate-right-20 {
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }
  body .has-animation .translate-right-30 {
    -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
            transform: translateX(30%);
  }
  body .has-animation .translate-right-40 {
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%);
  }
  body .has-animation .translate-right-50 {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  body .has-animation .translate-right-75 {
    -webkit-transform: translateX(75%);
        -ms-transform: translateX(75%);
            transform: translateX(75%);
  }
  body .has-animation .translate-right-100 {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  body .has-animation .translate-top-10 {
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  body .has-animation .translate-top-20 {
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  body .has-animation .translate-top-30 {
    -webkit-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  body .has-animation .translate-top-40 {
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  body .has-animation .translate-top-50 {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body .has-animation .translate-top-75 {
    -webkit-transform: translateY(-75%);
        -ms-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  body .has-animation .translate-top-100 {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  body .has-animation .translate-bottom-10 {
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
  }
  body .has-animation .translate-bottom-20 {
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
  }
  body .has-animation .translate-bottom-30 {
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
  }
  body .has-animation .translate-bottom-40 {
    -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
            transform: translateY(40%);
  }
  body .has-animation .translate-bottom-50 {
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  body .has-animation .translate-bottom-75 {
    -webkit-transform: translateY(75%);
        -ms-transform: translateY(75%);
            transform: translateY(75%);
  }
  body .has-animation .translate-bottom-100 {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  body .has-animation .translate-bottom-left-10 {
    -webkit-transform: translateY(10%) translateX(-10%);
        -ms-transform: translateY(10%) translateX(-10%);
            transform: translateY(10%) translateX(-10%);
  }
  body .has-animation .translate-bottom-left-20 {
    -webkit-transform: translateY(20%) translateX(-20%);
        -ms-transform: translateY(20%) translateX(-20%);
            transform: translateY(20%) translateX(-20%);
  }
  body .has-animation .translate-bottom-left-30 {
    -webkit-transform: translateY(30%) translateX(-30%);
        -ms-transform: translateY(30%) translateX(-30%);
            transform: translateY(30%) translateX(-30%);
  }
  body .has-animation .translate-bottom-left-40 {
    -webkit-transform: translateY(40%) translateX(-40%);
        -ms-transform: translateY(40%) translateX(-40%);
            transform: translateY(40%) translateX(-40%);
  }
  body .has-animation .translate-bottom-left-50 {
    -webkit-transform: translateY(50%) translateX(-50%);
        -ms-transform: translateY(50%) translateX(-50%);
            transform: translateY(50%) translateX(-50%);
  }
  body .has-animation .translate-bottom-left-75 {
    -webkit-transform: translateY(75%) translateX(-75%);
        -ms-transform: translateY(75%) translateX(-75%);
            transform: translateY(75%) translateX(-75%);
  }
  body .has-animation .translate-bottom-left-100 {
    -webkit-transform: translateY(100%) translateX(-100%);
        -ms-transform: translateY(100%) translateX(-100%);
            transform: translateY(100%) translateX(-100%);
  }
  body .has-animation .translate-top-left-10 {
    -webkit-transform: translateY(-10%) translateX(-10%);
        -ms-transform: translateY(-10%) translateX(-10%);
            transform: translateY(-10%) translateX(-10%);
  }
  body .has-animation .translate-top-left-20 {
    -webkit-transform: translateY(-20%) translateX(-20%);
        -ms-transform: translateY(-20%) translateX(-20%);
            transform: translateY(-20%) translateX(-20%);
  }
  body .has-animation .translate-top-left-30 {
    -webkit-transform: translateY(-30%) translateX(-30%);
        -ms-transform: translateY(-30%) translateX(-30%);
            transform: translateY(-30%) translateX(-30%);
  }
  body .has-animation .translate-top-left-40 {
    -webkit-transform: translateY(-40%) translateX(-40%);
        -ms-transform: translateY(-40%) translateX(-40%);
            transform: translateY(-40%) translateX(-40%);
  }
  body .has-animation .translate-top-left-50 {
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  body .has-animation .translate-top-left-75 {
    -webkit-transform: translateY(-75%) translateX(-75%);
        -ms-transform: translateY(-75%) translateX(-75%);
            transform: translateY(-75%) translateX(-75%);
  }
  body .has-animation .translate-top-left-100 {
    -webkit-transform: translateY(-100%) translateX(-100%);
        -ms-transform: translateY(-100%) translateX(-100%);
            transform: translateY(-100%) translateX(-100%);
  }
  body .has-animation .translate-top-right-10 {
    -webkit-transform: translateY(-10%) translateX(10%);
        -ms-transform: translateY(-10%) translateX(10%);
            transform: translateY(-10%) translateX(10%);
  }
  body .has-animation .translate-top-right-20 {
    -webkit-transform: translateY(-20%) translateX(20%);
        -ms-transform: translateY(-20%) translateX(20%);
            transform: translateY(-20%) translateX(20%);
  }
  body .has-animation .translate-top-right-30 {
    -webkit-transform: translateY(-30%) translateX(30%);
        -ms-transform: translateY(-30%) translateX(30%);
            transform: translateY(-30%) translateX(30%);
  }
  body .has-animation .translate-top-right-40 {
    -webkit-transform: translateY(-40%) translateX(40%);
        -ms-transform: translateY(-40%) translateX(40%);
            transform: translateY(-40%) translateX(40%);
  }
  body .has-animation .translate-top-right-50 {
    -webkit-transform: translateY(-50%) translateX(50%);
        -ms-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
  body .has-animation .translate-top-right-75 {
    -webkit-transform: translateY(-75%) translateX(75%);
        -ms-transform: translateY(-75%) translateX(75%);
            transform: translateY(-75%) translateX(75%);
  }
  body .has-animation .translate-top-right-100 {
    -webkit-transform: translateY(-100%) translateX(100%);
        -ms-transform: translateY(-100%) translateX(100%);
            transform: translateY(-100%) translateX(100%);
  }
  body .transition-10,
  body .transition-20,
  body .transition-30,
  body .transition-40,
  body .transition-50,
  body .transition-100,
  body .transition-150,
  body .transition-200,
  body .transition-250,
  body .transition-300,
  body .transition-350,
  body .transition-400,
  body .transition-450,
  body .transition-500,
  body .transition-550,
  body .transition-600,
  body .transition-650,
  body .transition-700,
  body .transition-750,
  body .transition-800,
  body .transition-850,
  body .transition-900,
  body .transition-950,
  body .transition-1000 {
    -webkit-transition: all 0.01s ease-out;
    -o-transition: all 0.01s ease-out;
    transition: all 0.01s ease-out;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  body.loaded .has-animation.active-animation .opacity-animation {
    opacity: 1;
    backface-visibility: visible;
  }
  body.loaded .has-animation.active-animation .translate-zoomout-10,
  body.loaded .has-animation.active-animation .translate-zoomout-20,
  body.loaded .has-animation.active-animation .translate-zoomout-30,
  body.loaded .has-animation.active-animation .translate-zoomout-40,
  body.loaded .has-animation.active-animation .translate-zoomout-50 {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  body.loaded .has-animation.active-animation .translate-left-10,
  body.loaded .has-animation.active-animation .translate-left-20,
  body.loaded .has-animation.active-animation .translate-left-30,
  body.loaded .has-animation.active-animation .translate-left-40,
  body.loaded .has-animation.active-animation .translate-left-50,
  body.loaded .has-animation.active-animation .translate-left-75,
  body.loaded .has-animation.active-animation .translate-left-100,
  body.loaded .has-animation.active-animation .translate-right-10,
  body.loaded .has-animation.active-animation .translate-right-20,
  body.loaded .has-animation.active-animation .translate-right-30,
  body.loaded .has-animation.active-animation .translate-right-40,
  body.loaded .has-animation.active-animation .translate-right-50,
  body.loaded .has-animation.active-animation .translate-right-75,
  body.loaded .has-animation.active-animation .translate-right-100,
  body.loaded .has-animation.active-animation .translate-top-10,
  body.loaded .has-animation.active-animation .translate-top-20,
  body.loaded .has-animation.active-animation .translate-top-30,
  body.loaded .has-animation.active-animation .translate-top-40,
  body.loaded .has-animation.active-animation .translate-top-50,
  body.loaded .has-animation.active-animation .translate-top-75,
  body.loaded .has-animation.active-animation .translate-top-100,
  body.loaded .has-animation.active-animation .translate-bottom-10,
  body.loaded .has-animation.active-animation .translate-bottom-20,
  body.loaded .has-animation.active-animation .translate-bottom-30,
  body.loaded .has-animation.active-animation .translate-bottom-40,
  body.loaded .has-animation.active-animation .translate-bottom-50,
  body.loaded .has-animation.active-animation .translate-bottom-75,
  body.loaded .has-animation.active-animation .translate-bottom-100,
  body.loaded .has-animation.active-animation .translate-top-left-10,
  body.loaded .has-animation.active-animation .translate-top-left-20,
  body.loaded .has-animation.active-animation .translate-top-left-30,
  body.loaded .has-animation.active-animation .translate-top-left-40,
  body.loaded .has-animation.active-animation .translate-top-left-50,
  body.loaded .has-animation.active-animation .translate-top-left-75,
  body.loaded .has-animation.active-animation .translate-top-left-100,
  body.loaded .has-animation.active-animation .translate-top-right-10,
  body.loaded .has-animation.active-animation .translate-top-right-20,
  body.loaded .has-animation.active-animation .translate-top-right-30,
  body.loaded .has-animation.active-animation .translate-top-right-40,
  body.loaded .has-animation.active-animation .translate-top-right-50,
  body.loaded .has-animation.active-animation .translate-top-right-75,
  body.loaded .has-animation.active-animation .translate-top-right-100,
  body.loaded .has-animation.active-animation .translate-bottom-left-10,
  body.loaded .has-animation.active-animation .translate-bottom-left-20,
  body.loaded .has-animation.active-animation .translate-bottom-left-30,
  body.loaded .has-animation.active-animation .translate-bottom-left-40,
  body.loaded .has-animation.active-animation .translate-bottom-left-50,
  body.loaded .has-animation.active-animation .translate-bottom-left-75,
  body.loaded .has-animation.active-animation .translate-bottom-left-100 {
    -webkit-transform: translateY(0) translateX(0);
        -ms-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  body.loaded .transition-10 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.1s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 0.1s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 0.1s, opacity 0.3s;
  }
  body.loaded .transition-20 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.2s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 0.2s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 0.2s, opacity 0.3s;
  }
  body.loaded .transition-30 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.3s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 0.3s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 0.3s, opacity 0.3s;
  }
  body.loaded .transition-40 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.4s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 0.4s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 0.4s, opacity 0.3s;
  }
  body.loaded .transition-50 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 0.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 0.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 0.5s, opacity 0.3s;
  }
  body.loaded .transition-100 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 1s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 1s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 1s, opacity 0.3s;
  }
  body.loaded .transition-150 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 1.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 1.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 1.5s, opacity 0.3s;
  }
  body.loaded .transition-200 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 2s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 2s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 2s, opacity 0.3s;
  }
  body.loaded .transition-250 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 2.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 2.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 2.5s, opacity 0.3s;
  }
  body.loaded .transition-300 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 3s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 3s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 3s, opacity 0.3s;
  }
  body.loaded .transition-350 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 3.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 3.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 3.5s, opacity 0.3s;
  }
  body.loaded .transition-400 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 4s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 4s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 4s, opacity 0.3s;
  }
  body.loaded .transition-450 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 4.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 4.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 4.5s, opacity 0.3s;
  }
  body.loaded .transition-500 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 5s, opacity 0.3s;
  }
  body.loaded .transition-550 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 5.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 5.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 5.5s, opacity 0.3s;
  }
  body.loaded .transition-600 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 6s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 6s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 6s, opacity 0.3s;
  }
  body.loaded .transition-650 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 6.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 6.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 6.5s, opacity 0.3s;
  }
  body.loaded .transition-700 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 7s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 7s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 7s, opacity 0.3s;
  }
  body.loaded .transition-750 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 7.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 7.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 7.5s, opacity 0.3s;
  }
  body.loaded .transition-800 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 8s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 8s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 8s, opacity 0.3s;
  }
  body.loaded .transition-850 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 8.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 8.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 8.5s, opacity 0.3s;
  }
  body.loaded .transition-900 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 9s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 9s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 9s, opacity 0.3s;
  }
  body.loaded .transition-950 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 9.5s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 9.5s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 9.5s, opacity 0.3s;
  }
  body.loaded .transition-1000 {
    -webkit-transition: cubic-bezier(0, 1, 1, 1) 10s, opacity 0.3s;
    -o-transition: cubic-bezier(0, 1, 1, 1) 10s, opacity 0.3s;
    transition: cubic-bezier(0, 1, 1, 1) 10s, opacity 0.3s;
  }
  body.loaded .transition-delay-0 {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  body.loaded .transition-delay-10 {
    -webkit-transition-delay: 0.01s;
         -o-transition-delay: 0.01s;
            transition-delay: 0.01s;
  }
  body.loaded .transition-delay-20 {
    -webkit-transition-delay: 0.02s;
         -o-transition-delay: 0.02s;
            transition-delay: 0.02s;
  }
  body.loaded .transition-delay-30 {
    -webkit-transition-delay: 0.03s;
         -o-transition-delay: 0.03s;
            transition-delay: 0.03s;
  }
  body.loaded .transition-delay-40 {
    -webkit-transition-delay: 0.04s;
         -o-transition-delay: 0.04s;
            transition-delay: 0.04s;
  }
  body.loaded .transition-delay-50 {
    -webkit-transition-delay: 0.05s;
         -o-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  body.loaded .transition-delay-100 {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  body.loaded .transition-delay-200 {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  body.loaded .transition-delay-300 {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  body.loaded .transition-delay-400 {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  body.loaded .transition-delay-500 {
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  body.loaded .transition-delay-600 {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  body.loaded .transition-delay-700 {
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  body.loaded .transition-delay-800 {
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  body.loaded .transition-delay-900 {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  body.loaded .transition-delay-1000 {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
  body.loaded .transition-delay-1100 {
    -webkit-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  body.loaded .transition-delay-1200 {
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  body.loaded .transition-delay-1300 {
    -webkit-transition-delay: 1.3s;
         -o-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  body.loaded .transition-delay-1400 {
    -webkit-transition-delay: 1.4s;
         -o-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  body.loaded .transition-delay-1500 {
    -webkit-transition-delay: 1.5s;
         -o-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  body.loaded .transition-delay-1600 {
    -webkit-transition-delay: 1.6s;
         -o-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
  body.loaded .transition-delay-1700 {
    -webkit-transition-delay: 1.7s;
         -o-transition-delay: 1.7s;
            transition-delay: 1.7s;
  }
  body.loaded .transition-delay-1800 {
    -webkit-transition-delay: 1.8s;
         -o-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  body.loaded .transition-delay-1900 {
    -webkit-transition-delay: 1.9s;
         -o-transition-delay: 1.9s;
            transition-delay: 1.9s;
  }
  body.loaded .transition-delay-2000 {
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
  }
  body.loaded .transition-delay-2100 {
    -webkit-transition-delay: 2.1s;
         -o-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
  body.loaded .transition-delay-2200 {
    -webkit-transition-delay: 2.2s;
         -o-transition-delay: 2.2s;
            transition-delay: 2.2s;
  }
  body.loaded .transition-delay-2300 {
    -webkit-transition-delay: 2.3s;
         -o-transition-delay: 2.3s;
            transition-delay: 2.3s;
  }
  body.loaded .transition-delay-2400 {
    -webkit-transition-delay: 2.4s;
         -o-transition-delay: 2.4s;
            transition-delay: 2.4s;
  }
  body.loaded .transition-delay-2500 {
    -webkit-transition-delay: 2.5s;
         -o-transition-delay: 2.5s;
            transition-delay: 2.5s;
  }
  body.loaded .transition-delay-2600 {
    -webkit-transition-delay: 2.6s;
         -o-transition-delay: 2.6s;
            transition-delay: 2.6s;
  }
  body.loaded .transition-delay-2700 {
    -webkit-transition-delay: 2.7s;
         -o-transition-delay: 2.7s;
            transition-delay: 2.7s;
  }
  body.loaded .transition-delay-2800 {
    -webkit-transition-delay: 2.8s;
         -o-transition-delay: 2.8s;
            transition-delay: 2.8s;
  }
  body.loaded .transition-delay-2900 {
    -webkit-transition-delay: 2.9s;
         -o-transition-delay: 2.9s;
            transition-delay: 2.9s;
  }
  body.loaded .transition-delay-3000 {
    -webkit-transition-delay: 3s;
         -o-transition-delay: 3s;
            transition-delay: 3s;
  }
  body.loaded .transition-delay-3100 {
    -webkit-transition-delay: 3.1s;
         -o-transition-delay: 3.1s;
            transition-delay: 3.1s;
  }
  body.loaded .transition-delay-3200 {
    -webkit-transition-delay: 3.2s;
         -o-transition-delay: 3.2s;
            transition-delay: 3.2s;
  }
  body.loaded .transition-delay-3300 {
    -webkit-transition-delay: 3.3s;
         -o-transition-delay: 3.3s;
            transition-delay: 3.3s;
  }
  body.loaded .transition-delay-3400 {
    -webkit-transition-delay: 3.4s;
         -o-transition-delay: 3.4s;
            transition-delay: 3.4s;
  }
  body.loaded .transition-delay-3500 {
    -webkit-transition-delay: 3.5s;
         -o-transition-delay: 3.5s;
            transition-delay: 3.5s;
  }
  body.loaded .transition-delay-3600 {
    -webkit-transition-delay: 3.6s;
         -o-transition-delay: 3.6s;
            transition-delay: 3.6s;
  }
  body.loaded .transition-delay-3700 {
    -webkit-transition-delay: 3.7s;
         -o-transition-delay: 3.7s;
            transition-delay: 3.7s;
  }
  body.loaded .transition-delay-3800 {
    -webkit-transition-delay: 3.8s;
         -o-transition-delay: 3.8s;
            transition-delay: 3.8s;
  }
  body.loaded .transition-delay-3900 {
    -webkit-transition-delay: 3.9s;
         -o-transition-delay: 3.9s;
            transition-delay: 3.9s;
  }
  body.loaded .transition-delay-4000 {
    -webkit-transition-delay: 4s;
         -o-transition-delay: 4s;
            transition-delay: 4s;
  }
  body.loaded .transition-delay-4100 {
    -webkit-transition-delay: 4.1s;
         -o-transition-delay: 4.1s;
            transition-delay: 4.1s;
  }
  body.loaded .transition-delay-4200 {
    -webkit-transition-delay: 4.2s;
         -o-transition-delay: 4.2s;
            transition-delay: 4.2s;
  }
  body.loaded .transition-delay-4300 {
    -webkit-transition-delay: 4.3s;
         -o-transition-delay: 4.3s;
            transition-delay: 4.3s;
  }
  body.loaded .transition-delay-4400 {
    -webkit-transition-delay: 4.4s;
         -o-transition-delay: 4.4s;
            transition-delay: 4.4s;
  }
  body.loaded .transition-delay-4500 {
    -webkit-transition-delay: 4.5s;
         -o-transition-delay: 4.5s;
            transition-delay: 4.5s;
  }
  body.loaded .transition-delay-4600 {
    -webkit-transition-delay: 4.6s;
         -o-transition-delay: 4.6s;
            transition-delay: 4.6s;
  }
  body.loaded .transition-delay-4700 {
    -webkit-transition-delay: 4.7s;
         -o-transition-delay: 4.7s;
            transition-delay: 4.7s;
  }
  body.loaded .transition-delay-4800 {
    -webkit-transition-delay: 4.8s;
         -o-transition-delay: 4.8s;
            transition-delay: 4.8s;
  }
  body.loaded .transition-delay-4900 {
    -webkit-transition-delay: 4.9s;
         -o-transition-delay: 4.9s;
            transition-delay: 4.9s;
  }
  body.loaded .transition-delay-5000 {
    -webkit-transition-delay: 5s;
         -o-transition-delay: 5s;
            transition-delay: 5s;
  }
  body.loaded .transition-delay-5100 {
    -webkit-transition-delay: 5.1s;
         -o-transition-delay: 5.1s;
            transition-delay: 5.1s;
  }
  body.loaded .transition-delay-5200 {
    -webkit-transition-delay: 5.2s;
         -o-transition-delay: 5.2s;
            transition-delay: 5.2s;
  }
  body.loaded .transition-delay-5300 {
    -webkit-transition-delay: 5.3s;
         -o-transition-delay: 5.3s;
            transition-delay: 5.3s;
  }
  body.loaded .transition-delay-5400 {
    -webkit-transition-delay: 5.4s;
         -o-transition-delay: 5.4s;
            transition-delay: 5.4s;
  }
  body.loaded .transition-delay-5500 {
    -webkit-transition-delay: 5.5s;
         -o-transition-delay: 5.5s;
            transition-delay: 5.5s;
  }
  body.loaded .transition-delay-5600 {
    -webkit-transition-delay: 5.6s;
         -o-transition-delay: 5.6s;
            transition-delay: 5.6s;
  }
  body.loaded .transition-delay-5700 {
    -webkit-transition-delay: 5.7s;
         -o-transition-delay: 5.7s;
            transition-delay: 5.7s;
  }
  body.loaded .transition-delay-5800 {
    -webkit-transition-delay: 5.8s;
         -o-transition-delay: 5.8s;
            transition-delay: 5.8s;
  }
  body.loaded .transition-delay-5900 {
    -webkit-transition-delay: 5.9s;
         -o-transition-delay: 5.9s;
            transition-delay: 5.9s;
  }
  body.loaded .transition-delay-6000 {
    -webkit-transition-delay: 6s;
         -o-transition-delay: 6s;
            transition-delay: 6s;
  }
}

.about-wrap-layout2.has-animation:before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.about-wrap-layout2.has-animation.active-animation:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/*Revolution Slider*/

@media only screen and (max-width: 767px) {
  .home1_banner .banner1-txt,
  .slider2 .banner2-txt {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 575px) {
  .home1_banner .banner1-txt,
  .slider2 .banner2-txt {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.slider2 .custom .tp-bullet {
    width: 32px !important;
    border-radius: 0 !important;
    height: 8px !important;
    box-shadow: unset !important;
    background-color: #788689!important;
}

.slider2 .custom .tp-bullet:hover,
.slider2 .custom .tp-bullet.selected {
    background: #aab3b5 !important;
}

.slider2 .hesperiden.tparrows{
  border: 1px solid #ffffff;
}

.slider2 .hesperiden.tparrows:hover{
  border: 1px solid #f2a14b;
}

/* ======== Menu Style ======== */

.menu-layout1 .template-main-menu > nav > ul,
.menu-layout2 .template-main-menu > nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.menu-layout1.menu-layout-4 .template-main-menu > nav > ul {
    justify-content: flex-start;
}

.menu-layout1 .template-main-menu nav > ul > li,
.menu-layout2 .template-main-menu > nav > ul > li {
    position: relative;
}

.menu-layout1 .template-main-menu > nav > ul > li > a,
.menu-layout2 .template-main-menu > nav > ul > li > a {
    line-height: 1;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 42px 20px;
    font-weight: 600;
    font-size: 16px;
}

.menu-layout1.menu-layout-4 .template-main-menu > nav > ul > li > a {
  padding: 42px 18px;
}

.menu-layout1.menu-layout-4 .template-main-menu > nav > ul > li:first-child >a {
    padding-left: 0;
}

.menu-layout1.menu-layout-4 .template-main-menu > nav > ul > li:last-child >a {
    padding-right: 0;
}

.menu-layout1 .template-main-menu > nav > ul > li > a{
  color: #000;
}

.menu-layout2 .template-main-menu > nav > ul > li > a{
  color: #ffffff;
}

.menu-layout1 .template-main-menu > nav > ul > li > a:hover,
.menu-layout2 .template-main-menu > nav > ul > li > a:hover {
    color: #f2a14b;
}

.menu-layout1 .template-main-menu nav ul li ul,
.menu-layout2 .template-main-menu nav ul li ul {
    background-color: #ffffff;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: inherit;
    z-index: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-layout1 .template-main-menu > nav > ul > li:hover ul,
.menu-layout2 .template-main-menu > nav > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.menu-layout1 .template-main-menu > nav > ul > li > ul > li,
.menu-layout2 .template-main-menu > nav > ul > li > ul > li {
    position: relative;
}

.menu-layout1 .template-main-menu > nav > ul > li > ul > li a,
.menu-layout2 .template-main-menu > nav > ul > li > ul > li a {
    font-size: 14px;
    font-weight: 600;
    color: #2d2d2d;
    padding: 11px 20px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.menu-layout1 .template-main-menu > nav > ul > li > ul > li a:before,
.menu-layout2 .template-main-menu > nav > ul > li > ul > li a:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  position: absolute;
  z-index: -1;
  background-color: #f2a14b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-layout1 .template-main-menu > nav > ul > li:hover ul li ul,
.menu-layout2 .template-main-menu > nav > ul > li:hover ul li ul {
    background-color: #ffffff;
    visibility: hidden;
    width: 250px;
    opacity: 0;
    position: absolute;
    right: 250px;
    top: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-layout1 .template-main-menu > nav > ul > li:hover ul li:hover ul,
.menu-layout2 .template-main-menu > nav > ul > li:hover ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.bypostauthor {
  display: block;
}

/* ================== Unit Test Style ==================== */

.each-comment .media-body{
  overflow: hidden;
}

.blog-box-layout3.sticky .item-content {
    background-color: #fdf8f3;
}

.wp-block-image {
    margin-top: 25px;
    margin-bottom: 25px;
}

.wp-block-image .alignleft {
    margin-right: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.wp-block-image .alignright {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 15px;
}

.wp-block-button {
    margin-bottom: 15px;
}

.alignleft {
    display: inline;
    float: left;
    margin-bottom: 15px;
    margin-right: 30px;
    margin-top: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}

a.wp-block-button__link:not([href]):not([tabindex]){
  color: #ffffff;
}

.wp-block-button .wp-block-button__link {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 15px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f2a14b;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: none;
    border-radius: 3px;
}

.wp-block-button .wp-block-button__link:before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(100% + 1px);
    content: "";
    background-color: #1b3452;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 0.79, 1, 0.97);
    -o-transition: all 0.4s cubic-bezier(0.19, 0.79, 1, 0.97);
    transition: all 0.4s cubic-bezier(0.19, 0.79, 1, 0.97);
}

.wp-block-button .wp-block-button__link:hover:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.wp-block-button.is-style-outline .wp-block-button__link{
  background-color: transparent;
  color: #f2a14b !important;
  border: 2px solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover{
  color: #ffff !important;
  border: 2px solid #1b3452;
}

.wp-block-button.is-style-outline .wp-block-button__link:not([href]):not([tabindex]):hover{
  color: #ffff !important;
  border-radius: 3px;
  border: 2px solid #1b3452;
}

.wp-block-button.is-style-squared .wp-block-button__link{
  border-radius: 0;
}

:root .has-pale-pink-background-color{
  background-color: #000;
}

.wp-block-quote.is-style-large cite{
  font-size: 16px;
  font-weight: 600;
}

.wp-block-pullquote p{
  font-size: 22px;
}

.wp-block-cover a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .has-text-color a,
.wp-block-cover .has-text-align-center a {
    color: #ffffff;
}

.wp-block-cover.alignleft {
    margin-top: 0;
}

.wp-block-cover,
.wp-block-image {
    margin-bottom: 30px;
    color: #fff;
}

.wp-block-gallery.columns-3.is-cropped.alignfull {
  margin-bottom: 15px;
}

.wp-block-gallery.alignleft {
  display: flex;
  margin-right: 30px;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  margin: 0.5em auto 1em;
  color: #555d66;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.4;
}

figure.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    margin-top: 0;
    margin-bottom: 0;
}

kbd {
    color: #646464;
    padding: 3px 5px 2px 5px;
    margin: 0 1px;
    background: #eaeaea;
    background: rgba(0,0,0,.07);
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.4;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 478px) {
  .wp-block-column {
    margin: 20px 0;
  }
}

.wp-block-quote {
    border-left: transparent;
    margin: 0 0 28px;
    padding-left: 1em;
}

.wp-block-quote cite,
.wp-block-quote cite a {
    font-weight: 600;
    font-size: 16px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
    color: #666666;
  }

.wp-block-quote.has-text-align-right {
    border-right: transparent;
    padding-right: 0;
    text-align: right !important;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background: transparent;
}

.wp-block-pullquote.is-style-solid-color blockquote p{
  font-size: 32px;
}

.wp-block-pullquote {
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.has-large-font-size {
  line-height: 1.3;
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    font-size: 36px;
}

.page-content-main ul,
.page-content-main ul ul,
.single-blog-box1 .item-content ul,
.single-blog-box1 .item-content ul ul,
.single-blog-box1 .item-content ul ol,
.single-blog-box1 .item-content ol,
.single-blog-box1 .item-content ol ol,
.single-blog-box1 .item-content ol ul{
  padding-left: 20px;
}

.single-blog-box1.tag-pingbacks-2 ul.comment-list {
    padding-left: 0;
}

.single-blog-box1 ul,
.page-content-main ul {
    list-style-type: disc;
    margin-top: 8px;
    margin-bottom: 10px;
}

.single-blog-box1 .item-content ul.blocks-gallery-grid{
  padding-left: 0;
}

.single-blog-box1 .gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.single-blog-box1 .gallery .gallery-item {
  text-align: center;
}

.single-blog-box1 .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.single-blog-box1 nav.wp-calendar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.single-blog-box1 .wp-block-calendar table{
  margin: 15px 0;
}

.single-blog-box1 .wp-block-latest-comments__comment{
    margin-bottom: 0;
    line-height: 24px;
    font-size: 15px;
}

.single-blog-box1 .wp-block-latest-comments__comment a{
  color: #111111;
}

.single-blog-box1 .wp-block-search .wp-block-search__input,
.single-blog-box1 form.post-password-form input[type="password"]{
  border: 2px solid #dfdfdf;
}

.single-blog-box1 .wp-block-search .wp-block-search__button,
.single-blog-box1 form.post-password-form input[type="submit"]{
  border: 2px solid #f2a14b;
  padding: 5px 20px;
  color: #666666;
  background-color: #f2a14b;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-box1 .wp-block-search .wp-block-search__button:hover,
.single-blog-box1 form.post-password-form input[type="submit"]:hover{
  background: transparent;
  color: #f2a14b;
}

.single-blog-box1 footer.wp-block-latest-comments__comment-meta{
  color: #666666;
}

.wp-block-latest-posts.is-grid li {
    margin: 0 0 10px 0;
}

.wp-block-media-text figure.wp-block-media-text__media {
  margin-bottom: 30px;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #dfdfdf;
    text-align: left;
    background: transparent;
}

.has-media-on-the-right.is-stacked-on-mobile {
  margin-bottom: 30px;
}

table {
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}

dd {
    margin: 0 1.5em 1.5em;
}

dt{
  font-weight: normal;
}

.wp-block-table td,
.wp-block-table th,
table td,
table th{
  border: 1px solid #dfdfdf;
  padding: 8px;
  font-weight: 500;
}

table {
    margin-top: 15px;
}

td,
th {
  text-align: center;
}

.single-blog-box1 .blog-comment ul.comment-list,
.single-blog-box1 .blog-comment ul.children {
    list-style: none;
}

#respond form .comment-form-cookies-consent {
    position: relative;
}

#respond form .comment-form-cookies-consent input{
  background: transparent;
  border: none;
  margin-right: 10px;
  box-shadow: none;
  height: inherit;
  box-shadow: none;
  position: absolute;
  top: 5px;
}

#respond form .comment-form-cookies-consent label {
    padding-left: 25px;
    line-height: 1.5;
}

.section .comments-area {
    margin-top: 45px;
}

@media (max-width: 480px){
  .comments-area .main-comments .each-comment {
      display: inherit;
  }

  .comments-area .main-comments .avatar-img {
    margin-bottom: 10px;
  }

  .comments-area .main-comments .media-body.comments-body{
    margin-left: 0;
  }

  .single-blog-box1 .item-content blockquote{
    padding: 25px;
  }

  .single-blog-box1 .item-content .blog-comment ul li a.comment-reply-link {
    position: absolute;
  }

  .single-blog-box1 .item-content .blog-comment ul li.comment {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  margin: 0.5em auto 1em;
  color: #555d66;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item{
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

figure.wp-caption.alignnone {
  margin: 15px auto 15px;
}

.wp-caption-text{
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin-top: .5em;
  margin-bottom: 0;
  color: #555d66;
  font-size: 13px;
  line-height: 1.4;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
    color: #666666;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 36px;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: .44em;
    text-align: center;
}

/* == Gutenberg Custom color == */


a.wp-block-button__link.has-aeen-primary-color:not([href]):not([tabindex]),
.wp-block-cover .has-aeen-primary-color a,
.wp-block-button .has-aeen-primary-color,
.has-aeen-primary-color {
  color: #212534; }

a.wp-block-button__link.has-aeen-secondary-color:not([href]):not([tabindex]),
.wp-block-cover .has-aeen-secondary-color a,
.wp-block-button .has-aeen-secondary-color,
.has-aeen-secondary-color {
  color: #f2a14b; }

a.wp-block-button__link.has-aeen-light-color:not([href]):not([tabindex]),
.wp-block-cover .has-aeen-light-color a,
.wp-block-button .has-aeen-light-color,
.has-aeen-light-color {
  color: white; }

a.wp-block-button__link.has-aeen-black-color:not([href]):not([tabindex]),
.wp-block-cover .has-aeen-black-color a,
.wp-block-button .has-aeen-black-color,
.has-aeen-black-color {
  color: black; }

a.wp-block-button__link.has-aeen-dark-color:not([href]):not([tabindex]),
.wp-block-cover .has-aeen-dark-color a,
.wp-block-button .has-aeen-dark-color,
.has-aeen-dark-color {
  color: #666666; }

/* == button custom color == */
a.wp-block-button__link.has-aeen-primary-color:not([href]):not([tabindex]):hover,
a.wp-block-button__link.has-aeen-secondary-color:not([href]):not([tabindex]):hover,
a.wp-block-button__link.has-aeen-light-color:not([href]):not([tabindex]):hover,
a.wp-block-button__link.has-aeen-black-color:not([href]):not([tabindex]):hover,
a.wp-block-button__link.has-aeen-dark-color:not([href]):not([tabindex]):hover {
  color: #fff; }

/* == button custom background color == */
.wp-block-button .has-aeen-primary-background-color a,
.wp-block-button .has-aeen-primary-background-color {
  background-color: #212534; }

.wp-block-button .has-aeen-secondary-background-color a,
.wp-block-button .has-aeen-secondary-background-color {
  background-color: #f2a14b; }

.wp-block-button .has-aeen-light-background-color a,
.wp-block-button .has-aeen-light-background-color {
  background-color: white; }

.wp-block-button .has-aeen-black-background-color a,
.wp-block-button .has-aeen-black-background-color {
  background-color: black; }

.wp-block-button .has-aeen-dark-background-color a,
.wp-block-button .has-aeen-dark-background-color {
  background-color: #666666; }

/*Gutenberg Background Colors*/

.has-aeen-secondary-background-color.is-style-solid-color,
.has-aeen-secondary-background-color.is-style-solid-color blockquote{
  background: #f2a14b;
}

.has-aeen-primary-background-color.is-style-solid-color,
.has-aeen-primary-background-color.is-style-solid-color blockquote{
  background-color: #212534;
}

.has-aeen-light-background-color.is-style-solid-color,
.has-aeen-light-background-color.is-style-solid-color blockquote{
  background: #fff;
}

.has-aeen-black-background-color.is-style-solid-color,
.has-aeen-black-background-color.is-style-solid-color blockquote{
  background: #000;
}

.has-aeen-dark-background-color.is-style-solid-color,
.has-aeen-dark-background-color.is-style-solid-color blockquote{
  background: #666666;
}


blockquote.has-text-color.has-aeen-light-color p,
blockquote.has-text-color.has-aeen-light-color cite{
  color: #fff;
}

blockquote.has-text-color.has-aeen-secondary-color p,
blockquote.has-text-color.has-aeen-secondary-color cite{
  color: #f2a14b;
}

blockquote.has-text-color.has-aeen-primary-color p,
blockquote.has-text-color.has-aeen-primary-color cite{
  color: #212534;
}

blockquote.has-text-color.has-aeen-black-color p,
blockquote.has-text-color.has-aeen-black-color cite{
  color: #000;
}

blockquote.has-text-color.has-aeen-dark-color p,
blockquote.has-text-color.has-aeen-dark-color cite{
  color: #666666;
}


/** Widgets Style **/
.template-sidebar .widget ul li a{
  position: relative;
}

.template-sidebar .widget ul.sub-menu{
  padding-left: 15px;
}

.template-sidebar .widget_nav_menu .sub-menu {
    margin-bottom: 0;
}

.template-sidebar .widget_calendar table td#today{
  color: #f2a14b;
}

.template-sidebar ul.children {
    padding-left: 15px;
}

.footer-widgets.widget_archive ul li a,
.footer-widgets.widget_calendar caption,
.footer-widgets.widget_categories ul li a,
.footer-widgets.widget_pages ul li a,
.footer-widgets.widget_meta ul li a,
.footer-widgets.widget_recent_comments ul li a,
.footer-widgets.widget_recent_entries ul li a,
.footer-widgets.widget_text .wp-caption-text {
  color: #d9d9d9;
}


.footer-widgets.widget_calendar table{
  width: 100%;
  text-align: center;
}

.footer-widgets select {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 14px 12px;
    width: 100%;
    outline: none;
}

nav.wp-calendar-nav{
  display: block !important;
}

ol ol,
ol ul,
ul ol,
ul ul{
  margin-bottom: 1rem;
}

/** === New Home Pages === **/

/*** Default Css ***/
.primary-bg-4 {
  background: #e8e3d2;
}

.primary-color-4 {
  color: #e8e3d2;
}


/*** Margin Bottom Css ***/

.mmb-5 {
  margin-bottom: 5px;
}

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

.mb-15 {
  margin-bottom: 15px;
}

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

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

.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}

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

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

.pb-180 {
  padding-bottom: 180px;
}

/*** some impotent class ***/

:root {
  --orrange: #f2a14b;
}

.color-primary-text {
  color: var(--orrange);
}

.color-primary-bg {
  background-color: var(--orrange);
}

/*** Default Css ***/

/* Home Three */
.menu-layout2 nav.template-main-menu>ul>li:last-child>a {
  padding-right: 0;
}

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

.main-banner-layout3 {
  padding: 100px 0 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main-banner-layout1.main-banner-layout3:before{
  content: none;
}

.main-banner-layout3 .banner-content-3 .main-title {
  font-weight: 600;
  font-family: "Lora", serif;
  font-style: italic;
  line-height: 1.1 !important;
  margin-bottom: 30px;
  font-size: 100px !important;
}

@media only screen and (max-width: 575px) {
  .main-banner-layout3 .banner-content-3 .main-title {
    font-size: 80px !important;
  }
}

.main-banner-layout3 .banner-content-3 .sub-title {
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0.3em;
  color: #f2a14b;
  font-weight: 600;
  margin-bottom: 13px;
}

@media only screen and (max-width: 575px) {
  .main-banner-layout3{
    padding: 40px 0 80px 0 !important;
  }
  .main-banner-layout3 .banner-content-3 .sub-title {
    font-size: 24px;
  }
}

.about-box-layout4 span {
  font-size: 20px;
  font-weight: 700;
  color: #f2a14b;
  font-family: "Lato", sans-serif;
  margin-bottom: 7px;
  display: block;
}

.about-box-layout4 h2 {
  font-family: "Lora", serif;
  margin-bottom: 30px;
}

.about-box-layout4 p {
  width: 84%;
}

.about-box-layout4 .item-sub-title {
  width: 100%;
}

.about-wrap-layout3::before {
  display: none;
}

.practice-wrap-layout3 {
  background: #fff;
  padding-right: 50px;
  padding-left: 50px;
}

.practice-wrap-layout3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  background: #1b3452;
  height: 100%;
}

.home3-service-left {
    position: relative;
}

.home3-service-left:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    right: 0;
    background: #1b3452;
    height: 100%;
}

.practice-wrap-layout3::after {
  content: url(../../media/about/about-bg-2.png);
  position: absolute;
  right: 30px;
  top: 0;
}

.practice-wrap-layout3.has-animation.active-animation::after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}

.practice-wrap-layout3.has-animation::after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.section-heading3 span {
  color: #f2a14b;
  font-family: "Lato", serif;
  font-size: 20px;
  display: block;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}

.practice-active::before {
  position: absolute;
  content: "";
  width: 5000px;
  height: 100%;
  background: #1b3452;
  z-index: 5;
  left: -5000px;
  top: 0px;
}

.practice-active .owl-stage-outer {
  overflow: inherit;
}

.fix {
  overflow: hidden;
}

.practice-box-layout1.practice-box-layout2 {
  background: #f9f9f9;
  margin-right: 20px;
  padding: 50px 40px;
  text-align: left;
  transition: 0.4s;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

.practice-box-layout1.practice-box-layout2:hover:before {
    content: none;
}

.practice-box-layout1.practice-box-layout2:after {
    content: none;
}

.practice-box-layout1.practice-box-layout2:hover:after {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}

.practice-box-layout1.practice-box-layout2:hover .item-icon i {
    color: #f2a14b;
}

.practice-box-layout1.practice-box-layout2:hover .item-title a{
  color: #f2a14b;
}

.practice-box-layout1.practice-box-layout2:hover p{
  color: #666666;
}

.practice-item:hover .practice-box-layout2 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.item-link {
  font-size: 16px;
  color: #f2a14b;
  font-family: "Lato", sans-serif;
  transition: 0.4s;
}

.item-link:hover {
  color: #000;
}

/* Section Title */
.section-title3 span {
  font-size: 20px;
  display: block;
  font-family: "Lato", sans-serif;
  margin-bottom: 6px;
}

.section-title3 h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Lora", serif;
}

/* Video */
.video-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.video-link {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f2a14b;
  font-size: 30px;
  padding-left: 7px;
  transform: translateY(-50%);
  transition: 0.4s;
  background: transparent !important;
}

.video-link::before {
  height: 100px;
  width: 100px;
}

.video-link:hover {
  background: #f2a14b;
  color: #fff;
  border: 1px solid #f2a14b;
}

.testimonial-box-layout4 .slick-center {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.progress-box-layout3 .counting-text::after {
  content: "+";
  font-family: "Lora", serif;
  font-weight: 700;
}

.progress-box-layout3 .counting-text {
  font-family: "Lora", serif;
  font-weight: 700;
}

.progress-box-layout3 .item-title {
  font-family: "Lato", sans-serif;
}

.progress-box-layout3 {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.case-study-box-layout7 {
  margin-bottom: 0;
}

.case-study-box-layout7 .item-content {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0 40px;
}

.case-study-box-layout7 .item-content .item-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.case-study-box-layout7 .item-content .item-link:hover {
  color: #f2a14b;
}

.item-heading h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: "Lora", serif;
}

.item-heading {
  background: #f8f8f8;
  text-align: center;
  padding: 20px 0;
}

.item-heading span {
  display: block;
  font-size: 16px;
  color: #f2a14b;
  font-family: "Lato", sans-serif;
}

.item-dates span {
  color: #f2a14b;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 16px;
}

.item-dates {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.blog-box-layout4 .item-content h3.entry-title{
  font-size: 18px;
  line-height: 1.5;
}

.blog-box-layout4 .item-content .entry-title a {
  font-family: "Lora", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.blog-box-layout4 .item-meta ul li {
  display: inline-block;
  font-size: 16px;
  color: #7e7e7e;
  margin-right: 25px;
}

.blog-box-layout4 .item-meta ul li span {
  color: #f2a14b;
  margin-right: 15px;
}

.blog-box-layout4 .item-meta ul li a {
  color: #7e7e7e;
  transition: 0.3s;
}

.blog-box-layout4 .item-meta ul li:hover a {
  color: #f2a14b;
  transition: 0.3s;
}

.blog-box-layout4 .item-content {
  padding: 50.292px 30px;
}

.contact-wrap-layout2 .contact-form-box {
  max-width: initial;
  width: initial;
}

.contact-wrap-layout4 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05);
}

.contact-wrap-layout4 .contact-form-box .form-group .form-control {
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
  border-radius: 0;
  color: #939393;
}

.contact-wrap-layout4 .contact-form-box .form-group .form-control::placeholder {
  color: #939393;
}

.contact-wrap-layout4 .contact-form-box .form-group input::-webkit-input-placeholder {
  color: #939393 !important;
  font-weight: 400;
}

.contact-wrap-layout4 .contact-form-box .form-group input::-moz-placeholder {
  color: #939393 !important;
  font-weight: 400;
}

.contact-wrap-layout4 .contact-form-box .form-group input:-ms-input-placeholder {
  color: #939393 !important;
  font-weight: 400;
}

.contact-wrap-layout4 .contact-form-box .form-group textarea::-webkit-input-placeholder {
  color: #939393 !important;
  font-weight: 400;
}

.contact-wrap-layout4 .contact-form-box .form-group textarea::-moz-placeholder {
  color: #939393 !important;
  font-weight: 400;
}

.contact-wrap-layout4 .contact-form-box .form-group textarea:-ms-input-placeholder {
  color: #939393 !important;
  font-weight: 400;
}



.contact-wrap-layout4 .contact-form-box .form-group select{
  min-height: 47px;
}


.contact-wrap-layout4 .contact-form-box .form-group .textarea {
  height: 99px;
}

.contact-wrap-layout4 .contact-form-box .form-group {
  margin-bottom: 10px;
}

.contact-area-3 .heading-main-title {
  font-size: 24px;
  font-family: "Lora", serif;
}

.contact-wrap-layout4 .btn-fill {
  display: block;
  width: 100%;
}

.contact-wrap-layout4 .contact-form-box .btn-fill:before{
  background-color: #000;
}

.contact-wrap-layout4 .contact-form-box .btn-fill:hover{
  color: #fff !important;
}

.brand-box>a>img {
  filter: grayscale(100%);
  transition: 0.4s;
}

.brand-box>a:hover>img {
  filter: inherit;
  transition: 0.4s;
}

.brand-area {
  padding: 40px 55px 24px 55px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05);
}

.brand-area .section-title3{
  padding-bottom: 8px;
}

.contact-area-3 {
  margin-bottom: -127px;
}

.footer-address3 li {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 35px;
  padding-right: 10px;
}

.footer-address3 li i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #f2a14b;
}

.footer-top .footer-widgets .footer-social3 li a {
  padding: 0 !important;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #1c3c62;
  color: #6d8097;
  border-radius: 50%;
  margin-right: 5px;
}

.about-box-layout8 .about-skill .progress {
  background-color: #ececec;
  border-radius: 20px;
  box-shadow: none;
  height: 5px;
  margin-bottom: 25px;
  overflow: visible;
  position: relative;
  margin-top: 44px;
  border: 1px solid transparent;
  padding: 0;
}

.about-box-layout8 .about-skill .progress .lead {
  font-weight: 700;
  font-family: "Lora", serif;
}

.testimonial-box-layout4 p {
  width: 68%;
  font-family: "Lato", sans-serif;
  line-height: 1.8;
  color: #aaaaaa;
}

.testimonial-box-layout5 p {
  color: #000;
}

.footer-wrap-layout3 .footer-top {
  background-color: #1b3452;
  padding-top: 180px;
  padding-bottom: 65px;
}

.footer-wrap-layout3 .footer-top:before {
  content: none;
}
.footer-wrap-layout3 .footer-top .footer-widgets .footer-widget-heading {
  font-weight: 600;
  font-size: 20px;
  font-family: "Lora", serif;
}

.footer-wrap-layout3 .footer-top .footer-widgets .blog-latest-news li{
  margin-bottom: 14px;
}

.footer-wrap-layout3 .footer-top .footer-widgets .blog-latest-news li a{
  padding-left: 0;
}

.footer-wrap-layout3 .footer-top .footer-widgets .blog-latest-news li a:hover{
  margin-left: 0;
}

.footer-wrap-layout3 .footer-top .footer-widgets .blog-latest-news li a:before{
  content: "";
}

@media (max-width: 575px) {
  .footer-wrap-layout3 .footer-top{
    padding-top: 87px;
  }
}

.blog-latest-news li {
  display: block;
  margin-bottom: 14px;
}

.blog-latest-news li:last-child {
  margin-bottom: 0px;
}

.blog-latest-news li a {
  display: flex;
  align-items: center;
}

.blog-latest-news .blog-thumb {
  margin-right: 15px;
  min-width: 85px;
}

.blog-latest-news .blog-title {
  font-size: 18px;
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 400;
}

.blog-post-date {
  color: #f2a14b;
}

.newsletter-input-field {
  position: relative;
}

.newsletter-input-field>input {
  background: #132b49;
  border: 1px solid transparent;
  color: #6a7a8f;
  width: 100%;
}

.newsletter-input-field button {
  position: absolute;
  right: 0;
  width: 53px;
  height: 100%;
  font-size: 18px;
  color: #fff;
  background: #f2a14b;
  border: 1px solid transparent;
}

.about-left-thumb {
  position: relative;
}

.about-left-thumb::after {
  position: absolute;
  content: "";
  width: 350px;
  height: 438px;
  right: -52px;
  bottom: -32px;
  border: 13px solid #f2a14b;
  z-index: -1;
}

.experience {
  display: inline-flex;
  align-items: center;
}

.experience>.title>span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
}

.experience>.years {
  font-size: 60px;
  line-height: 1;
  font-family: "Lora", serif;
  margin-right: 14px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #fff;
}

.experience>.title {
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #f2a14b;
  font-family: "Lora", serif;
}

.experience-border-right::before,
.experience-border-right::after,
.experience-border-left::before,
.experience-border-left::after {
  position: absolute;
  content: "";
}

.experience-border {
  width: 244px;
  height: 159px;
  position: absolute;
  left: -198px;
  bottom: -15px;
}

.experience-border-right::before {
  width: 100%;
  height: 3px;
  background: #f2a14b;
  left: 0;
  top: 0;
}

.experience-border-right::after {
  height: 100%;
  width: 3px;
  background: #f2a14b;
  left: 0;
  top: 0;
  bottom: 0;
}

.experience-border-left::before {
  width: 244px;
  height: 3px;
  background: #f2a14b;
  bottom: 0;
  left: 0;
}

.experience-border-left::after {
  height: 55%;
  width: 3px;
  background: #f2a14b;
  left: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.experience-border::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 14px;
  right: 0;
  bottom: 0;
  background: #f2a14b;
}

.experience {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 58px;
  left: 50%;
  z-index: 2;
}

.about-left-thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Home 4 */
.menu-layout-4 {
  padding: 0 105px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  z-index: 1;
}

.sticky .menu-layout-4 {
  background: rgba(255, 255, 255, 0.95);
}

.header-action-items4 ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 15px;
  background: #fff;
}

.header-action-items4 .search-wrap a i::before {
  color: #000;
  transition: 0.4s;
}

.header-action-items4 .cart-icon {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #f2a14b;
  transition: 0.3s;
}

.header-action-items4 .single-item {
  margin-right: 4px;
}

.header-action-items4 .minicart-wrap .cart-icon i::before {
  color: #fff;
}

.header-action-items4 ul li:hover a {
  background: #f2a14b;
  transition: 0.3s;
}

.header-action-items4 .search-wrap a:hover i::before {
  color: #fff;
  transition: 0.3s;
}

.header-action-items4 .single-item.text a{
  background-color: transparent;
  width: 100%;
  height: auto;
  color: #000;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}

.header-action-items4 .single-item.text {
  margin-right: 12px;
}

.main-banner-layout4 .content-box {
  padding: 0 0px 0 105px;
}

.header-action-items4 .single-item.search-wrap {
  margin-left: 11px;
}

.content-box-4 h1 {
  font-size: 85px;
  line-height: 1.3;
  font-weight: 600;
  font-family: 'Lora', serif;
  margin-bottom: 30px;
}

.content-box-4 p {
  font-size: 18px;
  color: #000;
  padding-right: 17%;
  margin-bottom: 35px;
  font-family: "Lato", sans-serif;
  line-height: 1.6;
}

.main-banner-layout4 {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 26px;
}

.home-banner-4 {
  position: absolute;
  left: 46%;
  transform: translateX(-100%);
  bottom: -342px;
}

.content-img {
  margin-bottom: -310px;
  margin-left: 120px;
}

.feature-box-layout4 {
  top: 0;
  transform: translateY(0);
  position: relative;
  background: transparent;
}

[class^="col-"]:nth-child(2n)>.feature-box-layout4 {
  background-color: transparent;
}

.blue-bg-4 {
  background: #1b3452;
}

.feature-wrap-layout4 {
  padding: 53px 0px 23px 0;
}

.feature-box-layout4 {
  top: 0;
  transform: translateY(0);
  position: relative;
  background: transparent !important;
  text-align: left;
  padding: 30px 40px 10px 40px;
  border: 1px solid #4d5b6b;
}

.feature-box-layout4:hover {
  background-color: transparent;
  border: 1px solid #f2a14b;
}

.practice-wrap-layout4 {
  padding: 95px 0 0 0;
}

.team.team-over-area {
  padding: 65px 0 0 0;
}

[class^="col-"]:nth-child(2n)>.feature-box-layout4:hover {
  background-color: transparent;
}

.about-box-layout5 h2 {
  margin-left: 0;
}

.about-box-layout5 p {
  margin-left: 0;
}

.about-right-thumb {
  position: absolute;
  right: 152px;
  bottom: -10px;
}

.contact-thumb-four {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}

.contact-wrap-layout5 {
  padding: 95px 0 90px 60px;
}

.contact-wrap-layout5 .form-control {
  background: transparent;
  border-radius: 0;
  border: 1px solid #435f80;
  color: #63768d;
  font-family: "Lato", sans-serif;
  height: 40px;
  padding: 0 17px;
  margin-bottom: 0;
}

.contact-wrap-layout5 .form-control::placeholder {
  color: #63768d;
}

.contact-wrap-layout5 #form-message {
  min-height: 160px;
  padding: 10px 17px;
}

.contact-vector-shape {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
}

.section-title4 span {
  font-family: 'Lato', sans-serif;
  color: #989898;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0.1em;
}

.section-title4 h2 {
  font-family: 'Lora', sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 1.3;
}

.practice-box-layout4 {
  margin-right: 0;
  padding: 30px 30px;
  margin-bottom: 0;
}

.testimonial-bg-five {
  background: #f9f9f9;
}

.testimonial-padding-five {
  padding-top: 296px;
  padding-bottom: 95px;
}

.case-study-box-layout6 {
  padding-top: 90px;
  padding-bottom: 100px;
}

.counter-layout4 {
  padding-top: 85px;
  padding-bottom: 55px;
}

.brand-wrap-layout4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-over-area {
  margin-bottom: -133px;
  z-index: 1;
}

.testimonial-active .slick-arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dadada;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  outline: 0;
  position: absolute;
  bottom: -14%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transform: translateY(0%);
  top: inherit;
}

.testimonial-active .slick-arrow:focus {
  outline: 0;
}

.testimonial-active .slick-arrow i {
  display: inline-block;
  font-size: 15px;
  color: #f2a14b;
}

.pinik-next.slick-arrow {
  right: -60px;
}

.pinik-prev.slick-arrow {
  left: -60px;
}

.text-black {
  color: #000 !important;
}

.case-study-box-layout5 .item-heading {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: left;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.60);
  opacity: 1;
  visibility: visible;
  transition: .4s;
}

.case-study-box-layout5:hover .item-heading {
  opacity: 0;
  visibility: hidden;
  transition: .4s;
}

.case-study-box-layout5 .item-content h2 {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.1 !important;
  margin-bottom: 4px;
  font-family: 'Lora', sans-serif;
  transform: translateY(70px);
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  margin-bottom: 15px;
}

.case-study-box-layout5 .item-content span {
  color: #f2a14b;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  display: block;
  transform: translateY(60px);
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
}

.case-study-box-layout3:hover .item-content h2,
.case-study-box-layout3:hover .item-content span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.case-study-box-layout3:hover .item-content h2 {
  margin-bottom: 5px;
}

.case-study-box-layout3:hover .item-content span {
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px){
  .case-study-box-style7 .item-heading h2 {
    font-size: 20px !important;
  }
}

.case-study-box-layout5:hover .item-content {
  bottom: 35%;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.case-study-box-layout7 .item-content a {
  vertical-align: middle;
  font-weight: 700;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.case-study-box-layout7 .item-content a i {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.case-study-box-layout7 .item-content a:hover {
  color: #fff;
}

.counter-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
}

.header-action-items4 .single-item.text i {
  margin-right: 11px;
  margin-top: 5px;
}

.practice-item .item-thumb a img {
  width: 100%;
}

.header-action-items .minicart .action-buttons li a {
  width: 100%;
}

.testimonial-active .slick-arrow:hover {
  background: #f2a14b;
  color: #fff;
  border: 1px solid #f2a14b;
  transition: .3s;
}

.testimonial-active .slick-arrow:hover i {
  color: #fff;
  transition: .3s;
}

.hero-company-info ul li {
  display: inline-block;
  margin: 0 20px;
}

.hero-company-info ul li a{
  font-size: 21px;
  font-size: 24px;
  color: #fff;
}

.hero-company-info ul li i {
    margin-right: 18px;
    color: #f2a14b;
    font-size: 22px;
}

.hero-contact-info i {
  margin-right: 18px;
  color: #f2a14b;
  transform: rotate(-90deg) translateY(20%);
  font-size: 30px !important;
}

.hero-company-info {
  position: absolute;
  z-index: 1;
  transform: rotate(-90deg) translateY(-50%);
  left: -10%;
  top: 50%;
}

.testimonial-box-layout4 .slick-prev,
.testimonial-box-layout4 .slick-next {
  display: inline-block !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  transition: .4s;
  cursor: pointer;
  z-index: 1;
}

.slick-arrow:hover {
  background: #f2a14b;
  transition: .4s;
  border: 1px solid #f2a14b;
}

.slick-prev.slick-navigation.slick-arrow {
  left: 0;
}

.slick-next.slick-navigation.slick-arrow {
  right: 0;
}

.btn-fill-four {
  letter-spacing: 0.1em;
}

.testimonial-box-layout5 .slick-arrow {
  border-color: #c1c1c1;
  color: #f2a14b;
}

.testimonial-box-layout5 .slick-arrow:hover {
  border-color: #f2a14b;
  color: #fff;
}

.testimonial-box-layout5 .media .item-title {
  font-family: "Lora", sans-serif !important;
}

.testimonial-box-layout5 .slick-center .media .item-designation {
  font-family: "Lato", sans-serif !important;
}

.blog-box-layout5 .item-content {
  padding: 38px 30px;
}

.blog-box-layout5 .item-content .entry-title {
  margin-bottom: 12px;
}

.blog-box-layout2 .blog-btn {
  color: #f2a14b;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
}

.blog-box-layout5 .item-meta ul li a {
  font-family: "Lato", sans-serif !important;
}

.blog-box-layout5 .item-meta {
  margin-bottom: 8px;
}

.btn-fill.disabled::before {
  background-color: #000;
}

.footer-wrap-layout3 .footer-top .footer-widgets .footer-menu li a,
.footer-wrap-layout3 .footer-top .footer-widgets .menu-service-offerings-container ul li a {
  color: #dcdcdc;
}

.footer-wrap-layout3 .footer-top .footer-widgets .footer-menu li:hover a,
.footer-wrap-layout3 .footer-top .footer-widgets .menu-service-offerings-container ul li:hover a {
  color: #f2a14b;
}

.footer-wrap-layout3  .footer-top .footer-widgets .footer-address3 li{
  margin-bottom: 15px;
}

.footer-wrap-layout3  .footer-top .footer-widgets .footer-address3 li a{
  padding-left: 0;
  color: #fff;
}

.footer-wrap-layout3  .footer-top .footer-widgets .footer-address3 li a:hover,
.footer-wrap-layout3  .footer-top .footer-widgets .footer-social3 li a:hover{
  margin-left: 0;
}

.footer-wrap-layout3  .footer-top .footer-widgets .footer-address3 li a:before{
  content: none;
}

.footer-bottom-four {
  background: #152e4c;
}

.feature-box-layout1 .item-title {
  font-family: "Lora", serif;
}

/* Responsive CSS */

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .blog-box-layout4 .item-meta ul li {
    margin-right: 15px;
  }

  .menu-layout-4 {
    padding: 0 5px;
  }

  .header-action-items4 .single-item.search-wrap {
    margin-left: 0px;
  }

  .content-img {
    margin-bottom: -332px;
    margin-left: 0;
    padding-top: 25px;
  }

  .content-box-4 h1 {
    font-size: 64px;
  }

  .about-right-thumb {
    right: 0;
    max-width: 710px;
  }

  .main-banner-layout4 .content-box {
    padding: 10px 0px 0 76px;
  }

  .header-action-items4 .single-item.text.phone {
    display: none;
  }

  .blog-box-layout4 .item-content .entry-title a {
    font-size: 18px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .about-box-layout3 h2 {
    width: 80%;
  }

  .experience-border {
    display: none;
  }

  .experience {
    left: 30%;
  }

  .item-figure img {
    width: 100%;
  }

  .blog-box-layout4 .item-content .entry-title a {
    font-size: 17px;
  }

  .blog-box-layout4 .item-meta ul li span {
    margin-right: 10px;
  }

  .blog-box-layout4 .item-meta ul li {
    margin-right: 8px;
  }

  .blog-box-layout4 .item-content {
    padding: 50.292px 20px;
  }

  .blog-latest-news .blog-thumb {
    display: none;
  }

  .footer-address3 li {
    padding-left: 25px;
    padding-right: 0;
  }

  .header-action-items4 .single-item.text {
    display: none;
  }

  .content-box-4 h1 {
    font-size: 50px;
  }

  .content-box-4 p {
    padding-right: 8%;
  }

  .feature-box-layout4 {
    padding: 30px 25px 10px 25px;
  }

  .about-right-thumb {
    right: -23%;
  }

  .contact-wrap-layout5 {
    padding: 60px 0;
  }

  .case-study-box-layout3 .item-content {
    bottom: -7%;
  }

  .case-study-box-layout5:hover .item-content {
    bottom: 40%;
  }

  .main-banner-layout4 {
    min-height: calc(100vh - 340px);
    padding-bottom: 0;
    padding-top: 30px;
  }

  .content-img {
    margin-bottom: -90px;
    margin-left: 0;
  }

  .main-banner-layout4 .content-box {
    padding: 0 0px 0 19px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .about-left-thumb img {
    width: 100%;
  }

  .practice-wrap-layout3::before {
    width: 100%;
  }

  .team-box-layout2 .item-content .item-title {
    font-size: 18px;
  }

  .team-box-layout2 .item-content {
    padding: 10px;
  }

  img.video-thumb {
    width: 100%;
  }

  .blog-box-layout4 .item-meta ul li {
    margin-right: 10px;
  }

  .progress-box-layout3 {
    padding: 25px 6px 20px;
  }

  .testimonial-box-layout4 p {
    width: 100%;
  }

  .testimonial-box-layout2.testimonial-box-layout4 .media img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
  }

  .main-banner-layout4 .content-box {
    padding: 73px 0px 0 15px;
  }

  .content-box-4 h1 {
    font-size: 65px !important;
    line-height: 1.3 !important;
  }

  .about-right-thumb {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  .about-wrap-layout3.pb-110 {
    padding-bottom: 0;
  }

  .contact-thumb-four {
    display: none;
  }

  .contact-wrap-layout5 {
    padding: 95px 0px 90px 0px;
  }

  .main-banner-layout3 {
    padding: 100px 0 130px 0;
  }

  .hero-company-info ul li {
    font-size: 21px;
  }

  .banner-content-3 {
    padding: 0 95px;
  }

  .about-box-layout4-padding {
    padding-top: 50px;
  }

  .slick-next.slick-navigation.slick-arrow {
    display: none !important;
  }

  .slick-prev.slick-navigation.slick-arrow {
    display: none !important;
  }

  .hero-company-info {
    left: -16%;
  }

  .case-study-box-layout3 .item-content {
    bottom: -15%;
  }

  .case-study-box-layout7 .item-content {
    padding: 0 30px;
  }

  .blog-box-layout4 .item-content .entry-title a {
    font-size: 20px;
  }

  .feature-box-layout1.feature-box-layout4 {
    margin-bottom: 0;
    padding: 30px 35px 10px;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .main-banner-layout3 {
    padding: 80px 0 80px 0;
  }

  .experience-border {
    display: none;
  }

  .about-left-thumb::after {
    display: none;
  }

  .experience {
    left: 25%;
    transform: translateX(-50%);
  }

  .about-box-layout4 p {
    width: 100%;
  }

  .practice-wrap-layout3::after {
    display: none;
  }

  .practice-wrap-layout3::before {
    width: 100%;
  }

  .practice-wrap-layout3 {
    background: #fff;
    padding-right: 0;
  }

  .practice-box-layout2 {
    padding: 35px 20px;
  }

  .testimonial-box-layout4 p {
    width: 100%;
  }

  .main-banner-layout4 {
    min-height: auto;
  }

  .main-banner-layout4 .content-box {
    padding: 70px 0px 35px 0px;
  }

  .content-box-4 h1 {
    font-size: 43px !important;
    line-height: 1.3;
  }

  .content-img {
    display: none;
  }

  .about-right-thumb {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
  }

  .about-wrap-layout3.pb-110 {
    padding-bottom: 0;
  }

  .contact-thumb-four {
    display: none;
  }

  .contact-wrap-layout5 {
    padding: 95px 0px 90px 0px;
  }

  .hero-company-info {
    display: none;
  }

  .about-left-thumb>img {
    width: 100%;
  }

  .slick-navigation.slick-arrow {
    display: none !important;
  }

  .brand-box {
    text-align: center;
  }

  .blog-box-layout4 .item-meta ul li {
    margin-bottom: 5px;
  }

  .blog-box-layout4 .item-meta ul li:last-child {
    margin-bottom: 0px;
  }

  .blog-box-layout4 .item-content .entry-title a {
    font-size: 17px;
  }

  .section-title3 h2 {
    font-size: 25px;
  }

  .testimonial-box-layout2 p {
    font-size: 16px;
  }

  .feature-box-layout4 {
    padding: 30px 30px 10px 30px;
  }

  .testimonial-padding-five {
    padding-top: 175px;
  }

  .case-study-box-layout5 .item-content {
    bottom: -13%;
  }

  .case-study-box-layout5 .item-content {
    padding: 0 25px;
  }

  .case-study-box-layout5:hover .item-content {
    bottom: 40%;
  }

  .blog-box-layout5 .item-content {
    padding: 38px 20px;
  }

  .blog-box-layout4 .item-meta ul li span {
    margin-right: 5px;
  }

  .blog-box-layout4 .item-meta ul li {
    margin-bottom: 5px;
  }

  .blog-box-layout4-blog2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .blog-box-layout4-blog2 .item-figure {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .case-study-box-layout5 .item-content {
    bottom: -15%;
  }
}

@media (max-width: 375px) {
  .case-study-box-layout5 .item-content {
    bottom: -22%;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .testimonial-padding-five {
    padding-top: 225px;
  }

  .item-figure img {
    width: 100%;
  }

  .case-study-box-layout5 .item-content {
    bottom: -23%;
  }

  .case-study-box-layout5:before {
    bottom: -80%;
  }

  .blog-box-layout4-blog2 {
    display: flex;
    flex-direction: column-reverse;
  }

  .blog-box-layout4-blog2 .item-figure {
    margin-bottom: 30px;
  }
}

.testimonial-box-layout4 .media img {
  -webkit-filter: grayscale(0);
        filter: grayscale(0);
}


.offscreen-navigation .sub-menu {
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
}
.offscreen-navigation li>a {
    display: block;
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.offscreen-navigation ul li {
  position: relative;
}
.offscreen-navigation ul li span {
    position: absolute;
    right: -12px;
    top: -5px;
    height: 35px;
    width: 35px;
    z-index: 9;
    cursor: pointer;
}
.offscreen-navigation .sub-menu li>a {
    font-size: 14px;
    font-weight: 500;
}
.offscreen-navigation .menu>li{
   padding-bottom: 8px;
}
.offscreen-navigation li.menu-item-has-children> a:after {
    content: '\f067';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    transition: .1s;
    right: 0;
    position: absolute;
    font-size: 13px;
    font-weight: 900;
}

.offscreen-navigation li.menu-item-has-children> a.opened:after {
    content: '\f068';
}

@media only screen and (min-width: 1199px){
  #meanmenu {
     display: none;
  }
}
@media only screen and (max-width: 1199px){
  #header-menu,#masthead-container{
    display: none;
  }
}
.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}
.mean-bar .sidebarBtn{
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 17px;
    cursor: pointer;
}

.header-style-2 .rt-header-menu{
  background:transparent;
}

.rt-header-menu{
  position: fixed;
  width: 100%;
  z-index: 3;
}

.rt-slide-nav{
    position: absolute;
    background: white;
    width: 100%;
    z-index: 9;
    top: 60px;
    left: 0;
    display: none;
    padding: 30px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px #0000001c;
}

.admin-bar .rt-slide-nav{
  top: 92px;
}

@media screen and (max-width: 782px) {
  .admin-bar .rt-slide-nav{
    top: 105px;
  }
}

.rt-slide-nav ul{
  list-style-type: none;
  margin: 0px;
}
body.slidemenuon{
  overflow:hidden;
}
