﻿@font-face {
    font-family: JennaSue;
    src: url(../Content/fonts/JennaSue.ttf) format('truetype');
}

@font-face {
    font-family: Tungsten-Bold;
    src: url(../Content/fonts/Tungsten-Bold.ttf) format('truetype')
}

@font-face {
    font-family: Tungsten-Medium;
    src: url(../Content/fonts/Tungsten-Medium.ttf) format('truetype')
}

@font-face {
    font-family: Circo;
    src: url(../Content/fonts/Circo.ttf) format('truetype');
}

@font-face {
    font-family: Arial-BoldMT;
    src: url(../Content/fonts/Arial-BoldMT.ttf) format('truetype');
}

body {
    font-size: 16px;
    line-height: 1.4;
}

h1, h2, h3, h4, h5 {
    font-family: 'Tungsten-Medium', sans-serif !important;
}

.h2-header {
    font-family: 'Roboto', sans-serif !important;
}

img {
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.font-ex-bold {
    font-family: 'Tungsten-Bold', sans-serif !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-2 {
    font-family: JennaSue;
    font-size: 50px !important;
}

.alt-font-2 {
    font-family: 'Roboto', sans-serif !important;
}

.h2-headding {
    font-size: 52px;
    line-height: 1;
}

.text-current {
    font-size: 16px;
    line-height: 1.4;
}

.required {
    color: #d61313;
    padding-left: 4px;
}

.bg-extra-dark-gray input,
.bg-extra-dark-gray select,
.bg-extra-dark-gray textarea {
    color: #d8d8d8;
}

    .bg-extra-dark-gray select option {
        color: #1c1c1c;
    }

    .bg-extra-dark-gray input:-webkit-autofill,
    .bg-extra-dark-gray input:-webkit-autofill:hover,
    .bg-extra-dark-gray input:-webkit-autofill:focus,
    .bg-extra-dark-gray textarea:-webkit-autofill,
    .bg-extra-dark-gray textarea:-webkit-autofill:hover,
    .bg-extra-dark-gray textarea:-webkit-autofill:focus,
    .bg-extra-dark-gray select:-webkit-autofill,
    .bg-extra-dark-gray select:-webkit-autofill:hover,
    .bg-extra-dark-gray select:-webkit-autofill:focus {
        -webkit-text-fill-color: #d8d8d8;
        -webkit-box-shadow: 0 0 0px 1000px #1c1c1c inset;
        transition: background-color 5000s ease-in-out 0s;
    }

body, a {
    color: #585858;
}

    a:hover, a:active {
        color: #109ad7;
        text-decoration: none;
    }

h4 {
    line-height: 1.4;
}

.btn.btn-medium {
    line-height: 2;
}

.widthsame-btn > .btn {
    width: 210px;
    padding: 6px 0px !important;
}

.widthsame170-btn > .btn {
    width: 170px;
    padding: 6px 0px !important;
}

body .input-group .input-group-prepend .width-150 {
    width: 150px !important;
}

.width-400px {
    width: 400px;
}

.width-500px {
    width: 500px;
}

.width-235px {
    width: 235px !important;
}

.font-italic {
    font-style: italic;
}

.text-white-3 {
    color: #8b8b8b;
}

.list-style-3 li:before {
    content: "";
    background-color: #9a349a;
}

.list-style-3.list-style-color-blue li:before {
    background-color: #109ad7;
}

.list-style-5 li {
    padding: 0 0 10px 30px;
}

    .list-style-5 li:last-child {
        border-bottom: 0;
        padding-bottom: 0px;
        margin: 0px;
    }

.list-style-color-blue li:before {
    color: #109ad7;
}

.text-red {
    color: #cb0606;
}

.text-orange {
    color: #da7921;
}

.text-green {
    color: #1dab5a;
}

.text-purple {
    color: #7a51af;
}

.text-normal {
    font-size: 14px;
}

.text-medium-large-xl {
    font-size: 36px;
    line-height: 1.4;
}

.text-medium-xl {
    font-size: 26px;
    line-height: 1.4;
}

.text-medium-md {
    font-size: 20px;
}

.text-dark {
    color: #000000 !important;
}

.img-gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page-title-large h1 {
    font-size: 70px;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: normal;
}

section {
    padding: 70px 0;
}

.text-decoration-none {
    text-decoration: none !important;
    border-bottom: 0px !important;
}

.text-deep-blue, .btn.text-deep-blue {
    color: #109ad7;
}

    .text-deep-blue:hover, .text-deep-blue:focus {
        color: #109ad7;
    }

.text-blue, .btn.text-blue {
    color: #109ad7;
}

.bg-blue, .background-blue {
    background-color: #109ad7;
}

.btn-deep-blue {
    background: #109ad7;
    border-color: #109ad7;
    color: #ffffff;
}

.btn.btn-deep-blue:hover,
.btn.btn-deep-blue:focus {
    background: transparent;
    border-color: #109ad7;
    color: #109ad7;
}

a.text-deep-blue-hover:hover,
a.text-deep-blue-hover:focus {
    color: #109ad7 !important;
}

.text-deep-orange, .btn.text-deep-orange {
    color: #e8530f;
}

.btn-deep-orange {
    background: #e8530f;
    border-color: #e8530f;
    color: #ffffff;
}

.btn.btn-transparent-orange {
    background: #e8530f;
    border-color: #e8530f;
    color: #fff;
}

    .btn.btn-transparent-orange:hover {
        background: transparent;
        border-color: #e8530f;
        color: #e8530f;
    }

.btn.btn-deep-orange:hover,
.btn.btn-deep-orange:focus {
    background: transparent;
    border-color: #e8530f;
    color: #109ad7;
}

.bg-deep-orange {
    background-color: #e8530f;
}

.border-color-orange {
    border-color: #e8530f !important;
}

a.text-deep-orange-hover:hover,
a.text-deep-orange-hover:focus {
    color: #e8530f !important;
}

.text-deep-purple, .btn.text-deep-purple {
    color: #9a349a;
}

.btn-deep-purple {
    background: #9a349a;
    border-color: #9a349a;
    color: #ffffff;
}

.btn.btn-deep-purple:hover,
.btn.btn-deep-purple:focus {
    background: transparent;
    border-color: #9a349a;
    color: #9a349a;
}

a.text-deep-purple-hover:hover,
a.text-deep-purple-hover:focus {
    color: #9a349a !important;
}


.text-deep-gray, .btn.text-deep-gray {
    color: #232323;
}

.bg-deep-blue {
    background-color: #109ad7;
}

.border-color-blue {
    border-color: #109ad7 !important;
}

.bg-deep-orange {
    background-color: #e8530f;
}

.bg-deep-purple {
    background-color: #9a349a;
}

.bg-deep-gray {
    background-color: #232323;
}

.bg-extra-dark-blue {
    background-color: #109ad7;
}

.bg-extra-dark-orange {
    background-color: #e8530f;
}

.bg-extra-dark-purple {
    background-color: #9a349a;
}

.custom-file {
    height: 48px;
}

    .custom-file-input,
    .custom-file .custom-file-label {
        height: 48px;
        border-radius: 0px;
        line-height: 2;
        padding: 8px 15px;
    }

        .custom-file-input:focus ~ .custom-file-label {
            border-color: #585858 !important;
            outline: none;
            box-shadow: none;
        }

        .custom-file .custom-file-label::after {
            height: 46px;
            padding: 12px 20px;
            background-color: #e9ecef;
        }

input:focus, textarea:focus, select:focus {
    border-color: #585858 !important;
    outline: none;
}

.skype-draw {
    top: 130px;
}

.draw-right {
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    position: fixed;
    top: 172px;
    right: -98px;
    background: #fff;
    z-index: 1000;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 9999;
}

    .draw-right:hover {
        transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        right: 0px;
        background: #109ad7;
        color: #fff;
    }

    .draw-right a {
        color: #232323;
        font-size: 10px;
        text-transform: uppercase;
        padding: 2px 10px;
        display: block;
        text-decoration: none;
        font-weight: 500;
    }

    .draw-right a {
        display: block;
        padding: 10px 10px 9px 10px;
    }

        .draw-right a i {
            font-size: 15px;
            vertical-align: middle;
            position: relative;
            top: -1px;
            color: #6f6f6f;
        }

        .draw-right a:hover i {
            color: #fff;
        }

    .draw-right span {
        padding: 0 9px;
        position: relative;
        top: 0;
        opacity: 0;
    }

    .draw-right a:hover span {
        opacity: 1;
        color: #fff;
    }

    .draw-right.skype-draw {
        top: 130px;
        right: -50px;
    }

        .draw-right.skype-draw:hover {
            transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
            right: 0px;
            background: #109ad7;
            color: #fff;
        }

.all-demo span, .buy-theme span {
    padding: 0 9px;
    position: relative;
    top: 0;
    opacity: 0;
}

.blog-image blockquote h6:before {
    color: #e8530f;
}

.feature-box-5 {
    padding-left: 60px;
}

.feature-box-8:hover .icon-round-small.hover-purple {
    background: #fff;
    color: #9a349a !important;
}

.feature-box-8:hover .icon-round-small.hover-blue {
    background: #fff;
    color: #109ad7 !important;
}

nav.navbar.navbar-default.navbar-fixed-top.nav-box-width.navbar-expand-lg.no-full {
    padding: 0px;
}

nav.navbar.bootsnav li.dropdown .menu-back-div > ul {
    width: 100%;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full {
    height: 100vh;
}

header a.logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    header a.logo img {
        max-height: 36px;
    }

header .logo .tagline-header {
    font-family: JennaSue;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
    line-height: 1.4;
    margin-top: 8px;
}

header .logo .logo-dark,
header .logo .logo-dark-tagline {
    display: none;
}

header.sticky .logo .logo-dark,
header.sticky .logo .logo-dark-tagline {
    display: block;
    margin: 0px auto;
}

header.sticky .logo .logo-dark-tagline {
    color: #000000;
    margin-top: 10px;
}

header.sticky .logo .logo-light,
header.sticky .logo .logo-light-tagline {
    display: none;
}

nav.navbar.navbar-default ul.nav > li > a {
    padding: 37px 0;
}

header.sticky nav.navbar.navbar-default.navbar-fixed-top ul.nav > li > a,
header.sticky nav.navbar.navbar-default.navbar-top ul.nav > li > a {
    padding: 37px 0 37px;
}

.logo-showcase.align-items-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 999;
}

div#particles-jsnew {
    position: relative;
    height: 100%;
    z-index: 9;
    opacity: 0.6;
}

.gridblock-list li {
    width: 25%;
}

.gridblock-list img {
    margin-bottom: 20px;
}

.casestudies-box {
    text-align: center;
}

    .casestudies-box .casestudies-img {
        margin-bottom: 15px;
    }
    /* .casestudies-box .casestudies-img img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
        .casestudies-box:hover .casestudies-img img {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
        }*/
    .casestudies-box .casestudies-details .casestudies-desc {
        margin-bottom: 15px;
    }

.casestudies-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 40px 20px;
    border: 1px solid #ddd;
}

