:root {
    --primary-color: #FC5220;
    --secondary-color: #121c22;
    --_fa-family: "Font Awesome 7 Free";
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    transition: 0.3s ease opacity;
    text-align: center;
    width: 100%;
    height: 100%
}

#preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #FC5220;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

#preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #FC5220;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s
}

@keyframes "LoaderCicle" {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }

    10% {
        width: 10px;
        height: 10px;
        opacity: 1
    }

    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0
    }
}

a:hover {
    color: #FC5220;
    text-decoration: none
}

a:active {
    color: #FC5220;
    text-decoration: none
}

.card {
    color: #4B4B4B
}

.card .card-body {
    color: #4B4B4B
}

.ls-minus-2px {
    letter-spacing: -2px
}

.text-primary {
    color: #FC5220 !important
}

.text-primary-hover:hover {
    color: #FC5220 !important
}

.text-secondary {
    color: #121c22 !important
}

.text-secondary-hover:hover {
    color: #121c22 !important
}

.bg-primary {
    background-color: #FC5220 !important
}

.bg-secondary {
    background-color: #121c22 !important
}

.secondary-overlay[data-overlay-dark]:before {
    background: #121c22
}

.left-overlay-secondary[data-overlay-dark]:before {
    background: rgba(18, 28, 34, 0.76);
    background: linear-gradient(-80deg, transparent, #121c22 65%)
}

.bg-white-light {
    background-color: rgba(255, 255, 255, 0.08)
}

.white-hover:hover {
    color: #fff !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.top100 {
    top: 100px
}

.border-radius-img {
    border-radius: 0.375rem 0 0 0.375rem
}

.w-50px {
    width: 50px !important
}

.primary-shadow {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06)
}

.cursor-pointer {
    cursor: pointer
}

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

.border-text {
    text-fill-color: transparent;
    text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px
}

.position-right-bottom {
    position: absolute;
    right: 30px;
    bottom: 30px
}

@media screen and (max-width: 991px) {
    .border-radius-img {
        border-radius: 0.375rem 0.375rem 0 0
    }
}

@media screen and (max-width: 575px) {
    .min-height-355 {
        min-height: 355px
    }
}

@media screen and (max-width: 1199px) {
    .min-height-550 {
        min-height: 550px
    }
}

@media screen and (max-width: 767px) {
    .min-height-550 {
        min-height: 450px
    }
}

@media screen and (max-width: 991px) {
    .min-height-350 {
        min-height: 350px
    }
}

.min-height-385 {
    min-height: 385px
}

@media screen and (max-width: 1399px) {
    .min-height-385 {
        min-height: 300px
    }
}

.min-height-700 {
    min-height: 700px
}

@media screen and (max-width: 1199px) {
    .min-height-700 {
        min-height: 645px
    }
}

@media screen and (max-width: 991px) {
    .min-height-700 {
        min-height: 600px
    }
}

@media screen and (max-width: 767px) {
    .min-height-700 {
        min-height: 420px
    }
}

.min-height820 {
    min-height: 820px
}

@media screen and (max-width: 1399px) {
    .min-height820 {
        min-height: 750px
    }
}

@media screen and (max-width: 1199px) {
    .min-height820 {
        min-height: 700px
    }
}

@media screen and (max-width: 991px) {
    .min-height820 {
        min-height: 600px
    }
}

@media screen and (max-width: 575px) {
    .min-height820 {
        min-height: 490px
    }
}

.min-vh-67 {
    min-height: 67vh !important
}

@media screen and (min-width: 1200px) {
    .margin-top50 {
        margin-top: -50px
    }

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

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

@media screen and (min-width: 767px) {
    .min-width-100vw {
        min-width: 100vw
    }
}

@media screen and (min-width: 768px) {
    .min-width-100 {
        min-width: 100vw
    }
}

.scrolling-card {
    position: sticky;
    z-index: 99;
    top: 100px
}

.image-hover {
    position: relative;
    overflow: hidden
}

.image-hover:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.image-hover:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.image-hover:active:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.image-hover:focus:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}

.list-style01 li {
    margin-bottom: 17px;
    color: rgba(255, 255, 255, 0.6)
}

.list-style01 li:last-child {
    margin-bottom: 0
}

.list-style01 li span {
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 3px;
    color: #fff;
    font-size: 16px
}

.list-style02 {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-style02 li {
    position: relative;
    padding: 0 0 5px 30px;
    margin: 0 0 5px 0
}

.list-style02 li:before {
    content: "\e64c";
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'themify';
    color: #c0c0c0;
    font-size: 16px;
    color: #FC5220
}

.list-style02 li:first-child {
    padding-top: 5px
}

.list-style02 li:first-child:before {
    top: 6px
}

.list-style02 li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.list-style03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px
}

.list-style03 li {
    position: relative;
    color: #fff;
    padding-left: 35px;
    font-size: 14px;
    justify-content: center
}

.list-style03 li:before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    top: -3px;
    left: 0;
    font-size: 18px;
    color: #FC5220
}

@media screen and (max-width: 1399px) {
    .list-style03 {
        gap: 20px 40px
    }
}

@media screen and (max-width: 767px) {
    .list-style03 {
        gap: 15px;
        justify-content: start
    }
}

.list-style04 li {
    padding-left: 27px;
    position: relative;
    margin-bottom: 9px
}

.list-style04 li:last-child {
    margin-bottom: 0
}

.list-style04 li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'Font Awesome 7 Free';
    font-weight: 600;
    font-size: 15px;
    top: 4px;
    left: 0;
    color: #FC5220
}

.list-style05 li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px
}

.list-style05 li:last-child {
    margin-bottom: 0
}

.list-style05 li a {
    color: #fff
}

.list-style05 li a:hover {
    color: #FC5220
}

.list-style05 li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #FC5220;
    border-radius: 50%
}

.list-style06 {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.list-style06 li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #ffffff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2)
}

.list-style06 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.list-style06 li a {
    color: #ffffff
}

.list-style06 a:hover {
    color: #FC5220
}

@media screen and (max-width: 991px) {
    .list-style06 li {
        font-size: 15px
    }
}

.scroll-top-percentage {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    color: #fff;
    right: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -ms-grid;
    display: grid;
    place-items: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 100
}

.scroll-top-percentage.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

#scroll-value {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    color: var(--rr-common-white);
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 600
}

#scroll-value i {
    font-size: 20px
}

@media screen and (max-width: 1199px) {
    .scroll-top-percentage {
        right: 30px;
        bottom: 20px
    }
}

@-webkit-keyframes "scrollToTop" {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes "scrollToTop" {
    0% {
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.btn-style01 {
    display: inline-block;
    background-color: #FC5220;
    white-space: normal;
    word-wrap: break-word;
    color: #fff !important;
    padding: 16px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
    border-radius: 50rem;
    transition-duration: .3s
}

.btn-style01:hover {
    background-color: #121c22;
    color: #fff !important
}

.btn-style01:active {
    background-color: #121c22;
    color: #fff !important
}

.btn-style01:focus {
    background-color: #121c22;
    color: #fff !important
}

.btn-style01.md {
    padding: 13px 22px !important;
    font-size: 14px
}

.btn-style01.sm {
    padding: 10px 18px !important;
    font-size: 14px
}

.btn-style01.white-hover:hover {
    background-color: #fff;
    color: #121c22 !important
}

.btn-style01.white-hover:active {
    background-color: #fff;
    color: #121c22 !important
}

.btn-style01.white-hover:focus {
    background-color: #fff;
    color: #121c22 !important
}

.btn-style01.white {
    background-color: #fff !important;
    color: #121c22 !important
}

.btn-style01.white:hover {
    background-color: #121c22 !important;
    color: #fff !important
}

.btn-style01.secondary {
    background-color: #121c22;
    color: #fff !important
}

.btn-style01.secondary:hover {
    background-color: #FC5220;
    color: #fff !important
}

.btn-style02 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
    font-size: 14px !important;
    color: #fff !important;
    border-radius: 50rem;
    font-weight: 700;
    text-align: center;
    padding: 15px 32px !important;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
    background-color: #FC5220
}

.btn-style02:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: #121c22;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1
}

.btn-style02:hover {
    color: #fff !important
}

.btn-style02:hover:before {
    top: -40%
}

.btn-style02.white:before {
    background-color: #fff
}

.btn-style02.white:hover {
    color: #FC5220 !important
}

.btn-style02.secondary {
    background-color: #121c22
}

.btn-style02.secondary:before {
    background-color: #FC5220
}

.btn-style02.md {
    padding: 12px 28px !important
}

.btn-style02.sm {
    padding: 8px 24px !important;
    font-size: 13px !important
}

.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style02.white:before {
    background-color: #121c22
}

.header-style1.scrollHeader .attr-nav>ul>li>a.btn-style02.white:hover {
    color: #fff !important
}

.btn-style03 {
    font-size: 15px;
    font-weight: 700;
    padding: 12px 34px !important;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    border-radius: 50rem;
    position: relative;
    overflow: hidden !important;
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    border: 2px solid #FC5220;
    color: #fff !important;
    z-index: 1;
    background-color: #FC5220;
    vertical-align: middle;
    text-transform: uppercase
}

.btn-style03:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: -1
}

.btn-style03:hover {
    background-color: #FC5220;
    color: #fff
}

.btn-style03:hover:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.btn-style03:focus {
    background-color: #FC5220;
    color: #fff
}

.btn-style03:focus:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.btn-style03:active {
    background-color: #FC5220;
    color: #fff
}

.btn-style03:active:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.btn-style03.secondary {
    border: 2px solid #121c22;
    background-color: #121c22
}

.btn-style03.secondary:hover {
    background-color: #121c22;
    color: #fff
}

.btn-style03.secondary:focus {
    background-color: #121c22;
    color: #fff
}

.btn-style03.secondary:active {
    background-color: #121c22;
    color: #fff
}

.btn-style03.md {
    padding: 8px 26px !important;
    font-size: 15px
}

.btn-style03.sm {
    padding: 6px 20px !important
}

@media screen and (max-width: 1399px) {
    .btn-style03 {
        padding: 10px 30px !important;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .btn-style03 {
        padding: 8px 25px !important;
        font-size: 14px
    }
}

@-webkit-keyframes "btn_shine" {
    100% {
        left: 200%
    }
}

@keyframes "btn_shine" {
    100% {
        left: 200%
    }
}

.button-text {
    padding: 0;
    position: relative;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    width: auto;
    font-weight: 500
}

.button-text a {
    border-bottom: 2px solid
}

.button-text:hover {
    border-color: #FC5220
}

.rounded-butn-one {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    background-color: #FC5220;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
    transition: .5s;
    padding: 20px !important
}

.rounded-butn-one:hover {
    background-color: #121c22;
    color: #fff
}

.rounded-butn-one:active {
    background-color: #121c22;
    color: #fff
}

.rounded-butn-one:focus {
    background-color: #121c22;
    color: #fff
}

.rounded-butn-one.white:hover {
    background-color: #fff
}

.rounded-butn-one.white:active {
    background-color: #fff
}

.rounded-butn-one.white:focus {
    background-color: #fff
}

.rounded-butn-one.sm {
    width: 120px;
    height: 120px
}

.top-bar-info {
    display: inline-block;
    vertical-align: middle
}

.top-bar-info ul {
    margin-bottom: 0
}

.top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0
}

.top-bar-info li i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom
}

.top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 7px 0
}

.top-social-icon {
    padding: 0;
    float: right;
    margin: 0
}

.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px
}

.top-social-icon li:last-child {
    padding-right: 0
}

.top-social-icon li:last-child a {
    padding-right: 0
}

.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px
}

.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.65)
}

.navbar-nav li.current>a {
    color: #FC5220 !important
}

.navbar-nav li.active>a {
    color: #FC5220 !important
}

.attr-nav>ul>li>a.butn {
    color: #fff
}

.navbar>ul>li.current>a:after {
    border-color: transparent #FC5220 #FC5220 transparent !important
}

.menu_area-light .navbar-nav li.current>a {
    color: #FC5220
}

.menu_area-light .navbar-nav li.active>a {
    color: #FC5220
}

