:root {
    font-size: 16px
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 1.625;
}

body p {
    font-size: 14px;
    line-height: 30px;
}

iframe {
    border: none
}

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

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

embed,
img:not([draggable]),
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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

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

button:focus {
    outline: none
}

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

.nav-sticky.sticky-header {
    position: fixed;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: #ffff;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    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 #000000 #000000 transparent
}

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

.nav-sticky.sticky-header.nav-light {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    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
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

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

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

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

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

.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-right: 20px
}

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

.xs-menus .nav-menu>li>a {
    color:#263750;
    font-size: 0.975rem;
    padding: 30px 10px;
    font-weight: 200;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.xs-menus .nav-menu>li>a.active {
    font-weight: 700;
}

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

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

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

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

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

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

.xs-header.header-style2 .xs-menus .nav-menu>li:not(:last-child) {
    margin-right: 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 #606060 #606060 transparent
}

.xs-header.header-style2 .xs-menu-tools>li>a:not(.languageSwitcher-button) {
    color: #b224ef;
    background: -webkit-linear-gradient(331deg, #b224ef 11%, #5055fa 84%);
    background: -o-linear-gradient(331deg, #b224ef 11%, #5055fa 84%);
    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-style3 .xs-logo {
    padding: 27px 0
}

.xs-header.header-style3 .xs-menus .nav-menu>li>a {
    padding: 42px 10px
}

.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
}

.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-right: 40px;
    margin-right: 40px
}

.xs-header .single-page-menu>li:not(:last-child):before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #babcc3;
    border-radius: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #21069b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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-right: 0;
    margin-right: 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: 'Poppins';
    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: 'Poppins';
    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-right: 25px;
    margin-right: 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;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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 #000000 #000000 transparent
}

.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-right: 0;
    margin-right: 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: 'Poppins';
    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
}

.xs-header .xs-menus .nav-menu>li>.nav-submenu {
    right: auto !important
}

.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 .header-style9 .burger-menu,
.nav-sticky.sticky-header .xs-header.header-style9 .burger-menu {
    padding: 29px 0
}

.nav-sticky.sticky-header .header-style7 .xs-logo,
.nav-sticky.sticky-header .header-style9 .xs-logo,
.nav-sticky.sticky-header .xs-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
}

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

.xs-menu-tools {
    text-align: right;
    padding: 46px 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

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

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

.xs-menu-tools>li>a {
    color: #333333;
    display: inline-block;
    width: 30px;
    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-right: 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
}

@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 {
    right: 0px !important
}

.xs-hidden-menus .home-menu-panel>.row>[class*=col-] {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 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 {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

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

.home-menu-panel .menu-content .menu-image>img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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
}

.nav-menus-wrapper .nav-menu {
    padding-right: 55px
}

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

.nav-header>.nav-brand {
    padding: 0px;
    display: flex;
    min-height: 78px;
    align-items: center;
}

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

.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-right: 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-right: 0px
}

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

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

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%)
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px)
    }

    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px)
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    to {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%)
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        -o-transition: ease-out;
        transition: ease-out
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px)
    }

    61% {
        opacity: 1;
        -webkit-transform: scale(0.04) translateY(0px);
        transform: scale(0.04) translateY(0px)
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    to {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0px);
        transform: scale(2) translateY(0px);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

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

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

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

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

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

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

.flag-lists {
    text-align: center
}

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

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

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

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

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

.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 {
    color: #FFFFFF
}

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

.modal-searchPanel .xs-search-group input:not([type=submit]):-ms-input-placeholder {
    color: #FFFFFF
}

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

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

.widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    padding-top: 46px;
    z-index: 99;
}

.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
}

.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
}

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

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

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

.sideabr-list-widget a,
.sideabr-list-widget p {
    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
}

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

.xs-sidebar-widget {
    position: fixed;
    top: -100%;
    height: 0;
    width: 100%;
    max-width: 100%;
    z-index: 9999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #175bbcd4;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.3s 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;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    /* left: 0 */
    height: 100%;
}

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

.sidebar-textwidget {
    padding: 0;
}

.close-side-widget {
    color: #fff;
    font-size: 0.9375rem;
    display: block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center
}
.pt150{
    padding-top: 150px;
}
.sidebar-widget-container {
    position: relative;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
}

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

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

#preloader .preloader-cancel-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 40px;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    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%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    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)
    }

    to {
        -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)
    }

    to {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

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

.social-list li:last-child {
    margin-right: 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: left;
    padding: 0 23px;
    font-size: 0.9375rem;
    color: #FFFFFF !important;
    border: 0px
}

.social-list.version-3 li a i {
    padding-right: 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-right: 0px
}

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

.social-list.version-4 li a {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    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: 30px;
    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: -webkit-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
    background: -o-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
    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-right: 32px
}

.simple-social-list li:last-child {
    margin-right: 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-right: 0px
}

.simple-social-list.version-2>li .title {
    color: #21069b;
    font-size: 1.75rem;
    font-weight: 900;
    font-family: 'Poppins';
    display: inline-block;
    padding-right: 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 {
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF
}

.simple-social-list.vertical>li {
    display: block;
    margin-right: 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;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    position: relative;
    top: -5px;
    right: -7px
}

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

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

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

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

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

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

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

.single-banner-slider {
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    position: relative
}

.banner-slider .owl-nav .owl-next,
.banner-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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 {
    left: 30px
}

.banner-slider .owl-nav .owl-next {
    right: 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;
    right: 0
}

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

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

.banner-area-wraper .banner-overlay-bg .banner-dots2 {
    left: 20px;
    top: 120px
}
.owl-item.active .agency-banner-content .banner-title,
.owl-item.active .agency-banner-content .btn,
.owl-item.active .agency-banner-content p {
    -webkit-animation: inLeft 2s ease 0s both;
    animation: inLeft 2s ease 0s both
}

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

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

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

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

    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}

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

    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}

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

    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}

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

    to {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1
    }
}

.header-btn {
    text-align: right;
    padding-top: 26px
}

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

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

