/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Experience section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/
/*** 

====================================================================
  Reset
====================================================================

 ***/
@font-face {
    font-family: 'DG Heaven';
    src: url('../fonts/DGHeaven-Bold.woff2') format('woff2'), url('../fonts/DGHeaven-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DG Heaven';
    src: url('../fonts/DGHeaven.woff2') format('woff2'), url('../fonts/DGHeaven.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'din';
    src: url("../fonts/din_font/dinnextltarabic-regular.eot");
    src: url("../fonts/din_font/dinnextltarabic-regular.woff") format("woff"), url("../fonts/din_font/dinnextltarabic-regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'din';
    src: url("../fonts/din_font/dinnextltarabic-medium.eot");
    src: url("../fonts/din_font/dinnextltarabic-medium.woff") format("woff"), url("../fonts/din_font/dinnextltarabic-medium.ttf") format("truetype"), url("../fonts/din_font/dinnextltarabic-medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.blocksCon,
.service-section,
.newsBlck,
.working-section,
.growth-section,
.flags,
.footer-style-four {
    /* background:#000f38; */
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
  Global Settings
====================================================================

 ***/
html {
    overflow-x: hidden !important
}

body {
    font-size: 14px;
    color: #75727b;
    line-height: 29px;
    font-weight: 400;
    background: #fff;
    font-family: 'DG Heaven';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    direction: rtl;
    overflow-x: hidden !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.brdr20 {
    border-radius: 20px
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}

a {
    font-family: 'DG Heaven';
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input,
button,
select,
textarea {
    font-family: 'DG Heaven';
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

p {
    position: relative;
    font-family: 'DG Heaven';
    color: #696969;
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'DG Heaven';
    font-weight: 400;
    color: #111;
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */
.loader-wrap {
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    background: #fff;
    right: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    left: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    right: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'DG Heaven';
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }

    .hau {
        height: auto !important
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px;
    }
}

.centred {
    text-align: center;
}

.pull-right {
    float: left;
}

.pull-left {
    float: right;
}

.special_fonts {
    font-family: 'DM Sans', sans-serif;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

/** button **/
.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    /* font-family: "Montserrat", sans-serif; */
    text-align: center;
    padding: 10px 55px;
    text-transform: capitalize;
    border-radius: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn.btn-one {
    background: #f4f1fa;
    color: #272e39;
}

.theme-btn.btn-one:hover {
    color: #fff;
}

.theme-btn.btn-two {
    color: #fff;
}

.theme-btn:before {
    position: absolute;
    /* content: ''; */
    width: 100%;
    height: 100%;
    transform: scale(1, 0);
    transform-origin: center bottom;
    left: 0px;
    top: 0;
    z-index: -1;
    transition: all 400ms ease;
}

.theme-btn:hover:before {
    transform: scale(1, 1);
    top: 0
}

.row {
    --bs-gutter-x: 30px;
}

.pagination {
    position: relative;
    display: block;
    text-align: center;
    margin: 24px 0 0;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 3px;
}

.pagination .page-link {
    width: 41px;
    height: 41px;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #a7a7a7 solid;
    color: #111;
}

.pagination li a:hover,
.pagination li a.current,
.page-link.active,
.active > .page-link {
    border-color: #1fd6e4;
    background: #1fd6e4;
    color: #fff;
}

.pagination li:last-child {
    margin: 0px !important;
}

.pagination li.count-page a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-family: 'DG Heaven';
    text-align: center;
    color: #272e39;
    border-radius: 50% 50% 0px 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: #fff;
}

.pagination li.count-page a:before {
    position: absolute;
    content: '..';
    font-size: 20px;
    color: #a09ba9;
    left: -18px;
    bottom: 3px;
}

.pagination li:nth-child(5) a:before {
    display: none;
}

.pagination li.prev-btn a,
.pagination li.next-btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #272e39 !important;
    font-weight: 600;
    background: transparent !important;
}

.pagination li.next-btn a i {
    position: relative;
    display: inline-block;
    top: 4px;
}

.pagination li.prev-btn a i {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    top: -3px;
    right: -6px;
}

.sec-pad {
    padding: 80px 0px;
}

.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 60px;
    height: 60px;
    line-height: 70px;
    position: fixed;
    bottom: 105%;
    left: 50px;
    font-size: 20px;
    z-index: 99;
    color: #fff;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
    cursor: pointer;
    transition: 1s ease;
}

.scroll-top.open {
    bottom: 30px;
}

.sec-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
    text-align: right;
    z-index: 10;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'DG Heaven';
    font-weight: 500;
    padding-top: 4px;
    font-size: 18px;
    color: #999;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.sec-title.light .sub-title h2 {
    color: #000
}

.sec-title .sub-title:before {
    position: absolute;
    /* content: ''; */
    background: #f4f1fa;
    width: 25px;
    height: 25px;
    right: 0px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 33px;
    line-height: 33px;
    font-weight: 500;
    margin: 0px;
    font-size: 22px;
}

.sec-title.light h2 {
    /* color: #fff; */
}

.sec-title.light .sub-title:before {
    background: rgba(255, 255, 255, 0.10);
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/
/** main-header **/
.main-header {
    position: relative;
    right: 0px;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 5;
    padding: 14px 15px 17px;
    background-color: rgb(21 34 57);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    /* box-shadow: 0 0 10px rgba(255, 255, 255, .2); */
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*** Search Popup ***/
.search-popup {
    position: fixed;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .popup-inner {
    width: 100%;
    background: #fff;
    height: 100%;
}

.search-popup .upper-box {
    position: relative;
    padding: 41px 70px;
    z-index: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    display: block;
    background: #1f1f1f;
}

.search-popup .close-search {
    position: relative;
    font-size: 22px;
    color: ##c8af83;
    cursor: pointer;
    z-index: 5;
    top: 11px;
    transition: all 500ms ease;
}

.search-popup .close-search:hover {
    color: white;
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group {
    position: relative;
    margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 80px;
    background: transparent;
    line-height: 30px;
    font-size: 20px;
    color: #808080;
    border: none;
    font-weight: 400;
    border-radius: 0;
    border-bottom: 1px solid #6c6c6c;
    padding: 19px;
    padding-left: 61px;
}

.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 27px;
    left: 15px;
    font-size: 32px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
    color: #fff;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #141417;
}

.search-popup .form-control:focus {
    box-shadow: none !important;
}

/** header-top **/
.main-header {
    position: absolute;
}

.main-header .outer-container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.main-header:after {
    /* content: ""; */
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 124px;
    background: linear-gradient(to top, rgb(255 255 255 / 0%) 00%, rgb(255 255 255 / 0%) 20%, rgb(50 50 50) 80%);
    z-index: 1;
}

.fixed-header {
    /* position: fixed; */
}

.fixed-header .collapse.navbar-collapse:nth-child(2) {
    display: none !important;
     !i;
     !;
}

.fixed-header.main-header:after {
    position: fixed;
    background: linear-gradient(to top, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 0%) 0%, rgb(0 15 56) 80%);
    display: none;
}

.header-top {
    position: relative;
    background: #272e39;
    padding: 0px 50px;
    height: 37px;
}

.header-top .outer-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0px;
}

.header-top .info-list li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 46px;
}

.header-top .info-list li:last-child {
    margin: 0px !important;
}

.header-top .info-list li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #9ca4af;
}

.header-top .info-list li a:hover {}

.header-top .info-list li:before {
    position: absolute;
    content: '';
    background: #676f7c;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 12px;
    left: -25px;
}

.header-top .info-list li:last-child:before {
    display: none;
}

/******/
.appointment-section .inner-box .info-list a {
    display: inline-flex;
}

/***/
ul.social-links {
    margin-left: 20px
}

.social-links li {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    list-style: none;
}

.social-links li:last-child {
    margin: 0px !important;
}

.social-links li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    /* background: #3b3b3b; */
    border-radius: 0;
    top: 0;
    transition: all 500ms ease;
    /* border: 2px #fff solid; */
}

.social-links li a svg {
    fill: #fff;
    height: 52%;
}

.social-links li a:hover {
    background: #294eaa;
    top: -5px
}

.social-links li:before {
    /* position: absolute; */
    /* content: ''; */
    /* background: #676f7c; */
    /* width: 4px; */
    /* height: 4px; */
    /* border-radius: 50%; */
    /* top: 12px; */
    /* left: -15px; */
}

.social-links li:last-child:before,
.social-links li:first-child:before {
    display: none;
}

.social-links li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

/** header-upper **/
.header-upper {
    position: relative;
    /* background: #000f38; */
    /* border-radius: 40px 40px 0px 0px; */
    padding: 0px 50px;
    z-index: 5;
}

.header-upper .outer-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 0px; */
    /* border-bottom: 1px solid #e7e3ee; */
}

.header-upper .right-column {
    position: relative;
    display: flex;
    align-items: center;
}

.header-upper .logo-box {
    position: relative;
    /* position: absolute; */
    top: 9px;
    /* background: #fff; */
    /* width: 319px; */
    display: flex;
    z-index: 1;
    /* border-radius: 40px 40px 0 40px; */
    /* right: -34px; */
    /* padding: -0 23px 5px; */
    align-items: center;
    /* background: #fff; */
}

.header-upper .logo-box a:nth-child(2) {
    width: 79px;
}

.header-upper .logo-box a:first-child {
    width: 123px;
    margin-left: 10px;
}

.header-upper .logo-box:before {
    position: absolute;
    /* content: ''; */
    background: #e7e3ee;
    width: 1px;
    height: 54px;
    top: 21px;
    left: -31px;
}

.header-upper .award-box {
    position: relative;
    padding: 0px 0px 0px 63px;
}

.header-upper .award-box .award-image {
    position: absolute;
    right: 0px;
    top: 4px;
}

.header-upper .award-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #75727b;
    font-weight: 500;
}

.main-header .lft-column {
    position: relative;
    display: flex;
    align-items: center;
    /* display: none; */
}

.support-box {
    position: relative;
    display: flex;
    margin-right: 0;
    align-items: center;
    margin-top: 15px;
    /* justify-content: end; */
}

.support-box:before {
    position: absolute;
    /* content: ''; */
    background: #4b4e54;
    width: 1px;
    height: 54px;
    top: -3px;
    right: 54px;
}

.support-box .icon-box {
    /* position: absolute; */
    display: inline-flex;
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    /* border-radius: 50%; */
    background: #1f3050;
    margin-left: 12px;
    justify-content: center;
    align-items: center;
}

.support-box h5 {
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    direction: ltr;
    color: #fff;
    order: 2;
}

.support-box h5 a {
    display: inline-block;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.support-box h5 a:hover {}

.header-upper .left-column .phone {
    position: relative;
    margin-left: 40px;
}

.header-upper .left-column .phone h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.header-upper .left-column .phone h3 a {
    display: inline-block;
    color: #75727b;
}

.header-upper .left-column .phone h3 a:hover {}

.header-upper .left-column .theme-btn {
    padding: 13px 30px;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0px 50px; */
}

/** header-lower **/
.header-lower {
    position: relative;
    /* background: #000f38; */
    width: 100%;
    padding: 23px 0;
    /* background: linear-gradient(to top, rgb(255 255 255 / 0%) 60%, rgb(255 255 255 / 0%) 60%, rgb(48 48 48) 80%); */
    z-index: 5;
}

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .menu-right-content .search-box-outer {
    position: relative;
    display: inline-block;
    padding-right: 34px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #272e39;
    font-weight: 400;
    cursor: pointer;
    margin-left: 61px;
    transition: all 500ms ease;
}

.main-header .menu-right-content .search-box-outer:hover {}

.main-header .menu-right-content .search-box-outer img {
    position: absolute;
    right: -11px;
    top: -2px;
    width: 28px;
}

.main-header .menu-right-content .search-box-outer:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 1px;
    height: 44px;
    top: -8px;
    left: -31px;
}

.main-header .language-box {
    position: relative;
    /* padding-right: 100px; */
    /* margin-left: 7px; */
    display: flex;
    align-items: center;
}

.main-header .language-box h5 .dropdown-item {
    padding: 0;
    margin-right: 3px;
    display: flex;
    align-items: center;
}

.signMenu {
    position: relative;
}

.userName {
    color: #fff;
    font-size: 16px;
    margin-left: 9px;
    position: relative;
    top: -2px;
}

.userName:after {
    margin: 0;
    margin-right: 5px;
}

.userName i {
    margin-left: 10px;
    font-size: 21px;
}

.signMenu .dropdown-item {
    border-bottom: 1px #ddd solid;
    font-size: 13px;
    padding: 7px 15px;
}

.signMenu .dropdown-item i {
    margin-left: 8px;
}

.signMenu .dropdown-menu {
    top: 131% !important;
     !i;
     !;
    transform: none !important;
     !i;
     !;
    border-radius: 13px;
}

.main-header .language-box:before {
    /* position: absolute; */
    /* content: ''; */
    /* background: #e7e3ee; */
    /* width: 1px; */
    /* height: 44px; */
    /* top: -8px; */
    /* left: -31px; */
}

.dropdown-item.active,
.dropdown-item:active {
    background: #f1f1f1
}

.dropdown-menu {
    text-align: right;
    padding: 0;
    /* border: none; */
    border-radius: 20px;
    overflow: hidden;
}

.dropdown-item {
    padding: 9px 14px;
    /* background: #fff; */
}

.main-header .language-box .dropdown-menu li {
    display: flex;
    align-items: center;
}

.main-header .language-box .dropdown-menu img {
    width: 31px;
    margin-left: 11px;
}

.main-header .language-box h5 {
    /* position: absolute; */
    right: 0px;
    top: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    cursor: pointer;
}

.main-header .language-box h5 img {
    position: relative;
    margin-right: 3px;
    top: -4px;
    width: 28px;
}

.main-header .language-box h5 i {
    position: relative;
    margin-right: 10px;
    top: 0;
    font-size: 30px;
    color: #1fd6e4;
}

.main-header .language-box h5 span {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.main-header .language-box .select-box {
    position: relative;
    min-height: 28px;
}

.main-header .language-box .nice-select {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #75727b;
    padding-left: 20px;
    padding-right: 0px;
}

.main-header .language-box .nice-select:before {
    position: absolute;
    content: "\f106";
    font-family: 'flaticon';
    font-size: 16px;
    top: 0px;
    left: 0px;
}

.nice-select .list {
    min-width: 151px;
    border-radius: 20px;
    background: #fff;
    border: none;
}

.nice-select .option.selected {
    font-weight: normal
}

.nice-select .option {
    font-size: 15px;
    padding: 2px 15px;
}

.main-header .nav-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: -2px;
}

/** xs-sidebar **/
.xs-sidebar-group .xs-overlay {
    right: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    width: 20%;
    transform: scaleX(0);
    transform-origin: right center;
    cursor: url(../images/icons/cross-out.png), pointer;
    z-index: 9999999;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
}

.xs-sidebar-group.isActive .xs-overlay {
    transform: scaleX(1);
    transition-delay: .03s;
}

.xs-sidebar-group .xs-overlay-2 {
    right: 20%;
    transition-delay: .06s;
}

.xs-sidebar-group .xs-overlay-3 {
    right: 40%;
    transition-delay: .09s;
}

.xs-sidebar-group .xs-overlay-4 {
    right: 60%;
    transition-delay: .12s;
}

.xs-sidebar-group .xs-overlay-5 {
    right: 80%;
    transition-delay: .15s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 50px;
    left: 35px;
    z-index: 1;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 460px;
    z-index: 999999999;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    transition: all 900ms ease;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}

.sidebar-textwidget {
    padding: 50px 40px 50px 40px;
}

.xs-sidebar-group .close-side-widget {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #0e132d;
    color: #0e132d;
    border-radius: 50%;
    font-weight: 400;
    font-size: 20px;
}

.sidebar-widget-container {
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    opacity: 1;
    visibility: visible;
}

.xs-bg-black {
    background-color: #101127;
}

.sidebar-info-contents .content-inner {
    position: relative;
}

.sidebar-info-contents .content-inner .logo {
    padding: 0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
    position: relative;
}

.sidebar-info-contents .content-inner .content-box h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box p {
    position: relative;
    font-size: 15px;
    margin-bottom: 25px;
}

.sidebar-info-contents .content-inner .content-box .theme-btn-two {
    padding: 10px 50px;
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #676767;
    margin-bottom: 3px;
}

.sidebar-info-contents .content-inner .contact-info ul li a {
    color: #676767;
}

.sidebar-info-contents .content-inner .contact-info ul li a:hover {}

.sidebar-info-contents .content-inner .contact-info h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #75767b;
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
    color: #fff;
}

/** main-menu **/
.sticky-header .main-menu {
    margin-right: 0
}

.main-menu {
    /* margin-right: 235px; */
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
    /* margin-right: 144px; */
}

.main-menu .navigation > li {
    position: inherit;
    float: right;
    z-index: 2;
    margin: 0px 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
    margin-left: 0px !important;
}

.main-menu .navigation > li:first-child {
    margin-right: 0px !important;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 9px 10px;
    /* padding-left: 22px; */
    font-weight: 400;
    font-family: 'DG Heaven';
    opacity: 1;
    color: #ffffff;
    z-index: 1;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: #1fd6e4;
}

.fixed-header .main-menu .navigation > li {
    margin: 0 15px
}

.main-menu .navigation > li.dropdown > a {
    padding-left: 22px;
}

.main-menu .navigation > li.dropdown > a:before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    left: 0px;
    top: 8px;
    opacity: 1;
    font-weight: 400;
    transition: all 500ms ease;
    color: #fff;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li > a:hover:before {
    opacity: 1;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu {
    position: absolute;
    right: inherit;
    top: 100%;
    width: 240px;
    margin-top: 0;
    z-index: 100;
    background: #fff;
    display: none;
    opacity: 0;
    padding: 10px 0px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    visibility: hidden;
    border-radius: 0;
    transition: all 400ms 100ms ease;
    -moz-transition: all 400ms 100ms ease;
    -webkit-transition: all 400ms 100ms ease;
    -ms-transition: all 400ms 100ms ease;
    -o-transition: all 400ms 100ms ease;
}

.main-menu .navigation > li > ul:before,
.main-menu .navigation > li > .megamenu:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    right: 0px;
    top: -10px;
    background: transparent;
}

.main-menu .navigation > li > .megamenu {
    background: #212226;
}

.main-menu .navigation > li > .megamenu a {
    display: inline-block !important;
}

.main-menu .navigation > li > ul.from-left {
    right: auto;
    left: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'DG Heaven';
    color: #75727b;
    text-align: right;
    padding: 10px 0px;
    text-transform: capitalize;
    transition: all 500ms ease;
    border-bottom: 1px solid #e7e3ee;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover:before {
    opacity: 1;
}

.main-menu .navigation > li > .megamenu li > a {
    padding-right: 0px;
    padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
    padding-right: 18px;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 11px;
    height: 16px;
    right: 0px;
    top: 18px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before {
    opacity: 1;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    left: 0px;
    top: 14px;
    display: block;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    z-index: 5;
    transition: all 500ms ease;
    transform: scaleX(-1);
}

.main-menu .navigation > li > ul > li.dropdown.current > a:after,
.main-menu .navigation > li > ul > li.dropdown > a:hover:after {}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    right: 100%;
    top: 0%;
    margin-top: 15px;
    margin-right: 0;
    width: 255px;
    z-index: 100;
    display: none;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    visibility: hidden;
    border-radius: 0;
    padding: 10px 0px;
    background: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul:before {
    position: absolute;
    content: '';
    right: -10px;
    top: 0px;
    width: 10px;
    height: 100%;
}

.main-menu .navigation > li > ul > li > ul.from-left {
    right: auto;
    left: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'DG Heaven';
    color: #75727b;
    text-align: right;
    padding: 14px 0px;
    text-transform: capitalize;
    transition: all 500ms ease;
    border-bottom: 1px solid #e7e3ee;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    padding-right: 18px;
}

.main-menu .navigation > li > ul > li > ul > li > a:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 11px;
    height: 16px;
    right: 0px;
    top: 18px;
    opacity: 0;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
    opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    left: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu {
    visibility: visible;
    opacity: 1;
    /* margin-top: 0; */
    top: 103%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    left: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

.mobile-nav-toggler {
    position: relative;
    /* float: left; */
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
    margin-left: 10px;
}

.mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    right: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}

/** mobile-menu **/
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: left;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding-left: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: right;
    padding-bottom: 100px;
    display: none;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    left: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #0a0807;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    left: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
    font-size: 16px;
    margin-right: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 0;
    border-right: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.main-header .outer-box {
    position: relative;
}

.logo-box {}

.logo-box a {
    width: 179px;
    display: block;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab {
    display: block;
}

.tabs-box .tab {
    transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
    transform: scale(1) translateY(0px);
}

.special-text {
    font-family: 'Carattere', cursive;
}

.owl-carousel {
    direction: ltr
}

.banner-carousel:after {
    display: none;
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 155px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 20%, rgb(255 255 255 / 0%) 0%, rgb(0 15 56) 80%);
    z-index: 1;
}

.owl-carousel .owl-item {
    direction: rtl
}

/** banner-section **/
.banner-section {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    /* padding: 159px 0px 170px 0px; */
    height: calc(100vh);
    width: 100%;
    display: flex;
    width: 100%;
    align-items: center;
}

.banner-carousel .slide-item .auto-container {
    width: 90%;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #272e39;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8000ms linear;
    -moz-transition: all 8000ms linear;
    -ms-transition: all 8000ms linear;
    -o-transition: all 8000ms linear;
    transition: all 8000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-carousel .content-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 5;
    margin: -87px auto;
    transform: translateY(-15px);
}

.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    font-size: 27px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 11px;
    padding-bottom: 2px;
    opacity: 0;
    /* border-bottom: 1px rgb(255 255 255 / 39%) solid; */
    /* text-align: center; */
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box h2 span {
    position: relative;
    display: block;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1);
}

.banner-carousel .content-box.txtbg h2,
.banner-carousel .content-box.txtbg .lower-box .text {
    background: #00000066;
    color: #fff;
    padding: 5px 10px;
}

.banner-carousel .content-box.txtbg .lower-box .text {
    padding: 3px 10px 5px;
}

.banner-carousel .content-box p {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    color: #d6d6d6;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box .btn-box {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box .lower-box {
    position: relative;
    display: block;
    /* padding-right: 115px; */
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .lower-box {
    opacity: 1;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box .lower-box .icon-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 8px;
    width: 75px;
    height: 75px;
    line-height: 90px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
}

.banner-carousel .content-box .lower-box .text {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0;
    /* max-width: 360px; */
    /* text-align: center; */
    /* font-weight: lighter; */
}

.btn-arrow {
    background: #fff;
    padding: 10px 31px 12px;
    padding-left: 44px;
    font-size: 17px;
    display: inline-flex;
    margin: 20px 0;
    align-items: center;
    color: #000;
    position: relative;
    transition: all 500ms ease;
}

.btn-arrow:hover {
    background: #294eaa;
    color: #fff
}

.btn-arrow i {
    background: #294eaa;
    padding: 8px 15px;
    position: absolute;
    left: -20px;
    top: 7px;
    color: #fff;
    border-left: 3px #1fd6e4 solid;
    transition: all 500ms ease;
}

.btn-arrow:hover i {
    left: -30px;
    background: #1fd6e4;
    border-color: #294eaa
}

.owl-carousel .owl-nav span {
    font-family: 'flaticon';
}

.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* display: none; */
}

.banner-carousel .owl-nav button {
    position: absolute;
    right: 20px;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
    display: none;
}

.banner-carousel .owl-nav button:hover {}

.banner-section .owl-nav button.owl-prev {
    transform: rotate(87deg);
}

.banner-section .owl-nav button.owl-next {
    left: 20px;
    right: auto;
    transform: rotate(87deg);
}

.banner-section .owl-dots {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    /* margin-top: -90px; */
    /* height: 120px; */
    counter-reset: slides-num;
    display: flex;
    justify-content: center;
    z-index: 5;
    display: none;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: block;
    margin-bottom: 8px;
    line-height: 10px;
    height: 24px;
}

.banner-section .owl-dots .owl-dot:last-child {
    /* margin-bottom: 0px; */
}

.banner-section .owl-dots .owl-dot span {
    position: relative;
    display: block;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    transition: all 500ms ease;
}

.banner-section .owl-dots .owl-dot.active span {
    background: #c8af83;
}

.banner-section .owl-dots button {
    position: absolute;
    top: 0px;
    right: 0px;
    counter-increment: slides-num;
    font-size: 24px;
    line-height: 50px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 600;
}

.banner-section .owl-dots button.active:before {
    position: absolute;
    content: "0"counter(slides-num);
    right: -35px;
    line-height: 50px;
}

.banner-section .owl-dots button.active:before {
    opacity: 0;
}

/** about-section **/
.about-section {
    position: relative;
    padding: 47px 0 20px;
}

.about-section .sec-title .sub-title {
    color: #1fd6e4;
}

.about-section .image-box {
    position: relative;
    display: block;
    margin: 0;
}

.about-section .image-box .image {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.about-section .image-box .image:before {
    /* position: absolute; */
    /* display: inline-block; */
    /* content: ''; */
    /* background: #272e39; */
    /* width: 100%; */
    /* height: 100%; */
    /* right: 0px; */
    /* top: 0px; */
    /* border-radius: 50%; */
    /* z-index: 1; */
    /* opacity: 0.35; */
}

.about-section .image-box .image img {
    width: 100%;
    border-radius: 0;
}

.about-section .image-box .experience-box {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}

.about-section .image-box .experience-box h2 {
    display: block;
    font-size: 180px;
    line-height: 150px;
    color: #fff;
    font-weight: 600;
}

.about-section .image-box .experience-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.about-section .image-box .circle-box span {
    position: absolute;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #272e39;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.0px;
}

.about-section .image-box .circle-box .curved-circle {
    right: 99px;
    top: 15px;
    transform: rotate(-43deg);
}

.about-section .image-box .circle-box .curved-circle-2 {
    right: 64px;
    bottom: 29px;
    transform: rotate(-131deg);
}

.about-section .image-box .circle-box .curved-circle-3 {
    left: 71px;
    top: 35px;
    transform: rotate(49deg);
}

.about-section .image-box .circle-box .curved-circle-4 {
    left: 100px;
    bottom: 7px;
    transform: rotate(-222deg);
}

.about-section .image-box .dot-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.about-section .image-box .dot-box .dot {
    position: absolute;
    width: 2px;
    height: 2px;
    background: #272e39;
}

.about-section .image-box .dot-box .dot-1 {
    right: 50%;
    transform: translateX(-50%);
    top: -23px;
}

.about-section .image-box .dot-box .dot-2 {
    top: 55%;
    transform: translateY(-50%);
    left: -27px;
}

.about-section .image-box .dot-box .dot-3 {
    right: 47%;
    transform: translateX(-50%);
    bottom: -30px;
}

.about-section .image-box .dot-box .dot-4 {
    top: 46%;
    transform: translateY(-50%);
    right: -30px;
}

.about-section .image-box .image-shape .shape-1 {
    position: absolute;
    right: -47px;
    top: -40px;
    width: 259px;
    height: 259px;
    background-repeat: no-repeat;
}

.about-section .image-box .image-shape .shape-2 {
    position: absolute;
    left: -47px;
    top: -40px;
    width: 259px;
    height: 259px;
    background-repeat: no-repeat;
}

.about-section .image-box .image-shape .shape-3 {
    position: absolute;
    left: -47px;
    bottom: -60px;
    width: 254px;
    height: 254px;
    background-repeat: no-repeat;
}

.about-section .content-box {
    position: relative;
    display: block;
}

.about-section .content-box .list-item {
    display: block;
    margin-bottom: 19px;
}

.about-section .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-family: 'DG Heaven';
    font-weight: 600;
    color: #294eaa;
    padding-right: 37px;
    margin-bottom: 16px;
}

.about-section.teamSingle .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 28px;
    font-family: 'DG Heaven';
    font-weight: 600;
    color: #696969;
    padding-right: 52px;
    margin-bottom: 9px;
    padding-right: 39px !important;
}

.about-section .content-box .list-item li:last-child {
    margin-bottom: 0px;
}

.about-section .content-box .list-item li:before {
    position: absolute;
    content: "\f104";
    font-family: 'flaticon';
    font-size: 26px;
    color: #272e39;
    right: 0;
    top: 1px;
    font-weight: 400;
    z-index: 1;
    transform: rotate(180deg);
}

.about-section .content-box .list-item li:after {
    position: absolute;
    /* content: ''; */
    right: 0px;
    top: 7px;
    width: 19px;
    height: 19px;
    /* border-radius: 50% 50% 0px 50%; */
    background: #1fd6e4;
    display: none;
}

.about-section .content-box .text-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.about-section .content-box .sec-title {
    margin-bottom: 20px;
}

/** video-section **/
.video-section {
    position: relative;
}

.video-section .outer-container {
    position: relative;
    padding: 0px 140px;
}

.funfact-block-one {
    position: relative;
    display: block;
    margin-left: 30px;
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
    padding: 40px 30px 32px 150px;
    border-top-right-radius: 30px;
}

.funfact-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    right: 50px;
    top: 40px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
}

.funfact-block-one .inner-box .light-icon {
    position: absolute;
    left: 40px;
    bottom: 0px;
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 42px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 600;
    color: #fff;
    padding-top: 35px;
}

.funfact-block-one .inner-box .count-outer .text {
    font-size: 20px;
    margin-right: 6px;
}

.funfact-block-one .inner-box p {
    color: #e0d6f4;
}

.funfact-block-one .inner-box .count-outer:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    right: 0px;
    top: 0px;
}

.consultation-block-one .inner-box {
    position: relative;
    display: block;
    padding: 33px 30px 33px 100px;
}

.consultation-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 40px;
    width: 70px;
    height: 70px;
    line-height: 82px;
    font-size: 36px;
    background: #f4f1fa;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
}

.consultation-block-one .inner-box h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 9px;
}

.consultation-block-one .inner-box h3 a {
    display: inline-block;
    color: #272e39;
}

.consultation-block-one .inner-box h3 a:hover {}

.consultation-block-one .inner-box p {
    margin-bottom: 16px;
}

.consultation-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
}

.consultation-block-one .inner-box .link a:hover {}

.consultation-block-one .inner-box .link a span {
    position: relative;
    padding-left: 23px;
}

.consultation-block-one .inner-box .link a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.video-section .funfact-inner {
    position: relative;
    width: 100%;
    background: #fff;
    margin-bottom: -93px;
    z-index: 1;
}

.video-section .video-inner {
    position: relative;
    padding: 293px 0px 200px 0px;
    border-radius: 30px;
    overflow: hidden;
    text-align: center;
}

.video-section .video-inner .bg-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.video-section .video-inner .video-btn {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 88px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #272e39;
    border-radius: 50%;
}

.video-section .video-inner .video-btn:before,
.video-section .video-inner .video-btn:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.video-section .video-inner .video-btn:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.video-section .pattern-layer {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
    z-index: 1;
}

/**************************/
.counter {
    position: absolute;
    /* padding: 16px 0 35px; */
    bottom: 0;
    width: 100%;
    right: 0;
}

.counter .auto-container {
    position: relative;
    padding: 16px 0 35px;
}

.counter .auto-container:after {
    content: "";
    background: url(../images/counterBg.png);
    height: 220px;
    width: calc(100% + 84px);
    position: absolute;
    bottom: 0;
    background-size: 100% 100%;
    z-index: 1;
    background-position: left bottom;
    background-repeat: no-repeat;
    right: -89px;
}

.counter .auto-container:before {
    content: "";
    background: url(../images/counterBgptrn.png);
    height: 220px;
    width: 2000px;
    position: absolute;
    bottom: 0;
    background-size: 5px 100%;
    z-index: 1;
    background-position: center top;
    background-repeat: repeat;
    left: 90%;
}

#counterCon {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    /* justify-content: center; */
    /* padding-left: 226px; */
}

#counterCon li {
    width: 289px;
    text-align: left;
    color: #fff;
    position: relative;
    padding: 0 20px;
}

#counterCon li:last-child {
    width: 239px;
}

#counterCon li:first-child {
    padding-right: 0
}

#counterCon li:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 100px;
    background: url(../images/divid.png) no-repeat center top;
    top: -13px;
    left: -45px;
    background-size: auto 100%;
}

#counterCon li:last-child:after {
    display: none
}

#counterCon li span {
    font-size: 56px;
    font-family: 'din';
}

#counterCon li p {
    color: #fff;
    font-size: 15px;
}

/** service-section **/
.service-section {
    position: relative;
    background: #fff;
    padding: 61px 0px 25px 0px;
}

.service-section .sec-title {}

.service-section .theme-btn:hover:before {
    background: #fff;
}

.service-section .theme-btn:hover {
    color: #222
}

.service-section .sec-title span {
    font-size: 17px;
}

.service-section .sec-title h2 {
    /* color: #fff; */
    font-size: 25px;
    line-height: 37px;
}

.service-block-one {
    position: relative;
    display: block;
    padding-top: 2px;
    transition: all 500ms ease;
}

.service-block-one p {
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    bottom: 47px;
    right: 40px;
    /* padding: 0 40px; */
    color: #fff;
    z-index: 10;
}

.service-block-one:hover .inner-box p {
    color: #000;
    bottom: 43px;
    background: #fff;
    padding: 5px 12px 8px;
}

.service-block-one .link span {
    font-size: 16px;
}

.service-block-one p a {
    color: #75727b;
}



.service-block-one.block-two {
    background: #c8af83;
}

.service-block-one.block-three {
    background: #bf529f;
}

.tooltip {
    font-family: 'DG Heaven';
}

.tooltip-inner {
    padding: 4px 15px 6px;
}

.service-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    /* border: 1px solid #a7a7a7; */
    /* border-bottom: solid 4px #294eaa; */
    padding: 0;
    transition: all 500ms ease;
}

.innerWrap .service-block-one.block-one {
    background: #acacac;
}

.innerWrap .service-block-one .theme-btn {
    background: #294eaa;
    border: 1px solid #294eaa;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin: 33px 0 0;
    padding: 9px 60px;
    display: block;
}

.innerWrap .service-block-one .theme-btn:hover {
    background: #fff;
    color: #000;
    border-color: #a7a7a7;
}

.innerWrap .service-block-one .inner-box {
    border: 1px solid #a7a7a7;
    padding: 17px 22px 22px;
}

.col-md-4 > .owl-item {
    margin: 0 0 20px !important;
    width: 100% !important;
}

.service-block-one .inner-box .imgCon {
    position: relative;
    margin-bottom: 0;
    height: 281px;
    overflow: hidden;
}

.service-block-one:hover .inner-box .imgCon:after {
    opacity: 0
}

.service-block-one:hover .inner-box .imgCon img {
    transform: scale(1.1);
    filter: brightness(1.5) saturate(1.2);
}

.service-block-one .inner-box .imgCon::before {
    content: "";
    position: absolute;
    left: 0;
    top: -100%;
    right: 100%;
    height: 100%;
     pointer-events:none; 
    background: linear-gradient(135deg, rgb(31 214 228) 0%, rgba(255, 255, 255, 0.25) 30%);
    opacity: 0;
    z-index: 2;
    transition: all 500ms ease;
}

.service-block-one:hover .inner-box .imgCon::before {
    opacity: 1;
    right: 0;
    top: 0
}

.service-block-one .inner-box .imgCon:after {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #294eaa;
    opacity: 0.2;
    transition: all 500ms ease;
    pointer-events: none; /* Add this line */
}

.service-block-one .inner-box .imgCon img {
    min-height: 100%;
    transition: all 500ms ease;
}

.service-block-one .inner-box .imgCon a {
    display: block;
    height: 100%
}

.col-md-4 > .owl-item .service-block-one .inner-box .imgCon {
    height: 207px;
}

.service-block-one.block-one.teamBlck:hover .inner-box {
    background: #f0f0f0;
}

.service-block-one.block-one.teamBlck:hover .inner-box h4 {
    background: #fff
}

