body, html {
    overflow-x: hidden
}

.header-area {
    position: absolute;
    z-index: 22;
    width: 100%
}

.hero-area {
    position: relative
}

.header-elements {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.stellarnav.mobile ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto
}

a.menu-toggle.full {
    text-align: right
}

.stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 1px #777
}

.stellarnav a.dd-toggle .icon-plus:before {
    border-bottom: solid 1px #777
}

.our-brands2 {
    background-color: #f0fbff
}

.home1-about .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.active {
    background: 0 0
}

.demo-sidebar {
    position: fixed;
    width: 95%;
    height: 100%;
    background: #fff;
    top: 0;
    right: -95%;
    z-index: 999;
    transition: all .7s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition-duration: 1s
}

.demo-sidebar:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #5c5b79;
    top: 0;
    right: 0;
    z-index: -2;
    opacity: .5;
    transition: all 1s;
    transition-duration: 1s;
    transition-delay: 1s
}

.demo-sidebar:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #161540;
    top: 0;
    right: 0;
    z-index: -2;
    opacity: .5;
    transition: all 1s;
    transition-duration: 1s;
    transition-delay: 1s
}

.demo-sidebar.active-sidebar {
    right: -5%;
    transition: all 1s;
    transition-duration: 1.5s;
    transition-delay: 1s
}

.demo-sidebar.active-sidebar:after {
    transition: all .3s;
    width: 210%;
    transition-duration: 1s
}

.demo-sidebar.active-sidebar:before {
    transition: all .3s;
    width: 210%;
    transition-duration: .5s
}

.demo-sidebar-content {
    text-align: center
}

.demo-sidebar-wrap {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: #fff
}

.demo-sidebar-menu {
    position: absolute;
    padding: 10px;
    background: #fff;
    top: 50%;
    border-radius: 8px 0 0 8px;
    left: -44px;
    margin-top: -41.5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    cursor: pointer
}

.demo-sidebar-menu span, .demo-sidebar-menu span a {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    margin: 5px 0;
    border-radius: 8px;
    transition: all .3s !important;
    color: #161540
}

.demo-sidebar-menu span a:hover, .demo-sidebar-menu span:hover {
    color: #7977c6;
    transition: all .3s
}

.demo-sidebar-content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 95%;
    overflow-y: scroll;
    padding: 30px
}

.demo-sidebar-items {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row wrap
}

.demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
    width: calc(25% - 30px)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
        width: calc(50% - 30px)
    }
}

@media (max-width:767px) {
    .demo-sidebar-items.inner-dmeos .single-demo-sidebar-item {
        width: calc(100% - 30px)
    }
}

.single-demo-sidebar-item {
    width: calc(33% - 30px);
    margin-bottom: 30px
}

@media (max-width:767px) {
    .single-demo-sidebar-item {
        width: calc(100% - 30px)
    }
}

.demo-sidebar-item-img {
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1)
}

.demo-sidebar-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap
}

.demo-sidebar-buttons a {
    display: block;
    margin: 0 8px
}

.demo-item-content {
    margin-top: 15px
}

.demo-item-content a {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #161540;
    margin-bottom: 0;
    transition: all .3s;
    display: block
}

@media (max-width:767px) {
    .demo-item-content a {
        font-size: 20px
    }
}

.demo-sidebar-item-img {
    transition: all .3s;
    overflow: hidden;
    border-radius: 8px;
    max-height: 280px
}

.demo-sidebar-item-img img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.demo-sidebar-item-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #5c5b79;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s;
    transform: scale(.9);
    visibility: hidden;
    border-radius: 8px
}

.demo-sidebar-item-img:hover:after {
    visibility: visible;
    opacity: .6;
    transform: scale(1);
    transition: all .3s
}

.demo-sidebar-buttons {
    top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 4
}

.demo-sidebar-item-img:hover .demo-sidebar-buttons {
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all .3s
}

.demo-sidebar-buttons a {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-flex;
    color: #191a43;
    transition: all .3s;
    transform: translateY(0);
    padding: 18px 30px;
    background-color: #fff
}

.demo-sidebar-buttons a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    z-index: -1;
    background: #0e1681;
    transition: all.4s
}

.demo-sidebar-buttons a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    transition: all.4s
}

.demo-sidebar-buttons a:hover {
    color: #fff;
    transform: translateY(-5px);
    transition: all .3s
}

.demosIcon svg {
    animation: spin linear infinite 3s
}

.single-demo-sidebar-item.coming-soon .demo-sidebar-item-img:after {
    visibility: visible;
    opacity: .6;
    transform: scale(1)
}

.coming-son-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.coming-son-text h4 {
    font-size: 40px;
    color: #fff
}

.header-top {
    background: var(--main-text-color, #181a1c);
    padding: 10px 0
}

.header1-call {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: inline-block
}

.header1-call:hover {
    color: #fff
}

.header-top-icons li {
    display: inline-block;
    padding: 0 10px
}

.header-top-icons li a {
    color: #fff;
    font-size: 20px;
    transition: all.3s
}

.header-top-icons li a:hover {
    color: #ff2640;
    transition: all.3s
}

.main-span1 span {
    background-color: #ff2640;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 8px
}

.main-span1 .main-span {
    color: var(--main-color, #ff2640);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center
}

.main-hadding1 h1 {
    color: var(--main-text-color, #181a1c);
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px
}

.main-hadding1 p {
    color: var(--paragraph-color, rgba(8, 17, 13, .6));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.hero1-all-images.text-end {
    position: relative;
    height: 588px;
    width: 100%
}

.hero-img1 {
    position: absolute;
    right: 0;
    top: 70px;
    vertical-align: middle
}

.hero-img2 {
    position: absolute;
    right: 0;
    top: 10px
}

.hero-img3 {
    position: absolute;
    right: -65px;
    top: 71px
}

.hero-img4 {
    position: absolute;
    left: 150px;
    top: 165px
}

.hero-img2 img {
    border-radius: 100px 180px 240px 263px
}

.hero1-header-element1 {
    position: absolute;
    top: 100px;
    left: 0
}

.hero1-header-element2 {
    position: absolute;
    bottom: 30px;
    right: 0
}

.about1-images {
    position: relative
}

.about1-img1 {
    position: absolute;
    top: -40px;
    left: -80px;
    z-index: -1
}

.about-box-icon {
    background-color: #fffbfb;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    margin-right: 16px
}

.about1-box {
    display: flex;
    padding-bottom: 24px
}

.choose1-icon-box {
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08);
    margin-left: 5px;
    transition: all.4s
}

.choose1-icon-box:hover {
    transform: translateY(-10px);
    transition: all.4s
}

.choose1-icon img {
    transition: all.4s
}

.choose1-icon-box:hover .choose1-icon img {
    transform: rotateY(180deg);
    transition: all.4s
}

.choose1-shape {
    position: absolute;
    top: 0;
    right: 0
}

.story-hadding1 {
    padding-right: 50px
}

.story-hadding2 {
    padding-left: 50px;
    position: relative
}

.story-hadding2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: url(../img/shapes/story-boder.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.service1-box {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08);
    padding: 24px;
    margin-top: 30px;
    transition: all.4s;
    margin-right: 5px
}

.service1-box:hover {
    transform: translateY(-10px);
    transition: all.4s
}

.service1-icon img {
    transition: all.4s
}

.service1-box:hover .service1-icon img {
    transform: rotateY(180deg);
    transition: all.4s
}

.service1-shape {
    position: absolute;
    top: 20px;
    left: 0
}

.story-img1 {
    overflow: hidden
}

.story-img1 img {
    transition: all.4s
}

.story-img1:hover img {
    transform: scale(1.1) rotate(4deg);
    transition: all.4s
}

.explore-box span {
    color: var(--main-color, #000);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: table;
    padding: 6px 10px;
    border-radius: 5px;
    background: var(--secondary-color, #fcd7db);
    margin-top: -16px;
    margin-left: 32px
}

.explore-box {
    border-radius: 5px;
    border: 1px solid var(--paragraph-color, rgba(8, 17, 13, .105));
    margin-top: 45px;
    transition: all.4s
}

.explore-box:hover {
    border-radius: 5px;
    background: #fef7f8;
    box-shadow: 0 4px 50px 0 rgba(252, 215, 219, .043);
    border: 1px solid #fef7f8;
    transform: translateY(-10px);
    transition: all.4s
}

.explore-box-hadding {
    padding: 10px 20px 20px 20px
}

.countrie-box {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    padding: 24px;
    margin-top: 30px;
    transition: all.4s
}

.countrie-box:hover {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08);
    transition: all.4s;
    transform: translateY(-10px)
}

.countrie-box:hover .countrie-img img {
    transform: rotate(360deg);
    transition: all.9s
}

.countrie-hadding a {
    color: var(--main-text-color, #181a1c);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-left: 16px;
    display: inline-block
}

.countrie-shape {
    position: absolute;
    top: 20px;
    right: 20px
}

.team1-hadding h4 a {
    color: var(--main-text-color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block
}

.team1-hadding p {
    color: var(--neutral-paragraph, #565f76);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    transition: all.4s
}

.team1-hadding h4 a:hover {
    color: #ff2640;
    transition: all.4s
}

.team1-hadding {
    padding: 16px
}

.team1-lest li {
    display: inline-block
}

.team1-lest li a {
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 1px solid #cecfcf;
    text-align: center;
    display: inline-block;
    color: #19191b;
    transition: all.3s
}

.team1-lest li a:hover {
    color: #fff;
    border: 1px solid #ff2640;
    background-color: #ff2640;
    transition: all.3s
}

.team1-box {
    border-radius: 5px;
    border: 1px solid #f0f1f0;
    margin-top: 30px
}

.team1-img {
    overflow: hidden
}

.team1-img img {
    transition: all.4s
}

.team1-box:hover .team1-img img {
    transform: rotate(5deg) scale(1.1);
    transition: all.4s
}

.testimonial1-bottom-hadding h5 a {
    color: var(--main-text-color, #181a1c);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px
}

.testimonial1-bottom-hadding {
    padding-left: 16px
}

.testimonial1-box {
    border-radius: 5px;
    background: #fff;
    padding: 32px 50px;
    margin-right: 10px
}

.testimonial1-bottom {
    display: flex;
    align-items: center
}

.owl-carousel .owl-item .testimonial-top-img img {
    height: auto;
    width: auto;
    height: 50px;
    width: 120px
}

.testimonial1 .owl-carousel .owl-nav button.owl-prev, .testimonial1 .owl-carousel button.owl-dot, .testimonial1 .owl-nav button.owl-next {
    background-color: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .08));
    color: #181a1c;
    border: none;
    font: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all.4s
}

.testimonial1 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial1 .owl-carousel button.owl-dot, .testimonial1 .owl-nav button.owl-next:hover {
    background-color: #ff2640;
    filter: none;
    color: #fff;
    transition: all.4s
}

.testimonial1 .owl-nav {
    text-align: center;
    margin-top: 40px
}

.hadding1 h5 a {
    color: var(--neutral-main-text-color, #19191b);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    transition: all.4s
}

.hadding1 h5 a:hover {
    color: #ff2640;
    transition: all.4s
}

.learn-more1 {
    color: var(--neutral-main-text-color, #19191b);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: capitalize;
    transition: all.3s
}

.learn-more1:hover {
    color: #ff2640;
    transition: all.3s
}

.learn-more1:hover span {
    color: #ff2640;
    margin-left: 3px;
    transition: all.3s
}

.learn-more1 span {
    color: #19191b;
    transition: all.3s;
    transform: rotate(-50deg);
    display: inline-block;
    font-size: 16px
}

.blog1-box {
    border-radius: 5px;
    border: 1px solid rgba(8, 17, 13, .1);
    background: #fff;
    margin-top: 30px;
    transition: all.4s
}

.blog1-hadding {
    padding: 24px
}

.blog1-img {
    overflow: hidden
}

.blog1-img img {
    transition: all.4s
}

.blog1-box:hover .blog1-img img {
    transform: scale(1.1) rotate(4deg);
    transition: all.4s
}

.blog1-box:hover {
    background-color: #fef3f4;
    transition: all.4s
}

.contact-from-input input {
    border: 1px solid #d1d5db;
    padding: 15px;
    border-radius: 5px;
    width: 48%;
    margin-left: 8px;
    margin-top: 20px
}

.contact-from-input.contact-from-input2 input {
    width: 99%
}

.contact-from-input textarea {
    border: 1px solid #d1d5db;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    margin-left: 4px;
    margin-top: 20px
}

.contact-from-input .nice-select.wide {
    width: 100%;
    padding: 10px;
    height: 60px;
    color: #757575;
    margin-left: 4px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 34px
}

.team6-image {
    text-align: end
}

.contact1-form-all {
    padding: 45px;
    border-radius: 5px;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
    position: relative;
    background-color: #fff;
    z-index: 2
}

input:focus {
    outline: 0
}

textarea:focus {
    outline: 0
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 9px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 9px
}

.contact-icon-box {
    display: flex;
    align-items: start;
    margin-top: 30px
}

.contact1-hadding {
    padding-left: 70px
}

.cta1 {
    padding: 80px 0
}

.hadding1-w h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px
}

.hadding1-w p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.cta1-shape2 {
    position: absolute;
    top: 0;
    left: 0
}

.cta1-shape1 {
    position: absolute;
    bottom: 20px;
    right: 0
}

.box-img {
    position: relative;
    overflow: hidden
}

.box-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: 0 0;
    left: 0;
    top: 0;
    box-shadow: 60px 4px 52px 23px #ffff;
    visibility: hidden;
    opacity: 0;
    transform: translate(45deg)
}

.box-img:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all.6s;
    top: 110%
}

.image-overlay {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block
}

.image-overlay::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .138);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0
}

.image-overlay:hover::after {
    animation: circle 1s
}

@keyframes animation {
    100% {
        left: 125%
    }
}

@keyframes rotateY {
    100% {
        transform: rotateY(360deg)
    }
}

.main-hadding2 span.main-span2 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px
}

.main-hadding2 h1 {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px
}

.main-hadding2 p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.hero2-all-images {
    width: 100%;
    position: relative;
    overflow: hidden
}

.hero2-all-images-m {
    margin-top: 98px
}

.hero2-img2 {
    position: absolute;
    right: 0;
    bottom: -112px;
    z-index: 3
}

.hero2-img3 {
    position: absolute;
    top: 21px;
    right: 0;
    z-index: 1
}

.hero2-img4 {
    position: absolute;
    top: 60px
}

.main-hadding2 span.after {
    position: relative;
    display: inline-block
}

.main-hadding2 span.after::after {
    position: absolute;
    content: "";
    bottom: -35px;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/shapes/hero2-hadding-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

img.element2-1 {
    position: absolute;
    left: 50%;
    top: 150px
}

img.element2-2 {
    position: absolute;
    top: 200px;
    left: 100px
}

img.element2-3 {
    left: 300px;
    position: absolute;
    top: 50%
}

img.element2-4 {
    position: absolute;
    bottom: 200px;
    left: 200px
}

img.element2-5 {
    position: absolute;
    right: 50%;
    bottom: 100px
}

img.element2-6 {
    position: absolute;
    bottom: 100px;
    left: 0
}

img.element2-7 {
    position: absolute;
    top: 30%;
    left: 32%
}

.theme-btn4 {
    margin-left: 10px
}

.hero2-img1 img {
    border-radius: 250px 250px 0 0
}

.about2-hadding {
    padding-left: 60px
}

.learn-more2 {
    color: var(--Main-Text-Color, #181a1c);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    transition: all.4s
}

.learn-more2 span {
    transform: rotate(-45deg);
    transition: all.3s;
    display: inline-block;
    color: #181a1c
}

.learn-more2:hover {
    color: #13aaa1;
    transition: all.4s
}

.learn-more2:hover span {
    color: #13aaa1;
    margin-left: 3px;
    transition: all.3s
}

.service2-shape1 {
    position: absolute;
    top: 50px;
    left: 50px
}

.service2-shape2 {
    position: absolute;
    bottom: 50px;
    right: 50px
}

.hadding2 h5 {
    color: #181a1c;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px
}

.story2-hadding2 {
    padding-left: 50px;
    position: relative
}

.story2-hadding2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-image: url(../img/shapes/service2-after.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.choose2-text-box h4 a {
    color: #181a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s
}

.choose2-text-box p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all.4s
}

.choose2-box {
    position: relative;
    margin-top: 54px;
    transition: all.4s
}

.choose2-text-box {
    padding: 20px 70px 20px 20px;
    background-color: #fff;
    border-radius: 5px
}

.choose2-icon-box {
    background: #13aaa1;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 0 24px 0 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all.4s
}

.choose2-icon-box img {
    filter: brightness(40)
}

.choose2-icon-box::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    left: -10px;
    background: #158a83;
    border-radius: 15px 0 0 0;
    transition: all.4s
}

.choose2-box:hover .choose2-icon-box {
    background-color: #fff;
    transition: all.4s
}

.choose2-box:hover .choose2-text-box {
    background: #13aaa1;
    transition: all.4s;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.choose2-box:hover {
    transform: translateY(-5px);
    transition: all.4s
}

.choose2-box:hover .choose2-text-box h4 a {
    color: #fff;
    transition: all.4s
}

.choose2-box:hover .choose2-text-box p {
    color: #fff;
    transition: all.4s
}

.choose2-box:hover .choose2-icon-box img {
    filter: none
}

.choose2-box:hover .choose2-icon-box::after {
    background-color: #13aaa1;
    transition: all.4s
}

.choose2-box.choose2-left {
    margin-left: 40px
}

.choose2-box.choose2-right {
    margin-right: 40px
}

.choose2-main-image {
    position: relative;
    margin-top: 40px;
    overflow: hidden
}

.choose2-img-shape {
    position: absolute;
    bottom: -95px;
    right: 0
}

.choose2-image {
    overflow: hidden;
    padding: 35px
}

.choose2-text-box2 {
    padding: 20px 20px 20px 70px
}

.choose2-box2 {
    position: relative;
    margin-top: 54px;
    transition: all.4s
}

.choose2-text-box2 {
    padding: 20px 20px 20px 70px;
    background-color: #fff;
    border-radius: 5px
}

.choose2-icon-box2 {
    background: #13aaa1;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 24px 0 24px 0;
    position: absolute;
    top: -15px;
    left: -15px;
    transition: all.4s
}

.choose2-icon-box2 img {
    filter: brightness(40)
}

.choose2-icon-box2::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    right: -10px;
    background: #158a83;
    border-radius: 0 24px 0 0;
    transition: all.4s
}

.choose2-box2:hover .choose2-icon-box2 {
    background-color: #fff;
    transition: all.4s
}

.choose2-box2:hover .choose2-text-box2 {
    background: #13aaa1;
    transition: all.4s;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.choose2-box2:hover {
    transform: translateY(-5px);
    transition: all.4s
}

.choose2-box2:hover .choose2-text-box2 h4 a {
    color: #fff;
    transition: all.4s
}

.choose2-box2:hover .choose2-text-box2 p {
    color: #fff;
    transition: all.4s
}

.choose2-box2:hover .choose2-icon-box2 img {
    filter: none
}

.choose2-box2:hover .choose2-icon-box2::after {
    background-color: #13aaa1;
    transition: all.4s
}

.choose2-box2.choose2-left {
    margin-left: 40px
}

.choose2-text-box2 h4 a {
    color: #181a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s
}

.choose2-text-box2 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all.4s
}

.choose2-box2.choose2-right {
    margin-right: 40px
}

.countrie-box.countrie-box2 {
    background-color: #f2f5f5
}

.countrie-box.countrie-box2:hover {
    background-color: #13aaa1
}

.countrie-hadding a {
    transition: all.4s
}

.countrie-box.countrie-box2:hover .countrie-hadding a {
    color: #fff;
    transition: all.4s
}

.team2-hadding h4 a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize
}

.team2-hadding p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize
}

.team2-icon ul li {
    display: inline-block
}

.team2-icon ul li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ffffff38;
    text-align: center;
    color: #fff;
    transition: all.4s
}

