@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);

.loader,
.loader-area {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.loader .one,
.loader .two {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.blog-item,
.btn-main,
.btn-slider,
.card,
.dotCircle .itemDot,
.quote_text .quote,
.side-menu .btn-close,
.sponser-tags,
.stats-box,
li.footer_list i {
    cursor: pointer
}

.tag_text a,
.topic_outerbox li,
.topic_outerbox li a,
a {
    text-decoration: none
}

.slick-slider,
body,
html {
    -khtml-user-select: none
}

body,
html {
    scroll-behavior: smooth;
    min-width: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.white-btn {
    background-color: #fff;
    color: #fcb411;
    border: 1px solid #fcb411
}

.pink-btn,
.white-btn:hover,
.yellow-btn {
    background-color: #fcb411;
    color: #fff;
    border: 1px solid #fcb411
}

.pink-btn:hover,
.yellow-btn:hover {
    background-color: #202020;
    color: #fff;
    border: 1px solid #202020
}

.dotCircle,
.holderCircle {
    border-radius: 100%;
    position: absolute
}

#rpa-approach .circle-main .icons-set,
.btn-search:link,
.btn-search:visited,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.frontside .card:hover .card-title,
.pink-btn:focus,
.services-cards .card:hover .card-text {
    color: #fff
}

.bg-white {
    background-color: #fff
}

.bg-light-grey {
    background: #fdfdfd
}

.bg-light {
    background-color: #d7e9fd !important
}

.text-primary {
    color: #1d3557 !important
}

.text-info {
    color: #00a8ff !important
}

.background-blocks .card:hover .card-body .card-icon,
.background-blocks .card:hover .card-body h3,
.footer-nav li a:hover,
.main-timeline .timeline:nth-child(2n) .title,
.main:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.team-owl .owl-nav button.owl-next:hover,
.team-owl .owl-nav button.owl-prev:hover,
.text-warning,
.text-yellow,
.text_post span:hover,
.topic_outerbox li a:hover {
    color: #fcb411
}

.info-blog a,
.side-footer p,
.social-icons a,
.text-black,
.text_minimal ul {
    color: #202020
}

.height {
    height: 100vh;
    max-height: 740px
}

.height1,
.static-banner .banner-image img {
    height: 100%
}

.mt-40 {
    margin-top: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-100 {
    margin-top: 100px
}

.mt-20 {
    margin-top: 1.9rem
}

.mb-50 {
    margin-bottom: 50px
}

#home .carousel-indicators,
.horizontal-slider.features_tab_inner .features_tab_left .features_tab li .summary,
.interactive-blocks .card:hover .card-body .card-icon,
.multiple-slides .carousel-control-next,
.multiple-slides .carousel-control-prev,
.owl-nav,
.page-tabs .tabs-menu.floating-menu a br,
.rounded-bar.transparent-bar.margin-nav .logo,
.side-menu.before-side .btn-close,
.slick-arrow.slick-hidden,
.slick-slide.slick-loading img,
.small-screen,
.small-view,
.static-banner svg.yellow-square {
    display: none
}

.fs-10 {
    font-size: 10px
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.btn-main,
.btn-slider,
.navbar-nav .nav-link {
    font-size: 18px;
    font-family: Montserrat, sans-serif
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background-color: #fcb411;
    border-right: 25px
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #f5f5f5
}

.loader-area {
    position: fixed;
    background-color: #fff;
    z-index: 999999
}

.loader,
.loader>div,
.rounded-bar {
    position: absolute
}

.loader {
    width: 64px;
    height: 64px;
    margin: auto
}

.loader>div {
    border-radius: 50%;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.loader .one {
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    border-top: 11.1px solid orange;
    border-left: 11.1px solid transparent;
    border-right: 11.1px solid transparent;
    border-bottom: 11.1px solid transparent;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.loader .three,
.loader .two {
    right: 0;
    margin: auto;
    border-left: 11.1px solid rgba(255, 255, 255, .5);
    border-right: 11.1px solid rgba(255, 255, 255, .5);
    border-bottom: 11.1px solid rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    bottom: 0
}

.loader .two {
    width: 74px;
    height: 74px;
    transform: rotate(45deg);
    border-top: 11.1px solid #000;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.loader .three {
    width: 37px;
    height: 37px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 11.1px solid #fcb411;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@-webkit-keyframes spin {

    100%,
    50% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
}

@keyframes spin {

    100%,
    50% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
}

.navbar-nav .nav-link {
    padding: 10px 0 2px !important;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-weight: 500
}

.btn-slider {
    padding: 10px 25px;
    font-weight: 400;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn-main {
    padding: 10px 35px;
    font-weight: 400;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.btn-warning {
    color: #fff;
    background-color: #fcb411;
    border-color: #fcb411
}

.btn-warning:hover {
    color: #fff;
    background-color: #202020;
    border-color: #202020
}

.btn-primary {
    color: #fff;
    background-color: #1d3557;
    border-color: #1d3557
}

.btn-primary:hover {
    color: #fff;
    background-color: #00a8ff;
    border-color: #00a8ff
}

.fb:hover,
.inst:hover,
.linkd:hover,
.twt:hover {
    color: #fff !important
}

.bg-trans-color {
    background-color: transparent !important
}

.bg-trans-color .navbar-nav .nav-link {
    color: #202020;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.transparent-bar.navbar.fixed-menu.margin-nav {
    margin-top: 0
}

.bg-trans-color .navbar-nav .nav-item {
    margin: 12px 23px
}

.banner-icons a .icons {
    margin: 0 8px 5px 0;
    font-size: 19px;
    background-color: #20202040;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.banner-icons a .icons:hover {
    color: #fff;
    transform: scale(1.2);
    transition: 1s
}

.fb:hover {
    background-color: #3b5998 !important
}

.inst:hover {
    background-color: red !important
}

.twt:hover {
    background-color: #00acee !important
}

.linkd:hover {
    background-color: #0a66c2 !important
}

.navbar.fixed-menu,
.side-menu {
    right: 0;
    background: #fff;
    overflow: hidden
}

.rounded-bar.transparent-bar {
    margin-top: 15px
}

.page .rounded-bar.transparent-bar {
    margin-top: 0;
    background-image: linear-gradient(to right, #f0f2f8ed, #c8def9, #0273f873)
}

.rounded-bar.transparent-bar.navbar.fixed-menu {
    margin-top: 0;
    background: #fffffff2;
    padding: 0;
    height: auto
}

.rounded-bar {
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
    padding: 10px 15px;
    width: 100%
}

#close_side_menu,
.side-menu {
    position: fixed;
    top: 0;
    height: 100%
}

.navbar.fixed-menu {
    z-index: 1111;
    position: fixed;
    top: 0;
    left: 0;
    height: 100px;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .15);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.side-menu {
    width: 35%;
    z-index: 9999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.side-menu.before-side {
    width: 280px
}

.side-menu.before-side,
.side-menu.side-menu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem
}

#close_side_menu {
    left: 0;
    width: 100%;
    background-color: #202020;
    -webkit-transition: opacity .3s cubic-bezier(.895, .03, .685, .22);
    -o-transition: opacity .3s cubic-bezier(.895, .03, .685, .22);
    transition: opacity .3s cubic-bezier(.895, .03, .685, .22);
    display: none;
    z-index: 1031;
    opacity: .4
}

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 25px
}

.side-menu .inner-wrapper,
.static-banner {
    height: 100%;
    position: relative
}

.side-menu .btn-close::after,
.side-menu .btn-close::before {
    position: absolute;
    left: 16px;
    content: " ";
    height: 24px;
    width: 2px;
    background: #202020;
    top: 5px
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sidemenu_btn {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    width: 40px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block
}

.sidemenu_btn span {
    height: 3px;
    width: 100%;
    background: #ffffffd1;
    display: block
}

.fixed-menu .sidemenu_btn span {
    background: #1d3557
}

.sidemenu_btn span:nth-child(2) {
    margin: 5px 0
}

.side-menu .inner-wrapper {
    padding: 3.5rem;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 15px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: .8s .5s;
    -o-transition: .8s .5s;
    transition: .8s .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #202020;
    padding: 2px 0 3px !important;
    font-size: 1.3rem;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #202020;
    display: inline-block;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: .5s cubic-bezier(0, 0, .2, 1);
    -o-transition: .5s cubic-bezier(0, 0, .2, 1);
    transition: .5s cubic-bezier(0, 0, .2, 1)
}

.side-nav .navbar-nav .nav-link.active::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link:hover::after {
    width: 100%
}

.side-nav .navbar-nav .nav-link.active {
    background: 0 0
}

.side-menu p {
    margin-top: .5rem;
    margin-bottom: 0
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px
}

.box13 .social li,
.box14 .icon li,
.box14 .post,
.box20 .icon li,
.box7 .icon li,
.box8 .icon li,
.box8 .title,
.social-icons-simple li {
    display: inline-block
}

.icon_comment,
ul.footer_ul {
    display: -webkit-box;
    display: -ms-flexbox
}

.static-banner .banner-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.static-banner .static-content {
    position: relative;
    right: -13px;
    z-index: 97;
    top: 89px;
    width: 100%
}

.holderCircle {
    width: 500px;
    height: 500px;
    margin: 0;
    float: right;
    right: 1%
}

.dotCircle {
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20
}

.dotCircle .itemDot {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    background: #f7f8fb;
    color: #00a8ff;
    border-radius: 50px;
    text-align: center;
    line-height: 70px;
    z-index: 3;
    border: 1px solid #a6d7ea;
    font-size: 30px
}

.contentCircle .CirItem,
svg.left-square {
    height: 100%;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.dotCircle .itemDot .forActive::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 3px solid #fff;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%
}

.dotCircle .itemDot .forActive::before {
    content: "";
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #fff;
    right: -39px
}

#rpa-approach .circle-main .rpa-content,
.dotCircle .itemDot.active .forActive,
.slick-initialized .slick-slide,
.team-owl .owl-nav.disabled {
    display: block
}

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border-radius: 100%;
    -webkit-animation: 100s linear infinite rotation;
    background: url(../images/line-globe.webp) 0 0/contain no-repeat;
    animation: 20s linear infinite rotation
}

.contentCircle,
.feature,
.home {
    position: relative
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.dotCircle .itemDot.active,
.dotCircle .itemDot:hover {
    color: #fff;
    transition: .5s;
    background: #fcb411;
    border: 2px solid #fff
}

.contentCircle {
    width: 600px;
    color: #222;
    float: left;
    margin-top: 10%
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222;
    text-align: left;
    opacity: 0;
    transform: scale(0);
    transition: .5s;
    font-size: 15px;
    width: 100%;
    right: 0;
    margin: auto;
    line-height: 80px
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: .5s
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000;
    opacity: .1
}

.industry_tab button.btn,
.portfolioFilterbar button.btn {
    border-radius: 0;
    padding: 0;
    margin: 0 10px
}

.industry_tab button.active,
.portfolioFilterbar button.active {
    color: #202020;
    font-weight: 700;
    border-bottom: 2px solid #fcb411
}

@media only screen and (min-width:300px) and (max-width:599px) {

    .dotCircle,
    .holderCircle::after {
        width: 100%;
        height: 100%
    }

    .holderCircle {
        margin: 110px auto
    }

    .dotCircle {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }
}

.home {
    background-color: #f7f8fb;
    height: 100vh;
    overflow: hidden
}

svg {
    position: absolute;
    right: 0;
    height: 152%;
    fill: #fcb411;
    top: -147px;
    bottom: 0
}

svg.yellow-square {
    position: absolute;
    right: 0;
    height: 335%;
    top: -340px;
    bottom: 0
}

svg.right-square {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0
}

.feature {
    padding-top: 70px
}

.large-logo,
.plant-contact,
.plant-home {
    position: absolute;
    z-index: 9
}

.blog,
.stats,
.team {
    padding-top: 30px
}

.large-logo {
    width: 75%;
    left: 40%;
    top: 25%
}

.plant-home {
    bottom: 2%;
    width: 57%;
    left: 36.5%
}

.plant-contact {
    bottom: -69%;
    left: 4.5%
}

.mt-90 {
    margin-top: 90px
}

.card-body .card-text {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.3
}

.card .card-body {
    padding: 0 30px 30px
}

.card {
    border: none;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    -webkit-box-shadow: 2px 2px 10px #e1e1e1;
    box-shadow: 2px 2px 10px #e1e1e1
}

.feature-icon,
.stats-icon {
    -webkit-transition: .5s;
    -o-transition: .5s
}

.card:hover,
.frontside .card:hover,
.scroll-top-wrapper:hover {
    background-color: #00a8ff
}

.feature-icon {
    font-size: 60px;
    color: #1d3557;
    transition: .5s
}

.feature-icon.center {
    color: #fcd22a
}

.card:hover .feature-icon {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    color: #fff;
    transition: .5s
}

.small-heading {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400
}
h3.sub-heading {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300
}

.heading,
.main-heading {
    font-family: Montserrat, sans-serif
}

h2.main-heading {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0
}
h3.sub-heading{font-size: 1.25rem; font-weight: 500; font-family: inherit;
color: #2b2b2b;
    line-height: 26px;
    letter-spacing: 0.5px;
}

h3.sub-heading{font-size: 1.25rem; font-weight: 500; font-family: inherit;
    color: #2b2b2b;
        line-height: 26px;
        letter-spacing: 0.5px;
    }
h3.sub-heading1 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 600
    }
h3.sub-heading1{font-size: 1.25rem; font-weight: 600; font-family: inherit;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.heading {
    font-size: 37px;
    font-weight: 300
}

.blog,
.stats {
    position: relative;
    background: #f7f8fb
}

.stats-text {
    width: 585px
}

.stats-text .home-text .sub-heading {
    font-size: 20px;
    color: #696969
}

.stats-icon {
    transition: .5s;
    margin-top: auto;
    margin-bottom: auto
}

.stats-box:hover .stats-icon {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.stats-icon i {
    font-size: 36px;
    color: #fcb411
}

.stats-box-text .numbering {
    font-size: 36px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap
}

.stats-box-text .sub-heading {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    letter-spacing: -1px;
    line-height: normal
}

.plant {
    position: absolute;
    right: 0;
    bottom: -167px
}

.contact,
.design,
.gallery,
.line-animation,
.main-timeline,
.name-img,
.plant-img,
.team,
.testimonial {
    position: relative
}

.team-text .sub-heading {
    font-size: 18px;
    color: #696969;
    line-height: 1.667
}

.team-owl .owl-nav button.owl-next,
.team-owl .owl-nav button.owl-prev {
    font-size: 40px;
    color: #acacac;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.team-owl .owl-prev span {
    position: absolute;
    left: -7%;
    top: 37%
}

.team-owl .owl-next span {
    position: absolute;
    right: -1%;
    top: 37%
}

.item .team-img {
    width: 80%
}

.team-tittle {
    padding: 15px 100px 20px 20px
}

.name-img .name {
    position: absolute;
    top: 8px;
    left: 26%;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    color: #fff
}

.team-tittle .sub-heading {
    font-size: 15px;
    font-weight: 400
}

.social-icons a i {
    width: 33px;
    height: 33px;
    background-color: transparent;
    color: #202020;
    padding: 9px 0;
    border-radius: 50%;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s
}

.social-icons a .fb:hover {
    background-color: #3b5998;
    color: #fff
}

.social-icons a .twt:hover {
    background-color: #00acee;
    color: #fff
}

.social-icons a .drb:hover {
    background-color: #ea4c89;
    color: #fff
}

.design {
    padding-top: 200px
}

.blog .home-text .sub-heading,
.design .stats-text .home-text .sub-heading {
    font-size: 16px;
    color: #747b86;
    line-height: 1.5
}

.design .stats-text .home-text h1.sub-heading {
    font-size: 20px;
    color: rgba(24, 33, 46, .702)
}

.gallery {
    padding: 100px 0
}

.cbp-wrapper-outer {
    overflow: visible
}

.blog-description .sub-heading,
.blog-img,
.box13,
.box20,
.box7,
.info-blog h4,
.main-timeline2,
.partners-thumbs ul li span,
.slick-list {
    overflow: hidden
}

.cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.cbp-l-loadMore-button .cbp-l-loadMore-link {
    padding: 12px 32px
}

.cbp-l-filters-button .cbp-filter-item {
    background: 0 0;
    padding: 0;
    margin: 0 15px 0 0;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #202020;
    font-family: Roboto, sans-serif;
    border-bottom: 2px solid transparent
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #f1c30f;
    background: 0 0;
    border-bottom: 3px solid #f1c30f
}

.cbp-item.even,
.cbp-l-filters-button .cbp-filter-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cbp-item.even {
    margin-top: -190px
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(0, 0, 0, .7)
}

.portfolio-hover-effect .hover-text {
    padding-left: 3%;
    padding-bottom: 2%
}

.portfolio-hover-effect .hover-text .p-hover-title {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}

.portfolio-hover-effect .hover-text .p-hover-des {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #fff
}

#js-loadMore-lightbox-gallery {
    margin-top: 45px
}

#js-loadMore-lightbox-gallery.active {
    margin-top: -180px;
    position: relative;
    z-index: 1
}

#js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px
}

.cbp-caption-active .cbp-caption-activeWrap {
    width: 94%;
    position: absolute;
    z-index: 2;
    height: 94%
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    left: 3%
}

.portfolio-foot-detail {
    padding-top: 3%
}

.portfolio-foot-detail .p-text {
    color: #202020;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 0
}

.form-content .form-group .form-control,
.portfolio-foot-detail .p-text:last-child,
ul.timeline>li:last-child {
    margin-bottom: 0
}
.form-content input{padding-left: -0px;}

.portfolio-foot-detail .p-num {
    color: #202020;
    font-size: 75px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: .9;
    margin: 0
}
#reused_form h2{font-size: 2.8rem;
font-weight: 600;
letter-spacing: 0.2rem;
}
#reused_form p{font-size: 13px;

}

.testimonial {
    padding-top: 100px
}

.testimonial-owl {
    margin-top: 2%
}

.item .quotes i {
    color: #fcb411;
    font-size: 23px
}

.testimonial-owl .item .testimonial-img {
    width: 105px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100px;
    overflow: hidden
}
#reused_form h2{ font-size: 22px; letter-spacing: 1.5px; font-weight: 600;}
#reused_form p{ font-size: 14px;}
#reused_form lable input{ margin-left: 3px;}
#reused_form button { border-radius: 20px;}
.estimation-popup.collapse.show a { margin-right: 30px;}
#reused_form input#image{ padding-left: -0px;}
#reused_form{overflow: hidden;}


.items .quote .sub-heading {
    font-size: 18px;
    color: #8f8f8f;
    line-height: 1.944
}

.testimonial-owl .owl-nav button.owl-next,
.testimonial-owl .owl-nav button.owl-prev {
    font-size: 53px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.testimonial-tittle h3 {
    font-size: 24px;
    font-family: Roboto, sans-serif;
    color: #202020;
    line-height: 1;
    font-weight: 400
}

.sponser-tags {
    padding-top: 4%
}

.brand-img {
    width: 65%;
    height: auto
}

.blog-item {
    margin: 5px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px
}

.margin_form,
.writer .writer-name {
    margin-top: auto;
    margin-bottom: auto
}

.blog-item:hover {
    border: 1px solid #00a8ff;
    background: 0 0
}

.blog-img {
    height: 200px
}

.blog-img img {
    height: 100%;
    transition: 1s
}

.blog-item:hover .blog-img img {
    transform: scale(1.3);
    transition: 1s
}

.writer-img {
    width: 16%;
    height: auto
}

.writer-img img {
    border-radius: 50%
}

.info-blog h3 {
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date p,
.writer .writer-name {
    font-family: Roboto, sans-serif
}

.blog-description .sub-heading {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: #888;
    line-height: 1.4;
    height: 45px;
    display: flex;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.writer .writer-name {
    font-size: 15px;
    line-height: 1.6
}

.date p {
    font-size: 12px;
    color: #fa2851;
    line-height: 2
}

.animated-listing ul p,
.career p,
.footer-nav li {
    line-height: normal
}

.blog-text {
    padding: 20px
}

svg.blog {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    max-height: 550px
}

.contact {
    padding-top: 0;
    background: url(../images/footer-bg.webp) top left 17% no-repeat
}

.padding_button {
    padding: 13px 0 !important
}

.contact-list {
    padding-left: 0
}

.alert-danger,
.alert-success {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 4px !important;
    font-family: "Open Sans", sans-serif;
    display: block
}

.contact-list li {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    list-style: none;
    margin-bottom: 5px
}

ul.contact-list a:hover {
    color: #23ced5
}

.alert-success {
    color: #28a745
}

.alert-danger {
    color: #dc3545
}

.user-danger {
    border-color: #dc3545 !important
}

.user-success {
    border-color: #ced4da !important
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .75rem 2rem;
    font-size: 16px
}

.form-group {
    margin-bottom: 1.4rem
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, .25);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, .25)
}

.address-icon {
    color: #fcb411;
    font-size: 25px
}

.address p {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    color: rgba(37, 37, 37, .702);
    font-weight: 400
}

svg.contact-square {
    top: -260px;
    height: 230%
}

.contact-plant {
    position: absolute;
    top: 116%
}

.shadow-contact {
    position: absolute;
    top: 148%;
    left: 6%
}

.career,
.portfolio {
    padding: 50px 0 100px
}

ul.footer_ul {
    list-style: none;
    display: flex
}

li.footer_list i {
    display: inline-block;
    margin-right: 14px;
    font-size: 22px;
    color: #2a2a2a;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: transparent;
    border-radius: 50px;
    padding-top: 13px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.footer-nav li a,
.footer_text {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.main,
.quote_text .quote {
    -webkit-transition: .2s;
    -o-transition: .2s
}

li.footer_list .fb:hover {
    color: #fff;
    background-color: #3b5998
}

li.footer_list .link:hover {
    color: #fff;
    background-color: #0e76a8
}

li.footer_list .twt:hover {
    color: #fff;
    background-color: #00acee
}

li.footer_list .gogle:hover {
    color: #fff;
    background-color: #fcb411
}

li.footer_list .inst:hover {
    color: #fff;
    background-color: red
}

li.footer_list .gmail:hover {
    color: #fff;
    background-color: #8b0000
}

.footer_text {
    color: #888
}

.comment_text,
.main_written,
.text_dummy {
    color: #202020
}

.footer {
    padding-top: 110px !important
}

.footer-nav {
    list-style: outside;
    margin: 0 0 0 15px;
    padding: 0;
    display: block
}

.footer-nav li {
    margin-bottom: 7px
}

.footer-nav li a {
    color: rgba(37, 37, 37, .702)
}

header {
    z-index: 999;
    position: relative
}

header .logo a img {
    max-width: 90%
}

.header-img {
    background: url(../img/banner.webp) bottom/cover fixed;
    height: 400px;
    position: relative
}

header .fixed-menu .logo a {
    display: block;
    max-width: 200px;
    margin: 9px 0 0 10px
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6)
}

.box13,
.box20,
.box7,
.frontside,
.mainflip,
.title-box .title {
    position: relative
}

.margin-heading {
    padding-top: 17.5%;
    padding-bottom: 8%
}

.blog_detail-heading {
    color: #202020;
    font-size: 26px;
    font-family: Montserrat, sans-serif
}

.main-timeline2 .timeline:nth-child(2),
.mt-6,
.mt-70 {
    margin-top: 70px
}

.mejs__controls:not([style*="display: none"]) {
    background: #000
}

.text_dummy {
    font-family: Roboto, sans-serif;
    margin-top: 15px;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 15px
}

.comment_text,
.main_written,
.quote_text .quote {
    font-size: 24px;
    font-family: Montserrat, sans-serif
}

.quote_text .quote {
    color: #fcb411;
    transition: .2s;
    width: 480px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: left;
    font-weight: 700
}

.quote_text {
    margin-bottom: 20px
}

.verticle_lineQ {
    width: 2.3px;
    height: 75px;
    background-color: #fcb411;
    text-align: right;
    margin-top: -87px;
    margin-left: 38.7rem
}

.icon_text,
.written_text {
    margin-bottom: auto;
    margin-top: auto
}

.blogN_images img,
.image,
.img-area img {
    height: 100%;
    width: 100%
}

.pt-6 {
    padding-top: 40px
}

.written_outerbox {
    height: auto;
    width: auto;
    background-color: #f6f6f6
}

.written_outerbox .written_img {
    width: 20%;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-left: 60px;
    margin-top: 40px;
    margin-bottom: 40px
}

.written_text {
    margin-left: 20px
}

.comment_text {
    text-align: center
}

.user_icon {
    color: #d3d3d3;
    font-size: 65px;
    background: #f6f6f6;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 15px 15px 15px 21px
}

.form-control,
.form-control:focus {
    border-color: #ced4da;
    color: #8799a3
}

.icon_text {
    padding-left: 20px
}

.height {
    line-height: 25px;
    font-size: 17px
}

.font {
    font-size: 21px
}

.icon_comment {
    display: flex;
    margin-top: 50px
}

.margin_days {
    font-size: 18px;
    margin-bottom: 10px
}

.pt-lg-10 {
    padding-top: 7rem
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem transparent;
    box-shadow: 0 0 0 .2rem transparent
}

.search_outerbox {
    background-color: #f6f6f6;
    width: auto;
    height: auto
}

.input-group {
    padding: 30px 38px 30px 35px
}

.form-control:focus {
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem transparent;
    box-shadow: 0 0 0 .2rem transparent
}

.form-control {
    font-family: Montserrat, sans-serif
}

.btn-search {
    background-color: #202020;
    border-radius: 0;
    color: #fff;
    padding: .75rem;
    border: 1px solid #202020;
    -webkit-animation: .8s;
    animation: .8s
}

.outer_popular,
.outer_tag,
.topic_outerbox {
    background-color: #f6f6f6
}

.btn-search:active,
.btn-search:hover {
    background-color: #202020;
    color: #fff;
    border-color: #202020
}

.display,
.features_tab_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.topic_outerbox {
    height: auto;
    width: auto;
    padding-bottom: 12px
}

.main_tag,
.outer_popular h2,
.topic_outerbox h2 {
    color: #202020;
    font-size: 26px;
    padding-left: 42px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif
}

.topic_outerbox ul {
    list-style: none;
    padding: 0
}

.topic_outerbox li {
    color: #202020;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 500;
    overflow: hidden !important;
    font-family: Montserrat, sans-serif
}

.tag_text a,
.text_post span {
    font-family: Roboto, sans-serif
}

.topic_outerbox li a {
    color: #000;
    padding-right: 5px
}

.dots {
    letter-spacing: 6.5px;
    font-size: 16px;
    font-weight: 400
}

.main,
.text_post span {
    font-weight: 500;
    letter-spacing: 0;
    color: #202020;
    cursor: pointer
}

.inner-box {
    margin-left: 13%;
    margin-right: 13%;
    text-align: center
}

.inner-box1 {
    margin-left: 12%;
    margin-right: 13%;
    text-align: center
}

.inner_tag,
.outer {
    margin-left: 13%;
    margin-right: 13%
}

.outer_popular {
    height: auto;
    width: auto;
    padding-bottom: 35px
}

.pt-lg-4 {
    padding-top: 2rem
}

.popular_image {
    height: 100%;
    width: 35%
}

.text_post {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: auto
}

.main {
    font-size: 17px;
    margin-bottom: 10px;
    transition: .2s;
    line-height: 18px;
    font-family: Montserrat, sans-serif
}

.date {
    color: gray;
    font-size: 14px;
    margin-bottom: 4px;
    font-family: Montserrat, sans-serif
}

.text_post span {
    font-size: 14px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.outer_tag {
    height: auto;
    width: auto;
    padding-bottom: 30px
}

span {
    display: unset
}

.tag_text a:hover {
    color: #fff;
    background-color: #fcb411;
    border: 1px solid transparent
}

.tag_text a {
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    border: 1px solid #202020;
    padding: 5px 12px;
    margin-top: 9px;
    display: inline-block
}

.sale_img {
    width: 100%;
    height: 100%
}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    z-index: -1
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #00a8ff
}

.rectangle-list a,
.rounded-list a {
    background: #ddd;
    color: #444;
    text-decoration: none
}

.title-box p {
    font-size: 17px;
    line-height: 2em
}

.engagement-models-tabs,
.multiple-slides {
    padding-top: 0
}

.multiple-slides .carousel-indicators {
    bottom: auto;
    top: 0;
    border-bottom: 3px solid #ccc;
    margin: 0;
    position: inherit
}

.multiple-slides .carousel-indicators li {
    width: 33.333%;
    height: auto;
    text-indent: 0;
    text-align: center;
    background: 0 0;
    border: none;
    color: #888;
    margin: 0 0 -3px;
    padding: 5px;
    opacity: 1;
    font-size: 18px
}

.multiple-slides .carousel-indicators li:first-child {
    border-radius: 3px 0 0 3px
}

.multiple-slides .carousel-indicators li:last-child {
    border-radius: 0 3px 3px 0
}

.multiple-slides .carousel-indicators li.active {
    background: 0 0;
    border-bottom: 3px solid #00a8ff;
    color: #00a8ff
}

.box7:after,
.box7:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(11, 33, 47, .5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s
}

.box7,
.box7 .icon li a {
    text-align: center
}

.box7:after {
    background: rgba(255, 255, 255, .3);
    border: 2px solid #fcb411;
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: 1s
}

.box13 .social li a,
.box7 .icon li a {
    border-radius: 50%;
    width: 35px;
    line-height: 35px;
    height: 35px
}

.box7:hover:before {
    opacity: 1
}

.box7:hover:after {
    left: -170%
}

.box13 img,
.box20 img,
.box7 img {
    width: 100%;
    height: auto
}

.box7 .box-content {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: .5s
}

.box7:hover .box-content {
    bottom: 6%
}

.box7 .title {
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0
}

.box7 .post {
    font-style: italic;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px
}

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

.box7 .icon li a {
    display: block;
    background: #fcb411;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: .5s
}

.box13 .social li a,
.box13:after {
    display: block;
    transition: .4s ease-in-out
}

.box7 .icon li a:hover,
.rounded-list a:hover:before {
    transform: rotate(360deg)
}

.box13 {
    text-align: center;
    transition: .2s ease-out
}

.box13 .box-content,
.box13:after {
    position: absolute;
    left: 20px;
    right: 20px
}

.box13:after {
    content: "";
    background: #1d3557;
    top: 20px;
    bottom: 20px;
    opacity: 0;
    transform: rotate3d(-1, 1, 0, 100deg)
}

.box13:hover:after {
    opacity: .9;
    transform: rotate3d(0, 0, 0, 0deg)
}

.box13 .box-content {
    top: 45%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(10%, -30%);
    transform: translate(10%, -30%);
    transition: .2s ease-out
}

.box13:hover .box-content {
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: 0.2s
}

.box13 .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fcb411;
    margin: 0 0 10px
}

.box13 .post {
    display: block;
    font-size: 15px;
    color: #f7f7b9;
    margin-bottom: 20px
}

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

.box13 .social li a {
    background: #f7f7b9;
    font-size: 17px;
    color: #1b1462;
    margin-right: 5px
}

.box13 .social li a:hover {
    color: #f7f7b9;
    background: #fcb411
}

.backside,
.why-work-funavry .card:hover .card-icon {
    background: #fff
}

.box20 {
    border: 1px solid #f5f5f5;
    padding: 10px;
    transition: .5s
}

.box20:hover {
    padding: 0;
    transition: .5s
}

.box20:after,
.box20:before {
    position: absolute;
    content: ""
}

.box20:before {
    width: 80%;
    height: 220%;
    background: #fcb411;
    top: -50%;
    left: -100%;
    z-index: 1;
    transform: rotate(25deg);
    transform-origin: center top 0;
    transition: .5s
}

.box20:hover:before {
    left: 10%
}

.box20:after {
    width: 55%;
    height: 175%;
    background-color: rgba(0, 0, 0, .8);
    bottom: -1000%;
    left: 53%;
    transform: rotate(-33deg);
    transform-origin: center bottom 0;
    transition: .8s
}

.box20 .box-content,
.box20 .icon {
    padding: 0 10px;
    position: absolute;
    transition: 1.1s;
    z-index: 2;
    left: 0
}

.box20 .box-content {
    width: 70%;
    top: -100%;
    color: #fff
}

.box20:hover:after {
    bottom: -70%
}

.box20:hover .box-content {
    top: 30px
}

.box20 .title {
    font-size: 16px;
    margin: 0;
    font-weight: 600
}

.box20 .icon li a,
.box20 .post {
    display: inline-block;
    font-size: 14px
}

.box20 .post {
    margin-top: 5px;
    line-height: normal;
    font-size: 13px
}

.box20 .icon {
    width: 100%;
    list-style: none;
    margin: 0;
    bottom: -100%
}

.box20:hover .icon {
    bottom: 25px
}

.box20 .icon li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #444;
    border-radius: 50%;
    margin: 0 3px;
    color: #fff;
    text-align: center;
    transition: .5s
}

.box20 .icon li a:hover {
    background: #fff;
    color: #ff402a
}

.box20 .post,
.box20 .title {
    text-transform: capitalize
}

@media only screen and (max-width:479px) {
    .box20 .title {
        font-size: 20px
    }
}

.why-work-funavry {
    padding: 0 0 100px
}

.why-work-funavry .card-icon {
    background: #f7f8fb;
    color: #00a8ff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 40px auto;
    text-align: center;
    border-radius: 10px;
    transform: rotate(45deg)
}

.why-work-funavry .card-icon i {
    transform: rotate(-45deg);
    display: inline-block
}

.why-work-funavry .card-details {
    color: #fff;
    font-size: 14px
}

.image-flip.hover .backside,
.image-flip:hover .backside {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -o-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    border-radius: .25rem
}

.image-flip.hover .frontside,
.image-flip:hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d
}

.frontside {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    z-index: 2;
    margin-bottom: 30px
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.backside,
.frontside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d
}

.frontside .card {
    height: 240px;
    box-shadow: none;
    border: 1px solid #f5f5f5
}

.backside .card {
    background: #1d3557;
    height: 240px;
    box-shadow: none;
    border: 1px solid #1d3557
}

.frontside .card .card-title {
    color: #888;
    margin: 0;
    font-size: 17px;
    font-weight: 500
}

.backside .card .card-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #888;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    width: 100%
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #1d3557;
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 3px solid #1d3557;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 31%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #1d3557;
    font-size: 50px;
    color: #fff;
    line-height: 85px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 3px;
    background: #1d3557;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: 0 0;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 40px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 92%;
    height: 100%;
    border: 3px solid #1d3557;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #1d3557;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #1d3557;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    min-height: 50px
}

.main-timeline .description ol {
    list-style: decimal;
    margin-left: 20px
}

.main-timeline .description ol li {
    margin-bottom: 5px
}

.main-timeline .description ul {
    font-size: 15px;
    line-height: 18px
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    left: auto;
    right: 31%;
    border-color: #fcb411
}

.main-timeline .timeline:nth-child(2n) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(2n) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg);
    border-left-color: #fcb411;
    border-bottom-color: #fcb411
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    background: #fcb411
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before,
.main-timeline2 .timeline:nth-child(2n) .icon,
.main-timeline2 .timeline:nth-child(2n) .timeline-content,
.main-timeline2 .timeline:nth-child(2n) .timeline-content:after,
.main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
    background: #00a8ff
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #00a8ff
}

.animated-listing ul li:hover .list-content a,
.main-timeline .timeline:nth-child(3n) .title {
    color: #00a8ff
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #00a8ff;
    border-bottom-color: #00a8ff
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 40px
    }

    .stats-box-text .sub-heading {
        font-size: 18px
    }
}

