﻿.top-bar {
    background-color: #3d3d3d
}

.top-bar i {
    color: #ff904e
}

.top-bar a {
    font-size: 13px;
    color: #fff;
    transition: all .2s linear;
    transition-delay: .1s
}

.top-bar a:hover {
    color: #eee
}

* {
    border: none;
    font-size: 100%;
    margin: 0;
    outline: none;
    padding: 0
}

body,
html {
    height: 100%
}

body {
    color: #777;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 400
}

button:focus {
    outline: none
}

button {
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3d3d3d;
    font-family: Arimo, sans-serif;
    font-weight: 600;
    margin: 0
}

.blog-post h1,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6,
aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
    color: #222
}

.blog-post h1,
aside h1 {
    font-size: 40px;
    margin-bottom: 20px
}

.blog-post h2,
aside h2 {
    font-size: 24px;
    margin-bottom: 14px
}

.blog-post h3,
aside h3 {
    font-size: 20px;
    margin-bottom: 4px
}

.blog-post h4,
aside h4 {
    font-size: 18px;
    margin-bottom: 2px
}

h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px
}

a,
a:active,
a:focus,
a:hover {
    border: none;
    outline: none;
    text-decoration: none
}

img.lazy-image {
    background: url(https://cdn2.hubspot.net/hub/20172080/hub_generated/template_assets/48512456861/1662027978862/Fastfix/images/icon/image-bg.svg) 50% no-repeat
}

img.lazy-image.loaded {
    background-image: none
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1
}

@media(min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.fix {
    display: block;
    overflow: hidden;
    position: relative
}

img {
    height: auto;
    max-width: 100%;
    transition-delay: .1s;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: ease-in-out
}

.map-data {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px;
    text-align: center
}

.map-data a {
    color: #0b59d9;
    display: block
}

.map-data h6 {
    color: #121212;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center
}

i {
    font-style: normal
}

li,
ol,
ul {
    margin: 0;
    padding: 0
}

.clr1 {
    color: #f36727
}

.bgclr1 {
    background: #f36727
}

.auto-container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: static
}

.btn-one {
    color: #000;
    display: inline-block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    padding-left: 35px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease-in-out .1s
}

.btn-one:after {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all .3s ease-in-out .1s
}

.btn-one:hover:after {
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(20deg, 0deg);
    transition: all .3s ease-in-out .1s
}

.btn-one .icon {
    color: #fff;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin-left: 35px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1
}

.btn-one:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all .3s ease-in-out .1s;
    width: 40px;
    z-index: 1
}

.btn-one:hover:before {
    background: #f57326;
    -moz-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    -o-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg)
}

.btn-one .txt {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 1
}

.btn-one.style2,
.btn-one:focus,
.btn-one:hover {
    color: #fff
}

.btn-one.style2:after {
    background: #3d3d3d
}

.btn-two {
    border-radius: 30px;
    border-top-left-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: Archivo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    padding: 0 55px;
    position: relative;
    text-transform: capitalize;
    transition: all .2s linear;
    transition-delay: .1s
}

.btn-two:hover {
    background: #152229;
    color: #fff
}

.gra-bgclr1 {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.29) 43%, #000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, transparent), color-stop(43%, rgba(0, 0, 0, 0.29)), color-stop(100%, #000));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.29) 43%, #000);
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.29) 43%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.29) 43%, #000 100%);
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.29) 43%, #000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0)
}

.sec-title {
    display: block;
    padding-bottom: 60px;
    position: relative
}

.sec-title h2 {
    color: #3d3d3d;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin: 0 0 13px;
    position: relative;
    text-transform: capitalize;
    top: -8px
}

.sec-title .border-box {
    display: block;
    height: 7px;
    margin: 0 auto;
    position: relative;
    width: 60px
}

.sec-title .border-box:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.sec-title .border-box:after {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px
}

.sec-title .border-box.left {
    margin: 0
}

.sec-title .border-box.left:after {
    margin: 0;
    right: auto
}

.parallax-bg-one {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.parallax-bg-one:before {
    background: rgba(18, 32, 0, .9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.parallax-bg-two {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.parallax-bg-two:before {
    background: rgba(9, 23, 33, .9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.flex-box-three,
.flex-box-two {
    justify-content: space-between
}

.flex-box-four,
.flex-box-three,
.flex-box-two {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.flex-box-four {
    justify-content: center
}

.flex-box-five {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.owl-theme .owl-next span,
.owl-theme .owl-prev span {
    display: none
}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

.owl-nav-style-one.owl-theme .owl-nav {
    display: block;
    margin-left: 9px;
    position: relative
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, 0);
    border: 0 solid #222;
    border-radius: 0;
    color: #222;
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    height: 40px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all .7s ease 0s;
    width: 40px
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next:before,
.owl-nav-style-one.owl-theme .owl-nav .owl-prev:before {
    color: #222;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 100%;
    left: 0;
    line-height: 38px;
    position: absolute;
    top: 0;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 100%
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next:hover:before,
.owl-nav-style-one.owl-theme .owl-nav .owl-prev:hover:before {
    color: #fff
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next:after,
.owl-nav-style-one.owl-theme .owl-nav .owl-prev:after {
    border: 1px solid #222;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all .2s linear;
    transition-delay: .1s;
    z-index: -1
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg)
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
    transform: rotate(180deg)
}

.owl-nav-style-two.owl-theme .owl-nav [class*=owl-] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    transition: all .7s ease 0s;
    width: 50px
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0
}

.owl-nav-style-two.owl-theme .owl-nav [class*=owl-]:hover {
    background: #3740b0;
    color: #fff
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
    display: block;
    padding-bottom: 60px;
    padding-top: 0;
    position: relative
}

.owl-carousel.owl-dot-style1 .owl-dots {
    display: block;
    line-height: 10px;
    position: relative;
    text-align: center
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    border: 0 solid #4c4c4c;
    border-radius: 0;
    display: inline-block;
    height: 4px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    transition: all .1s linear;
    transition-delay: .1s;
    width: 30px
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #fff;
    height: 10px;
    width: 40px
}

.accordion-box,
.accordion-box .accordion {
    display: block;
    position: relative
}

.accordion-box .accordion {
    margin-bottom: 15px
}

.accordion-box .accordion.marginbottom0 {
    margin-bottom: 0
}

.accordion-box .accordion .accord-btn {
    background: #fff;
    border: 1px solid #959595;
    cursor: pointer;
    display: block;
    padding: 16px 60px 16px 29px;
    position: relative;
    transition: all .5s ease
}

.accordion-box .accordion .accord-btn h4 {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    transition: all .5s ease
}

.accordion-box .accordion .accord-btn:after {
    background: rgba(0, 0, 0, 0);
    color: #222;
    content: "";
    font-family: Flaticon;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    position: absolute;
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease 0s;
    width: auto
}

.accordion-box .accordion .accord-btn.active {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #000
}

.accordion-box .accordion .accord-btn.active:after {
    color: #000;
    content: ""
}

.accordion-box .accordion .accord-content {
    display: block;
    display: none;
    padding: 24px 0 5px 30px;
    position: relative
}

.accordion-box .accordion .accord-content.collapsed {
    display: block
}

.accordion-box .accordion .accord-content h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 9px
}

.accordion-box .accordion .accord-content p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(237, 237, 237, .3)
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, .3)
    }
}

.rating-box {
    display: block;
    position: relative
}

.rating-box,
.rating-box ul {
    overflow: hidden
}

.rating-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
    position: relative
}

.rating-box ul li:last-child {
    margin-right: 0
}

.rating-box ul li a {
    color: #d0d0d0;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s linear;
    transition-delay: .1s
}

.body-wrapper {
    background: #fff none repeat scroll 0 0;
    min-height: 400px;
    min-width: 320px;
    overflow: hidden
}

.body-wrapper,
.boxed_wrapper_box_page {
    margin: 0 auto;
    position: relative;
    width: 100%
}

.boxed_wrapper_box_page {
    min-width: 300px;
    overflow-x: hidden
}

.body_switcher {
    left: -200px;
    position: fixed;
    top: 150px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 99
}

.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1
}

.body_switcher .body_switch_btn button {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    transition: all .5s ease;
    width: 50px
}

.body_switcher .boxed_switch_menu {
    background: #fff;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
    padding: 25px 15px 20px;
    position: relative;
    text-align: center;
    width: 200px
}

.body_switcher .boxed_switch_menu h5 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0
}

.body_switcher.switcher-show {
    left: 0
}

.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    text-align: center
}

.body_switcher .boxed_switch_menu .switch_body .box>div {
    background: #fff;
    border: 2px solid #999;
    height: 50px;
    width: 80px
}

.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    background: #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    display: block;
    height: 100%;
    margin: 0 auto;
    width: 60px
}

.body_switcher .boxed_switch_menu .switch_body .box p {
    color: #999;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 7px 0 0;
    position: relative
}

.main_page.active_boxlayout {
    background: url(../images/pattern/body-pattern.html) #f8f8f8;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: repeat;
    margin: 0 auto;
    max-width: 1550px;
    min-width: 300px;
    overflow-x: hidden;
    width: 100%
}

.switcher {
    position: fixed;
    top: 220px;
    z-index: 99
}

.switcher .switch_btn {
    position: absolute;
    right: -50px;
    top: 0;
    z-index: -1
}

.switcher .switch_btn button {
    background: rgba(255, 255, 255, .7);
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    transition: all .5s ease;
    width: 50px
}

.switcher .switch_menu {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    display: none;
    height: 30px;
    left: 60px;
    margin: 10px 0;
    position: absolute;
    top: 0;
    width: 180px
}

.switcher #styleOptions li {
    display: inline-block;
    height: 30px;
    margin-right: 3px;
    position: relative;
    width: 30px
}

.switcher #styleOptions li:last-child {
    margin-right: 0
}

.switcher #styleOptions li a {
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%
}

.switcher #styleOptions li a.blue-color {
    background: #6377ee
}

.switcher #styleOptions li a.pink-color {
    background: #ff6ec7
}

.switcher #styleOptions li a.violet-color {
    background: #6936d8
}

.switcher #styleOptions li a.crimson-color {
    background: #ba0913
}

.switcher #styleOptions li a.orange-color {
    background: orange
}

.preloader {
    background-color: #fff;
    background-image: url(../img/preloader.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000000000000000
}

.scroll-top {
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    font-weight: 600;
    height: 55px;
    line-height: 54px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 55px;
    z-index: 999999999
}

.scroll-top:after {
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0, transparent 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0, transparent 80%);
    content: "";
    height: 10px;
    left: 5%;
    opacity: 1;
    position: absolute;
    top: 100%;
    width: 90%;
    z-index: -1
}

.scroll-top:hover {
    color: #3d3d3d
}

.scroll-top.style2 {
    animation: auto;
    background: #fff;
    border: none;
    border-radius: 0;
    font-size: 30px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 60px
}

input:focus,
select:focus,
textarea:focus {
    border-color: #43c3ea;
    outline: none
}

#contact-form input[type=email].error,
#contact-form input[type=text].error,
#contact-form select.error,
#contact-form textarea.error {
    border-color: red
}

.post-pagination {
    display: block;
    position: relative
}

.post-pagination.martop20 {
    margin-top: 20px
}

.post-pagination li {
    display: inline-block;
    margin: 0 3px;
    position: relative
}

.post-pagination li a {
    border: 2px solid #eee;
    border-radius: 50%;
    color: #131313;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 56px;
    position: relative;
    transition: all .5s ease 0s;
    width: 60px
}

.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all .2s linear;
    transition-delay: .1s
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
    color: #131313
}

.post-pagination.style2 li a {
    border-radius: 0
}

.secpd100-0 {
    padding: 100px 0
}

.overlay-style-one {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-delay: .1s;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%;
    z-index: 1
}

.overlay-style-one.bg1 {
    background-color: rgba(3, 13, 40, .7)
}

.overlay-style-one.bg2 {
    background-color: rgba(255, 255, 255, .7)
}

.overlay-style-one.bg3 {
    background-color: rgba(0, 83, 153, .9)
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%
}

.overlay-style-one .box .content,
.overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.overlay-style-two {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .9s ease;
    z-index: 2
}

.overlay-style-two:before {
    top: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top
}

.overlay-style-two:after,
.overlay-style-two:before {
    background-color: rgba(18, 18, 18, .9);
    content: "";
    display: block;
    height: 50%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all .5s;
    width: 100%
}

.overlay-style-two:after {
    bottom: 0;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom
}

.overlay-style1 {
    bottom: 0;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all .9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    width: 100%;
    z-index: 1
}

.overlay-style1.bg1,
.overlay-style2 {
    background-color: rgba(0, 0, 0, .7)
}

.overlay-style2 {
    bottom: 20px;
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: skew(0deg, 0deg) scale(1.2);
    transition: all .9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1
}

.review-box {
    line-height: 16px;
    position: relative
}

.review-box,
.review-box ul {
    display: block;
    overflow: hidden
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px
}

.review-box ul li:last-child {
    margin-right: 0
}

.review-box ul li i {
    color: #ffba00;
    font-size: 18px
}

.social-links-style1 {
    display: block;
    overflow: hidden;
    position: relative
}

.social-links-style1 li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative
}

.social-links-style1 li:last-child {
    margin-right: 0
}

.social-links-style1 li a i {
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    color: #798795;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    width: 40px
}

.social-links-style1 li a:hover i {
    color: #fff
}

.sociallinks-style-two {
    display: block;
    margin: 7px 0 8px;
    overflow: hidden;
    position: relative
}

.sociallinks-style-two li {
    display: inline-block;
    float: left;
    margin-right: 25px;
    position: relative
}

.sociallinks-style-two li:last-child {
    margin-right: 0
}

.sociallinks-style-two li a i {
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
    transition: all .5s ease 0s
}

.sociallinks-style-two li a:hover i {
    color: #e4b33d
}

@keyframes menu_sticky {
    0% {
        margin-top: -90px
    }

    50% {
        margin-top: -74px
    }

    to {
        margin-top: 0
    }
}

.nav-outer .mobile-nav-toggler {
    cursor: pointer;
    display: none;
    float: right;
    padding: 20px 0;
    position: relative
}

.nav-outer .mobile-nav-toggler .inner {
    display: block;
    padding: 3px 5px;
    position: relative
}

.mobile-menu {
    height: 100%;
    max-width: 100%;
    opacity: 0;
    padding-right: 30px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 300px;
    z-index: 999999
}

.mobile-menu .menu-backdrop {
    background-color: rgba(3, 13, 40, .9);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    width: 100%;
    z-index: 1
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    visibility: visible
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px
}

.mobile-menu .navbar-collapse {
    display: block !important
}

.mobile-menu .nav-logo {
    padding: 30px 25px;
    position: relative;
    text-align: left
}

.mobile-menu .nav-logo a {
    display: inline-block;
    position: relative
}

.mobile-menu-visible {
    overflow: hidden
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible
}

.mobile-menu .menu-box {
    background: #000;
    border-radius: 0;
    height: 100%;
    left: 0;
    max-height: 100%;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    visibility: hidden;
    width: 100%;
    z-index: 5
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    visibility: visible
}

.mobile-menu .close-btn {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    width: 24px;
    z-index: 10
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation {
    display: block;
    float: none;
    position: relative;
    width: 100%
}

.mobile-menu .navigation li {
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: block;
    position: relative
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.mobile-menu .navigation li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 25px;
    position: relative;
    text-transform: uppercase
}

.mobile-menu .navigation li>a,
.mobile-menu .navigation li>a:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .navigation li>a:before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0
}

.mobile-menu .navigation li.current>a:before {
    height: 100%
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize
}

.mobile-menu .navigation li.hs-item-has-children .dropdown-btn {
    background: rgba(255, 255, 255, .1);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 32px;
    z-index: 5
}

.mobile-menu .navigation li.hs-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none
}

.mobile-menu .social-links {
    padding: 30px 25px;
    position: relative;
    text-align: center
}

.mobile-menu .social-links li {
    display: inline-block;
    margin: 0 5px 10px;
    position: relative
}

.mobile-menu .social-links li a {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.mobile-menu .social-links li a:hover {
    color: #030e27
}

.main-header {
    margin: 0;
    position: absolute;
    z-index: 999999
}

.main-header,
.sticky-header {
    left: 0;
    top: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    width: 100%
}

.sticky-header {
    background: #eee;
    opacity: 0;
    padding: 0;
    position: fixed;
    visibility: hidden;
    z-index: 0
}

.fixed-header .sticky-header {
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.sticky-header .logo {
    display: block;
    padding: 10px 0;
    position: relative
}

.sticky-header.style2 .logo {
    display: block;
    padding: 5px 0;
    position: relative
}

.sticky-header .logo a {
    display: inline-block;
    position: relative
}

.sticky-header .main-menu .first-level-menu>.navigation>li>a {
    color: #3d3d3d;
    padding: 30px 0
}

.header-style-one {
    position: relative
}

.header-upper,
.header-upper-left {
    display: block;
    position: relative
}

.header-upper-left {
    padding: 25px 0 75px
}

.header-upper-left .logo {
    display: block;
    position: relative
}

.header-upper-left .logo a {
    display: inline-block
}

.header-upper-right {
    display: block;
    padding: 35px 100px 73px 0;
    position: relative
}

.header-upper-right:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 30px;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg)
}

.header-contact-info {
    display: block;
    float: right;
    position: relative
}

.header-contact-info ul {
    display: block;
    overflow: hidden;
    position: relative
}

.header-contact-info ul li {
    display: inline-block;
    float: left;
    margin-right: 40px;
    position: relative
}

.header-contact-info ul li:last-child {
    margin-right: 0
}

.header-contact-info ul li .icon {
    width: 60px
}

.header-contact-info ul li .icon span:before {
    color: #f57326;
    font-size: 40px;
    line-height: 60px
}

.header-contact-info ul li .icon,
.header-contact-info ul li .title {
    display: table-cell;
    vertical-align: middle
}

.header-contact-info ul li .title.pdleft10 {
    padding-left: 10px
}

.header-contact-info ul li .title p {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 3px;
    text-transform: capitalize
}

.header-contact-info ul li .title h3 {
    color: #3d3d3d;
    font-family: Arimo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0
}

.header-contact-info ul li .title h3 a {
    color: #3d3d3d;
    transition: all .2s linear;
    transition-delay: .1s
}

.header-contact-info ul li .title h3 a:hover {
    color: #f57326
}

.header-lawer {
    margin-top: -40px;
    position: relative
}

.header-lawer .outer-box {
    display: block;
    position: relative
}

.header-lawer .outer-box:before {
    background: #f5f5f5;
    bottom: 0;
    content: "";
    left: 15px;
    position: absolute;
    right: 60px;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg)
}

.header-lawer-left {
    display: flex;
    justify-content: center;
    position: relative
}

@media(max-width: 992px) {
    .header-lawer-left {
        justify-content: end
    }
}