.menu_area-light .navbar>ul>li.current>a:after {
    border-color: transparent #FC5220 #FC5220 transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
    color: #FC5220
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
    color: #FC5220
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
    color: #FC5220
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #FC5220 #FC5220 transparent
}

.header-style2 .navbar-nav li.current>a {
    color: #FC5220
}

.header-style2 .navbar>ul>li.current>a:after {
    border-color: transparent #FC5220 #FC5220 transparent
}

.header-style2.scrollHeader .navbar-nav li.current>a {
    color: #FC5220
}

.header-style2.scrollHeader .navbar-nav li.current>a:hover {
    color: #FC5220
}

.header-style2.scrollHeader .navbar>ul>li.current>a:after {
    border-color: transparent #FC5220 #FC5220 transparent
}

@media screen and (min-width: 992px) {
    .menu_area-light .navbar ul ul li.active>a {
        color: #FC5220
    }

    .menu_area-light .navbar>ul>li.has-sub>a:hover:after {
        border-color: #FC5220
    }

    .menu_area-light .navbar-nav li.has-sub a:hover {
        color: #FC5220
    }

    .menu_area-light.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #FC5220
    }

    .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #FC5220
    }

    .header-style2.scrollHeader .navbar-nav>li.has-sub>a:hover:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }

    .header-style2.scrollHeader .navbar-nav li.current>a {
        color: #FC5220
    }

    .header-style2.scrollHeader .navbar-nav li.current>a:hover {
        color: #FC5220
    }

    .header-style2.scrollHeader .navbar>ul>li.current>a:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }

    .header-style2.scrollHeader .butn.secondary:before {
        background: #FC5220
    }

    .header-style2.scrollHeader .butn.secondary:hover {
        color: #fff !important
    }

    .header-style2.scrollHeader .butn.secondary:focus {
        color: #fff !important
    }

    .header-style2.scrollHeader .butn.secondary:active {
        color: #fff !important
    }

    .header-style2 .navbar>ul>li.has-sub.current>a:hover:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }

    .header-style2 .navbar>ul>li.has-sub>a:hover:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }

    .header-style2 .navbar>ul>li.has-sub>a:active:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }

    .header-style2 .navbar>ul>li.has-sub>a:focus:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }

    .header-style2 .navbar ul ul li.active>a {
        color: #FC5220;
        color: #FC5220
    }

    .header-style2 .navbar-nav li.has-sub a:hover {
        color: #FC5220
    }

    .header-style2 .navbar-nav li.has-sub a:active {
        color: #FC5220
    }

    .header-style2 .navbar-nav li.has-sub a:focus {
        color: #FC5220
    }

    .header-style2 .navbar-nav li.current>a {
        color: #FC5220
    }

    .header-style2 .navbar-nav li.active>a {
        color: #FC5220
    }

    .header-style2 .butn.secondary:before {
        background: #ffffff
    }

    .header-style2 .butn.secondary:hover {
        color: #121c22 !important
    }

    .header-style2 .butn.secondary:focus {
        color: #121c22 !important
    }

    .header-style2 .butn.secondary:active {
        color: #121c22 !important
    }
}

@media screen and (max-width: 991px) {
    .header-style1 .navbar-toggler {
        background: #FC5220
    }

    .header-style1 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .header-style1 .navbar-toggler:before {
        background: #fff
    }

    .header-style1 .navbar-toggler.menu-opened:after {
        background: #fff
    }

    .header-style1 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}

.header-style3 .navbar-nav li.current>a {
    color: #FC5220
}

.header-style3 .navbar-nav li.active>a {
    color: #FC5220
}

@media screen and (min-width: 992px) {
    .header-style3 .navbar-nav li.active>a {
        color: #FC5220
    }

    .header-style3 .navbar-nav>li>a:hover {
        color: #FC5220
    }

    .header-style3 .navbar-nav>li>a:active {
        color: #FC5220
    }

    .header-style3 .navbar-nav>li>a:focus {
        color: #FC5220
    }

    .header-style3 .navbar-nav li.has-sub a:hover {
        color: #FC5220
    }

    .header-style3 .navbar-nav li.current>a {
        color: #FC5220
    }

    .header-style3 .navbar-nav>li.has-sub>a:hover {
        color: #FC5220
    }

    .header-style3 .navbar ul ul li.active>a {
        color: #FC5220
    }

    .header-style3 .navbar>ul>li.has-sub>a:hover:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }

    .header-style3 .navbar>ul>li.current>a:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }

    .header-style3.scrollHeader .navbar-nav>li.has-sub>a:hover {
        color: #FC5220
    }

    .header-style3.scrollHeader .navbar-nav>li.active>a {
        color: #FC5220
    }

    .header-style3.scrollHeader .navbar-nav li.current>a {
        color: #FC5220
    }

    .header-style3.scrollHeader .navbar-nav li.current>a:hover {
        color: #FC5220
    }

    .header-style3.scrollHeader .navbar>ul>li.has-sub>a:hover:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }

    .header-style3.scrollHeader .navbar>ul>li.current>a:after {
        border-color: transparent #FC5220 #FC5220 transparent
    }
}

@media screen and (max-width: 991px) {
    .header-style3 .navbar-toggler {
        background: #FC5220
    }

    .header-style3 .navbar-toggler:after {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .header-style3 .navbar-toggler:before {
        background: #fff
    }

    .header-style3 .navbar-toggler.menu-opened:after {
        background: #fff
    }

    .header-style3 .navbar-toggler.menu-opened:before {
        background: #fff
    }
}

.slider-fade1 .banner-title1 {
    animation-delay: 0.4s
}

.slider-fade1 h1,
.slider-fade1 .h1 {
    font-size: 115px;
    color: #fff
}

.slider-fade1.owl-carousel .owl-nav button.owl-prev,
.slider-fade1.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 0.3;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #000;
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1)
}

.slider-fade1.owl-carousel .owl-nav button.owl-prev {
    left: 2%
}

.slider-fade1.owl-carousel .owl-nav button.owl-next {
    right: 2%
}

.slider-fade1.owl-carousel .owl-nav button.owl-prev:hover,
.slider-fade1.owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
    background-color: #FC5220;
    color: #fff
}

.slider-fade1.owl-carousel .owl-nav button.owl-prev:hover i,
.slider-fade1.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff
}

.slider-fade1.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 40px;
    right: 50px;
    margin: 0 !important
}

.slider-fade1.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    opacity: 1
}

.slider-fade1.owl-theme .owl-dots .owl-dot.active span,
.slider-fade1.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FC5220
}

@media screen and (max-width: 1599px) {
    .slider-fade1.owl-carousel .owl-nav button.owl-prev {
        left: 0
    }

    .slider-fade1.owl-carousel .owl-nav button.owl-next {
        right: 0
    }
}

@media only screen and (max-width: 1399px) {

    .slider-fade1 h1,
    .slider-fade1 .h1 {
        font-size: 105px;
        line-height: 118px
    }
}

@media only screen and (max-width: 1199px) {

    .slider-fade1 h1,
    .slider-fade1 .h1 {
        font-size: 95px;
        line-height: 108px
    }
}

@media only screen and (max-width: 991px) {

    .slider-fade1 h1,
    .slider-fade1 .h1 {
        font-size: 90px;
        line-height: 100px
    }
}

@media only screen and (max-width: 767px) {

    .slider-fade1 h1,
    .slider-fade1 .h1 {
        font-size: 75px;
        line-height: 70px
    }
}

@media only screen and (max-width: 575px) {

    .slider-fade1 h1,
    .slider-fade1 .h1 {
        font-size: 48px;
        line-height: 48px
    }
}

.banner-style01 .banner-box {
    max-width: 440px;
    width: 100%;
    background: rgba(247, 247, 247, 0.1);
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    padding: 45px 40px;
    position: absolute;
    inset-inline-end: 0;
    bottom: -46%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media screen and (max-width: 1199px) {
    .banner-style01 .banner-box {
        bottom: -34%
    }
}

@media screen and (max-width: 991px) {
    .banner-style01 .banner-box {
        display: none
    }
}

.banner-style02 .img1 {
    margin-left: -16px
}

.banner-style02 .img2 {
    margin-left: -16px
}

.banner-style02 h1 {
    font-size: 80px
}

@media screen and (max-width: 1199px) {
    .banner-style02 {
        border-radius: 0
    }

    .banner-style02 h1 {
        font-size: 72px
    }
}

@media screen and (max-width: 991px) {
    .banner-style02 h1 {
        font-size: 58px
    }
}

@media screen and (max-width: 767px) {
    .banner-style02 h1 {
        font-size: 48px
    }
}

.section-title01 {
    position: relative
}

.section-title01 .sub-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    background-color: #FFFFFF;
    color: #FC5220;
    margin-bottom: 15px;
    padding: 3px 10px 2px 10px;
    border-radius: 50rem;
    box-shadow: 5px 4px 13px 0px rgba(46, 63, 99, 0.15);
    position: relative
}

.section-title01 .sub-title:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: -2px 8px 0 0;
    background-color: #FC5220;
    display: inline-block;
    vertical-align: middle
}

.title-scroll {
    width: 130px
}

.title-scroll .small-title {
    padding: 10px 20px 10px 20px;
    border: 1px solid #FC5220;
    border-radius: 50rem
}

.scroll-dot {
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background-color: #121c22;
    text-align: center
}

.scroll-dot.white {
    background-color: #fff
}

.section-title02 span {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #FC5220;
    letter-spacing: 2px;
    display: inline-block;
    z-index: 1;
    padding: 0 18px 0 18px;
    margin-bottom: 8px;
    cursor: text
}

.section-title02 span:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FC5220;
    z-index: -1;
    transition: transform .3s ease;
    transform: scaleX(0);
    transform-origin: bottom right
}

.section-title02 span:after {
    width: 5px;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FC5220;
    z-index: -1;
    transition: transform .3s ease
}

.section-title02 span:hover {
    color: #fff
}

.section-title02 span:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left
}

.page-title-section {
    padding: 190px 0 90px;
    text-align: center
}

.page-title-section h1 {
    font-size: 72px;
    line-height: 1;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
    text-transform: uppercase
}

.page-title-section ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 5px 18px 6px 18px;
    border: 1px solid #FC5220;
    border-radius: 50rem;
    line-height: 1.2
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child {
    color: #ffffff;
    opacity: 0.80;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-title-section ul li:last-child a {
    color: #ffffff;
    opacity: 0.80;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li:after {
    content: "";
    font-weight: 700;
    vertical-align: middle;
    background-color: #FC5220;
    width: 10px;
    padding: 0 5px 0 10px;
    height: 2px;
    display: inline-block;
    margin: -1px 5px 0 10px
}

.page-title-section ul li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px
}

.page-title-section .active a {
    color: #fff
}

.page-title-section li.active:last-child a {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 180px 0 80px 0
    }

    .page-title-section h1 {
        font-size: 60px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 160px 0 80px 0
    }

    .page-title-section h1 {
        font-size: 54px
    }
}

@media screen and (max-width: 575px) {
    .page-title-section {
        padding: 140px 0 70px 0
    }

    .page-title-section h1 {
        font-size: 42px
    }
}

.card-style01 {
    border: none;
    border-radius: 0.375rem;
    height: 100%;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08)
}

.card-style01 .blog-img img {
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease;
    -ms-transition: -ms-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01)
}

.card-style01:hover .blog-img img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.card-style01:active .blog-img img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.card-style01:focus .blog-img img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07)
}

.card-style01 .post-date {
    position: absolute;
    right: 30px;
    top: -42px;
    background: #FC5220;
    color: #fff;
    border-radius: 3px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 15px;
    min-width: 78px
}

.card-style01 .post-date .month {
    font-size: 12px;
    text-transform: uppercase
}

.card-style01 .text-uppercase.display-31 a {
    margin-right: 15px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top
}

.card-style01 .blog-tag:before {
    content: "";
    margin: 0 0.75em;
    width: 3px;
    height: 3px;
    background-color: #8E919D;
    top: 50%;
    transform: translateY(-50%);
    left: -30%;
    display: inline-block;
    position: absolute;
    border-radius: 50%
}

.card-style01>.card-body:nth-child(1) .post-date {
    display: none
}