.team2-icon ul li a:hover {
    background-color: #fff;
    color: #158a83;
    transition: all.4s
}

.team2-box {
    position: relative;
    margin-top: 30px;
    overflow: hidden
}

.team2-box-hover {
    position: absolute;
    bottom: 24px;
    padding: 0 24px;
    z-index: 9;
    transform: translateY(50px);
    opacity: 0;
    transition: all.4s
}

.team2-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(25deg, rgba(13, 79, 81, .7) 29.3%, rgb(1 9 9 / 0) 61.75%, rgba(0, 0, 0, 0) 72.32%), url(_path-to-image.html>), #d3d3d300 50%/cover no-repeat;
    transform: translateY(180px);
    opacity: 0;
    transition: all.4s
}

.team2-box:hover::after {
    transform: translateY(0);
    opacity: 1;
    transition: all.4s
}

.team2-box:hover .team2-box-hover {
    transform: translateY(0);
    opacity: 1;
    transition: all.4s
}

.team2-box-img img {
    transition: all.4s;
    border-radius: 5px 5px 0 0
}

.team2-box-img {
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.team2-box:hover .team2-box-img img {
    transform: scale(1.1) rotate(4deg);
    transition: all.6s;
    border-radius: 5px 5px 0 0
}

.tes2-slider-single {
    padding: 24px;
    background-color: #f2f5f5;
    border-radius: 5px;
    margin: 0 5px
}

.tes2-hadding p {
    color: #737373;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.tes2-review li {
    color: #13aaa1;
    display: inline-block
}

.tes2-hadding h6 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}

.tes2-hadding span {
    color: var(--5th-Main, #13aaa1);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    display: inline-block
}

.owl-carousel .owl-item .tes2-img1 img {
    height: 80px;
    width: 80px
}

.owl-carousel .owl-item .tes2-img2 img {
    height: 30px;
    width: 30px
}

.tes2-images {
    position: relative
}

.tes2-img2 {
    position: absolute;
    bottom: -3px;
    left: 57px
}

.tes2-img3 {
    position: absolute;
    top: 0;
    right: 0
}

.testimonial2 .owl-nav {
    text-align: center;
    margin-top: 40px
}

.testimonial2 .owl-carousel .owl-nav button.owl-prev, .testimonial2 .owl-carousel button.owl-dot, .testimonial2 .owl-nav button.owl-next {
    background-color: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .08));
    color: #181a1c;
    border: none;
    font: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all.4s
}

.testimonial2 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial2 .owl-carousel button.owl-dot, .testimonial2 .owl-nav button.owl-next:hover {
    background-color: #13aaa1;
    filter: none;
    color: #fff;
    transition: all.4s
}

.blog2-main-image {
    position: relative
}

.blog2-main-hover {
    position: absolute;
    bottom: 24px;
    padding: 0 24px
}

.blog2-main-hover h4 a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.blog2-main-hover {
    z-index: 8
}

.blog2-main-hover p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.blog-learn {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize
}

.blog-learn:hover {
    color: #fff
}

.blog-learn span {
    transition: all.4s
}

.blog-learn:hover span {
    margin-left: 4px;
    transition: all.4s
}

.blog2-main-image {
    position: relative;
    margin-top: 30px
}

.blog2-main-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(10deg, rgba(0, 0, 0, .8) 27.61%, rgba(0, 0, 0, 0) 60.7%), url(_path-to-image.html>), #d3d3d300 50%/cover no-repeat
}

.blog-single-side-img {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.blog2-img2 {
    margin-right: 20px
}

.blog2-img2 img {
    width: 656px;
    transition: all .4s ease 0s
}

.blog2-img2 {
    overflow: hidden;
    border-radius: 5px
}

.blog-single-side-img:hover .blog2-img2 img {
    transform: scale(1.1) rotate(4deg);
    transition: all.4s
}

.blog2-img1 {
    overflow: hidden;
    border-radius: 5px
}

.blog2-img1 img {
    transition: all.4s
}

.blog2-main-image:hover .blog2-img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all.4s
}

.cta2 {
    padding: 80px 0
}

.cta2-hadding {
    padding-right: 40px
}

.cta2-hadding h1 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px
}

.cta2-hadding2 h1 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px
}

.cta2-hadding2 p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.cta2-form {
    position: relative
}

.cta2-hadding p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.cta2-input input {
    padding: 19px;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding-right: 180px
}

.cta2-button {
    position: absolute;
    top: 5px;
    right: 5px
}

.hero-area3 {
    background-image: url(../img/bg/hero3-bg.png);
    overflow: hidden;
    min-height: 812px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center
}


.main-hadding3 h1 {
    color: #181a1c;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px
}

.main-hadding3 p {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.hero3-all-images-position {
    position: absolute;
    right: 0;
    top: 90px;
    height: 100%;
    overflow: hidden
}

.hero3-all-images {
    position: relative;
    height: 100%;
    overflow: hidden
}

.hero3-img2 {
    position: absolute;
    top: 0;
    right: 0
}

.hero3-img3 {
    position: absolute;
    bottom: 99px;
    right: 0
}

.hero3-element1 {
    position: absolute;
    left: 20px;
    top: 200px
}

.hero3-element2 {
    position: absolute;
    right: 45%;
    bottom: 200px
}

.about3-images {
    position: absolute;
    left: 0;
    top: 100px;
    overflow: hidden
}

.about3-img2 {
    position: absolute;
    top: 0
}

.about3-img3 {
    position: absolute;
    bottom: 2px
}

.about3-img3 img {
    border-radius: 0 0 0 199px
}

.about3-all-images {
    height: 800px
}

.about3-hadding {
    margin-bottom: 100px
}

.hadding3 h4 a {
    color: #181a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all.4s
}

.service3-learn-more {
    color: var(--4th-Home-Main, #0d4f51);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    transition: all.4s
}

.service3-box {
    background-color: #f3f6f6;
    padding: 24px;
    border-radius: 5px;
    margin-top: 30px;
    transition: all.4s
}

.service3-box:hover {
    background-color: #0d4f51;
    transition: all.4s;
    transform: translateY(-10px)
}

.hadding3 p {
    transition: all.4s
}

.service3-box:hover .hadding3 h4 a {
    color: #fff;
    transition: all.4s
}

.service3-box:hover .service3-learn-more {
    color: #fff
}

.service3-box:hover .hadding3 p {
    color: #fff;
    transition: all.4s
}

.service3-icon img {
    transition: all.4s
}

.service3-box:hover .service3-icon img {
    filter: brightness(40);
    transition: all.4s
}

.service3-box:hover .service3-learn-more span {
    color: #fff;
    transform: all.4s
}

.choose3-images {
    position: absolute;
    right: 0;
    top: 100px;
    overflow: hidden
}

.choose3-img2 {
    position: absolute;
    right: 0;
    top: 0
}

.choose3-img3 {
    position: absolute;
    bottom: 2px
}

.choose3-img3 img {
    border-radius: 0 0 183px 0
}

.choose3-all-images {
    height: 800px
}

.choose3-hadding {
    margin-bottom: 100px
}

.choose3-img3 {
    position: absolute;
    bottom: 2px;
    right: 0
}

.choose3-shape1 {
    position: absolute;
    top: 40px;
    left: 20px
}

.choose3-shape2 {
    position: absolute;
    bottom: 40px;
    right: 20px
}

.work3-hadding {
    padding-left: 20px
}

.countrie3-box {
    position: relative;
    margin-top: 30px;
    overflow: hidden
}

.countrie3-box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 5px;
    transition: all.4s;
    transform: scale(.8);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%), url(_path-to-image.html>), rgba(211, 211, 211, .014) 50%/cover no-repeat
}

.countrie3-hadding h2 a {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize
}