.header-lawer-left .logo {
    float: left;
    padding: 13px 0 5px 35px
}

.header-lawer-left .logo,
.header-lawer-left .logo a {
    display: inline-block;
    position: relative
}

.header-lawer-left .logo a img {
    width: auto
}

.header-lawer-left .nav-outer {
    display: inline-block;
    float: left;
    padding-left: 0px;
    position: relative
}

.main-menu {
    display: block;
    float: left;
    position: relative
}

.main-menu .navbar-collapse {
    display: block !important;
    padding: 0
}

.main-menu .navigation {
    display: block;
    position: relative
}

.main-menu .navigation>li {
    display: inline-block;
    float: left;
    margin-right: 50px;
    position: relative
}

.main-menu .navigation>li:last-child {
    margin-right: 0
}

.main-menu .navigation>li>a {
    color: #3d3d3d;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    opacity: 1;
    padding: 25px 0;
    position: relative;
    text-transform: capitalize;
    transition: all .5s ease
}

.main-menu .first-level-menu>.navigation>li>a:before {
    background: #f57326;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transition: all .2s linear;
    transition-delay: .1s
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
    transform: scaleX(1)
}

.main-menu .navigation>li>ul {
    border-radius: 0;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .1s ease;
    visibility: hidden;
    width: 270px;
    z-index: 100
}

.main-menu .navigation>li>ul:before {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.main-menu .navigation>li.hs-item-has-children:hover>ul {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: visible
}

.main-menu .navigation>li>ul>li {
    display: block;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.main-menu .navigation>li>ul>li>a {
    border-bottom: 1px solid #e9e9e9;
    color: #3d3d3d;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 13px 0;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none
}

.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 15px
}

.main-menu .navigation>li>ul>li>a:before {
    left: 0;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li>ul>li.hs-item-has-children>a:after,
.main-menu .navigation>li>ul>li>a:before {
    bottom: 0;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    position: absolute;
    top: 0
}

.main-menu .navigation>li>ul>li.hs-item-has-children>a:after {
    color: #000;
    right: 0;
    text-align: right;
    z-index: 5
}

.main-menu .navigation>li>ul>li:hover>a:before {
    opacity: 1
}

.main-menu .navigation>li>ul>li>ul {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    display: none;
    left: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .1s ease;
    width: 250px;
    z-index: 100
}

.main-menu .navigation li>ul>li.hs-item-has-children:hover ul {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: visible
}

.main-menu .navigation>li>ul>li>ul>li {
    display: block;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.main-menu .navigation>li>ul>li>ul>li>a {
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 13px 0;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 15px
}

.main-menu .navigation>li>ul>li>ul>li a:before {
    bottom: 0;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    margin: 12px 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
    opacity: 1
}

.main-menu .navbar-collapse>ul li.hs-item-has-children .dropdown-btn {
    border-left: 1px solid #04102a;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    z-index: 5
}

.header-lawer-right {
    display: block;
    padding-right: 150px;
    position: relative
}

.outer-search-box-style1 {
    display: inline-block;
    float: left;
    padding: 20px 40px 20px 0;
    position: relative
}

.outer-search-box-style1 .seach-toggle {
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    width: 40px
}

.outer-search-box-style1 .search-box {
    background: #1c63b8;
    margin-left: 0;
    min-width: 250px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 120%;
    transition: all .5s ease 0s;
    visibility: hidden;
    z-index: 100
}

.outer-search-box-style1 .search-box.now-visible {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 100
}

.outer-search-box-style1 .search-box .form-group {
    margin: 0;
    min-width: 250px;
    padding: 0;
    position: relative;
    width: 100%
}

.outer-search-box-style1 .search-box .hs-search-field__input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    height: 45px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 50px;
    position: relative;
    transition: all .5s ease 0s;
    width: 100%
}

.outer-search-box-style1 .search-box .hs-search-field__input:focus {
    border-color: #f5f5f5
}

.outer-search-box-style1 .search-box .form-group button,
.outer-search-box-style1 .search-box .form-group input[type=submit] {
    background: rgba(0, 0, 0, .95);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s ease 0s;
    width: 45px
}

.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus+button {
    background: #f5f5f5;
    color: #222
}

.cart-box {
    padding: 20px 10px
}

.cart-box,
.cart-box a {
    display: inline-block;
    float: left;
    position: relative
}

.cart-box a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    height: 40px;
    width: 40px
}

.cart-box a span:before {
    color: #000;
    display: block;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    text-align: center
}

.cart-box a span.count {
    border-radius: 50%;
    color: #fff;
    font-family: Arimo, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -3px;
    width: 25px
}

.header-lawer-right .button {
    bottom: 0;
    padding: 24px 0;
    position: absolute;
    right: 0;
    right: -230px;
    top: 0
}

.header-lawer-right .button:before {
    background: #222;
    bottom: 0;
    content: "";
    left: -32px;
    position: absolute;
    right: -5000px;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg)
}

.header-lawer-right .button a {
    color: #fff;
    display: inline-block;
    font-family: Arimo, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    transition: all .2s linear;
    transition-delay: .1s
}

.header-lawer-right .button a span:before {
    display: inline-block;
    font-size: 20px;
    padding-right: 20px;
    position: relative
}

.main-slider {
    overflow: hidden;
    position: relative;
    z-index: 10
}

.main-slider .slide {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 250px 0;
    position: relative
}

.main-slider.one_page .slide {
    padding: 354px 0 250px
}

.main-slider .slide .image-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 16s linear;
    -moz-transition: all 16s linear;
    -ms-transition: all 16s linear;
    -o-transition: all 16s linear;
    transition: all 16s linear;
    width: 100%
}

.main-slider .slide .image-layer:before {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.main-slider .content {
    position: relative;
    z-index: 10
}

.main-slider .auto-container {
    overflow: hidden;
    position: relative
}

.main-slider.style1 .content {
    display: block;
    max-width: 570px;
    opacity: 1;
    padding: 57px 40px 0;
    position: relative;
    transform: translateY(100%);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    width: 100%;
    z-index: 1
}

.main-slider.style1 .active .content {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.main-slider.style1 .content:before {
    background: rgba(0, 0, 0, .8);
    bottom: 25px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.main-slider.style1 .content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px
}

.main-slider.style1 .content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 68px;
    margin: 10px 0 19px
}

.main-slider.style1 .content p {
    color: #fff;
    margin: 0
}

.main-slider.style1 .content .btns-box {
    display: block;
    height: 50px;
    margin-top: 50px;
    position: relative
}

.main-slider .owl-theme .owl-nav {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%
}

.main-slider .owl-theme .owl-next span,
.main-slider .owl-theme .owl-prev span {
    display: block
}

.main-slider .owl-theme .owl-nav .owl-prev {
    background: rgba(255, 255, 255, .75);
    border: none;
    border-radius: 0;
    color: #022447;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: -30px 0 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 60px
}

.main-slider .owl-theme .owl-nav .owl-prev:hover {
    background: rgba(255, 255, 255, .95)
}

.main-slider .owl-theme .owl-nav .owl-next {
    background: rgba(255, 255, 255, .75);
    border: none;
    border-radius: 0;
    color: #022447;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 60px
}

.main-slider .owl-theme .owl-nav .owl-next:hover {
    background: rgba(255, 255, 255, .95)
}

.about-style1-area {
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 100px 0 130px;
    position: relative
}

.about-style1-area .shape {
    position: absolute;
    right: 0;
    top: 0
}

.about-style1-image-box {
    display: block;
    max-width: 570px;
    padding-right: 70px;
    position: relative;
    width: 100%
}

.about-style1-image-box .patter-bg {
    bottom: 70px;
    left: -5000px;
    position: absolute;
    right: 320px;
    top: -100px
}

.about-style1-image-box .bg {
    bottom: -140px;
    height: 210px;
    left: -5000px;
    position: absolute;
    right: 135px
}

.about-style1-image-box .big-title {
    color: #f57326;
    font-family: Arimo, sans-serif;
    font-size: 48px;
    font-weight: 600;
    position: absolute;
    right: 0;
    text-orientation: mixed;
    text-transform: uppercase;
    top: 0;
    writing-mode: vertical-rl
}

.about-style1-image-box .image-box {
    display: block;
    position: relative
}

.about-style1-image-box .image-box .inner {
    display: block;
    overflow: hidden;
    position: relative
}

.about-style1-image-box .image-box img {
    transform: scale(1);
    transition: all .7s ease;
    width: 100%
}

.about-style1-image-box .image-box .bottom-box {
    bottom: -40px;
    position: absolute;
    right: -55px
}

.video-holder-box {
    display: block;
    height: 80px;
    position: relative;
    width: 80px;
    z-index: 2
}

.video-holder-box .icon {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.video-holder-box .icon .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.video-holder-box .icon .inner a {
    background: #fff;
    display: inline-block;
    height: 80px;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    width: 80px
}

.video-holder-box .icon .inner a span:before {
    display: block;
    font-size: 30px;
    height: 100%;
    line-height: 80px;
    position: relative;
    width: 100%
}

.about-style1-image-box .image-box .bottom-box .title-box,
.about-style1-image-box .image-box .bottom-box .video-holder-box {
    display: table-cell;
    vertical-align: middle
}

.about-style1-image-box .image-box .bottom-box .title-box {
    padding-left: 30px;
    padding-right: 40px;
    position: relative;
    z-index: 1
}

.about-style1-image-box .image-box .bottom-box .title-box:before {
    background: #222;
    bottom: 0;
    content: "";
    left: -30px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all .3s ease-in-out .1s;
    z-index: -1
}

.about-style1-image-box .image-box .bottom-box .title-box h5 {
    color: #fff;
    font-family: Arimo, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px
}

.about-style1-text-box {
    display: block;
    margin-right: -100px;
    padding-top: 30px;
    position: relative
}

.about-style1-text-box .title {
    display: block;
    margin-top: -3px;
    padding-bottom: 38px;
    position: relative
}

.about-style1-text-box .title h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase
}

.about-style1-text-box .title h2 {
    font-size: 36px;
    line-height: 50px;
    margin: 15px 0 0
}

.about-style1-text-box .inner-contant {
    display: block;
    position: relative
}

.about-style1-text-box .inner-contant .text {
    display: block;
    margin-bottom: 40px;
    margin-right: 70px;
    padding: 20px 0;
    position: relative;
    z-index: 1
}

.about-style1-text-box .inner-contant .text:before {
    background: #fff;
    border: 4px solid #d7d7d7;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: -1
}

.about-style1-text-box .inner-contant .text .inner {
    background: #fff;
    display: block;
    margin-left: 40px;
    padding: 22px 0 20px;
    position: relative
}

.about-style1-text-box .inner-contant .text p {
    margin-bottom: 0
}

.about-style1-text-box .inner-contant ul {
    display: block;
    overflow: hidden;
    position: relative
}

.about-style1-text-box .inner-contant ul li {
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    padding-left: 30px;
    position: relative
}

.about-style1-text-box .inner-contant ul li:before {
    bottom: 0;
    color: #d7d7d7;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    left: 1px;
    position: absolute;
    top: 0
}

.about-style1-text-box .inner-contant .button {
    display: block;
    line-height: 0;
    padding-top: 46px;
    position: relative
}

.fact-counter-area {
    background-attachment: scroll;
    background-position: top;
    background-size: cover;
    display: block;
    padding: 100px 0 50px;
    position: relative
}

.fact-counter-area:before {
    background: rgba(245, 245, 245, .7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fact-counter-area .wheel {
    bottom: 0;
    position: absolute;
    right: 30px;
    top: 0
}

.fact-counter-area .wheel .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.fact-counter-area .wheel img {
    width: auto
}

.single-fact-counter {
    overflow: hidden;
    padding-bottom: 41px
}

.single-fact-counter,
.single-fact-counter .icon-box {
    display: block;
    position: relative
}

.single-fact-counter .icon-box span:before {
    color: #222;
    font-size: 65px;
    line-height: 65px
}

.single-fact-counter .count-box {
    display: block;
    padding: 20px 0 11px;
    position: relative
}

.single-fact-counter .count-box h2,
.single-fact-counter .count-box span {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px
}

.single-fact-counter .title {
    display: block;
    position: relative
}

.single-fact-counter .title h3 {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px
}

.services-style1-area {
    background: #fff;
    display: block;
    position: relative
}

.services-style1-area .layer-outer {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 530px;
    left: 0;
    position: absolute;
    right: 0
}

.services-style1-area .layer-outer:before {
    background: rgba(15, 15, 15, .9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.services-style1-area .outer-container {
    margin: 0 auto;
    max-width: 1750px;
    padding: 0 15px;
    position: static
}

.single-service-style1 {
    display: block;
    position: relative
}

.single-service-style1 .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-service-style1 .img-holder img {
    transform: scale(1.01);
    transition: all .7s ease;
    width: 100%
}

.single-service-style1:hover .img-holder img {
    transform: scale(1.2)
}

.single-service-style1 .img-holder .title {
    bottom: 0;
    left: 0;
    padding: 29px 0 29px 40px;
    position: absolute;
    right: 80px;
    transform: perspective(400px) rotate(0deg);
    transform-origin: bottom;
    transition: all .5s linear;
    transition-delay: .1s;
    z-index: 1
}

.single-service-style1:hover .img-holder .title {
    transform: perspective(400px) rotateX(90deg);
    transition: all .5s linear;
    transition-delay: .1s
}

.single-service-style1 .img-holder .title:before {
    bottom: 0;
    content: "";
    left: -30px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1
}

.single-service-style1 .img-holder .title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.single-service-style1 .img-holder .overlay-content {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 0;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0.5);
    transition: all .7s linear;
    transition-delay: .1s
}

.single-service-style1:hover .img-holder .overlay-content {
    height: 100%;
    transform: scale(1);
    transition: all .5s linear;
    transition-delay: .1s
}

.single-service-style1 .img-holder .overlay-content .inner {
    display: block;
    padding: 0 50px 60px;
    position: relative
}

.single-service-style1 .img-holder .overlay-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 13px
}

.single-service-style1 .img-holder .overlay-content p {
    color: #fff;
    margin: 0
}

.single-service-style1 .img-holder .overlay-content .button {
    display: block;
    padding-left: 9px;
    padding-top: 30px;
    position: relative
}

.latest-project-style1-area {
    background-color: #fff;
    display: block;
    overflow: hidden;
    padding: 100px 0;
    position: relative
}

.latest-project-style1-area .bg-color {
    bottom: 0;
    left: 65%;
    position: absolute;
    top: 0;
    width: 50000px
}

.latest-project-style1-area .bg-color .inner {
    bottom: 0;
    left: 300px;
    position: absolute
}

.project-tabs {
    display: block;
    position: relative
}

.project-tabs .tab-button-column {
    padding-bottom: 57px
}

.project-tabs .tab-button-column,
.project-tabs .tab-buttons {
    display: block;
    overflow: hidden;
    position: relative
}

.project-tabs .tab-buttons .tab-btn {
    color: #222;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 60px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease
}

.project-tabs .tab-buttons .tab-btn:last-child {
    margin-right: 0
}

.project-tabs .tab-buttons .tab-btn.active-btn,
.project-tabs .tab-buttons .tab-btn:hover {
    text-decoration: underline
}

.project-tabs .tabs-content {
    display: block;
    overflow: hidden;
    position: relative
}

.project-tabs .tabs-content .tab {
    display: none;
    position: relative;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 10
}

.project-tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.single-project-style1-content {
    display: block;
    padding-right: 60px;
    position: relative
}

.single-project-style1-content .title {
    display: block;
    margin-top: 46px;
    padding-bottom: 74px;
    position: relative
}

.single-project-style1-content .title h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    padding-left: 40px;
    z-index: 2
}

.single-project-style1-content .title .counts {
    bottom: 0;
    color: #f5f5f5;
    font-size: 150px;
    font-weight: 700;
    left: 0;
    line-height: 50px;
    position: absolute;
    top: 0;
    z-index: -1
}

.single-project-style1-content .text {
    display: block;
    padding-bottom: 34px;
    position: relative
}

.single-project-style1-content .button {
    display: block;
    margin-left: 10px;
    padding-bottom: 43px;
    position: relative
}

.single-project-style1-content .project-social-share {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.project-social-share .title {
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.project-social-share .title h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px
}

.project-social-share .social-links {
    display: block;
    padding-left: 20px;
    position: relative
}

.project-social-share .social-links ul {
    overflow: hidden
}

.project-social-share .social-links ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative
}

.project-social-share .social-links ul li:last-child {
    margin-right: 0
}

.project-social-share .social-links ul li a {
    color: #222;
    display: block;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.project-slider {
    display: block;
    overflow: hidden;
    position: relative
}

.project-slider .pattern-bg {
    bottom: 0;
    height: 140px;
    left: -70px;
    position: absolute;
    width: 140px
}

.project-slider .project-carousel {
    display: block;
    padding-right: 40px;
    position: relative
}

.single-project-slide {
    border: 5px solid #ddd;
    display: block;
    position: relative
}

.single-project-slide .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-project-slide .img-holder img {
    width: 100%
}

.project-carousel .owl-dots {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 200px;
    padding: 30px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.project-carousel .owl-stage-outer {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

.project-carousel .owl-dots .owl-dot {
    background: #222;
    border: 0 solid #4c4c4c;
    border-radius: 0;
    display: block;
    height: 8px;
    margin: 10px 0;
    padding: 0;
    position: relative;
    transition: all .1s linear;
    transition-delay: .1s;
    width: 8px
}

.project-carousel .owl-dots .owl-dot span {
    display: none
}

.project-carousel .owl-dots .owl-dot.active {
    background: #fff
}

.project-carousel .owl-nav {
    right: 0;
    z-index: 10
}

.project-carousel .owl-nav span {
    display: block
}

.project-carousel .owl-nav {
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 20px;
    height: 200px;
    justify-content: space-between;
    position: absolute;
    right: -1px;
    top: 0;
    width: 40px;
    z-index: 1
}

.team-area {
    background-color: #fff;
    display: block;
    padding: 100px 0;
    position: relative
}

.team-area:before {
    background: #f2f2f2;
    content: "";
    height: 450px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.single-team-member {
    display: block;
    margin: 0 auto;
    max-width: 350px;
    position: relative;
    width: 100%
}

.single-team-member .img-holder {
    display: block;
    padding: 25px;
    position: relative
}

.single-team-member .img-holder:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.single-team-member:hover .img-holder:before {
    border-color: #d7d7d7;
    right: 165px;
    transition: .1s ease-out, .5s ease-out .2s
}

.single-team-member .img-holder .inner {
    display: block;
    overflow: hidden;
    position: relative
}

.single-team-member .img-holder .inner:before {
    background: rgba(28, 99, 184, .2);
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    z-index: 2
}

.single-team-member:hover .img-holder .inner:before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

.single-team-member:hover .overlay-style-one {
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all .7s cubic-bezier(0.62, 0.21, 0.45, 1.22)
}

.single-team-member .img-holder .inner img {
    transform: scale(1);
    transition: .3s ease-in-out;
    width: 100%
}

.single-team-member:hover .img-holder .inner img {
    transform: scale(1.05)
}

.team-social-links {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition: all .1s ease .1s;
    width: 50px;
    z-index: 2
}

.single-team-member:hover .team-social-links {
    opacity: 1;
    transform: translateX(0);
    transition: all .5s ease-in-out .2s
}

.team-social-links ul,
.team-social-links ul li {
    display: block;
    position: relative
}

.team-social-links ul li {
    margin: 0
}

.team-social-links ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 50px
}

.team-social-links ul li a:hover {
    color: #222
}

.single-team-member .title-holder {
    background: #f5f5f5;
    display: block;
    padding: 27px 30px 23px;
    position: relative;
    z-index: 1
}

.single-team-member .title-holder:before {
    background: #111;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all .5s linear;
    transition-delay: .1s;
    z-index: -1
}

.single-team-member:hover .title-holder:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg)
}

.single-team-member .title-holder p {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
    transition: all .5s linear;
    transition-delay: .1s
}

.single-team-member:hover .title-holder p {
    color: #fff;
    transition-delay: .2s
}

.single-team-member .title-holder h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0 0;
    text-transform: uppercase
}

.single-team-member .title-holder h3 a {
    color: #222;
    transition: all .5s linear;
    transition-delay: .1s
}

.single-team-member:hover .title-holder h3 a {
    color: #fff;
    transition-delay: .3s
}

.team-carousel.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #222
}

.team-area.style2:before {
    display: none
}

.appoint-area {
    background: #fff;
    padding: 0 0 100px
}

.appoint-area,
.car-image-box {
    display: block;
    position: relative
}

.car-image-box img {
    float: right;
    max-width: none
}

.appoint-box {
    display: block;
    position: relative
}

.appoint-box .sec-title {
    padding-bottom: 40px
}

.appoint-form,
.appoint-form .input-box {
    display: block;
    position: relative
}

.appoint-form .input-box {
    margin-bottom: 20px
}

.appoint-form input[type=email],
.appoint-form input[type=text],
.appoint-form textarea {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.appoint-form .icon-date {
    bottom: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.appoint-form textarea {
    height: 120px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px
}

.appoint-form input[type=email]:focus,
.appoint-form input[type=text]:focus,
.appoint-form textarea:focus {
    color: #222
}

.appoint-form input[type=text]::-webkit-input-placeholder {
    color: #777
}

.appoint-form input[type=text]:-moz-placeholder,
.appoint-form input[type=text]::-moz-placeholder {
    color: #777
}

.appoint-form input[type=text]:-ms-input-placeholder {
    color: #777
}

.appoint-form input[type=email]::-webkit-input-placeholder {
    color: #777
}

.appoint-form input[type=email]:-moz-placeholder,
.appoint-form input[type=email]::-moz-placeholder {
    color: #777
}

.appoint-form input[type=email]:-ms-input-placeholder {
    color: #777
}

.appoint-form textarea::-webkit-input-placeholder {
    color: #777
}

.appoint-form textarea:-moz-placeholder,
.appoint-form textarea::-moz-placeholder {
    color: #777
}

.appoint-form textarea:-ms-input-placeholder {
    color: #777
}

.appoint-form .bootstrap-select {
    display: block;
    position: relative
}

.appoint-form .bootstrap-select>.dropdown-toggle {
    background-color: #fff !important;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    box-shadow: none !important;
    color: #777 !important;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: normal;
    line-height: 48px;
    margin: 0;
    max-width: 100%;
    outline: none !important;
    padding: 0 20px;
    position: relative;
    text-transform: capitalize;
    width: 100%
}

.appoint-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important
}

.appoint-form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0
}

.appoint-form .bootstrap-select>.dropdown-toggle:after {
    border: none;
    color: #83888d;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.appoint-form .bootstrap-select .dropdown-menu {
    background: #f9f9f9;
    border: 0 solid #ddd;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0
}

.appoint-form .bootstrap-select .dropdown-menu li {
    border-bottom: 1px solid #d7d7d7;
    position: relative
}

.appoint-form .dropdown-item {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    color: #222;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    text-align: inherit;
    transition: all .5s ease;
    white-space: nowrap;
    width: 100%
}

.appoint-form .dropdown-item.active,
.appoint-form .dropdown-item:active,
.appoint-form .dropdown-item:hover {
    color: #747474
}

.appoint-form .button-box {
    display: block;
    height: 60px;
    padding-top: 10px;
    position: relative
}

.testimonial-style1-area {
    background: #fff;
    display: block;
    padding: 100px 0 0;
    position: relative
}

.testimonial-style1-area .layer-outer {
    bottom: 100px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.testimonial-style1-area .left-box {
    background: #3d3d3d;
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 45%
}

.testimonial-style1-area .right-box {
    background-attachment: scroll;
    background-position: top;
    background-size: cover;
    display: block;
    float: right;
    height: 100%;
    position: relative;
    width: 55%
}

.testimonial-quote-icon {
    left: -200px;
    position: absolute;
    top: 45px
}

.testimonial-quote-icon span:before {
    color: rgba(255, 255, 255, .1);
    font-size: 250px;
    line-height: 50px
}

.testimonial-outer-box {
    display: block;
    max-width: 70vw;
    padding: 70px 70px 62px;
    position: relative;
    width: 100%;
    z-index: 10;
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px
}

.testimonial-outer-box:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.testimonial-outer-box:after {
    bottom: 0;
    -webkit-box-shadow: 0 4px 7px 2px #e9e9e9;
    box-shadow: 0 4px 7px 2px #e9e9e9;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -2
}

.testimonial-outer-box .sec-title {
    padding-bottom: 40px
}

.single-testimonial-style1 {
    display: block;
    position: relative
}

.single-testimonial-style1 .top {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding-left: 140px;
    position: relative
}

.single-testimonial-style1 .top .img-box {
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 1
}

.single-testimonial-style1 .top .img-box:before {
    background: url(../img/background/testimonial-img-border.jpg);
    content: "";
    height: 116px;
    left: 24px;
    position: absolute;
    top: 24px;
    width: 116px;
    z-index: -1
}

.single-testimonial-style1 .top .img-box img {
    width: 100%
}

.single-testimonial-style1 .top .client-info {
    display: block;
    position: relative
}

.single-testimonial-style1 .top .client-info p {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0 0 12px
}

.single-testimonial-style1 .top .client-info h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 22px
}

.testimonial-social-links {
    display: block;
    position: relative
}

.testimonial-social-links ul {
    overflow: hidden
}

.testimonial-social-links ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    position: relative
}

