
body {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    font-family: var(--iransans), sans-serif;
    color: #7a7e9a;
}

a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #24416b;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #24416b;
    font-family: var(--iransans), sans-serif;
    font-weight: 700;
}

h3 {
    font-size: 20px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 15px;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control {
    height: 50px;
    color: #24416b;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #495057;
    font-size: 13px;
}

.form-control:-ms-input-placeholder {
    color: #495057;
    font-size: 13px;
}

.form-control::-ms-input-placeholder {
    color: #495057;
    font-size: 13px;
}

.form-control::placeholder {
    color: #495057;
    font-size: 13px;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #fa4612;
}

.form-control:hover:focus, .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
    height: 250px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-minus-70 {
    margin-top: -70px;
}

.mb-minus-70 {
    margin-bottom: -70px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.fun-blue-bg {
    background-color: #24416b;
}

/*
Go Top Style
======================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    background-color: #24416b;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fa4612;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: #fa4612;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
}

.page-navigation-area .page-link {
    color: #fa4612;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px #d0d0d0;
    box-shadow: 0 0 15px #d0d0d0;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}

.page-navigation-area .page-link i {
    margin-right: -4px;
    font-size: 21px;
}

.page-navigation-area .page-link:hover {
    color: #ffffff;
    background-color: #fa4612;
    border: 1px solid #fa4612;
}

.page-navigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
    margin-left: -4px;
}

.page-navigation-area .page-item {
    padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #fa4612;
    border-color: #fa4612;
}

/*
Video wave Style
======================================================*/
.video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 69px;
    text-align: center;
    border-radius: 50%;
    color: #fa4612;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #ffffff;
}

.video-btn i {
    font-size: 30px;
    font-weight: 700;
    padding-left: 4px;
    color: #fa4612;
    position: relative;
    top: 5px;
    left: 0;
}

.video-btn::after, .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #ffffff;
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
    background-color: #fa4612;
}