.card-style02 {
    min-height: 405px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.card-style02 .card-body {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s
}

.card-style02 .card-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5
}

/* .card-style02 h3 a {
    color: #fff
}

.card-style02 p {
    color: #fff
} */

.card-style02:hover {
    border: 1px solid transparent
}

.card-style02:hover .card-body {
    opacity: 1
}

.card-style02:hover h3 a {
    color: #fff
}

.card-style02:hover i {
    color: #fff
}

.card-style02:hover p {
    color: #fff
}

.card-style02 i {
    color: #FC5220
}

@media screen and (max-width: 575px) {
    .card-style02 {
        min-height: 340px
    }
}

.card-style03 .card-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 35px 30px 35px 35px;
    gap: 20px
}

.card-style03 .card-icon {
    margin-bottom: 20px
}

.card-style03 .card-content {
    margin-top: auto
}

.card-style03:hover .card-icon img {
    animation: headShake 2s linear infinite
}

@media screen and (max-width: 1399px) {
    .card-style03 .card-body {
        padding: 35px 25px 35px 30px
    }
}

.card-style04 .card-content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -100%);
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    backdrop-filter: blur(20px);
    opacity: 0;
    transition: all 0.3s ease
}

.card-style04 .card-content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0;
    list-style: none
}

.card-style04 .card-content ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease
}

.card-style04:hover .card-content {
    transform: translate(-50%, 0);
    opacity: 1
}

.card-style05 {
    min-height: 390px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.02);
    display: flex;
    justify-content: space-between;
    padding: 35px;
    transition: 0.3s
}

.card-style05:hover {
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08)
}

.card-style05 .process-no {
    font-size: 128px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: rgba(0, 0, 0, 0.05)
}

@media screen and (max-width: 767px) {
    .card-style05 .process-no {
        font-size: 96px
    }
}

@media screen and (max-width: 575px) {
    .card-style05 {
        min-height: 340px
    }
}

.card-style06 {
    background-color: rgba(255, 255, 255, 0.1)
}

.card-style06 .service-no {
    width: 42px;
    height: 42px;
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-style06 .service-no span {
    position: relative;
    z-index: 9
}

.card-style06 .service-no:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #FC5220;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0
}

.card-style06:hover .service-no {
    border: none
}

.card-style06:hover .service-no:before {
    transform: scale(1)
}

.card-style07 .blog-tag {
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 9
}

.card-style07 .blog-tag a {
    border: 1px solid #fff;
    border-radius: 30px;
    display: inline-block;
    background-color: #fff;
    margin: 1px
}

.card-style07 .blog-tag a:hover {
    border: 1px solid #FC5220;
    background-color: #FC5220;
    color: #fff
}

.card-style07 .blog-tag a:active {
    border: 1px solid #FC5220;
    background-color: #FC5220;
    color: #fff
}

.card-style07 .blog-tag a:focus {
    border: 1px solid #FC5220;
    background-color: #FC5220;
    color: #fff
}

.card-style08 .card-body .icon-holder .box {
    position: absolute;
    top: -6px;
    right: -3px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background-color: rgba(18, 28, 34, 0.15);
    transition: all 500ms ease
}

.card-style08 .card-body .icon-holder img {
    position: relative;
    display: inline-block;
    width: 65px;
    height: auto;
    transform: scale(1);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52)
}

.card-style08:hover .icon-holder .box {
    background-color: #121c22
}

.card-style08:hover .icon-holder img {
    animation: headShake 2s linear infinite
}

.filtering {
    margin-bottom: 40px
}

.filtering span {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 15px;
    border-radius: 4px;
    background: #121c22;
    color: #ffffff;
    text-transform: uppercase
}

.filtering span:last-child {
    margin: 0
}

.filtering .active {
    color: #ffffff;
    background: #FC5220
}

@media screen and (max-width: 575px) {
    .filtering {
        margin-bottom: 30px
    }

    .filtering span {
        padding: 6px 8px;
        margin-right: 5px;
        font-size: 13px
    }
}

.lg-backdrop {
    z-index: 99999
}

.lg-outer {
    z-index: 999999
}

.lg-outer .lg-thumb-item.active {
    border-color: #FC5220
}

.lg-outer .lg-thumb-item:hover {
    border-color: #FC5220
}

.lg-progress-bar .lg-progress {
    background-color: #FC5220
}

.lg-backdrop.in {
    opacity: 0.85
}

.portfolio-style01 {
    position: relative
}

.portfolio-style01:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1e1d1d;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    border-radius: .375rem
}

.portfolio-style01 .portfolio-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    border-radius: 0.375rem
}

.portfolio-style01 .portfolio-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1)
}

.portfolio-style01 .portfolio-inner .portfolio-icon {
    margin-top: 0;
    transform-style: inherit;
    z-index: 1;
    margin-right: 30px;
    margin-left: auto;
    margin-bottom: auto;
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1)
}

.portfolio-style01 .portfolio-inner .portfolio-icon i {
    font-size: 28px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1)
}

.portfolio-style01 .portfolio-inner .portfolio-heading {
    font-size: 22px;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1)
}

.portfolio-style01 .portfolio-inner .portfolio-heading h4 {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85)
}

.portfolio-style01 .portfolio-inner .portfolio-subtitle {
    overflow: hidden;
    opacity: 0.6;
    -webkit-transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
    color: #fff;
    line-height: 28px;
    font-size: 15px
}

.portfolio-style01 .portfolio-inner .portfolio-subtitle span {
    opacity: 0;
    display: block;
    will-change: transform;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
    transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85)
}

.portfolio-style01:hover .portfolio-inner {
    opacity: 1
}

.portfolio-style01:hover .portfolio-inner .portfolio-heading h4 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-style01:hover .portfolio-inner .portfolio-subtitle span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.portfolio-style01:hover:before {
    opacity: 0.5;
    overflow: visible
}

.portfolio-details-style01 .box-letter {
    background-color: #FC5220;
    position: relative;
    z-index: 1;
    float: left;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.3em;
    margin-right: 0.5em;
    font-size: 1.75em;
    line-height: 1.55em;
    color: #fff;
    font-weight: 800;
    text-align: center;
    overflow: hidden;
    border-radius: 0.375rem
}

.portfolio-details-style01 .portfolio-tag a {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 0 9px;
    font-size: 14px !important;
    line-height: 28px;
    font-weight: 500;
    color: #121c22;
    background-color: transparent;
    transition: 0.4s;
    border-radius: 0.375rem;
    border: 1px solid #121c22
}

.portfolio-details-style01 .portfolio-tag a:last-child {
    margin-right: 0
}

.portfolio-details-style01 .portfolio-tag a:hover {
    color: #fff;
    border-color: #FC5220;
    background-color: #FC5220
}

.portfolio-details-style01 .portfolio-social-icons a {
    width: 36px;
    height: 36px;
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #121c22;
    border-radius: 0.375rem;
    margin-right: 12px;
    transition: all 0.4s
}

.portfolio-details-style01 .portfolio-social-icons a:last-child {
    margin-right: 0
}

.portfolio-details-style01 .portfolio-social-icons a:hover {
    background-color: #FC5220;
    color: #fff
}

.owl-nav i {
    color: #121c22;
    font-size: 18px;
    padding-top: 6px
}

.owl-nav .owl-next {
    color: #FC5220;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}

.owl-nav .owl-prev {
    color: #FC5220;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    left: 0;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -o-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}

.owl-thumbs button {
    border: none
}

.owl-thumbs button img {
    opacity: 0.5
}

.owl-thumbs button.active img {
    opacity: 1
}

.owl-thumbs button {
    border: none
}

.owl-thumbs button img {
    opacity: .5
}

.owl-thumbs button.active img {
    opacity: 1
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}

.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background: #FC5220
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #FC5220
}

.owl-thumb-item {
    cursor: pointer
}

.wrap {
    position: relative;
    height: 755px;
    overflow: hidden
}

.testimonial-carousel-one .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 32px;
    text-align: left;
    background-color: transparent !important
}

.testimonial-carousel-one .owl-nav [class*='owl-'] {
    width: 50px;
    height: 50px;
    color: #121c22;
    margin-top: 0;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.testimonial-carousel-one .owl-nav [class*='owl-']:hover {
    background: unset;
    color: #FC5220
}

.testimonial-carousel-one .owl-nav i {
    font-size: 15px;
    padding-top: 0
}

.testimonial-carousel-one .owl-nav .owl-next {
    background-color: transparent
}

.testimonial-carousel-one .owl-nav .owl-prev {
    margin-right: 16px;
    position: relative;
    background-color: transparent !important
}

.testimonial-carousel-two.owl-carousel .owl-nav {
    margin-top: 20px
}

.testimonial-carousel-two.owl-carousel .owl-nav i {
    color: #fff;
    padding-top: 0
}

.testimonial-carousel-two.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.testimonial-carousel-two.owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.testimonial-carousel-two.owl-carousel .owl-dots {
    position: absolute;
    bottom: 5px;
    right: 51px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 5px 10px
}

.testimonial-carousel-two .owl-nav .owl-next:hover {
    background: #FC5220 !important
}

.testimonial-carousel-two .owl-nav .owl-prev:hover {
    background: #FC5220 !important
}

@media screen and (max-width: 575px) {
    .testimonial-carousel-two.owl-carousel .owl-dots {
        bottom: -35px;
        right: 98px
    }
}

.portfolio-carousel-one .portfolio-item .portfolio-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: 0.5s ease-in-out;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(24, 24, 24, 0.5), transparent);
    opacity: 0.6
}

.portfolio-carousel-one .portfolio-item .portfolio-img img {
    transition: 0.8s ease-in-out;
    border-radius: 0.375rem
}

.portfolio-carousel-one .portfolio-item .portfolio-img:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-radius: inherit;
    transition: 0.5s ease-in-out;
    pointer-events: none
}

.portfolio-carousel-one .portfolio-item .portfolio-body {
    margin: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 0.76px 0.76px 0.76px 0.76px;
    border-radius: 20px 20px 20px 20px;
    border-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(18px);
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 28px 18px 24px;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.5s ease-in-out
}

.portfolio-carousel-one .portfolio-item .portfolio-body .portfolio-content {
    width: 100%;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    gap: 11px
}

.portfolio-carousel-one .portfolio-item .portfolio-body .portfolio-content .portfolio-tag {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5
}

.portfolio-carousel-one .portfolio-item .portfolio-body .portfolio-content .portfolio-tag li {
    background: transparent;
    border: 1px solid #fff;
    padding: 0px 12px;
    margin-bottom: 7px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    border-radius: 20px;
    line-height: 30px;
    display: inline-block
}

.portfolio-carousel-one .portfolio-item .portfolio-body .portfolio-content .portfolio-tag li a {
    color: #fff
}

.portfolio-carousel-one .portfolio-item:hover .portfolio-img img {
    transform: scale(1.07)
}

.portfolio-carousel-one .portfolio-item:hover .portfolio-img:after {
    opacity: 1
}

.portfolio-carousel-one .portfolio-item:hover .portfolio-body {
    border-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    background-color: #FC5220
}

.portfolio-carousel-one .owl-nav .owl-next:hover {
    background: #FC5220 !important
}

.portfolio-carousel-one .owl-nav .owl-prev:hover {
    background: #FC5220 !important
}

.portfolio-carousel-one.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 50px
}

.portfolio-carousel-one.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 30px
}

.portfolio-carousel-one.owl-carousel .owl-nav i {
    color: #fff;
    padding-top: 0
}

.portfolio-carousel-one.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.portfolio-carousel-one.owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.services-carousel-one.owl-carousel .owl-item img {
    display: inline-block;
    width: unset;
    border-radius: 0.375rem
}

.services-carousel-one.owl-carousel .owl-nav {
    margin-top: 20px
}

.services-carousel-one.owl-carousel .owl-nav i {
    color: #fff;
    padding-top: 0
}

.services-carousel-one.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.services-carousel-one.owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.services-carousel-one.owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 49%
}

.services-carousel-one .service-box {
    border-radius: 0;
    background: transparent;
    padding-left: 40px;
    padding-right: 0px;
    transition: all 0.3s ease-in-out
}

.services-carousel-one .service-box h3 a {
    color: #fff
}