.testimonial-social-links ul li:last-child {
    margin-right: 0
}

.testimonial-social-links ul li a {
    color: #222;
    display: block;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.single-testimonial-style1 .text-box {
    display: block;
    padding-bottom: 20px;
    padding-top: 59px;
    position: relative
}

.single-testimonial-style1 .text-box p {
    color: #777;
    font-size: 18px;
    line-height: 36px;
    margin: 0
}

.testimonial-carousel .owl-nav {
    bottom: -60px;
    height: 50px;
    position: absolute;
    right: -300px;
    width: 200px;
    z-index: 10
}

.testimonial-carousel .owl-nav span {
    display: block
}

.testimonial-carousel .owl-nav button.owl-prev {
    background: #fff;
    display: block;
    float: left;
    height: 50px;
    padding-bottom: 2px !important;
    padding-left: 20px !important;
    padding-top: 3px !important;
    position: relative;
    z-index: 1
}

.testimonial-carousel .owl-nav button.owl-prev:before {
    border-right: none;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 50px;
    z-index: -1
}

.testimonial-carousel .owl-nav button.owl-prev:hover:before {
    border-color: #f57326
}

.testimonial-carousel .owl-nav button.owl-next {
    background: #fff;
    display: block;
    float: right;
    height: 50px;
    padding-bottom: 2px !important;
    padding-right: 20px !important;
    padding-top: 3px !important;
    position: relative;
    z-index: 1
}

.testimonial-carousel .owl-nav button.owl-next:before {
    border-left: none;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 50px;
    z-index: -1
}

.testimonial-carousel .owl-nav button.owl-next:hover:before {
    border-color: #f57326
}

.testimonial-carousel .owl-nav button span {
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding-right: 8px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.testimonial-carousel .owl-nav button:hover span {
    color: #f57326
}

.testimonial-carousel .owl-nav button span.right {
    float: right;
    padding-left: 8px;
    padding-right: 0
}

.testimonial-carousel .owl-nav button p {
    display: inline-block;
    float: left;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    transition: all .2s linear;
    transition-delay: .1s
}

.testimonial-carousel .owl-nav button:hover p {
    color: #f57326
}

.latest-blog-area {
    background: #fff;
    display: block;
    padding-bottom: 60px;
    padding-top: 100px;
    position: relative
}

.single-blog-post {
    display: block;
    margin-bottom: 40px;
    position: relative
}

.single-blog-post .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-blog-post .img-holder:before {
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    z-index: 2
}

.single-blog-post:hover .img-holder:before {
    -webkit-animation: circle .75s;
    animation: circle .75s
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    to {
        height: 200%;
        opacity: 0;
        width: 200%
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    to {
        height: 200%;
        opacity: 0;
        width: 200%
    }
}

.single-blog-post .img-holder img {
    transform: scale(1.05);
    transition: .5s ease;
    width: 100%
}

.single-blog-post:hover .img-holder img {
    transform: scale(1)
}

.single-blog-post .img-holder .date-box {
    background: #f2f2f2;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
    z-index: 1
}

.single-blog-post .img-holder .date-box h3 {
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 14px 0 10px;
    position: relative;
    text-transform: uppercase
}

.single-blog-post .img-holder .date-box h3 span {
    font-size: 14px
}

.single-blog-post .img-holder .date-box .like {
    display: block;
    position: relative
}

.single-blog-post .img-holder .date-box .like p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin: 0
}

.single-blog-post .img-holder .date-box .like p span:before {
    display: inline-block;
    font-size: 14px;
    padding-right: 5px;
    position: relative;
    top: 1px
}

.single-blog-post:hover .overlay-style-one {
    opacity: 1;
    transform: scaleY(1) skew(0deg, 0deg);
    transition: all .7s cubic-bezier(0.62, 0.21, 0.45, 1.22)
}

.single-blog-post .text-holder {
    display: block;
    padding-top: 15px;
    position: relative
}

.single-blog-post .text-holder .meta-info {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative
}

.single-blog-post .text-holder .meta-info li {
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

.single-blog-post .text-holder .meta-info li:last-child {
    margin-right: 0;
    padding-right: 0
}

.single-blog-post .text-holder .meta-info li:before {
    background: #777;
    bottom: 0;
    content: "";
    height: 14px;
    margin: 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.single-blog-post .text-holder .meta-info li:last-child:before {
    display: none
}

.single-blog-post .text-holder .meta-info li span:before {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
    position: relative
}

.single-blog-post .text-holder .meta-info li a {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s linear;
    transition-delay: .1s
}

.single-blog-post .text-holder .blog-title {
    color: #222;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    position: relative
}

.single-blog-post .text-holder .blog-title a {
    color: #3d3d3d;
    transition: all .5s ease
}

.single-blog-post .text-holder .text {
    display: block;
    padding: 12px 0 30px;
    position: relative
}

.single-blog-post .text-holder .text p {
    margin-bottom: 14px
}

.single-blog-post .text-holder .button {
    display: block;
    line-height: 0;
    padding-left: 9px;
    position: relative;
}

.partner-area {
    display: block;
    margin-bottom: -100px;
    position: relative;
    z-index: 10
}

.partner-area.pdtop100 {
    padding-top: 100px
}

.partner-box {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 10px;
    position: relative;
    text-align: center;
    z-index: 1
}

.partner-box:before {
    background: #fff;
    bottom: 0;
    z-index: -1
}

.partner-box:after,
.partner-box:before {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.partner-box:after {
    -webkit-box-shadow: 0 -3px 10px 2px #f4f4f4;
    box-shadow: 0 -3px 10px 2px #f4f4f4;
    height: 50%;
    z-index: -2
}

.single-partner-logo-box {
    flex: 0 0 20%;
    margin-bottom: 40px;
    max-width: 20%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.single-partner-logo-box a {
    display: inline-block;
    position: relative
}

.single-partner-logo-box a img {
    opacity: .3;
    transition: all .2s ease-in-out .1s
}

.single-partner-logo-box:hover a img {
    opacity: 1;
    transition: all .8s ease-in-out .1s
}

.partner-area.style2 {
    margin-bottom: 0;
    margin-top: -60px
}

.partner-area.style2 .partner-box:after {
    -webkit-box-shadow: 0 3px 9px 2px #dfdfdf;
    box-shadow: 0 3px 9px 2px #dfdfdf;
    height: 100%
}

.partner-area.style3 {
    background: #fff;
    margin: 0;
    padding-bottom: 40px;
    padding-top: 25px
}

.partner-area.style3 .partner-box:after {
    display: none
}

.footer-area {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    z-index: 1
}

.footer-area:before {
    background-color: #3d3d3d;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.footer {
    display: block;
    padding: 120px 0 80px;
    position: relative
}

.footer.pdtop100 {
    padding-top: 100px
}

.single-footer-widget {
    display: block;
    overflow: hidden;
    position: relative
}

.single-footer-widget .title {
    display: block;
    margin-bottom: 45px;
    margin-top: -2px;
    padding-bottom: 18px;
    position: relative
}

.single-footer-widget .title:before {
    background: #aaa;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px
}

.single-footer-widget .title h3 {
    color: #ff904e;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize
}

.single-footer-widget .our-company-info {
    display: block;
    padding-right: 20px;
    position: relative
}

.single-footer-widget .our-company-info .footer-logo {
    display: block;
    padding-bottom: 23px;
    position: relative
}

.single-footer-widget .our-company-info .footer-logo a {
    display: inline-block
}

.single-footer-widget .our-company-info .text {
    display: block;
    padding-bottom: 29px;
    position: relative
}

.single-footer-widget .our-company-info .text p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.footer-social-links {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative
}

.footer-social-links .inner-title {
    display: block;
    position: relative
}

.footer-social-links .inner-title h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.footer-social-links .social-links {
    display: block;
    padding-left: 20px;
    position: relative
}

.footer-social-links .social-links ul {
    overflow: hidden
}

.footer-social-links .social-links ul li {
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-right: 15px;
    position: relative
}

.footer-social-links .social-links ul li:last-child {
    margin-right: 0
}

.footer-social-links .social-links ul li a {
    color: #fff;
    font-size: 16px;
    transition: all .2s linear;
    transition-delay: .1s
}

.single-footer-widget .latest-news {
    display: block;
    position: relative
}

.single-footer-widget .latest-news li {
    display: block;
    margin-bottom: 20px;
    min-height: 80px;
    padding-left: 115px;
    position: relative
}

.single-footer-widget .latest-news li:last-child {
    margin-bottom: 0
}

.single-footer-widget .latest-news li .img-box {
    height: 80px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 95px
}

.single-footer-widget .latest-news li .img-box img {
    max-width: 100%;
    width: max-content
}

.single-footer-widget .latest-news li:hover .img-box .overlay-style1 {
    left: 0;
    opacity: 1;
    transition: all .7s cubic-bezier(0.62, 0.21, 0.45, 1.22)
}

.single-footer-widget .latest-news li .img-box .overlay-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all .5s ease-in-out 0s;
    width: 100%;
    z-index: 2
}

.single-footer-widget .latest-news li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) rotate(0deg);
    transition: all .8s ease-in-out .5s
}

.single-footer-widget .latest-news li .img-box .overlay-content a {
    color: #fff;
    font-size: 20px;
    transition: all .2s linear;
    transition-delay: .1s
}

.single-footer-widget .latest-news li .title-box {
    display: block;
    position: relative
}

.single-footer-widget .latest-news li .title-box h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 12px
}

.single-footer-widget .latest-news li .title-box h4 a {
    color: #fff;
    transition: all .2s linear;
    transition-delay: .1s
}

.single-footer-widget .latest-news li .title-box p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin: 0
}

.single-footer-widget .latest-news li .title-box p span:before {
    display: inline-block;
    padding-right: 10px;
    position: relative
}

.single-footer-widget.margin-minus {
    margin-left: -5px;
    margin-right: -5px
}

.single-footer-widget .gallery {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    position: relative
}

.single-footer-widget .gallery li {
    display: inline-block;
    float: left;
    height: 80px;
    margin: 0 10px 20px;
    position: relative;
    width: 80px
}

.single-footer-widget .gallery li .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-footer-widget .gallery li .img-holder img {
    width: 100%
}

.single-footer-widget .gallery li:hover .img-holder .overlay-style1 {
    left: 0;
    opacity: 1;
    transition: all .7s cubic-bezier(0.62, 0.21, 0.45, 1.22)
}

.single-footer-widget .gallery li .img-holder .overlay-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all .5s ease-in-out 0s;
    width: 100%;
    z-index: 2
}

.single-footer-widget .gallery li:hover .img-holder .overlay-content {
    opacity: 1;
    transform: perspective(400px) rotate(0deg);
    transition: all .8s ease-in-out .5s
}

.single-footer-widget .gallery li .img-holder .overlay-content a {
    color: #fff;
    font-size: 20px;
    transition: all .2s linear;
    transition-delay: .1s
}

.single-footer-widget.marginleft {
    margin-left: 5px
}

.single-footer-widget .services-links {
    display: block;
    margin-top: -15px;
    position: relative
}

.single-footer-widget .services-links li {
    display: block;
    line-height: 40px;
    position: relative
}

.single-footer-widget .services-links li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.single-footer-widget .services-links.address li a {
    padding-left: 30px
}

.single-footer-widget .services-links.address li a:before {
    bottom: 0;
    font-family: "FontAwesome";
    content: "";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0
}

.footer-bottom,
.footer-bottom .outer-box {
    display: block;
    position: relative
}

.footer-bottom .outer-box {
    text-align: center
}

.copyright-text {
    display: block;
    padding: 25px 0;
    position: relative
}

.copyright-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0
}

.copyright-text p a {
    color: #f7f7f7;
    font-weight: 600;
    transition: all .5s ease
}

.main-slider-style2 {
    display: block;
    min-height: 1000px;
    position: relative
}

.main-slider-style2 .layer-outer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.main-slider-style2 .layer-outer .left-box {
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 35%
}