.video-btn:hover i {
    color: #ffffff;
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/*
Default Btn Area Style
======================================================*/
.default-btn {
    font-size: 16px;
    color: #fa4612;
    padding: 20px 35px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    text-transform: capitalize;
    border: 1px solid #fa4612;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.default-btn.active {
    background-color: #fa4612;
    border-color: #fa4612;
    color: #ffffff;
}

.default-btn.active:hover {
    color: #fa4612;
}

.default-btn.active::after {
    width: 100%;
}

.default-btn.active::before {
    border-top: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    left: -1px;
}

.default-btn.active:hover {
    background-color: transparent;
    border-color: #fa4612;
}

.default-btn.active:hover::before {
    border-top: 20px solid transparent;
    border-left: 20px solid #fa4612;
    border-bottom: 20px solid transparent;
    left: -1px;
}

.default-btn.active:hover::after {
    width: 0;
}

.default-btn::before {
    content: "";
    position: absolute;
    border-right: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #fa4612;
    border-bottom: 20px solid transparent;
    top: 9px;
    left: -1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default-btn::after {
    position: absolute;
    content: "";
    background-color: #fa4612;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.default-btn:hover {
    color: #ffffff;
    border-color: #fa4612;
}

.default-btn:hover::before {
    border-top: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
}

.default-btn:hover::after {
    width: 100%;
}

/*
Read More Area Style
======================================================*/
.read-more {
    line-height: 1;
    color: #fa4612;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 14px;
}

.read-more i {
    position: relative;
    top: 4px;
    font-size: 18px;
    left: 8px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: 50%;
    border: 1px solid #fa4612;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.read-more:hover {
    color: #fa4612;
}

.read-more:hover i {
    background-color: #fa4612;
    color: #ffffff;
}

.circle-read-more i {
    background-color: #fedad0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #fa4612;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.circle-read-more i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fa4612;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.circle-read-more:hover i {
    color: #ffffff;
}

.circle-read-more:hover i::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #fa4612;
}

/*
Section Title Area Style
======================================================*/
.section-title {
    max-width: 625px;
    margin: -8px auto 80px;
    text-align: center;
    position: relative;
}

.section-title span {
    text-transform: uppercase;
    color: #fa4612;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
    display: block;
}

.section-title h2::before {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fa4612;
    margin: auto;
}

.section-title h2::after {
    position: absolute;
    bottom: -25px;
    left: -45px;
    right: 0;
    content: "";
    width: 5px;
    height: 2px;
    margin: auto;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title p {
    margin-bottom: -30px;
}
/*
Service Area Style
======================================================*/
.single-service {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    margin-bottom: 30px;
}

.single-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/service/1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.single-service .service-content-wrap {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-service .service-content-wrap .icon {
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
    color: #fa4612;
}

.single-service .service-content-wrap h3 {
    margin-bottom: 15px;
}

.single-service .service-heading {
    text-align: center;
    padding: 20px;
    background-color: #fa4612;
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    bottom: -30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-right: 15px;
    margin-left: 15px;
}

.single-service .service-heading h3 {
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: -4px;
}

.single-service .service-heading .circle-read-more i {
    background-color: #ffffff;
    color: #fa4612;
}

.single-service .service-heading .circle-read-more i::after {
    background-color: #fedad0;
}

.single-service:hover {
    background-color: transparent;
}

.single-service:hover .service-heading {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-service:hover .service-content-wrap {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.service-all {
    margin-top: 20px;
}

.service-all p a {
    color: #fa4612;
    border-bottom: 1px solid #fa4612;
}

.col-lg-4:nth-child(2) .single-service::before {
    background-image: url(../img/service/2.jpg);
}

.col-lg-4:nth-child(3) .single-service::before {
    background-image: url(../img/service/3.jpg);
}

/*
Began Area Style
======================================================*/
.began-top-wrap {
    background-image: url(../img/began-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.began-top-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #ffffff;
}

.began-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 0 15px;
    margin: 30px;
}

.began-wrap h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.began-wrap .single-began {
    text-align: center;
    padding: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.began-wrap .single-began i {
    color: #fa4612;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
}

.began-wrap .single-began h3 {
    margin-bottom: 0;
}

.began-wrap .single-began:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
}

.began-wrap .col-lg-4:nth-child(1) .single-began {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(2) .single-began {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(3) .single-began {
    border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(4) .single-began {
    border-right: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(5) .single-began {
    border-right: 1px solid #eeeeee;
}

/*
Testimonials Area Style
======================================================*/
.testimonials-area .section-title span {
    color: #ffffff;
}

.testimonials-area .section-title h2 {
    color: #ffffff;
}

.testimonials-area .section-title h2::before {
    background-color: #ffffff;
}

.testimonials-area .section-title h2::after {
    background-color: #24416b;
}

.testimonials-area .owl-theme .owl-dots .owl-dot {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 20px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
    background-color: #587aad;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 8px;
    width: 25px;
    height: 5px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span:hover {
    background-color: #ffffff;
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff !important;
}

.testimonials-wrap {
    position: relative;
    padding-left: 280px;
}

.testimonials-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: unset !important;
}

.testimonials-wrap .testimonials-content {
    background-color: #ffffff;
    padding: 37px;
}

.testimonials-wrap .testimonials-content h3 {
    margin-bottom: 18px;
}

.testimonials-wrap .testimonials-content ul {
    line-height: 1;
}

.testimonials-wrap .testimonials-content ul li {
    display: inline-block;
}

.testimonials-wrap .testimonials-content ul li i {
    color: #fa4612;
}

/*
Brand Area Style
======================================================*/
.brand-area .section-title {
    text-align: left;
    max-width: unset;
    margin-bottom: 20px;
}

.brand-area .brand-btn {
    float: right;
    position: relative;
    top: 76px;
}

.brand-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.brand-item img {
    width: unset !important;
    margin: auto;
}
/*
Preloader Area Style
======================================================*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid #fa4612;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/*
Keyframes Area Style
======================================================*/
@-webkit-keyframes moveLeftBounces {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes moveLeftBounces {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bx-fade-left {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.bx-fade-left:hover {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation: none;
    animation: none;
}

.bx-fade-right {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.bx-fade-right:hover {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation: none;
    animation: none;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option:hover {
    background-color: #fa4612;
    color: #ffffff;
}

.nice-select .option.selected.focus {
    background-color: #24416b;
    color: #fa4612;
}

/*===== DEFAULT STYLE END ======*/
/*
Top Header Area Style
======================================================*/
.header-area {
    background-color: #ffffff;
}

.top-header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.top-header .header-left-content img {
    width: 100%;
    position: relative;
    top: 2px;
}

.top-header .header-right-content {
    float: left;
    top: 20px;
    position: relative;
}

.top-header .header-right-content ul li {
    display: inline-block;
    color: #24416b;
    padding-left: 50px;
    position: relative;
    margin-right: 30px;
    top: 8px;
}

.top-header .header-right-content ul li:last-child {
    margin-right: 0;
}

.top-header .header-right-content ul li i {
    color: #fa4612;
    font-size: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #f3ddd0;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.top-header .header-right-content ul li span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #7a7e9a;
    font-weight: 500;
    margin-bottom: 2px;
}

.top-header .header-right-content ul li a {
    color: #24416b;
    font-size: 13px;
    font-weight: 600;
}

.top-header .header-right-content ul li:hover a {
    color: #fa4612;
}

.top-header .flag-wrap {
    position: relative;
    top: -18px;
    margin-right: 40px;
}

.top-header .flag-wrap .flag-item-top {
    padding-left: 0;
}

.top-header .flag-wrap .flag-item-top .flag-bar {
    position: relative;
}

.top-header .flag-wrap .flag-item-top .flag-bar img {
    width: 40px;
}

.top-header .flag-wrap .flag-item-top .flag-bar span {
    position: absolute;
    top: 13px;
    left: 30px;
    color: #24416b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom {
    position: absolute;
    bottom: -255px;
    padding: 20px !important;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    width: 250px;
    left: -158px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: -8px;
    right: 57px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
    margin-bottom: 10px;
    padding-left: 0;
    margin-right: 0;
    display: block;
    position: unset;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
    margin-bottom: 0;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
    width: 20px;
    margin-right: 5px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
    color: #fa4612;
}

.top-header .flag-wrap .flag-item-top:hover .flag-bar span {
    color: #fa4612;
}

.top-header .flag-wrap .flag-item-top:hover .flag-item-bottom {
    visibility: visible;
    opacity: 1;
    bottom: -260px;
}

/*
Prevoz Nav Area Style
======================================================*/
.prevoz-nav-style .navbar-area .navbar-brand {
    display: none;
}

.prevoz-nav-style .navbar-area .main-nav {
    position: unset;
    background: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    color: #24416b;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 0;
    margin-right: 30px;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 25px;
    line-height: 0;
    position: relative;
    top: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #fa4612;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
    color: #fa4612;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: -8px;
    left: 20px;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    color: #24416b;
    position: relative;
    padding: 6px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fa4612;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #fa4612;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 100%;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i {
    opacity: 1;
    margin-left: 145px;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fa4612;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    opacity: 0;
    position: relative;
    top: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-left: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a i {
    opacity: 1;
    margin-left: 145px;
    color: #fa4612;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 105%;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: 35px;
    left: -11px;
    -webkit-transform: rotate(-86deg);
    transform: rotate(-86deg);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a::before {
    display: none;
}

.prevoz-nav-style .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #313538;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100% !important;
}

.prevoz-nav-style .dropdown-toggle::after {
    display: none;
}

.prevoz-nav-style .others-option .search-wrap {
    display: inline-block;
    position: relative;
    top: 3px;
    right: 15px;
}

.prevoz-nav-style .others-option .search-wrap a {
    color: #24416b;
}

.prevoz-nav-style .others-option .search-wrap a i {
    font-size: 23px;
    line-height: 1;
}

.prevoz-nav-style .others-option .search-wrap a:hover {
    color: #fa4612;
}

.prevoz-nav-style .others-option .sidebar-menu {
    background-color: transparent;
    cursor: pointer;
    padding-right: 0;
}

.prevoz-nav-style .others-option .sidebar-menu i {
    font-size: 21px;
    color: #24416b;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style .others-option .sidebar-menu i:hover {
    color: #fa4612;
}
.prevoz-nav-style .others-option .dark-switch {
    position: relative;
    right: 0;
    top: -2px;
    display: inline-block;
    margin-right: 20px;
}
/*
Sidebar Modal Area Style
======================================================*/
.sidebar-modal {
    position: relative;
}

.sidebar-modal .navbar-nav li a {
    padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
    padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
    margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    color: #24416b;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 2px;
    border-radius: 5px;
    background: #fa4612;
    content: '';
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
    padding: 0;
    margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
    margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
    font-size: 14px;
    color: #24416b;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
    color: #fa4612;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
    position: relative;
    font-weight: 500;
    padding-left: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    color: #24416b;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
    font-size: 13px;
    display: block;
    font-weight: 400;
    color: #818992;
    margin-top: 5px;
    text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 29px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #24416b;
    border-radius: 4px;
    font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
    color: #ffffff;
    background: #fa4612;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
    text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
    display: inline-block;
    padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #24416b;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
    background-color: #fa4612;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
    color: #fa4612;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
    color: #ffffff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: lightSpeedIn 1000ms linear;
    animation: lightSpeedIn 1000ms linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: lightSpeedIn 1000ms linear;
    animation: lightSpeedIn 1000ms linear;
}

.sidebar-modal .modal-header {
    display: inline;
    padding: 0;
    border: none;
}

.sidebar-modal .modal-header .close {
    height: 30px;
    width: 30px;
    color: #fa4612;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
    margin-left: 0;
    font-size: 20px;
}

.sidebar-modal .modal-header h2 {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
}

.sidebar-modal button:focus {
    outline: 0px;
}
html,
body {
    position: relative;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*
About Us Area Style
=================================================*/
.about-content span {
    text-transform: uppercase;
    color: #fa4612;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.about-content h2 {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
}

.about-content h2::before {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fa4612;
}

.about-content h2::after {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 5px;
    height: 2px;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}

.about-content h2:last-child {
    margin-bottom: 0;
}

.about-content p {
    margin-bottom: 30px;
}

.about-img {
    position: relative;
}

.about-img .about-quatre {
    position: absolute;
    top: 50%;
    right: -40px;
    background-color: #fa4612;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
}

.about-img .about-quatre i {
    font-size: 50px;
    color: #ffffff;
    line-height: 80px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-minus-70 {
    margin-top: -70px;
}

.mb-minus-70 {
    margin-bottom: -70px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.fun-blue-bg {
    background-color: #24416b;
}

/*
Go Top Style
======================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    background-color: #24416b;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fa4612;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: #fa4612;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}
/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
    padding: 30px 0;
}

.single-widget-bottom ul li {
    display: inline-block;
    padding-right: 15px;
}

.single-widget-bottom ul li a {
    color: #ffffff;
    position: relative;
}

.single-widget-bottom ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 5px;
    height: 5px;
    background-color: #fa4612;
    border-radius: 50%;
}

.single-widget-bottom ul li a:hover {
    color: #fa4612;
}

.single-widget-bottom ul li:last-child {
    padding-right: 0;
}

.single-widget-bottom ul li:last-child a::before {
    display: none;
}

.single-widget-bottom p {
    text-align: center;
    color: #ffffff;
}

.single-widget-bottom p a {
    color: #fa4612;
}

.single-widget-bottom p i {
    position: relative;
    top: 1px;
}

.single-widget-bottom .social-link {
    float: right;
}

.single-widget-bottom .social-link li {
    padding-right: 3px;
}

.single-widget-bottom .social-link li a::before {
    display: none;
}

.single-widget-bottom .social-link li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #3867ad;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-widget-bottom .social-link li a:hover i {
    background-color: #fa4612;
}
.kw-swiper .swiper-button-prev {
    right: -70px;
    left: auto;
    -webkit-transition: 0.8s;
}
.kw-swiper .swiper-button-next {
    left: -70px;
    right: auto;
    -webkit-transition: 0.8s;
}
.kw-swiper:hover .swiper-button-prev {
    right: 70px;
}
.kw-swiper:hover .swiper-button-next {
    left: 70px;
}
.kw-swiper .swiper-button-prev,
.kw-swiper .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #0000004a;
    border-radius: 50%;
}
.kw-swiper .swiper-pagination-bullet {
    -webkit-transition: 0.5s;
}
.kw-swiper .swiper-pagination-bullet-active {
    height: 25px;
    border-radius: 10px;
}
.swiper-title {
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: right;
    background-color: #0000004a;
    width: 100%;
    height: 100%;
    padding: 10%;
}
.swiper-title h2.title {
    font-size: 60px;
    font-family: var(--iranyekan);
    font-weight: 900;
    color: #ffc107;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transition: 3s;
}
.swiper-slide-active .swiper-title span.subtitle,
.swiper-slide-active .swiper-title h2.title {
    opacity: 1;
    visibility: visible;
}
.swiper-title span.subtitle {
    font-size: 25px;
    font-weight: 900;
    font-family: var(--iranyekan);
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transition: 5s;
}

/* Page Title Area Style
=====================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/page-bg/1.jpg);
}

.page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: 0.6;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
    float: right;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 20px;
    color: #fa4612;
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 5px;
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li i {
    font-size: 20px;
    margin: 0 5px;
    position: relative;
    top: 5px;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #fa4612;
}

.page-article p {
    text-align: justify;
}
/*
Address Area Style
======================================================*/
.single-address {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-address::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fa4612;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fa4612;
    border-radius: 50%;
    margin-bottom: 15px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address h3 {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address a {
    display: block;
    color: #7a7e9a;
    margin-bottom: -8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address p {
    margin-bottom: -8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address:hover::before {
    width: 100%;
}

.single-address:hover i {
    background-color: #ffffff;
    color: #fa4612;
}

.single-address:hover h3 {
    color: #ffffff;
}

.single-address:hover span {
    color: #ffffff;
}

.single-address:hover a {
    color: #ffffff;
}

.single-address:hover p {
    color: #ffffff;
}
/*
Contact Area Style
=====================================================*/
.contact-area .contact-wrap {
    max-width: unset;
}

.contact-area .contact-wrap .section-title {
    text-align: center !important;
    max-width: 600px;
}

.contact-area .contact-wrap .section-title h2 {
    margin-bottom: 10px;
}

.contact-area .contact-wrap .form-group {
    margin-bottom: 30px;
}

.contact-area .contact-wrap .default-btn {
    margin: auto;
    display: table;
    cursor: pointer;
    background-color: transparent;
}

.contact-area .contact-wrap .contact-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    padding: 40px;
}

.list-unstyled {
    color: #dc3545;
}

.contact-map-area iframe {
    height: 500px;
    width: 100%;
    border: none;
    display: block;
}