.services-carousel-one .service-box h3 a:hover {
    color: #FC5220
}

.services-carousel-one .service-box img {
    transition: all 0.3s ease-in-out
}

.services-carousel-one .service-box:hover img {
    transform: scale(0.8)
}

.services-carousel-one .service-box:hover .service-btn .btn-text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease
}

.services-carousel-one .service-box:hover .service-btn .btn-arrow:before {
    font-size: 11px;
    color: #fff !important
}

.services-carousel-one .service-box .service-btn {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.services-carousel-one .service-box .service-btn .btn-text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity
}

.services-carousel-one .service-box .service-btn .btn-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center
}

.services-carousel-one .service-box .service-btn .btn-arrow:before {
    font-size: 18px;
    line-height: inherit;
    font-weight: 400;
    font-style: inherit;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    content: "\e628";
    font-family: 'themify';
    transition: .4s
}

.services-carousel-one .owl-nav .owl-next:hover {
    background: #FC5220 !important
}

.services-carousel-one .owl-nav .owl-prev:hover {
    background: #FC5220 !important
}

@media screen and (max-width: 1399px) {
    .services-carousel-one .service-box {
        padding-left: 25px
    }
}

@media screen and (max-width: 767px) {
    .services-carousel-one .service-box {
        padding-left: 0
    }
}

.services-carousel-two.owl-carousel .owl-nav {
    margin-top: 20px
}

.services-carousel-two.owl-carousel .owl-nav i {
    color: #fff;
    padding-top: 0
}

.services-carousel-two.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.services-carousel-two.owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.services-carousel-two.owl-carousel .owl-dots {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 45%
}

.services-carousel-two .owl-nav .owl-next:hover {
    background: #FC5220 !important
}

.services-carousel-two .owl-nav .owl-prev:hover {
    background: #FC5220 !important
}

.services-carousel-three.owl-carousel .owl-nav {
    margin-top: 40px;
    text-align: center
}

.services-carousel-three.owl-carousel .owl-nav i {
    color: #fff;
    padding-top: 0
}

.services-carousel-three.owl-carousel .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.services-carousel-three.owl-carousel .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    margin: 5px;
    transition: 0.3s
}

.services-carousel-three .owl-nav .owl-next:hover {
    background: #FC5220 !important
}

.services-carousel-three .owl-nav .owl-prev:hover {
    background: #FC5220 !important
}

@media screen and (max-width: 1399px) {
    .services-carousel-three .service-box {
        padding-left: 25px
    }
}

@media screen and (max-width: 767px) {
    .services-carousel-three .service-box {
        padding-left: 0
    }
}

.pagination {
    border-radius: 0
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0
}

.pagination li {
    display: inline
}

.pagination li:first-child a {
    border-left-width: 1px
}

.pagination a {
    float: left;
    padding: 0 16px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.pagination a:hover {
    background-color: #121c22;
    color: #fff
}

.pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.page-item:not(:first-child) .page-link {
    margin-left: 0
}

.pagination-style01 {
    margin-top: 4%;
    width: 100%;
    display: flex;
    justify-content: center
}

.pagination-style01 ul {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
    padding-left: 0
}

.pagination-style01 ul li {
    list-style: none
}

.pagination-style01 ul li a {
    border: 0;
    padding: 0 2px;
    margin: 0 7px;
    background: 0 0;
    color: #828282;
    min-width: 45px;
    font-size: inherit;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    line-height: 45px;
    min-height: 45px;
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.pagination-style01 ul li a i {
    line-height: 40px;
    font-size: 18px;
    display: inline-block
}

.pagination-style01 ul li a:hover {
    background: #fff;
    color: #121c22;
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important
}

.pagination-style01 ul li.active a {
    background: #121c22;
    color: #fff;
    box-shadow: 0 0 10px rgba(23, 23, 23, 0.15) !important
}

@media screen and (max-width: 575px) {
    .pagination-style01 ul {
        margin-top: 10px
    }

    .pagination-style01 ul li a {
        min-width: 40px;
        min-height: 40px;
        line-height: 40px;
        margin: 0 4px
    }
}

.scroll-section {
    width: 100%;
    overflow: hidden;
    position: relative
}

.scroll-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running
}

.pause-on-hover:hover {
    animation-play-state: paused
}

.pause-on-hover:active {
    animation-play-state: paused
}

.pause-on-hover:focus {
    animation-play-state: paused
}

.scroll-left {
    animation-name: scroll-left
}

.scroll-right {
    animation-name: scroll-right
}

.scroll-group {
    display: inline-flex;
    white-space: nowrap
}

.scroll-item {
    display: inline-block;
    white-space: nowrap;
    line-height: 1
}

.scroll-item.small-img.with-img {
    min-width: 30px
}

.scroll-item.with-img {
    min-width: 90px;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex
}

.scroll-item.with-img img {
    vertical-align: middle
}

@keyframes "scroll-left" {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-200%)
    }
}

@keyframes "scroll-right" {
    0% {
        transform: translateX(-200%)
    }

    100% {
        transform: translateX(0)
    }
}

.scroll-speed-1 {
    animation-duration: 10s
}

.scroll-speed-2 {
    animation-duration: 15s
}

.scroll-speed-3 {
    animation-duration: 20s
}

.scroll-speed-4 {
    animation-duration: 30s
}

.scroll-speed-5 {
    animation-duration: 40s
}

.scroll-speed-6 {
    animation-duration: 60s
}

.scroll-speed-7 {
    animation-duration: 80s
}

.scroll-speed-8 {
    animation-duration: 100s
}

.scroll-speed-9 {
    animation-duration: 120s
}

.scroll-icon-rotated {
    -webkit-animation: icon-rotated 2s linear infinite;
    animation: icon-rotated 2s linear infinite
}

@keyframes "icon-rotated" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

.scroll-section.scroll-style01 {
    font-size: 180px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -2px
}

.scroll-section.scroll-style01 .scroll-item.with-img img.scroll-icon-rotated {
    -webkit-animation: icon-rotated 20s linear infinite;
    animation: icon-rotated 20s linear infinite
}

@media screen and (max-width: 1199px) {
    .scroll-section.scroll-style01 {
        font-size: 165px
    }
}

@media screen and (max-width: 991px) {
    .scroll-section.scroll-style01 {
        font-size: 140px
    }
}

@media screen and (max-width: 767px) {
    .scroll-section.scroll-style01 {
        font-size: 110px
    }
}

@media screen and (max-width: 575px) {
    .scroll-section.scroll-style01 {
        font-size: 90px
    }
}

.scroll-section.scroll-style02 .scroll-item {
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
    padding: 22px 50px 22px 50px;
    border-radius: 60px;
    align-items: center;
    color: #fff;
    font-size: 48px
}

@media screen and (max-width: 1199px) {
    .scroll-section.scroll-style02 .scroll-item {
        font-size: 42px;
        padding: 20px 40px
    }
}

@media screen and (max-width: 991px) {
    .scroll-section.scroll-style02 .scroll-item {
        font-size: 35px;
        padding: 15px 35px
    }
}

@media screen and (max-width: 575px) {
    .scroll-section.scroll-style02 .scroll-item {
        font-size: 28px;
        padding: 12px 25px
    }
}

.accordion .card {
    background: #fff;
    box-shadow: none;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0
}

.accordion .card:last-child {
    margin-bottom: 0
}

.accordion .card-header {
    border: 0;
    padding: 0;
    background: none
}

.accordion .accordion-collapse {
    border: none
}

.accordion .accordion-button {
    border-bottom: none;
    color: #fff;
    font-size: 16px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    font-weight: 500;
    padding: 16px 64px 16px 20px;
    text-decoration: none;
    background: #FC5220;
    border: 1px solid transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.accordion .accordion-button:hover {
    text-decoration: none
}

.accordion .accordion-button:active {
    text-decoration: none
}

.accordion .accordion-button:focus {
    text-decoration: none
}

.accordion .accordion-button:after {
    background: #fff;
    border: none;
    content: "-";
    right: 20px;
    border-radius: 5px;
    left: inherit;
    font-size: 18px;
    border: 1px solid #fff;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 21px;
    top: 14px;
    position: absolute;
    color: #121c22;
    text-align: center
}

.accordion .accordion-button.collapsed {
    background: #fff;
    color: #4B4B4B;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    background-color: transparent
}

.accordion .accordion-button.collapsed:after {
    background: #FC5220;
    border: none;
    content: "+";
    right: 20px;
    left: inherit;
    font-size: 18px;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 20px;
    top: 14px;
    border-radius: 5px;
    text-align: center;
    color: #fff
}

.accordion .card-body {
    color: #4B4B4B;
    font-size: 15px;
    padding: 20px 25px;
    text-align: left;
    border-top: 0;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08)
}

.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style .btn-link {
    background: #fff;
    color: #FC5220;
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 4px;
    padding: 20px 35px 20px 20px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0
}

.accordion-style .btn-link:hover {
    text-decoration: none;
    color: #FC5220
}

.accordion-style .btn-link:active {
    text-decoration: none;
    color: #FC5220
}

.accordion-style .btn-link:focus {
    text-decoration: none;
    color: #FC5220
}

.accordion-style .btn-link:after {
    background: none;
    content: "-";
    right: 17px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 20px;
    position: absolute;
    color: #FC5220
}

.accordion-style .btn-link.collapsed {
    color: #121c22
}

.accordion-style .btn-link.collapsed:after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 20px;
    color: #121c22
}

.accordion-style .card-body {
    padding: 0px 40px 30px 20px
}

@media screen and (max-width: 991px) {
    .accordion-style .accordion-button {
        padding: 15px 50px 15px 15px;
        font-size: 16px
    }

    .accordion-style .accordion-button:after {
        right: 15px;
        font-size: 16px;
        height: 22px;
        line-height: 18px;
        width: 22px;
        top: 13px
    }

    .accordion-style .accordion-button.collapsed:after {
        right: 15px;
        font-size: 16px;
        height: 22px;
        line-height: 18px;
        width: 22px;
        top: 13px
    }

    .accordion-style .card-body {
        padding: 20px 15px;
        padding: 10px 25px 30px 25px
    }

    .accordion-style .btn-link:after {
        top: 20px
    }

    .accordion-style .btn-link.collapsed:after {
        top: 20px
    }
}

@media screen and (max-width: 575px) {
    .accordion.accordion-button {
        padding: 15px 50px 15px 15px
    }
}

.accordion-style.style01 .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 20px;
    border: 0;
    border-radius: 0
}

.accordion-style.style01 .card:last-child {
    margin-bottom: 0
}

.accordion-style.style01 .card-header {
    border: 0;
    padding: 0;
    background: none
}

.accordion-style.style01 .accordion-collapse {
    border: none
}

.accordion-style.style01 .accordion-button {
    border-bottom: none;
    color: #fff;
    font-size: 18px;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    font-weight: 500;
    padding: 20px 60px 20px 20px;
    text-decoration: none;
    background: #FC5220;
    border: 1px solid transparent;
    border-top-right-radius: 0.375rem;
    border-top-left-radius: 0.375rem
}

.accordion-style.style01 .accordion-button:hover {
    text-decoration: none
}

.accordion-style.style01 .accordion-button:active {
    text-decoration: none
}

.accordion-style.style01 .accordion-button:focus {
    text-decoration: none
}

.accordion-style.style01 .accordion-button:after {
    background: #fff;
    border: none;
    content: "-";
    right: 20px;
    border-radius: 0.375rem;
    left: inherit;
    font-size: 18px;
    border: 1px solid #fff;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 21px;
    top: 18px;
    position: absolute;
    color: #FC5220;
    text-align: center
}

.accordion-style.style01 .accordion-button.collapsed {
    background: #fff;
    color: #121c22;
    border: 1px solid #ededed;
    border-radius: 0.375rem
}

.accordion-style.style01 .accordion-button.collapsed:after {
    background: #121c22;
    border: none;
    content: "+";
    right: 20px;
    left: inherit;
    font-size: 18px;
    transform: none;
    width: 25px;
    height: 25px;
    line-height: 20px;
    top: 18px;
    border-radius: 0.375rem;
    text-align: center;
    color: #fff
}