.w-learn-more {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    display: inline-block;
    transition: all.4s
}

.w-learn-more span {
    display: inline-block;
    transform: rotate(-45deg)
}

.w-learn-more:hover {
    color: #fff;
    transition: all.4s
}

.w-learn-more:hover span {
    margin-left: 3px
}

.countrie3-hadding p {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.countrie3-hadding {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: 50px;
    z-index: 2;
    opacity: 0;
    transition: all.4s;
    width: 300px;
    text-align: center
}

.countrie3-box:hover::after {
    opacity: 1;
    transition: all.4s;
    transform: scale(1)
}

.countrie3-box:hover .countrie3-hadding {
    opacity: 1;
    transition: all.4s;
    margin-top: -85px
}

.tes2-review.tes2-review2 li {
    color: #0d4f51
}

.tes2-hadding.tes2-hadding2 span {
    color: var(--5th-Main, #0d4f51);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    display: inline-block
}

.testimonial3 .owl-nav {
    text-align: center;
    margin-top: 40px
}

.testimonial3 .owl-carousel .owl-nav button.owl-prev, .testimonial3 .owl-carousel button.owl-dot, .testimonial3 .owl-nav button.owl-next {
    background-color: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .08));
    color: #181a1c;
    border: none;
    font: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all.4s
}

.testimonial3 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial3 .owl-carousel button.owl-dot, .testimonial3 .owl-nav button.owl-next:hover {
    background-color: #0d4f51;
    filter: none;
    color: #fff;
    transition: all.4s
}

.blog-3-hadding a.date {
    color: var(--neutral-paragraph, #565f76);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: inline-block
}

.hadding3 h2 a {
    color: #19191b;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    transition: all.4s
}

.hadding3 h2 a:hover {
    color: #0d4f51;
    transition: all.4s
}

.blog3-learn-more {
    color: var(--Main-Text-Color, #181a1c);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    transition: all.4s
}

.blog3-learn-more:hover {
    color: #0d4f51;
    transition: all.4s
}

.blog3-learn-more span {
    transition: all.4s
}

.blog3-learn-more:hover span {
    margin-left: 3px;
    transition: all.4s
}

.blog3-box {
    margin-top: 30px
}

.blog3-box-img {
    overflow: hidden;
    border-radius: 5px
}

.blog3-box-img img {
    transition: all.4s
}

.blog3-box:hover .blog3-box-img img {
    transform: scale(1.1) rotate(4deg)
}

.hero-area4 {
    background-image: url(../img/bg/hero4-bg.png);
    overflow: hidden;
    min-height: 812px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center
}

.main-hadding4 h1 {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px
}

.main-hadding4 p {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-right: 60px
}

.hero4-shape {
    position: absolute;
    left: 0;
    top: 90px
}

.hero4-all-images {
    height: 550px;
    position: relative;
    width: 100%
}

.hero4-img1 {
    position: absolute;
    bottom: -10px;
    right: -40px
}

.hero4-img2 {
    position: absolute;
    right: 0;
    top: 0
}

.hero4-im6 {
    position: absolute;
    right: -76px;
    top: -84px
}

.hero4-img3 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.hero4-img4 {
    position: absolute;
    bottom: 0;
    left: 172px
}

.about4-images-all {
    position: relative;
    height: 550px
}

.about4-images-all {
    position: relative;
    height: 550px
}

.about4-img2 {
    position: absolute;
    top: 0;
    right: 0
}

.about4-img3 {
    position: absolute;
    left: 0;
    bottom: 0
}

.about4-img1.aniamtion-key-2 {
    position: absolute;
    bottom: 0
}

.about4-hadding {
    padding-left: 20px
}

.service4-learn-more {
    color: var(--Main-Text-Color, #181a1c);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    transition: all.4s
}

.service4-learn-more span {
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 14px;
    color: #181a1c
}

.service4-learn-more:hover {
    color: #2b29a4;
    transition: all.4s
}

.service4-learn-more span {
    transition: all.4s
}

.service4-learn-more:hover span {
    margin-left: 3px;
    transition: all.4s;
    color: #2b29a4
}

.service4-img {
    overflow: hidden;
    border-radius: 5px
}

.service4-img img {
    transition: all.4s
}

.service4-box {
    margin-top: 30px
}

.service4-box:hover .service4-img img {
    transform: scale(1.1) rotate(4deg)
}

.choose4-list li a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    transition: all.4s
}

.choose4-list li a:hover {
    color: #2b29a4;
    transition: all.4s
}

.choose4-list li {
    display: flex;
    align-items: center;
    padding-bottom: 30px
}

.choose4-list li img {
    padding-right: 8px
}

.choose4-images {
    position: relative;
    height: 660px
}

.choose4-img-1 {
    position: absolute;
    bottom: -5px;
    left: 0
}

.choose4-img-3 {
    position: absolute;
    top: 0;
    right: 0
}

.choose4-shape1 {
    position: absolute;
    top: 40px;
    left: 20px
}

.choose4-shape2 {
    position: absolute;
    bottom: 40px;
    right: 20px
}

.progress-list-number h4 span {
    color: var(--3rd-home-main, #181a1c);
    font-size: 24px;
    font-style: normal;
    font-weight: 750;
    line-height: 24px;
    display: inline-block
}

.progress-list-number h4 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 9
}

.progress4-hadding {
    border-radius: 5px;
    background: rgba(255, 255, 255, .02);
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08);
    padding: 12px;
    margin-left: 12px;
    transition: all.4s
}

.progress-list-box {
    display: flex;
    align-items: start;
    margin-top: 32px
}

.progress-list-box:hover .progress-list-number h4 span {
    color: #2b29a4
}

.progress-list-box:hover .progress4-hadding {
    background-color: #fff;
    transition: all.4s
}

.nav-link.active .progress-list-box .progress4-hadding, .progress-list-box:hover .progress4-hadding {
    background-color: #fff;
    transition: all.4s
}

.nav-link.active .progress-list-box .progress4-hadding.hadding4 h4, .progress-list-box:hover .progress4-hadding {
    color: #0e1681;
    transition: all.4s
}

.nav-link.active .progress-list-box .progress4-hadding.hadding7 h4, .progress-list-box:hover .progress4-hadding {
    color: #b51dee;
    transition: all.4s
}

.nav-link.active .progress-list-box .progress-list-number h4 span, .progress-list-box:hover .progress4-hadding {
    color: #0e1681
}

.nav-link.active .progress-list-box .progress-list-number.progress-list-number2 h4 span, .progress-list-box:hover .progress4-hadding {
    color: #b51dee
}

.progress-list4 {
    position: relative;
    z-index: 3
}

.progress-list4::after {
    content: "";
    position: absolute;
    top: 85px;
    left: 43px;
    height: 65%;
    width: 1px;
    background-image: url(../img/shapes/progress4-line.svg);
    z-index: 1
}

.progress4-hadding-all {
    padding-left: 20px
}

.progress4-shape1 {
    position: absolute;
    bottom: 40px;
    left: 20px
}

.progress4-shape2 {
    position: absolute;
    top: 40px;
    right: 20px
}

.tes4-shape1 {
    position: absolute;
    top: 40px;
    left: 20px
}

.tes4-shape2 {
    position: absolute;
    bottom: 40px;
    right: 20px
}

.tes4-shape3 {
    position: absolute;
    bottom: 0;
    right: 0
}

.tes4-slider-single {
    background-color: #fff;
    padding: 24px;
    border-radius: 5px;
    margin: 0 10px
}

.tes4-hadding p {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

.tes4-hadding-bottom h6 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 18px;
    font-style: normal;
    font-weight: 750;
    line-height: 18px
}

.tes4-hadding-bottom p {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.tes4-bottom-hadding {
    display: flex;
    align-items: center
}

.tes4-bottom-img {
    margin-right: 16px
}

.tes4-icon img {
    height: 40px;
    width: 40px
}

.tes4-icon {
    width: 50px
}

.testimonial4 .owl-nav {
    text-align: center;
    margin-top: 40px
}

.testimonial4 .owl-carousel .owl-nav button.owl-prev, .testimonial4 .owl-carousel button.owl-dot, .testimonial4 .owl-nav button.owl-next {
    background-color: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .08));
    color: #181a1c;
    border: none;
    font: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all.4s
}

.testimonial4 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial4 .owl-carousel button.owl-dot, .testimonial4 .owl-nav button.owl-next:hover {
    background-color: #2b29a4;
    filter: none;
    color: #fff;
    transition: all.4s
}

.testimonial4 .owl-nav button.owl-next {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -45px
}

.testimonial4 .owl-nav button.owl-prev {
    position: absolute;
    right: -60px;
    top: 38%
}

.team4-icons li a {
    height: 30px;
    width: 30px;
    background-color: #181a1c;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px
}

.team4-icons li a:hover {
    transition: all.4s;
    background: #2b29a4
}

.team4-img-box {
    position: relative;
    border-radius: 50%;
    margin: 25px
}

ul.team4-icons {
    position: absolute;
    right: 0;
    bottom: 0
}

li.team4-icon1 {
    position: absolute;
    bottom: 155px;
    right: -9px;
    transform: translateX(30px);
    transition: all.8s;
    opacity: 0
}

li.team4-icon2 {
    position: absolute;
    bottom: 113px;
    right: -12px;
    transform: translateX(30px);
    transition: all.6s;
    opacity: 0
}

li.team4-icon3 {
    position: absolute;
    bottom: 70px;
    right: -4px;
    transform: translateX(30px);
    transition: all.4s;
    opacity: 0
}

li.team4-icon4 {
    position: absolute;
    bottom: 35px;
    right: 16px;
    transform: translateX(30px);
    transition: all.2s;
    opacity: 0
}

.team4-box:hover:hover li.team4-icon1 {
    transition: all.2s;
    transform: translateX(0);
    opacity: 1
}

.team4-box:hover:hover li.team4-icon2 {
    transition: all.4s;
    transform: translateX(0);
    opacity: 1
}

.team4-box:hover:hover li.team4-icon3 {
    transition: all.6s;
    transform: translateX(0);
    opacity: 1
}

.team4-box:hover:hover li.team4-icon4 {
    transition: all.8s;
    transform: translateX(0);
    opacity: 1
}

.team4-img {
    overflow: hidden
}

.team4-img img {
    transition: all.4s
}

.team4-box:hover .team4-img img {
    transform: scale(1.1) rotate(-4deg);
    transition: all.4s
}

.blog4-date a {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 750;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block
}

.blog4-date p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-transform: capitalize
}

