/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/

/* ==========================================================================
   Author's custom styles
========================================================================== */

/*****************

------------------------------- Table Of Content  ------------------------------------

1. Nav
2. Modal
3. Modal Flag
4. Modal Search
5. Offset Cart
6. Offset info bar
7. Offset side bar
8. preloader
9. social list

==================================== agency content ============================

10. agency banner
11. agency feature box
12. intro video section
13. creative comunication
14. parallax area
15. portfolio slider
16. testimonial review
17. blog thumb post
18. client slider
19. footer

==================================== inner page start =========================

20. inner page banner
21. counter up timer
22. team content
23. centerd timeline
24. office environment
25. service block
26. contact us block
27. agency cases
28. agency case details banner
29. agency case details about
30. agency project brief
31. agency working progress
32. agency call to action
33. agency pricing
34. agency contact
35. blog list
36. blog sidebar
37. blog single
38. comment area
39. comment form
40. parallax service
41. shop
42. product slider
43. single shop
44. product details
45. info block
46. about summary
47. success summary
48. call to action
49. testimonials
50. get subscribe
51. deserve it
52. we offer
53. more feature
54. bussiness agenda
55. best quote
56. about
57. horizontal timeline
58. get benifits
59. awards
60. growth card
61. creative protfolio
62. video testimonial
63. office info
64. feature step
65. customer satisfiction
66. vertical slider
67. icon menu

=================================== elemnt content ==============================

1. btn element
2. section title element
3. list element
4. video pop up element
5. insta feed element
6. newsletter element
7. pagination
8. select
9. search
10. product filter content
11. ribbon
12. offer promotion banner
13. custom number
14. floating buttons
15. woocommerce star rating
16. help tips
17. woo reviews
18. tabs
19. about slider
20. pie chart
21. scroll to bottom
22. content over image
23. vertical tabs
24. material style input
25. humburger
26. video testimonial
27. shuffle title
28. offcanvas menu
29. inheritance element



=====================================================**************************/

/*=================================================
          body reset file
===============================================*/

:root {
    font-size: 16px;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.625;
    color: #464646;
}

.inner-banner-content {
    margin-bottom: 20px;
}

.breadcrumbs li:not(:last-child) {
    margin-left: 0 !important;
}

.breadcrumbs li {
    padding: 0 5px;
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    -moz-outline: none;
    outline: none;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    user-select: none;
    height: auto;
}

.clear-both:before,
.clear-both:after {
    display: table;
    content: "";
    clear: both;
}

button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    overflow-wrap: break-word;
}

.widget select {
    min-height: 40px;
    width: 267px;
}

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

.entry-content .xs-list {
    padding-right: 15px;
}

.entry-content .xs-list li {
    margin-bottom: 10px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-caption,
.bypostauthor {
    display: block;
}

/*=================================================
            1. Nav
  ===============================================*/

/* top bar */

.nav-sticky {
    transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.nav-sticky.sticky-header {
    position: fixed;
    transform: translateY(-150%);
    background-color: #f1f1f1;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav-sticky.sticky-header .xs-logo {
    padding: 23px 0;
}

.nav-sticky.sticky-header .xs-menu-tools {
    padding: 28px 0;
}

.nav-sticky.sticky-header .xs-menu-tools>li>a {
    color: #000000;
}

.nav-sticky.sticky-header .xs-menus .nav-menu>li>a {
    padding: 33px 10px;
    color: #000000;
}

.nav-sticky.sticky-header .xs-menus .nav-menu>li>a .submenu-indicator-chevron {
    border-color: transparent transparent #000000 #000000;
}

.nav-sticky.sticky-header.sticky {
    transform: translateY(0%);
}

.nav-sticky.sticky-header.nav-light {
    background-color: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.sticky-header .xs-menus:not(.xs-hidden-menus) .megamenu-panel {
    overflow-y: scroll;
    max-height: 500px;
}

.admin-bar .header-transparent {
    top: 32px;
}

.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.header-transparent .xs-top-bar {
    background-color: rgba(0, 0, 0, 0.25);
}

.header-transparent .xs-menus .nav-menu>li>a {
    color: #FFFFFF;
}

.header-transparent .xs-menus .nav-menu>li>a::before {
    background-color: currentColor;
}

.header-transparent .xs-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-transparent .xs-menu-tools>li>a {
    color: #FFFFFF;
}

.header-transparent .xs-menus .nav-menu>li>a::before {
    background-color: #fefefe;
}

.header-transparent .xs-menus .single-page-menu>li>a {
    color: #21069b;
}

.header-transparent .xs-menus .single-page-menu>li>a::before {
    background-color: #21069b;
}

.xs-menus .nav-menu>li {
    margin-left: 40px;
}

.xs-menus .nav-menu>li:last-child {
    margin-left: 0px;
}

.xs-menus .nav-menu>li:hover>a::before {
    width: 100%;
}

.xs-menus .nav-menu>li>a {
    text-transform: uppercase;
    color: #333333;
    font-size: 0.875rem;
    padding: 45px 0;
    font-weight: 700;
    position: relative;
    transition: all 0.4s ease;
}

.xs-menus .nav-menu>li>a::before {
    position: absolute;
    content: "";
    bottom: 30px;
    right: 0;
    height: 1px;
    width: 0%;
    background-color: currentColor;
    transition: all 0.4s ease;
}

.xs-menus .nav-menu>li>a:hover::before {
    width: 100%;
}

.xs-menus .nav-menu>li>a .submenu-indicator-chevron {
    border-color: transparent transparent #FFFFFF #FFFFFF;
}

.nav-menu li.active>a .submenu-indicator-chevron {
    border-color: transparent transparent #FFFFFF #FFFFFF !important;
}

.nav-menu li.active>a::before {
    width: 100%;
}

.nav-menu li>.nav-dropdown a {
    text-transform: initial;
    /* display: flex; */
}

.nav-menu li>.nav-dropdown a:hover {
    color: #1bd1ea !important;
}

.xs-header {
    transition: all 0.4s ease;
}

.xs-header .xs-logo {
    display: block;
    padding: 40px 0;
    transition: all 0.4s ease;
}

.xs-header.header-style2 .xs-menus .nav-menu>li:not(:last-child) {
    margin-left: 25px;
}

.xs-header.header-style2 .xs-menus .nav-menu>li>a {
    color: #606060;
}

.xs-header.header-style2 .xs-menus .nav-menu>li>a .submenu-indicator-chevron {
    border-color: transparent transparent #606060 #606060;
}

.xs-header.header-style2 .xs-menu-tools>li>a:not(.languageSwitcher-button) {
    color: #b224ef;
    background: linear-gradient(-119deg, #b224ef 11%, #5055fa 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.xs-header.header-style2 .xs-menu-tools>li .lang-title {
    color: #606060;
}

.xs-header.header-style4 .xs-menus .nav-menu>li>a {
    padding: 44px 0;
    color: #cdcfe6;
}

.xs-header.header-style4 .xs-logo {
    padding: 32px 0;
}

.xs-header.header-style4 .xs-menu-tools {
    padding: 36px 0;
}

.xs-header.header-style5 {
    background-color: #e8ebf4;
    border-bottom: 0px;
}

.xs-header.header-style5 .xs-menu-tools {
    padding: 30px 0;
    margin-bottom: 0px;
}

.xs-header.header-style5 .xs-menu-tools>li>a {
    font-size: 2.25rem;
    color: #21069b;
    line-height: 1;
}

.xs-header .single-page-menu>li {
    position: relative;
}

.xs-header .single-page-menu>li:not(:last-child) {
    padding-left: 40px;
    margin-left: 40px;
}

.xs-header .single-page-menu>li:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #babcc3;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xs-header .single-page-menu>li>a {
    padding: 39px 0;
    color: #21069b;
    font-size: 1.125rem;
    font-weight: 700;
}

.xs-header .single-page-menu>li>a::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #21069b;
    transition: all 0.4s ease;
}

.xs-header .single-page-menu>li>a:hover::before {
    width: 100%;
}

.xs-header.header-style6 {
    border-bottom: 0px solid #000;
}

.xs-header.header-style6 .xs-logo {
    padding: 25px 0;
}

.xs-header.header-style6 .single-page-menu>li:not(:last-child) {
    padding-left: 0;
    margin-left: 0;
}

.xs-header.header-style6 .single-page-menu>li:not(:last-child)::before {
    display: none;
}

.xs-header.header-style6 .single-page-menu>li>a {
    padding: 15px;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
}

.xs-header.header-style6 .nav-menu>li>a {
    color: #000000;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.xs-header.header-style7,
.xs-header.header-style9 {
    border-bottom: 1px solid #f5f5f5;
}

.xs-header.header-style7 .xs-logo,
.xs-header.header-style9 .xs-logo {
    padding: 30px 0;
}

.xs-header.header-style7 .burger-menu,
.xs-header.header-style9 .burger-menu {
    padding: 44px 0;
}

.xs-header.header-style7 .nav-menu>li>a,
.xs-header.header-style9 .nav-menu>li>a {
    color: #000000;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.xs-header.header-style7 .single-page-menu>li::before,
.xs-header.header-style9 .single-page-menu>li::before {
    display: none;
}

.xs-header.header-style7 .single-page-menu>li>a,
.xs-header.header-style9 .single-page-menu>li>a {
    padding: 15px;
}

.xs-header.header-style7 .xs-menus:not(.xs-hidden-menus) .nav-menu>li:not(:last-child),
.xs-header.header-style9 .xs-menus:not(.xs-hidden-menus) .nav-menu>li:not(:last-child) {
    padding-left: 25px;
    margin-left: 25px;
}

.xs-header.header-style7 .xs-menus:not(.xs-hidden-menus) .nav-menu>li:not(:last-child)::before,
.xs-header.header-style9 .xs-menus:not(.xs-hidden-menus) .nav-menu>li:not(:last-child)::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e5e5e5;
}

.xs-header.header-style7 .xs-menus:not(.xs-hidden-menus) .nav-menu>li>a,
.xs-header.header-style9 .xs-menus:not(.xs-hidden-menus) .nav-menu>li>a {
    padding: 47px 0;
}

.xs-header.header-style7 .xs-menus:not(.xs-hidden-menus) .nav-menu>li>a .submenu-indicator-chevron,
.xs-header.header-style9 .xs-menus:not(.xs-hidden-menus) .nav-menu>li>a .submenu-indicator-chevron {
    border-color: transparent transparent #000000 #000000;
}

.xs-header.header-style8 {
    border-bottom: 0px solid #000;
}

.xs-header.header-style8 .xs-logo {
    padding: 25px 0;
}

.xs-header.header-style8 .single-page-menu>li:not(:last-child) {
    padding-left: 0;
    margin-left: 0;
}

.xs-header.header-style8 .single-page-menu>li:not(:last-child)::before {
    display: none;
}

.xs-header.header-style8 .single-page-menu>li>a {
    padding: 15px;
    color: #333;
    font-size: 1rem;
    font-weight: 500;
}

.xs-header.header-style8 .nav-menu>li>a {
    color: #000000;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.xs-header.header-style8 .burger-menu {
    padding: 20px 0;
}

.xs-header.header-style9 {
    border-bottom: 0px solid #000;
}

.xs-header.header-style9 .xs-menus:not(.xs-hidden-menus) .nav-menu>li>a {
    color: #000000;
}

.xs-header.header-style10 {
    border-bottom: 0px solid #000;
}

.xs-header.header-style10 .xs-logo {
    padding: 25px 0;
}

.xs-header.header-style10 .nav-menu>li>a {
    color: #000000;
    font-size: 0.875rem;
    font-weight: 500;
}

.xs-header.header-style11 .xs-logo {
    padding: 32px 0;
}

.xs-header.header-style11 .nav-menu>li>a {
    padding: 42px 10px;
    color: #d5e1fb;
}

.xs-header.header-style11 .xs-menu-tools {
    padding: 37px 0;
}

.xs-header .burger-menu {
    padding: 39px 0;
}

.nav-sticky.sticky-header .xs-menus .nav-menu>li>a {
    color: #000000;
}

.nav-sticky.sticky-header .xs-menus .single-page-menu>li>a {
    padding: 29px 0;
    color: #21069b;
}

.nav-sticky.sticky-header .header-style5 .xs-menu-tools {
    padding: 20px 0;
}

.nav-sticky.sticky-header .header-style7 .burger-menu,
.nav-sticky.sticky-header .xs-header.header-style9 .burger-menu,
.nav-sticky.sticky-header .header-style9 .burger-menu {
    padding: 29px 0;
}

.nav-sticky.sticky-header .header-style7 .xs-logo,
.nav-sticky.sticky-header .xs-header.header-style9 .xs-logo,
.nav-sticky.sticky-header .header-style9 .xs-logo {
    padding: 16px 0;
}

.nav-sticky.sticky-header .header-style9 .xs-menus:not(.xs-hidden-menus) .nav-menu>li>a {
    color: #000000;
    padding: 32px 0;
}

.nav-sticky.sticky-header .humburger.style3 .humburger-icons>span {
    background-color: #000000 !important;
}

.nav-sticky.sticky-header .humburger.style3 .humburger-icons>span::before {
    background-color: #000000 !important;
}

.xs-menu-tools {
    text-align: left;
    padding: 41px 0;
    margin-bottom: 0px;
    padding-right: 55px;
    transition: all 0.4s ease;
}

.xs-menu-tools>li {
    display: inline-block;
    margin-left: 20px;
}

.xs-menu-tools>li:last-child {
    margin-left: 0px;
}

.xs-menu-tools>li>a {
    color: #333333;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    font-weight: 700;
}

.xs-menu-tools>li>a .xs-flag {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
}

.xs-menu-tools>li>a .lang-title {
    vertical-align: middle;
    font-size: 0.875rem;
}

.home-menu-panel a {
    display: block;
    text-align: center;
}

.home-menu-panel a img {
    margin-bottom: 20px;
}

.home-menu-panel a h4 {
    font-size: 1.0625rem;
    margin-bottom: 0px;
}

/* Sticky nav responsive */

@media (max-width: 991px) {
    .nav-sticky .xs_nav-portrait .nav-menus-wrapper {
        height: 100vh;
    }
    .nav-sticky .nav-overlay-panel {
        height: 100vh;
    }
}

.nav-sticky .xs-hidden-menus .nav-menus-wrapper {
    height: 100vh;
}

.nav-sticky .nav-overlay-panel {
    height: 100vh;
}

.xs-header>.container {
    position: relative;
}

.xs-header>.container>.row>[class^="col-"] {
    position: static;
}

.xs-header .xs-menus .nav-menu>li .nav-submenu {
    border-top: 0px solid #000;
}

.xs-header .xs-menus .nav-menu>li .megamenu-panel.nav-submenu {
    left: 0px !important;
}

.xs-hidden-menus .home-menu-panel>.row>[class*="col-"] {
    max-width: 100%;
    flex: 0 0 100%;
}

.home-menu-panel {
    border-top: 0px solid #000;
}

.home-menu-panel .menu-content {
    margin-bottom: 20px;
}

.home-menu-panel .menu-content:hover .menu-image>img {
    transform: scale(1.03);
}

.home-menu-panel .menu-content .menu-image {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(23, 104, 221, 0.1);
    margin-bottom: 15px;
}

.home-menu-panel .menu-content .menu-image>img {
    transition: all 0.4s ease;
}

.home-menu-panel .menu-content h4 {
    font-weight: 700;
    font-size: 1.0625rem;
}

.home-menu-panel .menu-content.active h4 {
    color: #1bd1ea;
}

.xs-header.header-style6 .xs-logo {
    padding: 15px 0;
}

.xs-header.header-style6 .burger-menu {
    padding: 29px 0;
}

.submenu-indicator {
    margin-top: 4px;
}

.nav-menus-wrapper>ul {
    display: inline-block;
    float: right;
}

.nav-header {
    max-width: 250px;
    padding: 0 15px;
}

.nav-header>.nav-brand {
    padding: 0px;
    display: inline-block;
    min-height: 106px;
    line-height: 103px;
}

.header-style11 .nav-header>.nav-brand {
    min-height: 101px;
    line-height: 101px;
}

.header-style3 .nav-header>.nav-brand {
    min-height: 106px;
    line-height: 106px;
}

.header-style4 .nav-header>.nav-brand {
    min-height: 105px;
    line-height: 105px;
}

.header-style7 .nav-header>.nav-brand,
.xs-header.header-style9 .nav-header>.nav-brand {
    min-height: 111px;
    line-height: 111px;
}

.header-style7 .nav-menus-wrapper .nav-menu,
.xs-header.header-style9 .nav-menus-wrapper .nav-menu {
    padding-left: 0px;
}

.sticky-header .xs-header.header-style9 .nav-header>.nav-brand {
    min-height: 81px;
    line-height: 81px;
}

.header-style5 .nav-menus-wrapper .nav-menu {
    padding-left: 0px;
}

.sticky-header .nav-header>.nav-brand {
    min-height: 83px;
    line-height: 83px;
}

.nav-menu>li>a {
    min-height: auto;
}

.admin-bar .header-transparent {
    top: 32px;
}

/*=================================================
            2. Modal
  ===============================================*/

/* magnific pop up modal */

.mfp-bg.xs-promo-popup {
    background-color: rgba(0, 0, 0, 0.87);
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    animation: menu-animation .8s ease-out forwards;
}

/* animation keyframes list */

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%);
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out;
    }
    40% {
        transform: scale(0.04) translateY(0);
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px);
    }
    61% {
        opacity: 1;
        transform: scale(0.04) translateY(0px);
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }
    100% {
        opacity: 1;
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

/* Styles for dialog window */

.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.xs-promo-popup .mfp-close {
    color: #FFFFFF;
    opacity: 0;
    transition: all 1s ease .8s;
    transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
    opacity: 1;
    transform: translateY(0);
}

/* at start */

.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 1s ease .8s;
    transform: translateY(-500px);
}

/* animate in */

.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0);
}

/*=================================================
            3. Modal Flag
  ===============================================*/

.language-content p {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.25rem;
}

/* language modal */

.flag-lists {
    text-align: center;
}

.flag-lists li {
    display: inline-block;
    margin-left: 25px;
}

.flag-lists li:last-child {
    margin-left: 0;
}

.flag-lists li a {
    display: block;
    color: #FFFFFF;
    transition: all 0.4s ease;
    backface-visibility: hidden;
}

.flag-lists li a:hover {
    opacity: .7;
}

.flag-lists li a img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

/*=================================================
            4. Modal Search
  ===============================================*/

.modal-searchPanel .xs-search-group {
    position: relative;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]) {
    height: 70px;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 0 30px;
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
}

.modal-searchPanel .xs-search-group input:not([type="submit"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
}

.modal-searchPanel .xs-search-group input:not([type="submit"]):-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
}

.modal-searchPanel .xs-search-group .search-button {
    background-color: transparent;
    border: 0px;
    padding: 0;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 70px;
    border-radius: 50px 0 0 50px;
}

/*=================================================
            5. Offset Cart
  ===============================================*/

.widget-heading {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
}

.mini_cart_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.xs-empty-content {
    text-align: center;
    padding: 120px 30px 30px;
}

.xs-empty-content .widget-title {
    font-size: 1.375rem;
}

.xs-empty-content .xs-title {
    margin-bottom: 20px;
    font-size: 1.125rem;
}

.xs-empty-content .woocommerce-mini-cart__empty-message {
    font-size: 1.25rem;
}

.xs-empty-content .empty-cart-icon {
    font-size: 3.125rem;
}

/*=================================================
            6. Offset info bar
  ===============================================*/

.sidebar-textwidget .sidebar-logo-wraper {
    margin-bottom: 33px;
}

.sidebar-textwidget .sidebar-logo-wraper a {
    display: inline-block;
}

.sidebar-textwidget>p {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 40px;
}

.sidebar-textwidget .social-list {
    margin-bottom: 30px;
    text-align: center;
}

.sideabr-list-widget {
    margin-bottom: 40px;
    padding: 0;
}

.sideabr-list-widget li {
    margin-bottom: 20px;
    list-style: none;
}

.sideabr-list-widget li:last-child {
    margin-bottom: 0px;
}

.sideabr-list-widget img {
    margin-left: 15px;
    margin-top: 3px;
}

.sideabr-list-widget p,
.sideabr-list-widget a {
    margin-bottom: 2px;
    color: #000000;
    margin-bottom: 8px;
    display: block;
}

.sideabr-list-widget span {
    display: block;
    font-size: 0.875rem;
    color: #1768dd;
}

.sideabr-list-widget .media-body {
    line-height: 1;
    margin-top: 6px;
}

.subscribe-form-wraper {
    position: relative;
    margin-bottom: 40px;
}

.subscribe-form-wraper p {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
    color: #1768dd;
}

/*=================================================
            7. Offset side bar
  ===============================================*/

.xs-sidebar-group .xs-overlay {
    right: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all .4s ease-in .8s;
    cursor: url(../img/cross-out.png), pointer;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .9;
    visibility: visible;
    transition: all .8s ease-out 0s;
    right: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px;
    padding-top: 120px;
}

.close-side-widget {
    color: #1768dd;
    font-size: 0.9375rem;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid currentColor;
    border-radius: 50%;
    text-align: center;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in .3s;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease-out 1.2s;
    backface-visibility: hidden;
}

/*=================================================
            8. preloader
  ===============================================*/

#preloader {
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999999999;
    background-color: #1868dd;
    transition: all 1s ease-in;
}

#preloader .preloader-cancel-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 40px;
    transition: all 1s ease-in;
}

#preloader.loaded {
    top: -150%;
}

#preloader.loaded .preloader-cancel-btn {
    bottom: 150%;
}

.prelaoder-btn {
    padding: 10px 30px;
}

.preloader-wrapper {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    position: absolute;
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*=================================================
            9. social list
  ===============================================*/

.social-list {
    padding-right: 0px;
}

.social-list li {
    display: inline-block;
    margin-left: 10px;
}

.social-list li:last-child {
    margin-left: 0px;
}

.social-list li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 100%;
    border: 1px solid #6b7499;
    text-align: center;
    font-size: 0.875rem;
    color: #333333;
}

.social-list li a.facebook {
    color: #4969a8;
}

.social-list li a.facebook:hover {
    background-color: #4969a8;
    border-color: #4969a8;
}

.social-list li a.twitter {
    color: #2aa3ef;
}

.social-list li a.twitter:hover {
    background-color: #2aa3ef;
    border-color: #2aa3ef;
}

.social-list li a.linkedin {
    color: #1178b3;
}

.social-list li a.linkedin:hover {
    background-color: #1178b3;
    border-color: #1178b3;
}

.social-list li a.instagram {
    color: #e8715c;
}

.social-list li a.instagram:hover {
    background-color: #e8715c;
    border-color: #e8715c;
}

.social-list li a.googlePlus {
    color: #dc4a38;
}

.social-list li a.googlePlus:hover {
    background-color: #dc4a38;
    border-color: #dc4a38;
}

.social-list li a.vimeo {
    color: #1ab7ea;
}

.social-list li a.vimeo:hover {
    background-color: #1ab7ea;
    border-color: #1ab7ea;
}

.social-list li a.pinterest {
    color: #bd081c;
}

.social-list li a.pinterest:hover {
    background-color: #bd081c;
    border-color: #bd081c;
}

.social-list li a:hover {
    color: #FFFFFF;
}

.social-list.version-2 li a {
    color: #FFFFFF;
    font-size: 0.745625rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0px;
    border: 1px solid transparent;
}

.social-list.version-2 li a.facebook {
    background-color: #4969a8;
}

.social-list.version-2 li a.facebook:hover {
    color: #4969a8;
    border-color: currentColor;
}

.social-list.version-2 li a.twitter {
    background-color: #2aa3ef;
}

.social-list.version-2 li a.twitter:hover {
    color: #2aa3ef;
    border-color: currentColor;
}

.social-list.version-2 li a.linkedin {
    background-color: #1178b3;
}

.social-list.version-2 li a.linkedin:hover {
    color: #1178b3;
    border-color: currentColor;
}

.social-list.version-2 li a.instagram {
    background-color: #e8715c;
}

.social-list.version-2 li a.instagram:hover {
    color: #e8715c;
    border-color: currentColor;
}

.social-list.version-2 li a.googlePlus {
    background-color: #dc4a38;
}

.social-list.version-2 li a.googlePlus:hover {
    color: #dc4a38;
    border-color: currentColor;
}

.social-list.version-2 li a.vimeo {
    background-color: #1ab7ea;
}

.social-list.version-2 li a.vimeo:hover {
    color: #1ab7ea;
    border-color: currentColor;
}

.social-list.version-2 li a:hover {
    background-color: transparent;
}

.social-list.version-3 li a {
    height: 37px;
    line-height: 37px;
    width: 100%;
    border-radius: 18.5px;
    text-align: right;
    padding: 0 23px;
    font-size: 0.9375rem;
    color: #FFFFFF !important;
    border: 0px;
}

.social-list.version-3 li a i {
    padding-left: 10px;
}

.social-list.version-3 li a.facebook {
    background-color: #4969a8;
}

.social-list.version-3 li a.facebook:hover {
    background-color: #324873;
}

.social-list.version-3 li a.twitter {
    background-color: #2aa3ef;
}

.social-list.version-3 li a.twitter:hover {
    background-color: #0e7abe;
}

.social-list.version-3 li a.linkedin {
    background-color: #1178b3;
}

.social-list.version-3 li a.linkedin:hover {
    background-color: #0a496d;
}

.social-list.version-3 li a.googlePlus {
    background-color: #dc4a38;
}

.social-list.version-3 li a.googlePlus:hover {
    background-color: #aa2d1e;
}

.social-list.social-block li {
    display: block;
    margin-left: 0px;
}

.social-list.social-block li:not(:last-child) {
    margin-bottom: 5px;
}

.social-list.version-4 li a {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    font-size: 0.8125rem;
}

.social-list.version-5 li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid transparent;
    font-size: 0.75rem;
    background-color: #FFFFFF;
}

.social-list.version-5 li a:hover {
    background-color: #e6e6e6;
}

.social-list.version-5 li a>i {
    background: linear-gradient(-119deg, #b224ef 19%, #5055fa 84%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #b224ef;
}

.social-list.square>li>a {
    border-radius: 0%;
}

.simple-social-list li {
    display: inline-block;
    margin-left: 32px;
}

.simple-social-list li:last-child {
    margin-left: 0px;
}

.simple-social-list li a {
    color: #FFFFFF;
    display: block;
    font-size: 1.125rem;
}

.simple-social-list li a.facebook {
    color: #3e5c9a;
}

.simple-social-list li a.facebook:hover {
    color: #283b63;
}

.simple-social-list li a.twitter {
    color: #1da1f2;
}

.simple-social-list li a.twitter:hover {
    color: #0b76b8;
}

.simple-social-list li a.googlePlus {
    color: #fb2f14;
}

.simple-social-list li a.googlePlus:hover {
    color: #bf1903;
}

.simple-social-list li a.linkedin {
    color: #0077b5;
}

.simple-social-list li a.linkedin:hover {
    color: #004569;
}

.simple-social-list li a.instagram {
    color: #e8715c;
}

.simple-social-list li a.instagram:hover {
    color: #d93b1f;
}

.simple-social-list li a.behance {
    color: #1769ff;
}

.simple-social-list li a.behance:hover {
    color: #0047ca;
}

.simple-social-list li a.dribbble {
    color: #ea4c89;
}

.simple-social-list li a.dribbble:hover {
    color: #d11960;
}

.simple-social-list.version-2>li {
    vertical-align: middle;
}

.simple-social-list.version-2>li:not(:last-child) {
    margin-left: 0px;
}

.simple-social-list.version-2>li .title {
    color: #21069b;
    font-size: 1.75rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    padding-left: 30px;
}

.simple-social-list.version-2>li>a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 1.125rem;
    color: #000000;
    border-radius: 50%;
    text-align: center;
}

.simple-social-list.version-2>li>a:hover {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
}

.simple-social-list.vertical>li {
    display: block;
    margin-left: 0px;
}

.simple-social-list.vertical>li:not(:last-child) {
    margin-bottom: 18px;
}

.simple-social-list.vertical>li>a {
    color: #000000;
    position: relative;
}

.simple-social-list.vertical>li>a::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    height: 3px;
    width: 10px;
    display: inline-block;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform 300ms ease;
    position: relative;
    top: -5px;
    left: -7px;
}

.simple-social-list.vertical>li>a:hover::after {
    transform: scaleX(1);
    transform-origin: 0% 100%;
}

/*=================================================
            10. agency banner
  ===============================================*/