.accordion-style.style01 .card-body {
    color: #121c22;
    font-size: 16px;
    padding: 20px 25px;
    line-height: 28px;
    text-align: left;
    border-top: 0;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
}

@media screen and (max-width: 991px) {
    .accordion-style.style01 .accordion-button {
        padding: 15px 50px 15px 15px;
        font-size: 16px
    }

    .accordion-style.style01 .accordion-button.collapsed:after {
        right: 15px;
        font-size: 16px;
        height: 22px;
        line-height: 22px;
        width: 22px;
        top: 13px
    }

    .accordion-style.style01 .card-body {
        padding: 20px 15px
    }

    .accordion .accordion-button:after {
        right: 20px;
        font-size: 16px;
        height: 22px;
        line-height: 22px;
        width: 22px;
        top: 13px
    }
}

@media screen and (max-width: 575px) {
    .accordion-style.style01 .accordion-button {
        padding: 15px 50px 15px 15px
    }
}

.search-form_input {
    color: #FC5220
}

.service-sidebar .cetegory li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 15px 20px 15px 30px;
    border-radius: 0.375rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.service-sidebar .cetegory li:hover a {
    background-color: #FC5220;
    color: #fff
}

.service-sidebar .cetegory li:focus a {
    background-color: #FC5220;
    color: #fff
}

.service-sidebar .cetegory li:active a {
    background-color: #FC5220;
    color: #fff
}

.service-sidebar .cetegory li.active a {
    background-color: #FC5220;
    color: #fff
}

.service-sidebar .widget {
    margin-bottom: 30px;
    padding: 30px 25px;
    border-radius: 0.375rem;
    position: relative;
    display: block
}

.service-sidebar .widget .widget-brochure {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.service-sidebar .widget .widget-brochure li {
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    border: 0;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.1)
}

.service-sidebar .widget .widget-brochure li a {
    position: relative;
    display: block;
    padding: 16px 15px 16px 75px;
    font-size: 15px;
    font-weight: 600;
    color: #fff
}

.service-sidebar .widget .widget-brochure li a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 3;
    text-align: center;
    font-size: 20px;
    background: #FC5220;
    color: #ffffff;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem
}

.service-sidebar .widget:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .service-sidebar .widget {
        padding: 25px 20px
    }
}

.banner-wrapper img {
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%)
}

.banner-wrapper .icon-boxs {
    position: absolute;
    top: -60px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.banner-wrapper .icon-boxs i {
    line-height: 80px
}

.blog-sidebar .input-group-append .btn-style01:before {
    background-color: #fff
}

.blog-sidebar .widget {
    padding: 30px 25px;
    border-radius: 0.375rem;
    position: relative;
    display: block
}

.blog-sidebar .widget .widget-content {
    position: relative
}

.blog-sidebar .widget .category-list li {
    margin-bottom: 0.5rem
}

.blog-sidebar .widget .category-list li:last-child {
    margin-bottom: 0px
}

.blog-sidebar .widget .category-list li a {
    background: rgba(255, 255, 255, 0.1);
    padding: 14px 20px 14px 28px;
    padding: 15px 20px 15px 30px;
    border-radius: 0.375rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.blog-sidebar .widget .category-list li a span {
    z-index: 9;
    position: relative
}

.blog-sidebar .widget .category-list li a:after {
    content: "\e65a";
    font-family: 'themify';
    font-size: 12px;
    font-weight: bold;
    margin-left: -10px
}

.blog-sidebar .widget .category-list li a:hover {
    background: #FC5220;
    color: #fff
}

.blog-sidebar .widget .category-list li a:active {
    background: #FC5220;
    color: #fff
}

.blog-sidebar .widget .category-list li a:focus {
    background: #FC5220;
    color: #fff
}

.blog-sidebar .widget .category-list li:hover a:after {
    margin-left: 10px;
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.blog-sidebar .widget .category-list li.active a:after {
    margin-left: 10px;
    opacity: 1;
    transition: all 0.3s ease-in-out
}

.blog-sidebar .blog-tags a {
    background-color: #FC5220;
    padding: 7px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0.6rem 5px 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #FC5220;
    border-radius: 3px
}

.blog-sidebar .blog-tags a:hover {
    background-color: #fff;
    color: #FC5220
}

.blog-sidebar .blog-tags a:active {
    background-color: #fff;
    color: #FC5220
}

.blog-sidebar .blog-tags a:focus {
    background-color: #fff;
    color: #FC5220
}

.comment-reply-link {
    color: #191919;
    background: rgba(25, 25, 25, 0.1);
    padding: 5px 18px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px
}

.comment-reply-link:hover {
    color: #fff;
    background: #191919
}

.comment-reply-link:active {
    color: #fff;
    background: #191919
}

.comment-reply-link:focus {
    color: #fff;
    background: #191919
}

.tags a {
    border: 1px solid #1e3e55;
    padding: 7px 21px;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 10px 5px 0;
    display: inline-block
}

.tags a:hover {
    border-color: #FC5220;
    background: #FC5220;
    color: #fff
}

.tags a:active {
    border-color: #FC5220;
    background: #FC5220;
    color: #fff
}

.tags a:focus {
    border-color: #FC5220;
    background: #FC5220;
    color: #fff
}

.widget .widget-brochure {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.widget .widget-brochure li {
    position: relative;
    margin-bottom: 12px;
    display: inline-block;
    border: 1px solid #ededed;
    width: 100%;
    background: #fff
}

.widget .widget-brochure li a {
    position: relative;
    display: block;
    padding: 16px 15px 16px 75px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800
}

.widget .widget-brochure li a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    line-height: 3;
    text-align: center;
    font-size: 20px;
    background: #FC5220;
    color: #ffffff
}

.widget .widget-brochure li:last-child {
    margin-bottom: 0
}

.sidebar .widget {
    margin-bottom: 30px;
    box-shadow: 0 0 14px rgba(82, 85, 90, 0.1)
}

.sidebar .widget .blog-tags a {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    display: -webkit-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;
    position: relative;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    z-index: 9;
    padding: 5px 12px;
    margin: 5px 10px 5px 0
}

.sidebar .widget .blog-tags a:hover {
    color: #f9275a
}

.sidebar .widget .blog-tags a:hover:before {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.sidebar .widget .blog-tags a:before {
    width: 0%;
    content: "";
    height: 0%;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    z-index: -1
}

.sidebar .widget .blog-tags.sm-tags a {
    font-size: 14px;
    background-color: white;
    color: #1e3e55;
    display: -webkit-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;
    position: relative;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    z-index: 9;
    padding: 5px 12px;
    margin: 5px 10px 5px 0
}

.sidebar .widget .blog-tags.sm-tags a:hover {
    color: #f9275a
}

.sidebar .widget.categories ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.sidebar .widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset
}

.sidebar .widget.categories ul li a {
    color: #fff
}

.sidebar .widget.categories ul li:hover a {
    color: #f9275a
}

.sidebar .widget.categories ul li:hover span {
    color: #f9275a
}

.sidebar .widget.categories ul li:hover span:before {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.sidebar .widget.categories ul li span {
    width: 27px;
    height: 27px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    z-index: 9
}

.sidebar .widget.categories ul li span:before {
    width: 0%;
    content: "";
    height: 0%;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    z-index: -1
}

.banner-wrapper img {
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%)
}

.banner-wrapper .icon-boxs {
    position: absolute;
    top: -60px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.banner-wrapper .icon-boxs i {
    line-height: 80px
}

.blogs .posts-wrapper .meta-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 30px;
    padding-left: 0;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600
}

.blogs .posts-wrapper .meta-list:before {
    background: #ededed;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.blogs .posts-wrapper .meta-list li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    margin-right: 20px
}

.blogs .posts-wrapper .post-content-details {
    padding: 1.75rem
}

.blogs .posts-wrapper .blog-detail-list {
    padding-left: 0;
    list-style: none;
    margin: 0
}

.blogs .posts-wrapper .blog-detail-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
    font-size: 16px
}

.blogs .posts-wrapper .blog-detail-list li:after {
    content: '\f0a9';
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    left: 0px;
    top: 1px;
    z-index: 1;
    font-weight: 600;
    color: #FC5220
}

.blogs .posts-wrapper .share-post {
    text-align: right;
    padding-left: 10px
}

.blogs .posts-wrapper .share-post ul li {
    display: inline-block;
    margin: 0 0 0 10px
}

@media screen and (max-width: 991px) {
    .blogs .posts-wrapper .meta-list {
        margin: 0 0 15px;
        padding-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .blogs .posts-wrapper .blog-detail-list li {
        font-size: 14.4px
    }

    .blogs .posts-wrapper .share-post {
        text-align: unset
    }

    .blogs .posts-wrapper .share-post ul li {
        font-size: 15px;
        margin: 0 8px
    }

    .blogs .posts-wrapper .meta-list li {
        margin-right: 15px
    }

    .blogs .posts-wrapper .separator {
        margin-top: 20px
    }
}

.blog-tags {
    margin-bottom: 0;
    padding-left: 12px
}

.blog-tags li {
    display: inline-block;
    list-style: none
}

.blog-tags li a {
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    padding: 3px 8px;
    margin: 4px 4px 4px 0;
    border: 1px solid #ededed;
    line-height: 30px;
    border-radius: 5px
}

.blog-tags li a:hover {
    background: #FC5220;
    color: #ffffff;
    border: 1px solid #FC5220;
    color: #fff
}

@media screen and (max-width: 991px) {
    .widget-title {
        font-size: 18px;
        margin-bottom: 25px
    }
}

@media screen and (max-width: 767px) {
    .side-bar .widget {
        margin-bottom: 25px
    }
}

@media screen and (max-width: 575px) {
    .side-bar .widget {
        padding: 20px
    }
}

.common-blockquote {
    background-color: #FC5220;
    padding: 30px 35px;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    margin: 0
}

.common-blockquote:before {
    content: '\e67f';
    font-family: 'themify';
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
    font-size: 40px
}

.common-blockquote cite {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    font-style: normal
}

.coming-soon .newsletter-form .quform-elements {
    position: relative
}

.coming-soon .newsletter-form .quform-submit-inner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: auto;
    background: transparent;
    height: 48px
}

.coming-soon .newsletter-form .quform-submit-inner .btn {
    padding: 0.500rem 1.15rem
}

.coming-soon .newsletter-form .quform-loading-wrap {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0
}

.coming-soon .newsletter-form input {
    border: 1px solid transparent;
    background-color: #121c22;
    height: 50px;
    padding: 0.5rem 4rem 0.5rem 1rem;
    color: #fff
}

.coming-soon .newsletter-form .form-control:focus {
    background-color: #121c22;
    color: #fff
}

.coming-soon .newsletter-form .form-control:active {
    background-color: #121c22;
    color: #fff
}

.coming-soon .newsletter-form .quform-has-error input {
    border-color: #f5543f
}

.coming-soon .newsletter-form .quform-has-error textarea {
    border-color: #f5543f
}

.coming-soon .newsletter-form .quform-has-error select {
    border-color: #f5543f
}

.coming-soon .newsletter-form .quform-input .quform-errors-wrap {
    right: 15px
}

.coming-soon .newsletter-form i {
    font-size: 1.2rem;
    line-height: 2rem
}

.countdown {
    padding: 0
}

.countdown li {
    background: #121c22;
    display: inline-block;
    text-align: center;
    min-width: 130px;
    padding: 25px;
    border: 1px solid #ededed;
    margin: 0 5px;
    border-radius: 0.375rem
}

.countdown li span {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    position: relative;
    color: #fff
}

.countdown li span:before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

.countdown li p.timeRefDays {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.countdown li p.timeRefHours {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.countdown li p.timeRefMinutes {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.countdown li p.timeRefSeconds {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: capitalize
}

.coming-soon>.bg-img {
    content: "";
    position: absolute !important;
    width: 65%;
    height: 100vh;
    top: 0;
    right: 0;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 1199px) {
    .countdown li {
        min-width: 115px;
        padding: 20px
    }

    .countdown li span {
        font-size: 35px
    }
}

@media screen and (max-width: 767px) {
    .countdown li {
        min-width: 98px;
        padding: 15px;
        margin: 10px 5px
    }

    .countdown li span {
        font-size: 30px
    }

    .coming-soon:before {
        width: 100%
    }
}

.wrapper-error h1 {
    font-weight: 800;
    font-size: 300px;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.wrapper-error h1 span {
    width: 226px;
    height: 226px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FC5220;
    border-radius: 50%
}

.wrapper-error h1 span i {
    font-size: 90px;
    width: 140px;
    height: 140px;
    background-color: #FC5220;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.wrapper-error h2 {
    font-size: 120px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: -0.03em
}

@media screen and (max-width: 1199px) {
    .wrapper-error h2 {
        font-size: 90px
    }
}

@media screen and (max-width: 767px) {
    .wrapper-error h1 {
        font-size: 240px
    }

    .wrapper-error h1 span {
        width: 196px;
        height: 196px
    }

    .wrapper-error h2 {
        font-size: 60px
    }
}

@media screen and (max-width: 575px) {
    .wrapper-error h1 {
        font-size: 145px
    }

    .wrapper-error h1 span {
        width: 106px;
        height: 106px
    }

    .wrapper-error h1 span i {
        width: 70px;
        height: 70px;
        font-size: 50px
    }

    .wrapper-error h2 {
        font-size: 35px
    }
}

.map-h500 {
    height: 500px;
    width: 100%
}

.about-style01 .exp-number {
    font-size: 123px;
    line-height: 1;
    letter-spacing: -5px;
    margin-bottom: 0;
    color: #FC5220;
    display: inline-block;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .about-style01 .exp-number {
        font-size: 95px
    }
}

@media screen and (max-width: 575px) {
    .about-style01 .exp-number {
        font-size: 80px
    }
}

.about-style02 .icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f8f9fa;
    box-shadow: 5px 4px 13px 0px rgba(248, 249, 250, 0.15)
}

.about-style02 .about-content:hover .icon-box img {
    animation: headShake 2s linear infinite
}

@keyframes "headShake" {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.about-style03 .about-left-box {
    width: 340px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: rgba(4, 6, 24, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px
}

.about-style03 .about-box {
    display: flex;
    gap: 15px;
    margin-bottom: 30px
}

.about-style03 .about-box:last-child {
    margin-bottom: 0
}

.about-style03 .about-box .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #FC5220;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    overflow: hidden
}

.about-style03 .about-box .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #121c22;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0
}

.about-style03 .about-box .icon-box img {
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1
}

.about-style03 .about-box:hover .icon-box:hover {
    background-color: transparent
}

.about-style03 .about-box:hover .icon-box:before {
    transform: scale(1)
}

.about-style03 .about-right-box .right-bg {
    transform: translateY(-8.01324px);
    opacity: 1;
    box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1);
    z-index: 1;
    text-align: center;
    padding: 30px;
    width: 180px;
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    border-radius: 0.375rem
}

.about-style03 .about-right-box .right-bg .right-circle {
    z-index: -1;
    position: absolute;
    right: -35px;
    top: -30px;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    background-color: #FC5220
}

.about-style03 .about-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
    margin-top: 40px
}

.about-style03 .about-contact .about-contact-number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px
}

.about-style03 .about-contact .about-contact-number .contact-circle {
    position: relative;
    background: #FC5220;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.about-style03 .about-contact .about-contact-number .contact-circle:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #121c22;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0
}

.about-style03 .about-contact .about-contact-number img {
    position: relative;
    width: 100%;
    max-width: 30px;
    transition: all 0.4s ease-in-out;
    z-index: 1
}

.about-style03 .about-contact .about-contact-number:hover .contact-circle:before {
    transform: scale(1)
}

.about-style04 .about-content .icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f8f9fa;
    box-shadow: 5px 4px 13px 0px rgba(248, 249, 250, 0.15)
}

.about-style04 .about-content:hover .icon-box img {
    animation: headShake 2s linear infinite
}

.about-style05 .arrow-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border: 2px solid #EB4304;
    border-radius: 50%
}