.blog4-date {
    border-radius: 5px;
    background: var(--3rd-home-main, #2b29a4);
    padding: 12px 10px;
    text-align: center;
    position: absolute;
    right: 24px;
    bottom: -21px;
    transition: all.4s
}

.blog4-tags a {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block
}

.blog4-hadding {
    padding: 24px
}

.blog4-img img {
    border-radius: 5px 5px 0 0
}

.blog4-box {
    background-color: #fbfbfb;
    border-radius: 5px;
    transition: all.4s;
    margin-top: 30px
}

.blog4-tags a img {
    padding-right: 5px;
    margin-bottom: 2px
}

.blog4-tags a {
    padding-right: 16px
}

.blog4-img img {
    transition: all.4s
}

.blog4-img {
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.blog4-box:hover .blog4-img img {
    transform: scale(1.1) rotate(4deg);
    transition: all.4s
}

.blog4-box:hover .blog4-date {
    transform: translateY(-5px);
    transition: all.4s
}

.blog4-box:hover {
    background-color: #fff;
    transition: all.4s;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.cta4 {
    padding-top: 100px
}

.cta4-inuut input {
    padding: 14px;
    border: none;
    background: #f6f6f6;
    border-radius: 5px;
    width: 70%
}

.cta4-button {
    position: absolute;
    top: 0;
    right: 106px
}

.hero-area5 {
    background-color: #f0f0f5;
    overflow: hidden;
    min-height: 812px;
    display: flex;
    align-items: center
}

.main-hadding5 h1 {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px
}

.main-hadding5 {
    position: relative;
    z-index: 9
}

.main-hadding5 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.hero5-img1 {
    position: absolute;
    right: 0;
    bottom: 180px
}

.hero5-img2 {
    position: absolute;
    right: 220px;
    bottom: 0
}

.hero5-img3 {
    position: absolute;
    left: 50%;
    bottom: 50%
}

.hero5-img4 {
    position: absolute;
    right: 50%;
    bottom: 40px
}

.hero5-img5 {
    position: absolute;
    left: 0;
    top: 100px
}

.counter5 {
    padding: 50px 0;
    background: var(--2nd-HP-secendary, #6a6a9a)
}

.couner5-hadding h1 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px
}

.couner5-hadding p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.couner5-hadding {
    padding: 0 50px
}

.counetr5-main-hadding h4 a {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.counetr5-main-hadding {
    position: relative;
    z-index: 2
}

.counetr5-main-hadding p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.counter5::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 39%;
    background: #1a1a42;
    z-index: 1
}

.about5-img1 {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1
}

.learn-more5 {
    color: var(--2nd-HP-secendary, #6a6a9a);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    transition: all.4s
}

.learn-more5 span {
    display: inline-block;
    transform: rotate(-45deg);
    transition: all.4s
}

.learn-more5:hover span {
    transition: all.4s;
    margin-left: 3px
}

.service5-box {
    background-color: #fff;
    border-radius: 5px;
    transition: all.4s;
    margin-top: 30px
}

.service5-hadding {
    padding: 60px 24px 24px 24px
}

.service5-icon {
    background-color: #f3f3ff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    margin: auto;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px
}

.service5-box:hover {
    background: var(--2nd-HP-secendary, #6a6a9a);
    transition: all.4s
}

.service5-box:hover .hadding5 h4 a {
    color: #fff;
    transition: all.4s
}

.service5-box:hover .hadding5 p {
    color: #fff;
    transition: all.4s
}

.service5-box:hover .learn-more5 {
    color: #fff;
    transition: all.4s
}

.service5-img {
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.service5-img img {
    transition: all.4s
}

.service5-box:hover .service5-img img {
    transform: scale(1.1) rotate(4deg);
    transition: all.4s
}

.visa-type-box {
    padding: 24px;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.type-vis-img1 {
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: -1
}

.visa-type-box:hover {
    transform: translateY(-10px)
}

.type-vis-img2.img100.img5 {
    padding-left: 20px
}

.team5-img1 {
    position: absolute;
    top: -15px
}

.team5-img2 {
    margin-left: 15px
}

.team5-box {
    margin-top: 40px
}

.team5-icon-list {
    padding-top: 16px
}

.team5-icon-list li {
    display: inline-block;
    padding: 0 2px
}

.team5-icon-list li a {
    border: 1px solid rgba(8, 17, 13, .2);
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: inline-block;
    line-height: 28px;
    color: #181a1c;
    transition: all.4s
}

.team5-icon-list li a:hover {
    background-color: #6a6a9a;
    color: #fff;
    transition: all.4s;
    border: 1px solid #6a6a9a
}

.team5-img1 {
    position: absolute;
    top: -15px;
    left: 34px
}

.team5-img1 img {
    transition: all 30s
}

.team5-box:hover .team5-img1 img {
    transform: rotate(1000deg);
    transition: all 30s
}

.tes5-bottom-hadding {
    display: flex;
    align-items: center
}

.tes5-bottom-img {
    margin-right: 16px
}

.testimonial5-slider-single {
    border-radius: 5px;
    background: #fff;
    padding: 32px 24px;
    margin: 0 10px
}

.testimonial5 .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%;
    right: 0;
    text-align: center
}

.testimonial5 .owl-dots button {
    position: relative;
    border: 3px solid #f8f8fa !important
}

.testimonial5 .owl-dots button:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background: #6a6a9a;
    z-index: -1;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.testimonial5 .owl-dots button.active {
    background-color: #6a6a9a
}

.testimonial5 .owl-dots button.active:after {
    visibility: visible;
    opacity: 1
}

.testimonial5 .owl-dots button {
    background: 0 0;
    border: none;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 12px;
    line-height: 10px;
    width: 12px;
    margin: 0 6px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin: 5px;
    background-color: #1a1a42
}

.hadding5-w h1 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px
}

.hadding5-w p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.hero-area6 {
    overflow: hidden;
    min-height: 812px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.main-hadding6 h1 {
    color: var(--Main-Text-Color, #181a1c);
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: 1.8px
}

.main-hadding6 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.hero6-form {
    background: #fff;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08);
    padding: 32px 40px
}

.hero6-single-input input {
    padding: 12px;
    border: none;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    width: 100%
}

.hero6-single-input label {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 16px
}

.nice-select.wide.select6 {
    height: 52px;
    line-height: 49px;
    color: grey;
    border: 1px solid #d1d5db
}

.hadding6 h2 {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.hero6-form-all {
    margin-top: -140px;
    position: relative;
    z-index: 9
}

img.hero6-shape1 {
    position: absolute;
    right: 0;
    top: 100px
}

img.hero6-shape2 {
    position: absolute;
    left: 0;
    bottom: 100px
}

img.hero6-shape3 {
    position: absolute;
    top: 150px;
    left: 40px
}

img.hero6-shape4 {
    position: absolute;
    bottom: 150px;
    right: 40px
}

.about6-hadding {
    padding-left: 20px
}

.service6-box {
    background-color: #fff;
    border-radius: 5px;
    transition: all.4s;
    margin-top: 30px
}

.service6-box:hover {
    background-color: #4893ff
}

.service6-box:hover .hadding6 h4 a {
    color: #fff;
    transition: all.4s
}

.service6-box:hover .hadding6 p {
    color: #fff;
    transition: all.4s
}

.service6-box:hover .learn-more6 {
    color: #fff;
    transition: all.4s
}

.service6-box:hover .service5-img img {
    transform: scale(1.1) rotate(4deg)
}

.learn-more6 {
    color: var(--7th-main, #4893ff);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    display: inline-block;
    transition: all.4s
}

.learn-more6 span {
    transform: rotate(-45deg);
    display: inline-block
}

.work6-box {
    background-color: #f6faff;
    border-radius: 5px;
    padding: 24px;
    transition: all.4s
}

.work6-box:hover {
    background-color: #4893ff;
    transition: all.4s;
    transform: translateY(-10px)
}

.work6-box:hover .hadding6 h4 a {
    color: #fff;
    transition: all.4s
}

.work6-box:hover .hadding6 p {
    color: #fff;
    transition: all.4s
}

.work6-box:hover .work6-box-icon img {
    filter: brightness(40);
    transition: all.4s
}

.choose2-box3 {
    position: relative;
    margin-top: 54px;
    transition: all.4s
}

.choose2-text-box3 {
    padding: 20px 70px 20px 20px;
    background-color: #fff;
    border-radius: 5px
}

.choose2-icon-box3 {
    background: #4893ff;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 0 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all .4s ease 0s
}

.choose2-text-box3 h4 a {
    color: #181a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s
}

.choose2-box3:hover .choose2-icon-box3 {
    background-color: #fff;
    transition: all.4s
}

.choose2-icon-box3::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    left: -10px;
    background: #4893ff;
    border-radius: 15px 0 0;
    transition: all .4s ease 0s
}

.choose2-icon-box3 img {
    filter: brightness(0) invert(1)
}

.choose2-text-box3 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.choose2-box3:hover .choose2-text-box3 {
    background: #4893ff;
    transition: all.4s;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.choose2-box3:hover {
    transform: translateY(-5px);
    transition: all.4s
}

.choose2-box3:hover .choose2-text-box3 h4 a {
    color: #fff;
    transition: all.4s
}

.choose2-box3:hover .choose2-text-box3 p {
    color: #fff;
    transition: all.4s
}

.choose2-box3:hover .choose2-icon-box3 img {
    filter: none
}

.choose2-box3:hover .choose2-icon-box3::after {
    background-color: #4893ff;
    transition: all.4s
}

.choose2-box3.choose2-left {
    margin-left: 40px
}

.choose2-box3.choose2-right {
    margin-right: 40px
}

.choose2-box4 {
    position: relative;
    margin-top: 54px;
    transition: all.4s
}

.choose2-text-box4 {
    padding: 20px 20px 20px 70px;
    background-color: #fff;
    border-radius: 5px
}

.choose2-icon-box4 {
    background: #4893ff;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 24px 0;
    position: absolute;
    top: -15px;
    left: -15px;
    transition: all .4s ease 0s
}

.choose2-text-box4 h4 a {
    color: #181a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s
}

.choose2-box4:hover .choose2-icon-box4 {
    background-color: #fff;
    transition: all.4s
}

.choose2-icon-box4::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    right: -10px;
    background: #4893ff;
    border-radius: 0 10px 0 0;
    transition: all .4s ease 0s
}

.choose2-icon-box4 img {
    filter: brightness(0) invert(1)
}

.choose2-text-box4 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.choose2-box4:hover .choose2-text-box4 {
    background: #4893ff;
    transition: all.4s;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.choose2-box4:hover {
    transform: translateY(-5px);
    transition: all.4s
}

.choose2-box4:hover .choose2-text-box4 h4 a {
    color: #fff;
    transition: all.4s
}

.choose2-box4:hover .choose2-text-box4 p {
    color: #fff;
    transition: all.4s
}

.choose2-box4:hover .choose2-icon-box4 img {
    filter: none
}

.choose2-box4:hover .choose2-icon-box4::after {
    background-color: #4893ff;
    transition: all.4s
}

.choose2-box4.choose2-left {
    margin-left: 40px
}

.choose2-box4.choose2-right {
    margin-right: 40px
}

.countrie-box6 {
    background-color: #f6faff
}

.countrie-box6:hover {
    background-color: #f6faff;
    box-shadow: none
}

.testimonial6-bottom-hadding h5 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    transition: all.4s
}

.testimonial6-bottom-hadding h5 a:hover {
    color: #4893ff;
    transition: all.4s
}

.testimonial6-bottom-hadding {
    padding-left: 10px
}

.testimonial6 .owl-carousel .owl-nav button.owl-prev, .testimonial6 .owl-carousel button.owl-dot, .testimonial6 .owl-nav button.owl-next {
    background-color: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .08));
    color: #181a1c;
    border: none;
    font: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all.4s
}

.testimonial6 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial6 .owl-carousel button.owl-dot, .testimonial6 .owl-nav button.owl-next:hover {
    background-color: #4893ff;
    filter: none;
    color: #fff;
    transition: all.4s
}

.testimonial6 .owl-nav {
    text-align: center;
    margin-top: 40px
}

.hadding6 h3 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    transition: all.4s
}

.hadding6 h3 {
    line-height: 28px
}

.hadding6 h3 a:hover {
    color: #4893ff;
    transition: all.4s
}

.learn-more6 {
    color: var(--Main-Text-Color, #181a1c);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    transition: all.4s
}

.learn-more6:hover {
    color: #4893ff;
    transition: all.4s
}

.hero-area7 {
    overflow: hidden;
    min-height: 812px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.main-hadding7 h1 {
    color: #fff;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 1.95px
}

.main-hadding7 p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.hero7-forrm-inputs input {
    border-radius: 5px;
    border: 1px solid var(--neutral-300, #d1d5db);
    width: 100%;
    padding: 12px;
    margin-top: 16px
}

.hero7-forrm-inputs .nice-select.wide {
    width: 100%;
    padding: 10px;
    height: 52px;
    color: #757575;
    margin-left: 4px;
    margin-top: 16px;
    font-size: 17px;
    line-height: 32px;
    border: 1px solid var(--neutral-300, #d1d5db)
}

.hero7-form-all {
    padding: 24px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 9
}

.service7-box {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px
}

.service7-box-img {
    overflow: hidden;
    border-radius: 5px 5px 5px 5px
}

.service7-box-img img {
    transition: all.4s
}

.service7-box:hover .service7-box-img img {
    transform: rotate(4deg) scale(1.1);
    transition: all.4s
}

.service7-hadding {
    padding: 16px
}

.tes7-main-image {
    background-image: url(../img/image/testimonial7-main-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    margin-right: -100px;
    margin-left: -10px
}

.tes7-slider-single {
    border-radius: 5px 5px 5px 0;
    border: 1px solid rgba(86, 95, 118, .2);
    padding: 24px;
    background-color: #fff;
    transition: all.4s
}

.tes7-slider-single:hover {
    border-radius: 5px 5px 5px 0;
    background: #fff;
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, .08);
    transition: all.4s
}

.hadding7 h5 a {
    color: #201a2e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}

.tes7-bottom-img {
    width: 70px
}

.tes7-review li {
    color: #ffe70e;
    display: inline-block
}

.tes7-bottom-all {
    display: flex;
    align-items: center
}

.tes7-bottom-all span.span {
    font-size: 14px
}

.tes7-bottom-img {
    margin-right: 16px
}

.tes7-slider-all.owl-carousel.owl-loaded.owl-drag {
    margin-left: -130px
}

.tes7 .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%;
    right: 0;
    text-align: center
}

.tes7 .owl-dots button {
    position: relative;
    border: 3px solid #f8f8fa !important
}

.tes7 .owl-dots button:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background: #b51dee;
    z-index: -1;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.tes7 .owl-dots button.active {
    background-color: #b51dee
}

.tes7 .owl-dots button.active:after {
    visibility: visible;
    opacity: 1
}

.tes7 .owl-dots button {
    background: 0 0;
    border: none;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 12px;
    line-height: 10px;
    width: 12px;
    margin: 0 6px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin: 5px;
    background-color: #d9d9d9
}

.contact7-input input {
    border-radius: 5px;
    border: 1px solid #d1d5db;
    padding: 12px;
    background: 0 0;
    margin-top: 16px;
    width: 100%
}

.contact7-input textarea {
    border: none;
    border-radius: 5px;
    border: 1px solid #d1d5db;
    padding: 12px;
    background: 0 0;
    margin-top: 16px;
    width: 100%
}

.contact-map iframe {
    height: 550px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    z-index: 99
}

.contact-map {
    position: relative;
    z-index: 9;
    margin-bottom: 100px;
    margin-left: 20px;
    transition: all.4s
}

.contact-map::after {
    content: "";
    position: absolute;
    bottom: 50px;
    right: -50px;
    background-color: #b000e9;
    height: 100%;
    width: 70%;
    border-radius: 5px;
    z-index: 2;
    transition: all.4s
}

.contact7 {
    padding: 150px 0 100px 0
}

.contact-map:hover {
    transform: translateX(40px) translateY(-40px);
    transition: all.4s
}

.contact-map:hover::after {
    transform: translateX(-40px) translateY(40px)
}

.contact7-hadding {
    margin-top: -100px
}

.contact7-iocn-hadding h4 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: inline-block
}

.contact7-iocn-hadding a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: inline-block
}

.contact7-icon-box {
    display: flex;
    align-items: start;
    background-color: #f3ebf6;
    border-radius: 5px;
    padding: 16px;
    transition: all.4s
}

.contact7-icon-box:hover {
    transform: translateY(-10px);
    transition: all.4s;
    background-color: #f1d3fc
}

.contact7-icon {
    padding-right: 10px
}

.contact7-icon img {
    height: 50px;
    width: 50px
}

.hero7-shape1 {
    position: absolute;
    top: 150px;
    left: 0
}

.hero7-shape2 {
    position: absolute;
    top: 150px;
    right: 20px
}

.hero7-shape3 {
    position: absolute;
    bottom: 0;
    right: 0
}

.nice-select.select-countries::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-image: url(../img/icons/erth.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.nice-select.select-countries::after {
    display: none
}

.nice-select.select-countries {
    border: none;
    line-height: 32px;
    padding-left: 30px;
    transition: all.4s;
    background: 0 0;
    margin-top: 10px
}

.button2-all {
    display: flex;
    align-items: center
}

.choose4-hadding {
    padding-right: 20px
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent
}

.progress-list-box .progress4-hadding {
    text-align: start
}

.prosess-shape {
    position: absolute;
    left: 0;
    bottom: 60px
}

.img5.blog5-img2 img {
    width: 580px
}

.img5.blog6-img2 img {
    width: 620px
}

.page-hero-area {
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-hero-hadding h1 {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px
}

.page-hero-hadding {
    padding-top: 60px
}

.page-hero-p a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: inline-block
}

.page-hero-p p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}

.page-hero-p span {
    color: #fff;
    display: inline-block;
    padding: 0 10px
}

.page-hero-p {
    display: flex;
    align-items: center;
    justify-content: center
}

img.page-hero-element1 {
    position: absolute;
    left: 200px;
    bottom: 100px
}

img.page-hero-element2 {
    position: absolute;
    left: 45%;
    bottom: 176px
}

img.page-hero-element3 {
    position: absolute;
    top: 60px;
    left: 424px
}

img.page-hero-element4 {
    position: absolute;
    top: 50%;
    left: 30%
}

.about-vission-icon-hadding h4 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.about-vission-icon {
    background-color: #f3fbfa;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    margin-right: 12px
}

.about-vission-icon-box-single {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.about-vission-hadding {
    padding-left: 20px
}

.tes-about .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%;
    right: 0;
    text-align: center
}

.tes-about .owl-dots button {
    position: relative;
    border: 3px solid #f3f6f6 !important
}

.tes-about .owl-dots button:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background: #13aaa1;
    z-index: -1;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.tes-about .owl-dots button.active {
    background-color: #13aaa1
}

.tes-about .owl-dots button.active:after {
    visibility: visible;
    opacity: 1
}

.tes-about .owl-dots button {
    background: 0 0;
    border: none;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 12px;
    line-height: 10px;
    width: 12px;
    margin: 0 6px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin: 5px;
    background-color: #13aaa1
}

.contact-map.contact-map2 {
    position: relative;
    z-index: 9;
    margin-bottom: 100px;
    margin-left: 20px;
    transition: all.4s
}

.contact-map.contact-map2::after {
    content: "";
    position: absolute;
    bottom: 50px;
    right: -50px;
    background-color: #13aaa1;
    height: 100%;
    width: 70%;
    border-radius: 5px;
    z-index: 2;
    transition: all.4s
}

.contact7-icon-box.contact7-icon-box2 {
    background-color: #e7f1f1
}

.contact7-icon-box.contact7-icon-box2:hover {
    background-color: #c9e4e4
}

.blog4-date.blog4-date2 {
    background-color: #13aaa1
}

.service-article-box {
    display: flex;
    align-items: center
}

.service-article-box-img {
    margin-right: 16px
}

.service-article-box-img img {
    height: 91px;
    width: 140px
}

.hadding2 h2 {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize
}

.accordion-item.accordion-item2 {
    margin-top: 16px;
    border: none;
    border-radius: 4px
}

button.accordion-button.accordion-button2 {
    padding: 24px;
    background: #f3fbfa;
    border-radius: 5px;
    box-shadow: none
}

button.accordion-button.accordion-button2 img {
    margin-right: 20px;
    filter: brightness(0)
}

.accordion-body.accordion-body2 {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    color: #fff;
    border-radius: 0;
    background: var(--business-consulting, #13aaa1);
    font-weight: 500;
    line-height: 28px;
    padding-top: 0;
    padding: 0 24px 24px 66px;
    font-weight: 400;
    border: none;
    border-radius: 0 0 5px 5px
}

button.accordion-button.accordion-button3 {
    border-bottom: 1px solid #e8e5e5
}

.accordion-button.accordion-button2:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    border-radius: 5px;
    color: #03163b;
    font-weight: 700;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: #13aaa1;
    border-radius: 5px 5px 0 0
}

.accordion-button.accordion-button2:not(.collapsed) img {
    filter: brightness(40);
    transition: all.4s
}

.accordion-item.accordion-item {
    margin-bottom: 20px;
    border: none
}

.accordion-item button {
    font-weight: 700
}

.accordion-item h2 {
    font-size: 16px;
    font-weight: 700
}

.active-headeractive-header2 button.accordion-button-active::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 pro";
    right: 23px;
    transition: all .3s
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    filter: brightness(0)
}

.pricing-padding.sec-padding {
    margin-top: -120px
}

.pricing-padding2 {
    padding-bottom: 110px
}

.accordion-item.accordion-item {
    margin-bottom: 20px
}

button.accordion-button.accordion-button3 {
    padding: 24px;
    background: #edf0f6;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #e8e5e5
}

button.accordion-button.accordion-button3 img {
    margin-right: 20px;
    filter: brightness(0)
}

.accordion-body.accordion-body3 {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    color: #616976;
    border-radius: 0;
    background: var(--business-consulting, #edf0f6);
    font-weight: 500;
    line-height: 28px;
    padding-top: 0
}

.accordion-button.accordion-button3:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    border-radius: 5px;
    background: #13aaa1;
    color: #03163b;
    font-weight: 700;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: #fff
}

.accordion-button.accordion-button3:not(.collapsed) img {
    filter: brightness(0)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: brightness(40);
    transition: all.4s
}

.apply-hadding h4 {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px
}

.apply-hadding p {
    color: var(--advisor-text-main, #585a78);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px
}

.apply-hadding {
    padding: 24px;
    background-color: #f3fbfa;
    border-radius: 5px
}

.page-service-hadding {
    padding: 16px
}

.page-service-box {
    transition: all.4s;
    border-radius: 5px;
    margin-top: 30px3
}

.page-service-box:hover {
    background-color: #f3fbfa;
    transition: all.4s
}

.page-service-box-img {
    overflow: hidden;
    border-radius: 5px
}

.page-service-box-img img {
    transition: all.4s
}

.page-service-box:hover .page-service-box-img img {
    transform: scale(1.1) rotate(4deg);
    transition: all.4s
}

.team-details-box {
    background-color: #f2f5f5;
    padding: 24px
}

.team-details-hadding span.details {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize
}

.team-details-list li {
    display: flex;
    align-items: center;
    padding-bottom: 16px
}

.team-details-list li h6 {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    width: 150px
}

.mini-icons li a {
    height: 28px;
    width: 28px;
    display: inline-block;
    color: #13aaa1;
    border: 1px solid #13aaa1;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    transition: all.4s;
    font-size: 16px
}

.mini-icons li a:hover {
    background-color: #13aaa1;
    color: #fff;
    transition: all.4s
}

.mini-icons li {
    display: inline-block;
    padding: 0 3px
}

.tes2-slider-single.pages-tes {
    background-color: #f3fbfa;
    transition: all.4s;
    margin-top: 30px
}

.tes2-slider-single.pages-tes:hover {
    background-color: #13aaa1;
    transition: all.4s;
    transform: translateY(-10px)
}

.tes2-slider-single.pages-tes:hover .tes2-hadding.tes2-hadding2 p {
    color: #fff;
    transition: all.4s
}

.tes2-slider-single.pages-tes:hover .tes2-img3 img {
    filter: brightness(40);
    transition: all.4s
}

.tes2-review li {
    transition: all.4s
}

.tes2-slider-single.pages-tes:hover .tes2-review li {
    color: #fff;
    transition: all.4s
}

.tes2-hadding h6 a {
    transition: all.4s
}

.tes2-slider-single.pages-tes:hover .tes2-hadding h6 a {
    color: #fff;
    transition: all.4s
}

.tes2-hadding.tes2-hadding2 span {
    transition: all.4s
}

.tes2-slider-single.pages-tes:hover .tes2-hadding.tes2-hadding2 span {
    color: #fff;
    transition: all.4s
}

.tes2-slider-single.pages-tes .tes2-img2 {
    position: absolute;
    bottom: -3px;
    left: 50px
}

.coaching-hadding {
    padding: 16px 12px
}

.coaching-item {
    background-color: #f3fbfa;
    border-radius: 5px
}

.learn-more-coaching {
    color: #13aaa1;
    transition: all.4s
}

.learn-more-coaching span {
    color: #13aaa1
}

.coaching-img img {
    transition: all.4s
}

.coaching-img {
    overflow: hidden;
    border-radius: 5px 5px 0 0
}

.coaching-item:hover .coaching-img img {
    transition: all.4s;
    transform: scale(1.1) rotate(4deg)
}

.coaching-item {
    transition: all.4s
}

.coaching-item:hover {
    background-color: #13aaa1;
    transition: all.4s
}

.hadding2 span {
    transition: all.4s
}

.coaching-item:hover .hadding2 span {
    color: #fff;
    transition: all.4s
}

.hadding2 h3 a {
    transition: all.4s
}

.hadding2 h3 {
    line-height: 28px
}

.coaching-item:hover .hadding2 h3 a {
    color: #fff;
    transition: all.4s
}

.hadding2 p {
    transition: all.4s
}

.coaching-item {
    margin-top: 30px
}

.cta2-hadding2 {
    padding-right: 20px
}

.coaching-item:hover .hadding2 p {
    color: #fff;
    transition: all.4s
}

.coaching-item:hover .learn-more-coaching {
    color: #fff;
    transition: all.4s
}

.coaching-details-list li {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 16px
}

.web-site {
    color: var(--5th-Main, #13aaa1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    display: inline-block
}

.web-site:hover {
    color: var(--5th-Main, #13aaa1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration-line: underline;
    display: inline-block
}

.author-box {
    background-color: #f3fbfa;
    padding: 24px;
    border-radius: 5px
}

.shop-icons>div {
    margin: 0 8px;
    cursor: pointer
}

.nice-select.wide.pricing-select-box {
    width: 130px;
    background: #3aada0;
    color: #fff;
    border: 1px solid #3aada0;
    margin-left: 20px
}

.nice-select.wide.pricing-select-box::after {
    color: red;
    filter: brightness(40)
}

.nice-select.wide.pricing-select-box ul.list {
    background: #3aada0
}

.short-by {
    display: flex;
    align-items: center
}

.nice-select.wide.pricing-select-box.pricing-select-box2 {
    width: 70px
}

.hover-button-shop {
    position: absolute;
    bottom: 30px;
    width: 86%;
    left: 30px;
    transform: translateY(100px);
    transition: all.4s
}

.shop-hover-icons li a {
    height: 40px;
    width: 40px;
    line-height: 38px;
    border-radius: 50%;
    background: #fff;
    margin: 5px 0;
    display: inline-block;
    text-align: center;
    transition: all.3s
}

.shop-hover-icons li a:hover {
    background: #13aaa1;
    transition: all.3s
}

.shop-hover-icons li a:hover img {
    filter: brightness(40);
    transition: all.3s
}

.shop-hover-icons li {
    transform: translateX(60px)
}

.shop-hover-icons {
    position: absolute;
    top: 24px;
    right: 16px
}

.shop-item-img-box {
    overflow: hidden
}

.shop-hover-icons li:nth-child(1) {
    transition: all.3s
}

.shop-hover-icons li:nth-child(2) {
    transition: all.5s
}

.shop-hover-icons li:nth-child(3) {
    transition: all.8s
}

.shop-item-box:hover .shop-hover-icons li {
    transform: translateX(0)
}

.shop-item-box:hover .hover-button-shop {
    transform: translateY(0);
    transition: all.4s
}

.shop-item-img {
    overflow: hidden;
    border-radius: 5px
}

.shop-item-img img {
    transition: all.4s
}

.shop-item-box {
    margin-top: 30px
}

.shop-item-box:hover .shop-item-img img {
    transform: scale(1.1) rotate(4deg);
    transition: all.4s
}

.shop-icon-list li {
    color: #ffc700;
    display: inline-block
}

.price-shop {
    color: #13aaa1;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    background-color: #d0eeec
}

.price-shop:hover {
    color: #13aaa1
}

.shop-box-haddings {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.recent-post-content a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #161540
}

.single-widget .blog-date-time li a {
    font-size: 14px
}

.range-slider-output {
    display: flex;
    align-items: center
}

.filter-options {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.range-slider-output {
    display: flex;
    align-items: center
}

.range-slider .number-group .number-input::-webkit-inner-spin-button, .range-slider .number-group .number-input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.range-slider .range-group {
    position: relative;
    flex: 0 0 100%;
    height: 47px
}

.range-slider .range-group .range-input {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 0
}

.range-slider .range-group .range-input:focus {
    outline: 0
}

.range-slider .range-group .range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: .2s;
    background: #03163b;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

.range-slider .range-group .range-input::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: red;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px
}

.range-slider .range-group .range-input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animation: .2s;
    background: red;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

.range-slider .range-group .range-input::-moz-range-thumb {
    z-index: 2;
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: red;
    cursor: pointer
}

.range-slider .range-group .range-input::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animation: .2s;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

.range-slider .range-group .range-input::-ms-fill-lower, .range-slider .range-group .range-input::-ms-fill-upper {
    background: red;
    border-radius: 1px;
    box-shadow: none;
    border: 0
}

.range-slider .range-group .range-input::-ms-thumb {
    z-index: 2;
    position: relative;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: red;
    cursor: pointer
}

.filter-options {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.range-slider-output {
    display: flex;
    align-items: center
}

.filter-options {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.range-slider-output {
    display: flex;
    align-items: center
}

.range-slider-output p {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: right
}

.filter-options {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.filter-options {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.range-slider .number-group .number-input {
    color: var(--paragraph, #616976);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border: 0;
    background: 0 0
}

.range-slider .number-group {
    flex: 1 0 auto;
    text-align: right;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #161540
}

.single-product-slider-single.slick-slide.slick-current.slick-active img {
    width: 100%
}

.single-product-slider-single.slick-slide.slick-current.slick-active {
    height: 570px;
    border-radius: 5px
}

.single-products-slider-nav.slick-slide {
    margin: 0 5px;
    border-radius: 5px
}

.single-products-slider-nav.slick-slide img {
    border-radius: 5px
}

.single-review {
    display: flex;
    align-items: center
}

.select-p {
    color: var(--neutral-main-text-color, #030505);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}

ul.product-colors li {
    height: 24px;
    width: 24px;
    background: red;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    border: 4px solid #fff;
    position: relative;
    cursor: pointer
}

ul.product-colors {
    margin-top: 16px
}

ul.product-colors li.active::after {
    background: #37141b;
    height: 26px;
    width: 26px;
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px
}

ul.product-colors li:nth-child(1) {
    background-color: #37141b
}

ul.product-colors li:nth-child(2) {
    background-color: #090964
}

ul.product-colors li:nth-child(2)::after {
    background: #090964
}

ul.product-colors li:nth-child(3) {
    background-color: #6d173b
}

ul.product-colors li:nth-child(3)::after {
    background-color: #6d173b
}

ul.product-colors li:nth-child(4) {
    background-color: #4d454e
}

ul.product-colors li:nth-child(4)::after {
    background-color: #4d454e
}

ul.product-colors li:nth-child(5) {
    background-color: #0e34d4
}

ul.product-colors li:nth-child(5)::after {
    background-color: #0e34d4
}

ul.product-colors li:nth-child(6) {
    background-color: #5a7aaf
}

ul.product-colors li:nth-child(6)::after {
    background-color: #5a7aaf
}

ul.product-colors li:nth-child(7) {
    background-color: #657028
}

ul.product-colors li:nth-child(7)::after {
    background-color: #657028
}

ul.product-colors li:nth-child(8) {
    background-color: #9bb9d4
}

ul.product-colors li:nth-child(8)::after {
    background-color: #9bb9d4
}

ul.product-colors li:nth-child(9) {
    background-color: #9a9b9d
}

ul.product-colors li:nth-child(9)::after {
    background-color: #9a9b9d
}

ul.product-colors li:nth-child(10) {
    background-color: #e4d49e
}

ul.product-colors li:nth-child(10)::after {
    background-color: #e4d49e
}

ul.product-colors li:nth-child(11) {
    background-color: #ffb6c1
}

ul.product-colors li:nth-child(11)::after {
    background-color: #ffb6c1
}

ul.product-sizes li {
    color: var(--texttt, #142329);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    background: #f2f2f2;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 2px;
    cursor: pointer
}

ul.product-sizes {
    margin-top: 16px
}

ul.product-sizes li.active {
    background-color: #13aaa1;
    color: #fff
}

.product-quantity {
    display: flex;
    align-items: center
}

.qty-container {
    margin-right: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #e1e3e8;
    padding: 12px 20px;
    border-radius: 8px
}

.qty-container input {
    text-align: center;
    width: 60px;
    border: none;
    font-size: 16px;
    color: #07060b;
    opacity: .7
}

.qty-container button {
    background: 0 0;
    border: none;
    font-size: 16px;
    color: #07060b;
    opacity: .7
}

.minus-p-item {
    margin-left: 18px
}

.minus-p-item p {
    color: var(--neutral-main-text-color, #030505);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -.16px
}

.minus-p-item p img {
    margin-top: -2px;
    margin-right: 3px
}

.shop-logos ul li {
    display: inline-block;
    padding-right: 20px
}

ul.pyment-texts li a {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

ul.pyment-texts li a img {
    margin-right: 5px
}

ul.pyment-texts li {
    display: inline-block;
    padding-right: 32px
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background: 0 0
}

.nav-pills .nav-link {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    background: 0 0
}

.nav-link.active {
    position: relative;
    transform: scale(1)
}

.comments-review .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #181a1c
}

.shop-box-border {
    height: 1px;
    width: 100%;
    background-color: #e9e7e7;
    margin: 14px 0
}

.tabs-info ul li {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 5px 0
}

.tabs-info ul li span {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    margin-right: 2px
}

span.details-shop {
    color: #181a1c;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 3px 10px;
    background-color: #f4e3cb;
    display: inline-block;
    border-radius: 5px
}

.cart-prodct {
    display: flex;
    align-items: center
}

tr.cart-head {
    background: #f3fbfa;
    overflow: hidden;
    border: none
}

@media (max-width:767px) {
    tr.cart-head {
        display: none
    }
}

tr.cart-head th {
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #161540;
    padding: 20px 0
}

tr.cart-product-list td {
    vertical-align: middle;
    padding: 20px 0 20px 16px
}

tr.cart-head th {
    padding-left: 16px
}

th.first-th {
    width: 10%
}

th.table-product {
    width: 25%
}

th.table-price {
    width: 20%
}

th.table-quantity {
    width: 30%
}

th.table-subtotal {
    width: 20%
}

td.cart-price {
    font-weight: 500;
    font-size: 20px;
    color: #13aaa1
}

@media (max-width:767px) {
    tr.cart-product-list {
        display: flex;
        flex-direction: column;
        text-align: center
    }

    tr.cart-product-list div {
        justify-content: center
    }

    td.cart-prodct.cart-product-img {
        justify-content: center
    }

    tr.cart-product-list {
        border: 1px solid #000;
        margin-bottom: 15px
    }

    tr.cart-product-list:last-child {
        margin-bottom: 0
    }
}

.cart-crose {
    color: red;
    background-color: #f3fbfa;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%
}

.cart-crose:hover {
    color: red
}

.cart-product-details {
    margin-left: 30px
}

td.cart-prodct.cart-product-img img {
    margin-left: 12px
}

a.cart-crose span {
    display: inline-block;
    background: #f4fbfa;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%
}

.cart-barder {
    background: #edeef1;
    height: 1px;
    width: 100%
}

.coupon-input input {
    border: 1px solid #e7e8ea;
    padding: 13px;
    border-radius: 5px;
    width: 400px
}

.cart-input-button button.theme-btn5 {
    border-radius: 0 5px 5px 0
}

.codepen-area {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cart-input-button {
    position: absolute;
    top: 0;
    right: 0
}

.subtotal-price {
    background: #f3fbfa;
    padding: 24px;
    border-radius: 5px
}

ul.subtotal-price-list li {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #c4cccb
}

ul.subtotal-price-list li:nth-last-child(1) {
    border-bottom: none
}

.checkout-p p {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px
}

.checkout-input label {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 16px
}

.checkout-input input {
    border-radius: 5px;
    border: 1px solid #d0d3d4;
    padding: 12px;
    width: 100%
}

.checkout-input textarea {
    border-radius: 5px;
    border: 1px solid #d0d3d4;
    padding: 12px;
    width: 100%
}

.checkout-input {
    padding-top: 24px
}

.checkout-input .nice-select.for-checkout {
    border: 1px solid #d0d3d4;
    background: #fff;
    height: 50px;
    padding-left: 14px;
    line-height: 50px;
    width: 100%;
    color: #6b706e
}

.form-check-input:checked[type=checkbox] {
    background-color: #13aaa1;
    box-shadow: none
}

.cart-product-list-checkout {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-img-list {
    display: flex;
    align-items: center
}

p.summry-order {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.order-summry-single {
    background: #f3fbfa;
    border-radius: 5px;
    padding: 24px
}

.checkout-span {
    color: var(--5th-Main, #13aaa1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.checkout-author {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.checkout-border {
    background-color: #c4cccbbd;
    height: 1px;
    width: 100%;
    margin: 16px 0
}

.apply-code-row {
    display: flex;
    justify-content: space-between
}

.apply-code-input input {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #626c82c2;
    background: 0 0
}

ul.chekout-price-list li {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #c4cccb
}

ul.chekout-price-list li:nth-last-child(1) {
    border-bottom: none
}

ul.chekout-price-list li span {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.signin-box {
    border-radius: 8px;
    background: #fff;
    padding: 50px
}

.sign-in-input label {
    color: var(--Main-Text-Color, #181a1c);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    padding-bottom: 16px
}

.sign-in-input input {
    padding: 12px;
    border: none;
    border-bottom: 5px;
    background: #f3fbfa;
    width: 100%
}

.sign-in-input {
    padding-top: 24px
}

a.forgot {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px
}

.forgot-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    marign-top: 24px;
    margin-top: 24px
}

.creat-text a:nth-child(1) {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.creat-text a:nth-child(2) {
    color: var(--5th-Main, #13aaa1);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.contact-map-page iframe {
    width: 100%;
    margin-bottom: -7px
}

.contact-page2-box {
    padding: 32px;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    text-align: center;
    transition: all.4s
}

.contact-page2-box:hover {
    transform: translateY(-10px);
    transition: all.4s
}

.contact-page2-icon-box {
    background: #3aada0;
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 50%;
    line-height: 80px;
    text-align: center
}

.contact-page2-icon-box img {
    filter: brightness(40)
}

.contact-page2-hadding h4 {
    color: var(--Main-Text-Color, #181a1c);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.contact-page2-hadding a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: inline-block
}

.main-menu-ex.main-menu-ex8 a.theme-btn16.font-f-10 {
    background: #db0028
}

.main-menu-ex.main-menu-ex8 a.theme-btn16.font-f-10:hover {
    color: #fff;
    background: #c00729
}

.hero-area8 {
    background-image: url(../img/bg/hero8-bg.png);
    overflow: hidden;
    min-height: 950px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center
}

.main-hadding8 span.span {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .2)
}

.main-hadding8 h1 {
    color: #fff;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px
}

.main-hadding8 p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.main-hadding8 h1 span.after {
    position: relative
}

.main-hadding8 h1 span.after::after {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 0;
    height: 15px;
    width: 100%;
    background-image: url(../img/shapes/hadding8-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.header-area.header-area8 {
    background-color: #ffffff7a
}

.cs_case_study_1_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .cs_case_study_1_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cs_case_study_1_list>.cs_case_study.cs_style_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cs_case_study_1_list .cs_case_study.cs_style_1 {
    min-height: 400px
}

.cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: 80px;
    opacity: 0
}

@media (max-width:767px) {
    .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
        left: 0;
        opacity: 1
    }
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
    opacity: 1;
    left: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
    -webkit-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.cs_case_study.cs_style_1 {
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (max-width:1400px) {
    .cs_case_study.cs_style_1 {
        height: 600px
    }
}

.cs_case_study.cs_style_1 .cs_case_study_title a {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 3px
}

.cs_case_study.cs_style_1 .cs_case_study_number {
    left: 70px;
    top: 70px;
    z-index: 1
}

@media (max-width:767px) {
    .cs_case_study.cs_style_1 .cs_case_study_number {
        left: 30px;
        top: 40px
    }
}

.cs_case_study.cs_style_1 .cs_case_study_category {
    margin-bottom: 15px
}

.cs_case_study.cs_style_1 .cs_case_study_thumb {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.cs_case_study.cs_style_1 .cs_case_study_in {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 88px 72px
}

@media (max-width:1400px) {
    .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 50px
    }
}

@media (max-width:767px) {
    .cs_case_study.cs_style_1 .cs_case_study_in {
        padding: 30px
    }
}

.cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 70px;
    bottom: 86px;
    z-index: 1;
    background-color: #4f4747;
    color: #fff;
    height: 55px;
    width: 55px;
    font-size: 20px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

@media (max-width:1400px) {
    .cs_case_study.cs_style_1 .cs_case_study_icon {
        left: 40px;
        bottom: 50px
    }
}

@media (max-width:767px) {
    .cs_case_study.cs_style_1 .cs_case_study_icon {
        display: none
    }
}

.cs_case_study_thumb {
    background-image: url(../img/image/about8-img1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.cs_case_study_thumb.cs_case_study_thumb2 {
    background-image: url(../img/image/about8-img2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.cs_case_study_thumb.cs_case_study_thumb3 {
    background-image: url(../img/image/about8-img3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.cs_case_study.cs_style_1.cs_hover_active {
    margin: 0 8px;
    border-radius: 10px;
    height: 550px
}

.choose1-icon-box.choose1-icon-box8 {
    background-color: #fdf9f9;
    box-shadow: none
}

.choose1-icon-box.choose1-icon-box8:hover {
    background-color: #e81a2c
}

.choose1-icon-box.choose1-icon-box8:hover .hadding8 h4 a {
    color: #fff;
    transition: all.4s
}

.choose1-icon-box.choose1-icon-box8:hover .hadding8 p {
    color: #fff;
    transition: all.4s
}

.choose1-icon-box.choose1-icon-box8:hover .choose1-icon img {
    filter: brightness(0) invert(1);
    transition: all.4s
}

.choose8-hadding {
    padding-left: 20px
}

.countries8-box-hadding {
    border-radius: 5px;
    background: rgba(229, 1, 20, .8);
    padding: 10px 25px;
    position: absolute;
    bottom: 24px;
    margin: 0 30px;
    transform: translateY(100px);
    opacity: 0;
    transition: all.4s
}

.countries8-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 30px
}

.countries8-box:hover .countries8-box-hadding {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s
}

.countries8-box-img img {
    transition: all.4s
}

.countries8-box:hover .countries8-box-img img {
    transform: scale(1.1);
    transition: all.4s
}

.tes2-slider-single.tes8-slider-single8 {
    background-color: #fcedee
}

.tes2-review.tes2-review8 li {
    color: #e50114
}

.testimonial8 .owl-carousel .owl-nav button.owl-prev, .testimonial8 .owl-carousel button.owl-dot, .testimonial8 .owl-nav button.owl-next {
    background-color: #fcedee;
    color: #181a1c;
    border: none;
    font: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all.4s
}

.testimonial8 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial8 .owl-carousel button.owl-dot, .testimonial8 .owl-nav button.owl-next:hover {
    background-color: #e50114;
    filter: none;
    color: #fff;
    transition: all.4s
}

.testimonial8 .owl-nav {
    text-align: center;
    margin-top: 30px
}

.contact-map.contact-map8::after {
    content: "";
    position: absolute;
    bottom: 50px;
    right: -50px;
    background-color: #e50114;
    height: 100%;
    width: 70%;
    border-radius: 5px;
    z-index: 2;
    transition: all.4s
}

.contact7-icon-box.contact7-icon-box8 {
    background-color: #f5eaeb
}

.contact7-icon-box.contact7-icon-box8:hover {
    background-color: #f3c5c9
}

.main-hadding9 span.span {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 16px;
    background: rgba(254, 96, 50, .2);
    display: inline-block;
    padding: 8px 16px
}

.main-hadding9 h1 {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px
}

.main-hadding9 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.hero9-inputs input {
    padding: 20px;
    border: none;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, .1)
}

.hero9-inputs {
    position: relative;
    margin-right: 20px
}

.hero9-input-button {
    position: absolute;
    top: 6px;
    right: 6px
}

.hero9-img2 {
    position: absolute;
    bottom: 64px;
    right: 21px
}

.hero9-shape1 {
    position: absolute;
    top: -17px;
    right: -14px;
    transform: rotate(8deg)
}

.hero9-shape2 {
    position: absolute;
    top: 200px;
    left: 0
}

.hero9-shape3 {
    position: absolute;
    bottom: 100px;
    left: 50px
}

.hero9-shape4 {
    position: absolute;
    bottom: 100px;
    right: 50px
}

.hero9-shape5 {
    position: absolute;
    top: 100px;
    left: 50px
}

.about9-images {
    position: relative
}

.video-play-box {
    position: absolute;
    bottom: 0;
    right: 0
}

.video-play-btn9 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -73px
}

.video-play-btn10 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -73px
}

.about9-icon {
    background-color: #ffeee8;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 12px
}

.about9-icon-hadding h4 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: inline-block
}

.about9-icon-box {
    display: flex;
    align-items: center;
    padding-top: 24px
}

.about9-hadding {
    padding-left: 30px
}

.about9-after-pera {
    background-color: #ffebe5;
    border-radius: 5px;
    padding: 20px 24px;
    margin-top: 30px;
    position: relative
}

.about9-after-pera::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    height: 100%;
    width: 1%;
    background: #fe6032;
    border-radius: 5px;
    z-index: 1;
    transition: all.4s
}

.about9-after-pera:hover::after {
    width: 100%;
    transition: all.4s
}

.about9-after-pera p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 28px;
    z-index: 9;
    transition: all.4s
}

.about9-after-pera:hover p {
    color: #fff;
    transition: all.4s
}

.serivce9-icon h4 a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center
}

.serivce9-icon h4 a img {
    margin-right: 12px;
    z-index: 1;
    filter: brightness(0) invert(1);
}

.serivce9-icon {
    background-color: #08553a;
    border-radius: 5px;
    padding: 16px;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08);
    z-index: 9;
    position: relative;
    margin: -35px 30px 0 30px;
    transition: all.4s
}

.service9-box {
    margin-top: 30px
}

.service9-box:hover .serivce9-icon {
    background-color: #f5911e
}

.serivce9-icon h4 a {
    transition: all.4s
}

.service9-box:hover .serivce9-icon h4 a img {
    transition: all.4s;
    filter: brightness(0) invert(1)
}

.service9-box:hover .serivce9-icon h4 a {
    color: #fff;
    transition: all.4s
}

.serivce9-icon h4 a img {
    transition: all.4s;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -ms-transition: all.4s;
    -o-transition: all.4s;
    filter: brightness(0) invert(1);
}

.service9-box:hover .learn-more9 {
    color: #f5911e;
    transition: all.4s
}

.service9-img {
    overflow: hidden;
    border-radius: 5px
}

.service9-img img {
    transition: all.4s
}

.service9-box:hover .service9-img img {
    transform: scale(1.1);
    transition: all.4s
}

.choose2-box3 {
    position: relative;
    margin-top: 54px;
    transition: all.4s
}

.choose2-text-box3.choose2-text-box9 {
    padding: 20px 40px 20px 20px;
    background-color: #ffebe5;
    border-radius: 5px
}

.choose2-icon-box3.choose2-icon-box9 {
    background: #fe6032;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 0 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all .4s ease 0s
}

.choose2-text-box3 h4 a {
    color: #181a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box9 {
    background-color: #fff;
    transition: all.4s
}

.choose2-icon-box3.choose2-icon-box9::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    left: -10px;
    background: #fe6032;
    border-radius: 15px 0 0;
    transition: all .4s ease 0s
}

.choose2-icon-box3 img {
    filter: brightness(0) invert(1)
}

.choose2-text-box3 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.choose2-box3:hover .choose2-text-box3 {
    background: #4893ff;
    transition: all.4s;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.choose2-box3:hover {
    transform: translateY(-5px);
    transition: all.4s
}

.choose2-box3:hover .choose2-text-box3 h4 a {
    color: #fff;
    transition: all.4s
}

.choose2-box3:hover .choose2-text-box3.choose2-text-box9 {
    background-color: #fe6032
}

.choose2-box3:hover .choose2-text-box3 p {
    color: #fff;
    transition: all.4s
}

.choose2-box3:hover .choose2-icon-box3 img {
    filter: none
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box9::after {
    background-color: #fe6032;
    transition: all.4s
}

.choose2-box4:hover .choose2-text-box4.choose2-text-box9 {
    background-color: #fe6032
}

.choose2-box3.choose2-left {
    margin-left: 40px
}

.choose2-box3.choose2-right {
    margin-right: 40px
}

.choose2-box4 {
    position: relative;
    margin-top: 54px;
    transition: all.4s
}

.choose2-text-box4.choose2-text-box9 {
    padding: 20px 20px 20px 40px;
    background-color: #ffebe6;
    border-radius: 5px
}

.choose2-text-box4.choose2-text-box9:hover {
    background-color: #fe6032
}

.choose2-icon-box4.choose2-icon-box9 {
    background: #fe6032;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 24px 0;
    position: absolute;
    top: -15px;
    left: -15px;
    transition: all .4s ease 0s
}

.choose2-text-box4 h4 a {
    color: #181a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s
}

.choose2-box4:hover .choose2-icon-box4 {
    background-color: #fff;
    transition: all.4s
}

.choose2-icon-box4.choose2-icon-box9::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    right: -10px;
    background: #fe6032;
    border-radius: 0 10px 0 0;
    transition: all .4s ease 0s
}

.choose2-icon-box4 img {
    filter: brightness(0) invert(1)
}

.choose2-text-box4 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.choose2-box4:hover .choose2-text-box4 {
    background: #4893ff;
    transition: all.4s;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.choose2-box4:hover {
    transform: translateY(-5px);
    transition: all.4s
}

.choose2-box4:hover .choose2-text-box4 h4 a {
    color: #fff;
    transition: all.4s
}

.choose2-box4:hover .choose2-text-box4 p {
    color: #fff;
    transition: all.4s
}

.choose2-box4:hover .choose2-icon-box4 img {
    filter: none
}

.choose2-box4:hover .choose2-icon-box4.choose2-icon-box9::after {
    background-color: #fe6032;
    transition: all.4s
}

.choose2-box4.choose2-left {
    margin-left: 40px
}

.choose2-box4.choose2-right {
    margin-right: 40px
}

.countrie-box6 {
    background-color: #f6faff
}

.countrie-box6:hover {
    background-color: #f6faff;
    box-shadow: none
}

.testimonial6-bottom-hadding h5 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    transition: all.4s
}

.testimonial6-bottom-hadding h5 a:hover {
    color: #4893ff;
    transition: all.4s
}

.testimonial6-bottom-hadding {
    padding-left: 10px
}

.explore-box.explore-box9:hover {
    background-color: #ffefea
}

.explore-box.explore-box9 span {
    background-color: #ffefea
}

.explore-box.explore-box9 span {
    transition: all.4s
}

.explore-box.explore-box9:hover span {
    background-color: #fe6032;
    transition: all.4s;
    color: #fff
}

.countries8-box-hadding.countries9-box-hadding {
    border-radius: 5px;
    background: rgba(254, 96, 50, .8)
}

.hadding9 h4 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block;
    transition: all.3s
}

.hadding9 h4 a:hover {
    color: #fe6032;
    transition: all.3s
}

.team4-icons.team4-icons9 li a:hover {
    background-color: #fe6032
}

.testimonial9 .owl-carousel .owl-nav button.owl-prev, .testimonial9 .owl-carousel button.owl-dot, .testimonial9 .owl-nav button.owl-next {
    background-color: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .08));
    color: #181a1c;
    border: none;
    font: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all.4s
}

.testimonial9 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial9 .owl-carousel button.owl-dot, .testimonial9 .owl-nav button.owl-next:hover {
    background-color: #fe6032;
    filter: none;
    color: #fff;
    transition: all.4s
}

.testimonial9 .owl-nav {
    text-align: center;
    margin-top: 40px
}

.main-hadding10 span.span {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: capitalize;
    border-radius: 16px;
    background: rgba(148, 0, 255, .2);
    display: inline-block;
    padding: 8px 16px
}

.main-hadding10 h1 {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px
}

.main-hadding10 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.hero10-form {
    margin-right: -300px;
    position: relative;
    z-index: 9
}

.hero9-img.text-end {
    margin-right: -200px
}

.hero-area10 {
    min-height: 950px;
    display: flex;
    align-items: center
}

.about9-icon.about9-icon10 {
    background-color: #f4e3ff
}

.about9-after-pera.about9-after-pera10 {
    background-color: #f2deff;
    border-radius: 5px;
    padding: 20px 24px;
    margin-top: 30px;
    position: relative
}

.about9-after-pera.about9-after-pera10::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    height: 100%;
    width: 1%;
    background: #9400ff;
    border-radius: 5px;
    z-index: 1;
    transition: all.4s
}

.about9-after-pera.about9-after-pera10:hover::after {
    width: 100%;
    transition: all.4s
}

.service9-box:hover .serivce9-icon.serivce9-icon2 {
    background-color: #9400ff
}

.service9-box:hover .learn-more9.learn-more10 {
    color: #9400ff;
    transition: all.4s
}

.choose2-box3 {
    position: relative;
    margin-top: 54px;
    transition: all.4s
}

.choose2-text-box3.choose2-text-box10 {
    padding: 20px 70px 20px 20px;
    background-color: #f7ebff;
    border-radius: 5px
}

.choose2-icon-box3.choose2-icon-box10 {
    background: #9400ff;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 0 24px;
    position: absolute;
    top: -15px;
    right: -15px;
    transition: all .4s ease 0s
}

.choose2-text-box3 h4 a {
    color: #181a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box9 {
    background-color: #b0312c;
    transition: all.4s
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box10::after {
    background-color: #9400ff
}

.choose2-icon-box3.choose2-icon-box10::after {
    background: #9100f9
}

.choose2-icon-box3.choose2-icon-box10::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    left: -10px;
    background: #9400ff;
    border-radius: 15px 0 0;
    transition: all .4s ease 0s
}

.choose2-icon-box3 img {
    filter: brightness(0) invert(1);
    width: 32px
}

.choose2-text-box3 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

.choose2-box3:hover .choose2-text-box3 {
    background: #4893ff;
    transition: all.4s;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.choose2-box3:hover {
    transform: translateY(-5px);
    transition: all.4s
}

.choose2-box3:hover .choose2-text-box3 h4 a {
    color: #fff;
    transition: all.4s
}

.choose2-box3:hover .choose2-text-box3.choose2-text-box9 {
    background-color: #fe6032
}

.choose2-box3:hover .choose2-text-box3 p {
    color: #fff;
    transition: all.4s
}

.choose2-box3:hover .choose2-icon-box3 img {
    filter: none
}

.choose2-box3:hover .choose2-icon-box3.choose2-icon-box9::after {
    background-color: #fe6032;
    transition: all.4s
}

.choose2-box4:hover .choose2-text-box4.choose2-text-box9 {
    background-color: #fe6032
}

.choose2-box3.choose2-left {
    margin-left: 40px
}

.choose2-box3.choose2-right {
    margin-right: 40px
}

.choose2-box4 {
    position: relative;
    margin-top: 54px;
    transition: all.4s
}

.choose2-text-box4.choose2-text-box10 {
    padding: 20px 20px 20px 70px;
    background-color: #f7ebff;
    border-radius: 5px
}

.choose2-text-box4.choose2-text-box10:hover {
    background-color: #9400ff
}

.choose2-icon-box4.choose2-icon-box10 {
    background: #9400ff;
    width: 45px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 24px 0;
    position: absolute;
    top: -15px;
    left: -15px;
    transition: all .4s ease 0s
}

.choose2-text-box4 h4 a {
    color: #181a1c;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: all.4s
}

.choose2-box4:hover .choose2-icon-box4 {
    background-color: #b0312c;
    transition: all.4s
}

.choose2-box4:hover .choose2-icon-box4.choose2-icon-box10::after {
    background-color: #9400ff
}

.choose2-box4:hover .choose2-text-box4.choose2-text-box10 {
    background-color: #9400ff
}

.choose2-box4:hover .choose2-text-box3.choose2-text-box10 {
    background-color: #9400ff
}

.choose2-box3.choose2-left:hover .choose2-text-box3.choose2-text-box10 {
    background: #9100f9
}

.choose2-box3.choose2-right:hover .choose2-text-box3.choose2-text-box10 {
    background: #9100f9
}

.choose2-icon-box4.choose2-icon-box10::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 10px;
    top: 0;
    right: -10px;
    background: #9400ff;
    border-radius: 0 10px 0 0;
    transition: all .4s ease 0s
}

.choose2-icon-box4 img {
    filter: brightness(0) invert(1);
    width: 32px
}

.choose2-text-box4 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, .6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px
}

.choose2-box4:hover .choose2-text-box4 {
    background: #4893ff;
    transition: all.4s;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, .08)
}

.choose2-box4:hover {
    transform: translateY(-5px);
    transition: all.4s
}

.choose2-box4:hover .choose2-text-box4 h4 a {
    color: #fff;
    transition: all.4s
}

.choose2-box4:hover .choose2-text-box4 p {
    color: #fff;
    transition: all.4s
}

.choose2-box4:hover .choose2-icon-box4 img {
    filter: none
}

.choose2-box4:hover .choose2-icon-box4.choose2-icon-box9::after {
    background-color: #fe6032;
    transition: all.4s
}

.choose2-box4.choose2-left {
    margin-left: 40px
}

.choose2-box4.choose2-right {
    margin-right: 40px
}

.countrie-box6 {
    background-color: #f6faff
}

.countrie-box6:hover {
    background-color: #f6faff;
    box-shadow: none
}

.testimonial6-bottom-hadding h5 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    transition: all.4s
}

.testimonial6-bottom-hadding h5 a:hover {
    color: #4893ff;
    transition: all.4s
}

.testimonial6-bottom-hadding {
    padding-left: 10px
}

.explore-box.explore-box9:hover {
    background-color: #fcddb9
}

.explore-box.explore-box9 span {
    background-color: #fcddb9
}

.explore-box.explore-box9 span {
    transition: all.4s
}

.explore-box.explore-box9:hover span {
    background-color: #f5911e;
    transition: all.4s;
    color: #fff
}

.countries8-box-hadding.countries9-box-hadding {
    border-radius: 5px;
    background: rgba(20, 129, 72, .84)
}

.hadding9 h4 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block;
    transition: all.3s
}

.hadding9 h4 a:hover {
    color: #fe6032;
    transition: all.3s
}

.explore-box.explore-box10:hover {
    background-color: #f4e5ff
}

.explore-box.explore-bo10 span {
    background-color: #ffefea;
    color: #9400ff
}

.explore-box.explore-box10 span {
    transition: all.4s
}

.explore-box.explore-box10:hover span {
    background-color: #9400ff;
    transition: all.4s;
    color: #fff
}

.explore-box.explore-box10 span {
    color: #9100f9
}

.countries8-box-hadding.countries10-box-hadding {
    border-radius: 5px;
    background: rgba(148, 0, 255, .8)
}

.testimonial10 .owl-carousel .owl-nav button.owl-prev, .testimonial10 .owl-carousel button.owl-dot, .testimonial10 .owl-nav button.owl-next {
    background-color: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .08));
    color: #181a1c;
    border: none;
    font: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all.4s
}

.testimonial10 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial10 .owl-carousel button.owl-dot, .testimonial10 .owl-nav button.owl-next:hover {
    background-color: #9400ff;
    filter: none;
    color: #fff;
    transition: all.4s
}

.testimonial10 .owl-nav {
    text-align: center;
    margin-top: 40px
}

.main-menu-ex.main-menu-ex10 .mega-menu-items-button a {
    padding: 0;
    color: #fff
}

.main-menu-ex.main-menu-ex10 .mega-menu-items-button a:hover {
    color: #fff
}

.team4-icons.team4-icons10 li a:hover {
    background-color: #9400ff
}

.hero11-main-images {
    position: relative;
    height: 500px
}

.hero11-shape1 {
    position: absolute;
    top: 100px;
    left: 60px
}

.hero11-shape2 {
    position: absolute;
    bottom: 100px;
    left: 60px
}

.hero11-shape3 {
    position: absolute;
    top: 100px;
    right: 60px
}

.hero11-shape4 {
    position: absolute;
    bottom: 100px;
    right: 60px
}

.team-details-hadding.hadding2 {
    padding-left: 20px
}

.hero11-img2 {
    position: absolute;
    top: 20px;
    right: 20px
}

.hero11-img1 {
    position: absolute;
    top: 0;
    right: 0
}

.hero11-shape5 {
    position: absolute;
    top: -50px;
    left: 0
}

a.contact2-learn {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize
}

.contact-page2-box.active {
    background: #4eb09f
}

.contact-page2-box.active .contact-page2-icon-box {
    background: #fff
}

.contact-page2-box.active .contact-page2-icon-box img {
    filter: none
}

.contact-page2-box.active .contact-page2-hadding h4 {
    color: #fff
}

.contact-page2-box.active .contact-page2-hadding a {
    color: #fff
}

.contact-page2-input input {
    font-variant: JIS04;
    padding: 13px;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 24px
}

.contact-page2-input textarea {
    font-variant: JIS04;
    padding: 13px;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 24px
}

.nice-select.wide.contact-page2-select {
    height: 51px;
    line-height: 51px;
    color: #878282;
    font-size: 16px;
    font-weight: 400
}

.contact-page-main-hadding span {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px
}

.contact-page-main-hadding h1 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px
}

.contact-page-main-hadding p {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.contact-page2-button {
    color: var(--5th-Main, #13aaa1);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    border: none;
    padding: 18px 24px;
    border-radius: 5px;
    background-color: #fff;
    transition: all.4s
}

.contact-page2-button:hover {
    transform: translateY(-5px);
    transition: all.4s
}

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 900px
}

video {
    min-width: 100%;
    min-height: 900px;
    z-index: -3;
    position: absolute
}

.overlay {
    width: 100%;
    height: 900px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 3px 3px;
    z-index: -1
}

.overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #161019;
    background: linear-gradient(90deg, rgba(22, 16, 25, .9023984593837535) 0, rgba(25, 13, 30, .6250875350140056) 50%, rgba(7, 4, 8, .21332282913165268) 100%)
}

.overlay2 {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #02341c
}

.hero13-main-hadding .main-hadding7 h1 {
    font-size: 56px;
    line-height: 62px
}

.hero13-single-slider img {
    height: 600px
}

.hero13-image-slider.foter-carousel.slick-initialized.slick-slider {
    margin-top: 55px
}

.nav-link.active .progress-list-box .progress4-hadding.hadding7.hadding12 h4, .progress-list-box:hover .progress4-hadding {
    color: #de8e59;
    transition: all.4s
}

.hadding7.hadding12.progress4-hadding h4:hover {
    color: #de8e59
}

.progress-list-box:hover .progress-list-number.progress-list-number3 h4 span {
    color: #de8e59
}

.nav-link.active .progress-list-box .progress-list-number.progress-list-number3 h4 span, .progress-list-box:hover .progress4-hadding {
    color: #de8e59;
    opacity: 1
}

.tes12 .owl-dots {
    position: absolute;
    bottom: -55px;
    width: 100%;
    right: 0;
    text-align: center
}

.tes12 .owl-dots button {
    position: relative;
    border: 3px solid #f8f8fa !important
}

.tes12 .owl-dots button:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background: #de8e59;
    z-index: -1;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0
}

.tes12 .owl-dots button.active {
    background-color: #de8e59
}

.tes12 .owl-dots button.active:after {
    visibility: visible;
    opacity: 1
}

.tes12 .owl-dots button {
    background: 0 0;
    border: none;
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 12px;
    line-height: 10px;
    width: 12px;
    margin: 0 6px;
    border: none;
    border-radius: 50%;
    padding: 5px;
    margin: 5px;
    background-color: #d9d9d9
}

.blog1-hadding.blog12-hadding h6 a:hover {
    color: #de8e59;
    transition: all.4s
}

.blog1-hadding.blog12-hadding {
    transition: all.4s
}

.blog1-box.blog1-box7:hover .blog1-hadding.blog12-hadding {
    background-color: #ffe3d1;
    transition: all.4s
}

.learn-more7.learn-more12:hover span {
    color: #de8e59
}

.contact-map.contact-map12::after {
    background-color: #de8e59
}

.contact7-icon-box.contact7-icon-box12 {
    background-color: #ffefe4
}

.contact7-icon-box.contact7-icon-box12:hover {
    background-color: #ffe3d1
}

.testimonial-arrows .slick-arrow button {
    background: 0 0;
    border: none;
    height: 60px;
    width: 60px;
    color: #ffffffad;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff80;
    transition: all.4s;
    position: relative;
    z-index: 99
}

.testimonial-arrows .slick-arrow button:hover {
    background-color: #ffffffb0;
    color: #02341c;
    transition: all.4s
}

.testimonial-arrows .testimonial-prev-arrow.slick-arrow {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -31px
}

.testimonial-arrows .testimonial-next-arrow.slick-arrow {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -31px
}

.team1-lest.team1-lest12 li a:hover {
    background-color: #de8e59;
    border: 1px solid #de8e59
}

.team1-hadding.team1-hadding13 h4 a:hover {
    color: #de8e59
}

.testimonial1-bottom-hadding.testimonial1-bottom-hadding13 h5 a {
    font-size: 20px
}

.testimonial13 .owl-carousel .owl-nav button.owl-prev, .testimonial13 .owl-carousel button.owl-dot, .testimonial13 .owl-nav button.owl-next {
    background-color: #fff;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, .08));
    color: #181a1c;
    border: none;
    font: inherit;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 6px;
    transition: all.4s
}

.testimonial13 .owl-carousel .owl-nav button.owl-prev:hover, .testimonial13 .owl-carousel button.owl-dot, .testimonial13 .owl-nav button.owl-next:hover {
    background-color: #de8e59;
    filter: none;
    color: #fff;
    transition: all.4s
}

.testimonial13 .owl-nav {
    text-align: center;
    margin-top: 40px
}

.quick_contact_content a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: all.4s
}

.quick_contact_content a:hover {
    color: #d88960;
    transition: all.4s
}

.quick_contact_content small {
    color: #ffffffeb;
    font-size: 14px;
    font-weight: 400
}

.quick_contact_icon.bg-27 {
    height: 50px;
    width: 50px;
    background: 0 0;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
    transition: all.4s
}

.quick_contact {
    display: flex;
    align-items: center;
    margin-left: 24px
}

.quick_contact:hover .quick_contact_icon.bg-27 {
    background-color: #d88960;
    border: 1px solid #d88960;
    transition: all.4s
}

.preview-hero {
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 800px
}

.preview-hadding h1 {
    color: #181a1c;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 76px;
    text-transform: capitalize
}

.preview-hadding {
    padding-top: 80px
}

.preview-hadding p {
    color: #747171;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.preview-main-img {
    position: absolute;
    bottom: 0;
    right: 0
}

.header-element1 {
    position: absolute;
    bottom: 100px;
    left: 0
}

.header-element2 {
    position: absolute;
    top: 100px;
    right: 0
}

.counter-preview-box {
    background-color: #fef2f6;
    padding: 40px;
    margin-left: 10px;
    transition: all.4s;
    border-radius: 5px
}

.counter-preview-box:hover {
    background-color: #ff2640;
    transform: translateY(-10px)
}

.counter-preview-box:hover h1 {
    color: #fff;
    transition: all.4s
}

.counter-preview-box:hover p {
    color: #fff;
    transition: all.4s
}

.counter-preview-box h1 {
    color: #0b1220;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    transition: all.4s
}

.counter-preview-box p {
    color: #0b1220;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.preview-box-img {
    position: relative
}

.counter-preview-box {
    margin-top: 30px
}

.preview-box-img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #1d2940;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all.4s
}

.preview-buttons {
    position: absolute;
    top: 50%;
    left: -50%;
    right: -50%;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all.4s;
    z-index: 99
}

.home-page-preview-box {
    margin-top: 50px
}

.home-page-preview-box._relative:hover .preview-box-img::after {
    visibility: visible;
    opacity: .6;
    transition: all.4s
}

.home-page-preview-box._relative:hover .preview-buttons {
    opacity: 1;
    visibility: visible;
    margin-top: -100px
}

.preview-box-hadding {
    background-color: #fdccdb;
    padding: 16px;
    border-radius: 5px;
    margin-top: 24px
}

.preview-box-hadding h4 a {
    color: #0b1220;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px
}

.preview-box-hadding2 h4 a {
    color: #0b1220;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    margin-top: 30px
}

.preview-buttons2 {
    position: absolute;
    top: 50%;
    left: -50%;
    right: -50%;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all.4s;
    z-index: 99
}

.home-page-preview-box._relative:hover .preview-buttons2 {
    opacity: 1;
    visibility: visible;
    margin-top: -60px
}

.preview-features-box {
    background-color: #2f3133;
    border-radius: 5px;
    padding: 40px;
    margin-top: 30px;
    transition: all.4s
}

.preview-features-box:hover {
    transform: translateY(-10px);
    transition: all.4s;
    background-color: #ff2640
}

.preview-features-box p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.features-box-icon {
    background-color: #444647;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
    transition: all.4s
}

.preview-features-box:hover .features-box-icon {
    background-color: #ff6779;
    transition: all.4s
}

.rtl-body .hero1-all-images.text-end {
    margin-right: 196px
}

.countries.rtl .countrie-box .countrie-hadding {
    padding-right: 24px
}

.testimonial1.rtl .testimonial1-bottom-hadding {
    padding-right: 24px
}

.rtl-body .main-hadding1 p span {
    margin-left: 12px
}

.rtl-body .story-hadding1 {
    padding-left: 50px
}

.rtl-body .story-hadding2::after {
    content: "";
    position: absolute;
    right: -21px;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: url(../img/shapes/story-boder.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.rtl-body .contact-icon {
    padding-left: 10px
}

.rtl-body .single-footer ul li a span {
    visibility: hidden;
    opacity: 0
}

.rtl-body .single-footer ul li a {
    overflow: hidden;
    padding-right: 0
}

.rtl-body .single-footer ul li a:hover span {
    visibility: visible;
    opacity: 1
}

.rtl-body .single-footer ul li a:hover {
    transform: translateX(-10px)
}

.rtl-body .single-footer ul li a {
    overflow: hidden;
    margin-right: -24px
}

.rtl-body ul.sub-menu-all {
    background: #fff;
    width: 110%;
    margin-left: -220px;
    padding: 10px;
    border-radius: 5px;
    margin-top: -40px
}

.rtl-body .about-box-icon {
    margin-left: 12px
}

.rtl-body li.has-dropdown.has-dropdown1 span {
    position: absolute;
    left: 10px;
    right: auto
}

.rtl-body .contact1-hadding {
    padding-left: 0;
    padding-right: 30px
}