@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif !important;
    color: #000000;
    font-size: 15px !important;
}

p {
    line-height: 26px;
    font-weight: normal;
    font-size: 15px;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1, .main_haead {
    font-size: 55px;
    text-transform: capitalize;
    line-height: 65px;
    padding: 10px 0;
}

h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h4 {
    margin: 0 0 5px -1px;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
}

h5 {
    margin: 15px 0 5px 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2em;
    letter-spacing: 2px;
    color: #ffffff;
}

ul {
    margin: 0 !important;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none !important;
    color: #4d87c4;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
}

button:focus,
textarea:focus,
select:focus {
    outline: none !important;
}

@font-face {
    font-family: 'Jost', sans-serif;
    src: url('../fonts/Jost/Jost-Bold.ttf');
}

@font-face {
    font-family: 'Jost', sans-serif;
    src: url('../fonts/Jost/Jost-SemiBold.ttf');
}

@font-face {
    font-family: 'Jost', sans-serif;
    src: url('../fonts/Jost/Jost-Medium.ttf');
}

@font-face {
    font-family: 'Jost', sans-serif;
    src: url('../fonts/Jost/Jost-Regular.ttf');
}

@font-face {
    font-family: 'Jost', sans-serif;
    src: url('../fonts/Jost/Jost-Light.ttf');
}

#animsition {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn-main {
    font-size: 15px;
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
    border-radius: 30px;
    color: #fff;
    transition: 0.5s;
    display: inline-table;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: none;
}

.btn-main:hover {
    background: linear-gradient(45deg, rgba(88, 155, 214, 1) 100%, rgba(77, 136, 196, 1) 0%);
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="number"],
select,
textarea {
    padding: 10px;
    border: 1px solid #ABB0BE;
    width: 100%;
    color: #000;
}

textarea {
    height: 100px;
    resize: none;
}

.header-row {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.top-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    padding-top: 23px;
    padding-bottom: 27px;
}

.top-header-contact {
    margin: 0 40px;
    color: #000000;
}

.top-header-search {
    display: flex;
    justify-content: flex-end;
    width: 370px;
}

.top-header-search input {
    border: 1px solid rgba(107, 124, 147, 0.15) !important;
    padding-right: 85px;
    border-radius: 4px;
    width: 100%;
    border: none;
    background: #ffffff;
    padding-left: 40px;
    box-shadow: 0 2px 4px rgb(107 124 147 / 6%);
}

.top-header-search input:focus {
    border-color: #4d87c4;
}

.top-header-search form {
    width: 100%;
    position: relative;
}

.content {
    display: none;
    position: absolute;
    width: 100%;
    top: 10px;
}

.Hide {
    display: none;
}

.search-icon {
    border: none;
    background: none;
    position: absolute;
    top: 13px;
    left: 10px;
    color: #0d6efd;
}

.search-btn {
    top: 6px;
    width: auto;
    height: auto;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 12px;
    border-radius: 25px;
    position: absolute;
    right: 10px;
}

.navigation-bar {
    display: flex;
}

.bg-primary {
    background-color: transparent !important;
    z-index: 9999;
    position: relative;
}

header .navbar-dark .navbar-nav .nav-item {
    margin-right: 60px;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    padding: 0px;
}

.scrolled .navbar-dark .navbar-nav .nav-link {
    padding: 18px 0;
}

header .navbar-dark .navbar-nav .nav-link:hover {
    color: #0d6efd;
}

header .navbar-dark .navbar-nav .active .nav-link,
header .navbar-dark .navbar-nav .show.nav-link {
    color: #0d6efd !important;
    border-bottom: 2px solid;
}

header .navbar-dark .navbar-nav .nav-link::before {
    background: #0d6efd;
    content: "";
    bottom: 0px;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    right: auto;
    transition: 0.5s cubic-bezier(.25, .8, .25, 1) 0s;
    opacity: 0;
}

header .navbar-dark .navbar-nav .dropdown-toggle::after {
    display: none;
}

header .navbar-dark .navbar-nav .nav-link:hover::before {
    opacity: 1;
}

header .navbar-dark .navbar-nav .nav-link.active,
header .navbar-dark .navbar-nav .show>.nav-link {
    color: #0d6efd;
    border: none;
}

header .navbar-dark .navbar-nav .active::before {
    opacity: 1;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.become-partner-btn {
    color: #0d6efd;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 55px;
    border-left: 1px solid rgba(107, 124, 147, .3);
    padding-left: 50px;
}

.nav-social {
    position: relative;
    z-index: 2;
    margin-left: 60px;
}

.nav-social a {
    color: #0d6efd;
    font-size: 18px;
    transition: all 0.6s ease;
    margin-right: 15px;
}

.nav-social a:last-child {
    margin-right: 0;
}

.nav-social a i:hover,
.nav-social a img:hover {
    transform: scale(1.3);
    transition: all 0.6s ease;
    color: #4d87c4;
}

.sub-menus {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    align-items: center;
    text-align: left;
    flex-direction: column;
}

.sub-menus li:hover a {
    color: #0d6efd !important;
}

.sub-menus li:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    right: 0;
    bottom: 0;
    background: #85bbff33;
    transition: 0.5s cubic-bezier(.25, .8, .25, 1) 0s;
    z-index: -1;
}

.sub-menus li:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}

.sub-menus .active:before {
    width: 100%;
    left: 0;
    right: 0;
}

.sub-menus .active a {
    color: #0d6efd !important;
}

.sub-menus li a span {
    vertical-align: middle;
    padding-left: 10px;
}

.sub-menus li {
    position: relative;
    z-index: 2;
}

.sub-menus img {
    transition: 0.5s cubic-bezier(.25, .8, .25, 1) 0s;
    height: 36px;
    width: 36px;
}

.sub-menus li:hover img {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 8px;
}

.sub-menus a {
    color: #000000;
    text-transform: capitalize;
    transition: 0.6s;
    display: inline-block;
    padding: 8px 10px;
    width: 100%;
}

.sub-menus a:hover {
    color: #4d87c4;
}

.sub-menus a p {
    margin-bottom: 0;
}

.scrolled {
    padding: 0px 15px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
    background: #ffffff;
    box-shadow: 1px 1px 5px #0000001a;
}

.scrolled::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #3a416f 100%);
    opacity: .07;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.scrolled .navbar-brand {
    display: block;
}

@media all and (min-width: 992px) {
    .dropdown-menu {
        width: 13rem;
    }

    .dropdown .dropdown-menu {
        left: inherit;
        display: none;
    }

    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }

    .ktm-mega-menu {
        position: static;
    }

    .mega-menu {
        min-width: 280px;
        padding: 10px 0 !important;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }

    .dropdown-menu li {
        position: relative;
        width: 100%;
        text-align: left;
    }

    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }

    .dropdown-menu>li:hover>.submenu,
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .sub-menus-next {
        right: -240px;
        top: -10px;
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}

.mobile-search {
    display: none;
}

.mobile-search input {
    width: 100%;
    background: #eaeef3;
    font-size: 1rem;
    border: none;
    padding: 10px;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 0px;
        bottom: 0;
        right: 100%;
        width: 85%;
        padding: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ffffff;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(100%);
    }
}

.navbar-brand {
    padding: 0;
    margin-right: 50px;
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    height: 60px;
    background: none;
    transition: 0.4s;
    opacity: 1;
    border-radius: 50%;
    top: 50%;
}