.client-style-one .client-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.client-style-one .client-wrap .client-item {
    width: 20%;
    display: flex;
    justify-content: center;
    padding: 44px 30px;
    align-items: center;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee
}

.client-style-one .client-wrap .client-item::before {
    position: absolute;
    border-bottom: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #121c22;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.client-style-one .client-wrap .client-item:nth-child(6) {
    border-bottom: 0
}

.client-style-one .client-wrap .client-item:nth-child(7) {
    border-bottom: 0
}

.client-style-one .client-wrap .client-item:nth-child(8) {
    border-bottom: 0
}

.client-style-one .client-wrap .client-item:nth-child(9) {
    border-bottom: 0
}

.client-style-one .client-wrap .client-item:nth-child(10) {
    border-bottom: 0
}

.client-style-one .client-wrap .client-item:nth-child(5) {
    border-right: 0
}

.client-style-one .client-wrap .client-item:last-child {
    border-right: 0
}

.client-style-one .client-wrap .client-item:hover {
    background: #FC5220;
    box-shadow: 0px 16px 32px 0px rgba(0, 62, 131, 0.2)
}

.client-style-one .client-wrap .client-item:hover::before {
    opacity: 1
}

.client-style-one .client-wrap .client-item:hover img {
    filter: brightness(0) invert(1)
}

.client-style-one .client-wrap .client-item img {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.client-style-one .client-wrap .client-item a {
    max-width: 140px
}

.client-style-one .client-item {
    width: 33.33%
}

@media screen and (max-width: 991px) {
    .client-style-one .client-wrap .client-item {
        width: 33.33%
    }

    .client-style-one .client-wrap .client-item:nth-child(5) {
        border-right: 1px solid #eeeeee
    }

    .client-style-one .client-wrap .client-item:last-child {
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee
    }

    .client-style-one .client-wrap .client-item:nth-child(6) {
        border-bottom: 1px solid #eeeeee;
        border-right: 0
    }

    .client-style-one .client-wrap .client-item:nth-child(3) {
        border-right: 0
    }

    .client-style-one .client-wrap .client-item:nth-child(9) {
        border-right: 0;
        border-bottom: 1px solid #eeeeee
    }

    .client-style-one .client-wrap .client-item:nth-child(7) {
        border-bottom: 1px solid #eeeeee
    }

    .client-style-one .client-wrap .client-item:nth-child(8) {
        border-bottom: 1px solid #eeeeee
    }
}

@media screen and (max-width: 767px) {
    .client-style-one .client-wrap .client-item {
        width: 50%;
        padding: 35px 30px
    }

    .client-style-one .client-wrap .client-item:nth-child(2) {
        border-right: 0;
        border-left: 0
    }

    .client-style-one .client-wrap .client-item:nth-child(4) {
        border-right: 0;
        border-left: 0
    }

    .client-style-one .client-wrap .client-item:nth-child(6) {
        border-right: 0;
        border-left: 0
    }

    .client-style-one .client-wrap .client-item:nth-child(8) {
        border-right: 0;
        border-left: 0
    }

    .client-style-one .client-wrap .client-item:last-child {
        border-right: 0;
        border-left: 0
    }

    .client-style-one .client-wrap .client-item:nth-child(3) {
        border-right: 1px solid #eeeeee
    }

    .client-style-one .client-wrap .client-item:nth-child(5) {
        border-left: 0
    }

    .client-style-one .client-wrap .client-item:nth-child(9) {
        border-bottom: 0;
        border-right: 1px solid #eeeeee
    }
}

.client-style02 .client-box {
    min-height: 114px;
    border-radius: 0.375rem;
    transition: 0.4s;
    position: relative;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem
}

.client-style02 .client-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: inherit
}

.client-style02 .client-box .client-img {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    -webkit-mask-position-x: center;
    align-items: center;
    -webkit-mask-position-y: center;
    height: auto;
    width: 100%
}

.client-style02 .client-box .client-img img {
    transition: 0.4s
}

.client-style02 .client-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: inherit;
    background-color: #FC5220;
    border-radius: 0.375rem;
    opacity: 0
}

.client-style02 .client-box:hover:after {
    opacity: 1
}

.client-style02 .client-box:hover:before {
    opacity: 0
}

.client-style02 .client-box:hover .client-img img {
    filter: brightness(0) invert(1)
}

.why-choose-us-style01 .why-choose-box .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FC5220;
    position: absolute;
    top: 0;
    left: 10px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease
}

.why-choose-us-style01 .why-choose-box:hover .icon-circle {
    opacity: 1;
    transform: scale(1)
}

.counter-style01 .title-text h2 {
    font-size: 7.25rem;
    line-height: 1;
    font-weight: 800
}

.counter-style01 .about-text {
    width: 104px;
    height: 104px;
    color: #121c22;
    font-weight: 600;
    margin-top: 30px;
    position: relative;
    border-radius: 50%;
    right: -190px
}

.counter-style01 .about-text .coloring {
    fill: #121c22;
    text-transform: uppercase;
    letter-spacing: 3px
}

.counter-style01 .about-text svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite
}

.counter-style01 .about-text .about-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1
}

@media screen and (max-width: 1399px) {
    .counter-style01 .title-text h2 {
        font-size: 6.25rem
    }
}

@media screen and (max-width: 1199px) {
    .counter-style01 .about-text {
        right: -100px
    }
}

@media screen and (max-width: 991px) {
    .counter-style01 .title-text h2 {
        font-size: 5.35rem
    }

    .counter-style01 .about-text {
        right: -50px
    }
}

@media screen and (max-width: 767px) {
    .counter-style01 .title-text h2 {
        font-size: 4rem
    }
}

@media screen and (max-width: 575px) {
    .counter-style01 .title-text h2 {
        font-size: 2.3rem
    }
}

.counter-style02 .counter-block .counter-inner {
    font-size: 78px;
    line-height: 1;
    font-weight: 700;
    color: #232323;
    letter-spacing: -0.04em;
    overflow: hidden
}

.counter-style02 .counter-block .counter-inner .counter-no {
    display: flex;
    margin: 0 0 -0.36em 0;
    font-weight: inherit;
    position: relative;
    white-space: nowrap;
    justify-content: center
}

.counter-style02 .counter-block .counter-line {
    width: 100%;
    height: 1px;
    background: #dee2e6;
    margin: 0 0 21px
}

@media screen and (max-width: 1199px) {
    .counter-style02 .counter-block .counter-inner {
        font-size: 65px
    }

    .counter-style02 .counter-block .counter-inner .counter-no {
        margin: 0 0 -0.30em 0
    }

    .counter-style02 .counter-block .counter-line {
        margin: 0 0 12px
    }
}

@media screen and (max-width: 991px) {
    .counter-style02 .counter-block .counter-inner {
        font-size: 56px
    }
}

.error-style01 h1 {
    font-size: 450px;
    margin-bottom: 50px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    letter-spacing: .027em;
    line-height: 0.8
}

@media screen and (max-width: 1399px) {
    .error-style01 h1 {
        font-size: 395px
    }
}

@media screen and (max-width: 1199px) {
    .error-style01 h1 {
        font-size: 315px
    }
}

@media screen and (max-width: 767px) {
    .error-style01 h1 {
        font-size: 235px
    }
}

@media screen and (max-width: 575px) {
    .error-style01 h1 {
        font-size: 125px;
        margin-bottom: 25px
    }
}

.feature-style01 {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-top: -60px;
    background-color: #fff;
    z-index: 9;
    position: relative;
    padding: 40px
}

@media screen and (max-width: 1399px) {
    .feature-style01 {
        margin-top: -145px
    }
}

@media screen and (max-width: 1199px) {
    .feature-style01 {
        margin-top: -95px
    }
}

@media screen and (max-width: 575px) {
    .feature-style01 {
        margin-top: -50px
    }
}

.client-style01 .client-logo {
    opacity: 1;
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1)
}

.client-style01:hover .client-logo {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: .6
}

.client-style01 .client-logo:hover {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.award-style01 .award-box {
    padding: 35px 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease-in-out
}

.award-style01 .award-box:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.award-style01 .award-box:first-child {
    padding-top: 0
}

.award-style01 .award-box .award-year .h5 {
    font-weight: 800;
    font-size: 72px;
    margin: 0;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    transition: all 0.5s ease-in-out
}

.award-style01 .award-box .award-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px
}