@media only screen and (max-width:990px) {

    .box,
    .box13,
    .box20 {
        margin-bottom: 30px
    }

    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 32%
    }

    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        right: 32%
    }

    .main-timeline .timeline-content {
        margin-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(2n) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(2n) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:500px) {

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }

    .holderCircle {
        transform: scale(.5)
    }
}

.main-timeline2 {
    padding-top: 50px;
    position: relative;
    margin-bottom: 50px
}

.main-timeline2:before {
    content: "";
    width: 7px;
    height: 100%;
    background: #084772;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0
}

.main-timeline2 .timeline {
    width: 50%;
    float: left;
    padding: 20px 60px;
    border-top: 7px solid #084772;
    border-right: 7px solid #084772;
    border-radius: 0 30px 0 0;
    position: relative;
    right: -3.5px
}

.main-timeline2 .icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #1d3557;
    border: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    box-shadow: 0 0 0 2px #1d3557;
    position: absolute;
    top: -30px;
    left: 0
}

.main-timeline2 .timeline-content {
    display: block;
    padding: 30px;
    border-radius: 20px;
    background: #1d3557;
    color: #fff;
    position: relative
}

.main-timeline2 .timeline-content:hover {
    text-decoration: none;
    color: #fff
}

.main-timeline2 .timeline-content:after,
.main-timeline2 .timeline-content:before {
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    border-radius: 10px;
    background: #1d3557;
    border: 1px solid #fff;
    position: absolute;
    top: -35px;
    left: 50px
}