.service-block-one.block-two:hover .inner-box {
    border-color: #c8af83;
}

.service-block-one.block-three:hover .inner-box {
    border-color: #bf529f;
}

.service-block-one .inner-box .icon-box {
    position: absolute;
    display: flex;
    font-size: 70px;
    z-index: 1;
    left: 10px;
    top: 12px;
    width: 81px;
    height: 45px;
    border-radius: 20px 20px 0 20px;
    background: rgb(255 255 255);
    align-items: center;
    justify-content: center;
}

.service-block-one.block-one .inner-box .icon-box {
    color: #294eaa;
}

.service-block-one.block-two .inner-box .icon-box {
    color: #c8af83;
}

.service-block-one.block-three .inner-box .icon-box {
    color: #bf529f;
}

.service-block-one .inner-box .icon-box .count-text {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: -2px;
    color: #294eaa;
}

.service-block-one .inner-box .icon-box .count-text b {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}

.service-block-one .inner-box .icon-box:before {
    position: absolute;
    /* content: ''; */
    width: 70px;
    height: 70px;
    border-radius: 50% 50% 0px 50%;
    left: 11px;
    bottom: 9px;
    z-index: -1;
}

.service-block-one.block-one .inner-box .icon-box:before {
    background: #f4f1fa;
}

.service-block-one.block-two .inner-box .icon-box:before {
    background: #faecf0;
}

.service-block-one.block-three .inner-box .icon-box:before {
    background: #faedf6;
}

.service-block-one .inner-box h3 {
    display: none;
    text-align: center;
    font-size: 17px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #6e6e6e;
}

.service-block-one .inner-box h3 a {
    display: inline-block;
    color: #272e39;
}

.service-block-one .inner-box h4 {
    background: #f1f1f1;
    margin: 0;
    margin-left: 10px;
    border-radius: 15px;
    padding: 12px 15px;
    font-size: 14px;
}

.innerWrap .service-block-one .inner-box h4 {
    border-radius: 0;
    margin: 0;
    font-size: 15px;
}

.innerWrap .service-block-one .inner-box h6 {
    text-align: center;
    font-size: 16px;
    color: #444;
    border-bottom: 1px #ddd solid;
    padding: 16px 0 15px;
}

.innerWrap .service-block-one .inner-box h4 a {
    color: #000;
}

.innerWrap .iconsCon {
    display: flex;
    justify-content: center;
    margin: 14px 0 15px !important;
}

.innerWrap .iconsCon .iconItem {}

.innerWrap .service-block-one .inner-box h3 {
    display: block
}

.service-block-one .inner-box h5 {
    color: #fff;
    margin: 15px 0 8px;
    font-size: 20px;
    position: absolute;
    bottom: 67px;
    z-index: 10;
    right: 40px;
}

.service-block-one:hover .inner-box h5 {
    color: #ffffff;
    bottom: 78px;
    background: #294eaa;
    padding: 4px 12px 9px;
}

.service-block-one .inner-box h3 a:hover {
    text-decoration: underline;
}

.service-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 500;
    margin: 10px 0 15px;
}

.service-block-one .inner-box .link a:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 35px;
    height: 1px;
    right: -51px;
    top: 23px;
    transition: all 500ms ease;
}

.service-block-one .inner-box .link a:hover:before {
    opacity: 0;
}

.service-block-one .inner-box .link a span {
    position: relative;
    padding-left: 24px;
    transition: all 500ms ease;
}

.service-block-one .inner-box .link a:hover span {
    padding-left: 58px;
}

.service-block-one .inner-box .link a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: 2px;
    left: -2px;
    font-weight: 400;
    transform: scaleX(-1);
}

.service-block-one.block-one .inner-box .link a span:before {
    color: #294eaa;
}

.service-block-one.block-two .inner-box .link a span:before {
    color: #c8af83;
}

.service-block-one.block-three .inner-box .link a span:before {
    color: #bf529f;
}

.service-block-one .inner-box .link a span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 15px;
    left: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.service-block-one .inner-box .link a:hover span:after {
    transform: scaleX(1);
}

.service-block-one.block-one .inner-box .link a span:after {
    background: #294eaa;
}

.service-block-one.block-two .inner-box .link a span:after {
    background: #c8af83;
}

.service-block-one.block-three .inner-box .link a span:after {
    background: #bf529f;
}

.service-block-one.block-one .inner-box .link a:hover {
    color: #294eaa;
}

.service-block-one.block-two .inner-box .link a:hover {
    color: #c8af83;
}

.service-block-one.block-three .inner-box .link a:hover {
    color: #bf529f;
}

.service-section .owl-dots {
    position: relative;
    display: none;
    text-align: center;
    margin-top: 47px;
}

.three-item-carousel {
    margin-bottom: 40px
}

.service-section .owl-nav {
    display: none;
}

.owl-theme .owl-dots .owl-dot span {}

.service-section .owl-dots span {}

.three-item-carousel .owl-item.center .service-block-one.block-one {
    margin-top: -30px;
}

.three-item-carousel .owl-item.center .service-block-one .inner-box {
    padding-bottom: 50px !important;
}

.three-item-carousel.owl-carousel .owl-stage-outer {
    /* padding-top: 40px; */
}

.service-section .owl-dots button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #e6e2ef;
    border-radius: 50% 50% 0px 50%;
    cursor: pointer;
    margin: 0px 35px;
    transition: all 500ms ease;
}

.service-section .owl-dots button.active {}

.service-section .owl-dots button:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 50px;
    height: 1px;
    top: 7px;
    left: -60px;
}

.service-section .owl-dots button:last-child:before {
    opacity: 0;
    z-index: -9;
}

.service-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 235px;
    bottom: 220px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
}

.service-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 245px;
    bottom: -70px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
}

.iconsCon {
    display: none;
    flex-wrap: wrap;
    margin: 15px 0;
    justify-content: center;
}

.iconItem {
    display: inline-flex;
    align-items: center;
    margin-left: 9px;
}

.iconItem i {
    width: 37px;
    height: 37px;
    background: #1fd6e4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #ffffff;
    font-weight: normal;
}

.iconItem span {
    display: none;
}

/** growth-section **/
.growth-section {
    position: relative;
    /* background: #fff; */
    padding-bottom: 113px;
    padding-top: 212px;
}

.growth-section .growth-inner .content-box .text-box .theme-btn.btn-two {
    background: #1fd6e4;
}

.growth-section .growth-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: -70px;
    z-index: 1;
}

.growth-section .growth-inner .content-box {
    position: relative;
    padding: 91px 0 50px;
    /* background: #1fd6e4; */
    /* border-radius: 0 30px 0px 30px; */
}

.growth-section .growth-inner .content-box .sec-title {
    margin-bottom: 33px;
    width: 50%;
    margin-right: auto;
}

.growth-section .growth-inner .content-box .sec-title span.sub-title {
    font-size: 23px;
    color: #000;
    margin-bottom: 0;
}

.growth-section .growth-inner .content-box .sec-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 37px;
    color: #294eaa;
}

.growth-section .growth-inner .content-box .sec-title p {}

.growth-section .growth-inner .content-box .text-box p {
    color: #747474;
    margin-bottom: 32px;
    line-height: 24px;
    font-size: 15px;
}

.growth-section .growth-inner .content-box .text-box .theme-btn.btn-two {
    padding: 9px 47px;
    margin-left: 8px;
}

.growth-section .growth-inner .content-box .image-box {
    position: absolute;
    right: 35px;
    bottom: -44px;
}

.growth-section .growth-inner .content-box .image-box img {
    width: 480px;
}

.growth-section .growth-inner .progress-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 240px;
    padding: 20px 25px 25px 25px;
    background: #272e39;
    border-radius: 20px 20px 0px 20px;
}

.growth-section .growth-inner .progress-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}

.growth-section .growth-inner .progress-box .progress-inner h5 {
    margin-bottom: 19px;
}

.growth-section .growth-inner .progress-box .count-text {
    position: absolute;
    top: -48px;
    left: 0px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    font-weight: 600;
}

.progress-box .bar {
    position: relative;
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 25px;
}

.progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 8px;
    border-radius: 25px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.growth-section .growth-content {
    position: relative;
    margin-right: -30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    border-top-left-radius: 30px;
}

.growth-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    /* border-top-left-radius: 30px; */
    padding: 32px 40px;
}

.growth-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: calc(100% - 80px);
    height: 1px;
    right: 40px;
    bottom: 0px;
}

.growth-block-one:last-child .inner-box:before {
    display: none;
}

.growth-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: solid 1px #000;
}

.growth-block-one .inner-box h3 a {
    position: relative;
    display: inline-block;
    color: #294eaa;
    font-size: 22px;
}

.growth-block-one .inner-box h3 a:hover {}

.growth-block-one .inner-box p {
    display: block;
    margin-bottom: 0;
}

.growth-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    z-index: 1;
}

.growth-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #f4f1fa;
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 0px 50%;
    bottom: 8px;
    left: -30px;
    z-index: -1;
}

.growth-block-one .inner-box .link-box {
    position: absolute;
    left: 51px;
    bottom: 39px;
}

.growth-block-one .inner-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #272e39;
}

.growth-block-one .inner-box .link-box a:hover {}

.growth-block-one .inner-box .link-box a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: 1px;
    left: -21px;
    transform: rotate(180deg);
    font-weight: 400;
    transition: all 500ms ease;
}

.growth-block-one .inner-box .link-box a:hover:before {
    opacity: 0;
}

.growth-block-one .inner-box .link-box a:after {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 35px;
    height: 1px;
    top: 14px;
    left: -51px;
    transition: all 500ms ease;
}

.growth-block-one .inner-box .link-box a:hover:after {
    opacity: 0;
}

.growth-block-one .inner-box .link-box a span {
    position: relative;
}

.growth-block-one .inner-box .link-box a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    right: -58px;
    transform: rotate(180deg);
    font-weight: 400;
    opacity: 0;
    transition: all 500ms ease;
}

.growth-block-one .inner-box .link-box a:hover span:before {
    opacity: 1;
}

.growth-block-one .inner-box .link-box a span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 11px;
    right: -45px;
    opacity: 0;
    transition: all 500ms ease;
}

.growth-block-one .inner-box .link-box a:hover span:after {
    opacity: 1;
}

.growth-section .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.clients-section {
    position: relative;
    padding: 19px 0px 94px 0px;
}

.clients-section .clients-logo {
    position: relative;
    display: block;
}

.clients-section .clients-logo img {
    position: relative;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 500ms ease;
}

.clients-section .clients-logo img:hover {
    transform: scaleX(1.03);
}

.clients-section .more-text {
    position: relative;
    display: block;
    padding-top: 53px;
}

.clients-section .more-text h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.clients-section .more-text h5 a {
    display: inline-block;
    color: #fff;
}

.clients-section .more-text h5 a:hover {}

.clients-section .more-text h5 a i {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    top: 4px;
    margin-left: 3px;
    margin-right: 8px;
}

/** chooseus-section **/
.chooseus-section {
    position: relative;
}

.rght-column .chooseus-block-one:nth-child(2) {
    position: relative;
    /* left: -45px; */
}

.lft-column .chooseus-block-one:nth-child(2) {
    position: relative;
    /* right: -16px; */
}

.chooseus-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e7e3ee;
    margin-bottom: 50px;
}

.rght-column .chooseus-block-one .inner-box {
    margin-left: 35px;
    padding: 32px 30px 31px 30px;
    border-radius: 30px 0 0px 30px;
}

.lft-column .chooseus-block-one .inner-box {
    /* margin-left: 35px; */
    padding: 32px 60px 31px 17px;
    border-radius: 0px 30px 30px 0px;
    margin-right: 35px;
}

.chooseus-block-one:last-child .inner-box {
    margin-bottom: 0px;
}

.chooseus-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    top: -20px;
    width: 70px;
    height: 100px;
    font-size: 40px;
    color: #faf9fc;
    line-height: 110px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.rght-column .chooseus-block-one .inner-box .icon-box {
    left: -36px;
    border-radius: 30px 0px 0px 30px;
}

.lft-column .chooseus-block-one .inner-box .icon-box {
    right: -35px;
    border-radius: 0px 30px 30px 0px;
}

.chooseus-block-one .inner-box:hover .icon-box {}

.chooseus-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #513785;
    width: 20px;
    height: 20px;
    top: 0px;
    transition: all 500ms ease;
}

.rght-column .chooseus-block-one .inner-box .icon-box:before {
    right: -20px;
    border-top-right-radius: 15px;
}

.lft-column .chooseus-block-one .inner-box .icon-box:before {
    left: -20px;
    border-top-left-radius: 15px;
}

.chooseus-block-one .inner-box:hover .icon-box:before {
    background: #be8a2d;
}

.chooseus-block-one .inner-box h3 {
    display: block;
    font-size: 19px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
}

.chooseus-block-one .inner-box p {
    font-size: 16px;
}

.chooseus-block-one .inner-box .overlay-content {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background: #272e39;
    padding: 24px 40px 27px 30px;
    border-radius: 0 30px 30px 0px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all 500ms ease;
}

.lft-column .chooseus-block-one .inner-box .overlay-content {
    padding: 24px 50px 27px 30px;
}

.chooseus-block-one .inner-box:hover .overlay-content {
    opacity: 1;
    transform: scaleY(1);
}

.chooseus-block-one .inner-box .overlay-content p {
    color: #9ca4af;
}

.chooseus-section .sec-title {
    margin-bottom: 68px;
}

.chooseus-section .image-box {
    position: relative;
    display: block;
    margin: 0px -50px;
}

.chooseus-section .image-box .image {
    /* position: relative; */
    /* display: block; */
    /* border-radius: 50%; */
    text-align: center;
}

.chooseus-section .image-box .image:before {
    /* position: absolute; */
    /* content: ''; */
    /* background: #272e39; */
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    opacity: 0.35;
    z-index: 1;
}

.chooseus-section .image-box .image img {
    width: 80%;
    /* border-radius: 50%; */
}

.chooseus-section .image-box .image-shape {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 287px;
    height: 244px;
    background-repeat: no-repeat;
    z-index: 1;
}

.chooseus-section .big-text {
    position: absolute;
    right: 0px;
    bottom: -15px;
    width: 100%;
    text-align: center;
    font-size: 180px;
    line-height: 160px;
    font-family: 'DG Heaven';
    color: #fff;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    text-transform: uppercase;
}

/** industries-section **/
.industries-section {
    position: relative;
    padding: 0px 140px;
}

.industries-section .outer-container {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    padding-top: 140px;
}

.industries-section .outer-container .bg-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.industries-section .content-box {
    position: relative;
    display: block;
    border-top-right-radius: 30px;
    background: rgba(39, 46, 57, 0.96);
    padding: 100px 90px 85px 0px;
    margin-right: 100px;
    margin-left: 15px;
}

.industries-section .content-box .sec-title {
    padding-right: 100px;
    margin-bottom: 39px;
}

.industries-section .tab-btns {
    position: relative;
    padding-left: 100px;
}

.industries-section .tab-btns:before {
    position: absolute;
    content: '';
    background: #3a4250;
    width: 8px;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 20px;
}

.industries-section .tab-btns .tab-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 18px 20px 15px 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.industries-section .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    background: #697180;
    width: 4px;
    height: calc(0% - 0px);
    bottom: 10px;
    left: -98px;
    border-radius: 20px;
    transition: all 500ms ease;
}

.industries-section .tab-btns .tab-btn.active-btn:before {
    height: calc(100% - 20px);
    top: 10px;
}

.industries-section .tab-btns .tab-btn.active-btn {
    background: #fff;
    border-top-left-radius: 30px;
}

.industries-section .tab-btns .tab-btn .count-text {
    position: absolute;
    right: -100px;
    top: 0px;
    width: 100px;
    height: 106px;
    line-height: 106px;
    text-align: center;
    border-top-left-radius: 30px;
    font-size: 30px;
    font-family: 'DG Heaven';
    font-weight: 600;
    background: #fff;
    opacity: 0;
}

.industries-section .tab-btns .tab-btn.active-btn .count-text {
    opacity: 1;
}

.industries-section .tab-btns .tab-btn h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #9ca4af;
    margin-bottom: 10px;
}

.industries-section .tab-btns .tab-btn.active-btn h3 {
    color: #272e39;
}

.industries-section .tab-btns .tab-btn a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #9ca4af;
}

.industries-section .tab-btns .tab-btn.active-btn a {
    transform: rotate(45deg);
}

.industries-section .tabs-content {
    position: relative;
    display: block;
    margin-top: 295px;
    background: #fff;
    border-top-left-radius: 30px;
    margin-right: -45px;
    padding: 42px 45px 50px 45px;
}

.industries-section .tabs-content h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 31px;
    margin-bottom: 33px;
    border-bottom: 1px solid #e7e3ee;
}

.industries-section .tabs-content p {
    margin-bottom: 20px;
}

.industries-section .tabs-content .list-item {
    position: relative;
    display: block;
    margin-bottom: 37px;
}

.industries-section .tabs-content .list-item li {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 28px;
    color: #272e39;
    margin-bottom: 8px;
    padding-right: 28px;
}

.industries-section .tabs-content .list-item li:last-child {
    margin-bottom: 0px;
}

.industries-section .tabs-content .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 11px;
    height: 16px;
    right: 0px;
    top: 6px;
    background-repeat: no-repeat;
}

/** working-section **/
.working-section {
    position: relative;
    padding: 0 0 50PX;
}

.working-section .sec-title span {
    font-size: 18px;
    /* margin-bottom: 2px; */
    /* line-height: 33px; */
    color: #8e8e8e;
}

.working-section .sec-title h2 {
    /* font-size: 22px; */
    line-height: 32px;
}

.working-block-one .inner-box {
    position: relative;
    display: block;
}

.working-block-one .inner-box .image-box {
    position: relative;
    display: block;
    margin-bottom: 23px;
    text-align: right;
}

.working-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    z-index: 1;
    transition: all 500ms ease;
}

.working-block-one .inner-box .image-box .image img {
    height: 131px;
}

.working-block-one:hover .inner-box .image-box .image {
    transform: translatey(-10PX);
}

.working-block-one:hover .inner-box .lower-content {
    transform: translatey(5PX);
}

.working-block-one:hover .inner-box .lower-content h3 {
    transform: translatey(5PX);
}

.working-block-one:hover .inner-box .lower-content p {
    transform: translatey(5PX);
}

.working-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 30px 30px 0px 30px;
    transform: rotate(10deg);
    z-index: -1;
}

.working-block-one .inner-box .image-box .image:before {
    border: 1px solid #ffffff;
    display: none;
}

.working-block-one .inner-box .image-box .icon-box {
    position: absolute;
    display: inline-block;
    right: -70px;
    top: -30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
    background: rgba(108, 78, 167, 0.90);
    z-index: 1;
}

.working-block-one .inner-box .lower-content {
    position: relative;
    text-align: right;
    overflow: hidden;
    transition: all 500ms ease;
}

.working-block-one .inner-box .lower-content:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 230px;
    height: 1px;
    right: 85px;
    bottom: 0px;
    display: none;
}

.working-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    transition: all 500ms ease;
}

.working-block-one .inner-box .lower-content p {
    margin-bottom: 4px;
    line-height: 23px;
    color: #a1a1a1;
    font-size: 14px;
    transition: all 500ms ease;
}

.working-block-one .inner-box .lower-content h2 {
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 80px;
    color: #f4f1fa;
    font-weight: 600;
    top: 28px;
    transition: all 500ms ease;
    display: none;
}

.working-block-one .inner-box .lower-content h2 span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    top: -17px;
    transition: all 500ms ease;
}

.working-block-one .inner-box:hover .lower-content h2 {
    top: 15px;
}

.working-block-one .inner-box:hover .lower-content h2 span {
    top: -7px;
}

.working-section .working-block:nth-child(2) {
    /* margin-top: -50px; */
}

.working-section .sec-title {
    margin-bottom: 13px;
}

.working-section .inner-content {
    position: relative;
    padding: 20px 0;
}

.working-section .inner-content .shape {
    position: absolute;
    right: -145px;
    top: -22px;
    width: 1460px;
    height: 214px;
    background-repeat: no-repeat;
    display: none;
}

.working-section .inner-content .row {
    margin: 0;
}

.working-section .inner-content .row:nth-child(3) {
    margin-top: 18px !important;
}

.working-section .inner-content .working-block {
    padding: 70px 49px;
}

.working-section .inner-content .row:nth-child(2) .working-block:nth-child(1),
.working-section .inner-content .row:nth-child(3) .working-block:nth-child(3) {
    background: #f1f1f1
}

.working-section .inner-content .row:nth-child(2) .working-block:nth-child(2),
.working-section .inner-content .row:nth-child(3) .working-block:nth-child(2) {
    background: #f9f9f9
}

.working-section .inner-content .row:nth-child(1) .working-block:nth-child(1),
.working-section .inner-content .row:nth-child(3) .working-block:nth-child(1) {
    background: #fdfdfd;
}

.working-section .more-text {
    position: relative;
    display: block;
    padding-top: 22px;
}

.working-section .more-text h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.working-section .more-text h5 a {
    display: inline-block;
    color: #272e39;
}

.working-section .more-text h5 a:hover {}

.working-section .more-text h5 a i {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    top: 4px;
    margin-left: 3px;
    margin-right: 8px;
}

/** project-section **/
.project-section {
    position: relative;
    padding-top: 140px;
}

.project-tab .p-tab {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.project-tab .p-tabs-content {
    position: relative;
    display: block;
    margin-left: -700px;
}

.project-tab .p-tab.active-tab .four-item-carousel {
    opacity: 1;
    top: 0px;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.project-tab .p-tab .four-item-carousel {
    opacity: 0;
    top: 5px;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-one .inner-box .image-box:before {
    position: absolute;
    content: '';
    background: #272e39;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    border-radius: 30px 30px 0px 30px;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box:before {
    opacity: 0.5;
}

.project-block-one .inner-box .image-box img {
    width: 100%;
    border-radius: 30px;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    border-radius: 30px 30px 0px 30px;
}

.project-block-one .inner-box .content-inner {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: calc(100% - 40px);
    z-index: 2;
    padding-left: 60px;
    opacity: 0;
    transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-inner {
    bottom: 20px;
    opacity: 1;
}

.project-block-one .inner-box .content-inner .text-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px 30px 21px 30px;
    border-radius: 30px 30px 0px 30px;
}

.project-block-one .inner-box .content-inner .link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 100%;
    background: #fff;
    border-top-left-radius: 30px;
    text-align: center;
    padding-top: 29px;
}

.project-block-one .inner-box .content-inner .link a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #a39eac;
}

.project-block-one .inner-box .content-inner .link a:hover {}

.project-block-one .inner-box .content-inner .text-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
    z-index: 1;
}

.project-block-one .inner-box .content-inner .text-box h6:before {
    position: absolute;
    content: '';
    background: #f4f1fa;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 3px;
    z-index: -1;
}

.project-block-one .inner-box .content-inner .text-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.project-block-one .inner-box .content-inner .text-box h3 a {
    display: inline-block;
    color: #272e39;
}

.project-block-one .inner-box .content-inner .text-box h3 a:hover {}

.project-section:before {
    position: absolute;
    content: '';
    background: #f4f1fa;
    width: 100%;
    height: 525px;
    right: 0px;
    top: 0px;
}

.project-section .tab-btn-box {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px 30px 0px 30px;
    padding: 19px 40px 20px 40px;
}

.project-section .tab-btn-box .tab-btns li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    font-weight: 600;
    padding: 14px 0px 12px 0px;
    border-bottom: 1px solid #e7e3ee;
    cursor: pointer;
    transition: all 500ms ease;
}

.project-section .tab-btn-box .tab-btns li:last-child {
    border-bottom: none;
}

.project-section .tab-btn-box .tab-btns li.active-btn {}

.project-section .owl-dots {
    position: absolute;
    top: -83px;
    right: 0px;
    left: 0px;
    max-width: 670px;
    width: 100%;
    text-align: left;
    min-height: 40px;
    counter-reset: slides-num;
}

.project-section .owl-dots::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 18px;
    color: #a09ba9;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.project-section .owl-dots:before {
    position: absolute;
    content: '';
    left: 29px;
    top: 7px;
    width: 1px;
    height: 14px;
    background: #a09ba9;
    transform: rotate(10deg);
}

.project-section .owl-dots button span {
    display: none !important;
}

.project-section .owl-dots button {
    position: absolute;
    top: -4px;
    left: 55px;
    counter-increment: slides-num;
    font-size: 36px;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.project-section .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.project-section .owl-dots button.active:after {
    position: absolute;
    content: '0';
    top: 0px;
    left: 0px;
}

.project-section .owl-nav {
    position: absolute;
    top: -86px;
    right: 0px;
    left: 0px;
    width: 870px;
    text-align: left;
}

.project-section .owl-nav:before {
    position: absolute;
    content: '';
    background: #dcd8e6;
    width: 125px;
    height: 1px;
    top: 14px;
    left: 25px;
}

.project-section .owl-nav button {
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 34px;
    color: #a09ba9;
    cursor: pointer;
    transition: all 500ms ease;
}

.project-section .owl-nav button:hover {}

.project-section .owl-nav button.owl-next {
    left: -8px;
}

.project-section .owl-nav button.owl-prev {
    left: 150px;
    top: -5px;
    transform: rotate(180deg);
}

.project-section .project-tab {
    position: relative;
}

.project-section .project-tab .shape {
    position: absolute;
    right: 135px;
    bottom: -110px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
}

/** news-section **/
.news-section {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    padding: 34px 29px 27px 29px;
    border: 1px solid #e7e3ee;
    border-radius: 30px 30px 0px 30px;
    overflow: hidden;
}

.news-block-one .inner-box .category {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-family: 'DG Heaven';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #f4f1fa;
    border-radius: 25px 25px 0px 25px;
    margin-bottom: 13px;
    padding: 2px 15px 0px 15px;
}

.news-block-one .inner-box .post-info li {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #75727b;
    margin-left: 30px;
}

.news-block-one .inner-box .post-info li span {
    color: #272e39;
}

.news-block-one .inner-box .post-info li a {
    display: inline-block;
    color: #75727b;
}

.news-block-one .inner-box .post-info li a:hover {}

.news-block-one .inner-box .post-info li:last-child {
    margin: 0px !important;
}

.news-block-one .inner-box .post-info li:before {
    position: absolute;
    content: '';
    background: #bbb6c4;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 13px;
    left: -18px;
}

.news-block-one .inner-box .post-info li:last-child:before {
    display: none;
}

.news-block-one .inner-box .upper-box {
    margin-bottom: 22px;
}

.news-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 22px;
}

.news-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
}

.news-block-one .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #272e39;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    border-radius: 30px 30px 0px 30px;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image:before {
    opacity: 0.5;
}

.news-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 30px;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img {
    border-bottom-left-radius: 0px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}

.news-block-one .inner-box .image-box .view-btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
}

.news-block-one .inner-box .image-box .view-btn a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 70px;
    font-size: 30px;
    color: #272e39;
    background: #fff;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
    transform: scale(0, 0);
}

.news-block-one .inner-box .image-box .view-btn a:hover {
    color: #fff;
}

.news-block-one .inner-box:hover .image-box .view-btn a {
    transform: scale(1, 1);
}

.news-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 16px;
}

.news-block-one .inner-box h3 a {
    display: inline-block;
    color: #272e39;
}

.news-block-one .inner-box h3 a:hover {}

.news-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
}

.news-block-one .inner-box .link a:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 20px;
    height: 1px;
    right: -30px;
    top: 15px;
    transition: all 500ms ease;
}

.news-block-one .inner-box .link a:hover:before {
    opacity: 0;
}

.news-block-one .inner-box .link a span {
    position: relative;
    padding-left: 24px;
    transition: all 500ms ease;
}

.news-block-one .inner-box .link a:hover span {
    padding-left: 58px;
}

.news-block-one .inner-box .link a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.news-block-one .inner-box .link a span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 11px;
    left: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.news-block-one .inner-box .link a:hover span:after {
    transform: scaleX(1);
}

.news-block-one .inner-box .link a:hover {
    color: #294eaa;
}

/** testimonial-section **/
.testimonial-section {
    position: relative;
}

.testimonial-section .sec-title .sub-title {
    color: #fff;
}

.testimonial-section .content-box {
    position: relative;
    display: block;
}

.testimonial-section .content-box .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.testimonial-section .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-right: 68px;
    margin-left: 50px;
}

.testimonial-section .content-box .inner-box .single-item .icon-box {
    position: absolute;
    right: 0px;
    top: 8px;
}

.testimonial-section .content-box .inner-box .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.testimonial-section .content-box .inner-box .tag {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 600;
    border-radius: 30px 30px 0px 30px;
    text-align: center;
    padding: 9px 20px 7px 20px;
    transform: rotate(-10deg);
    margin-top: -26px;
}

.testimonial-section .content-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}

.testimonial-section .content-box .link a:hover {}

.testimonial-section .content-box .link a span {
    position: relative;
    padding-left: 22px;
}

.testimonial-section .content-box .link a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.testimonial-section .content-box .sec-title {
    margin-bottom: 31px;
}

.testimonial-block-one {
    position: relative;
    display: block;
    padding-right: 100px;
}

.testimonial-block-one .thumb-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-top-left-radius: 30px;
}

.testimonial-block-one .thumb-box img {
    width: 100%;
    border-top-right-radius: 30px;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 44px 41px 42px 90px;
    border-radius: 30px 0px 30px 30px;
    max-width: 470px;
}

.testimonial-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50% 0px 50% 50%;
}

.testimonial-block-one .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #f4f1fa;
    width: 60px;
    height: 60px;
    right: 0px;
    top: 60px;
    border-radius: 50% 50% 0px 50%;
}

.testimonial-block-one .inner-box h4 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonial-block-one .inner-box p {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'DG Heaven';
    font-weight: 500;
    margin-bottom: 19px;
}

.testimonial-block-one .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 6px;
}

.testimonial-block-one .inner-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
}

.testimonial-section .bx-viewport {
    min-height: 373px !important;
}

.testimonial-section .testimonial-slider {
    position: relative;
}

.testimonial-section .bx-controls.bx-has-controls-direction {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.testimonial-section .bx-controls.bx-has-controls-direction:before {
    position: absolute;
    content: '';
    background: #886bc2;
    width: 1px;
    height: 122px;
    right: 50px;
    bottom: 78px;
}

.testimonial-section .bx-controls.bx-has-controls-direction a.bx-prev,
.testimonial-section .bx-controls.bx-has-controls-direction a.bx-next {
    position: absolute;
    display: inline-block;
    right: 35px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-section .bx-controls.bx-has-controls-direction a.bx-prev {
    bottom: 43px;
}

.testimonial-section .bx-controls.bx-has-controls-direction a.bx-next {
    bottom: 197px;
}

.testimonial-section .bx-controls.bx-has-controls-direction a.bx-prev:hover,
.testimonial-section .bx-controls.bx-has-controls-direction a.bx-next:hover {}

.testimonial-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

/** faq-section **/
.faqSec {
    position: relative;
    /* padding: 40px; */
    margin: 20px 0 59px;
}

.faqSec .auto-container {
    position: relative;
    padding: 40px 40px;
}

.faqSec .auto-container:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 80%;
    width: 10000px;
    background: #f5f6f6;
}

.faq-section {
    position: relative;
}

.faq-section .image-box {
    position: relative;
    display: block;
    margin-left: 70px;
}

.faq-section .image-box .image {
    position: relative;
    display: block;
    border-radius: 300px 300px 0px 300px;
}

.faq-section .image-box .image img {
    width: 100%;
    border-radius: 300px 300px 0px 300px;
}

.faq-section .image-box .btn-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.faq-section .image-box .btn-box .theme-btn {
    background: #fff;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.faq-section .content-box {
    position: relative;
    display: block;
}

.accordion-box {
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 30px 30px 0px 30px;
    background: -webkit-linear-gradient(90deg, #faeff2, #f4f1fa 100%);
}

.accordion {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 30px 30px 0px 30px;
}

.accordion:last-child {
    margin-bottom: 0px;
    position: relative;
}

.accordion .acc-btn {
    position: relative;
    padding: 15px 70px 14px 20px;
    cursor: pointer;
}

.accordion .acc-btn h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.accordion .acc-btn .icon-box {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 50px;
    font-size: 20px;
    color: #272e39;
    background: #f4f1fa;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
    transition: all 500ms ease;
}

.accordion .acc-btn.active .icon-box {
    color: #fff;
    border-radius: 50%;
    transform: rotate(90deg);
}

.accordion .acc-btn.active .icon-box i {
    position: relative;
    display: inline-block;
    bottom: 2px;
}

.accordion .acc-content {
    padding: 23px 60px 23px 30px;
    border-top: 1px solid #e7e3ee;
}

.faq-section .big-text {
    position: absolute;
    right: 125px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 180px;
    line-height: 160px;
    font-family: 'DG Heaven';
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
    font-weight: 900;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    color: #f4f1fa;
}

/** appointment-section **/
.appointment-section {
    margin-top: 20px;
    position: relative;
    padding: 0px 140px;
    background: #272e39;
}

.appointment-section .sec-title span {}

.appointment-section .sec-title h2 {
    font-size: 24px;
    line-height: 20px;
}

.appointment-section:before {
    position: absolute;
    content: '';
    /* background: #f4f1fa; */
    width: 625px;
    height: 50%;
    right: 0px;
    top: 0px;
}

.appointment-section .outer-container {
    position: relative;
    background: #272e39;
    border-radius: 30px 40px 0px 30px;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 46px;
}

.appointment-section .sec-title {
    z-index: 2;
    margin-bottom: 29px;
}

.appointment-section .form-inner {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 35px;
    border-radius: 35px 35px 35px 0px;
    z-index: 2;
}

.appointment-section .form-inner .single-column {
    padding: 0px 10px;
}

.appointment-section .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.appointment-section .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.appointment-section .form-inner .form-group .select-box {
    min-height: 60px;
}

.appointment-section .form-inner .form-group input[type='text'],
.appointment-section .form-inner .form-group input[type='email'],
.appointment-section .form-inner .form-group textarea,
.appointment-section .form-inner .form-group .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 57px;
    background: #f4f1fa;
    border-radius: 35px 35px 35px 0px;
    border: 1px solid #f4f1fa;
    font-size: 14px;
    color: #75727b;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.appointment-section .form-inner .form-group .nice-select {
    padding: 0px 20px;
    line-height: 60px;
}

.appointment-section .form-inner .form-group textarea {
    height: 140px;
    resize: none;
}

.appointment-section .form-inner .form-group input:focus,
.appointment-section .form-inner .form-group textarea:focus {}

.appointment-section .form-inner .theme-btn,
.theme-btn.btn2 {
    /* width: 100%; */
    margin-top: 20px;
    background: #294eaa
}

.theme-btn:hover {
    background: #1fd6e4
}

.appointment-section .form-inner .theme-btn:before,
.theme-btn.btn2:before {
    background: #294eaa;
}

.appointment-section .inner-box {
    position: relative;
    display: block;
    padding-left: 40px;
}

.appointment-section .inner-box h2 {
    color: #fff;
    margin-bottom: 26px;
    margin-top: -52px;
    font-size: 25px;
}

.appointment-section .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 26px;
}

.appointment-section .inner-box .info-list li {
    position: relative;
    display: flex;
    margin-bottom: 26px;
}

.appointment-section .inner-box .info-list li:last-child {
    margin-bottom: 0px;
}

.appointment-section .inner-box .info-list li h6 {
    display: block;
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
}

.appointment-section .inner-box .info-list li i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 15px;
    background: #c6b085;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    margin-left: 13px;
    /* font-weight: 600; */
    /* margin-top: 4px; */
}

.ltrTxt {
    direction: ltr
}

.appointment-section .inner-box .info-list li h4 {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}

.appointment-section .inner-box .info-list li h4 a {
    display: inline-block;
    color: #fff;
}

.appointment-section .inner-box .info-list li h4 a:hover {
    text-decoration: underline;
}