.gridblock-main {
    padding: 110px 90px 80px 90px;
}

.bg-image {
    position: relative;
}

    .bg-image:before {
        content: "";
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-image: url(../Content/images/map-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        /*opacity: 0.06;*/
    }

footer .contact-list {
    padding-left: 50px;
}

.contact-list .foot-icon {
    position: relative;
    margin-bottom: 20px;
}

    .contact-list .foot-icon:last-child {
        margin-bottom: 0px;
    }

    .contact-list .foot-icon a {
        display: block;
    }

    .contact-list .foot-icon:before {
        content: "";
        font-family: 'et-line';
        position: absolute;
        left: -45px;
        font-size: 18px;
        line-height: 1.4;
        width: 30px;
        text-align: center;
    }

    .contact-list .foot-icon.address-icon:before {
        content: "\e025";
    }

    .contact-list .foot-icon.mail-icon:before {
        content: "\e028";
    }

    .contact-list .foot-icon.call-icon:before {
        content: "\e003";
    }

    .contact-list .foot-icon.time-icon:before {
        content: "\f017";
    }

.portfolio-grid .grid-item figcaption.no-hover {
    opacity: 1;
}



.hover-option2 .grid-item .portfolio-hover-main {
    z-index: 2;
    position: relative;
}

.counter-feature-box-1:hover {
    background: #109ad7;
    border-color: #109ad7;
}

.padding-seven-half-md {
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.testimonial-block {
    margin: 10px;
}

.box-shadow-normal {
    box-shadow: 0px 0px 10px 1.5px rgb(28 31 28 / 29%);
}

.feature-box-19 {
    position: relative;
    display: table;
    width: 100%;
}

    .feature-box-19:hover {
        box-shadow: 3px 4px 36px 4px rgba(28,31,28,0.15);
    }

    .feature-box-19:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 100%;
        background: #109ad7;
        left: 0;
        top: 0;
        opacity: 0;
        transition: .3s all;
        transform: translatex(-100%);
        -webkit-transform: translatex(-100%);
    }

    .feature-box-19:hover:before {
        opacity: 1;
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }

    .feature-box-19 .feature-icon-box img {
        width: 80px;
    }

    .feature-box-19 .feature-icon-box {
        display: table-cell;
        width: 100px;
        vertical-align: middle;
    }

    .feature-box-19 .feature-content-box {
        display: table-cell;
        vertical-align: middle;
    }

    .feature-box-19 .feature-content-action {
        display: table-cell;
        vertical-align: middle;
        width: 100px;
    }

.badge {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    color: #737373;
    background: #f1f1f1;
    text-align: center;
    border-radius: 24px;
    display: inline-block;
    padding: 0 15px;
    line-height: 24px;
    letter-spacing: 1px;
}

.tab-style9 .nav-tabs {
    border: 0;
}

    .tab-style9 .nav-tabs li {
        border-radius: 0;
        border: 0px;
        margin-bottom: 0;
        display: inline-block;
        float: none;
        margin-right: 5px;
    }

        .tab-style9 .nav-tabs li a {
            background-color: #f7f7f7;
            border: 1px solid #e5e5e5 !important;
            color: #575757;
            line-height: 44px;
            margin: 0 !important;
            padding: 0 25px;
            border-radius: 0;
        }

    .tab-style9 .nav-tabs .nav-item.show .nav-link,
    .tab-style9 .nav-tabs .nav-link.active {
        color: #ffffff;
        background-color: #e8530f;
        border-color: #e8530f !important;
    }

.img-box img {
    width: 230px;
}

.tb-sm-img {
    width: 30px;
}

table.tb-alignmiddle th, table.tb-alignmiddle td {
    vertical-align: middle;
}

table .btn.btn-sm {
    height: 38px;
    line-height: 2;
}

.inner-icon .fas {
    font-size: 12px;
    padding: 0px 5px;
    color: #9a349a;
}

.portfolio-grids {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-grid.work-10col li {
    width: 10%;
}

.clientle-filter .grid-item .portfolio-img {
    border: 1px solid #e0e0e0;
    text-align: center;
    padding: 10px;
}

    .clientle-filter .grid-item .portfolio-img:hover img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .clientle-filter .grid-item .portfolio-img img {
        max-height: 70px;
    }

.clientle-filter-nav li {
    margin: 8px;
    display: inherit;
}

    .clientle-filter-nav li:first-child a {
        /*border-radius: 40px 0px 0px 40px;*/
    }

    .clientle-filter-nav li:last-child a {
        /*border-radius: 0px 40px 40px 0px;*/
    }

    .clientle-filter-nav li a {
        padding: 16px 20px;
        background-color: #ddd;
        border: 0px !important;
        color: #333;
    }

    .clientle-filter-nav li.active a {
        background: #109ad7 !important;
        border-bottom: 0px !important;
        color: #ffffff;
    }

    .clientle-filter-nav li a:hover, .clientle-filter-nav li a:focus {
        background: rgb(16 154 215 / 0.80);
        border-bottom: 0px !important;
        color: #ffffff;
    }

.opacity-medium-xl {
    opacity: 0.5;
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    background: #109ad7;
    border-radius: 0px;
}

.product-content {
    display: none;
}

.grid-item.feature-box-4 .product-world figure:hover .product-content {
    display: block;
}

.bottom-opacity-drover {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 23%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(100%);
    transition: all 0.5s ease 0s;
}

.grid-item.feature-box-4 .product-world:hover figure .bottom-opacity-drover {
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
    transform: translateY(0px);
}

.grid-item.feature-box-4 .product-world figure figcaption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-height: 40px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding-left: 10px;
}

.grid-item.feature-box-4 .product-world figure:hover figcaption {
    height: auto;
    max-height: 200px;
    bottom: 50px;
}

.simple-dropdown .dropdown-menu {
    background: #F2F2F2;
}

nav.navbar.bootsnav li.dropdown .mega-menu-full {
    background: #F2F2F2;
}

.simple-dropdown .dropdown-menu > li > a {
    color: #000000;
}

nav.navbar.navbar-default ul li.dropdown .dropdown-menu li > a:hover {
    color: #109ad7;
}

.icon-fix-center > i {
    width: 30px;
    display: inline-block;
    text-align: center;
}

.custom-nav-header {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.nav-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .nav-header > li > a {
        font-weight: 600;
        font-size: 12px;
        color: #fff;
        padding: 37px 0;
        background: transparent;
        border-color: transparent;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.015em;
        margin: 0 20px;
    }

        .nav-header > li > a:hover {
            color: rgba(255,255,255,0.6);
        }

header.sticky .nav-header > li > a {
    color: #232323;
}

    header.sticky .nav-header > li > a:hover {
        color: rgba(0,0,0,0.6);
    }

header.sticky .header-nav-icon .mobile-toggle {
    background-color: #232323;
}

    header.sticky .header-nav-icon .mobile-toggle span {
        background: #ffffff;
    }

.mobile-toggle span {
    display: block;
    width: 16px;
    height: 2px;
    background: #232323;
    content: "";
    margin: 0px auto;
}

.header-nav-icon .mobile-toggle {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50%;
}

    .header-nav-icon .mobile-toggle:hover span {
        background-color: #109ad7;
    }

.hamburger-header .hamburger-logo img.logo-dark {
    width: 160px;
}

.hamburger-header .close-button-menu {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #232323;
    border-radius: 50%;
    right: 65px;
    top: 21px;
}

    .hamburger-header .close-button-menu:after,
    .hamburger-header .close-button-menu:before {
        background: #fff;
        left: 16px;
    }

.hamburger-menu-area ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .hamburger-menu-area ul > li {
        margin-bottom: 25px;
    }

        .hamburger-menu-area ul > li > a {
            font-family: myriad-pro, Arial;
            font-weight: 800;
            font-size: 22px;
            color: #333333;
        }

.menu-ovelay {
    width: 75%;
    position: absolute;
}

.hamburger-menu-conatiner {
    background-color: #F2F2F2;
    height: 100vh;
    overflow-y: auto;
    padding: 30px 30px;
}

.mobile-toggle span:nth-child(2) {
    margin: 4px auto;
}

.close-current-menu {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #232323;
    border-radius: 50%;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    display: none;
}

.grid-item.feature-box-4 figure:hover figcaption {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.grid-item.feature-box-4 figure:hover img {
    opacity: 0.08;
    transform: scale(1, 1);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    cursor: pointer;
}

.grid-item.feature-box-4 figure:hover figcaption {
    cursor: pointer;
}


.ui-steps .step-wrapper {
    position: relative;
    padding: 0px 6rem;
    text-align: left;
    padding-top: 0;
    padding-bottom: 2rem;
}

    .ui-steps .step-wrapper .step-number {
        position: absolute;
        top: 10px;
        left: 1rem;
        width: 30px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 1.4rem;
        font-weight: 600;
        text-align: center;
        z-index: 2;
        border-radius: 50%;
    }

.step-number.ui-gradient-blue, .step-number.ui-gradient-blue::before {
    background: -moz-linear-gradient(45deg, #046590 0%, #109ad7 100%);
    background: linear-gradient(45deg, #046590 0%, #109ad7 100%);
}

.ui-steps div[class^="col-"], .ui-steps div[class*=" col-"] {
    padding-left: 6rem;
    padding-right: 6rem;
}

.ui-steps .step-wrapper .step-number::before {
    content: ' ';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
    opacity: 0.25;
    z-index: -1;
    border-radius: 50%;
    animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes scaleIn {
    from {
        transform: scale(.4, .4);
        opacity: .5;
    }

    to {
        transform: scale(2, 2);
        opacity: 0;
    }
}

.ui-steps .step-wrapper::before, .ui-steps .step-wrapper::after {
    content: ' ';
    position: absolute;
    left: 26px;
    margin-left: 0;
    width: 10px;
    border-radius: 20px;
    background-color: #fcc20e;
}

.ui-steps .step-wrapper::before {
    top: -1rem;
    bottom: calc(50% + (25px + 1rem));
    display: none;
}

.ui-steps .step-wrapper:first-child:before {
    background-image: url(../Content/images/launch.png);
    background-repeat: no-repeat;
    background-size: 80px;
    width: 80px;
    height: 279px;
    margin-left: -40px;
    background-color: transparent;
}

.ui-steps .step-wrapper:last-child:after {
    display: none;
}

.ui-steps .step-wrapper::after {
    top: calc(50px + 1rem);
    bottom: 1rem;
}

.ui-jouney-blocks {
    position: relative;
}

    .ui-jouney-blocks .journey-wrapper {
        position: relative;
        width: 20%;
        float: left;
        padding: 0px 15px;
    }

    .ui-jouney-blocks .ui-jouney-year {
        position: relative;
        font-weight: 600;
        font-size: 18px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        display: block;
        background-color: #109ad7;
        border-radius: 50%;
        color: #fff;
        margin: 0px auto 50px;
    }

    .ui-jouney-blocks .ui-jouney-box h2 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .ui-jouney-blocks::after {
        content: ' ';
        position: absolute;
        top: 93px;
        left: 0px;
        width: 100%;
        height: 6px;
        border-radius: 4px;
        background-color: #c9d0d8;
    }

.ui-jouney-year:before {
    content: ' ';
    position: absolute;
    height: 50px;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
    border-right: 3px dashed #109ad7;
}

.ui-jouney-year:after {
    content: ' ';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #109ad7;
    border-radius: 50%;
    bottom: -32px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}




.hermes .tp-bullet {
    box-shadow: 0 0 0 0 #fff;
    height: 6px;
    width: 16px;
    border: none;
    border-radius: 2px;
    background-color: rgb(255 255 255 / 0.3);
}

    .hermes .tp-bullet.selected, .hermes .tp-bullet:hover {
        background-color: #fff;
    }

.animated-circle {
    background-color: transparent;
    border: none;
    height: 30px;
    width: 40px;
    cursor: pointer;
    position: absolute;
}

    .animated-circle:after {
        content: "";
        height: 25px;
        width: 25px;
        background-color: #d9bf0a;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        left: 10px;
        -webkit-box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
        box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
        -webkit-animation: ripple 2s infinite;
        animation: ripple 2s infinite;
    }

    .animated-circle.circle-2:after {
        /*background-color: #c7f5e8;
        -webkit-box-shadow: 0 0 0 0 rgb(8 77 151 / 0.4);
        box-shadow: 0 0 0 0 rgb(8 77 151 / 0.4);*/
    }

[data-tootik] span {
    display: inline-block;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

.mainslider-hint.hintslider-1 .sliderhint-area:first-child {
    position: absolute;
    top: 20%;
    left: 64%;
}

.mainslider-hint.hintslider-1 .sliderhint-area:nth-child(2n) {
    position: absolute;
    top: 25%;
    left: 90%;
}

.mainslider-hint.hintslider-1 .sliderhint-area:nth-child(3n) {
    position: absolute;
    top: 32%;
    left: 77%;
}

.mainslider-hint.hintslider-1 .sliderhint-area:nth-child(4n) {
    position: absolute;
    top: 33%;
    left: 55%;
}

.mainslider-hint.hintslider-1 .sliderhint-area:nth-child(5n) {
    position: absolute;
    top: 50%;
    left: 70%;
}

.mainslider-hint.hintslider-1 .sliderhint-area:nth-child(6n) {
    position: absolute;
    top: 58%;
    left: 84%;
}

.mainslider-hint.hintslider-1 .sliderhint-area:nth-child(7n) {
    position: absolute;
    top: 77%;
    left: 90%;
}

.mainslider-hint.hintslider-2 .sliderhint-area:first-child {
    position: absolute;
    top: 73%;
    left: 84%;
}

.mainslider-hint.hintslider-2 .sliderhint-area:nth-child(2n) {
    position: absolute;
    top: 63%;
    left: 72%;
}

.mainslider-hint.hintslider-2 .sliderhint-area:nth-child(3n) {
    position: absolute;
    top: 60%;
    left: 80%;
}

.mainslider-hint.hintslider-2 .sliderhint-area:nth-child(4n) {
    position: absolute;
    top: 50%;
    left: 69%;
}

.mainslider-hint.hintslider-2 .sliderhint-area:nth-child(5n) {
    position: absolute;
    top: 45%;
    left: 83%;
}

.mainslider-hint.hintslider-2 .sliderhint-area:nth-child(6n) {
    position: absolute;
    top: 80%;
    left: 95%;
}

.mainslider-hint.hintslider-2 .sliderhint-area:nth-child(7n) {
    position: absolute;
    top: 52%;
    left: 90%;
}

.mainslider-hint.hintslider-3 .sliderhint-area:first-child {
    position: absolute;
    top: 68%;
    left: 84%;
}

.mainslider-hint.hintslider-3 .sliderhint-area:nth-child(2n) {
    position: absolute;
    top: 75%;
    left: 74%;
}

.mainslider-hint.hintslider-3 .sliderhint-area:nth-child(3n) {
    position: absolute;
    top: 65%;
    left: 90%;
}

.mainslider-hint.hintslider-3 .sliderhint-area:nth-child(4n) {
    position: absolute;
    top: 69%;
    left: 92%;
}

.mainslider-hint.hintslider-3 .sliderhint-area:nth-child(4n) {
    position: absolute;
    top: 90%;
    left: 74%;
}

.mainslider-hint.hintslider-3 .sliderhint-area:nth-child(5n) {
    position: absolute;
    top: 85%;
    left: 67%;
}

.mainslider-hint.hintslider-3 .sliderhint-area:nth-child(6n) {
    position: absolute;
    top: 83%;
    left: 73%;
}

.mainslider-hint.hintslider-3 .sliderhint-area:nth-child(7n) {
    position: absolute;
    top: 70%;
    left: 92%;
}

.mainslider-hint.hintslider-4 .sliderhint-area:first-child {
    position: absolute;
    top: 65%;
    left: 75%;
}

.mainslider-hint.hintslider-4 .sliderhint-area:nth-child(2n) {
    position: absolute;
    top: 60%;
    left: 85%;
}

.mainslider-hint.hintslider-4 .sliderhint-area:nth-child(3n) {
    position: absolute;
    top: 70%;
    left: 82%;
}

.mainslider-hint.hintslider-4 .sliderhint-area:nth-child(4n) {
    position: absolute;
    top: 85%;
    left: 85%;
}

.mainslider-hint.hintslider-4 .sliderhint-area:nth-child(5n) {
    position: absolute;
    top: 85%;
    left: 70%;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group input, .form-group select {
        margin-bottom: 0px !important;
        height: 48px;
    }

    .form-group textarea, .form-group select, .select-style {
        margin-bottom: 0px !important;
    }

.form-control.error,
input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
    border-color: #d61313 !important;
}

label.error,
.field-validation-error span {
    font-size: 13px;
    color: #d61313;
}

label.error {
    font-weight: 400;
}

select {
    height: 42px;
}

.select-style select {
    height: 46px;
}

.medium-select select.input-validation-error {
    border: 1px solid #d61313;
}

#clients .swiper-slider-clients-second .swiper-slide img {
    border-radius: 4px;
}

#awards-recognitions_section .swiper-slider-clients-second .swiper-slide img {
    padding: 0px 20px;
}

.swiper-slider-clients-second .swiper-slide:hover .img-gray {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.portfolio-grid.work-7col li, .blog-grid.blog-7col li {
    width: 14.28%;
}

.about-area-img {
    overflow: hidden;
    position: relative;
    height: 550px;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    padding-top: 10px;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2N8+vTpfwYGBgZpaWlGEI0LMBKtEJ8pyHJ4rRtVCAAd/QgLwKUsAgAAAABJRU5ErkJggg==) !important;
    background-position: 0 0px !important;
    background-repeat: repeat !important;
    right: 0;
    background-size: 15px;
}

    .about-area-img img {
        position: relative;
        z-index: 2;
        padding: 0px 0px 40px 40px;
    }

    .about-area-img:before {
        content: "";
        background-color: transparent;
        width: 80%;
        height: 83%;
        display: block;
        position: absolute;
        top: 10%;
        z-index: 1;
        border: 6px solid #109ad7;
    }


.swiper-container.gallery-thumbs {
    position: absolute;
    width: 1150px;
    overflow: visible;
    height: 50%;
}

    .swiper-container.gallery-thumbs .swiper-wrapper {
        position: relative;
        transform: none !important;
    }

    .swiper-container.gallery-thumbs .swiper-slide {
        height: 60px;
        width: 60px !important;
        background-size: cover;
        overflow: hidden;
        position: absolute;
        border-radius: 100%;
        cursor: pointer;
        -webkit-animation-name: floating;
        animation-name: floating;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform-origin: 50% 1px;
        -ms-transform-origin: 50% 1px;
        transform-origin: 50% 1px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .swiper-container.gallery-thumbs .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        border: 3px solid #109ad7;
    }

    .swiper-container.gallery-thumbs .swiper-wrapper > .swiper-slide:nth-child(1) {
        top: 0px;
        left: -180px;
        -webkit-animation-duration: 7s;
        animation-duration: 7s;
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .swiper-container.gallery-thumbs .swiper-wrapper > .swiper-slide:nth-child(2) {
        top: 0px;
        right: -180px;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .swiper-container.gallery-thumbs .swiper-wrapper > .swiper-slide:nth-child(3) {
        bottom: -10px;
        left: -100px;
        -webkit-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .swiper-container.gallery-thumbs .swiper-wrapper > .swiper-slide:nth-child(4) {
        bottom: -10px;
        right: -100px;
        -webkit-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .swiper-container.gallery-thumbs .swiper-wrapper > .swiper-slide:nth-child(5) {
        top: 200px;
        right: -70px;
        -webkit-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .swiper-container.gallery-thumbs .swiper-wrapper > .swiper-slide:nth-child(6) {
        top: 200px;
        left: -110px;
        -webkit-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .swiper-container.gallery-thumbs .swiper-wrapper > .swiper-slide:nth-child(7) {
        top: 280px;
        left: -80px;
        -webkit-animation-duration: 8s;
        animation-duration: 8s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg);
    }
}

#particles-js {
    position: absolute;
    pointer-events: none;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    line-height: 0;
    z-index: 1;
}

.swiper-full-screen .swiper-slide .text-large {
    padding: 0px 50px;
}

.widthsame-btn .btn:first-child {
    margin-right: 6px;
}

.list-style-5 ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .list-style-5 ul li::marker {
        content: "";
        display: none;
    }


@media (max-width: 1699px) {
    .portfolio-grid.work-10col li {
        width: 16.66%;
    }
}

@media (max-width: 1250px) {
    .portfolio-grid.work-10col li {
        width: 20%;
    }

    .clientle-filter-nav li a {
        padding: 15px 15px;
    }

    .hamburger-header .close-button-menu {
        width: 40px;
        height: 40px;
        right: 15px;
        top: 30px;
    }

        .hamburger-header .close-button-menu:after, .hamburger-header .close-button-menu:before {
            background: #fff;
            left: 11px;
            top: 19px;
        }
}

@media (max-width: 1199px) {
    .portfolio-grid.work-10col li {
        width: 25%;
    }

    .clientle-filter-nav li:first-child a,
    .clientle-filter-nav li:last-child a {
        border-radius: 0px;
    }

    .clientle-filter-nav li {
        width: initial;
        margin: 4px;
    }

        .clientle-filter-nav li a {
            padding: 15px 15px;
        }

    .nav-header > li > a {
        margin: 0 10px;
    }

    .hamburger-header .hamburger-logo img.logo-dark {
        width: 120px;
    }

    .hamburger-header .close-button-menu {
        width: 35px;
        height: 35px;
        right: 15px;
        top: 30px;
    }

        .hamburger-header .close-button-menu:after, .hamburger-header .close-button-menu:before {
            background: #fff;
            left: 9px;
            top: 16px;
        }

    .ui-steps .step-wrapper {
        padding: 0px 0rem;
    }

    .portfolio-grid.work-7col li, .blog-grid.blog-7col li {
        width: 20%;
    }

    footer .text-current {
        font-size: 14px;
    }

    footer .contact-list .foot-icon a {
        display: block;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .ui-steps .step-wrapper .step-number {
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.8rem;
    }

        .ui-steps .step-wrapper .step-number::before {
            width: 60px;
            height: 60px;
            top: -10px;
            left: -10px;
        }

    .ui-steps .step-wrapper::after {
        top: calc(50% + (25px + 1rem));
        bottom: -1rem;
    }

    .ui-steps .step-wrapper::before, .ui-steps .step-wrapper::after {
        left: 50%;
        margin-left: -4px;
    }

    .ui-steps .step-wrapper::before {
        display: block;
    }

    .margin-lg-no .capcha-center > div {
        margin: 0px;
    }
}

@media (max-width: 991px) {
    .portfolio-grid.work-10col li {
        width: 33.33%;
    }

    .clientle-filter-nav li a {
        display: block;
        padding: 10px 10px;
    }

    .custom-nav-header {
        display: none !important;
    }

    .menu-ovelay {
        width: 100%;
        position: absolute;
    }

        .menu-ovelay .Industries_Menu, .menu-ovelay .Services_Menu, .menu-ovelay .ExploreCitta_Menu, .menu-ovelay .HireDevelopers_Menu {
            position: absolute;
            z-index: 9;
            width: 100%;
        }

    .close-current-menu {
        display: block;
    }

    .ui-steps .step-wrapper {
        padding: 0px 0rem 50px;
    }

    .ui-steps div[class^="col-"], .ui-steps div[class*=" col-"] {
        padding-left: 6rem;
        padding-right: 15px;
    }

    .ui-jouney-blocks .journey-wrapper {
        width: 100%;
    }

    .ui-jouney-blocks::after {
        display: none;
    }

    .portfolio-grid.work-7col li, .blog-grid.blog-7col li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.4;
    }

    .text-medium-xl {
        font-size: 20px;
    }

    h3 {
        font-size: 34px;
        line-height: 1.2;
    }

    .portfolio-grid.work-10col li {
        width: 50%;
    }

    h2 {
        font-size: 44px;
        line-height: 1;
    }

    .page-title-large h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .h2-headding {
        font-size: 36px;
        line-height: 1;
    }

    .feature-box-19 {
        display: block;
        text-align: center;
    }

        .feature-box-19 .feature-icon-box {
            display: block;
            width: 100%;
            vertical-align: middle;
        }

        .feature-box-19 .feature-content-box {
            display: block;
            vertical-align: middle;
            margin-bottom: 15px;
        }

        .feature-box-19 .feature-content-action {
            display: block;
            vertical-align: middle;
            width: 100%;
        }

        .feature-box-19 .feature-content-action {
            display: block;
            width: 100%;
            text-align: center !important;
        }

            .feature-box-19 .feature-content-action .badge {
                top: 0px;
            }

            .feature-box-19 .feature-content-action .btn {
                display: block;
                margin-top: 10px;
            }

    .mainslider-hint.hintslider-1 .sliderhint-area:nth-child(n),
    .mainslider-hint.hintslider-2 .sliderhint-area:nth-child(n),
    .mainslider-hint.hintslider-3 .sliderhint-area:nth-child(n),
    .mainslider-hint.hintslider-4 .sliderhint-area:nth-child(n) {
        display: none;
    }

    .portfolio-grid.work-7col li, .blog-grid.blog-7col li {
        width: 100%;
    }

    .about-area-img img {
        padding: 0px 0px 40px 40px;
    }

    .widthsame-btn .btn:first-child {
        margin-right: 0px;
    }

    .widthsame-btn .btn,
    .widthsame170-btn .btn {
        margin-top: 10px;
    }

    .sm-title-medium {
        font-size: 28px !important;
    }

    .banner-form {
        background-color: #232323;
    }
}

@media (max-width: 480px) {
    ul.nav.nav-tabs {
        display: block;
    }

        ul.nav.nav-tabs .nav-item {
            display: block;
        }

    .clientle-filter-nav li {
        width: 47%;
        margin: 4px;
        float: left;
    }
}



.select-style {
    background: url(../Content/images/select-arrow.png) no-repeat 97% 50%;
}

.swiper-button-next.slider-button-box, .swiper-button-prev.slider-button-box {
    background-size: 20px;
    background-image: none !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    color: #091206;
    margin-top: -60px;
    transform: translateY(-50%);
    cursor: pointer !important;
    opacity: 0;
}

    .swiper-button-next.slider-button-box:hover, .swiper-button-prev.slider-button-box:hover {
        color: #fff;
        background-color: #109ad7;
        border: 1px solid #109ad7;
    }

.hover-arrow:hover .swiper-button-next.slider-button-box, .hover-arrow:hover .swiper-button-prev.slider-button-box {
    opacity: 1;
}

.swiper-button-prev.slider-long-arrow-white,
.swiper-container-rtl .swiper-button-next.slider-long-arrow-white {
    background-image: url(../Content/images/arrow-prev-light-dark.png);
}

.swiper-button-next.slider-long-arrow-white,
.swiper-container-rtl .swiper-button-prev.slider-long-arrow-white {
    background-image: url(../Content/images/arrow-next-light-dark.png);
}

.swiper-button-prev.swiper-prev-style5 {
    cursor: url(../Content/images/arrow-prev-light-dark.png),pointer;
}

.white-move .swiper-slide {
    cursor: url(../Content/images/icon-move-light.png),move;
}

.black-move .swiper-slide {
    cursor: url(../Content/images/icon-move-black.png),move;
}

.resourcecenter-table thead tr th:first-child {
    width: 40%;
}

.table .btn.btn-small {
    padding: 4px 8px;
}



.alert-message-area img {
    width: 100px;
}

.alert {
    padding: 15px 20px;
    border-radius: 0px;
    margin-bottom: 30px;
}

.capcha-center > div {
    margin: 0px auto;
}

ul li ol.list-style-1 > li {
    padding: 0px;
    border-bottom: 0px;
}

    ul li ol.list-style-1 > li::before {
        content: "";
        display: none;
    }

.width-list-50 li {
    width: 50%;
    float: left;
}



.select2-container--default .select2-selection--single {
    height: 42px;
    border-radius: 0px;
    border: 1px solid #d1d1d1;
}

    .select2-container--default .select2-selection--single:focus {
        outline: none;
        border: 1px solid #585858;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 41px;
        padding: 0px 30px 0px 15px;
        font-size: 14px;
    }

.input-validation-error ~ .select2-container--default .select2-selection--single {
    border: 1px solid #d61313;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 0px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    top: 50%;
    transform: translate(-50%);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #109ad7;
    color: white;
}

.select2-dropdown {
    border: 1px solid #585858;
    border-radius: 0px !important;
}



.input-group > .custom-file,
.input-group > .custom-select,
.input-group > input.bg-transparent,
.input-group > input.bg-transparent {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group .input-group-prepend {
    width: auto !important;
}

    .input-group .input-group-prepend select.input-group-text.bg-transparent {
        padding: 10px 20px;
    }

.form-group .input-group .input-group-prepend ~ input.bg-transparent {
    border-radius: 0px !important;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 0px;
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod] {
    line-height: 1.4;
}

.datepicker-days table.table thead tr th {
    border-top: 0px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #109ad7;
}

.btn-primary {
    color: #fff;
    background-color: #109ad7;
    border-color: #109ad7;
}

    .btn-primary.hover,
    .btn-primary:hover,
    .btn-primary.focus,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #109ad7;
        border-color: #109ad7;
    }

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #109ad7;
}

.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
    color: #109ad7 !important;
}

.comments-icon {
    position: relative;
    padding: 20px 60px;
}

    .comments-icon:before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        z-index: 99;
        display: block;
        font-weight: 600;
        left: 16px;
        font-size: 30px;
        color: #109ad7;
        top: 0px;
    }

    .comments-icon:after {
        content: "\f10e";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-size: 30px;
        color: #109ad7;
        z-index: 99;
        display: block;
        font-weight: 600;
        right: 16px;
        bottom: 0px;
    }

.lifecitta-section img.rounded-circle {
    width: 200px;
    margin: 0px auto;
    display: block;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1200px;
}





.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    border-radius: 0px;
    border: 1px solid #d1d1d1;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
    width: 100% !important;
    height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    font-size: 14px;
    padding: 0 10px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #109ad7;
    border: 1px solid #109ad7;
    border-radius: 30px;
    padding: 1px 10px 0px 2px;
    color: #fff;
    margin-top: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-right: 5px;
    padding-left: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 52%);
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #109ad7 1px;
    outline: 0;
}




.sidebar-filter .text-dark {
    font-size: 14px;
    color: #5e5e5e !important;
    text-transform: uppercase;
}

.panel-group.filter-panel .panel {
    border: 0px;
    margin-bottom: 21px;
    border-bottom: 1px solid #d8d8d8;
}

    .panel-group.filter-panel .panel:last-child {
        border-bottom: 0px;
    }

    .panel-group.filter-panel .panel .panel-heading {
        padding: 0px;
        background-color: transparent;
    }

        .panel-group.filter-panel .panel .panel-heading a {
            display: block;
            position: relative;
            margin-top: 4px;
            margin-bottom: 16px;
        }

        .panel-group.filter-panel .panel .panel-heading.active-accordion a:after {
            content: "\f078";
            font-family: "Font Awesome 5 Free";
            position: absolute;
            font-weight: 600;
            right: 0;
            top: 0px;
            font-size: 14px;
            color: #b3b3b3;
            transition: all 0.4s ease-out;
            transform: rotate( 0deg );
        }

        .panel-group.filter-panel .panel .panel-heading a:after {
            content: "\f078";
            font-family: "Font Awesome 5 Free";
            position: absolute;
            font-weight: 600;
            right: 0;
            top: 0px;
            font-size: 14px;
            color: #b3b3b3;
            transition: all 0.4s ease-out;
            transform: rotate( -180deg );
        }

        .panel-group.filter-panel .panel .panel-heading .panel-title {
            font-weight: 600;
            font-size: 16px;
            color: #4d4d4d;
            padding-right: 20px;
            position: relative;
        }

    .panel-group.filter-panel .panel .panel-body {
        padding: 0px !important;
        border: 0px !important;
    }

        .panel-group.filter-panel .panel .panel-body .filter-list-area {
            padding-bottom: 24px;
        }

.panel-group.filter-panel ul.filier-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    max-height: 220px;
    overflow: auto;
    padding-right: 10px;
}

    .panel-group.filter-panel ul.filier-list::-webkit-scrollbar {
        width: 5px;
        background-color: #e6e6e6;
    }

    .panel-group.filter-panel ul.filier-list::-webkit-scrollbar-thumb {
        height: 24px;
        background-color: #b3b3b3;
    }

    .panel-group.filter-panel ul.filier-list li {
        margin-bottom: 10px;
    }

        .panel-group.filter-panel ul.filier-list li:last-child {
            margin-bottom: 0px;
        }

.panel-group.filter-panel .custom-control.custom-checkbox .custom-control-label {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.panel-group.filter-panel .custom-control-input {
    width: 1.1rem;
    height: 1.1rem;
}

.panel-group.filter-panel .custom-control {
    padding-left: 1.8rem;
}

.panel-group.filter-panel .custom-control-label::before {
    top: 1px;
    left: -1.8rem;
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
    border-radius: 0px;
}

.panel-group.filter-panel .custom-control-label::after {
    top: 1px;
    left: -1.8rem;
    width: 1.1rem;
    height: 1.1rem;
    background-size: 11px;
}

.panel-group.filter-panel .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.panel-group.filter-panel .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #109ad7;
    background-color: #109ad7;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #c9eeff;
    border-color: #c9eeff;
}

.filter-list-area .fix-height {
    /*max-height: 220px;
    overflow: hidden;*/
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
    background: #e6e6e6 !important;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #b3b3b3 !important;
}

.mCSB_container {
    margin-right: 15px;
}



.selected-filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    margin-bottom: 10px;
}

    .selected-filters .total-items {
        margin-bottom: 0px;
        margin-right: 10px;
    }

        .selected-filters .total-items > span {
            font-weight: 600;
            color: #414141;
        }

ol.nav-portfolio {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    ol.nav-portfolio li {
        position: relative;
        display: -ms-flexbox;
        display: flex;
    }

        ol.nav-portfolio li + li {
            padding-left: .5rem;
        }

        ol.nav-portfolio li:before {
            display: inline-block;
            padding-right: .5rem;
            color: #6c757d;
            content: "/";
        }

        ol.nav-portfolio li:first-child:before {
            display: none;
        }

        ol .nav-portfolio li .nav-portfolio-link {
            text-decoration: underline;
        }

            ol.nav-portfolio li .nav-portfolio-link.active {
                text-decoration: none;
            }

.selected-filters-area ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.selected-filters .selected-filters-area {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 8px 0 0;
}

.selected-filters-area ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.selected-filters-area .remove-filter {
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: hsl(0, 0%, 100%);
    position: relative;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    border-radius: 4px;
}

    .selected-filters-area .remove-filter .filterby-name {
        display: -ms-flexbox;
        display: flex;
        padding: 4px 8px;
        border: 1px solid hsl(0, 0%, 90%);
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .selected-filters-area .remove-filter .filterby-remove {
        padding: 5px 8px;
        border: 1px solid hsl(0, 0%, 90%);
        border-left: none;
        display: block;
        color: hsl(0, 0%, 60%);
        text-align: center;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        font-size: 12px;
    }

a.clear-selected-filter {
    display: block;
    color: #333333;
    font-size: 12px;
    margin: 0 8px;
    text-decoration: underline;
}




.porfolio-product-area {
    padding: 0;
    font-size: 12px;
    color: #999999;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: #cccccc 0 0 16px;
}

    .porfolio-product-area .porfolio-product-img {
        display: block;
    }

        .porfolio-product-area .porfolio-product-img img {
            width: 100%;
        }

        .porfolio-product-area .porfolio-product-img:after {
            content: "";
            width: 100%;
            display: block;
            opacity: 0;
            transition: opacity 0.4s ease;
            position: relative;
            margin-top: -140px;
            height: 140px;
            padding: 0;
            background: linear-gradient( to top, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 57% );
        }

        .porfolio-product-area .porfolio-product-img:hover:after {
            opacity: 1;
        }

    .porfolio-product-area .porfolio-product-details {
        padding: 15px;
    }

        .porfolio-product-area .porfolio-product-details .porfolio-product-title {
            font-weight: 600;
            font-size: 14px;
            color: #4d4d4d;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 3px;
        }

            .porfolio-product-area .porfolio-product-details .porfolio-product-title:hover {
                color: #109ad7;
            }

        .porfolio-product-area .porfolio-product-details .porfolio-product-company {
            font-weight: 600;
            font-size: 12px;
            color: #999999;
            margin-bottom: 10px;
        }

            .porfolio-product-area .porfolio-product-details .porfolio-product-company > span {
                font-weight: 400;
                font-style: italic;
            }

        .porfolio-product-area .porfolio-product-details .porfolio-action {
            width: 100%;
            display: flex;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .porfolio-product-area .porfolio-product-details .porfolio-product-company-locaion {
            margin: 11px 0px;
            float: left;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 60%;
        }

.btn.btn-preview {
    font-weight: 600;
    font-size: 12px;
    text-transform: capitalize;
    color: #666666;
    border: 1px solid #cccccc;
    padding: 10px 16px;
    border-radius: 2px;
    background-color: transparent;
}

    .btn.btn-preview:hover {
        background-color: #109ad7;
        border-color: #109ad7;
        color: #fff;
    }


.page-navigation {
    margin-top: 20px;
}

    .page-navigation .pagination .page-item {
        margin-right: 8px;
    }

        .page-navigation .pagination .page-item .page-link {
            background-color: transparent;
            padding: 0px 12px;
            height: 32px;
            line-height: 30px;
            border-left-width: 1px;
            color: #333333;
            font-size: 14px;
            border-radius: 2px !important;
        }

            .page-navigation .pagination .page-item .page-link:hover {
                background-color: #f2f2f2;
                color: #109ad7;
                border-color: #bebebe;
            }

            .page-navigation .pagination .page-item .page-link:focus {
                z-index: 3;
                outline: 0;
                box-shadow: none;
            }

        .page-navigation .pagination .page-item.active .page-link,
        .page-navigation .pagination .page-item.active .page-link:hover,
        .page-navigation .pagination .page-item.active .page-link:focus {
            border-color: #007bff;
            color: #007bff !important;
        }

.project-client-details li {
    font-size: 14px;
    padding-right: 0px;
}

    .project-client-details li label {
        margin: 0px;
        vertical-align: top;
    }

    .project-client-details li .list-value {
        position: relative;
        display: inline-block;
        width: 60%;
    }

.technology-badge {
    margin-bottom: 0px;
}

    .technology-badge .badge {
        font-size: 12px;
        margin-right: 8px;
        margin-bottom: 8px;
        color: #505050;
        background: #dcdcdc;
        text-transform: inherit;
    }

.feature-box-5.technology-box-1 {
    border: 1px solid #ddd;
    display: block;
    height: 100%;
    padding: 20px;
    border-radius: 2px;
    text-align: left;
}

.feature-box-5 {
    padding-left: 50px;
}

    .feature-box-5.technology-box-1 i {
        position: relative;
        float: left;
        margin-right: 0px;
        display: inline-block;
        width: auto;
        margin: 0px;
    }

    .feature-box-5.technology-box-1 .feature-content {
        display: block;
        padding-left: 50px;
    }

.icon-medium-md {
    font-size: 26px;
    color: #939393;
}

.filter-show > .fas.fa-bars,
.filter-show > .flter-close-label {
    display: none;
}

.mobile-filter-header {
    display: none;
}

.feature-content .alt-font {
    /*display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.foot-link-1 {
    color: #c52222;
    margin-top: 2px;
    text-decoration: underline;
}

    .foot-link-1:hover {
        color: #109ad7;
        text-decoration: underline;
    }

@media (max-width: 767px) {
    .mobile-filter-header {
        display: block;
    }

    .filter-show {
        border: 1px solid #ddd;
        display: inline-block;
        padding: 6px 15px;
        border-radius: 2px;
        margin-bottom: 20px;
        cursor: pointer;
    }

        .filter-show > .fas.fa-bars,
        .filter-show > .flter-close-label {
            display: inline-block;
        }

    .sidebar-filter.portfolio-filter-area {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 80%;
        height: 100vh;
        overflow: scroll;
        z-index: 9999;
        transition-property: top;
        transition-duration: 0.5s;
        transition-timing-function: ease-in-out;
        background-color: #fff;
    }

    .filter-list-area .fix-height {
        max-height: 100%;
    }

    .mobile-filter-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: hsl(0, 0%, 98%);
        padding: 24px;
        border-bottom: 2px solid hsl(0, 0%, 90%);
        margin-bottom: 16px;
    }

    .portfolio-filter-area .filter-panel {
        padding: 10px 15px;
    }

    .mobile-filter-header .mobile-filter-title {
        font-weight: 600;
        font-size: 20px;
        width: calc(100% - 0px);
    }

    .mobile-filter-header .filter-show {
        margin: 0px;
        background-color: #109ad7;
        border-color: #109ad7;
        color: #fff;
    }

    .selected-filters .total-items {
        margin-bottom: 5px;
    }

    ol.nav-portfolio {
        margin-bottom: 5px;
    }

    .feature-box-5.technology-box-1 i {
    }
}

a.btn-paypal {
    width: 171px;
    padding: 6.74px 10px;
    display: block;
    border-radius: 3px;
    margin: 0px auto 4px;
    text-align: center;
    background-color: #fdfdfd;
    border: 1px solid #072654;
}

.btn-paypal img {
    height: 25px;
}

.online-payment-td > form, .btn-paypal {
    display: inline-block !important;
    margin: 0px !important;
    vertical-align: top;
}

@media (min-width: 1200px) {
    .v-center-block .feature-box-5 {
        -ms-flex-align: center !important;
        align-items: center !important;
        display: flex;
        height: 35px;
    }
}

.v-center-block .feature-content .alt-font {
    white-space: normal;
}

.tab-style3 .nav-tabs li {
    margin: 0 15px;
}

.tab-style3 .nav-tabs > li > a.nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #dadada;
    border-bottom: 3px solid transparent;
}

.tab-style3 .nav-tabs li a.nav-link.active {
    color: #109ad7;
}

.tab-style3 .nav-tabs li a.nav-link.active,
.tab-style3 .nav-tabs > li > a.nav-link.active:hover {
    border-bottom: 3px solid #109ad7;
}

.tab-technology {
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s ease 0s;
    -webkit-box-pack: center;
    justify-content: center;
}

    .tab-technology .tabtechnology-blk {
        width: 166px;
        background: rgba(224, 225, 235, 1);
        margin: 0px 3px 6px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 6px 13px;
        min-height: 93px;
    }

        .tab-technology .tabtechnology-blk .tabtechnology-title {
            font-weight: 600;
            text-align: center;
        }

.table.table-comparision {
    border-collapse: separate;
    border-spacing: 5px;
}

table.table-comparision tr th,
table.table-comparision tr td {
    border: 0px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
}

table.table-comparision .table-inner-title1 {
    width: 40%;
}

table.table-comparision .table-inner-title2 {
    width: 20%;
}

table.table-comparision tr td {
    background-color: #d0d1db;
}

    table.table-comparision tr td.table-inner-td {
        background-color: transparent;
    }

table.table-comparision tr th {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 21px;
}

    table.table-comparision tr th .fas {
        display: block;
    }

    table.table-comparision tr th .table-head-img {
        display: block;
        width: 30px;
        margin: 0px auto 4px;
    }

    table.table-comparision tr th .fas {
        display: block;
        font-size: 18px;
        color: #1a204e;
        margin-bottom: 10px;
    }

table.table-comparision .table-dark-area {
    background-color: #1a204e;
    color: #fff;
    padding: 10px;
    text-align: left;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
}

    table.table-comparision .table-dark-area .table-number {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 27px;
        background-color: #ffff00;
        color: #1a204e;
        border-radius: 50%;
        text-align: center;
    }

    table.table-comparision .table-dark-area .table-row-title {
        font-weight: 400;
        padding-left: 40px;
        font-size: 18px;
    }

table.table-comparision .circle-box {
    width: 30px;
    height: 30px;
    background-color: #1a204e;
    border-radius: 50%;
    margin: 0px auto;
}

.content-part {
    padding-top: 60px;
    margin-right: 30px;
}

    .content-part h3 {
        font-size: 46px;
        color: #000;
        line-height: 1;
        margin-bottom: 15px;
    }

    .content-part p {
        font-size: 18px;
    }

    .content-part .contet-list {
        margin-top: 48px;
        padding-left: 34px;
    }

        .content-part .contet-list .list-blk {
            padding-bottom: 200px;
            position: relative;
        }

            .content-part .contet-list .list-blk h4 {
                color: #000;
                font-size: 30px;
                margin-bottom: 10px;
                position: relative;
                line-height: 1;
            }

            .content-part .contet-list .list-blk p {
                font-size: 16px;
                margin-bottom: 0px;
            }

            .content-part .contet-list .list-blk h4::before {
                content: "";
                width: 18px;
                height: 18px;
                border: 3px solid rgb(198 236 253);
                background: #109ad7;
                position: absolute;
                left: -34px;
                top: 2px;
                border-radius: 50%;
                z-index: 1;
            }

            .content-part .contet-list .list-blk::after {
                content: "";
                position: absolute;
                width: 2px;
                background: rgb(16 154 215 / 30%);
                left: -26px;
                top: 6px;
                height: 100%;
            }

            .content-part .contet-list .list-blk:last-child::after {
                display: none;
            }

.contact-form-part {
    position: relative;
    padding: 50px;
    background: rgba(235, 250, 255, 0.7);
}

    .contact-form-part .heading {
        display: flex;
        margin-bottom: 70px;
    }

        .contact-form-part .heading .icon {
            flex: 0 0 90px;
            margin-right: 18px;
        }

        .contact-form-part .heading h3 {
            color: #000;
        }

.hire-resource-form form .steps {
    margin-bottom: 30px;
}

    .hire-resource-form form .steps .title {
        font-weight: 700;
        font-size: 18px;
        color: #000;
        margin-bottom: 20px;
    }

.hire-resource-form form .form-group label {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #313131;
}

.hire-resource-form form .input-group select {
    padding: 12px 20px;
    background-color: #ffffff;
}

.custom-file-input, .custom-file .custom-file-label {
    line-height: 2.4;
}

.custom-tab .nav-tabs .nav-item.show .nav-link,
.custom-tab .nav-tabs .nav-link.active {
    color: #109ad7;
    background-color: #fff;
    border-color: #109ad7;
}

.custom-tab .nav-item .nav-link {
    padding: 20px;
    font-size: 14px;
}

.tab-style6 .nav.nav-tabs {
    border: 0px;
}

.tab-style6 .nav-tabs li {
    margin-bottom: 0;
    display: inline-block;
    float: none;
    margin-right: 5px;
}

    .tab-style6 .nav-tabs li a {
        background-color: transparent;
        color: #575757;
        line-height: 40px;
        margin: 0 !important;
        padding: 0 25px;
        border-radius: 40px;
        border: 1px solid #dee2e6;
    }

.tab-style6 .nav-tabs > li > a.active {
    position: relative;
    background: #109ad7;
    border: 1px solid #109ad7;
    color: #fff;
}

.mfp-bg, .my-mfp-slide-bottom.mfp-ready.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    background: rgb(0 0 0 / 80%);
    opacity: .93;
}



.portfolio-popup .figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.portfolio-popup figcaption {
    padding: 30px;
}

.portfolio-popup .portfolio-hover-main {
    transform: none;
    display: table;
    height: 100%;
    top: 0;
    width: 100%;
}

.portfolio-popup .portfolio-hover-content {
    bottom: -15px;
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}

.portfolio-popup figcaption {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 1;
    text-align: center;
}

.portfolio-popup:hover .portfolio-hover-content {
    bottom: 0;
}

.portfolio-popup figure:hover figcaption {
    opacity: 1;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}

.portfolio-popup figure:hover .portfolio-img {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    background-color: #1c1c1c;
}

.portfolio-popup figure:hover img {
    opacity: .08;
    transform: scale(1,1);
    transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
}

.pswp {
    z-index: 9999 !important;
}

.pswp__bg {
    opacity: 0.8 !important;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgb(0 0 0 / 80%);
}

.tippy-tooltip.light-theme {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
    background-color: white;
}

.tippy-backdrop {
    background-color: white;
}

.tippy-roundarrow {
    fill: white;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme .tippy-arrow {
    border-top-color: #fff;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme .tippy-arrow {
    border-bottom-color: #fff;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme .tippy-arrow {
    border-left-color: #fff;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme .tippy-arrow {
    border-right-color: #fff;
}

.tippy-tooltip.light-theme .tippy-roundarrow {
    fill: #fff;
}


.onepage-scroll {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .onepage-scroll li {
        display: inline-block;
        margin: 0px 20px 10px;
    }

        .onepage-scroll li a {
            position: relative;
            border-bottom: 2px solid transparent;
            color: #333;
            display: block;
            padding-left: 15px;
        }

            .onepage-scroll li a::before {
                content: "\f192";
                position: absolute;
                font-family: "Font Awesome 5 Free";
                font-size: 9px;
                left: 0px;
            }

            .onepage-scroll li a:hover, .onepage-scroll li a:focus {
                border-bottom: 2px solid #109ad7;
                color: #109ad7;
            }


.custom-accordion .card-header {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

    .custom-accordion .card-header .btn {
        font-family: Roboto,sans-serif;
        font-weight: 400;
        text-transform: none;
        text-decoration: none !important;
        border: 0px;
        padding: 0px;
    }

.custom-accordion .card-body {
    padding: 0px;
    padding-top: 10px;
}








@media (max-width: 991px) {
    .content-part .contet-list .list-blk {
        padding-bottom: 50px;
    }

    .contact-form-part {
        padding: 25px;
    }

        .contact-form-part .heading h3 {
            font-size: 30px;
        }

    table .table-comparision .table-dark-area .table-row-title {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    table.table-comparision .table-dark-area .table-row-title {
        font-size: 14px;
        padding: 0px 0px;
        text-align: center;
    }

    table.table-comparision .table-dark-area .table-number {
        display: none;
    }

    table.table-comparision .circle-box {
        width: 20px;
        height: 20px;
    }

    table.table-comparision .table-inner-title1,
    table.table-comparision .table-inner-title2 {
        padding: 10px !important;
        font-size: 11px !important;
    }

    table.table-comparision tr th .table-head-img {
        display: block;
        width: 27px;
        margin: 0px auto 0px;
    }

    .onepage-scroll {
        text-align: left;
    }

        .onepage-scroll li {
            margin: 0px 0px 10px;
            width: 47%;
        }
}

@media (max-width: 480px) {
    .tab-style6 .nav-tabs li {
        margin-right: 0px;
        margin-bottom: 10px;
    }

        .tab-style6 .nav-tabs li:last-child {
            margin-bottom: 0px;
        }
}








.feature-box-5 {
    padding-left: 50px;
    height: 100%;
    height: 100%;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .feature-box-5 i {
        position: absolute;
        top: auto;
        left: 0;
    }

    .feature-box-5 .feature-content {
        height: 100%;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px !important;
    }

        .feature-box-5 .feature-content .alt-font {
            margin: 0px !important;
        }


table.table-five-row .table-inner-title1 {
    width: 30%;
}

table.table-five-row .table-inner-title2 {
    width: 15%;
}

table.table-five-row tr th .table-head-img.table-logo {
    width: 110px;
    margin-bottom: 0px !important;
}

table.table-five-row .table-dark-area .table-number {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    background-color: #ffff00;
    color: #1a204e;
    border-radius: 50%;
    text-align: center;
}

.feature-box.feature-box-17 .box:hover {
    background-color: #109ad7;
}

.feature-box-11 .progress-line:after {
    top: 50px;
}

.clients-list {
    height: 140px;
}

    .clients-list img {
        width: 130px;
    }

.banner-form {
    background-color: rgb(0 0 0 / 40%);
    padding: 30px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .banner-form input:focus {
        border-color: #109ad7 !important;
    }

.placeholder-gray::-webkit-input-placeholder {
    color: #ddd;
}

.placeholder-gray::-moz-placeholder {
    color: #ddd;
}

.placeholder-gray:-ms-input-placeholder {
    color: #ddd;
}

.placeholder-gray:-moz-placeholder {
    color: #ddd;
}

.box-shadow-medium {
    -webkit-box-shadow: 0 4px 8px rgb(36 49 67 / 10%);
    box-shadow: 0 4px 8px rgb(36 49 67 / 10%);
}

.box-border-blue {
    border: 1px solid rgb(16 154 215 / 30%);
}

.social-icon img {
    width: 18px;
    position: relative;
    top: -1px;
    left: -2px;
}

.transform-tl-50 {
    transform: translate(-50%, -50%);
}

.transform-top-50 {
    transform: translateY(-50%);
}

.transform-left-50 {
    transform: translateX(-50%);
}

.top-50 {
    left: 50%;
}

.left-50 {
    left: 50%;
}

.left-40 {
    left: 40%;
}

.foot-loaction .position-absolute {
    left: -40px;
    top: 2px;
}

    .foot-loaction .position-absolute > img {
        width: 24px;
        border-radius: 2px;
    }

footer .text-current,
footer .contact-list .foot-icon a {
    font-size: 16px;
    line-height: 1.6;
}

.nav-tabs.nav-custom {
    border-bottom: 2px solid rgba(248, 249, 252, 0.2);
}

    .nav-tabs.nav-custom li.nav-item {
        margin: 0px 20px;
    }

        .nav-tabs.nav-custom li.nav-item .nav-link {
            padding: 15px 0px;
            background-color: transparent !important;
            color: #bebfbf;
            font-size: 16px;
            text-transform: capitalize;
            letter-spacing: 0.5px;
            border: 0px !important;
            border-bottom: 2px solid transparent !important;
            margin-bottom: -2px;
        }

            .nav-tabs.nav-custom li.nav-item .nav-link:hover {
                color: #fff;
                border-bottom: 2px solid #fff !important;
            }

            .nav-tabs.nav-custom li.nav-item .nav-link.active {
                color: #109ad7;
                border-bottom: 2px solid #109ad7 !important;
            }

.popup-youtube:hover .bg-gradient-light-red-light-orange {
    background-image: linear-gradient(to right top,#ff214f,#ff4848,#ff6343,#ff7a41,#ff8e43);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}


.blog-hover-effect .blog-before-hover-img img {
    transform: scale(1);
    transition: all 300ms ease 0ms !important;
}

.blog-hover-effect:hover .blog-before-hover-img img {
    transform: scale(1.2);
    transition: all 300ms ease 0ms !important;
}

.blog-hover-effect .blog-hover-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.blog-hover-effect:hover .blog-hover-img {
    opacity: 1 !important;
}

/*.Services_Menu a:not([href]).inner-menutitle {
    color: red;
}*/
.Services_Menu a[href].inner-menutitle {
    color: #109ad7 !important;
}

    .Services_Menu a[href].inner-menutitle:hover {
        color: #e8530f !important;
    }

.HireDevelopers_Menu a[href].inner-menutitle {
    color: #109ad7 !important;
}

    .HireDevelopers_Menu a[href].inner-menutitle:hover {
        color: #e8530f !important;
    }
/*-- Email Unsubscribe :: Start --*/
.unsubscribe-section {
    background: -webkit-linear-gradient( 89deg,#88dbff,#ffffff);
    height: 100vh;
    overflow: auto;
}

.mx-width-500 {
    max-width: 500px;
}

.unsubscribe-box-area {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    padding: 30px;
}

    .unsubscribe-box-area .logo {
        margin-bottom: 20px;
        text-align: center;
    }

        .unsubscribe-box-area .logo img {
            height: 70px;
        }

.unsubscribe-details .text-large {
    font-size: 32px !important;
    margin-bottom: 12px;
    line-height: 1.1;
}
/*-- Email Unsubscribe :: End --*/

@media (max-width: 991px) {
    .md-font-14 {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .row-menu-list.nav-tabs.nav-custom li.nav-item {
        text-align: center;
        display: inline-table;
    }

        .row-menu-list.nav-tabs.nav-custom li.nav-item .nav-link {
            height: 112px;
            display: table-cell;
            vertical-align: middle;
        }
}

@media (max-width: 767px) {
    table.table-five-row.table-five-row .table-dark-area .table-number {
        display: none;
    }

    .feature-box-5 i {
        width: auto;
        margin-bottom: 0;
    }

    .feature-box-5.position-relative.sm-no-padding-lr {
        padding-left: 50px !important;
        text-align: left;
    }

    .tab-technology .tabtechnology-blk {
        width: 150px;
    }

    .unsubscribe-box-area {
        padding: 30px 20px;
    }

    .unsubscribe-details .text-large {
        font-size: 28px !important;
        margin-bottom: 8px;
    }
}