.main-timeline2 .timeline-content:after {
    left: auto;
    right: 50px
}

.main-timeline2 .title {
    font-size: 24px;
    margin: 0;
    color: #fff
}

.main-timeline2 .description {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 5px
}

.main-timeline2 .timeline:nth-child(2n) {
    border-right: none;
    border-left: 7px solid #084772;
    border-radius: 30px 0 0;
    right: auto;
    left: -3.5px
}

.main-timeline2 .timeline:nth-child(2n) .icon {
    left: auto;
    right: 0;
    box-shadow: 0 0 0 2px #00a8ff
}

.main-timeline2 .timeline:nth-child(odd) {
    margin: -80px 0 30px
}

.main-timeline2 .timeline:nth-child(2n) {
    margin-bottom: 40px
}

.main-timeline2 .timeline:first-child,
.main-timeline2 .timeline:last-child:nth-child(2n) {
    margin: 0 0 30px
}

.main-timeline2 .timeline:nth-child(3n) .icon,
.main-timeline2 .timeline:nth-child(3n) .timeline-content,
.main-timeline2 .timeline:nth-child(3n) .timeline-content:after,
.main-timeline2 .timeline:nth-child(3n) .timeline-content:before {
    background: #ff9e09
}

.main-timeline2 .timeline:nth-child(3n) .icon {
    box-shadow: 0 0 0 2px #ff9e09
}