.award-style01 .award-box .award-circle {
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    transform: scale(1);
    transition: all 0.5s ease-in-out
}

.award-style01 .award-box .award-circle h4 {
    color: #fff;
    margin: 0;
    transition: all 0.5s ease-in-out
}

.award-style01 .award-box .award-circle span {
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s ease-in-out
}

.award-style01 .award-box:hover .award-year .h5,
.award-style01 .award-box:active .award-year .h5,
.award-style01 .award-box:focus .award-year .h5 {
    color: #fff;
    -webkit-text-stroke: 0px
}

.award-style01 .award-box:hover .award-circle,
.award-style01 .award-box:active .award-circle,
.award-style01 .award-box:focus .award-circle {
    background-color: #fff;
    transform: scale(1.05)
}

.award-style01 .award-box:hover .award-circle h4,
.award-style01 .award-box:active .award-circle h4,
.award-style01 .award-box:focus .award-circle h4 {
    color: #FC5220
}

.award-style01 .award-box:hover .award-circle span,
.award-style01 .award-box:active .award-circle span,
.award-style01 .award-box:focus .award-circle span {
    color: #212529;
    opacity: 1
}

.award-style01 .award-box.active .award-year .h5 {
    color: #fff;
    -webkit-text-stroke: 0px
}

.award-style01 .award-box.active .award-circle {
    background-color: #fff;
    transform: scale(1.05)
}

.award-style01 .award-box.active .award-circle h4 {
    color: #FC5220
}

.award-style01 .award-box.active .award-circle span {
    color: #212529;
    opacity: 1
}

@media screen and (max-width: 1599px) {
    .award-style01 .award-box {
        padding: 35px 35px
    }
}

@media screen and (max-width: 991px) {
    .award-style01 .award-box {
        padding: 30px 20px
    }

    .award-style01 .award-box .award-year h5 {
        font-size: 56px
    }
}

@media screen and (max-width: 767px) {
    .award-style01 .award-box {
        padding: 25px 15px
    }

    .award-style01 .award-box .award-year h5 {
        font-size: 42px
    }

    .award-style01 .award-box .award-circle {
        width: 100px;
        height: 100px
    }
}

.extra-style01 {
    min-height: 900px;
    position: relative;
    align-content: end
}

.extra-style01 .video_btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    background: #EB4304;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.extra-style01 .video_btn:before {
    width: 75px;
    height: 75px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #EB4304;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.extra-style01 .video_btn:after {
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #EB4304;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.extra-style01 .video_btn:hover i {
    color: #fff
}

.extra-style01 .video_btn:focus i {
    color: #fff
}

.extra-style01 .video_btn.small {
    width: 55px;
    height: 55px;
    line-height: 55px
}

.extra-style01 .video_btn.small:after {
    height: 50px;
    width: 50px
}

.extra-style01 .video_btn.small:before {
    height: 65px;
    width: 65px
}

@media screen and (max-width: 991px) {
    .extra-style01 .video_btn {
        height: 55px;
        width: 55px;
        line-height: 55px
    }

    .extra-style01 .video_btn:after {
        height: 75px;
        width: 75px
    }

    .extra-style01 .video_btn:before {
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 1399px) {
    .extra-style01 {
        min-height: 850px
    }
}

@media screen and (max-width: 1199px) {
    .extra-style01 {
        min-height: 680px
    }
}

@media screen and (max-width: 767px) {
    .extra-style01 .video_btn {
        height: 50px;
        width: 50px;
        line-height: 50px
    }

    .extra-style01 .video_btn:after {
        height: 70px;
        width: 70px
    }

    .extra-style01 .video_btn:before {
        height: 85px;
        width: 85px
    }
}

@media screen and (max-width: 575px) {
    .extra-style01 {
        min-height: 400px
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
    }
}

.extra-style02 .extra-circle .extra-text {
    width: 160px;
    height: 160px;
    color: white;
    padding: 10px;
    font-weight: 600;
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2)
}

.extra-style02 .extra-circle .extra-text .coloring {
    fill: white;
    letter-spacing: 1px;
    word-spacing: 4px
}

.extra-style02 .extra-circle .extra-text svg {
    -webkit-animation: rotated_circle 12s linear infinite;
    animation: rotated_circle 12s linear infinite
}

.extra-style02 .extra-circle .extra-text .extra-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 55px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.extra-style02 .extra-circle .extra-text .extra-icon .story-video .video {
    display: flex;
    align-items: center;
    justify-content: center
}

.extra-style02 .extra-author {
    background: #EB4304;
    padding: 40px 30px 40px 40px;
    margin-top: 70px
}

.extra-style02 .extra-author .author-img {
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin-bottom: 25px
}

.extra-style02 .extra-author .author-img img {
    border-radius: 50%;
    width: 120px
}

.extra-style02 .extra-author .author-img:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 5px;
    top: 5px;
    background: white;
    border-radius: 50%
}

@-webkit-keyframes "rotated_circle" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes "rotated_circle" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@media screen and (max-width: 991px) {
    .extra-style02 .extra-author {
        margin-top: 30px
    }
}

.testimonial-style01 .testimonial-right-text {
    writing-mode: sideways-lr;
    position: absolute;
    bottom: 20px;
    right: -140px
}

.testimonial-style02 .testimonial-text {
    width: 253px;
    height: 253px;
    color: white;
    padding: 18px;
    font-weight: 600;
    border-radius: 50%;
    background: transparent;
    position: relative
}

.testimonial-style02 .testimonial-text .coloring {
    fill: white;
    text-transform: uppercase;
    letter-spacing: 4.5px;
    word-spacing: 3px;
    font-weight: 500
}

.testimonial-style02 .testimonial-text .testimonial-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.testimonial-style02 .counter-no {
    font-size: 168px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-right: 15px
}

@-webkit-keyframes "rotated_circle" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes "rotated_circle" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@media screen and (max-width: 991px) {
    .testimonial-style02 .testimonial-text {
        width: 220px;
        height: 220px
    }
}

.team-details-style01 .icon {
    border: 1px solid #FC5220;
    line-height: 1;
    border-radius: 0.375rem;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.team-details-style01 .progress {
    height: 10px
}

.team-details-style01 .progress-text {
    font-size: 18px;
    font-weight: 400;
    color: #121c22;
    line-height: 1.1em;
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .team-details-style01 .progress-text {
        font-size: 18px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 575px) {
    .team-details-style01 .progress-text {
        font-size: 15px;
        margin-bottom: 12px
    }
}

.page-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-color: #f8f9fa;
    border-radius: 0.375rem
}

.prev-page {
    position: relative;
    width: 50%;
    max-width: 350px;
    margin: 10px
}

.prev-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none;
    border-radius: 0.375rem
}

.prev-page .page-info>a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s
}

.prev-page .page-info .image-prev {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden
}

.prev-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden
}

.prev-page .page-info .prev-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #121c22;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.prev-page .page-info .prev-title:empty {
    display: none
}

.prev-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #121c22;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.prev-page .page-info .next-title:empty {
    display: none
}

.prev-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1)
}

.prev-page a {
    justify-content: flex-start;
    text-align: left
}

.prev-page a:hover .image-prev:after {
    visibility: visible;
    opacity: 1
}

.prev-page a:hover .image-prev:before {
    visibility: visible;
    opacity: 1;
    margin-left: 0
}

.prev-page .image-prev {
    margin-right: 20px
}

.prev-page .image-prev:after {
    background-color: #FC5220;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    border-radius: 0.375rem
}

.prev-page .image-prev:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-left: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.next-page {
    position: relative;
    width: 50%;
    max-width: 350px;
    margin: 10px;
    margin-left: auto
}

.next-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
    transform: scale(1.04, 1.12);
    transition: .3s ease-in-out;
    pointer-events: none;
    border-radius: 0.375rem
}

.next-page .page-info>a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 16px 20px;
    min-height: 110px;
    transition: 0.8s
}

.next-page .page-info .image-prev {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden
}

.next-page .page-info .image-next {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    vertical-align: middle;
    transition: inherit;
    overflow: hidden
}

.next-page .page-info .prev-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #121c22;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.next-page .page-info .prev-title:empty {
    display: none
}

.next-page .page-info .next-title {
    display: inline-block;
    position: relative;
    max-width: 220px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #121c22;
    word-wrap: break-word;
    vertical-align: middle;
    transition: 0.45s
}

.next-page .page-info .next-title:empty {
    display: none
}

.next-page:hover:before {
    background-color: white;
    transform: scale(1);
    box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1)
}

.next-page .image-next {
    margin-left: 20px
}

.next-page .image-next:after {
    background-color: #FC5220;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    border-radius: 0.375rem
}

.next-page .image-next:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-right: 20px;
    content: "\e64a";
    font-family: 'themify';
    font-size: 21px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    transform: scaleX(-1)
}

.next-page a {
    justify-content: flex-end;
    text-align: right
}

.next-page a:hover .image-next:after {
    visibility: visible;
    opacity: 1
}

.next-page a:hover .image-next:before {
    visibility: visible;
    opacity: 1;
    margin-right: 0
}

.next-page .next-title {
    text-align: right
}

.prev-link-page-info>span {
    display: block
}

.prev-link-page-info .date-details {
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 20px;
    margin-bottom: -2px
}

.prev-link-page-info .date-details>div {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500
}

.prev-link-page-info .date-details>span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500
}

.prev-link-page-info .date-details:only-child {
    margin-top: 0
}

.next-link-page-info>span {
    display: block
}

.next-link-page-info .date-details {
    font-size: 14px;
    letter-spacing: .025em;
    line-height: 20px;
    margin-bottom: -2px
}

.next-link-page-info .date-details>div {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500
}

.next-link-page-info .date-details>span {
    line-height: inherit;
    transition: 0.45s;
    font-weight: 500
}

.next-link-page-info .date-details:only-child {
    margin-top: 0
}

@media (max-width: 767px) {
    .prev-page {
        width: calc(100% - 20px);
        max-width: unset
    }

    .next-page {
        width: calc(100% - 20px);
        max-width: unset
    }

    .prev-page+.next-page {
        margin-top: 0
    }

    .page-navigation {
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .prev-page .page-info>a {
        padding: 10px
    }

    .prev-page .page-info .prev-title {
        max-width: 168px
    }

    .prev-page .page-info .next-title {
        max-width: 168px
    }

    .next-page .page-info>a {
        padding: 10px
    }

    .next-page .page-info .prev-title {
        max-width: 168px
    }

    .next-page .page-info .next-title {
        max-width: 168px
    }
}

.vertical-timeline {
    position: relative;
    z-index: 1
}

.vertical-timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: rgba(252, 82, 32, 0.4);
    margin-left: -4px
}

.vertical-timeline:after {
    content: '\e64b';
    font-family: 'themify';
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: -19px;
    color: #FC5220;
    margin-left: -6px
}

.vertical-timeline .timeline-items {
    padding-bottom: 40px
}

.vertical-timeline .timeline-items:before {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    background-image: linear-gradient(0deg, #cbcbcb, #cbcbcb 50%, transparent 50%, transparent 100%);
    background-size: 20px 20px
}

.vertical-timeline .item {
    display: flex;
    position: relative;
    transition: 0.3s
}

.vertical-timeline .item:hover .count {
    background: #121c22;
    transition: 0.3s
}

.vertical-timeline .item:not(:last-child) {
    margin-bottom: 70px
}

.vertical-timeline .item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right
}

.vertical-timeline .item:nth-child(even) .text {
    margin-left: 45px;
    margin-right: 0px;
    padding-left: 40px;
    padding-right: 50px;
    border-radius: 0.375rem 0.375rem 0.375rem 0.375rem
}

.vertical-timeline .item:nth-child(even) .count {
    margin-left: -30px
}

.vertical-timeline .item:nth-child(even) .icon {
    justify-content: flex-start
}

.vertical-timeline .item:nth-child(even) .timeline-content {
    flex-direction: row-reverse
}

.vertical-timeline .item:nth-child(even) .timeline-circle:before {
    right: 100%
}

.vertical-timeline .item:nth-child(odd) .count {
    margin-right: -30px
}

.vertical-timeline .item:nth-child(odd) .icon {
    justify-content: flex-end
}

