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

  Template Name: SuperShot
  Description: SuperShot - Creative HTML Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.1

  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Icons
      1.7 Colors
      1.8 Background colors

  2.  Header

      2.1 Affix
      2.2 Top panel
      2.3 Navbar primary
      2.4 Brand
      2.5 Navigation

  3.  Content styles
  4.  Masthead

      4.1 Masthead Inner
      4.2 Masthead v2
      4.3 Masthead v3
      4.4 Slideshow

  5.  Services
  6.  Showcase

      6.1 Showcase Dark
      6.2 Magnific popup
      6.3 Portfolio details

  7.  Reviews
  8.  Banner
  9.  Features

  10. Team
  11. Get start
  12. Specialization
  13. Prices
  14. Clients
  15. Video section
  16. Posts

      16.1 Post details
      16.2 Post comments
      16.3 Secondary sidebar

  17. Contact
  18. Footer
  19. Responsive styles

      19.1 Min width 768px
      19.2 Min width 992px
      19.3 Min width 1200px
      19.4 Max width 991px
      19.5 Max-width 767px
      19.6 Max-width 600px



/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



/* @import url('bootstrap.min.css'); */
/* @import url('font-awesome.min.css'); */
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
    /* color: #888888; */
    overflow-x: hidden;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #dda01f;
}

::selection {
    background-color: #dda01f;
    color: #fff;
}

-webkit-::selection {
    background-color: #dda01f;
    color: #fff;
}

::-moz-selection {
    background-color: #dda01f;
    color: #fff;
}



/* 1.2 Loader */


.loader {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #fff;
    text-align: center;
}

.loader-brand {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/* 1.3 Typography */



h1,
.h1 {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}


h2,
.h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #851927;
    margin: 0;
}

h3,
.h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #313131;
    margin-bottom: 15px;
}

h4,
.h4 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}

h2 a,
h3 a,
.h2 a,
.h3 a {
    color: inherit;
    text-decoration: none;
}

h2 a:hover,
h3 a:hover,
.h2 a:hover,
.h3 a:hover {
    text-decoration: none;
}

address {
    margin: 0;
}

ul,
ol {
    margin-top: 0px;
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding-left: 0;
}

ol li,
ul li {
    margin-top: 10px;
}


p {
    margin: 10px 0 0;
}



a {
    color: #dda01f;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

a:hover {
    color: #dda01f;
}

a:focus {
    color: #dda01f;
    outline: none;
    text-decoration: none;
}



/* 1.4 Fields */



.form-group {
    text-align: left;
    margin-bottom: 30px;
}

.form-group:after {
    display: table;
    content: " ";
    clear: both;
}

.form-group .btn {
    width: 100%;
}

.form-control-layout {
    position: relative;
}

.form-control-layout .fa {
    position: absolute;
    z-index: 1;
    padding: 0 1px;
    left: 20px;
    top: 16px;
    font-size: 14px;
    color: #bbbbbb;
}

.form-control {
    height: 50px;
    padding: 6px 20px 6px 40px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    color: #888888;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.form-control.no-icon {
    padding-left: 20px;
}

.form-control:focus {
    border-color: #dda01f !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


textarea.form-control {
    padding-top: 13px;
    height: 200px;
    resize: none;
}

.captcha {
    border-radius: 0;
    background-position: center;
}

.form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}

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

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

.form-transparent .form-control-layout .fa {
    top: 21px;
}

.form-transparent .form-control {
    height: 60px;
    font-size: 14px;
    color: #e5e5e5;
    border-color: #7e7e7e;
    background-color: rgba(255, 255, 255, 0.1);
}

.form-transparent textarea.form-control {
    padding-top: 18px;
    height: 223px;
}

.form-transparent .form-control::-moz-placeholder {
    color: #e5e5e5;
    opacity: 1;
}

.form-transparent .form-control:-ms-input-placeholder {
    color: #e5e5e5;
}

.form-transparent .form-control::-webkit-input-placeholder {
    color: #e5e5e5;
}

.form-transparent .captcha {
    border: 0;
}

.form-control.error {
    border-color: #dda01f;
}


.wobble-error {
    -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
    animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error {
    font-size: 14px;
    font-weight: 400;
    color: #dda01f;
    margin: 5px 20px 0;
}




/* 1.5 Buttons */



.btn {
    position: relative;
    display: inline-block;
    border: 0;
    background: none;
    border-radius: 0;
    padding: 20px 50px 0;
    height: 50px;
    font-size: 14px;
    line-height: 1;
    color: #313131;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.btn .text {
    visibility: hidden;
}

.btn .fa {
    font-size: 12px;
    margin-left: 2px;
}

.flip-front,
.flip-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 50px 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;

}

.flip-front {
    top: 0;
    background-color: #313131;
    color: #fff;
    -webkit-transform: rotateX(0deg) translateZ(25px);
    -ms-transform: rotateX(0deg) translateZ(25px);
    -o-transform: rotateX(0deg) translateZ(25px);
    transform: rotateX(0deg) translateZ(25px);
}

.flip-back {
    background-color: #fff;
    color: #000;
    -webkit-transform: rotateX(90deg) translateZ(25px);
    -ms-transform: rotateX(90deg) translateZ(25px);
    -o-transform: rotateX(90deg) translateZ(25px);
    transform: rotateX(90deg) translateZ(25px);
}

.btn:hover .flip-back {
    -webkit-transform: rotateX(0deg) translateZ(25px);
    -ms-transform: rotateX(0deg) translateZ(25px);
    -o-transform: rotateX(0deg) translateZ(25px);
    transform: rotateX(0deg) translateZ(25px);
}

.btn:hover .flip-front {
    -webkit-transform: rotateX(-90deg) translateZ(25px);
    -ms-transform: rotateX(-90deg) translateZ(25px);
    -o-transform: rotateX(-90deg) translateZ(25px);
    transform: rotateX(-90deg) translateZ(25px);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}



/* Btn round */



.btn-round .flip-front,
.btn-round .flip-back {
    border-radius: 3px;
}


/* Btn Lead */



.btn-lead {
    font-size: 16px;
    padding-top: 17px;
}

.btn-lead .flip-front,
.btn-lead .flip-back {
    padding-top: 18px;
}

.btn-lead.btn-b-white .flip-front {
    padding-top: 16px;
}


/* Btn large */



.btn-lg {
    height: 60px;
    padding: 25px 50px 0;
}

.btn-lg .flip-front,
.btn-lg .flip-back {
    padding: 25px 50px 0;
}

.btn-lg.btn-b-dark .flip-front {
    padding-top: 22px;
}

.btn-lg .flip-front {
    -webkit-transform: rotateX(0deg) translateZ(30px);
    -ms-transform: rotateX(0deg) translateZ(30px);
    -o-transform: rotateX(0deg) translateZ(30px);
    transform: rotateX(0deg) translateZ(30px);
}

.btn-lg .flip-back {
    -webkit-transform: rotateX(90deg) translateZ(30px);
    -ms-transform: rotateX(90deg) translateZ(30px);
    -o-transform: rotateX(90deg) translateZ(30px);
    transform: rotateX(90deg) translateZ(30px);
}

.btn-lg .btn:hover .flip-back {
    -webkit-transform: rotateX(0deg) translateZ(30px);
    -ms-transform: rotateX(0deg) translateZ(30px);
    -o-transform: rotateX(0deg) translateZ(30px);
    transform: rotateX(0deg) translateZ(20px);
}

.btn-lg:hover .flip-front {
    -webkit-transform: rotateX(-90deg) translateZ(30px);
    -ms-transform: rotateX(-90deg) translateZ(30px);
    -o-transform: rotateX(-90deg) translateZ(30px);
    transform: rotateX(-90deg) translateZ(30px);
}



/* Btn small */



.btn-sm {
    height: 45px;
    padding: 16px 30px 0;
    font-size: 12px;
}

.btn-sm .flip-front,
.btn-sm .flip-back {
    padding: 16px 30px 0;
}

.btn-sm .flip-front {
    -webkit-transform: rotateX(0deg) translateZ(20px);
    -ms-transform: rotateX(0deg) translateZ(20px);
    -o-transform: rotateX(0deg) translateZ(20px);
    transform: rotateX(0deg) translateZ(20px);
}

.btn-sm .flip-back {
    -webkit-transform: rotateX(90deg) translateZ(20px);
    -ms-transform: rotateX(90deg) translateZ(20px);
    -o-transform: rotateX(90deg) translateZ(20px);
    transform: rotateX(90deg) translateZ(20px);
}

.btn-sm .btn:hover .flip-back {
    -webkit-transform: rotateX(0deg) translateZ(20px);
    -ms-transform: rotateX(0deg) translateZ(20px);
    -o-transform: rotateX(0deg) translateZ(20px);
    transform: rotateX(0deg) translateZ(20px);
}

.btn-sm:hover .flip-front {
    -webkit-transform: rotateX(-90deg) translateZ(20px);
    -ms-transform: rotateX(-90deg) translateZ(20px);
    -o-transform: rotateX(-90deg) translateZ(20px);
    transform: rotateX(-90deg) translateZ(20px);
}

.btn-sm.btn-b-gray {
    padding: 14px 30px 0;
}

.btn-sm.btn-b-gray .flip-front {
    padding: 14px 30px 0;
}

.btn-red .flip-front {
    background-color: #fa4951;
}

.btn-yellow {
    background-color: transparent;
}

.btn-yellow .flip-front {
    color: #313131;
    background-color: #dda01f;
}

.btn-yellow-2 {
    background-color: transparent;
}

.btn-yellow-2 .flip-front {
    color: #fff;
    background-color: #dda01f;
}

.btn-yellow-2 .flip-back {
    color: #fff;
    background-color: #fa4951;
}

.btn-gray .flip-front {
    color: #888888;
    background-color: #dbdbdb;
}


.btn-gray .flip-back {
    color: #fff;
    background-color: #313131;
}

.btn-linear .flip-front {
    background: -webkit-linear-gradient(left, rgba(250, 73, 81, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%);
    background: linear-gradient(to right, rgba(250, 73, 81, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%);
}

.btn-linear .flip-back {
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(254, 191, 40, 0.8) 0%, rgba(250, 73, 81, 0.8) 100%);
    background: linear-gradient(to right, rgba(254, 191, 40, 0.8) 0%, rgba(250, 73, 81, 0.8) 100%);
}

.btn-b-white .flip-front {
    padding-top: 17px;
    background-color: transparent;
    border: 2px solid #fff;
}

.btn-b-dark .flip-front {
    padding-top: 17px;
    background-color: transparent;
    border: 2px solid #313131;
    color: #313131;
}

.btn-b-dark .flip-back {
    background-color: #313131;
    color: #fff;
}

.btn-b-gray .flip-front {
    padding-top: 17px;
    background-color: transparent;
    border: 2px solid #dcdcdc;
    color: #313131;
}

.btn-b-gray .flip-back {
    background-color: #dda01f;
    color: #fff;
}



/* 1.6 Icons */


.icon-round,
.fa {
    display: inline-block;
    font-size: 24px;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.icon-linear {
    color: #FC883C;
    background: -webkit-linear-gradient(#febf28, #fa4951);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.icon-round:hover {
    background-color: #dda01f;
    border-color: #dda01f;
    color: #313131;
}

/* a.fa:hover{
  color: #dda01f;
} */

a.fa:hover,
a.fa:focus {
    text-decoration: none;
}

.icon-round {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
}

.icon-round .fa {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -12px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.icon-round:focus {
    color: #fff;
}

.icon-round-medium {
    width: 46px;
    height: 46px;
}

.icon-round-medium .fa {
    margin-top: -8px;
    font-size: 16px;
}



/* 1.7 Colors */



.text-white {
    color: #fff;
}

.text-dark {
    color: #313131;
}

.text-primary {
    color: #dda01f;
}



/* 1.8 Background colors */



.bgc-white {
    background-color: #fff;
}

.bgc-light {
    background-color: #f7f7f7;
}

.bgc-primary {
    background-color: #dda01f;
}

.bgc-dark {
    background-color: #313131;
}

.bg-gradient {
    background: -webkit-linear-gradient(left, rgb(250, 73, 81) 0%, rgb(254, 191, 40) 100%);
    background: linear-gradient(to right, rgb(250, 73, 81) 0%, rgb(254, 191, 40) 100%);
}

.fix {
    overflow: hidden;
}

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

/* OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__close button {
    height: 45px;
    width: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    border-collapse: separate;
    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;
    color: #1c1c1c;
    font-size: 18px;
    background-color: #3887FE;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.offcanvas__close button i {
    color: #000;
}

.offcanvas__info {
    background: #fff none repeat scroll 0 0;
    border-left: 3px solid #3887FE;
    position: fixed;
    right: 0;
    top: 0;
    width: 370px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    background-color: #fff;
}

@media (max-width: 575px) {
    .offcanvas__info {
        width: 300px;
    }
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__logo a img {
    max-width: 110px;
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.offcanvas__top {
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #727272; */

}

.offcanvas__color {
    margin-bottom: 40px;
}

.offcanvas__color h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.offcanvas__color input {
    display: none;
}

.offcanvas__color label {
    width: 100%;
    height: 60px;
    background-color: #3887FE;
}

.offcanvas__color label:hover {
    cursor: pointer;
}

.offcanvas__color-2 label {
    background-color: #3887FE;
}

.offcanvas__search {
    position: relative;
}

.offcanvas__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #727272;
    font-size: 16px;
    color: #1c1c1c;
}

.offcanvas__search input::-webkit-input-placeholder {
    color: #1c1c1c;
}

.offcanvas__search input::-moz-placeholder {
    color: #1c1c1c;
}

.offcanvas__search input:-ms-input-placeholder {
    color: #1c1c1c;
}

.offcanvas__search input::-ms-input-placeholder {
    color: #1c1c1c;
}

.offcanvas__search input::placeholder {
    color: #1c1c1c;
}

.offcanvas__search input:focus {
    border-color: #1c1c1c;
}

.offcanvas__search button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #1c1c1c;
}

.offcanvas__search button:hover {
    color: #3887FE;
}

.offcanvas__text p {
    margin-bottom: 25px;
}

.offcanvas__contact h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1c1c1c;
}

.offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.offcanvas__contact ul li:hover i {
    color: #fff;
    border-color: #851927;
    background-color: #851927;
}

.offcanvas__contact-icon i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    text-align: center;
    border: 1px solid #727272;
    border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    color: #1c1c1c;
    position: relative;
    z-index: 5;
}