.appointment-section .inner-box .info-list {
    margin-bottom: 29px;
    /* margin-top: 20px; */
}

.appointment-section .inner-box .social-links li {
    position: relative;
    display: inline-block;
    margin-left: 35px;
}

.appointment-section .inner-box .social-links li:last-child {
    margin: 0px !important;
}

.appointment-section .inner-box .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
}

.appointment-section .inner-box .social-links li:before {
    position: absolute;
    content: '';
    background: #ffbaca;
    width: 4px;
    height: 4px;
    top: 11px;
    left: -19px;
    border-radius: 50%;
}

.appointment-section .inner-box .social-links li:last-child:before {
    display: none;
}

.appointment-section .inner-box .shape {
    position: absolute;
    left: 0px;
    bottom: -75px;
    width: 770px;
    top: -100px;
    border-radius: 35px 35px 0px 35px;
}

.appointment-section .image-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

/** main-footer **/
.main-footer {
    position: relative;
    background: #272e39;
    padding-top: 40px;
}

.main-footer .footer-top {
    position: relative;
    padding: 133px 0px 93px 0px;
}

.main-footer .logo-widget {
    position: relative;
    margin-top: 7px;
}

.main-footer .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

.main-footer .copyrght h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.main-footer .copyrght h5 a {
    display: inline-block;
}

.main-footer .copyrght h5 a:hover {
    text-decoration: underline;
}

.main-footer .footer-top .newsletter-widget h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 9px;
}

.main-footer .footer-top .newsletter-widget p {
    margin-bottom: 32px;
    max-width: 370px;
}

.main-footer .footer-top .newsletter-widget .form-inner .form-group {
    position: relative;
    display: block;
    padding-left: 170px;
}

.main-footer .footer-top .newsletter-widget .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e7e3ee;
    border-radius: 30px 30px 0px 30px;
    font-size: 17px;
    color: #68646c;
    padding: 10px 30px;
    transition: all 500ms ease;
}

.main-footer .footer-top .newsletter-widget .form-inner .form-group input:focus {}

.main-footer .footer-top .newsletter-widget .form-inner .form-group .theme-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 171px;
    border: 1px solid #e7e3ee;
    border-radius: 0px 30px 0px 0px;
    padding: 15px 40px;
}

.main-footer .footer-top .newsletter-widget {
    position: relative;
}

.main-footer .footer-top .newsletter-widget .icon-box {
    position: absolute;
    top: 7px;
    left: 0px;
}

.main-footer .widget-title {
    position: relative;
    display: block;
    padding-bottom: 11px;
    margin-bottom: 33px;
    border-bottom: 1px solid #e7e3ee61;
}

.main-footer .widget-title h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.main-footer .widget-section {
    position: relative;
    padding-bottom: 50px;
}

.main-footer .contact-widget .widget-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 26px;
}

.main-footer .contact-widget .widget-content h4 span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.main-footer .contact-widget .widget-content h4 span:before {
    position: absolute;
    content: '';
    background: #f4f1fa;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 3px;
    z-index: -1;
}

.main-footer .contact-widget .widget-content h5 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 9px;
}

.main-footer .contact-widget .widget-content p {
    margin-bottom: 21px;
}

.main-footer .contact-widget .widget-content .map-box {
    position: relative;
    display: block;
    padding: 0px 0px 0px 50px;
}

.main-footer .contact-widget .widget-content .map-box .icon-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f4f1fa;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
}

.main-footer .contact-widget .widget-content .map-box h6 {
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
}

.main-footer .contact-widget .widget-content .map-box h6 a {
    color: #272e39;
}

.main-footer .contact-widget .widget-content .map-box h6 a:hover {}

.main-footer .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.main-footer .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-family: 'DG Heaven';
    color: #75727b;
    padding-right: 29px;
}

.main-footer .links-widget .links-list li a:hover {
    padding-right: 54px;
}

.main-footer .links-widget .links-list li a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    right: 0px;
    top: 0px;
    color: #a39eab;
    transition: all 500ms ease;
}

.main-footer .links-widget .links-list li a:hover:before {
    right: 30px;
}

.main-footer .links-widget .links-list li a:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    right: 6px;
    top: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.main-footer .links-widget .links-list li a:hover:after {
    transform: scaleX(1);
}

.main-footer .post-widget .post {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.main-footer .post-widget .post .category {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-family: 'DG Heaven';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #f4f1fa;
    border-radius: 25px 25px 0px 25px;
    margin-bottom: 13px;
    padding: 2px 15px 0px 15px;
    margin-bottom: 13px;
}

.main-footer .post-widget .post h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.main-footer .post-widget .post h4 a {
    display: inline-block;
    color: #272e39;
}

.main-footer .post-widget .post h4 a:hover {}

.main-footer .post-widget .link-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
}

.main-footer .post-widget .link-box a:hover {}

.main-footer .post-widget .link-box a span {
    position: relative;
    padding-left: 22px;
}

.main-footer .post-widget .link-box a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.footer-bottom {
    position: relative;
    width: 100%;
    background: #272e39;
    padding: 20.5px 0px;
}

.footer-bottom .bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .footer-nav {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-nav li {
    position: relative;
    margin-left: 20px;
}

.footer-nav li:last-child {
    margin: 0px !important;
}

.footer-nav li:before {
    position: absolute;
    content: '';
    background: #1fd6e4;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    top: 15px;
    left: -11px;
}

.footer-nav li:last-child:before {
    display: none;
}

.footer-nav li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #d0d0d0;
}

.footer-nav li a:hover {
    color: #fff;
}

.footer-bottom .scroll-to-target {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 600;
    z-index: 1;
    margin-left: 30px;
}

.footer-bottom .scroll-to-target i {
    position: relative;
    display: inline-block;
    font-weight: 400;
    margin-right: 8px;
    font-size: 16px;
    top: 3px;
}

.footer-bottom .scroll-to-target:before {
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-12.png);
    width: 175px;
    height: 49px;
    background-repeat: no-repeat;
    right: -26px;
    top: -9px;
    z-index: -1;
}

/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/
/** header-style-two **/
.header-style-two {
    position: relative;
}

.header-top-two {
    position: relative;
    padding: 11px 0px;
}

.header-top-two .outer-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
}

.header-top-two .info-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #9ca4af;
    padding-right: 28px;
    margin-left: 50px;
}

.header-top-two .info-list li:last-child {
    margin: 0px ! !important;
}

.header-top-two .info-list li .icon-box {
    position: absolute;
    right: 0px;
    top: 0px;
}

.header-top-two .info-list li span {
    color: #fff;
    font-weight: 400;
}

.header-top-two .info-list li a:hover {
    text-decoration: underline;
}

.header-top-two .language-box h5 {
    font-size: 16px;
    line-height: 26px;
    font-family: 'DG Heaven';
    font-weight: 700;
    color: #9ca4af;
}

.header-top-two .language-box .nice-select {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'DG Heaven';
}

.header-top-two .language-box {
    margin-left: 0px;
}

.header-top-two .language-box:before {
    display: none;
}

.header-top-two .language-box .nice-select .list li {
    color: #222;
}

.header-style-two .header-lower {
    border-radius: 30px 30px 0px 0px;
}

.header-style-two .header-lower .logo-box {
    padding: 25px 0px;
}

.header-style-two .outer-box .menu-area {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style-two .outer-box .menu-area .main-menu {
    margin-left: 50px;
}

.main-header .menu-lft-content .support-box {
    position: relative;
    margin-left: 50px;
}

.main-header .menu-lft-content .support-box button {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 600;
    padding: 20px 20px 20px 80px;
    text-align: right;
    background: #272e39;
    z-index: 1;
}

.main-header .menu-lft-content .support-box button:before {
    position: absolute;
    content: '';
    border-top-left-radius: 20px;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.main-header .menu-lft-content .support-box button span {
    display: block;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}

.main-header .menu-lft-content .support-box button img {
    position: absolute;
    right: 40px;
    top: 29px;
}

.header-style-two .main-menu .navigation > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-style-two .main-menu .navigation > li > a:before {
    top: 30px;
}

.header-style-two .main-menu .navigation > li > ul > li > a:before {
    background-image: url(../images/icons/icon-13.png);
}

.header-style-two .main-menu .navigation > li > ul > li > ul > li > a:before {
    background-image: url(../images/icons/icon-13.png);
}

.main-header .menu-lft-content .social-links {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.main-header .menu-lft-content .social-links:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 1px;
    height: 44px;
    top: -8px;
    left: -31px;
}

.main-header .menu-lft-content .social-links li {
    position: relative;
    margin-left: 35px;
}

.main-header .menu-lft-content .social-links li:last-child {
    margin: 0px !important;
}

.main-header .menu-lft-content .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #272e39;
}

.main-header .menu-lft-content .social-links li a:hover {}

.main-header .menu-lft-content .social-links li:before {
    position: absolute;
    content: '';
    background: #c8d1d6;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 12px;
    left: -19px;
}

.main-header .menu-lft-content .social-links li:last-child:before {
    display: none;
}

/** banner-style-two **/
.banner-style-two {
    position: relative;
}

.banner-style-two .banner-carousel .slide-item {
    padding: 153px 0px 160px 0px;
}

.banner-style-two .banner-carousel .slide-item:before {
    background: #000000;
    opacity: 0.3;
}

.banner-style-two .banner-carousel .slide-item.style-one:before {
    background: -webkit-linear-gradient(0deg, rgba(40, 47, 58, 1) 0%, rgba(40, 47, 58, 0.0) 100%);
    opacity: 1;
}

.banner-style-two .banner-carousel .slide-item:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.25);
    width: calc(100% - 300px);
    height: 1px;
    right: 150px;
    bottom: 353px;
    z-index: 1;
}

.banner-style-two .content-box {
    max-width: 730px;
}

.banner-style-two .content-box h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-style-two .banner-carousel .active .content-box h6 {
    opacity: 1;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-style-two .content-box h2 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 700;
    margin-bottom: 76px;
}

.banner-style-two .banner-carousel .content-box p {
    margin-bottom: 32px;
}

.banner-style-two .owl-dots {
    position: absolute;
    right: 120px;
    top: 58%;
}

.banner-style-two .owl-dots::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.banner-style-two .owl-dots:before {
    position: absolute;
    content: '';
    left: 29px;
    top: 7px;
    width: 1px;
    height: 14px;
    background: #fff;
    transform: rotate(10deg);
}

.banner-style-two .owl-dots button span {
    display: none !important;
}

.banner-style-two .owl-dots button {
    position: absolute;
    top: -4px;
    left: 55px;
    counter-increment: slides-num;
    font-size: 36px;
    font-weight: 600;
    font-family: 'DG Heaven';
    color: #fff;
}

.banner-style-two .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.banner-style-two .owl-dots button.active:after {
    position: absolute;
    content: '0';
    top: 0px;
    left: 0px;
}

.banner-style-two .owl-nav {
    position: absolute;
    top: 58%;
    left: 50px;
    margin-top: -2px;
}

.banner-style-two .owl-nav button.owl-next {
    right: -33px;
    transform: rotate(-90deg);
    font-size: 40px;
}

.banner-style-two .owl-nav button.owl-prev {
    right: -79px;
    transform: rotate(-90deg);
    font-size: 40px;
}

/** about-style-two **/
.about-style-two {
    position: relative;
}

.about-style-two .inner-box {
    position: relative;
    display: block;
}

.about-style-two .inner-box:before {
    position: absolute;
    content: '';
    background: #e3e8eb;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 70px;
}

.about-style-two .inner-box .experience-box {
    position: relative;
    display: block;
    padding-right: 175px;
    margin-bottom: 27px;
    padding-top: 29px;
}

.about-style-two .inner-box .experience-box h2 {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 140px;
    line-height: 100px;
    font-weight: 700;
}

.about-style-two .inner-box .experience-box h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #727579;
    font-weight: 700;
    text-transform: uppercase;
}

.about-style-two .inner-box .list-item {
    position: relative;
    display: block;
    margin-bottom: 36px;
    max-width: 370px;
}

.about-style-two .inner-box .list-item li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #272e39;
    font-weight: 600;
    padding: 11px 0px 11px 28px;
    border-bottom: 1px solid #d8dee2;
}

.about-style-two .inner-box .list-item li:last-child {
    border-bottom: none;
}

.about-style-two .inner-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-13.png);
    width: 11px;
    height: 16px;
    right: 0px;
    top: 16px;
}

.about-style-two .content-box {
    position: relative;
    display: block;
}

.about-style-two .content-box h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 41px;
    padding-bottom: 7px;
}

.about-style-two .content-box h3:before {
    position: absolute;
    content: '';
    background: #e3e8eb;
    width: 100%;
    height: 1px;
    right: 0px;
    bottom: 0px;
}

.about-style-two .content-box h3:after {
    position: absolute;
    content: '';
    background-image: url(../images/icons/flag-1.jpg);
    width: 22px;
    height: 22px;
    top: -4px;
    left: -29px;
    border-radius: 50%;
}

.about-style-two .content-box .text-box {
    margin-bottom: 28px;
}

.about-style-two .content-box .text-box p:first-child {
    padding-right: 50px;
}

.about-style-two .content-box .text-box p span {
    position: absolute;
    right: 0px;
    top: -1px;
    font-size: 60px;
    line-height: 60px;
    font-family: 'DG Heaven';
    font-weight: 600;
    text-transform: uppercase;
}

.about-style-two .content-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 26px;
}

.about-style-two .content-box .quote-box {
    position: relative;
    display: block;
    padding-right: 95px;
}

.about-style-two .content-box .quote-box .icon-box {
    position: absolute;
    right: 0px;
    top: -7px;
    font-size: 60px;
    line-height: 60px;
    color: #eef3f6;
}

.about-style-two .content-box .quote-box h4 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 14px;
}

.about-style-two .content-box .quote-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-style-two .content-box .quote-box .designation {
    position: relative;
    display: block;
}

.about-style-two .pattern-layer {
    position: absolute;
    right: 50px;
    top: 110px;
    width: 542px;
    height: 541px;
    background-repeat: no-repeat;
}

/** funfact-section **/
.funfact-section {
    position: relative;
    padding-top: 75px;
}

.funfact-section:before {
    position: absolute;
    content: '';
    background: #252b35;
    width: 100%;
    height: calc(100% - 148px);
    right: 0px;
    bottom: 0px;
}

.funfact-section .inner-container {
    position: relative;
    z-index: 1;
}

.funfact-section .inner-container .bg-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.funfact-section .inner-container .bg-layer:before {
    position: absolute;
    content: '';
    background: #272e39;
    width: calc(50% - 85px);
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0.6;
    border-top-left-radius: 30px;
}

.funfact-section .content-box {
    position: relative;
    display: block;
    padding: 117px 20px 122px 50px;
}

.funfact-section .content-box .icon-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.funfact-section .content-box h2 {
    display: block;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 600;
}

.funfact-section .funfact-inner {
    position: relative;
    border-radius: 30px 30px 0px 0px;
    padding: 20px 40px 32px 40px;
    margin-top: -75px;
}

.funfact-section .funfact-inner:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.25);
    width: 1px;
    height: 68px;
    right: 50%;
    top: 40px;
}

.funfact-section .funfact-block-one .inner-box {
    padding: 0px;
    background: transparent;
}

.funfact-section .funfact-block-one {
    margin-left: 0px;
}

.funfact-section .funfact-inner .funfact-block-one .inner-box p {
    color: #fff;
}

.funfact-block-one .inner-box .link {
    position: absolute;
    top: 20px;
    left: 25px;
}

.funfact-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #eef3f6;
}

.funfact-section .funfact-inner .funfact-block-one .inner-box .count-outer {
    padding-top: 16px;
}

.funfact-section .funfact-inner .funfact-block-one .inner-box .count-outer:before {
    right: -20px;
}

.funfact-section .funfact-inner .funfact-block:last-child {
    padding-right: 40px;
}

.funfact-section .video-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.funfact-section .video-box .video-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
    padding: 20px 40px 22px 67px;
    background: #fff;
    border-radius: 40px 40px 0px 40px;
}

.funfact-section .video-box .video-btn i {
    position: absolute;
    right: 40px;
    top: 24px;
    font-size: 16px;
}

/** service-style-two **/
.service-style-two {
    position: relative;
    background: #252b35;
}

.service-style-two .service-block-one .inner-box {
    background: transparent;
    border: none;
}

.service-style-two .inner-container {
    position: relative;
    display: block;
    border: 1px solid #404a5b;
    border-radius: 30px 30px 0px 30px;
    background: #272e39;
    overflow: hidden;
    padding: 40px 0px;
}

.service-style-two .service-block-one .inner-box .icon-box .count-text {
    color: #fff;
}

.service-block:first-child .service-block-one .inner-box .icon-box .icon {
    color: #43a5e6;
}

.service-block:nth-child(2) .service-block-one .inner-box .icon-box .icon {
    color: #2ec1ad;
}

.service-block:last-child .service-block-one .inner-box .icon-box .icon {
    color: #787acd;
}

.service-style-two .service-block-one .inner-box .icon-box:before {
    background: #333c4a;
}

.service-style-two .service-block-one .inner-box h3 a {
    color: #fff;
}

.service-style-two .service-block-one .inner-box .link a {
    color: #fff;
}

.service-style-two .service-block-one .inner-box .link a:before {
    background: #404a5b;
}

.service-block:first-child .service-block-one .inner-box .link a span:before {
    color: #43a5e6;
}

.service-block:nth-child(2) .service-block-one .inner-box .link a span:before {
    color: #2ec1ad;
}

.service-block:last-child .service-block-one .inner-box .link a span:before {
    color: #787acd;
}

.service-block:first-child .service-block-one .inner-box .link a span:after {
    background: #43a5e6;
}

.service-block:nth-child(2) .service-block-one .inner-box .link a span:after {
    background: #2ec1ad;
}

.service-block:last-child .service-block-one .inner-box .link a span:after {
    background: #787acd;
}

.service-block:first-child .service-block-one .inner-box .link a:hover {
    color: #43a5e6;
}

.service-block:nth-child(2) .service-block-one .inner-box .link a:hover {
    color: #2ec1ad;
}

.service-block:last-child .service-block-one .inner-box .link a:hover {
    color: #787acd;
}

.service-style-two .service-block-one .inner-box p {
    color: #9ca4af;
}

.service-style-two .service-block-one .inner-box {
    padding-left: 30px;
    overflow: visible;
}

.service-style-two .service-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #404a5b;
    width: 1px;
    height: calc(100% - 32px);
    right: 0px;
    top: -1px;
}

.service-style-two .service-block:first-child .service-block-one .inner-box:before {
    display: none;
}

.service-style-two .service-block-one .inner-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    right: 0px;
    top: -50px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.service-style-two .service-block-one .inner-box:hover:after {
    transform: scale(1, 1);
}

.service-style-two .service-block:first-child .service-block-one .inner-box:after {
    background: #43a5e6;
}

.service-style-two .service-block:nth-child(2) .service-block-one .inner-box:after {
    background: #2ec1ad;
}

.service-style-two .service-block:last-child .service-block-one .inner-box:after {
    background: #787acd;
}

.service-style-two .pattern-layer {
    position: absolute;
    right: 0px;
    top: -400px;
    width: 100%;
    height: 1352px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/** skills-section **/
.skills-section {
    position: relative;
    padding: 140px 0px 100px 0px;
}

.skills-section .image-box {
    position: relative;
    display: block;
    margin-left: 40px;
    padding-left: 70px;
    padding-bottom: 140px;
}

.skills-section .image-box .image {
    border-radius: 30px 30px 0px 30px;
}

.skills-section .image-box .image img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
}

.skills-section .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.skills-section .image-box .chart-box {
    position: absolute;
    right: 70px;
    bottom: 70px;
    width: 270px;
    background: #fff;
    border-radius: 30px 30px 0px 30px;
    padding: 17px 25px 26px 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.skills-section .image-box .chart-box h3 {
    display: block;
    font-size: 13.25px;
    line-height: 16px;
    font-weight: 700;
    padding-right: 15px;
    margin-bottom: 16px;
}

.skills-section .image-box .chart-box h3:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 0px;
    top: 3px;
    border-radius: 50%;
}

.skills-section .image-box .chart-box h5 {
    display: block;
    font-size: 10px;
    line-height: 24px;
    color: #75727b;
    font-weight: 600;
    margin-bottom: 2px;
}

.skills-section .image-box .chart-box h2 {
    display: inline-block;
    font-size: 33.12px;
    line-height: 36px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 12px;
}

.skills-section .image-box .chart-box h2:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 16px;
    left: 0px;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.skills-section .image-box .chart-box h4 {
    display: block;
    font-size: 11.04px;
    line-height: 12px;
    font-weight: 700;
}

.skills-section .image-box .chart-box .graph {
    position: absolute;
    left: 16px;
    bottom: 20px;
}

.skills-section .image-box .image-shape {
    position: absolute;
    right: -100px;
    bottom: -40px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
    z-index: -1;
}

.skills-section .content-box {
    position: relative;
    display: block;
}

.skills-section .content-box .text-box {
    margin-bottom: 35px;
}

.skills-section .content-box .text-box p {
    margin-bottom: 25px;
}

.skills-section .content-box .text-box p:last-child {
    margin-bottom: 0px;
    color: #272e39;
}

.skills-section .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-right: 38px;
    margin-bottom: 42px;
}

.skills-section .content-box .inner-box .single-item .icon-box {
    position: absolute;
    right: -8px;
    top: -4px;
    font-size: 40px;
}

.skills-section .content-box .inner-box .single-item h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 17px;
}

.skills-section .content-box .inner-box .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.skills-section .content-box .inner-box .single-item h5 a {
    display: inline-block;
    color: #727579;
    padding-bottom: 7px;
}

.skills-section .content-box .inner-box .single-item h5 a:hover {}

.skills-section .content-box .inner-box .single-item h5 a:before {
    position: absolute;
    content: '';
    background: #e3e8eb;
    width: 50px;
    height: 2px;
    right: 0px;
    bottom: 0px;
}

.skills-section .content-box .inner-box .progress-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.skills-section .content-box .inner-box .progress-box p {
    margin-bottom: 15px;
}

.skills-section .content-box .inner-box .progress-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 2px;
}

.skills-section .content-box .inner-box .progress-box .bar {
    height: 15px;
    background: #eef3f6;
    border-radius: 30px;
}

.skills-section .content-box .inner-box .progress-box .bar-inner {
    height: 15px;
    border-radius: 30px;
}

.skills-section .content-box .inner-box .progress-box .bar-inner:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/polygon-1.png);
    width: 18px;
    height: 15px;
    top: 0px;
    left: -9px;
    background-repeat: no-repeat;
}

.skills-section .content-box .sec-title {
    margin-bottom: 32px;
}

/** chooseus-style-two **/
.chooseus-style-two {
    position: relative;
    background-color: #eef3f6;
}

.chooseus-style-two .sec-title .sub-title:before {
    background: #e1e9ef;
}

.chooseus-style-two .inner-container {
    position: relative;
}

.chooseus-style-two .inner-container .bg-layer {
    position: absolute;
    left: -235px;
    top: 0px;
    width: calc(50% + 235px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
}

.chooseus-style-two .chooseus-block-two {
    position: relative;
    float: right;
    width: 25%;
    min-height: 350px;
}

.chooseus-block-two .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 44px 30px 35px 29px;
    border: 1px solid #e3e8eb;
    border-left: 1px solid transparent;
}

.chooseus-block-two:nth-child(3) .inner-box,
.chooseus-block-two:last-child .inner-box {
    border-left: 1px solid #e3e8eb;
}

.chooseus-block-two:first-child .inner-box,
.chooseus-block-two:nth-child(2) .inner-box {
    border-bottom: 1px solid transparent;
}

.chooseus-block-two:first-child .inner-box {
    border-top-right-radius: 30px;
}

.chooseus-block-two:nth-child(5) .inner-box {
    border-bottom-right-radius: 30px;
}

.chooseus-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 60px;
    font-size: 40px;
    background: #eef3f6;
    border-radius: 50% 50% 0px 50%;
    text-align: center;
    margin-bottom: 28px;
}

.chooseus-block-two .inner-box .text {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.chooseus-block-two .inner-box .text span {
    position: relative;
    font-size: 14px;
    margin-right: 4px;
    top: -8px;
}

.chooseus-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.chooseus-block-two .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
    margin-bottom: 22px;
}

.chooseus-block-two .inner-box .link a:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 20px;
    height: 1px;
    right: -30px;
    top: 15px;
    transition: all 500ms ease;
}

.chooseus-block-two .inner-box .link a:hover:before {
    opacity: 0;
}

.chooseus-block-two .inner-box .link a span {
    position: relative;
    padding-left: 24px;
    transition: all 500ms ease;
}

.chooseus-block-two .inner-box .link a:hover span {
    padding-left: 58px;
}

.chooseus-block-two .inner-box .link a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.chooseus-block-two .inner-box .link a span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 11px;
    left: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.chooseus-block-two .inner-box .link a:hover span:after {
    transform: scaleX(1);
}

.chooseus-style-two .big-text {
    position: absolute;
    right: 125px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 180px;
    line-height: 160px;
    font-family: 'DG Heaven';
    text-shadow: 0px 0px 30px #dbeaf4;
    font-weight: 900;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    color: #f2f6f8;
}

/** working-style-two **/
.working-style-two {
    position: relative;
}

.working-style-two .inner-container {
    position: relative;
    border: 1px solid #e3e8eb;
    border-radius: 30px 30px 0px 30px;
}

.working-block-two .inner-box {
    position: relative;
    display: block;
    padding: 29px 14px 43px 14px;
}

.working-block:first-child .working-block-two .inner-box {
    padding-right: 29px;
}

.working-block-two .inner-box:before {
    position: absolute;
    content: '';
    background: #e3e8eb;
    width: 1px;
    height: 100%;
    top: 0px;
    left: -15px;
}

.working-block:last-child .working-block-two .inner-box:before {
    display: none;
}

.working-block-two .inner-box .upper-box {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e3e8eb;
}

.working-block-two .inner-box .upper-box .count-text {
    position: absolute;
    right: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    font-size: 129px;
    line-height: 120px;
    font-family: 'DG Heaven';
    color: #eef3f6;
    font-weight: 700;
}

.working-block-two .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 30px;
}

.working-block-two .inner-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.working-block-two .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.working-block-two .inner-box .lower-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
}

.working-block-two .inner-box .lower-box a:hover {}

.working-block-two .inner-box .lower-box a span {
    position: relative;
    padding-right: 16px;
}

.working-block-two .inner-box .lower-box a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    right: -7px;
    font-weight: 400;
}

.working-block-two .inner-box .lower-box a span:after {
    position: absolute;
    content: '';
    background: #e3e8eb;
    width: 30px;
    height: 1px;
    right: -30px;
    top: 12px;
}

.project-section.style-two:before,
.project-section.style-two {
    background: #eef3f6;
}

.project-section .outer-container {
    padding: 0px 75px;
}

.project-block-one .inner-box .view-btn {
    position: absolute;
    right: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.project-block-one .inner-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    transform: scale(0, 0);
}

.project-block-one .inner-box:hover .view-btn a {
    transform: scale(1, 1);
}

.project-section.style-two .owl-dots {
    max-width: 1200px;
}

.project-section.style-two .owl-nav {
    width: 1470px;
}

/** pricing-section **/
.pricing-section {
    position: relative;
}

.pricing-block-one .pricing-table {
    position: relative;
    display: block;
}

.pricing-block-one .pricing-table .table-header {
    position: relative;
    display: block;
    background: #fff;
    padding: 43px 40px 33px 40px;
    border-radius: 30px 30px 0px 30px;
    box-shadow: 0px -30px 60px 0px rgba(237, 238, 242, 0.80);
    z-index: 1;
}

.pricing-block-one.active-block .pricing-table .table-header {
    background: #272e39;
    box-shadow: none;
    z-index: 0;
}

.pricing-block-one .pricing-table .table-header:before {
    position: absolute;
    content: '';
    background: #e3e8eb;
    width: calc(100% - 80px);
    height: 1px;
    right: 40px;
    bottom: 0px;
}

.pricing-block-one .pricing-table .table-content {
    position: relative;
    display: block;
    padding: 5px 40px 50px 40px;
    background: #fff;
    box-shadow: 0px 0px 60px 0px #edeef2;
    border-radius: 0px 0px 0px 30px;
}

.pricing-block-one.active-block .pricing-table .table-content {
    background: #272e39;
    box-shadow: none;
}

.pricing-block-one .pricing-table .icon-box {
    position: absolute;
    display: inline-block;
    top: 40px;
    left: 40px;
    width: 58px;
    height: 58px;
    line-height: 66px;
    border: 1px solid #e3e8eb;
    border-radius: 50% 50% 0px 50%;
    font-size: 30px;
    text-align: center;
}

.pricing-block-one .pricing-table h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
}

.pricing-block-one .pricing-table .feature-list li {
    position: relative;
    color: #727579;
    padding: 12px 0px 16px 22px;
    z-index: 1;
}

.pricing-block-one .pricing-table .feature-list li.light {
    opacity: 0.5;
}

.pricing-block-one .pricing-table .feature-list li:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    right: 0px;
    top: 23px;
    border: solid;
    border-width: 2px;
}

.pricing-block-one .pricing-table .feature-list li:nth-child(even):after {
    position: absolute;
    content: '';
    width: calc(100% + 40px);
    right: -20px;
    height: 100%;
    top: 0px;
    background: linear-gradient(90deg, #fff 0%, #eef3f6 50%, #fff 100%);
    z-index: -1;
}

.pricing-block-one .pricing-table .feature-list {
    margin-bottom: 32px;
}

.pricing-block-one .pricing-table .table-content h2 {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    padding-right: 22px;
    padding-left: 123px;
    margin-bottom: 31px;
}

.pricing-block-one .pricing-table .table-content h2 .symble {
    position: absolute;
    right: 0px;
    top: 4px;
    font-size: 26px;
    line-height: 30px;
}

.pricing-block-one .pricing-table .table-content h2 .fraction {
    position: absolute;
    top: 2px;
    left: 80px;
    font-size: 26px;
    line-height: 30px;
}

.pricing-block-one .pricing-table .table-content h2 .text {
    position: absolute;
    left: 0px;
    bottom: 1px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #727579;
    text-transform: uppercase;
}

.pricing-block-one .pricing-table .theme-btn {
    background: #272e39;
}

.pricing-block-one .pricing-table .theme-btn:hover {}

.pricing-block-one.active-block .pricing-table .table-header:before {
    background: #394450;
}

.pricing-block-one.active-block .pricing-table .icon-box {
    border-color: #394450;
}

.pricing-block-one.active-block .pricing-table h3 {
    color: #fff;
}

.pricing-block-one.active-block .pricing-table p {
    color: #9ca4af;
}

.pricing-block-one.active-block .pricing-table .feature-list li {
    color: #9ca4af;
}

.pricing-block-one.active-block .pricing-table .feature-list li:nth-child(even):after {
    background: linear-gradient(90deg, #272e39 0%, #333c4a 50%, #272e39 100%);
}

.pricing-block-one.active-block .pricing-table .table-content h2 .text {
    color: #9ca4af;
}

.pricing-block-one.active-block .pricing-table .theme-btn {
    background: #fff;
    color: #272e39;
}

.pricing-block-one.active-block .pricing-table .theme-btn:hover {
    color: #fff;
}

.pricing-block-one .pricing-table .discount-text {
    position: absolute;
    right: 40px;
    top: -30px;
    width: calc(100% - 80px);
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0px 1px 0px;
}

.pricing-section .sec-title {
    margin-bottom: 78px;
}

/** testimonial-style-two **/
.testimonial-style-two {
    position: relative;
}

.testimonial-style-two .outer-container {
    position: relative;
    padding: 140px 0px 204px 0px;
    z-index: 1;
}

.testimonial-style-two .outer-container:before {
    position: absolute;
    content: '';
    background: #272e39;
    width: calc(100% - 515px);
    height: 100%;
    right: 140px;
    top: 0px;
    border-radius: 30px 30px 0px 30px;
    z-index: -1;
}

.testimonial-style-two .testimonial-content {
    position: relative;
    display: block;
    padding-right: 300px;
}

.testimonial-style-two .testimonial-content .author-box {
    position: absolute;
    right: 0px;
    top: 5px;
}

.testimonial-style-two .testimonial-content .author-box .thumb-box {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}

.testimonial-style-two .testimonial-content .author-box .thumb-box .thumb {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 66px;
    border: 4px solid #272e39;
    border-radius: 50%;
}

.testimonial-style-two .testimonial-content .author-box .thumb-box .thumb img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-style-two .testimonial-content .author-box .thumb-box .icon-box {
    position: absolute;
    top: 0px;
    right: 50px;
    width: 66px;
    height: 66px;
    line-height: 56px;
    background: #fff;
    text-align: center;
    border: 4px solid #272e39;
    border-radius: 50%;
}

.testimonial-style-two .testimonial-content .author-box .thumb-box .icon-box img {
    display: inline-block;
}

.testimonial-style-two .testimonial-content .author-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
}

.testimonial-style-two .testimonial-content .author-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
}

.testimonial-style-two .testimonial-content .quote-box {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 16px;
}

.testimonial-style-two .testimonial-content p {
    font-size: 20px;
    line-height: 35px;
    color: #9ca4af;
    max-width: 570px;
}

.testimonial-style-two .owl-dots {
    position: absolute;
    right: 274px;
    bottom: -42px;
    counter-reset: slides-num;
}

.testimonial-style-two .owl-dots::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 18px;
    color: #9ca4af;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.testimonial-style-two .owl-dots:before {
    position: absolute;
    content: '';
    left: 29px;
    top: 7px;
    width: 1px;
    height: 14px;
    background: #9ca4af;
    transform: rotate(10deg);
}

.testimonial-style-two .owl-dots button span {
    display: none !important;
}

.testimonial-style-two .owl-dots button {
    position: absolute;
    top: -4px;
    left: 55px;
    counter-increment: slides-num;
    font-size: 36px;
    font-weight: 600;
    font-family: 'DG Heaven';
    color: #fff;
}

.testimonial-style-two .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.testimonial-style-two .owl-dots button.active:after {
    position: absolute;
    content: '0';
    top: 0px;
    left: 0px;
}

.testimonial-style-two .owl-nav {
    position: absolute;
    bottom: -46px;
    right: 475px;
}

.testimonial-style-two .owl-nav:before {
    position: absolute;
    content: '';
    background: #394450;
    width: 125px;
    height: 1px;
    top: 12px;
    left: 25px;
}

.testimonial-style-two .owl-nav button {
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-style-two .owl-nav button:hover {}

.testimonial-style-two .owl-nav button.owl-next {
    left: -8px;
}

.testimonial-style-two .owl-nav button.owl-prev {
    left: 150px;
    top: -5px;
    transform: rotate(180deg);
}

.testimonial-style-two .image-thumb {
    position: absolute;
    display: block;
    width: 562px;
    padding-top: 200px;
    padding-bottom: 200px;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.testimonial-style-two .thumb-list li {
    position: relative;
    display: flex;
    float: right;
    width: 188px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px -1px;
    min-height: 198px;
}

.testimonial-style-two .thumb-list li .single-item {
    position: relative;
    display: inline-block;
}

.testimonial-style-two .thumb-list li:first-child {
    position: absolute;
    right: 188px;
    top: 0px;
}

.testimonial-style-two .thumb-list li:first-child .image,
.testimonial-style-two .thumb-list li:nth-child(5) .image {
    border-top-left-radius: 30px;
}

.testimonial-style-two .thumb-list li:first-child .image img,
.testimonial-style-two .thumb-list li:nth-child(5) .image img {
    border-top-left-radius: 30px;
}

.testimonial-style-two .thumb-list li:last-child .image,
.testimonial-style-two .thumb-list li:nth-child(3) .image {
    border-top-right-radius: 30px;
}

.testimonial-style-two .thumb-list li:last-child .image img,
.testimonial-style-two .thumb-list li:nth-child(3) .image img {
    border-top-right-radius: 30px;
}

.testimonial-style-two .thumb-list li:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 0px;
}

.testimonial-style-two .thumb-list li:last-child {
    position: absolute;
    right: 188px;
    bottom: 0px;
}

.testimonial-style-two .thumb-list li .single-item .icon-box {
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 3px;
}

.testimonial-style-two .thumb-list li .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.testimonial-style-two .pattern-layer {
    position: absolute;
    left: 375px;
    bottom: 0px;
    width: 260px;
    height: 270px;
    background-repeat: no-repeat;
}

.testimonial-style-two .big-text {
    position: absolute;
    right: 205px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 150px;
    line-height: 120px;
    font-family: 'DG Heaven';
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.40);
    font-weight: 900;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    color: #232c36;
}