.carousel-control-next {
    right: 80px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev-icon::after {
    content: "";
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    position: absolute;
    left: -10px;
    right: -80px;
    top: -10px;
    bottom: -10px;
    z-index: -1;
    box-shadow: 0 7px 18px 0 rgb(107 124 147 / 25%);
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.carousel-control-prev-icon::before {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    transform: rotate(-90deg);
    color: inherit;
    background: linear-gradient(90deg, #ffffff 0%, #eaeef3 100%);
    border-radius: 60px;
    content: 'Prev';
    position: absolute;
    top: 0;
    left: 60px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

.carousel-control-next-icon::after {
    content: "";
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    position: absolute;
    left: -10px;
    right: -80px;
    top: -10px;
    bottom: -10px;
    z-index: -1;
    box-shadow: 0 7px 18px 0 rgb(107 124 147 / 25%);
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.carousel-control-next-icon::before {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    transform: rotate(-90deg);
    color: inherit;
    background: linear-gradient(90deg, #ffffff 0%, #eaeef3 100%);
    border-radius: 60px;
    content: 'next';
    position: absolute;
    top: 0;
    left: 0px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

.slider-content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
}

.slider-content-left {
    flex-basis: 48%;
    padding-left: 50px;
}

.slider-content-left p {
    font-size: 20px;
}

.slider-content-right ul {
    list-style: none;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 8px;
}

.slider-content-right ul li input {
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgb(107 124 147 / 6%)
}

.slider-content-right {
    flex-basis: 30%;
}

.slider-content-right ul li {
    padding-bottom: 10px;
}

.slider-content-right ul li:last-child {
    padding-bottom: 0px;
}

.res-toggale {
    display: none;
}

.icon-shake {
    position: absolute;
    left: 100px;
    top: 35%;
    right: 100px;
    text-align: center;
}

.icon-1 {
    left: 0;
    bottom: 0;
    animation: UpDown 1.5s linear infinite;
    position: absolute;
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.icon-2 {
    top: 0px;
    animation: TopDown 1.5s linear infinite;
    position: absolute;
}

@keyframes UpDown {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 1.5em;
    }

    100% {
        bottom: 0;
    }
}

@keyframes TopDown {
    0% {
        top: 0;
    }

    50% {
        top: 2.5em;
    }

    100% {
        top: 0;
    }
}

#demo {
    position: relative;
}

.icon-4 {
    position: absolute;
    bottom: -80px;
    left: 400px;
    right: 0;
    margin: 0 auto;
    animation: UpDown 1.5s linear infinite;
}

.mrt-70 {
    margin-top: 70px;
}

.heading {
    text-align: center;
    margin-bottom: 50px;
}

.heading h6 {
    font-weight: 500;
    letter-spacing: 1px;
    background: rgb(77, 136, 196);
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-table;
    padding: 4px 15px;
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
    font-size: 12px;
    margin-bottom: 15px !important;
    box-shadow: 0 7px 18px 0 rgb(107 124 147 / 25%);
}

.heading p {
    font-size: 18px;
    line-height: 30px;
    color: #4d87c4;
}

.our-service {
    position: relative;
    background-image: url('../images/service-bg.svg');
    background-position: 0 0;
    background-repeat: no-repeat !important;
    padding-bottom: 70px;
}

.our-service::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 80%;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
}

.service-box {
    position: relative;
}

.service-box img {
    border-radius: 4px;
}

.service-content {
    color: #0d6efd;
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    width: calc(68.666666% + 30px);
}

.box-title p {
    color: #000000;
}

.service-box a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    border-radius: 3px;
    opacity: .55;
}

.service-content ul {
    padding-left: 5px !important;
    color: #000000;
    transition: all 0.5s ease-in-out;
    font-size: 15px;
    padding: 1px 0;
}

.service-content ul li {
    line-height: 20px;
    padding-bottom: 15px;
}

.pr-tp {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 2px;
}

.border-line {
    width: 60px;
    height: 5px;
    z-index: 2;
    background: #0d6efd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.service-content ul li p:hover {
    color: #4d87c4;
}

.our-service .owl-dots {
    display: none;
}

.our-service .owl-nav {
    padding: 40px 15px 0px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.our-service .owl-nav button {
    display: flex !important;
    position: relative;
    width: auto;
}

.our-service .owl-nav button:hover {
    background: none !important;
}

.our-service .owl-nav button span {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    text-shadow: none;
    margin: 0 12px 0 0;
    padding: 0;
    font-size: 32px;
    flex-shrink: 0;
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    color: inherit;
    box-shadow: 0 7px 18px 0 rgb(107 124 147 / 25%);
    border-radius: 50%;
    opacity: 1;
    display: inline-table;
}

.our-service .owl-nav button span:hover {
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
}

.case-study {
    position: relative;
    z-index: 2;
}

.case-study::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 3.5%;
    right: 3.5%;
    bottom: 0;
    top: 250px;
    display: block;
    box-shadow: 0 30px 50px rgb(107 124 147 / 15%);
    border-radius: 0 0 3px 3px;
}

.realeaste-ind {
    border-radius: 20px;
    padding: 60px 100px;
    display: flex;
    justify-content: space-between;
    background: #22243e;
}

.ind-left,
.ind-right {
    flex-basis: 50%;
}

.ind-left img {
    border-radius: 20px;
}

.ind-right {
    padding-left: 60px;
    color: rgba(255, 255, 255, .7);
}

.ind-right h3 {
    color: #ffffff;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 48px;
    margin: 0 0 15px -2px;
}

.ind-right img {
    width: 50px !important;
}

.industry-content-left,
.industry-content-right {
    flex-basis: 50%;
}

.industry-content-left img,
.industry-content-right img {
    width: 40px !important;
}

.industry-content-right {
    padding-left: 15px;
}

.industry-content-left {
    padding-right: 15px;
}

.industry-content {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.industry-content p {
    font-size: 13px;
    line-height: 20px;
}

.project-readmore {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    align-items: center;
    margin-top: 30px;
    height: 50px;
    line-height: 30px;
    transition: 0.5s cubic-bezier(.25, .8, .25, 1) 0s;
    border: none;
    background: #0d6efd;
    border-radius: 30px;
}

.project-readmore i {
    margin-right: 10px;
}

.project-readmore:hover {
    color: #ffffff;
}

.case-study .owl-dots {
    display: none;
}

.case-study .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: none;
    left: -35px;
    margin: 0;
    background: none;
    display: none;
    text-align: center;
}

.case-study .owl-prev:before {
    background: linear-gradient(-90deg, #ffffff 0%, #eaeef3 100%);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-shadow: -5px 0 15px 0 rgb(107 124 147 / 15%), -2px 0 4px 0 rgb(107 124 147 / 20%), inset 2px 0 0 0 #c2cfde;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 2;
}

.case-study .owl-prev:hover:before {
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
}

.case-study .owl-prev span {
    font-size: 50px;
    position: relative;
    z-index: 3;
}

.case-study .owl-prev:after {
    width: 120px;
    height: 120px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    background: #fff;
    z-index: -1;
    opacity: 1;
    border-radius: 60px;
}

.case-study .owl-prev button:hover {
    background: none !important;
}

.case-study .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: none;
    right: -35px;
    margin: 0;
    background: none;
    display: none;
    text-align: center;
}

.case-study .owl-next:before {
    background: linear-gradient(-90deg, #ffffff 0%, #eaeef3 100%);
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-shadow: -5px 0 15px 0 rgb(107 124 147 / 15%), -2px 0 4px 0 rgb(107 124 147 / 20%), inset 2px 0 0 0 #c2cfde;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 2;
}

.case-study .owl-next:hover:before {
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
}

.case-study .owl-next span {
    font-size: 50px;
    position: relative;
    z-index: 3;
}

.case-study .owl-next:after {
    width: 120px;
    height: 120px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    background: #fff;
    z-index: -1;
    opacity: 1;
    border-radius: 60px;
}

.case-study .owl-nav button:hover {
    background: none !important;
}

.reivew-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.reivew-heading h4,
.reivew-heading p {
    flex-basis: 35%;
}

.reivew-heading p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 0;
}

.reivew-heading h4 {
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 8px;
    font-weight: 400;
    text-transform: uppercase;
}

.user-reviws ul {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
}

.user-reviws ul li {
    background: linear-gradient(-90deg, #22243e 0%, #3a416f 100%);
    border-radius: 100%;
    position: relative;
}

.user-reviws ul li .img-holder {
    height: 80px;
    width: 80px;
    border-radius: 100%;
}

.user-reviws ul li img {
    border-radius: 100%;
}

.user-reviws ul:last-child {
    padding-top: 20px;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(.4, .4);
    }

    100% {
        transform: scale(1, 1);
    }
}

.user-reviws ul li .active {
    animation: zoom-in-zoom-out 4s ease infinite;
}

.user-reviws ul li .active img {
    border: 4px solid #c2cfde;
}

.user-reviws ul:hover li img {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    transition: 0.4s;
    opacity: 0.7;
}

.user-reviws ul:hover li .active img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
}

.img-tootip {
    font-size: 14px;
}

.tooltip-content {
    position: absolute;
    width: 310px;
    left: -110px;
    right: 0;
    margin: 0 auto;
    top: -120px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px #c2c2c2;
    transition: opacity .6s;
    opacity: 0;
    visibility: hidden;
}

.user-reviws ul li:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.mrb-70 {
    margin-bottom: 70px;
}

.mission-rws {
    padding-top: 70px;
    padding-bottom: 50px;
    background-image: url('../images/mission-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mission-box {
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(107 124 147 / 30%);
    border-radius: 5px;
    min-height: 285px
}

.mission-box:after {
    content: "";
    background: linear-gradient(180deg, #ffffff 0%, #f5f4f9 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 48px;
    z-index: -1;
    border-radius: 5px 5px 0 0;
}

.box-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 50px rgb(107 124 147 / 15%);
    border-radius: 50px;
}

.mission-box-head h5 {
    margin: 15px 0;
    font-size: 21px;
    position: relative;
    top: 0;
    color: #000000;
    text-transform: capitalize;
}

.mission-box-des {
    padding: 0 30px;
}

.mission-box-des p {
    font-size: 16px;
    padding-bottom: 20px;
    margin: 0;
}

.readme {
    background: linear-gradient(180deg, #ffffff 0%, #edeef6 100%);
    border-radius: 0 0 5px 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.readme a {
    text-transform: uppercase;
    font-weight: 500;
    color: inherit;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 0;
    position: relative;
}

.readme a i {
    font-size: 9px;
    background: linear-gradient(90deg, #ffffff 0%, #edeef6 100%);
    width: 30px;
    height: 30px;
    line-height: 32px;
    margin-right: 10px;
    border-radius: 15px;
    display: inline-table;
}

.mission-box:hover .box-icon {
    transform: scale(.8) translateY(-7px);
    transition: 0.4s;
}

.mission-box:hover .readme a {
    color: #0d6efd;
    transition: 0.4s;
}

.mission-tag-line {
    margin-top: 40px;
    text-align: center;
}

.mission-tag-line a {
    text-decoration: underline;
}

.how-help-you {
    padding-top: 70px;
    padding-bottom: 30px;
    background-image: url('../images/service-bg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: relative;
}

.how-we-help-stps {
    text-align: center;
}

.how-we-help-stps .nav-tabs {
    justify-content: center;
    border: none;
    position: relative;
}

.how-we-help-stps .nav-tabs::after {
    height: 1px;
    width: 64%;
    content: '';
    position: absolute;
    top: 18px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
    background: #abb8c3;
}

.how-we-help-stps .nav-tabs li {
    width: 16%;
}

.how-we-help-stps .nav-tabs button {
    font-size: 20px;
    color: #000000;
    outline: none;
    box-shadow: none;
    line-height: 26px;
}

.how-we-help-stps .nav-tabs .active {
    position: relative;
    color: #0d6efd;
    border: none;
    background: none;
}

.how-we-help-stps .nav-tabs li .nav-link:hover {
    border: none !important;
    background: none !important;
    margin: 0;
    outline: none !important;
    box-shadow: none;
}

.how-we-help-stps .nav-tabs li:hover {
    border: none !important;
    background: none !important;
    outline: none;
    box-shadow: none;
}

.how-we-help-stps .nav-tabs li .nav-link {
    border-radius: 0;
}

.how-we-help-stps .nav-tabs li:hover,
.how-we-help-stps .nav-tabs li:hover .nav-link {
    outline: none !important;
    box-shadow: none;
}

.circle {
    background: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: block;
    border: 1px solid #000000;
    margin: 0px auto 30px;
    transform: scale(1);
}

.circle i {
    display: none;
}

.how-we-help-stps .nav-tabs .active .circle {
    padding-top: 14px;
    border-color: #0d6efd;
    background: #0d6efd;
    transform: scale(3);
    color: #ffffff;
}

.how-we-help-stps .nav-tabs .active .circle i {
    display: block;
    font-size: 8px;
    line-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
}

.how-we-help-stps .nav-tabs .active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #0d6efd;
    transform: rotate(180deg);
}

.how-we-help-stps .text-center {
    margin: 40px auto 20px;
    font-size: 18px;
    width: 767px;
}

.how-help-you .project-readmore {
    color: #ffffff;
}

.how-help-you .project-readmore:hover {
    color: #ffffff;
}

.blog-rw {
    padding-top: 70px;
    position: relative;
    z-index: 2;
}

.blog-rw::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 80%;
    top: 0;
    background: linear-gradient(0deg, #ffffff 0%, #eaeef3 100%);
}

.client-logo {
    border-top: 1px solid #abb8c3;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-logo-left {
    width: 20%;
}

.client-logo-right {
    width: 40%;
}

.client-logo-right img:hover {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    transition: 0.3s;
}

.blog-img {
    margin-bottom: 10px;
    height: 208px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 50px 100px -20px rgb(50 50 93 / 25%), 0 30px 60px -30px rgb(107 124 147 / 30%);
}

.blog-img img {
    border-radius: 6px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-des {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-des .date {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.blog-des h5 a {
    font-size: 26px;
    text-transform: capitalize;
    color: #000000;
    line-height: 32px;
    transition: 0.4s;
}

.blog-des h5 a:hover {
    color: #0d6efd;
}

.blog-less .blog-des h5 a {
    font-size: 20px;
}

.blog-less .blog-des p {
    padding-top: 30px;
    margin: 0;
}

.why-choose-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-choose-us-left {
    flex-basis: 32%;
}

.why-choose-us-right {
    flex-basis: 25%;
}

.why-choose-us-right p {
    font-size: 16px;
}

.accordion.width {
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: flex;
}

.mrt-40 {
    margin-top: 40px;
}

.why-choose-us {
    margin-bottom: 40px;
}

.shade {
    padding: 40px 0;
    box-shadow: 0 30px 50px rgb(107 124 147 / 15%);
    border-radius: 0 0 3px 3px;
    padding-bottom: 15px;
}

.ready-started .heading {
    margin-bottom: 0;
    text-align: left;
}

.ready-started .heading h3 {
    text-transform: capitalize;
    font-size: 48px;
    letter-spacing: normal;
}

.ready-started .heading h3:last-child {
    color: #000000;
}

.site-color {
    color: #0d6efd;
}

.ready-started .heading h6 {
    color: #abb8c3;
    padding: 0;
    background: none;
    box-shadow: none;
    letter-spacing: 2px;
}

.ready-started .heading a {
    color: #ffffff;
    line-height: 26px;
    transition: 0.4s;
    padding: 15px 30%;
    border-radius: 3px;
    background: #0d6efd;
    font-size: 18px;
    box-shadow: 0 7px 18px 0 rgb(107 124 147 / 25%);
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-table;
}

.ready-started .heading a:hover {
    background: rgb(86, 152, 211);
    background: linear-gradient(45deg, rgba(86, 152, 211, 1) 0%, rgba(98, 172, 231, 1) 100%);
}

.need-help {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.help-left {
    flex-basis: 25%;
}

.help-right {
    flex-basis: 50%;
    padding-left: 30px;
    font-weight: normal;
}

.icon-1s {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1;
    height: 120px;
    width: 120px;
}

.icon-2s {
    position: absolute;
    top: 30%;
    right: 0;
    height: 120px;
    width: 120px;
}

.icon-3s {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    height: 120px;
    width: 120px;
    margin: 0 auto;
}

.info-right-banner {
    position: relative;
}

.info-right-banner .icon-1s img,
.info-right-banner .icon-2s img,
.info-right-banner .icon-3s img {
    height: 100px;
    position: absolute;
    top: 150px;
}

.info-right-banner .icon-1s {
    animation-name: my-animation;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes my-animation {
    from {
        top: 20px;
    }

    to {
        top: 70px;
    }
}

.info-right-banner .icon-3s {
    animation-name: my-animation2;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes my-animation3 {
    from {
        top: 50px;
    }

    to {
        top: 10px;
    }
}

.info-right-banner .icon-2s {
    animation-name: my-animation3;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes my-animation2 {
    from {
        bottom: 80px;
    }

    to {
        bottom: 20px;
    }
}

.footer-rw {
    padding: 30px 0 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0 27 84 / 12%) 100%);
}

.newsletter-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quick-links li {
    display: inline-table;
    margin-right: 30px;
}

.quick-links li:last-child {
    margin-right: 40px;
}

.quick-links li a {
    font-size: 18px;
    text-transform: capitalize;
    color: #000000;
    font-weight: normal;
}

.newletter-form {
    flex-basis: 40%;
    position: relative;
}

.quick-links p,
.newletter-form p,
.social-footer p {
    color: #0d6efd;
    font-size: 22px;
    padding-bottom: 10px;
}

.newletter-form input[type="text"] {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    border: none;
    padding-top: 17px;
    padding-bottom: 19px;
    padding-right: 110px;
    box-shadow: 0 5px 15px 0 rgb(107 124 147 / 15%), 0 2px 4px 0 rgb(107 124 147 / 20%), inset 0 -2px 0 0 #c2cfde;
    border-radius: 5px;
}

.newletter-form button {
    line-height: 40px;
    background: none;
    border: none;
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    top: 60px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000000;
}

.newsletter-rw {
    margin-bottom: 40px;
}

.quick-links-head h3 {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 22px;
    color: #0d6efd;
    margin-bottom: 0;
}

.quick-links-head {
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    display: inline-table;
    width: calc(52% - 30px);
    margin-right: 0;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.footer-links ul li::after {
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background: #0d6efd;
}

.footer-links ul li:nth-child(2n+2) {
    margin-right: 0;
}

.footer-links ul li a {
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}

.footer-links .industry li {
    width: 100%;
}

.footer-links .footer-contact li {
    width: 100%;
    padding-bottom: 30px;
}

.footer-rw a:hover {
    transition: 0.4s;
    color: #0d6efd;
}

.social-footer a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #c2cfde;
    text-align: center;
    margin: 0 6px;
    color: inherit;
    border-radius: 25px;
    display: inline-table;
    font-size: 18px;
}

.social-footer a i {
    line-height: 38px;
}

.social-footer a:first-child {
    margin-left: 0;
}

.social-footer a:hover,
.social-footer a:hover img {
    background: #0d6efd;
    color: #ffffff;
    border-color: transparent;
    transform: scale(1.2);
}

.social-footer a:hover img {
    filter: invert(1);
    background: none;
}

.social-footer a:hover i {
    line-height: 48px;
}

.copyright-left p {
    display: inline-table;
    margin: 0;
    width: 50%;
}

.copyright-left {
    display: flex;
    align-items: center;
    flex-basis: 78%;
}

.copyright {
    margin-top: 15px;
    border-top: 1px solid rgba(107, 124, 147, .3);
    padding: 20px 0;
}

.copyright-right {
    flex-basis: 26%;
    text-align: right;
}

.copyright-right span {
    display: block;
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.copyright .display-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discuss-project {
    position: fixed;
    top: 50%;
    right: -44px;
    transform: rotate(90deg);
    z-index: 222;
}

.discuss-project a {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    background: rgb(86, 152, 211);
    padding: 10px 12px;
    background: linear-gradient(45deg, rgba(86, 152, 211, 1) 0%, rgba(98, 172, 231, 1) 100%);
}

.choosing-us .item {
    width: 10%;
    float: left;
    background-color: #ffffff;
    border-right: 1px solid rgba(107, 124, 147, .2);
    height: 350px;
    line-height: 200px;
    cursor: pointer
}

.choosing-us .active {
    background-color: #ffffff;
    border-right: 1px solid rgba(107, 124, 147, .2);
}

.choosing-us .info {
    width: 0;
    float: left;
    background-color: #ffffff;
    color: #222;
    height: 100%;
    display: none;
    padding: 0 30px;
    border-right: 1px solid rgba(107, 124, 147, .2);
}

.choosing-us .item a {
    height: 100%;
}

.choosing-us .item p {
    transform: rotate(90deg);
    margin: 0;
    font-size: 20px;
    color: #000000;
    width: 250px;
    left: -86px;
    position: relative;
    top: 50%;
    text-align: center;
}

.choosing-us .info h3 {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 24px;
}

.choosing-us .info h2 {
    font-size: 72px;
    color: #0d6efd;
}

.banner-inner-page {
    padding-top: 190px;
    padding-bottom: 90px;
    position: relative;
}

.banner-inner-page::after {
    padding-top: 190px !important;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #54c8ef 100%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80%;
    opacity: .25;
}

.inner-banner-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

.banner-head,
.banner-down {
    flex-basis: 50%;
}

.banner-icon {
    text-align: center;
    position: relative;
    height: 350px;
    z-index: 2;
    width: 350px;
}

.banner-head p {
    font-size: 18px;
}

.banner-icon .bannerimgshake {
    animation: MoveUpDown 8s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

@keyframes MoveUpDown {

    0%,
    100% {
        top: 50;
    }

    50% {
        top: 100px;
    }
}

.banner-down {
    position: relative;
}

.banner-down-inner {
    position: absolute;
    right: 0px;
    bottom: -50px;
    z-index: 4;
}

.banner-down-inner a {
    position: relative;
    width: 105px;
    height: 105px;
    display: inline-block;
}

.banner-down-inner a:before {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100%;
}

.banner-down-inner a:hover:before {
    transform: scale(1.2);
}

.banner-down-inner a:hover:after {
    animation-duration: 2s;
}

.banner-down-inner a:after {
    content: "";
    width: 105px;
    height: 105px;
    background-image: url('../images/down-symbol.svg');
    background-size: 105px 105px;
    position: absolute;
    left: 0;
    top: 0;
    animation-name: rotate;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner-down-inner a span {
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 26px;
    position: absolute;
    left: 52px;
    top: 52px;
    transform: translateX(-50%) translateY(-50%);
    background: #0d6efd;
    border-radius: 20px;
}

.banner-down-inner a span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background: #fff;
    border-radius: 4px;
    animation-name: move;
    animation-timing-function: ease;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.banner-down-inner .down-arrow a {
    position: relative;
    width: 105px;
    height: 105px;
    display: inline-block;
}

@keyframes move {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(12px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes rotate {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0)
    }
}

.privacy-policy ul {
    list-style: none;
}

.privacy-policy ul li {
    padding-bottom: 20px;
}

.privacy-policy ul li:last-child {
    padding-bottom: 0px;
}

.privacy-policy ul li p {
    font-size: 16px;
}

.privacy-policy ul li h4 {
    text-transform: capitalize;
    font-weight: 400;
    padding-bottom: 20px;
}

.privacy-policy ul ul {
    padding-left: 30px;
    padding-top: 20px;
}

.privacy-policy ul ul li {
    list-style: disc;
}

.footer-contact li:nth-child(2) a {
    text-transform: none;
}

.banner-head h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-bg {
    padding-top: 190px !important;
    padding-bottom: 90px !important;
    background-image: url('../images/contact-bg.webp') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.contact-bg::after {
    display: none;
}

.cn-number a {
    color: #0d6efd;
    font-size: 36px;
    font-weight: 200;
    line-height: 40px;
    position: relative;
}

.cn-number a::before {
    background: #0d6efd;
    content: "";
    height: 0;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -2px;
    height: 1px;
    transition: width 0.5s cubic-bezier(.25, .8, .25, 1) 0s;
}

.cn-number a:hover::before {
    width: 0;
}

.cn-number p {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.banner-head ul {
    list-style: none;
    padding-top: 50px;
}

.banner-head ul h5 {
    color: #000000;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 15px;
}

.banner-head ul li p {
    margin: 0;
    font-size: 15px;
}

.banner-head ul {
    display: flex;
    flex-wrap: wrap;
}

.banner-head ul li {
    flex-basis: 50%;
    padding-bottom: 10px;
}

.banner-head ul li:first-child {
    flex-basis: 60%;
}

.banner-head ul li a {
    color: #000000;
}

.contact-pin {
    position: relative;
    right: 265px;
    bottom: 87px;
    transform: scale(.3);
    filter: drop-shadow(0 2px 3px rgba(107, 124, 147, .3));
    animation: scale 3s ease-in-out infinite alternate;
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.6)
    }

    100% {
        transform: scale(1.1)
    }
}

.contact-form ul {
    list-style: none;
}

.contact-form ul li {
    padding-bottom: 20px;
    position: relative;
}

.contact-form ul li:last-child {
    padding-bottom: 0px;
    padding-top: 10px;
}

.contact-form ul input[type="text"],
.contact-form ul input[type="file"],
.contact-form ul input[type="email"],
.contact-form ul select,
.contact-form textarea {
    -webkit-appearance: none;
    position: relative;
    background-image: none;
    box-shadow: 0 30px 50px rgb(107 124 147 / 15%);
    padding: 30px 20px 10px 20px;
    font-size: 16px;
    width: 100%;
    transition: all 0.2s ease-in-out 0s;
    color: #000000;
    border: 1px solid rgba(107, 124, 147, 0.15);
    border-radius: 3px;
}

.contact-form ul li label {
    cursor: pointer
}

.contact-form ul li p {
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 7px;
    font-size: 13px;
}

.contact-form ul input[type="text"]:hover,
.contact-form ul select:hover,
.contact-form textarea:hover {
    border-color: #0d6efd;
}

.w-49 {
    width: 48%;
    display: inline-table;
}

.mr-l {
    margin-left: 25px;
}

.c-img {
    text-align: center;
}

.news-details .news-simple-card .list {
    margin-bottom: 15px;
}

.news-details .news-simple-card .list ul {
    list-style: none;
}

.news-details .news-simple-card .list ul li i {
    padding-right: 7px;
    color: #000000;
}

.news-details .news-simple-card .list ul li a {
    color: #86878a;
}

.news-details .news-simple-card img {
    margin-bottom: 20px;
    width: 100%;
}

.news-details .news-simple-card h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #0d6efd;line-height: 48px;
}
.news-details h2{font-weight: normal;font-size: 26px;}
.news-details .news-simple-card p {
    margin-bottom: 20px;
}

.news-details .theory .theory-box {
    padding-left: 30px;
    margin-bottom: 30px;
}

.news-details .theory .theory-box h4 {
    font-size: 18px;
    position: relative;
    color: #0d6efd;
    font-weight: 400;
    text-transform: capitalize;
}

.news-details .theory .theory-box h3 {
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: normal;font-size: 26px;
    color: #0d6efd;
}

.news-details .theory .theory-box h3 strong {
    font-weight: normal;
}

.news-details .theory .theory-box h4::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #0d6efd;
    left: -30px;
    top: 8px;
}

.news-details .blog-img-and-content img {
    margin-bottom: 30px;
}

.serch-content {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.serch-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.serch-content .form-group {
    position: relative;
}

.serch-content .form-group .form-control {
    border: none;
    border: 1px solid transparent;
}

.serch-content .form-group .src-btn {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 20px;
    background-color: transparent;
    border: none;
}

.related-post-area {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.related-post-area h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.related-post-area .related-post-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d3d3;
}

.related-post-area .related-post-box .related-post-content {
    position: relative;
    padding-left: 105px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.related-post-area .related-post-box .related-post-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}

.related-post-area .related-post-box .related-post-content p:last-child {
    margin-bottom: 0;
}

.related-post-area .related-post-box .related-post-content img {
    height: 80px;
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.related-post-area .related-post-box .related-post-content a {
    color: #000000;
}

.related-post-area .related-post-box .related-post-content i {
    color: #000000;
    margin-right: 6px;
}

.related-post-area .related-post-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.pagination-rw nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-rw nav:first-child li a {
    height: 50px;
    width: 50px;
    line-height: 38px;
    text-align: center;
    margin: 0 10px 0 0;
    font-size: 14px;
    float: left;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 25px !important;
    transition: 0.4s;
}

.pagination-rw nav:first-child ul .active a {
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
    color: #ffffff;
}

.pagination-rw nav:first-child ul li a:hover {
    border-color: #c2cfde;
    background: #ffffff;
}

.pagination-rw nav:first-child ul .active:hover a {
    background: #0d6efd;
    color: #ffffff;
}

.pagination-rw .pagi-last:last-child li a {
    display: block;
    width: 300px;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
    color: #ffffff;
    box-shadow: 0 5px 15px 0 rgb(107 124 147 / 15%), 0 2px 4px 0 rgb(107 124 147 / 20%), inset 0 -2px 0 0 #c2cfde;
}

.pagination-rw .pagi-last li:first-child {
    display: none;
}

.pagination-rw .pagi-last:last-child li a:hover {
    background: linear-gradient(45deg, rgba(88, 155, 214, 1) 100%, rgba(77, 136, 196, 1) 0%);
    color: #fff;
}

.pagination-rw {
    border-top: 1px solid rgba(107, 124, 147, .2);
    padding-top: 40px;
    margin-top: 40px;
}

#counter {
    padding: 25px 0px;
    max-width: 100%;
    ;
    display: flex;
    justify-content: space-between;
}

#counter li {
    flex: 1;
    text-align: left;
    font-size: 50px;
}

#counter span.percent:after {
    content: "+";
    display: inline-block;
}

#counter li p {
    font-size: 18px;
}

.about-bg {
    padding-top: 190px !important;
    padding-bottom: 90px !important;
    background-image: url(../images/inner-bg.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.about-bg::after {
    display: none;
}

#counter li i {
    display: block;
    color: #0d6efd;
    padding-bottom: 10px;
}

.we-are-best {
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.we-are-best::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 80%;
    bottom: 0;
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
}

.we-are-best-rws nav .nav-link {
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    background: none;
}

.we-are-best-rws nav .nav-link {
    border: none;
    width: 195px;
    position: relative;
}

.we-are-best-rws nav .nav-link i::after {
    content: '▼';
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: none;
    color: #0d6efd;
    font-size: 20px;
}

.we-are-best-rws nav .nav-link i {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 62px;
    border: 1px solid;
    font-size: 32px !important;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.we-are-best-rws nav .active i {
    background: #0d6efd;
    color: #ffffff;
    box-shadow: 0 30px 50px rgb(107 124 147 / 15%);
}

.we-are-best-rws nav .active {
    color: #0d6efd;
    border: none;
    background: none !important;
}

.we-are-best-rws .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.we-are-best-rws .tab-content {
    text-align: center;
    margin-top: 50px;
}

.we-are-best-rws nav .active i::after {
    display: block;
}

.we-are-best-rws .tab-content p {
    font-size: 18px;
    width: 767px;
    margin: 0 auto;
}

.bt-sc {
    text-align: center;
    margin-top: 15px;
}

.company-history-inner {
    display: flex;
    justify-content: space-between;
}

.company-history-img {
    flex-basis: 60%;
}

.company-history-img {
    align-self: flex-start;
}

.company-des ul {
    list-style: none;
    position: relative;
    font-size: 15px;
}

.company-des ul li {
    margin-bottom: 60px;
    position: relative;
    padding-left: 50px;
}

.company-des ul li:last-child {
    margin-bottom: 0;
}

.company-des ul li::before {
    border: 1px solid #0d6efd;
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
}

.company-des ul li::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
    background: #0d6efd;
    bottom: -60px;
}

.cra-form {
    width: 767px;
    margin: 0 auto;
}

.company-des {
    flex-basis: 40%;
}

.company-des-text {
    text-align: left;
}

.company-des-text h4 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.company-des-text p {
    margin-bottom: 0;
}

.company-des ul li:hover:before {
    border-width: 7px;
    box-shadow: 0 0 10px rgb(107 124 147 / 60%);
    border-color: #1252f5;
}

.career .accordion button {
    text-transform: capitalize;
}

.career .accordion .accordion-body p b {
    text-transform: capitalize;
}

.partner-with-us-form {
    width: 800px;
    margin: 0 auto;
}

.media img {
    width: 75px;
    height: 75px;
    display: inline-table;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
}

.testimonial {
    color: #fff;
    position: relative;
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
    padding: 15px;
    margin: 0 0 20px 20px;
}

.testimonial::before,
.testimonial::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.testimonial::before {
    width: 20px;
    height: 20px;
    background: #2196f3;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}

.testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.testimonial:first-child .media {
    margin-left: 0;
}

.testimonial p {
    text-indent: 40px;
    line-height: 21px;
    margin: 0;
}

.testimonial p::before {
    content: "\201D";
    font-family: Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}

.overview {
    padding: 3px 0 0 15px;
}

.overview .details {
    padding: 5px 0 8px;
}

.overview b {
    text-transform: uppercase;
    color: #0d6efd;
}

.media {
    padding-left: 40px;
    padding-top: 15px;
    margin-bottom: 30px;
}

.media-body {
    display: inline-table;
    width: 82%;
    vertical-align: middle;
}

.faq .accordion {
    width: 800px;
    margin: 0 auto;
}

.realestate-bg {
    background-image: url('../images/real-estate-bg.webp') !important;
}

.industries-rws .banner-head {
    text-align: center;
    width: 100%;
}

.industries-rws .banner-head h1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.industries-rws .banner-head h5 {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2em;
    letter-spacing: 2px;
    color: #0d6efd;
    font-weight: 600;
}

.industries-rws .banner-head p {
    font-size: 20px;
    margin-top: 0;
}

.industries-rws .banner-head img {
    filter: drop-shadow(15px 30px 15px rgba(107, 124, 147, .3));
    margin-bottom: 20px;
}

.industries-rws .contact-form ul {
    display: flex;
    margin: 0 100px !important;
    justify-content: center;
    padding-top: 30px;
}

.industries-rws .contact-form ul li {
    flex-basis: 30%;
    margin: 0 10px
}

.industries-rws .contact-form ul li:last-child {
    padding-top: 0;
}

.industries-rws .contact-form ul li input {
    border: 1px solid #0d6efd;
}

.industries-rws .contact-form ul li p {
    font-size: 13px;
}

.industries-sections {
    background-image: linear-gradient(to right, #f5f5fa, #ffffff, #f5f5fa);
    padding: 70px 0;
}

.featured-box {
    border: 1px solid rgba(107, 124, 147, 0.2);
    padding: 15px;
    padding-left: 70px;
    margin-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.featured-box p {
    font-size: 16px;
    margin: 0;
}

.featured-box h5 {
    color: #0d6efd;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
}

.featured-box i,
.featured-box img {
    font-size: 42px;
    background: linear-gradient(-90deg, #ffffff 0%, #eaeef3 100%);
    width: 100px;
    height: 100px;
    color: #0d6efd;
    border-radius: 50px;
    position: absolute;
    left: -50px;
    line-height: 96px;
    top: 16%;
    box-shadow: -5px 0 15px 0 rgb(107 124 147 / 15%), -2px 0 4px 0 rgb(107 124 147 / 20%), inset 2px 0 0 0 #c2cfde;
    text-align: center;
}

.featured-box ul {
    padding-left: 30px;
    padding-top: 20px;
}

.featured-box ul li {
    padding-bottom: 10px;
}

.featured-box ul li:last-child {
    padding-bottom: 0px;
}

.featured-box:hover {
    border-color: #1252f5;
    transform: 0.4;
}

.trusted-by .heading {
    margin-bottom: 30px;
}

.trusted-by p {
    font-size: 16px;
    width: 991px;
    margin: 0 auto;
    text-align: center;
}

.trusted-by {
    text-align: center;
}

.indu-clients {
    padding-top: 70px;
}

.price-heading {
    flex-direction: column;
}

.price-heading .banner-head {
    text-align: center;
    flex-basis: 100%;
    text-align: center;
}

.price-heading .banner-head h1 {
    margin-bottom: 0;
}

.pricing-tabs {
    margin-top: 30px;
}

.pricing-tabs ul li {
    background: #eaeef3;
    padding: 5px;
    position: relative;
}

.pricing-tabs ul li button {
    border-radius: 30px !important;
    padding: 5px 25px;
    display: block;
    color: #000000;
    font-size: 15px;
    text-transform: capitalize;
}

.pricing-tabs ul li .active {
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    color: inherit;
    box-shadow: 0 5px 15px 0 rgb(107 124 147 / 15%), 0 2px 4px 0 rgb(107 124 147 / 20%);
    color: #0d6efd !important;
}

.pricing-tabs ul li:first-child {
    border-radius: 30px 0 0 30px;
}

.pricing-tabs ul li:last-child {
    border-radius: 0px 30px 30px 0px;
}

.pricing-tabs ul li button:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: rgba(107, 124, 147, .3);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pricing-tabs ul li:first-child button::before {
    display: none;
}

.pricing-table {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
}

.pricing-table .ptable-item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .pricing-table .ptable-item {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .pricing-table .ptable-item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .pricing-table .ptable-item {
        width: 100%;
    }
}

.pricing-table .ptable-single {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pricing-table .ptable-status,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
    position: relative;
    width: 100%;
    text-align: center;
}

.pricing-table .ptable-single {
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    border-radius: 8px;
}

.pricing-table .ptable-single:hover {
    box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
    margin: 0 30px;
    padding: 30px 0 45px 0;
    width: auto;
    background: #000000;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #f6f8fa;
}

.pricing-table .ptable-header::before {
    right: 50%;
    border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
    left: 50%;
    border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
}

.pricing-table .ptable-status {
    margin-top: -30px;
}

.pricing-table .ptable-status span {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 30px;
    padding: 5px 0;
    text-align: center;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    background: #ffffff;
    line-height: 12px;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #6c84f8;
}

.pricing-table .ptable-status span::before {
    right: 50%;
    border-right: 50px solid transparent;
}

.pricing-table .ptable-status span::after {
    left: 50%;
    border-left: 50px solid transparent;
}

.pricing-table .ptable-title h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-left: 15px;
    text-transform: capitalize;
}

.pricing-table .ptable-price h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    margin-top: 6px;
    margin-left: -20px;
}

.pricing-table .ptable-price h2 span {
    margin-left: 3px;
    font-size: 16px;
    font-weight: 300;
}

.pricing-table .ptable-body {
    padding: 20px 0;
}

.pricing-table .ptable-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-table .ptable-description ul li {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 7px;
    border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
    border: none;
}

.pricing-table .ptable-footer {
    padding-bottom: 30px;
}

.pricing-table .ptable-action a {
    display: inline-block;
    padding: 10px 20px;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    box-shadow: 0 5px 15px 0 rgb(107 124 147 / 15%), 0 2px 4px 0 rgb(107 124 147 / 20%);
    border-radius: 30px;
}

.pricing-table .ptable-action a:hover {
    color: #fff;
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
}

.pricing-table .ptable-item.featured-item .ptable-action a {
    color: #ffffff;
    background: rgb(77, 136, 196);
    background: linear-gradient(45deg, rgba(77, 136, 196, 1) 0%, rgba(88, 155, 214, 1) 100%);
}

.pricing-table .ptable-item.featured-item .ptable-action a:hover {
    background: linear-gradient(180deg, #ffffff 0%, #eaeef3 100%);
    box-shadow: 0 5px 15px 0 rgb(107 124 147 / 15%), 0 2px 4px 0 rgb(107 124 147 / 20%);
    color: #0d6efd;
}

.sub-heading p {
    text-align: center;
    font-size: 16px;
}

.featured-list {
    margin-top: 40px;
}

.featured-list .featured-box {
    min-height: 200px;
}

.featured-list .featured-box h5 {
    min-height: 54px;
}

.ready-started .heading h4 a {
    color: #000000;
    background: none;
    padding: 0;
    border-radius: 0;
    width: auto;
    box-shadow: none;
    font-size: 28px;
}

.ready-started .heading h4 a:hover {
    background: none;
    color: #0d6efd;
}

.promotion-container {
    position: relative;
}

.promotion-des {
    border: 1px solid #0d6efd;
    background: rgba(255, 255, 255, .7);
    padding: 40px 40px 5px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    box-shadow: 0 30px 50px rgb(107 124 147 / 15%);
    border-radius: 6px;
}

.promotion-des a {
    height: 0;
    opacity: 0;
}

.promotion-des p {
    margin-bottom: 0;
}

.promotion-des h4 {
    text-transform: capitalize;
    font-weight: 500;
}

.promotion-img {
    padding-bottom: 50px;
    text-align: center;
    padding-left: 50px;
}

.promotion-container {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 70px;
}

.promotion-inner {
    position: relative;
    display: block;
}

.promotion-container .promotion-inner:hover .promotion-des a {
    height: 50px;
    margin-bottom: 30px;
    opacity: 1;
}

.promotion-container .promotion-inner:hover .promotion-img img {
    transform: scale(.8);
    transition: 0.5s cubic-bezier(.25, .8, .25, 1) 0s;
}

.automobile-rws {
    background-image: url('../images/automobile-bg.webp') !important;
}

.education-rws {
    background-image: url('../images/education-bg.webp') !important;
}

.political-parties-bg {
    background-image: url('../images/political-parties-bg.webp') !important;
}

.electronic-bg {
    background-image: url('../images/electronic-bg.webp') !important;
}

.finance-bg {
    background-image: url('../images/finance-bg.webp') !important;
}

.heathcare-bg {
    background-image: url('../images/heathcare-bg.webp') !important;
}

.leisure-bg {
    background-image: url('../images/leisure-bg.webp') !important;
}

.pharmaceuticals-bg {
    background-image: url('../images/pharmaceuticals-bg.webp') !important;
}

.ivr-img-rws {
    text-align: justify;
}

.ivr-img-rws img {
    border-radius: 8px;
    box-shadow: 0 30px 50px rgb(107 124 147 / 15%);
}

.ivr-img-rws p {
    font-size: 16px;
    width: 991px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.ivr-img-rws p:last-child {
    padding-bottom: 0;
}

.days-trail {
    padding: 70px 0;
    background: linear-gradient(45deg, rgba(86, 152, 211, 1) 0%, rgba(98, 172, 231, 1) 100%);
    text-align: center;
}

.days-trail h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 62px;
    padding-bottom: 10px;
}

.days-trail p {
    font-size: 20px;
    color: #ffffff;
}

.days-trail .project-readmore:before,
.project-readmore:after {
    background: #ffffff;
}

.days-trail .project-readmore span {
    color: #ffffff;
}

.days-trail .project-readmore:hover span {
    color: #ffffff;
}

.days-trail img {
    margin-bottom: 30px;
}

.ivr-bg {
    background-image: url(../images/ivr-bg.webp) !important;
}

.mrb-40 {
    margin-bottom: 40px;
}

.ivr-img-rws p {
    color: #000000;
}

.f-des-rws {
    height: 140px;
    overflow: hidden;
    overflow-y: scroll;
}

.f-des-rws::-webkit-scrollbar {
    display: none;
}

.f-des-rws {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pb-50 {
    padding-bottom: 50px;
}

.cl-logo img {
    width: auto !important;
}

.header-rw a.nav-link.show {
    display: inheirt;
}

.header-rw .navbar-dark .navbar-nav .nav-link:focus,
.header-rw .navbar-dark .navbar-nav .nav-link:hover {
    color: #0d6efd !important;
}

.h-faq {
    height: 350px;
    overflow: hidden;
}

#button {
    position: fixed;
    bottom: 50px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button .cloud {
    position: absolute;
    bottom: -40px;
    right: 0px;
    transition: 0.5s;
}

#button:hover .cloud {
    visibility: visible;
}

.section .top-side {
    text-align: center;
}

.home-abt-content p {
    text-align: justify;
}

.section .top-side .title:after {
    content: '';
    display: block;
    width: 50%;
    border-bottom: 1px solid #494949;
    margin: 2px auto;
}

.section .top-side h2 {
    font-weight: 700;
}

.section.portfolio .filters {
    text-align: center;
    margin-top: 10px;
}

.section.portfolio .filters ul {
    padding: 0;
}

.section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 5px;
    letter-spacing: 1px;
}

.section.portfolio .filters ul li:after {
    content: '';
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    background: #333;
    transition: width 350ms ease-out;
}

.section.portfolio .filters ul li:hover:after {
    width: calc(100% - 60px);
    transition: width 350ms ease-out;
}

.section.portfolio .filters ul li.active:after {
    width: calc(100% - 60px);
}

.section.portfolio .filters-content {
    margin-top: 50px;
}

.section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
}

.section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
}

.heading-cont h3 {
    text-align: left;
}

.heading-cont p {
    text-align: left;
    color: black;
}

.heading-img h3 {
    text-align: left;
}

.heading-img p {
    text-align: left;
    color: black;
}

.heading-outer {
    display: flex;
    width: 100%;
    float: left;
    margin-top: 4rem;
}

.heading-cont {
    width: 100%;
    float: left;
    margin-right: 40px;
}

.heading-cont h3 {
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.heading-img h3 {
    text-align: left;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.heading-img {
    width: 100%;
    float: left;
}

.heading-img p {
    text-align: justify;
    color: black;
    font-size: 16px;
}

.heading-cont p {
    text-align: justify;
    color: black;
    font-size: 16px;
}

.section.portfolio .filters-content .item {
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    border for the image and content border: 2px solid blue;
}

.section.portfolio .filters-content .php .item {
    background-color: #E0F7EA;
}

.section.portfolio .filters-content .net .item {
    background: #DBEFFF;
}

.section.portfolio .filters-content .app .item {
    background: rgba(255, 94, 20, 0.2);
}

.section.portfolio .filters-content .laravel .item {
    background: #F4F0FB;
}

.section.portfolio .filters-content .wordpress .item {
    background: #FFFBF2;
}

.section.portfolio .filters-content .item .p-inner {
    padding: 2px 30px;
}

.section.portfolio .filters-content .item .p-inner h5 {
    font-size: 18px;
    color: #0d6efd;
    margin: 5px 0 0 0;
    font-weight: bold;
    letter-spacing: 1px;
}

.section.portfolio .filters-content .item .p-inner .cat {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.section.portfolio .filters-content .item img {
    width: 100%;
    margin-bottom: 2px;
}

.after-click {
    color: #87ceeb;
    font-weight: bold;
}

.project-view a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    color: #0d6efd;
}

.after-click {
    color: #87ceeb;
    font-weight: bold;
}

.project-view {
    display: block;
    width: 60%;
    margin: 5px auto;
    padding: 10px;
    border: 1px solid #0d6efd;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.project-view a:hover {
    color: #c0c0c0;
}

.pr-imgs {
    border-radius: 50px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.pr-imgs img {
    height: 280px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
    transition: 8s all ease;
}

.pr-imgs:hover img {
    object-position: bottom;
}

.theory-box p {
    text-align: justify;
}

.related-cate .related-post-box .related-post-content {
    padding-left: 0px;
}

.date-cate a {
    color: #000000;
    transition: ease-in-out 0.4s;
    font-size: 12px;
    text-transform: uppercase;
}

.date-cate a i {
    margin-right: 5px;
}

.more-blogss {
    margin-bottom: 20px;
}

.related-cate .related-post-box .related-post-content h4 {
    margin-bottom: 0;
}

.related-cate .related-post-box .related-post-content {
    padding: 0;
}

.related-cate .related-post-box .related-post-content a:hover {
    color: #0d6efd;
    transition: ease-in-out 0.4s;
}

.gt-social {
    color: #000000;
    transition: ease-in-out 0.4s;
    margin-right: 8px;
}

.gt-social:hover {
    color: #0d6efd;
}

.testimonial-rw .slider-inner {
    background: #ffffff;
    box-shadow: 1px 1px 5px #0000001a;
    padding: 30px;
    position: relative;
    height: 220px;
}

.testimonial-rw .slider-left {
    flex-basis: 17%;
}

.testimonial-rw .slider-right {
    flex-basis: 83%;
    padding-left: 30px;
}

.testimonial-rw .slider-right p {
    margin-bottom: 15px;
}

.testimonial-rw .slider-right h6 {
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;line-height:28px;
}
.testimonial-rw .slider-right p{color:#0d6efd;}

.quote {
    position: absolute;
    bottom: 0;
    right: 15px;
    opacity: 0.4;
    width: 80px !important;
}

.testimonial-rw .owl-theme .owl-dots .owl-dot.active span,
.testimonial-rw .owl-theme .owl-dots .owl-dot:hover span {
    background: #4d87c4;
}

.testimonial-rw .item {
    padding: 15px;
}

.company-history {
    background: rgba(88 155 214 / 20%);
    padding-top: 70px;
}

.ser-bx {
    border: 1px solid #c2cfde;
    border-radius: 8px;
    margin-bottom: 30px;
}

.ser-bx a {
    padding: 20px;
    display: inline-table;
    color: #000000;
    transition: ease-in-out 0.4s;
}

.ser-bx p {
    margin-bottom: 0;
}

.ser-name h3 {
    font-size: 24px;
    padding-bottom: 15px;
    padding-top: 15px;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 0;
}

.whys-ss {
    padding: 40px 0;
    margin-top: 30px;
    background-image: linear-gradient(to right, #f5f5fa, #ffffff, #f5f5fa);
}

.ser-bx:hover a {
    color: #ffffff;
    background: #0d6efd;
    border-radius: 8px;
}

.ser-bx h6 {
    padding-top: 10px;
    text-transform: capitalize;
    color: #0d6efd
}

.ser-bx:hover a h6 {
    color: #ffffff;
}

.mrb-40 {
    margin-bottom: 40px;
}

.site-banner {
    height: 90vh;
    background: rgb(207, 251, 255);
    background: linear-gradient(172deg, rgba(207, 251, 255, 1) 32%, rgba(246, 255, 255, 1) 72%);
    padding-top: 150px;
}

.slider-main-right {
    flex-basis: 42%;
}

.slider-main-right img {
    width: 500px !important;
}

.ss-bx {
    background: rgb(207, 251, 255);
    background: linear-gradient(172deg, rgba(207, 251, 255, 1) 32%, rgba(246, 255, 255, 1) 72%);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    min-height: 350px;
}

.ss-bx img {
    width: 250px !important;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.how-we-help-stps .nav-tabs li button:active {
    outline: none;
    box-shadow: none;
    border: none;
}

.service-essemtial-text h5 {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 15px;
}

.service-essemtial-text {
    margin-bottom: 20px;
    text-align: center;
}

.service-essemtial-text:last-child {
    margin-bottom: 0;
}

.serv-provider ul li {
    padding-bottom: 20px;
}

.benifits-txt h5 {
    text-transform: capitalize;
    padding-bottom: 15px;
    font-size: 24px;
    color: #000000;
    margin-top: 0;
}

.whybulk-sms-text h5 {
    text-transform: capitalize;
    font-size: 24px;
    padding-bottom: 15px;
    color: #000000;
    margin-top: 0;
}

.whybulk-sms-icon {
    font-size: 36px;
    color: #0d6efd;
    margin-right: 15px;
}

.benifits-txt ul {
    padding-left: 15px;
}

.benifits-txt ul li {
    list-style-type: disc;
}

.benifits-txt ul li {
    padding-bottom: 10px;
}

.benifits-txt ul li:last-child {
    padding-bottom: 0;
}

.whybulk-sms-icon span {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: bolder;
    background: #1252f5;
}

.lead-box {
    text-align: center;
    height: 218px;
    margin-bottom: 30px;
    background-image: linear-gradient(to right, #f5f5fa, #ffffff, #f5f5fa);
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.lead-box span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    margin: 0 auto;
    background: #0d6efd;
    box-shadow: 1px 1px 10px #abb8c3;
}

.lead-box h4 {
    text-transform: capitalize;
    font-size: 22px;
    padding-top: 15px;
    font-weight: normal;
}

.lead-box span img {
    filter: invert(1) brightness(1);
}

.gd-list ul li {
    margin-bottom: 15px;
}

.sitemap-rw table {
    width: 100%;
    border: 1px solid rgba(107, 124, 147, .3);
}

.sitemap-rw table th {
    padding: 10px;
    background: #0d6efd;
    color: #ffffff;
    text-transform: capitalize;
    text-align: left;
    border: 1px solid rgba(107, 124, 147, .3);
}

.sitemap-rw table td {
    padding: 10px;
    text-align: left;
    border: 1px solid rgba(107, 124, 147, .3);
}

.sitemap-rw table td a {
    color: #000000;
    transition: ease-in-out 0.4s;
    text-transform: capitalize;
}

.sitemap-rw table td a:hover {
    color: #0d6efd;
}

.pagenot-found-inner {
    padding-top: 150px;
    padding-bottom: 70px;
}

.ff-link a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-row::after{position: absolute;left: 0;right: 0;top: 0;content:'';background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 89%);height: 150px;
    z-index: 2;}
header .navbar-dark .navbar-nav .nav-link svg{width:10px;}
.mission-box-head.mt-0{margin-top:0px;}

.slider-content h2 {
    font-size: 55px;
    text-transform: capitalize;
    line-height: 65px;
    padding: 10px 0;
}
.s-blog-list{margin-bottom:50px;}
.sub-head h4{margin-bottom: 30px;font-size:24px;text-transform:capitalize;font-weight:400;}
.news-details .theory .theory-box ul{padding-left:15px;}
.news-details .theory .theory-box ul li{line-height: 30px;list-style: disc;display: list-item;}
.news-details .theory-box p{text-align:left;}