.offcanvas__contact-text a {
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    padding-left: 10px;
}

.offcanvas__contact-text a:hover {
    color: #851927;
}

.offcanvas__social {
    margin-bottom: 30px;
}

.offcanvas__social ul li {
    display: inline-block;
}

.offcanvas__social ul li:not(:last-child) {
    margin-right: 5px;
}

.offcanvas__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    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 #727272;
    color: #000;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    background-color: transparent;
}

.offcanvas__social ul li a:hover {
    color: #fff;
    border: 1px solid #851927;
    background-color: #851927;
}

.offcanvas__notification-icon a {
    font-size: 14px;
    color: #1c1c1c;
    position: relative;
}

.offcanvas__notification-icon a .notification-count {
    position: absolute;
    top: -4px;
    right: -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
    background-color: #3887FE;
    border-radius: 50%;
    color: #1c1c1c;
    text-align: center;
}

.offcanvas__notification-text p {
    margin-bottom: 0;
    font-weight: 500;
    color: #1c1c1c;
    font-size: 14px;
}

.offcanvas__notification-text p .notification-number {
    color: #3887FE;
}

.offcanvas__notification-text p a {
    color: #3887FE;
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.5;
    visibility: visible;
}

.offcanvas .signin-area.open {
    opacity: 0.6;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/

.header__transparent {
    position: absolute;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 99;
    background-color: #ffffff66;
}

.sticky {
    position: fixed !important;
    top: 0;
    background: #fff;
    z-index: 800;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
    -ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
    -o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
    box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .sticky {
        padding: 22px 0;
    }
}

.copyright__logo img,
.footer__logo img,
.header__logo img {
    max-width: 180px;
    /* width: 100%; */
    height: 90px;
    /* background-color: blue; */
}

.header__area-2 {
    padding-top: 40px;
}

.header__area-2.sticky {
    padding: 15px 0;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header__area-2.sticky {
        padding: 27px 0;
    }
}

.header__area-2.sticky .border__btn.white {
    border: 2px solid var(--clr-theme-1);
    color: var(--clr-theme-1);
}

.header__area-2.sticky .border__btn.white:hover {
    color: var(--clr-common-white);
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header__area-3 {
        padding: 22px 0;
    }
}

.header__area-2 .container {
    max-width: 1500px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header__area {
        padding: 27px 0;
    }
}

.header__area .container {
    max-width: 1460px;
}

.header__area-3 .container {
    max-width: 1580px;
}

.menu__main-wrapper-3 {
    margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu__main-wrapper-3 {
        margin-right: 0;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header__toggle-wrapper {
        display: none !important;
    }
}

.header__logo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 125px;
}

.header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact__icon {
    width: 48px;
    height: 48px;
    background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #c7c7c7;
    border-radius: 50px;
}

.contact__tet a {
    color: var(--clr-common-heading);
    font-size: 18px;
    font-weight: 500;
}

.contact__tet a:hover {
    color: var(--clr-theme-1);
}

.main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 45px;
}

.main-menu ul li:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li {
        margin-right: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 35px;
    }
}

.main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    color: var(--clr-common-heading);
    padding: 42px 0;
    font-weight: var(--bd-fw-medium);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: capitalize;
    line-height: 1;
}

.main-menu ul li .submenu {
    position: absolute;
    border-radius: 6px;
    top: 120%;
    left: 0;
    width: 220px;
    padding: 15px 0;
    padding-bottom: 15px;
    background: var(--clr-common-white);
    border-top: 3px solid var(--clr-theme-1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    visibility: hidden;
    opacity: 0;
    z-index: 50;
}

.main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
}

.main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .submenu li>a {
    width: 100%;
    display: block;
    padding: 10px 25px;
    text-transform: capitalize;
    color: var(--clr-common-heading);
    font-weight: var(--bd-fw-medium);
    position: relative;
}