.main-slider-style2 .layer-outer .left-box:before {
    background-color: rgba(0, 0, 0, .9);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.main-slider-style2 .layer-outer .right-box {
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: right;
    height: 100%;
    position: relative;
    width: 65%
}

.header-style2,
.header-style2 .top {
    display: block;
    position: relative
}

.header-style2 .top {
    padding: 17px 20px 18px 40px
}

.header-style2 .top p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.header-style2 .top p span:before {
    display: inline-block;
    padding-right: 10px;
    position: relative
}

.header-style2 .bottom {
    background: #fff;
    padding: 0 40px
}

.header-style2 .bottom,
.header-style2 .bottom .left {
    display: block;
    position: relative
}

.header-style2 .bottom .left .logo {
    display: block;
    padding: 15px 0;
    position: relative
}

.header-style2 .bottom .left .logo a {
    display: inline-block
}

.header-style2 .bottom .right {
    display: block;
    position: relative
}

.outer-search-box-style1.style2 {
    padding-bottom: 30px;
    padding-right: 20px;
    padding-top: 30px
}

.cart-box.style2 {
    float: right;
    padding: 30px 10px
}

.slider-social-links {
    display: block;
    margin-top: 100px;
    position: relative;
    width: 100px;
    z-index: 10
}

.slider-social-links ul {
    overflow: hidden
}

.slider-social-links ul li {
    display: block;
    margin-bottom: 35px;
    position: relative;
    text-align: center
}

.slider-social-links ul li:last-child {
    margin-bottom: 0
}

.slider-social-links ul li a {
    color: #fff;
    font-size: 20px;
    transition: all .2s linear;
    transition-delay: .1s
}

.slider-social-links .border-box {
    display: block;
    height: 80px;
    margin: 40px auto 0;
    position: relative;
    width: 4px
}

.slider-box-style2 {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 300px
}

.slider-box-style2 .slide {
    display: block;
    overflow: hidden;
    position: relative
}

.slider-box-style2 .content {
    z-index: 10
}

.slider-box-style2 .auto-container {
    overflow: hidden;
    position: relative
}

.slider-box-style2 .content {
    display: block;
    max-width: 640px;
    opacity: 1;
    padding: 72px 30px 0 50px;
    position: relative;
    transform: translateY(100%);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    width: 100%;
    z-index: 1
}

.slider-box-style2 .active .content {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.slider-box-style2 .content:before {
    background: rgba(0, 0, 0, .8);
    bottom: 25px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.slider-box-style2 .content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px
}

.slider-box-style2 .content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    margin: 17px 0 31px
}

.slider-box-style2 .content p {
    color: #fff;
    margin: 0
}

.slider-box-style2 .content .btns-box {
    display: block;
    height: 50px;
    margin-left: 9px;
    margin-top: 70px;
    position: relative
}

.slider-box-style2 .owl-theme .owl-nav {
    bottom: -162px;
    position: absolute;
    right: 70px;
    width: 200px
}

.slider-box-style2 .owl-theme .owl-next span,
.slider-box-style2 .owl-theme .owl-prev span {
    display: block
}

.slider-box-style2 .owl-theme .owl-nav .owl-prev {
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100px;
    z-index: 1
}

.slider-box-style2 .owl-theme .owl-nav .owl-prev:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1
}

.slider-box-style2 .owl-theme .owl-nav .owl-prev:hover:before {
    background: rgba(0, 0, 0, .75)
}

.slider-box-style2 .owl-theme .owl-nav .owl-next {
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    height: 100px;
    line-height: 100px;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100px
}

.slider-box-style2 .owl-theme .owl-nav .owl-next:before {
    background: rgba(0, 0, 0, .75);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1
}

.mainmenu-area {
    display: block;
    margin-top: -150px;
    padding-left: 150px;
    position: relative
}

.mainmenu-area .video-holder-box.style2 {
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px
}

.video-holder-box.style2 .icon .inner a {
    height: 150px;
    width: 150px
}

.video-holder-box.style2 .icon .inner a span:before {
    color: #fff;
    font-size: 60px;
    line-height: 150px
}

.mainmenu-area .outer-box {
    display: block;
    max-width: 1200px;
    padding-bottom: 35px;
    position: relative;
    width: 100%
}

.mainmenu-area .outer-box .top {
    display: block;
    overflow: hidden;
    padding-bottom: 8px;
    padding-left: 40px;
    position: relative;
    top: -4px
}

.mainmenu-area .outer-box .top ul {
    overflow: hidden
}

.mainmenu-area .outer-box .top ul li {
    display: inline-block;
    float: left;
    line-height: 26px;
    margin-right: 40px;
    position: relative
}

.mainmenu-area .outer-box .top ul li:last-child {
    margin-right: 0
}

.mainmenu-area .outer-box .top ul li span:before {
    color: #fff;
    display: inline-block;
    padding-right: 10px;
    position: relative
}

.mainmenu-area .outer-box .top ul li a {
    color: #fff;
    font-size: 18px;
    transition: all .2s linear;
    transition-delay: .1s
}

.mainmenu-area .outer-box .bottom {
    background: #fff;
    display: block;
    padding-left: 40px;
    position: relative
}

.mainmenu-area .outer-box .bottom .left {
    display: block;
    position: relative
}

.mainmenu-area .outer-box .bottom .left .main-menu .navigation>li {
    margin-right: 55px
}

.mainmenu-area .outer-box .bottom .right {
    display: block;
    position: relative
}

.mainmenu-area .outer-box .bottom .right .button {
    display: block;
    margin-right: -15px;
    position: relative
}

.mainmenu-area .outer-box .bottom .right .button a {
    color: #fff;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
    padding: 0 60px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease-in-out .1s;
    z-index: 1
}

.mainmenu-area .outer-box .bottom .right .button a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1
}

.single-service-style1.style2 .img-holder .overlay-content {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    right: 0;
    top: auto;
    transform: scale(0.5);
    transition: all .5s linear;
    transition-delay: .1s
}

.single-service-style1.style2:hover .img-holder .overlay-content {
    opacity: 1;
    transform: scale(1);
    transition: all .5s linear;
    transition-delay: .2s
}

.single-service-style1.style2 .img-holder .overlay-content .inner {
    padding: 53px 50px 50px
}

.service-carousel.style2.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #222
}

.about-style2-area {
    display: block;
    position: relative
}

.about-style2-area .layer-outer,
.about-style2-area .layer-outer:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.about-style2-area .layer-outer:before {
    background: rgba(237, 237, 237, .95) none repeat scroll 0 0;
    content: ""
}

.about-style2-text-box {
    display: block;
    position: relative
}

.about-style2-text-box .sec-title {
    padding-bottom: 43px
}

.about-style2-text-box .inner-content {
    display: block;
    position: relative
}

.about-style2-text-box .inner-content h3 {
    font-family: Arimo, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.about-style2-text-box .inner-content .text {
    display: block;
    padding: 24px 0 34px;
    position: relative
}

.about-style2-text-box .inner-content .button {
    display: block;
    line-height: 0;
    margin-left: 9px;
    position: relative
}

.about-style2-right-box {
    display: block;
    position: relative
}

.about-style2-right-box ul {
    overflow: hidden
}

.about-style2-right-box ul li {
    background: #fff;
    display: block;
    margin-bottom: 30px;
    padding: 29px 40px 27px;
    position: relative;
    z-index: 1
}

.about-style2-right-box ul li:before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all .3s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1
}

.about-style2-right-box ul li:hover:before {
    opacity: 1
}

.about-style2-right-box ul li:after {
    background-color: #222;
    bottom: 0;
    content: "";
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all .9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    width: 10px;
    z-index: -1
}

.about-style2-right-box ul li:hover:after {
    opacity: 1;
    transform: scaleY(1)
}

.about-style2-right-box ul li:last-child {
    margin-bottom: 0
}

.about-style2-right-box ul li .inner {
    display: block;
    padding-left: 70px;
    position: relative
}

.about-style2-right-box ul li .inner .icon {
    left: 0;
    position: absolute;
    top: 5px
}

.about-style2-right-box ul li .inner .icon span:before {
    font-size: 70px;
    line-height: 70px;
    transition: all .7s ease .1s
}

.about-style2-right-box ul li:hover .inner .icon span:before {
    color: #fff;
    transition: all .7s ease .3s
}

.about-style2-right-box ul li .inner .text {
    display: block;
    padding-left: 30px;
    position: relative
}

.about-style2-right-box ul li .inner .text h3 {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 12px;
    transition: all .7s ease .1s
}

.about-style2-right-box ul li:hover .inner .text h3 {
    color: #fff;
    transition: all .7s ease .3s
}

.about-style2-right-box ul li .inner .text p {
    line-height: 26px;
    margin: 0;
    transition: all .7s ease .1s
}

.about-style2-right-box ul li:hover .inner .text p {
    color: #fff;
    transition: all .7s ease .5s
}

.about-style2-area.about-page {
    margin-top: -100px;
    padding-bottom: 100px;
    padding-top: 200px
}

.latest-project-style2-area {
    display: block;
    padding: 100px 0;
    position: relative
}

.project-menu-box {
    background: #fff;
    display: block;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative
}

.project-filter {
    display: block;
    position: relative;
    text-align: center
}

.project-filter li {
    display: inline-block;
    float: none;
    margin: 0 10px;
    position: relative
}

.project-filter li:first-child {
    margin-left: 0
}

.project-filter li:last-child {
    margin-right: 0
}

.project-filter li .filter-text {
    color: #222;
    cursor: pointer;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    text-transform: capitalize;
    transition: all .4s ease;
    z-index: 1
}

.project-filter li .filter-text:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0) skew(-20deg, 0deg);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all .4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: -1
}

.project-filter li.active .filter-text:before,
.project-filter li:hover .filter-text:before {
    transform: scaleX(1) skew(-20deg, 0deg)
}

.project-filter li .count {
    display: none
}

.project-filter li.active .filter-text,
.project-filter li:hover .filter-text {
    color: #fff
}

.single-project-style2 {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.single-project-style2 .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-project-style2 .img-holder img {
    transform: scale(1);
    width: 100%
}

.single-project-style2:hover .img-holder img {
    transform: scale(1.2) rotate(1deg)
}

.single-project-style2 .overlay-content {
    bottom: 20px;
    left: 20px;
    opacity: 1;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: translateY(0);
    transform: scale(0.5);
    transition: all .3s ease-in-out .5s;
    transition: all .5s linear;
    transition-delay: .1s
}

.single-project-style2:hover .overlay-content {
    opacity: 1;
    transform: scale(1);
    transition: all .3s linear;
    transition-delay: .1s
}

.single-project-style2 .overlay-content .box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: flex-end;
    opacity: 0;
    overflow: hidden;
    padding: 0 40px 47px;
    position: relative;
    transform: translateY(20px);
    transition: all .1s ease .1s;
    width: 100%
}

.single-project-style2:hover .overlay-content .box {
    opacity: 1;
    transform: translateX(0);
    transition: all .9s linear;
    transition-delay: .5s
}

.single-project-style2 .overlay-content .box ul {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative
}

.single-project-style2 .overlay-content .box ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative
}

.single-project-style2 .overlay-content .box ul li:last-child {
    margin-right: 0
}

.single-project-style2 .overlay-content .box ul li a {
    background: #fff;
    border-radius: 50%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 40px
}

.single-project-style2 .overlay-content .box ul li a:hover {
    background: #222;
    color: #fff
}

.single-project-style2 .overlay-content .box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 5px
}

.single-project-style2 .overlay-content .box p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    margin: 0
}

.latest-project-style2-area .button {
    display: block;
    line-height: 0;
    margin-top: 20px;
    position: relative
}

.work-process-area {
    background: #3d3d3d;
    display: block;
    overflow: hidden;
    padding: 100px 0 0;
    position: relative
}

.work-process-area .layer-outer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.work-process-area .layer-outer .left {
    left: 0;
    position: absolute;
    top: 0
}

.work-process-area .layer-outer .right {
    bottom: 0;
    position: absolute;
    right: 0
}

.work-process-area .sec-title {
    padding-bottom: 50px
}

.work-process-area .sec-title h1,
.work-process-area .sec-title h2 {
    color: #fff
}

.work-process-area .sec-title p {
    color: #fff;
    margin: 32px 0 0
}

.work-process-content {
    padding-bottom: 130px
}

.single-work-process {
    display: block;
    margin-bottom: 40px;
    position: relative
}

.single-work-process .icon-holder {
    border: 15px solid #333;
    border-radius: 50%;
    display: block;
    height: 300px;
    margin: 0 auto;
    position: relative;
    width: 300px
}

.single-work-process .icon-holder .number {
    border-radius: 50%;
    color: #fff;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    left: 15px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 30px
}

.single-work-process .icon-holder .number.bottom {
    bottom: -15px;
    left: auto;
    right: -15px;
    top: auto
}

.single-work-process .icon-holder .inner {
    border: 15px solid #eee;
    border-radius: 9%;
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.single-work-process .icon-holder .inner span:before {
    background: #fff;
    border-radius: 9%;
    display: block;
    font-size: 35px;
    height: 100%;
    line-height: 70px;
    position: relative;
    width: 100%
}

.single-work-process .text-holder {
    display: block;
    padding-top: 34px;
    position: relative
}

.single-work-process .text-holder h2,
.single-work-process .text-holder h3 {
    color: #ff904e;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 15px
}

.single-work-process .text-holder p {
    color: #fff;
    margin: 0
}

.work-process-area .border-box2 {
    bottom: 0;
    height: 80px;
    left: 0;
    margin: 0 auto;
    max-width: 1170px;
    position: absolute;
    right: 0;
    width: 100%
}

.work-process-area.style2 {
    background: #f2f8ff;
    padding: 100px 0 0
}

.work-process-area.style2 .sec-title {
    padding-bottom: 50px
}

.work-process-area.style2 .sec-title h1,
.work-process-area.style2 .sec-title h2 {
    color: #222
}

.work-process-area.style2 .sec-title p {
    color: #222;
    margin: 32px 0 0
}

.work-process-content.style2 {
    padding-bottom: 50px
}

.single-work-process.style2 .icon-holder .inner span:before {
    background: #222;
    color: #fff
}

.single-work-process.style2 .text-holder h3 {
    color: #222;
    font-weight: 600
}

.single-work-process.style2 .text-holder p {
    color: #777
}

.slogan-area {
    display: block;
    margin-top: -60px;
    position: relative;
    z-index: 10
}

.slogan-area .outer-container {
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
    width: 100%
}

.slogan-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 60px;
    position: relative;
    z-index: 1
}

.slogan-content:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.slogan-content:after,
.slogan-content:before {
    content: "";
    position: absolute;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1
}

.slogan-content:after {
    border: 2px dashed #fff;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px
}

.slogan-content .title {
    display: block;
    position: relative
}

.slogan-content .title h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

.slogan-content .button,
.slogan-content .button a {
    display: block;
    position: relative
}

.slogan-content .button a {
    color: #222;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 30px;
    text-transform: capitalize
}

.slogan-content .button a:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1
}

.slogan-area.style2 {
    display: block;
    margin: 0;
    padding: 20px 0;
    position: relative
}

.slogan-area.style2:before {
    -webkit-animation: bgSlideReverse 20s linear infinite;
    animation: bgSlideReverse 20s linear infinite;
    background: url(../images/shape/slogan-arrow-top.jpg);
    background-repeat: repeat-x;
    top: 0
}

.slogan-area.style2:after,
.slogan-area.style2:before {
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    right: 0
}

.slogan-area.style2:after {
    -webkit-animation: bgSlideReverse2 20s linear infinite;
    animation: bgSlideReverse2 20s linear infinite;
    background: url(../images/shape/slogan-arrow-bottom.jpg);
    background-repeat: repeat-x;
    bottom: 0
}

.slogan-area.style2 .slogan-content {
    padding: 30px 0
}

.slogan-area.style2 .slogan-content:after,
.slogan-area.style2 .slogan-content:before {
    display: none
}

.slogan-area.style2 .slogan-content .title h3 {
    font-size: 24px;
    line-height: 32px
}

.slogan-area.style2 .slogan-content .button-box {
    display: block;
    line-height: 0;
    padding-right: 10px;
    position: relative
}

.slogan-area.style2 .slogan-content .button-box .btn-one:before {
    background: #222
}

.pricing-table-area {
    background-color: #fff;
    display: block;
    padding: 100px 0 40px;
    position: relative
}

.pricing-table-area .row {
    margin-left: -25px;
    margin-right: -25px
}

.pricing-table-area .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px
}

.pricing-table-area .sec-title {
    display: block;
    padding-bottom: 91px;
    position: relative
}

.single-price-box {
    display: block;
    margin: 0 auto 107px;
    max-width: 370px;
    padding: 75px 50px 70px;
    position: relative;
    width: 100%;
    z-index: 10
}

.single-price-box:before {
    background: #fff;
    bottom: 0;
    -webkit-box-shadow: 0 -4px 7px 1px rgba(242, 242, 242, .7);
    box-shadow: 0 -4px 7px 1px rgba(242, 242, 242, .7);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all .4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1
}

.single-price-box:hover:before {
    box-shadow: none
}

.single-price-box:after {
    bottom: -15px;
    content: "";
    height: 50px;
    left: -10px;
    position: absolute;
    right: 10px;
    -moz-transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    z-index: -2
}

.single-price-box:hover:after {
    background: #222;
    z-index: -2
}

.single-price-box .top-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2
}

.single-price-box .top-icon span:before {
    color: rgba(0, 0, 0, .1);
    font-size: 70px;
    line-height: 70px
}

.single-price-box .title {
    display: block;
    padding-bottom: 20px;
    position: relative;
    z-index: 2
}

.single-price-box .title h2 {
    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 6px;
    text-transform: uppercase
}

.single-price-box .title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    transition: all .7s ease .1s
}

.single-price-box:hover .title h4 {
    color: #fff;
    transition: all .7s ease .3s
}

.single-price-box .value {
    display: block;
    position: relative;
    z-index: 2
}

.single-price-box .value h2 {
    font-family: Arimo, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    transition: all .7s ease .1s
}

.single-price-box:hover .value h2 {
    color: #fff;
    transition: all .7s ease .3s
}

.single-price-box .inner-box {
    display: block;
    position: relative;
    z-index: 2
}

.single-price-box .inner-box ul {
    display: block;
    padding: 30px 0 37px;
    position: relative
}

.single-price-box .inner-box ul li {
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    padding-left: 30px;
    position: relative;
    transition: all .7s ease .1s
}

.single-price-box:hover .inner-box ul li {
    color: #fff;
    transition: all .7s ease .3s
}

.single-price-box .inner-box ul li:before {
    bottom: 0;
    color: #222;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .7s ease .1s
}

.single-price-box:hover .inner-box ul li:before {
    color: #fff;
    transition: all .7s ease .3s
}

.single-price-box .inner-box .button {
    display: block;
    line-height: 0;
    padding-left: 10px;
    position: relative
}

.single-price-box:hover .inner-box .button .btn-one:before {
    background: #fff
}

.single-price-box:hover .inner-box .button .btn-one .icon {
    color: #222
}

.faq-content-area {
    background: #fff;
    display: block;
    position: relative
}

.faq-image-box {
    display: block;
    margin-right: 10px;
    position: relative
}