.main-timeline2 .timeline:nth-child(4n) .icon,
.main-timeline2 .timeline:nth-child(4n) .timeline-content,
.main-timeline2 .timeline:nth-child(4n) .timeline-content:after,
.main-timeline2 .timeline:nth-child(4n) .timeline-content:before {
    background: #888
}

.main-timeline2 .timeline:nth-child(4n) .icon {
    box-shadow: 0 0 0 2px #888
}

@media only screen and (max-width:767px) {
    .main-timeline2:before {
        left: 0;
        right: auto
    }

    .main-timeline2 .timeline,
    .main-timeline2 .timeline:nth-child(2n),
    .main-timeline2 .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        padding: 20px 30px;
        margin: 0 0 30px;
        border-right: none;
        border-left: 7px solid #084772;
        border-radius: 30px 0 0;
        right: auto;
        left: 0
    }

    .main-timeline2 .icon {
        left: auto;
        right: 0
    }
}

@media only screen and (max-width:480px) {
    .main-timeline2 .title {
        font-size: 18px
    }
}

.engagement-models-tabs .nav-tabs {
    border: none;
    max-width: 700px;
    margin: 0 auto 50px
}

.engagement-models-tabs .nav-tabs .nav-item {
    max-width: 48%;
    margin: auto
}

.engagement-models-tabs .nav-tabs .nav-link {
    border: none;
    background: #f7f8fb;
    padding: 30px 10px;
    height: 150px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #1d3557;
    border-radius: 20px 60px 0;
    transition: .7s
}

.engagement-models-tabs .nav-tabs .nav-link.active,
.engagement-models-tabs .nav-tabs .nav-link:hover {
    border: none;
    color: #fff;
    transition: .7s;
    background: #fcb411
}

.engagement-models-tabs .nav-tabs .nav-link:hover {
    border-radius: 60px 20px 60px 0
}

.interactive-blocks .card.iot-card:hover .card-body,
.interactive-blocks .card:hover .card-body {
    background: url(../images/technology-images/iot.webp) 0 0/cover no-repeat
}

.engagement-models-tabs .nav-tabs .nav-link span {
    display: block;
    line-height: normal
}

.engagement-models-tabs .nav-tabs .nav-link i {
    margin-bottom: 0;
    display: block;
    font-size: 40px
}

.engagement-models-tabs .models-image {
    max-width: 900px;
    margin: auto
}

.horizontal-slider.features_tab_inner .features_tab_left .features_tab {
    display: flex;
    justify-content: space-between
}

.horizontal-slider.features_tab_inner .features_tab_left .features_tab li .tab_icon {
    position: initial;
    left: auto;
    top: auto;
    margin-bottom: 5px
}

.horizontal-slider.features_tab_inner .features_tab_left .features_tab li {
    padding: 20px 10px;
    text-align: center;
    width: 45%
}

.horizontal-slider.features_tab_inner .features_tab_left .features_tab li .heading {
    font-size: 13px;
    line-height: normal
}

.block-list {
    list-style: none;
    position: relative
}

.block-list:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%
}

.block-list li,
.mapael .map,
.rectangle-list a,
.rounded-list a,
.slick-list,
.slick-slide,
.slick-slider,
.slick-track,
ul.timeline,
ul.timeline>li {
    position: relative
}

.block-list li {
    font-size: 16px;
    margin-bottom: 25px;
    transition: 1s;
    padding-left: 30px;
    line-height: normal
}

.block-list li:before {
    content: "";
    background: #1d3557;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 0;
    transform: rotate(45deg);
    transition: 1s;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 99
}

.rectangle-list a:before,
.rounded-list a:before {
    content: counter(li);
    counter-increment: li;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    font-weight: 700
}

.block-list li:hover:before {
    background: #00a8ff;
    transform: rotate(0);
    transition: 1s
}

.block-list li ol,
.block-list li ul {
    margin-top: 10px
}

.rounded-list a {
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    border-radius: .3em;
    transition: .3s ease-out
}

.rectangle-list a:hover,
.rounded-list a:hover {
    background: #eee
}

.rounded-list a:before {
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    border: .3em solid #fff;
    border-radius: 2em;
    transition: .3s ease-out
}

.rectangle-list a {
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    transition: .3s ease-out
}

.features-heading h2,
.features-heading p,
.features-wrap h3,
.features-wrap p {
    color: #212121;
    font-family: Montserrat, sans-serif
}

.rectangle-list a:before {
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: salmon
}

.rectangle-list a:after {
    position: absolute;
    content: "";
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: .3s ease-out
}

ul.timeline:before,
ul.timeline>li:before {
    content: " ";
    display: inline-block;
    z-index: 400
}

.rectangle-list a:hover:after {
    left: -.5em;
    border-left-color: salmon
}

ul.timeline {
    list-style-type: none
}

ul.timeline:before {
    background: #d4d9df;
    position: absolute;
    left: 9px;
    width: 2px;
    height: 100%
}

.partners-thumbs ul li span,
.slick-slider .slick-slide span {
    position: absolute;
    background: #f2f2f2;
    color: #1d3557;
    font-weight: 500;
    padding: 3px;
    opacity: 1;
    line-height: normal;
    text-align: center;
    bottom: 0
}

.partners .grayscale img,
.partners .partners-grayscale img {
    height: 100px;
    margin-bottom: 5px
}

ul.timeline>li {
    margin: 20px 0;
    padding-left: 32px;
    font-size: 16px;
    line-height: normal
}

ul.timeline>li:last-child:before {
    top: 10%
}

ul.timeline>li:before {
    background: #f7f8fb;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #00a8ff;
    left: 0;
    width: 20px;
    height: 20px;
    transition: .3s ease-out
}

ul.timeline>li:hover:before {
    border-radius: 0;
    transform: rotate(45deg);
    transition: .3s ease-out
}

ul.timeline>li:after {
    content: "."
}

.partners {
    padding: 70px 0 35px
}

.partners-thumbs ul li,
.slick-slide {
    background: 0 0;
    padding: 25px;
    transition: 1s;
    color: #888
}

.partners .grayscale img {
    filter: grayscale(1);
    transition: 1s
}

.partners .grayscale img:hover {
    filter: grayscale(0);
    transition: 1s
}

.partners-thumbs ul,
.technologies-thumbs ul {
    list-style-image: none;
    margin: 0;
    padding: 0
}

.partners-thumbs ul li {
    border: 1px solid #ccc;
    height: 122px;
    width: 145px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    position: relative
}

.partners-thumbs ul li:hover,
.technologies-thumbs ul li:hover {
    background: #fff;
    transition: 1s
}

.partners-thumbs ul li img {
    width: 85%;
    max-height: 100%;
    transition: 1s
}

.partners-thumbs ul li:hover img,
.technologies-thumbs ul li:hover img {
    transform: scale(1.2);
    transition: 1s
}

.partners-thumbs ul li span {
    left: 0;
    width: 100%;
    display: block;
    justify-content: center;
    flex-direction: column;
    transition: 1s;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 18px
}

.partners-thumbs ul li:hover span,
.slick-slider .slick-slide:hover span,
.technologies-thumbs ul li:hover span {
    opacity: 0;
    transition: 1s
}

.slick-slide {
    margin: 0 22px 0 0;
    border: 1px solid #ccc;
    border-radius: 3px
}

.slick-slide:hover {
    background: #fdfdfd;
    transition: 1s
}

.slick-slide img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    transition: 1s;
    margin-bottom: 8px;
    display: block
}