/** news-style-two **/
.news-style-two {
    position: relative;
}

.post-block-one .inner-box {
    position: relative;
    display: block;
    padding-right: 120px;
    margin-bottom: 33px;
}

.post-block-one .inner-box .post-thumb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 90px;
    height: 90px;
    border-radius: 15px;
}

.post-block-one .inner-box .post-thumb img {
    width: 100%;
    border-radius: 15px;
}

.post-block-one .inner-box .category {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    font-family: 'DG Heaven';
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #f4f1fa;
    border-radius: 25px 25px 0px 25px;
    margin-bottom: 13px;
    padding: 2px 15px 0px 15px;
    margin-bottom: 13px;
}

.post-block-one .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.post-block-one .inner-box h4 a {
    display: inline-block;
    color: #272e39;
}

.post-block-one .inner-box h4 a:hover {}

.nav-style-one .owl-nav button {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #a8b3be;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e3e8eb;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}

.news-style-two .nav-style-one .owl-nav {
    position: absolute;
    top: -120px;
    left: 0px;
}

.nav-style-one .owl-nav button:hover {
    color: #fff;
}

.nav-style-one .owl-nav button.owl-prev {
    margin-left: 10px;
}

.nav-style-one .owl-nav button.owl-prev span {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
}

/** clients-style-two **/
.clients-style-two {
    position: relative;
    padding: 140px 0px 130px 0px;
    background-color: #f0f4f7;
}

.clients-style-two .clients-list {
    position: relative;
}

.clients-style-two .clients-list li {
    position: relative;
    display: block;
    float: right;
    width: 20%;
    text-align: center;
    border-left: 1px solid #d8dee2;
    min-height: 131px;
}

.clients-style-two .clients-list li:last-child {
    border-left: none;
}

.clients-style-two .clients-list li img {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 500ms ease;
}

.clients-style-two .clients-list li img:hover {
    transform: scale(1.02);
}

.clients-style-two .clients-list:first-child li {
    padding-bottom: 50px;
    border-bottom: 1px solid #d8dee2;
}

.clients-style-two .clients-list:last-child li {
    padding-top: 50px;
}

.clients-style-two .more-text {
    position: relative;
    display: block;
    padding-top: 47px;
}

.clients-style-two .more-text h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.clients-style-two .more-text h5 a {
    display: inline-block;
    color: #272e39;
}

.clients-style-two .more-text h5 a:hover {}

.clients-style-two .more-text h5 a i {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    top: 4px;
    margin-left: 3px;
    margin-right: 8px;
}

/** subscribe-section **/
.subscribe-section {
    position: relative;
    background: #f0f4f7;
}

.subscribe-section .content-box {
    position: relative;
    display: block;
    margin-right: -60px;
    z-index: 1;
    padding: 33px 0px 36px 60px;
}

.subscribe-section .content-box .big-text {
    position: absolute;
    right: 0px;
    top: 4px;
    font-size: 180px;
    line-height: 140px;
    font-family: 'DG Heaven';
    color: #3e9ddc;
    font-weight: 900;
    text-transform: uppercase;
}

.subscribe-section .content-box .text-box {
    position: relative;
}

.subscribe-section .content-box .text-box .shape {
    position: absolute;
    top: -13px;
    left: 0px;
    width: 178px;
    height: 46px;
    background-repeat: no-repeat;
}

.subscribe-section .content-box:before {
    position: absolute;
    content: '';
    width: 5000px;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.subscribe-section .content-box h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}

.subscribe-section .content-box p {
    display: block;
    color: #e4f3fc;
}

.subscribe-section .form-inner .form-group {
    position: relative;
    margin-bottom: 0px;
    padding-left: 59px;
}

.subscribe-section .form-inner .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 17px;
    color: #e3f2fc;
    border: 1px solid #6cc2fc;
    border-radius: 30px 30px 0px 30px;
    padding: 10px 30px;
    background: #43a5e6;
}

.subscribe-section .form-inner .form-group button[type='submit'] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 62px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #6cc2fc;
    background: #43a5e6;
    color: #fff;
    border-top-left-radius: 30px;
}

/** footer-style-two **/
.footer-style-two {
    position: relative;
    background: #272e39;
}

.footer-style-two .widget-section {
    position: relative;
    padding: 113px 0px 110px 0px;
    border-bottom: 1px solid #394450;
}

.footer-style-two .logo-widget {
    margin-left: 30px;
    margin-top: -253px;
}

.footer-style-two .logo-widget .widget-content {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 82px 30px 80px 30px;
    text-align: center;
    border-radius: 30px 30px 0px 30px;
    overflow: hidden;
}

.footer-style-two .logo-widget .widget-content:before {
    position: absolute;
    content: '';
    background: #000000;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0.1;
}

.footer-style-two .logo-widget .award-image {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer-style-two .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 33px;
    padding-bottom: 40px;
    border-bottom: 2px solid #ffffff;
}

.footer-style-two .logo-widget h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 21px;
}

.footer-style-two .widget-title {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.footer-style-two .widget-title h3 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
}

.footer-style-two .contact-widget .single-item h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 9px;
}

.footer-style-two .contact-widget .single-item p {
    color: #9ca4af;
}

.footer-style-two .contact-widget .single-item p span {
    color: #ffffff;
}

.footer-style-two .contact-widget .single-item p a {
    display: inline-block;
    color: #9ca4af;
    font-family: 'DG Heaven';
}

.footer-style-two .contact-widget .single-item p a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-style-two .contact-widget .single-item {
    margin-bottom: 25px;
}

.footer-style-two .contact-widget h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.footer-style-two .contact-widget h5 a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-right: 16px;
}

.footer-style-two .contact-widget h5 a:hover {}

.footer-style-two .contact-widget h5 a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    right: -5px;
    top: 1px;
    font-weight: 400;
}

.footer-style-two .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 13px;
}

.footer-style-two .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-style-two .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-family: 'DG Heaven';
    color: #9ca4af;
}

.footer-style-two .links-widget .links-list li a:hover {
    color: #fff;
}

.footer-style-two .footer-bottom .copyrght p {
    color: #9ca4af;
}

/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/
.header-style-three {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background: transparent;
}

.header-style-three .header-lower {
    background: transparent;
}

.header-style-three .menu-area {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style-three .logo-box {
    margin-left: 80px;
    padding: 37px 0px;
}

.header-style-three .main-menu .navigation > li > ul > li > a:before {
    background-image: url(../images/icons/icon-17.png);
}

.header-style-three .main-menu .navigation > li > ul > li > ul > li > a:before {
    background-image: url(../images/icons/icon-17.png);
}

.header-style-three .language-box:before {
    display: none;
}

.header-style-three .language-box {
    margin-left: 30px;
}

.header-style-three .btn-box {
    margin-left: 30px;
}

.header-style-three .menu-lft-content .search-box-outer:before {
    background: #bcd2d2;
}

.header-style-three .btn-box .theme-btn {
    background: transparent;
    padding: 12px 40px;
}

.header-style-three .nav-btn {
    width: 54px;
    height: 54px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
}

.header-style-three .sticky-header .logo-box {
    padding: 17px 0px;
}

/** banner-style-three **/
.banner-style-three {
    position: relative;
    padding: 270px 0px 140px 0px;
    background: #e7f5f5;
}

.banner-style-three .content-box {
    position: relative;
    display: block;
    margin-right: -55px;
}

.banner-style-three .content-box h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.banner-style-three .content-box h2 {
    display: block;
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
    margin-bottom: 25px;
}

.banner-style-three .content-box p {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 39px;
}

.banner-style-three .content-box .support-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 43px;
}

.banner-style-three .content-box .support-box .single-item {
    position: relative;
    display: block;
    padding-right: 62px;
    margin-left: 40px;
}

.banner-style-three .content-box .support-box .single-item:before {
    position: absolute;
    content: '';
    background: #ccdfdf;
    width: 1px;
    height: 54px;
    top: -3px;
    left: -21px;
}

.banner-style-three .content-box .support-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.banner-style-three .content-box .support-box .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.banner-style-three .content-box .support-box .phone h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.banner-style-three .content-box .support-box .phone h3 a {
    display: inline-block;
    color: #757b7b;
}

.banner-style-three .content-box .support-box .phone h3 a:hover {}

.banner-style-three .content-box .support-box .shape {
    position: absolute;
    left: 277px;
    bottom: -95px;
    width: 79px;
    height: 90px;
    background-repeat: no-repeat;
}

.banner-style-three .image-box {
    position: relative;
    display: block;
    padding-right: 130px;
    margin-left: -130px;
    margin-top: 14px;
}

.banner-style-three .image-box .image {
    position: relative;
    display: block;
    border-radius: 50% 50% 0px 50%;
}

.banner-style-three .image-box .image img {
    width: 100%;
    border-radius: 50% 50% 0px 50%;
}

.banner-style-three .image-box .growth-box {
    position: absolute;
    right: 100px;
    bottom: 60px;
    width: 240px;
    background: #272e39;
    border-radius: 20px 20px 0px 20px;
    padding: 19px 25px 25px 25px;
}

.banner-style-three .image-box .growth-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 7px;
}

.banner-style-three .image-box .growth-box .count-text {
    position: absolute;
    top: -47px;
    left: 0px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    font-weight: 600;
}

.banner-style-three .image-box .growth-box .progress-box .bar {
    background: #f2eff8;
}

.banner-style-three .image-box .growth-box .progress-box .bar-inner {}

.banner-style-three .image-box .growth-box .progress-box h5 {
    margin-bottom: 19px;
}

.banner-style-three .image-box .shape .shape-1 {
    position: absolute;
    right: 0px;
    top: -100px;
    width: 270px;
    height: 270px;
    background-repeat: no-repeat;
}

.banner-style-three .image-box .shape .shape-2 {
    position: absolute;
    left: -140px;
    bottom: 0px;
    width: 170px;
    height: 170px;
    background-repeat: no-repeat;
}

.banner-style-three .pattern-layer .pattern-1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 776px;
    height: 585px;
    background-repeat: no-repeat;
}

.banner-style-three .pattern-layer .pattern-2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 711px;
    height: 585px;
    background-repeat: no-repeat;
}

.banner-style-three .pattern-layer .pattern-3 {
    position: absolute;
    top: 185px;
    left: 100px;
    width: 270px;
    height: 184px;
    background-repeat: no-repeat;
}

.banner-style-three .social-links {
    position: absolute;
    right: 100px;
    top: 185px;
    padding-top: 90px;
}

.banner-style-three .social-links:before {
    position: absolute;
    content: '';
    background: #d7e3e0;
    width: 1px;
    height: 67px;
    right: 10px;
    top: 0px;
}

.banner-style-three .social-links h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    writing-mode: vertical-lr;
    margin-bottom: 6px;
}

.banner-style-three .social-links li {
    position: relative;
    display: block;
}

.banner-style-three .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #272e39;
    margin-bottom: 35px;
}

.banner-style-three .social-links li a:hover {}

.banner-style-three .social-links li a:before {
    position: absolute;
    content: '';
    background: #a5b2b2;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    right: 8px;
    bottom: -19px;
}

.banner-style-three .social-links li:last-child a:before {
    display: none;
}

/** service-style-three **/
.service-style-three {
    position: relative;
    background: #272e39;
    padding-top: 140px;
}

.service-style-three:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 213px;
    right: 0px;
    bottom: 0px;
}

.service-style-three .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.service-style-three .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.service-style-three .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.service-block-two {
    position: relative;
    display: block;
    padding-left: 70px;
    border-radius: 30px 30px 0px 30px;
    transition: all 500ms ease;
}

.service-block-two:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-19.png);
    width: calc(100% - 20px);
    height: 181px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0px;
    top: 20px;
    z-index: 1;
    transition: all 500ms ease;
}

.service-block-two:hover:before {
    opacity: 0;
}

.service-block-two:after {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-20.png);
    width: calc(100% - 20px);
    height: 181px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0px;
    top: 20px;
    opacity: 0;
    transition: all 500ms ease;
}

.service-block-two:hover:after {
    opacity: 1;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    background: #e7f5f5;
    border-radius: 30px 0px 0px 30px;
    padding: 43px 0px 50px 30px;
    transition: all 500ms ease;
}

.service-block-two .link-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 100%;
    background: #e7f5f5;
    border-radius: 0px 30px 0px 30px;
    transition: all 500ms ease;
}

.service-block-two:hover .link-box {
    background: #fff;
    box-shadow: 15px 10px 20px 0px rgba(44, 148, 151, 0.10);
}

.service-block-two:hover .inner-box {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(44, 148, 151, 0.20);
}

.service-block-two .link-box a {
    position: absolute;
    display: inline-block;
    left: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    font-size: 20px;
    color: #272e39;
    background: #d7eaea;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
    z-index: 1;
}

.service-block-two .link-box a:hover {
    color: #fff;
}

.service-block-two .link-box a i {
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
    transition: all 500ms ease;
}

.service-block-two .link-box a:hover i {
    transform: rotate(0deg);
}

.service-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 31px;
    z-index: 1;
}

.service-block-two .inner-box h3 a {
    position: relative;
    display: inline-block;
    color: #272e39;
}

.service-block-two .inner-box h3 a:hover {}

.service-block-two .inner-box .image-box {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    z-index: 1;
}

.service-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 50%;
}

.service-style-three .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 47px;
}

.service-style-three .owl-dots span {
    display: none !important;
}

.service-style-three .owl-dots button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d7eaea;
    border-radius: 50% 50% 0px 50%;
    cursor: pointer;
    margin: 0px 35px;
    transition: all 500ms ease;
}

.service-style-three .owl-dots button.active {}

.service-style-three .owl-dots button:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 50px;
    height: 1px;
    top: 7px;
    left: -60px;
}

.service-style-three .owl-dots button:last-child:before {
    opacity: 0;
    z-index: -9;
}

/** about-style-three **/
.about-style-three {
    position: relative;
}

.about-style-three .image-box {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-right: 280px;
    margin-right: -70px;
}

.about-style-three .image-box .image {
    border-radius: 30px 30px 0px 30px;
}

.about-style-three .image-box .image img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
}

.about-style-three .image-box .image-2 {
    position: absolute;
    right: 0px;
    top: 127px;
}

.about-style-three .image-box .image-content {
    position: absolute;
    left: -80px;
    bottom: 56px;
    width: 250px;
    border-radius: 30px 30px 0px 30px;
    padding: 40px 30px 32px 30px;
}

.about-style-three .image-box .image-content h6 {
    position: absolute;
    top: 24px;
    left: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.about-style-three .image-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    margin-bottom: 26px;
}

.about-style-three .image-box h2 {
    display: block;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
}

.about-style-three .image-box h2 span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}

.about-style-three .image-box p {
    color: rgba(255, 255, 255, 0.80);
}

.about-style-three .image-box .image-shape {
    position: absolute;
    right: -140px;
    top: 0px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
}

.about-style-three .content-box {
    position: relative;
    display: block;
    margin-left: -10px;
}

.about-style-three .content-box .text-box {
    margin-bottom: 52px;
}

.about-style-three .content-box .inner-box {
    position: relative;
    display: block;
    padding-right: 100px;
}

.about-style-three .content-box .inner-box .icon-box {
    position: relative;
    display: block;
    max-width: 170px;
    width: 100%;
    padding-bottom: 22px;
    border-bottom: 1px solid #ddecec;
    margin-bottom: 23px;
    overflow: hidden;
}

.about-style-three .content-box .inner-box .icon {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.about-style-three .content-box .inner-box .count-text {
    position: absolute;
    left: 0px;
    bottom: -20px;
    font-size: 72px;
    line-height: 70px;
    font-family: 'DG Heaven';
    font-weight: 600;
}

.home_3 .about-style-three .content-box .inner-box .count-text {
    color: #e7f5f5;
}

.about-style-three .content-box .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 14px;
}

.about-style-three .content-box .sec-title {
    margin-bottom: 32px;
}

.about-style-three .content-box .owl-nav {
    position: absolute;
    right: 93px;
    bottom: -68px;
}

.about-style-three .content-box .owl-nav button {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #a5b2b2;
    cursor: pointer;
    transition: all 500ms ease;
}

.about-style-three .content-box .owl-nav button:hover {}

.about-style-three .content-box .owl-nav button.owl-prev {
    margin-left: 10px;
}

.about-style-three .content-box .owl-nav button.owl-prev span {
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
}

/** funfact-style-two **/
.funfact-style-two {
    position: relative;
    padding-bottom: 133px;
}

.funfact-style-two .title-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 43px;
}

.funfact-style-two .title-box h6 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 30px;
}

.funfact-style-two .title-box .line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background: #ddecec;
}

.funfact-block-two .inner-box {
    position: relative;
    display: block;
    padding-right: 100px;
}

.funfact-block-two .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #e7f5f5;
    border-radius: 50% 50% 0px 50%;
}

.funfact-block:nth-child(2) .funfact-block-two .inner-box .icon-box {
    background: #e8f8f2;
}

.funfact-block:last-child .funfact-block-two .inner-box .icon-box {
    background: #f6ecf6;
}

.funfact-block-two .inner-box .count-outer {
    position: relative;
    padding-top: 31px;
    font-size: 48px;
    line-height: 50px;
    font-family: 'DG Heaven';
    color: #272e39;
    font-weight: 600;
    margin-bottom: 6px;
}

.funfact-block-two .inner-box .count-outer:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 0px;
    top: 0px;
}

.funfact-block:nth-child(2) .funfact-block-two .inner-box .count-outer:before {
    background: #57c396;
}

.funfact-block:last-child .funfact-block-two .inner-box .count-outer:before {
    background: #955894;
}

.funfact-block-two .inner-box .count-outer .text {
    font-size: 20px;
    line-height: 30px;
    margin-right: 6px;
}

/** cta-section **/
.cta-section {
    position: relative;
    padding: 0px 140px;
}

.cta-section .outer-container {
    position: relative;
    background: #252b35;
    padding: 130px 50px 140px 50px;
    border-radius: 30px 30px 0px 30px;
    overflow: hidden;
}

.cta-section .outer-container .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.cta-section .content-box {
    position: relative;
    display: block;
}

.cta-section .content-box h2 {
    display: block;
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 32px;
}

.cta-section .content-box .inner-box {
    position: relative;
    display: block;
    margin-right: 170px;
    padding-right: 230px;
}

.cta-section .content-box .inner-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/arrow-1.png);
    width: 113px;
    height: 119px;
    right: -155px;
    bottom: 65px;
    background-repeat: no-repeat;
}

.cta-section .content-box .inner-box .image-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 8px;
    width: 163px;
    height: 163px;
    border-radius: 30px 30px 0px 30px;
}

.cta-section .content-box .inner-box .image-box img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
}

.cta-section .content-box .inner-box p {
    display: block;
    font-size: 19px;
    line-height: 30px;
    color: #9ca4af;
    margin-bottom: 21px;
}

.cta-section .content-box .inner-box .theme-btn {}

.cta-section .image-box-one {
    position: absolute;
    right: 60px;
    top: 60px;
}

.cta-section .image-box-one .image {
    position: relative;
    display: block;
    border-radius: 30px 30px 0px 30px;
}

.cta-section .image-box-one .image img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
}

.cta-section .image-box-one .phone {
    position: absolute;
    left: -118px;
    bottom: -6px;
    transform: rotate(-10deg);
}

.cta-section .image-box-one .phone:before {
    position: absolute;
    content: '';
    width: 180px;
    height: 80px;
    border-radius: 15px;
    right: 18px;
    top: -19px;
}

.cta-section .image-box-one .phone h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    background: #fff;
    padding: 6px 10px 4px 10px;
    border-radius: 10px 10px 0px 10px;
}

.cta-section .image-box-one .phone h4 a {
    color: #272e39;
}

.cta-section .image-box-one .phone h4 a:hover {}

.cta-section .image-box-two {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.cta-section .image-box-two .image {
    position: relative;
    display: block;
    border-radius: 30px 30px 0px 30px;
}

.cta-section .image-box-two .image img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
}

.cta-section .image-box-two .text-box {
    position: absolute;
    right: -60px;
    top: -153px;
    text-align: center;
}

.cta-section .image-box-two .text-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.cta-section .image-box-two .text-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-26.png);
    width: 216px;
    height: 188px;
    right: -32px;
    top: -49px;
    background-repeat: no-repeat;
}

/** team-section **/
.team-section {
    position: relative;
}

.team-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.team-section .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.team-section .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.team-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px 30px 0px 30px;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}

.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-block-one .inner-box .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}

.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    margin-top: -62px;
    z-index: 1;
}

.team-block-one .inner-box .lower-content .share-box {
    position: absolute;
    left: 30px;
    top: 2px;
    width: 70px;
    height: 60px;
}

.team-block-one .inner-box .lower-content .share-box .share-icon {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 60px;
    line-height: 66px;
    font-size: 22px;
    color: #454b54;
    background: #fff;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 30px;
    transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .share-box:hover .share-icon {}

.team-block-one .inner-box .lower-content h3 {
    position: relative;
    display: block;
    background: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    padding: 15px 30px 13px 30px;
    width: calc(100% - 100px);
    border-top-left-radius: 30px;
}

.team-block-one .inner-box .lower-content h3:before {
    position: absolute;
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    right: 30px;
    bottom: 0px;
}

.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #272e39;
}

.team-block-one .inner-box .lower-content h3 a:hover {}

.team-block-one .inner-box .lower-content p {
    position: relative;
    display: block;
    padding: 25px 30px 25px 30px;
}

.team-block-one .inner-box .lower-content p a {
    font-family: 'DG Heaven';
    color: #272e39;
    font-style: italic;
}

.team-block-one .inner-box .lower-content p a:hover {}

.team-block-one .inner-box .lower-content .share-box .social-links {
    position: absolute;
    right: 0px;
    bottom: 60px;
    width: 70px;
    text-align: center;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .share-box:hover .social-links {
    bottom: 70px;
    transform: scaleY(1);
}

.team-block-one .inner-box .lower-content .share-box .social-links:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: -10px;
}

.team-block-one .inner-box .lower-content .share-box .social-links li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.team-block-one .inner-box .lower-content .share-box .social-links li:last-child {
    margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content .share-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #272e39;
}

.team-block-one .inner-box .lower-content .share-box .social-links li a:hover {
    color: #fff;
    border-radius: 50% 50% 0px 50%;
}

.team-section .owl-dots {
    position: absolute;
    top: -83px;
    left: 200px;
    min-height: 40px;
    counter-reset: slides-num;
}

.team-section .owl-dots::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 18px;
    color: #a09ba9;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.team-section .owl-dots:before {
    position: absolute;
    content: '';
    left: 29px;
    top: 7px;
    width: 1px;
    height: 14px;
    background: #a09ba9;
    transform: rotate(10deg);
}

.team-section .owl-dots button span {
    display: none !important;
}

.team-section .owl-dots button {
    position: absolute;
    top: -4px;
    left: 55px;
    counter-increment: slides-num;
    font-size: 36px;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.team-section .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.team-section .owl-dots button.active:after {
    position: absolute;
    content: '0';
    top: 0px;
    left: 0px;
}

.team-section .owl-nav {
    position: absolute;
    top: -86px;
    right: 0px;
    left: 0px;
    text-align: left;
}

.team-section .owl-nav:before {
    position: absolute;
    content: '';
    background: #dcd8e6;
    width: 125px;
    height: 1px;
    top: 14px;
    left: 25px;
}

.team-section .owl-nav button {
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 34px;
    color: #a09ba9;
    cursor: pointer;
    transition: all 500ms ease;
}

.team-section .owl-nav button:hover {}

.team-section .owl-nav button.owl-next {
    left: -8px;
}

.team-section .owl-nav button.owl-prev {
    left: 150px;
    top: -5px;
    transform: rotate(180deg);
}

.team-section .more-text {
    position: relative;
    display: block;
    margin-top: 54px;
}

.team-section .more-text h5 {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.team-section .more-text h5 a {
    display: inline-block;
    color: #272e39;
}

.team-section .more-text h5 a:hover {}

.team-section .more-text h5 a i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin-right: 4px;
    top: 5px;
}

/** chooseus-style-three **/
.chooseus-style-three {
    position: relative;
    background: #e7f5f5;
    padding: 140px 0px 110px 0px;
}

.chooseus-block-three .inner-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 30px 30px 0px 30px;
    padding: 41px 40px 42px 40px;
    margin-bottom: 30px;
}

.chooseus-block-three .inner-box:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 80px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/decor-1.png);
}

.chooseus-block-three .inner-box .count-text {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    line-height: 64px;
    background: #e7f5f5;
    text-align: center;
    font-size: 24px;
    font-family: 'DG Heaven';
    color: #272e39;
    font-weight: 600;
    border-radius: 50% 50% 0px 50%;
    transition: all 500ms ease;
}

.chooseus-block-three .inner-box:hover .count-text {
    color: #fff;
}

.chooseus-block-three .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    padding-top: 48px;
    margin-bottom: 19px;
}

.chooseus-block-three .inner-box h3 span {
    display: block;
    font-weight: 600;
}

.chooseus-block-three .inner-box h3:before {
    position: absolute;
    content: "\f12a";
    font-family: 'flaticon';
    font-size: 50px;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
}

.chooseus-style-three .pattern-layer {
    position: absolute;
    right: 235px;
    top: 150px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
}

/** pricing-style-two **/
.pricing-style-two {
    position: relative;
}

.pricing-style-two .pricing-block-one .pricing-table .feature-list li:nth-child(even):after {
    background: linear-gradient(90deg, #fff 0%, #e7f5f5 50%, #fff 100%);
}

.pricing-style-two .pricing-block-one.active-block .pricing-table .feature-list li:nth-child(even):after {
    background: linear-gradient(90deg, #272e39 0%, #333c4a 50%, #272e39 100%);
}

.pricing-style-two .sec-title {
    margin-bottom: 21px;
}

.pricing-style-two .content-box {
    position: relative;
    display: block;
}

.pricing-style-two .content-box .text-box {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.pricing-style-two .content-box .text-box p {
    margin-bottom: 27px;
}

.pricing-style-two .content-box .list-item li {
    position: relative;
    display: block;
    padding-right: 28px;
    margin-bottom: 8px;
}

.pricing-style-two .content-box .list-item li:last-child {
    margin-bottom: 0px;
}

.pricing-style-two .content-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-17.png);
    width: 11px;
    height: 16px;
    right: -2px;
    top: 6px;
    background-repeat: no-repeat;
}

.pricing-style-two .content-box .list-item {
    margin-bottom: 38px;
}

.pricing-style-two .content-box .text-box h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    z-index: 1;
}

.pricing-style-two .content-box .text-box h3:before {
    position: absolute;
    content: '';
    background: #e7f5f5;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 2px;
    z-index: -1;
}

.pricing-style-two .content-box .author-box {
    position: relative;
    display: block;
    padding-right: 115px;
}

.pricing-style-two .content-box .author-box .author-thumb {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 16px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 1;
}

.pricing-style-two .content-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.pricing-style-two .content-box .author-box .author-thumb:before {
    position: absolute;
    content: '';
    background: #def0f1;
    width: 90px;
    height: 90px;
    right: -10px;
    top: -10px;
    border-radius: 50% 50% 0px 50%;
    z-index: -1;
}

.pricing-style-two .content-box .author-box .author-thumb:after {
    position: absolute;
    content: '';
    border: 3px solid #fff;
    border-radius: 50%;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.pricing-style-two .content-box .author-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.pricing-style-two .content-box .author-box .designation {
    position: relative;
    display: block;
    margin-bottom: 9px;
}

.pricing-style-two .content-box .author-box h4 {
    position: relative;
    display: block;
    padding-right: 32px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.pricing-style-two .content-box .author-box h4 a {
    display: inline-block;
    color: #272e39;
}

.pricing-style-two .content-box .author-box h4 a:hover {}

.pricing-style-two .content-box .author-box h4 i {
    position: absolute;
    right: 0px;
    top: 3px;
    font-size: 24px;
}

.subscribe-section.alternat-2 {
    background: #fff;
}

.subscribe-section.alternat-2 .content-box .big-text {
    color: #288d90;
    right: 150px;
    top: 24px;
}

.subscribe-section.alternat-2 .form-inner .form-group input[type='email'],
.subscribe-section.alternat-2 .form-inner .form-group button[type='submit'] {
    background: #2c9497;
    border-color: #43b2b4;
}

.subscribe-section.alternat-2 .content-box {
    border-radius: 30px 0px 0px 30px;
    padding: 43px 0px 46px 200px;
}

.subscribe-section.alternat-2 .content-box:before {
    border-radius: 30px 0px 0px 30px;
}

.subscribe-section.alternat-2 .content-box .icon-box {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    width: 160px;
    height: 160px;
    line-height: 180px;
    text-align: center;
    font-size: 70px;
    border-radius: 30px 0px 0px 30px;
    color: #fff;
}

.subscribe-section.alternat-2 .content-box .icon-box:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-image: url(../images/shape/shape-28.png);
}

.subscribe-section.alternat-2 .content-box .shape-2 {
    position: absolute;
    right: -140px;
    bottom: 0px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
}

.subscribe-section.alternat-2:before {
    position: absolute;
    content: '';
    background: #e7f5f5;
    width: 625px;
    height: 50%;
    right: 0px;
    bottom: 0px;
}

/** testimonial-style-three **/
.testimonial-style-three {
    position: relative;
}

.testimonial-style-three .image-box {
    position: relative;
    display: block;
    padding-left: 70px;
}

.testimonial-style-three .image-box .image {
    position: relative;
    display: block;
    border-radius: 300px 300px 0px 300px;
    overflow: hidden;
}

.testimonial-style-three .image-box .image img {
    width: 100%;
    border-radius: 300px 300px 0px 300px;
}

.testimonial-style-three .image-box .image:before {
    position: absolute;
    top: 0;
    right: -85%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.testimonial-style-three .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        right: 125%;
    }
}

@keyframes shine {
    100% {
        right: 125%;
    }
}

.testimonial-style-three .image-box .text-box {
    position: absolute;
    left: 0px;
    bottom: 70px;
    display: inline-block;
    width: 240px;
    height: 240px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 51px 0px 30px 0px;
    z-index: 1;
}

.testimonial-style-three .image-box .text-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 46px;
    line-height: 40px;
    margin-bottom: 8px;
}

.testimonial-style-three .image-box .text-box h5 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.testimonial-style-three .image-box .text-box h5 span {}

.testimonial-block-two .inner-box {
    position: relative;
    display: block;
    padding-right: 230px;
    margin-top: 20px;
    margin-bottom: 38px;
}

.testimonial-block-two:last-child .inner-box {
    margin-bottom: 0px;
}

.testimonial-block-two .inner-box .thumb-box {
    position: absolute;
    display: inline-block;
    right: 40px;
    top: 5px;
}

.testimonial-block-two .inner-box .thumb-box .thumb {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 30px 30px 0px 30px;
}

.testimonial-block-two .inner-box .thumb-box .thumb:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 30px 30px 0px 30px;
    transform: rotate(10deg);
}

.testimonial-block-two .inner-box .thumb-box .thumb img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
}

.testimonial-block-two .inner-box .thumb-box .icon-box {
    position: absolute;
    display: inline-block;
    right: -40px;
    top: -20px;
    width: 60px;
    height: 60px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
    background: rgba(44, 148, 151, 1);
    mix-blend-mode: multiply;
}

.testimonial-block-two .inner-box .rating li {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-left: 1px;
}

.testimonial-block-two .inner-box .rating li:last-child {
    margin: 0px !important;
}

.testimonial-block-two .inner-box .rating {
    margin-bottom: 9px;
}

.testimonial-block-two .inner-box p {
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'DG Heaven';
    margin-bottom: 21px;
}

.testimonial-block-two .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}

.testimonial-block-two .inner-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
}

.testimonial-style-three .owl-dots {
    position: absolute;
    right: 129px;
    bottom: -48px;
    counter-reset: slides-num;
}

.testimonial-style-three .owl-dots::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.testimonial-style-three .owl-dots:before {
    position: absolute;
    content: '';
    left: 29px;
    top: 7px;
    width: 1px;
    height: 14px;
    transform: rotate(10deg);
}

.testimonial-style-three .owl-dots button span {
    display: none !important;
}

.testimonial-style-three .owl-dots button {
    position: absolute;
    top: -4px;
    left: 55px;
    counter-increment: slides-num;
    font-size: 36px;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.testimonial-style-three .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.testimonial-style-three .owl-dots button.active:after {
    position: absolute;
    content: '0';
    top: 0px;
    left: 0px;
}

.testimonial-style-three .owl-nav {
    position: absolute;
    bottom: -45px;
    right: 136px;
}

.testimonial-style-three .owl-nav button {
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 34px;
    color: #a5b2b2;
    cursor: pointer;
    transition: all 500ms ease;
}

.testimonial-style-three .owl-nav button:hover {}

.testimonial-style-three .owl-nav button.owl-next {
    right: 42px;
}

.testimonial-style-three .owl-nav button.owl-prev {
    right: 0px;
    top: -5px;
    transform: rotate(180deg);
}

.testimonial-style-three:before {
    position: absolute;
    content: '';
    background: #e7f5f5;
    width: 625px;
    height: 100%;
    right: 0px;
    top: 0px;
}

.testimonial-style-three .big-text {
    position: absolute;
    right: 125px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 180px;
    line-height: 160px;
    font-family: 'DG Heaven';
    text-shadow: 0px 0px 30px #d7eded;
    font-weight: 900;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    color: #e7f5f5;
}

/** clients-style-three **/
.clients-style-three {
    position: relative;
    background: #272e39;
    padding: 100px 0px 94px 0px;
}

.clients-style-three .clients-logo-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.clients-style-three .outer-container {
    position: relative;
    padding: 0px 100px;
}

.clients-style-three .outer-container li {
    position: relative;
    display: block;
}

.clients-style-three .outer-container li:before {
    position: absolute;
    content: '';
    background: #404a5b;
    width: 1px;
    height: 100%;
    top: 0px;
    left: -95px;
}

.clients-style-three .outer-container li:last-child:before {
    display: none;
}

.clients-style-three .outer-container li img {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    transition: all 500ms ease;
}

.clients-style-three .outer-container li img:hover {
    transform: scale(1.02);
}

.clients-style-three .more-text {
    position: relative;
    display: block;
    padding-top: 49px;
}

.clients-style-three .more-text h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.clients-style-three .more-text h5 a {
    display: inline-block;
    color: #fff;
}

.clients-style-three .more-text h5 a:hover {}

.clients-style-three .more-text h5 a i {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    top: 4px;
    margin-left: 3px;
    margin-right: 8px;
}

/** news-style-three **/
.news-style-three {
    position: relative;
}

.news-style-three .sec-title {
    margin-bottom: 0px;
}

.news-style-three .sec-title h2 {
    margin-bottom: 12px;
}

.news-style-three .sec-title p {
    margin-bottom: 32px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
    padding: 19px 0px 19px 289px;
    border: 1px solid #ddecec;
    border-radius: 30px 30px 0px 30px;
    overflow: hidden;
    min-height: 326px;
    margin-bottom: 30px;
}

.news-block-two:last-child .inner-box {
    margin-bottom: 0px;
}

.news-block-two .inner-box .image-box {
    position: absolute;
    right: 19px;
    top: 19px;
}

.news-block-two .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 25px;
    overflow: hidden;
}