.faq-image-box img {
    float: right;
    max-width: none
}

.faq-content-area .patter-bg {
    bottom: 0;
    height: 208px;
    left: -5000px;
    position: absolute;
    right: 0
}

.faq-content-box {
    display: block;
    margin-left: -200px;
    margin-top: 100px;
    padding-bottom: 160px;
    padding-left: 70px;
    padding-top: 100px;
    position: relative;
    z-index: 10
}

.faq-content-box:before {
    background: #eee;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: -50000px;
    top: 0;
    z-index: -1
}

.faq-content-box .sec-title {
    padding-bottom: 50px
}

.faq-content-box.style2 {
    margin-left: -200px;
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 70px;
    padding-top: 100px
}

.faq-content-box.style2:before {
    background: url(../images/pattern/pattern-5.png);
    background-color: #eee;
    background-repeat: repeat
}

.latest-blog-area.style2 {
    display: block;
    position: relative
}

.single-blog-post.style2 .text-holder {
    padding-top: 25px
}

.single-blog-post.style2 .text-holder .meta-info {
    padding-bottom: 10px
}

.single-blog-post.style2 .img-holder .date-box {
    bottom: 20px;
    left: 20px;
    top: auto
}

.header-style-two {
    position: relative
}

.header-upper-style2 {
    background: #f5f5f5
}

.header-contact-info-style2,
.header-upper-left-style2,
.header-upper-style2 {
    display: block;
    position: relative
}

.header-contact-info-style2,
.header-contact-info-style2 ul {
    overflow: hidden
}

.header-contact-info-style2 ul li {
    border-left: 2px solid #ddd;
    color: #777;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 55px;
    padding: 0 30px;
    position: relative
}

.header-contact-info-style2 ul li a {
    color: #777;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.header-contact-info-style2 ul li span:before {
    color: #222;
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-right: 10px;
    position: relative;
    top: 1px
}

.header-upper-right-style2 {
    display: block;
    overflow: hidden;
    position: relative
}

.header-social-links {
    display: block;
    float: right;
    position: relative
}

.header-social-links ul {
    overflow: hidden
}

.header-social-links ul li {
    border-left: 2px solid #ddd;
    display: inline-block;
    float: left;
    position: relative
}

.header-social-links ul li:last-child {
    border-right: 2px solid #ddd
}

.header-social-links ul li a {
    color: #222;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    width: 50px
}

.header-lawer-style2,
.header-social-links ul li a {
    display: block;
    position: relative
}

.header-lawer-style2 .outer-box {
    background: #fff;
    display: block;
    padding-left: 50px;
    position: relative
}

.header-lawer-style2 .outer-box .logo {
    left: -288px;
    padding: 15px 0;
    position: absolute;
    top: 0
}

.header-lawer-style2 .outer-box .logo a {
    display: inline-block;
    position: relative
}

.header-lawer-left-style2 {
    display: block;
    position: relative
}

.main-menu.style3 .navigation>li>a {
    padding: 35px 0;
    text-transform: uppercase
}

.cart-box.style3 {
    display: inline-block;
    float: left;
    margin-right: 49px;
    padding: 30px 10px;
    position: relative
}

.header-lawer-right-style2 {
    display: block;
    position: relative
}

.outer-search-box-style1.style3 {
    display: block;
    float: right;
    padding: 0;
    position: relative
}

.outer-search-box-style1.style3 .seach-toggle {
    background: #222;
    border: 0 solid #000;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all .5s ease;
    width: 100px
}

.header-lawer-right-style2 .button {
    bottom: 0;
    padding: 35px 0;
    position: absolute;
    right: -300px;
    top: 0
}

.header-lawer-right-style2 .button a {
    color: #fff;
    display: inline-block;
    font-family: Arimo, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-transform: uppercase
}

.main-slider.style2 .slider-box {
    display: block;
    position: relative
}

.main-slider.style2 .slide {
    padding: 205px 0 310px
}

.main-slider.style2 .active .slide .image-layer {
    transition: all .8s ease-in-out .4s
}

.main-slider.style2 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, .6)
}

.main-slider.style2 .content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 24px;
    margin-top: 0;
    opacity: 0;
    position: relative;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s
}

.main-slider.style2 .active .content h2 {
    opacity: 1;
    transform: translateY(0);
    transition: all .4s ease-in-out .5s
}

.main-slider.style2 .content .text {
    margin-bottom: 50px;
    opacity: 0;
    position: relative;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s
}

.main-slider.style2 .active .content .text {
    opacity: 1;
    transform: translateY(0);
    transition: all .7s ease-in-out .7s
}

.main-slider.style2 .content .text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 0
}

.main-slider.style2 .content .btns-box {
    line-height: 0;
    opacity: 0;
    position: relative;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s
}

.main-slider.style2 .active .content .btns-box {
    opacity: 1;
    transform: translateY(0);
    transition: all .7s ease-in-out .9s
}

.call-to-action-area {
    display: block;
    margin-top: -70px;
    position: relative;
    z-index: 10
}

.call-to-action-area .inner-content {
    align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    width: 100%
}

.call-to-action-area .inner-content .single-box {
    display: block;
    position: relative;
    width: 30%
}

.call-to-action-area .inner-content .single-box.middle {
    width: 40%
}

.shopping-content-box {
    display: block;
    padding: 52px 25px 60px 30px;
    position: relative
}

.shopping-content-box .top-icon {
    position: absolute;
    right: 10px;
    top: 10px
}

.shopping-content-box .top-icon span:before {
    color: rgba(0, 0, 0, .1);
    font-size: 100px;
    line-height: 100px
}

.shopping-content-box .inner {
    display: block;
    position: relative;
    z-index: 1
}

.shopping-content-box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 32px;
    z-index: 10
}

.shopping-content-box p {
    color: #fff;
    margin: 0
}

.shopping-content-box .button {
    display: block;
    line-height: 0;
    margin-left: 9px;
    margin-top: 30px;
    position: relative
}

.shopping-content-box .button .btn-one:before {
    background: #fff
}

.shopping-content-box .button .btn-one .icon {
    color: #222
}

.call-back-box {
    display: block;
    padding: 0 50px;
    position: relative;
    z-index: 1
}

.call-back-box:before {
    background: #000;
    bottom: -50px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: -1
}

.call-back-box .bottom-icon {
    bottom: -30px;
    position: absolute;
    right: 20px
}

.call-back-box .bottom-icon span:before {
    color: rgba(255, 255, 255, .1);
    font-size: 100px;
    line-height: 100px
}

.call-back-box .sec-title {
    padding-bottom: 55px
}

.call-back-box .sec-title h2 {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 8px;
    top: -10px
}

.call-back-form,
.call-back-form .input-box {
    display: block;
    position: relative
}

.call-back-form .input-box {
    margin-bottom: 30px
}

.call-back-form input[type=email],
.call-back-form input[type=text] {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #464646;
    border-radius: 0;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    padding-left: 29px;
    padding-right: 29px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.call-back-form input[type=email]:focus,
.call-back-form input[type=text]:focus {
    color: #fff
}

.call-back-form input[type=text]::-webkit-input-placeholder {
    color: #777
}

.call-back-form input[type=text]:-moz-placeholder,
.call-back-form input[type=text]::-moz-placeholder {
    color: #777
}

.call-back-form input[type=text]:-ms-input-placeholder {
    color: #777
}

.call-back-form input[type=email]::-webkit-input-placeholder {
    color: #777
}

.call-back-form input[type=email]:-moz-placeholder,
.call-back-form input[type=email]::-moz-placeholder {
    color: #777
}

.call-back-form input[type=email]:-ms-input-placeholder {
    color: #777
}

.call-back-form .button-box {
    display: block;
    line-height: 0;
    padding-left: 9px;
    padding-top: 30px;
    position: relative
}

.vehicle-content-box {
    background: #fff;
    -webkit-box-shadow: 3px 3px 9px 0 rgba(222, 222, 222, .5);
    box-shadow: 3px 3px 9px 0 rgba(222, 222, 222, .5);
    display: block;
    padding: 52px 30px 60px;
    position: relative
}

.vehicle-content-box .bottom-icon {
    bottom: 20px;
    position: absolute;
    right: 10px
}

.vehicle-content-box .bottom-icon span:before {
    color: rgba(0, 0, 0, .1);
    font-size: 100px;
    line-height: 100px
}

.vehicle-content-box h2 {
    color: #222;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 42px;
    z-index: 10
}

.vehicle-content-box .single-item {
    display: block;
    position: relative
}

.vehicle-content-box .single-item p {
    color: #777;
    margin: 0
}

.vehicle-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 60px
}

.about-style3-area {
    display: block;
    padding: 150px 0 0;
    position: relative
}

.about-style3-area .shape {
    left: 0;
    position: absolute;
    top: 0
}

.about-style3-text-box,
.about-style3-text-box .title {
    display: block;
    position: relative
}

.about-style3-text-box .title {
    margin-top: -5px;
    padding-bottom: 40px
}

.about-style3-text-box .title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 14px;
    text-transform: uppercase
}

.about-style3-text-box .title h2 {
    color: #222;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px
}

.about-style3-tab-box {
    display: block;
    position: relative
}

.about-style3-tab-box .tab-button-column {
    display: block;
    overflow: hidden;
    padding-bottom: 32px;
    position: relative
}

.about-style3-tab-box .tab-buttons {
    display: block;
    overflow: hidden;
    padding-left: 9px;
    position: relative
}

.about-style3-tab-box .tab-buttons .tab-btn {
    color: #222;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    margin-right: 20px;
    padding: 0 30px;
    position: relative;
    text-transform: capitalize;
    transition: all .3s ease;
    z-index: 1
}

.about-style3-tab-box .tab-buttons .tab-btn:last-child {
    margin-right: 0
}

.about-style3-tab-box .tab-buttons .tab-btn:before {
    background: #d9d9d9;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all .2s linear;
    transition-delay: .1s;
    z-index: -1
}

.about-style3-tab-box .tab-buttons .tab-btn.active-btn,
.about-style3-tab-box .tab-buttons .tab-btn:hover {
    color: #fff
}

.about-style3-tab-box .tabs-content {
    display: block;
    overflow: hidden;
    position: relative
}

.about-style3-tab-box .tabs-content .tab {
    display: none;
    opacity: .5;
    position: relative;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 10
}

.about-style3-tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.about-style3-tab-box .tabs-content .inner-content {
    display: block;
    position: relative
}

.about-style3-tab-box .tabs-content .inner-content ul {
    display: block;
    padding-bottom: 28px;
    padding-top: 5px;
    position: relative
}

.about-style3-tab-box .tabs-content .inner-content ul li {
    color: #222;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 30px;
    position: relative
}

.about-style3-tab-box .tabs-content .inner-content ul li:before {
    bottom: 0;
    color: #d7d7d7;
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    left: 1px;
    position: absolute;
    top: 0;
    transition: all .2s linear;
    transition-delay: .1s
}

.about-style3-tab-box .tabs-content .inner-content .button {
    display: block;
    padding-left: 9px;
    position: relative
}

.about-style3-image-box {
    display: block;
    position: relative
}

.about-style3-image-box img {
    float: left;
    max-width: none
}

.fact-counter-style2-area {
    display: block;
    padding: 103px 0 105px;
    position: relative
}

.fact-counter-style2-area:before {
    background: rgba(0, 0, 0, .9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-fact-counter-style2 {
    display: block;
    margin-bottom: 40px;
    position: relative
}

.single-fact-counter-style2 .top {
    display: block;
    overflow: hidden;
    padding-bottom: 29px;
    position: relative
}

.single-fact-counter-style2 .top .icon-box {
    width: 80px
}

.single-fact-counter-style2 .top .icon-box span:before {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px
}

.single-fact-counter-style2 .top .count-box,
.single-fact-counter-style2 .top .icon-box {
    display: table-cell;
    vertical-align: middle
}

.single-fact-counter-style2 .top .count-box h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px
}

.single-fact-counter-style2 .title {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    z-index: 1
}

.single-fact-counter-style2 .title:before {
    border: 1px dashed #ebebeb;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1
}

.single-fact-counter-style2 .title h3 {
    color: #fff;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    position: relative
}

.services-style2-area {
    display: block;
    margin-top: -45px;
    padding: 0 0 100px;
    position: relative;
    z-index: 10
}

.services-style2-area .shape {
    bottom: 0;
    position: absolute;
    right: 0
}

.service-style2-left-content,
.video-holder-box-style3 {
    display: block;
    position: relative
}

.video-holder-box-style3 {
    max-width: 470px;
    width: 100%;
    z-index: 1
}

.video-holder-box-style3 .pattern-bg {
    background-position: top;
    background-size: auto;
    bottom: -100px;
    height: 470px;
    opacity: .3;
    position: absolute;
    right: -100px;
    width: 215px;
    z-index: -1
}

.video-holder-box-style3 img {
    width: 100%
}

.video-holder-box-style3 .icon {
    bottom: 60px;
    position: absolute;
    right: -60px
}

.video-holder-box-style3 .icon .inner {
    border: 15px solid rgba(255, 255, 255, .5);
    display: inline-block;
    height: 150px;
    position: relative;
    width: 150px
}

.video-holder-box-style3 .icon .inner a {
    border: 15px solid rgba(255, 255, 255, .7);
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.video-holder-box-style3 .icon .inner a span:before {
    color: #fff;
    display: block;
    font-size: 30px;
    height: 100%;
    line-height: 90px;
    position: relative;
    text-align: center;
    width: 100%
}

.service-style2-right-content {
    display: block;
    padding-left: 150px;
    padding-right: 50px;
    padding-top: 145px;
    position: relative
}

.service-style2-right-content .sec-title {
    padding-bottom: 32px
}

.service-style2-right-content .inner-conent {
    display: block;
    position: relative
}

.service-style2-right-content .inner-conent .text {
    display: block;
    padding-bottom: 19px;
    position: relative
}

.service-style2-right-content .inner-conent .text p {
    margin: 0
}

.service-style2-right-content .inner-conent ul {
    display: block;
    overflow: hidden;
    position: relative
}

.service-style2-right-content .inner-conent ul li {
    display: block;
    line-height: 36px;
    padding-left: 30px;
    position: relative
}

.service-style2-right-content .inner-conent ul li:before {
    bottom: 0;
    color: #222;
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    left: 1px;
    position: absolute;
    top: 0
}

.service-style2-right-content .inner-conent .button {
    display: block;
    line-height: 0;
    padding-left: 9px;
    padding-top: 29px;
    position: relative
}

.testimonial-style2-area {
    display: block;
    padding-top: 90px;
    position: relative
}

.testimonial-style2-area .layer-outer {
    background-attachment: scroll;
    background-position: top;
    background-size: cover;
    height: 600px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.testimonial-style2-area .layer-outer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.quote-content-box {
    display: block;
    padding: 0 0 100px;
    position: relative
}

.quote-content-box h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 22px
}

.quote-content-box p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0
}

.quote-content-box .button {
    display: block;
    line-height: 0;
    padding-top: 42px;
    position: relative
}

.quote-content-box .button .btn-one:before {
    background: #fff
}

.quote-content-box .button .btn-one .icon {
    color: #222
}

.testimonial-outer-box-style2 {
    display: block;
    max-width: 100%;
    padding: 70px 100px;
    position: relative;
    width: 100%;
    z-index: 10
}

.testimonial-outer-box-style2:before {
    background-attachment: scroll;
    background-color: #fff;
    background-image: url(../images/shape/shape-6.png);
    background-position: center 90px;
    background-repeat: no-repeat;
    background-size: auto;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.testimonial-outer-box-style2:after {
    bottom: 0;
    -webkit-box-shadow: 0 5px 10px 1px #f5f5f5;
    box-shadow: 0 5px 10px 1px #f5f5f5;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 220px;
    z-index: -2
}

.testimonial-outer-box-style2 .sec-title {
    padding-bottom: 40px
}

.single-testimonial-style2 {
    background: #fff;
    display: block;
    padding: 45px 30px 0;
    position: relative;
    z-index: 1
}

.single-testimonial-style2:before {
    border: 1px solid #ddd;
    border-radius: 15px;
    bottom: 60px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.single-testimonial-style2 .client-info {
    display: block;
    padding-bottom: 25px;
    position: relative
}

.single-testimonial-style2 .client-info p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 9px
}

.single-testimonial-style2 .client-info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.single-testimonial-style2 .text {
    display: block;
    position: relative
}

.single-testimonial-style2 .text p {
    margin: 0
}

.single-testimonial-style2 .rating-box {
    display: block;
    padding: 22px 0;
    position: relative
}

.single-testimonial-style2 .rating-box ul li {
    float: none;
    margin: 0 1px
}

.single-testimonial-style2 .img-box {
    display: block;
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 120px
}

.single-testimonial-style2 .img-box:before {
    background: url(../images/pattern/testimonial-img-border.jpg);
    content: "";
    height: 116px;
    left: 24px;
    position: absolute;
    top: 24px;
    width: 116px;
    z-index: -1
}

.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-stage-outer {
    display: block;
    padding-bottom: 20px;
    padding-top: 0;
    position: relative
}

.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav {
    left: 0;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%
}

.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] {
    height: 70px;
    width: 70px
}

.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next:before,
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev:before {
    color: #fff;
    font-size: 30px;
    line-height: 68px
}

.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next:after,
.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev:after {
    background-color: #222;
    border: 1px solid #222
}

.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    left: -135px;
    margin-top: -46px;
    position: absolute
}

.testimonial-carousel-style2.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 0;
    margin-top: -46px;
    position: absolute;
    right: -135px;
    transform: rotate(180deg)
}

.subscribe-area {
    background: #fff;
    display: block;
    padding: 88px 0 92px;
    position: relative;
    z-index: 1
}

.subscribe-area.pdtop0 {
    padding-top: 0
}

.subscribe-title {
    display: block;
    position: relative
}

.subscribe-title h2 {
    color: #222;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 0 21px
}

.subscribe-title p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0
}

.subscribe-area .subscribe-box {
    display: block;
    margin: 26px 0;
    position: relative
}

.subscribe-area .subscribe-form {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1
}

.subscribe-area .subscribe-form:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 13px;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all .3s ease-in-out .1s;
    z-index: -1
}

.subscribe-area .subscribe-form input[type=email] {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #777;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 70px;
    padding: 0 180px 0 40px;
    position: relative;
    transition: all .5s ease;
    width: 100%;
    z-index: 1
}

.subscribe-area .subscribe-form input::-webkit-input-placeholder {
    color: #777
}

.subscribe-area .subscribe-form input:-moz-placeholder,
.subscribe-area .subscribe-form input::-moz-placeholder {
    color: #777
}

.subscribe-area .subscribe-form input:-ms-input-placeholder {
    color: #777
}