.slick-slide:hover img {
    transform: scale(1.1);
    transition: 1s
}

.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    display: block;
    padding-bottom: 1px
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slider .slick-slide span {
    left: 0;
    width: 100%;
    display: block;
    justify-content: center;
    flex-direction: column;
    transition: 1s;
    font-size: 12px
}

.mapael .map {
    width: 450px
}

.mapael .mapTooltip {
    position: absolute;
    background-color: #fff;
    -moz-opacity: 0.7;
    opacity: .7;
    border-radius: 10px;
    padding: 5px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    color: #343434;
    line-height: normal
}

.estimation-popup {
    top: 0;
    height: 100vh;
    right: 0;
    z-index: 999999;
    position: fixed;
    max-width: 500px;
    overflow-y: auto;
    background: #fff;
    padding: 1rem;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.estimation-popup .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px
}

.estimation-popup .estimate-iframe {
    width: 100vw;
    height: 95vh
}

.form-content .form-group {
    margin-bottom: 1rem
}

.form-content .form-group label {
    font-weight: 300
}

.btn-submit,
.form-content .btn-submit {
    font-size: 16px;
    color: #fff
}

.sticky-sections {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 99
}

.sticky-sections ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sticky-sections ul li {
    margin-bottom: 1px
}

.sticky-sections ul li a {
    background: #00a8ff;
    padding: 10px;
    font-size: 0;
    font-weight: 600;
    color: #fff;
    display: flex;
    width: 50px;
    white-space: nowrap;
    transition: 1s;
    line-height: 24px
}

.sticky-sections ul li a i {
    font-size: 24px;
    padding-right: 15px
}

.sticky-sections ul li a:hover {
    background: #fcb411;
    width: 190px;
    transition: 1s;
    font-size: 13px;
    padding-right: 20px
}

#home.page-banner {
    height: 350px;
    min-height: 50px
}

.page-banner {
    padding-top: 180px;
    background: url(../images/banner2.webp) 0 0/cover no-repeat;
    position: relative
}

.tools-technologies-section,
.tools-technologies-section-comp {
    padding: 100px 0;
    animation: 30s linear infinite animatedBackground;
    z-index: 1;
    min-height: 400px;
    -webkit-box-direction: normal;
    width: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    min-width: 100%
}

.page-banner .container {
    position: relative;
    z-index: 9
}

.page-banner:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00a8ff29;
    top: 0
}

.background-blocks .card,
.interactive-blocks .card {
    margin-bottom: 30px;
    height: 150px;
    box-shadow: none;
    overflow: hidden
}

.page-banner svg.yellow-square {
    height: 323%;
    top: -147px;
    display: none
}

.page-banner .page-video {
    position: absolute;
    top: -20%;
    left: 0
}

#particles-js,
#particles-js2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.interactive-blocks .card {
    border: 1px solid #e8e6e6;
    background: #f7f8fb;
    transition: 1s
}

.interactive-blocks .card:hover {
    border: 1px solid transparent
}

.interactive-blocks .card .card-body {
    position: relative;
    text-align: center;
    padding: 30px 10px;
    font-size: 30px;
    height: 100%;
    width: 100%;
    background: 0 0/cover no-repeat #f7f8fb;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.interactive-blocks .card:hover .card-body {
    transform: scale(1.2);
    transition: 1s
}

.interactive-blocks .card.ai-ml-card:hover .card-body {
    background: url(../images/technology-images/ai-ml.webp) 0 0/cover no-repeat
}

.interactive-blocks .card.blockchain-card:hover .card-body {
    background: url(../images/technology-images/blockchain.webp) 0 0/cover no-repeat
}

.interactive-blocks .card.vr-card:hover .card-body {
    background: url(../images/technology-images/vr.webp) 0 0/cover no-repeat
}

.interactive-blocks .card.ig-card:hover .card-body {
    background: url(../images/technology-images/identity-governance.webp) 0 0/cover no-repeat
}

.interactive-blocks .card.erp-card:hover .card-body {
    background: url(../images/technology-images/erp.webp) 0 0/cover no-repeat
}


.form-content .btn-submit, .form-content .btn-submit {
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
}
.interactive-blocks .card .card-body:after {
    content: "";
    background: #1d355742;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.interactive-blocks .card .card-body .card-icon {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 35px;
    z-index: 5
}

.interactive-blocks .card .card-body h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    z-index: 5
}

.interactive-blocks .card:hover .card-body h3 {
    color: #fff;
    font-weight: 700;
    padding-top: 40px
}

.background-blocks .card {
    border: none;
    background: 0 0;
    transition: 1s
}

.background-blocks .card .card-body {
    text-align: center;
    padding: 10px;
    font-size: 30px;
    width: 100%;
    background: linear-gradient(to right, #00a8ffbf 30%, #00a8ffbf 100%);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #00a8ff;
    display: grid;
    height: 100%;
    flex-direction: column;
    align-content: center !important
}

.background-blocks .card:hover .card-body {
    background: 0 0;
    transition: 1s;
    border: 1px solid #fcb411
}

.background-blocks .card .card-body .card-icon {
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 40px;
    color: #fff
}

.background-blocks .card .card-body h3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #fff
}

.tools-technologies-section {
    background: url(../images/sliding-bg.webp) center center/cover no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.tools-technologies-section-comp {
    background: url(../images/sliding-bg-prev.webp) center center/cover no-repeat;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

@keyframes animatedBackground {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.tools-technologies-section-comp:before,
.tools-technologies-section:before {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #1d3557ed), to(transparent));
    background: linear-gradient(to right, #1d3557ed 30%, rgba(26, 44, 121, .18) 100%)
}

.features_tab_inner .features_tab_left,
.features_tab_inner .features_tab_right {
    width: 50%;
    float: left
}

.features_tab_inner .features_tab_left .features_tab {
    max-width: 620px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 20px;
    border: 0;
    position: relative;
    width: auto;
    left: 0;
    bottom: 0;
    text-align: left;
    display: block
}

.features_tab_inner .features_tab_left .features_tab li {
    margin: 0 0 10px;
    display: block;
    width: auto;
    max-width: 100%;
    padding: 30px 30px 30px 80px;
    height: 100%;
    text-indent: inherit;
    border-radius: 5px;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    border: 1px solid #eee;
    position: relative
}

.features_tab_inner .features_tab_left .features_tab li .tab_icon {
    position: absolute;
    left: 30px;
    top: 31px;
    font-size: 26px
}

.features_tab_inner .features_tab_left .features_tab li .heading {
    font-size: 18px;
    line-height: 28px;
    color: #555;
    font-weight: 600;
    display: block;
    position: relative;
    padding-bottom: 0
}

.features_tab_inner .features_tab_left .features_tab li .summary {
    font-size: 15px;
    line-height: 25px;
    color: #555;
    display: none
}

.features_tab_inner .features_tab_left .features_tab li.active,
.features_tab_inner .features_tab_left .features_tab li:focus,
.features_tab_inner .features_tab_left .features_tab li:hover {
    background-color: #00a8ff08
}

.features_tab_inner .features_tab_right .carousel-inner {
    padding-right: 0;
    text-align: center;
    -webkit-transition: 625ms cubic-bezier(0, 0, .2, 1);
    -o-transition: 625ms cubic-bezier(0, 0, .2, 1);
    transition: 625ms cubic-bezier(0, 0, .2, 1);
    position: relative;
    padding-left: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top
}

.features_tab_inner .features_tab_right .carousel-inner .carousel-item {
    opacity: 0;
    left: 30px;
    -webkit-transition: 625ms cubic-bezier(0, 0, .2, 1);
    -o-transition: 625ms cubic-bezier(0, 0, .2, 1);
    transition: 625ms cubic-bezier(0, 0, .2, 1);
    padding-bottom: 23px;
    padding-top: 10px
}

.features_tab_inner .features_tab_right .carousel-inner img {
    position: relative;
    -webkit-transition: 625ms cubic-bezier(0, 0, .2, 1);
    -o-transition: 625ms cubic-bezier(0, 0, .2, 1);
    transition: 625ms cubic-bezier(0, 0, .2, 1);
    max-width: 100%
}

.features_tab_inner .features_tab_right .carousel-inner .active {
    opacity: 1;
    visibility: visible;
    display: block;
    left: 0;
    -webkit-transition: .6s linear;
    -o-transition: .6s linear;
    transition: .6s linear
}

.features_tab_inner .features_tab_right .carousel-inner .active img {
    left: 0;
    opacity: 1
}

.services-cards .card {
    box-shadow: none;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    margin: 0 -1px -1px 0;
    background: 0 0
}

.services-cards .card:hover {
    background: #00a8ff;
    border-color: #00a8ff
}

.services-cards .card .card-body {
    padding: 10px 20px 20px
}

.services-cards .card .card-text {
    color: #888
}

.services-cards .card .feature-icon {
    padding-top: 30px;
    color: #00a8ff;
    font-size: 55px;
    width: 90px;
    height: 90px;
    margin: auto
}

.services-cards .card:hover .feature-icon {
    padding-top: 20px;
    background: #00a8ff;
    border-radius: 50px;
    line-height: 40px;
    color: #fff
}

.services-icon {
    width: 30px
}

#home .main-heading {
    font-size: 29px
}

#home .sub-heading {
    line-height: 28px
}

.ld-particles-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.animated-listing ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.animated-listing ul:after {
    content: "";
    display: block;
    clear: both
}

.animated-listing ul li {
    margin-bottom: 20px;
    width: 50%;
    float: left
}

.animated-listing ul li .icon-shape {
    border: 1px solid #ccc;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    transform: rotate(0);
    transition: transform 1s
}

.technologies-tabs .nav-pills .nav-link,
.technologies-thumbs ul li {
    border: 1px solid #ccc;
    justify-content: center;
    align-content: center;
    background: 0 0
}

.animated-listing ul li .icon-shape i {
    color: #1d3557;
    font-size: 34px;
    transform: rotate(0) scale(1);
    transition: transform 1s
}

.animated-listing ul li:hover .icon-shape {
    transform: rotate(45deg);
    border-color: #00a8ff;
    transition: transform 1s
}

.animated-listing ul li:hover .icon-shape i {
    transform: rotate(-45deg) scale(1.1);
    transition: transform 1s;
    color: #00a8ff
}

.animated-listing ul li .list-content h3 {
    color: #1d3557;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Montserrat, sans-serif;
    font-size: 17px
}

.animated-listing ul li .list-content a {
    color: #1d3557
}

.animated-listing ul li .list-content p {
    color: #888;
    height: 35px;
    display: flex;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.animated-listing ul li .list-content p.three-line {
    height: 53px;
    display: flex;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.technologies-tabs .nav-pills .nav-link {
    margin-bottom: -1px;
    color: #888;
    height: 97px;
    width: 130px;
    text-align: center;
    border-radius: 0;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    transform: rotate(0);
    transition: transform 1s;
    line-height: normal;
    padding: 3.2rem 1rem
}

.page-tabs .nav .nav-link:hover,
.technologies-tabs .nav-pills .nav-link.active,
.technologies-tabs .nav-pills .nav-link:hover {
    border: 1px solid #00a8ff;
    background: #fdfdfd;
    color: #00a8ff
}

.technologies-tabs .nav-pills .nav-link.active {
    transform: rotate(-180deg);
    z-index: 2;
    transition: transform 1s
}

.technologies-tabs .nav-pills .nav-link.active span {
    transform: rotate(180deg);
    transition: transform 1s
}

.technologies-tabs .tab-content {
    padding: 0 20px
}

.technologies-thumbs ul li {
    color: #888;
    height: 122px;
    width: 122px;
    padding: 25px 15px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    border-radius: 3px;
    display: inline-flex;
    transition: 1s;
    position: relative;
    overflow: hidden
}

.technologies-thumbs ul li img {
    width: 90%;
    max-height: 100%;
    transition: 1s
}

.technologies-thumbs ul li span {
    position: absolute;
    width: 100%;
    background: #f2f2f2;
    bottom: 0;
    display: block;
    justify-content: center;
    flex-direction: column;
    transition: 1s;
    color: #1d3557;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    padding: 3px;
    opacity: 1;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.technologies-tabs .bg-light-grey {
    border: none;
    background: 0 0
}

.page-tabs {
    margin-top: 20px
}

.page-tabs .nav .nav-link {
    background: 0 0;
    border: 1px solid #ccc;
    margin-right: -1px;
    color: #888;
    text-align: center;
    border-radius: 0;
    vertical-align: middle;
    transition: transform 1s;
    line-height: normal;
    width: 16.75%;
    padding: .2rem 1rem .8rem;
    display: grid;
    flex-direction: column;
    align-content: center !important
}

.page-tabs .nav .nav-link:first-child {
    border-radius: 4px 0 0 4px
}

.page-tabs .nav .nav-link:last-child {
    border-radius: 0 4px 4px 0
}

.page-tabs .nav .nav-link.active {
    background: #fdfdfd;
    border: 1px solid #00a8ff;
    color: #00a8ff;
    z-index: 2;
    transition: transform 1s
}

.page-tabs .nav .nav-link i {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 34px
}

.page-tabs .smaller-menu-tab {
    padding-left: 20px;
    padding-right: 20px;
    display: block
}

.page-tabs .tab-content .tab-pane {
    padding: 50px 0
}

.single-service {
    text-align: center;
    margin-bottom: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 30px 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16)
}

.line-animation:after,
.line-animation:before {
    width: 0;
    height: 0;
    background-color: #fcb411;
    -webkit-transition: .3s;
    position: absolute;
    content: ""
}

.line-animation:before {
    left: 0;
    top: 0;
    transition: .3s
}

.line-animation:after {
    right: 0;
    bottom: 0;
    transition: .3s
}

.line-animation:hover:after,
.line-animation:hover:before {
    width: 50%;
    height: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

#home .slider-controls {
    width: 60px;
    position: absolute;
    height: 30px;
    bottom: 0;
    right: 238px
}

#home .carousel-control-next,
#home .carousel-control-prev {
    width: 30px;
    height: 30px
}

#home .carousel-control-prev {
    background: #00a8ff;
    border-radius: 5px 0 0 5px
}

#home .carousel-control-next {
    background: #fcb411;
    border-radius: 0 5px 5px 0
}

#home .carousel-control-next-icon,
#home .carousel-control-prev-icon {
    width: 15px;
    height: 15px
}

