

::-moz-selection {
    background: #7127ea;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #7127ea;
    color: #fff;
    text-shadow: none
}

::-moz-placeholder {
    color: #222429;
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: #222429;
    font-size: 14px;
    opacity: 1
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.z-index-1 {
    z-index: 1
}

.overflow-y-scroll {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.grey-bg {
    background: #f5f5f5
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #222429
}

.text-white a,.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6,.text-white li,.text-white p,.text-white span,.white-color {
    color: #fff
}

.theme-color {
    color: #7127ea
}

.black-color {
    color: #222429
}

.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width: 1200px
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    padding-right: var(--bs-gutter-x,15px);
    padding-left: var(--bs-gutter-x,15px)
}

.row {
    --bs-gutter-x: 30px
}

.g-2,.gx-2 {
    --bs-gutter-x: 5px
}

.pos-rel {
    position: relative
}

.sec-wrapper p {
    color: #a0a2a6
}

.sec-wrapper h5 {
    color: #fd914f;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 400
}

.sec-wrapper h5.white-color {
    color: #fff
}

.section-title {
    font-size:25px;
    letter-spacing: 1px;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .section-title {
        font-size:35px
    }
}

.section-title span {
    color: #fd914f
}

.basic-pagination ul li {
    display: inline-block;
    margin-right: 20px
}

@media(max-width: 767px) {
    .basic-pagination ul li {
        margin-right:5px
    }
}

.basic-pagination ul li.next a,.basic-pagination ul li.prev a {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    border: none
}

.basic-pagination ul li.next a:hover,.basic-pagination ul li.prev a:hover {
    color: #fd914f;
    background: inherit
}

.basic-pagination ul li.active a {
    color: #fff;
    background: #fd914f;
    border-color: #fd914f
}

.basic-pagination ul li a {
    position: relative;
    overflow: hidden;
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    border: 2px solid #eef0f6;
    color: #222429
}

.basic-pagination ul li a:hover {
    background: #fd914f;
    color: #fff;
    border-color: #fd914f
}

.link-btn {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-right: 21px;
    display: inline-block;
    text-transform: uppercase;
    font-family: Teko,sans-serif
}

.link-btn i {
    font-size: 14px;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.link-btn i:first-child {
    right: 10%;
    visibility: hidden;
    opacity: 0
}

.link-btn i:last-child {
    right: 0
}

.link-btn:hover {
    color: #fd914f
}

.link-btn:hover i:first-child {
    right: 0;
    visibility: visible;
    opacity: 1
}

.link-btn:hover i:last-child {
    right: -10%;
    visibility: hidden;
    opacity: 0
}

.link-btn.link-prev {
    padding-right: 0;
    padding-left: 21px
}

.link-btn.link-prev i:first-child {
    left: 10%;
    right: auto
}

.link-btn.link-prev i:last-child,.link-btn.link-prev:hover i:first-child {
    left: 0;
    right: auto
}

.link-btn.link-prev:hover i:last-child {
    left: -10%;
    right: auto
}

.body-overlay {
    background-color: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

.body-overlay:hover {
    cursor: pointer
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible
}

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

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

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

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

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

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 20px;
margin-top: 35px;
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

.pt-5 {
    padding-top: 5px!important
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pb-5 {
    padding-bottom: 5px!important
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

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

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-135 {
    padding-left: 135px
}

.pl-140 {
    padding-left: 140px
}

.pl-145 {
    padding-left: 145px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-160 {
    padding-left: 160px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-175 {
    padding-left: 175px
}

.pl-180 {
    padding-left: 180px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.pr-110 {
    padding-right: 110px
}

.pr-115 {
    padding-right: 115px
}

.pr-120 {
    padding-right: 120px
}

.pr-125 {
    padding-right: 125px
}

.pr-130 {
    padding-right: 130px
}

.pr-135 {
    padding-right: 135px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-160 {
    padding-right: 160px
}

.pr-165 {
    padding-right: 165px
}

.pr-170 {
    padding-right: 170px
}

.pr-175 {
    padding-right: 175px
}

.pr-180 {
    padding-right: 180px
}

.pr-185 {
    padding-right: 185px
}

.pr-190 {
    padding-right: 190px
}

.pr-195 {
    padding-right: 195px
}

.pr-200 {
    padding-right: 200px
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,20%,50%,80%,to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,20%,50%,80%,to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes shake {
    0%,to {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,to {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    to {
        opacity: 0;
        transform: scale(.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px) translateZ(0) rotateY(1turn) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    to {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    to {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    to {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }

    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0deg);
        opacity: 1
    }

    to {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    to {
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    to {
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    to {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }

    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0deg)
    }

    to {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

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

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

[data-overlay]:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1
}

[data-overlay=light]:before {
    background-color: #fff
}

[data-overlay=dark]:before {
    background-color: #222429
}

[data-overlay=theme]:before {
    background-color: #fd914f
}

[data-opacity="1"]:before {
    opacity: .1
}

[data-opacity="2"]:before {
    opacity: .2
}

[data-opacity="3"]:before {
    opacity: .3
}

[data-opacity="4"]:before {
    opacity: .4
}

[data-opacity="5"]:before {
    opacity: .5
}

[data-opacity="6"]:before {
    opacity: .6
}

[data-opacity="7"]:before {
    opacity: .7
}

[data-opacity="8"]:before {
    opacity: .8
}

[data-opacity="9"]:before {
    opacity: .9
}

iframe {
    height: 350px;
    width: 100%
}

.modal-body p {
    margin-bottom: 0
}

.modal-header {
    padding: 0;
    border: none;
    margin: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 99999
}

.modal-title {
    display: none
}

.modal-content {
    border: none;
    padding: 10px;
    padding-bottom: 0;
    background: transparent
}

.modal-dialog {
    max-width: 700px
}

.modal-content button.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url(/img/close.b249c96c.png) 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 1
}

.btn-close:hover {
    opacity: 1
}

.btn-close:focus {
    box-shadow: none
}

.mean-container a.meanmenu-reveal,.modal-footer {
    display: none
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block!important
}

.mean-container a.meanmenu-reveal {
    display: none!important
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: #222429;
    border-top: 1px solid #e9ebed;
    font-size: 18px;
    font-weight: 400;
    font-family: Teko,sans-serif;
    line-height: 1
}

.mean-container .mean-nav ul li a:hover {
    color: #fd914f
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0;
    height: 15px;
    line-height: 14px;
    border-bottom: none;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    color: #222429
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: #222429
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #222429
}

.logo-black {
    display: none
}

.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #222429;
    z-index: 99;
    animation: fadeInDown .3s ease-in-out 0s 1 normal none running;
    -webkit-animation: fadeInDown .3s ease-in-out 0s 1 normal none running;
    display: block;
    box-shadow: 0 10px 20px 0 rgba(8,0,42,.08)
}

.header-area.sticky-2 {
    background: #fff
}

.header-pad {
    padding: 0 65px
}

@media(min-width: 992px)and (max-width:1199px) {
    .header-pad {
        padding-left:0;
        padding-right: 0
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .header-pad {
        padding-top:20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .header-pad {
        padding-top:20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 767px) {
    .header-pad {
        padding-top:20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .header-pad-2 {
        padding-top:20px;
        padding-bottom: 20px
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .header-pad-2 {
        padding-top:20px;
        padding-bottom: 20px
    }
}

@media(max-width: 767px) {
    .header-pad-2 {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.header-transparent {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9
}

.logo img {
    width: 150px
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 25px;
    padding: 30px 0
}

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

.main-menu ul li>a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    position: relative;
    font-family: Teko,sans-serif;
    padding: 12px 0;
    display: inline-block
}

.main-menu ul li:hover>a {
    color: #fd914f
}

.main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 220px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.16);
    border-top: 4px solid #fd914f;
    padding: 20px 0 15px;
    transition: .3s;
    text-align: left
}

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

.main-menu ul li .sub-menu>li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

.main-menu ul li .sub-menu>li a {
    display: block;
    padding: 5px 24px;
    position: relative;
    color: #222;
    border-radius: 0;
    margin: 0 0;
    line-height: 24px
}

.main-menu ul li .sub-menu>li a.active,.main-menu ul li .sub-menu>li a:hover {
    color: #fd914f
}

.logo-border {
    position: relative;
    display: inline-block
}

.logo-border:before {
    position: absolute;
    content: "";
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 110px;
    background: hsla(0,0%,100%,.15);
    display: none
}

.header-social a {
    color: #fff;
    margin-left: 18px
}

.header-btn,.header-search {
    position: relative
}

.header-btn {
    margin-left: 35px
}

.header-search button {
    background: none;
    color: #fff;
    padding: 0;
    line-height: 1
}

.header-search:before {
    position: absolute;
    content: "";
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 110px;
    background: hsla(0,0%,100%,.15);
    display: none
}

.top-bar {
    border-bottom: 1px solid #ebeffc
}

.header-light .main-menu ul li>a {
    color: #595959
}

.header-light .main-menu ul li:hover>a {
    color: #fd914f
}

.header-light .header-search {
    margin-left: 25px
}

.header-light .header-search button,.header-light .header-social a {
    color: #595959
}

.header-info span {
    margin-right: 35px
}

.header-info span i {
    margin-right: 10px;
    color: #fd914f
}

.play-btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
    background-color: #222;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    text-align: center;
    color: #fff;
    padding-left: 3px;
    margin-left: 27px
}

.search__popup {
    position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 170px;
    background: #fff;
    z-index: 999;
    visibility: hidden;
    opacity: 0
}

.search__popup.opened {
    top: 0;
    visibility: visible;
    opacity: 1
}

.search__popup-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%
}

.search__popup-input input {
    width: 100%;
    height: 50px;
    outline: none;
    border: 0;
    border-bottom: 2px solid #c7ced4;
    padding: 0;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500
}

.search__popup-input input:focus {
    border-color: #222429
}

.search__popup-input input::-moz-placeholder {
    color: #d7d7d7
}

.search__popup-input input::placeholder {
    color: #d7d7d7
}

.search__popup-input button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    color: #222429;
    background: transparent
}

.search__popup-close {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.search__popup-close button {
    font-size: 18px;
    background: transparent
}

.search__popup-close button:hover {
    color: #222429
}

.sidebar-toggle-btn .line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 6px auto;
    transition: all .3s ease-in-out
}

.sidebar-toggle-btn-white .line {
    background: #fff
}

.sidebar-toggle-btn:hover {
    cursor: pointer
}

.sidebar-toggle-btn:hover .line {
    transform: rotate(-30deg)
}

.sidebar-toggle-btn:hover .line:first-child {
    width: 10px
}

.sidebar-toggle-btn:hover .line:nth-child(2) {
    width: 20px
}

.sidebar-toggle-btn-2 .line {
    background: #222429
}

.sidebar__area {
    position: fixed;
    right: -340px;
    top: 0;
    width: 320px;
    height: 100%;
    background: #fff none repeat scroll 0 0;
    overflow-y: scroll;
    box-shadow: -5px 0 20px -5px rgba(0,0,0,.5);
    transition: all .3s cubic-bezier(.785,.135,.15,.86);
    z-index: 9999
}

.sidebar__area.sidebar-opened {
    right: 0
}

.sidebar__wrapper {
    position: relative
}

.sidebar__close {
    top: 25px;
    right: 25px
}

.sidebar__close-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: transparent;
    color: #222429
}

.sidebar__close-btn:focus {
    color: #222429
}

.sidebar__search input {
    width: 100%;
    height: 50px;
    line-height: 20px;
    border-radius: 4px;
    background: #edeef3;
    outline: none;
    border: 1px solid #fff;
    font-size: 16px;
    padding: 25px 65px 20px 55px
}

.sidebar__search input::-moz-placeholder {
    color: #8c8faa
}

.sidebar__search input::placeholder {
    color: #8c8faa
}

.sidebar__search input:focus {
    border-color: #fd914f
}

.sidebar__search button {
    background: transparent;
    position: absolute;
    top: 15px;
    left: 24px
}

.sidebar__search button i:after {
    color: #222429;
    opacity: 1
}

.sidebar__search button i:before {
    color: #8c8faa
}

.sidebar__contact ul li {
    margin-bottom: 8px;
    display: flex
}

.sidebar__contact ul li .icon i {
    line-height: 27px;
    margin-right: 15px;
    color: #fd914f
}

.sidebar__contact ul li .text a,.sidebar__contact ul li .text span {
    color: #686777
}

.sidebar__contact ul li .text a:hover,.sidebar__contact ul li .text span:hover {
    color: #fd914f
}

@media(max-width: 991px) {
    #mobile-menu {
        display:none
    }
}

.side-mobile-menu {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -350px;
    visibility: hidden;
    opacity: 0;
    width: 300px;
    padding: 30px;
    height: 100%;
    background: #fff;
    z-index: 1020;
    transition: all .6s cubic-bezier(.785,.135,.15,.86);
    box-shadow: -5px 0 20px -5px rgba(0,0,0,.5)
}

.side-mobile-menu.active {
    right: 0;
    visibility: visible;
    opacity: 1
}

.sidebar__close {
    position: absolute;
    right: 0;
    top: 0
}

.mm-menu ul li.has-droupdown {
    color: #222429;
    cursor: pointer
}

.mm-menu ul li a {
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 14px;
    color: #222429;
    font-weight: 600;
    text-transform: uppercase;
    position: relative
}

.mm-menu ul li.has-droupdown.active>a {
    color: #222429
}

.mm-menu ul li.has-droupdown.active>a:after {
    transform: rotate(-135deg) translateY(-50%)
}

.mm-menu ul li.has-droupdown>a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: initial;
    right: 2px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    transition: all .3s ease-out
}

.mm-menu ul li.has-droupdown ul.sub-menu {
    padding-left: 0;
    list-style: none
}

.mm-menu ul li.has-droupdown ul.sub-menu li {
    padding-left: 15px
}

.mm-menu ul li {
    display: block
}

.mm-menu ul li.has-droupdown.active ul.sub-menu.active li a {
    height: 46px;
    visibility: visible;
    opacity: 1
}

.mm-menu ul li.has-droupdown ul.sub-menu li a {
    position: relative;
    padding: 0 0 0 15px;
    text-transform: capitalize;
    font-size: 13px;
    height: 0;
    line-height: 46px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.img-zoom {
    transform: scale(1);
    transition: 8s
}

.swiper-slide-active .img-zoom {
    transform: scale(1.12)
}

.slider-list {
    min-height: 950px;
    background: #ddd;
    position: relative
}

@media(min-width: 768px)and (max-width:991px) {
    .slider-list {
        min-height:700px
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .slider-list {
        min-height:700px
    }
}

@media(max-width: 767px) {
    .slider-list {
        min-height:700px
    }
}

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

.slider-bg {
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transform: scale(1)
}

.slider-bg,.slider-list:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slider-list:before {
    content: "";
    background-color: #222429;
    opacity: .6;
    z-index: 1
}

.slider-title {
    display: block;
    font-size: 140px;
    line-height: .85em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0
}

@media(min-width: 768px)and (max-width:991px) {
    .slider-title {
        font-size:90px
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .slider-title {
        font-size:80px
    }
}

@media(max-width: 767px) {
    .slider-title {
        font-size:60px
    }
}

.slider-sub-title {
    display: block;
    font-size: 24px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 25px
}

.slider-sub-title,.tp-btn {
    text-transform: uppercase;
    font-family: Teko,sans-serif
}

.tp-btn {
    position: relative;
    overflow: hidden;
    background: #fd914f;
    text-align: center;
    color: #222429;
    height: 60px;
    font-size: 18px;
    line-height: 64px;
    padding: 0 50px;
    border-radius: 8px;
    display: inline-block;
    letter-spacing: 1px;
    z-index: 1
}

.tp-btn:before {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all .55s cubic-bezier(.19,1,.22,1);
    width: 50px;
    z-index: -10
}

.tp-btn:hover {
    color: #222429
}

.tp-btn:hover:before {
    left: 120%;
    transition: all .55s cubic-bezier(.19,1,.22,1)
}

.slider-shape {
    height: 400px;
    width: 400px;
    position: absolute;
    border: 50px solid #fd914f;
    bottom: -200px;
    right: -100%;
    z-index: 1;
    border-radius: 8px;
    transition: 1.5s
}

@media(max-width: 767px) {
    .slider-shape {
        width:300px;
        height: 300px;
        border-width: 20px
    }
}

.swiper-slide-active .slider-shape {
    right: -200px
}

.slider-circle-shape {
    height: 350px;
    width: 350px;
    position: absolute;
    left: 125px;
    z-index: 1;
    border-radius: 50%;
    background: rgba(0,0,0,.4);
    top: 0;
    transition: .8s;
    transform: scale(0)
}

.slider-circle-shape-2 {
    left: -120px;
    top: -90px
}

.swiper-slide-active .slider-circle-shape {
    transform: scale(1)
}

.slider-shape-line {
    position: absolute;
    bottom: 120px;
    left: -100%;
    z-index: 2;
    background: #fd914f;
    height: 50px;
    width: 200px;
    border-radius: 0 8px 8px 0;
    transition: 1.5s
}

@media(max-width: 767px) {
    .slider-shape-line {
        height:20px;
        bottom: 40px
    }
}

.swiper-slide-active .slider-shape-line,.swiper-slide-active .slider-shape-line2 {
    left: 0
}

.slider-shape-line2 {
    position: absolute;
    bottom: 50px;
    left: -100%;
    z-index: 2;
    background: #fd914f;
    height: 50px;
    width: 100px;
    border-radius: 0 8px 8px 0;
    transition: 1.5s
}

@media(max-width: 767px) {
    .slider-shape-line2 {
        height:20px;
        bottom: 10px
    }
}

.swiper-button-prev.sp-arrow {
    left: 50px;
    right: auto
}

@media(min-width: 480px)and (max-width:767px) {
    .swiper-button-prev.sp-arrow {
        left:15px
    }
}

.swiper-button-next.sp-arrow {
    right: 50px;
    left: auto
}

@media(min-width: 480px)and (max-width:767px) {
    .swiper-button-next.sp-arrow {
        right:15px
    }
}

.sp-arrow:after {
    display: none
}

.sp-arrow {
    background: #fff;
    height: 60px;
    width: 60px;
    font-size: 20px;
    color: #222;
    border-radius: 8px;
    transition: all .3s ease-out 0s
}

.sp-arrow:hover {
    background: #fd914f;
    color: #fff
}

@media(max-width: 767px) {
    .sp-arrow {
        display:none
    }
}

.slider-height-2 {
    min-height: 770px
}

@media(min-width: 768px)and (max-width:991px) {
    .slider-height-2 {
        min-height:700px
    }
}

@media(max-width: 767px) {
    .slider-height-2 {
        min-height:500px
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .slider-text-2 {
        padding-left:125px
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .slider-text-2 {
        padding-left:115px
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .slider-text-2 .slider-title {
        font-size:100px
    }
}

.pre-formatted {
    white-space: pre
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

.swiper-slide-active .slider-text .slide-btn,.swiper-slide-active .slider-text h2,.swiper-slide-active .slider-text span {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.swiper-slide-active .slider-text span,.swiper-slide-active .slider__content-3 span {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.swiper-slide-active .slider-text h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.swiper-slide-active .slider-text .slide-btn {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.swiper-fade .swiper-slide {
    pointer-events: none
}

div.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: auto
}

.mservices {
    background: #fff;
    padding: 16px 70px;
    position: relative;
    border-radius: 8px
}

.mservices__icon {
    
	z-index: 9;
	position: relative;
}

.mservices__icon i {
    display: inline-block;
    color: #fd914f;
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1
}

.ms-title {
    color: #fff;
    font-size: 20px;
    margin: 0;
    position: relative;
    z-index: 2;
    font-weight: 400;
    text-transform: uppercase
}

.ms-line-shape {
    position: absolute;
    bottom: -15px;
    right: -15px;
    transition: .3s;
    z-index: 0;
    height: 30px;
    width: 30px;
    background: #2cc5ea;
}

.mservices:hover .ms-line-shape {
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0
}

.mservices:hover .ms-title,.mservices:hover .mservices__icon i {
    color: #222
}

.main-services .ddd {
    counter-reset: slides-num
}

.main-services .ddd .mservices {
    counter-increment: slides-num
}

.main-services .ddd .mservices:before {
    content: "0" counter(slides-num) "";
    position: absolute;
    right: 45px;
    top: 50px;
    font-size: 50px;
    line-height: 1em;
    color: #fff;
    opacity: .07;
    font-family: Teko,sans-serif;
    font-weight: 300
}

.kquality-icon {
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    background: #fd914f;
    border-radius: 50%;
    float: left;
    margin-right: 40px
}

@media(max-width: 767px) {
    .kquality-icon {
        float:inherit;
        margin-bottom: 30px
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .kquality-icon {
        margin-bottom:0;
        float: left
    }
}

.kquality-icon i {
    font-size: 55px;
    color: #fff;
    display: inline-block;
    margin-top: 10px
}

.kquality-text-title {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase
}

.kquality-text p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0
}

.kquality-img {
    position: relative;
    display: inline-block
}

.kquality-img img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

.kquality-img img:hover {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.kquality-img:after,.kquality-img:before {
    height: 100%;
    width: 10px;
    top: 0;
    left: 0;
    background: #fd914f;
    position: absolute;
    content: "";
    z-index: 1
}

.kquality-img:after {
    left: 10px;
    background: #fff
}

.service-title {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 400
}

.develop-wrapper .develop-thumb {
    margin-bottom: 35px
}

.develop-wrapper .develop-thumb img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

.develop-wrapper .develop-content {
    padding-right: 20px
}

@media(max-width: 767px) {
    .develop-wrapper .develop-content {
        padding-right:0
    }
}

.plan-content h4 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #070337
}

.plan-content p {
    margin-bottom: 35px
}

.plan-content li {
    list-style: none;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px
}

.plan-content li:before {
    position: absolute;
    content: "";
    font-family: Font Awesome\ 5 pro;
    top: 0;
    left: 0;
    color: #fd914f
}

.widget_categories {
    padding: 45px 30px 30px 35px;
    background: #f5f5f5
}

@media(min-width: 992px)and (max-width:1199px) {
    .widget_categories {
        padding:45px 40px 30px 40px
    }
}

@media(max-width: 767px) {
    .widget_categories {
        padding:30px 10px 15px 10px
    }
}

.widget_categories li {
    list-style: none;
    position: relative
}

.widget_categories li a {
    font-size: 16px;
    line-height: 26px;
    color: #686777;
    padding: 14px 20px;
    display: inline-block;
    transition: all .3s ease-out 0s
}

.widget_categories li:before {
    position: absolute;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    top: 12px;
    right: 20px;
    color: #fd914f;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out 0s
}

.widget_categories li:hover {
    background: #fff
}

.widget_categories li:hover:before {
    opacity: 1;
    visibility: visible
}

.bs-widget-title {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase
}

.widget-btn .theme-btn {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 0 40px
}

.mfbox {
    background: #1c1e22;
    padding: 60px 50px;
    position: relative;
    border-radius: 8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .3s cubic-bezier(.21,.6,.44,2.18)
}

.mfbox:before {
    background: #fd914f;
    height: 4px;
    width: 0;
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    border-radius: 8px 8px 0 0
}

.mfbox:hover {
    transform: translateY(-10px) translate3d(0,-10px,0)
}

.mfbox:hover:before {
    width: 100%;
    left: 0;
    right: auto
}

@media(min-width: 992px)and (max-width:1199px) {
    .mfbox {
        padding-left:30px;
        padding-right: 30px
    }
}

@media(max-width: 767px) {
    .mfbox {
        padding-left:20px;
        padding-right: 20px
    }
}

.mfbox.mfbox-white {
    background: #fff
}

.mfbox.mfbox-white .mf-title {
    color: #222429
}

.mfbox.mfbox-white .squire-btn:hover {
    background: #222429;
    color: #fff
}

.mfbox__icon {
    line-height: 1
}

.mfbox__icon i {
    color: #fd914f;
    font-size: 70px
}

.mf-title {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.mfbox__text p {
    margin: 0;
    color: #a0a2a6
}

.mf-shape {
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #686e7c;
    z-index: 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
}

.mf-btn,.mf-shape {
    position: absolute;
    right: 0;
    opacity: 0
}

.mf-btn {
    bottom: -25px;
    left: 0;
    transition: .3s;
    transform: scale(.5);
    visibility: visible
}

.squire-btn {
    width: 50px;
    height: 50px;
    background: #fd914f;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    color: #222;
    display: inline-block;
    font-size: 25px;
    line-height: 52px;
    border-radius: 8px
}

.squire-btn:hover {
    color: #222;
    background: #fff
}

.mfbox:hover .mf-btn {
    transform: scale(1);
    opacity: 1;
    visibility: visible
}

.ab-img img {
    width: 100%
}

.img-filter img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

.img-filter:hover img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.ab-img {
    margin-bottom: 5px;
    position: relative
}

.ab-icon {
    margin-right: 25px
}

.ab-icon i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #ffebde;
    font-size: 30px;
    color: #222;
    transition: all .3s ease-out 0s;
    border-radius: 8px;
    padding-top: 5px;
    padding-left: 5px
}

.ab-item-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    position: relative;
    top: -2px
}

.ab-since {
    color: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 60px 10px;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 175px;
    top: 50%;
    transform: translateY(-50%)
}

.ab-since,.ab-since:before {
    position: absolute;
    left: 0;
    background: #fd914f
}

.ab-since:before {
    content: "";
    height: 40px;
    width: 40px;
    top: -24px;
    border-radius: 0 50px 0 0;
    display: none
}

.ab-since h4 {
    margin: 0;
    font-weight: 500;
    font-size: 25px
}

.abs-icon i {
    font-size: 35px;
    color: #fd914f
}

.abs-item-title {
    font-size: 22px;
    font-weight: 400
}

.ab-line-shape {
    height: 30px;
    width: 100%;
    background: #fd914f;
    border-radius: 8px
}

.abs-img img {
    width: 100%;
    border-radius: 10px
}

@media(min-width: 768px)and (max-width:991px) {
    .ab-box {
        padding-left:0;
        padding-right: 100px
    }
}

@media(max-width: 767px) {
    .ab-box {
        padding-left:0
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .abs-images-2 {
        padding-left:0
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .abs-images-2 {
        padding-left:0
    }
}

@media(max-width: 767px) {
    .abs-images-2 {
        padding-left:0
    }
}

.single-couter {
    line-height: 1
}

.fact-icon {
    background: #1c1e22;
    height: 100px;
    width: 100px;
    display: inline-block;
    line-height: 113px;
    border-radius: 50px;
    margin-bottom: 15px;
    position: relative
}

.fact-icon i {
    font-size: 44px;
    color: #fd914f;
    position: relative;
    z-index: 2
}

.single-couter:hover .fact-icon i {
    color: #222
}

.fact-icon:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(0);
    background: #fd914f;
    z-index: 1;
    transition: all .3s ease-out 0s
}

.single-couter:hover .fact-icon:before {
    transform: translate(-50%,-50%) scale(1)
}

.counter-box h2 {
    font-weight: 400;
    color: #fff;
    font-size: 75px;
    margin-top: 12px
}

.single-couter h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.tpteam__img {
    position: relative
}

.tpteam__img img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 8px
}

.tpteam:hover .tpteam__img img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.tpteam__social {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background: #fd914f;
    display: inline-block;
    padding: 16px 12px;
    margin-left: 30px;
    margin-right: 30px;
    transform: scale(.9);
    transition: .3s
}

.tpteam__social a {
    color: #222;
    font-size: 14px;
    margin: 0 6px
}

.tpteam__text {
    padding-top: 25px
}

.tpteam-title {
    font-weight: 400;
    font-size: 24px
}

.tpteam-title a:hover {
    color: #fd914f
}

.tpteam__text h5 {
    font-weight: 400;
    font-size: 19px;
    color: #666
}

.tpteam:hover .tpteam__social {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.team-active .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fd914f
}

.team__details-inner {
    box-shadow: 0 50px 80px 0 rgba(3,0,53,.1);
    border-radius: 30px
}

.team__details-shape {
    right: -11%;
    bottom: -16%;
    z-index: -1
}

@media(min-width: 1200px)and (max-width:1399px) {
    .team__details-shape {
        right:0
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .team__details-shape {
        right:0
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .team__details-shape {
        right:-3%;
        bottom: -7%
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .team__details-shape {
        right:-3%;
        bottom: -7%
    }
}

@media(max-width: 767px) {
    .team__details-shape {
        right:-3%;
        bottom: -5%
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .team__details-img {
        margin-right:30px
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .team__details-img {
        margin-right:0
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .team__details-img {
        margin-right:0
    }
}

@media(max-width: 767px) {
    .team__details-img {
        margin-right:0
    }
}

.team__details-img img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 30px 0 0 30px
}

.team__details-img img:hover {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

@media(min-width: 992px)and (max-width:1199px) {
    .team__details-content {
        padding-top:40px
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .team__details-content {
        padding:40px
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .team__details-content {
        padding:40px
    }
}

@media(max-width: 767px) {
    .team__details-content {
        padding:40px
    }
}

.team__details-content>span {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 7px
}

.team__details-content h3 {
    font-size: 30px;
    margin-bottom: 15px
}

.team__details-content p {
    margin-bottom: 35px;
    padding-right: 80px
}

.team__details-contact ul li {
    margin-bottom: 8px;
    display: flex
}

.team__details-contact ul li .icon i {
    line-height: 27px;
    color: #fd914f;
    margin-right: 15px
}

.team__details-contact ul li .text a,.team__details-contact ul li .text span {
    color: #fd914f;
    font-weight: 500
}

.team__details-social ul li {
    display: inline-block;
    margin-right: 7px
}

.team__details-social ul li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    font-size: 14px;
    border-radius: 10px
}

.team__details-social ul li a:hover {
    background: #fd914f;
    color: #fff
}

.team__details-info h4 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 25px
}

.team__details-info p {
    margin-bottom: 25px
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 19px 25px;
    padding-bottom: 18px;
    font-size: 21px;
    color: #fff;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    background: #1c1e22;
    letter-spacing: .5px;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .accordion-button {
        padding-left:15px;
        padding-right: 15px
    }
}

.accordion-item {
    margin-bottom: 12px;
    background: #1c1e22;
    border: 0
}

.accordion-button:not(.collapsed):after {
    transform: rotate(180deg);
    background: none!important
}

.accordion-button:after {
    font-family: Font Awesome\ 5 pro;
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    content: "";
    background: none!important
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
    border: 0
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0
}

.accordion-button:not(.collapsed) {
    color: #222;
    background-color: #fd914f
}

.accordion-body {
    padding-left: 25px
}

.accordion-body p {
    margin: 0;
    color: #a0a2a6
}

.faq-bg {
    height: 100%;
    width: 50%;
    position: absolute;
    background-size: cover;
    top: 0;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

@media(min-width: 768px)and (max-width:991px) {
    .faq-bg {
        display:none
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .faq-bg {
        display:none
    }
}

@media(max-width: 767px) {
    .faq-bg {
        display:none
    }
}

@media(min-width: 992px)and (max-width:1199px) {
    .faq-content {
        padding-left:0
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .faq-content {
        padding-left:0
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .faq-content {
        padding-left:0
    }
}

@media(max-width: 767px) {
    .faq-content {
        padding-left:0
    }
}

.faq-white .accordion-button {
    color: #222429;
    background: #fff;
    box-shadow: 0 0 40px 5px rgba(0,0,0,.03)
}

.faq-white .accordion-collapse {
    border: none
}

.faq-white .accordion-body {
    background: #fff
}

.faq-white .accordion-item:last-of-type .accordion-button {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.tportfolio {
    position: relative;
    overflow: hidden
}

.tportfolio:hover .tportfolio__text {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.tportfolio:hover .tportfolio__text-2 {
    bottom: 0
}

.tportfolio__img {
    position: relative
}

.tportfolio__img img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    border-radius: 8px
}

.tportfolio:hover .tportfolio__img img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.tportfolio-title {
    font-weight: 400
}

@media(min-width: 992px)and (max-width:1199px) {
    .tportfolio-title {
        padding-right:35px
    }
}

.tportfolio-title a:hover {
    color: #fd914f
}

.tportfolio__text h4 {
    font-weight: 400;
    color: #777;
    margin: 0;
    font-size: 18px
}

.portfolio-filter button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 40px;
    padding: 0 0;
    cursor: pointer;
    color: #686a6f;
    font-weight: 300;
    margin: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: none;
    transition: .3s;
    font-family: Teko,sans-serif
}

.portfolio-filter button.active {
    color: #fd914f
}

.tportfolio__text {
    position: absolute;
    bottom: -50px;
    left: 0;
    padding: 30px;
    z-index: 22;
    right: 0;
    background: #fff;
    margin: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out 0s
}

.portfolio-plus {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%)
}

@media(min-width: 992px)and (max-width:1199px) {
    .portfolio-plus {
        right:15px
    }
}

@media(max-width: 767px) {
    .portfolio-plus {
        display:none
    }
}

.portfolio-plus button {
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #eee;
    background: transparent;
    font-size: 15px;
    color: #111;
    display: inline-block
}

.portfolio-plus button:hover {
    background: #fd914f;
    border-color: #fd914f;
    color: #fff
}

.text-end .portfolio-filter button:last-child {
    margin-right: 0
}

.project-big-thumb {
    margin-bottom: 58px
}

.project-big-thumb img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

.p-details-content {
    padding-right: 10px
}

@media(max-width: 767px) {
    .p-details-content {
        padding-right:0
    }
}

.p-details-content h3 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media(max-width: 767px) {
    .p-details-content h3 {
        font-size:28px
    }
}

.p-details-content p {
    margin-bottom: 35px
}

.p-details-content p:last-child {
    margin-bottom: 0
}

.sidebar-right {
    background: #f5f5f5;
    padding: 45px 50px
}

.sidebar-right .sidebar-single {
    margin-bottom: 35px
}

.sidebar-right .sidebar-single:last-child {
    margin-bottom: 0
}

.sidebar-right .sidebar-single label {
    font-size: 14px;
    color: #242629;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px
}

.sidebar-right .sidebar-single span {
    font-size: 18px;
    line-height: 30px
}

.portfolio__pagination .link-btn-2 {
    text-transform: uppercase;
    color: #070337;
    font-weight: 600
}

.portfolio__pagination .link-btn-2 i {
    width: 65px;
    height: 65px;
    background: #f5f5f5;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    font-size: 20px;
    color: #242629;
    margin-right: 10px;
    transition: all .3s ease-out 0s
}

.portfolio__pagination .link-btn-2 i:last-child {
    margin-left: 10px
}

.portfolio__pagination .link-btn-2 i:hover {
    background-color: #fd914f;
    color: #fff
}

.pagination-border {
    border-top: 1px solid #c7ced4;
    border-bottom: 1px solid #c7ced4
}

.swiper-slide-active .kproject-text {
    opacity: 0;
    visibility: hidden
}

.portfolio-filter .nav-tabs {
    border: none
}

.portfolio-filter .nav-link.active {
    color: #fd914f;
    background: none;
    border: none!important
}

.portfolio-filter .nav-tabs .nav-link,.portfolio-filter .nav-tabs .nav-link:hover {
    border: 0
}

.portfolio-filter .nav-link:hover {
    color: #686a6f
}

.latest-blog {
    border-radius: 8px
}

.latest-blog-2 {
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.1)
}

.latest-blog-img img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

.latest-blog:hover .latest-blog-img img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.top-date {
    position: absolute;
    top: 30px;
    left: 30px
}

.top-date-2 {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0
}

.top-date a {
    background: #fd914f;
    color: #222;
    padding: 13px 25px;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .9px;
    font-family: Teko,sans-serif;
    padding-top: 14px;
    padding-bottom: 12px
}

.latest-blog-content {
    padding: 40px;
    background: #f7f7f9
}

@media(max-width: 767px) {
    .latest-blog-content {
        padding:25px
    }
}

.latest-blog-content-2 {
    padding: 30px 35px 30px 35px
}

.latest-post-meta span i {
    color: #fd914f;
    margin-right: 2px
}

.latest-post-meta span {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    color: #6f7172;
    margin-right: 20px;
    font-family: Teko,sans-serif
}

.latest-post-meta span a {
    color: #6f7172
}

.latest-blog-title {
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 400;
    text-transform: uppercase
}

.latest-blog-title a:hover {
    color: #fd914f
}

.blog-arrow a {
    background: #fd914f;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 51px;
    font-size: 26px;
    color: #222
}

.blog-arrow a:hover {
    background: #222429;
    color: #fff
}

.blog-wrap {
    position: relative;
    z-index: 3;
    margin-top: -291px
}

.blog-wrap.blog-item {
    margin-top: 0
}

@media(min-width: 768px)and (max-width:991px) {
    .blog-wrap {
        margin-top:0;
        margin-bottom: 30px
    }
}

@media(max-width: 767px) {
    .blog-wrap {
        margin-top:0;
        margin-bottom: 30px
    }
}

.blog-wrap:hover .blog-thumb img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.blog-thumb img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

.blog-video {
    position: relative
}

.blog-video .play-btn {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    line-height: 104px;
    text-align: center;
    font-size: 24px;
    color: #222429;
    background: #fd914f;
    border-radius: 50%;
    box-shadow: none
}

.blog-video .play-btn:hover {
    background: #222429;
    color: #fff
}

.blog-details {
    padding: 38px 0;
    padding-bottom: 0;
    background: #fff
}

@media(min-width: 992px)and (max-width:1199px) {
    .blog-details {
        padding:30px 0
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .blog-details {
        padding:30px 0
    }
}

@media(max-width: 767px) {
    .blog-details {
        padding:30px 0
    }
}

.blog-details .blog-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

.blog-details .blog-meta li {
    display: inline-block;
    margin-right: 25px
}

@media(min-width: 992px)and (max-width:1199px) {
    .blog-details .blog-meta li {
        font-size:14px
    }
}

.blog-details .blog-meta li:last-child {
    margin-right: 0
}

.blog-details .blog-meta li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #686a6f
}

.blog-details .blog-meta li a:hover {
    color: #fd914f
}

.blog-details .blog-meta li a i {
    color: #fd914f;
    margin-right: 3px
}

.blog-details .tags a {
    color: #f66;
    background: #fff2f2;
    padding: 8px 18px;
    line-height: 1;
    display: inline-block;
    margin-right: 10px
}

@media(min-width: 992px)and (max-width:1199px) {
    .blog-details .tags a {
        padding:8px 15px
    }
}

@media(min-width: 320px)and (max-width:375px) {
    .blog-details .tags a {
        margin-right:6px
    }
}

.blog-btn a:hover {
    color: #fff
}

.blog-title {
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media(min-width: 992px)and (max-width:1199px) {
    .blog-title {
        font-size:20px
    }
}

.blog-title a:hover {
    color: #fd914f
}

.blog-quote {
    position: relative;
    display: block;
    padding: 50px 50px 40px;
    background: #f4f5f8;
    border-radius: 7px
}

.blog-quote-icon img {
    width: 30px;
    height: 30px
}

.blog-quote-text p {
    line-height: 2.3
}

.blog-info {
    padding-top: 28px;
    border-top: 1px solid #e9ebee
}

.blog-category span,.blog-tag span {
    font-size: 18px;
    text-transform: uppercase;
    color: #222429
}

.blog-category a:hover,.blog-tag a:hover {
    color: #222429
}

.blog-related-title {
    font-size: 34px
}

@media(min-width: 768px)and (max-width:991px) {
    .blog__wrapper {
        padding-right:0
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .blog__wrapper {
        padding-right:0
    }
}

@media(max-width: 767px) {
    .blog__wrapper {
        padding-right:0
    }
}

@media(min-width: 768px)and (max-width:991px) {
    .blog__sidebar {
        margin-top:50px
    }
}

@media(min-width: 480px)and (max-width:767px) {
    .blog__sidebar {
        margin-top:50px
    }
}

@media(max-width: 767px) {
    .blog__sidebar {
        margin-top:50px
    }
}

.blog__author {
    padding: 30px 40px;
    box-shadow: 0 1px 4px 0 rgba(10,0,58,.14);
    border-radius: 10px
}

.blog__author-img img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

@media(max-width: 767px) {
    .blog__author-content {
        margin-top:30px
    }
}

.blog__author-content h5 {
    font-size: 18px;
    margin-bottom: 10px
}

.blog__author-content span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px
}

.blog__author-content p {
    margin-bottom: 0
}

.blog__author-social {
    margin-bottom: 10px
}

.blog__author-social ul li {
    display: inline-block
}

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

.blog__author-social ul li a:hover {
    color: #fd914f
}

.sidebar__widget-title h4 {
    font-size: 24px;
    position: relative;
    padding-bottom: 12px
}

.sidebar__widget-content .search {
    position: relative
}

.sidebar__widget-content .search input {
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 0 20px;
    padding-right: 40px;
    background: #fd914f;
    color: #222429
}

.sidebar__widget-content .search input::-moz-placeholder {
    color: #222429
}

.sidebar__widget-content .search input::placeholder {
    color: #222429
}

.sidebar__widget-content .search button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #222429;
    background: transparent
}

.sidebar__widget-content .cat-link ul li {
    margin-bottom: 15px
}

.sidebar__widget-content .cat-link ul li:last-child {
    margin-bottom: 0
}

.sidebar__widget-content .cat-link ul li a {
    position: relative;
    font-weight: 400;
    display: block
}

.sidebar__widget-content .cat-link ul li a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    font-family: Font Awesome\ 5 Pro;
    font-size: 16px
}

.sidebar__widget-content .cat-link ul li a:hover,.sidebar__widget-content .cat-link ul li a:hover:after {
    color: #fd914f
}

.sidebar__widget-content .tags a {
    font-size: 16px
}

.sidebar__widget-content .tags a:hover {
    color: #fd914f
}

.sidebar__widget-padding {
    padding: 45px 45px
}

.rc-text h6 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0
}

.rc-text h6 a:hover {
    color: #fd914f
}

.rc-thumb img {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.rc-meta {
    font-size: 13px
}

.rc-post ul li:hover img {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0)
}

.rc__comments-icon i {
    color: #fff;
    background-color: #222429
}

.rc__comments-content h6 {
    font-size: 14px;
    color: #222429;
    font-weight: 700
}

.rc__comments ul li:hover .rc__comments-icon i {
    background: #fd914f;
    border-color: #fd914f;
    color: #fff
}

.rc__comments-icon i {
    display: inline-block;
    font-size: 22px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fd914f;
    border-radius: 50%
}

.rc__comments-content h6 {
    font-size: 17px;
    color: #1b133f;
    margin-bottom: 7px;
    font-weight: 400
}

.rc__comments-content p {
    margin-bottom: 2px
}

.post-comment-title h3 {
    font-size: 34px
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0
}

.latest-comments li.children {
    margin-left: 105px
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .latest-comments li.children {
        margin-left:60px
    }
}

@media(max-width: 767px) {
    .latest-comments li.children {
        margin-left:15px
    }
}

.comments-avatar {
    float: left;
    margin-right: 20px
}

.comments-avatar img {
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

.comments-text {
    overflow: hidden;
    border-bottom: 1px solid #f1f0f7;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.comments-text p {
    font-size: 14px;
    margin-bottom: 20px
}

.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 0
}

.avatar-name span {
    color: #66819a;
    font-size: 14px;
    font-weight: 400
}

.comment-reply {
    font-weight: 600;
    font-size: 14px;
    color: #222
}

.comment-reply i {
    padding-right: 4px
}

.comment-reply:hover {
    color: #fd914f
}

.post-input input,.post-input textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 0;
    border: 2px solid #f5f5f5;
    background: #f5f5f5;
    margin-bottom: 20px
}

.post-input input::-moz-placeholder,.post-input textarea::-moz-placeholder {
    font-weight: 400;
    color: #686a6f
}

.post-input input::placeholder,.post-input textarea::placeholder {
    font-weight: 400;
    color: #686a6f
}

.post-input input:focus,.post-input textarea:focus {
    border-color: #fd914f;
    outline: none;
    background: #fff
}

.post-input input:focus::-moz-placeholder,.post-input textarea:focus::-moz-placeholder {
    opacity: 0
}

.post-input input:focus::placeholder,.post-input textarea:focus::placeholder {
    opacity: 0
}

.post-input textarea {
    height: 180px;
    line-height: 26px;
    resize: none;
    padding: 30px;
    padding-top: 20px
}

.post-check input {
    margin-right: 5px
}

.post-comment-form h4 {
    font-size: 34px;
    margin-bottom: 10px
}

.post-comment-form>span {
    display: inline-block;
    margin-bottom: 45px
}

.post-comment-form .a-btn {
    border: none;
    outline: none
}

.comments-box .post-meta {
    color: #fd914f
}

.tptestinimail {
    background: #fff;
    padding: 44px 40px;
    transition: all .3s cubic-bezier(.645,.045,.355,1)
}

.testimonial-quote {
    padding: 2px 5px 0 0;
    font-size: 28px;
    line-height: 0;
    color: #fd914f
}

.tptestinimail__author--img img {
    width: 60px;
    margin-right: 15px
}

.tptestinimail__author--bio h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 5px
}

.tptestinimail__author--bio h6 {
    color: #7a7a7a;
    letter-spacing: .5px;
    font-size: 17px;
    font-weight: 400;
    margin: 0
}

.tptestinimail__text {
    margin-bottom: 30px
}

.wavify-wrapper,.wavify-wrapper .wavify-item {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.wavify-wrapper {
    top: 0
}

.test-active .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fd914f
}

@media(max-width: 767px) {
    .tptestinimail__author--img-2 {
        margin-bottom:10px
    }

    .review-area-padding {
        padding-left: 0;
        padding-right: 0
    }
}

.brand-wrapper {
    text-align: center
}

.brand-wrapper img {
    opacity: .3;
    transition: all .3s ease-out 0s
}

.brand-wrapper img:hover {
    opacity: 1
}

.brand-border {
    border-bottom: 1px solid #e9ebed
}

.brand-border-2 {
    border-top: 1px solid #e9ebed
}

.page__title {
    position: relative;
    padding-top: 145px;
    padding-bottom: 145px
}

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

.page__title-content h2 {
    text-transform: uppercase;
    font-size: 70px;
    color: #fff;
    font-weight: 600
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .page__title-content h2 {
        font-size:60px
    }
}

@media(max-width: 575px) {
    .page__title-content h2 {
        font-size:40px
    }
}

.page__title-content .breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 0
}

.page__title-content .breadcrumb-item {
    text-transform: capitalize;
    color: #fff;
    font-size: 18px
}

.page__title-content .breadcrumb-item:hover {
    color: #fd914f
}

.page__title-content .breadcrumb-item.active {
    padding-left: 14px
}

.page__title-content .breadcrumb-item.active:hover {
    color: #fd914f
}

.page__title-content .breadcrumb-item.active:before {
    content: "-";
    color: #fff;
    padding-right: 14px
}

.page__title-content span {
    color: #fff;
    opacity: .5;
    display: inline-block;
    margin-bottom: 15px
}

.page__title-content h3 {
    font-size: 70px;
    color: #fff
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .page__title-content h3 {
        font-size:50px
    }
}

@media(max-width: 575px) {
    .page__title-content h3 {
        font-size:30px
    }
}

.page__title-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%)
}

.single-contact-info {
    padding-top: 30px
}

.single-contact-info:hover .contact-info-icon a {
    background-color: #fd914f;
    color: #fff
}

.single-contact-info:last-child {
    border: none
}

.contact-info-icon {
    margin-right: 20px
}

.contact-info-icon a {
    height: 65px;
    width: 65px;
    background: #f5f5f5;
    display: inline-block;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fd914f;
    transition: all .3s ease-out 0s
}

.contact-info-icon a:hover {
    background-color: #222;
    color: #fff
}

.contact-info-text span {
    font-size: 14px;
    text-transform: uppercase;
    color: #686777;
    font-weight: 400;
    margin-bottom: 5px;
    display: inline-block
}

.contact-info-text h5 {
    font-weight: 400;
    font-size: 20px
}

@media(max-width: 767px) {
    .contact-info-text h5 {
        font-size:16px
    }
}

.contact-form input,.contact-form textarea {
    width: 100%;
    padding: 25px;
    color: #686777;
    border: none;
    background: #f5f5f5;
    font-size: 14px;
    border: 1px solid transparent;
    transition: all .3s ease-out 0s;
    outline: none
}

.contact-form input:focus,.contact-form textarea:focus {
    border-color: #fd914f
}

.contact-form input::-moz-placeholder,.contact-form textarea::-moz-placeholder {
    color: #777a7e
}

.contact-form input::placeholder,.contact-form textarea::placeholder {
    color: #777a7e
}

.contact-form textarea {
    height: 230px;
    resize: none
}

#contact-map iframe {
    height: 555px;
    width: 100%;
    margin-bottom: -6px
}

.pricing__header h3 {
    margin-bottom: 2px
}

.pricing__header h3,.pricing__tag span {
    font-size: 20px;
    font-weight: 400;
    color: #222429
}

.pricing__tag h4 {
    font-size: 50px;
    color: #222429;
    line-height: 33px
}

.pricing__features ul li {
    font-weight: 400;
    position: relative;
    padding-left: 32px;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 14px
}

.pricing__features ul li:after {
    position: absolute;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-size: 11px;
    text-align: center;
    color: #fd914f;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 4px;
    background: #f5f5f5
}

.pricing__item {
    padding: 30px;
    padding-bottom: 25px;
    border: 2px solid #f0eff5;
    border-radius: 10px
}

.pricing__item.active {
    background: #222429;
    border-color: #222429
}

.pricing__item.active .pricing__header h3 {
    color: #fff
}

.pricing__item.active .pricing__header p {
    color: #fff;
    opacity: .7
}

.pricing__item.active .pricing__tag h4,.pricing__item.active .pricing__tag span {
    color: #fff
}

.pricing__item.active .pricing__switch button {
    color: #fff;
    opacity: .8
}

.pricing__item.active .pricing__buy a {
    color: #222429;
    background: #fff;
    border-color: #fff
}

.pricing__item.active .pricing__buy a span {
    background: #fff
}

.pricing__item.active .pricing__features ul li {
    color: #fff
}

.pricing__item.active .pricing__features ul li:after {
    background: hsla(0,0%,100%,.08);
    color: #fff
}

.pricing__switch button {
    font-size: 12px;
    color: #fd914f;
    background: transparent
}

.error__title {
    font-size: 70px;
    line-height: .9;
    margin-bottom: 10px
}

@media(min-width: 480px)and (max-width:767px) {
    .error__title {
        font-size:60px
    }
}

@media(max-width: 767px) {
    .error__title {
        font-size:37px
    }
}

.error__content p {
    font-size: 20px;
    color: #686777;
    margin-bottom: 45px
}

@media(min-width: 480px)and (max-width:767px) {
    .error__thumb img {
        width:100%
    }
}

@media(max-width: 767px) {
    .error__thumb img {
        width:100%
    }
}