.subscribe-area .subscribe-form button {
    border-radius: 0;
    bottom: 0;
    color: #fff;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 70px;
    position: absolute;
    right: 13px;
    text-transform: capitalize;
    top: 0;
    transition: all .3s ease .1s;
    width: 150px;
    z-index: 1
}

.subscribe-area .subscribe-form button:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1
}

.subscribe-area .subscribe-form input[type=email]:focus {
    color: #000
}

.subscribe-area .subscribe-form button:hover,
.subscribe-area .subscribe-form input[type=email]:focus+button {
    color: #fff
}

.subscribe-area.style2 {
    background: #f5f5f5;
    display: block;
    position: relative
}

.header-upper-style3 {
    padding: 15px 0
}

.header-upper-style3,
.header-upper-style3 .outer-box {
    display: block;
    overflow: hidden;
    position: relative
}

.header-contact-info-style3,
.header-upper-left-style3 {
    display: block;
    position: relative
}

.header-contact-info-style3,
.header-contact-info-style3 ul {
    overflow: hidden
}

.header-contact-info-style3 ul li {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 40px;
    position: relative
}

.header-contact-info-style3 ul li:last-child {
    margin-right: 0
}

.header-contact-info-style3 ul li a {
    color: #fff;
    transition: all .2s linear;
    transition-delay: .1s
}

.header-contact-info-style3 ul li span:before {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-right: 10px;
    position: relative;
    top: 1px
}

.header-upper-right-style3 {
    display: block;
    overflow: hidden;
    position: relative
}

.header-social-links-style2 {
    display: block;
    float: right;
    position: relative
}

.header-social-links-style2 ul {
    overflow: hidden
}

.header-social-links-style2 ul li {
    display: inline-block;
    float: left;
    margin-right: 40px;
    position: relative
}

.header-social-links-style2 ul li:last-child {
    margin-right: 0
}

.header-social-links-style2 ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.header-lawer-style3,
.header-lawer-style3 .outer-box {
    display: block;
    position: relative
}

.header-lawer-style3 .outer-box:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: -25px;
    position: absolute;
    right: 25px;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg)
}

.header-lawer-left-style3 {
    display: block;
    position: relative
}

.header-lawer-left-style3 .logo {
    display: block;
    padding: 15px 0;
    position: relative;
    z-index: 10
}

.header-lawer-left-style3 .logo a {
    display: inline-block
}

.header-lawer-left-style3 .nav-outer {
    display: block;
    float: left;
    padding-left: 25px;
    position: relative
}

.main-menu.style4 .navigation>li {
    margin-right: 1px
}

.main-menu.style4 .navigation>li>a {
    padding: 35px 20px;
    text-transform: uppercase;
    z-index: 1
}

.main-menu.style4 .navigation>li.current>a,
.main-menu.style4 .navigation>li:hover>a {
    color: #fff
}

.main-menu.style4 .navigation>li>a:before {
    display: none
}

.main-menu.style4 .navigation>li>a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(-20deg, 0deg) scaleX(0);
    transition: all .2s linear;
    transition-delay: .1s;
    z-index: -1
}

.main-menu.style4 .navigation>li.current>a:after,
.main-menu.style4 .navigation>li:hover>a:after {
    transform: skew(-20deg, 0deg) scaleX(1)
}

.main-menu.style4 .navigation>li>ul {
    left: -18px
}

.header-lawer-right-style3 {
    display: block;
    position: relative
}

.header-lawer-right-style3 .button {
    display: block;
    padding: 20px 0;
    position: relative
}

.header-lawer-right-style3 .button a {
    color: #fff;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease-in-out .1s;
    z-index: 1
}

.header-lawer-right-style3 .button a:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -1
}

.main-slider.style2.home4 .slide {
    padding: 366px 0 285px
}

.main-slider.style2.home4 .slide .image-layer:before {
    background-color: rgba(0, 0, 0, .8)
}

.main-slider.style2.home4 .content .btns-box {
    padding-left: 9px
}

.main-slider.style2.home4 .owl-theme .owl-nav {
    visibility: hidden
}

.call-to-action-area.style2 {
    margin-top: -300px
}

.call-to-action-area.style2 .inner-content {
    display: block;
    float: right;
    max-width: 470px;
    position: relative;
    width: 100%
}

.call-back-box.style2 {
    display: block;
    padding: 0 50px;
    position: relative
}

.call-back-box.style2:before {
    background: #fff;
    bottom: -70px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -70px;
    z-index: -1
}

.call-back-box.style2:after {
    bottom: -70px;
    -webkit-box-shadow: 0 5px 10px 1px #f5f5f5;
    box-shadow: 0 5px 10px 1px #f5f5f5;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 300px;
    z-index: -2
}

.call-back-box.style2 .bottom-icon {
    bottom: -30px;
    position: absolute;
    right: 20px
}

.call-back-box.style2 .bottom-icon span:before {
    color: rgba(0, 0, 0, .1);
    font-size: 100px;
    line-height: 100px
}

.call-back-box.style2 .sec-title {
    padding-bottom: 50px
}

.call-back-box.style2 .sec-title h2 {
    color: #222;
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 8px;
    top: -10px
}

.call-back-box.style2 .input-box {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.call-back-box.style2 input[type=email],
.call-back-box.style2 input[type=text] {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #464646;
    border-radius: 0;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    padding-left: 29px;
    padding-right: 29px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.call-back-box.style2 input[type=email]:focus,
.call-back-box.style2 input[type=text]:focus {
    color: #000
}

.call-back-box.style2 .button-box {
    display: block;
    line-height: 0;
    padding-left: 9px;
    padding-top: 20px;
    position: relative
}

.call-back-box.style2 .button-box .btn-one {
    color: #fff
}

.call-back-box.style2 .button-box .btn-one:after {
    background: #222
}

.engine-image {
    bottom: -60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.engine-image img {
    display: inline-block;
    margin-left: -100px;
    position: relative
}

.about-style4-area {
    background: #fff;
    display: block;
    padding: 170px 0 130px;
    position: relative
}

.about-style4-area.pdtop100 {
    padding-top: 100px
}

.about-style4-area .sec-title {
    padding-bottom: 50px
}

.about-style4-area .sec-title p {
    margin: 32px 0 0
}

.about-style4-content {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.about-style4-content:before {
    background: #f5f5f5;
    z-index: -1
}

.about-style4-content:after,
.about-style4-content:before {
    bottom: -115px;
    content: "";
    left: 130px;
    position: absolute;
    right: 0;
    top: 0
}

.about-style4-content:after {
    -webkit-box-shadow: 3px 3px 12px 0 #e0e0e0;
    box-shadow: 3px 3px 12px 0 #e0e0e0;
    z-index: -2
}

.about-style4-content .img-box {
    display: block;
    max-width: 640px;
    padding-left: 40px;
    position: relative;
    width: 100%
}

.about-style4-content .img-box:before {
    bottom: -100px;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    width: 40px
}

.project-count-box {
    bottom: -100px;
    height: 130px;
    left: 40px;
    padding: 27px 0;
    position: absolute;
    width: 250px
}

.project-count-box .icon {
    width: 90px
}

.project-count-box .icon span:before {
    color: #fff;
    font-size: 70px;
    line-height: 70px
}

.project-count-box .icon,
.project-count-box .text {
    display: table-cell;
    vertical-align: middle
}

.project-count-box .text h2 {
    display: block;
    position: relative
}

.project-count-box .text h2 span.timer {
    color: #fff;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    position: relative
}

.project-count-box .text h2 span:before {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    left: -2px;
    line-height: 30px;
    position: relative;
    top: -5px
}

.project-count-box .text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 5px 0 0
}

.about-style4-content .text-box {
    display: block;
    max-width: 510px;
    padding: 61px 50px 0;
    position: relative;
    width: 100%
}

.about-style4-content .text-box .icon {
    bottom: -90px;
    position: absolute;
    right: 50px
}

.about-style4-content .text-box .icon span:before {
    color: rgba(0, 0, 0, .1);
    font-size: 100px;
    line-height: 100px
}

.about-style4-content .text-box h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 30px
}

.about-style4-content .text-box p {
    margin: 0
}

.about-style4-content .text-box ul {
    display: block;
    overflow: hidden;
    padding-top: 27px;
    position: relative
}

.about-style4-content .text-box ul li {
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    padding-left: 30px;
    position: relative
}

.about-style4-content .text-box ul li:before {
    bottom: 0;
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .7s ease .1s
}

.about-style4-area.about-p1 {
    padding-top: 100px
}

.about-style4-area.about-p1 .about-style4-content:before {
    background: #fff;
    bottom: -115px
}

.about-style4-area.about-p1 .about-style4-content:after {
    bottom: -115px
}

.featured-area {
    background: #fff;
    display: block;
    padding: 100px 0 0;
    position: relative
}

.featured-area .layer-outer {
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 100px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.featured-area .layer-outer:before {
    background: rgba(0, 0, 0, .9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.qualified-professional-content {
    display: block;
    margin-left: 70px;
    max-width: 500px;
    padding: 80px 70px;
    position: relative;
    width: 100%;
    z-index: 1
}

.qualified-professional-content:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.qualified-professional-content:after {
    bottom: 0;
    -webkit-box-shadow: 3px 3px 15px 0 rgba(222, 222, 222, .8);
    box-shadow: 3px 3px 15px 0 rgba(222, 222, 222, .8);
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -2
}

.qualified-professional-content .sec-title {
    padding-bottom: 52px
}

.qualified-professional-content .inner-content {
    display: block;
    position: relative
}

.qualified-professional-content .inner-content .inner-text {
    display: block;
    padding-bottom: 39px;
    position: relative
}

.qualified-professional-content .inner-content .inner-text p {
    margin: 0
}

.progress-levels .progress-box {
    display: block;
    margin-bottom: 34px;
    position: relative
}

.progress-levels .progress-box.last-child {
    margin-bottom: 0
}

.progress-levels .progress-box .inner {
    display: block;
    position: relative
}

.progress-levels .progress-box .inner .text {
    color: #222;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 16px;
    margin: 0 0 17px;
    position: relative;
    text-transform: capitalize
}

.progress-levels .progress-box .bar {
    display: block;
    position: relative
}

.progress-levels .progress-box .bar .bar-innner {
    background: #e1e1e1;
    border-radius: 0;
    height: 4px;
    position: relative;
    width: 100%
}

.progress-levels .progress-box .bar .bar-fill {
    border-radius: 0;
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 2s ease .3s;
    width: 0
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    display: block;
    height: 25px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
    width: 40px;
    z-index: 1
}

.progress-levels .progress-box .inner .count-text,
.progress-levels .progress-box .inner .percent {
    color: #222;
    display: inline-block;
    float: none;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    position: relative
}

.progress-levels .progress-box .inner .percent {
    margin-left: -2px
}

.video-holder-box-style4 {
    display: block;
    padding-left: 30px;
    padding-top: 46px;
    position: relative
}

.video-holder-box-style4 .title {
    display: block;
    padding-bottom: 64px;
    position: relative
}

.video-holder-box-style4 .title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px
}

.video-holder-box-style4 .inner {
    display: block;
    position: relative
}

.video-holder-box-style4 .inner a {
    border-radius: 50%;
    display: block;
    height: 100px;
    position: relative;
    width: 100px
}

.video-holder-box-style4 .inner a span:before {
    color: #fff;
    display: block;
    font-size: 35px;
    line-height: 100px;
    position: relative;
    text-align: center
}

.video-holder-box-style4 .inner .left {
    width: 130px
}

.video-holder-box-style4 .inner .left,
.video-holder-box-style4 .inner .right {
    display: table-cell;
    vertical-align: middle
}

.video-holder-box-style4 .inner .right h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px
}

.latest-project-style3-area {
    background: #fff;
    padding: 100px 0 10px
}

.latest-project-style3-area,
.latest-project-style3-area .outer-container,
.project-style3-content {
    display: block;
    position: relative
}

.project-style3-content {
    padding-left: 130px
}

.project-style3-content .see-all-project {
    background: #f5f5f5;
    bottom: 0;
    left: 15px;
    position: absolute;
    top: 0;
    width: 100px
}

.project-style3-content .see-all-project .inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 60px;
    position: relative;
    text-orientation: mixed;
    width: 100%;
    writing-mode: vertical-rl
}

.project-style3-content .see-all-project .inner h3 {
    font-family: Arimo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.project-style3-content .see-all-project .button {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

.project-style3-content .see-all-project .button a {
    background: #222;
    color: #fff;
    display: block;
    font-size: 36px;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    width: 100px
}

.project-style3-content .inner-content {
    display: block;
    padding-right: 10px;
    position: relative
}

.single-project-style3 {
    display: block;
    position: relative
}

.single-project-style3 .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.single-project-style3 .img-holder img {
    transform: scale(1);
    width: 100%
}

.single-project-style3:hover .img-holder img {
    transform: scale(1.2) rotate(1deg)
}

.single-project-style3 .overlay-content {
    bottom: 0;
    left: 0;
    opacity: 1;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(0);
    transform: scale(0.5);
    transition: all .3s ease-in-out .5s;
    transition: all .5s linear;
    transition-delay: .1s
}

.single-project-style3:hover .overlay-content {
    opacity: 1;
    transform: scale(1);
    transition: all .3s linear;
    transition-delay: .1s
}

.single-project-style3 .overlay-content .box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: flex-end;
    opacity: 0;
    overflow: hidden;
    padding: 0 40px 47px;
    position: relative;
    transform: translateY(20px);
    transition: all .1s ease .1s;
    width: 100%
}

.single-project-style3:hover .overlay-content .box {
    opacity: 1;
    transform: translateX(0);
    transition: all .9s linear;
    transition-delay: .5s
}

.single-project-style3 .overlay-content .box ul {
    display: block;
    overflow: hidden;
    padding-bottom: 24px;
    position: relative
}

.single-project-style3 .overlay-content .box ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: relative
}

.single-project-style3 .overlay-content .box ul li:last-child {
    margin-right: 0
}

.single-project-style3 .overlay-content .box ul li a {
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    transition: all .2s linear;
    transition-delay: .1s;
    width: 40px
}

.single-project-style3 .overlay-content .box ul li a:hover {
    color: #fff
}

.single-project-style3 .overlay-content .box h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 10px
}

.single-project-style3 .overlay-content .box p {
    color: #bbb;
    font-size: 14px;
    line-height: 16px;
    margin: 0
}

.footer-area.style2 {
    background: #16232a
}

.single-footer-widget.style2 .title:before {
    background: #000
}

.footer-area.style2 .footer-social-links .social-links ul li a:hover,
.single-footer-widget.style2 .latest-news li .title-box h4 a:hover,
.single-footer-widget.style2 .services-links li a:hover {
    color: #000
}

.footer-bottom.style2 {
    background: #000
}

.breadcrumb-area {
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    z-index: 10
}

.breadcrumb-area:before {
    background: rgba(0, 0, 0, .8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.breadcrumb-area .inner-content {
    display: block;
    position: relative;
    text-align: center
}

.breadcrumb-area .title {
    display: block;
    position: relative
}

.breadcrumb-area .title h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-transform: uppercase
}

.breadcrumb-menu ul {
    display: block;
    overflow: hidden;
    padding-top: 14px;
    position: relative
}

.breadcrumb-menu ul li {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    padding: 0 3px;
    position: relative;
    text-transform: capitalize
}

.breadcrumb-menu ul li a {
    color: #fff
}

.services-style1-area.service-page {
    display: block;
    padding: 100px 0 60px;
    position: relative
}

.single-service-style1.marbtm40 {
    margin-bottom: 40px
}

#service-single-area {
    padding: 100px 0
}

#service-single-area,
.service-menu-box,
.service-sidebar,
.service-sidebar .single-sidebar-box {
    display: block;
    position: relative
}

.service-menu-box {
    margin-bottom: 50px
}

.service-menu-box ul {
    display: block;
    position: relative
}

.service-menu-box ul li,
.service-menu-box ul li a {
    display: block;
    position: relative;
    z-index: 1
}

.service-menu-box ul li a {
    background: #f3f3f3;
    border-bottom: 1px solid #fff;
    color: #222;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 35px;
    transition: all .3s linear;
    transition-delay: .1s
}

.service-menu-box ul li a:hover,
.service-menu-box ul li.active a {
    color: #fff;
    transition: all .3s linear;
    transition-delay: .3s
}

.service-menu-box ul li:last-child a {
    border-bottom: none
}

.service-menu-box ul li a i {
    color: #222;
    display: inline-block;
    float: right;
    font-size: 16px;
    line-height: 60px;
    position: relative;
    right: -7px;
    transition: all .3s linear;
    transition-delay: .1s;
    z-index: 1
}

.service-menu-box ul li a:hover i,
.service-menu-box ul li.active a i {
    color: #fff
}

.service-menu-box ul li a:before {
    background: #222;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    right: 11px;
    top: 0;
    transform: skew(-20deg, 0deg);
    transition: all .3s linear;
    transition-delay: .1s;
    width: 40px;
    z-index: 1
}

.service-menu-box ul li a:hover:before,
.service-menu-box ul li.active a:before {
    opacity: 1
}

.service-menu-box ul li a:after {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 22px;
    top: 0;
    transform: skew(-20deg, 0deg);
    transform-origin: bottom;
    transition: all .3s linear;
    transition-delay: .1s;
    z-index: -1
}

.service-menu-box ul li a:hover:after,
.service-menu-box ul li.active a:after {
    opacity: 1;
    transition: all .3s linear;
    transition-delay: .1s
}

.service-sidebar .single-sidebar-box .title {
    display: block;
    margin-top: -5px;
    padding-bottom: 23px;
    position: relative
}

.service-sidebar .single-sidebar-box .title h3 {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px
}

.brochures-box,
.brochures-box ul,
.brochures-box ul li {
    display: block;
    position: relative
}

.brochures-box ul li {
    margin-bottom: 20px
}

.brochures-box ul li:last-child {
    margin-bottom: 0
}

.brochures-box ul li a {
    color: #222;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 35px;
    position: relative;
    transition: all .3s linear;
    transition-delay: .1s;
    z-index: 1
}

.brochures-box ul li a:hover {
    color: #fff
}

.brochures-box ul li a span:before {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    top: 2px;
    transition: all .3s linear;
    transition-delay: .1s;
    width: 30px
}

.brochures-box ul li a:hover span:before {
    color: #fff
}

.brochures-box ul li a:after {
    border: 2px solid #222;
    bottom: 0;
    content: "";
    left: 12px;
    position: absolute;
    right: 12px;
    top: 0;
    transform: skew(-20deg, 0deg);
    transition: all .3s linear;
    transition-delay: .1s;
    z-index: -1
}

.sidebar-contact-box {
    display: block;
    margin-top: 50px;
    padding: 46px 20px 50px 30px;
    position: relative;
    z-index: 1
}

.sidebar-contact-box:before {
    background: rgba(57, 57, 57, .85) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.sidebar-contact-box h6 {
    color: #fff;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.sidebar-contact-box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    margin: 17px 0 15px
}

.sidebar-contact-box p {
    color: #fff;
    margin: 0
}

.sidebar-contact-box .button {
    line-height: 0;
    padding-left: 9px;
    padding-top: 30px
}

.sidebar-contact-box .button,
.single-service-content-box {
    display: block;
    position: relative
}

.single-service-content-box .img-box {
    display: block;
    overflow: hidden;
    position: relative
}

.single-service-content-box .img-box img {
    width: 100%
}

.single-service-content-box .text-box {
    display: block;
    padding-top: 42px;
    position: relative
}

.single-service-content-box .text-box h2 {
    color: #222;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 22px
}

.working-topics-content-box {
    display: block;
    padding-top: 34px;
    position: relative
}

.working-topics-content-box .img-holder {
    display: block;
    overflow: hidden;
    position: relative
}

.working-topics-content-box .img-holder img {
    transform: scale(1.01);
    transition: all .7s ease;
    width: 100%
}

.working-topics-content-box .img-holder:hover img {
    transform: scale(1.2)
}

.service-video-holder-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.service-video-holder-box .icon {
    align-content: center;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    position: relative;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    width: 100%
}

.service-video-holder-box:hover .icon {
    background: rgba(0, 0, 0, .7)
}

.service-video-holder-box .icon .inner a {
    color: #fff;
    font-size: 40px;
    line-height: 40px
}

.working-topics-content-box .text-holder {
    display: block;
    margin-top: -5px;
    position: relative
}

.working-topics-content-box .text-holder h3 {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 23px
}

.working-topics-content-box .text-holder ul {
    display: block;
    padding-top: 2px;
    position: relative
}

.working-topics-content-box .text-holder ul li {
    display: block;
    font-size: 15px;
    line-height: 36px;
    padding-left: 30px;
    position: relative
}

.working-topics-content-box .text-holder ul li:before {
    bottom: 0;
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .7s ease .1s
}

.works-process-box {
    display: block;
    padding-top: 100px;
    position: relative
}

.price-plan-box {
    padding-top: 50px
}

.price-plan,
.price-plan-box {
    display: block;
    position: relative
}

.price-plan {
    border-bottom: 2px solid #ddd
}

.price-plan .table {
    border-collapse: collapse;
    margin: 0;
    min-width: 800px
}

.price-plan thead tr th {
    border: none;
    color: #fff;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 600;
    min-width: 200px;
    padding: 0;
    padding: 15px 40px;
    text-transform: capitalize
}

.price-plan tbody {
    position: relative
}

.price-plan tbody:before {
    left: 0
}

.price-plan tbody:after,
.price-plan tbody:before {
    background: #ddd;
    bottom: 0;
    content: "";
    position: absolute;
    top: 60px;
    width: 2px
}

.price-plan tbody:after {
    right: 0
}

.price-plan tbody tr {
    border-bottom: 0 solid #ededed
}

.price-plan tbody tr td {
    border: 0 solid #ededed;
    min-width: 200px;
    padding: 20px 40px
}

.price-plan tbody tr:nth-child(2n) {
    background: #eee
}

.price-plan tbody tr td .single {
    position: relative
}

.price-plan tbody tr td .single h5 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.price-plan tbody tr td .single p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0
}

.team-page-area {
    display: block;
    padding: 100px 0 40px;
    position: relative
}

.team-page-area .row {
    margin-left: -25px;
    margin-right: -25px
}

.team-page-area .row [class*=col-] {
    padding-left: 25px;
    padding-right: 25px
}

.team-page-area .single-team-member {
    margin-bottom: 50px
}

.faq-page {
    display: block;
    padding: 100px 0 0;
    position: relative
}

.faq-page .sec-title {
    overflow: hidden;
    padding-bottom: 60px
}

.faq-page .sec-title p {
    margin: 22px 0 0
}

.faq-content-box-two .accordion-box {
    border-bottom: 1px solid #d7d7d7
}

.faq-content-box-two .accordion-box .accordion {
    margin-bottom: 0
}

.faq-content-box-two .accordion-box .accordion .accord-btn:after {
    border-right: 1px solid #d7d7d7;
    bottom: 0;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    line-height: 58px;
    right: auto;
    text-align: center;
    top: 0;
    transform: none;
    width: 60px
}

.faq-content-box-two .accordion-box .accordion .accord-btn {
    border: 1px solid #d7d7d7;
    border-bottom: none;
    padding: 16px 20px 16px 80px
}

.faq-content-box-two .accordion-box .accordion .accord-content {
    border: 1px solid #d7d7d7;
    border-bottom: none;
    padding: 0 20px 0 59px
}

.faq-content-box-two .accordion-box .accordion .accord-content .text {
    border-left: 1px solid #d7d7d7;
    display: block;
    padding: 22px 0 20px 20px;
    position: relative
}

form#faq-form {
    line-height: 0
}