.features-section {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #f7f8fb
}

.features-heading h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px
}

.features-heading p {
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 70px
}

.features-wrap {
    background: #fdfdfd;
    border: 1px solid #00a8ff;
    border-radius: 3px;
    margin-bottom: 50px;
    padding: 20px 25px 13px
}

.features-wrap h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px
}

.features-wrap p {
    text-align: center;
    font-size: 13px;
    font-weight: 300
}

.features-wrap:hover {
    background: 0 0;
    border: 1px solid #fcb411;
    transition: 1s
}

.features-img img {
    display: block;
    margin: 0 auto
}

.tabs-menu {
    transition: 1s;
    padding-bottom: 1px
}

.page-tabs .tabs-menu.floating-menu {
    position: fixed;
    left: 0;
    z-index: 99;
    display: block;
    top: 20%;
    transition: 1s;
    border-radius: 0
}

.page-tabs .tabs-menu.floating-menu a {
    background: #00a8ff;
    padding: 5px 5px 12px 13px;
    font-size: 0;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 50px;
    white-space: nowrap;
    transition: .1s;
    line-height: normal;
    border-radius: 0 !important;
    margin: 0 0 1px;
    border: none;
    float: none;
    min-height: 0;
    height: auto
}

.page-tabs .tabs-menu.floating-menu .nav-link.active {
    background: #fcb411;
    color: #fff;
    border: none
}

.page-tabs .tabs-menu.floating-menu .smaller-menu-tab {
    padding: 0
}

.page-tabs .tabs-menu.floating-menu a i {
    font-size: 24px;
    padding-right: 10px;
    width: 45px;
    height: auto;
    line-height: normal;
    position: relative;
    top: 5px
}

.page-tabs .tabs-menu.floating-menu a:hover {
    background: #fcb411;
    color: #fff;
    width: auto;
    transition: 1s;
    font-size: 13px;
    padding-right: 20px;
    border: none
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #1d3557;
    color: #eee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 25px;
    bottom: 90px;
    padding-top: 2px;
    border-radius: 10px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1
}

.scroll-top-wrapper i.fa {
    line-height: inherit
}

.job-details .nav-pills .nav-link {
    background: #fff;
    border: 1px solid #ccc;
    color: #888;
    margin-bottom: 20px;
    padding: 20px 15px
}

.job-details .nav-pills .nav-link.active {
    background: #f7f8fb;
    border: 1px solid #00a8ff
}

.job-details .tab-content {
    background: #fdfdfd;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px
}



#rpa-approach .circle-main .tab-pane.show {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

#rpa-approach .circle-main .custom-ul {
    height: 300px;
    width: 300px;
    background: #ff9c00;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    left: 50px;
    top: 32px
}

#rpa-approach .circle-main .circle-links a.nav-link {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    color: #fff;
    background: #01a6ec;
    text-align: center;
    position: absolute;
    box-shadow: 1px 2px 4px 2px #d4d4d4;
    transition: .3s
}

#rpa-approach .circle-main .circle-links .nav-link i {
    width: auto;
    height: 50px;
    line-height: 60px;
    font-size: 40px
}

#rpa-approach .circle-main {
    height: 400px;
    width: 400px;
    margin: auto;
    background: #80808000;
    border-radius: 100%;
    position: relative
}

#rpa-approach .circle-main h4 {
    font-weight: 700;
    line-height: normal;
    font-size: 20px
}

#rpa-approach .circle-main ol {
    line-height: 20px;
    margin-bottom: 5px
}

#rpa-approach .circle-main .custom-link-0 {
    left: -15px
}

#rpa-approach .circle-main .custom-link-0r {
    right: -15px
}

#rpa-approach .circle-main .custom-link-1 {
    top: 122px;
    left: -60px
}

#rpa-approach .circle-main .custom-link-1r {
    top: 122px;
    right: -60px
}

#rpa-approach .circle-main .custom-link-2 {
    top: 260px;
    left: -48px
}

#rpa-approach .circle-main .custom-link-2r {
    top: 260px;
    right: -48px
}

#rpa-approach .circle-main .custom-link-3 {
    top: 344px;
    left: 70px
}

#rpa-approach .circle-main .custom-link-3r {
    top: 344px;
    right: 70px
}

#rpa-approach .circle-main .svg-icon {
    fill: #fff;
    position: relative;
    top: 10px
}

#rpa-approach .circle-main .circle-text {
    position: absolute;
    left: -28px;
    bottom: -21px;
    white-space: nowrap;
    color: #232121;
    font-size: 12px;
    font-weight: 600
}

#rpa-approach .circle-main #rpa-approach .circle-main ul {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0
}

#rpa-approach .circle-main .link-button {
    border: 2px solid #fff;
    text-decoration: none;
    padding: 3px 10px;
    color: #fff;
    transition: .3s
}

#rpa-approach .circle-main .link-button:hover {
    background: #fff;
    border-color: transparent;
    color: #ef8e16;
    text-decoration: none
}

#rpa-approach .circle-main .circle-links a.nav-link:hover {
    transform: scale(1.1);
    box-shadow: 1px 4px 9px 4px #d4d4d4
}
a.acolor{
    color: #1d3557 ;
}
a.acolor1{
    color: white;
}
a:hover{
    color: #007bff;
}
#rpa-approach .circle-main .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    transform: scale(1.1);
    box-shadow: 1px 4px 9px 4px #d4d4d4;
    background-color: #2d3436;
    border-color: #2d3436
}