.xs-banner {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.case-details-banner .agency-banner-content p {
    color: #FFFFFF;
    font-size: 1rem;
}

/* banner icon image */

.banner-icon-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url(../img/welcome/welcome-icon-bg-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* agency banner start */

.agency-banner {
    min-height: 850px;
    overflow: hidden;
    background: #0369d1;
    background: -webkit-linear-gradient(3deg, #0369d1 0%, #00ecbc 100%);
    background: linear-gradient(-93deg, #0369d1 0%, #00ecbc 100%);
}

/* agency banner content */

.agency-banner-content {
    color: #FFFFFF;
}

.agency-banner-content .watermark-title {
    font-size: 21.875rem;
    opacity: .06;
    top: -106px;
    right: -7px;
}

/* banner slider */

.single-banner-slider {
    min-height: 800px;
    display: flex;
    align-items: center;
}

.single-banner-slider {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.agency-banner-content.banner-style2 {
    position: relative;
    z-index: 9;
}

.agency-banner-content.banner-style2 .banner-title {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 35px;
}

.agency-banner-content p {
    color: #878787;
    font-size: 0.9375rem;
    margin-bottom: 45px;
}

/* banner slider nav */

.banner-slider {
    position: relative;
}

.banner-slider .owl-nav .owl-next,
.banner-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
}

.banner-slider .owl-nav .owl-next>i,
.banner-slider .owl-nav .owl-prev>i {
    font-size: 1.375rem;
    color: #000000;
}

.banner-slider .owl-nav .owl-prev {
    right: 30px;
}

.banner-slider .owl-nav .owl-next {
    left: 30px;
}

.banner-area-wraper {
    position: relative;
}

.banner-area-wraper .banner-overlay-bg>img {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.banner-area-wraper .banner-overlay-bg>img:not(.banner-dots) {
    opacity: .3;
}

.banner-area-wraper .banner-overlay-bg .banner-image1 {
    top: 0;
    left: 0;
}

.banner-area-wraper .banner-overlay-bg .banner-image2 {
    bottom: -161px;
    right: 0;
}

.banner-area-wraper .banner-overlay-bg .banner-dots1 {
    bottom: 0;
    left: 0;
}

.banner-area-wraper .banner-overlay-bg .banner-dots2 {
    right: 20px;
    top: 120px;
}

/* banner animation */

.owl-item.active .agency-banner-content .banner-title,
.owl-item.active .agency-banner-content p,
.owl-item.active .agency-banner-content .btn {
    animation: inLeft 2s ease 0s both;
}

.owl-item.active .agency-banner-content p {
    animation-delay: .2s;
}

.owl-item.active .agency-banner-content .btn-wraper .btn {
    animation-delay: .4s;
}

.owl-item.active .agency-banner-content .btn-wraper .btn+.btn {
    animation-delay: .6s;
    animation-name: inRight;
}

@keyframes inLeft {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes inRight {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

/* curve banner */

.header-btn {
    text-align: left;
    padding-top: 30px;
    margin-bottom: 0px;
}

.header-btn .btn {
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    letter-spacing: 0;
}

.header-btn .btn:not([class*=btn-outline-]) {
    background-color: transparent;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.15);
}

.header-btn .btn:not([class*=btn-outline-]):hover {
    box-shadow: none;
}

.agency-banner3 {
    min-height: 870px;
    background: #0b53ff;
    background: linear-gradient(-90deg, #0b53ff 0%, #0b53ff 50%, #4ae5e9 100%);
    position: relative;
    z-index: 1;
}

.agency-banner3 .banner-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .03;
}

.agency-banner-content-group {
    width: 100%;
    position: relative;
    z-index: 9;
}

.agency-banner-content-group .banner-client-slider {
    margin-top: 78px;
}

.agency-banner3 .agency-banner-content-group {
    margin-top: 85px;
}

.agency-banner-content.banner-style3 .banner-title {
    font-size: 3rem;
}

.agency-banner-content.banner-style3 p {
    color: #FFFFFF;
}

.curve-shape>svg {
    position: absolute;
    bottom: 0;
    right: 50%;
    display: block;
    width: calc(101% + 190px);
    -webkit-transform: rotateX(180deg);
    transform: translateX(50%) rotateX(180deg);
    height: 91px;
}

.curve-shape .shape-svg {
    fill: #FFFFFF;
}

.xs-banner .scrollto-button-wraper {
    position: absolute;
    bottom: -67px;
    right: 50%;
    transform: translateX(50%);
}

/* banner version 4 */

.xs-banner.agency-banner4 {
    min-height: 1025px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    align-items: flex-start;
}

.agency-banner-content.banner-style4 {
    margin-top: 239px;
}

.agency-banner-content.banner-style4 .banner-sub-title {
    color: #e36e91;
    font-size: 1.375rem;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
}

.agency-banner-content.banner-style4 .banner-title {
    color: #FFFFFF;
    font-size: 4rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 35px;
}

.agency-banner-content.banner-style4 .banner-title span {
    font-family: inherit;
    color: #e36e91;
}

/* banner style 5 */

[class*="transparent"]+.main-content-wraper .agency-banner5,
.sticky-header+.main-content-wraper .agency-banner5 {
    top: 100px;
    margin-bottom: 100px;
}

[class*="transparent"]+.agency-banner5,
.sticky-header+.agency-banner5 {
    top: 100px;
    margin-bottom: 100px;
}

.agency-banner5 {
    min-height: 570px;
}

.agency-banner-content.banner-style5 .banner-sub-title {
    font-size: 1.75rem;
    color: #21069b;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 63px;
}

.agency-banner-content.banner-style5 .separete-border {
    display: inline-block;
    height: 2px;
    width: 20px;
    background-color: #d8dae2;
    position: relative;
    top: -6px;
    margin-right: 15px;
    margin-left: 15px;
}

.agency-banner-content.banner-style5 .sub-content {
    color: #8c8ba8;
    font-size: 1.125rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.66666;
    position: relative;
    top: 20px;
}

.typing-effect>h2 {
    color: #000000;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    font-size: 5.625rem;
    line-height: 1;
}

.typing-effect>h2 span {
    font-family: inherit;
}

.typing-effect>h2 .color-char,
.typing-effect>h2 .typed-cursor {
    color: #21069b;
}

/* banner style 6 */

.agency-banner6 {
    min-height: 850px;
}

.agency-banner6 .banner-icon-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.agency-banner6 .agency-banner-img {
    margin-left: -175px;
    margin-right: -130px;
}

.agency-banner-content .banner-video-popups .xs-video-popup {
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    color: #1a0b46;
    font-size: 1.75rem;
    position: relative;
}

.agency-banner-content .banner-video-popups .xs-video-popup>i {
    margin-left: 0px;
}

.agency-banner-content .banner-video-popups .xs-video-popup:hover {
    color: #FFFFFF;
    background-color: #1a0b46;
}

.agency-banner-content .banner-video-popups>span {
    color: #1a0b46;
    font-size: 1.25rem;
    padding-right: 20px;
}

.agency-banner-content.banner-style6 .banner-title {
    font-size: 5.625rem;
    font-family: "Roboto", sans-serif;
    color: #21069b;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 1.06;
    padding-right: 18px;
}

.agency-banner-content.banner-style6 .banner-title>span {
    font-family: inherit;
}

.agency-banner-content.banner-style6 .banner-title .title-underline::before {
    right: -18px;
}

.agency-banner-content.banner-style6 p {
    color: #1a0b46;
    padding-left: 100px;
}

/* banner style 7 */

.agency-banner7 {
    min-height: 800px;
    background-color: #FFFFFF;
}

.agency-banner7>.container {
    position: relative;
    z-index: 2;
}

.agency-banner7 [class^="agency-banner-img-"] {
    position: absolute;
}

.agency-banner7 .agency-banner-img-2 {
    top: 0;
    right: 0;
}

.agency-banner7 .agency-banner-img-1 {
    left: 0;
    bottom: -176px;
}

.agency-banner-content:hover .border-animation>.first {
    animation: move-1 1.8s infinite linear;
    width: 80px;
}

.agency-banner-content:hover .border-animation>.second {
    width: 0px;
    animation: move-2 1.8s infinite linear;
}

.agency-banner-content.banner-style7 {
    margin-top: 110px;
}

.agency-banner-content.banner-style7 .banner-sub-title {
    font-size: 1.375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 18px;
}

.agency-banner-content.banner-style7 .banner-title {
    font-size: 5.625rem;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
}

.agency-banner-content.banner-style7 .banner-title>span {
    font-family: inherit;
    color: #1edee4;
    display: block;
}

.agency-banner-content.banner-style7 p {
    font-size: 1.125rem;
    color: #000000;
    margin-bottom: 30px;
}

.rev_slider li.tp-revslider-slidesli,
.rev_slider>ul,
.tp-simpleresponsive>ul {
    overflow: visible !important;
}

/* banner style 11 */

.agency-banner8 {
    min-height: 800px;
    background-repeat: no-repeat;
    background-position: top left;
}

.agency-banner8 .agency-banner-img {
    margin-left: -183px;
    margin-right: -303px;
}

.agency-banner-content.banner-style8 .banner-title {
    font-size: 3.625rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #522cea;
    margin-bottom: 20px;
}

.agency-banner-content.banner-style8 p {
    font-size: 1.125rem;
}

.agency-banner-content.banner-style8 .xs-video-popup {
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    color: #522cea;
    font-size: 1.125rem;
}

/* banner style 12 */

.agency-banner9 {
    min-height: 820px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 193px;
    align-items: flex-start;
}

.agency-banner9>.container {
    position: relative;
    z-index: 2;
}

.agency-banner9 .banner-bottom-mockup-outer .mockup-content>img {
    transform: scale(1.2);
    transition: transform .8s ease;
}

.agency-banner9 .animated.banner-bottom-mockup-outer .mockup-content>img {
    transform: scale(1);
}

.agency-banner9 .agency-banner-content {
    margin-top: 200px;
}

.agency-banner-content.banner-style9 .banner-video-popups {
    margin-bottom: 10px;
}

.agency-banner-content.banner-style9 .banner-video-popups .xs-video-popup {
    background-color: transparent;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
    font-size: 2.625rem;
    color: #FFFFFF;
    line-height: 85px;
}

.agency-banner-content.banner-style9 .banner-title {
    font-size: 2.625rem;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #FFFFFF;
}

.banner-bottom-mockup-outer {
    position: absolute;
    bottom: -193px;
    right: 50%;
    transform: translateX(50%);
    width: 1110px;
    z-index: 2;
}

.banner-bottom-mockup-outer::before {
    position: absolute;
    content: "";
    right: 0;
    width: 100%;
    background-image: url(../img/banner/shadow.png);
    height: 424px;
    top: calc(100% - 20px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.banner-bottom-mockup-outer .mockup-image {
    position: relative;
    z-index: 2;
}

.banner-bottom-mockup-outer .mockup-content {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: -1;
    width: 777px;
    transform: translateX(50%);
    overflow: hidden;
    height: 100%;
}

.banner-bottom-mockup-outer .mockup-content>img {
    max-width: 110%;
    margin-right: -5%;
}

/* svg shape banner */

.svg-shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.svg-shape .svg-gr-color-1 {
    stop-color: #000073;
}

.svg-shape .svg-gr-color-2 {
    stop-color: #3754CA;
}

.tp-parallax-wrap .tp-caption .agency-banner-content {
    margin-top: 60px !important;
}

.banner-portfolio .elementor-container,
.banner-portfolio .elementor-column,
.banner-portfolio .elementor-column-wrap,
.banner-portfolio .elementor-widget-wrap,
.banner-portfolio .elementor-widget {
    position: static;
}

/*=================================================
            11. agency feature box
  ===============================================*/

.agency-feature-group {
    padding-bottom: 120px;
    border-bottom: 1px solid #dadada;
}

.agency-feature-box {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.agency-feature-box .xs-title {
    margin-bottom: 20px;
}

.agency-feature-box .xs-title a:hover {
    color: #1bd1ea;
}

.agency-feature-box .xs-svg {
    margin-bottom: 40px;
}

.agency-feature-box .xs-svg svg {
    max-width: 142px;
}

.agency-feature-box p {
    margin-bottom: 20px;
}

.agency-feature-box .simple-btn:hover {
    color: #1bd1ea;
}

.agency-feature-box .svg-image>img {
    width: 140px;
    height: 120px;
}

.agency-feature-box.latest .simple-btn {
    opacity: 0;
    transition: all 0.4s ease;
}

.agency-feature-box.latest:hover {
    cursor: pointer;
}

.agency-feature-box.latest:hover .xs-title a {
    color: #1bd1ea;
}

.agency-feature-box.latest:hover .simple-btn {
    opacity: 1;
}

/*=================================================
            12. intro video section
  ===============================================*/

.agency-intro {
    padding-top: 15px;
}

.agency-intro .agency-section-title .watermark-title {
    top: -120px;
    right: -16px;
}

.agency-intro p {
    padding-left: 95px;
    margin-bottom: 40px;
}

.agency-intro .xs-list {
    margin-bottom: 50px;
}

.agency-intro .xs-list>li:not(:last-child) {
    margin-left: 60px;
}

.agency-intro-video {
    border-radius: 10px;
    box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.agency-intro-video::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.412;
}

/*=================================================
            13. creative comunication
  ===============================================*/

.agency-creative-comunication {
    background: #b224ef;
    background: linear-gradient(-125deg, #b224ef 0%, #5055fa 100%);
}

.creative-comunication-content {
    color: #FFFFFF;
    padding-top: 50px;
}

.creative-comunication-content .agency-section-title .section-title {
    color: #FFFFFF;
}

.creative-comunication-content p {
    margin-bottom: 30px;
}

.round-media:not(:last-child) {
    margin-bottom: 20px;
}

.round-media i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ebf8e4;
    text-align: center;
    color: #7bce4d;
    font-size: 1.125rem;
}

.round-media .media-body {
    margin-top: 16px;
    padding-right: 20px;
}

.round-media .media-body p {
    margin-bottom: 0px;
}

.round-media.color-1 i {
    background-color: #fbe1e2;
    color: #e53935;
}

.round-media.color-2 i {
    background-color: #faf1b3;
    color: #ff8400;
}

.round-media.color-3 i {
    background-color: #efe7fe;
    color: #8a5bf5;
}

.gradient-bg-area-wrapper .gradient-bg-area {
    min-height: 325px;
}

/*=================================================
            14. parallax area
  ===============================================*/

.agency-parallax-area {
    position: relative;
}

.agency-parallax-area .watermark-title {
    top: 210px;
}

.agency-parallax-area .parallax-slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: 772px;
}

.parallax-container-content {
    padding-top: 180px;
}

.parallax-container-content img {
    margin-bottom: 10px;
}

.parallax-container-content p {
    margin-bottom: 35px;
}

.scroll__parallax__area .elementor-column-wrap,
.scroll__parallax__area .elementor-widget-wrap,
.scroll__parallax__area .elementor-widget {
    position: static;
}

.scroll__parallax__area .watermark-title {
    top: 50%;
}

/*=================================================
            15. portfolio slider
  ===============================================*/

.single-portfolio-item {
    position: relative;
    overflow: hidden;
}

.single-portfolio-item::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(240deg, #0369d1 0%, #00ecbc 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.single-portfolio-item .hover-area {
    position: absolute;
    top: 40%;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.4s ease;
}

.single-portfolio-item hr {
    width: 35px;
    margin-top: 0px;
    margin-bottom: 32px;
    border-top: 2px solid #FFFFFF;
    display: inline-block;
}

.single-portfolio-item .xs-title {
    margin-bottom: 15px;
}

.single-portfolio-item .xs-title a {
    color: #FFFFFF;
}

.single-portfolio-item:hover::before {
    opacity: 0.902;
}

.single-portfolio-item:hover .hover-area {
    top: 50%;
    opacity: 1;
}

.single-portfolio-item .vertical-border {
    display: block;
    width: 2px;
    height: 20px;
    background-color: #ff4f64;
    margin-bottom: 10px;
}

/* portfolio style 2 */

.portfolio-style2::before {
    display: none;
}

.portfolio-style2 .hover-area {
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.portfolio-style2 .hover-area::before {
    top: 0;
    right: 0;
}

.portfolio-style2 .hover-area::after {
    left: 0;
    bottom: 0;
}

.portfolio-style2 .hover-area::before,
.portfolio-style2 .hover-area::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background: #b224ef;
    background: linear-gradient(-90deg, #b224ef 19%, #5055fa 100%);
}

.portfolio-style2 .hover-content {
    width: 100%;
}

.portfolio-style2 .xs-title {
    font-size: 1.125rem;
    margin-bottom: 3px;
}

.portfolio-style2 .xs-title a {
    color: #1e1e1e;
}

.portfolio-style2 .xs-title a:hover {
    color: #1868dd;
}

.portfolio-style2 .portfolio-tag {
    font-size: 0.75rem;
    background: linear-gradient(-121deg, #b224ef 0%, #5055fa 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #b224ef;
    position: relative;
}

.portfolio-style2 .portfolio-tag::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(-121deg, #b224ef 0%, #5055fa 100%);
}

/* portfolio style 3 */

.portfolio-style3 {
    margin: 0 10px;
}

.portfolio-style3::before {
    display: none;
}

.portfolio-style3 .hover-content hr {
    display: block;
    width: 2px;
    height: 20px;
    background-color: #ff4f64;
    margin-bottom: 10px;
}

.portfolio-style3:hover .hover-area {
    top: 30px;
    transform: scale(1);
    opacity: 1;
}

.portfolio-style3:hover .hover-area .hover-content {
    bottom: 0;
    opacity: 1;
}

.portfolio-style3 .hover-area {
    height: auto;
    top: 30px;
    right: 30px;
    transform: none;
    left: 30px;
    bottom: 30px;
    width: auto;
    opacity: 0;
    overflow: hidden;
    transform: scale(2);
    transition: all .5s ease-in-out;
}

.portfolio-style3 .hover-area::before,
.portfolio-style3 .hover-area::after {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}

.portfolio-style3 .hover-area::after {
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.portfolio-style3 .hover-area .hover-content {
    position: absolute;
    bottom: -50px;
    opacity: 0;
    right: 0;
    z-index: 2;
    padding: 40px;
    text-align: right;
    transition: all .7s ease-in-out;
}

.portfolio-style3 .hover-area .hover-content .xs-title {
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
}

.portfolio-style3 .hover-area .hover-content .xs-title a {
    color: #103dbe;
}

.portfolio-style3 .hover-area .hover-content .portfolio-tag {
    color: #a79f9f;
}

.porefolio-area .agency-section-title.text-center {
    margin-bottom: 60px;
}

/*=================================================
            16. testimonial review
  ===============================================*/

.agency_review_section {
    background-repeat: no-repeat;
    background-position: top 260px right;
}

.review-content {
    position: relative;
}

.review-content>p {
    color: #000000;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-style: italic;
}

.review-content .watermark-icon {
    color: #000000;
    opacity: .05;
    top: -20px;
    right: 60px;
    font-size: 75px;
}

.review-content .review-image {
    width: 116px;
    height: 116px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.review-content .review-image img {
    -webkit-mask: url(../img/team/shape-mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
}

.review-content .reviewer-bio h5 {
    font-family: "Playfair Display", serif;
    color: #1bd1ea;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.review-content .reviewer-bio p {
    color: #7a7a7a;
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.review-slider {
    position: relative;
}

.review-slider .owl-stage-outer {
    padding: 30px 0;
}

.review-slider .owl-nav .owl-prev,
.review-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.review-slider .owl-nav .owl-prev:hover,
.review-slider .owl-nav .owl-next:hover {
    color: #0c5adb;
}

.review-slider .owl-nav .owl-prev:focus,
.review-slider .owl-nav .owl-next:focus {
    outline: none;
}

.review-slider .owl-nav .owl-prev {
    left: -161px;
}

.review-slider .owl-nav .owl-next {
    right: -161px;
}

/* owl dots */

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    outline: none;
}

.owl-dots .owl-dot:not(:last-child) {
    margin-right: 15px;
}

.owl-dots .owl-dot span {
    display: block;
    border-radius: 50%;
    background-color: rgba(192, 192, 192, 0.502);
    width: 8px;
    height: 8px;
    position: relative;
    transition: all 0.4s ease;
}

.owl-dots .owl-dot span::before {
    position: absolute;
    content: "";
    top: -6px;
    right: -6px;
    border: 1px solid rgba(27, 209, 234, 0.502);
    border-radius: 50%;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    transform: scale(0);
    transition: all 0.4s ease;
}

.owl-dots .owl-dot.active span {
    background-color: #1bd1ea;
}

.owl-dots .owl-dot.active span::before {
    transform: scale(1);
}

/*=================================================
            17. blog thumb post
  ===============================================*/

.single-blog {
    transition: all 0.4s ease;
    background-color: white;
    /* blog style 2 */
}

.single-blog:hover {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.single-blog:hover .post-image img {
    transform: scale(1.1);
}

.single-blog .post-image {
    position: relative;
    overflow: hidden;
}

.single-blog .post-image img {
    transform: scale(1);
    transition: all 0.4s ease;
}

.single-blog .post-footer {
    padding: 10px 30px;
    margin-bottom: 0px;
}

.single-blog .post-footer .media-body img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 9px;
}

.single-blog .post-footer .media-body a {
    font-size: 0.875rem;
}

.single-blog .post-footer .xs-list li:not(:last-child) {
    margin-left: 25px;
}

.single-blog .post-footer .xs-list li a {
    transition: all 0.4s ease;
}

.single-blog .post-footer .xs-list li a:hover {
    color: #1bd1ea;
}

.single-blog .entry-header {
    border-bottom: 1px solid #ececec;
    padding: 35px;
}

.single-blog .entry-header .entry-title {
    margin-bottom: 20px;
}

.single-blog.blog-style2 {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

.single-blog.blog-style2:hover {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

.single-blog.blog-style2 .entry-header {
    padding: 40px 0;
    width: calc(100% - (40px * 2));
    margin-right: auto;
    margin-left: auto;
}

.single-blog.blog-style2 .entry-header .entry-title {
    margin-bottom: 0px;
}

.single-blog.blog-style2 .entry-header .entry-title a:hover {
    color: #1868dd;
}

.single-blog.blog-style2 .entry-meta {
    margin-bottom: 8px;
}

.single-blog.blog-style2 .entry-meta>a {
    padding-right: 2px;
    font-size: 0.8125rem;
}

.single-blog.blog-style2 .post-footer {
    padding: 20px 40px 40px;
}

.agency_media_section {
    position: relative;
}

.agency_media_section .doodle-parallax .single-doodle.one {
    position: absolute;
    bottom: 270px;
    left: -120px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 137px;
    width: 204px;
    opacity: .3;
}

.agency_media_section .btn-wraper {
    margin-top: 30px;
}

.blog-post-list {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.blog-post-list .single-blog:last-child .entry-header {
    border-bottom: 1px solid transparent;
}

.blog-post-list .single-blog.blog-style2 {
    box-shadow: none;
}

.blog-post-list .single-blog.blog-style2 .entry-header {
    box-shadow: none;
    padding: 28px 0;
}

/*=================================================
            18. client slider
  ===============================================*/

.client-slider .item {
    min-height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: all-scroll;
}

.client-slider .item img {
    filter: grayscale(100%);
    transition: all 0.4s ease;
    max-height: 30px;
}

.client-slider .item:hover img {
    filter: grayscale(0%);
}

.client-slider-style2 .item img {
    opacity: .1;
    transition: all 0.4s ease;
}

.client-slider-style2 .item:hover img {
    opacity: .5;
}

.banner-client-slider .item img {
    transition: all 0.4s ease;
    opacity: .2;
}

.banner-client-slider .item:hover img {
    opacity: 1;
}

/*=================================================
            19. footer
  ===============================================*/

.xs-footer-section {
    position: relative;
}

.xs-footer-section .footer-top-area {
    padding: 120px 0;
    background-color: #222222;
}

.xs-footer-section .footer-bottom-area {
    padding: 27px 0;
    background-color: #2e2e2e;
}

.xs-footer-section .footer-vector-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.xs-footer-section .copyright-content {
    position: relative;
    z-index: 2;
}

.xs-footer-section .copyright-content .social-list {
    margin: 0;
}

.xs-footer-section.delighter {
    overflow: hidden;
}

.xs-footer-section.delighter .wave-shape {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    height: 0%;
    max-height: 250px;
}

.xs-footer-section.delighter.started .wave-shape {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    height: auto;
}

.xs-footer-section .wave-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .8s ease;
}

.xs-footer-section .wave-shape>img {
    width: 100%;
}

.xs-footer-section .dot-images {
    position: absolute;
    top: -110px;
    left: -107px;
    opacity: .2;
}

.xs-footer-section.footer-style11 {
    background-color: #333333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 120px;
}

.xs-footer-section.footer-style11 .copyright-content p {
    margin-bottom: 0px;
    color: #FFFFFF;
}

.xs-footer-section.footer-style11 .copyright-content p>a {
    color: inherit;
}

.xs-footer-section.footer-style11 .copyright-content p>a:hover {
    color: #cccccc;
}

.xs-footer-section.footer-style11 .copyright-content .simple-social-list {
    margin-bottom: 30px;
}

.xs-footer-section.footer-style11 .copyright-content .simple-social-list>li:not(:last-child) {
    margin-left: 15px;
}

.xs-footer-section.footer-style11 .copyright-content .simple-social-list>li>a {
    font-size: 0.875rem;
}

.xs-footer-section.footer-style11 .copyright-content .simple-social-list>li>a:hover {
    color: #cccccc;
}

.footer-widget {
    position: relative;
    z-index: 2;
}

.footer-widget .footer-logo-wraper {
    margin-bottom: 40px;
}

.footer-widget .footer-logo-wraper .footer-logo {
    display: inline-block;
}

.footer-widget p a {
    color: #7a7a7a;
}

.footer-widget p a:hover {
    color: #FFFFFF;
}

.footer-widget p:not(:last-child) {
    margin-bottom: 25px;
}

.footer-widget .widget-title {
    color: #FFFFFF;
    margin-bottom: 40px;
}

.footer-widget .xs-list li:not(:last-child) {
    margin-bottom: 15px;
    margin-left: 0;
}

.footer-widget .xs-list li a {
    color: #7a7a7a;
}

.footer-widget .xs-list li a:hover {
    color: #FFFFFF;
}

.footer-widget .newsletter-form {
    margin-bottom: 40px;
}

.footer-widget .social-list li:not(:last-child) {
    margin-left: 7px;
}

.footer-widget .social-list li a {
    border: 1px solid #434343;
    color: #7e7e7e;
}

.footer-widget .social-list li a:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.footer-widget.widget_nav_menu .menu>li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-widget.widget_nav_menu .menu>li>a {
    font-size: 0.875rem;
    position: relative;
}

.footer-widget.widget_nav_menu .menu>li>a::before {
    content: "";
    height: 1px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateY(1px);
    transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-property: opacity, transform;
    width: 100%;
}

.footer-widget.widget_nav_menu .menu>li>a:hover:before {
    opacity: 1;
    transform: translateY(-3px) translateZ(0);
}

.copyright-section p {
    margin-bottom: 0px;
    color: #7a7a7a;
}

.copyright-section p a {
    color: #FFFFFF;
}

.footer-bottom-area [class^="col-"]+[class^="col-"] {
    text-align: left;
}

/* footer style 2 */

.xs-footer-section.footer-style2 {
    background-color: #283149;
}

.xs-footer-section.footer-style2 .footer-top-area,
.xs-footer-section.footer-style2 .footer-bottom-area {
    background-color: transparent;
}

.xs-footer-section.footer-style2 .footer-logo-wraper {
    margin-bottom: 0px;
}

.xs-footer-section.footer-style2 .footer-top-area {
    padding: 44px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-bottom-area.style2 {
    padding: 20px 0;
}

.footer-bottom-area.style2 .copyright-section p {
    color: #686d7a;
    font-size: 0.875rem;
}

.footer-bottom-content {
    text-align: left;
}

.footer-bottom-content>ul {
    display: inline-block;
}

.footer-bottom-content .xs-list {
    margin-left: 30px;
}

.footer-bottom-content .xs-list>li:not(:last-child) {
    margin-left: 30px;
}

.footer-bottom-content .xs-list>li>a {
    color: #686d7a;
    font-size: 0.875rem;
}

.footer-bottom-content .simple-social-list>li:not(:last-child) {
    margin-left: 15px;
}

.footer-bottom-content .simple-social-list>li>a {
    font-size: 0.875rem;
}

/* footer style 3 */

.xs-footer-section.footer-style3 .footer-top-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 100px 0;
}

.xs-footer-section.footer-style3 .footer-bottom-area {
    background-color: #222222;
}

.xs-footer-section.footer-style3 .widget_media_image {
    margin-bottom: 20px;
}

.xs-footer-section.footer-style3 .footer-widget.widget_text {
    margin-bottom: 25px;
}

.xs-footer-section.footer-style3 .footer-widget .widget-title {
    color: #22c8e5;
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.xs-footer-section.footer-style3 .footer-widget>p {
    font-weight: 500;
    color: #22c8e5;
    font-size: 0.9375rem;
}

.xs-footer-section.footer-style3 .footer-widget>p a {
    font-weight: 400;
    display: block;
    font-size: 0.875rem;
}

.xs-footer-section.footer-style3 .footer-widget .xs-list li:not(:last-child) {
    margin-bottom: 5px;
}

.xs-footer-section.footer-style3 .footer-widget .xs-list li a {
    font-size: 0.8125rem;
}

.xs-footer-section.footer-style3 .copyright-section p {
    color: #FFFFFF;
    font-size: 0.9375rem;
}

.xs-footer-section.footer-style3 .copyright-section p a {
    color: #22c8e5;
}

/* footer style 4 */

.footer-style4 .footer-top-area,
.footer-style5 .footer-top-area {
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 50px;
}

.footer-style4 .footer-widget>a,
.footer-style5 .footer-widget>a {
    display: block;
    color: #8d8d8d;
}

.footer-style4 .footer-widget>a:hover,
.footer-style5 .footer-widget>a:hover {
    color: #1868dd;
}

.footer-style4 .footer-widget>a:not(:last-child),
.footer-style5 .footer-widget>a:not(:last-child) {
    margin-bottom: 15px;
}

.footer-style4 .footer-widget .widget_media_image,
.footer-style5 .footer-widget .widget_media_image {
    margin-bottom: 20px;
}

.footer-style4 .footer-widget .widget_text~.widget_yikes_easy_mc_widget,
.footer-style5 .footer-widget .widget_text~.widget_yikes_easy_mc_widget {
    margin-top: 20px;
}

.footer-style4 .footer-widget .simple-social-list,
.footer-style5 .footer-widget .simple-social-list {
    text-align: left;
}

.footer-style4 .footer-widget .simple-social-list>li:not(:last-child),
.footer-style5 .footer-widget .simple-social-list>li:not(:last-child) {
    margin-left: 15px;
}

.footer-style4 .footer-widget .simple-social-list>li>a,
.footer-style5 .footer-widget .simple-social-list>li>a {
    font-size: 0.875rem;
}

.footer-style4 .footer-widget>p,
.footer-style5 .footer-widget>p {
    color: #a8a8a8;
}

.footer-style4 .footer-widget>p:not(:last-child),
.footer-style5 .footer-widget>p:not(:last-child) {
    margin-bottom: 15px;
}

.footer-style4 .footer-widget .subscribe-form,
.footer-style5 .footer-widget .subscribe-form {
    width: calc(100% - 155px);
}

.footer-style4 .footer-widget .widget-title,
.footer-style5 .footer-widget .widget-title {
    color: #000000;
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 18px;
}

.footer-style4 .footer-widget .xs-list>li:not(:last-child),
.footer-style5 .footer-widget .xs-list>li:not(:last-child) {
    margin-bottom: 3px;
}

.footer-style4 .footer-widget .xs-list>li>a,
.footer-style5 .footer-widget .xs-list>li>a {
    font-size: 0.875rem;
    color: #8d8d8d;
}

.footer-style4 .footer-widget .xs-list>li>a:hover,
.footer-style5 .footer-widget .xs-list>li>a:hover {
    color: #000000;
}

.footer-style4 .footer-bottom-area,
.footer-style5 .footer-bottom-area {
    background-color: #f5f5f5;
}

.footer-style4 .footer-bottom-area .copyright-section p,
.footer-style5 .footer-bottom-area .copyright-section p {
    color: #000000;
}

.footer-style4 .footer-bottom-area .copyright-section p a,
.footer-style5 .footer-bottom-area .copyright-section p a {
    color: #1868dd;
}

.footer-style4 .footer-bottom-area .copyright-content .xs-list>li:not(:last-child),
.footer-style5 .footer-bottom-area .copyright-content .xs-list>li:not(:last-child) {
    margin-left: 30px;
}

.footer-style4 .footer-bottom-area .copyright-content .xs-list>li>a,
.footer-style5 .footer-bottom-area .copyright-content .xs-list>li>a {
    font-size: 0.9375rem;
}

/* footer style 5 */

.footer-style5 .footer-top-area {
    background-color: #f7f7f7;
    padding-bottom: 90px;
}

.footer-style5 .footer-widget .subscribe-form {
    margin-bottom: 50px;
    width: 100%;
}

.copyright-text>p {
    font-size: 0.875rem;
    color: #000000;
}

.copyright-text>p>a {
    color: #78d0e8;
}

.copyright-text>p>a:hover {
    color: #37b9dd;
}

.calltoaction-area-2+.footer-style5 .footer-top-area {
    padding-top: 150px;
}

/* footer style 6 */

.footer-style6 {
    padding-top: 49px;
}

.footer-style6 .footer-top-area {
    padding: 0px;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.footer-style6 .footer-left-content-group {
    padding-left: 95px;
    border-bottom: 1px solid #d8dae2;
    padding-bottom: 59px;
}

.footer-style6 .footer-widget .widget-title {
    color: #21069b;
    font-size: 1.75rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    margin-bottom: 17px;
}

.footer-style6 .footer-widget .xs-list>li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-style6 .footer-widget .xs-list>li>a {
    color: #898b90;
}

.footer-style6 .footer-widget .xs-list>li>a:hover {
    color: #21069b;
}

.footer-style6 .copyright-content {
    padding: 45px 0;
}

.footer-style6 .copyright-content .copyright-text {
    color: #000000;
    font-weight: 500;
}

.footer-style6 .copyright-content .copyright-text a {
    color: #21069b;
}

.footer-style6 .copyright-content .copyright-text a:hover {
    color: #000000;
}

.footer-style6 .contact-box-wraper {
    margin-top: -90px;
}

/* footer style 7 */

.footer-style7 {
    background-repeat: no-repeat;
    background-position: left center;
}

.footer-style7 .footer-top-area {
    background-color: transparent;
    padding: 80px 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.footer-style7 .footer-top-area .footer-widget.text-widget {
    padding-left: 75px;
}

.footer-style7 .footer-top-area .footer-widget .widget_media_image {
    margin-bottom: 25px;
}

.footer-style7 .footer-top-area .footer-widget .footer-logo-wraper {
    margin-bottom: 25px;
}

.footer-style7 .footer-top-area .footer-widget>p:not(:last-child) {
    margin-bottom: 20px;
}

.footer-style7 .footer-top-area .footer-widget>p>a:hover {
    color: #000000;
}

.footer-style7 .footer-top-area .footer-widget>p:nth-child(2)>a {
    color: #000000;
}

.footer-style7 .footer-top-area .footer-widget>p:nth-child(2)>a:hover {
    color: #949494;
}

.footer-style7 .footer-top-area .footer-widget .xs-list>li>a {
    font-size: 1rem;
    font-weight: 500;
    color: #000a7a;
}

.footer-style7 .footer-top-area .footer-widget .xs-list>li>a:hover {
    color: #1868dd;
}

.footer-style7 .footer-top-area .footer-widget .xs-list>li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-style7 .footer-top-area .footer-widget .xs-list.round>li::before {
    margin-top: 10px;
    background-color: #cccccc;
}

.footer-style7 .footer-bottom-area {
    background-color: transparent;
}

.footer-style7 .footer-bottom-area .copyright-section>p>a:hover {
    color: #1868dd;
}

.footer-style7 .footer-bottom-area .simple-social-list>li:not(:last-child) {
    margin-left: 25px;
}

.footer-style7 .footer-bottom-area .simple-social-list>li>a {
    color: #000a7a;
    font-size: 0.875rem;
}

.footer-style7 .footer-bottom-area .simple-social-list>li>a:hover {
    color: #000000;
}

.footer-style7 .footer-widget.widget_text p {
    font-size: 1rem;
}

/* footer style 8 */

.footer-style8 {
    border-top: 1px solid #f5f5f5;
}

.footer-style8 .footer-top-area {
    background-color: transparent;
}

.footer-style8 .footer-top-area .footer-widget .footer-logo-wraper {
    margin-bottom: 25px;
}

.footer-style8 .footer-top-area .footer-widget .widget_media_image {
    margin-bottom: 20px;
}

.footer-style8 .footer-top-area .footer-widget .copyright-section>p,
.footer-style8 .footer-top-area .footer-widget .copyright-section a {
    color: #a3a3a3;
}

.footer-style8 .footer-top-area .footer-widget .copyright-section a:hover {
    color: #1868dd;
}

.footer-style8 .footer-top-area .footer-widget .address-info {
    margin-bottom: 40px;
}

.footer-style8 .footer-top-area .footer-widget .address-info>p {
    font-size: 1.125rem;
    margin-bottom: 0px;
}

.footer-style8 .footer-top-area .footer-widget .address-info>p>a {
    color: #a3a3a3;
}

.footer-style8 .footer-top-area .footer-widget .address-info>p>a:hover {
    color: #1868dd;
}

.footer-style8 .footer-top-area .footer-widget .address-info>p:first-child {
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.footer-style8 .footer-top-area .footer-widget .address-info>p:first-child>a {
    color: #000000;
}

.footer-style8 .footer-top-area .footer-widget .address-info>p:first-child>a:hover {
    color: #1868dd;
}

.footer-style8 .footer-top-area .footer-widget .simple-social-list>li:not(:last-child) {
    margin-left: 15px;
}

.footer-style8 .footer-top-area .footer-widget .simple-social-list>li>a {
    color: #000000;
}

.footer-style8 .footer-top-area .footer-widget .simple-social-list>li>a:hover {
    color: #1868dd;
}

.footer-style8 .footer-top-area .footer-widget.address-widget {
    padding-left: 95px;
}

.footer-style8 .footer-top-area .footer-widget .widget-title {
    color: #000000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 1.125rem;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

/* footer style 9 */

.footer-style9 {
    padding: 25px 0;
}

.footer-style9 .footer-widget .footer-logo-wraper {
    margin-bottom: 0px;
}

.footer-style9 .footer-widget .footer-logo {
    position: relative;
    margin-left: 30px;
}

.footer-style9 .footer-widget .footer-logo::before {
    position: absolute;
    content: "";
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #e7e7e7;
}

.footer-style9 .footer-widget .copyright-text {
    padding-right: 30px;
}

.footer-style9 .footer-widget .copyright-text>a {
    color: #1868dd;
}

.footer-style9 .footer-widget .copyright-text>a:hover {
    color: #000000;
}

.footer-style9 .xs-list {
    margin-top: 10px;
}

.footer-style9 .xs-list>li:not(:last-child) {
    margin-left: 30px;
}

.footer-style9 .xs-list>li>a {
    font-size: 0.875rem;
}

.footer-style9 [class^="col-"]+[class^="col-"] {
    text-align: left;
}

/* footer style 10 */

.footer-style10 .footer-top-area {
    background-color: #FFFFFF;
    padding-top: 90px;
    padding-bottom: 50px;
}

.footer-style10 .footer-top-area .footer-widget .widget-title {
    font-size: 1.375rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #000000;
    margin-bottom: 17px;
}

.footer-style10 .footer-top-area .footer-widget .xs-list>li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-style10 .footer-top-area .footer-widget .xs-list>li>a {
    color: #000000;
}

.footer-style10 .footer-top-area .footer-widget .xs-list>li>a:hover {
    color: #1868dd;
}

.footer-style10 .footer-top-area .footer-widget .xs-list.address>li:not(:last-child) {
    margin-bottom: 18px;
}

.footer-style10 .footer-bottom-area {
    background-color: #7447ff;
    padding: 25px 0;
}

.footer-style10 .footer-bottom-area .copyright-section {
    padding: 13px 0;
}

.footer-style10 .footer-bottom-area .copyright-section>p {
    color: #FFFFFF;
    font-size: 0.9375rem;
}

.footer-style10 .footer-bottom-area .copyright-content {
    padding: 12px 0;
}

.footer-style10 .footer-bottom-area .copyright-content .simple-social-list>li:not(:last-child) {
    margin-left: 15px;
}

.footer-style10 .footer-bottom-area .copyright-content .simple-social-list>li>a {
    font-size: 0.9375rem;
}

.portfolio-testimonial-area+.footer-style11 {
    margin-top: -255px;
    padding-top: 400px;
}

.new__footer {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 100px;
}

.new__footer .footer-top-area {
    background-color: transparent;
}

.new__footer .animate-shape>img {
    position: absolute;
    bottom: 0;
}

.new__footer .animate-shape .shape__one {
    left: 0;
}

.new__footer .animate-shape .shape__two {
    right: 0;
}

.new__footer.delighter .animate-shape>img {
    transition: all 1.2s ease;
    opacity: 0;
    visibility: hidden;
}

.new__footer.delighter .animate-shape .shape__one {
    left: -100%;
}

.new__footer.delighter .animate-shape .shape__two {
    right: -100%;
}

.new__footer.delighter.started .animate-shape>img {
    opacity: 1;
    visibility: visible;
}

.new__footer.delighter.started .animate-shape .shape__one {
    left: 100px;
}

.new__footer.delighter.started .animate-shape .shape__two {
    right: 44px;
}

.footer__copyright__area .footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 18px 0;
}

/*=================================================
            20. inner page banner
  ===============================================*/

.xs-inner-banner {
    min-height: 531px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.xs-inner-banner::before,
.xs-inner-banner::after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}

.xs-inner-banner::before {
    right: 0;
    background: #0369d1;
    background: linear-gradient(-121deg, #0369d1 0%, #00ecbc 85%);
    opacity: .90;
}

.xs-inner-banner::after {
    left: 0;
    background-image: url(../img/banner/inner-banner-overlay.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.xs-inner-banner .entry-header {
    position: relative;
    z-index: 9;
}

.xs-inner-banner .inner-banner {
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}

.xs-inner-banner .inner-banner .inner-banner-title {
    font-size: 3.75rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-family: "Work Sans", sans-serif;
}

.xs-inner-banner .inner-banner p {
    margin-bottom: 0px;
}

.xs-inner-banner .inner-banner a {
    color: #FFFFFF;
}

.xs-inner-banner.inner-banner2 {
    min-height: 452px;
}

/*=================================================
            21. counter up timer
  ===============================================*/

.agency-countdown-area {
    background-color: white;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
}

.about-countdown-content {
    letter-spacing: 1px;
}

.about-countdown-content:not(.featured) {
    text-align: center;
    padding: 21px 0;
}

.about-countdown-content:not(.featured) h3 {
    color: #464646;
    font-weight: 400;
}

.about-countdown-content:not(.featured) span {
    color: #000000;
    font-weight: 700;
    font-size: 1rem;
}

.about-countdown-content.featured {
    text-align: left;
    background-color: #1ddfb2;
    padding-top: 34.5px;
    padding-bottom: 34.5px;
    padding-left: 58px;
}

.about-countdown-content.featured h3 {
    color: #FFFFFF;
    font-weight: 700;
}

.about-countdown-content h3 {
    margin-bottom: 0px;
    font-size: 0.875rem;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

/* funfact style2 */

.funfact-area .section-title-style2 .content-title {
    margin-bottom: 25px;
}

.single-funfact {
    text-align: center;
}

.single-funfact .funfact-header {
    min-height: 50px;
    margin-bottom: 10px;
}

.single-funfact>span {
    color: #000000;
    font-size: 1.75rem;
    font-weight: 700;
    display: inline-block;
}

.single-funfact p {
    font-size: 1rem;
}

.funfact__area .single-funfact {
    text-align: right;
}

/* funfact style 3 */

.funfact-img-wraper {
    margin-right: -45px;
}

.funfact-content {
    padding-left: 60px;
}

.funfact-content .funfact-title {
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
}

.funfact-content p {
    margin-bottom: 30px;
}

.single-funfact-item .funfact-icon i {
    font-size: 3.75rem;
}

.single-funfact-item .color-1 {
    color: #ff5382;
}

.single-funfact-item .color-2 {
    color: #4951bf;
}

.single-funfact-item .color-3 {
    color: #668fe8;
}

.single-funfact-item>span {
    color: #000000;
    font-size: 2.25rem;
    font-weight: 700;
}

.funfact-lists .single-funfact-item:not(:last-child) {
    margin-left: 70px;
}

.funfact-2-section {
    position: relative;
    z-index: 9;
}

/*=================================================
            22. team content
  ===============================================*/

.agency-single-team {
    position: relative;
}

.agency-single-team .image {
    position: relative;
    transition: all 0.6s ease;
    transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
}

.agency-single-team .image>img {
    width: 100%;
}

.agency-single-team .image::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #0369d1;
    background: linear-gradient(-26deg, #0369d1 10%, #00ecbc 60%);
    opacity: 0;
    transition: all 0.6s ease;
}

.agency-single-team .hover-area {
    transition: all 0.6s ease;
    color: #FFFFFF;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    right: 0;
    padding: 0 10px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.agency-single-team .hover-area .xs-title {
    font-size: 1.875rem;
    margin-bottom: 10px;
}

.agency-single-team .hover-area .xs-title a {
    color: #FFFFFF;
}

.agency-single-team .hover-area span {
    font-size: 0.875rem;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.agency-single-team .hover-area p {
    margin-bottom: 40px;
}

.agency-single-team:hover .image {
    transform: scale3d(1.2, 1.2, 1);
    z-index: 1;
}

.agency-single-team:hover .image::before {
    opacity: .95;
}

.agency-single-team:hover .hover-area {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.agency-team-slider .owl-stage-outer {
    padding: 30px 0;
}

.agency-team-slider .owl-item.hover {
    z-index: 2;
}

.agency-team-slider .owl-item .agency-single-team .image>img {
    width: 100%;
}

/* agency team style 2 */

.single-team-style2,
.single-team-style3 {
    position: relative;
    overflow: hidden;
}

.single-team-style2:hover .hover-area,
.single-team-style3:hover .hover-area {
    opacity: 1;
    transform: translateY(0px);
}

.single-team-style2:hover .image::before,
.single-team-style3:hover .image::before {
    opacity: 1;
    transform: translateY(0px);
}

.single-team-style2 .image,
.single-team-style3 .image {
    position: relative;
    overflow: hidden;
}

.single-team-style2 .image::before,
.single-team-style3 .image::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #5055fa;
    background: linear-gradient(0deg, #5055fa 0%, rgba(80, 85, 250, 0) 100%);
    transition: all 0.4s ease;
    transform: translateY(100px);
    opacity: 0;
}

.single-team-style2 .hover-area,
.single-team-style3 .hover-area {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 30px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s ease;
}

.single-team-style2 .hover-area .team-content,
.single-team-style3 .hover-area .team-content {
    margin-bottom: 18px;
}

.single-team-style2 .hover-area .team-content .xs-title,
.single-team-style3 .hover-area .team-content .xs-title {
    color: #FFFFFF;
}

.single-team-style2 .team-content .xs-title,
.single-team-style3 .team-content .xs-title {
    font-size: 1.125rem;
}

.single-team-style2 .team-content span,
.single-team-style3 .team-content span {
    font-size: 0.8125rem;
    display: block;
}

.team-bottom-info .content-title {
    margin-bottom: 21px;
}

/* team style 3 */

.team-section-area {
    position: relative;
}

.team-section-area .dot-images {
    position: absolute;
    bottom: 0;
    right: -50px;
    opacity: .2;
}

.single-team-style3 .image::before {
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 52%);
}

.single-team-style3 .social-list>li>a {
    box-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.single-team-style3 .team-content {
    padding: 25px;
}

.single-team-style3 .team-content .xs-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #21069b;
    font-family: "Roboto", sans-serif;
    margin-bottom: 2px;
}

.single-team-style3 .team-content span {
    font-size: 0.9375rem;
}

.join-us-content {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 63px 0;
}

.join-us-content .join-us-title {
    font-size: 2.25rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    margin-bottom: 19px;
}

.join-us-content .btn {
    height: 65px;
    line-height: 65px;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0 31px;
}

.join-us-content .btn.icon-right>i,
.join-us-content .btn.icon-left>i {
    line-height: 65px;
}

/*=================================================
            23. centerd timeline
  ===============================================*/

.vertical-timeline {
    padding: 0 65px;
    position: relative;
}

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    width: 100%;
}

.timeline::before {
    position: absolute;
    content: "";
    right: 50%;
    transform: translateX(50%);
    top: 0;
    background: #b224ef;
    background: linear-gradient(180deg, #b224ef 0%, #5055fa 100%);
    height: 100%;
    width: 1px;
}

.timeline-item {
    padding-right: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-info {
    color: #000000;
    font-size: 1.125rem;
    font-family: "Work Sans", sans-serif;
    white-space: nowrap;
    letter-spacing: -0.1px;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 17px;
}

.timeline-marker:before,
.timeline-marker:after {
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.timeline-marker:before {
    background: #b224ef;
    background: linear-gradient(-36deg, #b224ef 0%, #5055fa 100%);
}

.timeline-marker::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #b224ef;
    background: linear-gradient(-36deg, #b224ef 0%, #5055fa 100%);
    border: 3px solid #FFFFFF;
    top: 2px;
    right: 2px;
}

.timeline-content {
    padding-bottom: 40px;
}

.timeline-content .timeline-title {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

.period {
    padding: 0;
}

.period .timeline-info {
    display: none;
}

.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB;
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    margin: 0;
}

@media (min-width: 768px) {
    .timeline-split .timeline,
    .timeline-centered .timeline {
        display: table;
    }
    .timeline-split .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }
    .timeline-split .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info,
    .timeline-centered .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-right: 30px;
    }
    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-left: 30px;
    }
    .timeline-split .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        right: -45px;
    }
}

@media (min-width: 992px) {
    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .timeline-centered .timeline-item {
        padding-bottom: 50px;
        overflow: hidden;
    }
    .timeline-centered .timeline-item:last-child {
        padding-bottom: 0px;
    }
    .timeline-centered .timeline-marker {
        position: absolute;
        right: 50%;
        margin-right: -7.5px;
    }
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }
    .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 43px;
        font-family: 'sans3';
    }
    .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 43px;
    }
    .timeline-centered>.timeline-item:nth-child(even) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 43px;
    }
    .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 43px;
    }
    .timeline-centered>.timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .timeline-centered .timeline-item.period {
        padding: 50px 0 90px;
    }
    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }
    .timeline-centered .period .timeline-title {
        right: auto;
    }
}

/*=================================================
            24. office environment
  ===============================================*/

.agency-office-area .agency-section-title.text-center {
    margin-bottom: 30px;
}

.agency-office-area.xs-section-padding {
    padding-bottom: 70px;
}

.agency-office-slider .owl-stage-outer {
    padding: 50px 0;
}

.agency-office-slider .owl-nav button.owl-next,
.agency-office-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 1.875rem;
    color: #000000;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 63px;
    border-radius: 100%;
    background-color: #FFFFFF;
    transition: all 0.4s ease;
}

.agency-office-slider .owl-nav button.owl-next:hover,
.agency-office-slider .owl-nav button.owl-prev:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.agency-office-slider .owl-nav button.owl-next:focus,
.agency-office-slider .owl-nav button.owl-prev:focus {
    outline: none;
}

.agency-office-slider .owl-nav button.owl-next {
    right: 30px;
}

.agency-office-slider .owl-nav button.owl-prev {
    left: 30px;
}

.agency-office-single {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}

.agency-office-single:hover img {
    transform: scale(1.05);
}

.agency-office-single img {
    transition: all 0.4s ease;
    transform: scale(1);
}

/*=================================================
            25. service block
  ===============================================*/

.agency-service-area {
    position: relative;
}

.agency-service-area.xs-section-padding {
    padding-bottom: 20px;
}

.agency-service-area .doodle-parallax .single-doodle {
    position: absolute;
}

.agency-service-area .doodle-parallax .single-doodle.one {
    right: -50px;
    top: 400px;
}

.agency-service-area .doodle-parallax .single-doodle.two,
.agency-service-area .doodle-parallax .single-doodle.three {
    left: 0;
    top: 0;
}

.agency-service-area .doodle-parallax .single-doodle.two {
    top: 135px;
}

.agency-service-area .doodle-parallax .single-doodle.three {
    top: 700px;
}

.agency-service-wraper {
    margin-bottom: 100px;
}

.agency-service-wraper:nth-child(even) [class*=col-]:nth-child(even) .agency-service-block i,
.agency-service-wraper:nth-child(even) [class*=col-]:nth-child(even) .agency-service-block .simple-btn {
    color: #14dcaf;
}

.agency-service-wraper:nth-child(odd) [class*=col-]:nth-child(odd) .agency-service-block i,
.agency-service-wraper:nth-child(odd) [class*=col-]:nth-child(odd) .agency-service-block .simple-btn {
    color: #14dcaf;
}

.agency-service-block {
    padding-left: 65px;
}

.agency-service-block>i {
    font-size: 3rem;
    display: inline-block;
    margin-bottom: 20px;
}

.agency-service-block .xs-title {
    margin-bottom: 20px;
}

.agency-service-block p {
    margin-bottom: 8px;
    font-size: 0.9375rem;
}

.agency-service-block i,
.agency-service-block .simple-btn {
    color: #fc6161;
}

.agency-service-block .simple-btn {
    display: inline-block;
    font-size: 1.875rem;
}

.parallax__area .elementor-container,
.parallax__area .elementor-column,
.parallax__area .elementor-column-wrap,
.parallax__area .elementor-widget-wrap,
.parallax__area .elementor-widget,
.parallax__area .elementor-section,
.parallax__area .working-progress-area {
    position: static;
}

.doodle-parallax .single-doodle {
    position: absolute;
    pointer-events: none;
}

.doodle-parallax .single-doodle.one {
    top: 0;
    right: inherit;
    left: 0;
}

.doodle-parallax .single-doodle.two {
    left: inherit;
    bottom: 0;
    right: 0;
}

.parallax__area__2 .doodle-parallax .single-doodle.one {
    left: -50px;
    top: -500px;
    right: inherit;
}

.parallax__area__2 .doodle-parallax .single-doodle.two {
    top: -805px;
    left: inherit;
    right: 0;
}

.parallax__area__2 .doodle-parallax .single-doodle.three {
    top: -100px;
    left: inherit;
    right: 0;
}

.contact__us__wrapper {
  overflow: hidden;
}

/*=================================================
            26. contact us block
  ===============================================*/

.agency_contactus_block {
    padding: 140px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.agency_contactus_block .doodle-parallax .single-doodle {
    position: absolute;
}

.agency_contactus_block .doodle-parallax .single-doodle.one {
    right: 0;
    bottom: 0;
}

.contact_us_element h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 3px;
}

.contact_us_element h4 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 30px;
}

/*=================================================
            27. agency cases
  ===============================================*/

.agency-filter-wraper {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.agency-filter-wraper .filter-button-wraper {
    margin-top: 12px;
}

.agency-filter-wraper .agency-section-title {
    margin-bottom: 0px;
}

.main-filter {
    text-align: left;
    margin-bottom: 0px;
}

.main-filter li {
    display: inline-block;
}

.main-filter li:not(:last-child) {
    margin-left: 50px;
}

.main-filter li a {
    display: block;
    font-size: 0.875rem;
    color: #464646;
    font-weight: 700;
    position: relative;
    transition: all 0.4s ease;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.main-filter li a::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -1px;
    width: 100%;
    background-color: #000000;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: center center;
    transition: all 0.4s ease;
}

.main-filter li a:hover,
.main-filter li a.selected {
    color: #000000;
}

.main-filter li a:hover::before,
.main-filter li a.selected::before {
    transform: scale(1, 1);
}

.xs-3d-project-card img {
    transform: translateZ(40px);
}

.cases-grid {
    margin-right: -15px;
    margin-left: -15px;
}

.single-cases-card {
    text-align: center;
    margin: 15px;
    transition: all 0.4s ease;
}

.single-cases-card .xs-title {
    margin-bottom: 5px;
}

.single-cases-card:hover .card-image {
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
}

.single-cases-card:hover .card-image::before {
    background-color: #b3d7f3;
}

.single-cases-card .card-image {
    position: relative;
    padding: 30px;
    margin-bottom: 25px;
    z-index: 1;
    transition: all 0.4s ease;
}

.single-cases-card .card-image img {
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.single-cases-card .card-image::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #f2f9fe;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-cases-card .hover-content {
    position: absolute;
    top: 60%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
    transition: all 0.4s ease;
    opacity: 0;
}

.single-cases-card .hover-content a {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    text-align: center;
    color: #f9fafe;
    font-size: 1.375rem;
}

/* cases grid style 2 */

.case-card-style2 {
    margin-bottom: 65px;
}

.case-card-style2 .single-cases-card {
    text-align: right;
}

.case-card-style2 .single-cases-card:hover .card-image {
    box-shadow: none;
}

.case-card-style2 .single-cases-card:hover .card-image::after {
    opacity: 0.902;
}

.case-card-style2 .single-cases-card:hover .card-image .hover-content {
    top: 50%;
    opacity: 1;
}

.case-card-style2 .single-cases-card .card-image {
    padding: 0px;
}

.case-card-style2 .single-cases-card .card-image::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: #00ecbc;
    background: linear-gradient(31deg, #00ecbc 10%, #0369d1 70%);
    opacity: 0;
    transition: all 0.4s ease;
}

.case-card-style2 .single-cases-card .card-image img {
    box-shadow: none;
    border-radius: 5px;
}

.case-card-style2 .single-cases-card .card-image::before {
    display: none;
}

.case-card-style2.style2 .single-cases-card {
    transition: all 0.4s ease;
}

.case-card-style2.style2 .single-cases-card:hover {
    box-shadow: -29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2);
}

.case-card-style2.style2 .single-cases-card .card-image {
    margin-bottom: 0px;
}

.case-card-style2.style2 .single-cases-card .card-image::after {
    border-radius: 0px;
}

.case-card-style2.style2 .single-cases-card .card-image img {
    border-radius: 0px;
}

/* case grid style 3 */

.case-card-style3 .single-cases-card {
    margin: 0px;
    text-align: right;
    position: relative;
    overflow: hidden;
    display: block;
}

.case-card-style3 .single-cases-card:hover .card-image {
    box-shadow: none;
}

.case-card-style3 .single-cases-card:hover .card-image>img {
    transform: scale(1.05);
}

.case-card-style3 .single-cases-card:hover .cases-content {
    transform: translateY(105%);
}

.case-card-style3 .single-cases-card.style2 .cases-content {
    background-color: rgba(54, 54, 54, 0.95);
}

.case-card-style3 .single-cases-card.style3 .cases-content {
    background-color: rgba(241, 75, 89, 0.95);
}

.case-card-style3 .single-cases-card.style3 .cases-content>.tag {
    color: #FFFFFF;
}

.case-card-style3 .single-cases-card .cases-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 6;
    padding: 32px 50px;
    background-color: #21069b;
    transition: all 0.4s ease;
}

.case-card-style3 .single-cases-card .cases-content>.tag {
    color: #f14b59;
    font-weight: 500;
    font-size: 0.9375rem;
    display: block;
}

.case-card-style3 .single-cases-card .cases-content>.xs-title {
    font-size: 1.75rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
    color: #FFFFFF;
}

.case-card-style3 .single-cases-card .card-image {
    padding: 0px;
    margin-bottom: 0px;
}

.case-card-style3 .single-cases-card .card-image>img {
    box-shadow: none;
    transition: all 0.4s ease;
}

.case-card-style3 .single-cases-card .card-image::before {
    display: none;
}

/*=================================================
            28. agency case details banner
  ===============================================*/

.case-details-banner {
    background-color: #00a39a;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.case-details-banner-content .agency-banner-content {
    margin-bottom: 30px;
}

.case-details-banner-content .agency-banner-content .watermark-title {
    color: #FFFFFF;
    opacity: .2;
    top: -126px;
}

.case-details-banner-content .banner-title {
    margin-bottom: 2px;
}

.case-details-banner-content p {
    margin-bottom: 0px;
}

.case-details-banner-content .case-info-list {
    margin-bottom: 30px;
}

.case-details-image {
    position: relative;
}

.case-details-image>img {
    box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.1);
}

.case-details-image .watermark-title {
    color: #000000;
    opacity: .2;
    font-size: 9.375rem;
    font-weight: 500;
    right: -24px;
    top: 10px;
}

.banner-video-popups {
    position: relative;
    z-index: 2;
}

/*=================================================
            29. agency case details about
  ===============================================*/

.about-info {
    padding-right: 95px;
}

.about-info .section-title {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
}

.list-group .simple-social-list li:not(:last-child) {
    margin-left: 14px;
}

.list-group .simple-social-list li a {
    font-size: 0.875rem;
}

/*=================================================
            30. agency project brief
  ===============================================*/

.project-brief-img {
    padding-left: 65px;
}

.project-brief-img img {
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
}

.project-brief-content {
    padding-top: 70px;
}

.project-brief-content p {
    margin-bottom: 40px;
}

/*=================================================
            31. agency working progress
  ===============================================*/

.working-progress-area {
    position: relative;
}

.working-progress-area .doodle-parallax .single-doodle {
    position: absolute;
}

.working-progress-area .doodle-parallax .single-doodle.one {
    left: -120px;
    top: 482px;
    right: inherit;
}

.working-progress-area .doodle-parallax .single-doodle.two {
    bottom: 320px;
    right: -250px;
}

/* count number */

.single-working-progress {
    counter-increment: step;
}

.count-number {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 63px;
    text-align: center;
    z-index: 1;
    line-height: 63px;
    margin-bottom: 20px;
}

.count-number::before {
    content: counter(step);
    color: #ffffff;
    font-size: 1.375rem;
    font-weight: 700;
    margin-right: -2px;
    display: inline-block;
}

.count-number::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/progress/spin.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

/* count number spin effect */

.spin.count-number {
    visibility: hidden;
}

.spin.count-number::after {
    transform-origin: center center;
    transform: rotate(0deg);
    transition: transform 1s ease;
}

.spin.count-number.animated::after {
    transform: rotate(-720deg);
}

.working-progress-images img {
    border-radius: 5px;
    box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.06);
}

.working-progress-content {
    padding-top: 25px;
}

.working-progress-content .section-title {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.single-working-progress:not(:last-child) {
    position: relative;
    padding-bottom: 300px;
}

.single-working-progress:not(:last-child)::before {
    position: absolute;
    content: "";
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
    width: 555px;
    height: 200px;
    background-image: url(../img/progress/progress-line.png);
}

.single-working-progress:nth-child(even)>.row {
    flex-direction: row-reverse;
}

.single-working-progress:nth-child(even) .working-progress-images {
    padding-left: 28px;
}

.single-working-progress:nth-child(odd) .working-progress-content {
    padding-left: 30px;
}

/*=================================================
            32. agency call to action
  ===============================================*/

.agency_callto_action {
    background-color: #00a39a;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    color: #FFFFFF;
}

.agency_callto_action .section-title {
    color: #FFFFFF;
}

.call-to-action-content .section-title {
    margin-bottom: 20px;
    font-weight: 400;
}

.call-to-action-content p {
    margin-bottom: 40px;
}

/* agency call to action 2 */

.agency_callto_action2 .agency-section-title .main-title {
    margin-bottom: 20px;
}

.agency_callto_action2 .agency-section-title p {
    padding: 0 150px;
    margin-bottom: 37px;
}

.agency_callto_action2 .agency-section-title.text-center {
    margin-bottom: 0px;
}

/* call to action version 3 */

.calltoaction-section-3 {
    position: relative;
    background-color: #000a7a;
    padding: 120px 0;
    overflow: hidden;
}

.calltoaction-section-3>.container {
    position: relative;
    z-index: 2;
}

.call-to-action-content-3 .call-to-action-title {
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    letter-spacing: -.2px;
    margin-bottom: 35px;
}

.call-to-action-content-3 .btn {
    height: 70px;
    line-height: 70px;
    font-weight: 400;
}

.call-to-action-content-3 .btn.icon-right>i,
.call-to-action-content-3 .btn.icon-left>i {
    line-height: 70px;
}

.cal_to_action_animation_wraper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.scrollto-button i {
    padding-right: 0px !important;
}

/*=================================================
            33. agency pricing
  ===============================================*/

.pricing-table {
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    padding-top: 60px;
    padding-bottom: 40px;
}

.pricing-table:hover .btn {
    background-color: #1bd1ea;
    border-color: #1bd1ea;
    color: #FFFFFF;
}

.pricing-header {
    margin-bottom: 50px;
}

.pricing-header .xs-svg svg {
    width: 133px;
    height: 100px;
}

.pricing-header h3 {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 50px;
}

.pricing-header .pricing-price h2 {
    color: #000000;
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 2px;
}

.pricing-header .pricing-price span {
    font-size: 0.8125rem;
    letter-spacing: 3px;
}

.pricing-body {
    margin-bottom: 50px;
}

.pricing-footer .btn {
    padding: 0 71px;
}

.pricing-list {
    margin: 0;
    padding: 0;
}

.pricing-list li {
    font-size: 0.9375rem;
    list-style: none;
}

.pricing-list li:not(:last-child) {
    margin-bottom: 10px;
}

/*=================================================
            34. agency contact
  ===============================================*/

.xs-map>div {
    height: 450px;
}

.agency-contactus {
    padding: 100px 0;
}

.agency-contactus.gray-bg {
    background-color: #f7f7f7;
}

.contact-info-wraper {
    padding-left: 100px;
}

.contact-info-wraper .contact-info-list {
    margin-bottom: 40px;
}

.contact-info-list {
    padding-right: 0px;
}

.contact-info-list li i {
    font-size: 1.125rem;
    background: linear-gradient(-122deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0369d1;
    display: block;
    margin-bottom: 10px;
}

.contact-info-list li:not(:last-child) {
    margin-bottom: 35px;
}

.contact-info-list li strong {
    color: #000000;
    font-size: 1.125rem;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    margin-bottom: 2px;
}

.contact-info-list li .list-content>a {
    display: block;
    color: #464646;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 54px;
    border: 1px solid #FFFFFF;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    padding-right: 30px;
}

.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
    border-color: #1bd1ea;
}

.contact-form input:not([type="submit"]).invaild,
.contact-form textarea.invaild {
    border-color: #f44336;
}

.contact-form input:not([type="submit"])::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
    font-size: 0.9375rem;
}

.contact-form input:not([type="submit"])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-size: 0.9375rem;
}

.contact-form input:not([type="submit"]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    font-size: 0.9375rem;
}

.contact-form input:not([type="submit"]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-size: 0.9375rem;
}

.contact-form input[type=number]::-webkit-inner-spin-button,
.contact-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.contact-form input[type=number] {
    -moz-appearance: textfield;
}

.contact-form textarea {
    height: 154px;
    resize: none;
    padding-top: 20px;
}

.contact-form .submit-btn {
    border-radius: 5px;
    background-color: #1bd1ea;
    height: 54px;
    border: 0px;
    color: #FFFFFF;
    font-size: 0.9375rem;
    letter-spacing: -.25px;
    padding: 0 91px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.contact-form .submit-btn:hover {
    background-color: #11a3b7;
}

.contact-form.style2 input:not([type="submit"]),
.contact-form.style2 textarea {
    border: 1px solid #e7e7e7;
}

.contact-form.style2 input:not([type="submit"]):focus,
.contact-form.style2 textarea:focus {
    border-color: #e7e7e7;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
}

.contact-form.style2 input:not([type="submit"]).invaild,
.contact-form.style2 textarea.invaild {
    border-color: #f44336;
}

.contact-form.style2 .btn-wraper {
    text-align: center;
}

.contact-form.style2 .btn {
    padding: 0 92px;
    box-shadow: none;
    font-size: 0.9375rem;
    font-weight: 400;
}

/* contact info 2 */

.contact-info-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-info-area .doodle-parallax .single-doodle {
    position: absolute;
    z-index: -1;
}

.contact-info-area .doodle-parallax .single-doodle.one {
    right: -50px;
    top: 230px;
}

.contact-info-area .doodle-parallax .single-doodle.two {
    left: 0;
    top: 140px;
}

.contact-info2 {
    padding-left: 115px;
}

.contact-info2 .contact-info-list {
    padding-left: 190px;
    margin-bottom: 40px;
}

.contact-info2 .contact-info-list li:not(:last-child) {
    margin-bottom: 30px;
}

.contact-info-image-wraper {
    position: relative;
    z-index: 1;
}

.contact-info-image-wraper::before {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    height: calc(100% + 60px);
    width: calc(100% - 330px);
    background-image: linear-gradient(31deg, #0369d1 0%, #00ecbc 100%);
    border-radius: 5px;
    z-index: -1;
}

.contact-info-image-wraper .contact-info-image {
    padding-left: 30px;
}

.contact-info-image-wraper .contact-info-image img {
    border-radius: 5px;
    width: 100%;
}

.contact-box-wraper {
    background-color: #FFFFFF;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 60px;
}

.contact-box-wraper .contact-title {
    font-size: 2.25rem;
    color: #21069b;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    margin-bottom: 40px;
}

.dark-bg .agency-section-title.style7 .sub-title {
    color: rgba(255, 255, 255, 0.5);
}

.dark-bg .agency-section-title.style7 .main-title {
    color: #FFFFFF;
}

.dark-bg .agency-section-title.style7 .shuufle-letter-title {
    color: rgba(255, 255, 255, 0.2);
}

/*=================================================
            35. blog
  ===============================================*/

/* Blog
  ================================================== */

/* Global */

select {
    max-width: 100%;
}

.post-password-form input[type="password"] {
    padding: 4px 15px;
    margin-right: 10px;
    border: 1px solid #f1f1f1;
}

.post-password-form input[type='submit'] {
    background-color: #1bd1ea;
    border-color: #1bd1ea;
    padding: 6px 15px;
    color: #fff;
    border: none;
    margin-right: -5px;
}

/* Image */

img,
figure {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption {
    margin-bottom: 8px;
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    clear: both;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 4px;
    font-style: italic;
    color: #777777;
    margin-bottom: 0;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignleft {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.alignright {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

p {
    margin: 0 0 25px;
}

/*-- HTML Formate --*/

blockquote {
    padding: 30px;
    padding-right: 40px;
    border-right: 5px solid #1bd1ea;
    margin: 40px 0;
    background: #f9f9f9;
    position: relative;
}

/* table */

table {
    border: 1px solid #f1f1f1;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td,
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border-top: 1px solid #e7e7e7;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border: 1px solid #EDEDED;
    text-align: center;
}

div#calendar_wrap caption {
    margin: 10px;
}

.table-striped>tbody>tr:nth-child(odd),
table>tbody>tr:nth-child(odd) {
    border: 1px solid #e7e7e7;
}

dt {
    font-weight: bold;
    margin: 6px;
}

/* Sticky */

.meta-featured-post {
    display: none;
}

.sticky.post {
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
    padding: 20px 30px;
}

.sticky.post .meta-featured-post {
    display: block;
    position: absolute;
    left: -35px;
    top: 18px;
    background: #1bd1ea;
    width: auto;
    height: auto;
    padding: 8px 45px;
    color: #fff;
    display: inline-block;
    transform: rotate(-45deg);
    font-size: 14px;
    -webkit-transform: rotate(-45deg);
}

/*-- Category listing --*/

.post .post-media~.post-body .entry-title {
    padding-top: 20px;
}

.xs-blog-list .post {
    margin: 0 0 30px;
    padding: 40px;
    border: 1px solid #f1f1f1;
    background-color: #FFFFFF;
}

.post-meta {
    color: #464646;
    font-size: 14px;
    padding: 20px 0 15px;
}

.post-meta span {
    padding-left: 10px;
    margin-left: 10px;
}

.post-meta span i {
    margin-left: 5px;
    color: #1bd1ea;
    font-weight: 700;
    font-size: 12px;
}

.post-meta a {
    color: #464646;
}

.post-footer .simple-btn i {
    font-size: 30px;
}

/* Pagination */

.pagination {
    margin: 0;
}

.pagination li a,
.pagination li span {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    line-height: normal;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: inline-block;
    color: #5a5a5a;
    border-radius: 3px;
}

.pagination li a i,
.pagination li span i {
    line-height: 40px;
}

.pagination li.active a,
.pagination li:hover a {
    color: #fff;
    background: #1bd1ea;
    border: 1px solid transparent;
}

.pagination li.active a:hover,
.pagination li:hover a:hover {
    background: #1bd1ea;
}

/*-- Blog single --*/

.post-details .entry-header .entry-title {
    font-size: 2.1rem;
    font-weight: 700;
}

.post-details table td,
.post-details table th {
    border: 1px solid #f1f1f1;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content table {
    margin: 20px 0;
}

.entry-content .page-links span {
    display: inline-block;
}

.entry-content .page-links a span {
    color: #ffffff;
    background-color: #1bd1ea;
    border-color: #1bd1ea;
}

.entry-content .page-links .page-link-text {
    margin-left: 10px;
}

.entry-content p {
    line-height: 28px;
}

.blog-post-comment h3 {
    font-size: 24px;
}

.blog-post-comment table {
    margin: 20px 0;
}

.blog-post-comment ul,
.blog-post-comment ol {
    margin-bottom: 20px;
}

/* Post social */

.post-social-icons>li {
    display: inline-block;
}

.post-social-icons a {
    margin-right: 10px;
    font-size: 16px;
    color: #5a5a5a;
    text-align: center;
}

.post-social-icons a:hover {
    color: #1bd1ea;
}

/* Post navigation */

.post-navigation {
    padding: 40px;
    border: 1px solid #f1f1f1;
    margin-bottom: 50px;
    background-color: #FFFFFF;
}

.post-navigation .post-previous {
    border-left: 1px solid #f1f1f1;
}

.post-navigation .post-previous,
.post-navigation .post-next {
    padding: 0 40px;
    width: 50%;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

.post-navigation span:hover,
.post-navigation h3:hover {
    color: #1bd1ea;
}

.post-navigation h3 {
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0;
    ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-navigation span {
    color: #777777;
}

.post-navigation i {
    margin: 0 5px;
    color: #777777;
}

.post-navigation .post-previous {
    text-align: right;
    float: right;
    padding: 0 0 0 40px;
}

.post-navigation .post-next {
    text-align: left;
    float: left;
    border-left: 0 none;
    padding: 0 40px 0 0;
}

/*-- Post footer --*/

.entry-footer {
    margin: 40px 0 0;
}

/* tags list */

.post-tag-container {
    display: inline-block;
}

.post-tag-container span {
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
}

.tag-lists a,
.tagcloud a {
    border: 1px solid #f1f1f1;
    color: #5a5a5a;
    display: inline-block;
    font-size: 12px !important;
    padding: 3px 13px;
    margin-right: 3px;
    border-radius: 25px;
    margin-bottom: 20px;
}

.tag-lists a:hover,
.tagcloud a:hover {
    background: #1bd1ea;
    color: #fff;
    border: 1px solid transparent;
}

/* Post social */

.post-social-share-container {
    margin-top: 20px;
}

.post-social-share-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-social-share-container ul li {
    display: inline-block;
}

.post-social-share-container ul li a {
    color: #5a5a5a;
    margin-right: 10px;
}

.post-social-share-container ul li a:hover {
    color: #1bd1ea;
}

/* Post comment */

.blog-post-comment {
    padding: 40px;
    border: 1px solid #f1f1f1;
    background-color: #FFFFFF;
}

.blog-post-comment .comment-title {
    font-size: 18px;
}

.blog-post-comment .comment-info [class*=col-md-] {
    margin-bottom: 15px;
    position: inherit;
}

.blog-post-comment .comment-respond .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-reply-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    right: 0;
    z-index: 1;
    background: #1bd1ea;
}

.blog-post-comment .comment-respond .comment-reply-title small {
    float: left;
    font-size: 1rem;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
    font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
    margin-top: 40px;
}

.loginformuser .form-control {
    height: 100%;
}

/* Common */

.pingback p,
.pingback .says {
    display: none;
}

.comments-list .pingback .comment-body {
    margin-right: 0;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-list .comment {
    list-style: none;
}

.comments-list .comment .btn-comments {
    margin-bottom: 30px;
}

.comments-list .comment .last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    color: #222222;
    font-style: normal;
}

.comments-list .comment-author cite {
    font-style: normal;
}

.comments-list .comment-date {
    color: #222222;
    font-size: 14px;
    display: block;
    margin-top: -5px;
}

.comments-list .comment-content {
    margin: 34px 0 17px;
}

.comments-list .comment-body {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.comments-list .comment-body img {
    margin: 0 0 20px 20px;
    float: right;
}

.comments-list img.comment-avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-left: 30px;
}

.comments-list .comment-reply-link {
    color: #252a37;
    font-weight: 400;
    font-size: 14px;
}

.comments-list .comment-reply-link i {
    margin-left: 5px;
}

.comments-list .comment-reply-link:hover {
    color: #1bd1ea;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #5a5a5a;
}

.comments-reply {
    list-style: none;
    margin: 0 70px 0 0;
}

.comment-form {
    margin-bottom: 30px;
}

/*-- Archive --*/

/* Widgets
  ================================================== */

.post-meta {
    padding: 20px 0 25px;
}

.post-meta span i {
    color: #222222;
}

.sidebar .widget {
    margin-bottom: 40px;
    border: 1px solid #f1f1f1;
    padding: 40px;
}

.sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 15px;
}

.sidebar .widget .widget-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    right: 0;
    z-index: 1;
    background: #1bd1ea;
}

.sidebar .widget.widget_search {
    border: none;
    padding: 0;
}

.sidebar .widget.widget_search .widget-title {
    display: none;
}

.sidebar .widget.widget_search .input-group-btn {
    background: #1bd1ea;
    color: #fff;
    padding: 0 20px;
    border: none;
}

.sidebar .widget.widget_search .input-group-btn i {
    line-height: 48px;
    font-weight: bold;
}

.sidebar ul {
    border: 0;
    padding: 0;
    list-style: none;
}

.sidebar ul li {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

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

.sidebar ul li a {
    color: #464646;
}

.sidebar ul li a:hover {
    color: #1bd1ea;
}

.sidebar ul.sub-menu,
.sidebar ul.children {
    padding: 10px 20px 0 0px;
}

/*=================================================
            35. blog list
  ===============================================*/

.xs-blog-list {
    margin-bottom: 80px;
}

.xs-blog-list .post-list:not(:last-child) {
    margin-bottom: 30px;
}

.xs-blog-list .entry-title {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 2.1rem;
}

.post-list {
    /* post list style 2 */
}

.post-list:hover .post-media>img {
    transform: scale(1.05);
}

.post-list .post-body {
    padding: 0 38px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    border: 1px solid #f5f5f5;
}

.post-list .post-body .entry-header {
    padding-right: 30px;
    padding-left: 30px;
}

.post-list .post-body .entry-header .post-footer {
    margin-bottom: 0px;
}

.post-list .post-body .post-meta-top {
    z-index: 1;
    position: relative;
    margin-top: -30px;
    margin-bottom: 40px;
}

.post-list .post-body .entry-title {
    font-weight: 500;
    margin-bottom: 22px;
}

.post-list .post-body .entry-title a {
    color: #000000;
    display: inline-block;
    transition: all 0.4s ease;
}

.post-list .post-body .entry-title a:hover {
    color: #1868dd;
}

.post-list .post-body .post-meta {
    margin-bottom: 12px;
}

.post-list .post-body .post-meta .post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.post-list .post-body .post-meta .post-author img+a {
    padding-right: 10px;
}

.post-list .post-body .post-meta .post-author a {
    color: #999999;
    font-size: 0.9375rem;
    transition: all 0.4s ease;
}

.post-list .post-body .post-meta .post-author a:hover {
    color: #1868dd;
}

.post-list .post-body .post-meta>span,
.post-list .post-body .post-meta a {
    color: #1868dd;
}

.post-list .post-body .entry-content {
    margin-bottom: 20px;
}

.post-list .post-body .entry-content p {
    margin-bottom: 0px;
}

.post-list .post-body .post-footer .simple-btn i {
    font-size: 2.25rem;
    padding-right: 0px;
    top: 0;
}

.post-list .post-body .post-footer .simple-btn i:hover {
    color: #1868dd;
}

.post-list .post-media {
    position: relative;
    overflow: hidden;
}

.post-list .post-media iframe {
    width: 100%;
    display: block;
}

.post-list .post-media .xs-video-popup {
    background-color: #1868dd;
}

.post-list .post-media .xs-video-popup:hover {
    color: #1868dd;
    background-color: #FFFFFF;
}

.post-list .post-media .entry-meta {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2;
}

.post-list .post-media>img {
    transform: scale(1);
    transition: all 0.4s ease;
}

.post-list .post-meta-date {
    background-color: #1bd1ea;
    color: #FFFFFF;
    text-align: center;
    padding: 24px 17px;
    min-width: 80px;
}

.post-list .post-meta-date .day {
    font-size: 1.75rem;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
    line-height: 1;
}

.post-list .post-meta-date .month {
    font-size: 0.9375rem;
}

.post-list .post-meta-date>span {
    display: block;
}

.post-list.format-text {
    margin-top: 60px;
}

.post-list.style2 {
    margin-bottom: 30px;
}

.post-list.style2 .post-meta-date {
    background-color: #1868dd;
}

.post-list.style2 .post-body {
    padding: 0 30px 35px;
}

.post-list.style2 .post-body .post-meta-top {
    padding: 17px 30px;
}

.post-list.style2 .post-body .entry-header {
    padding: 0px;
}

.post-list.style2 .post-body .entry-title {
    font-size: 1.375rem;
    margin-bottom: 14px;
}

.post-list.style2 .post-body .post-meta {
    margin-bottom: 23px;
}

.post-list.style2 .post-body .entry-content {
    margin-bottom: 0px;
}

.post-list.style2 .post-media img {
    width: 100%;
}

.post-list.style2 .post-meta-top {
    margin-bottom: 30px;
}

.post-list.style2 .post-meta-top .entry-meta>span i {
    color: #1868dd;
}

.post-list.style2 .post-meta-top .entry-meta>span:not(:last-child) {
    padding-left: 23px;
}

.blog-grid,
.blog-grid-2 {
    margin: 0 -15px;
}

.blog-grid .grid-item .post-list,
.blog-grid-2 .grid-item .post-list {
    padding: 0 15px;
}

.blog-grid+.pagination,
.blog-grid-2+.pagination {
    margin-top: 30px;
}

.post-meta-top {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    padding: 17px 39px;
}

.post-meta-top .entry-meta>span {
    display: inline-block;
    font-size: 0.9375rem;
}

.post-meta-top .entry-meta>span a {
    color: #999999;
}

.post-meta-top .entry-meta>span a:hover {
    color: #1868dd;
}

.post-meta-top .entry-meta>span:not(:last-child) {
    padding-left: 36px;
}

.post-meta-top .entry-meta>span i {
    color: #1bd1ea;
    padding-left: 6px;
}

.post-gallery-slider {
    position: relative;
}

.post-gallery-slider .owl-nav .owl-prev,
.post-gallery-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.post-gallery-slider .owl-nav .owl-prev {
    right: 15px;
}

.post-gallery-slider .owl-nav .owl-next {
    left: 15px;
}

.post-gallery-slider .owl-nav i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #1868dd;
    background-color: #FFFFFF;
    font-size: 15px;
}

.sidebar-widget.sidebar-right {
    margin-right: 10px;
}

.sidebar-widget.sidebar-left {
    margin-left: 10px;
}

/*=================================================
            36. blog sidebar
  ===============================================*/

.widget {
    background-color: #FFFFFF;
    padding-right: 30px;
    padding-left: 30px;
}

.widget:not(:last-child) {
    margin-bottom: 30px;
}

.widget .xs-title {
    margin-bottom: 24px;
    font-size: 1.5rem;
    font-weight: 500;
}

.widget .xs-title span {
    color: #1bd1ea;
}

.widget:not(.widget-search) {
    padding-top: 40px;
    padding-bottom: 40px;
}

.widget.widget-search {
    padding-top: 20px;
    padding-bottom: 20px;
}

.widget .list-group li {
    font-size: 0.9375rem;
    position: relative;
}

.widget .list-group li a,
.widget .list-group li span {
    color: #464646;
}

.widget .list-group li span {
    position: absolute;
    left: 0px;
}

.widget .list-group li a {
    transition: all 0.4s ease;
}

.widget .list-group li a:hover {
    color: #1868dd;
}

.widget .list-group li:not(:last-child) {
    margin-bottom: 10px;
}

.widget.widget-subscribe p {
    margin-bottom: 26px;
}

.widget-posts .widget-post:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.widget-posts .widget-post img {
    padding-left: 20px;
}

.widget-posts .widget-post .post-meta-date {
    color: #949494;
}

.widget-posts .widget-post .post-meta-date,
.widget-posts .widget-post .post-author {
    font-size: 0.9375rem;
}

.widget-posts .widget-post .media-body {
    margin-top: -3px;
}

.widget-posts .widget-post .entry-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -.25px;
}

.widget-posts .widget-post .entry-title a {
    color: #000000;
    transition: all 0.4s ease;
}

.widget-posts .widget-post .entry-title a:hover {
    color: #1bd1ea;
}

.tag-lists a {
    display: inline-block;
    padding: 6px 17px;
    color: #464646;
    border: 1px solid #e7e7e7;
    border-radius: 18.5px;
    font-size: 0.9375rem;
    margin-left: 9px;
    margin-bottom: 9px;
    transition: all 0.4s ease;
}

.tag-lists a:hover {
    color: #FFFFFF;
}

.tag-lists .title {
    color: #000000;
    padding-left: 15px;
    font-weight: 700;
}

.widgetsub-form.subscribe-form input:not([type="submit"]) {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: white;
    height: 48px;
    padding-right: 30px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.widgetsub-form.subscribe-form input:not([type="submit"]):focus {
    border-color: #1868dd;
}

.widgetsub-form.subscribe-form input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cacaca;
    font-size: 0.9375rem;
}

.widgetsub-form.subscribe-form input:not([type="submit"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #cacaca;
    font-size: 0.9375rem;
}

.widgetsub-form.subscribe-form input:not([type="submit"]):-ms-input-placeholder {
    /* IE 10+ */
    color: #cacaca;
    font-size: 0.9375rem;
}

.widgetsub-form.subscribe-form input:not([type="submit"]):-moz-placeholder {
    /* Firefox 18- */
    color: #cacaca;
    font-size: 0.9375rem;
}

.widgetsub-form.subscribe-form .btn {
    box-shadow: none;
    border-radius: 5px;
    background-color: #1868dd;
    height: 50px;
    font-size: 0.9375rem;
    padding: 0 30px;
}

.widgetsub-form.subscribe-form .btn:hover {
    background-color: #1352af;
}

.widget-banner a {
    display: block;
}

.widget-banner a img {
    width: 100%;
}

.insta-feed2 li {
    float: right;
    display: inline-block;
    width: calc(25% - 2px);
    margin-left: 2px;
    margin-bottom: 2px;
}

.insta-feed2 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.insta-feed2 li a img {
    transition: all 0.4s ease;
    transform: scale(1);
}

.insta-feed2 li a:hover img {
    transform: scale(1.1);
}

/*=================================================
            37. blog single
  ===============================================*/

.xs__blog .content-single {
    padding: 40px;
    border: 1px solid #f1f1f1;
    margin-bottom: 50px;
    background-color: #FFFFFF;
}

.blog-single-post .content-single {
    padding: 40px;
    border: 1px solid #f1f1f1;
    margin-bottom: 50px;
    background-color: #FFFFFF;
}

.blog-single-post .post-media {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.blog-single-post .post-media img {
    transform: scale(1);
    transition: all 0.4s ease;
}

.blog-single-post .post-media:hover img {
    transform: scale(1.05);
}

.blog-single-post .post-meta-list {
    margin-bottom: 20px;
}

.blog-single-post .post-body .entry-conent {
    margin-bottom: 60px;
    padding-bottom: 30px;
}

.blog-single-post .post-body .entry-conent p {
    position: relative;
    overflow: hidden;
    font-size: 1.0625rem;
    color: #777777;
}

.blog-single-post .post-body .entry-conent p:not(:last-child) {
    margin-bottom: 30px;
}

.blog-single-post .post-body .entry-conent p em {
    font-weight: 500;
}

.blog-single-post .post-body .entry-conent p img {
    margin-bottom: 15px;
    transition: all 0.4s ease;
    transform: scale(1);
}

.blog-single-post .post-body .entry-conent p img:hover {
    transform: scale(1.02);
}

.blog-single-post .post-body .entry-conent p img+em {
    text-align: center;
    display: block;
    font-weight: 400;
    color: #999999;
}

.blog-single-post .post-body .entry-conent a {
    color: #1868dd;
    text-decoration: underline;
}

.blog-single-post .post-body .entry-conent a:hover {
    color: #103dbe;
}

.blog-single-post .post-body .entry-conent h3 {
    margin-bottom: 25px;
    color: #000000;
    font-weight: 600;
    font-size: 1.375rem;
}

.blog-single-post .post-body .entry-conent blockquote {
    margin-bottom: 40px;
}

.blog-single-post .post-body .entry-conent .xs-list {
    margin-bottom: 50px;
    padding-right: 20px;
}

.blog-single-post .post-body .entry-conent .xs-list li:not(:last-child) {
    margin-bottom: 15px;
}

.blog-single-post .post-body .entry-conent .order-list {
    padding-right: 20px;
    margin-bottom: 40px;
}

.blog-single-post .post-body .entry-conent .order-list li {
    color: #777777;
}

.blog-single-post .post-body .entry-conent .order-list li::before {
    content: counter(step-counter) ".";
    width: auto;
    height: auto;
    line-height: normal;
    margin-left: 14px;
    border: 0px solid #000;
    color: #999999;
}

.post-body .entry-conent blockquote {
    margin-bottom: 50px;
}

blockquote {
    background-color: #f7f7f7;
    padding: 60px;
    font-size: 1.375rem;
    font-family: "Playfair Display", serif;
    color: #424242;
    font-style: italic;
    font-weight: 700;
    position: relative;
}

blockquote::before {
    content: "\e93b";
    font-family: "iconfont";
    display: block;
    font-size: 3rem;
    font-weight: 400;
    font-style: normal;
    float: right;
    padding-left: 50px;
    margin-top: -10px;
    padding-bottom: 50px;
}

.post-footer .simple-arrow-btn {
    margin-top: 20px;
    display: inline-block;
}

.post-footer .tag-lists {
    margin-bottom: 25px;
}

.post-footer .tag-lists .title {
    font-weight: 400;
}

.post-footer .social-list {
    margin-bottom: 60px;
}

.post-footer .social-list li a {
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 42px;
}

.realted-article h4 {
    margin-bottom: 25px;
}

.comment-num {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.comment-num:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 2px;
    right: 0;
    z-index: 1;
    background: #1bd1ea;
}

/* author card */

.author-card {
    padding: 60px 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 100px;
}

.author-card h4 {
    margin-bottom: 25px;
}

.author-card .author-info .autho-img {
    float: right;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: 30px;
}

.author-card .author-info .autho-img+.author-details {
    width: calc(100% - 110px);
}

.author-card .author-info .author-details {
    float: left;
}

.author-card .author-info .author-details h5 {
    color: #000000;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.author-card .author-info .author-details h5 a {
    padding-right: 15px;
    position: relative;
    display: inline-block;
    top: -2px;
}

.author-card .author-info .author-details h5 a .badge {
    font-size: 0.8125rem;
    font-weight: 500;
    background-color: #1868dd;
    transition: all 0.4s ease;
}

.author-card .author-info .author-details h5 a .badge:hover {
    background-color: #103dbe;
}

.author-card .author-info .author-details p {
    margin-bottom: 20px;
}

/* post navigation */

.post-previous {
    text-align: left;
}

.post-previous,
.post-next {
    padding: 60px 80px;
    position: relative;
}

.post-previous a,
.post-next a {
    display: block;
}

.post-previous a:hover h4,
.post-next a:hover h4 {
    color: #1868dd;
}

.post-previous a:hover .indicator-icon,
.post-next a:hover .indicator-icon {
    color: #1868dd;
}

.post-previous span,
.post-next span {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
}

.post-previous h4,
.post-next h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
    transition: all 0.4s ease;
}

.post-previous small,
.post-next small {
    font-size: 0.8125rem;
}

.post-previous .indicator-icon,
.post-next .indicator-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.25rem;
    color: #000000;
    transition: all 0.4s ease;
}

.post-previous {
    border-right: 0px;
}

.post-previous .indicator-icon {
    right: 40px;
}

.post-next {
    border-right: 0px;
    border-left: 0px;
}

.post-next .indicator-icon {
    left: 40px;
}

.relatednews-wraper {
    margin-bottom: 70px;
}

.relatednews-wraper h4 {
    margin-bottom: 35px;
}

/*========== Post meta list ==================*/

.post-meta-list>span {
    display: inline-block;
}

.post-meta-list>span:not(:last-child) {
    margin-left: 50px;
}

.post-meta-list>span i {
    color: #1868dd;
    padding-left: 5px;
    font-weight: 700;
}

.post-meta-list>span>a {
    color: #777777;
}

.post-meta-list>span>a:hover {
    color: #1868dd;
}

.post-meta-list .post-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 8px;
}

/*=================================================
            38. comment area
  ===============================================*/

.xs-comments-area {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e7e7e7;
}

.xs-comments-area .comments-title {
    margin-bottom: 45px;
}

.xs-comments-area .comment-body:before {
    display: table;
    content: "";
    clear: both;
}

.xs-comments-area .comment-body img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    float: right;
}

.xs-comments-area .meta-data {
    margin-right: 100px;
}

.xs-comments-area .reply {
    float: left;
}

.xs-comments-area .reply .comment-reply-link {
    color: #626c84;
    font-size: 0.9375rem;
}

.xs-comments-area .reply .comment-reply-link i {
    color: #252a37;
    font-size: 1rem;
    padding-left: 10px;
}

.xs-comments-area .comment-author a {
    font-weight: 500;
}

.xs-comments-area .comment-author a::after {
    content: "/";
    padding: 0 5px;
    color: #464646;
}

.xs-comments-area .comment-date {
    color: #464646;
    margin-bottom: 0px;
    font-weight: 500;
    display: inline-block;
}

.xs-comments-area .comment-content {
    margin-top: 10px;
    padding-left: 50px;
}

.xs-comments-area .comment-content p {
    margin-bottom: 0px;
}

.xs-comments-area .comment:not(:last-child) .children {
    margin-right: 70px;
}

.xs-comments-area .comment:not(:last-child) .meta-data {
    margin-bottom: 50px;
}

.comment-form .form-control {
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 54px;
    border: 1px solid #e7e7e7;
    transition: all 0.4s ease;
    padding-right: 30px;
}

.comment-form textarea.form-control {
    height: 100%;
    padding: 30px;
}

/*=================================================
            39. comment form
  ===============================================*/

.comment-respond .comment-reply-title {
    margin-bottom: 20px;
}

.comment-respond .xs-form .form-control {
    margin-bottom: 30px;
}

.comment-respond .form-submit {
    margin-bottom: 0px;
}

.comment-respond .comments-info {
    font-size: 0.9375rem;
    margin-bottom: 35px;
}

.xs-form .form-control {
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    transition: all 0.4s ease;
    padding-right: 30px;
    background-color: #FFFFFF;
}

.xs-form .form-control:not(textarea) {
    height: 54px;
}

.xs-form .form-control:focus {
    border-color: #1868dd;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
}

.xs-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #464646;
    font-size: 0.9375rem;
}

.xs-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #464646;
    font-size: 0.9375rem;
}

.xs-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #464646;
    font-size: 0.9375rem;
}

.xs-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #464646;
    font-size: 0.9375rem;
}

.xs-form textarea.form-control {
    padding-top: 20px;
    height: 154px;
    resize: none;
}

/*=================================================
            40. parallax service
  ===============================================*/

.parallax-service {
    max-height: 100vh;
}

.single-service {
    height: 100vh;
    display: flex;
    align-items: center;
}

.single-service.bg-1 {
    background-color: #1d2786;
}

.single-service.bg-2 {
    background-color: #0f51aa;
}

.single-service.bg-3 {
    background-color: #283149;
}

.parallax-service-content {
    position: relative;
    color: #FFFFFF;
    z-index: 1;
}

.parallax-service-content .watermark-icon {
    font-size: 9.375rem;
    color: rgba(255, 255, 255, 0.03);
    top: -70px;
    z-index: -1;
}

.parallax-service-content .section-title {
    margin-bottom: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.parallax-service-content p {
    font-size: 0.938125rem;
    color: #a8abc8;
    margin-bottom: 40px;
}

.parallax-service-content .simple-btn {
    color: #FFFFFF;
    letter-spacing: .5px;
    font-weight: 500;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    left: 35px;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 14px 0;
}

.swiper-pagination-bullet {
    transform-origin: center center;
    background-color: #FFFFFF;
    transition: all 0.4s ease;
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 0.5);
    transform: scale(2);
}

.swiper-slide:nth-child(even)>.single-service .row {
    flex-direction: row-reverse;
}

.swiper-slide:nth-child(even)>.single-service .parallax-service-img {
    margin-right: -70px;
}

/*=================================================
            41. shop
  ===============================================*/

/* single product */

.xs-single-product {
    margin-bottom: 20px;
}

.xs-single-product:hover .product-header>img {
    transform: scale(1.05);
}

.xs-single-product:hover .product-header::before {
    opacity: 1;
}

.xs-single-product:hover .product-header .hover-area {
    transform: translateY(-50%);
    opacity: 1;
}

.xs-single-product .product-footer {
    text-align: center;
    padding: 30px 15px;
}

.xs-single-product .product-footer .product-title {
    margin-bottom: 5px;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.xs-single-product .product-footer .product-title a {
    color: #777777;
}

.xs-single-product .product-footer .product-title a:hover {
    color: #1868dd;
}

.xs-single-product .product-footer .product-bdage {
    margin-bottom: 15px;
}

.product-header {
    position: relative;
    border-radius: 5px;
    min-height: 390px;
    background-color: #f7f8f9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
}

.product-header::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 1;
}

.product-header>img {
    transform: scale(1);
    transition: all 0.4s ease;
}

.product-header .hover-area {
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    transition: all 0.4s ease;
    opacity: 0;
}

.product-header .image-content {
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 2;
}

.price {
    font-size: 1.125rem;
    font-weight: 700;
}

.price del {
    color: #d7d7d7;
    padding-left: 10px;
}

.price ins {
    text-decoration: none;
    color: #000000;
}

.woocommerce-page .col2-set .col-1 {
    max-width: 100% !important;
}

.woocommerce-page .col2-set .col-2 {
    max-width: 100% !important;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-input-wrapper input {
    height: 36px;
}

.woocommerce .woocommerce-ordering select {
    height: 40px;
}

.woocommerce .col2-set .col-1 {
    max-width: 100% !important;
}

.woocommerce .col2-set .col-2 {
    max-width: 100% !important;
}

.woocommerce .quantity .qty {
    height: 36px;
}

.woocommerce .products .product {
    background-color: #FFFFFF;
    box-shadow: -19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 30px !important;
}

.woocommerce .products .product .product-header {
    border-radius: 0px;
}

.woocommerce .products .product .product-header>img {
    transform: scale(1.05);
}

.woocommerce .products .product .product-header::before {
    opacity: 1;
}

.woocommerce .products .product .product-header .hover-area {
    transform: translateY(-50%);
    opacity: 1;
}

.woocommerce .products .product .product-header::before {
    background-color: rgba(24, 104, 221, 0.9);
}

.woocommerce .products .product .product-header .btn-gradient2 {
    background: #FFFFFF;
    color: #1868dd;
    padding: 0 46px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
}

.woocommerce .products .product .product-header .btn-gradient2:hover {
    background: #e6e6e6;
}

.product-bdage {
    color: #FFFFFF;
    font-size: 0.8125rem;
    display: inline-block;
    background-color: #ff5657;
    border-radius: 5px;
    padding: 0 5px;
}

.product-bdage.color-1 {
    background-color: #1868dd;
}

.product-bdage.color-2 {
    background-color: #75a339;
}

/*=================================================
            42. product slider
  ===============================================*/

.single-product-slider .product-header {
    min-height: 600px;
    border-radius: 0px;
}

.single-product-slider .product-header:before {
    display: none;
}

.product-slider {
    position: relative;
}

.product-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
}

.product-slider .owl-dots .owl-dot span {
    background-color: rgba(0, 0, 0, 0.149);
    transform-origin: center center;
    transform: scale(1);
}

.product-slider .owl-dots .owl-dot span::before {
    display: none;
}

.product-slider .owl-dots .owl-dot.active span {
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.9);
}

/*=================================================
            43. single shop
  ===============================================*/

.product-summary {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
}

.product-summary .product_title {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}

.product-summary .product_meta {
    font-size: 0.9375rem;
}

.product-summary .product_meta:not(:last-child) {
    margin-bottom: 10px;
}

.product-summary .product_meta strong {
    color: #000000;
    font-weight: 500;
    padding-left: 10px;
}

.product-summary .product_meta a {
    color: #aaaaaa;
}

.product-summary .product_meta a:hover {
    color: #1868dd;
}

.product-summary .product_meta a:not(:last-child) {
    padding-left: 5px;
}

.product-summary .product_meta a:not(:last-child):after {
    content: ",";
    padding-right: 2px;
}

.product-summary .woocommerce-product-details__short-description p {
    font-size: 0.9375rem;
}

.product-summary .product-meta-group,
.product-summary .woocommerce-product-details__short-description,
.product-summary .price {
    margin-bottom: 30px;
}

.product-summary .price {
    font-size: 1.75rem;
    display: block;
}

.product-summary .custom-number-wraper {
    margin-bottom: 40px;
}

.product-cart-info-list>li {
    position: relative;
}

.product-cart-info-list>li .btn {
    padding: 0 30px;
    background-size: 160% auto;
}

.product-cart-info-list.list-inline>li:not(:last-child) {
    margin-left: 15px;
}

.related-products-area.xs-section-padding {
    padding-bottom: 40px;
}

.related-products-area .content-holder {
    margin-bottom: 60px;
}

.related-products-area .content-holder .section-title {
    font-size: 1.75rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}

/*=================================================
            44. product details
  ===============================================*/

.product-info-details-wraper p {
    font-size: 1.0625rem;
    color: #777777;
}

/*=================================================
            45. info block
  ===============================================*/

.single-info-block {
    transition: all 0.4s ease;
    padding: 70px 30px;
    min-height: 366px;
    background-color: #FFFFFF;
}

.single-info-block:hover,
.single-info-block.active {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

.single-info-block .info-header {
    margin-bottom: 25px;
}

.single-info-block .small {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 1.125rem;
}

.box__area .elementor-image-box-title {
    margin-bottom: 30px;
}

.box__area .elementor-image-box-description {
    font-size: 1rem;
}

/* bussiness info area */

.business-info-area {
    padding-top: 70px;
    padding-bottom: 115px;
}

.business-info-and-history {
    background-repeat: no-repeat;
    background-position: top 127px center;
}

.business-info-and-history .success-history2-area {
    padding-bottom: 30px;
}

.info-block-style2 .single-more-feauture {
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
}

.info-block-style2 .single-more-feauture .feature-title {
    font-size: 1.375rem;
    margin-bottom: 22px;
    color: #000000;
    font-weight: 700;
}

.info-block-style2 .single-more-feauture p {
    margin-bottom: 30px;
}

.info-block-style2 .single-info-block {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 75px 40px;
}

.info-block-style2 .single-info-block .small {
    font-size: 1.375rem;
    margin-bottom: 22px;
}

.info-block-style2 .single-info-block p {
    margin-bottom: 30px;
}

.info-block-style2 .single-info-block .simple-btn,
.info-block-style2 .single-info-block .simple-btn i {
    background: linear-gradient(-90deg, #ff8f1e 0%, #ff8f1e 50%, #fe690b 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #ff8f1e;
}

.info-block-style2 .single-info-block .simple-btn {
    font-weight: 400;
}

.info-block-style2 .single-info-block .leaf {
    position: absolute;
    filter: blur(24.7px);
    z-index: -1;
}

.info-block-style2 .single-info-block .leaf.leaf-1 {
    top: 0;
    right: 0;
}

.info-block-style2 .single-info-block .leaf.leaf-2 {
    bottom: 0;
    right: 0;
}

.info-block-style2 .single-info-block .leaf.leaf-3 {
    top: 50px;
    left: 0;
}

/* business info area doodle parallax */

.business-info-area {
    position: relative;
}

.business-info-area .doodle-parallax .single-doodle {
    position: absolute;
    pointer-events: none;
}

.business-info-area .doodle-parallax .single-doodle.one {
    top: 0;
    right: 0;
}

.business-info-area .doodle-parallax .single-doodle.two {
    left: 0;
    bottom: 0;
}

.business-info-area2 {
    margin-bottom: 0px;
}

/*=================================================
            46. about summary
  ===============================================*/

.about-summary-content {
    padding-right: 40px;
}

.about-summary-content i {
    display: inline-block;
    margin-bottom: 20px;
}

.about-summary-content .section-title {
    margin-bottom: 30px;
}

.about-summary-content p {
    margin-bottom: 35px;
    color: #878787;
    font-size: 0.9375rem;
}

/*=================================================
            47. success summary
  ===============================================*/

.success-summary-content {
    margin-bottom: 60px;
}

.success-summary-content i {
    margin-bottom: 20px;
    display: inline-block;
}

.success-summary-content .content-title {
    margin-bottom: 25px;
}

/*=================================================
            48. call to action
  ===============================================*/

.calltoaction-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 102px 0;
}

.calltoaction-area .xs-overlay {
    opacity: .9;
}

.call-to-action {
    position: relative;
    z-index: 2;
}

.call-to-action .content-title {
    color: #FFFFFF;
    margin-bottom: 35px;
}

.call-to-action .btn-outline-secondary {
    line-height: 52px;
}

.call-to-action.action-style2 .content-title {
    font-size: 2.25rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 40px;
}

.call-to-action.action-style2 .btn {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    padding: 0 33px;
}

.call-to-action.action-style2 .btn.icon-right>i,
.call-to-action.action-style2 .btn.icon-left>i {
    line-height: 60px;
}

/* call to action style 2 */

.calltoaction-area-2 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.calltoaction-area-2 .xs-overlay {
    background-color: #4243e7;
    opacity: .9;
}

.calltoaction-area-2.version-gradient .xs-overlay {
    background: #3154fb;
    background: linear-gradient(-90deg, #3154fb 18%, #8de4e8 100%);
}

.call-to-action-wraper {
    position: relative;
    padding: 100px 0;
}

/* call to action 4 */

.calltoaction-area-4.delighter {
    padding: 0 80px;
    transition: all .6s ease;
}

.calltoaction-area-4.delighter.started {
    overflow: hidden;
    padding: 20px 0px;
}

.calltoaction-area-4.delighter.started .calltoaction-info {
    margin: 0 auto 0 auto;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #4843d2;
    max-width: 100%;
}

.calltoaction-area-4 .calltoaction-info {
    transition: all .6s ease;
    background-color: #7447ff;
    max-width: 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: color-burn;
}

.call-to-action.action-style3 .content-title {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 37px;
}

.call-to-action.action-style3 .btn {
    padding: 0 36px;
    height: 65px;
    line-height: 65px;
}

.call-to-action.action-style3 .btn:hover {
    background-color: #7447ff;
}

.call-to-action.action-style3 .btn[class*=icon-]>i {
    line-height: 58px;
}

/*=================================================
            49. testimonials
  ===============================================*/

.review-area {
    background-repeat: no-repeat;
    background-position: top 100px center;
}

.review-area .main-title {
    margin-bottom: 0px;
}

.review-area.xs-section-padding {
    padding-bottom: 60px;
    padding-top: 80px;
}

.single-review-thumb>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: scale(1);
    transform-origin: center center;
    margin-right: auto;
    margin-left: auto;
}

.owl-item.current .single-review-thumb>img {
    transform: scale(2);
}

.review-slider-thumb {
    width: calc(100% - 300px);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

.review-slider-thumb .owl-stage-outer {
    padding: 28px 0;
}

.review-content.review-style2 .star-rating-wraper {
    margin-bottom: 12px;
}

.review-content.review-style2>p {
    color: #1e1e1e;
    font-size: 1.125rem;
    font-family: "Playfair Display", serif;
    margin-bottom: 24px;
}

.review-content.review-style2 .reviewer-bio h5 {
    color: #1e1e1e;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
}

.review-content.review-style2 .reviewer-bio p {
    margin-bottom: 0px;
    color: #9a9a9a;
    letter-spacing: 1.5px;
}

.review-content hr {
    width: 250px;
    display: block;
    border-color: #e7e7e7;
    margin-top: 0px;
    margin-bottom: 30px;
}

.review-content.text-center hr {
    margin-right: auto;
    margin-left: auto;
}

/* testimonials */

.agency-testimonial-area2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bouble-slider-privew {
    padding-right: 30px;
}

.bouble-slider-privew .owl-nav {
    margin-top: 50px;
}

.bouble-slider-privew .owl-nav button:not(:last-child) {
    margin-left: 15px;
}

.bouble-slider-privew .owl-nav button.owl-next,
.bouble-slider-privew .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-color: #FFFFFF;
    transition: all 0.4s ease;
    border-radius: 50%;
    color: #b5b6d1;
}

.bouble-slider-privew .owl-nav button.owl-next:hover,
.bouble-slider-privew .owl-nav button.owl-prev:hover {
    color: #103dbe;
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}

.single-bouble-thumb {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid transparent;
    transition: all 0.4s ease;
}

.single-bouble-thumb.thumb-1 {
    width: 120px;
    height: 120px;
}

.single-bouble-thumb.thumb-2 {
    width: 90px;
    height: 90px;
}

.single-bouble-thumb.thumb-3 {
    width: 66px;
    height: 66px;
}

.single-bouble-thumb.thumb-4 {
    width: 50px;
    height: 50px;
}

.bouble-slider-thumb .owl-item:nth-child(1) {
    transform: translateX(-345px) translateY(60px);
}

.bouble-slider-thumb .owl-item:nth-child(2) {
    transform: translateX(-44px) translateY(220px);
}

.bouble-slider-thumb .owl-item:nth-child(3) {
    transform: translateX(144px) translateY(60px);
}

.bouble-slider-thumb .owl-item:nth-child(4) {
    transform: translateX(300px) translateY(220px);
}

.bouble-slider-thumb .owl-item:nth-child(5) {
    transform: translateX(430px) translateY(114px);
}

.bouble-slider-thumb .current .single-bouble-thumb {
    border-color: #FFFFFF;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
}

.review-content.review-style3 .review-content-header {
    margin-bottom: 24px;
}

.review-content.review-style3>p {
    font-style: normal;
    font-size: 1rem;
}

.review-content.review-style3 .reviewer-bio h3 {
    font-size: 1.75rem;
    color: #103dbe;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.review-content.review-style3 .reviewer-bio p {
    color: #afafaf;
    font-size: 1rem;
}

/*=================================================
            50. get subscribe
  ===============================================*/

.get-subscribenow-content .section-title {
    margin-bottom: 15px;
}

.get-subscribenow-content p {
    color: #1e1e1e;
    margin-bottom: 32px;
}

.get-subscribenow-content .btn.icon-left>i {
    padding-left: 8px;
}

/*=================================================
            51. deserve it
  ===============================================*/

.deserve-it-area {
    padding-top: 70px;
    padding-bottom: 130px;
}

.deserve-summary-content {
    color: #FFFFFF;
    z-index: 3;
    position: relative;
}

.deserve-summary-content .section-title {
    color: #FFFFFF;
    font-size: 2.625rem;
    margin-bottom: 22px;
}

.deserve-summary-content p {
    margin-bottom: 28px;
}

.have-any-project-section.delighter .background-wave-shape {
    transform: translateY(50%);
    opacity: 0;
    transition: transform .4s ease, opacity .5s ease;
}

.have-any-project-section.delighter .pillow-image {
    transform: translateX(-50%);
    opacity: 0;
    transition: transform .6s ease, opacity .7s ease;
}

.have-any-project-section.delighter.started {
    overflow: visible;
}

.have-any-project-section.delighter.started .background-wave-shape {
    transform: translateY(0%);
    opacity: .03;
}

.have-any-project-section.delighter.started .pillow-image {
    transform: translateX(0%);
    opacity: 1;
}

/*=================================================
            52. we offer
  ===============================================*/

.we-offer-wraper {
    background-color: #FFFFFF;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}

.we-offer-wraper [class*=col-]:not(:last-child) .single-we-offer::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 100px;
    width: 2px;
    background-color: rgba(77, 185, 236, 0.1);
}

.single-we-offer {
    padding: 57px 50px;
    position: relative;
}

.we-offer-icon-wraper {
    padding-left: 25px;
}

.we-offer-icon {
    display: inline-block;
    background: #c249f2;
    background: linear-gradient(-65deg, #c249f2 0%, #6371fb 100%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 2.5rem;
    border-radius: 50%;
    color: #FFFFFF;
}

.deserve-it-area+.we-offer-area {
    margin-top: -72px;
    position: relative;
    z-index: 5;
}

.deserve-it-area+.we-offer-area+.more-features-area {
    margin-top: -130px;
    padding-top: 210px;
}

/*=================================================
            53. more feature
  ===============================================*/

.single-more-feauture {
    padding: 0 30px;
    margin-bottom: 50px;
}

.single-more-feauture .more-feature-header {
    box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 23px;
    transform: rotateY(0deg);
    transition: transform .6s ease-in-out;
}

.single-more-feauture .more-feature-header>i {
    font-size: 2.1875rem;
    color: #ffbc5c;
}

.single-more-feauture.color-1 .more-feature-header>i {
    color: #1edee4;
}

.single-more-feauture.color-2 .more-feature-header>i {
    color: #255cff;
}

.single-more-feauture:hover .more-feature-header {
    transform: rotateY(360deg);
}

.single-more-feauture.text-center .more-feature-header {
    margin-right: auto;
    margin-left: auto;
}

.single-more-feauture.text-right .more-feature-header {
    margin-right: auto;
}

.single-more-feauture .feature-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
}

.single-more-feauture p {
    font-size: 1rem;
}

.agency-banner7+.more-features-2-section {
    padding-top: 150px;
}

.more-features-2-section.xs-section-padding {
    padding-bottom: 70px;
}

.more-features-2-section .agency-section-title .main-title {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 1.425;
}

.more-features-2-section .agency-section-title .main-title>span {
    font-family: inherit;
    color: #1edee4;
}

.more-feature-style2 .single-more-feauture {
    padding-right: 0;
    padding-left: 50px;
}

.more-feature-style2 .single-more-feauture:hover .more-feature-header {
    transform: rotate(0deg);
}

.more-feature-style2 .single-more-feauture .more-feature-header {
    width: auto;
    height: auto;
    line-height: unset;
    box-shadow: none;
    border-radius: 0px;
    text-align: right;
    margin-bottom: 10px;
}

.more-feature-style2 .single-more-feauture .feature-title {
    font-size: 1.375rem;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
}

/*=================================================
            54. bussiness agenda
  ===============================================*/

.business-agenda-list {
    padding-right: 65px;
}

.single-business-agenda:not(:last-child) {
    margin-bottom: 50px;
}

.single-business-agenda .business-agenda-img {
    padding-left: 20px;
}

.single-business-agenda .agenda-title {
    font-size: 1.125rem;
    margin-bottom: 13px;
    font-weight: 700;
    color: #000000;
}

/*=================================================
            55. best quote
  ===============================================*/

.best-quote-area {
    background-color: #fd4a7b;
    position: relative;
}

.best-quote-area .quote-img {
    position: absolute;
    top: -29px;
    right: 0;
}

.best-quote-content .best-quote-title {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    font-size: 2.25rem;
}

.best-quote-content p {
    color: #FFFFFF;
}

.dash-title {
    font-size: 1.125rem;
    font-weight: 500;
}

.dash-title::before {
    content: "";
    height: 2px;
    width: 70px;
    background-color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}

.quote-slider .owl-stage-outer {
    margin-bottom: 10px;
}

.quote-slider .owl-nav {
    line-height: 1;
}

.quote-slider .owl-nav button.owl-next,
.quote-slider .owl-nav button.owl-prev {
    color: #FFFFFF;
    font-size: 1.25rem;
}

.quote-slider .owl-nav button.owl-prev {
    margin-left: 15px;
}

/*=================================================
            56. about
  ===============================================*/

.about-agencifi-area {
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 100px;
}

.about-agency-title {
    font-size: 2.625rem;
    margin-bottom: 22px;
}

.about-agency-title span {
    color: #1868dd;
    font-family: inherit;
}

.about-agency-cotnent p {
    color: #000000;
    margin-bottom: 20px;
}

.about-agency-cotnent .social-list {
    margin-bottom: 20px;
}

.about-agency-cotnent .social-list li a {
    font-size: 1.125rem;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

/* about version 2 */

.about-v2-section.xs-section-padding {
    padding-bottom: 98px;
}

.about-skroll-images {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.about-skroll-images>.about-skroll-image {
    position: absolute;
    top: 0;
    right: 0;
}

.about-skroll-images>.about-skroll-image:not(.image-4) {
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
}

.about-skroll-images>.about-skroll-image.image-2 {
    right: 190px;
    top: 115px;
}

.about-skroll-images>.about-skroll-image.image-3 {
    top: 46px;
    right: inherit;
    left: 0;
}

.about-skroll-images>.about-skroll-image.image-4 {
    top: 355px;
}

.about-skroll-images .quality-info {
    position: absolute;
    top: 324px;
    right: 60px;
    z-index: 9;
}

.quality-info {
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
    background-color: #7447ff;
    padding: 48px 30px 20px 115px;
}

.quality-info>h2 {
    font-size: 1.375rem;
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    font-weight: 900;
    margin-bottom: 0px;
}

.quality-info>.separete-border {
    height: 2px;
    display: block;
    width: 20px;
    background-color: #FFFFFF;
    margin-bottom: 14px;
}

.about-summary-content2 {
    padding-left: 50px;
}

.about-summary-content2 .about-title {
    font-size: 2.25rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    line-height: 1.333;
    margin-bottom: 15px;
}

.about-summary-content2 .about-title>span {
    color: #522cea;
    font-family: inherit;
}

.about-summary-content2>p {
    color: #a3a3a3;
    margin-bottom: 25px;
}

.about-summary-content2>p>a {
    color: #7447ff;
    border-bottom: 1px solid #c9bdff;
}

/*=================================================
            57. horizontal timeline
  ===============================================*/

.hr-timeline-group {
    counter-reset: myNumber;
}

.hr-timeline-group [class^="col-"]:nth-of-type(2) .hr-single-timeline .hr-timeline-content-wraper,
.hr-timeline-group [class^="col-"]:nth-of-type(3) .hr-single-timeline .hr-timeline-content-wraper {
    margin-right: auto;
    margin-left: auto;
}

.hr-timeline-group [class^="col-"]:nth-of-type(2) .hr-single-timeline .number-count,
.hr-timeline-group [class^="col-"]:nth-of-type(3) .hr-single-timeline .number-count {
    right: 50%;
    transform: translateX(50%);
}

.hr-timeline-group [class^="col-"]:last-child .hr-single-timeline .hr-timeline-content-wraper {
    margin-right: auto;
}

.hr-timeline-group [class^="col-"]:last-child .hr-single-timeline .number-count {
    right: inherit;
    left: 0;
}

.hr-timeline-group [class^="col-"]:nth-of-type(3) .hr-single-timeline {
    margin-top: -60px;
}

.hr-timeline-group [class^="col-"]:nth-child(even) .hr-single-timeline {
    top: 60px;
}

.hr-timeline-group [class^="col-"]:first-child .hr-single-timeline {
    margin-top: -40px;
}

.hr-single-timeline {
    position: relative;
    z-index: 1;
}

.hr-single-timeline:hover .hr-timeline-content-wraper {
    transform: rotateY(360deg);
}

.hr-single-timeline .number-count {
    position: absolute;
    bottom: calc(100% - 45px);
    right: 0;
    z-index: -1;
}

.hr-single-timeline.color-1 .number-count,
.hr-single-timeline.color-1 .hr-timeline-content>i {
    color: #4246e8;
}

.hr-single-timeline.color-2 .number-count,
.hr-single-timeline.color-2 .hr-timeline-content>i {
    color: #7ad9fd;
}

.hr-single-timeline.color-3 .number-count,
.hr-single-timeline.color-3 .hr-timeline-content>i {
    color: #ff5382;
}

.number-count {
    font-size: 7.1875rem;
    font-weight: 700;
    color: #f5a802;
    display: block;
    line-height: 1;
    opacity: .2;
}

.number-count::before {
    counter-increment: myNumber;
    content: "0" counter(myNumber);
}

.hr-timeline-content-wraper {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    align-items: center;
    transition: transform .6s ease-in-out;
    transform: rotateY(0deg);
}

.hr-timeline-content-wraper .hr-timeline-content {
    width: 100%;
    color: #a1a1a1;
}

.hr-timeline-content-wraper .hr-timeline-content>i {
    color: #f5a802;
    font-size: 2.5rem;
    display: block;
    margin-bottom: 5px;
}

.hr-timeline-section {
    position: relative;
}

.hr-timeline-section .timeline-wave {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
}

/*=================================================
            58. get benifits
  ===============================================*/

.get-benifits-img {
    margin-left: 50px;
    margin-right: -100px;
}

.get-benifits-summary {
    padding-top: 40px;
}

.get-benifits-summary .get-benifit-title {
    font-size: 2.625rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 19px;
}

.get-benifits-summary .get-benifit-title span {
    font-family: inherit;
    color: #738ee4;
}

.get-benifits-summary>p {
    color: #000000;
    margin-bottom: 15px;
}

.get-benifits-summary>p span {
    color: #738ee4;
}

.get-benifits-summary .xs-list {
    margin-bottom: 30px;
}

.get-benifits-summary .xs-list>li:not(:last-child) {
    margin-bottom: 3px;
}

.get-benifits-summary .xs-list>li::before {
    color: #ff5382;
}

.get-benifits-summary .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 38px;
    border-radius: 30px;
}

.get-benifits-summary .btn.icon-right>i,
.get-benifits-summary .btn.icon-left>i {
    line-height: 60px;
}

/*=================================================
            59. awards
  ===============================================*/

.awards-fitler-group {
    background-color: #FFFFFF;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 100px;
}

.awards-fitler-group .agency-section-title {
    margin-bottom: 55px;
}

.single-award {
    position: relative;
}

.single-award:hover {
    z-index: 4;
}

.single-award:hover .award-content {
    background-color: #f14b59;
    box-shadow: 0px 25px 50px 0px rgba(241, 75, 89, 0.8);
}

.single-award:hover .award-content>img.image-hover {
    opacity: 1;
    transform: translate(50%, -50%);
}

.single-award:hover .award-content>img.imgae-default {
    opacity: 0;
    transform: translate(50%, -180%);
}

.single-award:hover .corner-border {
    transform: scale(1.07);
    opacity: 0;
}

.single-award .award-content {
    text-align: center;
    height: 270px;
    line-height: 270px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
}

.single-award .award-content>img {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    transition: all 0.4s ease;
}

.single-award .award-content>img.image-hover {
    opacity: 0;
    transform: translate(50%, 80%);
}

.single-award .corner-border {
    position: absolute;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out, opacity .4s ease-in-out;
    transform: scale(1);
    opacity: 1;
}

.single-award .corner-border.border-1::before,
.single-award .corner-border.border-1::after,
.single-award .corner-border.border-2::before,
.single-award .corner-border.border-2::after {
    position: absolute;
    content: "";
    color: #f7f7f7;
}

.single-award .corner-border.border-1::before {
    right: calc(100% - 50px);
    bottom: calc(100% - 50px);
    top: 0;
    left: 0;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
}

.single-award .corner-border.border-1::after {
    left: calc(100% - 50px);
    bottom: calc(100% - 50px);
    top: 0;
    right: 0;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
}

.single-award .corner-border.border-2::before {
    top: calc(100% - 50px);
    right: calc(100% - 50px);
    left: 0;
    bottom: 0;
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
}

.single-award .corner-border.border-2::after {
    left: calc(100% - 50px);
    top: calc(100% - 50px);
    right: 0;
    bottom: 0;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
}

.awards-card-group {
    width: calc(100% - 65px);
}

.awards-card-group>[class^="col-"]:nth-child(even) .single-award {
    margin-right: -1px;
}

.awards-card-group>[class^="col-"]:nth-child(even):not(:nth-child(2)) .single-award {
    margin-top: -1px;
}

.awards-card-group>[class^="col-"]:nth-child(odd) .single-award {
    margin-right: -1px;
}

.awards-card-group>[class^="col-"]:nth-child(odd):not(:nth-child(1)) .single-award {
    margin-top: -1px;
}

/*=================================================
            60. growth card
  ===============================================*/

.growth-card-section {
    position: relative;
}

.growth-card-section .growth-card-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.growth-card-section>.container {
    position: relative;
    z-index: 2;
}

.growth-card-section .simple-btn {
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.4px;
}

/* info card */

.info-card {
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.4s ease;
    padding: 60px 35px;
}

.info-card:hover {
    transform: translateY(-15px);
}

.info-card:hover .info-card-header>img {
    transform: rotateY(360deg);
}

.info-card .info-card-header {
    margin-bottom: 20px;
}

.info-card .info-card-header>img {
    transition: all 0.4s ease;
    transform: rotateY(0deg);
}

.info-card .info-card-body .card-title {
    color: #103dbe;
    font-size: 1.375rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    letter-spacing: -.2px;
}

/*=================================================
            61. creative protfolio
  ===============================================*/

.header-transparent+.creative-portfolio-section,
.sticky-header+.creative-portfolio-section {
    margin-top: 111px;
}

.creative-portfolio-section {
    padding: 140px 0;
}

.portfolio-grid {
    margin-right: -15px;
    margin-left: -15px;
}

.portfolio-gallery {
    display: block;
    position: relative;
    margin: 15px;
    overflow: hidden;
}

.portfolio-gallery:hover .entry_caption .title,
.portfolio-gallery:hover .entry_caption .cat {
    opacity: 1;
    visibility: visible;
    top: 0px;
}

.portfolio-gallery:hover .entry__overlay {
    opacity: 1;
}

.portfolio-gallery:hover>img {
    transform: scale(1.05);
}

.portfolio-gallery>img {
    width: 100%;
    transition: all 0.4s ease;
}

.portfolio-gallery .entry__overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    opacity: 0;
    transition: all 0.4s ease;
}

.portfolio-gallery .entry_caption {
    padding: 30px;
}

.portfolio-gallery .entry_caption .title,
.portfolio-gallery .entry_caption .cat {
    font-size: 1.25rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    position: relative;
    margin-bottom: 0px;
    top: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.portfolio-gallery .entry_caption .cat {
    font-size: 0.875rem;
    top: 20px;
}

.portfolio-gallery .line {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 2px;
    width: 20px;
    background-color: #000000;
}

.hidden {
    display: none;
}

.loadmore-btn {
    color: #1868dd;
    font-size: 1.375rem;
    letter-spacing: .3px;
}

.loadmore-btn>i {
    padding-left: 15px;
    font-size: 1.125rem;
    transition: all 0.4s ease;
}

.loadmore-btn:hover {
    color: #103dbe;
}

.loadmore-btn:hover>i {
    padding-left: 10px;
}

.portfolio-grid-item.portfolio-grid-item-w2 {
    max-width: 100%;
}

/*=================================================
            62. video testimonial
  ===============================================*/

.video-testimonial-wraper {
    padding-bottom: 190px;
}

.video-testimonial-area {
    background-color: #e8fcfc;
    padding-top: 90px;
    padding-bottom: 230px;
}

.video-testimonial-area+.testimonial-video-section {
    margin-top: -178px;
    position: relative;
    z-index: 2;
}

.client-best-comments .best-comment-title {
    font-family: "Roboto", sans-serif;
    font-size: 2.25rem;
    letter-spacing: .3px;
    font-weight: 500;
    line-height: 1.3888;
    margin-bottom: 15px;
}

.client-best-comments p {
    color: #000000;
    font-size: 1.125rem;
}

/*=================================================
            63. office info
  ===============================================*/

.office-location-section {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding: 280px 0;
}

.office-banner-content-outer {
    background-color: rgba(24, 104, 221, 0.9);
    padding: 73px 60px;
}

.office-banner-content-outer .office-banner-title {
    color: #FFFFFF;
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
}

.office-banner-content-outer .btn {
    font-size: 1.125rem;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 36px;
}

.office-banner-content-outer .office-banner-content-inner {
    padding-left: 80px;
}

.office-locations-list .xs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.office-locations-list .xs-list>li>a {
    font-size: 1.125rem;
}

.office-locations-list .xs-list.round>li::before {
    background-color: #c4d2fe;
    margin-top: 10px;
}

/*=================================================
            64. feature step
  ===============================================*/

.feature-steps {
    padding-right: 36px;
    position: relative;
    z-index: 2;
    margin: 0;
    list-style: none;
}

.feature-steps .feature-step {
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    width: 100%;
    max-width: 271px;
    padding: 30px;
    transition: all 0.4s ease;
}

.feature-steps .feature-step:not(:last-child) {
    margin-bottom: 20px;
}

.feature-steps .feature-step:nth-child(3) {
    transition-delay: .4s;
}

.feature-steps .feature-step .feature-step-content {
    float: right;
}

.feature-steps .feature-step .feature-step-content .feature-step-title {
    font-size: 1.125rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}

.feature-steps .feature-step .feature-step-content .feature-step-des {
    font-size: 0.75rem;
    color: #a3a3a3;
}

.feature-steps .feature-step .feature-step-img {
    float: left;
}

.step-by-steps-feature {
    position: relative;
}

.step-by-steps-feature .feature-step-bg {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 34px;
    margin-left: -144px;
    z-index: -1;
}

.rise-feature-section.delighter.started .feature-steps .feature-step:nth-child(1) {
    transform: translateX(-64px);
}

.rise-feature-section.delighter.started .feature-steps .feature-step:nth-child(2) {
    transform: translateX(-114px);
}

.rise-feature-section.delighter.started .feature-steps .feature-step:nth-child(3) {
    transform: translateX(-165px);
}

.rise-feature-section.xs-section-padding {
    padding-top: 98px;
    padding-bottom: 216px;
}

/*=================================================
            65. customer satisfiction
  ===============================================*/

.customer-satisfaction-wraper .satisfaction-title {
    padding-left: 40px;
    margin-bottom: 50px;
}

.satisfaction-title {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
}

.satisfaction-title>span {
    color: #7447ff;
    font-family: inherit;
}

.satisfiction-group {
    counter-reset: myNumber;
}

.customer-satisfaction-list {
    padding-left: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.customer-satisfaction-list .number-count {
    position: absolute;
    top: 70px;
    right: calc(0% - 78px);
    z-index: -1;
    font-size: 5.625rem;
    color: #000000;
    opacity: .05;
}

.customer-satisfaction-list>i {
    font-size: 3.75rem;
    display: block;
    margin-bottom: 25px;
    color: #000000;
}

.customer-satisfaction-list .xs-title {
    font-family: "Roboto", sans-serif;
    font-size: 1.375rem;
    margin-bottom: 18px;
}

.customer-satisfaction-list p {
    margin-bottom: 0px;
}

.customer-satisfiction.xs-section-padding {
    padding-bottom: 60px;
}

/*=================================================
            66. vertical slider
  ===============================================*/

.client-says-area {
    position: relative;
    z-index: 1;
    background-color: #7447ff;
}

.client-says-area::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/client-slider-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .1;
}

.client-says-area>.container {
    position: relative;
}

.vertical-slider {
    height: 450px;
}

.vertical-slider .swiper-slide {
    overflow: hidden;
    padding: 0 30px;
}

.client-comments {
    padding-top: 99px;
    padding-bottom: 99px;
    padding-left: 40px;
}

.client-comments .client-massage {
    margin-bottom: 55px;
}

.client-comments .client-massage>p {
    font-size: 1rem;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.client-info .client-avatar {
    position: relative;
    width: 120px;
    height: 120px;
    float: right;
}

.client-info .client-avatar>img {
    border-radius: 50%;
}

.client-info .client-avatar .client-sign {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80px;
    height: 80px;
    line-height: 60px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 10px solid #7447ff;
    text-align: center;
}

.client-info .client-bio {
    overflow: hidden;
    position: relative;
    top: 30px;
    padding-right: 30px;
}

.client-info .client-bio .client-name {
    color: #FFFFFF;
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 2px;
}

.client-info .client-bio .designation {
    font-size: 0.8125rem;
    color: #c2b3ff;
}

.client-title-wraper {
    padding-top: 90px;
}

.client-title-wraper .client-title {
    font-family: "Roboto", sans-serif;
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 700;
}

.client-title-wraper .content-separete-border {
    background-color: #FFFFFF;
}

/*=================================================
            67. icon menu
  ===============================================*/

.xs-icon-menu {
    border-radius: 0px;
    background-color: white;
    box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
    border-top: 0px solid #000;
    padding-right: 0px;
}

.xs-icon-menu>li a {
    display: block;
    color: #141414;
    font-size: 0.9375rem;
}

.xs-icon-menu>li a:hover {
    color: #1868dd;
}

.xs-icon-menu>li a i {
    font-size: 0.9375rem;
    position: relative;
    top: 1px;
    padding-left: 18px;
    float: right;
}

.xs-icon-menu>li:not(:last-child) a {
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
}

.xs-icon-menu>li:not(:first-child) a {
    padding-top: 15px;
}

.xs-icon-menu>li.active>a {
    color: #1868dd;
}

.xs-hidden-menus .xs-icon-menu,
.xs-hidden-menus .home-menu-panel {
    box-shadow: none;
}

.megamenu-panel {
    padding: 20px;
    box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
}

.megamenu-panel .xs-icon-menu {
    box-shadow: none;
    background-color: inherit;
}

.megamenu-panel .xs-icon-menu .single-menu-item:not(:first-child) a {
    padding-top: 20px;
}

.megamenu-panel .xs-icon-menu .single-menu-item:not(:last-child) a {
    padding-bottom: 20px;
}

.megamenu {
    width: 100%;
    padding: 20px;
    box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
}

.megamenu .xs-icon-menu {
    box-shadow: none;
}

.megamenu .xs-icon-menu>li:not(:last-child) a {
    padding-bottom: 20px;
}

.megamenu .xs-icon-menu>li:not(:first-child) a {
    padding-top: 20px;
}

/*=================================================
            68. portfolio banner
  ===============================================*/

.banner-portfolio {
    min-height: 905px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
}

.banner-portfolio>.container>.row {
    height: 100%;
}

.banner-portfolio .agency-banner-content {
    position: relative;
}

.banner-portfolio .agency-banner-content .banner-sub-title {
    font-size: 1.375rem;
    letter-spacing: 0.2rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    color: #000000;
}

.banner-portfolio .agency-banner-content .banner-title {
    font-family: 'signatra_demoregular';
    font-weight: 400;
    color: #333333;
    font-size: 6.375rem;
    line-height: 1;
    margin-bottom: 0;
}

.banner-portfolio .agency-banner-content .banner-desc {
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.banner-portfolio .agency-banner-content .separete-border {
    display: inline-block;
    height: 5px;
    width: 50px;
    background-color: #000000;
}

.banner-portfolio .agency-banner-content .banner-paint {
    mix-blend-mode: luminosity;
    opacity: .1;
    position: absolute;
    right: -165px;
    top: -40px;
}

.banner-portfolio .agency-banner-img {
    text-align: left;
    position: relative;
}

.banner-portfolio .agency-banner-img>img {
    width: 100%;
}

.banner-portfolio .agency-banner-img .banner-paint {
    position: absolute;
    right: -230px;
    top: 456px;
    mix-blend-mode: color-burn;
}

.banner-portfolio .social-sidebar {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-portfolio .social-sidebar>ul {
    padding-right: 0px;
}

/*=================================================
            69. portfolio aboout
  ===============================================*/

.portfolio-about {
    position: relative;
    z-index: 1;
}

.portfolio-about .shuffle-letter-title-wraper {
    top: -11px;
    right: -20px;
    transform: none;
    z-index: -1;
}

.portfolio-about .shuffle-letter-title-wraper .shuufle-letter-title {
    font-size: 5.625rem;
    color: #f3f3f3;
}

.portfolio-about .subtitle {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .2rem;
}

.portfolio-about .title {
    font-size: 2.25rem;
    margin-bottom: 0px;
}

.portfolio-text>p:not(:last-child) {
    margin-bottom: 5px;
}

/*=================================================
            70. service boxed
  ===============================================*/

.service-boxed {
    transition: all 0.4s ease;
}

.service-boxed .service-img {
    margin-bottom: 32px;
}

.service-boxed .xs-title {
    font-size: 1.25rem;
    margin-bottom: 32px;
}

.service-boxed .elementor-widget-container:hover {
    box-shadow: -29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2);
}

/*=================================================
            71. blog post
  ===============================================*/

.blog-block-post {
    padding: 50px;
    background-color: #FFFFFF;
}

.blog-block-post.radius {
    border-radius: 10px;
}

.blog-block-post.radius .entry-thumb {
    border-radius: 10px;
}

.blog-block-post .entry-thumb {
    position: relative;
    overflow: hidden;
    display: block;
}

.blog-block-post .entry-thumb>img {
    transition: all 0.4s ease;
}

.blog-block-post .xs-blog-grid [class^="col-"]:last-child .post-body {
    padding-right: 30px;
}

.blog-block-post .xs-blog-grid [class^="col-"]:first-child .post-body {
    padding-left: 60px;
}

.blog-block-post .post-body {
    padding-top: 85px;
}

.blog-block-post .entry-title {
    font-size: 2.25rem;
    font-weight: 900;
    margin-bottom: 0px;
}

.blog-block-post .entry-title a {
    color: #000000;
}

.blog-block-post .entry-title a:hover {
    color: #1868dd;
}

.blog-block-post .entry-title+.post-meta-list {
    margin-bottom: 0;
    margin-top: 35px;
}

.blog-block-post .entry-thumb {
    box-shadow: -29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2);
}

.blog-block-post .entry-thumb>img {
    width: 100%;
}

.blog-block-post .entry-header {
    margin-bottom: 30px;
}

.blog-block-post .entry-header .post-meta-list {
    margin-bottom: 15px;
}

.blog-block-post .post-footer>p {
    color: #8d8d8d;
    margin-bottom: 35px;
}

.blog-block-post:hover .entry-thumb>img {
    transform: scale(1.05);
    opacity: .8;
}

.blog-block-post.box-shadow {
    box-shadow: -9.899px 9.899px 30px 0px rgba(0, 0, 0, 0.1);
}

.blog-block-post .post-footer {
    margin-bottom: 0px;
}

/* blog post card */

.post-card {
    background-color: #FFFFFF;
    transition: all 0.4s ease;
    box-shadow: -9.899px 9.899px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    border-radius: 6px;
}

.post-card .entry-header .post-meta-list {
    margin-bottom: 17px;
}

.post-card .entry-header .entry-title {
    font-size: 1.125rem;
    line-height: 1.333;
    font-weight: 700;
}

.post-card .entry-header .entry-title a {
    color: #000000;
}

.post-card .entry-header .entry-title a:hover {
    color: #1868dd;
}

.post-card .entry-header .border-hr {
    margin-top: 25px;
    margin-bottom: 22px;
}

.post-card .post-body {
    color: #8d8d8d;
}

.post-card:hover {
    transform: translateY(-15px);
}

.post-meta-list.meta-style2 {
    color: #a3a3a3;
}

.post-meta-list.meta-style2>span {
    display: inline-block;
}

.post-meta-list.meta-style2>span a {
    color: #a3a3a3;
}

.post-meta-list.meta-style2>span a:hover {
    color: #1868dd;
}

.post-meta-list.meta-style2>span i {
    color: inherit;
}

.post-meta-list.meta-style2>span:not(:last-child) {
    margin-left: 30px;
}

.post-author.author-style2 .author-img {
    display: inline-block;
    margin-left: 15px;
}

.post-author.author-style2 .author-img>img {
    width: 30px;
    height: 30px;
    box-shadow: -4.95px 4.95px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.post-author.author-style2 .author-name {
    color: #000000;
}

.post-author.author-style2 .author-name:hover {
    opacity: .8;
}

.border-hr {
    height: 3px;
    width: 30px;
    display: block;
    background-color: #e5e5e5;
}

/*=================================================
            72. portfolio testimonial
  ===============================================*/

.portfolio-testimonial-area {
    padding-top: 48px;
}

.portfolio-testimonial-area .agency-section-title.style7 .shuffle-letter-title-wraper {
    transform: none;
    top: -85px;
}

.portfolio-testimonial-wraper .star-lists {
    margin-bottom: 30px;
}

.portfolio-testimonial-wraper .star-lists>li:not(:last-child) {
    margin-left: 2px;
}

.portfolio-testimonial-slider {
    box-shadow: -29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    position: relative;
    z-index: 4;
    padding-right: 80px;
    padding-left: 50px;
    height: calc(602px - 95px);
}

.portfolio-testimonial-slider .owl-stage-outer {
    top: -95px;
}

.portfolio-testimonial-content {
    padding-top: 95px;
}

.star-lists>li {
    color: #fec42d;
    font-size: 0.9375rem;
}

.portfolio-testimonial-details {
    margin-bottom: 40px;
}

.portfolio-testimonial-details>p {
    font-size: 1.125rem;
    font-style: italic;
    color: rgba(0, 0, 0, 0.7);
}

.portfolio-testimonial-info>img {
    margin-bottom: 10px;
}

.portfolio-testimonial-info>p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9375rem;
}

.single-portfolio-testimonial {
    position: relative;
}

.single-portfolio-testimonial .quote-icon {
    position: absolute;
    right: 50%;
    bottom: 0px;
    pointer-events: none;
    transform: translateX(50%);
    z-index: -1;
}

.portfolio-testimonial-person>img {
    margin-right: auto;
}

.vertical-dot .owl-dots {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-dot .owl-dots .owl-dot {
    display: block;
}

.vertical-dot .owl-dots .owl-dot>span {
    background-color: rgba(0, 0, 0, 0.1);
}

.vertical-dot .owl-dots .owl-dot>span::before {
    background: #1351f4;
    background: linear-gradient(0deg, #1351f4 0%, #0727eb 100%);
    border: 0px;
    width: 16px;
    height: 16px;
    z-index: -1;
    top: -4px;
    right: -4px;
}

.vertical-dot .owl-dots .owl-dot.active>span {
    background-color: #FFFFFF;
}

.vertical-dot .owl-dots .owl-dot:not(:last-child) {
    margin-left: 0px;
    margin-bottom: 12px;
}

/*=================================================
            73. Extra Fixed css
  ===============================================*/

.round__special__icon .elementor-icon {
    display: block;
}

.textwidget>p {
    font-size: 0.875rem;
}

.price-image {
    margin-bottom: 17px;
}

.xs__blog {
    background-color: #f1f1f9;
}

/*=================================================== page element ===============================*/

/*=================================================
            1. btn element
  ===============================================*/

.btn:not([class*=btn-outline-]) {
    border: 0px;
    color: #FFFFFF;
    background-color: #000000;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}

.btn {
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: .5px;
    border-radius: 1.71875rem;
    padding: 0 50px;
    height: 54px;
    line-height: 54px;
    transition: all 0.4s ease;
    white-space: normal;
    background-size: 101%;
}

.btn.btn-secondary {
    background-color: #4285f4;
    box-shadow: none;
    font-weight: 400;
    padding: 0 65px;
}

.btn.btn-secondary i {
    padding-right: 11px;
}

.btn.btn-secondary:hover {
    background-color: #0d5fe6;
}

.btn.btn-outline-primary {
    border-color: #e8e9eb;
    color: #1bd1ea;
}

.btn.btn-outline-primary i {
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.btn.btn-primary {
    background-color: #1bd1ea;
}

.btn.btn-primary:hover {
    background-color: #109fb2;
}

.btn.style2 {
    background-color: #22c8e5;
}

.btn.style2:hover {
    background-color: #1599b0;
}

.btn.style2>i {
    font-size: 1.125rem;
}

.btn.icon-right>i {
    float: left;
    line-height: 52px;
    padding-right: 19px;
}

.btn.icon-left>i {
    float: right;
    line-height: 52px;
    padding-left: 19px;
}

.btn.btn-outline-secondary {
    border-color: #22c8e5;
    color: #FFFFFF;
    border-width: 2px;
}

.btn.btn-outline-secondary:hover {
    background-color: #22c8e5;
}

.btn.style3 {
    background-color: #e36e91;
}

.btn.style3:hover {
    background-color: #d72e60;
}

.btn.style4 {
    background-color: #738ee4;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn.style4:hover {
    background-color: #335ad8;
}

.btn.style5 {
    background-color: #1e348c;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn.style5:hover {
    background-color: #152462;
}

.btn.style6 {
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.btn.style6:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
}

.btn.style7 {
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
    background-color: #f5b961;
}

.btn.style7:hover {
    background-color: #f2a431;
}

.btn.style8 {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    color: #522cea;
    font-size: 0.875rem;
    font-weight: 500;
}

.btn.style8>i {
    font-size: 1.375rem;
}

.btn.style8.icon-left>i {
    padding-left: 9px;
}

.btn.style8.icon-right>i {
    padding-right: 9px;
}

.btn.style8:hover {
    background-color: #522cea;
    color: #FFFFFF;
}

.btn.square {
    border-radius: 0px;
}

.btn-gradient,
.btn-gradient2,
.btn-gradient3,
.btn-gradient4 {
    background-size: 101% auto;
    position: relative;
    z-index: 1;
}

.btn-gradient::before,
.btn-gradient2::before,
.btn-gradient3::before,
.btn-gradient4::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background-size: 101% 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease;
}

.btn-gradient:hover::before,
.btn-gradient2:hover::before,
.btn-gradient3:hover::before,
.btn-gradient4:hover::before {
    opacity: 1;
}

.btn-gradient {
    background-image: linear-gradient(-93deg, #0369d1 0%, #00ecbc 100%);
}

.btn-gradient::before {
    background-image: linear-gradient(93deg, #0369d1 0%, #00ecbc 100%);
}

.btn-gradient2 {
    background: linear-gradient(-99deg, #0369d1 0%, #00ecbc 60%);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 22.5px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    transition: all 0.4s ease;
}

.btn-gradient2::before {
    background: linear-gradient(99deg, #0369d1 0%, #00ecbc 60%);
}

.btn-gradient2 i {
    padding-left: 7px;
}

.btn-gradient2 i+i {
    padding-right: 7px;
    padding-left: 0px;
}

.btn-gradient3 {
    background: #b224ef;
    background: linear-gradient(-119deg, #b224ef 11%, #5055fa 55%);
}

.btn-gradient3::before {
    background: #b224ef;
    background: linear-gradient(119deg, #b224ef 11%, #5055fa 55%);
}

.btn-gradient4 {
    background: #ff8f1e;
    background: linear-gradient(-90deg, #ff8f1e 0%, #ff8f1e 50%, #fe690b 100%);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.15);
}

.btn-gradient4::before {
    background: #ff8f1e;
    background: linear-gradient(90deg, #ff8f1e 0%, #ff8f1e 50%, #fe690b 100%);
}

.underline-btn {
    position: relative;
    font-weight: 500;
    transition: all 0.4s ease;
    z-index: 1;
    letter-spacing: .5px;
}

.underline-btn i {
    padding-right: 5px;
    position: relative;
    top: 1px;
}

.underline-btn:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: -6px;
    height: 8px;
    background-color: #ffe377;
    width: calc(100% - 15px);
    z-index: -1;
    transform: scale(0, 1);
    transform-origin: right;
    transition: all 0.4s ease;
}

.underline-btn:hover {
    color: #000000;
}

.underline-btn:hover::before {
    transform: scale(1, 1);
}

.btn-wraper .btn:not(:last-child) {
    margin-left: 18px;
}

/*=================================================
            2. section title element
  ===============================================*/

/* agency section title */

.agency-section-title {
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
}

.agency-section-title:hover .border-animation>.first {
    animation: move-1 1.8s infinite linear;
    width: 80px;
}

.agency-section-title:hover .border-animation>.second {
    width: 0px;
    animation: move-2 1.8s infinite linear;
}

.agency-section-title .sub-title {
    font-size: 0.875rem;
    color: #1bd1ea;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.agency-section-title .main-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0px;
}

.agency-section-title .main-title em {
    font-family: "Playfair Display", serif;
}

.agency-section-title .main-title.big {
    font-size: 5.625rem;
}

.agency-section-title .main-title.medium {
    font-size: 4rem;
}

.agency-section-title.text-center {
    margin-bottom: 80px;
}

.agency-section-title.text-center .watermark-title {
    top: -30px;
}

.agency-section-title.text-center .line {
    margin: 0 auto;
}

.agency-section-title.text-center.style5 {
    margin-bottom: 55px;
}

.agency-section-title.style2 {
    margin-bottom: 70px;
}

.agency-section-title.style2 .sub-title {
    color: #4285f4;
    font-size: 0.76rem;
}

.agency-section-title.style2 .main-title {
    font-size: 1.875rem;
    margin-bottom: 25px;
}

.agency-section-title.style2 .main-title em {
    color: #4285f4;
    font-weight: 900;
}

.agency-section-title.style2 p {
    padding-left: 65px;
}

.agency-section-title.style3 .main-title,
.agency-section-title.style5 .main-title {
    color: #21069b;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}

.agency-section-title.style4 .main-title {
    margin-bottom: 20px;
}

.agency-section-title.style4 p {
    margin-bottom: 15px;
}

.agency-section-title.style5 .main-title {
    margin-bottom: 20px;
}

.agency-section-title.style5 p {
    color: #000000;
    font-size: 1rem;
}

.agency-section-title p {
    color: #777777;
    font-size: 0.9375rem;
    margin-bottom: 0px;
}

.agency-section-title .line {
    display: inline-block;
    width: 110px;
    height: 1px;
    background-color: #000000;
}

.agency-section-title.section-title-style2 h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
}

.agency-section-title.section-title-style2 .elementor-text-editor {
    font-size: 1rem;
    color: #878787;
}

.agency-section-title .title-icon {
    margin-bottom: 12px;
}

.agency-section-title.style6 {
    margin-bottom: 40px;
}

.agency-section-title.style6 .sub-title {
    font-size: 1.375rem;
    color: #a3a3a3;
    font-weight: 400;
}

.agency-section-title.style6 .main-title {
    font-size: 3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    margin-bottom: 10px;
}

.agency-section-title.style6 .main-title span {
    color: #1edee4;
}

.agency-section-title.style7 {
    position: relative;
    z-index: 1;
}

.agency-section-title.style7 .sub-title {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .2rem;
}

.agency-section-title.style7 .shuffle-letter-title-wraper {
    top: 70%;
}

.agency-section-title.style7 .shuufle-letter-title {
    font-size: 6.375rem;
    color: rgba(0, 0, 0, 0.07);
    z-index: -1;
}

/* gray background */

.gray-bg .agency-section-title .watermark-title {
    color: #f5f5f5;
}

.section-title-style2 .elementor-heading-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
}

.section-title-style2 .elementor-text-editor {
    font-size: 1rem;
    color: #878787;
}

/* section title style 3 */

.section-title-style3 {
    margin-bottom: 60px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.section-title-style3.row {
    margin-right: 0px;
    margin-left: 0px;
}

.section-title-style3::before {
    position: absolute;
    content: "";
    right: 50%;
    transform: translateX(50%);
    bottom: -1px;
    height: 1px;
    width: 110px;
    background-color: #000000;
}

.section-title-style3 .agency-section-title {
    margin-bottom: 20px;
}

.section-title-style3 .agency-section-title .main-title {
    margin-bottom: 20px;
}

.section-title-style3 .agency-section-title .main-title em {
    background: linear-gradient(-122deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0369d1;
}

/* minimal section title */

.minimal-section-title {
    margin-bottom: 130px;
}

.minimal-section-title .sub-title,
.minimal-section-title .main-title {
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.minimal-section-title .sub-title {
    margin-bottom: 15px;
}

.minimal-section-title .main-title {
    font-size: 2.25rem;
    line-height: 1.389;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

[data-scrollax-parent="true"]>.container>.row+.row {
    z-index: 2;
    position: relative;
}

/*=================================================
            3. list element
  ===============================================*/

.list-inline>li {
    display: inline-block;
}

.list-inline>li:not(:last-child) {
    margin-left: 10px;
}

.xs-list.round li {
    position: relative;
}

.xs-list.round li::after {
    display: block;
    clear: both;
    content: "";
}

.xs-list.round li::before {
    content: "";
    display: block;
    float: right;
    background-color: #1868dd;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 7px;
    margin-left: 10px;
}

.xs-list.check>li::before {
    content: "\ea75";
    font-family: "iconfont";
    font-size: 1rem;
    padding-left: 15px;
}

.breadcumbs>li {
    position: relative;
}

.breadcumbs>li>a {
    color: #ffffff;
}

.breadcumbs>li:not(:last-child) {
    margin-left: 0px;
}

.breadcumbs>li:not(:last-child)::after {
    content: "/";
    padding-right: 4px;
}

/* case info list */

.case-info-list>li {
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -.1px;
}

.case-info-list>li:not(:last-child) {
    margin-left: 100px;
}

.case-info-list>li>i {
    display: block;
    font-size: 6.25rem;
    margin-bottom: 20px;
}

.case-info-list>li span {
    font-size: 1.25rem;
}

/* list group */

.list-group>li:not(:last-child) {
    margin-bottom: 10px;
}

.list-group>li strong {
    float: right;
    width: 43%;
    color: #000000;
    font-weight: 700;
}

/* order list */

.order-list {
    padding-right: 0px;
}

.order-list li {
    counter-increment: step-counter;
    color: #000000;
}

.order-list li:not(:last-child) {
    margin-bottom: 20px;
}

.order-list li::before {
    content: counter(step-counter);
    display: inline-block;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    margin-left: 24px;
}

.order-list.style-border li {
    color: #777777;
    text-decoration: underline;
}

.order-list.style-border li::before {
    content: counter(step-counter) ".";
    width: auto;
    height: auto;
    line-height: normal;
    margin-left: 14px;
    border: 0px solid #000;
    color: #999999;
    margin-left: 5px;
}

.order-list.style-border li:not(:last-child) {
    margin-bottom: 8px;
}

/* star rating list */

.star-rating-list li:not(:last-child) {
    margin-left: 5px;
}

.star-rating-list li a {
    color: #fec42d;
}

.agmycoo-footer-address .xs-list>li {
    color: #FFFFFF;
}

.agmycoo-footer-address .xs-list>li>a {
    color: inherit !important;
}

.agmycoo-footer-address .xs-list>li>i {
    padding-left: 5px;
}

/*=================================================
            4. video pop up element
  ===============================================*/

.xs-video-popup {
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.32);
    font-size: 1.125rem;
    transition: all 0.4s ease;
}

.xs-video-popup:hover {
    color: #FFFFFF;
}

.xs-video-popup i {
    margin-left: -4px;
}

.xs-video-popup.style-block {
    height: 60px;
    line-height: 60px;
    width: auto;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    font-weight: 500;
    padding: 0 40px;
}

.xs-video-popup.style-block>i {
    position: relative;
    top: 2px;
    padding-left: 10px;
    font-size: 1.375rem;
}

.video-content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
}

/*=================================================
            5. insta feed element
  ===============================================*/

.insta-feed-wraper {
    width: calc(100% - 65px);
}

.insta-feed::after {
    display: block;
    clear: both;
    content: "";
}

.insta-feed li {
    width: calc(33.333333% - 8px);
    float: right;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.insta-feed li:not(:last-child) {
    margin-left: 8px;
}

.insta-feed li img {
    border-radius: 3px;
    transform: scale(1);
    transition: all 0.4s ease;
}

.insta-feed li a:hover img {
    transform: scale(1.05);
}

/*=================================================
            6. newsletter element
  ===============================================*/

.newsletter-form {
    position: relative;
}

.newsletter-form input:not([type="submit"]) {
    background-color: white;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    height: 45px;
    width: 100%;
    border-radius: 22.5px;
    padding-right: 30px;
    border: 0px;
}

.newsletter-form input:not([type="submit"])::-moz-placeholder {
    color: #b6b6b6;
    font-size: 0.875rem;
}

.newsletter-form input:not([type="submit"])::-webkit-input-placeholder {
    color: #b6b6b6;
    font-size: 0.875rem;
}

.newsletter-form input:not([type="submit"]):-ms-input-placeholder {
    color: #b6b6b6;
    font-size: 0.875rem;
}

.newsletter-form input:not([type="submit"])::placeholder {
    color: #b6b6b6;
    font-size: 0.875rem;
}

.newsletter-form .send-button {
    background-color: #1bd1ea;
    position: absolute;
    width: 51px;
    height: 45px;
    color: #FFFFFF;
    font-size: 1.125rem;
    left: -1px;
    top: 0;
    border: 0px;
    border-radius: 22.5px 0 0 22.5px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.newsletter-form .send-button:hover {
    background-color: #1868dd;
}

.newsletter-form label {
    margin-bottom: 0px;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.get-subscribe {
    position: relative;
}

.get-subscribe label {
    margin-bottom: 0px;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.get-subscribe .form-control {
    height: 54px;
    border: 2px solid #e7e7e7;
    width: calc(100% - 190px);
    border-radius: 27px;
    padding-right: 35px;
    margin-bottom: 15px;
}

.get-subscribe .form-control.error {
    border-color: #ff4d4d;
}

.get-subscribe .form-control:focus {
    border-color: #1868dd;
}

.subscribe-form .form-group {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
    margin-bottom: 0px;
}

.subscribe-form .form-control,
.subscribe-form .form-group {
    border-radius: 25px;
}

.subscribe-form label {
    position: absolute;
    bottom: -24px;
    right: 0px;
    margin-bottom: 0;
    line-height: 1;
}

.subscribe-form .form-control {
    border: 1px solid #f5f5f5;
    height: 50px;
    padding-right: 25px;
}

.subscribe-form .form-control.error {
    border-color: #ff4d4d;
}

.subscribe-form .sub-btn {
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 25px;
    cursor: pointer;
    color: #1768dd;
    height: 100%;
}

.subscribe-form .sub-btn:focus {
    outline: none;
}

.subscribe-from-style2,
.subscribe-form.subscribe-from-style3 {
    position: relative;
}

.subscribe-from-style2 .form-group,
.subscribe-form.subscribe-from-style3 .form-group,
.subscribe-from-style2 .form-control,
.subscribe-form.subscribe-from-style3 .form-control {
    border-radius: 27px;
}

.subscribe-from-style2 .form-control,
.subscribe-form.subscribe-from-style3 .form-control {
    border-color: #1868dd;
    height: 54px;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

.subscribe-from-style2 .form-control.error,
.subscribe-form.subscribe-from-style3 .form-control.error {
    border-color: #ff4d4d;
}

.subscribe-from-style2 .form-control::-moz-placeholder,
.subscribe-form.subscribe-from-style3 .form-control::-moz-placeholder {
    color: #cacaca;
}

.subscribe-from-style2 .form-control::-webkit-input-placeholder,
.subscribe-form.subscribe-from-style3 .form-control::-webkit-input-placeholder {
    color: #cacaca;
}

.subscribe-from-style2 .form-control:-ms-input-placeholder,
.subscribe-form.subscribe-from-style3 .form-control:-ms-input-placeholder {
    color: #cacaca;
}

.subscribe-from-style2 .form-control::placeholder,
.subscribe-form.subscribe-from-style3 .form-control::placeholder {
    color: #cacaca;
}

.subscribe-from-style2 .sub-btn,
.subscribe-form.subscribe-from-style3 .sub-btn {
    padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    background-color: #1868dd;
    color: #FFFFFF;
    font-size: 1rem;
    left: 7px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.subscribe-from-style2 .sub-btn:hover,
.subscribe-form.subscribe-from-style3 .sub-btn:hover {
    background-color: #103dbe;
}

.subscribe-from-style2 .sub-btn i,
.subscribe-form.subscribe-from-style3 .sub-btn i {
    margin-right: 2px;
}

.subscribe-form.subscribe-from-style3 .form-group {
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

.subscribe-form.subscribe-from-style3 .form-control {
    border-color: #78d0e8;
}

.subscribe-form.subscribe-from-style3 .form-control:focus {
    border-color: #37b9dd;
}

.subscribe-form.subscribe-from-style3 .sub-btn {
    background-color: #78d0e8;
    box-shadow: none;
}

.subscribe-form .subscirbe-info {
    font-size: 0.9375rem;
    color: #000000;
}

.subscribe-style-border .form-group {
    box-shadow: none;
    border-radius: 0px;
}

.subscribe-style-border .form-group .form-control {
    border: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #000;
    padding-right: 20px;
    transition: all 0.4s ease;
}

.subscribe-style-border .form-group .form-control:focus {
    border-color: #1868dd;
}

.subscribe-style-border .form-group .form-control.error:focus {
    border-color: #ff3333;
}

.subscribe-style-border .form-group .form-control::-moz-placeholder {
    color: #cacaca;
    font-size: 0.8125rem;
    letter-spacing: 1.5px;
}

.subscribe-style-border .form-group .form-control::-webkit-input-placeholder {
    color: #cacaca;
    font-size: 0.8125rem;
    letter-spacing: 1.5px;
}

.subscribe-style-border .form-group .form-control:-ms-input-placeholder {
    color: #cacaca;
    font-size: 0.8125rem;
    letter-spacing: 1.5px;
}

.subscribe-style-border .form-group .form-control::placeholder {
    color: #cacaca;
    font-size: 0.8125rem;
    letter-spacing: 1.5px;
}

.subscribe-style-border .form-group .sub-btn {
    padding-left: 20px;
    font-size: 1.5625rem;
    color: #000000;
}

/* subscribe form */

.subscribe-from-style4 .form-group,
.subscribe-from-style4 .form-control {
    border-radius: 0px;
}

.subscribe-from-style4 .form-group {
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.subscribe-from-style4 .form-control {
    padding-right: 30px;
    border: 1px solid #7447ff;
}

.subscribe-from-style4 .form-control:focus {
    border-color: #1868dd;
}

.subscribe-from-style4 .form-control::-moz-placeholder {
    color: #e4e4e4;
    font-size: 0.9375rem;
}

.subscribe-from-style4 .form-control::-webkit-input-placeholder {
    color: #e4e4e4;
    font-size: 0.9375rem;
}

.subscribe-from-style4 .form-control:-ms-input-placeholder {
    color: #e4e4e4;
    font-size: 0.9375rem;
}

.subscribe-from-style4 .form-control::placeholder {
    color: #e4e4e4;
    font-size: 0.9375rem;
}

.subscribe-from-style4 .sub-btn {
    padding: 0 28px;
    font-size: 1.25rem;
    color: #7447ff;
}

.subscribe-from-style4 .sub-btn::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 1px;
    right: 0;
    background-color: #e3daff;
}

/*=================================================
            7. pagination
  ===============================================*/

/* xs pagination */

.pagination li {
    display: inline-block;
}

.pagination li:not(:last-child) {
    margin-left: 20px;
}

.pagination li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    transition: all 0.4s ease;
    border: 1px solid #e7e7e7;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    font-size: 0.875rem;
    color: #464646;
    font-weight: 500;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #1bd1ea;
    color: #FFFFFF;
    border-color: #1bd1ea;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
}

.pagination li>span {
    letter-spacing: 7px;
    position: relative;
    top: 7px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 100%;
}

.pagination .page-item:last-child .page-link {
    font-size: 0.75rem;
}

.pagination .page-item.disabled a,
.pagination li a {
    border-color: #f1f1f1;
    background: #fff;
}

/*=================================================
            8. select
  ===============================================*/

.select-hidden {
    display: none;
    visibility: hidden;
    padding-left: 10px;
}

.select {
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 16px;
    color: #7b7b7b;
    width: 220px;
    height: 44px;
    float: left;
}

.select-styled {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    padding: 8px 15px;
    transition: all 0.2s ease-in;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    text-align: right;
}

.select-styled:after {
    content: "\f107";
    position: absolute;
    top: 8px;
    left: 10px;
    font-family: "FontAwesome";
    transition: all 0.4s ease;
    transform-origin: center center;
    transform: rotateX(0deg);
}

.select-styled:hover {
    background-color: rgba(0, 0, 0, 0);
}

.select-styled:active,
.select-styled.active {
    background-color: rgba(0, 0, 0, 0);
}

.select-styled:active:after,
.select-styled.active:after {
    transform: rotateX(180deg);
    color: #1868dd;
}

.select-styled.active {
    color: #1868dd;
}

.select-options {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    right: 0%;
    min-width: 220px;
    z-index: 999;
}

.select-options::before {
    position: absolute;
    content: "";
    top: -8px;
    right: 50%;
    width: 16px;
    height: 16px;
    transform: translateX(50%) rotate(-45deg);
    z-index: -1;
}

.select-options li {
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
    color: #FFFFFF;
    text-align: right;
}

.select-options li:hover {
    background: #1352af;
}

.select-options li[rel="hide"] {
    display: none;
}

.select-options,
.select-options::before {
    background-color: #1868dd;
}

/*=================================================
            9. search
  ===============================================*/

.xs-serach {
    position: relative;
}

.xs-serach input:not([type="submit"]) {
    padding: 0 30px;
    background-color: #f7f7f7;
    width: 100%;
    height: 54px;
    border-radius: 5px;
    border: 0px;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}

.xs-serach input:not([type="submit"])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d2d2d2;
    font-size: 0.9375rem;
}

.xs-serach input:not([type="submit"])::-moz-placeholder {
    /* Firefox 19+ */
    color: #d2d2d2;
    font-size: 0.9375rem;
}

.xs-serach input:not([type="submit"]):-ms-input-placeholder {
    /* IE 10+ */
    color: #d2d2d2;
    font-size: 0.9375rem;
}

.xs-serach input:not([type="submit"]):-moz-placeholder {
    /* Firefox 18- */
    color: #d2d2d2;
    font-size: 0.9375rem;
}

.xs-serach input:not([type="submit"]):focus {
    border-color: #1868dd;
}

.xs-serach .search-btn {
    width: 62px;
    border: 0px;
    font-size: 1.125rem;
    color: #1868dd;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    cursor: pointer;
    transition: all 0.4s ease;
}

.xs-serach.style2 input:not([type=submit]) {
    background-color: transparent;
    border-color: #e7e7e7;
    height: 44px;
    padding: 0 20px;
}

.xs-serach.style2 input:not([type=submit]):focus {
    border-color: #1868dd;
}

.xs-serach.style2 input:not([type=submit])::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777777;
    font-size: 0.875rem;
}

.xs-serach.style2 input:not([type=submit])::-moz-placeholder {
    /* Firefox 19+ */
    color: #777777;
    font-size: 0.875rem;
}

.xs-serach.style2 input:not([type=submit]):-ms-input-placeholder {
    /* IE 10+ */
    color: #777777;
    font-size: 0.875rem;
}

.xs-serach.style2 input:not([type=submit]):-moz-placeholder {
    /* Firefox 18- */
    color: #777777;
    font-size: 0.875rem;
}

.xs-serach.style2 .search-btn {
    color: #777777;
    font-size: 0.875rem;
}

/*=================================================
            10. product filter content
  ===============================================*/

.product-filter-area {
    margin-bottom: 30px;
}

.product-filter-wraper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-filter-wraper .woocommerce-ordering {
    margin-left: 50px;
    margin-bottom: 0;
}

.woocommerce-ordering {
    position: relative;
    z-index: 10;
}

.woocommerce-ordering .shop-filter-title {
    color: #777777;
    font-size: 0.875rem;
    position: relative;
    top: 9px;
    padding-left: 50px;
}

.tab-filter .nav-tabs .nav-item .nav-link {
    border: 0px;
    color: #777777;
    font-size: 1.125rem;
    padding: 10px;
}

.tab-filter .nav-tabs .nav-item .nav-link.active {
    color: #1868dd;
}

/*=================================================
            11. ribbon
  ===============================================*/

.product-ribbon {
    background-image: url(../img/products/ribbon-background.png);
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 44px;
    height: 44px;
    text-align: center;
}

.product-ribbon .ribbon-title {
    line-height: 37px;
    font-size: 0.75rem;
    font-weight: 700;
}

/*=================================================
            12. offer promotion banner
  ===============================================*/

.offer-promotion-banner a {
    position: relative;
    overflow: hidden;
    display: block;
}

.offer-promotion-banner a:hover>img {
    transform: scale(1.03);
}

.offer-promotion-banner a>img {
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1);
}

/*=================================================
            13. custom number
  ===============================================*/

.custom_number {
    position: relative;
    height: 49px;
    user-select: none;
    margin: 0 auto;
    float: left;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

.custom_number .sub,
.custom_number .add {
    float: left;
    cursor: pointer;
    transition: all .4s ease;
    color: #777777;
    font-size: 0.75rem;
    padding: 5px 14px;
}

.custom_number .sub {
    position: absolute;
    bottom: 0;
    left: 0;
}

.custom_number input[type="number"] {
    height: 100%;
    width: auto;
    background-color: #FFFFFF;
    text-align: center;
    pointer-events: none;
    width: 62px;
    color: #000000;
    border: 0px;
    border-left: 1px solid #f5f5f5;
}

.custom-number-wraper {
    display: inline-block;
}

.custom-number-wraper .title {
    color: #000000;
    font-weight: 500;
    font-size: 0.9375rem;
    display: inline-block;
    padding-left: 15px;
    margin-top: 11px;
}

/*=================================================
            14. floating buttons
  ===============================================*/

.round-info-icon {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    font-size: 0.875rem;
    color: #000000;
    text-align: center;
}

.round-info-icon:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.btn-floating.active {
    background-color: #000000;
    color: #FFFFFF;
}

.floating-icons-list {
    position: absolute;
    bottom: 100%;
    left: 0;
    text-align: center;
}

.floating-icons-list.open>li:nth-child(1) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

.floating-icons-list.hidden>li:nth-child(1) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}

.floating-icons-list.open>li:nth-child(2) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

.floating-icons-list.hidden>li:nth-child(2) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

.floating-icons-list.open>li:nth-child(3) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.floating-icons-list.hidden>li:nth-child(3) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.floating-icons-list.open>li:nth-child(4) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}

.floating-icons-list.hidden>li:nth-child(4) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

.floating-icons-list.open>li:nth-child(5) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
}

.floating-icons-list.hidden>li:nth-child(5) {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

.floating-icons-list>li {
    margin-left: 0;
    margin-bottom: 20px;
    opacity: 0;
    transform: scale(0.4) translateY(40px) translateX(0px);
    visibility: hidden;
}

.floating-icons-list.open>li {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateY(0px) translateX(0px);
}

/*=================================================
            15. woocommerce star rating
  ===============================================*/

.woocommerce.woocommerce-product-rating .star-rating {
    margin: 0;
    margin-bottom: 30px;
    float: none;
    width: auto;
    overflow: visible;
    font-family: inherit;
}

.woocommerce .star-rating {
    font-size: 0.875rem;
}

.woocommerce .star-rating::before {
    content: '\f005\f005\f005\f005\f006';
    color: #efc71f;
    font-family: "FontAwesome";
    padding-left: 15px;
    letter-spacing: 3px;
    position: static;
}

.woocommerce .star-rating span::before {
    display: none;
}

.woocommerce .star-rating .woocommerce-review-link {
    color: #777777;
}

.woocommerce .star-rating .woocommerce-review-link:hover {
    color: #1868dd;
}

.woocommerce .star-rating .woocommerce-review-link .count {
    overflow: visible;
    float: none;
    position: static;
    padding-top: 0;
}

/*=================================================
            16. help tips
  ===============================================*/

.help-tip {
    text-align: center;
    background-color: #1868dd;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    display: inline-block;
    z-index: 9;
    position: relative;
}

.help-tip::before {
    content: '?';
    font-weight: bold;
    color: #fff;
}

.help-tip:hover .help-tip-text {
    display: block;
    transform-origin: 0% 0%;
    animation: tipFadeIn 0.3s ease-in-out;
}

.help-tip .help-tip-text {
    display: none;
    text-align: right;
    background-color: #1E2021;
    padding: 20px;
    min-width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
    left: -4px;
    color: #FFF;
    margin-bottom: 0;
    margin-top: 8px;
    pointer-events: none;
    font-weight: 400;
}

.help-tip .help-tip-text::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #1E2021;
    left: 10px;
    top: -12px;
}

.help-tip .help-tip-text::after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
}

@keyframes tipFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

/*=================================================
            17. woo reviews
  ===============================================*/

.rate-list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.rate-list li b {
    font-weight: 400;
    color: #aaaaaa;
    font-size: 0.75rem;
    padding-right: 5px;
}

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

.rate-list li .rate-title {
    width: 15%;
    line-height: 1;
    font-size: 0.75rem;
    margin-top: 1px;
}

.rate-list li .rate-graph {
    height: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
    display: block;
    width: 65%;
    position: relative;
    overflow: hidden;
}

.rate-list li .rate-graph .rate-graph-bar {
    background-color: #fed700;
    border-radius: 5px;
    display: block;
    height: 100%;
}

.rate-list li .star-rating {
    width: 20%;
    margin-bottom: 0;
    text-align: left;
    margin-top: -2px;
    padding-left: 0;
    padding-right: 15px;
}

.rate-list li .star-rating::before {
    color: #fed700;
}

.rate-list li .star-rating[data-value="5"]::before {
    content: '\f005\f005\f005\f005\f005';
}

.rate-list li .star-rating[data-value="4"]::before {
    content: '\f005\f005\f005\f005\f006';
}

.rate-list li .star-rating[data-value="3"]::before {
    content: '\f005\f005\f005\f006\f006';
}

.rate-list li .star-rating[data-value="2"]::before {
    content: '\f005\f005\f006\f006\f006';
}

.rate-list li .star-rating[data-value="1"]::before {
    content: '\f005\f006\f006\f006\f006';
}

.rate-score .star-rating {
    font-size: 1.875rem;
    float: right;
}

.rate-score .rating-score-des {
    font-size: 1.25rem;
    float: right;
    margin-bottom: 0;
}

.rate-score .rating-score-des em {
    color: #ffa801;
}

.rate-score .help-tip {
    float: left;
}

.woocommerce .rate-score .star-rating {
    margin-bottom: 10px;
}

.woocommerce-Reviews {
    padding-top: 50px;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-weight: 500;
}

.woocommerce-Reviews .comment_container .comment-text {
    float: left;
}

.woocommerce-Reviews .star-rating {
    font-family: inherit;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 42px;
    height: 42px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    padding: 30px;
    width: calc(100% - 70px);
}

.woocommerce .comment-form-rating {
    display: inline-block;
    line-height: 1;
}

.woocommerce .comment-form-rating .star-rating {
    margin: 0;
    float: left;
    width: auto;
    overflow: visible;
    font-family: inherit;
    padding-right: 15px;
}

.woocommerce .woocommerce-Reviews .comment-form {
    padding-top: 50px;
}

.woocommerce .woocommerce-Reviews .comment-form input:not([type="submit"]),
.woocommerce .woocommerce-Reviews .comment-form textarea {
    width: 100%;
    display: block;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

.woocommerce .woocommerce-Reviews .comment-form textarea {
    height: 100px;
    padding: 15px;
    resize: none;
}

.woocommerce #respond input#submit {
    font-size: 0.75rem;
    padding: 12px 25px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #1868dd;
    transition: all 0.4s ease;
}

/*=================================================
            18. tabs
  ===============================================*/

/* bootstrap tab default style remove */

.nav-tabs {
    border-bottom: 0px;
}

.nav-tabs .nav-item .nav-link {
    padding: 0px;
    border: 0px;
}

.main-tab {
    margin-bottom: 40px;
    border-bottom: 1px solid #f7f7f7;
}

.main-tab .nav-item:not(:last-child) {
    margin-left: 55px;
}

.main-tab .nav-item .nav-link {
    padding-bottom: 23px;
    border-bottom: 1px solid transparent;
    color: #cacaca;
    font-size: 1.125rem;
    font-weight: 500;
}

.main-tab .nav-item .nav-link.active {
    border-color: currentColor;
    color: #000000;
}

/*=================================================
            19. about slider
  ===============================================*/

.about-slider-wraper {
    position: relative;
    align-items: baseline;
}

.about-slider-wraper::before {
    position: absolute;
    content: "";
    background: #b224ef;
    background: linear-gradient(-119deg, #b224ef 31%, #5055fa 84%);
    height: calc(100% - 90px);
    width: calc(100% - 227px);
    right: 0;
    top: 60px;
}

.about-slider-wraper .about-slider {
    margin-right: 60px;
    top: -80px;
    background-color: white;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 80px;
    width: calc(100% - 60px);
}

.about-slider-wraper .owl-dots {
    position: absolute;
    bottom: -53px;
    left: 70px;
}

.about-slider-wraper .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

.about-slider-wraper .owl-dots .owl-dot span::before {
    border: 0px;
    background: #b224ef;
    background: linear-gradient(-119deg, #b224ef 20%, #5055fa 84%);
    background-size: 140% auto;
}

.about-slider-wraper .owl-carousel .owl-item>.single-slider>img {
    width: 100%;
}

/*=================================================
            20. pie chart
  ===============================================*/

.piechats-wraper>.single-piechart {
    display: inline-block;
    float: right;
}

.single-piechart:not(:last-child) {
    margin-left: 45px;
}

.single-piechart .chart {
    position: relative;
}

.single-piechart .chart .chart-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    text-align: center;
}

.single-piechart .gradient-title {
    font-size: 1.75rem;
    font-weight: 700;
}

.single-piechart p {
    text-align: center;
    color: #000000;
    font-size: 1rem;
}

.single-piechart:nth-child(2) .gradient-title {
    background: linear-gradient(-90deg, #0369d1 0%, #00ecbc 84%);
    color: #0369d1;
    -webkit-background-clip: text;
}

.single-piechart:nth-child(3) .gradient-title {
    background: linear-gradient(-90deg, #ff4eb6 0%, #ffcb6d 84%);
    color: #ff4eb6;
    -webkit-background-clip: text;
}

.pie-chart__wrapper {
    align-self: center;
}

.pie-chart__wrapper .elementor-heading-title {
    font-size: 2.25rem;
}

/*=================================================
            21. scroll to bottom
  ===============================================*/

.scrollto-button-wraper .scrollto-button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
    text-align: center;
    color: #000000;
    font-size: 1.125rem;
    display: block;
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}

.scrollto-button-wraper .round-btn {
    border-radius: 50%;
}

/*=================================================
            22. content over image
  ===============================================*/

.content-over-img-wraper .content-over-img {
    position: absolute;
    bottom: -50px;
    z-index: 99;
}

.content-over-img-wraper .content-over-img.img-1 {
    right: 0;
}

.content-over-img-wraper .content-over-img.img-2 {
    left: 0;
}

.delighter.calltoaction-area-2 {
    overflow: hidden;
}

.delighter .content-over-img-wraper .content-over-img {
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
}

.delighter .content-over-img-wraper .content-over-img.img-1 {
    transform: translateY(-100%);
}

.delighter .content-over-img-wraper .content-over-img.img-2 {
    transform: translateY(100%);
}

.delighter.started.calltoaction-area-2 {
    overflow: visible;
}

.delighter.started .content-over-img-wraper .content-over-img {
    opacity: 1;
    visibility: visible;
}

.delighter.started .content-over-img-wraper .content-over-img.img-1,
.delighter.started .content-over-img-wraper .content-over-img.img-2 {
    transform: translateY(0%);
}

/*=================================================
            23. vertical tabs
  ===============================================*/

.vertical-tabs .nav-item {
    width: 100%;
    margin-bottom: 0px;
}

.vertical-tabs .nav-item:not(:last-child) {
    margin-bottom: 15px;
}

.vertical-tabs .nav-item .nav-link {
    font-size: 1.375rem;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    transition: all 0.4s ease;
}

.vertical-tabs .nav-item .nav-link:before {
    content: "\e940";
    font-family: "iconfont";
    font-size: 0.9375rem;
    display: inline-block;
    transition: opacity .3s ease;
    opacity: 0;
    padding-left: 9px;
}

.vertical-tabs .nav-item .nav-link.active,
.vertical-tabs .nav-item .nav-link:hover {
    color: #f14b59;
    padding-right: 19px;
}

.vertical-tabs .nav-item .nav-link.active::before,
.vertical-tabs .nav-item .nav-link:hover::before {
    opacity: 1;
}

/*=================================================
            24. material style input
  ===============================================*/

.input-material .form-group {
    position: relative;
    margin-bottom: 37px;
}

.input-material .bar {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.input-material .bar::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #21069b;
    transition: all 0.4s ease;
}

.input-material .placeholder-title {
    position: absolute;
    right: 0;
    pointer-events: none;
    top: 50%;
    color: #919191;
    display: inline-block;
    padding-right: 15px;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.input-material input:not([type="submit"]),
.input-material textarea {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    padding-right: 15px;
    margin-bottom: 0px;
}

.input-material input:not([type="submit"]):focus+.placeholder-title,
.input-material input:not([type="submit"]).active+.placeholder-title,
.input-material textarea:focus+.placeholder-title,
.input-material textarea.active+.placeholder-title {
    transform: translateY(-130%);
    padding-right: 0px;
    font-size: 0.875rem;
}

.input-material input:not([type="submit"]):focus~.bar::before,
.input-material input:not([type="submit"]).active~.bar::before,
.input-material textarea:focus~.bar::before,
.input-material textarea.active~.bar::before {
    width: 100%;
}

.input-material input:not([type="submit"]).invaild~.bar::before,
.input-material textarea.invaild~.bar::before {
    background-color: #ff4d4d;
}

.input-material input:not([type="submit"]).invaild+.placeholder-title,
.input-material textarea.invaild+.placeholder-title {
    color: #ff4d4d;
}

.input-material textarea {
    height: 60px;
}

.input-material textarea+.placeholder-title {
    top: 0;
    transform: translateX(0px);
}

.input-material textarea:focus+.placeholder-title,
.input-material textarea.active+.placeholder-title {
    transform: translateY(-100%);
}

.input-material textarea:focus {
    background-color: transparent;
}

.input-material.material-style2 .form-group {
    margin-bottom: 50px;
}

.input-material.material-style2 input:not([type="submit"]) {
    color: #FFFFFF;
    padding-right: 30px;
}

.input-material.material-style2 .placeholder-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9375rem;
    padding-right: 30px;
}

.input-material.material-style2 .bar {
    background-color: rgba(255, 255, 255, 0.07);
    height: 2px;
}

.input-material.material-style2 .bar::before {
    background-color: #FFFFFF;
}

.input-material.material-style2 textarea {
    height: 145px;
    color: #FFFFFF;
}

.portfolio-contact-area.dark-bg {
    background-color: #333333;
}

/*=================================================
            25. humburger
  ===============================================*/

.humburger {
    display: block;
    height: 23px;
    cursor: pointer;
}

.humburger:hover .humburger-icons>span:first-child::before,
.humburger:hover .humburger-icons>span:last-child::before {
    width: 100%;
    right: 0;
}

.humburger .humburger-icons {
    width: 30px;
    z-index: 99;
    position: relative;
}

.humburger .humburger-icons>span {
    display: block;
    height: 3px;
    background-color: #000a7a;
    position: relative;
}

.humburger .humburger-icons>span:not(:last-child) {
    margin-bottom: 7px;
}

.humburger .humburger-icons>span:first-child {
    width: 20px;
}

.humburger .humburger-icons>span:first-child::before {
    position: absolute;
    content: "";
    right: calc(100% + 5px);
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #000a7a;
    transition: all 0.4s ease;
}

.humburger .humburger-icons>span:last-child {
    width: 10px;
}

.humburger .humburger-icons>span:last-child::before {
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    right: calc(100% + 5px);
    top: 0;
    height: 100%;
    width: 15px;
    background-color: #000a7a;
}

.humburger.style2 {
    height: 60px;
    border-radius: 30px;
    background-color: #ffbc5c;
    box-shadow: 0px 19px 30px 0px rgba(255, 188, 92, 0.48);
    width: 80px;
    display: flex;
    align-items: center;
}

.humburger.style2>.humburger-icons {
    width: 23px;
    margin: 0 auto;
}

.humburger.style2>.humburger-icons>span {
    background-color: #FFFFFF;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
}

.humburger.style2>.humburger-icons>span::before {
    background-color: #FFFFFF;
}

.humburger.style2>.humburger-icons>span:first-child {
    right: -4px;
    width: 15.34px;
}

.humburger.style2>.humburger-icons>span:first-child::before {
    right: calc(100% + 3px);
}

.humburger.style2>.humburger-icons>span:last-child {
    right: -7px;
    width: 7.65px;
}

.humburger.style2>.humburger-icons>span:last-child::before {
    right: calc(100% + 5px);
    width: 10px;
}

.humburger.style2:hover>.humburger-icons>span::before {
    right: 0;
}

.humburger.style3 .humburger-icons>span {
    background-color: #FFFFFF;
}

.humburger.style3 .humburger-icons>span::before {
    background-color: #FFFFFF;
}

/*=================================================
            26. video testimonial
  ===============================================*/

.testimonial-video {
    position: relative;
    z-index: 1;
}

.testimonial-video img {
    border-radius: 15px;
}

.testimonial-video::before {
    position: absolute;
    content: "";
    right: 50%;
    bottom: -58px;
    width: calc(100% - 190px);
    transform: translateX(50%);
    color: rgba(0, 0, 0, 0.3);
    border: 67.5px solid rgba(0, 0, 0, 0);
    border-top: 0 solid;
    border-bottom: 135px solid;
    filter: blur(50.5px);
    z-index: -1;
}

.testimonial-video .xs-video-popup {
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF;
    color: #255cff;
    font-size: 2.25rem;
    width: 120px;
    height: 120px;
    line-height: 130px;
}

.testimonial-video .xs-video-popup>i {
    margin-left: 0px;
}

.testimonial-video .xs-video-popup:hover {
    background-color: #255cff;
    color: #FFFFFF;
}

.testimonial-video .stack-effect::after,
.testimonial-video .stack-effect::before {
    border-radius: 15px;
}

.stack-effect {
    position: relative;
}

.stack-effect::after,
.stack-effect::before {
    position: absolute;
    content: "";
    bottom: -60px;
    right: 80px;
    left: 80px;
    top: 60px;
    background-color: #255cff;
    z-index: -1;
    opacity: .1;
    border-radius: 10px;
}

.stack-effect::before {
    bottom: -30px;
    right: 40px;
    left: 40px;
    top: 30px;
}

.stack-effect .elementor-column-wrap::before {
    position: absolute;
    content: "";
    right: 50%;
    bottom: -58px;
    width: calc(100% - 190px);
    transform: translateX(50%);
    color: rgba(0, 0, 0, 0.3);
    border: 67.5px solid rgba(0, 0, 0, 0);
    border-top: 0 solid;
    border-bottom: 135px solid;
    filter: blur(50.5px);
    z-index: -1;
}

/*=================================================
            27. shuffle title
  ===============================================*/

.shuffle-title {
    position: relative;
}

.shuffle-letter-title-wraper {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
}

.shuufle-letter-title {
    font-size: 11.5625rem;
    margin-bottom: 0;
    color: #f8f8f8;
}

.gray-bg .shuufle-letter-title {
    color: #f0f0f0;
}

.parallax__watermark__wrapper {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    transform: translateY(-50%);
}

.parallax__watermark__wrapper .shuffle-letter-title-wraper {
    position: static;
}

/*=================================================
            28. offcanvas menu
  ===============================================*/

.nav-trigger {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #000000;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 5;
}

.nav-trigger .nav-icon {
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 22px;
    transform: translateX(50%) translateY(-50%);
    background-color: #FFFFFF;
}

.nav-trigger .nav-icon::before,
.nav-trigger .nav-icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    transition: all .4s ease;
    transform: translateZ(0);
    background-color: inherit;
}

.nav-trigger .nav-icon::before {
    transform: translateY(-6px);
    transform-origin: left top;
}

.nav-trigger .nav-icon::after {
    transform: translateY(6px);
    transform-origin: left bottom;
}

.nav-trigger svg {
    position: absolute;
    top: 0;
    right: 0;
    fill: transparent;
    stroke: #333333;
    stroke-width: 1px;
}

.nav-trigger svg circle {
    transition: stroke-dashoffset 1s 0s;
    stroke-dasharray: 157 157;
    stroke-dashoffset: 157;
}

.nav-trigger:hover .nav-icon::before {
    transform: translateY(-8px);
}

.nav-trigger:hover .nav-icon::after {
    transform: translateY(8px);
}

.nav-trigger.style2 {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 0;
    text-indent: unset;
    overflow: visible;
    background-color: transparent;
}

.nav-trigger.style2 .nav-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #000000;
    display: block;
    transform: translateX(45px);
    transition: all 500ms ease;
    opacity: 1;
    visibility: visible;
}

.nav-trigger.style2 .nav-icon {
    background-color: #000000;
    transition: all 0.4s ease;
    backface-visibility: hidden;
}

.submenu {
    display: none;
}

.offcanvas-menu li ul {
    display: none;
}

.off-canvas-menu-area .menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    height: 150vh;
    width: 100vw;
    background: white;
    background: linear-gradient(-90deg, white 0%, white 50%, #f7f9fb 50%, #f7f9fb 100%);
    z-index: -1;
    transform: scaleX(0);
    transition: transform .8s ease .0s;
    transform-origin: 100% 50%;
}

.off-canvas-menu-area.nav-is-open .menu-overlay {
    transform: scaleX(1);
    transform-origin: 0% 50%;
    transition: transform .8s ease .2s;
}

.off-canvas-menu-area.nav-is-open .offcanvas-nav-logo {
    transform: translateY(-100%);
    visibility: hidden;
    transition: all 1s ease 1s;
}

.off-canvas-menu-area .offcanvas-nav-logo {
    position: relative;
    z-index: 10000;
    padding: 30px;
    transition: all .5s ease .5s;
}

.offcanvas-menu li {
    position: relative;
    overflow: hidden;
    line-height: 1;
}

.offcanvas-menu li a {
    display: inline-block;
    color: #333333;
    font-weight: 700;
    font-size: 2.25rem;
    transform: translateY(47px);
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s .0s;
    position: relative;
}

.offcanvas-menu li a.tigger::after {
    position: absolute;
    content: "\e93f";
    font-family: "iconfont";
    font-size: 0.9375rem;
    left: -22px;
    top: 10px;
    transition: all 0.4s ease;
}

.offcanvas-menu li a.tigger.active {
    color: #fd3358;
}

.offcanvas-menu li a.tigger.active::before {
    background-color: #fd3358;
}

.offcanvas-menu li a.tigger.active::after {
    transform: rotateX(180deg);
}

.offcanvas-menu>li:not(:last-child) {
    margin-bottom: 25px;
}

.offcanvas-menu>li>a {
    padding-right: 18px;
}

.offcanvas-menu>li>a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 3px;
    width: 10px;
    background-color: #d7d7d7;
}

.offcanvas-menu .inner-submenu {
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 7px;
}

.offcanvas-menu .inner-submenu li a.tigger::after {
    top: 3px;
    font-size: 0.8375rem;
}

.offcanvas-menu .inner-submenu>li:not(:last-child) {
    margin-bottom: 12px;
}

.offcanvas-menu .inner-submenu>li>a {
    font-size: 1.125rem;
    font-weight: 400;
}

.offcanvas-menu.single-page-menu>li>a {
    transition: all 0.4s ease;
}

.offcanvas-menu.single-page-menu>li>a::before {
    transition: all 0.4s ease;
}

.offcanvas-menu.single-page-menu>li>a:hover {
    color: #fd3358;
}

.offcanvas-menu.single-page-menu>li>a:hover::before {
    background-color: #fd3358;
}

.offcanvas-menu-wraper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    overflow: auto;
}

.offcanvas-menu-wraper .menu-container {
    width: 50%;
    display: table;
    height: 100%;
    float: right;
    padding-right: 150px;
}

.offcanvas-menu-wraper .menu-container .offcanvas-menu {
    display: table-cell;
    vertical-align: middle;
}

.offcanvas-menu-wraper.active {
    visibility: visible;
}

.offcanvas-menu-wraper.active .offcanvas-menu li a {
    transform: translateY(0px);
    transition: transform ease 1.3s 0.5s, opacity ease 1.3s 0.5s;
    opacity: 1;
    visibility: visible;
}

.offcanvas-menu-wraper.active .offcanvas-content-wraper .offcanvas-title {
    transform: translateY(0px);
    opacity: 1;
    transition: all ease 2s 0.5s;
}

.offcanvas-menu-wraper.active .offcanvas-content-wraper .offcanvas-list-widget li p {
    transform: translateY(0px);
    transition: all ease 2.5s 0.5s;
    opacity: 1;
    visibility: visible;
}

.offcanvas-menu-wraper.active .offcanvas-content-wraper .social-list>li {
    transform: translateY(0px);
    transition: all ease 2.5s 0.5s;
    opacity: 1;
    visibility: visible;
}

.offcanvas-content-wraper {
    width: 50%;
    display: table;
    height: 100%;
    float: left;
    padding-right: 100px;
}

.offcanvas-content-wraper .offcanvas-content {
    display: table-cell;
    vertical-align: middle;
}

.offcanvas-content-wraper .offcanvas-title {
    transform: translateY(47px);
    opacity: 0;
    transition: all ease .4s .0s;
}

.offcanvas-content-wraper .offcanvas-list-widget {
    margin-bottom: 80px;
    padding-right: 0px;
}

.offcanvas-content-wraper .offcanvas-list-widget li {
    overflow: hidden;
    position: relative;
}

.offcanvas-content-wraper .offcanvas-list-widget li p {
    transform: translateY(47px);
    transition: all ease .4s .0s;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-content-wraper .social-list>li {
    transform: translateY(47px);
    transition: all ease .4s .0s;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-content-wraper .social-list>li>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.offcanvas-title {
    color: #fd3358;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
}

.offcanvas-list-widget li {
    line-height: 1.6;
}

.offcanvas-list-widget li:not(:last-child) {
    margin-bottom: 20px;
}

.offcanvas-list-widget li p {
    font-size: 1.125rem;
    color: #fd3358;
    font-weight: 500;
}

.offcanvas-list-widget li p i {
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 5px;
}

.offcanvas-list-widget li p a {
    color: #555556;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.offcanvas-menu-logo {
    padding: 30px;
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
}

.offcanvas-menu-logo .offcanvas-logo {
    display: inline-block;
    transform: translateY(100px);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.off-canvas-menu-area.nav-is-open .offcanvas-menu-logo .offcanvas-logo {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: all 1s ease 1s;
}

.offcanvas-nav-brand {
    display: inline-block;
}

.off-canvas-menu-area {
    width: 100%;
    height: 75px;
}

.off-canvas-menu-area .offcanvas-nav-logo {
    display: inline-block;
}

.off-canvas-menu-area .offcanvas-nav-brand {
    padding: 12px 0;
}

.off-canvas-menu-area .fullscreen_menu_tigger {
    margin: 24px 0;
    position: relative;
    text-align: left;
    z-index: 99;
}

.off-canvas-menu-area .fullscreen_menu_tigger.style2 {
    margin: 7px 0;
}

.off-canvas-menu-area .offcanvas-nav-brand {
    position: relative;
    z-index: 99;
}

.off-canvas-menu-area.munu-style-border {
    border-bottom: 1px solid #f5f5f5;
}

.off-canvas-menu-area .humburger {
    float: left;
    z-index: 99;
    position: relative;
}

.fullscreen_menu_tigger.open.style3 .humburger-icons>span {
    background-color: #522cea;
}

.fullscreen_menu_tigger.open.style3 .humburger-icons>span::before {
    background-color: inherit;
}

.fullscreen_menu_tigger.open .nav-trigger.style2 {
    transform: rotate(0deg);
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon {
    transform: rotate(-180deg);
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon::before,
.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon::after {
    width: 50%;
    transition: all .5s ease;
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon::before {
    transform: rotate(-45deg);
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon::after {
    transform: rotate(45deg);
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-title {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
}

/*=================================================
            29. progress bars
  ===============================================*/

.single-skill-bar:not(:last-child) {
    margin-bottom: 25px;
}

.single-skill-bar.color-1 .skill-bar .skill-track {
    background-color: #36a2eb;
}

.single-skill-bar.color-2 .skill-bar .skill-track {
    background-color: #ffce56;
}

.single-skill-bar.color-3 .skill-bar .skill-track {
    background-color: #4bc0c0;
}

.single-skill-bar.color-4 .skill-bar .skill-track {
    background-color: #ff6384;
}

.skill-bar {
    height: 3px;
    background-color: #e7e7e7;
}

.skill-bar .skill-track {
    width: 0%;
    background-color: #333333;
    display: block;
    height: 100%;
    overflow: visible !important;
    position: relative;
}

.skill-bar .skill-track .number-percentage-wraper {
    position: absolute;
    left: 0;
    top: -33px;
    z-index: 1;
}

.skill-bar-content {
    margin-bottom: 7px;
}

.skill-bar-content .skill-title,
.skill-bar-content .number-percentage-wraper {
    font-weight: 700;
    color: #737373;
}

.skill-bar-content .number-percentage-wraper {
    float: left;
}

.number-percentage-wraper {
    color: #000000;
}

/*=================================================
            30. progress bars
  ===============================================*/

.drop-caps::first-letter {
    font-size: 3rem;
    line-height: 30px;
    color: #000000;
    float: right;
    padding-left: 8px;
}

/*=================================================
            31. long arrow
  ===============================================*/

.long-arrow {
    display: inline-block;
    width: 95px;
    height: 3px;
    background-color: #000000;
    position: relative;
    top: -5px;
    right: 25px;
    transition: all 0.4s ease;
}

.long-arrow::before {
    position: absolute;
    content: "";
    color: #000000;
    border-top: solid currentColor;
    border-left: solid currentColor;
    border-bottom: solid transparent;
    border-right: solid transparent;
    border-width: 6px;
    left: -6px;
    top: -4px;
    transform: rotate(-45deg);
    transition: all 0.4s ease;
}

.long-arrow.arrow-anim {
    background-color: transparent;
    width: 42px;
}

.long-arrow.arrow-anim::after {
    position: absolute;
    content: "";
    top: .5px;
    right: 0;
    background-color: #000000;
    width: 100%;
    height: 3px;
    transition: all 0.4s ease;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}

.long-arrow-btn {
    font-weight: 700;
    letter-spacing: .1rem;
    border: 0px;
    background-color: transparent;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.long-arrow-btn:hover .long-arrow {
    background-color: #1868dd;
    animation: arrowanim 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
}

.long-arrow-btn:hover .long-arrow:before {
    color: #1868dd;
}

.long-arrow-btn:hover .arrow-anim {
    background-color: transparent;
}

.long-arrow-btn:hover .arrow-anim::after {
    background-color: #1868dd;
}

.long-arrow-btn.version-white {
    color: #FFFFFF;
}

.long-arrow-btn.version-white .long-arrow {
    background-color: #FFFFFF;
}

.long-arrow-btn.version-white .long-arrow::before {
    color: #FFFFFF;
}

.long-arrow-btn.version-white:hover {
    color: #1868dd;
}

.long-arrow-btn.version-white:hover .long-arrow {
    background-color: #1868dd;
}

.long-arrow-btn.version-white:hover .long-arrow:before {
    color: #1868dd;
}

button.long-arrow-btn {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    transition: all 0.4s ease;
}

@keyframes arrowanim {
    0% {
        right: 25px;
    }
    50% {
        right: 10px;
    }
    100% {
        right: 25px;
    }
}

@keyframes elasticus {
    0% {
        transform-origin: 100% 0%;
        transform: scale(0, 1);
    }
    50% {
        transform-origin: 100% 0%;
        transform: scale(1, 1);
    }
    50.1% {
        transform-origin: 0% 0%;
        transform: scale(1, 1);
    }
    100% {
        transform-origin: 0% 0%;
        transform: scale(0, 1);
    }
}

/*=================================================
            32. back to top
  ===============================================*/

.backtotop-wraper {
    position: absolute;
    bottom: 110px;
    left: 40px;
    transform: rotate(90deg);
    z-index: 1001;
}

.backtotop {
    color: rgba(255, 255, 255, 0.7);
}

.backtotop .long-arrow::before {
    color: rgba(255, 255, 255, 0.7);
}

.backtotop .long-arrow::after {
    background-color: rgba(255, 255, 255, 0.7);
}

/*=================================================
            29. inheritance element
  ===============================================*/

h1,
h2,
h3,
h4 {
    font-family: "Work Sans", sans-serif;
    letter-spacing: -.25px;
}

.banner-title {
    font-size: 3.75rem;
    font-weight: 600;
    margin-bottom: 45px;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #000000;
}

.section-title span,
.section-title em {
    font-family: "Playfair Display", serif;
}

.xs-title {
    font-size: 1.375rem;
    font-weight: 600;
}

.xs-title.small {
    font-size: 1.125rem;
}

.xs-title,
a {
    color: #000000;
}

.content-title {
    color: #000000;
    font-size: 1.75rem;
    font-weight: 700;
}

.content-title em {
    font-family: "Playfair Display", serif;
}

.entry-title a {
    transition: all 0.4s ease;
}

.entry-title a:hover {
    color: #1bd1ea;
}

.watermark-title {
    font-family: "Work Sans", sans-serif;
    display: block;
    font-size: 11.5rem;
    color: #f5f5f5;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    line-height: 1;
    z-index: -1;
    display: block;
}

/* section padding */

.xs-section-padding {
    padding: 100px 0;
}

.xs-section-padding-bottom {
    padding-bottom: 100px;
}

.xs-section-padding-top {
    padding-top: 100px;
}

.section-padding-small {
    padding: 60px 0;
}

.section-padding-medium {
    padding: 80px 0;
}

.xs-mb-0 {
    margin-bottom: 0px;
}

.xs-pb-0 {
    padding-bottom: 0px;
}

.xs-mb-1 {
    margin-bottom: 10px;
}

.xs-pb-1 {
    padding-bottom: 10px;
}

.xs-mb-2 {
    margin-bottom: 20px;
}

.xs-pb-2 {
    padding-bottom: 20px;
}

.xs-mb-3 {
    margin-bottom: 30px;
}

.xs-pb-3 {
    padding-bottom: 30px;
}

.xs-mb-4 {
    margin-bottom: 40px;
}

.xs-pb-4 {
    padding-bottom: 40px;
}

.xs-mb-5 {
    margin-bottom: 50px;
}

.xs-pb-5 {
    padding-bottom: 50px;
}

.xs-mb-6 {
    margin-bottom: 60px;
}

.xs-pb-6 {
    padding-bottom: 60px;
}

.xs-mb-7 {
    margin-bottom: 70px;
}

.xs-pb-7 {
    padding-bottom: 70px;
}

.xs-mb-8 {
    margin-bottom: 80px;
}

.xs-pb-8 {
    padding-bottom: 80px;
}

.xs-mb-9 {
    margin-bottom: 90px;
}

.xs-pb-9 {
    padding-bottom: 90px;
}

.xs-mb-10 {
    margin-bottom: 100px;
}

.xs-pb-10 {
    padding-bottom: 100px;
}

/* margin 0 */

.xs-margin-0 {
    margin: 0;
}

/* xs padding */

.xs-padding-0 {
    padding: 0;
}

/* overlay list */

.xs-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0;
}

/* color */

.black-color {
    color: #000000;
}

/* background color */

.black-bg {
    background-color: #000000;
}

/* color */

.white-color {
    color: #FFFFFF;
}

/* background color */

.white-bg {
    background-color: #FFFFFF;
}

/* color */

.primary-color {
    color: #1868dd;
}

/* background color */

.primary-bg {
    background-color: #1868dd;
}

/* color */

.secondary-color {
    color: #103dbe;
}

/* background color */

.secondary-bg {
    background-color: #103dbe;
}

/* color */

.gray-color {
    color: #fafafa;
}

/* background color */

.gray-bg {
    background-color: #fafafa;
}

/* remove from control focus box shadow */

.form-control {
    border: 1px solid #f1f1f1;
    padding: 6px 20px;
    height: 50px;
    font-size: 14px;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

/* owl image preset */

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

/* tab pane animation */

.tab-pane.animated {
    animation-duration: 1.5s;
}

/* remove iframe box shadow and background */

.mfp-iframe-scaler iframe {
    box-shadow: none;
    background: transparent;
}

a {
    transition: all 0.4s ease;
}

/* simple button */

.simple-btn {
    font-weight: 700;
    display: inline-block;
}

.simple-btn i {
    padding-right: 8px;
    position: relative;
    top: 2px;
    transition: padding-right .4s ease;
}

.simple-btn:hover i {
    padding-right: 4px;
}

.simple-btn.style2 {
    color: #103dbe;
}

/* watermark icon */

.watermark-icon {
    position: absolute;
    top: 0;
    right: 0;
}

p:last-child {
    margin-bottom: 0px;
}

/* input type number spinner turn of chrome */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* input type number spinner turn of firefox */

input[type=number] {
    -moz-appearance: textfield;
}

/* gradient icon */

.gradient-icon,
.gradient-child-icon i,
.gradient-child-icon i:before {
    font-size: 2.25rem;
    background: linear-gradient(-119deg, #b224ef 19%, #5055fa 84%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #b224ef;
}

/* gradient title */

.gradient-title {
    background: linear-gradient(-119deg, #b224ef 19%, #5055fa 84%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #b224ef;
}

/* gradient background */

.gradient-bg {
    background: #b224ef;
    background: linear-gradient(-117deg, #b224ef 40%, #5055fa 100%);
}

/* gradient background */

.gradient-bg-area {
    background: #0b53ff;
    background: linear-gradient(-90deg, #0b53ff 0%, #4ae5e9 100%);
    position: relative;
    z-index: 1;
}

.gradient-bg-area .background-wave-shape {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .03;
    z-index: -1;
}

.gradient-bg-area .pillow-image {
    position: absolute;
    top: -156px;
    left: 87px;
}

.main-content-wraper {
    background-color: #f0f3fc;
}

/* underline title */

.title-underline {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.title-underline::before {
    position: absolute;
    content: "";
    bottom: calc(0% + 9px);
    right: -10px;
    display: inline-block;
    height: 20px;
    width: 100%;
    background-color: #ffebdf;
    z-index: -1;
}

/* multipile dots */

.multipile-dots {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d9d9d9;
    box-shadow: -15px 0px 0px 0 #d9d9d9, -30px 0 0 0 #d9d9d9;
}

/* border animation */

.border-animation {
    position: relative;
    overflow: hidden;
    color: #000000;
}

.border-animation>span {
    display: inline-block;
    border-radius: 2.5px;
    position: relative;
    border-top: 5px solid;
    transition: width 1.5s linear;
}

.border-animation>span:not(:last-child) {
    margin-left: 20px;
}

.border-animation>.first {
    width: 50px;
}

.border-animation>.second {
    width: 20px;
}

.border-animation.style2 {
    color: #cccccc;
}

@keyframes move-1 {
    0% {
        width: 80px;
    }
    100% {
        width: 0px;
        margin-left: 0px;
    }
}

@keyframes move-2 {
    0% {
        width: 0px;
    }
    100% {
        width: 90px;
    }
}

.content-separete-border {
    display: block;
    height: 3px;
    width: 40px;
    background-color: #522cea;
}

/* vertical pagination */

.vertical-pagination {
    display: flex;
    flex-direction: column;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 5px;
    border-radius: 2.5px;
    background-color: #FFFFFF;
    opacity: .2;
    transition: all 0.4s ease;
}

.vertical-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-bottom: 10px;
}

.vertical-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(1);
    height: 30px;
    opacity: 1;
}

/* multiple border */

.border-multiple>span {
    display: inline-block;
}

.border-multiple>span:not(:last-child) {
    margin-left: 8px;
}

.border-multiple>span.first {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff5382;
}

.border-multiple>span.second,
.border-multiple>span.third {
    width: 25px;
    height: 7px;
    background-color: #ff5382;
    border-radius: 3.5px;
}

.text-center .border-multiple {
    margin: 0 auto;
}

.glow-btn {
    position: relative;
}

.glow-btn::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    70% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.tp-parallax-wrap.position-class {
    right: 0 !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container.vertical-slider {
    height: 450px;
}

.xs-search-group .input-group-btn {
    background: #4381fd;
    color: #fff;
    padding: 0 20px;
    border: none;
}

.xs-search-group .input-group-btn i {
    line-height: 48px;
    font-weight: bold;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*=================================================
            30. carosel style
  ===============================================*/

.image-carousel-style-2 .slick-dots {
    -webkit-transform: translateX(-150px) translateY(70px);
    -ms-transform: translateX(-150px) translateY(70px);
    transform: translateX(-150px) translateY(70px);
}

.image-carousel-style-2 .slick-dots li button::before {
    border-radius: 50px !important;
}

.image-carousel-style-2 .slick-dots li.slick-active button::before {
    content: "";
    border: 0px;
    background: #b224ef;
    background: -webkit-linear-gradient(-331deg, #b224ef 20%, #5055fa 84%);
    background: -o-linear-gradient(-331deg, #b224ef 20%, #5055fa 84%);
    background: linear-gradient(-119deg, #b224ef 20%, #5055fa 84%);
    background-size: 140% auto;
    z-index: 9999;
    border-radius: 50px !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all 0.4s;
}

.rtl .owl-carousel {
    direction: ltr;
}