.question-form,
.question-form .title {
    display: block;
    position: relative
}

.question-form .title {
    margin-top: -7px;
    padding-bottom: 50px
}

.question-form .title h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px
}

.question-form .title p {
    margin: 24px 0 0
}

.question-form form input[type=email],
.question-form form input[type=text],
.question-form form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #777;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-bottom: 40px;
    padding: 0 30px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.question-form form textarea {
    line-height: 20px;
    padding: 19px 30px
}

.question-form form button {
    line-height: 60px;
    margin-left: 11px;
    margin-top: 7px
}

.question-form form button.btn-one .icon {
    height: 60px;
    line-height: 60px
}

.error-page-area {
    background: #f2f3f4;
    display: block;
    overflow: hidden;
    padding: 148px 0 150px;
    position: relative
}

.error-content {
    display: block;
    position: relative;
    z-index: 3
}

.error-content h4 {
    color: #222;
    font-size: 14px
}

.error-content .title,
.error-content h4 {
    font-weight: 700;
    text-transform: uppercase
}

.error-content .title {
    display: block;
    font-size: 180px;
    line-height: 150px;
    margin: 17px 0 19px;
    position: relative
}

.error-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 32px
}

.error-content .button {
    line-height: 0
}

.appointment-area {
    display: block;
    padding: 100px 0;
    position: relative
}

.appointment-area .title {
    display: block;
    margin-top: -8px;
    max-width: 800px;
    padding-bottom: 40px;
    position: relative
}

.appointment-area .title h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px
}

.appointment-area .title p {
    color: #222;
    font-size: 18px;
    line-height: 36px;
    margin: 29px 0 0
}

.vehicle-year,
.vehicle-year .inner {
    display: block;
    position: relative
}

.vehicle-year .inner {
    padding-bottom: 50px
}

.vehicle-year .inner .left {
    display: block;
    position: relative
}

.vehicle-year .inner .left label.control-label {
    color: #222;
    font-family: Arimo, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0
}

.vehicle-year .inner .right {
    position: absolute;
    right: 0;
    top: 62px
}

.vehicle-year .inner .right input#j {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    padding: 0;
    position: relative;
    text-align: center;
    transition: none;
    width: 70px
}

.vehicle-year .ui-widget-content {
    background: #222;
    border: none;
    border-radius: 7px;
    height: 10px;
    margin: 0 100px 0 0;
    position: relative;
    text-align: left
}

.vehicle-year .ui-slider .ui-slider-range {
    background: #ddd
}

.vehicle-year .ui-slider-handle {
    background: #fff;
    border: 2px solid #333;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    margin-left: -1px;
    outline: medium none;
    position: absolute;
    width: 30px !important;
    z-index: 2
}

.vehicle-year .ui-slider-handle:before {
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 10px;
    left: 8px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 10px
}

.vehicle-year .ui-slider-horizontal .ui-slider-handle {
    top: -10px
}

.appointment-form,
.appointment-form form {
    display: block;
    position: relative
}

.appointment-form form .input-box {
    display: block;
    margin-bottom: 73px;
    position: relative
}

.appointment-form form .input-box .inner {
    display: block;
    position: relative
}

.appointment-form form .input-box h3 {
    color: #222;
    font-family: Arimo, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 32px
}

.appointment-form form .input-box .icon {
    background: #ddd;
    bottom: 0;
    color: #222;
    cursor: pointer;
    font-size: 20px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px
}

.appointment-form form input[type=text],
.appointment-form input[type=email],
.appointment-form textarea {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 0;
    color: red;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.appointment-form form textarea {
    border-radius: 0;
    height: 260px;
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 17px
}

.appointment-form form input[type=email]:focus,
.appointment-form form input[type=text]:focus,
.appointment-form form textarea:focus {
    border-color: #e8e3e3;
    color: #222
}

.appointment-form form input[type=text]::-webkit-input-placeholder {
    color: #aaa
}

.appointment-form form input[type=text]:-moz-placeholder,
.appointment-form form input[type=text]::-moz-placeholder {
    color: #aaa
}

.appointment-form form input[type=text]:-ms-input-placeholder {
    color: #aaa
}

.appointment-form form input[type=email]::-webkit-input-placeholder {
    color: #aaa
}

.appointment-form form input[type=email]:-moz-placeholder,
.appointment-form form input[type=email]::-moz-placeholder {
    color: #aaa
}

.appointment-form form input[type=email]:-ms-input-placeholder {
    color: #aaa
}

.appointment-form form textarea::-webkit-input-placeholder {
    color: #aaa
}

.appointment-form form textarea:-moz-placeholder,
.appointment-form form textarea::-moz-placeholder {
    color: #aaa
}

.appointment-form form textarea:-ms-input-placeholder {
    color: #aaa
}

.appointment-form form .button-box {
    display: block;
    line-height: 0;
    padding-left: 9px;
    position: relative
}

.appointment-form .bootstrap-select {
    display: block;
    position: relative
}

.appointment-form .bootstrap-select .dropdown-toggle {
    background-color: #fff !important;
    border: 1px solid #bbb;
    border-radius: 0;
    box-shadow: none !important;
    color: #aaa !important;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    letter-spacing: normal;
    line-height: 48px;
    margin: 0;
    max-width: 100%;
    outline: none !important;
    padding: 0 0 0 25px;
    position: relative;
    text-transform: capitalize;
    transition: none !important;
    width: 100%
}

.appointment-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important
}

.appointment-form .bootstrap-select .dropdown-menu li {
    display: block;
    position: relative
}

.appointment-form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0
}

.appointment-form .bootstrap-select>.dropdown-toggle:after {
    background: #ddd;
    border: none;
    color: #83888d;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px
}

.appointment-form .bootstrap-select .dropdown-menu {
    background: #f9f9f9;
    border: 0 solid #ddd;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0
}

.appointment-form .dropdown-item {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: Arimo, sans-serif;
    font-weight: 400;
    padding: 9px 25px;
    text-align: inherit;
    transition: all .5s ease;
    white-space: nowrap;
    width: 100%
}

.appointment-form .dropdown-item.active,
.appointment-form .dropdown-item:active,
.appointment-form .dropdown-item:hover {
    color: #222
}

.select-services-box {
    display: block;
    position: relative
}

.select-services-box h3 {
    color: #222;
    font-family: Arimo, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 32px
}

.select-services-box .single-box {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.select-services-box label {
    border: 1px solid #bbb;
    color: #aaa;
    cursor: pointer;
    display: block;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    margin-bottom: auto;
    padding-left: 70px;
    position: relative;
    width: 100%
}

.select-services-box input[type=checkbox] {
    display: none
}

.select-services-box input[type=checkbox]+label span {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    border-right: 1px solid #bbb;
    cursor: pointer;
    height: 50px;
    left: -1px;
    position: absolute;
    top: -1px;
    transition: all .3s ease;
    vertical-align: middle;
    width: 50px
}

.select-services-box label span:before {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    height: 100%;
    left: 0;
    line-height: 50px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .3s ease;
    width: 100%
}

.select-services-box input[type=checkbox]:checked+label span:before {
    opacity: 1
}

.appointment-form form .contact-details-box {
    display: block;
    padding-top: 42px;
    position: relative
}

.appointment-form form .contact-details-box h3 {
    color: #222;
    font-family: Arimo, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 32px
}

.appointment-form form .contact-details-box .input-box {
    margin-bottom: 30px
}

#blog-area {
    background: #fff;
    display: block;
    padding: 100px 0;
    position: relative
}

@media(max-width: 992px) {
    #blog-area {
        padding: 20px 0
    }
}

.single-blog-post.marbtm50 {
    margin-bottom: 50px
}

.single-blog-post.marbtm70 {
    margin-bottom: 70px
}

.styled-pagination {
    display: block;
    height: auto;
    position: relative;
    width: 100%
}

.styled-pagination li {
    display: inline-block;
    margin: 0 8px;
    position: relative
}

.styled-pagination li a {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #222;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    line-height: 48px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transition: all .5s ease;
    width: 50px;
    z-index: 1
}

.styled-pagination li a.active,
.styled-pagination li a:hover {
    color: #000
}

.styled-pagination li a:before {
    background: #ebebeb;
    border: 1px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    transition: all .3s ease-in-out .1s;
    z-index: -1
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    color: #fff;
    line-height: 48px
}

.styled-pagination li.next a:before,
.styled-pagination li.prev a:before {
    background-color: #222
}

.styled-pagination li.next a:hover,
.styled-pagination li.prev a:hover {
    color: #f5f5f5
}

.sidebar-wrapper {
    display: block;
    max-width: 370px;
    padding: 25px 20px 15px;
    position: relative;
    width: 100%
}

.sidebar-wrapper .pattern-bg {
    background-attachment: fixed;
    background-color: #f5f5f5;
    background-repeat: repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.sidebar-wrapper .single-sidebar {
    display: block;
    margin-bottom: 60px;
    position: relative
}

.sidebar-wrapper .single-sidebar.last-child {
    margin: 0
}

.sidebar-wrapper .single-sidebar .title {
    display: block;
    margin-bottom: 40px;
    margin-top: -5px;
    padding-bottom: 15px;
    position: relative
}

.sidebar-wrapper .single-sidebar .title:before {
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px
}

.sidebar-wrapper .single-sidebar .title h3 {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize
}

.sidebar-search-box {
    display: block;
    margin-bottom: 60px;
    position: relative
}

.sidebar-search-box form.search-form {
    display: block;
    position: relative;
    width: 100%
}

.sidebar-search-box .search-form input[type=text] {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    color: #aaa;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    letter-spacing: .1em;
    padding-left: 29px;
    padding-right: 70px;
    position: relative;
    transition: all .5s ease 0s;
    width: 100%
}

.sidebar-search-box .search-form button {
    border: 0 solid #e1e1e1;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 58px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all .5s ease 0s;
    width: 60px
}

.sidebar-search-box .search-form button i {
    font-size: 16px
}

.sidebar-search-box .search-form input[type=text]:focus {
    background: #f2f2f2;
    color: #000
}

.sidebar-search-box .search-form button:hover,
.sidebar-search-box .search-form input[type=text]:focus+button {
    color: #fff
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #aaa
}

.sidebar-search-box .search-form input:-moz-placeholder,
.sidebar-search-box .search-form input::-moz-placeholder {
    color: #aaa
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #aaa
}

.single-sidebar .categories {
    display: block;
    overflow: hidden;
    position: relative
}

.single-sidebar .categories li {
    background: #fff;
    border: 1px solid #eee;
    border-bottom: none;
    display: block;
    line-height: 50px;
    padding: 0 20px;
    position: relative
}

.single-sidebar .categories li:last-child {
    border-bottom: 1px solid #eee
}

.single-sidebar .categories li a {
    color: #666;
    display: block;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.single-sidebar .categories li a:before {
    bottom: 0;
    content: "";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .7s ease .1s
}

.single-sidebar .categories li a span {
    display: inline-block;
    float: right;
    position: relative
}

.single-sidebar .recent-posts {
    display: block;
    position: relative
}

.single-sidebar .recent-posts li {
    display: block;
    margin-bottom: 40px;
    min-height: 80px;
    padding-left: 100px;
    position: relative
}

.single-sidebar .recent-posts li:last-child {
    margin-bottom: 0
}

.single-sidebar .recent-posts li .img-box {
    height: 80px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px
}

.single-sidebar .recent-posts li .img-box img {
    width: 100%
}

.single-sidebar .recent-posts li .img-box .overlay-content {
    align-items: center;
    background: rgba(0, 0, 0, .9);
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: perspective(400px) rotate(90deg);
    transform-origin: top;
    transition: all .5s ease-in-out 0s;
    width: 100%;
    z-index: 2
}

.single-sidebar .recent-posts li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) rotate(0deg);
    transition: all .3s ease-in-out .3s
}

.single-sidebar .recent-posts li .img-box .overlay-content a {
    color: #fff;
    font-size: 20px;
    transition: all .2s linear;
    transition-delay: .1s
}

.single-sidebar .recent-posts li .title-box {
    display: block;
    padding-left: 20px;
    position: relative
}

.single-sidebar .recent-posts li .title-box h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 10px
}

.single-sidebar .recent-posts li .title-box h4 a {
    color: #222;
    transition: all .2s linear;
    transition-delay: .1s
}

.single-sidebar .recent-posts li .title-box p {
    color: #777;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 0
}

.single-sidebar .recent-posts li .title-box p span:before {
    display: inline-block;
    padding-right: 10px;
    position: relative
}

.single-sidebar .popular-tag {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
    position: relative
}

.single-sidebar .popular-tag li {
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
    position: relative
}

.single-sidebar .popular-tag li a {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    padding: 0 20px;
    position: relative;
    text-transform: capitalize;
    transition: all .4s ease-in-out .1s
}

.single-sidebar .popular-tag li a:hover {
    color: #fff
}

.blog-single-area .blog-post {
    display: block;
    position: relative
}

.blog-single-area .blog-post .single-blog-post.style2 {
    margin: 0
}

.blog-single-area .blog-post .single-blog-post .text-holder .blog-title {
    font-size: 30px;
    line-height: 42px
}

.blog-single-text-box {
    display: block;
    padding-bottom: 14px;
    padding-top: 2px;
    position: relative
}

.blog-single-text-box h3 {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 17px
}

.blog-single-image-box {
    display: block;
    position: relative
}

.blog-single-image-box .img-box {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.blog-single-image-box .img-box img {
    width: 100%
}

.blog-single-botton-text {
    display: block;
    padding-top: 2px;
    position: relative
}

.blog-single-botton-text p {
    margin: 0
}

.tag-social-share-box {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
    margin-top: 40px;
    overflow: hidden;
    position: relative
}

.tag-social-share-box .tag {
    display: block;
    padding-left: 50px;
    position: relative
}

.tag-social-share-box .tag .icon {
    background: #1c63b8;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px
}

.tag-social-share-box .tag .icon i {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 50px;
    position: relative;
    text-align: center
}

.tag-social-share-box .tag ul {
    display: block;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    position: relative
}

.tag-social-share-box .tag ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    position: relative
}

.tag-social-share-box .tag ul li:last-child {
    margin-right: 0
}