@media (max-width:575.98px) {
    .portfolio-foot-detail {
        padding-top: 70%
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .portfolio-foot-detail {
        padding-top: 70%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .portfolio-foot-detail {
        padding-top: 35%
    }
}

@media screen and (min-width:1600px) {
    .home {
        height: 90vh
    }

    .bg-img .text1 {
        margin-left: 20px
    }

    .bg-img .text {
        position: absolute;
        margin-left: 18px
    }
}

@media screen and (min-width:1800px) {
    .home {
        height: 80vh
    }
}

@media screen and (min-width:1921px) {
    .home {
        height: 80vh
    }

    svg.yellow-square {
        position: absolute;
        height: 300%;
        top: -450px
    }
}

@media screen and (min-width:2300px) {
    .home {
        height: 85vh
    }

    svg.yellow-square {
        position: absolute;
        height: 260%;
        top: -450px
    }
}

@media screen and (min-width:2500px) {
    svg.yellow-square {
        position: absolute;
        height: 260%;
        top: -450px
    }
}

@media screen and (width:2560px) {
    svg.yellow-square {
        position: absolute;
        right: 0;
        height: 558%;
        top: -876px
    }

    svg.left-square {
        position: absolute;
        left: 0;
        height: 225%;
        top: -268px;
        bottom: 0
    }

    .large-logo {
        position: absolute;
        z-index: 9;
        width: 68%;
        left: 66%;
        top: 32%
    }
}

@media screen and (max-width:1920px) {
    svg.yellow-square {
        position: absolute;
        right: 0;
        height: 374%;
        top: -546px;
        bottom: 0
    }

    svg.left-square,
    svg.left-square.blog {
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        bottom: 0
    }

    .large-logo {
        width: 92%
    }

    .plant-home {
        position: absolute;
        bottom: 2%;
        width: 65%;
        z-index: 9;
        left: 33%
    }
}

@media screen and (max-width:1600px) {
    svg.yellow-square {
        position: absolute;
        right: 0;
        height: 318%;
        top: -347px;
        bottom: 0
    }

    svg.left-square,
    svg.left-square.blog {
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        bottom: 0
    }

    .plant-home {
        position: absolute;
        bottom: 2%;
        width: 57%;
        left: 36.5%
    }

    .large-logo {
        width: 60%;
        left: 49%;
        top: 30%
    }
}

@media screen and (max-width:1400px) {

    svg.left-square,
    svg.left-square.blog,
    svg.right-square {
        height: 80%;
        top: 10%;
        bottom: 10%
    }

    svg.yellow-square {
        height: 330%;
        top: -327px
    }

    .static-banner .banner-image {
        height: 105%
    }
}

@media screen and (max-width:1300px) {

    svg.left-square,
    svg.left-square.blog,
    svg.right-square {
        height: 60%;
        top: 0
    }

    svg.yellow-square {
        height: 380%;
        top: -342px
    }

    .contentCircle {
        width: 500px
    }
}

@media screen and (max-width:1212px) {
    .blog .technologies-tabs .col-sm-12.col-lg-auto {
        flex: 0 0 100%
    }

    .technologies-tabs .nav-pills .nav-link {
        width: 20%
    }
}

@media screen and (max-width:1200px) {

    svg.left-square,
    svg.left-square.blog {
        height: 60%;
        top: 0
    }

    svg.right-square.team {
        height: 30%;
        top: 0
    }

    svg.right-square {
        height: 40%;
        top: 0
    }

    svg.yellow-square {
        height: 310%;
        top: -319px
    }

    .contentCircle {
        width: 400px
    }

    .technologies-tabs,
    .technologies-thumbs {
        text-align: center
    }

    .horizontal-slider.features_tab_inner .features_tab_left .features_tab li {
        width: 44%
    }
}

@media screen and (max-width:1100px) {
    svg.left-square {
        height: 60%;
        top: 0
    }

    svg.left-square.blog {
        height: 60%;
        top: 0;
        max-height: 400px
    }

    svg.right-square {
        height: 15%;
        top: 0
    }

    svg.yellow-square {
        height: 308%;
        top: -311px
    }

    .contentCircle {
        width: 400px
    }

    .sidemenu_btn {
        right: 0
    }
}

@media screen and (max-width:1024px) {

    .large-logo,
    .plant-home {
        position: absolute;
        z-index: 9
    }

    .plant-img,
    .small-screen {
        display: none
    }

    .main-heading {
        font-size: 36px
    }

    .stats-box-text .sub-heading {
        font-size: 18px
    }

    .card-body .card-text {
        font-size: 17px
    }

    .name-img .name {
        font-size: 19px
    }

    .portfolio-foot-detail .p-num {
        font-size: 64px
    }

    .portfolio-foot-detail .p-text {
        font-size: 13px
    }

    .banner-icons {
        text-align: center
    }

    .bg-trans-color .navbar-nav .nav-item {
        margin: 12px 13px
    }

    .plant-home {
        bottom: 16%;
        width: 100%;
        left: 17%
    }

    .large-logo {
        width: 63%;
        left: 27%;
        top: 41%
    }

    .wmg-item {
        width: 49.9% !important;
        height: 300px !important
    }
}

@media screen and (max-width:1000px) {
    svg.left-square {
        height: 36%;
        top: 0
    }

    svg.left-square.blog {
        height: 14%;
        top: 0
    }

    svg.right-square {
        height: 10%;
        top: auto;
        bottom: 10%;
        z-index: -1
    }
}

@media screen and (max-width:992px) {
    .holderCircle {
        transform: scale(.7);
        right: -6%;
        top: 35%
    }

    svg.yellow-square {
        height: 307%;
        top: -315px;
        right: -120px
    }

    svg.right-square.team {
        height: 15%
    }

    .engagement-models-tabs .nav-tabs .nav-item {
        max-width: 100%;
        width: 33.333%;
        margin-bottom: 15px
    }

    .engagement-models-tabs .nav-tabs .nav-link {
        width: 95%
    }

    .min-post {
        margin-top: 20px
    }

    .mapael .map {
        width: 100%
    }

    .bg-trans-color .navbar-nav .nav-item {
        margin: 10px 5px
    }

    .features-wrap h3 {
        padding-bottom: 0
    }

    .features-wrap {
        margin-bottom: 25px
    }

    .static-banner .banner-image {
        right: -15%
    }

    header .navbar-nav .nav-link {
        font-size: 16px
    }

    header .bg-trans-color .navbar-nav .nav-item .pink-btn {
        font-size: 16px;
        padding: 5px 15px
    }

    .page-tabs .nav .nav-link {
        font-size: 14px
    }

    ul.timeline>li {
        margin: 15px 0
    }

    .background-blocks .card .card-body h3 {
        font-size: 15px
    }

    .horizontal-slider.features_tab_inner .features_tab_left .features_tab li {
        width: 43%
    }

    #rpa-approach .circle-main .circle-links .nav-link i {
        line-height: 65px
    }

    .main-heading {
        font-size: 30px
    }
}

@media screen and (max-width:900px) {
    .holderCircle {
        transform: scale(.7)
    }

    svg.yellow-square {
        height: 308%;
        top: -316px;
        right: -140px
    }

    .static-banner .banner-image {
        right: -17%
    }
}

@media screen and (max-width:850px) {
    .page-tabs .tabs-menu {
        display: block
    }

    .page-tabs .tabs-menu .nav-link {
        width: 33.333%;
        float: left;
        border-radius: 0;
        margin-bottom: -1px;
        min-height: 108px
    }

    .page-tabs .nav .nav-link:first-child,
    .page-tabs .nav .nav-link:last-child {
        border-radius: 0
    }

    .page-tabs .tabs-menu:after {
        display: block;
        content: "";
        clear: both
    }

    .static-banner .banner-image {
        right: -20%
    }

    #rpa-approach .circle-main .circle-links .nav-link i {
        line-height: 60px
    }
}

@media screen and (max-width:800px) {
    .holderCircle {
        transform: scale(.6)
    }

    svg.yellow-square {
        height: 306%;
        top: -292px;
        right: -13%
    }

    .static-banner .banner-image {
        right: -27%
    }

    .horizontal-slider.features_tab_inner .features_tab_left .features_tab li {
        width: 42%
    }
}

@media screen and (max-width:768px) {

    .background-blocks .card .card-body h3,
    .btn-slider {
        font-size: 14px
    }

    svg.left-square,
    svg.right-square {
        display: none
    }

    #home .main-heading {
        font-size: 24px
    }

    .static-banner .static-content {
        top: 45px
    }

    .holderCircle {
        right: -12%;
        top: -70px;
        transform: scale(.5)
    }

    .slick-slide {
        padding: 7px
    }

    .btn-slider {
        padding: 8px 20px
    }

    .engagement-models-tabs .nav-tabs .nav-link,
    .navbar-nav .nav-link {
        font-size: 16px
    }

    #home .sub-heading {
        line-height: 26px
    }

    .static-banner .banner-image {
        right: -50%;
        top: -70%
    }

    .logo {
        max-width: 180px
    }

    .contentCircle {
        top: -10px
    }

    .card-body .card-text,
    .wmg-thumbnail-content .product-name h4 {
        font-size: 15px
    }

    .feature {
        padding-top: 50px
    }

    .blog,
    .stats,
    .team {
        padding-top: 0
    }

    .partners {
        padding: 50px 0
    }

    .rounded-bar.transparent-bar {
        margin-top: 0;
        height: 70px
    }

    .stats-box-text .numbering {
        font-size: 30px
    }

    .stats-box-text .sub-heading {
        font-size: 17px
    }

    .box7 {
        margin-bottom: 20px
    }

    .features_tab_inner .features_tab_left .features_tab {
        max-width: 100%
    }

    .wmg-item {
        width: 49.9% !important;
        height: 250px !important
    }

    ul.timeline>li {
        margin: 15px 0
    }

    .horizontal-slider.features_tab_inner .features_tab_left .features_tab li {
        width: 46%
    }

    #rpa-approach .circle-main .circle-links .nav-link i {
        line-height: 55px
    }

    .wmg-thumbnail-content .product-name {
        width: 100%;
        padding: 10px
    }

    .nitc .nitc_list {
        font-size: 10px
    }

    .wmg-thumbnail-content .product-name h6 {
        font-size: 12px
    }

    .nitc .nitc_list label {
        min-width: 90px
    }

    .wmg-thumbnail-content:hover .product-name {
        padding-left: 26px
    }
}

@media screen and (max-width:767px) {

    svg.right-square,
    svg.right-square.small-blog,
    svg.yellow-square {
        right: 0;
        bottom: 0;
        position: absolute
    }

    .contentCircle .CirItem,
    .heading {
        text-align: center
    }

    .blog .home-text .sub-heading,
    .sub-heading {
        font-size: 14px
    }

    .heading,
    .main-heading {
        font-size: 30px
    }

    .design .stats-text .home-text h1.sub-heading,
    .stats-text .home-text .sub-heading {
        font-size: 17px
    }

    svg.yellow-square {
        height: 86%;
        top: -81px;
        display: none
    }

    .small-view {
        display: block
    }

    svg.left-square.small-view {
        position: absolute;
        left: 0;
        height: 36%;
        top: 25%;
        bottom: 0
    }

    .large-logo,
    .plant,
    svg.left-square.blog,
    svg.left-square.design,
    svg.left-square.stats,
    svg.right-square.contact-square,
    svg.right-square.test {
        display: none
    }

    svg.right-square.team {
        top: 25%
    }

    svg.right-square {
        height: 60%;
        top: 0
    }

    svg.left-square.gallery {
        position: absolute;
        left: 0;
        height: 55%;
        top: -201px;
        bottom: 0
    }

    svg.right-square.small-blog {
        height: 34%;
        top: 0
    }

    .stats-text {
        width: auto
    }

    .navbar.fixed-menu {
        height: 72px
    }

    .plant1 {
        position: absolute
    }

    .plant-home {
        position: unset;
        width: 119%;
        margin-top: -80%;
        margin-left: 100%
    }

    .team-tittle {
        padding: 15px 25px
    }

    .name-img .name {
        top: 12px;
        left: 30%
    }

    .cbp-l-filters-button .cbp-filter-item {
        font-size: 12px;
        margin-right: 9px
    }

    .item .team-img,
    .side-menu {
        width: 100%
    }

    .team-owl .owl-prev span {
        left: 1%
    }

    li.footer_list i {
        margin-right: 8px
    }

    .logo {
        max-width: 170px
    }

    .small-screen {
        display: block;
        padding: 7px 0
    }
}

@media screen and (width:1024px) {
    svg.yellow-square {
        height: 306%;
        top: -351px;
        right: -65px
    }

    .static-banner .banner-image {
        height: 100%;
        right: -7%
    }
}

@media screen and (width:768px) {
    .home {
        height: 400px
    }

    svg.yellow-square {
        height: 130%;
        top: -200px;
        right: -35px
    }

    .static-banner .static-content {
        top: 40px
    }

    #home .main-heading {
        font-size: 18px
    }

    #home .sub-heading {
        line-height: 24px
    }

    .large-logo {
        width: 70%;
        left: 21%;
        top: 38%
    }

    .heading {
        font-size: 33px
    }

    .plant-home {
        position: absolute;
        bottom: 16%;
        width: 67%;
        left: 33.5%
    }

    .stats-text .main-heading {
        font-size: 36px
    }

    .name-img .name {
        position: absolute;
        top: 4px;
        left: 20%;
        font-size: 15px
    }

    .side-menu {
        width: 50%
    }

    .main-heading {
        font-size: 30px
    }

    svg.left-square.blog,
    svg.left-square.stats,
    svg.right-square.contact-square {
        display: none
    }

    svg.left-square.design {
        position: absolute;
        left: 0;
        height: 130%;
        top: -141px
    }

    svg.right-square.test {
        position: absolute;
        right: 0;
        height: 81%;
        top: 96px
    }

    .stats-text {
        width: auto
    }

    .card .card-body {
        padding: 0 38px 30px
    }

    .card-body .card-text {
        font-size: 16px
    }

    .logo {
        max-width: 65px
    }

    .static-banner .banner-image {
        right: -5%;
        top: 0
    }

    .navbar-nav .nav-link {
        font-size: 15px
    }

    .colored_hover,
    .colored_hover-center {
        width: 96%
    }

    .popular_image {
        height: 100%;
        width: 22%
    }
}