.agency-banner3 {
    min-height: 870px;
    background: #0b53ff;
    background: -webkit-gradient(linear, left top, right top, from(#0b53ff), color-stop(50%, #0b53ff), to(#4ae5e9));
    background: -webkit-linear-gradient(left, #0b53ff 0%, #0b53ff 50%, #4ae5e9 100%);
    background: -o-linear-gradient(left, #0b53ff 0%, #0b53ff 50%, #4ae5e9 100%);
    background: linear-gradient(90deg, #0b53ff 0%, #0b53ff 50%, #4ae5e9 100%);
    position: relative;
    z-index: 1
}

.agency-banner3 .banner-overlay-bg {
    position: absolute;
    top: 0;
    right: 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;
    left: 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;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.xs-banner.agency-banner4 {
    min-height: 1025px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    -webkit-box-align: start;
    -ms-flex-align: start;
    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: 'Poppins';
}

.agency-banner-content.banner-style4 .banner-title {
    color: #FFFFFF;
    font-size: 4rem;
    font-family: 'Poppins';
    ;
    margin-bottom: 35px
}

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

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

.sticky-header+.agency-banner5,
[class*=transparent]+.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: 'Poppins';
}

.agency-banner-content.banner-style5 .separete-border {
    display: inline-block;
    height: 2px;
    width: 20px;
    background-color: #d8dae2;
    position: relative;
    top: -6px;
    margin-left: 15px;
    margin-right: 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: 'Poppins';
    ;
    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
}

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

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

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

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

.agency-banner-content .banner-video-popups .xs-video-popup>i {
    margin-right: 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-left: 20px
}

.agency-banner-content.banner-style6 .banner-title {
    font-size: 5.625rem;
    font-family: 'Poppins';
    ;
    color: #21069b;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 1.06;
    padding-left: 18px
}

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

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

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

.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;
    left: 0
}

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

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

.agency-banner-content:hover .border-animation>.second {
    width: 0px;
    -webkit-animation: move-2 1.8s infinite linear;
    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: 'Poppins';
    ;
    font-weight: 400;
    color: #000000;
    margin-bottom: 18px
}

.agency-banner-content.banner-style7 .banner-title {
    font-size: 5.625rem;
    font-family: 'Poppins';
    ;
    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>ul,
.rev_slider li.tp-revslider-slidesli,
.tp-simpleresponsive>ul {
    overflow: visible !important
}

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

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

.agency-banner-content.banner-style8 .banner-title {
    font-size: 3.625rem;
    font-weight: 900;
    font-family: 'Poppins';
    ;
    color: #522cea;
    margin-bottom: 20px
}

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

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

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

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

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

.agency-banner9 .animated.banner-bottom-mockup-outer .mockup-content>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    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;
    -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.15);
    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: 'Poppins';
    ;
    font-weight: 700;
    color: #FFFFFF
}

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

.banner-bottom-mockup-outer:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background-image: url(../images/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;
    left: 50%;
    z-index: -1;
    width: 777px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    height: 100%
}

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

.svg-shape {
    position: absolute;
    top: 0;
    left: 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
}

.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-intro {
    padding-top: 15px
}

.agency-intro .agency-section-title .watermark-title {
    top: -68px;
    left: -16px
}

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

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

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

.agency-intro-video {
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.3);
    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;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.412
}

.agency-creative-comunication {
    background: #b224ef;
    background: -webkit-linear-gradient(325deg, #b224ef 0%, #5055fa 100%);
    background: -o-linear-gradient(325deg, #b224ef 0%, #5055fa 100%);
    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-left: 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
}

.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
}

.single-portfolio {
    position: relative;
    overflow: hidden;
    height: 500px !important;
}

.single-portfolio .hover-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(-240deg, #25ddb3 0%, #25ddb3 100%);
    opacity: .90;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.single-portfolio .hover-area {
    position: absolute;
    top: 0;
    opacity: 1;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    height: 100%;
    z-index: 999;
}

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

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

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

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

.single-portfolio:hover .hover-area {
    opacity: 1
}

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

.portfolio-style2:before {
    display: none
}

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

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

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

.portfolio-style2 .hover-area:after,
.portfolio-style2 .hover-area:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    background: #b224ef;
    background: -webkit-gradient(linear, left top, right top, color-stop(19%, #b224ef), to(#5055fa));
    background: -webkit-linear-gradient(left, #b224ef 19%, #5055fa 100%);
    background: -o-linear-gradient(left, #b224ef 19%, #5055fa 100%);
    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: -webkit-linear-gradient(329deg, #b224ef 0%, #5055fa 100%);
    background: -o-linear-gradient(329deg, #b224ef 0%, #5055fa 100%);
    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;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-linear-gradient(329deg, #b224ef 0%, #5055fa 100%);
    background: -o-linear-gradient(329deg, #b224ef 0%, #5055fa 100%);
    background: linear-gradient(121deg, #b224ef 0%, #5055fa 100%)
}

.portfolio-style3 {
    margin: 0 10px
}

.portfolio-style3:before {
    display: none
}

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

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

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

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

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

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

.portfolio-style3 .hover-area .hover-content .xs-title {
    font-family: 'Poppins';
    ;
    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
}

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

.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;
    left: 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(../images/team/shape-mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center
}

.review-content .reviewer-bio h5 {
    font-family: 'Poppins';
    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-next,
.review-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

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

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

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

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

.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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

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

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

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

.single-blog {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: white
}

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

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

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

.single-blog .post-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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-right: 9px
}

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

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

.single-blog .post-footer .xs-list li a {
    color: #b6b6b6;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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 .entry-header .entry-meta span {
    color: #7a7a7a
}

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

.single-blog.blog-style2:hover {
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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-left: auto;
    margin-right: 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-left: 2px;
    font-size: 0.8125rem
}

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

.single-blog.blog-style2 .post-footer .xs-list li a {
    color: #6d6d6d
}

.single-blog.blog-style2 .post-footer .media-body a {
    color: #6d6d6d
}

.agency_media_section {
    position: relative
}

.agency_media_section .doodle-parallax .single-doodle.one {
    position: absolute;
    bottom: 270px;
    right: -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 {
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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 {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

.client-slider .item>img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

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

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

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

.banner-client-slider .item {
    min-height: auto
}

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

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

.xs-footer-section {
    color: #7a7a7a;
    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;
    right: 0
}

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

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

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

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

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

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

.xs-footer-section .dot-images {
    position: absolute;
    top: -110px;
    right: -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-right: 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-right: 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-right: 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
}

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

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

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

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

.xs-footer-section.footer-style2 .footer-bottom-area,
.xs-footer-section.footer-style2 .footer-top-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: right
}

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

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

.footer-bottom-content .xs-list>li:not(:last-child) {
    margin-right: 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-right: 15px
}

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

.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 .footer-widget .widget-title {
    color: #22c8e5;
    margin-bottom: 12px;
    font-size: 0.9375rem
}

.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-style4 .footer-top-area,
.footer-style5 .footer-top-area {
    background-color: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 0;
}

.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 .simple-social-list,
.footer-style5 .footer-widget .simple-social-list {
    text-align: right
}

.footer-style4 .footer-widget .simple-social-list>li:not(:last-child),
.footer-style5 .footer-widget .simple-social-list>li:not(:last-child) {
    margin-right: 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.4rem;
    font-family: 'Poppins';
    ;
    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-right: 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-style5 .footer-top-area {
    background-color: #f7f7f7;
    padding-bottom: 0;
}

.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-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-right: 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: 'Poppins';
    ;
    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: -50px
}

.footer-style7 {
    background-repeat: no-repeat;
    background-position: right 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-right: 75px
}

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

.footer-style7 .footer-top-area .footer-widget>p {
    color: #949494
}

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

.footer-style7 .footer-top-area .footer-widget>p>a {
    color: #949494
}

.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 {
    color: #ababab
}

.footer-style7 .footer-bottom-area .copyright-section>p>a {
    color: #103dbe
}

.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-right: 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-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 .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-right: 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-right: 95px
}

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

.footer-style9 {
    padding: 25px 0
}

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

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

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

.footer-style9 .footer-widget .copyright-title {
    padding-left: 30px;
    color: #aaaaaa
}

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

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

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

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

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

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

.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: 'Poppins';
    ;
    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: #a3a3a3
}

.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-right: 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
}

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

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

.xs-inner-banner:before {
    left: 0;
    background: #0369d1;
    background: -webkit-linear-gradient(329deg, #0369d1 0%, #0369d1 25%, #00ecbc 60%);
    background: -o-linear-gradient(329deg, #0369d1 0%, #0369d1 25%, #00ecbc 60%);
    background: linear-gradient(121deg, #0369d1 0%, #0369d1 25%, #00ecbc 60%);
    opacity: .85
}

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

.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
}

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

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

.agency-countdown-area {
    background-color: white;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.04);
    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: #999999;
    font-weight: 400
}

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

.about-countdown-content.featured {
    text-align: right;
    background-color: #1ddfb2;
    padding-top: 34.5px;
    padding-bottom: 34.5px;
    padding-right: 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: 'Poppins';
}

.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
}

.funfact-img-wraper {
    margin-left: -45px
}

.funfact-content {
    padding-right: 60px
}

.funfact-content .funfact-title {
    font-family: 'Poppins';
    ;
    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-right: 70px
}

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

.agency-single-team {
    position: relative
}

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

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

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

.agency-single-team .hover-area {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    color: #FFFFFF;
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 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 {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    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%
}

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

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

.single-team-style2:hover .image:before,
.single-team-style3:hover .image:before {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    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;
    left: 0;
    height: 100%;
    width: 100%;
    background: #5055fa;
    background: -webkit-gradient(linear, left bottom, left top, from(#5055fa), to(rgba(80, 85, 250, 0)));
    background: -webkit-linear-gradient(bottom, #5055fa 0%, rgba(80, 85, 250, 0) 100%);
    background: -o-linear-gradient(bottom, #5055fa 0%, rgba(80, 85, 250, 0) 100%);
    background: linear-gradient(0deg, #5055fa 0%, rgba(80, 85, 250, 0) 100%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0
}

.single-team-style2 .hover-area,
.single-team-style3 .hover-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 30px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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-section-area {
    position: relative
}

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

.single-team-style3 .image:before {
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(52%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 52%);
    background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 52%);
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 52%)
}

.single-team-style3 .social-list>li>a {
    -webkit-box-shadow: none;
    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: 'Poppins';
    ;
    margin-bottom: 2px
}

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

.join-us-content {
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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: 'Poppins';
    ;
    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-left>i,
.join-us-content .btn.icon-right>i {
    line-height: 65px
}

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

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

.timeline:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background: #b224ef;
    background: -webkit-gradient(linear, left top, left bottom, from(#b224ef), to(#5055fa));
    background: -webkit-linear-gradient(top, #b224ef 0%, #5055fa 100%);
    background: -o-linear-gradient(top, #b224ef 0%, #5055fa 100%);
    background: linear-gradient(-180deg, #b224ef 0%, #5055fa 100%);
    height: 100%;
    width: 1px
}

.timeline-item {
    padding-left: 40px;
    position: relative
}

.timeline-item:last-child {
    padding-bottom: 0
}

.timeline-info {
    color: #000000;
    font-size: 1.125rem;
    font-family: 'Poppins';
    white-space: nowrap;
    letter-spacing: -0.1px
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 17px
}

.timeline-marker:after,
.timeline-marker:before {
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.timeline-marker:before {
    background: #b224ef;
    background: -webkit-linear-gradient(54deg, #b224ef 0%, #5055fa 100%);
    background: -o-linear-gradient(54deg, #b224ef 0%, #5055fa 100%);
    background: linear-gradient(36deg, #b224ef 0%, #5055fa 100%)
}

.timeline-marker:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #b224ef;
    background: -webkit-linear-gradient(54deg, #b224ef 0%, #5055fa 100%);
    background: -o-linear-gradient(54deg, #b224ef 0%, #5055fa 100%);
    background: linear-gradient(36deg, #b224ef 0%, #5055fa 100%);
    border: 3px solid #FFFFFF;
    top: 2px;
    left: 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-centered .timeline,
    .timeline-split .timeline {
        display: table
    }

    .timeline-centered .timeline-item,
    .timeline-split .timeline-item {
        display: table-row;
        padding: 0
    }

    .timeline-centered .period .timeline-info,
    .timeline-centered .timeline-content,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-split .period .timeline-info,
    .timeline-split .timeline-content,
    .timeline-split .timeline-info,
    .timeline-split .timeline-marker {
        display: table-cell;
        vertical-align: top
    }

    .timeline-centered .timeline-marker,
    .timeline-split .timeline-marker {
        position: relative
    }

    .timeline-centered .timeline-content,
    .timeline-split .timeline-content {
        padding-left: 30px
    }

    .timeline-centered .timeline-info,
    .timeline-split .timeline-info {
        padding-right: 30px
    }

    .timeline-centered .period .timeline-title,
    .timeline-split .period .timeline-title {
        position: relative;
        left: -45px
    }
}

@media (min-width:992px) {

    .timeline-centered,
    .timeline-centered .timeline-content,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-marker {
        display: block;
        margin: 0;
        padding: 0
    }

    .timeline-centered .timeline-item {
        padding-bottom: 50px;
        overflow: hidden
    }

    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px
    }

    .timeline-centered .timeline-content,
    .timeline-centered .timeline-info {
        width: 50%
    }

    .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 43px
    }

    .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 43px
    }

    .timeline-centered>.timeline-item:nth-child(2n) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 43px
    }

    .timeline-centered>.timeline-item:nth-child(2n) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 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 {
        left: auto
    }
}

.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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2)
}

.agency-office-single:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.agency-office-single img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.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 {
    left: -50px;
    top: 400px
}

.agency-service-area .doodle-parallax .single-doodle.three,
.agency-service-area .doodle-parallax .single-doodle.two {
    right: 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(2n) [class*=col-]:nth-child(2n) .agency-service-block .simple-btn,
.agency-service-wraper:nth-child(2n) [class*=col-]:nth-child(2n) .agency-service-block i {
    color: #14dcaf
}

.agency-service-wraper:nth-child(odd) [class*=col-]:nth-child(odd) .agency-service-block .simple-btn,
.agency-service-wraper:nth-child(odd) [class*=col-]:nth-child(odd) .agency-service-block i {
    color: #14dcaf
}

.agency-service-block {
    padding-right: 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;
    color: #777777;
    font-size: 0.9375rem
}

.agency-service-block .simple-btn,
.agency-service-block i {
    color: #fc6161
}

.agency-service-block .simple-btn {
    display: inline-block;
    font-size: 1.875rem
}

.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 {
    left: 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
}

.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: right
}

.main-filter li {
    display: inline-block
}

.main-filter li:not(:last-child) {
    margin-right: 50px
}

.main-filter li a {
    display: block;
    font-size: 0.875rem;
    color: #999999;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-bottom: 20px
}

.main-filter li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    background-color: #000000;
    height: 1px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.main-filter li a.selected,
.main-filter li a:hover {
    color: #000000
}

.main-filter li a.selected:before,
.main-filter li a:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.xs-3d-project-card img {
    -webkit-transform: translateZ(40px);
    transform: translateZ(40px)
}

.cases-grid {
    margin-left: -15px;
    margin-right: -15px
}

.single-cases-card {
    text-align: center;
    margin: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.single-cases-card .xs-title {
    margin-bottom: 5px
}

.single-cases-card:hover .card-image {
    -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
    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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.single-cases-card .card-image img {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
    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;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #f2f9fe;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1
}

.single-cases-card .hover-content {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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
}

.case-card-style2 {
    margin-bottom: 65px
}

.case-card-style2 .single-cases-card {
    text-align: left
}

.case-card-style2 .single-cases-card:hover .card-image {
    -webkit-box-shadow: none;
    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;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background: #00ecbc;
    background: -webkit-linear-gradient(121deg, #00ecbc 10%, #0369d1 70%);
    background: -o-linear-gradient(121deg, #00ecbc 10%, #0369d1 70%);
    background: linear-gradient(-31deg, #00ecbc 10%, #0369d1 70%);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.case-card-style2 .single-cases-card .card-image img {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px
}

.case-card-style2 .single-cases-card .card-image:before {
    display: none
}

.case-card-style2.style2 .single-cases-card {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.case-card-style2.style2 .single-cases-card:hover {
    -webkit-box-shadow: 29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2);
    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-card-style3 .single-cases-card {
    margin: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: block
}

.case-card-style3 .single-cases-card:hover .card-image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.case-card-style3 .single-cases-card:hover .card-image>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.case-card-style3 .single-cases-card:hover .cases-content {
    -webkit-transform: translateY(105%);
    -ms-transform: translateY(105%);
    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;
    left: 0;
    width: 100%;
    z-index: 6;
    padding: 32px 50px;
    background-color: #21069b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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: 'Poppins';
    ;
    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 {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.case-card-style3 .single-cases-card .card-image:before {
    display: none
}

.case-details-banner {
    background-color: #00a39a;
    min-height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    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 {
    -webkit-box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.1);
    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;
    left: -24px;
    top: 10px
}

.banner-video-popups {
    position: relative;
    z-index: 2
}

.about-info {
    padding-left: 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-right: 14px
}

.list-group .simple-social-list li a {
    font-size: 0.875rem
}

.project-brief-img {
    padding-right: 65px
}

.project-brief-img img {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.08);
    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
}

.working-progress-area {
    position: relative
}

.working-progress-area .doodle-parallax .single-doodle {
    position: absolute
}

.working-progress-area .doodle-parallax .single-doodle.one {
    right: -120px;
    top: 482px
}

.working-progress-area .doodle-parallax .single-doodle.two {
    bottom: 320px;
    left: -250px
}

.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-left: -2px;
    display: inline-block
}

.count-number:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/progress/spin.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1
}

.spin.count-number {
    visibility: hidden
}

.spin.count-number:after {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.spin.count-number.animated:after {
    -webkit-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    transform: rotate(720deg)
}

.working-progress-images img {
    border-radius: 5px;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.06);
    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;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 555px;
    height: 200px;
    background-image: url(../images/progress/progress-line.png)
}

.single-working-progress:nth-child(2n)>.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.single-working-progress:nth-child(2n) .working-progress-images {
    padding-right: 28px
}

.single-working-progress:nth-child(odd) .working-progress-content {
    padding-right: 30px
}

.agency_callto_action {
    background-color: #00a39a;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 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_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
}

.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: 'Poppins';
    ;
    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-left>i,
.call-to-action-content-3 .btn.icon-right>i {
    line-height: 70px
}

.cal_to_action_animation_wraper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.pricing-table {
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    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: 'Poppins';
    ;
    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 li {
    font-size: 0.9375rem
}

.pricing-list li:not(:last-child) {
    margin-bottom: 10px
}

.xs-map>div {
    height: 450px
}

.agency-contactus {
    padding: 100px 0
}

.agency-contactus.gray-bg {
    background-color: #f7f7f7
}

.contact-info-wraper {
    padding-right: 100px
}

.contact-info-wraper .contact-info-list {
    margin-bottom: 40px
}

.contact-info-list li i {
    font-size: 1.125rem;
    background: -webkit-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    background: -o-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    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: 'Poppins';
    display: inline-block;
    margin-bottom: 2px
}

.contact-info-list li .list-content>a {
    display: block;
    color: #999999
}

.contact-form input:not([type=submit]),
.contact-form textarea {
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 54px;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    padding-left: 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 {
    color: #999999;
    font-size: 0.9375rem
}

.contact-form input:not([type=submit])::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: #999999;
    font-size: 0.9375rem
}

.contact-form input:not([type=submit]):-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #999999;
    font-size: 0.9375rem
}

.contact-form input:not([type=submit]):-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.9375rem;
    font-weight: 400
}

.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 {
    left: -50px;
    top: 230px
}

.contact-info-area .doodle-parallax .single-doodle.two {
    right: 0;
    top: 140px
}

.contact-info2 {
    padding-right: 115px
}

.contact-info2 .contact-info-list {
    padding-right: 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;
    right: 0;
    height: calc(100% + 60px);
    width: calc(100% - 330px);
    background-image: -webkit-linear-gradient(121deg, #0369d1 0%, #00ecbc 100%);
    background-image: -o-linear-gradient(121deg, #0369d1 0%, #00ecbc 100%);
    background-image: linear-gradient(-31deg, #0369d1 0%, #00ecbc 100%);
    border-radius: 5px;
    z-index: -1
}

.contact-info-image-wraper .contact-info-image {
    padding-right: 30px
}

.contact-info-image-wraper .contact-info-image img {
    border-radius: 5px;
    width: 100%
}

.contact-box-wraper {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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: 'Poppins';
    ;
    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)
}

.xs-blog-list {
    margin-bottom: 80px
}

.xs-blog-list .post-list:not(:last-child) {
    margin-bottom: 30px
}

.post-list {}

.post-list:hover .post-media>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    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-left: 30px;
    padding-right: 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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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-left: 10px
}

.post-list .post-body .post-meta .post-author a {
    color: #999999;
    font-size: 0.9375rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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-left: 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;
    left: 0;
    top: 30px;
    z-index: 2
}

.post-list .post-media>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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: 'Poppins';
    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-right: 23px
}

.blog-grid,
.blog-grid-2 {
    margin: 0 -15px
}

.blog-grid-2 .grid-item .post-list,
.blog-grid .grid-item .post-list {
    padding: 0 15px
}

.blog-grid+.pagination,
.blog-grid-2+.pagination {
    margin-top: 30px
}

.post-meta-top {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    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-right: 36px
}

.post-meta-top .entry-meta>span i {
    color: #1bd1ea;
    padding-right: 6px
}

.post-gallery-slider {
    position: relative
}

.post-gallery-slider .owl-nav .owl-next,
.post-gallery-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-gallery-slider .owl-nav .owl-prev {
    left: 15px
}

.post-gallery-slider .owl-nav .owl-next {
    right: 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-left: 10px
}

.sidebar-widget.sidebar-left {
    margin-right: 10px
}

.widget {
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    background-color: #FFFFFF;
    padding-left: 30px;
    padding-right: 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: #999999
}

.widget .list-group li span {
    position: absolute;
    right: 0px
}

.widget .list-group li a {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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-right: 20px
}

.widget-posts .widget-post .post-meta-date {
    color: #d2d2d2
}

.widget-posts .widget-post .post-author,
.widget-posts .widget-post .post-meta-date {
    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: 'Poppins';
    letter-spacing: -.25px
}

.widget-posts .widget-post .entry-title a {
    color: #000000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.widget-posts .widget-post .entry-title a:hover {
    color: #1868dd
}

.tag-lists a {
    display: inline-block;
    padding: 6px 17px;
    color: #999999;
    border: 1px solid #e7e7e7;
    border-radius: 18.5px;
    font-size: 0.9375rem;
    margin-right: 9px;
    margin-bottom: 9px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.tag-lists a:hover {
    color: #FFFFFF;
    background-color: #1868dd;
    border-color: #1868dd
}

.tag-lists .title {
    color: #000000;
    padding-right: 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-left: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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 {
    color: #cacaca;
    font-size: 0.9375rem
}

.widgetsub-form.subscribe-form input:not([type=submit])::-moz-placeholder {
    color: #cacaca;
    font-size: 0.9375rem
}

.widgetsub-form.subscribe-form input:not([type=submit]):-ms-input-placeholder {
    color: #cacaca;
    font-size: 0.9375rem
}

.widgetsub-form.subscribe-form input:not([type=submit]):-moz-placeholder {
    color: #cacaca;
    font-size: 0.9375rem
}

.widgetsub-form.subscribe-form .btn {
    -webkit-box-shadow: none;
    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: left;
    display: inline-block;
    width: calc(25% - 2px);
    margin-right: 2px;
    margin-bottom: 2px
}

.insta-feed2 li a {
    display: block;
    position: relative;
    overflow: hidden
}

.insta-feed2 li a img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.insta-feed2 li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-single-post .post-media {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

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

.blog-single-post .post-media:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-single-post .post-meta-list {
    margin-bottom: 20px
}

.blog-single-post .post-body .entry-title {
    color: #000000;
    font-weight: 500;
    margin-bottom: 22px
}

.blog-single-post .post-body .entry-conent {
    margin-bottom: 60px
}

.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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-single-post .post-body .entry-conent p img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    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-left: 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-left: 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-right: 14px;
    border: 0px solid #000;
    color: #999999
}

blockquote {
    background-color: #1868dd;
    padding: 60px;
    font-size: 1.375rem;
    font-family: 'Poppins';
    color: #FFFFFF;
    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: left;
    padding-right: 50px;
    margin-top: 11px
}

.post-footer {
    margin-bottom: 60px
}

.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
}

.author-card {
    padding: 60px 40px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    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: left;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 30px
}

.author-card .author-info .autho-img+.author-details {
    width: calc(100% - 110px)
}

.author-card .author-info .author-details {
    float: right
}

.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-left: 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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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 {
    margin-bottom: 100px
}

.post-previous {
    text-align: right
}

.post-next,
.post-previous {
    padding: 60px 80px;
    border: 1px solid #e7e7e7;
    position: relative
}

.post-next a,
.post-previous a {
    display: block
}

.post-next a:hover h4,
.post-previous a:hover h4 {
    color: #1868dd
}

.post-next a:hover .indicator-icon,
.post-previous a:hover .indicator-icon {
    color: #1868dd
}

.post-next span,
.post-previous span {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 22px
}

.post-next h4,
.post-previous h4 {
    font-family: 'Poppins';
    ;
    font-weight: 500;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.post-next small,
.post-previous small {
    font-size: 0.8125rem
}

.post-next .indicator-icon,
.post-previous .indicator-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.25rem;
    color: #000000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.post-previous {
    border-left: 0px
}

.post-previous .indicator-icon {
    left: 40px
}

.post-next {
    border-left: 0px;
    border-right: 0px
}

.post-next .indicator-icon {
    right: 40px
}

.relatednews-wraper {
    margin-bottom: 70px
}

.relatednews-wraper h4 {
    margin-bottom: 35px
}

.post-meta-list>span {
    display: inline-block
}

.post-meta-list>span:not(:last-child) {
    margin-right: 50px
}

.post-meta-list>span i {
    color: #1868dd;
    padding-right: 5px
}

.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-right: 8px
}

.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: left
}

.xs-comments-area .meta-data {
    margin-left: 100px
}

.xs-comments-area .reply {
    float: right
}

.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-right: 10px
}

.xs-comments-area .comment-author a {
    font-weight: 500
}

.xs-comments-area .comment-author a:after {
    content: "/";
    padding: 0 5px;
    color: #999999
}

.xs-comments-area .comment-date {
    color: #999999;
    margin-bottom: 0px;
    font-weight: 500;
    display: inline-block
}

.xs-comments-area .comment-content {
    margin-top: 10px;
    padding-right: 50px
}

.xs-comments-area .comment-content p {
    margin-bottom: 0px
}

.xs-comments-area .comment:not(:last-child) .children {
    margin-left: 70px
}

.xs-comments-area .comment:not(:last-child) .meta-data {
    margin-bottom: 50px
}

.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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 30px;
    background-color: #FFFFFF
}

.xs-form .form-control:not(textarea) {
    height: 54px
}

.xs-form .form-control:focus {
    border-color: #1868dd;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07)
}

.xs-form .form-control::-webkit-input-placeholder {
    color: #999999;
    font-size: 0.9375rem
}

.xs-form .form-control::-moz-placeholder {
    color: #999999;
    font-size: 0.9375rem
}

.xs-form .form-control:-ms-input-placeholder {
    color: #999999;
    font-size: 0.9375rem
}

.xs-form .form-control:-moz-placeholder {
    color: #999999;
    font-size: 0.9375rem
}

.xs-form textarea.form-control {
    padding-top: 20px;
    height: 154px;
    resize: none
}

.parallax-service {
    max-height: 100vh
}

.single-service {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 .swiper-pagination-bullet {
    margin: 14px 0
}

.swiper-pagination-bullet {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

.swiper-slide:nth-child(2n)>.single-service .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.swiper-slide:nth-child(2n)>.single-service .parallax-service-img {
    margin-left: -70px
}

.xs-single-product {
    margin-bottom: 20px
}

.xs-single-product:hover .product-header>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.xs-single-product:hover .product-header:before {
    opacity: 1
}

.xs-single-product:hover .product-header .hover-area {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    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: 'Poppins';
    ;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    overflow: hidden
}

.product-header:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    z-index: 1
}

.product-header>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.product-header .hover-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0
}

.product-header .image-content {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 2
}

.price {
    font-size: 1.125rem;
    font-weight: 700
}

.price del {
    color: #d7d7d7;
    padding-right: 10px
}

.price ins {
    text-decoration: none;
    color: #000000
}

.product-style2 .xs-single-product {
    background-color: #FFFFFF;
    -webkit-box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden
}

.product-style2 .xs-single-product .product-header {
    border-radius: 0px
}

.product-style2 .xs-single-product .product-header:before {
    background-color: rgba(24, 104, 221, 0.9)
}

.product-style2 .xs-single-product .product-header .btn-gradient2 {
    background: #FFFFFF;
    color: #1868dd;
    padding: 0 46px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px
}

.product-style2 .xs-single-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
}

.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;
    left: 0;
    width: 100%
}

.product-slider .owl-dots .owl-dot span {
    background-color: rgba(0, 0, 0, 0.149);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    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);
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9)
}

.product-summary {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px
}

.product-summary .product_title {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: 'Poppins';
    ;
    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-right: 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-right: 5px
}

.product-summary .product_meta a:not(:last-child):after {
    content: ",";
    padding-left: 2px
}

.product-summary .woocommerce-product-details__short-description p {
    font-size: 0.9375rem
}

.product-summary .price,
.product-summary .product-meta-group,
.product-summary .woocommerce-product-details__short-description {
    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-right: 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: 'Poppins';
    ;
    margin-bottom: 0px
}

.product-info-details-wraper p {
    font-size: 1.0625rem;
    color: #777777
}

.single-info-block {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 70px 30px;
    min-height: 366px;
    background-color: #FFFFFF
}

.single-info-block.active,
.single-info-block:hover {
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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
}

.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-info-block {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    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: -webkit-gradient(linear, left top, right top, from(#ff8f1e), color-stop(50%, #ff8f1e), to(#fe690b));
    background: -webkit-linear-gradient(left, #ff8f1e 0%, #ff8f1e 50%, #fe690b 100%);
    background: -o-linear-gradient(left, #ff8f1e 0%, #ff8f1e 50%, #fe690b 100%);
    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;
    -webkit-filter: blur(24.7px);
    filter: blur(24.7px);
    z-index: -1
}

.info-block-style2 .single-info-block .leaf.leaf-1 {
    top: 0;
    left: 0
}

.info-block-style2 .single-info-block .leaf.leaf-2 {
    bottom: 0;
    left: 0
}

.info-block-style2 .single-info-block .leaf.leaf-3 {
    top: 50px;
    right: 0
}

.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;
    left: 0
}

.business-info-area .doodle-parallax .single-doodle.two {
    right: 0;
    bottom: 0
}

.business-info-area2 {
    margin-bottom: 0px
}

.about-summary-content {
    padding-left: 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
}

.success-summary-content {
    margin-bottom: 60px
}

.success-summary-content i {
    margin-bottom: 20px;
    display: inline-block
}

.success-summary-content .content-title {
    margin-bottom: 25px
}

.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: 'Poppins';
    ;
    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-left>i,
.call-to-action.action-style2 .btn.icon-right>i {
    line-height: 60px
}

.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: -webkit-gradient(linear, left top, right top, color-stop(18%, #3154fb), to(#8de4e8));
    background: -webkit-linear-gradient(left, #3154fb 18%, #8de4e8 100%);
    background: -o-linear-gradient(left, #3154fb 18%, #8de4e8 100%);
    background: linear-gradient(90deg, #3154fb 18%, #8de4e8 100%)
}

.call-to-action-wraper {
    position: relative;
    padding: 100px 0
}

.calltoaction-area-4.delighter {
    padding: 0 80px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    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);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #4843d2;
    max-width: 100%
}

.calltoaction-area-4 .calltoaction-info {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    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: 'Poppins';
    ;
    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
}

.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%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin-left: auto;
    margin-right: auto
}

.owl-item.current .single-review-thumb>img {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

.review-slider-thumb {
    width: calc(100% - 300px);
    margin-left: auto;
    margin-right: 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: 'Poppins';
    margin-bottom: 24px
}

.review-content.review-style2 .reviewer-bio h5 {
    color: #1e1e1e;
    font-family: 'Poppins';
    ;
    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-left: auto;
    margin-right: auto
}

.agency-testimonial-area2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bouble-slider-privew {
    padding-left: 30px
}

.bouble-slider-privew .owl-nav {
    margin-top: 50px
}

.bouble-slider-privew .owl-nav button:not(:last-child) {
    margin-right: 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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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;
    -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
    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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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:first-child {
    -webkit-transform: translateX(345px) translateY(60px);
    -ms-transform: translateX(345px) translateY(60px);
    transform: translateX(345px) translateY(60px)
}

.bouble-slider-thumb .owl-item:nth-child(2) {
    -webkit-transform: translateX(44px) translateY(220px);
    -ms-transform: translateX(44px) translateY(220px);
    transform: translateX(44px) translateY(220px)
}

.bouble-slider-thumb .owl-item:nth-child(3) {
    -webkit-transform: translateX(-144px) translateY(60px);
    -ms-transform: translateX(-144px) translateY(60px);
    transform: translateX(-144px) translateY(60px)
}

.bouble-slider-thumb .owl-item:nth-child(4) {
    -webkit-transform: translateX(-300px) translateY(220px);
    -ms-transform: translateX(-300px) translateY(220px);
    transform: translateX(-300px) translateY(220px)
}

.bouble-slider-thumb .owl-item:nth-child(5) {
    -webkit-transform: translateX(-430px) translateY(114px);
    -ms-transform: translateX(-430px) translateY(114px);
    transform: translateX(-430px) translateY(114px)
}

.bouble-slider-thumb .current .single-bouble-thumb {
    border-color: #FFFFFF;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.12);
    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: 'Poppins';
    ;
    font-weight: 500
}

.review-content.review-style3 .reviewer-bio p {
    color: #afafaf;
    font-size: 1rem
}

.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-right: 8px
}

.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 {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    -webkit-transition: opacity .5s ease, -webkit-transform .4s ease;
    transition: opacity .5s ease, -webkit-transform .4s ease;
    -o-transition: transform .4s ease, opacity .5s ease;
    transition: transform .4s ease, opacity .5s ease;
    transition: transform .4s ease, opacity .5s ease, -webkit-transform .4s ease
}

.have-any-project-section.delighter .pillow-image {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    -webkit-transition: opacity .7s ease, -webkit-transform .6s ease;
    transition: opacity .7s ease, -webkit-transform .6s ease;
    -o-transition: transform .6s ease, opacity .7s ease;
    transition: transform .6s ease, opacity .7s ease;
    transition: transform .6s ease, opacity .7s ease, -webkit-transform .6s ease
}

.have-any-project-section.delighter.started {
    overflow: visible
}

.have-any-project-section.delighter.started .background-wave-shape {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: .03
}

.have-any-project-section.delighter.started .pillow-image {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1
}

.we-offer-wraper {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 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-right: 25px
}

.we-offer-icon {
    display: inline-block;
    background: #c249f2;
    background: -webkit-linear-gradient(25deg, #c249f2 0%, #6371fb 100%);
    background: -o-linear-gradient(25deg, #c249f2 0%, #6371fb 100%);
    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
}

.single-more-feauture {
    padding: 0 30px;
    margin-bottom: 50px
}

.single-more-feauture .more-feature-header {
    -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.07);
    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;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-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 {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.single-more-feauture.text-center .more-feature-header {
    margin-left: auto;
    margin-right: auto
}

.single-more-feauture.text-right .more-feature-header {
    margin-left: auto
}

.single-more-feauture .feature-title {
    font-size: 1.125rem;
    margin-bottom: 15px
}

.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: 'Poppins';
    ;
    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-left: 0;
    padding-right: 50px
}

.more-feature-style2 .single-more-feauture:hover .more-feature-header {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.more-feature-style2 .single-more-feauture .more-feature-header {
    width: auto;
    height: auto;
    line-height: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    text-align: left;
    margin-bottom: 10px
}

.more-feature-style2 .single-more-feauture .feature-title {
    font-size: 1.375rem;
    font-family: 'Poppins';
    ;
    font-weight: 900;
    margin-bottom: 20px
}

.business-agenda-list {
    padding-left: 65px
}

.single-business-agenda:not(:last-child) {
    margin-bottom: 50px
}

.single-business-agenda .business-agenda-img {
    padding-right: 20px
}

.single-business-agenda .agenda-title {
    font-size: 1.125rem;
    margin-bottom: 13px
}

.best-quote-area {
    background-color: #fd4a7b;
    position: relative
}

.best-quote-area .quote-img {
    position: absolute;
    top: -29px;
    left: 0
}

.best-quote-content .best-quote-title {
    color: #FFFFFF;
    font-family: 'Poppins';
    ;
    margin-bottom: 30px
}

.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-right: 11px
}

.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-right: 15px
}

.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;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1)
}

.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;
    left: 0
}

.about-skroll-images>.about-skroll-image:not(.image-4) {
    -webkit-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15)
}

.about-skroll-images>.about-skroll-image.image-2 {
    left: 190px;
    top: 115px
}

.about-skroll-images>.about-skroll-image.image-3 {
    top: 46px;
    left: inherit;
    right: 0
}

.about-skroll-images>.about-skroll-image.image-4 {
    top: 355px
}

.about-skroll-images .quality-info {
    position: absolute;
    top: 324px;
    left: 60px;
    z-index: 9
}

.quality-info {
    -webkit-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.15);
    background-color: #7447ff;
    padding: 48px 115px 20px 30px
}

.quality-info>h2 {
    font-size: 1.375rem;
    font-family: 'Poppins';
    ;
    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-right: 50px
}

.about-summary-content2 .about-title {
    font-size: 2.25rem;
    font-weight: 700;
    font-family: 'Poppins';
    ;
    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
}

.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-left: auto;
    margin-right: 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 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hr-timeline-group [class^=col-]:last-child .hr-single-timeline .hr-timeline-content-wraper {
    margin-left: auto
}

.hr-timeline-group [class^=col-]:last-child .hr-single-timeline .number-count {
    left: inherit;
    right: 0
}

.hr-timeline-group [class^=col-]:nth-of-type(3) .hr-single-timeline {
    margin-top: -60px
}

.hr-timeline-group [class^=col-]:nth-child(2n) .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 {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.hr-single-timeline .number-count {
    position: absolute;
    bottom: calc(100% - 45px);
    left: 0;
    z-index: -1
}

.hr-single-timeline.color-1 .hr-timeline-content>i,
.hr-single-timeline.color-1 .number-count {
    color: #4246e8
}

.hr-single-timeline.color-2 .hr-timeline-content>i,
.hr-single-timeline.color-2 .number-count {
    color: #7ad9fd
}

.hr-single-timeline.color-3 .hr-timeline-content>i,
.hr-single-timeline.color-3 .number-count {
    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;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-transform: rotateY(0deg);
    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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%
}

.get-benifits-img {
    margin-right: 50px;
    margin-left: -100px
}

.get-benifits-summary {
    padding-top: 40px
}

.get-benifits-summary .get-benifit-title {
    font-size: 2.625rem;
    font-family: 'Poppins';
    ;
    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-left>i,
.get-benifits-summary .btn.icon-right>i {
    line-height: 60px
}

.awards-fitler-group {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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;
    -webkit-box-shadow: 0px 25px 50px 0px rgba(241, 75, 89, 0.8);
    box-shadow: 0px 25px 50px 0px rgba(241, 75, 89, 0.8)
}

.single-award:hover .award-content>img.image-hover {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-award:hover .award-content>img.imgae-default {
    opacity: 0;
    -webkit-transform: translate(-50%, -180%);
    -ms-transform: translate(-50%, -180%);
    transform: translate(-50%, -180%)
}

.single-award:hover .corner-border {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
    opacity: 0
}

.single-award .award-content {
    text-align: center;
    height: 270px;
    line-height: 270px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.single-award .award-content>img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.single-award .award-content>img.image-hover {
    opacity: 0;
    -webkit-transform: translate(-50%, 80%);
    -ms-transform: translate(-50%, 80%);
    transform: translate(-50%, 80%)
}

.single-award .corner-border {
    position: absolute;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out, opacity .4s ease-in-out;
    transition: transform .3s ease-in-out, opacity .4s ease-in-out;
    transition: transform .3s ease-in-out, opacity .4s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.single-award .corner-border.border-1:after,
.single-award .corner-border.border-1:before,
.single-award .corner-border.border-2:after,
.single-award .corner-border.border-2:before {
    position: absolute;
    content: "";
    color: #f7f7f7
}

.single-award .corner-border.border-1:before {
    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-1:after {
    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-2:before {
    top: calc(100% - 50px);
    left: calc(100% - 50px);
    right: 0;
    bottom: 0;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor
}

.single-award .corner-border.border-2:after {
    right: calc(100% - 50px);
    top: calc(100% - 50px);
    left: 0;
    bottom: 0;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor
}

.awards-card-group {
    width: calc(100% - 65px)
}

.awards-card-group>[class^=col-]:nth-child(2n) .single-award {
    margin-left: -1px
}

.awards-card-group>[class^=col-]:nth-child(2n):not(:nth-child(2)) .single-award {
    margin-top: -1px
}

.awards-card-group>[class^=col-]:nth-child(odd) .single-award {
    margin-left: -1px
}

.awards-card-group>[class^=col-]:nth-child(odd):not(:first-child) .single-award {
    margin-top: -1px
}

.growth-card-section {
    position: relative
}

.growth-card-section .growth-card-bg {
    position: absolute;
    top: 0;
    left: 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 {
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 60px 35px
}

.info-card:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.info-card:hover .info-card-header>img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.info-card .info-card-header {
    margin-bottom: 20px
}

.info-card .info-card-header>img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.info-card .info-card-body .card-title {
    color: #103dbe;
    font-size: 1.375rem;
    font-family: 'Poppins';
    ;
    margin-bottom: 20px;
    letter-spacing: -.2px
}

.info-card .info-card-body p {
    color: #a4a4a4
}

.header-transparent+.creative-portfolio-section,
.sticky-header+.creative-portfolio-section {
    margin-top: 111px
}

.creative-portfolio-section {
    padding: 140px 0
}

.portfolio-grid {
    margin-left: -15px;
    margin-right: -15px
}

.portfolio-gallery {
    display: block;
    position: relative;
    margin: 15px;
    overflow: hidden
}

.portfolio-gallery:hover .entry_caption .cat,
.portfolio-gallery:hover .entry_caption .title {
    opacity: 1;
    visibility: visible;
    top: 0px
}

.portfolio-gallery:hover .entry__overlay {
    opacity: 1
}

.portfolio-gallery:hover>img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.portfolio-gallery>img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.portfolio-gallery .entry__overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.portfolio-gallery .entry_caption {
    padding: 30px
}

.portfolio-gallery .entry_caption .cat,
.portfolio-gallery .entry_caption .title {
    font-size: 1.25rem;
    font-family: 'Poppins';
    ;
    font-weight: 400;
    position: relative;
    margin-bottom: 0px;
    top: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.portfolio-gallery .entry_caption .cat {
    font-size: 0.875rem;
    top: 20px
}

.portfolio-gallery .line {
    position: absolute;
    bottom: 30px;
    left: 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-right: 15px;
    font-size: 1.125rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.loadmore-btn:hover {
    color: #103dbe
}

.loadmore-btn:hover>i {
    padding-right: 10px
}

.portfolio-grid-item.portfolio-grid-item-w2 {
    max-width: 100%
}

.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: 'Poppins';
    ;
    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
}

.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: 'Poppins';
    ;
    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-right: 80px
}

.office-locations-list {
    margin-top: 138px;
    margin-left: -160px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 60px
}

.office-locations-list .agency-section-title.style6 {
    margin-bottom: 14px
}

.office-locations-list .agency-section-title.style6 .main-title {
    margin-bottom: 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
}

.feature-steps {
    padding-left: 36px;
    position: relative;
    z-index: 2
}

.feature-steps .feature-step {
    -webkit-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    width: 100%;
    max-width: 271px;
    padding: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.feature-steps .feature-step:not(:last-child) {
    margin-bottom: 20px
}

.feature-steps .feature-step:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.feature-steps .feature-step .feature-step-content {
    float: left
}

.feature-steps .feature-step .feature-step-content .feature-step-title {
    font-size: 1.125rem;
    font-family: 'Poppins';
    ;
    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: right
}

.step-by-steps-feature {
    position: relative
}

.step-by-steps-feature .feature-step-bg {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 34px;
    margin-right: -144px;
    z-index: -1
}

.rise-feature-section.delighter.started .feature-steps .feature-step:first-child {
    -webkit-transform: translateX(64px);
    -ms-transform: translateX(64px);
    transform: translateX(64px)
}

.rise-feature-section.delighter.started .feature-steps .feature-step:nth-child(2) {
    -webkit-transform: translateX(114px);
    -ms-transform: translateX(114px);
    transform: translateX(114px)
}

.rise-feature-section.delighter.started .feature-steps .feature-step:nth-child(3) {
    -webkit-transform: translateX(165px);
    -ms-transform: translateX(165px);
    transform: translateX(165px)
}

.rise-feature-section.xs-section-padding {
    padding-top: 98px;
    padding-bottom: 216px
}

.customer-satisfaction-wraper .satisfaction-title {
    padding-right: 40px;
    margin-bottom: 50px
}

.satisfaction-title {
    font-size: 3rem;
    font-family: 'Poppins';
}

.satisfaction-title>span {
    color: #7447ff;
    font-family: inherit
}

.satisfiction-group {
    counter-reset: myNumber
}

.customer-satisfaction-list {
    padding-right: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px
}

.customer-satisfaction-list .number-count {
    position: absolute;
    top: 70px;
    left: 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: 'Poppins';
    ;
    font-size: 1.375rem;
    margin-bottom: 18px
}

.customer-satisfaction-list p {
    margin-bottom: 0px
}

.customer-satisfiction.xs-section-padding {
    padding-bottom: 60px
}

.client-says-area {
    position: relative;
    z-index: 1;
    background-color: #7447ff
}

.client-says-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/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-right: 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: left
}

.client-info .client-avatar>img {
    border-radius: 50%
}

.client-info .client-avatar .client-sign {
    position: absolute;
    top: -30px;
    left: -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-left: 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: 'Poppins';
    ;
    color: #FFFFFF;
    font-size: 3rem;
    font-weight: 700
}

.client-title-wraper .content-separete-border {
    background-color: #FFFFFF
}

.xs-icon-menu {
    border-radius: 0px;
    background-color: white;
    box-shadow: 0px 0px 10px -6px rgb(38 55 80);
    border-top: 0px solid #000
}

.xs-icon-menu .single-menu-item a {
    padding-left: 20px;
    padding-right: 30px;
    display: block;
    color: #141414;
    font-size: 0.9375rem
}

.xs-icon-menu .single-menu-item a:hover {
    color: #1868dd
}

.xs-icon-menu .single-menu-item a i {
    font-size: 0.9375rem;
    position: relative;
    top: 1px;
    padding-right: 18px
}

.xs-icon-menu .single-menu-item:not(:last-child) a {
    padding-bottom: 12px;
    border-bottom: 1px solid #f7f7f7
}

.xs-icon-menu .single-menu-item:not(:first-child) a {
    padding-top: 12px
}

.xs-icon-menu .single-menu-item.active>a {
    color: #1868dd
}

.xs-hidden-menus .home-menu-panel,
.xs-hidden-menus .xs-icon-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}

.megamenu-panel {
    padding: 35px 20px;
    box-shadow: 0px 0px 10px -6px rgb(38 55 80);
}

.megamenu-panel.home-menu-panel {
    padding: 20px
}

.megamenu-panel .xs-icon-menu {
    -webkit-box-shadow: none;
    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
}

.banner-portfolio {
    min-height: 905px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.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: 'Poppins';
    ;
    margin-bottom: 15px
}

.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;
    left: -165px;
    top: -40px
}

.banner-portfolio .agency-banner-img {
    text-align: right;
    position: relative
}

.banner-portfolio .agency-banner-img>img {
    width: 100%
}

.banner-portfolio .agency-banner-img .banner-paint {
    position: absolute;
    left: -230px;
    top: 456px;
    mix-blend-mode: color-burn
}

.banner-portfolio .social-sidebar {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.portfolio-about {
    position: relative;
    z-index: 1
}

.portfolio-about .shuffle-letter-title-wraper {
    top: -11px;
    left: -20px;
    -webkit-transform: none;
    -ms-transform: none;
    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
}

.service-boxed {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 60px 30px
}

.service-boxed .service-img {
    margin-bottom: 32px
}

.service-boxed .xs-title {
    font-size: 1.25rem;
    margin-bottom: 32px
}

.service-boxed.active,
.service-boxed:hover {
    -webkit-box-shadow: 29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2)
}

.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 {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.blog-block-post>.row [class^=col-]:last-child .post-body {
    padding-left: 60px
}

.blog-block-post>.row [class^=col-]:first-child .post-body {
    padding-right: 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 {
    -webkit-box-shadow: 29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2);
    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 {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .8
}

.blog-block-post.box-shadow {
    -webkit-box-shadow: 9.899px 9.899px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 9.899px 9.899px 30px 0px rgba(0, 0, 0, 0.1)
}

.blog-block-post .post-footer {
    margin-bottom: 0px
}

.post-card {
    background-color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 9.899px 9.899px 30px 0px rgba(0, 0, 0, 0.1);
    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
}

.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 {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    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-right: 40px
}

.post-author.author-style2 .author-img {
    display: inline-block;
    margin-right: 15px
}

.post-author.author-style2 .author-img>img {
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 4.95px 4.95px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4.95px 4.95px 15px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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
}

.portfolio-testimonial-area {
    padding-top: 48px
}

.portfolio-testimonial-area .agency-section-title.style7 .shuffle-letter-title-wraper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: -85px
}

.portfolio-testimonial-wraper .star-lists {
    margin-bottom: 30px
}

.portfolio-testimonial-wraper .star-lists>li:not(:last-child) {
    margin-right: 2px
}

.portfolio-testimonial-slider {
    -webkit-box-shadow: 29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 29.698px 29.698px 60px 0px rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    position: relative;
    z-index: 4;
    padding-left: 80px;
    padding-right: 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;
    left: 50%;
    bottom: 0px;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1
}

.portfolio-testimonial-person>img {
    margin-left: auto
}

.vertical-dot .owl-dots {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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: -webkit-gradient(linear, left bottom, left top, from(#1351f4), to(#0727eb));
    background: -webkit-linear-gradient(bottom, #1351f4 0%, #0727eb 100%);
    background: -o-linear-gradient(bottom, #1351f4 0%, #0727eb 100%);
    background: linear-gradient(0deg, #1351f4 0%, #0727eb 100%);
    border: 0px;
    width: 16px;
    height: 16px;
    z-index: -1;
    top: -4px;
    left: -4px
}

.vertical-dot .owl-dots .owl-dot.active>span {
    background-color: #FFFFFF
}

.vertical-dot .owl-dots .owl-dot:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 12px
}

.btn:not([class*=btn-outline-]) {
    border: 0px;
    color: #FFFFFF;
    background-color: #000000;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    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 30px;
    height: auto;
    line-height: 54px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: normal
}

.btn.btn-secondary {
    background-color: #4285f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    padding: 0 65px
}

.btn.btn-secondary i {
    padding-left: 11px
}

.btn.btn-secondary:hover {
    background-color: #0d5fe6
}

.btn.btn-outline-primary {
    border-color: #e8e9eb;
    color: #1bd1ea
}

.btn.btn-outline-primary i {
    padding-left: 5px;
    position: relative;
    top: 2px
}

.btn.btn-primary {
    background-color: #263750;
}

/* .btn.btn-primary:hover {
    background-color: #04d9ab;
} */

.btn.style2 {
    background-color: #22c8e5
}

.btn.style2:hover {
    background-color: #1599b0
}

.btn.style2>i {
    font-size: 1.125rem
}

.btn.icon-right>i {
    float: right;
    line-height: 52px;
    padding-left: 19px
}

.btn.icon-left>i {
    float: left;
    line-height: 52px;
    padding-right: 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;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1)
}

.btn.style4:hover {
    background-color: #335ad8
}

.btn.style5 {
    background-color: #1e348c;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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);
    -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
    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 {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
    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;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    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-right: 9px
}

.btn.style8.icon-right>i {
    padding-left: 9px
}

.btn.style8:hover {
    background-color: #522cea;
    color: #FFFFFF
}

.btn.square {
    border-radius: 0px
}

.btn-gradient {
    background-image: -webkit-linear-gradient(357deg, #0369d1 0%, #00ecbc 100%);
    background-image: -o-linear-gradient(357deg, #0369d1 0%, #00ecbc 100%);
    background-image: linear-gradient(93deg, #0369d1 0%, #00ecbc 100%)
}

.btn-gradient2 {
    background: -webkit-linear-gradient(351deg, #0369d1 0%, #00ecbc 60%);
    background: -o-linear-gradient(351deg, #0369d1 0%, #00ecbc 60%);
    background: linear-gradient(99deg, #0369d1 0%, #00ecbc 60%);
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    border-radius: 22.5px;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-size: 101% auto
}

.btn-gradient2:hover {
    background-size: 200% auto;
    background-position: left center
}

.btn-gradient2 i {
    padding-right: 7px
}

.btn-gradient2 i+i {
    padding-left: 7px;
    padding-right: 0px
}

.btn-gradient3 {
    background: #b224ef;
    background: -webkit-linear-gradient(331deg, #b224ef 11%, #5055fa 55%);
    background: -o-linear-gradient(331deg, #b224ef 11%, #5055fa 55%);
    background: linear-gradient(119deg, #b224ef 11%, #5055fa 55%);
    background-size: 101% auto
}

.btn-gradient3:hover {
    background-size: 200% auto;
    background-position: left center
}

.btn-gradient4 {
    background: #ff8f1e;
    background: -webkit-gradient(linear, left top, right top, from(#ff8f1e), color-stop(50%, #ff8f1e), to(#fe690b));
    background: -webkit-linear-gradient(left, #ff8f1e 0%, #ff8f1e 50%, #fe690b 100%);
    background: -o-linear-gradient(left, #ff8f1e 0%, #ff8f1e 50%, #fe690b 100%);
    background: linear-gradient(90deg, #ff8f1e 0%, #ff8f1e 50%, #fe690b 100%);
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.15);
    background-size: 101% auto
}

.btn-gradient4:hover {
    background-size: 200% auto;
    background-position: left center
}

.underline-btn {
    position: relative;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    letter-spacing: .5px
}

.underline-btn i {
    padding-left: 5px;
    position: relative;
    top: 1px
}

.underline-btn:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -6px;
    height: 8px;
    background-color: #ffe377;
    width: calc(100% - 15px);
    z-index: -1;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.underline-btn:hover {
    color: #000000
}

.underline-btn:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.btn-wraper .btn:not(:last-child) {
    margin-right: 18px
}

.agency-section-title {
    margin-bottom: 23px;
    position: relative;
    z-index: 1
}

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

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

.agency-section-title .sub-title {
    font-size: 0.875rem;
    color: #1bd1ea;
    font-weight: 700;
    font-family: 'Poppins';
    ;
    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: -69px
}

.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-right: 65px
}

.agency-section-title.style3 .main-title,
.agency-section-title.style5 .main-title {
    color: #21069b;
    font-weight: 900;
    font-family: 'Poppins';
}

.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: block;
    width: 110px;
    height: 1px;
    background-color: #000000
}

.agency-section-title.section-title-style2 .main-title {
    margin-bottom: 10px
}

.agency-section-title.section-title-style2 p {
    font-size: 0.9375rem;
    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: 'Poppins';
    ;
    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-bg .agency-section-title .watermark-title {
    color: #f5f5f5
}

.section-title-style3 {
    margin-bottom: 60px;
    border-bottom: 1px solid #ebebeb;
    position: relative
}

.section-title-style3.row {
    margin-left: 0px;
    margin-right: 0px
}

.section-title-style3:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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: -webkit-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    background: -o-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    background: linear-gradient(122deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0369d1
}

.minimal-section-title {
    margin-bottom: 130px
}

.minimal-section-title .main-title,
.minimal-section-title .sub-title {
    font-size: 0.875rem;
    font-family: 'Poppins';
    ;
    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
}

.list-inline>li {
    display: inline-block
}

.list-inline>li:not(:last-child) {
    margin-right: 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: left;
    background-color: #1868dd;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 10px
}

.xs-list.check>li:before {
    content: "\ea75";
    font-family: "iconfont";
    font-size: 1rem;
    padding-right: 15px
}

.breadcumbs>li {
    position: relative
}

.breadcumbs>li>a {
    color: #ffffff
}

.breadcumbs>li:not(:last-child) {
    margin-right: 0px
}

.breadcumbs>li:not(:last-child):after {
    content: "/";
    padding-left: 4px
}

.case-info-list>li {
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Poppins';
    letter-spacing: -.1px
}

.case-info-list>li:not(:last-child) {
    margin-right: 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>li:not(:last-child) {
    margin-bottom: 10px
}

.list-group>li strong {
    float: left;
    width: 43%;
    color: #000000;
    font-weight: 700
}

.order-list {
    padding-left: 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-right: 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-right: 14px;
    border: 0px solid #000;
    color: #999999;
    margin-right: 5px
}

.order-list.style-border li:not(:last-child) {
    margin-bottom: 8px
}

.star-rating-list li:not(:last-child) {
    margin-right: 5px
}

.star-rating-list li a {
    color: #fec42d
}

.xs-video-popup {
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.32);
    font-size: 1.125rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.xs-video-popup:hover {
    color: #FFFFFF
}

.xs-video-popup i {
    margin-right: -4px
}

.xs-video-popup.style-block {
    height: 60px;
    line-height: 60px;
    width: auto;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    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-right: 10px;
    font-size: 1.375rem
}

.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.insta-feed-wraper {
    width: calc(100% - 65px)
}

.insta-feed:after {
    display: block;
    clear: both;
    content: ""
}

.insta-feed li {
    width: calc(33.333333% - 8px);
    float: left;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden
}

.insta-feed li:not(:last-child) {
    margin-right: 8px
}

.insta-feed li img {
    border-radius: 3px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.insta-feed li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.newsletter-form {
    position: relative
}

.newsletter-form input:not([type=submit]) {
    background-color: white;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    height: 45px;
    width: 100%;
    border-radius: 22.5px;
    padding-left: 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])::-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;
    right: -1px;
    top: 0;
    border: 0px;
    border-radius: 0 22.5px 22.5px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.newsletter-form .send-button:hover {
    background-color: #1868dd
}

.newsletter-form label {
    margin-bottom: 0px;
    position: absolute;
    bottom: -30px;
    left: 0
}

.get-subscribe {
    position: relative
}

.get-subscribe label {
    margin-bottom: 0px;
    position: absolute;
    bottom: -30px;
    left: 0
}

.get-subscribe .form-control {
    height: 54px;
    border: 2px solid #e7e7e7;
    width: calc(100% - 190px);
    border-radius: 27px;
    padding-left: 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;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
    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;
    left: 0px;
    margin-bottom: 0;
    line-height: 1
}

.subscribe-form .form-control {
    border: 1px solid #f5f5f5;
    height: 50px;
    padding-left: 25px
}

.subscribe-form .form-control.error {
    border-color: #ff4d4d
}

.subscribe-form .sub-btn {
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 25px;
    cursor: pointer;
    color: #1768dd;
    height: 100%
}

.subscribe-form .sub-btn:focus {
    outline: none
}

.subscribe-form.subscribe-from-style3,
.subscribe-from-style2 {
    position: relative
}

.subscribe-form.subscribe-from-style3 .form-control,
.subscribe-form.subscribe-from-style3 .form-group,
.subscribe-from-style2 .form-control,
.subscribe-from-style2 .form-group {
    border-radius: 27px
}

.subscribe-form.subscribe-from-style3 .form-control,
.subscribe-from-style2 .form-control {
    border-color: #1868dd;
    height: 54px;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1)
}

.subscribe-form.subscribe-from-style3 .form-control.error,
.subscribe-from-style2 .form-control.error {
    border-color: #ff4d4d
}

.subscribe-form.subscribe-from-style3 .form-control::-moz-placeholder,
.subscribe-from-style2 .form-control::-moz-placeholder {
    color: #cacaca
}

.subscribe-form.subscribe-from-style3 .form-control::-webkit-input-placeholder,
.subscribe-from-style2 .form-control::-webkit-input-placeholder {
    color: #cacaca
}

.subscribe-form.subscribe-from-style3 .form-control:-ms-input-placeholder,
.subscribe-from-style2 .form-control:-ms-input-placeholder {
    color: #cacaca
}

.subscribe-form.subscribe-from-style3 .form-control::-ms-input-placeholder,
.subscribe-from-style2 .form-control::-ms-input-placeholder {
    color: #cacaca
}

.subscribe-form.subscribe-from-style3 .form-control::placeholder,
.subscribe-from-style2 .form-control::placeholder {
    color: #cacaca
}

.subscribe-form.subscribe-from-style3 .sub-btn,
.subscribe-from-style2 .sub-btn {
    padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    background-color: #1868dd;
    color: #FFFFFF;
    font-size: 1rem;
    right: 7px;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.subscribe-form.subscribe-from-style3 .sub-btn:hover,
.subscribe-from-style2 .sub-btn:hover {
    background-color: #103dbe
}

.subscribe-form.subscribe-from-style3 .sub-btn i,
.subscribe-from-style2 .sub-btn i {
    margin-left: 2px
}

.subscribe-form.subscribe-from-style3 .form-group {
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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;
    -webkit-box-shadow: none;
    box-shadow: none
}

.subscribe-form .subscirbe-info {
    font-size: 0.9375rem;
    color: #000000
}

.subscribe-style-border .form-group {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px
}

.subscribe-style-border .form-group .form-control {
    border: 0px;
    border-radius: 0px;
    border-bottom: 2px solid #000;
    padding-left: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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::-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-right: 20px;
    font-size: 1.5625rem;
    color: #000000
}

.subscribe-from-style4 .form-control,
.subscribe-from-style4 .form-group {
    border-radius: 0px
}

.subscribe-from-style4 .form-group {
    -webkit-box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 65px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px
}

.subscribe-from-style4 .form-control {
    padding-left: 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::-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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
    width: 1px;
    left: 0;
    background-color: #e3daff
}

.pagination li {
    display: inline-block
}

.pagination li:not(:last-child) {
    margin-right: 20px
}

.pagination li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #e7e7e7;
    padding: 0;
    border-radius: 100%;
    text-align: center;
    font-size: 0.875rem;
    color: #999999;
    font-weight: 500
}

.pagination li.active a,
.pagination li a:hover {
    background-color: #1868dd;
    color: #FFFFFF;
    border-color: #1868dd;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.07);
    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
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 16px;
    color: #7b7b7b;
    width: 220px;
    height: 44px;
    float: right
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 8px 15px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    text-align: left
}

.select-styled:after {
    content: "\f107";
    position: absolute;
    top: 8px;
    right: 10px;
    font-family: "FontAwesome";
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotateX(0deg);
    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 {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: #1868dd
}

.select-styled.active {
    color: #1868dd
}

.select-options {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    left: 0%;
    min-width: 220px;
    z-index: 999
}

.select-options:before {
    position: absolute;
    content: "";
    top: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1
}

.select-options li {
    padding: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #FFFFFF;
    text-align: left
}

.select-options li:hover {
    background: #1352af
}

.select-options li[rel=hide] {
    display: none
}

.select-options,
.select-options:before {
    background-color: #1868dd
}

.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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.xs-serach input:not([type=submit])::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 0.9375rem
}

.xs-serach input:not([type=submit])::-moz-placeholder {
    color: #d2d2d2;
    font-size: 0.9375rem
}

.xs-serach input:not([type=submit]):-ms-input-placeholder {
    color: #d2d2d2;
    font-size: 0.9375rem
}

.xs-serach input:not([type=submit]):-moz-placeholder {
    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;
    right: 0px;
    top: 0px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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 {
    color: #777777;
    font-size: 0.875rem
}

.xs-serach.style2 input:not([type=submit])::-moz-placeholder {
    color: #777777;
    font-size: 0.875rem
}

.xs-serach.style2 input:not([type=submit]):-ms-input-placeholder {
    color: #777777;
    font-size: 0.875rem
}

.xs-serach.style2 input:not([type=submit]):-moz-placeholder {
    color: #777777;
    font-size: 0.875rem
}

.xs-serach.style2 .search-btn {
    color: #777777;
    font-size: 0.875rem
}

.product-filter-area {
    margin-bottom: 30px
}

.product-filter-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-filter-wraper .woocommerce-ordering {
    margin-right: 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-right: 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
}

.product-ribbon {
    background-image: url(../images/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
}

.offer-promotion-banner a {
    position: relative;
    overflow: hidden;
    display: block
}

.offer-promotion-banner a:hover>img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}

.offer-promotion-banner a>img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.6s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.2, 1)
}

.custom_number {
    position: relative;
    height: 49px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
    float: right;
    border: 1px solid #f5f5f5;
    border-radius: 5px
}

.custom_number .add,
.custom_number .sub {
    float: right;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #777777;
    font-size: 0.75rem;
    padding: 5px 14px
}

.custom_number .sub {
    position: absolute;
    bottom: 0;
    right: 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-right: 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-right: 15px;
    margin-top: 11px
}

.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%;
    right: 0;
    text-align: center
}

.floating-icons-list.open>li:first-child {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s
}

.floating-icons-list.hidden>li:first-child {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s
}

.floating-icons-list.open>li:nth-child(2) {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s
}

.floating-icons-list.hidden>li:nth-child(2) {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s
}

.floating-icons-list.open>li:nth-child(3) {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s
}

.floating-icons-list.hidden>li:nth-child(3) {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s
}

.floating-icons-list.open>li:nth-child(4) {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s
}

.floating-icons-list.hidden>li:nth-child(4) {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s
}

.floating-icons-list.open>li:nth-child(5) {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s
}

.floating-icons-list.hidden>li:nth-child(5) {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
    -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s
}

.floating-icons-list>li {
    margin-right: 0;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px) translateX(0px);
    -ms-transform: scale(0.4) translateY(40px) translateX(0px);
    transform: scale(0.4) translateY(40px) translateX(0px);
    visibility: hidden
}

.floating-icons-list.open>li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px) translateX(0px);
    -ms-transform: scale(1) translateY(0px) translateX(0px);
    transform: scale(1) translateY(0px) translateX(0px)
}

.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-right: 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
}

.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;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: tipFadeIn 0.3s ease-in-out;
    animation: tipFadeIn 0.3s ease-in-out
}

.help-tip .help-tip-text {
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    min-width: 300px;
    position: absolute;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -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;
    right: 10px;
    top: -12px
}

.help-tip .help-tip-text:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0
}

@-webkit-keyframes tipFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }

    to {
        opacity: 100%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tipFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }

    to {
        opacity: 100%;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.rate-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.rate-list li b {
    font-weight: 400;
    color: #aaaaaa;
    font-size: 0.75rem;
    padding-left: 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: right;
    margin-top: -2px;
    padding-right: 0;
    padding-left: 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: left
}

.rate-score .rating-score-des {
    font-size: 1.25rem;
    float: left;
    margin-bottom: 0
}

.rate-score .rating-score-des em {
    color: #ffa801
}

.rate-score .help-tip {
    float: right
}

.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: 'Poppins';
    ;
    color: #000000;
    font-weight: 500
}

.woocommerce-Reviews .comment_container .comment-text {
    float: right
}

.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: right;
    width: auto;
    overflow: visible;
    font-family: inherit;
    padding-left: 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-left: 15px;
    padding-right: 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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.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-right: 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
}

.about-slider-wraper {
    position: relative
}

.about-slider-wraper:before {
    position: absolute;
    content: "";
    background: #b224ef;
    background: -webkit-linear-gradient(331deg, #b224ef 31%, #5055fa 84%);
    background: -o-linear-gradient(331deg, #b224ef 31%, #5055fa 84%);
    background: linear-gradient(119deg, #b224ef 31%, #5055fa 84%);
    height: 100%;
    width: calc(100% - 227px);
    left: 0;
    right: 0
}

.about-slider-wraper .about-slider {
    margin-left: 60px;
    top: -80px;
    background-color: white;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    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;
    right: 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: -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
}

.about-slider-wraper .owl-carousel .owl-item>.single-slider>img {
    width: 100%
}

.piechats-wraper>.single-piechart {
    display: inline-block;
    float: left
}

.single-piechart:not(:last-child) {
    margin-right: 45px
}

.single-piechart .chart {
    position: relative
}

.single-piechart .chart .chart-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 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
}

.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;
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1)
}

.scrollto-button-wraper .round-btn {
    border-radius: 50%
}

.content-over-img-wraper .content-over-img {
    position: absolute;
    bottom: -50px;
    z-index: 99
}

.content-over-img-wraper .content-over-img.img-1 {
    left: 0
}

.content-over-img-wraper .content-over-img.img-2 {
    right: 0
}

.delighter.calltoaction-area-2 {
    overflow: hidden
}

.delighter .content-over-img-wraper .content-over-img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.delighter .content-over-img-wraper .content-over-img.img-1 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.delighter .content-over-img-wraper .content-over-img.img-2 {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    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 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.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: 'Poppins';
    ;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.vertical-tabs .nav-item .nav-link:before {
    content: "\e940";
    font-family: "iconfont";
    font-size: 0.9375rem;
    display: inline-block;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    padding-right: 9px
}

.vertical-tabs .nav-item .nav-link.active,
.vertical-tabs .nav-item .nav-link:hover {
    color: #f14b59;
    padding-left: 19px
}

.vertical-tabs .nav-item .nav-link.active:before,
.vertical-tabs .nav-item .nav-link:hover:before {
    opacity: 1
}

.input-material .form-group {
    position: relative;
    margin-bottom: 37px
}

.input-material .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5
}

.input-material .bar:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #21069b;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.input-material .placeholder-title {
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 50%;
    color: #919191;
    display: inline-block;
    padding-left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.input-material input:not([type=submit]),
.input-material textarea {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    padding-left: 15px;
    margin-bottom: 0px
}

.input-material input:not([type=submit]).active+.placeholder-title,
.input-material input:not([type=submit]):focus+.placeholder-title,
.input-material textarea.active+.placeholder-title,
.input-material textarea:focus+.placeholder-title {
    -webkit-transform: translateY(-130%);
    -ms-transform: translateY(-130%);
    transform: translateY(-130%);
    padding-left: 0px;
    font-size: 0.875rem
}

.input-material input:not([type=submit]).active~.bar:before,
.input-material input:not([type=submit]):focus~.bar:before,
.input-material textarea.active~.bar:before,
.input-material textarea:focus~.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;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.input-material textarea.active+.placeholder-title,
.input-material textarea:focus+.placeholder-title {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    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-left: 30px
}

.input-material.material-style2 .placeholder-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9375rem;
    padding-left: 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
}

.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%;
    left: 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: "";
    left: calc(100% + 5px);
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #000a7a;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.humburger .humburger-icons>span:last-child {
    width: 10px
}

.humburger .humburger-icons>span:last-child:before {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    left: calc(100% + 5px);
    top: 0;
    height: 100%;
    width: 15px;
    background-color: #000a7a
}

.humburger.style2 {
    height: 60px;
    border-radius: 30px;
    background-color: #ffbc5c;
    -webkit-box-shadow: 0px 19px 30px 0px rgba(255, 188, 92, 0.48);
    box-shadow: 0px 19px 30px 0px rgba(255, 188, 92, 0.48);
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.humburger.style2>.humburger-icons {
    width: 23px;
    margin: 0 auto
}

.humburger.style2>.humburger-icons>span {
    background-color: #FFFFFF;
    height: 2px;
    margin-left: auto;
    margin-right: auto
}

.humburger.style2>.humburger-icons>span:before {
    background-color: #FFFFFF
}

.humburger.style2>.humburger-icons>span:first-child {
    left: -4px;
    width: 15.34px
}

.humburger.style2>.humburger-icons>span:first-child:before {
    left: calc(100% + 3px)
}

.humburger.style2>.humburger-icons>span:last-child {
    left: -7px;
    width: 7.65px
}

.humburger.style2>.humburger-icons>span:last-child:before {
    left: calc(100% + 5px);
    width: 10px
}

.humburger.style2:hover>.humburger-icons>span:before {
    left: 0
}

.humburger.style3 .humburger-icons>span {
    background-color: #FFFFFF
}

.humburger.style3 .humburger-icons>span:before {
    background-color: #FFFFFF
}

.testimonial-video {
    position: relative;
    z-index: 1
}

.testimonial-video img {
    border-radius: 15px
}

.testimonial-video:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -58px;
    width: calc(100% - 190px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    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;
    -webkit-filter: blur(50.5px);
    filter: blur(50.5px);
    z-index: -1
}

.testimonial-video .xs-video-popup {
    -webkit-box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.15);
    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-right: 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;
    left: 80px;
    right: 80px;
    top: 60px;
    background-color: #255cff;
    z-index: -1;
    opacity: .1
}

.stack-effect:before {
    bottom: -30px;
    left: 40px;
    right: 40px;
    top: 30px
}

.shuffle-title {
    position: relative
}

.shuffle-letter-title-wraper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none
}

.shuufle-letter-title {
    font-size: 11.5625rem;
    margin-bottom: 0;
    color: #f8f8f8
}

.gray-bg .shuufle-letter-title {
    color: #f0f0f0
}

.nav-trigger {
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #000000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 5
}

.nav-trigger .nav-icon {
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 22px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #FFFFFF
}

.nav-trigger .nav-icon:after,
.nav-trigger .nav-icon:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: inherit
}

.nav-trigger .nav-icon:before {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.nav-trigger .nav-icon:after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom
}

.nav-trigger svg {
    position: absolute;
    top: 0;
    left: 0;
    fill: transparent;
    stroke: #333333;
    stroke-width: 1px
}

.nav-trigger svg circle {
    -webkit-transition: stroke-dashoffset 1s 0s;
    -o-transition: stroke-dashoffset 1s 0s;
    transition: stroke-dashoffset 1s 0s;
    stroke-dasharray: 157 157;
    stroke-dashoffset: 157
}

.nav-trigger:hover .nav-icon:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.nav-trigger:hover .nav-icon:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    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;
    -webkit-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    transform: translateX(-45px);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
    visibility: visible
}

.nav-trigger.style2 .nav-icon {
    background-color: #000000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.submenu {
    display: none
}

.offcanvas-menu li ul {
    display: none
}

.off-canvas-menu-area .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 150vh;
    width: 100vw;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, #f7f9fb), to(#f7f9fb));
    background: -webkit-linear-gradient(left, white 0%, white 50%, #f7f9fb 50%, #f7f9fb 100%);
    background: -o-linear-gradient(left, white 0%, white 50%, #f7f9fb 50%, #f7f9fb 100%);
    background: linear-gradient(90deg, white 0%, white 50%, #f7f9fb 50%, #f7f9fb 100%);
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .8s ease .0s;
    transition: -webkit-transform .8s ease .0s;
    -o-transition: transform .8s ease .0s;
    transition: transform .8s ease .0s;
    transition: transform .8s ease .0s, -webkit-transform .8s ease .0s;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.off-canvas-menu-area.nav-is-open .menu-overlay {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform .8s ease .2s;
    transition: -webkit-transform .8s ease .2s;
    -o-transition: transform .8s ease .2s;
    transition: transform .8s ease .2s;
    transition: transform .8s ease .2s, -webkit-transform .8s ease .2s
}

.off-canvas-menu-area.nav-is-open .offcanvas-nav-logo {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
    -webkit-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s
}

.off-canvas-menu-area .offcanvas-nav-logo {
    position: relative;
    z-index: 10000;
    padding: 30px;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    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;
    -webkit-transform: translateY(47px);
    -ms-transform: translateY(47px);
    transform: translateY(47px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .4s .0s;
    -o-transition: all ease .4s .0s;
    transition: all ease .4s .0s;
    position: relative
}

.offcanvas-menu li a.tigger:after {
    position: absolute;
    content: "\e93f";
    font-family: "iconfont";
    font-size: 0.9375rem;
    right: -22px;
    top: 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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 {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.offcanvas-menu>li:not(:last-child) {
    margin-bottom: 25px
}

.offcanvas-menu>li>a {
    padding-left: 18px
}

.offcanvas-menu>li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 3px;
    width: 10px;
    background-color: #d7d7d7
}

.offcanvas-menu .inner-submenu {
    padding-left: 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 {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.offcanvas-menu.single-page-menu>li>a:before {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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;
    left: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    overflow: auto
}

.offcanvas-menu-wraper .menu-container {
    width: 50%;
    display: table;
    height: 100%;
    float: left;
    padding-left: 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 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity ease 1.3s 0.5s, -webkit-transform ease 1.3s 0.5s;
    transition: opacity ease 1.3s 0.5s, -webkit-transform ease 1.3s 0.5s;
    -o-transition: transform ease 1.3s 0.5s, opacity ease 1.3s 0.5s;
    transition: transform ease 1.3s 0.5s, opacity ease 1.3s 0.5s;
    transition: transform ease 1.3s 0.5s, opacity ease 1.3s 0.5s, -webkit-transform ease 1.3s 0.5s;
    opacity: 1;
    visibility: visible
}

.offcanvas-menu-wraper.active .offcanvas-content-wraper .offcanvas-title {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition: all ease 2s 0.5s;
    -o-transition: all ease 2s 0.5s;
    transition: all ease 2s 0.5s
}

.offcanvas-menu-wraper.active .offcanvas-content-wraper .offcanvas-list-widget li p {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all ease 2.5s 0.5s;
    -o-transition: all ease 2.5s 0.5s;
    transition: all ease 2.5s 0.5s;
    opacity: 1;
    visibility: visible
}

.offcanvas-menu-wraper.active .offcanvas-content-wraper .social-list>li {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all ease 2.5s 0.5s;
    -o-transition: all ease 2.5s 0.5s;
    transition: all ease 2.5s 0.5s;
    opacity: 1;
    visibility: visible
}

.offcanvas-content-wraper {
    width: 50%;
    display: table;
    height: 100%;
    float: right;
    padding-left: 100px
}

.offcanvas-content-wraper .offcanvas-content {
    display: table-cell;
    vertical-align: middle
}

.offcanvas-content-wraper .offcanvas-title {
    -webkit-transform: translateY(47px);
    -ms-transform: translateY(47px);
    transform: translateY(47px);
    opacity: 0;
    -webkit-transition: all ease .4s .0s;
    -o-transition: all ease .4s .0s;
    transition: all ease .4s .0s
}

.offcanvas-content-wraper .offcanvas-list-widget {
    margin-bottom: 80px
}

.offcanvas-content-wraper .offcanvas-list-widget li {
    overflow: hidden;
    position: relative
}

.offcanvas-content-wraper .offcanvas-list-widget li p {
    -webkit-transform: translateY(47px);
    -ms-transform: translateY(47px);
    transform: translateY(47px);
    -webkit-transition: all ease .4s .0s;
    -o-transition: all ease .4s .0s;
    transition: all ease .4s .0s;
    opacity: 0;
    visibility: hidden
}

.offcanvas-content-wraper .social-list>li {
    -webkit-transform: translateY(47px);
    -ms-transform: translateY(47px);
    transform: translateY(47px);
    -webkit-transition: all ease .4s .0s;
    -o-transition: all ease .4s .0s;
    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: 'Poppins';
    ;
    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-right: 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;
    left: 0;
    overflow: hidden;
    z-index: 1000
}

.offcanvas-menu-logo .offcanvas-logo {
    display: inline-block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    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: right;
    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: right;
    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 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon:after,
.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon:before {
    width: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fullscreen_menu_tigger.open .nav-trigger.style2 .nav-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px)
}

.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;
    right: 0;
    top: -33px;
    z-index: 1
}

.skill-bar-content {
    margin-bottom: 7px
}

.skill-bar-content .number-percentage-wraper,
.skill-bar-content .skill-title {
    font-weight: 700;
    color: #737373
}

.skill-bar-content .number-percentage-wraper {
    float: right
}

.number-percentage-wraper {
    color: #000000
}

.drop-caps:first-letter {
    font-size: 3rem;
    line-height: 30px;
    color: #000000;
    float: left;
    padding-right: 8px
}

.long-arrow {
    display: inline-block;
    width: 95px;
    height: 3px;
    background-color: #000000;
    position: relative;
    top: -5px;
    left: 25px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.long-arrow:before {
    position: absolute;
    content: "";
    color: #000000;
    border-top: solid currentColor;
    border-right: solid currentColor;
    border-bottom: solid transparent;
    border-left: solid transparent;
    border-width: 6px;
    right: -6px;
    top: -4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.long-arrow.arrow-anim {
    background-color: transparent;
    width: 42px
}

.long-arrow.arrow-anim:after {
    position: absolute;
    content: "";
    top: .5px;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite
}

.long-arrow-btn {
    font-weight: 700;
    letter-spacing: .1rem
}

.long-arrow-btn:hover .long-arrow {
    background-color: #1868dd;
    -webkit-animation: arrowanim 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
    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;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

@-webkit-keyframes arrowanim {
    0% {
        left: 25px
    }

    50% {
        left: 10px
    }

    to {
        left: 25px
    }
}

@keyframes arrowanim {
    0% {
        left: 25px
    }

    50% {
        left: 10px
    }

    to {
        left: 25px
    }
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50.1% {
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50.1% {
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    to {
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }
}

.backtotop-wraper {
    position: absolute;
    bottom: 110px;
    right: 40px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    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)
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins';
    letter-spacing: -.25px;
    color: #2d3d56 !important;
}

.banner-title,
h1 {
    font-size: 3.75rem;
    font-weight: 600;
    margin-bottom: 45px
}

.section-title,
h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #000000
}

.section-title em,
.section-title span,
h2 em,
h2 span {
    font-family: 'Poppins';
}

.xs-title,
h4 {
    font-size: 1.375rem;
    font-weight: 600
}

.xs-title.small,
h4.small {
    font-size: 1.125rem
}

.xs-title,
a,
h4 {
    color: #000000
}

.content-title,
h3 {
    color: #000000;
    font-size: 1.75rem;
    font-weight: 700
}

.content-title em,
h3 em {
    font-family: "Playfair Display", serif
}

.entry-title a {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.entry-title a:hover {
    color: #1bd1ea
}

.watermark-title {
    font-family: 'Poppins';
    display: block;
    font-size: 12.5rem;
    color: #f8f8f8;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    line-height: 1;
    z-index: -1
}

.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
}

.xs-margin-0 {
    margin: 0
}

.xs-padding-0 {
    padding: 0
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0
}

.black-color {
    color: #000000
}

.black-bg {
    background-color: #175bbcba;
}

.white-color {
    color: #FFFFFF
}

.white-bg {
    background-color: #FFFFFF
}

.primary-color {
    color: #1868dd
}

.primary-bg {
    background-color: #1868dd
}

.secondary-color {
    color: #103dbe
}

.secondary-bg {
    background-color: #103dbe
}

.gray-color {
    color: #fafafa
}

.gray-bg {
    background-color: #fafafa
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.owl-carousel .owl-item img {
    width: 100%;
    object-fit: cover;
}

.owl-carousel .owl-item .single-portfolio img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.tab-pane.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.mfp-iframe-scaler iframe {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

a {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.simple-btn {
    font-weight: 700;
    display: inline-block
}

.simple-btn i {
    padding-left: 8px;
    position: relative;
    top: 2px;
    -webkit-transition: padding-left .4s ease;
    -o-transition: padding-left .4s ease;
    transition: padding-left .4s ease
}

.simple-btn:hover i {
    padding-left: 4px
}

.simple-btn.style2 {
    color: #103dbe
}

.watermark-icon {
    position: absolute;
    top: 0;
    left: 0
}

p:last-child {
    margin-bottom: 0px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.gradient-icon {
    font-size: 2.25rem;
    background: -webkit-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
    background: -o-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
    background: linear-gradient(119deg, #b224ef 19%, #5055fa 84%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #b224ef
}

.gradient-title {
    background: -webkit-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
    background: -o-linear-gradient(331deg, #b224ef 19%, #5055fa 84%);
    background: linear-gradient(119deg, #b224ef 19%, #5055fa 84%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #b224ef
}

.gradient-bg {
    background: #b224ef;
    background: -webkit-linear-gradient(333deg, #b224ef 40%, #5055fa 100%);
    background: -o-linear-gradient(333deg, #b224ef 40%, #5055fa 100%);
    background: linear-gradient(117deg, #b224ef 40%, #5055fa 100%)
}

.gradient-bg-area {
    background: #0b53ff;
    background: -webkit-gradient(linear, left top, right top, from(#0b53ff), to(#4ae5e9));
    background: -webkit-linear-gradient(left, #0b53ff 0%, #4ae5e9 100%);
    background: -o-linear-gradient(left, #0b53ff 0%, #4ae5e9 100%);
    background: linear-gradient(90deg, #0b53ff 0%, #4ae5e9 100%);
    position: relative;
    z-index: 1
}

.gradient-bg-area .background-wave-shape {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .03;
    z-index: -1
}

.gradient-bg-area .pillow-image {
    position: absolute;
    top: -156px;
    right: 87px
}

.main-content-wraper {
    background-color: #f0f3fc
}

.title-underline {
    position: relative;
    z-index: 1;
    display: inline-block
}

.title-underline:before {
    position: absolute;
    content: "";
    bottom: calc(0% + 9px);
    left: 0;
    display: inline-block;
    height: 20px;
    width: 100%;
    background-color: #ffebdf;
    z-index: -1
}

.multipile-dots {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d9d9d9;
    -webkit-box-shadow: 15px 0px 0px 0 #d9d9d9, 30px 0 0 0 #d9d9d9;
    box-shadow: 15px 0px 0px 0 #d9d9d9, 30px 0 0 0 #d9d9d9
}

.border-animation {
    position: relative;
    overflow: hidden;
    color: #000000
}

.border-animation>span {
    display: inline-block;
    border-radius: 2.5px;
    position: relative;
    border-top: 5px solid;
    -webkit-transition: width 1.5s linear;
    -o-transition: width 1.5s linear;
    transition: width 1.5s linear
}

.border-animation>span:not(:last-child) {
    margin-right: 20px
}

.border-animation>.first {
    width: 50px
}

.border-animation>.second {
    width: 20px
}

.border-animation.style2 {
    color: #cccccc
}

@-webkit-keyframes move-1 {
    0% {
        width: 80px
    }

    to {
        width: 0px;
        margin-right: 0px
    }
}

@keyframes move-1 {
    0% {
        width: 80px
    }

    to {
        width: 0px;
        margin-right: 0px
    }
}

@-webkit-keyframes move-2 {
    0% {
        width: 0px
    }

    to {
        width: 90px
    }
}

@keyframes move-2 {
    0% {
        width: 0px
    }

    to {
        width: 90px
    }
}

.content-separete-border {
    display: block;
    height: 3px;
    width: 40px;
    background-color: #522cea
}

.vertical-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vertical-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 5px;
    border-radius: 2.5px;
    background-color: #FFFFFF;
    opacity: .2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    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 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: 30px;
    opacity: 1
}

.border-multiple>span {
    display: inline-block
}

.border-multiple>span:not(:last-child) {
    margin-right: 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;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both;
    animation: pulse 2s infinite cubic-bezier(0.4, 0, 1, 1) both
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2)
    }

    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2)
    }

    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0)
    }

    to {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.tp-parallax-wrap.position-class {
    left: 0 !important
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-container.vertical-slider {
    height: 450px
}

/* 23-10-2020 */
.banner-title {
    color: #354249;
}

.h100p {
    height: 100%;
}

.banner-area {
    height: 100vh;
    border-bottom: 1px solid #cfcfcf;
}

.bnr-hd h1,.bnr-hd h2{
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.bnr-hd h1 span.e_growth,.bnr-hd h2 span.e_growth {
    color: #04d9ab !important;
    font-weight: 900;
    font-size: 4.5rem;
    letter-spacing: 3px;
}

.bnr-l_btn {
    margin-top: 25px;
}

.bnr-rt {
    position: relative;
}

.s {
    color: #354249;
}

.bl-rect,
.gn-rect,
.brd-rect {
    position: absolute;
}

.gn-rect {
    bottom: -10%;
    width: 35%;
    left: 0;
}

.brd-rect {
    top: 0;
    right: 76px;
    width: 15%;
}

.bl-rect {
    width: 45%;
    bottom: -6%;
    right: 47%;
}

.bnr-rt {
    position: relative;
    width: 100%;
}

.sw-services {
    background-color: #1a62c6;
    overflow: hidden;
    margin: auto;
}

.sw-services {
    background-color: #1a62c6;
    padding: 100px 40px;
}

.mt-20 {
    margin-top: 20px;
}

.ptb60 {
    padding: 100px 0;
}

.sw-services h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff !important;
}

.sw-services p {
    color: #ffffffc2;
}

.sl-single {
    margin: 0;
    display: flex;
    margin-bottom: 55px;
}

.sl-icon {
    margin-right:0;
    margin-top: -12px;
}

.services_list {
    padding-left: 40px;
}

.sl-desc h4 {
    font-weight: 800;
}

.technologies {
    border-bottom: 1px solid #cfcfcf;
}

.bt-hd h2 {
    font-weight: 800;
    /* text-transform: uppercase; */
    font-size: 2.6rem;
}

.bt-hd h2 span {
    font-family: 'Poppins';
    color: #04d9ab;
}

.pt20 {
    padding-top: 20px;
}

.bt-row {
    border-bottom: 1px solid #d8dbdf;
    padding-bottom: 60px;
}

.mt60 {
    margin-top: 60px;
}

.animated {
    animation: headShake 7s ease-in-out infinite alternate-reverse both;
}

/* .bl-rect img {
    animation: shake 8s ease-in-out infinite alternate-reverse both;
}

.gn-rect img {
    animation: tada 7s ease-in-out infinite alternate-reverse both;
}

.brd-rect img {
    animation: wobble 7s ease-in-out infinite alternate-reverse both;
} */

.bnr-hd,
.bnr-con,
.bnr-l_btn {
    opacity: 0;
    visibility: hidden;
}

.bnr-hd.in-view {
    animation: slideInUp 1s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.bnr-con.in-view {
    animation: slideInUp 2s ease-in-out;
    opacity: 1;
    visibility: visible;
    margin-top: 25px;
}

.bnr-l_btn.in-view {
    animation: slideInUp 2.5s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.bnr-rt.animation-element.in-view {
    animation: fadeInDown 2s ease-in-out;
    opacity: 1;
    visibility: visible;
}
/* 
.serhd.animation-element.in-view {
    animation: slideInUp 1s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.ser-dec.animation-element.in-view {
    animation: slideInUp 1.5s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.service-btn.animation-element.in-view {
    animation: slideInUp 2.5s ease-in-out;
    opacity: 1;
    visibility: visible;
} */

.anm-fd.in-view {
    animation: fadeInDown ease-in-out;
}

.anm-1s {
    animation-duration: 1s;
}

.anm-15s {
    animation-duration: 1.5s;
}

.anm-2s {
    animation-duration: 2s;
}

.anm-25s {
    animation-duration: 2.5s;
}

.anm-3s {
    animation-duration: 3s;
}

.anm-35s {
    animation-duration: 3.5s;
}

.anm-4s {
    animation-duration: 4s;
}

.exp-detail {
    display: flex;
}

.exp-count h2 span {
    font-size: 22px;
    vertical-align: top;
    position: relative;
    top: 10px;
    font-weight: 800;
}

.test-pro span {
    font-size: 12px;
}

.exp-row {
    padding: 30px 0;
    border-bottom: 1px solid #d8dbdf;
}

.exp-txt {
    padding-left: 15px;
    text-transform: uppercase;
    font-size: 14px !important;
}

.exp-detail {
    display: flex;
    align-items: center;
}

.exp-count h2 {
    font-size: 5rem;
    color: #04d9ab !important;
}

/* .portfolio_section {
    padding: 60px 0;
} */

.single-portfolio {
    border-radius: 6px;
}

.pdlr20 {
    padding-left: 20px;
    padding-right: 20px;
}

section.portfolio_section {
    position: relative;
}

.test-sw h2 {
    /* text-transform: uppercase; */
    font-size: 2.6rem;
}


.port-fluid {
    position: relative;
    padding: 0px 0 60px 0;
}

.port-fluid::before {
    position: absolute;
    width: 100%;
    height: 70%;
    background-color: #1a62c6;
    content: "";
    bottom: 0;
}

.sl-single.delighter.started {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    transition: all 1s;
}

.sl-single.delighter {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 0%;
    transition: all 1s;
}

.single-portfolio::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-image: -webkit-linear-gradient(330deg, #0369d1 0%, #00ecbc 100%);
    background-image: -o-linear-gradient(330deg, #0369d1 0%, #00ecbc 100%);
    background-image: linear-gradient(-240deg, #071727 0%, #1a62c6 100%); */
    opacity: .3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-portfolio .testimonial-detail::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: inset -20px -150px 60px 60px rgb(0 0 0);
}
.pdlr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.test-quote {
    position: absolute;
    left: 20px;
}

.test-pro {
    position: absolute;
    right: 20px;
}

.testimonial-detail {
    display: flex;
    position: absolute;
    z-index: 9;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    color: #fff;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: visible;
}

.testimonial-detail svg {
    fill: #fff;
}

.testimonial-detail h2 {
    color: #fff !important;
}

.test-feed {
    position: absolute;
    bottom: 0;
    padding: 15px;
}

.single-portfolio:hover .testimonial-detail {
    opacity: 1;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: visible;
}
/* 
.owl-item.active .tl-time.delighter.started {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    transition: all 1s;
} */

.owl-item.cloned.active .tl-time.delighter {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    transition: all 1s;
}

.tl-time {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    transition: all 1s;
    z-index: 9;
}

.hover-content {
    padding: 20px;
}

.show_video {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}

.video-pop {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.single-portfolio:hover .video-pop {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.test-quote svg {
    fill: #fff;
    width: 32px;
}

.sv-txt span {
    display: block;
}

.video-pop {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

span.sv-nm {
    text-transform: uppercase;
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 20px;
}

.sv-txt {
    display: block;
    text-align: left;
    width: 80%;
}

.video-pop {
    color: #fff !important;
    font-weight: 900;
    letter-spacing: 2px;
}

.wv {
    color: #263750;
    font-size: 30px;
    position: relative;
    top: -10px;
}

.sv-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #263750;
}

.portfolio-slider .owl-nav .owl-next {
    position: absolute;
    right: -3.2%;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    bottom: 30%;
}

.portfolio-slider .owl-nav .owl-prev {
    display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent !important;
}
.portfolio-slider .owl-nav .owl-next {
    display: flex;
    align-items: center;
    font-size: 46px !important;
    width: 60px;
    height: 60px;
    color: #fff !important;
    border-radius: 50%;
    justify-content: center;
}

.tb--row {
    justify-content: flex-end;
}

.tb--leading {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
    background-size: cover;
    padding: 10px;
    position: relative;
}

.cl-4th {
    display: flex;
    align-items: center;
}

.cl-single {
    display: flex;
    align-items: center;
    width: 33.33%;
    height: 150px;
    text-align: center;
    justify-content: center;
}


.vofox {
    background: #f13f4c;
}

.sib {
    background: #aa0000;
}

.sobha {
    background: #ffdf90;
}

.msoft {
    background: #fff;
}

.damac {
    background: #252525;
}

.btm-tb {
    position: relative;
}

.cl-inner {
    background-color: #344149;
    padding: 30px;
    margin-top: -45%;
}

.tb-hd {
    position: absolute;
    right: 20%;
    bottom: 70px;
}

.tb-rhd span {
    font-size: 28px;
    color: #fff;
    opacity: .8;
}

.tb-rhd h2 {
    color: #fff !important;
    font-size: 4rem;
}

.cl-see-text {
    position: relative;
    width: 100%;
    height: 100%;
}

.c-more {
    position: absolute;
    bottom: 25%;
    left: 22px;
}

.c-more span {
    font-size: 1.9rem;
    display: block;
    line-height: 40px;
}

.exp-btn {
    margin-top: 20px;
    color: #04d9ab !important;
}

.sp-ex {
    width: 25px;
    display: inline-block !important;
    height: 15px;
    background-color: #04d9ab;
    margin-right: 10px;
    border-radius: 20px;
    transition: all 1s;
    position: relative;
    top: 4px;
}

.exp-btn:hover .sp-ex {
    transform: rotate(180deg);
    transition: all 1s;
}

section.contact-us {
    background-color: #04d9ab;
    padding-top: 0;
}

.es-hd {
    /* text-transform: uppercase; */
    font-family: 'Poppins';
}

.es-hd span {
    font-family: 'Poppins';
}

.es-hd h2 {
    color: #fff !important;
    font-size: 2.6rem;
}

.es-hd h2 span {
    color: #2d3d56 !important;
}

/* form */

/* ============ LABEL =========== */

label {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    margin: 30px 0 30px;
    display: inline-block
}

.floating-label {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    position: absolute;
    font-weight: 700;
    font-size: 15px;
}

.label-active {
    -webkit-transform: translateY(-38px);
    transform: translateY(-38px);
    font-size: 11px;
    color: #2d3d56;
    letter-spacing: 1px;
}

.label-required:before {
    content: '*';
    color: #5F47B6;
    position: absolute;
    margin-left: -10px
}


/* ============ INPUT =========== */

input[type=email],
input[type=text],
input[type=datepicker],
input[type=password],
input[type=number] {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    border: none;
    padding: 10px 0;
    border-bottom: solid 1px #2d3d56;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #263750 96%);
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

textarea {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    border: none;
    padding: 10px 0;
    /*border-bottom: solid 1px #d8dbdf;*/
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #5F47B6 98%);
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

input[type=email].input-active,
input[type=email]:focus,
input[type=text].input-active,
input[type=text]:focus,
input[type=datepicker].input-active,
input[type=datepicker]:focus,
textarea.input-active,
textarea:focus,
input[type=password].input-active,
input[type=password]:focus,
input[type=number].input-active,
input[type=number]:focus {
    background-position: 0 0;
    box-shadow: none;
    outline: 0;
}

input[type=email].input-active,
input[type=email]:focus:after,
input[type=text].input-active,
input[type=text]:focus:after,
input[type=datepicker].input-active,
input[type=datepicker]:focus:after,
textarea.input-active,
textarea:focus:after,
input[type=password].input-active,
input[type=password]:focus:after,
input[type=number].input-active,
input[type=number]:focus:after {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    border: none;
    padding: 10px 0;
    border-bottom: solid 1px #d8dbdf;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 96%, #d8dbdf 96%);
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

input[type=email]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=datepicker]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
    transition: all .2s cubic-bezier(.64, .09, .08, 1);
}

input[type=radio]:after,
input[type=radio]:before {
    content: '';
    position: absolute;
    transition: all .3s cubic-bezier(.64, .09, .08, 1)
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    top: -2px;
    margin-left: -1px;
    margin: 5px 12px 5px 0px;
}

input[type=checkbox]:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #d8dbdf;
    border-radius: 3px;
    background: #f9f9f9;
    position: absolute;
    top: -2px;
    margin-left: -1px;
}

input[type=checkbox]:after {
    content: 'âœ“';
    color: #fff;
    background: #5F47B6;
    position: absolute;
    top: -2px;
    margin-left: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #5F47B6;
    border-radius: 3px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity
}

input[type=checkbox]:checked:after {
    opacity: 1
}

input[type=radio] {
    position: relative;
    top: 2px;
    left: 2px;
    margin: 0 8px;
    cursor: pointer
}

input[type=radio]:before {
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #5F47B6;
    display: inline-block;
    top: -5px;
    left: -8px;
    background-image: radial-gradient(circle, #5F47B6 60%, #fff 70%);
    background-size: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    will-change: background-size;
    z-index: 2
}

input[type=radio]:after {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%
}

input[type=radio]:checked:before {
    background-size: 14px 14px
}

.es-form {
    padding: 25px 0;
}

.engage-with-us {
    padding: 0;
    padding-left: 4rem;
}

.cs-hd h2 {
    /* text-transform: uppercase; */
    font-size: 2.6rem;
}

.cs-single {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.cs-single::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgb(45 61 86) 25%, rgb(235 42 42 / 0) 100%);
    border-radius: 6px;
    opacity: .8;
}

.cs-row {
    padding-top: 40px;
}
.css-1 {
    height: 400px;
}

.css-2 {
    height: 500px;
}

.css-3 {
    height: 700px;
}

.css-4 {
    height: 200px;
}

.css-inner {
    position: relative;
    color: #fff;
    padding: 50px;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.cssi-hd h2 {
    color: #fff !important;
}

.css-inner-btn {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%);
}

.css-inner-btn h2 {
    font-size: 52px;
}

.url-more {
    display: flex;
}

.cssi-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    margin-left: 20px;
}

.cssi-icon svg {
    width: 50px;
    fill: #e7e9e9;
}

.widget-title span.sp-ex {
    background-color: #04d9ab !important;
}

.widget-title span {
    color: #04d9ab !important;
}

.ft-row {
    padding-bottom: 50px;
    border-bottom: 1px solid #d8dbdf;
}

.ss-icons {
    display: flex;
    padding-left: 10px;
    border-left: 1px solid #000;
    margin-left: 10px;
}

.ss-icons .ss-single {
    margin-right: 10px;
}

.socials {
    display: flex;
    align-items: flex-end;
    justify-content: start;
}

.ss-logo {
    margin-right: 10px;
}

.ss-logo {
    margin-right: 10px;
    width: 40px;
}

.log-row {
    padding: 30px 0;
    border-bottom: 1px solid #d8dbdf;
}

.location span,
.phone span {
    font-size: 14px;
    display: inline-block;
    padding-left: 10px;
}

.cpr-row {
    justify-content: space-between;
    padding: 30px 0;
}

.cpr-row span {
    font-size: 14px;
}

.ser-rect {
    position: relative;
    right: 0;
}

.ser-rect img {
    width: 45%;
    position: absolute;
    right: 0;
}

.ser-rect2 img {
    width: 20%;
    position: absolute;
    right: -20px;
    top: 0;
    transform: rotate(280deg);
}

.ser-rect-bd img {
    position: absolute;
    right: -60px;
    width: 20%;
    transform: rotate(290deg);
}

.ser-rect2-bd img {
    right: 0;
    position: absolute;
    bottom: -82px;
    width: 25%;
}

.cl-4th.in-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    transition: all 1s;
}

.cl-4th {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    height: 0%;
    transition: all 1s;
}

.portfolio-slider {
    /* width: calc(100% - 100px); */
    width: calc(100%);
    margin: auto;
}

.col-con-icon {
    align-self: flex-end;
}


.con-icon.animation-element.in-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    transition: all 1s;
}

.es-form-row {
    /* opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    height: 0%;
    transition: all 1s; */
     opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    transition: all 1s;
}

/* .es-form-row.animation-element.in-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    height: auto;
    transition: all 1s;
} */

.from-left {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    width: 0%;
    transition: all 1s;
}

.from-left.animation-element.in-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: auto;
    transition: all 1s;
}


.from-top {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: all 1s;
}

.from-top.animation-element.in-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 1s;
}

.from-bottom {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: all 1s;
}

.from-bottom.animation-element.in-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 1s;
}

.partner-google {
    margin-top: 20px;
}

.partner-google img {
    padding: 0 5px;
    width: 85px;
}

.partner-google span {
    font-size: 14px;
    text-transform: uppercase;
}

.oc-hd h2 {
    color: #04d9ab !important;
    /* text-transform: uppercase; */
    font-size: 2.6rem;
}

h2.oc-fhd {
    color: #2d3d56 !important;
}

.oc-hd h2 span {
    color: #2d3d56 !important;
}

.sp-icon {
    width: 55%;
    position: relative;
    margin: auto;
}

.sp-icon img.sp-1 {
    width: 100%
}

.sp-icon img.sp-2 {
    width: 20%;
    position: absolute;
    top: 0;
    right: -35px;
}

.oc-hd-row {
    padding-bottom: 60px;
    border-bottom: 1px solid #d8dbdf;
}

.oc-service-row {
    border-bottom: 1px solid #d8dbdf;
}

.pdt-60 {
    padding-top: 60px;
}

/* .sp-2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    transition: all 1s;
} */

.sp-2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all 1s;
}

.from-topw,.from-topw.animation-element {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.from-topw.animation-element.in-view {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.from-topw.animation-element.in-view.gn-rect {
    transition: all .5s;
}

.from-topw.animation-element.in-view.brd-rect {
    transition: all 1s;
}

.from-topw.animation-element.in-view.bl-rect {
    transition: all 2s;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .slideInRight1 {
        animation-name: slideInRight;
        transition: all .3s ease 0s;
    }
}

.w-black {
    background-color: #215aa5;
}

.w-wid {
    display: block;
    height: 4px;
    margin: 4px;
    border-radius: 20px;
}

.w-grn {
    background-color: #04d9ab;
}

.get-est span {
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #263750;
    color: #04d9ab;
    border-radius: 30px;
    font-weight: 700;
}

.banr-left-inner {
    width: 88%;
}

.xs-header {
    -webkit-transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1)
}

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

.footer-widget .sp-ex {
    top: 0;
}

.service-btn .exp-btn {
    background-color: #ffffff;
    color: #1a62c6 !important;
}

.service-btn .exp-btn .sp-ex {
    background-color: #1a62c6 !important;
}

.sl-single .sl-icon {
    margin-right: 0;
    margin-top: -5px;
    padding: 0;
}
/* .sp-logo{
    width: 200px;
} */
.logo-scroll{
    text-align: center;
}
.logo-scroll img{
    text-align: center;
    transition: all 1s ease-in-out;
    transform: scale(0);
    position: relative;
    visibility: hidden;
    height: 0;
}
.xs-header.sticky-header .logo-scroll img {
    transform: scale(.7);
    transition: all 1s ease-in-out;
    display: block !important;
    padding-top: 6px;
    position: relative;
    visibility: visible;
    height: auto;
}
.xs-header.sticky-header .logo-start img{
    transform: scale(0);
    transition: all 1s ease-in-out;
    display: none;
}
.oc-para{
    max-width: 85%;
    width: 85%;
    margin-top: 15px;
}
.oc-para p{
    text-align: justify;
}

/* .services_list.serv-e-list:hover {
    overflow: auto;
} */
@media(max-width:1200px){
    .exp-count h2 span{
        top: 0 !important;
    }
    .exp-count h2 {
    font-size: 2.2rem;
    color: #04d9ab !important;
    }
    .exp-txt h4{
        font-size: 21px;
    }
}

#hidingScrollBar{
  overflow: hidden;
  position: relative;
}
.hideScrollBar{
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-right: 14px;
  padding-right: 28px;
  box-sizing: content-box;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.services_list{
    height: 75ex;
    padding-top: 15px;
}
/* 11-07-2020*/
.pb_list{
    display: flex;
    margin-bottom: 30px;
}
.pb_icon {
    width: 115px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    margin-right: 20px;
    border-radius: 5px;
    font-weight: 800;
}
.pb-odd{    
    background-color: #1a62c6;
}
.pb-even{    
    background-color: #04d9ab;
}
.pb_list--row{
    padding: 30px;
}
.pb-h2{
    text-align: center;
    width: 100%;
}
.pb-dec{
    width: 65%;
    margin: auto;
    text-align: center;
}
.pb-hd-sec{
    padding-bottom: 50px;
}
.pb_dec h3{
    font-size: 18px;
}
.pb-row{
    padding-top: 100px;
}
.pb-h2 h2 span{
    color: #04d9ab;
    padding-left: 6px;
}
.pb-odd.pb-out{
    background-color: #04d9ab;
}
.mih-hd{
    text-align: center;
    text-transform: uppercase;
}
.pb100{
    padding-bottom: 100px;
}
.pt100{
    padding-top: 100px;
}
.sm-marketing{
    border-bottom: 1px solid #d8dbdf;
}
html{
    overflow-x: hidden;
}
.contact-sec input[type=email],.contact-sec input[type=text],.contact-sec input[type=datepicker],.contact-sec input[type=password], .contact-sec input[type=number],.contact-sec .form-control{
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    width: 100%;
    display: block;
    border: 1px solid #d8dbdf;
    padding: 10px 0;
    border-bottom: 1px solid #d8dbdf;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #263750 96%);
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    padding-left: 15px;
}
.contact-sec{
    margin-top: 200px;
    margin-bottom: 100px;
    border-bottom: 1px solid #d8dbdf;
}
.p-5px{
    padding: 5px !important;
}
.contact-sec .bnr-l_btn {
    margin-top: 0;
}
.ct-hd {
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 30px;
}
.ct-hd h2{
    color: #04d9ab !important;
}
span.ct-span{
    font-size: 2.25rem;
}
.contact-inner{
    padding: 40px;
    border: 5px solid #d8dbdf;
    background-color: #fff;
}
.ct-container{
    position: relative;
}
.con-rt-img {
    position: absolute;
    right: -50px;
    bottom: 0;
}
.con-left-img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.con-rt-img img{
    width: 70%;
}
.con-left-img img{
    width: 70%;
}
.cloud-img{
    position: absolute;
    left: 10%;
    top: 0;
    width: 100px;
}
.cloud-rt-img {
    position: absolute;
    right: 0;
    top: -60px;
    width: 200px;
}
.sm-single{
    display: flex;
}
.sm-details{
    margin-left: 15px;
}
.scm-hd h2 span:first-child {
    font-weight: 400;
}
.scm-hd h2 span:nth-child(2) {
    color: #04d9ab !important;
}
.scm-hd h2{
    text-transform: uppercase;
    font-weight: 800;
}
.scm-hd{
    margin-bottom: 50px;
}
.bd-rt::before{
    position: absolute;
    width: 1px;
    height: 110px;
    top:0;
    right: 0;
    background-color: #e9ebec;
    content: "";
}
section.schedule-meeting{
    padding-bottom: 100px;
}
.sm-details h3{
    font-size: 1rem;
}
.sm-single {
    display: flex;
    padding: 20px;
    position: relative;
}
.p-15px{
    padding: 15px;
}
.ct-dec p {
    font-size: 10px;
}
.ct-dec{
    width: 60%;
    max-width:60%
}
/* about image */
.about-banner-img img{
    width: 20%;
}
.about-bnr-hd{
    margin-top: 2rem;
}
.about-bnr-con {
    width: 50%;
    margin: 15px auto 0;
}
.about-bnr-hd h1:first-child {
    font-size: 2.8rem;
}
.bottom-sroll{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.rd-box {
    width: 25px;
    height: 48px;
    background-color: #263750;
    border-radius: 30px;
    position: relative;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #263750 !important;
    border-color: none !important;
}
.sm-rd-box {
    width: 10px;
    height: 20px;
    background-color: #04d9ab;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%);
    top: 28px;
    transition: all .5s;
    transition-delay: 1s;
}
.sm-rd-box.in-view{
    top: 5px;
    transition: all .5s;
    transition-delay: 1s;
}
.dg-hd h2:nth-of-type(2){
    color: #04d9ab !important;
}
.dg-left img{
    width: 100%;
}
.dg-hd h2{
    font-size: 2.6rem;
    text-transform: uppercase;
}
.dg-left{
    padding-right: 20%;
}
.dg-hd h2:nth-of-type(1){
    font-size: 2.4rem;
}
.video-pop-story{
    display: flex;
    justify-content: space-between;
    width: 150px;
    align-items: center;
}
.start-vid{
    position: absolute;
    left: 25px;
    top: 25px;
}
.sv-icon-story i {
    color: #fff;
    background-color: #263750;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
}
.wv-story {
    text-transform: uppercase;
    font-weight: 800;
}
.video-column {
    position: relative;
    padding: 50px 0 0;
}
.story-hd h2 {
    font-size: 5rem;
    color: #fff !important;
    position: relative;
}
.story-span{
    text-transform: uppercase;
    font-size: 2.3rem;
    font-weight: 800;
}
.ws-row{
    background-color: #1a62c6;
}
.col-left-story{
    background-color: #fff;
}
.story-con{
    padding: 0 60px;
    color: #fff;
}
.story-detail p span{
    font-weight: 800;
}
.story-hd h2::before{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
    content: "";
    background-color: #31c686;
}
.mh-head h2{
    font-size: 2.6rem;
    font-weight: 800;
    text-transform: uppercase;
}
.mh-head h2:nth-child(2){
    color: #04d9ab !important;
}
.pt50px{
    padding-top: 50px;
}
.meet-brand{
    margin: 20px 0;
}
.meet-brand img{
    width: 35%;
    max-width: 35%;
}
.done-brand span {
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 40px;
}
.done-brand span:nth-child(2){
    font-weight: 800;
    color: #263750;
}
.proj-done h2 {
    font-size: 120px;
    color: #04d9ab !important;
    height: 120px;
}
.proj-done h2 span {
    font-size: 40px;
    color: #263750 !important;
    vertical-align: top;
    position: relative;
    top: 5px;
    font-weight: 800;
}
.meet-tag p span{
    font-weight: 800;
}
.bord-btm{
    border-bottom: 1px solid #d8dbdf;
}
.meet-dec {
    margin-bottom: 35px;
    width: 60%;
}
.count-meet{
    padding-left: 100px;
}
.our-clients-full{
    padding: 30px 0;
}
.done-brand{
    width: 150px;
    text-align: center;
}
.ptb100{
    padding: 100px 0;
}
.meet-homies{
    background: #f6f5f5;
}
.meet-brand h2{
    text-transform: uppercase;
    font-size: 2.6rem;
}
.bw-hd h2{
    font-size: 2.6rem;
    font-weight: 800;
    text-transform: uppercase;
}
.bw-hd h2:nth-child(2) {
    color: #04d9ab !important;
}
.spinal-cord{
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 25px;
}
.spinal-cord::before{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
}
.spinal-cord img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
section.behind-the-walls{
    background-image: url(img/about-bg.png);
    background-size: cover;
    background-position: 0 center;
    background-repeat: no-repeat;
}
.bw-hd{
    margin-bottom: 20px;
}
.bw-hd h2 span{
    color: #04d9ab;
    margin-left: 10px;
}
.ss-icons-social {
    display: flex;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
    position: relative;
    padding-top: 10px;
}
.ss-icons-social .ss-single {
    margin-right: 10px;
}
.ss-single svg {
    width: 15px !important;
    height: 20px;
    fill: #2d3d56;
}
.ss-icons-social::before{
    width: 100%;
    height: 1px;
    position: absolute;
    top:0;
    background-color: #2d3d56;
    content: "";
}
.mw-dec{
    padding-left: 30px;
}
.pb50px{
    padding-bottom: 50px;
}
.pb100px{
    padding-bottom: 100px;
}
/* chotta beams */
.chotta-beam-profile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.chotta-beam-profile{
    text-align:center;
}
.chotta-beams-inner h3 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-left: 30px;
}
.chotta-beams-inner h3 span{
    font-weight: 700;
}
.chotta-beams-inner{
    padding: 20px 0;
}
.ptb50px{
    padding: 50px 0;
}
.chotta-hover{
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    bottom: -100%;
    background-color: #04d9ab !important;
    transition: all .5s;
    padding: 10px 20px;
}
.chotta-href:hover .chotta-hover{
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transition: all .5s;
}
.chotta-href {
    border-radius: 6px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
}
.chotta-hover p{
    color: #fff;
}
.story-icon{
    margin-top: 100px;
}
.video-column{
    border: 4px solid #1a62c6;
    border-right: 0;
}
.story-icon img{
    position: relative;
    top: 2px;
}
.foo-col{
    display: flex;
    justify-content: center;
}
.dp-detail{
    display: flex;
    justify-content: flex-end;
}
.owl-nav svg {
    width: 50px;
    fill: #e7e9e9;
}
.s{
    width: 50px;
    fill: #e7e9e9;
}
.type-sp-ul-parent ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
}
.type-sp-ul-parent ul li::before {
    content: "";
    width: 25px;
    height: 15px;
    background-color: #04d9ab;
    position: absolute;
    display: inline-block;
    border-radius: 30px;
    left: 0;
    top: 5px;
}
.dg-hd{
    margin-bottom: 25px;
}
/* bread crump */
.bread-item{
    display: flex;
    align-items: center;
}
.bread-path{
    padding-left: 15px;
}
.bread-hd h2{
    text-transform: uppercase;
    margin: 0;
}
.bread-path span{
    font-size: 12px;
}
.bred-row{
    padding-top: 100px;
    margin: 0;
}
.bl-inner-row {
    border-radius: 8px;
    overflow: hidden;
    background-color: #efefef;
    position: relative;
    margin: 0;
}
.company-updates {
    display: flex;
    justify-content: flex-end;    
    align-items: center;
    width: 60%;
}
.m-detail{
    margin-left: 15px;
}
.company-touch{
    display: flex;
    justify-content: flex-end;
}
.blg-img{
    height: 350px;
    overflow: hidden;
}
.blg-img img {
    object-fit: cover;
    height: 100%;
}
.pdl-50{
    padding-left: 50px;
}
.post-head h2{
    font-size: 22px;
    line-height: 35px;
}
.post-dec{
    margin-top: 30px;
}
.post-button{
    margin-top: 20px;
}
.pb100{
    padding-bottom: 100px;
}
.blg-img{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.blog_type {
    position: absolute;
    background-color: #04d9ab;
    top: 20px;
    left: 20px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 20px;
    font-size: 14px;
}
.l_blog {
    position: absolute;
    top: 20px;
    z-index: 0;
    right: 35px;
    color: #bcbcbc;
    text-transform: uppercase;
}
.blog-parts{
    margin-top: 40px;
    padding: 0 20px;
}
.pdlr-20{
    padding: 20px;
}
.pdlr-40{
    padding: 0 40px;
}
.blg-banner--inside {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
section.blog-banner{
    padding-top: 200px;
}
.blog-detail--area h1,.blog-detail--area h2,.blog-detail--area h3,.blog-detail--area h4{
    font-size: 20px;
    font-weight: 700;
}
.blog-detail--area h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-detail--area h2,.blog-detail--area h3,.blog-detail--area h4{
    margin-bottom: 20px;
    margin-top: 28px;
}
.blog-detail--area b,.blog-detail--area strong{
    font-weight: 700;
}
.blog-detail--area p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 34px;
}
.blog-detail-hd h1{
    font-size: 2.6rem;
    line-height: 62px;
}
.blg-detail--txt{
    font-size: 12px;
}
.blg-detail-row{
    margin-top: 45px;
}
.blog-detail--area{
    padding-bottom: 50px;
}
.brd-btm {
    border-bottom: 1px solid #d8dbdf;
}
.blog-ss-share .ss-icons {
    display: flex;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
}
.blog-ss-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.ss-chat{
    display: flex;
    align-items: center;
}
.chat-icon{
    margin-right: 10px;
}
.rp-single {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px !important;
    display: flex !important;
    align-items: flex-end;
    border-radius: 8px;
    overflow: hidden;
}
.ra-text h3 {
    color: #fff !important;
    font-size: 16px;
    line-height: 30px;
}
.ra-btn .btn.exp-btn{
    margin: 0;
}
.rps-inside{
    padding: 25px;
}
.rp-inner .owl-next{
    position: absolute;
    right: -80px;
    bottom: 30%;
}
.rp-inner .owl-prev{
    display: none !important;
}
.rtd-article--head{
    margin: 30px 0;
    text-transform: uppercase;
}
.rtd-article--head h2 span{
    color: #04d9ab;
}
.related-posts{
    padding-bottom: 100px;
    padding-top: 100px;
}
.blog--company-updates{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bb--row{
    margin: 0;
}
.bles--hd h2 {
    color: #04d9ab !important;
    font-size: 1.8rem;
}
.blg-engage{
    position: sticky;
    top:100px;
}
.exp-btn.blg-btn{
    padding: 0 20px;
}
.blg-large-col{
    padding-right: 30px;
}
.brd-right{
    border-right: 1px solid #d8dbdf;
}
.blg-side-col{
    padding-left: 30px;
}
/* our career page */
.career_heading h1{
    text-transform: uppercase;
}
.pt200{
    padding-top: 200px;
}
.pb100{
    padding-bottom: 100px;
}
.company-career{
    background-color: #04d9ab;
}
.company-dec {
    background-color: #fff;
    padding: 60px 30px 25px 30px;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: -20px;
    right: -110px;
    z-index: 1;
}
.company-detail{
    margin-top: 20px;
}
/* accordion */
.card-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.card-title h4{
    margin: 0;
}
.co--triangle {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #2d3d56;
    border-radius: 5px;
}
.card-header[aria-expanded=true] .card-title .co--triangle{
    border-top: 15px solid #04d9ab;
    transition: all .5s;
}
.icon-title{
    display: flex;
    align-items: center;
}
.co--title{
    margin-left: 15px;
}
.career_toggle .card-title h4 {
    margin: 0;
    font-size: 16px;
}
.co-icon{
    width: 30px;
}
.career_toggle .card-header{
    background-color: transparent !important;
    padding: 20px 10px;
}
.career_toggle .card{
    border: none !important;
}
.work-exp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.we-left p{
    margin: 0;
}
.mb-20{
    margin-bottom: 20px;
}
.card-body.show{
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header[aria-expanded=true]{
    border-bottom: 1px solid transparent !important;
}
.co-role-inner,.co-skill-inner{
    padding: 40px 0;
}
.no-redirect {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}
.no-redirect .sp-ex{
    top: 1px !important;
}
.wo-head h2:nth-child(2){
    color: #04d9ab !important;
}
.wo-head h2{
     font-size: 2.6rem;
}
.wo-row{
    margin: 0;
}
.wo-left{
    max-width: 75%;
    margin: auto;
}
.wo-dec span{
    font-weight: 700;
    font-size: 24px;
    margin-top: 30px;
    display: block;
}
/* .wo-right{
    min-height: 600px;
    height: 600px;
} */
.wo-right img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.overlay-list {
    background-color: #0f56ba;
    position: absolute;
    width: 65%;
    padding: 40px 0;
    bottom: 0;
    height: 370px;
    display: flex;
    align-items: center;
}
.wo-container{
    position: relative;
}
.be-you h2{
    font-size: 4rem;
}
.beyou-dec{
    width: 90%;
}
.be-you h2{
    color: #fff !important;
}
.be-you p{
    color: #fff;
}
.beyou-icon img {
    width: 40px !important;
    margin-bottom: 15px;
}
.card-header:nth-last-child(1){
    border-bottom: 1px solid transparent !important;
}
.last-card-header{
    border-bottom: 1px solid transparent !important;
}
.best-list .owl-prev{
    display: none !important;
}
.best-list .owl-next{
    position: absolute;
    right: 0;
    bottom: 0;
}
.wm-content{
    text-align: center;
    margin-top: 20px;
}
/*.wanna-meet{*/
/*    padding: 100px 0 0;*/
/*}*/
.subcribe {
    padding: 1rem 1rem;
    border-radius: 60px;
    position: relative;
}
.subcribe {
    margin: auto;
    box-shadow: -1px 4px 6px 2px hsla(0,0%,67%,.2);
    width: calc(100%);
    background-color: #f7f7f7;
}
.subcribe input {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0;
    box-shadow: none;
    float: left;
    height: 45px;
    margin: 0;
    width: 80%;
    padding-left: 20px;
}
.subcribe .submit-btn-2 {
    display: flex;
    font-size: 14px;
    align-items: center;
    border: none;
    font-weight: 500;
    background-color: transparent;
    text-transform: uppercase;
    width: 60px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    outline: 0;
}
#subscribe-btn svg{
    width: 36px;
}
.wm-form{
    margin-top: 20px;
}
@media (max-width: 1199px) and (min-width: 992px){
    .xs-menus .nav-menu>li>a {
         padding: 26px 0px;
    }
}

.ot-banner .bread-hd{
    padding-left:15px;
}
.td_head{
    width: 70%;
    text-align: center;
    margin: auto;
}
.ot-photo img{
    image-rendering: -webkit-optimize-contrast;
}
.td_head h3 {
    font-weight: 800;
    line-height: 40px;
}
.td-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spider-team-info{
    text-align: center;
    margin-top: 80px;
}
.td-main-head{
    padding-bottom: 20px;
}
.td-right .btn:not([class*=btn-outline-]) {
    border-radius: 4px;
    border: 1px solid #d8dbdf;
    color: #2d3d56;
    background-color: transparent;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}
.td-right .bootstrap-select .dropdown-toggle:focus{
    outline: 0 !important;
}
.td-right .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 12px solid;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    color: #04d9ab;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 25px;
}
.td-right .dropdown-item.active{
    background-color: #04d9ab;
}
.td-right .dropdown-menu li a span.text{
    font-size: 14px;
}
.spider-team-info .pic {
    width: 250px;
    height: 260px;
    margin: auto;
    text-align: left;
    border-radius: 4px;
    overflow: hidden;
}
.spider-team-info .pic img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.spider-team-info h3{
    font-size: 18px;
    margin: 0;
}
.profession {
    width: 250px;
    margin: auto;
    text-align: left;
    margin-top: 15px;
}
.dropdown-menu{
    padding: 0;
}
.we-enjoy-left{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 500px;
}
.enjoy-hd h2{
    font-size: 3.75rem;
}
.enjoy-row {
    margin: 0;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 75px;
    background-color: #04d9ab;
}
.we-enjoy-right{
    position: relative;
    height: 500px;
    overflow: hidden;
}
.we-enjoy-right::before {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #1a62c6;
    content: "";
    display: inline-block;
    left: 0;
    bottom: 0;
}
.sp-logos{
    position: absolute;
    bottom: 0;
    right: 0;
}
.previous-cel span,.previous-cel h2{
    color: #fff !important;
}
.previous-cel{
    position: absolute;
    left: 20%;
    top: 35%;
    z-index: 9;
}
.p-year span{
    font-size: 30px;
}
.previous-cel h2 {
    font-size: 60px;
    font-weight: 400;
    position: relative;
}
.previous-cel h2::before{
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    content: "";
    background-color: #04d9ab;
}
.we-enjoy-left::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-178deg, #07172770 15%, #1e2732 66%);
    content: "";
    top: 0;
    z-index: 9;
    opacity: .7;
}
.video-pop_team {
    color: #fff !important;
    font-weight: 900;
    letter-spacing: 2px;
}
.video-pop_team {
    width: 60%;
    display: flex;
    align-items: center;
}
.video-pop_team {
    opacity: 1;
    visibility: visible;
}
.show_video_team {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    z-index: 99;
}
.sv-icon_team{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #fff;
}
.sv-icon_team i{
    position: relative;
    left: 2px;
}
.wv_team {
    font-weight: 400;
    margin-left: 15px;
    display: block;
}
/* toggle menu */


.menu-icon {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 28px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}
.menu-icon__line {
  height: 3px;
  width: 30px;
  display: block;
  background-color: #000;
  margin-bottom: 4px;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
  width: 15px;
}
.menu-icon__line-right {
  width: 15px;
  float: right;
}

.nav {
  position: fixed;
  z-index: 1;
}
.nav:before, .nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(234, 234, 234, 0.2);
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
}
.nav:after {
  background: white;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.nav__content {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(2vw + 10px);
  font-weight: 200;
  cursor: pointer;
}
.nav__list-item {
  position: relative;
  display: inline-block;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-right: 25px;
}
.nav__list-item:before {
  content: "";
  position: absolute;
  background: #000000;
  width: 20px;
  height: 1px;
  top: 100%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}
.nav__list-item:hover:before {
  width: 100%;
}

body.nav-active .menu-icon__line {
  background-color: #000;
  -webkit-transform: translateX(0px) rotate(-45deg);
          transform: translateX(0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
  -webkit-transform: translateX(1px) rotate(45deg);
          transform: translateX(1px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
  -webkit-transform: translateX(-2px) rotate(45deg);
          transform: translateX(-2px) rotate(45deg);
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.menu-icon-inner{
    position: relative;
}
.w-black.w-wid{
    width: 50%;
    margin: 4px auto;
    margin-right: 0;
}
.w-btm.w-wid {
    width: 100%;
    background-color: #215aa5;
    margin: 4px auto;
    margin-right: 0;
}
.w-grn.w-wid{
    width: 75%;
    margin: 4px auto;
    margin-right: 0;
}
body.nav-active .nav-sticky{
    /* position: absolute; */
}
.menu-view{
    position: relative;
}
.xs-sidebar-widget .w-wid{
    background-color: #fff !important;
    margin-right: auto !important;
    margin-left: 0;
}
.hm-sw-services h3{
    color: #fff !important;
    font-size: 20px;
}
.hm-service--head h3{
    text-transform: uppercase;
    font-weight: 400;
}
.list-services h3,.list-services li a{
    color: #fff !important;
}
.hm-service--row {
    padding: 20px 0;
}
.list-services ul li{
    line-height: 32px;
}
.abt-company {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    align-items: center;
    color: #fff;
}
.cpy-left h2 {
    color: #fff !important;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.8rem;
}
.cpy-right{
    display: flex;
}
.c-list--single{
    margin-left: 20px;
}
.sidebar-textwidget{
    width: 85%;
    margin: auto;
}
.wb-left {
    height: 110px;
    width: 100%;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hm-list-services li a {
    font-size: 14px;
    color: #fff;
}  
.wb-rt-dec h3,.wb-rt-dec h2{
    color: #fff !important;
    margin: 0;
}
.wb-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.wb-rt-dec h3{
    font-weight: 400;
}
.hm-list-services h3{
    font-size: 16px;
}
.hm-list-services li{
    line-height: 30px;
}
.services_list.oc-service--list{
    height: auto !important;
}
.big-tag p{
    font-size: 16px;
    line-height: 34px;
}
.exp-btn.sml-btn {
    line-height: 45px;
    padding: 0 16px;
    font-size: 12px;
}
.exp-btn.sml-btn .sp-ex {
    width: 22px;
    display: inline-block !important;
    height: 15px;
}
.cssi-icon.css-btn{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.case-studies .cssi-para{
    width:80%;
    max-width:80%;
}
.cs-single.cs--more::before{
    background: #1a62c6;
    opacity: 1;
}
.ss-icons-social--footer {
    display: flex;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
    position: relative;
    padding-top: 10px;
}
.ss-icons-social--footer .ss-single{
    margin-left: 10px;
}
.ss-icons-social--footer::before {
    position: absolute;
    height: 30px;
    width: 2px;
    top: 7px;
    background-color: #cecbcb;
    display: inline-block;
    content: "";
}
.cr-right span a{
    color: #7a7a7a;
}
.portfolio-slider .owl-nav svg{
    width: 60px;
}
.cs-single:hover::before{
    background: #1a62c6;
    transition: all 1.5s;
}
.cs-single::before{
    transition: all 1.5s;
}
.cssi-icon.rart-btn{
    margin-left: 0;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
#hidingScrollBar::before {
    position: absolute;
    bottom: 0;
    background-image: url(../../img/shadow.png);
    content: "";
    width: 100%;
    height: 52px;
}
.wo-right{
    height: 90ex;
}
.overlay-list .best-list{
    width: 75%;
    max-width: 75%;
}
.sl-icon img{
    width: 60px;
}
/* .oc-service--list .sl-icon img {
    width: 80px;
    height: 40px;
} */
.ba-single--row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cfcfcf;
    padding: 30px 0;
}
.blog-head h3{
    font-size: 22px;
}
.ba-right svg{
    fill: #000;
    width: 30px;
}
.ba-left{
    width: 85%;
}
.ba-all .ba-single--row:last-child{
    border-bottom: none !important;
}
.rdmore.sw-mre button span svg{
    width: 30px;
    margin-left: 15px;
}
.rdmore.sw-mre .mre-btn {
    cursor: pointer;
    border: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 37px;
    font-weight: 800;
    align-items: center;
    line-height: 100px;
}
.bas-dec{
    margin-top: 20px;
}
.pp-row,.pp-row h1{
    margin: 0;
}
.sidebar-widget-container{
    height: 100%;
}
.menu-view{
    height: 100%;
    display: flex;
}
@media only screen and (max-width:1200px){
    .cl-single img{
        max-width: 75%;
    }
}
@media only screen and (min-width : 1550px) {
    body p{
        font-size: 16px !important;
    }
    .spinal-cord {
        height: 700px;
    }
    .tb--leading{
        height: 550px;
    }
    .container { width: 1500px; max-width: 1500px;} 
    .single-portfolio {
        position: relative;
        overflow: hidden;
        height: 620px !important;
    }
    .about-banner-img img {
        width: 25%;
    }
    .big-tag p {
        font-size: 20px !important;
        line-height: 42px !important;
    }
    .big-tag p{
        font-size: 18px !important;
    }
}

@media only screen and (min-width : 1310px) {
    .sw-services{
        width: 500px;
        height: 500px;
    }
}
.contact-us .col-con-icon img{
    width: 90%;
}
.sw-spider--bg {
    position: relative;
    width: 65%;
    right: -21%;
    margin: auto;
    margin-right: 0;
}
.loc-phone img{
    width: 15px;
}
@media(max-width:1040px){
    .exp-count h2 span {
        top: 0;
        font-weight: 800;
    }
    .exp-txt h4{
        font-size: 20px;
    }
    .test-feed {
        padding: 30px 15px 30px 0px;
    }
}
@media only screen and (min-width:1600px){
    body p {
        line-height: 34px;
    }
    .pb_icon {
        width: 250px;
        height: 140px;
    }
    .bread-path span {
        font-size: 16px;
    }
    .banner-title, h1 {
        font-size: 4rem !important;
        line-height: 85px !important;
    }
    .we-enjoy-left{height: 700px}
    .we-enjoy-right{height: 700px;}
}
@media only screen and (min-width : 1800px) {
    .chotta-beams-inner h3{
        margin-left: 75px;
    }
    .big-tag p{
        font-size: 22px !important;
    }
    body p{
        font-size: 20px !important;
    }
}
.engage-form--row{
    /*height: 500px;*/
    padding: 50px 0 0;
}
.blg-img.first-blg{
    height: 600px;
}
.blog-parts .post-content{
    padding-top:50px;
}
.p-40{
    padding: 40px;
}
.blg-bread-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.engage-with-us.blg-engage{
    margin-top: 40px;
    padding-left: 50px;
}
.blog--company-updates .m-icon img{
    width: 40px;
}
.ra-text{
    width: 80%;
    max-width: 80%;
}
.cssi-icon.rart-btn svg{
    width: 35px;
}
.blog-detail-hd{
    margin-top: 20px;
}
.rp-inner .owl-nav svg{
    fill: #2d3d56;
}
.blg-single-date span{
    font-size: 12px;
}
.ct-head h2{
    font-size: 2.8rem;
}
section.beyou-slider::before {
    position: absolute;
    bottom: 0;
    height: 370px;
    content: "";
    width: 72%;
    background-color: #0f56ba;
}
@media only screen and (min-width : 1500px) {
    .beyou-dec {
        width: 90% !important;
    }
    section.beyou-slider::before{
        width: 72%;
    }
    .wo-left{max-width: 64%;}
}
.best-list .owl-nav button{
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
}
.beyou-slider{
    position: relative;
}
.overlay-why-single{
    padding: 20px 0;
}

/* Stuff that matters. */
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}

svg #wheel {
  animation: scroll ease 1.5s infinite;
}
.bottom-sroll svg{
    cursor: pointer;
}
html {
  scroll-behavior: smooth;
}
.close-container {
    width: 85%;
    margin: auto;
    position: relative;
}
/* menu  */

#menu {
  background: #0f56baeb;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 9;
}
#menu.open {
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
}
#menu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu.open li {
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
#menu ul:hover a {
  opacity: 0.5;
}
#menu ul a {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: #fff;
}
#menu ul a:hover {
  opacity: 1;
}
#menu .main-nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav a {
  color: #ffffff;
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#menu .main-nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}


.toggle-menu span {
    background-color: #04d9ab;
    content: "";
    display: block;
    height: 3px;
    right: 0;
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 100%;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 100%;
}
.toggle-menu span:before {
  top: 7px;
  background-color: #263750;
}
.toggle-menu span:after {
  top: -7px;
  background-color: #263750;
  width: 100%;
}
.toggle-menu.active span {
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

.toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -48deg);
    background-color: #fff;
  height:3px;
}

.toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    width: 30px!important;
    margin: 0;
    background-color: #fff;
  height:3px;
}
.toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    z-index: 9999;
    position: relative;
    padding: 15px 0;
}
.xs-header{
    position: fixed;
    background-color: #fff;
    z-index: 9;
}
section,footer{
    position: relative;
}
/* menu hm */
.toggle-menu .custom-line{
    width: 22px;
    right: 0;
}
.toggle-menu span:before {
    top: 7px;
    background-color: #263750;
    width: 30px;
    right: 0;
}
.toggle-menu span:after {
    top: -7px;
    background-color: #263750;
    width: 14px;
    right: 0;
}
li.c-list--single a span{
    color: #fff;
}
.sticky1{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.tb-services{
    border-top: 1px solid #d8dbdf;
}
@media(max-width:1300px){
    .sw-services{
        width: 450px;
        height: 450px;
    }
    .overlay-list{
        height: 370px;
    }
    section.beyou-slider::before{
        height: 370px;
    }
}
@media(max-width:1100px){
    .con-rt-img {
        position: absolute;
        right: -15%;
        bottom: 0;
    }
    .sp-logo.logo-start{
        position: relative;
        top: 0;
    }
    .rp-inner{
        width: 95%;
    }
}
@media(max-width:1200px){
    .con-rt-img {
        position: absolute;
        right: -12%;
        bottom: 0;
    }
    .spider-team-info .pic {
        width: 200px;
        height: 200px;
        margin: auto;
        text-align: left;
        border-radius: 4px;
        overflow: hidden;
    }
}
@media screen and (min-width: 1024px) {
  .wo-left {
    max-width: 82%;
  }
}
@media screen and (min-width: 1366px) {
  .wo-left {
    max-width: 68%;
  }
  .con-rt-img img {
        width: 90%;
    }
  .con-left-img img {
    width: 85%;
    }
   .con-rt-img {
    position: absolute;
    right: -10%;
    bottom: 0;
    }
}
@media screen and (min-width: 1440px){
    .wo-left {
        max-width: 62%;
    }
}
@media screen and (min-width: 1600px) {
    .privacy-row p{
        font-size: 18px !important;
    }
    .con-rt-img {
        position: absolute;
        right: -50px;
        bottom: 0;
    }
    h3 {
        font-size: 24px !important;
    }
  .wo-left {
        max-width: 84%;
    }
    .wo-right {
        height: 104ex;
    }
    .contact-inner{
        padding: 70px;
    }
    li.c-list--single a span {
        color: #fff;
        font-size: 22px;
    }
    .abt-company{
        padding: 25px 0;
    }
    .hm-service--row {
        padding: 40px 0;
    }
    #menu.open li{
    line-height: 35px;
    }
   .hm-list-services li a {
        font-size: 16px;
        color: #fff;
    }
    .wb-left {
    height: 110px;
    }
}
@media screen and (min-width: 1680px) {
    .about-banner-img img {
        width: 35%;
    }
  .wo-left {
    max-width: 78%;
    }

.wb-left {
    height: 110px;
}
}
@media screen and (min-width: 1900px) {
  .wo-left {
    max-width: 64%;
    }
    body p {
        line-height: 38px;
    }
}
section.enjoy-work{
    z-index: 0;
    padding-bottom:100px;
}
.footer-top-area .socials{
        margin-top: -15px;
}
body b{
    color: #263750;
}
/* privacy policy */
.privacy-image img{
    width: 60%;
    max-width: 60%;
    margin: 0 auto;
}
.privacy-image{
    text-align: center;
}
.privacy-row p{
    font-size: 16px;
    margin-bottom: 40px;
}
.privacy-policy-content .privacy-row ul li::before {
    content: "";
    width: 20px;
    height: 10px;
    background-color: #04d9ab;
    position: absolute;
    display: inline-block;
    border-radius: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}
.privacy-policy-content .privacy-row h3::before {
    content: "";
    width: 25px;
    height: 15px;
    background-color: #04d9ab;
    position: absolute;
    display: inline-block;
    border-radius: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
}
.privacy-policy-content .privacy-row h3{
    position: relative;
    padding-left: 40px;
}
.privacy-policy-content .privacy-row ul li{
    position: relative;
    padding-left: 25px;
    line-height: 32px;
}
.privacy-policy-content .privacy-row ul {
    margin-bottom: 40px;
    padding-left: 65px;
}
.privacy-policy-content .privacy-row h3{
    margin-bottom: 40px;
}
/* .owl-stage {
    transition: 2s !important;
} */
.rp-single.slick-slide{
    margin-right: 32px;
    outline: 0;
}
.Capa_video_right svg{
    fill: #2d3d56;
    width: 50px;
}
.related-posts .Capa_video_right {
    position: absolute;
    right: -45px;
    bottom: 30%;
    cursor: pointer;
}
.container{
    position: relative;
}

.portfolio-slider .slick-slide img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* the slides */
.portfolio-slider .slick-slide {
    margin: 0 22px;
}
/* the parent */
.portfolio-slider .slick-list {
    margin: 0 -22px;
    overflow: visible !important;
}
.test-feed{
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all 1s;
}
.single-portfolio{
    outline: 0;
    transition: all .5s;
    cursor: pointer;
}
.single-portfolio:hover{
    transform: scale(1.15);
    z-index: 9999;
    transition: all .5s;
}
.single-portfolio:hover .test-feed{
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}
.sv-icon{
    position: relative;
    transition: all 1s;
}
.single-portfolio:hover .sv-icon{
    transition: all 1s;
    background-color: #fff;
}
.sv-icon i{
    color: #04d9ab !important;
    margin-left: 4px;
}
.test-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}
.test_nxt svg {
    fill: #2d3d56;
    width: 50px;
    cursor: pointer;
}
.portfolio-slider .slick-list{padding:0 10% 0 0;}
/* social media */
.os_inner_title_heading {
    text-align: center;
}
.os_inner_title_heading h1 {
    font-size: 40px;
    font-weight: 300;
    font-style: normal;
    line-height: 50px;
    color: #222222;
    margin-bottom: 25px;
}
.os_inner_title_heading p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px;
}
.category_accordion #accordion {
    margin-top: 40px;
}
.category_accordion #accordion .card {
    background: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
}
.category_accordion #accordion .card_pagee h5 {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
#accordion .card_pagee h5 {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
.category_accordion #accordion .card_pagee a.collapsed {
    color: #222222;
    display: block;
    padding: 14px 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.03);
}
.category_accordion #accordion .card_pagee a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #222222;
    padding: 14px 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.03);
    font-family: 'Poppins', sans-serif;
}
#accordion .card_pagee a.collapsed {
    color: #222222;
    display: block;
    padding: 14px 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.03);
}
#accordion .card_pagee a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #222222;
    padding: 14px 45px;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.03);
    font-family: 'Poppins', sans-serif;
}
.category_accordion #accordion .card_pagee a.collapsed:after {
    color: #2d3a4b;
}
.category_accordion #accordion [data-toggle="collapse"].collapsed:after {
    content: "\f0d7";
}
.category_accordion #accordion .card_pagee a:after {
    color: #222;
}
#accordion .card_pagee a.collapsed:after {
    color: #2d3a4b;
}
.category_accordion #accordion [data-toggle="collapse"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    position: absolute;
    font-size: 16px;
    top: 13px;
    left: 15px;
}
#accordion [data-toggle="collapse"].collapsed:after {
    content: "\f0d7";
}
#accordion .card_pagee a:after {
    color: #222;
}
#accordion [data-toggle="collapse"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    position: absolute;
    font-size: 16px;
    top: 13px;
    left: 15px;
}
.ep-ftr {
    clear: both;
    background-color: #ededed;
}
.ep-details h2 {
    padding-bottom: 15px;
    font-size: 25px;
    margin: 0;
}
.ep-details h1 {
    padding-bottom: 15px;
    font-size: 35px;
    margin: 0;
}
.services_list.oc-service--list .sl-single .sl-icon{
    margin-right: 25px;
}
.serv-e-list.hideScrollBar .sl-icon img {
    width: 100%;
    padding-right: 10px;
}
.sl-desc h4:hover a{
    color: #04d5a8 !important;
}
@media(max-width:1500px){
     .bnr-hd h1,.bnr-hd h2{
        font-size: 2.75rem;
    }
    .bnr-hd h1 span.e_growth,.bnr-hd h2 span.e_growth{
        font-size: 3.5rem !important;
    }
    .banr-left-inner {
        width: 88%;
    }
}
.es-form-col{
    position: relative;
}
.es-form-col label.error{
    position: absolute;
    bottom: 0;
}
.sl-icon-inner {
    margin-right: 0;
    margin-top: -12px;
    padding: 0;
}
.sl-icon-inner img{
    padding-right: 10px;
    width:100%;
}
.sl-single-row{
    align-items: center;
    margin-bottom: 35px;
}
@media(max-width:780px){
    .td-main-head {
        padding-bottom: 40px;
    }
    .spider-team-info .pic {
        width: 160px;
        height: 160px;
    }
    .td-main-head {
        padding-bottom: 80px;
    }
    .spider-team-info{
        margin-top: 40px;
    }
}
.css-mn {
    overflow: hidden;
    position: relative !important;
    width: 100%;
    height: 100%;
}
@media(max-width:1300px){
    .sw-services h2 {
        font-size: 3rem !important;
    }
}
@media(max-width:768px){
    .ep-details h2 {
        padding-top: 20px;
        font-size: 1.6rem !important;
    }
}
input:-internal-autofill-selected {
    background: transparent !important;
}
@media(min-width:991.93px){
    .blog-parts .post-content {
        min-height: 25.6rem;
    }
}
@media only screen 
  and (min-width: 991px) 
  and (max-height: 1024px)  {
     .icon-test {
        height: 80px;
        width: 80px;
     }
      .icon-name h3 {
        font-size: 1rem;
    }
     .icon-name span{
         font-size: 14px;
     }
     .portfolio-slider .slick-slide {
        margin: 0 15px;
    }
}
.portfolio-slider .slick-track{
    margin-left: 35px;
}
.icon-test{
    display: inline-block;
}
.icon-name {
    padding-left: 10px;
    display: inline-block;
    width: 70%;
}
.mylivechat_inline.mylivechat_template3{
    min-width: auto !important;
}
.mylivechat_buttonround {
    display: flex;
    background-color: #04d9ab !important;
    align-items: center;
    width: 80px !important;
    height: 80px !important;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    position: relative !important;
    top: 12px !important;
    right: 5px !important;
    left: inherit !important;
    box-shadow: 1px 1px 31px -9px #000;
}
.mylivechat_buttonround img{
    left: 50% !important;
    top: 20px !important;
    transform: translate(-50%);
    width: 40px !important;
    height: 40px !important;
}
.mylivechat_buttonround_label{
    display: none !important;
}
.g-recaptcha{
    margin-top: 0;
    display: none;
}
.blog-detail--area ul li, .blog-detail--area ul {
    list-style: disc;
    line-height: 34px;
    margin-bottom: 10px;
}
.blog-detail--area ol,.blog-detail--area ol li{
    list-style: auto;
    line-height: 34px;
    margin-bottom: 10px;
}
.blog-detail--area table td{
    padding: 30px;
}
[dir="ltr"]{
    margin-left:0 !important;
}
.blog-detail--area ul{
    padding-left: 20px;
}
.footer-main-content li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
}
.footer-main-content h4{
    margin-left: 0 !important;
}
.footer-main-content ul{
    padding-left: 15px;
}
.footer-main-content ul li{
    list-style: disc;
}
.footer-main-content ol li{
    list-style: decimal;
}
.ep-details{
    font-size: 14px;
}
.es-blg-frm .es-form-col textarea{
        border-bottom: solid 1px #2d3d56;
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
        width: 100%;
        display: block;
        border: none;
        padding: 10px 0;
        border-bottom: solid 1px #2d3d56;
        will-change: background-position;
        transition: all .3s cubic-bezier(.64, .09, .08, 1);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #263750 96%);
        background-position: -1920px 0;
        background-size: 100%;
        background-repeat: no-repeat;
        color: #333;
        font-size: 13px;
        font-weight: 400;
    }
.es-blg-frm .es-form-col textarea:focus{
    background-position: 0 0;
    box-shadow: none;
    outline: 0;
}
.bnr-hd h2 span:first-child{
    font-size: 3.5rem;
}
.top_sub_hd {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
    color: #263750;
    font-weight: 600;
    letter-spacing: 2px;
}
.ep-details h2{
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.top_sub_hd.btm{
    margin-top:10px;
}

@media(max-width:768px){    
        .company-dec {
            bottom: 0px;
            right: 0px;
            z-index: 1;
        } 
}