.vertical-timeline .item:nth-child(odd) .timeline-circle:before {
    left: 100%
}

.vertical-timeline .icon {
    flex-basis: calc(50% - 1px);
    transition: 0.5s;
    display: flex;
    align-items: center
}

.vertical-timeline .timeline-content {
    flex-basis: calc(50% - 1px);
    transition: 0.5s;
    display: flex;
    align-items: center
}

.vertical-timeline .timeline-circle {
    position: relative;
    margin: 0px 100px 0px 100px
}

.vertical-timeline .timeline-circle .circle {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transition: 0.4s;
    top: calc(50% - 7px);
    left: -7px;
    width: 15px;
    height: 15px;
    background: #121c22
}

.vertical-timeline .timeline-circle:before {
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    background-image: linear-gradient(90deg, #cbcbcb, #cbcbcb 50%, transparent 50%, transparent 100%);
    background-size: 20px 20px;
    width: calc(100px + 30px)
}

.vertical-timeline .timeline-circle:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    transition: 0.4s;
    top: calc(50% - 4px);
    left: -4px;
    width: 9px;
    height: 9px;
    background: #fff
}

.vertical-timeline .text {
    box-shadow: 6px 7px 20px rgba(0, 0, 0, 0.1);
    margin: 0px 45px 0px 0px;
    padding: 31px 40px 33px 50px;
    background-color: #ffffff
}

.vertical-timeline .count {
    position: relative;
    font-size: 18px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    flex: 1 0 auto;
    color: #fff;
    background: #FC5220
}

@media screen and (max-width: 1199px) {
    .vertical-timeline .text {
        margin: 0px 35px 0px 0px
    }

    .vertical-timeline .item:nth-child(even) .text {
        margin-left: 35px
    }
}

@media screen and (max-width: 991px) {
    .vertical-timeline .timeline-circle {
        margin: 0px 30px 0px 30px
    }

    .vertical-timeline .timeline-circle:before {
        width: calc(100px + -20px)
    }

    .vertical-timeline .text {
        margin: 0;
        padding: 20px 20px 20px 40px
    }

    .vertical-timeline .count {
        width: 50px;
        height: 50px;
        font-size: 14px;
        line-height: 50px
    }

    .vertical-timeline .item:nth-child(even) .text {
        margin: 0;
        padding-left: 20px;
        padding-right: 40px
    }
}

@media screen and (max-width: 767px) {
    .vertical-timeline:before {
        left: 10px
    }

    .vertical-timeline:after {
        left: 10px
    }

    .vertical-timeline .timeline-items:before {
        left: 10px
    }

    .vertical-timeline .item:not(:last-child) {
        margin-bottom: 40px
    }

    .vertical-timeline .item:nth-child(even) {
        flex-direction: row;
        text-align: left
    }

    .vertical-timeline .item:nth-child(even) .text {
        padding-left: 30px;
        padding-right: 20px
    }

    .vertical-timeline .item:nth-child(even) .count {
        margin-right: -20px;
        margin-left: 0
    }

    .vertical-timeline .item:nth-child(even) .timeline-content {
        flex-direction: row
    }

    .vertical-timeline .item:nth-child(even) .icon {
        justify-content: center
    }

    .vertical-timeline .item:nth-child(odd) {
        flex-direction: row;
        text-align: left
    }

    .vertical-timeline .item:nth-child(odd) .count {
        margin-right: -20px;
        margin-left: 0
    }

    .vertical-timeline .item:nth-child(odd) .timeline-content {
        flex-direction: row
    }

    .vertical-timeline .item:nth-child(odd) .icon {
        justify-content: center
    }

    .vertical-timeline .timeline-content {
        order: 2;
        flex-basis: 70%
    }

    .vertical-timeline .icon {
        order: 3;
        flex-basis: 30%
    }

    .vertical-timeline .text {
        padding: 20px 20px 20px 30px
    }
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    margin-bottom: .5rem
}

.form-control:focus {
    border-color: #FC5220
}

.form-check-input:checked {
    border-color: #FC5220;
    background-color: #FC5220
}

.quform-input {
    position: relative
}

.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}

.quform-element>label {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 15px
}

.quform-element>label .quform-required {
    color: #cc0101;
    font-size: 10px
}

.quform-inner input {
    width: 100%
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}

.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal
}

.quform-errors>.quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type=file],
.quform-has-error .custom-file-label {
    border-color: #f5543f
}

.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
    float: none
}

.quform-loading-wrap {
    float: none
}

.quform-loading-wrap .quform-loading {
    display: inline-block
}

.quform-element {
    margin-bottom: 1rem
}

.newsletter-form-icon .quform-elements {
    position: relative
}

.newsletter-form-icon .quform-submit-inner {
    position: absolute;
    right: 1px;
    top: 3px;
    width: auto;
    background: transparent;
    height: 48px
}

.newsletter-form-icon .quform-submit-inner .btn {
    border: none;
    padding: 0.500rem 1.15rem
}

.newsletter-form-icon .quform-loading-wrap {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0
}

.newsletter-form-icon input {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.2);
    height: 50px;
    padding: 0.5rem 4rem 0.5rem 1rem;
    color: #fff;
    border-radius: 0.25rem
}

.newsletter-form-icon .form-control:focus,
.newsletter-form-icon .form-control:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff
}

.newsletter-form-icon .quform-has-error input,
.newsletter-form-icon .quform-has-error textarea,
.newsletter-form-icon .quform-has-error select {
    border-color: #f5543f
}

.newsletter-form-icon .quform-input .quform-errors-wrap {
    right: 15px
}

.newsletter-form-icon i {
    font-size: 1.2rem;
    line-height: 2rem
}

.newsletter-form .quform-submit-inner .btn {
    padding: 0.500rem 1.15rem
}

.newsletter-form .quform-submit-inner .btn:focus,
.newsletter-form .quform-submit-inner .btn:active {
    border: 1px solid transparent
}

.newsletter-one .form-control {
    min-height: 55px;
    border-radius: 5px
}

.newsletter-one .quform-submit-inner {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: unset
}

.newsletter-style02 .quform-submit-inner button {
    font-size: 18px;
    border: none;
    position: absolute;
    right: -10px;
    top: -1px;
    height: 55px;
    width: 55px;
    color: #fff;
    background: #121c22;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0
}

.newsletter-style02 .quform-submit-inner button.newsletter-btn {
    right: 0;
    top: 0
}

.newsletter-style02 .quform-element .quform-input .form-control.news-box {
    min-height: 55px;
    border-radius: 5px;
    padding: 0 0 0 20px
}

.newsletter-style03 {
    position: relative;
    padding: 40px 0 40px 40px;
    z-index: 1;
    background-color: #FC5220
}

.newsletter-style03:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 5000px;
    height: 100%;
    z-index: -1;
    background-color: #FC5220
}

.contact-us {
    padding: 60px;
    background-color: #f6f6f6
}

.contact-us .contacts-icon {
    float: left;
    margin-right: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: rgba(255, 255, 255, 0.5196078431);
    text-align: center;
    display: inline-block;
    transition: .5s
}

.contact-us .contacts-icon img {
    padding: 16px
}

.contact-us .contacts-icon i {
    color: #fff;
    font-size: 22px;
    transition: .5s
}

.contact-us .contact-details {
    padding: 30px 50px 40px;
    border-radius: 5px;
    margin-left: 20px;
    background-color: #191919
}

.contact-us .contact-details .follow-company-icon2 a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-right: 7px;
    transition: .5s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center
}

.contact-us .contact-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
    padding: 0 0 25px;
    margin-bottom: 22px
}

.contact-us .contact-info:hover .contacts-icon img {
    animation: headShake 2s linear infinite
}

.contact-us .contacts-title h6 {
    font-size: 14px;
    line-height: 23px;
    opacity: .702;
    margin-top: 5px
}

.contact-us .contact-info.upper2 {
    border-bottom: none;
    margin-bottom: 0px
}

.contact-us .follow-company-icon2 a:hover {
    background: #FC5220
}

@media screen and (max-width: 1199px) {
    .contact-us {
        padding: 40px
    }

    .contact-us .contact-details {
        padding: 30px 31px 30px;
        margin-left: 7px
    }
}

@media screen and (max-width: 575px) {
    .contact-us {
        padding: 30px 19px 31px 19px
    }

    .contact-us .contact-info {
        padding: 0 0 18px;
        margin-bottom: 21px
    }

    .contact-us .contacts-icon {
        margin-right: 13px;
        width: 48px;
        height: 48px;
        line-height: 48px
    }

    .contact-us .contact-details {
        padding: 19px 19px 19px;
        margin-left: 7px
    }

    .contact-us .contacts-title h6 {
        font-size: 13px;
        line-height: 21px
    }
}

.social-icon-style01 {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none
}

.social-icon-style01 li {
    text-align: center;
    margin-right: 5px;
    display: inline-block
}

.social-icon-style01 li:last-child {
    margin-right: 0
}

.social-icon-style01 li a {
    color: #121c22;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    background: #ffffff;
    height: 35px;
    width: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px
}

.social-icon-style01 li a:hover {
    color: #ffffff;
    background-color: #FC5220
}

@media screen and (max-width: 767px) {
    .social-icon-style01 li a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 13px
    }
}

.social-icon-style02 {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none
}

.social-icon-style02 li {
    padding-right: 10px;
    display: inline-block
}

.social-icon-style02 li a {
    color: #ffffff
}

.social-icon-style02 li:last-child {
    padding-right: 0
}

.social-icon-style02 a i {
    display: flex;
    color: #121c22;
    background: none;
    border-radius: 0.375rem;
    width: 35px;
    height: 35px;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out 0s
}

.social-icon-style02 a i:hover {
    background: #FC5220;
    color: #ffffff
}

.social-icon-style03 {
    margin-bottom: 0;
    list-style: none
}

.social-icon-style03 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.social-icon-style03 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 0.375rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    height: 41px;
    line-height: 41px;
    width: 41px
}

.social-icon-style03 li a:hover {
    background: #FC5220;
    border-color: #FC5220
}

.social-icon-style03 li a:hover i {
    color: #fff
}

.social-icon-style03 li a:active {
    background: #FC5220;
    border-color: #FC5220
}

.social-icon-style03 li a:active i {
    color: #fff
}

.social-icon-style03 li a:focus {
    background: #FC5220;
    border-color: #FC5220
}

.social-icon-style03 li a:focus i {
    color: #fff
}

.social-icon-style04 li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px
}

.social-icon-style04 li a {
    font-size: 14px;
    color: #fff;
    background: #121c22;
    display: flex;
    height: 41px;
    width: 41px;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem
}

.social-icon-style04 li a:hover {
    background: #FC5220
}

.social-icon-style04 li:last-child {
    margin-right: 0
}

.social-icon-style05 li {
    display: inline-block
}

.social-icon-style05 li a {
    color: #fff;
    padding: 10px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1
}

.social-icon-style05 li a i {
    font-size: 18px
}

.social-icon-style05 li a:hover {
    background-color: #FC5220
}

@media screen and (max-width: 1399px) {
    .social-icon-style05 li a i {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .social-icon-style05 li a {
        padding: 8px 10px
    }
}

.footer-logo {
    max-width: 214px;
    width: 100%;
    display: inline-block
}

.footer-list-style01 {
    margin: 0;
    padding: 0
}

.footer-list-style01 li {
    position: relative;
    list-style-type: none;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2)
}

.footer-list-style01 li a {
    color: #ffffff
}

.footer-list-style01 li a:after {
    content: '\f105';
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: #ffffff;
    position: absolute;
    right: 0;
    vertical-align: middle
}

.footer-list-style01 li a:hover {
    color: #FC5220
}

.footer-list-style01 li a:hover:after {
    color: #FC5220
}

.footer-list-style01 li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}


.grecaptcha-badge {
  bottom: 60px;
  z-index: 999
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404
}

.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724
}

.alert-info {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085
}

.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24
}

.close {
  color: #000;
  float: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  opacity: .5;
  text-shadow: none;
  vertical-align: middle
}

email {
  text-transform: lowercase
}

email:before {
  content: attr(data-user) "\0040"
}

email::after {
  content: attr(data-domain)
}