@media screen and (max-width:767px) {

    .animated-listing ul li,
    .contentCircle,
    .features_tab_inner .features_tab_left,
    .features_tab_inner .features_tab_right {
        float: none;
        width: 100%
    }

    li.navbar_list {
        padding-top: 0;
        width: 23px;
        height: 23px
    }

    .padding_blog-img {
        padding-top: 10px
    }

    .btn-model {
        padding: 9px 35px
    }

    .bg-img .text1 {
        margin-top: 90px;
        text-align: center;
        padding-bottom: 3.3%
    }

    .modal.show .modal-dialog {
        -webkit-transform: none;
        margin-top: 30px
    }

    .input-group {
        padding-left: 10%;
        padding-right: 10%;
        text-align: left
    }

    .text1 h1,
    .written_outerbox,
    .written_text {
        text-align: center
    }

    .inner-box {
        margin-left: 20px;
        margin-right: 5%
    }

    .box4 .box-content {
        margin-top: 35px
    }

    .text_post {
        margin-bottom: 15px
    }

    .mt-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .pr-6 {
        padding-right: 30px
    }

    .box4:hover:before {
        width: 470%
    }

    .box4 .post {
        font-size: 12px
    }

    .box4 .icon li a {
        font-size: 22px
    }

    .divider {
        border: .5px solid #dbdbdb
    }

    .pt-lg-10 {
        padding-top: 1.5rem
    }

    .margin_small {
        margin-top: 30px
    }

    .verticle_lineQ {
        margin-top: -131px;
        margin-left: 0
    }

    .font {
        font-size: 17px
    }

    .quote_text .quote {
        font-size: 21px;
        width: 325px;
        margin-right: 0;
        margin-top: 60px;
        margin-left: 15px
    }

    .text1 h1 {
        font-size: 1.2rem;
        margin-left: 0
    }

    .text1 p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 17px
    }

    .written_text {
        padding-bottom: 22px;
        margin-left: 0
    }

    .written_img {
        width: 40%;
        margin-left: 100px
    }

    .written_outerbox .written_img {
        width: 40%;
        margin-left: 0
    }

    .written .display {
        display: inline-block
    }

    .icon_text {
        margin-top: auto;
        margin-bottom: auto
    }

    .form-control {
        text-align: left
    }

    .icon_comment {
        margin-left: 55px
    }

    .technologies-tabs .nav-pills .nav-link {
        width: auto;
        font-size: 10px;
        flex: auto
    }

    .technologies-thumbs ul li {
        width: 100px;
        height: 100px
    }

    .static-banner .static-content {
        right: 0;
        top: 0;
        width: 100%
    }

    .holderCircle {
        margin: auto;
        float: none;
        position: relative;
        transform: scale(.8);
        top: 30px;
        right: 0
    }

    .contentCircle {
        border-radius: 100%;
        top: auto;
        left: 0;
        transform: none;
        bottom: 0;
        margin: 0
    }

    #home .main-heading {
        font-size: 24px;
        text-align: center
    }

    .features_tab_inner {
        display: block
    }

    .home {
        height: auto
    }

    .height {
        height: 120vh
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 92%
    }
}

@media only screen and (max-height:750px) {
    .home {
        min-height: 700px
    }

    .contentCircle {
        top: -20px
    }

    #home .sub-heading {
        line-height: 24px
    }
}

@media screen and (max-width:640px) {
    .static-banner .banner-image {
        right: -60%;
        top: -70%
    }

    .engagement-models-tabs .nav-tabs .nav-link {
        font-size: 15px
    }

    .sticky-sections ul li a {
        padding: 7px;
        width: 40px
    }

    .heading {
        font-size: 24px
    }

    .contentCircle {
        top: -20px
    }

    #home .main-heading {
        font-size: 22px
    }

    #home .sub-heading {
        line-height: 22px
    }

    .card-body .card-text {
        font-size: 14px
    }

    .horizontal-slider.features_tab_inner .features_tab_left .features_tab li {
        width: 45%
    }

    .page-tabs .tabs-menu .nav-link {
        height: 123px
    }
}

@media screen and (max-width:575px) {

    .contact .address-part,
    .contact .footer-nav,
    .contact .footer_ul,
    .contact h5 {
        padding-left: 100px
    }

    .contact .address-part .address {
        display: inline-flex !important
    }

    .technologies-tabs .nav-pills {
        margin: 0 10px 10px
    }

    .technologies-tabs .nav-pills .nav-link {
        height: auto;
        margin-bottom: -1px;
        min-width: 33.333%
    }

    .main-heading,
    .sub-heading,
    .text-black {
        text-align: center
    }

    .static-banner .banner-image {
        right: -70%;
        top: -70%
    }

    .contentCircle {
        top: -20px
    }

    .page-tabs .nav .nav-link {
        padding: .4rem .8rem .6rem;
        font-size: 14px;
        height: 125px
    }

    .main-heading {
        font-size: 24px
    }

    .footer-nav {
        list-style: inside
    }

    .animated-listing ul li .icon-shape {
        margin-left: auto
    }

    .contact {
        background-color: #fbfbfb2e;
        background-position: top 17% left
    }

    .height {
        height: 100vh
    }

    .logo {
        max-width: 150px
    }

    .slick-slider .slick-slide span {
        font-size: 11px
    }

    .stats-box {
        padding-left: 25%
    }

    .box7 {
        margin-bottom: 15px
    }

    .background-blocks .card .card-body h3 {
        font-size: 16px
    }

    .horizontal-slider.features_tab_inner .features_tab_left .features_tab li {
        width: 44%
    }

    #rpa-approach .circle-main {
        transform: scale(.8)
    }
}

@media screen and (max-width:480px) {
    .static-banner .banner-image {
        right: -75%;
        top: -80%
    }

    .engagement-models-tabs .nav-tabs .nav-link {
        font-size: 14px
    }

    .holderCircle {
        transform: scale(.6);
        right: 13%
    }

    .contentCircle {
        top: -60px
    }

    .heading {
        font-size: 20px
    }

    .page-tabs .nav .nav-link {
        padding: .4rem .7rem .6rem;
        font-size: 13px
    }

    #home .main-heading {
        font-size: 18px
    }

    #home .sub-heading {
        line-height: 24px
    }

    .animated-listing ul li .icon-shape,
    .multiple-slides .carousel-indicators li {
        font-size: 16px
    }

    .feature {
        padding-top: 40px
    }

    .blog,
    .stats,
    .team {
        padding-top: 0
    }

    .partners {
        padding: 40px 0 50px
    }

    .stats-box {
        padding-left: 20%
    }

    .partners-thumbs ul li {
        width: 46%
    }

    .wmg-item {
        width: 100% !important
    }

    .horizontal-slider.features_tab_inner .features_tab_left .features_tab li {
        width: 43%
    }

    #rpa-approach .circle-main {
        transform: scale(.7)
    }

    .contact .address-part,
    .contact .footer-nav,
    .contact .footer_ul,
    .contact h5 {
        padding-left: 70px
    }
}

@media screen and (max-width:420px) {
    .static-banner .banner-image {
        right: -90%;
        top: -80%
    }

    .page-tabs .nav .nav-link {
        padding: .4rem .5rem .6rem;
        font-size: 12px;
        width: 50%
    }

    .holderCircle {
        right: 20%;
        top: 0
    }

    .contentCircle {
        top: -100px
    }

    #home .main-heading,
    .animated-listing ul li .icon-shape {
        font-size: 15px
    }

    #home .sub-heading {
        line-height: 22px
    }

    .animated-listing ul li .list-content p,
    .multiple-slides .carousel-indicators li {
        font-size: 14px
    }

    .technologies-thumbs ul li {
        width: 43%
    }

    .technologies-thumbs ul li img {
        width: auto
    }

    .slick-slider .slick-slide span {
        font-size: 10px
    }

    .stats-box {
        padding-left: 15%
    }

    .horizontal-slider.features_tab_inner .features_tab_left .features_tab li {
        width: 42%
    }

    #rpa-approach .circle-main {
        transform: scale(.6);
        height: 350px;
        width: 350px
    }

    .contact .address-part,
    .contact .footer-nav,
    .contact .footer_ul,
    .contact h5 {
        padding-left: 50px
    }

    #rpa-approach .circle-main .custom-ul {
        height: 250px;
        width: 250px;
        top: 50px
    }
}

@media screen and (max-width:360px) {
    li.footer_list i {
        margin-right: 0
    }

    #home .main-heading,
    .btn-main {
        font-size: 14px
    }

    .portfolio-foot-detail .p-num {
        font-size: 64px
    }

    .multiple-slides .carousel-indicators li,
    .portfolio-foot-detail .p-text {
        font-size: 13px
    }

    .static-banner .banner-image {
        right: -100%;
        top: -80%
    }

    .holderCircle {
        transform: scale(.5);
        right: 35%
    }

    .contentCircle {
        top: -100px
    }

    #home .sub-heading {
        line-height: 21px
    }

    .stats-box {
        padding-left: 10%
    }

    .partners-thumbs ul li {
        padding: 10px;
        width: 45%
    }

    #rpa-approach .circle-main {
        transform: scale(.5);
        height: 300px;
        width: 300px
    }

    .contact .address-part,
    .contact .footer-nav,
    .contact .footer_ul,
    .contact h5 {
        padding-left: 30px
    }

    #rpa-approach .circle-main .custom-ul {
        height: 220px;
        width: 220px;
        top: 85px
    }
}

.open .wmg-details-content {
    min-height: 0 !important
}

.wmg-item.open.wm-margin {
    margin-bottom: 450px !important
}

.open .wmg-details-content .project-content .scroll-content {
    overflow-y: auto;
    max-height: 352px;
    overflow-x: hidden;
    text-align: left
}

.team-member {
    margin: 15px 0;
    padding: 15px;
    border: 1px solid #ececef;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    overflow: hidden
}

.team-member::after {
    content: "";
    background: rgba(29, 53, 87, .9);
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    z-index: -1;
    transition: .5s
}

.team-member:hover:after {
    bottom: 0
}

.team-member figure {
    padding: 0;
    margin: 0
}

.team-member figcaption p {
    font-size: 14px;
    line-height: 20px
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: visible;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

.team-member figcaption ul li {
    display: inline-block;
    padding: 0
}

.team-member figcaption ul li a {
    font-size: 30px;
    color: #fff
}

.team-member h4 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 20px
}

.team-member figcaption {
    padding: 15px 20px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.team-member:hover figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(29, 53, 87, .9);
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97)
}

.team-member figure img {
    min-width: 100%;
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.funavryTeam-v2 .team-member figcaption {
    position: inherit;
    overflow: inherit;
    visibility: visible;
    height: auto;
    color: inherit;
    padding: 0
}

.funavryTeam-v2 .team-member h4 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
    min-height: 47px
}

.funavryTeam-v2 .team-member:hover figcaption {
    background-color: inherit
}

.funavryTeam-v2 .team-member p {
    margin-bottom: 15px;
    min-height: 52px
}

.funavryTeam-v2 .team-member figure:hover img {
    transform: scale(1)
}

.funavryTeam-v2 .team-member figcaption ul li a {
    font-size: 30px;
    color: #00b4d8;
    margin-top: 15px;
    display: inline-block
}

.funavryTeam-v2 .team-member figcaption p {
    min-height: 200px;
    margin-bottom: 0
}

@media (max-width:1600px) {
    .team-member h4 {
        font-size: 15px
    }
}

@media (max-width:1440px) {
    .team-member figcaption {
        padding: 15px
    }

    .team-member figcaption p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px
    }

    .team-member figcaption ul li {
        padding: 5px
    }

    .team-member figcaption ul li a {
        font-size: 24px
    }

    .team-member h4 {
        font-size: 15px
    }
}

@media (max-width:1199px) {
    .team-member {
        line-height: normal
    }
}

@media (max-width:1024px) {
    .team-member h4 {
        font-size: 16px
    }

    .funavryTeam-v2 .team-member figcaption p {
        min-height: 200px
    }
}

@media (max-width:991px) {
    .funavryTeam-v2 .team-member figcaption p {
        min-height: 120px
    }
}

@media (max-width:767px) {
    .funavryTeam-v2 .team-member figcaption p {
        min-height: auto
    }
}