.news-block-two .inner-box .image-box .image img {
    width: 100%;
    border-radius: 25px;
    transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.news-block-two .inner-box .image-box h6 {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 5px 15px 1px 15px;
    border-radius: 20px 20px 0px 20px;
    z-index: 1;
}

.news-block-two .inner-box .content-box {
    position: relative;
    display: block;
    padding: 24px 30px 24px 40px;
}

.news-block-two .inner-box .content-box .post-info li {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #75727b;
    margin-left: 30px;
}

.news-block-two .inner-box .content-box .post-info li span {
    color: #272e39;
}

.news-block-two .inner-box .content-box .post-info li a {
    display: inline-block;
    color: #75727b;
}

.news-block-two .inner-box .content-box .post-info li a:hover {}

.news-block-two .inner-box .content-box .post-info li:last-child {
    margin: 0px !important;
}

.news-block-two .inner-box .content-box .post-info li:before {
    position: absolute;
    content: '';
    background: #bbb6c4;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 13px;
    left: -18px;
}

.news-block-two .inner-box .content-box .post-info li:last-child:before {
    display: none;
}

.news-block-two .inner-box .content-box .post-info {
    margin-bottom: 14px;
}

.news-block-two .inner-box .content-box h3 {
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 14px;
}

.news-block-two .inner-box .content-box h3 a {
    display: inline-block;
    color: #272e39;
}

.news-block-two .inner-box .content-box h3 a:hover {}

.news-block-two .inner-box .content-box p {
    margin-bottom: 26px;
}

.news-block-two .inner-box .content-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
}

.news-block-two .inner-box .content-box .link a:before {
    position: absolute;
    content: '';
    background: #ddecec;
    width: 25px;
    height: 1px;
    right: -40px;
    top: 15px;
    transition: all 500ms ease;
}

.news-block-two .inner-box .content-box .link a:hover:before {
    opacity: 0;
}

.news-block-two .inner-box .content-box .link a span {
    position: relative;
    padding-left: 24px;
    transition: all 500ms ease;
}

.news-block-two .inner-box .content-box .link a:hover span {
    padding-left: 58px;
}

.news-block-two .inner-box .content-box .link a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.news-block-two .inner-box .content-box .link a span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 11px;
    left: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.news-block-two .inner-box .content-box .link a:hover span:after {
    transform: scaleX(1);
}

.news-block-two .inner-box .content-box .link a:hover {}

.news-block-two .inner-box .content-box .share-box {
    position: absolute;
    left: 40px;
    bottom: 19px;
}

.news-block-two .inner-box .content-box .share-box a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #373e48;
}

.news-block-two .inner-box .content-box .share-box a:hover {}

/** footer-style-three **/
.footer-style-three {
    position: relative;
    background: #272e39;
}

.footer-style-three .widget-section {
    position: relative;
    padding: 133px 0px 134px 0px;
    border-bottom: 1px solid #404a5b;
}

.footer-style-three .logo-widget h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 19px;
}

.footer-style-three .logo-widget h3 span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.footer-style-three .logo-widget h3 span:before {
    position: absolute;
    content: '';
    background: #333c4a;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 4px;
    z-index: -1;
}

.footer-style-three .logo-widget h3 i {
    position: relative;
    margin-right: 17px;
    top: 4px;
}

.footer-style-three .logo-widget p {
    display: block;
    color: #9ca4af;
    margin-bottom: 16px;
}

.footer-style-three .logo-widget h5 {
    position: relative;
    display: block;
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.footer-style-three .logo-widget h5 a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 24px;
}

.footer-style-three .logo-widget h5 a:hover {}

.footer-style-three .logo-widget h5 a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: 1px;
    left: 0px;
    font-weight: 400;
}

.footer-style-three .logo-widget {
    position: relative;
    display: block;
    margin-left: -30px;
}

.footer-style-three .widget-title {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.footer-style-three .widget-title h3 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
}

.footer-style-three .links-widget {
    position: relative;
    margin-right: 70px;
}

.footer-style-three .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.footer-style-three .links-widget .links-list li:last-child {
    margin-bottom: 0px;
}

.footer-style-three .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-family: 'DG Heaven';
    color: #9ca4af;
    padding-right: 29px;
}

.footer-style-three .links-widget .links-list li a:hover {
    color: #fff;
    padding-right: 54px;
}

.footer-style-three .links-widget .links-list li a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    right: 0px;
    top: 0px;
    color: #656d7a;
    transition: all 500ms ease;
}

.footer-style-three .links-widget .links-list li a:hover:before {
    right: 30px;
}

.footer-style-three .links-widget .links-list li a:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    right: 6px;
    top: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.footer-style-three .links-widget .links-list li a:hover:after {
    transform: scaleX(1);
}

.footer-style-three .gallery-widget .image-list {
    position: relative;
    margin: 0px -7.5px;
}

.footer-style-three .gallery-widget .image-list li {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0px 7.5px 15px 7.5px;
}

.footer-style-three .gallery-widget .image-list li .image {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

.footer-style-three .gallery-widget .image-list li .image img {
    width: 100%;
    border-radius: 10px;
}

.footer-style-three .gallery-widget .widget-title {
    margin-bottom: 32px;
}

.footer-style-three .gallery-widget h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 8px;
}

.footer-style-three .gallery-widget h5 a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 24px;
}

.footer-style-three .gallery-widget h5 a:hover {}

.footer-style-three .gallery-widget h5 a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: 1px;
    left: 0px;
    font-weight: 400;
}

.footer-style-three .footer-bottom .rght-column {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-style-three .footer-bottom .rght-column p {
    color: #a1a3b2;
    margin-left: 40px;
}

.footer-style-three .footer-bottom .rght-column p:before {
    position: absolute;
    content: '';
    background: #404a5b;
    width: 1px;
    height: 16px;
    top: 7px;
    left: -21px;
}

.footer-style-three .footer-bottom {
    padding: 35px 0px;
}

.footer-style-three .footer-bottom .social-links li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 28px;
}

.footer-style-three .footer-bottom .social-links li:last-child {
    margin: 0px !important;
}

.footer-style-three .footer-bottom .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #9ca4af;
}

.footer-style-three .footer-bottom .social-links li a:hover {
    color: #fff;
}

.footer-style-three .footer-bottom .social-links li:before {
    position: absolute;
    content: '';
    background: #676f7c;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 12px;
    left: -15px;
}

.footer-style-three .footer-bottom .social-links li:last-child:before,
.footer-style-three .footer-bottom .social-links li:first-child:before {
    display: none;
}

.footer-style-three .footer-bottom .social-links li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

/*** 

====================================================================
                        Home-Page-Four
====================================================================

***/
/** header-style-four **/
.header-style-four {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    background: transparent;
}

.header-style-four .header-lower {
    background: transparent;
}

.header-style-four .header-upper {
    position: relative;
    padding: 45px 50px;
    background: transparent;
}

.header-style-four .header-upper .outer-container {
    padding: 0px;
    border: none;
}

.header-style-four .header-upper .rght-column {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style-four .header-upper .rght-column .logo-box {
    position: relative;
    margin-left: 80px;
}

.header-style-four .header-upper .rght-column .logo-box:before {
    position: absolute;
    content: '';
    background: #293163;
    width: 1px;
    height: 54px;
    top: -7px;
    left: -40px;
}

.header-style-four .header-upper .links-list li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 44px;
}

.header-style-four .header-upper .links-list li:last-child {
    margin: 0px !important;
}

.header-style-four .header-upper .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #fefeff;
    font-weight: 600;
}

.header-style-four .header-upper .links-list li a:hover {}

.header-style-four .header-upper .links-list li a i {
    position: relative;
    margin-left: 14px;
    font-size: 16px;
    font-weight: 400;
    top: 1px;
}

.header-style-four .header-upper .social-links li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.header-style-four .header-upper .social-links li:last-child {
    margin: 0px !important;
}

.header-style-four .header-upper .social-links li a {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #283063;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.header-style-four .header-upper .social-links li a:hover {}

.header-style-four .header-upper .social-links {
    margin-left: 40px;
}

.header-style-four .support-box .icon-box {
    font-size: 24px;
}

.header-style-four .support-box h5 a {
    color: #fff;
}

.header-style-four .support-box h5 a:hover {}

.header-style-four .support-box:before {
    background: #202754;
}

.header-style-four .main-header .lft-column .phone h3 a {
    color: #fff;
}

.header-style-four .outer-box {
    padding: 0px 175px;
    padding-left: 165px;
    display: block;
}

.header-style-four .outer-box .nav-btn {
    position: absolute;
    right: 50px;
    top: 25px;
}

.header-style-four .outer-box .nav-btn:before {
    position: absolute;
    content: '';
    background: #293163;
    width: 1px;
    height: 67px;
    top: -18px;
    left: -46px;
}

.header-style-four .outer-box .search-box {
    position: absolute;
    top: 25px;
    left: 89px;
    cursor: pointer;
}

.header-style-four .outer-box .search-box:before {
    position: absolute;
    content: '';
    background: #293163;
    width: 1px;
    height: 67px;
    top: -18px;
    right: -46px;
}

.header-style-four .main-menu .navigation > li > a {
    padding: 0px;
    padding-top: 53px;
    padding-bottom: 30px;
}

.header-style-four .main-menu .navigation > li > a:before {
    display: none;
}

.header-style-four .main-menu .navigation > li {
    position: relative;
    width: 16.666%;
    padding-left: 55px;
    margin: 0px;
    text-align: right;
}

.header-style-four .main-menu .navigation > li span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    font-weight: 600;
    color: #6a7092;
    width: 100%;
}

.header-style-four .main-menu .navigation > li span:before {
    position: absolute;
    content: '';
    border-bottom: 1px dashed #3b457c;
    right: 0px;
    bottom: -8px;
    width: calc(100% - 55px);
}

.header-style-four .main-menu .navigation > li > a {
    text-align: right;
    color: #fff;
}

.header-style-four .main-menu .navigation > li > a:after {
    position: absolute;
    content: "\f106";
    font-family: 'flaticon';
    font-size: 18px;
    left: -5px;
    bottom: 30px;
    color: #646a8d;
    font-weight: 400;
}

.header-style-four .main-menu .navigation > li > ul > li > a:before {
    background-image: url(../images/icons/icon-26.png);
}

.header-style-four .main-menu .navigation > li > ul > li > ul > li > a:before {
    background-image: url(../images/icons/icon-26.png);
}

.mobile-menu .navigation li > span {
    display: none !important;
}

.header-style-four .sticky-header {
    background: #020a42;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 15px;
}

.home_4 .theme-btn.btn-one {
    background: #fff;
}

.header-style-four .sticky-header .main-menu .navigation > li span {
    display: none;
}

.header-style-four .sticky-header .main-menu .navigation > li > a {
    padding-top: 15px;
}

.header-style-four .sticky-header .outer-box .nav-btn {
    top: 15px;
}

.header-style-four .sticky-header .outer-box .search-box {
    top: 15px;
}

/** banner-style-four **/
.banner-style-four {
    position: relative;
    background: #020a42;
    padding: 360px 0px 355px 0px;
}

.banner-style-four .outer-container {
    position: relative;
    padding: 0px 125px;
}

.banner-style-four .content-box {
    position: relative;
    display: block;
    max-width: 630px;
}

.banner-style-four .content-box h6 {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.banner-style-four .content-box h2 {
    display: block;
    font-size: 90px;
    line-height: 100px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 41px;
}

.banner-style-four .content-box h2 span {}

.banner-style-four .content-box .lower-box {
    position: relative;
    display: flex;
    align-items: center;
}

.banner-style-four .content-box .lower-box .btn-box {
    margin-left: 50px;
}

.banner-style-four .content-box .lower-box .rating-box {
    position: relative;
    display: block;
    padding-right: 66px;
}

.banner-style-four .content-box .lower-box .rating-box .icon-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 7px;
    font-size: 46px;
}

.banner-style-four .content-box .lower-box .rating-box h5 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.banner-style-four .content-box .lower-box .rating-box h5 span {}

.banner-style-four .pattern-layer .pattern-1 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 943px;
    height: 444px;
    background-repeat: no-repeat;
}

.banner-style-four .pattern-layer .pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 1452px;
    height: 877px;
    background-repeat: no-repeat;
}

.banner-style-four .pattern-layer .pattern-3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 178px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}

.banner-style-four .image-layer {
    position: absolute;
    left: 375px;
    bottom: 0px;
    z-index: 1;
}

.banner-style-four .growth-layer {
    position: absolute;
    left: 110px;
    bottom: 0px;
    z-index: 1;
}

.banner-style-four .award-box {
    position: absolute;
    left: 200px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.home_4 h1,
.home_4 h2,
.home_4 h3,
.home_4 h4,
.home_4 h5,
.home_4 h6 {
    color: #030a42;
}

/** about-style-four **/
.about-style-four {
    position: relative;
    padding-bottom: 140px;
    background-color: #fbeeec;
}

.about-style-four .image-box {
    position: relative;
    display: block;
    padding-right: 290px;
    margin-left: 10px;
}

.about-style-four .image-box img {
    width: 100%;
}

.about-style-four .image-box .image-1 {
    position: relative;
    display: block;
    border-radius: 30px 30px 30px 0px;
    margin-bottom: 20px;
}

.about-style-four .image-box .image-1 img {
    border-radius: 30px 30px 30px 0px;
}

.about-style-four .image-box .image-2 {
    position: absolute;
    right: 0px;
    top: -200px;
    border-radius: 30px 30px 0px 30px;
    z-index: 2;
}

.about-style-four .image-box .image-2 img {
    border-radius: 30px 30px 0px 30px;
}

.about-style-four .image-box .image-3 {
    position: absolute;
    right: 0px;
    bottom: 110px;
    border-radius: 30px 0px 30px 30px;
}

.about-style-four .image-box .image-3 img {
    border-radius: 30px 0px 30px 30px;
}

.about-style-four .image-box .image-content {
    position: relative;
    display: block;
    background: #f3dcd8;
    border-radius: 0px 30px 30px 30px;
    overflow: hidden;
    padding: 40px 30px 34px 30px;
}

.about-style-four .image-box .image-content .icon-box {
    position: relative;
    display: inline-block;
    font-size: 64px;
    line-height: 60px;
    margin-bottom: 17px;
}

.about-style-four .image-box .image-content h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #61626e;
}

.about-style-four .image-box .image-content h2 {
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 28px;
    margin-bottom: 19px;
    margin-top: 6px;
}

.about-style-four .image-box .image-content h2:before {
    position: absolute;
    content: '';
    background: #fbeeec;
    width: 100%;
    height: 6px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
}

.about-style-four .image-box .image-content a {
    position: relative;
    display: inline-block;
    color: #030a42;
    padding-left: 23px;
}

.about-style-four .image-box .image-content a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: 1px;
    left: 0px;
    font-weight: 400;
}

.about-style-four .image-box .image-content a:hover {}

.about-style-four .image-box .light-icon {
    position: absolute;
    top: 0px;
    left: 0px;
}

.about-style-four .content-box {
    position: relative;
    display: block;
    padding-top: 75px;
}

.home_4 .theme-btn.btn-two {
    background: #020a42;
}

.about-style-four .content-box .sec-title {
    margin-bottom: 40px;
}

.about-style-four .content-box .text-box {
    margin-bottom: 29px;
}

.about-style-four .content-box .inner-box {
    position: relative;
    margin-bottom: 45px;
}

.about-style-four .content-box .inner-box .single-item {
    position: relative;
    display: block;
}

.about-style-four .content-box .inner-box .single-item .icon-box {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 7px;
}

.about-style-four .content-box .inner-box .single-item h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #61626e;
    font-weight: 600;
    margin-bottom: 26px;
}

.about-style-four .content-box .inner-box .single-item h5 span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #020a42;
    z-index: 1;
}

.about-style-four .content-box .inner-box .single-item h5 span:before {
    position: absolute;
    content: '';
    background: #f3dcd8;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 2px;
    z-index: -1;
}

.about-style-four .content-box .list-item li {
    position: relative;
    display: block;
    padding-right: 28px;
    margin-bottom: 8px;
}

.about-style-four .content-box .list-item li:last-child {
    margin-bottom: 0px;
}

.about-style-four .content-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-26.png);
    width: 11px;
    height: 16px;
    right: 2px;
    top: 6px;
    background-repeat: no-repeat;
}

.about-style-four .content-box .sec-title .sub-title:before {
    background: #f3dcd8;
}

.home_4 .sec-title .sub-title:before {
    background: #fbeeec;
}

/** service-style-four **/
.service-style-four {
    position: relative;
    padding: 140px 0px 70px 0px;
}

.service-style-four .content-box {
    position: relative;
    display: block;
    border: 1px solid #f0e0de;
    border-radius: 30px 30px 0px 30px;
    padding-left: 28px;
}

.service-block-three .inner-box {
    position: relative;
    display: block;
    padding: 39px 6px 31px 34px;
}

.service-block-three .inner-box:before {
    position: absolute;
    content: '';
    background: #f0e0de;
    width: 1px;
    height: 100%;
    top: 0px;
    left: -30px;
}

.service-block:last-child .service-block-three .inner-box:before {
    display: none;
}

.service-block-three .inner-box .image-box {
    position: relative;
}

.service-block-three .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 0px 50% 0px 30px;
}

.service-block-three .inner-box .image-box .image img {
    width: 100%;
    border-radius: 0px 90% 0px 30px;
}

.service-block-three .inner-box .image-box .icon-box {
    position: absolute;
    top: 25px;
    left: 23px;
    font-size: 44px;
}

.service-block-three .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #fbeeec;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 90% 0px 0px 30px;
}

.service-block-three .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-right: 15px;
}

.service-block-three .inner-box .lower-content h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: #020a42;
}

.service-block-three .inner-box .lower-content h3 a:hover {}

.service-block-three .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #020a42;
    font-weight: 600;
    margin-bottom: 22px;
}

.service-block-three .inner-box .lower-content .link a:hover {}

.service-block-three .inner-box .lower-content .link a:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 35px;
    height: 1px;
    right: -50px;
    top: 15px;
    transition: all 500ms ease;
}

.service-block-three .inner-box .lower-content .link a:hover:before {
    opacity: 0;
}

.service-block-three .inner-box .lower-content .link a span {
    position: relative;
    padding-left: 24px;
    transition: all 500ms ease;
}

.service-block-three .inner-box .lower-content .link a:hover span {
    padding-left: 58px;
}

.service-block-three .inner-box .lower-content .link a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.service-block-three .inner-box .lower-content .link a span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 11px;
    left: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.service-block-three .inner-box .lower-content .link a:hover span:after {
    transform: scaleX(1);
}

.service-style-four .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 47px;
}

.service-style-four .owl-dots span {
    display: none !important;
}

.service-style-four .owl-dots button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #f0e5e3;
    border-radius: 50% 50% 0px 50%;
    cursor: pointer;
    margin: 0px 35px;
    transition: all 500ms ease;
}

.service-style-four .owl-dots button.active {}

.service-style-four .owl-dots button:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 50px;
    height: 1px;
    top: 7px;
    left: -60px;
}

.service-style-four .owl-dots button:last-child:before {
    opacity: 0;
    z-index: -9;
}

/** chooseus-style-four **/
.chooseus-style-four {
    position: relative;
    background: #020a42;
    padding: 250px 0px 130px 0px;
}

.chooseus-style-four .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 175px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.chooseus-style-four .bg-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: calc(50% - 70px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.chooseus-style-four .bg-layer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0.86;
}

.chooseus-style-four .video-content {
    position: relative;
    display: block;
    padding-left: 270px;
    margin-right: -275px;
}

.chooseus-style-four .video-content .video-inner {
    position: relative;
    width: 100%;
    padding: 290px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px 30px 0px 30px;
    overflow: hidden;
}

.chooseus-style-four .video-content .video-inner:before {
    position: absolute;
    content: '';
    background: #010a44;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0.3;
}

.chooseus-style-four .video-content .video-inner .video-btn a {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 90px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #020a42;
}

.chooseus-style-four .video-content .video-inner .video-btn a:before,
.chooseus-style-four .video-content .video-inner .video-btn a:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.chooseus-style-four .video-content .video-inner .video-btn a:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.chooseus-style-four .video-content .big-text {
    position: absolute;
    display: block;
    font-size: 140px;
    line-height: 140px;
    font-family: 'DG Heaven';
    background-image: url(../images/icons/text-bg.png);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    left: -114px;
    top: 263px;
    transform: rotate(-90deg);
    z-index: 1;
    text-transform: uppercase;
    background-position: right center;
}

.chooseus-style-four .content-box {
    position: relative;
    display: block;
}

.chooseus-style-four .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-right: 200px;
    margin-bottom: 30px;
}

.chooseus-style-four .content-box .inner-box .single-item:last-child {
    margin-bottom: 0px;
}

.chooseus-style-four .content-box .inner-box .single-item .icon-box {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 150px;
    padding-bottom: 20px;
    border-bottom: 1px solid #202754;
    overflow: hidden;
}

.chooseus-style-four .content-box .inner-box .single-item .icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
}

.chooseus-style-four .content-box .inner-box .single-item .icon-box .link {
    position: absolute;
    left: 0px;
    bottom: -18px;
    transition: all 500ms ease;
}

.chooseus-style-four .content-box .inner-box .single-item .icon-box .link a {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #161e51;
}

.chooseus-style-four .content-box .inner-box .single-item:hover .icon-box .link {
    bottom: 15px;
}

.chooseus-style-four .content-box .inner-box .single-item:hover .icon-box .link a {
    font-size: 20px;
}

.chooseus-style-four .content-box .inner-box .single-item h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.chooseus-style-four .content-box .inner-box .single-item h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.chooseus-style-four .content-box .inner-box .single-item p {
    color: #a1a3b2;
}

.chooseus-style-four .pattern-layer-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 445px;
    height: 770px;
    background-repeat: no-repeat;
}

.chooseus-style-four .pattern-layer-3 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 425px;
    height: 750px;
    background-repeat: no-repeat;
}

/** team-style-two **/
.team-style-two {
    position: relative;
    background: #fbeeec;
    padding: 140px 0px 315px 0px;
}

.team-style-two .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 47px;
}

.team-style-two .owl-dots span {
    display: none !important;
}

.team-style-two .owl-dots button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #f0e5e3;
    border-radius: 50% 50% 0px 50%;
    cursor: pointer;
    margin: 0px 35px;
    transition: all 500ms ease;
}

.team-style-two .owl-dots button.active {}

.team-style-two .owl-dots button:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 50px;
    height: 1px;
    top: 7px;
    left: -60px;
}

.team-style-two .owl-dots button:last-child:before {
    opacity: 0;
    z-index: -9;
}

.team-style-two .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 178px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.team-style-two .team-block-one .inner-box {
    box-shadow: none;
}

.pricing-style-two .content-box .author-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/arrow-2.png);
    width: 39px;
    height: 22px;
    right: 66px;
    bottom: 3px;
    background-repeat: no-repeat;
    z-index: 2;
}

.home_4 .pricing-style-two .content-box .author-box .author-thumb:before {
    background: #fbe2de;
}

.home_4 .pricing-style-two .content-box .list-item li:before {
    background-image: url(../images/icons/icon-26.png);
}

.home_4 .pricing-style-two .content-box .text-box h3:before {
    background: #fbeeec;
}

.home_4 .pricing-style-two .content-box .author-box h4 a {
    color: #61626e;
}

.home_4 .pricing-style-two .content-box .author-box h4 a:hover {}

.pricing-style-two.alternat-2 {
    padding: 0px 0px 140px 0px;
}

.pricing-style-two.alternat-2 .inner-content .pricing-block:first-child {
    position: relative;
    top: -80px;
}

.home_4 .pricing-block-one .pricing-table .feature-list li:nth-child(even):after {
    background: linear-gradient(90deg, #fff 0%, #fbeeec 50%, #fff 100%);
}

.home_4 .pricing-block-one.active-block .pricing-table .table-content,
.home_4 .pricing-block-one.active-block .pricing-table .table-header {
    background: #020a42;
}

.home_4 .pricing-block-one.active-block .pricing-table .feature-list li:nth-child(even):after {
    background: linear-gradient(90deg, #020a42 0%, #10184b 50%, #020a42 100%);
}

.pricing-style-two .inner-content {
    position: relative;
}

.pricing-style-two .inner-content .shape {
    position: absolute;
    right: -50px;
    bottom: -60px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
}

/** award-section **/
.award-section {
    position: relative;
    padding: 140px 0px 235px 0px;
}

.award-section .bg-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.award-section .bg-layer:before {
    position: absolute;
    content: '';
    background: #020a42;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0.7;
}

.award-section .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 178px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.award-section .award-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.award-section .award-inner .arrow-box .arrow-1 {
    position: absolute;
    right: 200px;
    top: 0px;
    width: 78px;
    height: 121px;
    background-repeat: no-repeat;
}

.award-section .award-inner .arrow-box .arrow-2 {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 77px;
    height: 121px;
    background-repeat: no-repeat;
}

.award-section .single-award-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 270px;
    margin: 0px 15px;
}

.award-section .single-award-box .shape {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 270px;
    height: 270px;
    background-repeat: no-repeat;
}

.award-section .single-award-box .icon-box {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.award-section .single-award-box h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.award-section .single-award-box h3 {
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}

.award-section .single-award-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.award-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 21px;
}

.award-section .content-box p {
    display: block;
    color: #a1a3b2;
    margin-bottom: 32px;
}

.award-section .content-box .theme-btn {}

.award-section .content-box .theme-btn:hover,
.award-section .content-box .theme-btn:before {
    background: #fff;
}

.award-section .content-box .theme-btn:hover {
    color: #020a42 !important;
}

/** project-style-two **/
.project-style-two {
    position: relative;
    padding: 30px 0px 140px 0px;
}

.project-style-two .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.project-style-two .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.project-style-two .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.project-block-two .inner-box {
    position: relative;
    display: block;
}

.project-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-block-two .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.project-block-two .inner-box .image-box .image img {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
    transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.project-block-two .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #020a42;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box .image:before {
    opacity: 0.8;
}

.project-block-two .inner-box .image-box .view-btn {
    position: absolute;
    right: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.project-block-two .inner-box .image-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    transform: scale(0, 0);
}

.project-block-two .inner-box:hover .image-box .view-btn a {
    transform: scale(1, 1);
}

.project-block-two .inner-box .lower-content {
    position: relative;
    display: block;
    margin-top: -97px;
    z-index: 2;
}

.project-block-two .inner-box .lower-content .text-box {
    position: relative;
    display: block;
    width: calc(100% - 100px);
    background: #fff;
    padding: 30px 30px 32px 40px;
    box-shadow: 0px 10px 30px 0px rgba(2, 10, 66, 0.10);
    border-radius: 0px 30px 0px 30px;
}

.project-block-two .inner-box .lower-content .link {
    position: absolute;
    top: 0px;
    left: 40px;
    width: 60px;
    height: 100%;
    background: #fff;
    text-align: center;
    border-top-left-radius: 30px;
    padding-top: 28px;
    box-shadow: 20px 20px 20px 0px rgba(2, 10, 66, 0.06);
}

.project-block-two .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #a2a4af;
}

.project-block-two .inner-box .lower-content .link a:hover {}

.project-block-two .inner-box .lower-content h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 9px;
}

.project-block-two .inner-box .lower-content h6:before {
    position: absolute;
    content: '';
    background: #fbeeec;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 3px;
    z-index: -1;
}

.project-block-two .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 9px;
}

.project-block-two .inner-box .lower-content h3 a {
    display: inline-block;
    color: #020a42;
}

.project-block-two .inner-box .lower-content h3 a:hover {}

.project-style-two .owl-dots {
    position: absolute;
    top: -83px;
    left: 200px;
    min-height: 40px;
    counter-reset: slides-num;
}

.project-style-two .owl-dots::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 18px;
    color: #a09ba9;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.project-style-two .owl-dots:before {
    position: absolute;
    content: '';
    left: 29px;
    top: 7px;
    width: 1px;
    height: 14px;
    background: #a09ba9;
    transform: rotate(10deg);
}

.project-style-two .owl-dots button span {
    display: none !important;
}

.project-style-two .owl-dots button {
    position: absolute;
    top: -4px;
    left: 55px;
    counter-increment: slides-num;
    font-size: 36px;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.project-style-two .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.project-style-two .owl-dots button.active:after {
    position: absolute;
    content: '0';
    top: 0px;
    left: 0px;
}

.project-style-two .owl-nav {
    position: absolute;
    top: -86px;
    right: 0px;
    left: 0px;
    text-align: left;
}

.project-style-two .owl-nav:before {
    position: absolute;
    content: '';
    background: #dcd8e6;
    width: 125px;
    height: 1px;
    top: 14px;
    left: 25px;
}

.project-style-two .owl-nav button {
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 34px;
    color: #a09ba9;
    cursor: pointer;
    transition: all 500ms ease;
}

.project-style-two .owl-nav button:hover {}

.project-style-two .owl-nav button.owl-next {
    left: -8px;
}

.project-style-two .owl-nav button.owl-prev {
    left: 150px;
    top: -5px;
    transform: rotate(180deg);
}

/** testimonial-style-four **/
.testimonial-style-four {
    position: relative;
    background: #fbeeec;
    padding: 140px 0px 285px 0px;
}

.testimonial-style-four .outer-container {
    position: relative;
}

.testimonial-style-four .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-style-four .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 178px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.testimonial-block-three {
    position: relative;
    display: block;
}

.testimonial-block-three:last-child {
    margin: 0px !important;
}

.testimonial-block-three .inner-box {
    position: relative;
    display: block;
}

.testimonial-block-three .inner-box .upper-box {
    position: relative;
    display: block;
    border: 2px solid #fff;
    border-radius: 30px 30px 0px 30px;
    padding: 29px 39px 30px 38px;
    box-shadow: 0px 0px 30px 0px rgba(254, 75, 36, 0.15);
    background: #fbeeec;
    z-index: 1;
}

.testimonial-block-three .inner-box .thumb-box {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-block-three .inner-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-block-three .inner-box .rating li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.testimonial-block-three .inner-box .rating li:last-child {
    margin: 0px !important;
}

.testimonial-block-three .inner-box .rating {
    margin-bottom: 12px;
}

.testimonial-block-three .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 8px;
}

.testimonial-block-three .inner-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'DG Heaven';
}

.testimonial-block-three .inner-box .text-box {
    position: relative;
    display: block;
    padding: 30px 39px 30px 39px;
    box-shadow: 0px 0px 30px 0px rgba(254, 75, 36, 0.15);
    border: 2px solid #fff;
    border-bottom-right-radius: 30px;
    background: #fbeeec;
    top: -2px;
}

.testimonial-block-three .inner-box .light-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 150px;
    color: #f2e3e1;
}

/** news-style-four **/
.news-style-four {
    position: relative;
    padding-bottom: 140px;
}

.news-style-four .sec-title .more-link {
    position: absolute;
    left: 0px;
    bottom: 5px;
}

.news-style-four .sec-title .more-link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #020a42;
    font-weight: 600;
    padding-left: 23px;
}

.news-style-four .sec-title .more-link a:hover {}

.news-style-four .sec-title .more-link a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: 0px;
    left: 0px;
    font-weight: 400;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
}

.news-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-block-three .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 30px 30px 0px 30px;
    overflow: hidden;
}

.news-block-three .inner-box .image-box .image:before {
    position: absolute;
    content: '';
    background: #020a42;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box .image:before {
    opacity: 0.8;
}

.news-block-three .inner-box .image-box .image img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box .image img {
    transform: scale(1.05);
}

.news-block-three .inner-box .image-box h6 {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 8px 15px;
    border-top-left-radius: 15px;
    z-index: 2;
}

.news-block-three .inner-box .image-box .view-btn {
    position: absolute;
    right: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.news-block-three .inner-box .image-box .view-btn a {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #fff;
    transform: scale(0, 0);
}

.news-block-three .inner-box:hover .image-box .view-btn a {
    transform: scale(1, 1);
}

.news-block-three .inner-box .image-box .view-btn a:hover {}

.news-block-three .inner-box .image-box .author-box {
    position: absolute;
    right: 30px;
    bottom: 50px;
    padding-right: 70px;
    z-index: 2;
    opacity: 0;
    transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box .author-box {
    bottom: 80px;
    opacity: 1;
}

.news-block-three .inner-box .image-box .author-box .thumb-box {
    position: absolute;
    right: 0px;
    top: 2px;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 50%;
}

.news-block-three .inner-box .image-box .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.news-block-three .inner-box .image-box .author-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

.news-block-three .inner-box .image-box .author-box .post-info li {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #a1a3b2;
    font-weight: 500;
    margin-left: 5px;
}

.news-block-three .inner-box .image-box .author-box .post-info li:last-child {
    margin: 0px !important;
}

.news-block-three .inner-box .lower-content {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 30px 30px 0px 30px;
    border: 1px solid #f0e0de;
    margin-top: -50px;
    padding: 21px 30px 23px 29px;
    z-index: 2;
}

.news-block-three .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-block-three .inner-box .lower-content h3 a {
    display: inline-block;
    color: #020a42;
}

.news-block-three .inner-box .lower-content h3 a:hover {}

.news-block-three .inner-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
}

.news-block-three .inner-box .link-box a:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 20px;
    height: 1px;
    right: -30px;
    top: 15px;
    transition: all 500ms ease;
}

.news-block-three .inner-box .link-box a:hover:before {
    opacity: 0;
}

.news-block-three .inner-box .link-box a span {
    position: relative;
    padding-left: 24px;
    transition: all 500ms ease;
}

.news-block-three .inner-box .link-box a:hover span {
    padding-left: 58px;
}

.news-block-three .inner-box .link-box a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.news-block-three .inner-box .link-box a span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 11px;
    left: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.news-block-three .inner-box .link-box a:hover span:after {
    transform: scaleX(1);
}

.news-block-three .inner-box .link-box a:hover {}

.post-block-two {
    position: relative;
    display: block;
    margin-bottom: 14px;
}

.post-block-two:last-child {
    margin-bottom: 0px;
}

.post-block-two h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    z-index: 1;
}

.post-block-two h6:before {
    position: absolute;
    content: '';
    background: #fbeeec;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 3px;
    z-index: -1;
}

.post-block-two .inner-box {
    position: relative;
    display: block;
    padding-right: 120px;
}

.post-block-two .inner-box .image-box {
    position: absolute;
    right: 0px;
    top: 7px;
    width: 90px;
    height: 90px;
    border-radius: 15px;
}

.post-block-two .inner-box .image-box img {
    width: 100%;
    border-radius: 15px;
}

.post-block-two .inner-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #61626e;
    margin-bottom: 5px;
}

.post-block-two .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.post-block-two .inner-box h4 a {
    display: inline-block;
    color: #020a42;
}

.post-block-two .inner-box h4 a:hover {}

.news-style-four .post-inner {
    position: relative;
    margin-top: -10px;
}

.home_4 .subscribe-section.alternat-2:before {
    background: #020a42;
}

.home_4 .subscribe-section.alternat-2 .content-box .big-text {
    color: #f04824;
}

.home_4 .subscribe-section.alternat-2 .form-inner .form-group input[type='email'],
.home_4 .subscribe-section.alternat-2 .form-inner .form-group button[type='submit'] {
    background: #fe4b24;
}

.home_4 .subscribe-section.alternat-2 .form-inner .form-group input[type='email'],
.home_4 .subscribe-section.alternat-2 .form-inner .form-group button[type='submit'] {
    border-color: #fe8a71;
}

.home_4 .subscribe-section.alternat-2 .content-box .icon-box:before {
    background-image: url(../images/shape/shape-42.png);
}

.home_4 .subscribe-section .form-inner .form-group {
    padding-left: 169px;
}

.home_4 .subscribe-section .form-inner .form-group button[type='submit'] {
    width: 170px;
    font-size: 18px;
    font-weight: 600;
}

