@-webkit-keyframes loaderAnim {
    to {
        opacity: 1;
        -webkit-transform: scale3d(0.2, 0.3, 0.5);
        transform: scale3d(0.2, 0.3, 0.5);
    }
}
@keyframes loaderAnim {
    to {
        opacity: 1;
        -webkit-transform: scale3d(0.2, 0.3, 0.5);
        transform: scale3d(0.2, 0.3, 0.5);
    }
}
@-webkit-keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
body {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #626262;
    overflow-x: hidden;
}
a {
    outline: medium !important;
    color: #f5772b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus {
    color: #f5772b;
    text-decoration: none !important;
}
a:hover {
    color: #f5772b;
    text-decoration: none !important;
}
input {
    outline: medium !important;
    color: #f5772b;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #323232;
    margin-top: 0;
    font-weight: 700;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
.h1,
h1 {
    font-size: 52px;
    font-style: normal;
}
.h2,
h2 {
    font-size: 36px;
}
.h3,
h3 {
    font-size: 30px;
}
.h4,
h4 {
    font-size: 24px;
}
.h5,
h5 {
    font-size: 18px;
}
.h6,
h6 {
    font-size: 16px;
}
p {
    line-height: 1.8;
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p,
.bg-primary-gradient h1,
.bg-primary-gradient h2,
.bg-primary-gradient h3,
.bg-primary-gradient h4,
.bg-primary-gradient h5,
.bg-primary-gradient h6,
.bg-primary-gradient p {
    color: #fff;
}
section {
    position: relative;
}
.lead,
label {
    font-weight: 400;
}
.lead {
    font-size: 18px;
}
::-moz-selection {
    background: #f5772b;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #f5772b;
    color: #fff;
    text-shadow: none;
}
.form-control {
    border: 0;
    background-color: #f4f4f5;
    height: 48px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    border-radius: 3px;
    background-clip: inherit !important;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f5772b;
    background-color: #f4f4f5;
}
.form-control::-moz-placeholder,
.form-dark .form-control::-moz-placeholder {
    color: #999;
}
.form-control::-ms-input-placeholder,
.form-dark .form-control::-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder,
.form-dark .form-control::-webkit-input-placeholder {
    color: #999;
}
.form-dark .form-control {
    background-color: #fff;
}
.form-dark .form-control:focus {
    -webkit-box-shadow: 0 8px 27px 0 rgba(153, 153, 153, 0.15);
    box-shadow: 0 8px 27px 0 rgba(153, 153, 153, 0.15);
    border-color: #f5772b;
}
.form-dark .custom-checkbox .custom-control-label:before {
    border: 1px solid #c1c1c1;
}
.custom-file {
    height: 50px;
}
.custom-file .custom-file-input {
    height: 50px;
    color: #323232;
    border-radius: 3px;
    border-color: #eee;
}
.custom-file .custom-file-input:focus,
.custom-file-input:focus ~ .custom-file-label {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f5772b;
}
.custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    border-color: #eee;
    padding: 15px 90px 15px 20px;
    border-radius: 3px;
}
.custom-file .custom-file-label:after {
    height: 48px;
    padding: 14px 25px;
}
.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
    background: 0 0;
    border-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.custom-control-input:checked ~ .custom-control-label:before {
    background: #f5772b;
    border-color: #f5772b;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    background: 0 0;
    border-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #eee;
}
.custom-control-label:after,
.custom-control-label:before {
    top: 2px;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 3px;
    border: 2px solid #f4f4f5;
}
.form-group .form-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #323232;
    border-color: #323232;
    border-radius: 50%;
}
.border {
    border-color: #eee !important;
}
.border-top {
    border-top-color: #eee !important;
}
.border-left {
    border-left-color: #eee !important;
}
.border-right {
    border-right-color: #eee !important;
}
.border-bottom {
    border-bottom-color: #eee !important;
}
.border-primary {
    border-color: #f5772b !important;
}
.border-dark {
    border-color: #242536 !important;
}
.border-radius {
    border-radius: 3px !important;
}
.border-radius-none {
    border-radius: 0 !important;
}
.border-radius-left-none {
    border-radius: 0 3px 3px 0;
}
.border-radius-right-none {
    border-radius: 3px 0 0 3px;
}
.badge + .badge {
    margin-left: 6px;
}
.badge-md {
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
}
.badge-primary {
    background: #f5772b;
}
@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 48px;
    }
    .h2,
    h2 {
        font-size: 30px;
    }
    .h3,
    h3 {
        font-size: 24px;
    }
    .h4,
    h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 42px;
        font-style: normal;
    }
    .h2,
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 479px) {
    .h1,
    h1 {
        font-size: 36px;
        font-style: normal;
    }
    .h2,
    h2 {
        font-size: 26px;
    }
    .h3,
    h3 {
        font-size: 20px;
    }
    .h4,
    h4 {
        font-size: 18px;
    }
    .h5,
    h5 {
        font-size: 16px;
    }
    .h6,
    h6 {
        font-size: 14px;
    }
}
.text-primary {
    color: #f5772b !important;
}
.text-dark {
    color: #323232 !important;
}
.text-light {
    color: #fcfcfc !important;
}
.text-muted {
    color: #999 !important;
}
.text-gradient {
    background: -webkit-linear-gradient(#f5772b, #fa3a72);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-primary {
    background: #f5772b !important;
}
.bg-dark {
    background: #242536 !important;
}
.bg-gray {
    background: #f4f4f5 !important;
}
.bg-light {
    background: #fcfcfc !important;
}
.bg-primary-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #f5772b), to(#fa3a72)) !important;
    background: linear-gradient(to right, #f5772b 30%, #fa3a72 100%) !important;
}
.bg-dark-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #161427), to(#592036)) !important;
    background: linear-gradient(to right, #161427 10%, #592036 100%) !important;
}
.bg-mar-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #009fff), to(#592036)) !important;
    background: linear-gradient(to right, #009fff 10%, #fff 100%) !important;
}
.fill-dark,
.fill-primary {
    fill: #f5772b;
    fill-rule: evenodd;
}
.fill-dark {
    fill: #242536;
}
.fill-gray,
.fill-light {
    fill: #f4f4f5;
    fill-rule: evenodd;
}
.fill-light {
    fill: #fcfcfc;
}
.fill-gradient,
.fill-white {
    fill: #fff;
    fill-rule: evenodd;
}
.fill-gradient {
    fill: url(#Gradient);
}
.fill-gradient-02 {
    fill: url(#Gradient-02);
    fill-rule: evenodd;
}
.fill-gradient-1 {
    stop-color: #f5772b;
}
.fill-gradient-2 {
    stop-color: #fa3a72;
}
.space-lg-ptb {
    padding: 160px 0;
}
.space-lg-pt {
    padding-top: 160px;
}
.space-lg-pb {
    padding-bottom: 160px;
}
.space-ptb {
    padding: 100px 0;
}
.space-pt {
    padding-top: 100px;
}
.space-pb {
    padding-bottom: 100px;
}
.space-sm-ptb {
    padding: 70px 0;
}
.space-sm-pt {
    padding-top: 70px;
}
.space-sm-pb {
    padding-bottom: 70px;
}
.space-lg-mt {
    margin-top: 150px;
}
.top-0 {
    top: 0;
}
.bottom-0 {
    bottom: 0;
}
.left-0 {
    left: 0;
}
.right-0 {
    right: 0;
}
.position-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#pre-loader img,
.top-50 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.left-50 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.z-index-1 {
    z-index: 1;
}
.z-index-9 {
    z-index: 9;
}
.z-index-99 {
    z-index: 99;
}
.z-index-999 {
    z-index: 999;
}
.z-index-n1 {
    z-index: -1;
}
.opacity-10 {
    opacity: 0.1;
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-70 {
    opacity: 0.7;
}
.opacity-80 {
    opacity: 0.8;
}
.opacity-90 {
    opacity: 0.9;
}
.opacity-100 {
    opacity: 1;
}
.display-1 {
    font-size: 9rem;
    line-height: 1;
    font-weight: 800;
}
.display-2,
.display-3,
.display-4 {
    font-size: 8rem;
    line-height: 1.2;
    font-weight: 800;
}
.display-3,
.display-4 {
    font-size: 7rem;
}
.display-4 {
    font-size: 6rem;
}
.display-5,
.display-6 {
    font-size: 5rem;
    line-height: 1.2;
}
.display-6 {
    font-size: 4rem;
}
.display-7,
.display-8 {
    font-size: 3rem;
    line-height: 1.2;
}
.display-8 {
    font-size: 2.5rem;
}
.display-10,
.display-9 {
    font-size: 1.5rem;
    line-height: 1.4;
}
.display-10 {
    font-size: 1rem;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
@media (max-width: 1199px) {
    .display-1 {
        font-size: 8rem;
    }
    .display-2 {
        font-size: 7rem;
    }
    .display-3 {
        font-size: 6rem;
    }
    .display-4 {
        font-size: 5rem;
    }
    .display-5 {
        font-size: 4.5rem;
    }
    .display-6 {
        font-size: 4rem;
    }
    .display-7 {
        font-size: 2.5rem;
    }
    .display-8 {
        font-size: 2rem;
    }
}
@media (max-width: 991px) {
    .display-1 {
        font-size: 7rem;
    }
    .display-2 {
        font-size: 6rem;
    }
    .display-3 {
        font-size: 5rem;
    }
    .display-4 {
        font-size: 4.5rem;
    }
    .display-5 {
        font-size: 4rem;
    }
    .display-6 {
        font-size: 3rem;
    }
}
@media (max-width: 767px) {
    .display-1 {
        font-size: 6rem;
    }
    .display-2 {
        font-size: 5rem;
    }
    .display-3 {
        font-size: 4rem;
    }
    .display-4 {
        font-size: 3.5rem;
    }
    .display-5 {
        font-size: 3rem;
    }
    .display-6 {
        font-size: 2.5rem;
    }
    .display-7 {
        font-size: 2.3rem;
    }
    .display-9 {
        font-size: 1.3rem;
    }
}
@media (max-width: 575px) {
    .display-1 {
        font-size: 5rem;
    }
    .display-2 {
        font-size: 4rem;
    }
    .display-3 {
        font-size: 3rem;
    }
    .display-4 {
        font-size: 2.5rem;
    }
    .display-5 {
        font-size: 2rem;
    }
    .display-6 {
        font-size: 1.8rem;
    }
    .display-7 {
        font-size: 1.6rem;
    }
    .display-8 {
        font-size: 1.5rem;
    }
    .display-9 {
        font-size: 1.2rem;
    }
}
.h-100vh {
    height: 100vh !important;
}
.h-900 {
    height: 900px;
}
.h-800 {
    height: 800px;
}
.h-700 {
    height: 700px;
}
.h-600 {
    height: 600px;
}
.h-500 {
    height: 500px;
}
.h-400 {
    height: 400px;
}
.h-300 {
    height: 300px;
}
@media (max-width: 1199px) {
    .h-lg-800 {
        height: 800px;
    }
    .h-lg-700 {
        height: 700px;
    }
    .h-lg-600 {
        height: 600px;
    }
    .h-lg-500 {
        height: 500px;
    }
    .h-lg-400 {
        height: 400px;
    }
    .h-lg-300 {
        height: 300px;
    }
}
@media (max-width: 991px) {
    .h-md-800 {
        height: 800px;
    }
    .h-md-700 {
        height: 700px;
    }
    .h-md-600 {
        height: 600px;
    }
    .h-md-500 {
        height: 500px;
    }
    .h-md-400 {
        height: 400px;
    }
    .h-md-300 {
        height: 300px;
    }
    .h-md-auto {
        height: auto;
    }
}
@media (max-width: 767px) {
    .h-sm-600 {
        height: 600px;
    }
    .h-sm-500 {
        height: 500px;
    }
    .h-sm-400 {
        height: 400px;
    }
    .h-sm-300 {
        height: 300px;
    }
    .h-sm-auto {
        height: auto;
    }
}
.p-6 {
    padding: 5rem !important;
}
.pt-6,
.py-6 {
    padding-top: 5rem !important;
}
.pr-6,
.px-6 {
    padding-right: 5rem !important;
}
.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}
.pl-6,
.px-6 {
    padding-left: 5rem !important;
}
.m-6 {
    margin: 7rem !important;
}
.mr-6,
.mx-6 {
    margin-right: 7rem !important;
}
.ml-6,
.mx-6 {
    margin-left: 7rem !important;
}
.mt-6,
.my-6 {
    margin-top: 7rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 7rem !important;
}
.m-7 {
    margin: 9rem !important;
}
.mr-7,
.mx-7 {
    margin-right: 9rem !important;
}
.ml-7,
.mx-7 {
    margin-left: 9rem !important;
}
.mt-7,
.my-7 {
    margin-top: 9rem !important;
}
.mb-7,
.my-7 {
    margin-bottom: 9rem !important;
}
.m-8 {
    margin: 10rem !important;
}
.mr-8,
.mx-8 {
    margin-right: 10rem !important;
}
.ml-8,
.mx-8 {
    margin-left: 10rem !important;
}
.mt-8,
.my-8 {
    margin-top: 10rem !important;
}
.mb-8,
.my-8 {
    margin-bottom: 10rem !important;
}
.m-9 {
    margin: 12rem !important;
}
.mr-9,
.mx-9 {
    margin-right: 12rem !important;
}
.ml-9,
.mx-9 {
    margin-left: 12rem !important;
}
.mt-9,
.my-9 {
    margin-top: 12rem !important;
}
.mb-9,
.my-9 {
    margin-bottom: 12rem !important;
}
.m-10 {
    margin: 14rem !important;
}
.mr-10,
.mx-10 {
    margin-right: 14rem !important;
}
.ml-10,
.mx-10 {
    margin-left: 14rem !important;
}
.mt-10,
.my-10 {
    margin-top: 14rem !important;
}
.mb-10,
.my-10 {
    margin-bottom: 14rem !important;
}
.m-n6 {
    margin: -7rem !important;
}
.mt-n6,
.my-n6 {
    margin-top: -7rem !important;
}
.mr-n6,
.mx-n6 {
    margin-right: -7rem !important;
}
.mb-n6,
.my-n6 {
    margin-bottom: -7rem !important;
}
.ml-n6,
.mx-n6 {
    margin-left: -7rem !important;
}
.m-n7 {
    margin: -9rem !important;
}
.mt-n7,
.my-n7 {
    margin-top: -9rem !important;
}
.mr-n7,
.mx-n7 {
    margin-right: -9rem !important;
}
.mb-n7,
.my-n7 {
    margin-bottom: -9rem !important;
}
.ml-n7,
.mx-n7 {
    margin-left: -9rem !important;
}
.m-n8 {
    margin: -10rem !important;
}
.mt-n8,
.my-n8 {
    margin-top: -10rem !important;
}
.mr-n8,
.mx-n8 {
    margin-right: -10rem !important;
}
.mb-n8,
.my-n8 {
    margin-bottom: -10rem !important;
}
.ml-n8,
.mx-n8 {
    margin-left: -10rem !important;
}
.m-n9 {
    margin: -12rem !important;
}
.mt-n9,
.my-n9 {
    margin-top: -12rem !important;
}
.mr-n9,
.mx-n9 {
    margin-right: -12rem !important;
}
.mb-n9,
.my-n9 {
    margin-bottom: -12rem !important;
}
.ml-n9,
.mx-n9 {
    margin-left: -12rem !important;
}
.m-n10 {
    margin: -14rem !important;
}
.mt-n10,
.my-n10 {
    margin-top: -14rem !important;
}
.mr-n10,
.mx-n10 {
    margin-right: -14rem !important;
}
.mb-n10,
.my-n10 {
    margin-bottom: -14rem !important;
}
.ml-n10,
.mx-n10 {
    margin-left: -14rem !important;
}
@media (min-width: 576px) {
    .m-sm-n6 {
        margin: -7rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -7rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -7rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -7rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -7rem !important;
    }
    .m-sm-n7 {
        margin: -9rem !important;
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -9rem !important;
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -9rem !important;
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -9rem !important;
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -9rem !important;
    }
    .ml-sm-n9 {
        margin-left: -12rem !important;
    }
    .ml-sm-n10 {
        margin-left: -14rem !important;
    }
    .p-sm-6 {
        padding: 5rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 5rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 5rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 5rem !important;
    }
    .pr-sm-6,
    .py-sm-6 {
        padding-right: 5rem !important;
    }
    .border-sm-0 {
        border: 0 !important;
    }
    .border-sm-top {
        border-top: 1px solid #eee !important;
    }
    .border-sm-right {
        border-right: 1px solid #eee !important;
    }
    .border-sm-bottom {
        border-bottom: 1px solid #eee !important;
    }
    .border-sm-left {
        border-left: 1px solid #eee !important;
    }
}
@media (min-width: 768px) {
    .m-md-n6 {
        margin: -7rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -7rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -7rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -7rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -7rem !important;
    }
    .m-md-n7 {
        margin: -9rem !important;
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -9rem !important;
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -9rem !important;
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -9rem !important;
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -9rem !important;
    }
    .ml-md-n9 {
        margin-left: -12rem !important;
    }
    .ml-md-n10 {
        margin-left: -14rem !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .p-md-6 {
        padding: 5rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 5rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 5rem !important;
    }
    .border-md-0 {
        border: 0 !important;
    }
    .border-md-top {
        border-top: 1px solid #eee !important;
    }
    .border-md-right {
        border-right: 1px solid #eee !important;
    }
    .border-md-bottom {
        border-bottom: 1px solid #eee !important;
    }
    .border-md-left {
        border-left: 1px solid #eee !important;
    }
}
@media (min-width: 992px) {
    .m-lg-n6 {
        margin: -7rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -7rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -7rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -7rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -7rem !important;
    }
    .m-lg-n7 {
        margin: -9rem !important;
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -9rem !important;
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -9rem !important;
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -9rem !important;
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -9rem !important;
    }
    .ml-lg-n9 {
        margin-left: -12rem !important;
    }
    .ml-lg-n10 {
        margin-left: -14rem !important;
    }
    .p-lg-6 {
        padding: 5rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 5rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 5rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 5rem !important;
    }
    .border-lg-0 {
        border: 0 !important;
    }
    .border-lg-top {
        border-top: 1px solid #eee !important;
    }
    .border-lg-right {
        border-right: 1px solid #eee !important;
    }
    .border-lg-bottom {
        border-bottom: 1px solid #eee !important;
    }
    .border-lg-left {
        border-left: 1px solid #eee !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-n6 {
        margin: -7rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -7rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -7rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -7rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -7rem !important;
    }
    .m-xl-n7 {
        margin: -9rem !important;
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -9rem !important;
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -9rem !important;
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -9rem !important;
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -9rem !important;
    }
    .ml-xl-n9 {
        margin-left: -12rem !important;
    }
    .ml-xl-n10 {
        margin-left: -14rem !important;
    }
    .p-xl-6 {
        padding: 5rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 5rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 5rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 5rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 5rem !important;
    }
    .border-xl-0 {
        border: 0 !important;
    }
    .border-xl-top {
        border-top: 1px solid #eee !important;
    }
    .border-xl-right {
        border-right: 1px solid #eee !important;
    }
    .border-xl-bottom {
        border-bottom: 1px solid #eee !important;
    }
    .border-xl-left {
        border-left: 1px solid #eee !important;
    }
}
#pre-loader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden !important;
    right: 0;
    z-index: 999999;
}
#pre-loader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
    margin: 0 auto;
}
.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.bg-overlay-black-10,
.bg-overlay-black-20,
.bg-overlay-black-30,
.bg-overlay-black-40,
.bg-overlay-black-50,
.bg-overlay-black-60,
.bg-overlay-black-70,
.bg-overlay-black-80,
.bg-overlay-black-90,
.bg-overlay-primary-20,
.bg-overlay-primary-50,
.bg-overlay-primary-70,
.bg-overlay-primary-90,
.bg-overlay-white-10,
.bg-overlay-white-20,
.bg-overlay-white-30,
.bg-overlay-white-40,
.bg-overlay-white-50,
.bg-overlay-white-60,
.bg-overlay-white-70,
.bg-overlay-white-80,
.bg-overlay-white-90 {
    position: relative;
    z-index: 1;
}
.bg-overlay-black-10:before {
    background: rgba(36, 37, 54, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-black-20:before {
    background: rgba(36, 37, 54, 0.2);
}
.bg-overlay-black-20:before,
.bg-overlay-black-30:before,
.bg-overlay-black-40:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-black-30:before {
    background: rgba(36, 37, 54, 0.3);
}
.bg-overlay-black-40:before {
    background: rgba(36, 37, 54, 0.4);
}
.bg-overlay-black-50:before {
    background: rgba(36, 37, 54, 0.5);
}
.bg-overlay-black-50:before,
.bg-overlay-black-60:before,
.bg-overlay-black-70:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-black-60:before {
    background: rgba(36, 37, 54, 0.6);
}
.bg-overlay-black-70:before {
    background: rgba(36, 37, 54, 0.7);
}
.bg-overlay-black-80:before {
    background: rgba(36, 37, 54, 0.8);
}
.bg-overlay-black-80:before,
.bg-overlay-black-90:before,
.bg-overlay-white-10:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-black-90:before {
    background: rgba(36, 37, 54, 0.9);
}
.bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
}
.bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
}
.bg-overlay-white-20:before,
.bg-overlay-white-30:before,
.bg-overlay-white-40:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
}
.bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
}
.bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
}
.bg-overlay-white-50:before,
.bg-overlay-white-60:before,
.bg-overlay-white-70:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
}
.bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
}
.bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
}
.bg-overlay-primary-20:before,
.bg-overlay-white-80:before,
.bg-overlay-white-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
}
.bg-overlay-primary-20:before {
    background: rgba(253, 70, 50, 0.2);
}
.bg-overlay-primary-50:before {
    background: rgba(253, 70, 50, 0.5);
}
.bg-overlay-primary-50:before,
.bg-overlay-primary-70:before,
.bg-overlay-primary-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg-overlay-primary-70:before {
    background: rgba(253, 70, 50, 0.7);
}
.bg-overlay-primary-90:before {
    background: rgba(253, 70, 50, 0.9);
}
.avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
}
.avatar.avatar-sm {
    width: 20px;
    height: 20px;
}
.avatar.avatar-md {
    width: 80px;
    height: 80px;
}
.avatar.avatar-lg {
    width: 145px;
    height: 145px;
}
.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grayscale:hover {
    -webkit-filter: inherit;
    filter: inherit;
}
.pagination .page-link,
.post-navigation .nav-previous a:hover {
    color: #f5772b;
}
.contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}
.contact-info ul li:last-child {
    margin-bottom: 0;
}
.contact-info ul li span {
    margin-left: 15px;
}
.contact-info ul li i {
    margin-top: 5px;
}
.post-navigation .nav-previous a {
    padding: 0;
    text-align: left;
}
.post-navigation .nav-previous a span {
    margin-left: 0;
    margin-right: 15px;
}
.post-navigation .nav-previous a span:before {
    right: auto;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.post-navigation .nav-previous a span:after {
    right: auto;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.post-navigation .nav-previous a:focus {
    color: #f5772b;
}
.post-navigation .nav-next a:hover,
.post-navigation .nav-previous a:active {
    color: #f5772b;
}
.post-navigation .nav-next a {
    padding: 0;
    text-align: right;
}
.post-navigation .nav-next a:focus {
    color: #f5772b;
}
.post-navigation .nav-next a:active,
.post-tags a:hover {
    color: #f5772b;
}
.post-navigation .nav-title {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    display: inline-block;
}
.post-tags a {
    color: #626262;
}
@media (max-width: 991px) {
    .space-lg-ptb {
        padding: 100px 0;
    }
    .space-lg-pt {
        padding-top: 100px;
    }
    .space-lg-pb {
        padding-bottom: 100px;
    }
    .space-ptb {
        padding: 70px 0;
    }
    .space-pt {
        padding-top: 70px;
    }
    .space-pb {
        padding-bottom: 70px;
    }
    .space-sm-ptb {
        padding: 50px 0;
    }
    .space-sm-pt {
        padding-top: 50px;
    }
    .space-sm-pb {
        padding-bottom: 50px;
    }
    .space-lg-mt {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .space-lg-ptb {
        padding: 70px 0;
    }
    .space-lg-pt {
        padding-top: 70px;
    }
    .space-lg-pb {
        padding-bottom: 70px;
    }
    .space-ptb {
        padding: 50px 0;
    }
    .space-pt {
        padding-top: 50px;
    }
    .space-pb {
        padding-bottom: 50px;
    }
    .space-sm-ptb {
        padding: 30px 0;
    }
    .space-sm-pt {
        padding-top: 30px;
    }
    .space-sm-pb {
        padding-bottom: 30px;
    }
    .space-lg-mt {
        margin-top: 70px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .clipped-title {
        background-image: none;
    }
    .team.team-02 .team-img .shape-04 {
        height: 168px;
        bottom: -260px !important;
    }
    .bg-primary-gradient .counter .counter-icon i {
        color: #242536;
        background: 0 0 !important;
    }
    .feature-step-item.bg-primary .step-number {
        color: #fff;
        background: 0 0 !important;
    }
    .get-touch svg {
        bottom: -100px !important;
    }
    .feature-info.bg-primary i {
        background: 0 0 !important;
    }
    .team.team-02:hover .team-img .shape-04 {
        bottom: -140px !important;
    }
    .inner-banner .container {
        width: 100%;
    }
}
#accordion .card,
#accordion2 .card,
#accordion3 .card,
#accordion4 .card,
#accordion5 .card {
    border: 0;
    padding: 0;
    margin-bottom: 15px;
}
#accordion .card .card-header {
    background: 0 0;
    border-bottom: none;
    padding: 0;
}
#accordion .card .card-header button,
#accordion2 .card .card-header button,
#accordion3 .card .card-header button,
#accordion4 .card .card-header button,
#accordion5 .card .card-header button {
    position: relative;
    font-size: 18px;
    color: #323232;
    padding: 17px 40px;
    width: 100%;
    text-align: left;
    border: 0;
    background: #f4f4f5;
}
#accordion .card .card-header button:before,
#accordion2 .card .card-header button:before,
#accordion3 .card .card-header button:before,
#accordion4 .card .card-header button:before,
#accordion5 .card .card-header button:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: "\f068";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    z-index: 9;
    font-weight: 900;
    text-align: center;
    color: #f5772b;
}
#accordion .card .card-body {
    padding: 40px 20px 25px;
}
#accordion .card .card-header button.collapsed:before,
#accordion2 .card .card-header button.collapsed:before,
#accordion3 .card .card-header button.collapsed:before,
#accordion4 .card .card-header button.collapsed:before,
#accordion5 .card .card-header button.collapsed:before {
    content: "\f067";
}
#accordion2 .card .card-header {
    background: 0 0;
    border-bottom: none;
    padding: 0;
}
#accordion2 .card .card-body {
    padding: 40px 20px 25px;
}
#accordion3 .card .card-header {
    background: 0 0;
    border-bottom: none;
    padding: 0;
}
#accordion3 .card .card-body {
    padding: 40px 20px 25px;
}
#accordion4 .card .card-header {
    background: 0 0;
    border-bottom: none;
    padding: 0;
}
#accordion4 .card .card-body {
    padding: 40px 20px 25px;
}
#accordion5 .card .card-header {
    background: 0 0;
    border-bottom: none;
    padding: 0;
}
#accordion5 .card .card-body {
    padding: 40px 20px 25px;
}
.btn,
button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Montserrat", sans-serif;
}
button {
    outline: medium !important;
    color: #f5772b;
}
.btn {
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 3px;
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.btn:not(:disabled):not(.disabled):active:focus {
    color: #fff;
}
.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.btn:focus,
.show > .btn.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #fff;
}
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #fff;
}
.btn-primary,
.show > .btn-primary.dropdown-toggle {
    background: #f5772b;
    border-color: #f5772b;
}
.btn-primary {
    color: #fff;
}
.btn-primary:hover {
    background: #fd2b14;
    border-color: #fd2b14;
    color: #fff;
}
.btn-primary:hover:not(:disabled):not(.disabled).active,
.btn-primary:hover:not(:disabled):not(.disabled):active {
    background: #f5772b;
    border-color: #f5772b;
}
.btn-primary:focus {
    background: #f5772b;
    border-color: #f5772b;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #f5772b;
    border-color: #f5772b;
}
.btn-dark {
    background: #242536;
    border-color: #242536;
}
.btn-dark:hover {
    background: #2e2f45;
    border-color: #2e2f45;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
    color: #fff;
}
.btn i {
    padding: 0 10px 0 0;
}
.btn + .btn {
    margin-left: 3px;
}
.btn-link {
    color: #f5772b;
}
.btn-link:hover {
    color: #242536;
    text-decoration: none;
    outline: 0;
}
.btn-link:focus {
    color: #242536;
    text-decoration: none;
    outline: 0;
}
.btn.btn-light:not(:disabled):not(.disabled):active:focus,
.btn.btn-link:not(:disabled):not(.disabled):active:focus,
.btn.btn-white:not(:disabled):not(.disabled):active:focus {
    color: #242536;
}
.btn-white {
    background: #fff;
    border-color: #fff;
}
.btn-white:hover {
    background: #f4f4f5;
    border-color: #f4f4f5;
    color: #242536;
}
.btn-white,
.btn-white:active {
    color: #242536;
}
.btn-white:focus {
    color: #242536;
}
.btn-light:active {
    color: #242536;
}
.btn-light:focus {
    color: #242536;
}
.btn.btn-sm {
    padding: 6px 24px;
}
.btn.btn-md {
    padding: 8px 30px;
}
.btn.btn-lg,
.btn.btn-xl {
    padding: 12px 35px;
    font-size: 18px;
}
.btn.btn-xl {
    padding: 15px 60px;
}
.btn-outline-secondary {
    border: 2px solid #eee;
    color: #323232;
}
.btn-outline-secondary:hover {
    background: #323232;
    color: #fff;
    border-color: #323232;
}
.btn-outline-secondary:focus {
    background: #323232;
    color: #fff;
    border-color: #323232;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background: #323232;
    color: #fff;
    border-color: #323232;
}
.btn-outline-secondary-2 {
    border: 2px solid #f4f4f5;
    color: rgb(50, 50, 50, 0.8);
    background-color: rgb(244, 244, 245, 0.6);
}
.btn-outline-secondary-2:hover {
    background-color: rgb(244, 244, 245, 0.9);
    color: rgb(245, 119, 43 0.8);
    border-color: #f5772b;
}
.btn-outline-secondary-2:focus {
    background-color: rgb(244, 244, 245, 0.9);
    color: rgb(245, 119, 43 0.8);
    border-color: #f5772b;
}
.btn-outline-secondary-2:not(:disabled):not(.disabled):active {
    background: #f4f4f5;
    color: #f5772b;
    border-color: #f5772b;
}
.btn-outline-primary {
    color: #f5772b;
    border-color: #f5772b;
}
.btn-outline-primary:hover {
    background: #f5772b;
    color: #fff;
    border-color: #f5772b;
}
.btn-outline-primary:focus {
    background: #f5772b;
    color: #fff;
    border-color: #f5772b;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active {
    background: #f5772b;
    color: #fff;
    border-color: #f5772b;
}
.btn-outline-white {
    color: #fff;
    border-color: #fff;
}
.btn-outline-white:hover {
    background: #f5772b;
    color: #fff;
    border-color: #f5772b;
}
.btn-outline-white:focus {
    background: #f5772b;
    color: #fff;
    border-color: #f5772b;
}
.btn-arrow {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
}
.btn-arrow span {
    margin-left: 15px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    background: #f5772b;
    -webkit-transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
.btn-arrow:hover span {
    width: 50px;
}
.btn-white.btn-arrow span {
    background: #242536;
}
.btn-dark.btn-arrow span,
.btn-primary-gradient.btn-arrow span,
.btn-primary.btn-arrow span {
    background: #fff;
}
.btn-arrow.arrow-gradient span {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f5772b), to(#fa3a72));
    background-image: linear-gradient(to right, #f5772b 50%, #fa3a72 100%);
}
.btn-arrow.arrow-white span,
.feature-info.bg-primary .feature-info-content .icon-btn span {
    background: #fff;
}
.btn-arrow.arrow-dark span {
    background: #242536;
}
.btn-dark-gradient,
.btn-primary-gradient {
    background-size: 200% auto;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #f5772b), color-stop(51%, #fa3a72), to(#f5772b));
    background-image: linear-gradient(to right, #f5772b 5%, #fa3a72 51%, #f5772b 100%);
    color: #fff;
}
.btn-dark-gradient:hover,
.btn-primary-gradient:hover {
    background-position: right center;
    color: #fff;
}
.btn-dark-gradient {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #161427), color-stop(51%, #592036), to(#161427));
    background-image: linear-gradient(to right, #161427 5%, #592036 51%, #161427 100%);
}
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.video-btn i {
    font-size: 15px;
    padding-right: 0;
}
.video-btn:focus {
    color: #f5772b;
}
.video-btn-02 .video-btn {
    position: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px;
    height: 50px;
    background: #fff;
}
.video-btn-02 .video-btn i {
    font-size: 18px;
    padding-right: 0;
}
@media (max-width: 767px) {
    .video-btn {
        width: 50px;
        height: 50px;
    }
    .video-btn i {
        font-size: 14px;
    }
}
.our-clients-style-01 {
    padding: 0;
    margin: 0;
}
.our-clients-style-01 li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    text-align: center;
    width: 33.33%;
    float: left;
    border: 1px solid #eee;
    border-left: none;
    border-top: none;
    cursor: pointer;
    border-bottom: none;
    padding: 40px 0;
}
.our-clients-style-01 li:nth-child(3n + 0) {
    border-right: none;
}
.our-clients-style-01 li:nth-child(3n + 0) ~ li {
    border-top: 1px solid #eee;
}
.our-clients-style-01 li img {
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.our-clients-style-01 li:hover img {
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
@media (max-width: 767px) {
    .our-clients-style-01 li {
        width: 50%;
    }
    .our-clients-style-01 li:nth-child(2n + 0) {
        border-right: none;
    }
    .our-clients-style-01 li:nth-child(3n + 0) {
        border-right: 1px solid #eee;
        border-top: 1px solid #eee;
    }
    .our-clients-style-01 li:last-child {
        border-right: none;
    }
}
@media (max-width: 479px) {
    .our-clients-style-01 li {
        width: 100%;
        border-right: none;
        padding: 30px 0;
    }
    .our-clients-style-01 li:nth-child(2n + 0) {
        border-right: none;
        border-top: 1px solid #eee;
    }
    .our-clients-style-01 li:nth-child(3n + 0) {
        border-right: none;
    }
    .our-clients-style-01 li:first-child {
        padding-top: 0;
    }
    .our-clients-style-01 li:last-child {
        border-right: none;
        padding-bottom: 0;
    }
}
.countdown {
    display: inline-block;
    text-align: left;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 27px 0 rgba(153, 153, 153, 0.15);
    box-shadow: 0 8px 27px 0 rgba(153, 153, 153, 0.15);
    padding: 25px;
    width: 100%;
}
.countdown span {
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #242536;
}
.countdown p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}
.counter {
    padding: 20px 0 20px 50px;
}
.counter .counter-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.counter .counter-icon i {
    font-size: 110px;
    line-height: 110px;
    background: -webkit-linear-gradient(#f5772b, #fa3a72);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.2;
    color: #f5772b;
}
.counter,
.counter .counter-content {
    position: relative;
}
.counter .counter-content .timer {
    position: relative;
    display: inline-block;
}
.counter .counter-content .counter-icon-sign,
.counter .counter-content .timer {
    font-size: 52px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #323232;
    margin-bottom: 10px;
    line-height: 52px;
}
.counter .counter-content label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}
.bg-primary-gradient .counter .counter-icon i {
    background: #242536;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #242536;
}
.bg-dark-gradient .counter .counter-content .counter-icon-sign,
.bg-dark-gradient .counter .counter-content .timer,
.bg-dark-gradient .counter .counter-content label,
.bg-primary-gradient .counter .counter-content .counter-icon-sign,
.bg-primary-gradient .counter .counter-content .timer,
.bg-primary-gradient .counter .counter-content label {
    color: #fff;
}
.bg-dark-gradient .counter .counter-icon i {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}
@media (max-width: 1199px) {
    .counter {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .counter .counter-icon i {
        font-size: 80px;
        line-height: 80px;
    }
    .counter .counter-content .counter-icon-sign,
    .counter .counter-content .timer {
        font-size: 40px;
        line-height: 40px;
    }
}
.feature-step-item .feature-step .step-number {
    font-size: 62px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #f5772b;
    display: inline-block;
}
.feature-step-item .feature-step .step-title {
    margin-bottom: 15px;
}
.feature-step-item .step-number {
    font-size: 62px;
    line-height: 52px;
    font-weight: 500;
}
.feature-info {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.feature-info i,
.feature-step-item .step-number,
.list-check li i {
    color: #f5772b;
    display: inline-block;
}
.feature-info i,
.feature-step-item .step-number {
    background: -webkit-linear-gradient(#f5772b, #fa3a72);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-info i {
    font-style: normal;
    padding-right: 20px;
    font-size: 56px;
    line-height: 66px;
}
.feature-info,
.feature-info .feature-info-content {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.feature-info .feature-info-content .icon-btn {
    opacity: 0;
    margin-top: 15px;
    position: relative;
    bottom: -50px;
}
.feature-info:hover .feature-info-content .icon-btn {
    opacity: 1;
    bottom: 0;
}
.feature-info.text-center i {
    padding-right: 0;
    margin-bottom: 30px;
}
.feature-info.text-center h4,
.list-check li {
    margin-bottom: 20px;
}
.feature-info.bg-primary i,
.feature-step-item.bg-primary .step-number {
    background: #fff;
    -webkit-background-clip: text;
    color: #fff;
}
.feature-info.bg-primary .feature-info-content .icon-btn {
    color: #fff;
}
.list-check {
    margin: 0;
    padding: 0;
}
.list-check li {
    position: relative;
    list-style-type: none;
}
.list-check li i {
    background: #f4f4f5;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    margin-right: 15px;
}
.footer .footer-link ul li:last-child,
.list-check li:last-child {
    margin-bottom: 0;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inherit;
}
.owl-carousel .owl-nav {
    cursor: pointer;
    z-index: 999;
    width: 100%;
}
.owl-carousel .owl-nav button span {
    position: relative;
    top: -4px;
    width: 18px;
    height: 2px;
    display: inline-block;
    background: #f5772b;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
.owl-carousel .owl-nav button span:after,
.owl-carousel .owl-nav button span:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    background: inherit;
}
.owl-carousel .owl-nav button span.prev-arrow {
    margin-right: 15px;
}
.owl-carousel .owl-nav button span.prev-arrow:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -4px;
    left: 0;
    width: 10px;
}
.owl-carousel .owl-nav button span.prev-arrow:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    bottom: -4px;
    left: 0;
}
.owl-carousel .owl-nav button span.next-arrow {
    margin-left: 15px;
}
.owl-carousel .owl-nav button span.next-arrow:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    right: 0;
    width: 10px;
}
.owl-carousel .owl-nav button span.next-arrow:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    bottom: -4px;
    right: 0;
}
.owl-carousel .owl-nav button:hover span,
.swiper-button-next-2:hover span,
.swiper-button-next:hover span,
.swiper-button-prev-2:hover span,
.swiper-button-prev:hover span {
    width: 50px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    margin: 0 !important;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.owl-carousel .owl-dots .owl-dot span {
    background: #c1c1c1;
    display: inline-block;
    width: 10px;
    min-height: 4px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #f5772b;
    width: 30px;
}
.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 4px;
}
.owl-dots-bottom-center,
.owl-dots-bottom-left {
    padding-bottom: 40px;
}
.owl-dots-bottom-center .owl-dots,
.owl-dots-bottom-left .owl-dots {
    bottom: 0;
    position: absolute;
    left: 0;
    width: auto;
}
.owl-dots-bottom-center .owl-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .owl-carousel .owl-nav {
        display: none;
    }
}
.my-shuffle-container {
    margin-left: -15px;
    margin-right: -15px;
}
.my-shuffle-container .grid-item {
    width: 33.33%;
    padding: 15px;
}

.filters-group button,
.portfolio-item img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio-item img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-item .portfolio-img,
.skill .skill-bar:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}
.portfolio-item .portfolio-img i {
    font-size: 20px;
}
.portfolio-item .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.portfolio-item .portfolio-overlay .portfolio-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    right: inherit;
}
.portfolio-item .portfolio-overlay .portfolio-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border: 2px solid #f5772b;
    border-radius: 3px;
}
.portfolio-item .portfolio-info {
    margin-top: 25px;
    margin-bottom: 35px;
    position: relative;
}
.portfolio-item .portfolio-info .portfolio-category {
    margin-bottom: 5px;
    display: block;
}
.portfolio-item .portfolio-info .portfolio-category a {
    font-size: 14px;
    font-weight: 600;
    background: -webkit-linear-gradient(#f5772b, #fa3a72);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.portfolio-item .portfolio-info .portfolio-title {
    color: #242536;
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.bg-dark .portfolio-item .portfolio-info .portfolio-title:hover,
.portfolio-item .portfolio-info .portfolio-title:hover,
.social-icon ul li a:hover {
    color: #f5772b;
}
.portfolio-item.portfolio-item-02,
.portfolio-item.portfolio-item-03,
.portfolio-item.portfolio-item-04 {
    overflow: hidden;
}
.portfolio-item.portfolio-item-02 .portfolio-info,
.portfolio-item.portfolio-item-03 .portfolio-info,
.portfolio-item.portfolio-item-04 .portfolio-info {
    padding: 20px;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.portfolio-item.portfolio-item-02:hover .portfolio-info {
    opacity: 1;
    bottom: 30px;
}
.portfolio-item.portfolio-item-03 .portfolio-info,
.portfolio-item.portfolio-item-04 .portfolio-info {
    padding: 10px 20px 20px;
    width: 80%;
    opacity: 0.9;
}
.portfolio-item.portfolio-item-04 .portfolio-info {
    bottom: -15px;
}
.my-shuffle-container .portfolio-item .portfolio-info {
    margin-bottom: 0;
}
.filters-group {
    display: table;
    margin: 0 auto 50px;
    text-align: center;
}
.filters-group button {
    margin: 0 5px 10px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #242536;
    background: inherit;
    border: 0;
    border-radius: 3px;
}
.filters-group button.active,
.filters-group button:hover,
.portfolio-item .portfolio-overlay .portfolio-img i {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #f5772b), to(#fa3a72));
    background: linear-gradient(to right, #f5772b 30%, #fa3a72 100%);
    color: #fff;
}
.bg-dark .portfolio-item .portfolio-info .portfolio-title,
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name .name,
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name span,
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item .testimonial-content p,
.testimonial-dark.owl-carousel .testimonial-item .testimonial-quote i {
    color: #fff;
}
.my-shuffle-container.grid-style .grid-item {
    padding: 0 !important;
}
.my-shuffle-container.columns-1 .grid-item {
    width: 100%;
    padding: 15px;
}
.my-shuffle-container.columns-2 .grid-item {
    width: 50%;
    padding: 15px;
    float: left;
}
.my-shuffle-container.columns-3 .grid-item {
    width: 33.33333333%;
    padding: 15px;
}
.my-shuffle-container.columns-4 .grid-item {
    width: 25%;
    padding: 10px;
}
.my-shuffle-container.columns-5 .grid-item {
    width: 20%;
    padding: 15px;
}
.my-shuffle-container.columns-6 .grid-item {
    width: 16.666666%;
    padding: 0;
}
.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
    width: 100%;
}
@media (max-width: 767px) {
    .my-shuffle-container .grid-item,
    .my-shuffle-container.columns-3 .grid-item,
    .my-shuffle-container.columns-4 .grid-item,
    .my-shuffle-container.columns-5 .grid-item,
    .my-shuffle-container.columns-6 .grid-item {
        width: 33.33333333%;
    }
}
@media (max-width: 575px) {
    .my-shuffle-container .grid-item,
    .my-shuffle-container.columns-2 .grid-item,
    .my-shuffle-container.columns-3 .grid-item,
    .my-shuffle-container.columns-4 .grid-item,
    .my-shuffle-container.columns-5 .grid-item,
    .my-shuffle-container.columns-6 .grid-item {
        width: 100%;
    }
}
.pricing-table {
    padding: 50px 30px;
    border-radius: 3px;
}
.pricing-table .pricing-title {
    margin-bottom: 15px;
}
.pricing-table .pricing-price {
    padding: 40px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pricing-table .pricing-price h2 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
}
.pricing-table .pricing-price .pricing-duration {
    padding-left: 20px;
}
.pricing-table .pricing-price .pricing-duration span {
    display: block;
}
.skill,
.skill .skill-bar {
    position: relative;
    border-radius: 3px;
}
.skill {
    width: 100%;
    height: 4px;
    margin: 50px 0 20px;
    background-color: #f4f4f5;
}
.skill .skill-bar {
    height: 100%;
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #f5772b), to(#fa3a72));
    background: linear-gradient(to right, #f5772b 30%, #fa3a72 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.9s ease;
    transition: width 0.9s ease;
}
.skill .skill-bar .skill-title {
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    margin-left: 0;
    margin-top: -28px;
    text-align: left;
}
.skill .skill-bar .skill-title i {
    margin-right: 8px;
}
.skill .skill-bar .progress-number,
.skill .skill-bar .progress-type {
    color: #323232;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 14px;
    top: -10px;
    font-size: 15px;
    font-weight: 600;
}
.skill .skill-bar .progress-type {
    right: 0;
}
.skill .skill-bar:before {
    content: "";
    right: 0;
    background: #f5772b;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.social-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.social-icon ul li {
    list-style-type: none;
    margin-right: 20px;
}
.social-icon ul li a {
    font-size: 16px;
    color: #242536;
    display: block;
}
.social-icon ul li:last-child {
    margin-right: 0;
}
.social-icon.social-icon-02 ul li a,
.social-icon.social-icon-03 ul li a {
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
}
.social-icon.social-icon-02 ul li a {
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
}
.social-icon.social-icon-02 ul li a:hover,
.social-icon.social-icon-03 ul li a:hover {
    background: #fff;
    color: #f5772b;
}
.social-icon.social-icon-03 ul li a {
    font-size: 20px;
    background: #fd4632;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 50px;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: auto;
    height: auto;
}
.swiper-button-next {
    right: 70px;
}
.swiper-button-prev {
    left: 70px;
}
.swiper-button-next span,
.swiper-button-prev span {
    padding: 0 15px;
}
.swiper-button-next-2:focus,
.swiper-button-next:focus,
.swiper-button-prev-2:focus,
.swiper-button-prev:focus {
    outline: 0;
}
.swiper-button-next,
.swiper-button-prev {
    background-image: inherit !important;
    z-index: 1;
}
.swiper-button-prev span {
    margin-right: 15px;
}
.swiper-button-prev span:before {
    top: -4px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swiper-button-next span:after,
.swiper-button-next span:before,
.swiper-button-prev span:after,
.swiper-button-prev span:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    background: inherit;
    width: 10px;
}
.swiper-button-prev span:after {
    bottom: -4px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-button-next span,
.swiper-button-next-2 span,
.swiper-button-prev span,
.swiper-button-prev-2 span {
    position: relative;
    top: 0;
    width: 18px;
    height: 2px;
    display: inline-block;
    background: #f5772b;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
.swiper-button-next span {
    margin-left: 15px;
}
.swiper-button-next span:after,
.swiper-button-next span:before {
    right: 0;
}
.swiper-button-next span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
}
.swiper-button-next span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -4px;
}
@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}
.swiper-button-next-2,
.swiper-button-prev-2 {
    position: absolute;
    bottom: 50px;
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: auto;
    height: auto;
}
.swiper-button-next-2 {
    right: 70px;
}
.swiper-button-prev-2 {
    left: 70px;
}
.swiper-button-next-2 span,
.swiper-button-prev-2 span {
    padding: 0 15px;
}
.swiper-button-next-2,
.swiper-button-prev-2 {
    background-image: inherit !important;
    z-index: 1;
}
.swiper-button-prev-2 span {
    margin-right: 15px;
}
.swiper-button-prev-2 span:before {
    top: -4px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.swiper-button-next-2 span:after,
.swiper-button-next-2 span:before,
.swiper-button-prev-2 span:after,
.swiper-button-prev-2 span:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    background: inherit;
    width: 10px;
}
.swiper-button-prev-2 span:after {
    bottom: -4px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-button-next-2 span {
    margin-left: 15px;
}
.swiper-button-next-2 span:after,
.swiper-button-next-2 span:before {
    right: 0;
}
.swiper-button-next-2 span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
}
.swiper-button-next-2 span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -4px;
}
@media (min-width: 767px) {
    .swiper-button-next-2,
    .swiper-button-prev-2 {
        display: none;
    }
}
.team,
.team.team-02 .team-img .team-social ul li a {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.team .team-img {
    padding-right: 50px;
}
.team .team-img,
.team .team-img img,
.team.team-02 .team-img img,
.testimonial-item .testimonial-author .testimonial-avatar img {
    border-radius: 3px;
}
.team .team-img .shape {
    position: absolute;
    z-index: -1;
}
.team .team-img .shape-01 {
    right: 0;
    bottom: -75px;
}
.team .team-img .shape-02 {
    right: 0;
    bottom: -55px;
}
.team .team-img .shape-03 {
    right: 0;
    bottom: -76px;
}
.team,
.team .team-img,
.team .team-info,
.testimonial-item {
    position: relative;
}
.team .team-info .team-designation {
    font-size: 16px;
    color: #f5772b;
    margin-top: 25px;
    display: block;
}
.team .team-info .team-title {
    font-size: 20px;
    font-weight: 500;
    color: #323232;
    margin-top: 10px;
    margin-bottom: 4px;
    display: block;
}
.header .topbar a i,
.header .topbar a:hover,
.team .team-info .team-title:hover,
.team.team-02 .team-img .team-social ul li a:hover {
    color: #f5772b;
}
.team:hover .team-detail .team-social {
    opacity: 1;
}
.team.team-02 {
    text-align: center;
}
.team.team-02 .team-img {
    position: relative;
    padding-right: 0;
    overflow: hidden;
    border-radius: 3px;
}
.team.team-02 .team-img .shape {
    z-index: 9;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.team.team-02 .team-img .shape-04 {
    width: 350px;
    height: auto;
    bottom: -170px;
    left: -15px;
}
.team.team-02 .team-img .shape-05 {
    top: -180px;
    left: -85px;
}
.team.team-02 .team-img .team-social {
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    bottom: -30px;
    z-index: 9;
}
.team.team-02 .team-img .team-social ul {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}
.team.team-02 .team-img .team-social ul li {
    display: inline-block;
    list-style-type: none;
    float: left;
}
.team.team-02 .team-img .team-social ul li a {
    display: block;
    color: #fff;
    padding: 0 8px;
}
.team.team-02 .team-img .team-social ul li a i {
    font-size: 16px;
    line-height: 24px;
}
.team.team-02:hover .team-img .shape {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team.team-02:hover .team-img .shape-04 {
    bottom: -40px;
    left: -15px;
}
.team.team-02:hover .team-img .shape-05 {
    top: -70px;
    left: -85px;
}
.team.team-02:hover .team-img .team-social {
    bottom: 10px;
}
@media (max-width: 991px) {
    .team .team-img {
        padding-right: 0;
    }
    .team .team-img .shape-01 {
        right: -10px;
        width: 120px;
    }
    .team .team-img .shape-02 {
        right: -10px;
        bottom: -90px;
        width: 120px;
    }
    .team .team-img .shape-03 {
        right: -10px;
        width: 120px;
    }
    .team.team-02 .team-img .shape-04 {
        width: 480px;
        bottom: -230px;
    }
}
@media (max-width: 575px) {
    .team .team-img .shape-01,
    .team .team-img .shape-02,
    .team .team-img .shape-03 {
        display: none;
    }
    .team.team-02 .team-img .shape-04 {
        width: 580px;
        bottom: -280px;
    }
    .team.team-02:hover .team-img .shape-04 {
        bottom: -80px;
    }
}
@media (max-width: 479px) {
    .team.team-02 .team-img .shape-04 {
        width: 480px;
        bottom: -230px;
    }
    .team.team-02:hover .team-img .shape-04 {
        bottom: -40px;
    }
}
@media (max-width: 391px) {
    .team.team-02 .team-img .shape-04 {
        width: 400px;
    }
}
.testimonial-item .testimonial-quote {
    margin-bottom: 20px;
}
.testimonial-item .testimonial-quote i {
    font-size: 62px;
    display: inline-block;
    line-height: 62px;
    color: #f5772b;
}
.testimonial-item .testimonial-content p {
    font-size: 24px;
    line-height: 34px;
    color: #323232;
    margin-bottom: 35px;
}
.testimonial-item .testimonial-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.testimonial-item .testimonial-author .testimonial-avatar {
    margin-right: 15px;
}
.testimonial-item .testimonial-author .testimonial-name .name {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    color: #323232;
}
.testimonial-item .testimonial-author .testimonial-name span {
    font-size: 12px;
    line-height: 20px;
    color: #f5772b;
    font-weight: 400;
}
.testimonial-center .testimonial-item {
    text-align: center;
    padding: 0 15%;
}
.testimonial-center .testimonial-item .testimonial-author {
    margin-bottom: 0;
    display: inline-block;
}
.testimonial-center .testimonial-item .testimonial-author .testimonial-avatar {
    display: none;
}
.testimonial-bg.owl-carousel .testimonial-item {
    padding: 70px 40px;
    background: #fcfcfc;
}
.testimonial-bg.owl-carousel .testimonial-item .testimonial-content p {
    font-size: 18px;
    line-height: 28px;
}
.testimonial-bg.owl-carousel .owl-nav .owl-prev {
    left: -100px;
}
.testimonial-bg.owl-carousel .owl-nav .owl-next {
    right: -100px;
}
.testimonial-bg.testimonial-bg-dark.owl-carousel .testimonial-item {
    background: #242536;
}
.header,
.testimonial-dark.owl-carousel .owl-dots .owl-dot span {
    background: #fff;
}
.bg-dark .testimonial-item .testimonial-quote i {
    background: -webkit-linear-gradient(#f5772b, #fa3a72);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-dark .testimonial-item .testimonial-author .testimonial-name .name,
.bg-dark .testimonial-item .testimonial-author .testimonial-name span,
.bg-dark .testimonial-item .testimonial-content p,
.testimonial-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name .name,
.testimonial-dark.owl-carousel .testimonial-item .testimonial-author .testimonial-name span,
.testimonial-dark.owl-carousel .testimonial-item .testimonial-content p {
    color: #fff;
}
.bg-dark .owl-nav .owl-next,
.bg-dark .owl-nav .owl-prev {
    color: #fff !important;
}
@media (max-width: 1350px) {
    .testimonial-bg.owl-carousel .owl-nav .owl-prev {
        left: -50px;
    }
    .testimonial-bg.owl-carousel .owl-nav .owl-next {
        right: -50px;
    }
}
@media (max-width: 1199px) {
    .testimonial-bg.owl-carousel .owl-nav .owl-prev,
    .testimonial-center.owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .testimonial-bg.owl-carousel .owl-nav .owl-next,
    .testimonial-center.owl-carousel .owl-nav .owl-next {
        right: 0;
    }
}
@media (max-width: 991px) {
    .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
    .testimonial-bg.owl-carousel .owl-nav .owl-next,
    .testimonial-bg.owl-carousel .owl-nav .owl-prev {
        display: none;
    }
    .testimonial-bg.owl-carousel .testimonial-item {
        padding: 50px 40px;
    }
}
@media (max-width: 767px) {
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        display: none;
    }
    .testimonial-center .testimonial-item {
        padding: 0;
    }
    .testimonial-item .testimonial-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .testimonial-bg.owl-carousel .testimonial-item {
        padding: 40px;
    }
}
@media (max-width: 479px) {
    .testimonial-item .testimonial-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .testimonial-bg.owl-carousel .testimonial-item {
        padding: 30px;
    }
}
.header {
    position: relative;
    z-index: 99;
}
.header .topbar {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.header .topbar a {
    color: #626262;
    font-size: 13px;
}
.header .topbar a span {
    font-weight: 600;
}
.header .topbar li {
    padding: 0 10px;
}
.header .navbar,
.header .topbar .login {
    position: relative;
    padding: 0 10px;
}
.header .topbar .login:before {
    position: absolute;
    content: "|";
    top: 0;
    right: 0;
    font-size: 16px;
    color: #c1c1c1;
}
.header .navbar {
    width: 100%;
    z-index: 9;
    padding: 0;
}
.header .navbar .navbar-brand {
    padding: 20px 0;
    margin-right: 0;
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}
.header .navbar .navbar-brand img,
.header.header-transparent .navbar .navbar-brand img {
    height: 52px;
}
.header .navbar .navbar-toggler-icon {
    position: relative;
    width: 30px;
    height: 2px;
    background: #f5772b;
}
.header .navbar .dropdown .dropdown-menu li a:before,
.header .navbar .navbar-toggler-icon:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #f5772b;
    left: 0;
    top: -10px;
}
.header .navbar .navbar-toggler-icon:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #f5772b;
    left: 0;
    bottom: -10px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
    color: #323232;
    text-transform: capitalize;
}
.header .navbar .navbar-nav .nav-item .nav-link i {
    padding-left: 5px;
    font-size: 12px;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover,
.header .navbar .navbar-nav .nav-item.active .nav-link,
.header.header-02 .navbar .navbar-nav .nav-item.active .nav-link,
.header.header-03 .navbar .navbar-nav .nav-item.active .nav-link {
    color: #f5772b;
}
.header .navbar .dropdown .dropdown-menu {
    padding: 20px 30px;
    z-index: 9999;
}
.header .navbar .dropdown .dropdown-menu li a {
    background: 0 0;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
    min-width: 180px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .navbar .dropdown .dropdown-menu li a:hover {
    color: #f5772b;
    padding-left: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .navbar .dropdown .dropdown-menu li a:before {
    height: 3px;
    width: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .navbar .dropdown .dropdown-menu li a:hover:before {
    width: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .dropdown-toggle:after {
    content: none;
}
.header .logo-sticky,
.header.sticky-top .logo {
    display: none;
}
.header.sticky-top .logo-sticky {
    display: inline-block;
}
.navbar .dropdown > .dropdown-menu li.active > a {
    color: #f5772b;
    padding-left: 25px;
}
.navbar .navbar-nav .dropdown-menu li.active > a:before {
    width: 15px;
}
.header.header-transparent {
    position: absolute;
    background: 0 0 !important;
    width: 100%;
    z-index: 99;
}
.header.header-transparent .navbar .navbar-brand {
    margin-right: 40px;
    padding: 20px 0;
}
.header.header-transparent .navbar .navbar-nav .nav-link {
    color: #fff;
}
.search .search-btn {
    display: block;
    height: 22px;
    line-height: 22px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.search .search-btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}
.search .search-box {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 888;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0 !important;
    margin: 0;
    border-radius: 3px;
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.search .search-box .form-control {
    height: 58px;
    background-color: #fff;
    padding-right: 60px;
}
.search .search-box .search-button,
.subscribe button {
    position: absolute;
    top: 50%;
    background: 0 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search .search-box .search-button {
    cursor: pointer;
    font-size: 16px;
    right: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    -o-border-image: initial;
    border-image: initial;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.search.search-open .search-box {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-box-shadow: rgba(153, 153, 153, 0.176) 0 1rem 3rem;
    box-shadow: rgba(153, 153, 153, 0.176) 0 1rem 3rem;
    opacity: 1 !important;
    visibility: visible !important;
}
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link,
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover,
.header.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
.header.bg-primary .search-btn {
    color: #fff;
}
.header.sticky-top {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff !important;
    -webkit-box-shadow: 0 8px 27px 0 rgba(153, 153, 153, 0.15);
    box-shadow: 0 8px 27px 0 rgba(153, 153, 153, 0.15);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
    -webkit-animation: stickySlideDown 1s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.header.sticky-top .topbar {
    display: none !important;
}
.header.sticky-top .navbar .navbar-brand {
    padding: 15px 0;
}
.footer .footer-link ul li a,
.header.bg-light .navbar .navbar-nav .nav-link,
.header.sticky-top .navbar .navbar-nav .nav-item .nav-link,
.header.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #323232;
}
.footer .footer-bottom .social-icon ul li a:hover,
.footer .footer-link ul li a:hover,
.header.header-02.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover,
.header.header-03.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover,
.header.sticky-top .navbar-nav .nav-item.active .nav-link,
.header.sticky-top .navbar-nav .nav-item.active .nav-link:hover,
.header.sticky-top.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover,
.header.sticky-top.bg-primary .navbar .navbar-nav .nav-item.active .nav-link {
    color: #f5772b;
}
.header.sticky-top .search-btn {
    color: #f5772b !important;
}
.header.bg-primary.sticky-top .btn {
    background: #f5772b;
    color: #fff;
    border-color: #f5772b;
}
@media (min-width: 992px) {
    .dropdown {
        display: inline-block;
    }
    .dropdown .dropdown-menu {
        margin: 0;
        font-size: 14px;
        border-radius: 3px;
        border: 0;
        left: 100%;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
    }
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 1199px) {
    .header .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 16px;
    }
}
@media (max-width: 991px) {
    .header {
        -webkit-box-shadow: 0 8px 27px 0 rgba(153, 153, 153, 0.15);
        box-shadow: 0 8px 27px 0 rgba(153, 153, 153, 0.15);
    }
    .header.header-transparent {
        position: relative;
        background: #fff !important;
    }
    .header.header-transparent.bg-primary {
        position: relative;
        background: #242536 !important;
    }
    .header.header-transparent.sticky-top {
        position: fixed;
    }
    .navbar-toggler {
        border: 0;
        position: absolute;
        height: 75px;
        right: 0;
        padding: 0;
    }
    .header .navbar-collapse {
        position: absolute;
        top: 100%;
        z-index: 999;
        background: #fff;
        width: 100%;
        max-height: 480px;
        overflow: auto;
        left: 0;
        margin-left: 0;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }
    .navbar .navbar-nav .dropdown-menu li.active > a {
        padding-left: 25px;
    }
    .header .navbar .dropdown-menu {
        margin: 0;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #f4f4f5;
        padding: 14px 30px;
        font-size: 13px;
    }
    .navbar .navbar-nav .nav-link i {
        position: absolute;
        right: 20px;
        top: 15px;
    }
    .header.bg-primary .navbar .navbar-nav .nav-item .nav-link,
    .header.header-transparent .navbar .navbar-nav .nav-link {
        color: #242536;
    }
    .header.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover,
    .header.bg-primary .navbar .navbar-nav .nav-item.active .nav-link {
        color: #f5772b;
    }
}
@media (max-width: 767px) {
    .header .navbar .dropdown .dropdown-menu li a,
    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
}
.section-title {
    margin-bottom: 50px;
}
.section-title .title {
    margin-bottom: 20px;
}
.section-title p {
    margin-bottom: 30px;
}
.get-touch {
    background: #fcfcfc;
    padding: 30px;
    text-align: center;
    position: relative;
    height: 350px;
    overflow: hidden;
}
.get-touch svg {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: auto;
}
.clipped-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url(../images/bg/10.jpg);
    font-weight: 900;
    color: #f5772b;
}
.sticky-img {
    position: fixed;
    top: 90px;
    width: 50%;
}
.sticky-img.right-split {
    right: 0;
}
.sticky-img.left-split {
    left: 0;
}
.social-bg-hover span,
.subscribe {
    position: relative;
}
.subscribe .form-group .form-control {
    padding-right: 75px;
}
.subscribe button {
    right: 10px;
    padding: 23px 10px;
    border: 0;
}
.frame-layout {
    padding: 20px;
}
.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}
.back-to-top {
    opacity: 0.5;
    background-color: #f5772b;
    border-radius: 3px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    z-index: 9;
}
.imageblock-section {
    position: relative;
    display: block;
    width: 100%;
}
.imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    padding: 0;
    right: 0;
    left: auto;
}
.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display: block;
    width: 100%;
}
.social-bg-hover {
    position: relative;
    color: #fff;
}
.social-bg-hover:before {
    content: "";
    color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.footer .footer-bottom .social-icon ul li a,
.social-bg-hover:hover {
    color: #fff;
}
.social-bg-hover:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
}
.facebook-bg {
    background-color: #445c8e;
}
.twitter-bg {
    background-color: #43afe9;
}
.google-bg {
    background-color: #dc0510;
}
.instagram-bg {
    background-color: #dd2a7b;
}
.linkedin-bg {
    background-color: #007eb3;
}
.error-text {
    font-size: 268px;
    line-height: 266px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #242536;
}
@media (max-width: 991px) {
    .imageblock-section-img {
        position: relative;
        height: 400px;
    }
}
@media (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }
    .section-title p {
        margin-bottom: 20px;
    }
    .get-touch {
        margin-top: 50px;
    }
    .sticky-img.left-split,
    .sticky-img.right-split {
        position: inherit;
        top: 0;
        width: 90%;
        right: 0;
        left: 0;
        margin: auto auto 30px;
    }
    .error-text {
        font-size: 210px;
        line-height: 220px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 575px) {
    .get-touch svg {
        bottom: -50px;
    }
}
@media (max-width: 575px) {
    .error-text {
        font-size: 120px;
        line-height: 130px;
    }
}
.footer {
    position: relative;
    overflow: hidden;
}
.footer .shape-06 {
    position: absolute;
    left: -140px;
    bottom: -80px;
    opacity: 0.1;
}
.footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 70px;
    margin-bottom: 70px;
}
.footer .footer-link ul li {
    margin-bottom: 15px;
}
.footer .footer-bottom {
    margin-top: 60px;
    padding: 40px 0 20px;
}
.footer .footer-bottom .copyright p {
    font-size: 14px;
    color: #999;
}
.footer .footer-bottom .footer-bottom-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
}
.footer .footer-bottom .footer-bottom-link li {
    list-style-type: none;
}
.footer .footer-bottom .footer-bottom-link li a {
    display: block;
    font-size: 15px;
    color: #cdcdcd;
    padding: 0 20px;
}
.blog-post .blog-post-meta a:hover,
.footer .footer-bottom .footer-bottom-link li a:hover,
.footer.bg-dark .footer-link ul li a:hover {
    color: #f5772b;
}
.footer .footer-bottom .footer-bottom-link li:last-child a {
    padding-right: 0;
}
.footer form .form-group .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.02);
    color: #fff;
    padding-right: 20px;
}
.footer form .form-group .form-control:-moz-placeholder {
    color: #c1c1c1;
}
.footer form .form-group .form-control:-ms-input-placeholder {
    color: #c1c1c1;
}
.footer form .form-group .form-control:-webkit-input-placeholder {
    color: #c1c1c1;
}
.footer .logo-horizontal img {
    max-width: 200px;
}
.footer.footer-02 .footer-bottom {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    margin-top: 100px;
}
.footer.footer-02 .map {
    height: 100%;
}
.footer.footer-02 .footer-logo {
    height: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer.footer-02 .footer-logo svg {
    width: 90%;
    height: 100%;
}
.footer.bg-dark .footer-link ul li a {
    color: #999;
}
@media (max-width: 1199px) {
    .footer.footer-02 .footer-logo svg {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .footer hr {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .footer .footer-bottom {
        margin-top: 20px;
    }
    .footer.footer-02 .footer-bottom {
        margin-top: 70px;
    }
    .footer.footer-02 .footer-logo {
        height: auto;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .footer.footer-02 .map {
        height: 350px;
    }
}
@media (max-width: 767px) {
    .footer hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer .footer-bottom {
        margin-top: 0;
    }
    .footer.footer-02 .footer-bottom {
        margin-top: 50px;
    }
}
.blog-post {
    border-radius: 1px;
    position: relative;
    overflow: hidden;
}
.blog-post .blog-post-content {
    padding: 10px !important;
    background: #f6f6f6;
}
.blog-post .blog-post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.blog-post .blog-post-meta .blog-post-date {
    position: relative;
    padding-right: 16px;
}
.blog-post .blog-post-meta .blog-post-date:before {
    position: absolute;
    right: 0;
    width: 2px;
    height: 15px;
    background: #626262;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-post .blog-post-meta a {
    color: #626262;
    font-weight: 500;
}
.blog-post .blog-post-meta .blog-post-author {
    padding-left: 20px;
    font-weight: 500;
}
.blog-post .blog-post-title {
    line-height: 28px;
    margin-bottom: 0;
}
.blog-post .blog-post-image img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
@media (max-width: 479px) {
    .blog-post .blog-post-meta {
        display: block;
    }
    .blog-post .blog-post-meta .blog-post-date {
        padding-right: 0;
        margin-bottom: 8px;
    }
    .blog-post .blog-post-meta .blog-post-date:before {
        display: none;
    }
    .blog-post .blog-post-meta .blog-post-author {
        padding-left: 0;
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .container {
        max-width: 96%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}
@media (max-width: 991px) {
    .space-ptb {
        padding: 70px 0;
    }
    .space-pt {
        padding-top: 70px;
    }
    .space-pb {
        padding-bottom: 70px;
    }
    .space-sm-ptb {
        padding: 50px 0;
    }
    .space-sm-pt {
        padding-top: 50px;
    }
    .space-sm-pb {
        padding-bottom: 50px;
    }
    .space-lg-mt {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .space-ptb {
        padding: 50px 0;
    }
    .space-pt {
        padding-top: 50px;
    }
    .space-pb {
        padding-bottom: 50px;
    }
    .space-sm-ptb {
        padding: 30px 0;
    }
    .space-sm-pt {
        padding-top: 30px;
    }
    .space-sm-pb {
        padding-bottom: 30px;
    }
    .space-lg-mt {
        margin-top: 70px;
    }
}