.main-menu ul li .submenu li>a::after {
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .submenu li>a::before {
    display: none;
}

.main-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .submenu li:hover>a {
    color: var(--clr-theme-1);
}

.main-menu ul li .submenu li:hover>a::after {
    color: var(--clr-theme-1);
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.main-menu ul li .submenu li:hover>a::before {
    left: 0;
    right: auto;
    width: 100%;
}

.main-menu ul li .submenu li:hover>.submenu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu ul li:hover>a {
    color: var(--clr-theme-1);
}

.main-menu ul li:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu-3 ul.submenu li:hover:hover>a {
    color: var(--clr-theme-5);
}

.main-menu-3 ul li .submenu {
    border-top: 3px solid var(--clr-theme-5);
}

.main-menu-3 ul li:hover.has-dropdown>a::after {
    color: var(--clr-theme-5);
}

.main-menu-3 ul li a {
    font-family: Cairo,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #851927;
    padding: 20px 13px 20px 13px;
    text-decoration: none;
}
a{
    text-decoration: none;
}
.main-menu-3 ul li a:hover {
    color: #ffaa51;
}

.main-menu-3 ul li.has-dropdown>a::after {
    color: var(--clr-common-black);
}

.bar-icon {
    width: 20px;
    height: 14px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.bar-icon span {
    width: 100%;
    height: 2px;
    background: #000;
    display: inline-block;
}

.bar-icon span:nth-child(2) {
    margin-left: 9px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bar-icon.s-2 span {
    background: var(--clr-common-white);
}

.bar-icon:hover span:nth-child(2) {
    margin-left: 0;
}

.humbager__icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: var(--clr-common-white);
    -webkit-box-shadow: 0px 25px 40px rgba(50, 73, 179, 0.08);
    box-shadow: 0px 25px 40px rgba(50, 73, 179, 0.08);
    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;
}

.header__toggle-text {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: var(--clr-common-heading);
}



/*-------------------------------------------------------------------------------
  3. Content styles
-------------------------------------------------------------------------------*/



.content {
    padding-top: 142px;
    /* Header height */
}

.row-base {
    margin-top: -30px;
}

.col-base {
    margin-top: 30px;
    padding: 40px;
}

.blog-slider {
    margin: 10px 0;
    padding: 0 10px;
    text-align: center;
    /* border:1px solid black; */
}

.masked {
    position: relative;
}

.masked:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 49, 49, 0.9);
}

.gradient-overlay {
    position: relative;
}

.gradient-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(250, 73, 81, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%);
    background: linear-gradient(to right, rgba(250, 73, 81, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%);
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.title-left {
    letter-spacing: 0.05em;
}

.delimiter {
    position: relative;
    display: block;
    margin: 25px auto 20px;
    width: 1px;
    height: 2px;
}

.delimiter:before,
.delimiter:after {
    content: '';
    position: absolute;
    top: 0;
    width: 70px;
    height: 2px;
    background-color: #dda01f;
}

.delimiter:before {
    left: 15px;
}

.delimiter:after {
    right: 15px;
}

.delimiter div {
    position: relative;
}

.delimiter div:before,
.delimiter div:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border: 1px solid #dda01f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.delimiter div:before {
    left: -7px;
}

.delimiter div:after {
    right: -7px;
}

.delimiter.white:before,
.delimiter.white:after {
    background-color: #fff;
}

.delimiter.white div:before,
.delimiter.white div:after {
    border-color: #fff;
}

.lead-delimiter {
    margin: 46px auto;
}

.delimiter-l {
    margin: 25px 0 0 0;
    width: 70px;
    height: 2px;
    background-color: #dda01f;
}

.delimiter-2 {
    text-align: center;
    margin: 15px 0 12px;
}


.section-entry {
    font-weight: 500;
    /* color: rgba(255,178,0,0.8); */
    color: #dda01f;
    margin-bottom: 20px;
    font-size: 16.8px;

    line-height: 26px;
}

.section-body{
    margin-top: 50px;
}

.section-specialization {

    background-image: url('../../images/New-Project-2.png') ;
    background-position: center center;
    background-size: cover;
}

.section-body-x2 {
    margin-top: 100px;
}

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

.p-t-0 {
    padding-top: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.parallax {
    background-attachment: fixed;
}

.mobile * {
    background-attachment: scroll !important;
}

.main {
    position: relative;
    background-color: #fff;
}



/*-------------------------------------------------------------------------------
  4. Masthead
-------------------------------------------------------------------------------*/



.masthead {
    position: relative;
    text-align: center;
    color: #fff;
}

.masthead-entry {
    position: relative;
    padding: 115px 0;
    background-image: url(../img/bg/masthead.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.masthead-entry:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    background: #fff;
}

.masthead-entry-img {
    margin-top: 75px;
    margin-bottom: -115px;
}

.lead {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

.triangles {
    position: relative;
    z-index: -1;
    width: 1px;
    margin: 0 auto;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.triangles .triangle {
    opacity: 0;
    -webkit-transition: 1.6s linear;
    -o-transition: 1.6s linear;
    transition: 1.6s linear;
}

.triangle1 {
    position: absolute;
    top: -40px;
    left: -140px;
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-left: 210px solid #FA4951;
    border-bottom: 30px solid transparent;
    -webkit-transform: rotate(-40deg) translate(0, -80px);
    -ms-transform: rotate(-40deg) translate(0, -80px);
    -o-transform: rotate(-40deg) translate(0, -80px);
    transform: rotate(-40deg) translate(0, -80px);
}

.triangle2 {
    position: absolute;
    top: -50px;
    left: 55px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 55px solid #FFF;
    border-bottom: 80px solid transparent;
    -webkit-transform: rotate(10deg) translate(60px, 50px);
    -ms-transform: rotate(10deg) translate(60px, 50px);
    -o-transform: rotate(10deg) translate(60px, 50px);
    transform: rotate(10deg) translate(60px, 50px);
}

.triangle3 {
    position: absolute;
    top: 40px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 150px solid #FA4951;
    border-bottom: 60px solid transparent;
    -webkit-transform: rotateX(-10deg) translateX(80px) translateY(10px);
    -ms-transform: rotateX(-10deg) translateX(80px) translateY(10px);
    -o-transform: rotateX(-10deg) translateX(80px) translateY(10px);
    transform: rotateX(-10deg) translateX(80px) translateY(10px);
}

.triangle4 {
    position: absolute;
    top: 90px;
    left: -40px;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-left: 90px solid #FFF;
    border-bottom: 15px solid transparent;
    -webkit-transform: rotateX(30deg) translateX(60px) translateY(30px);
    -ms-transform: rotateX(30deg) translateX(60px) translateY(30px);
    -o-transform: rotateX(30deg) translateX(60px) translateY(30px);
    transform: rotateX(30deg) translateX(60px) translateY(30px);
}

.loaded .triangle1 {
    opacity: 0.2;
    -webkit-transform: rotate(-40deg) translate(0);
    -ms-transform: rotate(-40deg) translate(0);
    -o-transform: rotate(-40deg) translate(0);
    transform: rotate(-40deg) translate(0);
}

.loaded .triangle2 {
    opacity: 0.2;
    -webkit-transform: rotate(10deg) translate(0);
    -ms-transform: rotate(10deg) translate(0);
    -o-transform: rotate(10deg) translate(0);
    transform: rotate(10deg) translate(0);
}

.loaded .triangle3 {
    opacity: 0.2;
    -webkit-transform: rotate(-10deg) translate(0);
    -ms-transform: rotate(-10deg) translate(0);
    -o-transform: rotate(-10deg) translate(0);
    transform: rotate(-10deg) translate(0);
}

.loaded .triangle4 {
    opacity: 0.2;
    -webkit-transform: rotate(10deg) translate(0);
    -ms-transform: rotate(10deg) translate(0);
    -o-transform: rotate(10deg) translate(0);
    transform: rotate(10deg) translate(0);
}



/* 4.1 Masthead Inner */



.masthead-inner .masthead-entry {
    padding: 115px 0;
    background: url(../img/bg/masthead-inner.jpg) 50% 50%;
    background-size: cover;
}

.masthead-inner .masthead-entry:after {
    display: none;
}

.entry-text {
    font-size: 18px;
}

.breadcrumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.15em;
    text-align: center;
}

.breadcrumbs li {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.breadcrumbs li:after {
    content: '_';
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li a {
    color: #fff;
}

.breadcrumbs .active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
    border: 5px solid transparent;
    border-bottom: 4px solid #fff;
}



/* 4.2 Masthead v2 */



.masthead-entry-2 {
    position: relative;
    padding: 150px 0;
    background-image: url(../img/bg/masthead2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* transform: translate(-60px, -20px); */
}

.masthead-entry-2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 44, 44, 0.4);
}

.title-border {
    position: relative;
    display: inline-block;
    margin-bottom: 70px;
}

.title-border .title-frame {
    content: '';
    position: absolute;
    top: -37px;
    bottom: -37px;
    left: 50%;
    width: 80%;
    margin-left: -40%;
    border: 10px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.scroll-help {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 30px;
    font-size: 32px;
}



/* 4.3 Masthead v3 */



/* 4.4 Slideshow */



.slideshow .title-border .title-frame {
    opacity: 0;
    width: 0;
    margin-left: 0;
}

.slideshow .owl-item.active .title-border .title-frame {
    opacity: 1;
    width: 80%;
    margin-left: -40%;
}

.slideshow .owl-prev,
.slideshow .owl-next {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -66px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.slideshow .owl-prev {
    left: 150px;
}

.slideshow .owl-next {
    right: 150px;
}

.slideshow .owl-prev .fa,
.slideshow .owl-next .fa {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -9px;
    font-size: 18px;
}

.slideshow .owl-prev:hover,
.slideshow .owl-next:hover {
    border-color: #313131;
    background-color: #313131;

}

.slideshow .owl-prev:hover .fa,
.slideshow .owl-next:hover .fa {
    color: #fa4951;
}

.slideshow:hover .owl-prev {
    opacity: 1;
    left: 50px;
}

.slideshow:hover .owl-next {
    opacity: 1;
    right: 50px;
}

.slideshow .owl-pagination {
    display: none;
    bottom: 20px;
    z-index: 1;
}

.slideshow .owl-controls .owl-page span {
    background-color: #fff;
    opacity: 0.6;
}

.slideshow .owl-controls .owl-page.active span,
.slideshow .owl-controls .owl-page:hover span {
    background-color: #2c2c2c;
    opacity: 1;
}

.dots-true .owl-pagination {
    display: block;
}

.dots-false .owl-pagination {
    display: none;
}



/* ------------------------------------------------------------------------------- */
/*  5. Services
/* ------------------------------------------------------------------------------- */



.border {
    padding: 40px 20px;
    border: 2px solid #f2f2f2;
}

.service-column .fa {
    color: #313131;
}

.row-advantage {
    margin-top: -40px;
}

.col-advantage {
    margin-top: 40px;
}

.col-advantage .fa {
    color: #2c2c2c;
}

.col-advantage .media-right {
    padding: 1px 0 0 5px;
}

.services .col-advantage .inner {
    padding-top: 40px;
    border-top: 1px solid #e3e3e3;
}

.services .col-advantage:nth-child(1) .inner {
    padding-top: 0;
    border-top: 0;
}

.row-advantage-2 {
    margin-top: -50px;
}

.row-advantage-2 .col-advantage {
    margin-top: 50px;
}




/* ------------------------------------------------------------------------------- */
/*  6. Showcase
/* ------------------------------------------------------------------------------- */



.masthead .bg-portfolio {
    background: url(../img/bg/portfolio.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.showcase>.filter:first-child {
    margin-top: -10px;
}

.filter {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #313131;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 50px;
    border-bottom: 1px solid #e9e9e9;
}

.filter li {
    display: inline-block;
}

.filter li a {
    position: relative;
    display: block;
    padding: 0 16px 8px;
    color: #313131;
}

.filter li a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 4px;
    background-color: #dda01f;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.filter li:hover a,
.filter li:focus a {
    color: #dda01f;
    text-decoration: none;
}

.filter li:hover a:after,
.filter li:focus a:after,
.filter .active a:after {
    width: 100%;
    left: 0;
}

.filter .active a {
    color: #dda01f;
    font-weight: bold;
}


.col-showcase {
    padding: 0;
    width: 100%;
}

.col-showcase figure img,
.col-showcase figcaption,
.showcase-category,
.showcase-title,
.showcase-cntrls {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.col-showcase figure {
    position: relative;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.col-showcase .image-holder {
    overflow: hidden;
}

.col-showcase .image-holder img {
    width: 100%;
}

.col-showcase figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    overflow: hidden;
}

.figcaption-gradient .icon-round:hover {
    background-color: #fff;
}

.figcaption-gradient .icon-round:hover .fa {
    color: #313131;
}

.showcase-lead {
    position: absolute;
    opacity: 0;
    left: 20px;
    right: 20px;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.showcase-category {
    opacity: 0;
    position: relative;
    top: -50px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.showcase-title {
    opacity: 0;
    position: relative;
    top: 50px;
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.showcase-cntrls {
    opacity: 0;
    position: relative;
    top: -30px;
    display: inline-block;
    margin-top: 22px;
}

.showcase-cntrls .icon-round {
    float: left;
    margin: 0 7px;
}

.col-showcase:hover figure img {
    -webkit-transform: scale(1.3) rotateZ(-7deg);
    -ms-transform: scale(1.3) rotateZ(-7deg);
    -o-transform: scale(1.3) rotateZ(-7deg);
    transform: scale(1.3) rotateZ(-7deg);
}

.col-showcase:hover figcaption {
    background-color: rgba(49, 49, 49, 0.7);
}

.col-showcase:hover .figcaption-gradient {
    background: -webkit-linear-gradient(top, rgba(254, 191, 40, 0.8) 0%, rgba(250, 73, 81, 0.8) 100%);
    background: linear-gradient(to top, rgba(250, 73, 81, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%);
}

.col-showcase:hover .showcase-lead {
    opacity: 1;
}

.col-showcase:hover .showcase-category,
.col-showcase:hover .showcase-title,
.col-showcase:hover .showcase-cntrls {
    opacity: 1;
    top: 0;
    left: 0;
}

.iso2 {
    margin: -15px 0;
}

.iso2 .col-showcase {
    padding: 15px;
}

.iso2 .col-showcase a.icon-round:hover {
    background-color: #fff;
    border-color: #fff;
    color: #313131;
}

.iso2 .col-showcase figcaption:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #dda01f;
    -webkit-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
}

.iso2 .col-showcase:hover figcaption:after {
    width: 100%;
}


/* 6.1 Showcase dark */



.showcase-dark .filter {
    border-bottom: 1px solid #636363;
}

.showcase-dark .filter li a {
    color: #fff;
}



/* 6.2 Magnific popup */



.mfp-figure {
    box-shadow: none;
}

.mfp-iframe-scaler {
    overflow: visible;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    padding: 0;
    margin-top: -10px;
    font-family: inherit;
    font-size: 40px;
    font-weight: 300;
    line-height: 0;
    color: #dda01f;
}

img.mfp-img {
    min-height: 220px;
}

.mfp-bottom-bar {
    margin-top: -30px;
}

.mfp-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #dda01f;
}

.mfp-bg {
    background-color: #000;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    display: none;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    display: none;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right-color: #dda01f;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left-color: #dda01f;
}

.mfp-wrap .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px;

}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: rotateX(60deg);
    -ms-transform: rotateX(60deg);
    -o-transform: rotateX(60deg);
    transform: rotateX(60deg);
}

.mfp-bg {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
    opacity: 0;
    -webkit-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    -o-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
}

.mfp-removing.mfp-bg {
    opacity: 0;
}



/* 6.3 Portfolio details*/



.portfolio-info {
    margin-top: 30px;
    font-size: 18px;
}

.portfolio-info li {
    margin-top: 30px;
}

.portfolio-social {
    margin-top: 60px;
}

.pagination-controls {
    overflow: hidden;
    margin-top: 50px;
    padding: 23px 0;
    border: 1px solid #e8e8e8;
    border-width: 1px 0;
    text-align: center;
}

.pagination-controls a {
    font-size: 36px;
    color: #dedede;
}

.pagination-controls .arrow-prev {
    float: left;
}

.pagination-controls .arrow-right {
    float: right;
}




/* ------------------------------------------------------------------------------- */
/*  7. Reviews
/* ------------------------------------------------------------------------------- */



.icon-review {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 300;
}

.col-review {
    position: relative;
    padding-bottom: 223px;
}

.review-text {
    color: #000;
    font-size: 18px;
    line-height: 1.6;
}

.review-text strong {
    font-weight: 600;
}

.reviewer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.reviewer-name {
    margin-bottom: 0;
}

.reviewer-spec {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.carousel-direction {
    position: absolute;
    z-index: 1;
    bottom: 112px;
    width: 470px;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.custom-controls {
    position: relative;
    height: 40px;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    border: 1px dashed #888888;
    cursor: pointer;
}

.custom-prev {
    left: 0;
    border-right: 0;
    border-radius: 30px 0 0 30px;
}

.custom-next {
    right: 0;
    border-left: 0;
    border-radius: 0 30px 30px 0;
}

.custom-prev .prev,
.custom-next .next {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #313131;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.custom-prev .prev {
    left: 7px;
}

.custom-next .next {
    right: 7px;
}

.custom-prev .prev .fa,
.custom-next .next .fa {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -9px;
    font-size: 18px;
    color: #313131;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.custom-prev .prev .fa {
    left: -1px;
}

.custom-next .next .fa {
    right: -1px;
}

.custom-prev .dir-text,
.custom-next .dir-text {
    position: absolute;
    top: 7px;
    font-size: 14px;
}

.custom-prev .dir-text {
    left: 42px;
}

.custom-next .dir-text {
    right: 42px;
}

.custom-prev:hover,
.custom-next:hover {
    color: #dda01f;
    font-weight: 600;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.custom-prev:hover .prev,
.custom-next:hover .next {
    background-color: #313131;
}

.custom-prev:hover .prev .fa,
.custom-next:hover .next .fa {
    color: #fff;
}

.thumbnail-pagination {
    display: inline-block;
    margin-top: -30px;
}

.thumbnail-pagination a {
    position: relative;
    float: left;
    margin: 0 -14px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
}

.thumbnail-pagination a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.thumbnail-pagination a img {
    border-radius: 50%;
    width: 94px;
}


.thumbnail-pagination a:hover:after {
    background-color: transparent;
}

.thumbnail-pagination .active {
    z-index: 1;
    padding: 3px;
    background: -webkit-linear-gradient(45deg, rgba(250, 73, 81, 1) 0%, rgba(254, 191, 40, 1) 100%);
    background: linear-gradient(45deg, rgba(250, 73, 81, 1) 0%, rgba(254, 191, 40, 1) 100%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.thumbnail-pagination .active:after {
    background-color: transparent;
}

.owl-pagination {
    position: absolute;
    left: 0;
    bottom: -45px;
    width: 100%;
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0 3px;
}

.owl-controls .owl-page span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bcbcbc;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: #dda01f;
}

.review-carousel .owl-prev,
.review-carousel .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -73px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.review-carousel .owl-prev {
    left: 0px;
    text-indent: -1px;
}

.review-carousel .owl-next {
    right: 0px;
    text-indent: 1px;
}

.review-carousel .owl-prev .fa,
.review-carousel .owl-next .fa {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -9px;
    font-size: 17px;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.review-carousel .owl-prev:hover,
.review-carousel .owl-next:hover {
    background-color: #dea732;
    border-color: #dea732;
}

.review-carousel .owl-prev:hover .fa,
.review-carousel .owl-next:hover .fa {
    color: #fff;
}

.reviews-2 {
    color: #fff;
    background: url(../img/bg/reviews.jpg) 50% no-repeat;
    background-size: cover;
    padding-bottom: 160px;
}

.reviews-2.masked:before {
    background-color: rgba(44, 44, 44, 0.3);
}

.reviews-2 .owl-carousel {
    padding: 0 50px;
}

.reviews-2 .custom-controls {
    height: auto;
    margin-bottom: 34px;
}

.reviews-2 .thumbnail-pagination {
    margin: 0;
}

.reviews-2 .icon-review {
    color: #dda01f;
}

.reviews-2 .col-review {
    padding-bottom: 0;
}

.reviews-2 .reviewer {
    position: static;
    margin-top: 35px;
}

.reviews-2 .reviewer-name {
    color: #fff;
}

.reviews-2 .review-text {
    color: #fff;
    font-weight: 300;
}

.reviews-2 .thumbnail-pagination a:after {
    background-color: rgba(44, 44, 44, 0.6);
}

.reviews-2 .thumbnail-pagination a:hover:after,
.reviews-2 .thumbnail-pagination .active:after {
    background-color: transparent;
}

.reviews-2 .review-carousel .owl-pagination {
    display: none;
}


/* ------------------------------------------------------------------------------- */
/*  8. Banner
/* ------------------------------------------------------------------------------- */



.section-banner {
    padding: 70px 0;
    background-color: #dda01f;
    color: #fff;
}

.banner-title {
    padding-top: 5px;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
}

.banner-text {
    margin-top: 5px;
}

.banner-style-2,
.banner-style-3 {
    padding: 50px 0;
}

.banner-style-2 .banner-title {
    text-transform: none;
}

.banner-style-3 {
    color: #313131;
    background-color: #f7f7f7;
}

.banner-style-3 .banner-title {
    color: #636363;
    text-transform: none;
}



/* ------------------------------------------------------------------------------- */
/*  9. Features
/* ------------------------------------------------------------------------------- */



.features {
    color: #fff;
    background: url(../img/bg/features.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

.features h3 {
    color: #fff;
}

/* .col-feature-img img {
    margin: 0 auto;
    max-width: 100%;
} */

.col-feature-img2 img {
    margin: 0 auto;
    max-width: 100%;
    /* height: 90vh; */
    height: 650px;
}

img {
    vertical-align: middle;
}

.col-feature p {
    margin-top: auto;
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    justify-content: center;

}

.button {
    width: fit-content;
    display: flex;
    /* padding: 15px; */
    cursor: pointer;
    gap: 0.4rem;
    font-weight: bold;
    border-radius: 30px;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    background: linear-gradient(15deg, #880088, #aa2068, #cc3f47, #de6f3d, #f09f33, #de6f3d, #cc3f47, #aa2068, #880088) no-repeat;
    background-size: 300%;
    color: #fff;
    border: none;
    background-position: left center;
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, .2);
    transition: background .3s ease;
    margin-top: 20px;
}

.button:h
over {
    background-size: 320%;
    background-position: right center;
    text-decoration: none;
}

.button:hover svg {
    fill: #fff;
}

.button svg {
    width: 23px;
    fill: #f09f33;
    transition: .3s ease;
}

/* .feature-top-space{
  margin-top: 120px;
} */

.col-feature .btn {
    margin-top: 30px;
}

.feature {
    margin-top: 0;
    /* background-color: #000; */
    vertical-align: middle;
}

.feature h3 {
    margin-top: 0;
}

.feature .media-left {
    padding-right: 25px;
}

.feature p {
    /* margin-top:0; */
    /* background-color: #000; */
    /* vertical-align: middle; */
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
}

.feature-title {
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
}

.col-feature .feature-subtitle {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    color: #dda01f;
}

.title-space {
    margin: 30px 0;
    width: 70px;
    border-top: 5px solid #851927;
}

.features2 .col-feature h3 {
    margin-top: 5px;
}

.features2 .col-feature .icon-round {
    width: 55px;
    height: 55px;
    border: 1px solid #dda01f;
}

.features2 .col-feature .fa {
    color: #000;
}

.col-statistic .inner {
    position: relative;
    padding: 25px 0;
}

.col-statistic .inner:before,
.col-statistic .inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    border-top: 1px solid #888888;
}

.col-statistic .inner:before {
    display: none;
}

.col-statistic .inner:after {
    top: 100%;
}

.col-statistic h3 {
    margin: 15px 0 0;
    color: #2c2c2c;
    font-weight: 400;
}

.statistic-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 1;
    color: #dda01f;
    font-weight: 700;
}

.col-about-product {
    margin-top: 100px;
}




/* ------------------------------------------------------------------------------- */
/*  10. Team
/* ------------------------------------------------------------------------------- */



.team-profile {
    position: relative;
}

.team-profile-2 {
    overflow: hidden;
    background-color: blue;

}

.team-profile-2 .image-holder {
    position: relative;
}

.team-profile-2 .image-holder:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.team-profile img,
.team-profile-2 img {
    width: 100%;
    height: 250px;


}

.team-profile figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23%;
    width: 100%;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(215, 216, 222, 0.7);
    color: #313131;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.team-profile-2 figcaption {
    position: relative;
    min-height: 120px;
}

.team-profile .profile-info {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.team-profile-2 .profile-info {
    padding: 33px 20px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    min-height: 100%;
    background-color: #f5f5f5;
    -webkit-transition: top .3s linear;
    -o-transition: top .3s linear;
    transition: top .3s linear;
}

.team-profile .profile-name,
.team-profile-2 .profile-name {
    margin: 0;
}

.team-profile .profile-spec {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.team-profile-2 .profile-spec {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #313131;
    text-transform: uppercase;
}

.team-social {
    margin-top: 20px;
    display: none;
}

.team-social .fa {
    margin: 0 7px;
    width: 27px;
    height: 27px;
    line-height: 25px;
    background-color: #868686;
    border-radius: 50%;
    color: #4a4848;
    font-size: 15px;
}

.team-social .fa:hover {
    background-color: #dda01f;
}

.team-profile .team-spec {
    display: none;
}

.team-profile-2 .team-social .fa {
    color: #313131;
    margin: 0 5px;
}

.team-3 .team-profile-2 .team-social .fa {
    background-color: #fff;
    border-color: #fff;
}

.team-3 .team-profile-2 .team-social .fa:hover {
    background-color: transparent;
    color: #fff;
}

.team-profile:hover figcaption {
    height: 100%;
    color: #fff;
    border-color: transparent;
    background-color: rgba(49, 49, 49, 0.8);
}

.team-profile-2:hover figcaption * {
    color: #fff;
}

.team-profile-2:hover .image-holder:after {
    background-color: rgba(49, 49, 49, 0.5);
}

.image-holder-gradient:after {
    opacity: 0;
    background: -webkit-linear-gradient(top, rgba(254, 191, 40, 0.8) 0%, rgba(250, 73, 81, 0.8) 100%);
    background: linear-gradient(to top, rgba(250, 73, 81, 0.8) 0%, rgba(254, 191, 40, 0.8) 100%);
    -webkit-transition: top .3s linear;
    -o-transition: top .3s linear;
    transition: top .3s linear;
}

.team-profile-2:hover .image-holder-gradient:after {
    opacity: 1;
}

.team-profile-2:hover .profile-info {
    background-color: #313131;
    top: -40px;
}

.team-profile:hover .profile-name {
    color: #fff;
}

.team-profile:hover .team-social,
.team-profile-2:hover .team-social {
    display: inline-block;
}



/* ------------------------------------------------------------------------------- */
/*  11. Get Start
/* ------------------------------------------------------------------------------- */



.get-start {
    padding: 15% 0;
    background: url(../img/bg/getstart.jpg) 50% no-repeat;
    background-size: cover;
}

.get-start.masked:before {
    background: rgba(44, 44, 44, 0.8);
}

.promo-title {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.promo-subtitle {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 300;
}

.get-start .inline-buttons {
    margin-top: 50px;
}


/* ------------------------------------------------------------------------------- */
/*  12. Specialization
/* ------------------------------------------------------------------------------- */


.col-spec .spec-title {
    margin-bottom: 0;
    color: #fff;
}

.col-spec .spec-type {
    font-size: 14px;
    margin-top: 8px;
    color: #707070;
}

.chart {
    position: relative;
}

.chart-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -34px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));;
    color: #fff;
}

.chart-icon .fa {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    width: 100%;
    font-size: 24px;
}




/* ------------------------------------------------------------------------------- */
/*  14. Clients
/* ------------------------------------------------------------------------------- */


.client {
    text-align: center;
}

.client img {
    /* background-color: blue; */
    width: 140px;
    height: 140px;
    opacity: 0.4;
    max-width: 100%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;

}

.client img:hover {
    opacity: 1;
}



/* ------------------------------------------------------------------------------- */
/*  15. Video section
/* ------------------------------------------------------------------------------- */



.video-section,
.video-section-2 {
    padding: 16% 0;
    background: url(../img/bg/video.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    color: #fff;
}

.video-section-2 {
    background: url(../img/bg/video2.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
}

.video-section.masked:before {
    background-color: rgba(49, 49, 49, 0.8);
}

.video-section-2.masked:before {
    background-color: rgba(49, 49, 49, 0.6);
}

.video-section h2,
.video-section-2 h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.3em;
}

.icon-video-play {
    color: #fff;
    font-size: 48px;
    margin-bottom: 55px;
}

.video-section-entry {
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
}



/* ------------------------------------------------------------------------------- */
/*  16. Posts
/* ------------------------------------------------------------------------------- */



.masthead .bg-post {
    color: #fff;
    background: url(../img/bg/post.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.post {
    overflow: hidden;
    border: 1px solid #f2f2f2;
    background-color: #fdfdfd;
}

.post.text-right .post-like {
    left: 7px;
    right: auto;
}

.post+.post {
    margin-top: 30px;
}

.post-box {
    padding: 0;
}

.post-preview {
    position: relative;
}

.post-preview iframe,
.post-preview img {
    width: 100%;
    display: block;
    border: 0;
}

.post-preview figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 49, 49, 0.4);
    color: #f7f7f7;
    padding: 50px 50px 0 100px;
}

.blockquote-preview {
    position: relative;
    border: 0;
    padding: 0;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
}

.blockquote-preview:before {
    content: '“';
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 72px;
    line-height: 0;
}

.blockquote-preview:after {
    content: '”';
    position: absolute;
    right: 0;
    bottom: -40px;
    font-size: 72px;
    line-height: 0;
}

.blockquote-preview .blockquote-author {
    font-size: 14px;
    margin-top: 35px;
}

.post-gallery .owl-prev,
.post-gallery .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-color: #f9f9f9;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-gallery .owl-prev {
    left: 30px;
    text-indent: -1px;
}

.post-gallery .owl-next {
    right: 30px;
    text-indent: 1px;
}

.post-gallery .owl-prev .fa,
.post-gallery .owl-next .fa {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -9px;
    font-size: 17px;
    color: #313131;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.post-gallery .owl-prev:hover,
.post-gallery .owl-next:hover {
    background-color: #dea732;
}

.post-gallery .owl-prev:hover .fa,
.post-gallery .owl-next:hover .fa {
    color: #fff;
}

.post-like {
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 7px;
    width: 55px;
    height: 55px;
    background-color: rgba(49, 49, 49, 0.8);
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.post-like .fa {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -8px;
    display: block;
    font-size: 16px;
    color: #fff;
}

.post-like:hover {
    background-color: #dda01f;
}

.post-entry {
    padding: 20px;
}

.post-title,
.post-title-details {
    letter-spacing: 0;
    text-transform: none;
}

.post-title-details {
    font-size: 30px;
}

.post-info {
    font-size: 11px;
    text-transform: uppercase;
    color: #313131;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
}

.post-info li {
    position: relative;
    display: inline-block;
    padding-right: 13px;
    margin-right: 13px;
}

.post-info li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 10px;
    background-color: #959595;
}

.post-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.post-info li:last-child:after {
    display: none;
}

.post-info li a {
    color: inherit;
}

.post-info li a:hover {
    color: #dda01f;
    text-decoration: none;
}

.post-meta {
    margin-top: 35px;
    font-size: 13px;
    margin-bottom: 0;
}

.post-meta li {
    display: inline-block;
    margin-right: 50px;
    text-align: center;
}

.post-meta li:last-child {
    margin-right: 0;
}

.post-meta li a {
    color: inherit;
}

.post-meta li a:hover {
    color: #dda01f;
    text-decoration: none;
}

.post-meta li .fa {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.icon-load {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    color: #FC883C;
}

.spin-animate {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-animation: spin-animate 1s linear 0s infinite normal;
    animation: spin-animate 1s linear 0s infinite normal;
}


@-webkit-keyframes spin-animate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-animate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



/* 16.1 Post details */



.single-post .post-like {
    right: auto;
    left: 7px;
}

.single-post .post-preview iframe {}

.single-post .post-title {
    font-size: 30px;
    margin-top: 40px;
}

.single-post .post-info {
    font-size: 12px;
}

.post-content {
    margin-top: 30px;
}

.post-content p {
    margin-top: 30px;
}

.blockquote {
    position: relative;
    background-color: #f9f9f9;
    border-left: 2px solid #dda01f;
    padding: 30px 30px 30px 100px;
    font-size: 24px;
    line-height: 36px;
    color: #a8a8a8;
    font-weight: 300;
    margin: 40px 0;
}

.blockquote:before {
    content: '';
    position: absolute;
    top: 34px;
    left: 0;
    border: 3px solid transparent;
    border-left: 3px solid #dda01f;
}

.blockquote .inner {
    position: relative;
}

.blockquote .inner:before {
    content: '“';
    position: absolute;
    top: 25px;
    right: 100%;
    margin-right: 15px;
    font-size: 80px;
}

.blockquote-author {
    margin-top: 5px;
    font-size: 16px;
}

.paragraph {
    position: relative;
    float: left;
    width: 33px;
    height: 56px;
    padding-top: 6px;
    margin: 10px 32px 20px 16px;
    background-color: #dda01f;
    font-size: 50px;
    color: #fff;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.paragraph:before {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-right: 16px solid #dda01f;
    border-bottom: 28px solid transparent;
}

.paragraph:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-left: 16px solid #dda01f;
    border-bottom: 28px solid transparent;
}

.tags-panel {
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 13px 20px 12px 75px;
    margin-top: 65px;
}

.tag-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #c0c0c0;
    text-align: center;
    color: #fff;
}

.tag-icon .fa {
    font-size: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -8px;
}

.tags-panel a {
    color: inherit;
}

.tags-panel a:hover {
    text-decoration: none;
    color: #dda01f;
}

.primary-section {
    margin-top: 65px;
}

.col-post figure img {
    width: 100%;
}

.col-post figure figcaption {
    overflow: hidden;
}

.link-overlay a {
    position: relative;
    display: block;
}

.link-overlay a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.link-overlay a .fa {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.link-overlay a:hover:after {
    background-color: rgba(49, 49, 49, 0.8);
}

.link-overlay a:hover .fa {
    opacity: 1;
}

.col-post h3 {
    margin: 25px 0 10px;
}

.col-post-meta {
    font-size: 12px;
    padding: 18px 0;
    border: 1px solid #e9e9e9;
    border-width: 1px 0;
    overflow: hidden;
    margin: 18px 0 0 0;
    padding: 11px 0 7px
}

.col-post-meta li {
    float: left;
    margin: 0 23px 0 0;
}

.col-post-meta li:last-child {
    margin-right: 0;
}

.col-post-meta li a {
    color: #a9a8a8;
}

.col-post-meta li a:hover {
    color: #dda01f;
    text-decoration: none;
}

.col-post-meta li .fa {
    font-size: 12px;
    margin-right: 2px;
}

.col-post .btn {
    float: right;
    margin-top: 20px;
}



/* 16.2 Post comments */



.comments>.row-comment:first-child {
    padding-top: 0;
}

.row-comment {
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
}

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

.comment {
    position: relative;
}

.comment .line {
    position: absolute;
    left: 40px;
    top: 80px;
    bottom: 0;
    width: 1px;
    background-color: #e4e4e4;
}

.comment .line .circle {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    background-color: #fff;
}

.comment .line .circle:before {
    content: '';
    display: block;
    margin: 6px;
    border: 5px solid #e4e4e4;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.comment .line .circle-left {
    display: none;
    top: -56px;
    left: -80px;
}

.comment .comment {
    margin-top: 60px;
    margin-left: 80px;
}

.comment .comment .line .circle-left {
    display: block;
}

.comment>.comment .line .circle-left:before {
    border-color: #fa4951;
}

.comment>.comment>.comment .circle-left:before {
    border-color: #dda01f;
}

.comment>.comment>.comment:last-child .line {
    background-color: transparent;
}

.comment>.comment>.comment:last-child .circle-bottom {
    display: none;
}

.comment-avatar {
    float: left;
    position: relative;
    margin-right: 20px;
}

.comment-avatar img {
    border-radius: 50%;
}

.comment-content {
    overflow: hidden;
}

.comment-title h3 {
    display: inline-block;
    margin: 0;
    margin-right: 6px;
}

.comment-time {
    font-size: 12px;
    text-transform: uppercase;
    color: #b5b5b5;
}

.comment-time:before {
    content: '·';
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
}

.comment-cntrls {
    overflow: hidden;
    margin: 8px 0 0;
    font-size: 14px;
}

.comment-cntrls li {
    position: relative;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
}

.comment-cntrls li:after {
    content: '·';
    position: absolute;
    top: 1px;
    right: 0;
    color: #cfcfcf;
}

.comment-cntrls li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.comment-cntrls li:last-child:after {
    display: none;
}

.comment-cntrls li a {
    color: #b5b5b5;
}

.comment-cntrls li a:hover {
    color: #dda01f;
    text-decoration: none;
}

.comment-cntrls .fa {
    font-size: 14px;
    margin-right: 2px;
}



/* 16.3 Secondary sidebar */



.secondary {
    margin-top: 60px;
}

.secondary .inner {
    padding: 30px 30px 60px;
}

.widget {
    font-size: 13px;
    margin-bottom: 60px;
}

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

.widget-title {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.widget-title:after {
    content: '';
    display: block;
    margin-top: 9px;
    width: 70px;
    border-top: 2px solid #dda01f;
}

.widget-list {
    margin: 0;
}

.widget-list li {
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #cdcdcd;
}

.widget-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.widget-list li:last-child {
    padding-bottom: 0;
}

.widget-list li a {
    color: #313131;
}

.widget-list li a:hover {
    color: #dda01f;
    text-decoration: none;
}

.profile-img {
    float: left;
    margin-right: 15px;
    padding: 3px;
    border: 1px solid #dda01f;
}

.profile-header {
    overflow: hidden;
}

.profile-name h3 {
    font-size: 14px;
    margin: 12px 0 4px 0;
}

.profile-meta {
    margin-top: 23px;
    font-size: 13px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.profile-meta li {
    float: left;
    text-align: center;
}

.profile-meta li a {
    display: block;
    color: inherit;
}

.profile-meta li a:hover {
    color: #dda01f;
    text-decoration: none;
}

.profile-meta li .fa {
    position: relative;
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
}

.profile-meta .fa .label-count {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -5px;
    top: -7px;
    padding-top: 2px;
    border-radius: 50%;
    background-color: #dda01f;
    border: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    text-align: center;
}

.profile-edit {
    margin-top: 24px;
}

.recent-widget-img {
    float: left;
    margin-right: 15px;
}

.recent-widget-list .link-overlay a .fa {
    border: 0;
}

.recent-widget-content {
    overflow: hidden;
}

.recent-widget-title {
    margin-top: -7px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.recent-widget-time {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1;
    color: #979797;
}

.recent-widget-time .fa {
    position: relative;
    font-size: 12px;
    padding-left: 1px;
    margin-right: 3px;
}

.widget-gallery-list {
    overflow: hidden;
    margin: -2px;
}

.widget-gallery-list li {
    margin: 0;
    float: left;
    padding: 2px;
}

.widget-gallery-list li img {
    width: 100%;
    display: block;
}

.widget-links-list {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.widget-links-list li {
    padding: 16px 0;
}

.widget-links-list .fa {
    position: relative;
    top: -1px;
    margin-right: 3px;
    font-size: 9px;
    color: #888;
}

.widget-links-list a:hover .fa,
.widget-links-list .active a,
.widget-links-list .active .fa {
    color: #dda01f;
}


/* ------------------------------------------------------------------------------- */
/*  17. Contact
/* ------------------------------------------------------------------------------- */



.contact-section {
    color: #fff;
    background: url(../img/bg/contact-section.jpg) 50% no-repeat;
    background-size: cover;
}

.contact-section,
.contact-section h2 {
    color: #fff;
}

#map-canvas {
    display: block;
    width: 100%;
    height: 600px;
    border: 0;
    text-align: center;
}

.map-info {
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

.map-address {
    margin-top: 22px;
}

.map-title {
    text-align: center;
}

.map-title img {
    max-width: 100%;
}

.map-info .fa {
    float: left;
    width: 27px;
    padding-left: 1px;
    font-size: 17px;
}

.map-info .text {
    display: inline-block;
    overflow: hidden;
    line-height: 1.5;
}

.contact-box {
    text-align: center;
    padding: 40px 20px 30px;
    background-color: #fff;
}

.icon-contact {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: -webkit-linear-gradient(45deg, rgba(250, 73, 81, 1) 0%, rgba(254, 191, 40, 1) 100%);
    background: linear-gradient(45deg, rgba(250, 73, 81, 1) 0%, rgba(254, 191, 40, 1) 100%);
}

.contact-box h3 {
    margin-top: 20px;
}

.icon-contact .fa {
    position: relative;
    margin: 2px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #FC883C;
}

.hr-line {
    margin: 20px auto;
    width: 40px;
    border-top: 1px solid #bcbcbc;
}

.contact-2 .form-control {
    height: 60px;
    background: #fff;
}

.contact-2 textarea.form-control {
    height: 200px;
    padding-top: 18px;
    border-radius: 0;
}

.contact-2 .form-control-layout .fa {
    top: 22px;
}




/* ------------------------------------------------------------------------------- */
/*  18. Footer
/* ------------------------------------------------------------------------------- */



.footer h3 {
    color: #989898;
}

.scroll-top {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 10px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 3px;
    background-color: #dda01f;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.scroll-top .fa {
    color: #fff;
    font-size: 14px;
}

.bottom-widget-title {
    color: #fff;
    font-size: 21px;
    margin-bottom: 30px;
}

.bottom-post-list>li {
    margin-bottom: 40px;
}

.bottom-post-list>li li:last-child {
    margin-bottom: 0;
}

.bottom-post-img {
    float: left;
    margin-right: 25px;
}

.bottom-post-list h3 {
    font-size: 16px;
    margin: -2px 0 13px;
}

.bottom-post-list h3 a {
    color: inherit;
}

.bottom-post-list h3 a:hover {
    color: #dda01f;
    text-decoration: none;
}

.bottom-post-meta {
    font-size: 10px;
    color: #727272;
    text-transform: uppercase;
}

.bottom-post-meta li {
    position: relative;
    float: left;
    padding-right: 12px;
    margin-right: 12px;
}

.bottom-post-meta li a {
    color: inherit;
}

.bottom-post-meta li a:hover {
    text-decoration: none;
    color: #dda01f;
}

.bottom-post-meta li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    height: 9px;
    width: 1px;
    background-color: #727272;
}

.bottom-post-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.bottom-post-meta li:last-child:after {
    display: none;
}

.bottom-gallery-list {
    margin: -20px 0 0 -20px;
    overflow: hidden;
}

.bottom-gallery-list li {
    float: left;
    padding: 20px 0 0 20px;
    margin: 0;
}

.bottom-gallery-list li a {
    display: block;
    position: relative;
}

.bottom-gallery-list li img {
    display: block;
    max-width: 100%;
}

.widget-gallery-control {
    margin-top: 20px;
}

.more {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.more .fa,
.more span {
    display: inline-block;
    vertical-align: middle;
}

.more .fa {
    position: relative;
    top: 1px;
    font-size: 13px;
}

.more:hover {
    text-decoration: none;
}

.bottom-widget-text .text-content {
    margin-top: 15px;
}

.bottom-widget-text .text-content p {
    margin-top: 20px;
}

.social-round a,
.social-round-2 a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #7d7d7d;
    border-radius: 50%;
    text-align: center;
}

.social-round a:hover {
    border-color: #dda01f;
    background-color: #dda01f;
    color: #fff;
}

.social-round-2 a {
    line-height: 25px;
    border: 3px solid #dfdfdf;
}

.social-round-2 a:hover {
    border-color: #dda01f;
}

.bottom-widget-text .social {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #4c4c4c;
}

.footer-bottom {
    padding: 35px 0;
    /* background-color: #232323; */
    /* background-image: url('../../images/New-Project-2.png'); */
}

.footer-bottom a {
    color: #bcbcbc;
}

.footer-bottom a:hover {
    color: #dda01f;
    text-decoration: none;
}

.navbar-bottom {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #4c4c4c;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #b0afaf;
    text-transform: uppercase;
}

.navbar-bottom li {
    float: left;
    margin-right: 40px;
    margin-top: 10px;
}

.navbar-bottom li:last-child {
    margin-right: 0;
}



/* ------------------------------------------------------------------------------- */
/*  19. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 19.1 Min width 768px */



@media (min-width: 768px) {



    /* Typography */



    h1,
    .h1 {
        font-size: 48px;
    }



    /* Header */



    .top-panel .address {
        float: left;
    }

    .top-panel .social {
        margin-top: 2px;
        float: right;
    }



    /* Brand */


    .brand {
        margin-left: 0;
    }



    /* Masthead v2 */



    .masthead-entry {
        padding: 185px 0;
    }

    .masthead-entry-img {
        margin-bottom: -185px;
    }



    /* Masthead v2 */



    .masthead-entry-2 {
        padding: 230px 0;
    }

    .title-border h1 {
        font-size: 66px;
    }



    /* Masthead v3 */



    .masthead-entry-3 h1 {
        font-size: 90px;
        line-height: 1;
    }

    .page-subtitle {
        font-size: 36px;
    }

    /* Masthead Inner */



    .masthead-inner h1 {
        font-size: 53px;
    }



    /* Slideshow */



    .slideshow .owl-prev,
    .slideshow .owl-next {
        display: block;
    }



    /* Showcase */



    .grid-sizer,
    .col-showcase {
        width: 33.333333%;
    }

    .col-showcase.w2 {
        width: 66.66666%;
    }

    .fixed-columns .grid-sizer,
    .fixed-columns .col-showcase {
        width: 100%;
    }

    .fixed-columns .w2 {
        width: 100%;
    }

    .iso2 .grid-sizer,
    .iso2 .col-showcase {
        width: 50%;
    }



    /* Posts */



    .post-entry {
        padding: 40px;
    }



    /* Get start */



    .promo-title {
        font-size: 80px;
    }

}



/* 19.2 Min width 992px */



@media (min-width: 992px) {



    /* Masthead v2 */



    .masthead-entry-2 {
        padding: 300px 0;
    }



    /* Services */



    .services .col-advantage:nth-child(2) .inner {
        padding-top: 0;
        border-top: 0;
    }



    /* Showcase */



    .grid-sizer,
    .col-showcase {
        width: 25%;
    }

    .col-showcase.w2 {
        width: 50%;
    }

    .fixed-columns .grid-sizer,
    .fixed-columns .col-showcase,
    .iso2 .grid-sizer,
    .iso2 .col-showcase {
        width: 33.33333%;
    }

    .fixed-columns .w2 {
        width: 66.66666%;
    }



    /* Features */



    .col-statistic .inner:before {
        display: block;
    }


    /* Posts */



    .post-entry {
        padding: 40px 60px;
    }

    .post.even .post-entry {
        text-align: right;
    }

    .post.even .post-like {
        right: auto;
        left: 7px;
    }



    /* Secondary sidebar */



    .secondary {
        margin-top: 0;
    }

    .widget-gallery-list li {
        width: 50%;
    }



    /* Footer */



    .navbar-bottom {
        float: right;
        padding-top: 0;
        border-top: 0;
        margin-top: -7px;
    }
}

@media (min-width: 768px) and (max-width: 1999px) {

    .navbar-nav>li>a {
        padding: 39px;
    }
}


/* 19.3 Min width 1200px */



@media (min-width: 1200px) {



    /* Navigation */




    .navbar-nav li a {
        padding: 10px;
        color: #851927;
        font-size: 18px;
        font-weight: 700
    }

    .navbar-nav li a:hover,
    .navbar-nav li a:focus,
    .navbar-nav .active>a,
    .navbar-nav .active>a:hover {
        background-color: transparent;
        color: #ffaa51;
    }

    .navbar-nav>li {
        margin-left: 40px;
        border-bottom: 0;
        padding: 35px 0;
    }

    .navbar-nav>.active:after {
        left: 50%;
        margin-left: -7px;
    }

    .navbar-2 .navbar-nav>li {
        padding-top: 0;
    }

    .navbar-2 .navbar-nav>li:after {
        display: none;
    }

    .navbar-2 .navbar-nav>li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 27px;
        width: 0;
        border-top: 2px solid #fff;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .navbar-2 .navbar-nav>li:hover:before,
    .navbar-2 .navbar-nav>li:focus:before,
    .navbar-2 .navbar-nav>.active:before {
        width: 100%;
    }

    .navbar-2.affix .navbar-nav>li:before {
        border-top-color: #dda01f;
    }



    /* Services */



    .services .col-advantage:nth-child(3) .inner {
        padding-top: 0;
        border-top: 0;
    }



    /* Features */


    .col-feature-img img {
        max-width: none;
        float: right;
    }

    .col-about-product {
        margin-top: 30px;
    }

    .col-product-img img {
        max-width: none;
    }



    /* Showcase */


    .grid-sizer,
    .col-showcase {
        width: 20%;
    }

    .col-showcase.w2 {
        width: 40%;
    }

    .columns-3 .grid-sizer,
    .columns-3 .col-showcase {
        width: 25%;
    }

    .columns-3 .w2 {
        width: 50%;
    }

    .fixed-columns .grid-sizer,
    .fixed-columns .col-showcase,
    .iso2 .grid-sizer,
    .iso2 .col-showcase {
        width: 33.33333%;
    }

    .fixed-columns .w2 {
        width: 66.66666%;
    }



    /* Footer */


    .bottom-widget-title {
        margin-bottom: 55px;
    }


    .bottom-gallery-list li {
        width: 33.333%;
    }

}



/* 19.4 Max width 991px */


.bgc-black {
    background-color: #1F1F27;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
    color: white;
}

.pt-120,
.py-120 {
    padding-top: 120px;
}

.section-title h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.section-title p {
    font-size: 20px;
}








/* Features */



.col-feature-img2 {
    margin-bottom: 100px;
}


/* 19.5 Max width 768px */



@media (max-width: 767px) {



    /* Posts */



    .comment .comment .comment {
        display: none;
    }
}



/* 19.6 Max width 600px */



@media (max-width: 600px) {



    /* Masthead */



    .inline-buttons .btn {
        margin-left: 0;
        display: block;
        margin-right: 0;
    }
}

/*******************************************************/
/***************  22. Work Process Area ****************/
/*******************************************************/
.work-single-step {
    text-align: center;
    margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
    .work-single-step {
        max-width: 333px;
        margin-left: auto;
        margin-right: auto;
    }
}

.work-single-step .icon {
    color: white;
    font-size: 35px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    width: 88px;
    height: 88px;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
    line-height: 88px;
    border-radius: 50%;
    text-align: center;
}

.work-single-step .icon .number {
    top: -8px;
    right: -8px;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid white;
    font-family: "DM Serif Display", serif;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
}

.work-single-step h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
}

.work-single-step:hover .icon .number {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    transform: rotate(720deg);
}

.work-process-border {
    position: relative;
    z-index: 1;

}

.work-process-border:before {
    position: absolute;
    width: 70%;
    height: 0;
    content: '';
    left: 15%;
    top: 44px;
    z-index: -1;
    opacity: 0.1;
    border-top: 2px dashed black;
}

@media only screen and (max-width: 991px) {
    .work-process-border:before {
        left: 50%;
        width: 0;
        height: 70%;
        border-top: none;
        border-right: 2px dashed black;
    }
}

.before-after-circle {
    position: relative;
}

.before-after-circle:after,
.before-after-circle:before {
    content: '';
    top: 36px;
    width: 18px;
    height: 18px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #FFD4BF;
    -webkit-animation: zoomInOut 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: zoomInOut 2s infinite cubic-bezier(0.66, 0, 0, 1);
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
}

.before-after-circle:before {
    left: -24px;
}

@media only screen and (max-width: 991px) {
    .before-after-circle:before {
        top: -50px;
        left: calc(50% - 9px);
    }
}

.before-after-circle:after {
    right: -24px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.work-process-area{
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)) ;
}
@media only screen and (max-width: 991px) {
    .before-after-circle:after {
        top: auto;
        bottom: -50px;
        left: calc(50% - 9px);
    }
}

.work-process-area-two {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.work-process-area-two .section-title p {
    opacity: 0.8;
}

.work-process-area-two:after,
.work-process-area-two:before {
    position: absolute;
    width: 280px;
    height: 150%;
    content: '';
    top: -25%;
    z-index: -1;
    -webkit-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    -ms-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    background: -webkit-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
    background: -o-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
    background: linear-gradient(180.79deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
}

.work-process-area-two:before {
    left: 10%;
}

.work-process-area-two:after {
    left: 40%;
}

.work-process-area-two .container:before {
    position: absolute;
    width: 280px;
    height: 150%;
    content: '';
    top: -25%;
    left: 70%;
    z-index: -1;
    -webkit-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    -ms-transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    transform: matrix(0.88, 0.49, -0.47, 0.88, 0, 0);
    background: -webkit-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
    background: -o-linear-gradient(269.21deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
    background: linear-gradient(180.79deg, rgba(33, 33, 40, 0.18) 30.09%, #1B1B22 89.87%);
}

.text-white .work-process-border:before {
    border-color: white;
}

.text-white .before-after-circle:after,
.text-white .before-after-circle:before {
    border-color: #35353C;
}

.text-white .work-single-step .icon .number {
    border-color: #1F1F27;
}




/*******************************************************/
/******************  26. Main Footer *******************/
/*******************************************************/
.footer-area{
    background-image: url('../../images/New-Project-2.png');
}
.footer-area .widget-title {
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    overflow: hidden;
  }

  .footer-area .widget-title:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 30px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
  }

  .footer-area .widget {
    margin-bottom: 50px;
  }

  .footer-area .widget .title {
    font-size: 22px;
  }

  .footer-area.text-white a,
  .footer-area.text-white p {
    opacity: 0.8;
    font-size: 15px;
  }

  .footer-area.text-white a:hover {
    opacity: 1;
  }

  .footer-area .more-info .number {
    font-size: 20px;
    font-weight: 500;
    margin-top: -5px;
    display: inline-block;
  }

  .footer-area .more-info .number:not(:hover) {
    color: #FB683E;
  }
  /* .footer-logo{
    background-color: blueviolet;
  } */
  .footer-area .footer-logo a {
    opacity: 1;
    display: inline-block;
    position: relative;
    /* background-color: red !important; */
    width: 175px;
    height: 90px;
  }
  .footer-area .footer-logo a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

  }

  .footer-area .widget_nav_menu li:not(:last-child) {
    margin-bottom: 8px;
  }

  .footer-area .widget_nav_menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-area .widget_nav_menu li a:before {
    content: '';
    width: 7px;
    height: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 2px;
    margin-right: 13px;
    border-radius: 50%;
    background: #fff;
  }

  .footer-area .widget_nav_menu li a:hover:before {
    background: #FB683E;
  }

  .footer-area .widget_contact_info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-area .widget_contact_info li:not(:last-child) {
    margin-bottom: 22px;
  }

  .footer-area .widget_contact_info li .icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 20px;
    padding-top: 2px;
    margin-right: 15px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
  }

  .footer-area .widget_contact_info li .icon i {
    color: #FB683E;
  }

  .footer-area .widget_contact_info li .content span {
    font-size: 15px;
    display: block;
    opacity: 0.5;
  }

  .footer-area .widget_contact_info li .content b,
  .footer-area .widget_contact_info li .content b a {
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
  }

  .footer-area .widget_news li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-area .widget_news li:not(:last-child) {
    margin-bottom: 20px;
  }

  .footer-area .widget_news li .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 70px;
    margin-right: 28px;
  }

  .footer-area .widget_news li .date {
    color: #757575;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
  }

  .footer-area .newslatter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-area .newslatter-form input {
    padding: 0;
    border: none;
    line-height: 1;
    font-size: 16px;
    border-radius: 0;
    margin-right: 22px;
    background: transparent;
    border-right: 1px solid #C4C4C4;
  }

  .footer-area .newslatter-form input::-webkit-input-placeholder {
    color: white;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }

  .footer-area .newslatter-form input:-ms-input-placeholder {
    color: white;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }

  .footer-area .newslatter-form input::-ms-input-placeholder {
    color: white;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }

  .footer-area .newslatter-form input::placeholder {
    color: white;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
  }

  .footer-area .newslatter-form button {
    background: transparent;
  }

  .footer-area .widget_gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2.2px;
  }

  .footer-area .widget_gallery ul li {
    max-width: 96px;
    margin: 4.4px 2.2px 0;
  }

  .footer-area.footer-two .widget-title:before {
    width: 20px;
  }

  .footer-area.footer-two .widget-title:after {
    position: absolute;
    width: 40px;
    height: 2px;
    content: '';
    bottom: 0;
    left: 20px;
    background: #545457;
  }
  .clearfix{
    clear: both;
  }
  .footer-top {
    /* height: 165px; */
    background-color: #1B1B22;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    /* overflow: hidden; */
    z-index: -1
  }

  .footer-client-logo {
    padding: 40px;
  }

  .footer-client-logo .footer-cl-item {
    margin: 20px;
  }

  .footer-client-logo .footer-cl-item img {
    margin: auto;
  }

  .footer-hotline {
    padding: 33px;
    height: 100%;
    text-align: center;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #FB5D4A 0%, #FF9B07 117.45%);
  }

  .footer-hotline h3 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: white;
  }

  @media only screen and (max-width: 375px) {
    .footer-hotline h3 {
      font-size: 25px;
    }
  }

  .footer-hotline a.number {
    opacity: 1;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
  }

  @media only screen and (max-width: 375px) {
    .footer-hotline a.number {
      font-size: 25px;
    }
  }

  .footer-bottom {
    /* background: #1B1B22; */
    /* background-image: url('../../images/New-Project-2.png'); */
  }

  .footer-bottom-logo .footer-cl-item {
    margin-bottom: 15px;
    display: inline-block;
  }

  .footer-bottom-logo .footer-cl-item:not(:last-child) {
    margin-right: 40px;
  }

  @media only screen and (max-width: 375px) {
    .footer-bottom-logo .footer-cl-item:not(:last-child) {
      margin-right: 20px;
    }
  }

  .footer-bottom-logo .footer-cl-item img {
    max-height: 24px;
  }



  /* services */

  /* Bootstrap 5 */
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}


/* .section-title .sub-title {
	display: flex;
	align-items: center;
	color: #851927 !important;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
} */
.section-title .sub-title svg {
	width: 26px;
	color: #851927;
	margin-right: 8px;
}
.section-title .title {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 0;
    color: #f08020;
}
.section-title .title span {
	color: #ec583b;
	position: relative;
}
.section-title .title span svg {
	stroke: #851927;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: -30px;
	right: 0;
}
@-webkit-keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}
.has-animation.active-animation .section-title .title span svg path {
	stroke-dasharray: 1000;
  	stroke-dashoffset: 1000;
  	-webkit-animation: dash_animation 10s linear forwards;
  	animation: dash_animation 10s linear forwards;
}


/*=============================
	10. Work
===============================*/

@-webkit-keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes dash_animation {
	to {
		stroke-dashoffset: 0;
	}
}
.has-animation.active-animation .work-line-shape .dashed1 {
	-webkit-animation: dash_animation 3s linear forwards;
	animation: dash_animation 3s linear forwards;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}


.services-area {
	padding: 125px 0 100px;
	background: var(--tg-alice-blue-two);
}
.section-title.text-center .sub-title {
	justify-content: center;
}
.services-item-wrap .row {
	margin: 0 -12px;
}
.services-item-wrap .row [class*="col-"] {
	padding: 0 12px;
}
.services-item {
	position: relative;
	z-index: 1;
	padding: 45px;
	margin-bottom: 30px;
}
.services-bg-shape svg {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	color: var(--tg-white);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	transition: .3s ease-in-out;
}
.services-item:hover .services-bg-shape svg {
	color: var(--tg-primary-color);
}
.services-bg-shape svg path {
	width: auto;
}
.services-content-top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.services-content-top .icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-primary-color);
	color: var(--tg-white);
	flex: 0 0 50px;
	line-height: 1;
	margin-right: 12px;
	transition: .3s ease-in-out;
}
.services-content-top .icon svg {
	width: 25px;
}
.services-item:hover .services-content-top .icon {
	background: var(--tg-white);
	color: var(--tg-primary-color);
}
.services-content-top .title {
	font-size: 24px;
	margin-bottom: 0;
}
.services-content-top .title a {
	transition: .3s ease-in-out;
}
.services-content p {
	margin-bottom: 0;
	transition: .3s ease-in-out;
}
.services-item:hover .services-content p,
.services-item:hover .services-content-top .title a:hover,
.services-item:hover .services-content-top .title {
	color: var(--tg-white);
}

/* services-two */
.services-item-two {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	background: var(--tg-white);
	position: relative;
	padding: 90px 32px 40px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.services-icon-two {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-alice-blue-three);
	position: relative;
	font-size: 55px;
	color: var(--tg-blue);
	line-height: 1;
	position: absolute;
	left: 32px;
	top: -50px;
	transition: .3s ease-in-out;
	z-index: 1;
}
.services-icon-two svg {
	width: 55px;
}
.services-icon-two::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--tg-blue);
	transform: scale(0);
	border-radius: 50%;
	transition: .3s ease-in-out;
	z-index: -1;
}
.services-item-two:hover .services-icon-two {
	color: var(--tg-white);
}
.services-item-two:hover .services-icon-two::before {
	transform: scale(1);
}
.services-content-two .title {
	font-size: 30px;
	margin-bottom: 13px;
}
.services-content-two p {
	margin-bottom: 0;
}

/* services-three */
.services-area-three {
	position: relative;
}
.services-area-three .services-bg {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.section-title-two.white-title .title,
.section-title-two.white-title .sub-title {
	color: var(--tg-white);
}
.services-item-wrap-two .row {
	margin: 0 -20px;
}
.services-item-wrap-two [class*="col-"] {
	padding: 0 20px;
}
.services-item-three {
	margin-bottom: 40px;
}
.services-thumb-three {
	border-radius: 20px;
	overflow: hidden;
}
.services-thumb-three img {
	transform: scale(1);
	transition: .3s ease;
}
.services-item-three:hover .services-thumb-three img {
	transform: scale(1.1);
}
.services-content-three {
	background: white;
	margin: -130px 25px 0;
	padding: 55px 25px 35px;
	position: relative;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	z-index: 1;
}
.services-content-three .icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 0;
	border-radius: 50%;
	background: var(--tg-primary-color);
	/* color: white; */
	position: absolute;
	left: 25px;
	top: -45px;
}
.services-content-three .icon svg {
	width: 36px;
}
.services-content-three .title {
    color: #851927;
	font-size: 20px;
	margin-bottom: 15px;
}
.services-content-three p {
	margin-bottom: 20px;
}
.services-content-three .btn {
	background: var(--tg-gray-five);
	color: var(--tg-blue);
	padding: 18px 20px;
}
.services-content-three .btn:hover {
	color: var(--tg-white);
}
.services-active .slick-dots {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}
.services-active .slick-dots li {
	list-style: none;
	line-height: 0;
}
.services-active .slick-dots li button {
	border: none;
	text-indent: -999999999px;
	padding: 0;
	background: #E4E4E4;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.services-active .slick-dots li.slick-active button {
	width: 30px;
	background: var(--tg-blue);
	border-radius: 10px;
}

/* services-four */
.services-area-four {
	position: relative;
	padding: 125px 0 90px;
}
.services-area-four::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 75%;
	background: var(--tg-section-background);
	z-index: -1;
}
.services-area-four .row {
	margin: 0 -20px;
}
.services-area-four .row .col {
	padding: 0 20px;
}
.services-item-four {
	margin-bottom: 40px;
}
.services-thumb-four {
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	position: relative;
}
.services-thumb-four img {
	min-height: 200px;
	object-fit: cover;
}
.services-thumb-four::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.services-item-four:hover .services-thumb-four::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
.services-content-four {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 0px 0px 20px 20px;
	background: var(--tg-white);
	padding: 55px 30px 30px;
	position: relative;
}
.services-content-four .services-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tg-primary-color);
	color: var(--tg-white);
	font-size: 30px;
	line-height: 1;
	position: absolute;
	top: -42px;
	left: 30px;
}
.services-content-four .services-icon svg {
    width: 36px;
}
.services-content-four .title {
	font-size: 24px;
	color: var(--tg-black);
	margin-bottom: 10px;
}
.services-content-four p {
	margin-bottom: 0;
}

/* services-five */
.services-area-five {
	background: var(--tg-section-background);
	padding: 130px 0 100px;
}
.section-title-three p {
	margin-bottom: 0;
}
.services-area-five .section-title-three .title {
	margin-bottom: 20px;
}
.services-item-five {
	text-align: center;
	margin-bottom: 30px;
	padding: 55px 20px 35px;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	background: var(--tg-white);
	margin-top: 45px;
	position: relative;
	z-index: 1;
}
.services-item-five::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--tg-white);
	border-radius: 10px;
	z-index: -1;
    transition: .3s;
}
.services-item-five:hover::before {
	opacity: 0;
}
.services-item-five::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--tg-blue);
	border-radius: 10px;
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.services-item-five:hover::after {
	opacity: .75;
}
.services-item-five .services-icon {
	width: 80px;
	height: 80px;
	background: var(--tg-primary-color);
	color: var(--tg-white);
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -45px;
	transition: .3s;
}
.services-item-five .services-icon svg {
	width: 35px;
}
.services-item-five:hover .services-icon {
	background: var(--tg-secondary-color);
}
.services-content-five .title {
	font-size: 24px;
	margin-bottom: 10px;
}
.services-content-five .title a {
	transition: .3s;
}
.services-content-five .title a:hover {
	color: var(--tg-white);
}
.services-content-five p {
	margin-bottom: 0;
	transition: .3s;
}
.services-item-five:hover .services-content-five p,
.services-item-five:hover .services-content-five .title {
	color: var(--tg-white);
}


/* services-details */
.services-cat-list {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
}
.services-cat-list .title {
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 0;
	padding: 15px 35px;
}
.services-cat-list .list-wrap li {
	margin-bottom: 1px;
}
.services-cat-list .list-wrap li a {
	font-size: 20px;
	display: block;
	line-height: 1;
	padding: 15px 35px;
	background: #FAFBFF;
	color: var(--tg-paragraph-color);
}
.services-cat-list .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.services-sidebar .widget {
	margin-bottom: 40px;
}
.services-sidebar .widget:last-child {
	margin-bottom: 0;
}
.services-sidebar .download-wrap {
	padding: 55px 35px;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 10px;
	z-index: 1;
}
.services-sidebar .download-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 124, 251, 0.75);
	border-radius: 10px;
	z-index: -1;
}
.services-sidebar .download-wrap span {
	font-size: 18px;
	display: block;
	line-height: 1;
	color: var(--tg-white);
	font-weight: 400;
	margin-bottom: 5px;
}
.services-sidebar .download-wrap .title {
	margin-bottom: 13px;
	font-size: 24px;
	color: var(--tg-white);
}
.services-sidebar .download-wrap a {
	display: flex;
	align-items: center;
	background: var(--tg-white);
	font-weight: 500;
	font-size: 20px;
	color: var(--tg-blue);
	line-height: 1;
	justify-content: space-between;
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.services-sidebar .download-wrap a:last-child {
	margin-bottom: 0;
}
.services-sidebar .download-wrap a i {
	color: var(--tg-primary-color);
}
.services-sidebar .download-wrap a:hover {
	color: var(--tg-primary-color);
}
.services-details-thumb {
	margin-bottom: 18px;
}
.services-details-thumb img {
	width: 100%;
	border-radius: 20px;
}
.services-details-content > .title {
	font-size: 40px;
	margin-bottom: 12px;
	color: var(--tg-blue-five);
}
.services-details-content > p {
	margin-bottom: 25px;
}
.services-details-content .different-info {
	font-weight: 500;
	font-style: italic;
	color: var(--tg-blue-five);
	margin-bottom: 15px;

}
.service-quality-wrap > .title {
    font-size: 24px;
    margin-bottom: 15px;
	padding-bottom: 12px;
	color: var(--tg-blue-five);
	border-bottom: 1px solid var(--tg-gray);
}
.service-quality-wrap p {
	margin-bottom: 30px;
}
.service-quality-wrap {
	margin: 55px 0 35px;
}
.beer-slider {
	border-radius: 20px;
}
.beer-handle {
	color: var(--tg-black);
	background: var(--tg-white);
	width: 43px;
	height: 43px;
}
.beer-handle:before,
.beer-handle:after {
	width: 8px;
	height: 8px;
}
.faq-content.services-faq .accordion-button {
	font-size: 22px;
	padding: 22px 85px 22px 35px;
}

/** Social Link One **/
.social-style-one {
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .social-style-one a {
    opacity: 0.8;
    color: white;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
  }

  .social-style-one a:hover {
    opacity: 1;
    background: #FB683E;
  }

  .social-style-one a:not(:first-child) {
    margin-left: 5px;
  }

  .social-style-one a:not(:last-child) {
    margin-right: 5px;
  }

  .default-span-yellow{
    font-weight: 600;
    color: #851927;
}

.yellow-span , .blue-span{
    font-weight: 500;
    color: #dda01f !important;
}
.blue_color
{
    color:#dda01f !important;
}