/** footer-style-four **/
.footer-style-four {
    position: relative;
    background: #152239;
    padding: 62px 0 30px;
}

.footer-style-four .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 273px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer-style-four .widget-section {
    position: relative;
    padding: 45px 0px 21px 0px;
}

.footer-style-four .logo-widget {
    margin-top: 8px;
}

.footer-style-four .logo-widget .footer-logo {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.footer-style-four .logo-widget .footer-logo img {
    height: 48px;
}

.footer-style-four .logo-widget p {
    color: #d0d0d0;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 25px;
}

.footer-style-four .logo-widget .inner-box {
    position: relative;
    display: block;
    padding-right: 50px;
}

.footer-style-four .logo-widget .inner-box .icon-box {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 30px;
}

.footer-style-four .logo-widget .inner-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    z-index: 1;
}

.footer-style-four .logo-widget .inner-box h6:before {
    position: absolute;
    content: '';
    background: #161e51;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 3px;
    z-index: -1;
}

.footer-style-four .logo-widget .inner-box span {
    position: relative;
    display: block;
    color: #a1a3b2;
    margin-bottom: 11px;
}

.footer-style-four .logo-widget .inner-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    padding-left: 23px;
}

.footer-style-four .logo-widget .inner-box a:hover {}

.footer-style-four .logo-widget .inner-box a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    font-weight: 400;
    top: 0px;
    left: 0px;
}

.footer-style-four .links-widget {
    position: relative;
    /* margin-right: 70px; */
}

.footer-style-four .widget-title {
    position: relative;
    display: block;
    margin-bottom: 24px;
}

.footer-style-four .widget-title h3 {
    font-size: 15px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
}

.footer-style-four .links-widget .links-list li {
    position: relative;
    display: block;
    margin-bottom: 12px;
}

.footer-style-four .links-widget .links-list li:last-child {
    margin: 0px;
}

.footer-style-four .links-widget .links-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'DG Heaven';
    color: #d0d0d0;
    padding-right: 29px;
}

.footer-style-four .links-widget .links-list li a:hover {
    padding-right: 54px;
}

.footer-style-four .links-widget .links-list li a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 17px;
    right: 0px;
    top: 0px;
    transition: all 500ms ease;
    transform: scaleX(-1);
}

.footer-style-four .links-widget .links-list li a:hover:before {
    right: 30px;
}

.footer-style-four .links-widget .links-list li a:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    right: 6px;
    top: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
    background: #a1a3b2;
    opacity: 0.5;
}

.footer-style-four .links-widget .links-list li a:hover:after {
    transform: scaleX(1);
}

.footer-style-four .download-widget .download-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.footer-style-four .download-widget .download-list li:last-child {
    margin-bottom: 0px;
}

.footer-style-four .download-widget .download-list li .download-box {
    position: relative;
    display: block;
    padding-left: 60px;
}

.footer-style-four .download-widget .download-list li .download-box .inner {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 20px 20px 20px 0;
    padding: 17px 75px 15px 15px;
}

.footer-style-four .download-widget .download-list li .download-box .icon-box {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 24px;
}

.footer-style-four .download-widget .download-list li .download-box h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.footer-style-four .download-widget .download-list li .download-box button {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-top-left-radius: 20px;
    font-size: 20px;
    color: #a7a9b3;
    cursor: pointer;
    transition: all 500ms ease;
}

.footer-style-four .download-widget .download-list li .download-box button:hover {}

.footer-style-four .download-widget .widget-title {
    margin-bottom: 31px;
}

.footer-style-four .footer-bottom {
    background: transparent;
    padding-top: 0px;
    padding-bottom: 30px;
    border-top: solid 1px #32476b;
}

.footer-style-four .footer-bottom .rght-column {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-style-four .footer-bottom .rght-column p {
    color: #d0d0d0;
    margin-left: 40px;
    font-size: 14px;
}

.footer-style-four .footer-bottom .rght-column p:before {
    position: absolute;
    /* content: ''; */
    background: #404a5b;
    width: 1px;
    height: 16px;
    top: 7px;
    left: -21px;
}

.footer-style-four .footer-bottom {
    padding: 20px 0px 0;
}

.footer-style-four .footer-bottom .social-links li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 28px;
}

.footer-style-four .footer-bottom .social-links li:last-child {
    margin: 0px !important;
}

.footer-style-four .footer-bottom .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #9ca4af;
}

.footer-style-four .footer-bottom .social-links li a:hover {
    color: #fff;
}

.footer-style-four .footer-bottom .social-links li:before {
    position: absolute;
    content: '';
    background: #676f7c;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 12px;
    left: -15px;
}

.footer-style-four .footer-bottom .social-links li:last-child:before,
.footer-style-four .footer-bottom .social-links li:first-child:before {
    display: none;
}

.footer-style-four .footer-bottom .social-links li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

/*** 

====================================================================
                        Service-Page
====================================================================

***/
.page-title {
    position: relative;
    padding: 150px 0px 50px 0;
}

.page-title .auto-container {
    position: relative;
    z-index: 5
}

.page-title:after {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 105px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 10%, rgb(255 255 255 / 0%) 20%, rgb(0 15 56) 95%);
    z-index: 1;
    display: none;
}

.page-title .bg-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-title .bg-layer:before {
    position: absolute;
    content: '';
    background: #272e39;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0.6;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 29px;
    line-height: 80px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1px;
}

.bread-crumb {
    text-align: center;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    /* float: right; */
    font-size: 17px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 500;
    padding-left: 24px;
    margin-left: 6px;
}

.page-title .bread-crumb li:last-child {
    padding: 0px !important;
    margin: 0px !important;
}

.page-title .bread-crumb li a {
    color: #1fd6e4;
}

.page-title .bread-crumb li a:hover {
    text-decoration: underline;
}

.page-title .bread-crumb li:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    top: 3px;
    left: 0px;
    transform: rotate(177deg);
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.about-style-three .content-box .inner-box .count-text {
    color: #f4f1fa;
}

.service-page-section {
    position: relative;
    padding: 0px 140px;
}

.service-page-section .outer-container {
    position: relative;
    background: #272e39;
    border-radius: 30px 30px 0px 30px;
}

.service-page-section .pattern-layer {
    position: absolute;
    top: 150px;
    left: 95px;
    width: 280px;
    height: 280px;
    background-repeat: no-repeat;
}

.service-style-five {
    position: relative;
}

.service-style-five .owl-dots {
    position: absolute;
    top: -83px;
    left: 200px;
    min-height: 40px;
    counter-reset: slides-num;
}

.service-style-five .owl-dots::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 18px;
    color: #a09ba9;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.service-style-five .owl-dots:before {
    position: absolute;
    content: '';
    left: 29px;
    top: 7px;
    width: 1px;
    height: 14px;
    background: #a09ba9;
    transform: rotate(10deg);
}

.service-style-five .owl-dots button span {
    display: none !important;
}

.service-style-five .owl-dots button {
    position: absolute;
    top: -4px;
    left: 55px;
    counter-increment: slides-num;
    font-size: 36px;
    font-weight: 600;
    font-family: 'DG Heaven';
}

.service-style-five .owl-dots button.active:before {
    position: absolute;
    content: counter(slides-num);
}

.service-style-five .owl-dots button.active:after {
    position: absolute;
    content: '0';
    top: 0px;
    left: 0px;
}

.service-style-five .owl-nav {
    position: absolute;
    top: -86px;
    right: 0px;
    left: 0px;
    text-align: left;
}

.service-style-five .owl-nav:before {
    position: absolute;
    content: '';
    background: #dcd8e6;
    width: 125px;
    height: 1px;
    top: 14px;
    left: 25px;
}

.service-style-five .owl-nav button {
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 34px;
    color: #a09ba9;
    cursor: pointer;
    transition: all 500ms ease;
}

.service-style-five .owl-nav button:hover {}

.service-style-five .owl-nav button.owl-next {
    left: -8px;
}

.service-style-five .owl-nav button.owl-prev {
    left: 150px;
    top: -5px;
    transform: rotate(180deg);
}

.service-style-five .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.service-style-five .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    visibility: hidden;
}

.service-style-five .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.service-style-five .service-block-two .inner-box,
.service-style-five .service-block-two .link-box {
    background: #f4f1fa;
}

.service-style-five .service-block-two .link-box a {
    background: #e7e3f0;
}

.service-style-five .service-block-two .link-box a:hover {
    color: #fff;
}

.service-style-five .service-block-two:after {
    background-image: url(../images/icons/icon-30.png);
}

.service-style-five .service-block-two:hover .inner-box,
.service-style-five .service-block-two:hover .link-box {
    background: #fff;
}

.service-style-five .service-block-two:hover .inner-box {
    box-shadow: 0px 0px 30px 0px rgba(108, 78, 167, 0.20);
}

.service-style-five .service-block-two:hover .link-box {
    box-shadow: 15px 10px 20px 0px rgba(108, 78, 167, 0.10);
}

.clients-style-two.service-page .sec-title .sub-title {
    color: #fff;
}

.clients-style-two.service-page .clients-list li {
    border-color: rgba(255, 255, 255, 0.15);
}

.clients-style-two.service-page .more-text h5 {
    color: #fff;
}

.clients-style-two.service-page .more-text h5 a {
    color: #fff;
}

.pricing-style-two.alternat-3 .content-box .list-item li:before {
    background-image: url(../images/icons/icon-1.png);
}

.pricing-style-two.alternat-3 .content-box .text-box h3:before {
    background: #f4f1fa;
}

.pricing-style-two.alternat-3 .content-box .author-box .author-thumb:before {
    background: #efebf7;
}

.pricing-style-two.alternat-3 .content-box .author-box h4 a {
    color: #75727b;
}

.pricing-style-two.alternat-3 .content-box .author-box h4 a:hover {}

.pricing-style-two.alternat-3 .pricing-block-one .pricing-table .feature-list li:nth-child(even):after {
    background: linear-gradient(90deg, #fff 0%, #f4f1fa 50%, #fff 100%);
}

.pricing-style-two.alternat-3 .pricing-block-one.active-block .pricing-table .feature-list li:nth-child(even):after {
    background: linear-gradient(90deg, #272e39 0%, #333c4a 50%, #272e39 100%);
}

.cta-section.alternat-2 .theme-btn:hover,
.cta-section.alternat-2 .theme-btn:before {
    background: #fff;
    color: #252b35 !important;
}

.cta-section.alternat-2 .image-box-two .text-box:before {
    background-image: url(../images/shape/shape-46.png);
}

/** service-details **/
.service-details {
    position: relative;
}

.service-details-content {
    position: relative;
    display: block;
}

.service-details-content .image-box {
    position: relative;
    display: block;
    border-radius: 30px;
    margin-bottom: 43px;
}

.service-details-content .image-box img {
    width: 100%;
    border-radius: 30px;
}

.service-details-content h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 22px;
}

.service-details-content .bold-text {
    color: #272e39;
    margin-bottom: 25px;
}

.service-details-content .content-one {
    position: relative;
    display: block;
    margin-bottom: 52px;
}

.service-details-content .chooseus-block-three .inner-box {
    background: #f4f1fa;
}

.service-details-content .chooseus-block-three .inner-box:before {
    background-image: url(../images/icons/decor-2.png);
}

.service-details-content .chooseus-block-three .inner-box .count-text {
    background: #e7e3f0;
}

.service-details-content .content-two {
    padding-bottom: 24px;
}

.service-details-content .content-three {
    margin-bottom: 43px;
}

.service-details-content .content-three h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 23px;
}

.service-details-content .content-three .single-item {
    position: relative;
    display: block;
    padding-right: 28px;
    margin-bottom: 26px;
}

.service-details-content .content-three .single-item:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 11px;
    height: 16px;
    right: 0px;
    top: 7px;
    transition: all 500ms ease;
}

.service-details-content .content-three .single-item:last-child {
    margin-bottom: 0px;
}

.service-details-content .content-three .single-item h4 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.service-details-content .content-four h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 23px;
}

.service-details-content .content-four .upper-box {
    position: relative;
    display: block;
    margin-bottom: 22px;
}

.service-details-content .content-four .tab-btns {
    position: relative;
    display: inline-block;
    background: #f4f1fa;
    border-radius: 20px 20px 0px 0px;
    padding: 10px;
    z-index: 1;
}

.service-details-content .content-four .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'DG Heaven';
    color: #272e39;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 20px 20px 0px 20px;
    transition: all 500ms ease;
}

.service-details-content .content-four .tab-btns .tab-btn.active-btn {
    background: #fff;
}

.service-details-content .content-four .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    background: #dcd8e6;
    width: 1px;
    height: 30px;
    top: 10px;
    left: 0px;
    transition: all 500ms ease;
}

.service-details-content .content-four .tab-btns .tab-btn:last-child:before {
    display: none;
}

.service-details-content .content-four .tab-btns .tab-btn.active-btn:before {
    opacity: 0;
}

.service-details-content .content-four .tabs-content {
    position: relative;
    display: block;
    border: 1px solid #e8eaed;
    border-radius: 0px 30px 30px 30px;
    padding: 57px 39px 37px 39px;
    margin-top: -35px;
}

.service-sidebar {
    position: relative;
    display: block;
}

.service-sidebar .category-widget {
    position: relative;
    display: block;
    background: #f4f1fa;
    padding: 20px;
    border-radius: 30px;
}

.service-sidebar .category-widget .category-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.service-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.service-sidebar .category-widget .category-list li a {
    position: relative;
    display: block;
    padding-left: 60px;
}

.service-sidebar .category-widget .category-list li a span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #75727b;
    font-weight: 600;
    background: #fff;
    padding: 16px 20px;
    border-radius: 20px 20px 0px 20px;
    transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a.current span,
.service-sidebar .category-widget .category-list li a:hover span {
    color: #fff;
}

.service-sidebar .category-widget .category-list li a i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 20px;
    color: #a09ba9;
    background: #fff;
    border-top-left-radius: 20px;
    text-align: center;
    transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a i:before {
    transition: all 500ms ease;
}

.service-sidebar .category-widget .category-list li a.current i:before,
.service-sidebar .category-widget .category-list li a:hover i:before {
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
}

.service-sidebar .category-widget .category-list li a.current i,
.service-sidebar .category-widget .category-list li a:hover i {
    color: #fff;
}

.service-sidebar .category-widget {
    margin-bottom: 40px;
}

.service-sidebar .download-widget {
    position: relative;
    display: block;
    background: #272e39;
    border-radius: 30px;
    padding: 20px;
}

.service-sidebar .download-widget .download-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: calc(100% - 60px);
    background: #fff;
    padding: 16px 20px 16px 75px;
    border-radius: 20px 20px 0px 20px;
}

.service-sidebar .download-widget .download-list li .icon {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 24px;
}

.service-sidebar .download-widget .download-list li .icon:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 1px;
    height: 24px;
    top: 3px;
    left: -16px;
}

.service-sidebar .download-widget .download-list li h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.service-sidebar .download-widget .download-list li button {
    position: absolute;
    top: 0px;
    left: -60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #a09ba9;
    background: #fff;
    text-align: center;
    border-top-left-radius: 20px;
    transition: all 500ms ease;
}

.service-sidebar .download-widget .download-list li button:hover {}

.service-sidebar .download-widget {
    margin-bottom: 40px;
}

.service-sidebar .support-widget {
    position: relative;
    display: block;
    padding: 33px 40px 243px 40px;
    border-radius: 30px 30px 0px 30px;
}

.service-sidebar .support-widget h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
}

.service-sidebar .support-widget p {
    display: block;
    color: #e0d6f4;
    margin-bottom: 20px;
}

.service-sidebar .support-widget .theme-btn {
    background: #c8af83;
}

.service-sidebar .support-widget .theme-btn:hover {
    background: #fff;
    color: #020a42 !important;
}

.service-sidebar .support-widget .theme-btn:before {
    background: #fff;
}

.service-sidebar .support-widget .big-text {
    position: absolute;
    right: 32px;
    bottom: 25px;
    font-size: 44px;
    line-height: 50px;
    font-family: 'DG Heaven';
    color: #7558af;
    font-weight: 700;
    writing-mode: vertical-lr;
}

.service-sidebar .support-widget .icon-box {
    position: absolute;
    top: 0px;
    left: 0px;
}

.service-sidebar .support-widget .image-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 50% 50% 0px 50%;
}

.service-sidebar .support-widget .image-box img {
    width: 100%;
    border-radius: 50% 50% 0px 50%;
}

.service-sidebar .support-widget:before {
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-47.png);
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
}

/** project-page-section **/
.project-page-section {
    position: relative;
}

.project-page-section .project-block-one .inner-box {
    margin-bottom: 30px;
}

.sortable-masonry .filters {
    position: relative;
    margin-bottom: 52px;
}

.sortable-masonry .filters .filter-tabs li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    font-weight: 600;
    color: #75727b;
    margin: 0px 20px;
    cursor: pointer;
    padding-top: 32px;
    transition: all 500ms ease;
}

.sortable-masonry .filters .filter-tabs li.active {}

.sortable-masonry .filters .filter-tabs li span {
    position: absolute;
    top: 0px;
    left: -25px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #272e39;
    background: #f4f1fa;
    font-weight: 700;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
}

.project-page-section .pagination-wrapper {
    margin-top: 30px;
}

.project-page-section.two-columns .project-block-one .inner-box .content-inner .text-box h6 {
    color: #43a5e6;
}

.project-page-section.two-columns .project-block-one .inner-box .content-inner .text-box h6:before {
    background: #eef3f6;
}

.project-page-section .more-btn {
    margin-top: 30px;
}

.project-block-three .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.project-block-three .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.project-block-three .inner-box .image-box img {
    width: 100%;
    border-radius: 30px;
    transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box img {
    transform: scale(1.05);
}

/** project-details **/
.project-details {
    position: relative;
    padding: 140px 0px 133px 0px;
}

.project-sidebar {
    position: relative;
    display: block;
    margin-left: 30px;
}

.project-sidebar .project-info-box {
    position: relative;
    display: block;
    border-radius: 30px 30px 0px 30px;
    padding: 33px 40px 40px 40px;
    margin-bottom: 42px;
}

.project-sidebar .project-info-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.project-sidebar .project-info-box .info-list li {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.project-sidebar .project-info-box .info-list li:last-child {
    margin-bottom: 0px;
}

.project-sidebar .project-info-box .info-list li span {
    position: relative;
    display: block;
    font-size: 17px;
    color: #e0d6f4;
    margin-bottom: 8px;
}

.project-sidebar .project-info-box .info-list li h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.project-sidebar .project-info-box .info-list {
    margin-bottom: 30px;
}

.project-sidebar .project-info-box .theme-btn {
    background: #fff;
}

.project-sidebar .project-info-box:before {
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-48.png);
    right: 0px;
    top: 103px;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
}

.project-sidebar .project-share-option h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 14px;
}

.project-sidebar .project-share-option .social-links li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.project-sidebar .project-share-option .social-links li:last-child {
    margin: 0px !important;
}

.project-sidebar .project-share-option .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #272e39;
    border: 1px solid #e7e4ee;
    border-radius: 50%;
    text-align: center;
}

.project-sidebar .project-share-option .social-links li a:hover {
    color: #fff;
}

.project-details-content {
    position: relative;
    display: block;
    margin-top: -9px;
}

.project-details-content h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 35px;
}

.project-details-content .text-box p:first-child {
    padding-right: 80px;
}

.project-details-content .text-box p:first-child span {
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
    background: #272e39;
}

.project-details-content .image-box {
    position: relative;
    display: block;
    margin-top: 45px;
    padding-bottom: 15px;
}

.project-details-content .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 30px;
}

.project-details-content .image-box .image img {
    width: 100%;
    border-radius: 30px;
}

.project-details-content .content-one {
    margin-bottom: 40px;
}

.project-details-content .content-two .single-item {
    position: relative;
    display: block;
    padding-right: 100px;
    margin-bottom: 30px;
}

.project-details-content .content-two .single-item:last-child {
    margin-bottom: 0px;
}

.project-details-content .content-two .single-item .icon-box {
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 60px;
}

.project-details-content .content-two .single-item h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 12px;
}

.project-details-content .content-two .single-item h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
}

.project-details-content .content-two .single-item .list-item li {
    position: relative;
    display: block;
    padding-right: 28px;
    margin-bottom: 10px;
}

.project-details-content .content-two .single-item .list-item li:last-child {
    margin-bottom: 0px;
}

.project-details-content .content-two .single-item .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 11px;
    height: 16px;
    right: 0px;
    top: 6px;
}

/** blog-grid **/
.blog-grid {
    position: relative;
}

.blog-grid .news-block-one .inner-box {
    margin-bottom: 30px;
}

.blog-grid .pagination-wrapper {
    margin-top: 30px;
}

/** sidebar-page-container **/
.sidebar-page-container {
    position: relative;
    display: block;
}

.sidebar-page-container .pagination .prev-btn {
    float: right;
}

.sidebar-page-container .pagination .next-btn {
    float: left;
}

.sidebar-page-container .pagination-wrapper {
    padding-top: 30px;
}

.blog-sidebar {
    position: relative;
    display: block;
    background: #f4f1fa;
    padding: 50px 30px 50px 30px;
    border-radius: 30px;
}

.blog-sidebar .search-widget .search-inner .form-group {
    position: relative;
    margin: 0px;
}

.blog-sidebar .search-widget .search-inner input[type='search'] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px 30px 0px 30px;
    font-size: 17px;
    color: #75727b;
    padding: 10px 50px 10px 30px;
    box-shadow: 0px 0px 50px 0px #ece7f5;
    transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-inner button[type='submit'] {
    position: absolute;
    top: 15px;
    left: 30px;
}

.blog-sidebar .search-widget .search-inner input:focus {}

.blog-sidebar .search-widget {
    margin-bottom: 50px;
}

.blog-sidebar .widget-title {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d3df;
}

.blog-sidebar .widget-title:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    right: 50%;
    transform: translateX(-50%);
    bottom: -1px;
}

.blog-sidebar .widget-title h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.blog-sidebar .category-widget .category-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.blog-sidebar .category-widget .category-list li:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .category-widget .category-list li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
    margin-left: 6px;
    padding-right: 25px;
}

.blog-sidebar .category-widget .category-list li a:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 11px;
    height: 16px;
    right: 0px;
    top: 6px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before {
    filter: grayscale(0%);
    opacity: 1;
}

.blog-sidebar .category-widget .category-list li a:hover {}

.blog-sidebar .category-widget .category-list li .line {
    position: relative;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #272e39;
    top: 5px;
}

.blog-sidebar .category-widget .category-list li span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #75727b;
    margin-right: 14px;
}

.blog-sidebar .category-widget {
    margin-bottom: 40px;
}

.blog-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-right: 90px;
    margin-bottom: 25px;
}

.blog-sidebar .post-widget .post:last-child {
    margin-bottom: 0px;
}

.blog-sidebar .post-widget .post .post-thumb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 15px;
}

.blog-sidebar .post-widget .post .post-thumb img {
    width: 100%;
    border-radius: 15px;
}

.blog-sidebar .post-widget .post h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    padding: 0px 15px;
    border-radius: 20px 20px 0px 20px;
    margin-bottom: 12px;
}

.blog-sidebar .post-widget .post h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.blog-sidebar .post-widget .post h4 a {
    display: inline-block;
    color: #232c36;
}

.blog-sidebar .post-widget .post h4 a:hover {}

.blog-sidebar .post-widget {
    margin-bottom: 40px;
}

.blog-sidebar .tags-widget .tags-list {
    position: relative;
    margin: 0px 0px;
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0px 5px 10px 5px;
}

.blog-sidebar .tags-widget .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #75727b;
    font-weight: 500;
    border: 1px solid #d6d3df;
    border-radius: 25px 25px 25px 25px;
    padding: 4px 14px;
    text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover {
    color: #fff;
    border-bottom-left-radius: 0px;
}

.blog-sidebar {
    margin-bottom: 50px;
}

.sidebar-page-container .support-widget {
    position: relative;
    display: block;
    padding: 33px 40px 243px 40px;
    border-radius: 30px 30px 0px 30px;
}

.sidebar-page-container .support-widget h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
}

.sidebar-page-container .support-widget p {
    display: block;
    color: #e0d6f4;
    margin-bottom: 20px;
}

.sidebar-page-container .support-widget .theme-btn {
    background: #c8af83;
}

.sidebar-page-container .support-widget .theme-btn:hover {
    background: #fff;
    color: #020a42 !important;
}

.sidebar-page-container .support-widget .theme-btn:before {
    background: #fff;
}

.sidebar-page-container .support-widget .big-text {
    position: absolute;
    right: 32px;
    bottom: 25px;
    font-size: 44px;
    line-height: 50px;
    font-family: 'DG Heaven';
    color: #7558af;
    font-weight: 700;
    writing-mode: vertical-lr;
}

.sidebar-page-container .support-widget .icon-box {
    position: absolute;
    top: 0px;
    left: 0px;
}

.sidebar-page-container .support-widget .image-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 50% 50% 0px 50%;
}

.sidebar-page-container .support-widget .image-box img {
    width: 100%;
    border-radius: 50% 50% 0px 50%;
}

.sidebar-page-container .support-widget:before {
    position: absolute;
    content: '';
    background-image: url(../images/shape/shape-47.png);
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
}

.news-block-four .inner-box {
    position: relative;
    display: block;
    padding: 29px 29px 30px 29px;
    border: 1px solid #e7e3ee;
    border-radius: 30px;
    margin-bottom: 50px;
}

.news-block-four .inner-box .author-box {
    position: relative;
    display: block;
    padding-right: 75px;
    margin-bottom: 22px;
}

.news-block-four .inner-box .author-box.pad-0 {
    padding: 0px;
}

.news-block-four .inner-box .author-box .author-thumb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 5px;
    border: 1px solid #e7e3ee;
    border-radius: 50%;
}

.news-block-four .inner-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.news-block-four .inner-box .author-box h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f4f1fa;
    text-align: center;
    padding: 3px 15px;
    border-radius: 20px 20px 0px 20px;
    margin-bottom: 12px;
}

.news-block-four .inner-box .author-box .post-info li {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #75727b;
    margin-left: 30px;
}

.news-block-four .inner-box .author-box .post-info li span {
    color: #272e39;
}

.news-block-four .inner-box .author-box .post-info li a {
    display: inline-block;
    color: #75727b;
}

.news-block-four .inner-box .author-box .post-info li a:hover {}

.news-block-four .inner-box .author-box .post-info li:last-child {
    margin: 0px !important;
}

.news-block-four .inner-box .author-box .post-info li:before {
    position: absolute;
    content: '';
    background: #bbb6c4;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 13px;
    left: -18px;
}

.news-block-four .inner-box .author-box .post-info li:last-child:before {
    display: none;
}

.news-block-four .inner-box .image-box {
    position: relative;
    display: block;
    border-radius: 30px;
    margin-bottom: 30px;
}

.news-block-four .inner-box .image-box img {
    width: 100%;
    border-radius: 30px;
}

.news-block-four .inner-box h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-block-four .inner-box h2 a {
    display: inline-block;
    color: #272e39;
}

.news-block-four .inner-box h2 a:hover {}

.news-block-four .inner-box p {
    margin-bottom: 30px;
}

.news-block-four .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
}

.news-block-four .inner-box .link a:before {
    position: absolute;
    content: '';
    background: #ddecec;
    width: 20px;
    height: 1px;
    right: -30px;
    top: 14px;
    transition: all 500ms ease;
}

.news-block-four .inner-box .link a:hover:before {
    opacity: 0;
}

.news-block-four .inner-box .link a span {
    position: relative;
    padding-left: 24px;
    transition: all 500ms ease;
}

.news-block-four .inner-box .link a:hover span {
    padding-left: 58px;
}

.news-block-four .inner-box .link a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.news-block-four .inner-box .link a span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 11px;
    left: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.news-block-four .inner-box .link a:hover span:after {
    transform: scaleX(1);
}

.news-block-four .inner-box .link a:hover {}

.news-block-four .inner-box .share-box {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.news-block-four .inner-box .share-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #a09ba9;
    padding-right: 30px;
}

.news-block-four .inner-box .share-box a:hover {}

.news-block-four .inner-box .share-box a i {
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 20px;
    font-weight: 400;
    color: #373e48;
}

.sidebar-page-container.blog-list-two .pagination-wrapper {
    padding-top: 10px;
}

.blog-details-content {
    position: relative;
    display: block;
}

.blog-details-content .content-one .author-post {
    position: relative;
    display: block;
    padding-right: 75px;
    margin-bottom: 22px;
}

.blog-details-content .content-one .author-post .author-thumb {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 5px;
    border: 1px solid #e7e3ee;
    border-radius: 50%;
}

.blog-details-content .content-one .author-post .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-content .content-one .author-post h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f4f1fa;
    text-align: center;
    padding: 3px 15px;
    border-radius: 20px 20px 0px 20px;
    margin-bottom: 12px;
}

.blog-details-content .content-one .author-post .post-info li {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #75727b;
    margin-left: 30px;
}

.blog-details-content .content-one .author-post .post-info li span {
    color: #272e39;
}

.blog-details-content .content-one .author-post .post-info li a {
    display: inline-block;
    color: #75727b;
}

.blog-details-content .content-one .author-post .post-info li a:hover {}

.blog-details-content .content-one .author-post .post-info li:last-child {
    margin: 0px !important;
}

.blog-details-content .content-one .author-post .post-info li:before {
    position: absolute;
    content: '';
    background: #bbb6c4;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 13px;
    left: -18px;
}

.blog-details-content .content-one .author-post .post-info li:last-child:before {
    display: none;
}

.blog-details-content h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-details-content .content-one .text-box {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.blog-details-content .content-one .text-box p:last-child {
    margin-top: 26px;
}

.blog-details-content .content-one .text-box p:first-child {
    position: relative;
    display: block;
    padding-right: 80px;
}

.blog-details-content .content-one .text-box p span {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 6px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #272e39;
    border-radius: 50% 50% 0px 50%;
    text-align: center;
}

.blog-details-content .content-one .image-box {
    position: relative;
    display: block;
    border-radius: 30px;
}

.blog-details-content .content-one .image-box img {
    width: 100%;
    border-radius: 30px;
}

.blog-details-content .content-one {
    margin-bottom: 40px;
}

.blog-details-content h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 26px;
}

.blog-details-content .content-two p {
    margin-bottom: 30px;
}

.blog-details-content .content-two h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 18px;
}

.blog-details-content .content-two .list-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.blog-details-content .content-two .list-item li {
    position: relative;
    display: block;
    padding-right: 28px;
    margin-bottom: 12px;
}

.blog-details-content .content-two .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 11px;
    height: 16px;
    right: 0px;
    top: 6px;
}

.blog-details-content blockquote {
    position: relative;
    display: block;
    background: #272e39;
    padding: 33px 40px 32px 160px;
    border-radius: 30px 30px 0px 30px;
    margin: 0px;
}

.blog-details-content blockquote .icon-box {
    position: absolute;
    display: inline-block;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #c8af83;
}

.blog-details-content blockquote .icon-box:before {
    position: absolute;
    content: '';
    background: #404a5b;
    width: 1px;
    height: 120px;
    top: -30px;
    left: -31px;
}

.blog-details-content blockquote h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-details-content blockquote .designation {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'DG Heaven';
    color: #9ca4af;
    font-weight: 600;
    padding-right: 18px;
}

.blog-details-content blockquote .designation:before {
    position: absolute;
    content: '';
    border: 2px solid #c8af83;
    width: 10px;
    height: 10px;
    right: 0px;
    top: 9px;
    border-radius: 50%;
}

.blog-details-content .content-two {
    margin-bottom: 40px;
}

.blog-details-content .content-three p {
    margin-bottom: 30px;
}

.blog-details-content .content-three .single-item {
    position: relative;
    display: block;
    margin-bottom: 25px;
    padding-right: 40px;
}

.blog-details-content .content-three .single-item:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-34.png);
    width: 28px;
    height: 20px;
    right: 0px;
    top: 5px;
    background-repeat: no-repeat;
}

.blog-details-content .content-three .single-item p {
    margin-bottom: 0px;
}

.blog-details-content .content-three .single-item span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-family: 'DG Heaven';
    color: #272e39;
    font-weight: 600;
    z-index: 1;
}

.blog-details-content .content-three .single-item span:before {
    position: absolute;
    content: '';
    background: #f4f1fa;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 2px;
    z-index: -1;
}

.blog-details-content .post-tags {
    position: relative;
    display: block;
    padding-top: 30px;
}

.blog-details-content .post-tags .tags-list li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.blog-details-content .post-tags .tags-list li:last-child {
    margin: 0px !important;
}

.blog-details-content .post-tags .tags-list li h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    padding-right: 22px;
}

.blog-details-content .post-tags .tags-list li h5 img {
    position: absolute;
    right: 0px;
    top: 10px;
}

.blog-details-content .post-tags .tags-list li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #75727b;
    font-weight: 500;
    border: 1px solid #d6d3df;
    border-radius: 25px;
    padding: 5px 15px;
    text-align: center;
}

.blog-details-content .post-tags .tags-list li a:hover {
    color: #fff;
}

.blog-details-content .content-three {
    margin-bottom: 60px;
}

.blog-details-content .author-box {
    position: relative;
    display: block;
    border: 1px solid #e7e3ee;
    border-radius: 30px 30px 0px 30px;
    padding: 33px 40px 32px 220px;
    margin-bottom: 60px;
}

.blog-details-content .author-box .author-thumb {
    position: absolute;
    right: 48px;
    top: 48px;
    width: 135px;
    height: 135px;
    border-radius: 30px 30px 0px 30px;
    z-index: 1;
}

.blog-details-content .author-box .author-thumb:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    border-radius: 30px 30px 0px 30px;
    transform: rotate(10deg);
    z-index: -1;
}

.blog-details-content .author-box .author-thumb img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
}

.blog-details-content .author-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.blog-details-content .author-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-details-content .author-box p {
    margin-bottom: 15px;
}

.blog-details-content .author-box h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.blog-details-content .author-box h5 a {
    position: relative;
    display: inline-block;
    color: #272e39;
    padding-left: 23px;
}

.blog-details-content .author-box h5 a:hover {}

.blog-details-content .author-box h5 a:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    left: 0px;
    top: 0px;
    font-size: 20px;
    font-weight: 400;
}

.blog-details-content .author-box .social-links {
    position: absolute;
    top: 39px;
    left: 39px;
}

.blog-details-content .author-box .social-links li {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.blog-details-content .author-box .social-links li:last-child {
    margin: 0px !important;
}

.blog-details-content .author-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #f4f1fa;
    text-align: center;
    color: #272e39;
    border-radius: 50%;
}

.blog-details-content .author-box .social-links li a:hover {
    color: #fff;
}

.blog-details-content .post-nav-btn {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.blog-details-content .post-nav-btn .post-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.blog-details-content .post-nav-btn .single-btn {
    position: relative;
    display: block;
}

.blog-details-content .post-nav-btn .single-btn h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #f4f1fa;
    padding: 3px 15px;
    border-radius: 20px 20px 0px 20px;
    margin-bottom: 12px;
}

.blog-details-content .post-nav-btn .single-btn.next-btn {
    text-align: left;
}

.blog-details-content .post-nav-btn .single-btn h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.blog-details-content .post-nav-btn .single-btn h4 a {
    display: inline-block;
    color: #232c36;
}

.blog-details-content .post-nav-btn .single-btn h4 a:hover {}

.blog-details-content .post-nav-btn .btn-box a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
    background: #fff;
    padding: 16px 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px rgba(108, 78, 167, 0.15);
    text-align: center;
}

.blog-details-content .post-nav-btn .btn-box a:hover {}

.blog-details-content .post-nav-btn .btn-box a span {
    position: relative;
    padding-right: 28px;
}

.blog-details-content .post-nav-btn .btn-box a span:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-35.png);
    width: 18px;
    height: 18px;
    right: 0px;
    top: 2px;
    background-repeat: no-repeat;
}

.check-box input {
    display: none;
}