.tag-social-share-box .tag ul li a {
    color: #777;
    font-size: 15px;
    transition: all .2s linear;
    transition-delay: .1s
}

.tag-social-share-box .social-share {
    display: block;
    min-height: 50px;
    overflow: hidden;
    padding-left: 50px;
    position: relative
}

.tag-social-share-box .social-share .icon {
    background: #ebebeb;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px
}

.tag-social-share-box .social-share .icon i {
    color: #222;
    display: block;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    text-align: center
}

.tag-social-share-box .social-share .sociallinks {
    display: block;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    position: relative
}

.tag-social-share-box .social-share .sociallinks li {
    display: inline-block;
    float: left;
    margin-right: 25px;
    position: relative
}

.tag-social-share-box .social-share .sociallinks li:last-child {
    margin-right: 0
}

.tag-social-share-box .social-share .sociallinks li a {
    color: #777;
    font-size: 14px;
    transition: all .2s linear;
    transition-delay: .1s
}

.blog-single-author-box {
    border: 1px solid #ddd;
    display: block;
    margin-top: 50px;
    padding: 50px;
    position: relative
}

.blog-single-author-box .inner {
    display: block;
    padding-left: 150px;
    position: relative
}

.blog-single-author-box .inner .img-box {
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px
}

.blog-single-author-box .inner .img-box img {
    width: 100%
}

.blog-single-author-box .inner .text-box {
    display: block;
    min-height: 150px;
    padding-left: 30px;
    position: relative
}

.blog-single-author-box .inner .text-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 10px
}

.blog-single-author-box .inner .text-box p {
    margin: 0
}

.blog-single-author-box .inner .text-box .sociallinks {
    display: block;
    overflow: hidden;
    padding-top: 17px;
    position: relative
}

.blog-single-author-box .inner .text-box .sociallinks li {
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.blog-single-author-box .inner .text-box .sociallinks li:last-child {
    margin-right: 0
}

.blog-single-author-box .inner .text-box .sociallinks li a {
    color: #222;
    font-size: 16px;
    transition: all .2s linear;
    transition-delay: .1s
}

.blog-single-prev-next-button {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
    margin-top: 60px;
    min-height: 152px;
    padding: 0 40px;
    position: relative
}

.blog-single-prev-next-button:before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px
}

.blog-single-prev-next-button .prev {
    display: block;
    float: left;
    position: relative;
    width: 50%
}

.blog-single-prev-next-button .next {
    display: block;
    float: right;
    position: relative;
    width: 50%
}

.blog-single-prev-next-button .title-box {
    display: block;
    padding: 33px 0;
    position: relative
}

.blog-single-prev-next-button .title-box p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 14px
}

.blog-single-prev-next-button .title-box p a {
    color: #777;
    transition: all .2s linear;
    transition-delay: .1s
}

.blog-single-prev-next-button .title-box h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.blog-single-prev-next-button .title-box h3 a {
    color: #222;
    transition: all .2s linear;
    transition-delay: .1s
}

.comment-box {
    display: block;
    overflow: hidden;
    padding-bottom: 11px;
    padding-top: 51px;
    position: relative
}

.comment-box .title {
    display: block;
    padding-bottom: 30px;
    position: relative
}

.comment-box .title h3 {
    color: #222;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px
}

.comment-box .outer-box {
    border: 1px solid #ddd;
    border-bottom: none;
    display: block;
    position: relative
}

.comment-box .single-comment {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 50px;
    position: relative
}

.comment-box .single-comment-box {
    display: block;
    min-height: 100px;
    padding-left: 100px;
    position: relative
}

.comment-box .single-comment-box.marleft50 {
    margin-left: 50px
}

.comment-box .single-comment-box .img-holder {
    height: 100px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100px
}

.comment-box .single-comment-box .img-holder img {
    width: 100%
}

.comment-box .single-comment-box .text-holder {
    display: block;
    min-height: 100px;
    padding-left: 30px;
    position: relative
}

.comment-box .single-comment-box .text-holder .top {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative
}

.comment-box .single-comment-box .text-holder .top .name h3 {
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    position: relative
}

.comment-box .single-comment-box .text-holder .top .name h3 span.date {
    color: #999;
    display: inline-block;
    font-family: Arimo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
    position: relative
}

.comment-box .single-comment-box .text-holder .top .reply-button a {
    font-family: Arimo, sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: all .5s ease
}

.comment-box .single-comment-box .text-holder .top .reply-button a:hover {
    color: #222
}

.comment-box .single-comment-box .text-holder .text {
    display: block;
    padding-top: 10px;
    position: relative
}

.comment-box .single-comment-box .text-holder .text p {
    font-size: 14px;
    line-height: 30px;
    margin: 0
}

.add-comment-box {
    display: block;
    overflow: hidden;
    padding-top: 40px;
    position: relative
}

.add-comment-box .title {
    display: block;
    padding-bottom: 30px;
    position: relative
}

.add-comment-box .title h3 {
    color: #222;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px
}

.add-comment-box #add-comment-form input[type=email],
.add-comment-box #add-comment-form input[type=text],
.add-comment-box #add-comment-form textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 30px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.add-comment-box #add-comment-form textarea {
    border-radius: 0;
    height: 185px;
    margin-bottom: 20px;
    padding: 15px 30px
}

.add-comment-box #add-comment-form input[type=email]:focus,
.add-comment-box #add-comment-form input[type=text]:focus,
.add-comment-box #add-comment-form textarea:focus {
    border-color: #c7c2c2
}

.add-comment-box #add-comment-form .button-box {
    display: block;
    line-height: 0;
    padding-left: 9px;
    padding-top: 20px;
    position: relative
}

.contact-form-area {
    background-color: #fff;
    display: block;
    padding: 100px 0 70px;
    position: relative
}

.contact-form-area.pdtop0 {
    padding-top: 0
}

.contact-form form,
.contact-form form .input-box {
    display: block;
    position: relative
}

.contact-form form .input-box {
    margin-bottom: 30px
}

.contact-form form input[type=email],
.contact-form form input[type=tel],
.contact-form form input[type=text],
.contact-form form textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: red;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    transition: all .5s ease;
    width: 100%
}

.contact-form form textarea {
    border-radius: 0;
    height: 230px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 17px
}

.contact-form form input[type=email]:focus,
.contact-form form input[type=text]:focus,
.contact-form form textarea:focus {
    border-color: #e8e3e3;
    color: #222
}

.contact-form form input[type=text]::-webkit-input-placeholder {
    color: #777
}

.contact-form form input[type=text]:-moz-placeholder,
.contact-form form input[type=text]::-moz-placeholder {
    color: #777
}

.contact-form form input[type=text]:-ms-input-placeholder {
    color: #777
}

.contact-form form input[type=email]::-webkit-input-placeholder {
    color: #777
}

.contact-form form input[type=email]:-moz-placeholder,
.contact-form form input[type=email]::-moz-placeholder {
    color: #777
}

.contact-form form input[type=email]:-ms-input-placeholder {
    color: #777
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #777
}

.contact-form form textarea:-moz-placeholder,
.contact-form form textarea::-moz-placeholder {
    color: #777
}

.contact-form form textarea:-ms-input-placeholder {
    color: #777
}

.contact-form form .button-box {
    display: block;
    line-height: 0;
    padding-left: 9px;
    position: relative
}

.google-map-area {
    background: #fff;
    display: block;
    position: relative
}

.google-map-area .map-outer {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%
}

.google-map-area .map-outer .map-canvas {
    height: 600px;
    position: relative;
    width: 100%
}

.google-map-area .outer-container {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0
}

.contact-information-box {
    background: #fff;
    -webkit-box-shadow: 0 4px 7px 1px rgba(232, 232, 232, .7);
    box-shadow: 0 4px 7px 1px rgba(232, 232, 232, .7);
    display: block;
    float: right;
    height: 100%;
    max-width: 470px;
    padding: 76px 60px 53px;
    position: relative;
    width: 100%
}

.contact-information-box .title-box {
    display: block;
    padding-bottom: 44px;
    position: relative
}

.contact-information-box .title-box p {
    color: #777;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 8px
}

.contact-information-box .title-box h2 {
    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px
}

.contact-information-box .contact-us {
    display: block;
    position: relative
}

.contact-information-box .contact-us li {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.contact-information-box .contact-us li:last-child {
    margin-bottom: 0
}

.contact-information-box .contact-us li .icon {
    position: relative;
    top: 2px;
    width: 50px
}

.contact-information-box .contact-us li .icon i {
    font-size: 20px
}

.contact-information-box .contact-us li .icon i.phone {
    font-size: 30px
}

.contact-information-box .contact-us li .icon i.map {
    font-size: 30px;
    position: relative;
    top: 3px
}

.contact-information-box .contact-us li .icon,
.contact-information-box .contact-us li .text {
    display: table-cell;
    vertical-align: middle
}

.contact-information-box .contact-us li .text p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0
}

.contact-information-box .contact-us li .text a {
    color: #666;
    transition: all .2s linear;
    transition-delay: .1s
}

.contact-information-box .contact-us li .text a:hover {
    color: #000
}

.contact-information-box .follow-us {
    display: block;
    padding-top: 44px;
    position: relative
}

.contact-information-box .follow-us .text {
    display: block;
    padding-bottom: 17px;
    position: relative
}

.contact-information-box .follow-us .text h3 {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px
}

.contact-information-box .follow-us .social-links {
    display: block;
    position: relative
}

.contact-information-box .follow-us .social-links ul {
    overflow: hidden
}

.contact-information-box .follow-us .social-links ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative
}

.contact-information-box .follow-us .social-links ul li:last-child {
    margin-right: 0
}

.contact-information-box .follow-us .social-links ul li a {
    color: #222;
    display: block;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    transition: all .2s linear;
    transition-delay: .1s
}

.rtl .main-menu .navigation>li {
    float: right;
    margin-right: 50px
}

.rtl .main-menu .navigation>li:first-child {
    margin-right: 0
}

.rtl .main-menu .navigation>li:last-child {
    margin-right: 50px
}

.rtl .main-menu .navigation>li>ul {
    left: auto;
    right: 0
}

.rtl .main-menu .navigation>li>ul>li>a {
    text-align: right
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after,
.rtl .main-menu .navigation>li>ul>li>a:before {
    display: none
}

.rtl .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%
}

.rtl .main-menu .navigation>li>ul>li>ul>li>a {
    text-align: right
}

.rtl .main-menu .navigation>li>ul>li>ul>li a:before {
    display: none
}

.rtl .header-lawer-style2 .outer-box .logo {
    left: auto;
    right: -288px
}

.rtl .header-lawer-style2 .outer-box {
    padding-left: 0;
    padding-right: 50px
}

.rtl .outer-search-box-style1.style3 {
    float: left
}

.rtl .outer-search-box-style1 .search-box {
    left: 0;
    right: auto
}

.rtl .cart-box.style3 {
    float: right;
    margin-left: 10px;
    margin-right: 0;
    padding: 30px 10px
}

.rtl .header-lawer-right-style2 .button {
    left: -300px;
    right: auto
}

.rtl .header-social-links {
    float: left
}

.rtl .header-contact-info-style2 ul li {
    border-left: none;
    border-right: 2px solid #ddd;
    float: right
}

.rtl .header-contact-info-style2 ul li span:before {
    float: right;
    padding-left: 10px;
    padding-right: 0
}

.rtl .shopping-content-box {
    padding: 52px 30px 60px
}

.rtl .shopping-content-box .button {
    margin-left: 0;
    margin-right: 9px
}

.rtl .vehicle-carousel-rtl.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 60px
}

.rtl .vehicle-carousel-rtl.owl-nav-style-one.owl-theme .owl-nav {
    margin-left: 0;
    margin-right: 9px
}

.rtl .vehicle-carousel-rtl.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(180deg)
}

.rtl .vehicle-carousel-rtl.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 0;
    margin-right: 10px;
    transform: rotate(0deg)
}

.rtl .call-back-form .button-box {
    padding-left: 0;
    padding-right: 10px;
    text-align: right
}

.rtl .call-back-box .bottom-icon,
.rtl .shopping-content-box .top-icon,
.rtl .vehicle-content-box .bottom-icon {
    left: 20px;
    right: auto
}

.rtl .about-style3-tab-box .tab-buttons {
    padding-left: 0;
    padding-right: 9px
}

.rtl .about-style3-tab-box .tab-buttons .tab-btn {
    float: right;
    margin-left: 20px;
    margin-right: 0
}

.rtl .about-style3-tab-box .tab-buttons .tab-btn:last-child {
    margin-left: 0
}

.rtl .about-style3-image-box img {
    float: right
}

.rtl .about-style3-tab-box .tabs-content .inner-content ul li {
    padding-left: 0
}

.rtl .about-style3-tab-box .tabs-content .inner-content ul li:before {
    display: none
}

.rtl .about-style3-tab-box .tabs-content .inner-content .button {
    padding-left: 0;
    padding-right: 10px
}

.rtl .single-fact-counter-style2 .title {
    float: right
}

.rtl .single-fact-counter-style2 .top .icon-box {
    text-align: right;
    width: 80px
}

.rtl.services-style2-area .shape {
    left: 0;
    right: auto
}

.sec-title.rtl .border-box.left:after {
    margin: 0;
    right: 0
}

.rtl .service-style2-right-content .inner-conent ul li {
    padding-left: 0;
    padding-right: 30px
}

.rtl .service-style2-right-content .inner-conent ul li:before {
    left: auto;
    right: 1px;
    transform: rotateY(180deg)
}

.rtl .service-style2-right-content .inner-conent .button {
    padding-left: 0;
    padding-right: 9px
}

.rtl .single-footer-widget .title:before {
    left: auto;
    right: 0
}

.rtl .footer-social-links .social-links {
    padding-left: 0;
    padding-right: 20px
}

.rtl .single-footer-widget .latest-news li {
    padding-left: 0;
    padding-right: 80px
}

.rtl .single-footer-widget .latest-news li .img-box {
    left: auto;
    right: 0
}

.rtl .single-footer-widget .latest-news li .title-box {
    padding-left: 0;
    padding-right: 20px;
    text-align: right
}

.rtl .single-footer-widget .latest-news li .title-box p span:before {
    padding-left: 10px;
    padding-right: 0
}

.rtl .single-footer-widget .services-links li a {
    padding-left: 0;
    padding-right: 30px
}

.rtl .single-footer-widget .services-links li a:before {
    left: auto;
    right: 0;
    transform: rotate(180deg)
}

.rtl.scroll-top.style2 {
    left: 0;
    right: auto
}

#ui-datepicker-div.ui-widget-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    border-radius: 0;
    color: #252525;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    padding: 5px;
    width: 270px;
    z-index: 10 !important
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative
}

.ui-datepicker td a {
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
    color: #000 !important;
    text-align: center
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #333 !important;
    border: 1px solid #333 !important;
    color: #fff !important
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border-radius: 30%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    top: 7px;
    transition: all .5s ease;
    width: 20px
}

.ui-datepicker .ui-datepicker-next {
    right: 5px
}

.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
    background: #fff;
    border: none;
    top: 7px
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 .4em;
    width: 100%;
    z-index: 99999999
}

.ui-datepicker th {
    border: none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center
}

.ui-datepicker-calendar .ui-state-default:active,
.ui-datepicker-calendar .ui-state-default:hover {
    background: #43c3ea;
    border-color: #43c3ea;
    color: #fff
}

.single-work-process .icon-holder .inner span {
    display: block
}

.appoint-box fieldset {
    max-width: 100% !important
}

.appoint-box input {
    border: 1px solid #ddd;
    height: 60px;
    padding: 0 20px;
    width: 100%
}

.appoint-box textarea {
    border: 1px solid #ddd;
    height: 130px;
    margin-bottom: 20px;
    padding: 20px 25px;
    width: 100% !important
}

.appoint-box input.hs-button {
    background: #1c63b8;
    border: 0;
    color: #fff;
    padding: 11px 55px;
    width: auto
}

.appoint-box {
    margin-bottom: 30px
}

.contact-form fieldset {
    max-width: 100% !important
}

.contact-form form textarea {
    width: 100% !important
}

.contact-form .hs-button {
    background: #1c63b8;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    padding: 15px 60px
}

.container-fluid {
    padding: 0
}

.blog-comments form input,
.blog-comments form textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    font-family: Poppins, sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-weight: 400;
    height: 47px;
    line-height: 1.42857143;
    padding: 6px 12px;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    width: 100%
}

.blog-comments form textarea {
    height: 150px
}

.blog-comments .hs_recaptcha {
    float: left;
    width: 50%
}

.blog-comments .hs_submit.hs-submit input[type=submit] {
    background-color: #1c63b8;
    border-radius: 3px !important;
    color: #fff !important;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: auto;
    margin: 0 0 0 auto;
    padding: 16px 55px;
    width: auto
}

.blog-comments .hs_submit.hs-submit {
    float: right;
    text-align: right;
    width: 50%
}

.blog-comments form .hs-email,
.blog-comments form .hs-firstname,
.blog-comments form .hs-lastname,
.blog-comments form .hs-website {
    float: left;
    margin-bottom: 30px;
    padding-right: 10px;
    position: relative;
    width: 50%
}

.blog-comments form .hs-comment {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    width: 100%
}

.blog-comments {
    margin-top: 90px;
    position: relative
}

.blog-comments .group-title {
    font-size: 30px;
    margin-bottom: 20px
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #3d3d3d
}

::-webkit-scrollbar-thumb {
    background: #f57326;
    transition: all .4s ease-in-out
}

::-webkit-scrollbar-thumb:hover {
    background: #f4630e
}

#cookie-msg {
    width: 70%;
    margin-bottom: 40px
}

@media(max-width: 992px) {
    #cookie-msg {
        width: 100%;
        margin-bottom: 0
    }
}

#cookie-msg .btn-one.style2 {
    font-size: 13px;
    line-height: 40px
}

@media(max-width: 992px) {
    #cookie-msg .btn-one.style2 {
        font-size: 11px;
        line-height: 25px
    }
}

#cookie-msg .btn-one .icon {
    height: 40px
}

@media(max-width: 992px) {
    #cookie-msg .btn-one .icon {
        height: 10px
    }
}

.list-styled {
    margin-left: 8px;
    margin-bottom: 18px;
    padding-left: 16px
}

aside {
    padding-top: 25px
}

label {
    line-height: 20px;
    font-size: 14px
}

.h-115 {
    height: 115px !important
}

.h-200 {
    height: 200px !important
}

.cta {
    padding: 40px;
    background: #182a74
}

.cta h2,
.cta span {
    color: #fff
}

.cta h2 {
    font-size: 24px
}

.cta .btn-whatsapp {
    background-color: #25d366 !important;
    color: #fff !important;
    border: none !important;
    height: fit-content;
    transition: all .3s ease-in-out
}

.cta .btn-whatsapp:hover {
    box-shadow: 0 12px 24px rgba(37, 211, 102, .72)
}

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