.check-box label {
    position: relative;
    font-size: 17px;
    color: #75727b;
    padding-right: 24px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
}

.check-box label:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e3ee;
    background: #f4f1fa;
}

.check-box label:after {
    position: absolute;
    content: '';
    right: 4px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    opacity: 0;
    transition: all 500ms ease;
}

.check-box input:checked + label:after {
    opacity: 1;
}

.blog-details-content .comment-form-area .text-box {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.blog-details-content .comment-form-area .text-box h3 {
    margin-bottom: 12px;
}

.blog-details-content .comment-form-area .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.blog-details-content .comment-form-area .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.blog-details-content .comment-form-area .form-inner .form-group input[type='text'],
.blog-details-content .comment-form-area .form-inner .form-group input[type='email'],
.blog-details-content .comment-form-area .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e8e4ee;
    border-radius: 20px 20px 0px 20px;
    font-size: 17px;
    color: #75727b;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.blog-details-content .comment-form-area .form-inner .form-group input:focus,
.blog-details-content .comment-form-area .form-inner .form-group textarea:focus {}

.blog-details-content .comment-form-area .form-inner .form-group textarea {
    height: 120px;
    resize: none;
    padding-top: 15px;
}

/** about-style-five **/
.about-style-five {
    position: relative;
}

.about-style-five .content-box {
    position: relative;
    display: block;
}

.about-style-five .content-box .sec-title {
    margin-left: -130px;
    margin-bottom: 30px;
}

.about-style-five .content-box .sec-title:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 175px;
    right: 0px;
    top: 11px;
    border-top-left-radius: 25px;
}

.about-style-five .content-box .text-box h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 25px;
    z-index: 1;
}

.about-style-five .content-box .text-box h3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 2px;
    z-index: -1;
    background: #f4f1fa;
}

.about-style-five .content-box .text-box p {
    margin-bottom: 30px;
}

.about-style-five .image-box {
    display: block;
    border-radius: 200px 200px 0px 200px;
}

.about-style-five .image-box img {
    width: 100%;
    border-radius: 200px 200px 0px 200px;
}

.about-style-five .inner-box {
    position: relative;
    display: block;
}

.about-style-five .inner-box .single-item {
    position: relative;
    display: block;
    margin-top: 25px;
    padding-right: 80px;
}

.about-style-five .inner-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 58px;
    font-size: 40px;
    background: #f4f1fa;
    text-align: center;
    border-radius: 50% 50% 0px 50%;
}

.about-style-five .inner-box .single-item h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-style-five .inner-box .list-item {
    position: relative;
    display: block;
    margin-top: 25px;
}

.about-style-five .inner-box .list-item li {
    position: relative;
    display: block;
    padding-right: 23px;
    margin-bottom: 11px;
}

.about-style-five .inner-box .list-item li:last-child {
    margin-bottom: 0px;
}

.about-style-five .inner-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 11px;
    height: 16px;
    right: 0px;
    top: 6px;
}

/** chooseus-style-five **/
.chooseus-style-five {
    position: relative;
    background: #272e39;
}

.chooseus-style-five .chooseus-block-three .inner-box {
    background: #333c4a;
}

.chooseus-style-five .chooseus-block-three .inner-box:before {
    background-image: url(../images/icons/decor-3.png);
}

.chooseus-style-five .chooseus-block-three .inner-box .count-text {
    color: #fff;
    background: #272e39;
}

.chooseus-style-five .chooseus-block-three .inner-box:hover .count-text {
    background: #c8af83;
}

.chooseus-style-five .chooseus-block-three .inner-box h3:before {
    color: #c8af83;
}

.chooseus-style-five .chooseus-block-three .inner-box h3 {
    color: #fff;
}

.chooseus-style-five .chooseus-block-three .inner-box p {
    color: #9ca4af;
}

.chooseus-style-five .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 47px;
}

.chooseus-style-five .owl-dots span {
    display: none !important;
}

.chooseus-style-five .owl-dots button {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #404a5b;
    border-radius: 50% 50% 0px 50%;
    cursor: pointer;
    margin: 0px 35px;
    transition: all 500ms ease;
}

.chooseus-style-five .owl-dots button.active {
    background: #c8af83;
}

.chooseus-style-five .owl-dots button:before {
    position: absolute;
    content: '';
    background: #404a5b;
    width: 50px;
    height: 1px;
    top: 7px;
    left: -60px;
}

.chooseus-style-five .owl-dots button:last-child:before {
    opacity: 0;
    z-index: -9;
}

.skills-section.about-page .content-box .inner-box .progress-box .bar-inner:before {
    background-image: url(../images/icons/polygon-2.png);
}

/** faq-page-section **/
.faq-page-section {
    position: relative;
}

.faq-sidebar {
    position: relative;
    display: block;
    padding: 32px 29px 40px 29px;
    border: 1px solid #e7e3ee;
    border-radius: 30px 30px 0px 30px;
}

.faq-sidebar .text-box {
    margin-bottom: 32px;
}

.faq-sidebar .text-box h3 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 8px;
}

.faq-sidebar .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.faq-sidebar .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.faq-sidebar .form-inner .form-group input[type='text'],
.faq-sidebar .form-inner .form-group input[type='email'],
.faq-sidebar .form-inner .form-group textarea,
.faq-sidebar .form-inner .form-group .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #f4f1fa;
    border-radius: 35px 35px 0px 35px;
    font-size: 17px;
    color: #75727b;
    border: 1px solid #f4f1fa;
    padding: 10px 30px;
    transition: all 500ms ease;
}

.faq-sidebar .form-inner .form-group .select-box {
    min-height: 60px;
}

.faq-sidebar .form-inner .form-group .nice-select {
    padding: 0px 20px;
    line-height: 60px;
}

.faq-sidebar .form-inner .form-group input:focus,
.faq-sidebar .form-inner .form-group textarea:focus {}

.faq-sidebar .form-inner .form-group textarea {
    height: 140px;
    resize: none;
    padding-top: 15px;
}

.faq-sidebar .form-inner .form-group .select-box:before {
    position: absolute;
    content: "\f106";
    font-family: 'flaticon';
    font-size: 18px;
    top: 15px;
    left: 26px;
    color: #a5a0ae;
    z-index: 1;
}

.faq-page-section .accordion-content h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 36px;
    z-index: 1;
}

.faq-page-section .accordion-content h3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 4px;
    background: #f4f1fa;
    z-index: -1;
}

.faq-page-section .faq-content {
    position: relative;
    display: block;
    padding-right: 200px;
}

.faq-page-section .accordion-content {
    margin-bottom: 51px;
}

.faq-page-section .accordion-content:last-child {
    margin-bottom: 0px;
}

.faq-page-section .big-text {
    position: absolute;
    right: 0px;
    top: 0;
    text-align: center;
    font-size: 180px;
    line-height: 160px;
    font-family: 'DG Heaven';
    text-shadow: 0px 0px 30px rgba(108, 78, 167, 0.10);
    font-weight: 900;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    color: #fff;
    transform: rotate(-180deg);
}

/** comingsoon **/
.comingsoon-section {
    position: fixed;
    padding: 140px 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f1fa;
}

.comingsoon-section .content-box {
    position: relative;
    display: block;
}

.comingsoon-section .logo-box {
    position: relative;
    display: block;
    margin-bottom: 65px;
}

.comingsoon-section h2 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 72px;
    margin-bottom: 30px;
    font-weight: 600;
}

.comingsoon-section p {
    display: block;
    margin-bottom: 28px;
}

.comingsoon-section .btn-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.comingsoon-section .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
}

.comingsoon-section .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dcd8e6;
    border-radius: 50%;
    font-size: 18px;
    color: #a09ba9;
    text-align: center;
}

.comingsoon-section .social-links li a:hover {
    color: #fff;
}

.comingsoon-section .cs-countdown {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

.comingsoon-section .cs-countdown .count-col {
    position: relative;
    display: inline-block;
    margin: 0px 45px;
}

.comingsoon-section .cs-countdown .count-col:before,
.comingsoon-section .cs-countdown .count-col:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: -53px;
    border-radius: 50%;
}

.comingsoon-section .cs-countdown .count-col:before {
    top: 20px;
}

.comingsoon-section .cs-countdown .count-col:after {
    bottom: 55px;
}

.comingsoon-section .cs-countdown .count-col:last-child:before,
.comingsoon-section .cs-countdown .count-col:last-child:after {
    display: none;
}

.comingsoon-section .cs-countdown .count-col:last-child {
    margin-bottom: 0px;
}

.comingsoon-section .cs-countdown .count-col span {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 80px;
    font-family: 'DG Heaven';
    font-weight: 600;
    color: #272e39;
    margin-bottom: 5px;
}

.comingsoon-section .cs-countdown .count-col h6 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
    text-transform: capitalize;
}

.comingsoon-section .big-text {
    position: absolute;
    right: 85px;
    top: 145px;
    text-align: center;
    font-size: 180px;
    line-height: 160px;
    font-family: 'DG Heaven';
    text-shadow: 0px 0px 30px rgba(108, 78, 167, 0.10);
    font-weight: 900;
    text-transform: uppercase;
    color: #f4f1fa;
    width: 100%;
    transform: translateX(-50%);
}

.comingsoon-section .shape {
    position: absolute;
    top: 0px;
    left: -210px;
    width: 512px;
    height: 512px;
    background-repeat: no-repeat;
}

/** error-section **/
.error-section {
    position: fixed;
    padding: 250px 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.error-section .content-box {
    position: relative;
    display: block;
}

.error-section .content-box .image-box {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.error-section .content-box .image-box h3 {
    position: absolute;
    right: -87px;
    top: 20px;
    width: 100%;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    text-align: right;
}

.error-section .content-box h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 20px;
}

.error-section .content-box p {
    font-size: 19px;
    line-height: 30px;
    display: block;
    margin-bottom: 28px;
}

.error-section .scroll-text {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.error-section .scroll-text .text-box-one,
.error-section .scroll-text .text-box-two {
    position: absolute;
    width: 100%;
    min-width: 5500px;
    padding: 20px 0px;
    background: #f4f1fa;
    ;
}

.error-section .scroll-text .text-box-one {
    left: 0px;
}

.error-section .scroll-text .text-box-two {
    right: 0px;
}

.error-section .scroll-text .text-inner.text-one {
    -moz-animation: scroll-left 90s linear infinite;
    -webkit-animation: scroll-left 90s linear infinite;
    animation: scroll-left 90s linear infinite;
}

.error-section .scroll-text .text-inner.text-two {
    -moz-animation: scroll-right 90s linear infinite;
    -webkit-animation: scroll-right 90s linear infinite;
    animation: scroll-right 90s linear infinite;
}

@-moz-keyframes scroll-right {
    0% {
        -moz-transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-right {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

.error-section .scroll-text .text-box-one {
    top: 0px;
}

.error-section .scroll-text .text-box-two {
    bottom: 0px;
}

.error-section .scroll-text h3 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #272e39;
    margin: 0px 22px;
}

/** contact-section **/
.contact-section {
    position: relative;
    background: #f4f1fa;
}

.contact-section .sec-title {
    margin-bottom: 0px;
}

.contact-section .sec-title h2 {
    margin-bottom: 28px;
}

.contact-section .sec-title .sub-title:before {
    background: #e7e3f0;
}

.info-block-one .inner-box {
    position: relative;
    display: block;
}

.info-block-one .inner-box .upper-box {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 30px 30px 0px 30px;
    padding: 21px 30px 23px 30px;
    overflow: hidden;
}

.info-block-one .inner-box .upper-box:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: calc(100% - 60px);
    height: 1px;
    right: 30px;
    bottom: 0px;
}

.info-block-one .inner-box .lower-content {
    position: relative;
    background: #fff;
    padding: 30px 30px 34px 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.10);
}

.info-block-one .inner-box .upper-box .light-icon {
    position: absolute;
    left: 30px;
    bottom: -7px;
    font-size: 100px;
    color: #e7e3ee;
}

.info-column:last-child .info-block-one .inner-box .upper-box .light-icon {
    bottom: -15px;
}

.info-block-one .inner-box .upper-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 2px;
}

.info-block-one .inner-box .single-item {
    position: relative;
    display: block;
    margin-bottom: 17px;
    padding-right: 50px;
}

.info-block-one .inner-box .single-item .icon-box {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 30px;
}

.info-block-one .inner-box .single-item h6 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
    z-index: 1;
}

.info-block-one .inner-box .single-item h6:before {
    position: absolute;
    content: '';
    background: #f4f1fa;
    width: 100%;
    height: 10px;
    right: 0px;
    bottom: 3px;
    z-index: -1;
}

.info-block-one .inner-box .single-item p a {
    color: #75727b;
}

.info-block-one .inner-box .single-item p a:hover {}

.info-block-one .inner-box .link a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #272e39;
    font-weight: 600;
}

.info-block-one .inner-box .link a:before {
    position: absolute;
    content: '';
    background: #e7e3ee;
    width: 20px;
    height: 1px;
    right: -30px;
    top: 15px;
    transition: all 500ms ease;
}

.info-block-one .inner-box .link a:hover:before {
    opacity: 0;
}

.info-block-one .inner-box .link a span {
    position: relative;
    padding-left: 24px;
    transition: all 500ms ease;
}

.info-block-one .inner-box .link a:hover span {
    padding-left: 58px;
}

.info-block-one .inner-box .link a span:before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    top: -2px;
    left: 0px;
    font-weight: 400;
}

.info-block-one .inner-box .link a span:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 1px;
    top: 11px;
    left: 13px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: all 500ms ease;
}

.info-block-one .inner-box .link a:hover span:after {
    transform: scaleX(1);
}

.info-block-one .inner-box .link a:hover {
    color: #294eaa;
}

/** contact-style-two **/
.contact-style-two {
    position: relative;
    padding: 0px 140px;
}

.contact-style-two:before {
    position: absolute;
    content: '';
    background: #f4f1fa;
    width: 100%;
    height: 50%;
    right: 0px;
    top: 0px;
}

.contact-style-two .outer-container {
    position: relative;
    background: #272e39;
    border-radius: 30px 30px 0px 30px;
    overflow: hidden;
}

.contact-style-two .sec-title p {
    color: #9ca4af;
    margin-top: 11px;
}

.contact-style-two .form-inner .form-group {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.contact-style-two .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.contact-style-two .form-inner .form-group input[type='text'],
.contact-style-two .form-inner .form-group input[type='email'],
.contact-style-two .form-inner .form-group textarea,
.contact-style-two .form-inner .form-group .nice-select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px 20px 0px 20px;
    font-size: 17px;
    color: #9ca4af;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.contact-style-two .form-inner .form-group .nice-select {
    padding: 0px 20px;
    line-height: 60px;
}

.contact-style-two .form-inner .form-group textarea {
    height: 120px;
    resize: none;
}

.contact-style-two .form-inner .form-group label {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'DG Heaven';
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}

.contact-style-two .form-inner .form-group input:focus,
.contact-style-two .form-inner .form-group textarea:focus {}

.contact-style-two .check-box label:before {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.10);
    width: 24px;
    height: 24px;
    top: 3px;
}

.contact-style-two .form-inner .form-group .check-box label {
    font-size: 17px;
    font-family: 'DG Heaven';
    font-weight: 400;
    color: #9ca4af;
    padding-right: 38px;
    margin-bottom: 0px;
}

.contact-style-two .check-box label:after {
    width: 16px;
    height: 16px;
    top: 7px;
}

.contact-style-two .form-inner .form-group .theme-btn {}

.contact-style-two .form-inner .form-group .theme-btn:hover {
    background: #fff;
    color: #272e39 !important;
}

.contact-style-two .form-inner .form-group .theme-btn:before {
    background: #fff;
}

.contact-style-two .pattern-layer .pattern-1 {
    position: absolute;
    right: -130px;
    bottom: -155px;
    width: 860px;
    height: 735px;
    border-radius: 50%;
    background: #333c4a;
}

.contact-style-two .pattern-layer .pattern-2 {
    position: absolute;
    right: -125px;
    bottom: -145px;
    width: 860px;
    height: 735px;
    border-radius: 50%;
}

.contact-style-two .image-layer {
    position: absolute;
    right: 70px;
    bottom: 0px;
}

.growth-section .growth-inner .content-box .text-box .theme-btn.btn-bas {
    background: #294eaa;
}

.growth-section .growth-inner .content-box .text-box .theme-btn.btn-bas:before {
    background: #1fd6e4;
}

.growth-section .growth-inner .content-box .text-box .theme-btn.btn-bas:hover {
    background: #1fd6e4 !important;
     !i;
     !;
     !;
}

.colorwhite {
    color: #fff !important;
}

.flags {
    padding: 60px 0;
}

.flags .auto-container {
    position: relative
}

.flag-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flags .flag-item {
    text-align: center;
}

.flags .flag-item img {
    width: 73px;
}

.flags .flag-item span {
    display: block;
    margin-top: 7px;
}

.downLLFtr {}

.downLLFtr a {
    display: flex;
    margin-bottom: 9px;
    background: #1f3050 !important;
    /* border-radius: 20px; */
    padding: 9px 15px;
    padding-right: 44px;
    color: #fff;
    align-items: center;
    /* justify-content: center; */
}

.downLLFtr a:nth-child(2) {
    background: #294eaa
}

.downLLFtr a:hover {
    background: #294eaa !important;
}

.downLLFtr a img {}

.downLLFtr a span {
    margin: 0 13px;
}

.downLLFtr a b {
    font-size: 16px;
    font-family: "din";
}

.font22 {
    font-size: 22px !important
}

.font30 {
    font-size: 26px !important;
}

.font25 {
    font-size: 26px !important;
}

.innerWrap,
.inner-wrap {
    padding: 13px 0 50px;
    min-height: 400px;
    background: #fff;
}

.innerWrap {
    padding: 63px 0 50px;
}

.inner-wrap h1,
.inner-wrap h2,
.inner-wraph3,
.inner-wraph4,
.inner-wraph5,
.inner-wrap h6 {
    color: #272e39;
}

.contactBlock {
    margin: 0;
}

.contactBlock > div:first-child {
    background: #e8e8e8
}

.contactBlock > div:nth-child(2) {
    background: #f1f1f1
}

.contactBlock > div:nth-child(3) {
    background: #f9f9f9
}

.contactBlock > div:nth-child(4) {
    background: #fff
}

.contactItem {
    /* text-align: center; */
    padding: 46px 18px;
    border-radius: 0;
    /* background: #f7f7f7; */
    height: 100%;
}

.contactItem img {
    height: 78px;
    margin-bottom: 21px;
}

.contactItem a {
    color: #2a2a2a;
    font-size: 17px;
    margin-top: 10px;
    display: block;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.contactItem i {
    /* width: 68px; */
    /* height: 68px; */
    min-width: 55px;
    border-radius: 100%;
    /* background: #294eaa; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #686868;
    font-size: 54px;
    /* font-weight: 600; */
    margin-bottom: 10px;
    font-weight: lighter;
    font-family: "Font Awesome 5 Pro";
}

.contactItem i.fa-map-marked:before {
    content: "\f3c5";
}

.contactItem i.fa-mobile-android-alt:before {
    content: "\f3ce";
}

.contactItem .txtCon {}

.contactItem h6 {
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;
}

.contactItem h4 {
    font-size: 13px;
    line-height: 17px;
    color: #474444;
}

.form-group {
    margin-bottom: 17px;
}
.form-group .text-danger ,.input-group .text-danger{
    font-size: 13px;
}
.form-check .form-check-input {
    float: right;
    margin-left: 13px;
    /* margin-right: -1.5em; */
    margin-top: 9px;
}

.form-check {
    padding-right: 0;
    margin-right: 0;
}

fieldset {
    border: 1px #ddd solid;
    padding: 30px 20px 20px;
    border-radius: 25px 25px 25px 0;
    position: relative;
    margin-top: 20px;
}

fieldset legend {
    position: absolute;
    top: -16px;
    background: #fff;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    color: #293658;
    font-size: 18px;
}

.form-group label {
    margin-bottom: 10px;
    /* word-break: auto-phrase; */

}

.form-check label {
    display: inline;
}

.form-control {
    /* background: #efefef; */
    /* border: none; */
    height: 50px;
    border-radius: 0 !important;
    direction: rtl;
    margin-top: 6px;
    font-size: 13px;
    appearance: auto;
}

input::file-selector-button {
    font-weight: bold;
    color: dodgerblue;
    padding: 0.5em;
    border: thin solid grey;
    border-radius: 3px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1fd6e4;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(31 214 228 / 30%);
}

textarea.form-control {
    height: 150px;
}

.listUl {}

.listUl li {
    font-size: 16px;
    margin-bottom: 6px;
    color: #333;
    position: relative;
    padding-right: 32px;
}

.listUl li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 2px;
    background: #1fd6e4;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
}

/**************************************/
@media screen and (max-width: 767px) {
    ul.social-links {
        display: none
    }

    .support-box {
        display: none;
    }

    .main-header .lft-column {
        width: 100%;
        /* margin-top: 36px; */
    }

    .search-box {
        display: none
    }

    .theme-btn.btn-one {
        font-size: 13px;
        padding: 8px 10px;
    }

    .header-upper .logo-box a {
        width: 210px;
        top: -23px;
        right: -16px;
        background: #fff;
    }

    .mobile-nav-toggler {
        display: block;
        margin: 0;
        top: 0;
    }

    .topLnks {
        justify-content: flex-end
    }

    .banner-carousel .content-box h2 {
        font-size: 22px !important;
        line-height: 28px !important;
        padding: 10px 20px;
        /* text-shadow: 2px 2px #fff; */
        background: rgb(0 0 0 / 58%);
        color: #1fd6e4;
        border-radius: 10px;
        font-size: 17px;
        line-height: 18px;
    }

    .banner-carousel .content-box .lower-box .text {
        font-size: 19px;
        line-height: 20px;
        height: auto;
        overflow: hidden;
        padding: 10px 20px;
        /* text-shadow: 0 2px #fff; */
        background: rgb(0 0 0 / 58%);
        color: #fff;
        border-radius: 11px;
        font-size: 16px;
    }

    .working-section .sec-title {
        margin: 60px 0 40px
    }

    .working-block-one .inner-box .lower-content {
        padding-right: 16px;
    }

    .working-block-one .inner-box .lower-content h2 {
        font-size: 40px;
        line-height: 55px;
        top: 12px;
    }

    .growth-section .growth-inner .content-box .sec-title {
        width: 100%
    }

    .growth-section .growth-inner .content-box .text-box .theme-btn.btn-two {
        width: 100%;
        margin-bottom: 10px;
    }

    .flag-con {
        justify-content: center;
    }

    .flags .flag-item {
        margin: 8px 5px
    }

    .appointment-section .outer-container {
        padding-bottom: 20px
    }

    .menu-outer {
        padding-top: 80px
    }

    .footer-style-four .footer-bottom .rght-column p {
        margin: 0;
        color: #fff;
    }

    .footer-style-four .footer-bottom .rght-column {
        justify-content: center;
        margin: 0 0 7px;
    }

    .flags .h630 {
        height: auto !important
    }
}

@media screen and (max-width: 767px) {
    .support-box {
        display: flex;
        position: absolute;
        width: 100vw;
        right: -10px;
        top: -58px;
        z-index: 1000;
        margin: 0;
        justify-content: center;
    }

    .support-box h5 a {
        color: #fff;
    }

    .support-box .icon-box {
        /* min-width:45px; */
        background: transparent;
        width: auto;
        height: auto;
        line-height: 18px;
    }

    .header-upper .logo-box a:nth-child(2) {
        width: 57px;
    }

    .header-upper .logo-box a:first-child {
        width: 123px;
        margin-left: 10px;
    }

    .header-upper .logo-box a {
        display: block;
        background: transparent;
    }

    .header-upper .logo-box {
        /* background:transparent; */
        top: -17px;
        /* display: block; */
        right: -8px;
        width: auto;
        padding: 0;
    }
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.text-maincolor {
    color: #294eaa;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 18px !important;
}

.text-lightgrey {
    color: #363636
}

.countries-bg {
    background-image: url(../images/mapbg.svg)
}

.h630 {
    height: 541px !important;
}

/*********new********/
.detailsCon {
    padding: 20px;
    margin-bottom: 29px;
    /* padding-right: 26px; */
    border: 1px #dadada solid;
    border-radius: 15px;
}

.detailsCon h2 {
    font-size: 18px;
    position: relative;
    margin-bottom: 12px;
    padding-right: 29px;
    font-weight: 600;
}

.detailsCon h2:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f359";
    font-size: 22px;
    margin-left: 10px;
    color: #d5ae60;
    position: absolute;
    right: 0;
    top: -3px;
}

.detailsCon p {
    font-size: 15px;
}

.detailsCon p span {
    background: #294eaa;
    padding: 5px 25px 7px;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    font-weight: bold;
}

.detailsCon p {
    display: inline-block;
}

.detailsCon i {
    font-size: 21px;
    /* margin-left: 16px; */
    padding-top: 13px;
    position: relative;
    top: 2px;
    color: #ffffff;
    /* background: #d5ae60; */
    /* width: 45px; */
    /* height: 45px; */
    /* border-radius: 13px; */
}

.detailsCon .frsico {
    color: #fff !important
}

.servB {
    border: 1px #ddd solid;
    border-radius: 15px;
    padding: 31px 15px !important;
    text-align: center;
    /* border-bottom: 4px #b3b3b3 solid; */
    /* border-right: 4px #b3b3b3 solid; */
    margin-bottom: 22px;
}

.servB i {
    display: flex;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    font-size: 27px;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: #294eaa;
    border-radius: 100%;
}

.servB span {}

.listD {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.listD li {
    display: block;
    margin: 0 0 10px;
    padding-right: 25px;
    position: relative;
}

.listD li:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    position: absolute;
    right: 0;
    top: 2px;
    color: #c8b088;
}

.media {
    margin: 4px 0 24px;
}

.media b {
    background: #c8b088;
    border-radius: 15px;
    padding: 4px 25px 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px;
}

.media b:last-child {
    background: #294eaa;
}

.media span {
    margin: 0 4px;
    font-weight: bold;
}

.servItem {
    padding: 11px 15px 0;
    background: #ffff;
    border: 1px #dadada solid;
    border-radius: 15px;
    text-align: center;
    /* margin: 0 5px 16px; */
    /* width: 184px; */
    height: 100%;
}

.servItem img {
    height: 84px;
}

.servItem h2 {
    font-size: 16px;
    margin: 15px 0;
    color: #000;
}

.servItem h2 span {
    font-size: 16px;
    color: #2b4eb8;
}

.servItem h2 b {
    font-weight: normal;
    font-size: 13px
}

.servItem p {
    height: 100px;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
}

.ratings i {
    color: #f7da5c !important;
    font-size: 17px;
}

.hotelTit .ratings {}

.ratingRatio {
    display: flex;
    margin-top: 12px;
}

.ratingRatio .ratiotxt {
    text-align: left;
    line-height: 15px;
}

.ratingRatio.inlineCon .ratiotxt {
    display: flex;
    align-items: center;
}

.ratingRatio.inlineCon .no {
    margin: 0;
    margin-left: 9px;
}

.ratingRatio.inlineCon .ratiotxt span {
    top: 0;
    margin-right: 5px;
    font-size: 14px;
    font-weight: bold;
}

.ratingRatio.inlineCon .ratiotxt span:before {
    content: ",";
    margin-left: 5px
}

.ratingRatio .ratiotxt p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.ratingRatio .ratiotxt span {
    color: #7D8B93;
    font-size: 11px;
    position: relative;
    top: -3px;
}

.ratingRatio .no {
    background: #c8b088;
    color: #fff;
    height: 30px;
    padding: 3px 20px 0;
    margin-right: 10px;
    border-radius: 15px;
    margin-top: 3px;
}

.ratingRatio.big {
    margin: 33px 0;
}

.ratingRatio.big .no {
    margin: 0;
    margin-left: 17px;
    background: transparent;
    color: #f56960;
    font-weight: bold;
    font-size: 59px;
    padding: 0;
    height: auto;
    border-radius: 0;
}

.ratingRatio.big .no b {
    color: #f56960;
    font-size: 24px;
}

.ratingRatio.big .ratiotxt {
    text-align: right;
    margin-top: -6px;
}

.ratingRatio.big .ratiotxt p {
    color: #033C5D;
    font-size: 20px;
    margin-bottom: 3px;
}

.ratingRatio.big .ratiotxt span {
    font-size: 15px;
    top: 0;
}

.ratingRatio .no b {
    color: #E8E9E9;
    font-weight: normal;
    font-size: 13px;
}

.dt {
    margin: 15px 10px;
    border-radius: 10px;
    margin-right: 0;
}

.hotmain {
    border-bottom: solid 1px #ddd;
    padding-bottom: 31px;
    margin-bottom: 30px;
}

.hotmain img {
    border-radius: 15px
}

.hoteltxt {}

.hoteltxt a {
    color: #294eaa
}

.hoteltxt .d-flex {
    flex-wrap: wrap;
}

.hoteltxt h6 {
    font-size: 15px;
    margin-top: 8px;
}

.hoteltxt p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    color: #565656;
}

.hoteltxt a {
    color: #294eaa;
    font-size: 15px;
    text-decoration: underline;
}

.hoteltxt:hover a {
    color: #000;
}

.hote {
    font-size: 17px;
    background: #ffffff;
    color: #262626;
    padding: 12px 17px 14px;
    border-radius: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    border: solid 1px #cbcbcb;
}

.hotelLnk:hover {
    color: #000
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.ml0 {
    margin-left: 0;
}

.pbtn {
    padding: 6px 30px 8px;
}

}

.mt-40 {
    margin-top: 40px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mt0 {
    margin-top: 0 !important
}

.bakaBlock {
    margin-bottom: 30px;
}

.bakaBlock i {
    font-size: 21px;
    color: #333333;
    position: relative;
    top: 4px;
}

.title3 {
    font-size: 20px;
    margin: 20px 0 10px;
    position: relative;
    padding-right: 17px;
}

.title3:before {
    content: "";
    width: 8px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #b79a5c;
    border-right: 4px #7f7f7f solid;
}

.bakaBlock .imgCon {
    /* border: 1px #ddd solid; */
    /* padding: 15px; */
    border-radius: 15px;
    position: relative;
}

.bakaBlock .imgCon .iconCon {
    /* position: absolute; */
    /* bottom: -83px; */
    /* display: flex; */
    margin-top: 25px;
    /* align-items: center; */
    /* justify-content: center; */
    /* right: 0; */
    /* left: 0; */
    /* flex-wrap: wrap; */
}

.bakaBlock .imgCon .img {
    /* height: 415px; */
    overflow: hidden;
    border-radius: 16px;
}

.bakaBlock .imgCon img {
    border-radius: 15px;
    /* filter: brightness(1.2); */
    /* min-height: 100%; */
}

.pn {
    padding: 0 !important;
}

.brdr-n {
    border: solid 1px transparent;
}

.countdown {
    /* justify-content: center; */
    display: flex;
    position: absolute;
    left: 45%;
    top: 85px;
    align-items: center;
}

.circular-item {
    width: 100%;
}

.countdown span {
    color: #000;
    z-index: 1;
    font-weight: bold;
    font-size: 37px;
    position: relative;
    top: 20px;
}

.countdown b {
    z-index: 1;
    position: relative;
    top: 6px;
    left: 43px;
    font-size: 15px;
    color: #d1bb74;
}

.countdown img {
    position: absolute;
    top: -32px;
    /* width: 127px; */
}

.progressCount {
    display: inline-block;
    margin: 0;
}

.circle {
    width: 100%;
    margin: 0 auto;
    margin-top: -25px;
    display: inline-block;
    text-align: center;
    z-index: 1;
    position: relative;
    left: -12px;
}

.circle canvas {
    vertical-align: middle;
    width: 80px !important;
    height: 80px !important;
    position: relative;
    top: 4px;
}

.circle div {
    position: absolute;
    top: 15px;
    color: #000;
    left: -1px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}

.title2 {
    font-size: 20px;
    margin: 8px 0 17px;
    color: #294eaa;
}

.frsico {
    background: #c8b088;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #fff !important;
    font-size: 19px;
    position: relative;
    top: 0;
}

.brdrflight {
    padding-left: 15px;
    border-left: solid 2px #bdbdbd;
    border-radius: 0;
    border-bottom: none !important;
     !i;
     !;
}

.txtbrief {
    line-height: 24px;
    margin-top: 9px;
}

.flight {
    /* border-bottom: solid 1px #bdbdbd; */
    padding-bottom: 18px;
    margin-top: 20px;
    background: #f8f8f8;
    padding: 19px;
    /* border-radius: 15px; */
}

.flight:last-child {
    border-bottom: solid 1px transparent;
}

.clrblck {
    color: #000;
}

.gallery-owl {
    border-radius: 15px;
    overflow: hidden;
}

.gallery-owl .owl-item {}

.gallery-owl .owl-item .imgCon,
.hotmain .imgCon {
    height: 270px;
    overflow: hidden;
    display: block;
}

.gallery-owl .owl-item .imgCon img,
.hotmain .imgCon img {
    border-radius: 15px !important;
    min-height: 100%
}

.gallery-owl .owl-prev,
.gallery-owl .owl-next {
    position: absolute;
    top: 44%;
    z-index: 5;
    left: 10px;
    background: #fff;
    font-size: 33px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}

.gallery-owl .owl-prev span,
.gallery-owl .owl-next span {
    line-height: 15px;
    position: relative;
    top: -8px;
}

.gallery-owl .owl-next {
    left: auto;
    right: 10px;
}

.fs22 {
    font-size: 22px !important;
}

.fs14 {
    font-size: 14px !important;
}

.adv-owl .owl-nav {
    display: none
}

.adv-owl .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.adv-owl .img {
    overflow: hidden;
    border-radius: 16px;
}

.adv-owl .img {
    /* height: 415px; */
}

.adv-owl .img img {
    width: 100%;
    /* height: 100%; */
}

.color1 {
    color: #294eaa !important
}

.color-dark {
    color: #111 !important
}

.alert-gold {
    margin: 20px 0 11px;
    background: #f7f7f7;
}

.flight.alert-gold {
    /* background: #294eaa; */
    background: #f8ffff;
    border: 2px #00cedf solid;
}

.alert-gold p {
    text-align: center;
    display: block;
    color: #363636;
    font-size: 16px;
    margin: 0;
    /* background: #91adf3; */
    /* border: solid 1px #8ea7e4; */
    /* border-radius: 13px; */
    padding: 7px 15px;
}

.alert-gold p a {
    color: #000
}

/****************new********************/
.gallryLnk {
    border: solid 1px #969696;
    display: block;
    padding: 0 0 15px;
    border-radius: 15px;
    text-align: center;
    margin: 13px 0;
}

.gallryLnk img {
    border-radius: 15px 15px 0 0;
}

.gallryLnk span {
    margin-top: 11px;
    display: block;
    color: #000;
}

.inner-bg,
#ImageGalleryForm {
    padding: 55px 0;
}

.innerWrap .inner-bg {
    padding: 0;
}

.innerWrap .inner-bg .alert.alert-danger {
    padding: 30px 27px 20px;
    border-radius: 0;
    background: #f8ffff;
    border: 2px #00cedf solid;
    color: #333;
}

.pager {}

.pager__items {
    display: flex;
    justify-content: center;
}

.pager__items .pager__item {}

.pager__items .pager__item a {
    width: 40px;
    height: 40px;
    display: flex;
    background: #1fd6e4 !important;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: #fff !important;
}

.pager__items .pager__item a:hover,
.pager__items .pager__item a:focus {
    background: #272e39 !important;
}

/*************team******************/
.service-block-one.teamBlck {
    margin-bottom: 25px
}

.service-block-one.teamBlck .inner-box .imgTeam {
    text-align: center;
}

.service-block-one.teamBlck .inner-box .imgTeam img {
    border-radius: 0;
    height: 225px;
    width: 100%;
    margin: 0 auto 20px;
}

.service-block-one.teamBlck .inner-box h4 {
    margin-left: 0;
    color: #363636;
    min-height: 63px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titleinner {
    color: #294eaa;
    text-align: center;
    margin: 11px 0 30px;
}

.teamSingle.about-section {}

.teamSingle.about-section .sec-title {
    margin-bottom: 0;
}

.teamSingle.about-section .sec-title h2 {
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0;
}

.teamSingle.about-section .sec-title p {
    color: #294eaa;
    font-size: 18px;
}

.teamSingle.about-section .sec-title .sub-title {
    color: #294eaa;
    font-size: 17px;
    margin-bottom: 0;
    padding-top: 0;
}

.iconBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
}

.iconBlock a {
    color: #294eaa
}

.iconBlock .ico {
    min-width: 58px;
}

.iconBlock .ico i {
    font-size: 21px;
    color: #1fd6e4;
    width: 48px;
    border: 1px solid #a7a7a7;
    border-radius: 0;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.iconBlock .txtCon {}

.iconBlock .txtCon h4 {
    font-size: 16px;
    color: #363636;
}

.iconBlock:hover .ico i {
    background: #294eaa;
    color: #fff
}

.iconBlock .txtCon p {
    margin: 0;
}

.skillBlock {
    background: #ffffff;
    border-radius: 0;
    padding: 20px 10px;
    position: relative;
    /* padding-right: 67px; */
    margin: 0 0 29px;
    text-align: center;
    border: 1px solid #a7a7a7;
}

.skillBlock h4 {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4px;
    background: #f1f1f1;
    border-radius: 0;
    padding: 10px 7px;
    color: #363636;
    height: 63px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skillBlock h2 {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 20px;
}

.skillBlock i {
    font-size: 26px;
    width: 45px;
    height: 45px;
    border: solid 1px #363636;
    border-radius: 0;
    padding-top: 9px;
    color: #1fd6e4;
    margin: 10px 0;
}

.skillBlock p {
    font-size: 16px;
    background: #1fd6e4;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    padding: 2px 20px 3px;
    border-radius: 12px;
}

.flagCon {
    background: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 0;
    padding: 16px 15px;
    position: relative;
    margin-bottom: 24px;
    border: solid 1px #bfbfbf;
}

.flagCon:before {
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    top: 39%;
    height: 25px;
    background: #ffffff;
    z-index: 0;
}

.flagCon .imgCon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-left: 16px;
    position: relative;
    z-index: 2;
}

.flagCon .imgCon img {}

.flagCon p {
    color: #363636;
    font-size: 16px;
    position: relative;
    z-index: 2;
    line-height: 24px;
}

.ttitleeblue {
    position: relative;
    margin: 9px 0 40px;
}

.ttitleeblue:after {
    content: "";
    right: 0;
    left: 8px;
    position: absolute;
    height: 2px;
    bottom: -5px;
    background: #1fd6e4;
}

.ttitleeblue:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    margin-left: 8px;
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
    transform: translateY(3px);
    display: inline-block;
    background: #2d4ca6;
}

.ttitleeblue h1 {
    /* background: #294eaa; */
    font-size: 17px;
    margin: 0;
    color: #363636;
    padding: 20px 0;
    border-radius: 20px 20px 20px 0;
    display: inline-block;
}

.blockwide {
    border: 1px #51586c solid;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.newsItem {
    border: 1px #51586c solid;
    padding: 20px;
    border-radius: 20px;
}

.newsItem .text-box h2 {
    font-size: 18px;
}

.newsItem .text-box h6 {
    margin: 5px 0;
    font-size: 18px;
}

.newsItem .text-box p {
    line-height: 20px;
    margin: 0 0 9px;
    color: #a3a3a3;
    font-size: 14px;
}

.blockwide .image-box {
    height: 285px;
    overflow: hidden;
    border-radius: 20px;
}

.newsItem .image-box {
    height: 184px;
    overflow: hidden;
    border-radius: 20px;
    margin: 0 0 10px;
}

.newsItem .image-box img {
    min-height: 100%;
}

.blockwide .image-box img {}

.blockwide h2 {
    margin: 24px 0 0;
}

.blockwide h6,
.newsItem h6 {
    color: #1fd6e4;
    text-align: right;
    font-size: 18px;
    margin: 6px 0 0;
}

.blockwide p {}

.news-owl .owl-nav {
    display: none
}

.news-owl .owl-dots {
    margin: 22px 0;
    text-align: center;
}

.news-owl .owl-dots .owl-dot span {
    position: relative;
    display: block;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    background: #294eaa;
    cursor: pointer;
    transition: all 500ms ease;
    margin: 0 4px;
}

.news-owl .owl-dots .owl-dot.active span {
    background: #c8af83;
}

.newsBlck {
    padding-top: 40px
}

/************************************/
@media screen and (max-width: 767px) {
    .bakaBlock .imgCon .img {
        height: 250px
    }

    .bakaBlock .imgCon .iconCon {
        position: relative;
        bottom: auto;
        margin: 26px 0;
    }

    .countdown {
        width: 101px;
        left: 38%;
    }

    .circle canvas {
        display: none
    }

    .circle div {
        top: -32px;
        left: 18px;
        font-size: 23px;
    }

    .countdown b {
        top: 15px;
        left: 35px;
        font-weight: normal;
    }

    .servItem {
        margin-bottom: 15px
    }

    .hotmain .imgCon {
        margin-bottom: 15px;
        display: block;
    }

    .servItem h2 {
        font-size: 12px
    }

    .header-upper .outer-container {
        padding-top: 20px
    }
}

.ttitlee {}

.ttitlee h1 {
    /* background: #294eaa; */
    font-size: 15px;
    margin: 17px 0 22px;
    color: #ffff;
    padding: 13px 50px;
    border-radius: 20px 20px 20px 0;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.ttitlee h1:after {
    content: "";
    background: #294eaa;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    /* transform: skew(10deg,0); */
}

.ttitlee h1:before {
    content: "";
    background: #1fd6e4;
    right: 0px;
    left: -17px;
    top: -8px;
    bottom: 0;
    position: absolute;
    z-index: -2;
    /* transform: skew(10deg,0); */
}

.select2-results {
    direction: rtl;
}

body .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

body .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 10px;
    height: 50px;
    direction: rtl;
    text-align: right;
    font-size: 14px;
    color: #555;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #4444;
}

body .select2-container .select2-search--inline {
    float: right;
    padding: 5px 15px;
}

.form-control[type=file] {
    padding-top: 13px;
    padding-right: 20px;
}
.input-group  .form-control[type=file]{min-width:100%}

.btn.btn-primary {
    background: #294eaa;
    border-color: #294eaa;
    padding: 12px 50px 15px;
    font-size: 15px;
    border-radius: 0;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #00cedf;
    border: solid 1px #00cedf;
}

.btn.btn-reject {
        background: #dc3545;
        border-color: #dc3545;
        padding: 11px 35px 13px;
        font-size: 17px;
        border-radius: 0;
        color: white;
}

.btn.btn-reject:hover,
.btn.btn-reject:focus {
    background: red;
    color: white;
}

.tooltipForm {
    color: #b54751;
    margin-right: 6px;
}

.tooltip-inner {
    line-height: 18px;
    background: #b54751;
    max-width: 120px;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip .tooltip-arrow {
    --bs-tooltip-bg: #b54751;
}

.requ {
    font-size: 18px !important;
    color: #294eaa;
    margin-bottom: 15px !important;
}

.care {}

.care li {
    list-style-type: disc;
    list-style-position: inside;
    color: #484848;
    border-bottom: 1px solid #ced4da;
    padding: 7px 0 8px;
}

.titcare {
    background: #484848;
    border-radius: 15px;
    padding: 3px 0;
    margin-bottom: 20px;
}

.titcare h1 {
    color: #fff;
    font-size: 20px;
    padding: 10px 15px 13px;
}

.bg-gold {
    background: #1fd6e4 !important;
}

.main-menu .navigation > li > a.btn {
    background: #294eaa;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
    margin: 2px 0 0;
    border-radius: 20px;
}

.main-menu .navigation > li > a.btn:hover {
    background: #1fd6e4;
}

.mobile-menu .navigation li > a.btn {
    background: #1fd6e4;
    color: #fff;
    border-radius: 0;
}

.newss {}

.newss h2 {
    text-align: right;
    font-size: 20px;
    color: #ffffff;
}

.newss p {
    text-align: right;
    margin-top: 2px;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.newss a {
    color: #1fd6e4;
}

.pb65 {
    padding-bottom: 65px;
    padding-top: 30px;
}

.o_wss_certification_icon {
    width: 1.4em;
    height: auto;
}

.blocksCon .card-title {
    color: #000f38;
    font-size: 18px;
}

.o_wslides_desc_truncate_3 {
    max-height: 3.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
}

.o_wslides_desc_truncate_2 {
    max-height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blocksCon .badge-light {
    color: #fff;
    background-color: #1fd6e4;
    font-weight: normal
}

.blocksCon .card {
    border-radius: 19px;
    overflow: hidden;
    border-top: 8px #d1bf84 solid;
}

.blocksCon .card .card-img-top {
    width: calc(100% - 20px);
    margin: 10px auto;
    height: 158px;
    padding: 0 !important;
     !i;
     !;
}

.blocksCon .card .card-footer {
    background: transparent !important;
}

small,
.small {
    font-size: 0.75em;
}

.path-bg {
    margin-bottom: 50px;
    justify-content: center;
    position: relative;
    top: -120px;
    z-index: 100
}

.path-bg::before {
    content: "";
    background: url(https://release-test-haj--mfe-landing-template-3076.netlify.app/assets/images/path-slide.png) center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

[dir=ltr] .path-bg::before {
    transform: scaleX(-1)
}

[dir=ltr] .top-links-section,
[dir=ltr] .top-links-sub-menu {
    right: 0;
    left: auto
}

.bg-hajj {
    background: url(https://release-test-haj--mfe-landing-template-3076.netlify.app/assets/images/bg-hajj.jpg) repeat top/contain
}

.dot {
    cursor: pointer;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color .6s ease;
    display: flex;
    justify-content: center;
    margin: 0 90px;
    align-items: flex-start;
    position: relative;
    z-index: 100
}

.path-bg .active {
    background-color: #38a57d;
    transform: scale(1.5, 1.5);
    transition: all .3s ease
}

.dot:hover {
    background-color: #38a57d;
    transition: all .3s ease
}

.dot p {
    color: #fff;
    transition: all .3s ease;
    font-size: 16px !important;
    font-weight: 500;
    margin: 0
}

.path-bg .dot-active p {
    color: #38a57d;
    transition: all .3s ease;
    font-size: 16px !important
}

.blocksCon .nav-pills .nav-link {
    color: #fff;
    text-align: center;
}

.blocksCon .nav-pills .nav-item {
    position: relative;
    z-index: 10;
}

.blocksCon .nav-pills .nav-item:nth-child(1) {
    transform: translateY(-12px);
}

.blocksCon .nav-pills .nav-item:nth-child(2) {
    transform: translateY(-18px);
}

.blocksCon .nav-pills .nav-item:nth-child(3) {
    transform: translateY(-4px);
}

.blocksCon .nav-pills .nav-item:nth-child(4) {
    transform: translateY(13px);
}

.blocksCon .nav-pills .nav-item:nth-child(5) {
    transform: translateY(8px);
}

.blocksCon .nav-pills .nav-item:nth-child(6) {
    transform: translateY(-23px);
}

.blocksCon .nav-pills {
    margin: 0 0 46px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.blocksCon .nav-pills:before {
    content: "";
    background: url(../images/path-slide.png) no-repeat;
    /* width: 100%; */
    right: 3px;
    left: 8px;
    position: absolute;
    z-index: 1;
    background-size: 100% 100%;
     !;
    height: 66px;
    /* background: #ddd; */
    top: -6%;
}

.blocksCon .nav-pills .nav-link.active {
    background: transparent;
    position: relative;
}

.blocksCon .nav-pills .nav-link.active b,
.blocksCon .nav-pills .nav-link:hover b {
    background: #d1bf84;
    transform: scale(1.2);
}

.blocksCon .nav-pills .nav-link b {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 9px;
    transition: all 500ms ease;
}

.blocksCon .nav-pills .nav-link b img {
    height: 38px;
}

.blocksCon .nav-pills .nav-link span {
    font-size: 16px;
}

.blocksCon .nav-pills .nav-link.active span,
.blocksCon .nav-pills .nav-link:hover span {
    color: #d1bf84
}

.o_wslides_course_main .o_wslides_slides_list .o_wslides_slide_list_category_header,
.o_wslides_course_main .o_wslides_slides_list .o_wslides_slides_list_slide {
    border: 1px solid #999999;
    /* color: #fff; */
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h1,
.h1 {
    font-size: 1.5rem;
}

.o_wslides_js_course_join_link {
    padding: 2px 8px !important;
    width: 202px;
}

.nav-tabs.o_wslides_nav_tabs {
    border-color: #999999;
}

.nav-tabs.o_wslides_nav_tabs .nav-link {
    color: #000;
    border: none;
}

.nav-tabs.o_wslides_nav_tabs .nav-link.active {
    background: #1fd6e4;
    color: #fff
}

.border-top {
    border-top-color: #999999 !important;
}

a {
    color: #1fd6e4;
}

p a {
    color: #1fd6e4 !important;
}

.o_wslides_course_main .text-muted {
    color: #303030 !important;
    margin: 20px 0 5px
}

.bg-warning {
    color: #333
}

.o_website_rating_card_container table.o_website_rating_progress_table {
    width: 100%;
    overflow: visible;
}

.o_website_rating_card_container table.o_website_rating_progress_table .o_website_rating_table_progress {
    min-width: 120px;
}

.o_website_rating_card_container table.o_website_rating_progress_table .o_website_rating_table_star_num {
    min-width: 50px;
}

.o_website_rating_card_container table.o_website_rating_progress_table .o_website_rating_table_percent {
    text-align: left;
    padding-right: 5px;
    font-size: 0.75rem;
}

.o_website_rating_card_container table.o_website_rating_progress_table .o_website_rating_table_reset .o_website_rating_select_text {
    visibility: hidden;
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px #ddd solid;
}

.o_portal_chatter .o_portal_chatter_avatar {
    width: 45px;
    height: 45px;
    margin-left: 1rem;
}

.o_website_rating_static {
    color: #FACC2E;
}

.sideBlock {
    border: 1px #c0c0c0 solid;
    padding: 25px 15px;
    border-radius: 24px;
}

.sideBlock h1 {
    color: #000
}

.sideBlock .imgCon {
    height: 210px;
    overflow: hidden;
    border-radius: 20px;
}

.shareBtn {
    background: #294eaa;
    color: #fff;
    padding: 1px 29px;
    font-size: 15px;
    margin: 0;
    border-radius: 20px;
    width: 100%;
}

.cnt-hdr {
    color: #000;
    font-size: 18px;
    text-align: center;
    background: #f7f7f7;
    padding: 15px 0;
    border-radius: 15px;
}

.blckclr {
    color: #272e39 !important;
}

.blueclr {
    color: #294eaa !important;
}

.gldclr {
    background: #1fd6e4 !important;
}

.bluebgclr {
    background: #294eaa !important;
}

.btnreverse {
    padding: 10px 24px !important;
    border-radius: 20px;
}

}

.priv {}

.priv h5 {
    color: #294eaa;
}

.priv p {
    color: #474747;
    font-size: 16px;
}

.nav.tabCon {
    margin-bottom: 20px;
    border-bottom: 1px #ddd solid;
    padding-bottom: 21px;
    text-align: center;
    justify-content: center;
}

.nav.tabCon .nav-item .nav-link {
    background-color: #ebebeb;
    color: #403f3f;
    border-radius: 50px;
    padding: 9px 35px;
    margin-left: 5px;
    font-size: 17px;
}

.nav.tabCon .nav-item .nav-link.active,
.nav.tabCon .nav-item .nav-link:hover {
    color: #fff;
    background: #000
}

.courseD {
    display: flex;
    /* justify-content: space-between; */
    margin: 4px 0 18px;
}

.courseD h4 {
    color: #444;
    font-size: 16px;
    border-left: 1px #898989 solid;
    padding-left: 15px;
    margin-left: 16px;
}

.courseD h4:last-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0
}

.courseD h4 span {
    margin-right: 9px;
}

.courseD h4 i {
    margin-left: 5px;
    color: #294eaa;
    font-size: 21px;
}

/**********************************/
@media screen and (max-width: 1450px) {
    .main-menu .navigation > li > a {
        font-size: 16px
    }

    .main-menu .navigation > li {
        margin: 0 16px;
    }
}

@media screen and (max-width: 767px) {
    .growth-section .growth-inner .content-box {
        padding: 0;
    }

    .growth-section {
        padding: 76px 0 20px;
    }

    .working-block-one .inner-box {
        margin-bottom: 60px;
    }

    .working-block-one .inner-box .lower-content:before {
        bottom: 17px;
    }

    .service-section {
        padding: 0 0px 0 0px;
    }

    .working-section {
        padding: 0 0px 0 0px;
    }

    .header-lower {
        padding: 0
    }

    .language-box .dropdown-item {
        padding: 0
    }

    .banner-carousel .content-box {
        margin: 41px 0 0;
    }

    .banner-carousel .slide-item {
        height: 52vh;
    }

    .sec-title h2 {
        font-size: 16px !important;
        line-height: 24px !important;
        color: #294eaa;
    }

    .working-section .sec-title h2 {
        font-size: 18px !important;
        line-height: 20px;
        margin: 14px 0 26px;
    }

    .newsBlck {
        padding-top: 0
    }

    .blocksCon .nav-pills:before {
        display: none
    }

    .blocksCon .nav-pills .nav-link {
        margin-bottom: 15px;
    }

    .blocksCon .nav-pills .nav-item {
        transform: translateY(0) !important;
        ;
    }

    .sec-title .sub-title {
        font-size: 19px
    }

    .mobile-menu .navigation li {
        padding: 1px 20px;
    }

    .mobile-menu .navigation li > a {
        padding: 12px 10px;
    }

    .page-title h1 {
        font-size: 20px !important;
        margin-bottom: 0 !important;
         !i;
         !;
    }

    .innerWrap {
        padding: 35px 0
    }

    .banner-carousel .slide-item {
        min-height: 80vh
    }

    .sideBlock h1 {
        margin: 5px 0 25px
    }

    .courseD h4 {
        text-align: center;
    }

    .courseD h4 i {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .courseD h4 span {
        display: block;
        margin: 0;
    }

    .o_wslides_js_course_join_link {
        margin: 0 auto
    }

    .support-box {
        display: none
    }

    .nav.tabCon .nav-item {
        margin-bottom: 10px
    }

    .page-title {
        padding: 77px 0px 42px 0 !important;
    }
}

.sec-coun {
    text-align: center;
    border: solid 1px #8d8d8d;
    border-radius: 20px;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.sec-coun h1 {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    /* border-bottom: solid 1px #a9a9a9; */
    padding-bottom: 15px;
    background: #f5f5f5;
    border-radius: 20px 20px 0 0;
    padding-top: 12px;
}

.sec-coun img {
    width: 72px;
    height: 72px;
    margin-bottom: 10px;
}

.sec-coun a {
    /* width: 100%; */
    margin-bottom: 6px;
    padding: 8px 27px;
}

.coun-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    transform-origin: left bottom;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 500ms ease;
}

.coun-btn:hover:before {
    transform: scale(1, 1);
    background: #1fd6e4;
}

.select2-container--default .select2-selection--single {
    border-radius: 17px !important;
    background: #ffffff !important;
    border: 1px #ced4da solid !important;
}

.dltr {
    direction: ltr;
    margin-left: 10px
}

/* FAQ Accordion 2 - Start */
.faq_image {
    padding-right: 40px;
    margin-left: -50px;
}

.faq_accordion_2 {
    border: 1px solid #ddd;
    border-radius: 0;
    overflow: hidden;
}

.faq_accordion_2 .accordion_item {}

.faq_accordion_2 .accordion_item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.faq_accordion_2 .accordion_button {
    /* border-radius: 20px 20px 20px 0; */
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    position: relative;
    background: #ffffff;
    margin-bottom: -1px;
    color: #363636;
    padding: 23px 17px 22px;
    padding-left: 34px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.faq_accordion_2 .accordion_button[aria-expanded=true] {
    background: #294eaa;
    color: #fff
}

.faq_accordion_2 .accordion_button:before {
    top: 24px;
    left: 20px;
    font-size: 17px;
    line-height: 1;
    content: "\f067";
    font-weight: 400;
    position: absolute;
    color: #333;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    font-family: "Font Awesome 5 Pro";
}

.faq_accordion_2 .accordion_button[aria-expanded=true]:before {
    content: "\f068";
    transform: rotate(360deg);
    color: #fff
}

.faq_accordion_2 .accordion_body {
    padding: 25px;
}

.faq_accordion_2 p {
    font-size: 14px;
    line-height: 25px;
    color: #696969;
}
.faq_accordion_2 h6{margin:12px  0 8px}

.alert {
    border-radius: 25px 25px 25px 0;
    padding: 21px 27px;
}

.alert .bg-white {
    border-radius: 25px 25px 25px 0;
    padding: 21px 27px 15px;
}

.alert-dark {
    background: #f7f7f7;
}

.alert-danger {}

.alert-dark ul,
.alert-danger ul,
.alert-success ul {
    background: transparent;
    margin-bottom: 0px;
    padding: 14px 20px;
    border-radius: 0;
    /* background: #fff; */
    padding: 0;
}

.alert-dark > ul,
.alert-danger > ul,
.alert-success > ul {}

.alert-dark > ul > ul > li,
.alert-danger > ul > ul > li,
.alert-success > ul > ul > li {
    padding: 0;
    margin: 26px 0;
    padding: 23px 20px 15px !important;
    border-radius: 10px;
    border: 2px #ddd solid;
}

.alert-dark > ul > ul li,
.alert-danger > ul > ul li,
.alert-success > ul > ul li {
    padding: 0;
    color: #555;
}

.alert-dark > ul > ul li p,
.alert-danger > ul > ul li p,
.alert-success > ul > ul li p {
    background: #294eaa;
    display: inline-block;
    padding: 4px 20px 8px;
    color: #fff;
}

.blockUI h1 {
    color: #fff;
    font-size: 16px;
}

.blockUI.blockMsg {}

// .term {
}

.term p {
    /* line-height: 21px; */
    font-size: 15px;
    margin-top: 8px;
    /* color: #303030; */
    text-align: justify;
    margin-bottom: 10px;
}

.term .ttitlee {}

.term .ttitlee h1 {
    background: #294eaa;
    font-size: 15px;
    margin-bottom: 10px;
    color: #ffff;
    padding: 14px 25px;
    border-radius: 20px 20px 20px 0;
    display: inline-block;
}

.term .ttitlee h2 {
    font-size: 17px;
    color: #294eaa;
    margin-bottom: 10px;
}

.term .ttitlee h3 {
    font-size: 15px;
    background: #1fd6e4;
    color: #fff;
    display: inline-block;
    padding: 10px 16px;
    /* border-radius: 20px 20px 20px 0; */
    margin-bottom: 10px;
}


.about-section.teamSingle .term .list-item li:before {
    position: absolute;
    content: "\f104";
    font-family: 'flaticon';
    font-size: 17px !important;
    color: #272e39;
    right: 11px !important;
    top: 1px;
    font-weight: 400;
    z-index: 1;
    transform: rotate(180deg);
}

.term .list-item li:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 4px !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% 50% 0px 50%;
}

.clrred {
    color: red;
}

.squ {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 0;
    border: solid 1px #d9d9d9;
    margin-bottom: 15px;
}

.squ p {
    background: #fff;
    padding: 10px;
    border-radius: 0
}

@media (max-width: 789px) {
    .main-header .menu-right-content {
        position: absolute;
        left: 52px;
        right: auto;
        top: 25px;
    }

    .main-header .lft-column {
        margin-top: 30px;
    }

    .main-header .language-box h5 span {
        font-size: 13px;
    }

    .main-header .language-box h5 img {
        width: 21px;
    }

    .main-header .language-box {
        margin: 0 !important;
         !i;
         !;
        width: 100%;
        justify-content: end;
        padding: 0 14px;
    }

    .language-box .userName {
        font-size: 13px
    }
}

.language-box a:hover,
.language-box a:focus {
    color: #1fd6e4;
    background: transparent;
}

.language-box a {}

.table {
    /* border-radius: 25px 25px 25px 0; */
    border-collapse: separate;
    border-spacing: 0;
}
.table[style^="direction"]{
    background: #e5fdff !important;
    color: #333 !important;
    border-top: 1px #abd2d6 solid !important;
}
.table[style^="direction"] td{border-color:#abd2d6}
.table .form-control {
    height: 38px;
}

.table thead th {
    background: #294eaa;
    color: #ffffff;
    font-weight: normal;
    vertical-align: middle;
    padding-right: 20px;
}

.table td {
    border-bottom: 1px #bab8b8 solid;
}
.table td .text-danger{
    font-size:13px
}
.table thead tr:first-child th:first-child {
    border-radius: 0;
}

.table thead tr:first-child th:last-child {
    border-radius: 0;
    padding: 15px 10px !important;
    padding-right: 20px !important;
}

.table tbody tr:last-child td:first-child {
    /* border-radius: 0 0 20px 0; */
}

.titl {
    font-size: 16px;
    color: #000;
}

.hdr-man {
    font-size: 16px;
    color: #ffffff;
    margin-top: 23px;
    background: #1fd6e4;
    border-radius: 0;
}

.hdr-man h1 {
    font-size: 15px;
    color: #ffffff;
    padding: 20px 30px;
    margin-top: 23px;
}

.hdr-man h1 i {
    font-size: 10px;
    margin-left: 11px;
    transform: translateY(-3px);
}

ol {
    padding-right: 15px;
}

ol li {
    list-style: arabic-indic;
}

.outL {
    min-width: 25px;
    text-align: center
}

.label2 {
    display: block;
    color: #1fd6e4;
    font-size: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 13px !important;
    right: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #585858;
    line-height: 25px;
    text-align: right;
    font-size: 14px !important;
    padding-left: 16px;
}

/*************************/
/*---------------------------------------------------- */
.facAcc {
    z-index: 10;
    padding: 47px 0;
    padding-right: 40px;
    /* width: 800px; */
    max-width: 100%;
}

.facAcc:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10000px;
    background: rgb(41 78 170);
}

.facAcc:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 40px;
    height: 104%;
    width: 10000px;
    background: rgb(31 214 228);
}

.facAcc .accordion-header {
    border: none;
    border-radius: 0;
    background: transparent !important;
}

.facAcc .accordion-button {
    padding: 19px 0 18px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    border-radius: 0 !important;
    border-top: solid 1px #ffffffbd;
    font-weight: 500;
    text-align: right;
}

.facAcc .accordion-item:first-child .accordion-button {
    border-top: none;
}

.facAcc .accordion-button:focus {
    /* border-color: #ffffff; */
    box-shadow: none;
}

.facAcc .accordion-button[aria-expanded="true"] {
    background: #fff;
    color: #363636;
    /* border-bottom: 0.5px #d3dbe3 solid; */
    padding: 18px 20px 18px;
}

.facAcc .accordion-item {
    margin-bottom: 0;
    border: none;
    position: relative;
    z-index: 3;
    background: transparent;
}

.facAcc .accordion-button::after {
    background: none;
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
    color: #333;
    font-size: 17px;
    margin-right: auto;
    transform: none;
    margin-left: 0;
    font-weight: normal;
    position: relative;
    top: -1px;
}

.facAcc .accordion-button[aria-expanded="false"]::after {
    content: "\f067";
    color: #fff
}

.facAcc .bg-white {
    height: 100%
}

.facAcc .accordion-body {
    background: #fff;
    border-radius: 0;
    margin: 0 0 0;
    padding: 24px 15px;
    border: none;
}

.facAcc .accordion-bodyÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ p {
    margin: 0
}

/*********rate**********/
.rateItem {
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    margin-bottom: 8px;
}

.rateItem > .row {}

.rateItem:last-child {
    border: none
}

.rateItem h4 {
    color: #000;
    font-size: 18px;
    margin-top: 19px;
}

.rateItem h4:before {
    content: "\f344";
    font-family: "Font Awesome 5 Pro";
    color: #ca964f;
    margin-left: 20px;
}

.rateItem .rateCon {
    /* display: flex; */
    flex-wrap: wrap;
    /* justify-content: end; */
}

.tooltiprat {
    position: relative;
    display: block;
    height: 16px;
    margin: -7px 0 0;
}

.tooltiprat .value {}

.tooltiprat .hover {
    position: absolute;
    left: 20px;
    background: #000;
    width: 100px;
    right: 175px;
    bottom: 119%;
    color: #fff;
    padding: 1px 13px;
    border-radius: 9px;
    text-align: center;
    display: none;
}

.tooltiprat .hover:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000000;
    transform: rotate(0deg);
    left: 100%;
    position: absolute;
    top: 11px;
}

.ratemaintitle {
    font-size: 17px;
    color: #000;
    margin-bottom: 13px;
}

.ratemaintitle:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    color: #294eaa;
    margin-left: 7px;
    font-weight: 700;
    font-size: 15px;
}

.bgsectitle {
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 21px;
    color: #000000;
    background: #fff4dc;
    padding: 8px 18px;
}

.input-box {}

.input-box .label-text {
    color: #294eaa;
    font-size: 17px;
}

.input-box .form-group .label-text {
    color: #000;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option {
    text-align: right
}

.nice-select:before {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    color: #000000;
    position: absolute;
    left: 10px;
    top: 15px;
}

.allcntfrm {
    border: 1px solid #ced4da;
    padding: 32px;
}

.checkBlock {
    background: #f8ffff;
    border: 2px #00cedf solid;
    padding: 24px 21px;
    border-radius: 0;
    color: #000;
    margin: 21px 15px 20px;
    width: calc(100% - 35px);
}

.checkBlock ul {
    padding-right: 0;
    color: #000000;
    margin-top: 13px;
}

.checkBlock ul li {
    border-bottom: 1px #97d9de solid;
    padding-bottom: 6px;
    margin-bottom: 4px;
    color: #0f757d;
    font-size: 15px;
}

.checkBlock ul li:last-child {
    border: none
}

.form-check a {
    color: #626262;
    display: inline-block;
    margin: 0 7px;
    text-decoration: underline;
}

/********************/
.tabCon {
    background: #f5f7f9;
    padding-bottom: 21px;
    margin-bottom: 28px;
}

.tabCon .tab-content {
    margin: 34px 15px;
    background: #fff;
    padding: 30px;
    font-size: 15px;
}

.tabCon .tab-content ul {
    padding-right: 0;
    color: #000000;
}

.tabCon .tab-content ul li {
    border-bottom: 1px #e9e9e9 solid;
    padding-bottom: 6px;
    margin-bottom: 4px;
    color: #595959;
}

.regList.tabCon {
    background: #f8ffff;
    border: 2px #00cedf solid;
}

.regList.tabCon .tab-content {
    padding: 30px 27px 10px;
    margin: 0;
    background: transparent
}

.regList.tabCon .tab-content ul li {
    border-bottom-color: #97d9de;
}

.regList.tabCon .tab-content ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f058";
    font-size: 21px;
    margin-left: 14px;
    color: #294eaa;
    font-weight: bold;
    transform: translateY(5px);
    display: inline-block;
}

.tabCon .tab-content ul li:last-child {
    border: none
}

.tabCon .nav-tabs {
    border: none;
}

.tabCon .nav-tabs li {
    flex: 1;
    height: 100%;
}

.tabCon .nav-tabs li a {
    border-left: 1px #6e6f70 solid;
    padding: 34px 40px 14px;
    min-height: 243px;
    border-bottom: 4px transparent solid;
    transition: all 500ms ease;
    color: #4f4f4f;
    font-size: 16px;
    text-align: right;
    cursor: pointer;
    border-radius: 0;
}

.tabCon .nav-tabs li:last-child a {
    border-left: none;
}

.tabCon .nav-tabs li a.active,
.tabCon .nav-tabs .nav-link:hover,
.tabCon .nav-tabs .nav-link:focus {
    background: #e4e4e4;
    border-bottom-color: #acacac;
}

.tabCon .nav-tabs li a .tabImg {
    display: block;
    height: 92px;
    margin-bottom: 13px;
    transition: all 500ms ease;
}

.tabCon .nav-tabs li a:hover .tabImg {
    transform: translateY(-10px);
}

.tabCon .nav-tabs li a span {
    display: block;
    transition: all 500ms ease;
    line-height: 24px;
}

.tabCon .nav-tabs li a:hover span {
    transform: translateY(-15px);
}

.title5 {
    margin: 10px 0 30px;
    padding-bottom: 20px;
    border-bottom: 2px #1fd6e4 solid;
    position: relative;
    font-size: 17px;
}

.title5:before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    margin-left: 8px;
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    font-size: 22px;
    transform: translateY(3px);
    display: inline-block;
    background: #2d4ca6;
}

.blockLog {
    width: 394px;
    max-width: 100%;
    margin: 20px auto;
    border: 1px #a7a7a7 solid;
    padding: 24px 30px;
}

.blockLog img {
    height: 83px;
    margin: 0 auto 21px;
    display: block;
}

.blockLog > div {
    width: 100%
}

.blockLog h5 {
    margin-bottom: 20px;
    font-size: 16px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    border-radius: 0;
    background-color: #294eaa;
    padding: 8px 49px;
}

div:where(.swal2-icon) {
    margin-top: 20px
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    padding-top: 5px
}

div:where(.swal2-container) div:where(.swal2-actions) {
    margin-top: 10px
}

div:where(.swal2-container).swal2-center > .swal2-popup {
    border-radius: 0;
    font-family: 'DG Heaven';
}

/*************responsive**********************/
@media (max-width: 786px) {
    .header-upper {
        position: absolute;
        left: 10px;
        top: -20px;
        z-index: 10000;
        padding: 0;
    }
}

@media (max-width: 787px) {
    .logo-box a {
        width: 135px;
        margin: 2px 0 0;
    }

    .counter {
        position: relative;
        background: rgb(41 78 170);
        margin-bottom: 61px;
    }

    #counterCon {
        display: block;
    }

    .counter .auto-container:after,
    .counter .auto-container:before {
        display: none
    }

    #counterCon li {
        display: block;
        width: 100% !important;
        padding: 27px 15px;
        text-align: center;
    }

    .counter .auto-container {
        padding-bottom: 15px
    }

    .growth-section .growth-inner .content-box .image-box {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 0 0 28px;
    }

    .growth-section .growth-inner .content-box .sec-title h2 .growth-section .growth-inner .content-box .sec-title h2 {
        font-size: 15px
    }

    .footer-bottom .bottom-inner {
        display: block
    }

    .facAcc .accordion-button {
        font-size: 14px;
        line-height: 21px;
    }

    .tabCon .nav-tabs li {
        min-width: 50%;
    }

    .tabCon .nav-tabs li a {
        padding: 15px 20px;
        font-size: 15px;
        line-height: 18px;
        min-height: 183px;
    }

    .tabCon .nav-tabs li:last-child a {
        border-left: 1px #6e6f70 solid;
        ;
    }

    .tabCon .nav-tabs li a .tabImg {
        height: 100px
    }

    .ttitlee h1 {
        font-size: 14px;
        padding: 15px 11px;
    }

    .service-block-one:hover .inner-box h5 {
        transform: translate(10px, -17px);
    }

    .service-block-one:hover .inner-box p {

        padding: 5px 5px 8px;
        transform: translate(10px, -10px);
    }
}

@media (max-width:1200px) {
        .header-upper {
        position: absolute;
        left: 10px;
        top: -20px;
        z-index: 10000;
        padding: 0;
    }
        .header-upper .outer-container {
        padding-top: 31px;
    }
    
    .main-header .lft-column {
        margin-top: 25px;
    }
        .header-lower {
        padding: 0;
    }
   .mobile-nav-toggler {
        display: block;
        margin: 0;
        top: 0;
    }
}