/*@import url(https://fonts.googleapis.com/css?family=Poppins:400, 500, 600, 700&amp;*/
/*    display=swap);*/
/*    @import url(https: //fonts.googleapis.com/css?family=Lobster&amp;*/
/*    display=swap&amp;*/
/*    subset=cyrillic, cyrillic-ext, latin-ext, vietnamese);*/
/*    @import "helper.css";*/
/*    .hero-left-content a {*/
/*    z-index: 1;*/
/*}*/

body {
    font-family: Montserrat, sans-serif;
}

html {
    scroll-behavior: smooth;
}

.one-wrapper {
    position: relative;
    overflow: hidden;
}

.header-top {
    padding: 10px 0;
}

.price-croul .owl-carousel.owl-drag .owl-item {
    padding-right: 5px;
}

.pricing-slider .media {
    display: unset;
}

.pricing-slider .single-item {
    box-shadow: 2px 0 6px rgb(0 0 0 / 10%);
}

.contact-top-item {
    padding-right: 20px;
    display: inline-block;
    padding: 8px 26px 8px 0;
}

.contact-top-item i {
    color: #fff;
    margin-right: 6px;
}

.right-top-content ul li {
    padding: 0 0 0 0;
    display: inline-block;
}

.right-top-content ul li a {
    padding: 5px 10px;
    color: #fff;
    font-size: 17px;
}

.right-top-content ul li a.nav-link {
    padding: 0;
    color: #fff;
}

.right-top-content ul {
    float: right;
    display: inline-block;
}

.contact-top-item span {
    font-size: 14px;
    line-height: 0;
    color: #fff;
}

.header-top-right-btn {
    float: right;
}

.background-color-4 .contact-top-item span {
    color: #fff;
}

.background-color-4 .contact-top-item i {
    color: #ff4500;
}

.header-top-4 .contact-top-item span {
    color: #fff;
}

.header-top-4 .contact-top-item i {
    color: #ff7000;
}

.client_logo .single_logo {
    padding: 7px;
    border: 1px solid #dededeab;
}

.client_logo .single_logo:hover {
    border: 1px solid #005facb0;
}

.header-top-4 {
    border-bottom: 1px solid #222b7a;
}

.Process-all:after {
    display: none;
}

.process-icon:before {
    display: none;
}

.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 16px;
}

@media screen and (max-width:767px) {
    .head-msg {
        width: 240px;
    }

    .head-icon {
        width: 140px;
        padding-top: 7px;
    }

    .contact-top-item i {
        color: #fff;
        margin-right: 1px;
        font-size: 18px;
        padding-left: 8px;
    }

    .contact-top-item span {
        font-size: 7px;
        line-height: 0;
        color: #fff;
    }

    .contact-top-item {
        padding: 8px 7px 8px 0;
    }

    .right-top-content ul li a {
        padding: 0 5px;
        color: #fff;
        font-size: 18px;
    }

    .whatsapp-icon {
        margin-top: 10px;
    }

    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}

.background-color-5 .contact-top-item span {
    color: #fff;
}

.background-color-5 .contact-top-item i {
    color: #ff6e00;
}

.home-five-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

.home-five-right p {
    color: #fff;
    padding-top: 12px;
}

.home-five-right ul {
    margin: 0 50px 0 20px;
    padding-top: 9px;
}

.home-five-right ul li {
    display: inline;
}

.home-five-right ul li a i:hover {
    color: #ff6e00;
}

.home-five-right ul li a i {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.top-menu {
    background: none;
}

.top-menu.sticked.in {
    top: 0;
    background: #fff;
    z-index: 99;
    -webkit-filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, .09));
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, .09));
}

.top-menu.menu-four.sticked.in {
    top: 0;
    background: #1a1c6b;
    z-index: 99;
    -webkit-filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, .09));
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, .09));
}

.top-menu ul li a {
    font-size: 16px;
    color: #202020 !important;
    font-weight: 400;
    padding: 30px 15px !important;
}

.top-menu ul ul li a {
    font-size: 14px !important;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 10px !important;
}

.top-menu ul ul li a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-expand-sm .navbar-nav a {
    padding-right: 1.5rem;
}

.navbar-expand-lg .navbar-nav a,
.navbar-nav a {
    padding: 30px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-menu ul ul li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    width: 7px;
    height: 2px;
    margin-right: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-one ul ul li a:hover::before {
    background-color: #0a8aff;
}

.menu-one .navbar-nav li.active>a,
.menu-one .navbar-nav li:active:focus>a,
.menu-one .navbar-nav li:active>a,
.menu-one .navbar-nav li:focus>a,
.menu-one .navbar-nav li:hover>a {
    color: #0a8aff !important;
}

.menu-one .nav-item.active .caret,
.menu-one li:hover .caret {
    border-top-color: #0a8aff;
}

.top-menu .caret {
    font-size: 15px;
    font-weight: 500;
}

.top-menu .nav-item .caret {
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 6px #202020;
}

.nav-item.dropdown .navbar-nav {
    background-color: #fff;
    padding: 4px 0 5px 0;
    -webkit-box-shadow: 0 2px 16px -8px rgba(168, 168, 168, 1);
    box-shadow: 0 2px 16px -8px rgba(168, 168, 168, 1);
}

.search-dropdown {
    position: relative;
    padding-left: 25px;
}

.search-dropdown .icon-btn {
    width: 47px;
    height: 46px;
    border-radius: 4px;
    -webkit-filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, .12));
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, .12));
    background-color: #0a8aff;
    border: 0;
    color: #fff;
}

.search-dropdown .icon-btn2 {
    color: #0c146b !important;
    background-color: #ffffff !important;
}

.search-dropdown .dropdown-menu-right {
    padding: 20px;
    top: 124%;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, .09));
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, .09));
    border: 0;
}

.search-dropdown .search-input {
    border: 1px solid #ccc;
    height: 50px;
    padding: 0 32px 0 15px;
}

.search-dropdown .search-btn {
    position: absolute;
    right: 21px;
    background: no-repeat;
    border: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ccc;
}

.menu-two ul ul li a:hover::before {
    background-color: #ff555c;
}

.menu-two .navbar-nav li.active>a,
.menu-two .navbar-nav li:active:focus>a,
.menu-two .navbar-nav li:active>a,
.menu-two .navbar-nav li:focus>a,
.menu-two .navbar-nav li:hover>a {
    color: #ff555c !important;
}

.menu-two .nav-item.active .caret,
.menu-two li:hover .caret {
    border-top-color: #ff555c;
}

.home-three-menu.bsnav-sticky.bsnav-sticky-slide {
    position: relative;
}

.home-three-menu.bsnav-sticky.bsnav-sticky-slide.in {
    position: fixed;
}

.home-three-menu .search-dropdown .icon-btn {
    background-color: #ff4500;
}

.home-three-menu ul ul li a:hover::before {
    background-color: #0562af;
}

.home-three-menu .navbar-nav li.active>a,
.home-three-menu .navbar-nav li:active:focus>a,
.home-three-menu .navbar-nav li:active>a,
.home-three-menu .navbar-nav li:focus>a,
.home-three-menu .navbar-nav li:hover>a {
    color: #0060ad !important;
}

.home-three-menu .nav-item.active .caret,
.home-three-menu li:hover .caret {
    border-top-color: #0060ad !important;
}

.menu-four ul ul li a:hover::before {
    background-color: #ff7000;
}

.menu-four .navbar-nav li.active>a,
.menu-four .navbar-nav li:active:focus>a,
.menu-four .navbar-nav li:active>a,
.menu-four .navbar-nav li:focus>a,
.menu-four .navbar-nav li:hover>a {
    color: #ff7000 !important;
}

.menu-four .nav-item.active .caret,
.menu-four li:hover .caret {
    border-top-color: #ff7000;
}

.menu-four .navbar-nav .nav-item a {
    color: #ffffff !important;
}

.menu-four .nav-item .caret {
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 6px #fff;
}

.menu-four .nav-item.dropdown>.navbar-nav {
    background: #000;
}

.menu-five ul ul li a:hover::before {
    background-color: #ff7000;
}

.menu-five .navbar-nav li.active>a,
.menu-five .navbar-nav li:active:focus>a,
.menu-five .navbar-nav li:active>a,
.menu-five .navbar-nav li:focus>a,
.menu-five .navbar-nav li:hover>a {
    color: #ff7000 !important;
}

.menu-five .nav-item.active .caret,
.menu-five li:hover .caret {
    border-top-color: #ff7000;
}

.menu-five .navbar-nav .nav-item a {
    color: #ffffff !important;
}

.menu-five .nav-item .caret {
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 6px #fff;
}

.menu-five .nav-item.dropdown>.navbar-nav {
    background: #000;
}

.menu-five {
    background: -webkit-gradient(linear, left top, right top, from(rgba(118, 75, 162, 1)), to(rgba(102, 126, 233, 1)));
    background: -o-linear-gradient(left, rgba(118, 75, 162, 1) 0%, rgba(102, 126, 233, 1) 100%);
    background: linear-gradient(90deg, rgba(118, 75, 162, 1) 0%, rgba(102, 126, 233, 1) 100%);
    border-radius: 10px;
    width: 1170px;
    margin: 0 auto;
    margin-top: -40px;
}

.menu-five.sticked.in {
    margin-top: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(118, 75, 162, 1)), to(rgba(102, 126, 233, 1)));
    background: -o-linear-gradient(left, rgba(118, 75, 162, 1) 0%, rgba(102, 126, 233, 1) 100%);
    background: linear-gradient(90deg, rgba(118, 75, 162, 1) 0%, rgba(102, 126, 233, 1) 100%);
    border-radius: 0;
}

.menu-five .navbar-brand {
    display: none;
}

.menu-five .search-dropdown .icon-btn2 {
    color: #ff7000 !important;
    background-color: #ffffff !important;
}

.menu-six.sticked.in {
    background: #0921c1;
}

.menu-six ul ul li a:hover::before {
    background-color: #ff4500;
}

.menu-six .navbar-nav li.active>a,
.menu-six .navbar-nav li:active:focus>a,
.menu-six .navbar-nav li:active>a,
.menu-six .navbar-nav li:focus>a,
.menu-six .navbar-nav li:hover>a {
    color: #ff4500 !important;
}

.menu-six .nav-item.active .caret,
.menu-six li:hover .caret {
    border-top-color: #ff4500;
}

.menu-six .navbar-nav .nav-item a {
    color: #ffffff !important;
}

.menu-six .nav-item .caret {
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 6px #fff;
}

.menu-six .nav-item.dropdown>.navbar-nav {
    background: #1d1d1d;
}

.menu-six .search-dropdown .icon-btn2 {
    color: #ff4500 !important;
    background-color: #ffffff !important;
}

.header-bottom-area {
    padding: 15px 0 60px;
}

.header-bottom-logo {
    display: inline;
}

.background-color-6 {
    background-color: #0e3554 !important;
}

.logo {
    max-width: 220px;
}

.header-bottom-right-all {
    float: right;
}

.header-bottom-rights {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header-bottom-rights:nth-child(2) {
    padding-left: 30px;
}

.header-bottom-rights:nth-child(2) .header-bottom-icons {
    background-color: #764ba2;
}

.header-bottom-inner p {
    font-size: 14px;
}

.header-bottom-icons:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(117, 75, 163, 1)), to(rgba(102, 125, 231, 1)));
    background: -o-linear-gradient(left, rgba(117, 75, 163, 1) 0%, rgba(102, 125, 231, 1) 100%);
    background: linear-gradient(90deg, rgba(117, 75, 163, 1) 0%, rgba(102, 125, 231, 1) 100%);
}

.header-bottom-icons {
    background: #ff6e00;
    margin-left: 20px;
    height: 45px;
    width: 45px;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
}

.hero-one {
    overflow: hidden;
    position: relative;
}

.shape-hero::before,
.shape-hero::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    background-size: cover;
}

.shape-hero::before {
    background-image: url(../img/h1-shap1.webp);
    width: 15%;
    height: 100%;
    background-position: center right;
}

.shape-hero::after {
    background-image: url(../img/h1-shap2.webp);
    width: 45%;
    height: 100%;
    right: -25px;
    background-position: center left;
}

.hero-1-col:nth-child(2n+1) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.hero-1-col:nth-child(2n+2) .hero-images {
    padding: 100px 0;
}

.hero-title {
    padding-bottom: 10px;
    font-size: 32px !important;
    padding-bottom: 30px;
    margin-top: 35px;
}

.serv-mobile {
    display: none;
}

@media (max-width:480px) {
    .breadcrum {
        top: 80% !important;
    }

    .breadcrum li {
        font-size: 12px !important;
    }

    .serv-mobile .serv-ban-cnt {
        width: 70% !important;
        top: 30% !important;
    }

    .serv-mobile h1 {
        font-size: 32px !important;
    }

    .serv-desktop {
        display: none;
    }

    .serv-mobile {
        display: block;
    }

    .mob-inner-hero {
        padding: 26px 0;
    }

    .mob-inner-hero h1 {
        line-height: 38px !important;
    }

    .mob-inner-hero .inner-text {
        text-align: center !important;
    }

    .why-box img {
        width: 13%;
    }

    .section-content .btn-m2 {
        padding: 13px 0 !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        margin: 0 !important;
    }

    .hero-title {
        font-size: 32px !important;
        line-height: 34px !important;
    }

    #hero-top .hero-left-content .hero-title span {
        font-size: 22px !important;
    }

    .hero-left-content a {
        margin-top: 18px;
        padding: 10px 0 10px 0;
    }
}

.hero-title span {
    color: #0060ad;
}

.hero-left-content .btn-m2 {
    margin-left: 15px;
}

.hero-left-content .btn-m4 {
    margin-left: 15px;
}

.hero-images img {
    width: 100%;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0);
    }
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-10px);
        -ms-transform: rotateX(0deg) translateY(-10px);
        transform: rotateX(0deg) translateY(-10px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0);
        -ms-transform: rotateX(0deg) translateY(0);
        transform: rotateX(0deg) translateY(0);
    }
}

.hero-two {
    padding: 130px 0;
    background-color: #fafafa;
    position: relative;
}

.hero-two::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 67%;
    height: 100%;
    background-image: url(../img/h2-head-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-two .hero-title span {
    color: #ff555c;
}

.hero-2-col:nth-child(2n+1) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#hero-top {
    position: relative;
    background-image: url(../img/ams_banner.webp);
}

#hero-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 96 173 / 78%);
}

#hero-top .hero-3-col:nth-child(2n+1) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#hero-top .hero-3-col:nth-child(2n+2) .hero-images {
    padding: 65px 0;
}

#hero-top .hero-left-content .hero-title {
    color: #8bc53f;
    line-height: 55px;
}

#hero-top .hero-left-content .hero-title span {
    color: #fff;
    font-size: 37px;
}

.about-area img {
    webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.services-area-part2 h3 {
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #161616;
}

#hero-top .hero-left-content p {
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
}

.hero-four {
    position: relative;
    z-index: 1;
    padding: 150px 0;
}

.hero-four::before {
    position: absolute;
    content: "";
    background-color: #0c146b;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-four .hero-left-content {
    color: #ffffff !important;
}

.hero-four .hero-left-content p {
    color: #ffffff !important;
}

.hero-four .hero-title span {
    color: #ff7000;
}

.hero-left-content .btn-m6 {
    margin-right: 15px;
}

.waves1 {
    position: absolute;
    bottom: 15%;
    left: 27%;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.waves2 {
    position: absolute;
    top: 10%;
    left: 7%;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.cr-tr1 {
    position: absolute;
    left: 17%;
    top: 45%;
    -webkit-animation: myOrbit 20s linear infinite;
    animation: myOrbit 20s linear infinite;
}

.cr-tr2 {
    position: absolute;
    right: 15%;
    top: 15%;
    -webkit-animation: myOrbit 25s linear infinite;
    animation: myOrbit 25s linear infinite;
}

.plus-b1 {
    position: absolute;
    right: 14%;
    top: 53%;
    -webkit-animation: myOrbit 30s linear infinite;
    animation: myOrbit 30s linear infinite;
}

.plus-b2 {
    position: absolute;
    top: 43%;
    right: 47%;
    -webkit-animation: myOrbit 20s linear infinite;
    animation: myOrbit 20s linear infinite;
}

.plus-s1 {
    position: absolute;
    bottom: 20%;
    right: 50%;
    -webkit-animation: myOrbit 20s linear infinite;
    animation: myOrbit 20s linear infinite;
}

.plus-s2 {
    position: absolute;
    bottom: 16%;
    right: 45%;
    -webkit-animation: myOrbit 25s linear infinite;
    animation: myOrbit 25s linear infinite;
}

.plus-s3 {
    position: absolute;
    bottom: 25%;
    right: 45%;
    -webkit-animation: myOrbit 30s linear infinite;
    animation: myOrbit 30s linear infinite;
}

.circle-b {
    position: absolute;
    top: 25%;
    left: 58%;
    -webkit-animation: myOrbit 25s linear infinite;
    animation: myOrbit 25s linear infinite;
}

.shape-cr {
    position: absolute;
    bottom: 25%;
    left: 5%;
    -webkit-animation: pulsate 3s ease-out;
    animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.shape-tall {
    position: absolute;
    top: 0%;
    left: 10%;
    z-index: -1;
}

.dots {
    position: absolute;
    right: 5%;
    bottom: 18%;
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.hero-five {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}

.hero-five::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 56%;
    background-image: url(../img/home-5/h5-right.webp);
    top: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.hero-five-absolute-img img:nth-child(1) {
    position: absolute;
    top: -30%;
    left: 0;
}

.hero-five-absolute-img img:nth-child(2) {
    position: absolute;
    bottom: -96%;
    left: 0;
}

.hero-five .hero-left-content {
    color: #000 !important;
}

.hero-five .hero-left-content p {
    color: #000 !important;
}

.hero-six {
    background-image: url(../img/home-6/bg2.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 210px 0 400px;
    height: auto;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.hero-six-absolute img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 72%
}

.hero-six .hero-left-content {
    color: #fff;
}

.hero-six .hero-left-content h1 span {
    color: #ff4500;
}

.hero-six .hero-left-content p {
    color: #fff;
}

.hero-six .video-play-button {
    display: inline-block;
    margin-top: 75px;
}

.hero-six .video-play-button:before,
.hero-six .video-play-button:after {
    background: #ff4500;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
}

.hero-six .video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.hero-six .video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.hero-six .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.hero-six .video-play-button span {
    border-left: 22px solid #fff;
}

.hero-six .btn-m11 {
    border-radius: 50px;
    background: #8bc43f;
    border: 2px solid #8bc43f;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    padding: 12px 10px;
    font-weight: 600;
    min-width: 155px;
    transition: all 0.4s;
}

.hero-six-images {
    position: relative;
    z-index: 1;
}

.hero-six-images::before {
    position: absolute;
    content: "";
    background-image: url(../img/home-6/hero6-round.webp);
    background-repeat: no-repeat;
    height: 150%;
    width: 150%;
    left: -21%;
    top: -28%;
    z-index: -1;
    background-size: contain;
    background-position: center;
    -webkit-animation: inner-circle 39s linear infinite;
    animation: inner-circle 39s linear infinite;
    -webkit-animation: circle 39s linear infinite;
    animation: circle 39s linear infinite;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes inner-circle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes inner-circle {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.inner-hero {
    position: relative;
    background-image: url(../img/ams_banner.webp);
}

.inner-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(1 97 174 / 73%);
}

.inner-text {
    color: #fff;
}

.inner-title span {
    color: #8bc53f;
}

.inner-title {
    font-size: 55px;
    font-weight: 700;
}

.inner-link li {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.inner-link li:nth-child(1)::before {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    float: right;
    padding: 0 15px;
    font-size: 14px;
}

.inner-link li:nth-child(2)::before {
    content: "\f054";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    float: right;
    padding: 0 15px;
    font-size: 14px;
}

.inner-link li:nth-last-child(1)::before {
    display: none;
}

.hero-bottom-service {
    position: relative;
    top: -130px;
    z-index: 9;
}

.about-text {
    padding-top: 30px;
}

.about-img {
    position: relative;
    left: -58%
}

.about-text p {
    text-align: justify;
    padding: 6px 0;
    font-size: 17px;
    line-height: 26px;
}

.about-hind {
    padding-right: 40px;
    padding-top: 56px;
    float: left;
}

.about-hind img {
    margin-right: 10px;
}

.about-hind-text h3 {
    line-height: 26px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.about-hind-text:hover h3 {
    color: #0a8aff;
}

.about-hind-text p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
}

.about-two .section-content h3 {
    color: #ff555c;
}

.about-two .section-border,
.about-two .section-border::before,
.about-two .section-border::after,
.about-two .section-border span::before,
.about-two .section-border span::after {
    background-color: #ff555c;
}

.about-three .section-border,
.about-three .section-border::before,
.about-three .section-border::after,
.about-three .section-border span::before,
.about-three .section-border span::after {
    background-color: #ff4500;
}

.home-three-about-list {
    padding-top: 55px;
}

.home-three-about-list li {
    position: relative;
    line-height: 30px;
}

.home-three-about-list li::before {
    content: "\f111";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    float: left;
    line-height: 30px;
    color: #ff4500;
    font-size: 12px;
    margin-right: 10px;
}

.niketions-about {
    background-color: #ff4500;
    position: relative;
}

.niketions-about .section-title,
.niketions-about .section-content h3,
.niketions-about .pricing-left-text p,
.niketions-about p,
.niketions-about .home-three-about-list li,
.niketions-about .home-three-about-list li::before {
    color: #fff;
}

.niketions-about .section-border,
.niketions-about .section-border::before,
.niketions-about .section-border::after,
.niketions-about .section-border span::before,
.niketions-about .section-border span::after {
    background-color: #fff;
}

.niketions-about-img {
    background-image: url(../img/niketions-about.jpg);
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.about-four {
    margin: -27px 0 107px;
}

.about-four-col:nth-child(2) .about-four-single {
    padding: 0 20px 12px !important;
}

.about-four-col:nth-child(4) .about-four-single {
    margin-top: -153px;
}

.about-four-col:nth-child(6) .about-four-single {
    margin-top: -153px;
    padding: 0 20px 12px !important;
}

.about-four-single:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 196, 0, 1)), to(rgba(255, 112, 0, 1)));
    background: -o-linear-gradient(left, rgba(255, 196, 0, 1) 0%, rgba(255, 112, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 196, 0, 1) 0%, rgba(255, 112, 0, 1) 100%);
}

.about-four-single:hover .about-image-four img {
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(114deg) brightness(150%) contrast(100%);
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(114deg) brightness(150%) contrast(100%);
}

.about-four-single {
    background: #0c146b;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 60px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.about-image-four img {
    -webkit-filter: invert(52%) sepia(38%) saturate(4671%) hue-rotate(359deg) brightness(100%) contrast(108%);
    filter: invert(52%) sepia(38%) saturate(4671%) hue-rotate(359deg) brightness(100%) contrast(108%);
}

.about-image-four img:hover {
    -webkit-filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(114deg) brightness(150%) contrast(100%);
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(114deg) brightness(150%) contrast(100%);
}

.about-four-inner h2 {
    padding: 35px 0 18px;
    font-size: 26px;
}

.about-four-inner h2 span {
    color: #ff7000;
}

.about-four-inner p {
    color: #fff;
}

.about-area-five {
    position: relative;
    z-index: 1;
}

.about-five-img img {
    width: 100%;
    webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.work-left-text {
    padding-top: 68px;
}

#skill-bar-wrapper {
    padding-top: 51px;
}

.skill-bar-title {
    font-size: 16px;
    line-height: 45px;
}

.skill-bar-title span {
    float: right;
}

.skillbar-container {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background-color: rgba(10, 137, 255, .425);
    height: 2px;
}

.skills {
    height: 2px;
    width: 0;
    background: #0a8aff;
    position: relative;
    overflow: unset !important;
}

.skills:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -7px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 5.5px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 0 5.5px rgba(0, 0, 0, .25));
    background-color: #0a8aff;
}

.work-img {
    margin-left: 15px;
}

.work-img img {
    width: 100%
}

.home-five-skill .skillbar-container {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background-color: #cdb5e6;
    height: 2px;
}

.home-five-skill .skills {
    height: 2px;
    width: 0;
    background: #764ca3;
    position: relative;
    overflow: unset !important;
}

.home-five-skill .skills:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -7px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 5.5px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 0 5.5px rgba(0, 0, 0, .25));
    background-color: #ff7000;
}

.services-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    border-bottom: 3px solid #fff;
    padding: 50px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
}

.services-item:hover {
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.services-item img {
    width: 30%;
    background-color: #19c2c1;
    border-radius: 32px;
    float: left;
}

.services-item h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    padding: 22px 0 15px;
}

.column-4 .services-item h3 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding: 22px 0 15px;
}

.services-item p {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
}

.services-two .section-content h3 {
    color: #ff555c;
}

.services-two .section-content h3 {
    color: #ff555c;
}

.services-two .section-border,
.services-two .section-border::before,
.services-two .section-border::after,
.services-two .section-border span::before,
.services-two .section-border span::after {
    background-color: #ff555c;
}

.data-services-two .services-item {
    border-bottom: 3px solid #ff555c;
}

.services-item:hover {
    border-bottom: 3px solid #0a8aff;
}

.services-three .section-border,
.services-three .section-border::before,
.services-three .section-border::after,
.services-three .section-border span::before,
.services-three .section-border span::after {
    background-color: #ff4500;
}

.services-item-fours {
    text-align: left;
    margin-top: 30px;
    padding: 30px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    border: 1px solid #fff;
}

.services-item-fours:hover {
    -webkit-box-shadow: 0 0 20px #d9d9d9;
    box-shadow: 0 0 20px #d9d9d9;
    background-color: #fdfdfd;
    border: 1px solid #d9d9d9;
    margin-top: 25px;
}

.services-item-fours:hover .for-bg-fours {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 196, 0, 1)), to(rgba(255, 112, 0, 1))) !important;
    background: -o-linear-gradient(left, rgba(255, 196, 0, 1) 0%, rgba(255, 112, 0, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(255, 196, 0, 1) 0%, rgba(255, 112, 0, 1) 100%) !important;
}

.for-bg-fours img {
    padding: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.for-bg-fours {
    border-radius: 10px;
}

.service-child-all:nth-child(1) .for-bg-fours {
    background: #0c146b;
}

.service-child-all:nth-child(2) .for-bg-fours {
    background: #ffc500;
}

.service-child-all:nth-child(3) .for-bg-fours {
    background: #ff7000;
}

.service-child-all:nth-child(4) .for-bg-fours {
    background: #ff4500;
}

.service-child-all:nth-child(5) .for-bg-fours {
    background: #603eff;
}

.service-child-all:nth-child(6) .for-bg-fours {
    background: #ff5859;
}

.service-media-four {
    padding-left: 10px;
}

.service-media-four h3 {
    padding-bottom: 30px;
}

.services-item-five {
    box-shadow: 4px 8px 16px 5px #dedede;
    text-align: center;
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #fafafa;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services-item-five:hover {
    -webkit-box-shadow: 0 0 10px #d4d4d4;
    box-shadow: 0 0 10px #d4d4d4;
    border: 1px solid #0060ae;
    margin-top: 27px;
    background-color: #fff;
}

.services-item-five-img {
    background-color: unset;
    width: 90px;
    margin: 0 auto;
    padding: 0 0;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.services-item-five h3 {
    padding: 28px 0 23px;
}

.services-item-five p {
    padding-top: 15px;
}

.services-six-area {
    background-image: url(../img/1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
}

.services-six-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 72 131 / 82%);
}

.why-to-choose {
    background-image: url(../img/team.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
}

.why-to-choose::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 96 173 / 92%);
}

.service-provide {
    background-image: url(../img/se.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
}

.service-provide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 64 114 / 90%);
}

.services-six-text ul li {
    font-size: 16px;
    font-weight: 200;
}

.services-six-text ul li::before {
    content: "\f058";
    font-family: "FontAwesome";
    font-weight: 400;
    margin-right: 10px;
    line-height: 30px;
}

.services-six-content {
    color: #fff;
}

.services-six-content h2 {
    color: #fff;
}

.services-six-text p {
    color: #fff;
}

.services-six-area .section-border::before {
    background-color: #fff;
}

.services-six-area .section-border span::before {
    background-color: #fff;
}

.services-six-text p {
    padding-top: 50px;
    font-size: 18px;
}

.services-six-right {
    position: relative;
    z-index: 1;
}

.services-six-right::before {
    position: absolute;
    top: 20px;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(../img/home-6/h6-services-circle.webp);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
    background-size: contain;
    -webkit-animation: inner-circle 39s linear infinite;
    animation: inner-circle 39s linear infinite;
    -webkit-animation: circle 39s linear infinite;
    animation: circle 39s linear infinite;
}

.align-middle2:nth-child(2n+2) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.align-middle2 {
    overflow: hidden !important;
}

.services-social-click .slick-track {
    height: 470px;
}

.services-six-icon {
    outline: none;
}

.services-six-icon:nth-child(1) img {
    position: absolute;
    left: -8%;
    top: 17%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-six-icon:nth-child(2) img {
    position: absolute;
    bottom: 41%;
    left: -33%
}

.mobile-choose {
    display: none;
}

.mobile-ser {
    display: none;
}

@media(max-width:480px) {
    #hero-top .hero-left-content p {
        color: #adadad;
        font-size: 16px;
    }

    .defferent {
        margin: 0px !important;
        padding: 14px 0 !important;
        font-size: 17px !important;
        font-weight: 500 !important;
    }

    .desktop-choose {
        display: none;
    }

    .desktop-ser {
        display: none;
    }

    .mobile-ser {
        display: block;
    }

    .mobile-choose {
        display: block !important;
    }

    .mobile-choose img {
        width: 30% !important;
        margin-right: 42px;
    }

    .pt-70 {
        padding-top: 30px !important;
    }

    .hero-three .hero-3-col:nth-child(2n+2) .hero-images {
        padding: 27px 0;
    }

    .why-choose-title {
        font-size: 22px !important;
        line-height: 32px !important;
        padding-top: 0px !important;
    }

    .section-title {
        font-size: 25px !important;
        line-height: 32px !important;
    }

    .services-six-icon:nth-child(1) img {
        position: absolute;
        left: 27% !important;
        top: 18% !important;
    }

    .services-six-icon:nth-child(2) img {
        position: absolute;
        bottom: 55% !important;
        left: -91px !important;
    }

    .services-six-icon:nth-child(3) img {
        position: absolute;
        right: 98% !important;
        bottom: 14% !important;
    }

    .services-six-icon:nth-child(4) img {
        position: absolute;
        right: -7% !important;
        top: 80% !important;
    }

    .services-six-icon:nth-child(5) img {
        position: absolute;
        top: 32% !important;
        right: -24% !important;
    }
}

.services-six-icon:nth-child(3) img {
    position: absolute;
    right: 93%;
    bottom: 2%
}

.services-six-icon:nth-child(4) img {
    position: absolute;
    right: -6%;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-six-icon:nth-child(5) img {
    position: absolute;
    top: 19%;
    right: 1%
}

.services-six-icon:nth-child(6) img {
    position: absolute;
    left: 11%;
    top: 2%
}

.services-six-icon img:hover {
    background-color: #0921c1;
}

.services-six-icon img {
    background: #8bc53f;
    padding: 10px 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.services-six-icon.slick-slide.slick-current.slick-center img {
    background: #0921c1;
}

.sevices-six-slide-text {
    position: absolute;
    top: 35%;
    left: 13%;
    width: auto;
    max-width: 400px;
    color: #fff;
}

@media (max-width:480px) {
    .contact-top-item span {
        display: none;
    }

    .ams_team .card {
        align-items: center;
    }

    .sevices-six-slide-text {
        position: absolute;
        top: 43%;
        left: -14%;
        width: auto;
        max-width: 400px;
        color: #fff;
    }

    .services-six-single-wrapper p {
        color: #fff;
        padding-top: 25px;
        padding: 18px 74px;
    }
}

.services-six-single-wrapper p {
    color: #fff;
    padding-top: 25px;
    font-size: 16px;
}

.services-details-h3 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 19px;
    color: #3a3a3a;
}

.product p {
    line-height: 22px;
    font-size: 15px;
    color: #505254;
    text-align: justify;
}

.promo-section .product p {
    line-height: 25px;
    font-size: 15px;
    color: #202020;
    text-align: justify;
}

.promo-section .product .font-weight-bold {
    font-weight: 500 !important;
}

.product .services-details-h4 {
    color: #363636;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}

.services-details-title img {
    padding-bottom: 55px;
    width: 100%
}

.services-details-title p {
    line-height: 22px;
    font-size: 15px;
    color: #505254;
    text-align: justify;
    padding-bottom: 15px;
}

.advanced-content {
    padding-top: 45px;
}

.advanced-left img {
    width: 85%
}

.advanced-right-list {
    font-size: 15px;
    color: #505254;
}

.advanced-right-list li {
    position: relative;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advanced-right-list li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 free";
    font-weight: 400;
    float: left;
    color: #ff4500;
    font-size: 13px;
    margin-right: 10px;
}

.error {
    color: red;
    padding-bottom: 5px;
}

.business-grounded-left li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    font-style: italic;
}

.business-grounded-left li:nth-child(1) {
    margin-top: 0;
}

.business-grounded-left li::before {
    content: "\f111";
    font-family: "Font Awesome 5 free";
    font-weight: 700;
    float: left;
    color: #ff4500;
    font-size: 13px;
    margin-right: 10px;
    font-style: initial;
}

.business-grounded-right {
    width: 100%;
    background: url(../img/bmw.jpg) no-repeat center;
    background-size: cover;
    margin-left: 11px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}

.business-grounded-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 32, 103, .8509803921568627);
}

.business-grounded-right p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    color: #fff;
}

.services-details-side-bar-item {
    border-radius: 10px;
    background-color: #ffdacc;
    padding: 20px 0;
    margin-bottom: 50px;
}

.services-details-side-bar-item ul li {
    font-size: 16px;
    line-height: 45px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    padding: 0 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.services-details-side-bar-item ul li:hover,
.services-details-side-bar-item ul li.active {
    background-color: #ff4500;
    color: #fff;
}

.services-details-side-bar-item ul li:nth-child(1) {
    border-top: 1px solid #fff;
}

.services-details-side-bar-form {
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 7px 30px rgb(72 73 121 / 15%);
}

.inner-btn {
    background: -webkit-linear-gradient(left, #0c7bad 0%, #a0c6e6 50%, #77ecff 100%);
    background-size: 168%, 1px;
    background-position: 0%;
    display: inline-block;
    width: 100% !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 30px !important;
    padding: 7px 32px 7px !important;
    border-radius: 5px !important;
    height: 50px !important;
    color: #fefefe;
    border: 1px solid;
}

.details-form-title {
    background-color: #0563af;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 16px 28px;
}

.services-details-side-bar-form form {
    padding: 40px 20px;
}

.services-details-side-bar-form form input {
    border-radius: 4px;
    background-color: unset;
    padding: 0 15px;
    border: 1px solid #0563af42;
    width: 100%;
    height: 52px;
    font-size: 14px;
    line-height: 30px;
    color: #202020;
    margin-bottom: 10px;
}

.services-details-side-bar-form form input::-webkit-input-placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form input::-moz-placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form input:-ms-input-placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form input::-ms-input-placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form input::placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form textarea {
    border-radius: 4px;
    background-color: unset;
    padding: 15px 15px;
    border: 1px solid #0563af42;
    width: 100%;
    height: 114px;
    color: #202020;
}

.services-details-side-bar-form form textarea::-webkit-input-placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form textarea::-moz-placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form textarea:-ms-input-placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form textarea::-ms-input-placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form textarea::placeholder {
    color: #a4a4a4;
}

.services-details-side-bar-form form button {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    width: 108px;
    height: 41px;
    border-radius: 4px;
    background-color: #ff4500;
    margin-top: 30px;
}

.services-downloads {
    padding-top: 50px;
}

.services-download-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    height: 52px;
    margin-bottom: 15px;
}

.fileUpload span {
    position: relative;
    border-radius: 8px;
    background-color: #ffdacc;
    display: block;
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
}

.fileUpload span::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 free";
    font-weight: 400;
    background: #ff4500;
    color: #fff;
    padding: 9px 18px;
    display: inline-block;
    font-size: 20px;
    margin-right: 15px;
}

.fileUpload:nth-child(2n+2) span::before {
    content: "\f15c";
    background: #1e2067;
}

.fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 42px;
}

.fileUpload input::-webkit-file-upload-button {
    cursor: pointer !important;
    height: 42px;
    width: 100%
}

.portfolio-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
}

.portfolio-img {
    position: relative;
}

.portfolio-img img {
    width: 100%
}

.portfolio-hover-icon {
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(10, 138, 255, .4);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-item:hover .portfolio-hover-icon {
    opacity: 1;
}

.portfolio-hover-icon ul {
    text-align: center;
    position: relative;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-hover-icon li {
    display: inline-block;
}

.portfolio-hover-icon li a {
    color: #0a8aff;
    font-size: 25px;
    margin: 0 8px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.portfolio-hover-icon li:nth-child(1) a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-hover-icon li:nth-child(2) a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-item:hover .portfolio-hover-icon li:nth-child(1) a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-hover-icon li:nth-child(2) a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-text {
    text-align: center;
    padding: 22px 0;
    background-color: #0a8aff;
}

.portfolio-text h3 {
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}

.portfolio-text p {
    line-height: 45px;
    color: #fff;
}

.portfolio-item-list {
    text-align: center;
    padding: 44px 0 4px;
}

.portfolio-filter li {
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding: 9px 19px;
    font-weight: 500;
}

.portfolio-filter li.active {
    color: #ff4500;
    font-weight: 700;
}

.portfolio-six {
    position: relative;
    z-index: 2;
}

.portfolio-six .section-border::before {
    background-color: #ff4500;
}

.portfolio-six .section-border span::before {
    background-color: #ff4500;
}

.portfolio-colum4-item {
    position: relative;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-colum4-item::before {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 138, 255, .4);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-colum4-item:hover::before {
    right: 0%
}

.portfolio-colum4-item img {
    width: 100%;
    height: auto;
}

.portfolio-colum4-item-text {
    position: absolute;
    bottom: 0;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-colum4-item:hover .portfolio-colum4-item-text {
    opacity: 1;
}

.portfolio-colum4-item-text ul {
    margin-bottom: 80px;
}

.portfolio-colum4-item-text li {
    display: inline-block;
}

.portfolio-colum4-item-text li a {
    color: #0a8aff;
    font-size: 25px;
    margin: 0 8px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.portfolio-colum4-item-text li:nth-child(1) a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-colum4-item-text li:nth-child(2) a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-colum4-item:hover .portfolio-colum4-item-text li:nth-child(1) a,
.portfolio-colum4-item:hover .portfolio-colum4-item-text li:nth-child(2) a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-colum4-item-text h3 {
    font-weight: 600;
    color: #fff;
    padding-bottom: 16px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio-colum4-item-text p {
    color: #fff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.portfolio-colum4-item:hover .portfolio-colum4-item-text h3,
.portfolio-colum4-item:hover .portfolio-colum4-item-text p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-grid-item {
    margin-top: 30px;
}

.portfolio-colum4-item img {
    width: 100%
}

.portfolio-grid-item .portfolio-item {
    margin-top: 0;
    margin-bottom: 0;
}

.portfolio-details-left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.portfolio-details-left h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 70px 0;
}

.portfolio-details-left .home-three-about-list {
    padding: 55px 0;
}

.portfolio-details-left .home-three-about-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.portfolio-details-right {
    border-radius: 10px;
    background-color: #1e2067;
    padding: 60px 30px;
}

.portfolio-details-right h3 {
    font-weight: 700;
    color: #fff;
    padding-bottom: 55px;
    position: relative;
}

.portfolio-details-right h3::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 110px;
    height: 2px;
    background-color: #ff4500;
}

.portfolio-details-right ul li {
    font-size: 15px;
    line-height: 43px;
    color: #fff;
    font-weight: 400;
}

.portfolio-details-right ul li strong {
    font-weight: 700;
}

.portfolio-details-right ul li a {
    color: #ff4500;
}

.pricing-tabs-area {
    position: relative;
    overflow: hidden;
}

.pricing-tabs-area::before,
.pricing-tabs-area::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    height: 100%;
    width: 49%;
    z-index: -1;
}

.pricing-tabs-area {
    background-color: #f0f8ff;
}

.plan-btn {
    padding: 10px 0 0 0;
    color: #0060ad;
    font-size: 17px;
    font-weight: 600;
}

.pricing-left-text h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.pricing-left-text .section-title {
    padding-bottom: 52px;
}

.pricing-tabs {
    float: left;
    border-radius: 32px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    background-color: #fff;
    margin-top: 65px;
    border: 1px solid #0a8aff;
}

.pricing-tabs li a {
    font-size: 18px;
    color: #202020;
    font-weight: 600;
    padding: 21px 33px;
    text-align: center;
}

.pricing-tabs li a.active {
    width: 150px;
    border-radius: 32px;
    background-color: #0a8aff;
    color: #fff;
}

.pricing-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    padding: 35px 33px;
    margin-top: 30px;
    border-left: 4px solid #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-item:hover {
    border-left: 4px solid #0a8aff;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
}

.pricing-item-text {
    border-right: 1px solid #efefef;
    padding: 10px 2px 12px 2px;
}

.item-price {
    padding: 0 0 0 10px;
}

.pricing-item-text h3 {
    line-height: 45px;
    font-weight: 700;
}

.pricing-item-text ul li {
    font-size: 15px;
    line-height: 26px;
}

.pricing-item-title {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.pricing-item-title sup {
    font-size: 20px;
    font-weight: 400;
    top: -18px;
}

.pricing-item-title sub {
    font-size: 16px;
    font-weight: 400;
}

.pricing-tabs-three-area .section-border,
.pricing-tabs-three-area .section-border::before,
.pricing-tabs-three-area .section-border::after,
.pricing-tabs-three-area .section-border span::before,
.pricing-tabs-three-area .section-border span::after {
    background-color: #fff;
}

.pricing-tabs-three-area {
    background-image: url(../img/report-bg.jpg);
    position: relative;
}

.pricing-tabs-three-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 32, 103, .9019607843137255);
}

.pricing-tabs-three-area .section-title,
.pricing-tabs-three-area .section-content h3,
.pricing-tabs-three-area .pricing-left-text p,
.pricing-tabs-three-area .pricing-left-text h3 {
    color: #fff;
}

.pricing-tabs-three-area .pricing-tabs li a.active {
    background-color: #ff4500;
}

.pricing-tabs-three-area .pricing-item:hover {
    border-left: 4px solid #ff4500;
}

.inner-services-pricing .section-border,
.inner-services-pricing .section-border::before,
.inner-services-pricing .section-border::after,
.inner-services-pricing .section-border span::before,
.inner-services-pricing .section-border span::after {
    background-color: #ff4500;
}

.inner-services-pricing .pricing-tabs li a.active {
    background-color: #ff4500;
}

.inner-services-pricing .pricing-item:hover {
    border-left: 4px solid #ff4500;
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
    fill: #ff4500;
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-area {
    fill: #1e2067;
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-area {
    fill: #0b8aff;
}

text.ct-label {
    fill: #fff;
}

.pricing-plan-area {
    background-color: #ff4500;
}

.pricing-plan-area .section-title,
.pricing-plan-area .section-content h3 {
    color: #fff;
}

.pricing-plan-area .section-border,
.pricing-plan-area .section-border::before,
.pricing-plan-area .section-border::after,
.pricing-plan-area .section-border span::before,
.pricing-plan-area .section-border span::after {
    background-color: #fff;
}

.pricing-plan-btn {
    text-align: center;
    display: inline-block;
    margin: 65px auto 0;
    border-radius: 48px;
    overflow: hidden;
    border-radius: 32px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    background-color: #fff;
    border: 2px solid #1e2067;
}

.pricing-plan-btn li {
    padding: 22px 38px;
    margin: -2px;
    font-size: 20px;
    font-weight: 600;
}

.pricing-plan-btn li.current {
    background: #1e2067;
    color: #fff;
    border-radius: 48px;
}

.pricing-plan-item {
    text-align: center;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .04));
    background-color: #fff;
    padding: 50px 0;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.pricing-plan-item::after {
    content: "";
    position: absolute;
    width: 436px;
    height: 436px;
    bottom: -15%;
    right: -55%;
    background-image: url(../img/pricing-plan-shape.webp);
    z-index: -1;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.pricing-plan-item:hover::after {
    right: 40%
}

.pricing-plan-item h2 {
    font-size: 30px;
    line-height: 45px;
    color: #ff4500;
    font-weight: 700;
    margin-top: 0;
}

.pricing-plan-icon {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background-color: #fafafa;
    margin: 38px auto;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing-plan-item:hover .pricing-plan-icon {
    background-color: #ff4500;
}

.pricing-plan-icon img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pricing-plan-item:hover .pricing-plan-icon img {
    -webkit-filter: invert(100%) sepia(91%) saturate(7419%) hue-rotate(278deg) brightness(116%) contrast(119%);
    filter: invert(100%) sepia(91%) saturate(7419%) hue-rotate(278deg) brightness(116%) contrast(119%);
    -webkit-transform: scale(1.1) translateY(-50%);
    -ms-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%);
}

.pricing-plan-price {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    margin-top: -12px;
}

.pricing-plan-price sup {
    font-size: 20px;
}

.pricing-plan-price sub {
    font-size: 20px;
}

.pricing-plan-list {
    padding: 40px 0;
}

.pricing-plan-list li {
    position: relative;
    font-size: 16px;
    padding-bottom: 22px;
}

.pricing-plan-list li::before {
    content: "\f560";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #ff4500;
    font-size: 12px;
    margin-right: 10px;
}

.pricing-plan-item .btn-m4 {
    margin-top: -9px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #ff4500;
}

.pricing-plan-item .btn-m4:hover {
    background-color: #ff4500;
    border: 2px solid #ff4500;
    color: #fff;
}

.pricing-inner .section-border,
.pricing-inner .section-border::before,
.pricing-inner .section-border::after,
.pricing-inner .section-border span::before,
.pricing-inner .section-border span::after {
    background-color: #ff4500;
}

.pricing-inner .pricing-plan-item {
    border-radius: 10px;
    background-color: #ecf6ff;
    padding-top: 0;
}

.pricing-inner .pricing-plan-item h2 {
    background-color: #ff4500;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.pricing-inner .pricing-plan-item::after {
    display: none;
}

.pricing-area-five {
    overflow: hidden;
}

.pricing-single {
    display: inline-block;
    float: left;
    width: 24%;
    margin-right: 1%;
    padding: 35px 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing-single:hover {
    background-color: #0060ad;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border: 1px solid #0060ad;
    color: #fff;
}

.pricing-single:hover .pricing-five-list li,
.pricing-single:hover p {
    color: #fff;
}

.pricing-single:hover p span {
    color: #000;
}

.pricing-single:hover .pricing-five-icon {
    background-color: #fff;
}

.pricing-single:hover .pricing-five-icon img {
    -webkit-filter: invert(49%) sepia(36%) saturate(4728%) hue-rotate(360deg) brightness(102%) contrast(106%);
    filter: invert(49%) sepia(36%) saturate(4728%) hue-rotate(360deg) brightness(102%) contrast(106%);
}

.pricing-single h3 {
    padding: 10px 0 20px;
    font-weight: 600;
}

.pricing-single p {
    font-size: 9px;
    padding-top: 20px;
}

.pricing-single p span {
    color: #ff6e00;
}

.pricing-five-icon {
    background-color: #ff6e00;
    width: 75px;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 10px;
}

.pricing-five-price {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
}

.pricing-five-price sup {
    font-size: 16px;
}

.pricing-five-price sub {
    font-size: 15px;
}

.pricing-five-list {
    padding-top: 20px;
}

.pricing-five-list li {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.pricing-single:hover .pricing-five-list li {
    border-bottom: unset;
}

.pricing-single a {
    color: #000 !important;
}

.counter-item {
    text-align: center;
    margin-top: 40px;
}

.counter-item .counter {
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    color: #0060ad;
}

.counter-item h3 {
    font-weight: 700;
    padding: 14px 0 4px 0;
}

.counter-item p {
    color: #424242;
}

.counter-about {
    background-color: #1e2067;
    padding: 85px 0;
}

.counter-about-content .counter-item {
    border-radius: 7px;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .14));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .14));
    background-color: #1e2067;
    padding: 50px 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.counter-about-content .counter-item:hover {
    background-color: #ff4500;
}

.counter-about-content .counter-item .counter {
    color: #ff4500;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.counter-about-content .counter-item:hover .counter {
    color: #1e2067;
}

.counter-about-content .counter-item h3,
.counter-about-content .counter-item p {
    color: #fff;
}

.agency-img img {
    width: 100%;
    border-radius: 10px;
}

.count-areas {
    position: relative;
}

.row.counter-paddings {
    padding-bottom: 60px;
}

.counter-images img {
    width: 100%
}

.counter-absolute img:nth-child(1) {
    top: 0;
    right: 0;
    position: absolute;
    width: 30%
}

.counter-absolute img:nth-child(2) {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 30%
}

.counter-child-col:nth-child(1) .count-single {
    background: #ff7000;
}

.counter-child-col:nth-child(2) .count-single {
    background: #603eff;
    position: relative;
    top: 60px;
}

.counter-child-col:nth-child(3) .count-single {
    background: #ff5859;
}

.counter-child-col:nth-child(4) .count-single {
    background: #ff4500;
    position: relative;
    top: 60px;
}

.count-single:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 196, 0, 1)), to(rgba(255, 112, 0, 1))) !important;
    background: -o-linear-gradient(left, rgba(255, 196, 0, 1) 0%, rgba(255, 112, 0, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(255, 196, 0, 1) 0%, rgba(255, 112, 0, 1) 100%) !important;
}

.count-single {
    padding: 60px 40px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.count-fonts {
    font-size: 40px;
    font-weight: 700;
    padding: 45px 0;
}

.count-single p {
    color: #fff;
}

.count-images {
    background: #fff;
    width: 80px;
    margin: 0 auto;
    border-radius: 10px;
}

.count-single:hover .count-images {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 196, 0, 1)), to(rgba(255, 112, 0, 1))) !important;
    background: -o-linear-gradient(left, rgba(255, 196, 0, 1) 0%, rgba(255, 112, 0, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(255, 196, 0, 1) 0%, rgba(255, 112, 0, 1) 100%) !important;
}

.count-single:hover img {
    -webkit-filter: invert(94%) sepia(99%) saturate(0%) hue-rotate(217deg) brightness(159%) contrast(100%);
    filter: invert(94%) sepia(99%) saturate(0%) hue-rotate(217deg) brightness(159%) contrast(100%);
}

.count-images img {
    padding: 10px;
    border-radius: 10px;
}

.we-always-area {
    position: relative;
    z-index: 0;
}

.we-always-area .section-border::before {
    background-color: #ff4500;
}

.we-always-area .section-border span::before {
    background-color: #ff4500;
}

.we-always-area .container {
    position: relative;
    z-index: 1;
}

.we-always-area .container:before {
    position: absolute;
    content: "";
    left: 0;
    top: -60px;
    height: 150%;
    width: 100%;
    background-image: url(../img/home-6/h6-we-counter-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.we-always-single {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    margin-top: 30px;
}

.we-always-single:hover {
    background: #0921c1;
}

.we-always-single p {
    color: #ff4500;
}

.we-always-single .count-fonts {
    padding-bottom: 28px !important;
    padding-top: 0 !important;
    color: #ff4500;
    font-size: 30px;
}

.your-video {
    background-image: -o-linear-gradient(rgba(0, 0, 0, .747), rgba(0, 0, 0, .747)), url(../img/video.webp);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .747)), to(rgba(0, 0, 0, .747))), url(../img/video.webp);
    background-image: linear-gradient(rgba(0, 0, 0, .747), rgba(0, 0, 0, .747)), url(../img/video.webp);
    padding: 325px 0 160px;
}

.your-video-opacity {
    position: relative;
}

.your-video-opacity::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7490196078431373);
}

.video-content {
    text-align: center;
    position: relative;
}

.video-content h3 {
    color: #fff;
    font-weight: 500;
    padding-top: 39px;
}

.video-play-button {
    position: relative;
    z-index: 10;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    margin: 18px auto 20px;
}

.video-play-button:before,
.video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%
}

.video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #0a8aff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.your-video-two {
    padding: 190px 0;
    position: relative;
    background-image: url(../img/video-bg-two.jpg);
}

.your-video-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 132, 243, .8313725490196079);
}

.your-video-two .video-play-button span {
    border-left: 22px solid #ff555c;
}

.your-video-five {
    background-image: url(../img/home-5/h5-video-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 230px 0;
}

.your-video-five:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../img/home-5/h5-video-shape1.webp);
    background-repeat: no-repeat;
}

.your-video-five:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: url(../img/home-5/h5-video-shape2.webp);
    background-repeat: no-repeat;
}

.your-video-opacity-five::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(117, 75, 163, .753)), to(rgba(102, 126, 231, .767)));
    background: -o-linear-gradient(left, rgba(117, 75, 163, .753) 0%, rgba(102, 126, 231, .767) 100%);
    background: linear-gradient(90deg, rgba(117, 75, 163, .753) 0%, rgba(102, 126, 231, .767) 100%);
    z-index: -1;
}

.video-content-five {
    text-align: center;
    position: relative;
}

.video-content-five h3 {
    color: #fff;
    font-weight: 500;
    padding-top: 39px;
}

.your-video-five .video-play-button {
    position: relative;
    z-index: 10;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    margin: 18px auto 20px;
}

.your-video-five .video-play-button:before,
.your-video-five .video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ff6e00;
    border-radius: 50%
}

.your-video-five .video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.your-video-five .video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.your-video-five .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.your-video-five .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 14.5px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 14.5px rgba(0, 0, 0, .07));
    background-color: #fff;
    padding: 5px;
}

.testimonial-item img {
    border-radius: 10px;
}

.testimonial-item-text {
    padding-left: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.testimonial-item-text p {
    font-size: 15px;
    line-height: 24px;
    position: relative;
}

.testimonial-item-text p::before,
.testimonial-item-text p::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 10px;
}

.testimonial-item-text p::before {
    background-image: url(../img/quote-1.webp);
    left: -12px;
}

.testimonial-item-text p::after {
    background-image: url(../img/quote-2.webp);
    margin-left: 5px;
    margin-top: 11px;
}

.testimonial-item-text hr {
    border-top: 1px solid #0a8aff;
    margin: 30px 0 20px;
}

.testimonial-item-text h3 {
    color: #0a8aff;
    font-weight: 600;
    padding-bottom: 10px;
}

.testimonial-slider .owl-item {
    padding: 20px 20px;
}

.testimonial-slider .owl-dots .owl-dot span {
    background: #202020;
    width: 12px;
    height: 12px;
}

.testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot:hover span {
    background: #0a8aff;
}

.testimonial-slider .owl-nav.disabled+.owl-dots {
    margin-top: 38px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.testimonial-two-area {
    position: relative;
}

.testimonial-two-area .section-content h3 {
    color: #ff555c;
}

.testimonial-two-area .section-border,
.testimonial-two-area .section-border::before,
.testimonial-two-area .section-border::after,
.testimonial-two-area .section-border span::before,
.testimonial-two-area .section-border span::after {
    background-color: #ff555c;
}

.testimonial-two-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
    height: 80%;
    background: url(../img/h2-testimonial.webp) no-repeat center;
}

.testimonial-two-slider-content {
    height: auto;
    position: absolute;
    width: 49%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-two-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    background-color: rgba(255, 255, 255, .808);
    padding: 40px 25px;
    text-align: center;
}

.testimonial-two-item img {
    width: auto !important;
    margin: 0 auto;
}

.testimonial-two-item p {
    line-height: 24px;
    padding: 30px 0;
}

.testimonial-name {
    font-size: 16px;
}

.testimonial-name strong {
    display: block;
    font-weight: 600;
    padding-bottom: 7px;
}

.testimonial-two-slider.owl-drag .owl-item {
    left: 276px;
    margin: 40px 0;
}

.testimonial-two-slider .owl-item.active.center {
    opacity: 1;
}

.testimonial-two-text {
    padding-top: 65px;
    padding-bottom: 30px;
}

.testimonial-two-slider .owl-nav {
    margin-top: 30px;
    position: absolute;
    right: -16%;
    z-index: 1;
}

.testimonial-two-slider .owl-nav [class*="owl-"] {
    width: 47px;
    height: 47px;
    border-radius: 24px;
    color: #fff;
    background-image: -o-linear-gradient(left, #ff545b 0%, #ff853f 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#ff545b), to(#ff853f));
    background-image: linear-gradient(90deg, #ff545b 0%, #ff853f 100%);
}

.testimonial-two-slider .owl-nav button.owl-next,
.testimonial-two-slider .owl-nav button.owl-prev {
    color: #fff;
    background-image: -o-linear-gradient(left, #ff545b 0%, #ff853f 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#ff545b), to(#ff853f));
    background-image: linear-gradient(90deg, #ff545b 0%, #ff853f 100%);
}

.testimonial-two-slider .owl-nav [class*="owl-"]:hover {
    background-image: -o-linear-gradient(left, #ff853f 0%, #ff545b 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#ff853f), to(#ff545b));
    background-image: linear-gradient(90deg, #ff853f 0%, #ff545b 100%);
    color: #fff;
}

button {
    outline: none !important;
}

.testimonial-three {
    position: relative;
    z-index: 1;
}

.testimonial-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff4500;
    background-image: url(../img/testimonial-bg.webp);
    z-index: -1;
}

.testimonial-three h3,
.testimonial-three .section-title {
    color: #fff;
}

.testimonial-three .section-border,
.testimonial-three .section-border::before,
.testimonial-three .section-border::after,
.testimonial-three .section-border span::before,
.testimonial-three .section-border span::after {
    background-color: #fff;
}

.testimonial-three .testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-three .testimonial-slider .owl-dots .owl-dot:hover span {
    background: #fff;
}

.testimonial-three .testimonial-slider .owl-dots .owl-dot span {
    background: rgb(209, 209, 209);
}

.testimonial-areas {
    position: relative;
    z-index: 1;
}

.testimonial-right-bg {
    position: absolute;
    right: 0;
    top: 70%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    width: 51%;
    height: 40%;
    background: #00235a;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.testimonial-areas .slick-track {
    height: 300px;
}

.testimonial-images {
    outline: none;
    opacity: .5;
}

.testimonial-images img {
    width: 100px;
    border-radius: 5px;
}

.testimonial-images:nth-child(1) img {
    position: fixed;
    top: 0;
    left: 0;
}

.testimonial-images:nth-child(2) img {
    position: fixed;
    top: 0;
    right: 5px;
}

.testimonial-images:nth-child(3) img {
    position: fixed;
    left: 0;
    bottom: 0;
}

.testimonial-images:nth-child(4) img {
    position: fixed;
    right: 5px;
    bottom: 0;
}

.testimonial-images:nth-child(5) img {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-images.slick-slide.slick-current.slick-center {
    opacity: 1;
}

.testimonial-inner-text {
    color: #fff;
    padding-top: 51px;
    outline: none;
}

.testimonial-inner-imgs img {
    border-radius: 10px;
}

.testimonial-single-txts {
    padding-left: 40px;
}

.testimonial-single-txts p {
    color: #fff;
}

.testimonial-single-txts h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 22px;
}

.testimonial-single-txts h5 {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 22px;
}

.testimonial-icons a i {
    color: #ffb200;
}

.testimonial-five-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .07));
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.testimonial-five-item::before {
    content: "";
    position: absolute;
    background-image: url(../img/home-5/testimonial-quote.webp);
    top: 29px;
    left: 23px;
    width: 30px;
    height: 30px;
}

.testimonial-five-item p {
    font-size: 15px;
    line-height: 24px;
    padding: 80px 30px 40px;
}

.testimonial-details-five {
    background: url(../img/home-5/testimonial-shape.webp) no-repeat top;
    background-size: cover;
    padding-bottom: 40px;
}

.testimonial-details-five img {
    border-radius: 39px;
    border: 3px solid #fff;
    margin-bottom: 28px;
}

.testimonial-details-five h4 {
    line-height: 45px;
    color: #fff;
    font-weight: 700;
}

.testimonial-details-five span {
    font-size: 16px;
    color: #fff;
}

.testimonial-six-area {
    background-image: url(../img/home-6/testimonial-six-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.testimonial-six-contents {
    color: #fff;
}

.testimonial-six-contents h2 {
    color: #fff;
}

.testimonial-six-area .section-border {
    background-color: #ff4500;
}

.testimonial-six-area .section-border span::after {
    background-color: #ff4500;
}

.testimonial-six-area .section-border::after {
    background-color: #ff4500;
}

.testimonial-six-area .section-border::before {
    background-color: #fff;
}

.testimonial-six-area .section-border span::before {
    background-color: #fff;
}

.testimonial-left-six-text {
    margin-top: 50px;
}

.testimonial-left-six-text p {
    color: #fff;
}

.testimonial-item-six {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 14.5px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 14.5px rgba(0, 0, 0, .07));
    background-color: #fff;
    text-align: center;
    padding: 25px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.testimonial-item-six:hover .testimonial-six-text h3,
.testimonial-item-six:hover .testimonial-six-text span {
    color: #ff4500;
}

.testimonial-item-six img {
    border-radius: 10px;
    width: auto !important;
    margin: 0 auto;
}

.testimonial-six-text {
    padding-left: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.testimonial-six-text p {
    font-size: 15px;
    line-height: 24px;
    padding: 30px 0;
}

.testimonial-six-text h3 {
    font-weight: 600;
    padding-bottom: 10px;
}

.testimonial-slider .owl-item {
    padding: 20px 20px;
}

.testimonial-six-area .owl-dots .owl-dot span {
    background: #202020;
    width: 12px;
    height: 12px;
}

.testimonial-six-area .owl-dots .owl-dot.active span,
.testimonial-six-area .owl-dots .owl-dot:hover span {
    background: #ff4500;
}

.testimonial-six-area .owl-nav.disabled+.owl-dots {
    margin-top: 38px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.testimonial-inner-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .07));
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.testimonial-inner-item::before {
    content: "";
    position: absolute;
    background-image: url(../img/test-q.webp);
    top: 29px;
    left: 23px;
    width: 30px;
    height: 30px;
}

.testimonial-inner-item p {
    font-size: 15px;
    line-height: 24px;
    padding: 80px 30px 40px;
}

.testimonial-details {
    background: url(../img/test-bg.webp) no-repeat top;
    background-size: cover;
    padding-bottom: 40px;
}

.testimonial-details img {
    border-radius: 39px;
    border: 3px solid #fff;
    margin-bottom: 28px;
}

.testimonial-details h4 {
    line-height: 45px;
    color: #fff;
    font-weight: 700;
}

.testimonial-details span {
    font-size: 16px;
    color: #fff;
}

.analysis-report-area {
    background-image: url(../img/report-bg.webp);
    position: relative;
}

.analysis-report-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 96 173 / 86%);
}

.analysis-report-left .section-content {
    padding-bottom: 50px;
}

.analysis-report-left .section-content h3,
.analysis-report-left .section-content h2 {
    color: #fff;
}

.analysis-report-left .section-border,
.analysis-report-left .section-border::before,
.analysis-report-left .section-border::after,
.analysis-report-left .section-border span::before,
.analysis-report-left .section-border span::after {
    background-color: #fff;
}

.analysis-report-left p {
    color: #fff;
}

.analysis-report-left ul {
    padding: 40px 0;
}

.analysis-report-left ul li {
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.analysis-report-left ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 free";
    font-weight: 400;
    margin-right: 12px;
}

.analysis-report-right {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    background-color: #fff;
    padding: 25px 25px;
    border-top: 8px solid #0a8aff;
}

.analysis-report-right-title {
    text-align: center;
    padding-bottom: 45px;
}

.analysis-report-right-title h3 {
    line-height: 31px;
    font-weight: 700;
    padding-bottom: 10px;
}

.analysis-report-right-title h3 span {
    color: #0a8aff;
}

.analysis-report-right-title p {
    font-size: 16px;
    font-weight: 600;
}

.input-box-name {
    font-size: 14px;
    line-height: 31px;
    color: #979797;
    width: 100%;
    height: 55px;
    border-radius: 6px;
    background-color: #ecf6ff;
    padding: 0 15px;
    border: 0;
    margin-bottom: 20px;
}

#mission {
    width: 100%;
    height: 126px;
    border-radius: 6px;
    background-color: #ecf6ff;
    border: 0;
    padding: 20px 15px;
}

.analysis-report-form .btn-m1 {
    margin-top: 40px;
    line-height: 15px;
}

.case-studies-item {
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.case-studies-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -o-linear-gradient(bottom, #ff545b 0%, rgba(255, 84, 91, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff545b), to(rgba(255, 84, 91, 0)));
    background-image: linear-gradient(0deg, #ff545b 0%, rgba(255, 84, 91, 0) 100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.case-studies-item:hover::before {
    background-image: -o-linear-gradient(bottom, rgba(255, 133, 63, .938) 0%, rgba(255, 84, 90, .911) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 133, 63, .938)), to(rgba(255, 84, 90, .911)));
    background-image: linear-gradient(0deg, rgba(255, 133, 63, .938) 0%, rgba(255, 84, 90, .911) 100%);
}

.case-studies-item img {
    width: 100%;
    border-radius: 10px;
}

.case-studies-item-text {
    position: absolute;
    bottom: 0;
    padding: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.case-studies-item:hover .case-studies-item-text {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.case-studies-item-text p {
    color: #fff;
}

.case-studies-item-text h4 {
    color: #fff;
    font-weight: 700;
    padding: 26px 0;
}

.studies-btn {
    color: #fff;
}

.studies-btn i {
    padding-left: 5px;
}

.case-studies-two .section-content h3 {
    color: #ff555c;
}

.case-studies-two .section-border,
.case-studies-two .section-border::before,
.case-studies-two .section-border::after,
.case-studies-two .section-border span::before,
.case-studies-two .section-border span::after {
    background-color: #ff555c;
}

.case-studies-inner .section-border,
.case-studies-inner .section-border::before,
.case-studies-inner .section-border::after,
.case-studies-inner .section-border span::before,
.case-studies-inner .section-border span::after {
    background-color: #ff555c;
}

.blog-item {
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-img {
    background-color: #0a8aff;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-item:hover .blog-img img {
    -webkit-transform: translate(20px, -20px);
    -ms-transform: translate(20px, -20px);
    transform: translate(20px, -20px);
}

.blog-text ul {
    padding-top: 16px;
}

.blog-text ul li {
    display: inline-block;
    margin-right: 22px;
    font-size: 13px;
}

.blog-text ul li img {
    margin-right: 10px;
}

.blog-text ul li i {
    color: #0a8aff;
    margin-right: 5px;
}

.blog-title {
    font-weight: 700;
    line-height: 30px;
    padding: 22px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-item:hover .blog-title {
    color: #0a8aff;
}

.blog-btn {
    font-size: 16px;
    color: #202020;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-btn:hover {
    color: #0a8aff;
    letter-spacing: 2px;
}

.blog-btn i {
    padding-left: 7px;
}

.blog-two .section-content h3 {
    color: #ff555c;
}

.blog-two .section-border,
.blog-two .section-border::before,
.blog-two .section-border::after,
.blog-two .section-border span::before,
.blog-two .section-border span::after {
    background-color: #ff555c;
}

.blog-item-two {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.blog-item-two-img {
    overflow: hidden;
}

.blog-item-two-img a {
    display: inline;
}

.blog-item-two-img img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-item-two:hover .blog-item-two-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item-two-text {
    padding: 9px 24px 30px;
}

.blog-item-two-text .blog-title-btn {
    border-radius: 4px;
    background-image: -o-linear-gradient(left, #ff545b 0%, #ff863f 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#ff545b), to(#ff863f));
    background-image: linear-gradient(90deg, #ff545b 0%, #ff863f 100%);
    color: #fff;
    padding: 7px 15px;
    position: absolute;
    margin-top: -24px;
    right: 24px;
}

.blog-item-two-text ul {
    padding-top: 16px;
}

.blog-item-two-text ul li {
    display: inline-block;
    margin-right: 22px;
    font-size: 13px;
}

.blog-three .section-border,
.blog-three .section-border::before,
.blog-three .section-border::after,
.blog-three .section-border span::before,
.blog-three .section-border span::after {
    background-color: #ff4500;
}

.single-blog-wrapper-all:hover .blog-single-text h3 {
    color: #ff7000;
}

.single-blog-photo {
    background-color: #0c146b;
    padding: 15px 75px;
}

.single-blog-photo img {
    width: 100%
}

.blog-left-right {
    padding: 0 15px;
}

.blog-single-text h3 {
    color: #000;
    padding: 26px 0 17px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.blog-images-text {
    position: relative;
    z-index: 1;
    border-top: 1px solid #0060ad;
    padding: 15px;
}

.blog-images-text img {
    border-radius: 50px;
    border: 1px solid #ff7000;
}

.blog-images-text p {
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
}

.blog-images-text i {
    padding: 0 0 0 16px;
}

.single-blog-wrapper-five {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgb(241, 241, 241);
    box-shadow: 0 0 10px rgb(241, 241, 241);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.single-blog-wrapper-five:hover {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    background-color: #fff;
}

.single-blog-wrapper-five:hover .single-blog-five:before {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.single-blog-wrapper-five:hover .blog-single-text-five h3 {
    color: #0363af;
}

.single-blog-five {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-blog-five:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    background: rgb(0 96 173 / 34%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-blog-five img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-five-left-right {
    padding: 0 15px 30px;
}

.blog-single-text-five h3 {
    padding: 28px 0;
}

.blog-single-text-five p {
    padding-bottom: 25px;
}

.blog-area-six .section-border::before {
    background-color: #ff4500;
}

.blog-area-six .section-border span::before {
    background-color: #ff4500;
}

.single-blog-wrapper-six {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgb(241, 241, 241);
    box-shadow: 0 0 10px rgb(241, 241, 241);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.single-blog-wrapper-six:hover {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    background-color: #fff;
}

.single-blog-wrapper-six:hover .single-blog-six:before {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.single-blog-wrapper-six:hover .blog-single-text-six h3 {
    color: #ff6e00;
}

.single-blog-wrapper-six:hover .blog-six-link a i {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.single-blog-wrapper-six:hover .blog-six-link p {
    opacity: 1;
    visibility: visible;
    top: 12px;
}

.single-blog-six {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-blog-six:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    background: #0922c1b2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-six-link {
    background: #fff;
}

.blog-six-link a i {
    color: #ff6e00;
    position: absolute;
    top: -100%;
    left: 0;
    font-size: 20px;
    z-index: 1;
    background: #0922c1d5;
    padding: 22px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-six-link p {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    font-size: 9px;
    margin: 0 0;
    position: absolute;
    left: 47px;
    top: -100%;
    z-index: 1;
    background: #0922c1d5;
    padding: 5px 5px;
    border-bottom: 2px solid #ff4500;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-blog-six img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-six-left-right {
    padding: 0 15px 30px;
    background-color: #fff;
    margin: -3px 0;
}

.blog-single-text-six h3 {
    padding: 28px 0;
}

.blog-single-text-six p {
    padding-bottom: 25px;
}

.blog-single-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .07));
    background-color: #ecf6ff;
    overflow: hidden;
    margin-top: 30px;
}

.blog-single-item-img img {
    width: 100%
}

.blog-single-item-text {
    padding: 30px;
}

.blog-single-item-text ul li {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding-right: 30px;
}

.blog-single-item-text ul li img {
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.blog-single-item-text h3 {
    font-weight: 700;
    padding: 30px 0;
}

.blog-single-item-text .btn-m4 {
    margin-top: 40px;
}

.blog-search {
    position: relative;
    margin-top: 30px;
}

.blog-search input {
    font-size: 14px;
    letter-spacing: 0;
    color: #939393;
    font-family: "Poppins";
    font-weight: 400;
    width: 100%;
    height: 65px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    border: 2px solid #ecf6ff;
    padding: 0 73px 0 20px;
    outline: none;
}

.blog-search button {
    position: absolute;
    right: 0;
    background-color: #ff4500;
    color: #fff;
    width: 70px;
    height: 100%
}

.blog-single-about {
    margin-top: 30px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    border: 2px solid #ecf6ff;
    padding: 25px;
}

.blog-single-about img {
    margin-bottom: 35px;
}

.blog-single-about h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 35px;
}

.blog-single-about p {
    font-size: 14px;
    line-height: 23px;
}

.blog-categories {
    margin-top: 30px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    border: 2px solid #ecf6ff;
    padding: 25px;
}

.blog-categories h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 35px;
}

.blog-categories ul li {
    border-bottom: 1px solid #ff4500;
}

.blog-categories ul li:nth-last-child(1) {
    border-bottom: 0;
}

.blog-categories ul li a {
    font-size: 14px;
    line-height: 38px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-categories ul li a:hover {
    color: #ff4500;
    padding-left: 5px;
}

.blog-categories ul li a span {
    float: right;
}

.blog-recent-post {
    margin-top: 30px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    border: 2px solid #ecf6ff;
    padding: 25px;
}

.blog-recent-post h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 35px;
}

.blog-recent-post-item {
    border-bottom: 1px solid #ff4500;
    padding: 10px 0;
}

.blog-recent-post-item img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

.blog-recent-post-item-text {
    padding-left: 10px;
}

.blog-recent-post-item-text a {
    font-size: 15px;
    line-height: 21px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-recent-post-item-text a:hover {
    color: #ff4500;
}

.blog-recent-post-date span {
    font-size: 11px;
}

.blog-tag {
    margin-top: 30px;
    border-radius: 6px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    border: 2px solid #ecf6ff;
    padding: 25px;
}

.blog-tag h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 35px;
}

.blog-tag a {
    border-radius: 3px;
    background-color: #ecf6ff;
    padding: 13px;
    font-size: 13px;
    margin: 4px 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-tag a:hover {
    background-color: #ff4500;
    color: #fff;
}

.blog-pagination {
    margin-top: 60px;
}

.blog-pagination li {
    display: inline-block;
    margin-right: 7px;
}

.blog-pagination li a {
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    -webkit-filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 0 6.5px rgba(0, 0, 0, .1));
    background-color: #ff4500;
    text-align: center;
}

.blog-right-bar-area .blog-img {
    background-color: #ff4500;
}

.blog-right-bar-area .blog-img a {
    width: 100%
}

.blog-right-bar-area .blog-item:hover .blog-title {
    color: #ff4500;
}

.blog-right-bar-area .blog-btn:hover {
    color: #ff4500;
}

.blog-details-pcolor {
    margin: 35px 0;
    padding: 35px 55px;
    background-color: #ff4500;
}

.blog-details-pcolor p {
    line-height: 26px;
    color: #fff;
    font-style: italic;
}

.blog-details-bgAll {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .07));
    background-color: #fff;
    padding: 40px;
}

.blog-details-tag p strong {
    font-weight: 700;
}

.blog-details-share {
    margin-top: 30px;
}

.blog-details-share span {
    font-weight: 700;
    margin-right: 20px;
}

.blog-details-share-icon {
    display: inline-block;
}

.blog-details-share-icon li {
    display: inline-block;
}

.blog-details-share-icon li a {
    background-color: #ff4500;
    color: #fff;
    width: 29px;
    height: 29px;
    font-size: 16px;
    padding: 6px 0;
    text-align: center;
    border-radius: 5px;
}

.blog-details-author-text {
    margin-left: 15px;
}

.blog-details-author-text h5 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    padding-bottom: 15px;
}

.blog-details-author-text p {
    line-height: 26px;
}

.blog-details-author-text ul {
    margin-top: 30px;
}

.blog-comment {
    padding: 65px 0;
}

.blog-comment h3 {
    font-weight: 700;
}

.blog-comment-item {
    margin-top: 40px;
}

.blog-comment-text {
    margin-left: 15px;
}

.blog-comment-text h5 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    padding-bottom: 5px;
}

.blog-comment-text .blog-comment-date {
    font-size: 14px;
}

.blog-comment-text p {
    padding: 30px 0 25px;
}

.blog-comment-text .comment-reply {
    font-size: 14px;
    line-height: 26px;
}

.blog-comment-text .comment-reply i {
    color: #ff4500;
}

.blog-add-comment h3 {
    font-weight: 600;
}

.blog-form .blog-input {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    background-color: #fff;
    padding: 0 30px;
    width: 100%;
    height: 70px;
    border: 0;
    outline: none;
    margin-top: 30px;
}

.blog-form #message {
    padding: 30px;
    width: 100%;
    height: 234px;
    border: 0;
    outline: none;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    background-color: #fff;
}

.discover-niketion-aera {
    background-image: url(../img/report-bg.jpg);
    position: relative;
}

.discover-niketion-aera::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 132, 243, .8313725490196079);
}

.discover-niketion-text {
    text-align: center;
}

.discover-niketion-text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 45px;
}

.discover-niketion-text p {
    font-size: 20px;
    color: #fff;
    line-height: 29px;
    padding-top: 39px;
}

.inner-discover-niketion-area {
    background-image: url(../img/report-bg.jpg);
    position: relative;
}

.inner-discover-niketion-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 32, 103, .87);
}

.discover-niketion-area2 {
    background-image: url(../img/home-4/discover-bg.webp);
    position: relative;
}

.discover-niketion-area2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ffc4009f), to(#ff6f00bc));
    background: -o-linear-gradient(left, #ffc4009f 0%, #ff6f00bc 100%);
    background: linear-gradient(90deg, #ffc4009f 0%, #ff6f00bc 100%);
}

.discover-niketion-area3 {
    background-image: url(../img/home-4/discover-bg.webp);
    position: relative;
}

.discover-niketion-area3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(102, 126, 233, .76)), to(rgba(118, 75, 162, .801)));
    background: -o-linear-gradient(left, rgba(102, 126, 233, .76) 0%, rgba(118, 75, 162, .801) 100%);
    background: linear-gradient(90deg, rgba(102, 126, 233, .76) 0%, rgba(118, 75, 162, .801) 100%);
}

.discover-niketion-area4 {
    background-image: url(../img/home-4/discover-bg.webp);
    position: relative;
    z-index: 2 !important;
}

.discover-niketion-area4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0922c1c7;
}

.team-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.team-item-img {
    overflow: hidden;
    position: relative;
}

.team-item-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team-item:hover .team-item-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.team-social {
    width: 100%;
    height: 100%;
    background-image: -o-linear-gradient(left, rgba(255, 84, 90, .808) 0%, rgba(255, 133, 63, .781) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 84, 90, .808)), to(rgba(255, 133, 63, .781)));
    background-image: linear-gradient(90deg, rgba(255, 84, 90, .808) 0%, rgba(255, 133, 63, .781) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team-item:hover .team-social {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.team-social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 30px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.team-social-icon li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    background: #fff;
    border-radius: 50%;
    font-size: 11px;
    color: #000;
    text-align: center;
    margin: 4px 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-out 0.4s;
    -o-transition: all 0.2s ease-out 0.4s;
    transition: all 0.2s ease-out 0.4s;
}

.team-item:hover .team-social-icon li a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-social-icon li:nth-child(1) a {
    color: #3a559f;
}

.team-social-icon li:nth-child(2) a {
    color: #03a9f4;
}

.team-social-icon li:nth-child(3) a {
    color: #0077b7;
}

.team-social-icon li:nth-child(4) a {
    color: #dd4b39;
}

.team-social-icon li:nth-child(5) a {
    color: #bf338f;
}

.team-item-text {
    text-align: center;
    padding: 14px 0;
}

.team-item-text h3 {
    line-height: 30px;
    font-weight: 700;
}

.team-item-text p {
    font-size: 16px;
    line-height: 45px;
}

.team-item:hover .team-item-text h3,
.team-item:hover .team-item-text p {
    color: #ff555c;
}

.team-two .section-content h3 {
    color: #ff555c;
}

.team-two .section-border,
.team-two .section-border::before,
.team-two .section-border::after,
.team-two .section-border span::before,
.team-two .section-border span::after {
    background-color: #ff555c;
}

.team-inner .section-border,
.team-inner .section-border::before,
.team-inner .section-border::after,
.team-inner .section-border span::before,
.team-inner .section-border span::after {
    background-color: #ff555c;
}

#Team-members {
    overflow: hidden;
}

.Team-members-area {
    background-image: url(../img/home-4/form-market-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Team-members-area .section-border {
    background-color: #ff555c;
}

.Team-members-area .section-border::before,
.Team-members-area .section-border::after {
    background-color: #ff555c;
}

.Team-members-area .section-border span::before,
.Team-members-area .section-border span::after {
    background-color: #ff555c;
}

.white-section {
    color: #fff;
}

.white-section h2 {
    color: #fff;
}

.single-team-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.single-team-wrapper:hover .single-team-img::before,
.single-team-wrapper:hover .single-team-img:after,
.single-team-wrapper:hover .single-team-inner-text,
.single-team-wrapper:hover .single-team-socials {
    opacity: 1;
    visibility: visible;
}

.single-team-wrapper:hover .single-team-img::before {
    bottom: 0;
    z-index: 2;
}

.single-team-wrapper:hover .single-team-img::after {
    left: 0;
}

.single-team-wrapper:hover .single-team-img img {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.single-team-wrapper:hover .single-team-socials {
    bottom: 0;
    z-index: 3;
}

.single-team-img img {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-team-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 15%;
    top: 0;
    left: 20%;
    background: #00235a;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-team-img:before {
    position: absolute;
    content: "";
    height: 14%;
    width: 100%;
    bottom: -20%;
    left: 0;
    background: #00235a;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-team-inner-text {
    color: #fff;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.single-team-inner-text h3 {
    font-weight: 500;
    position: absolute;
    bottom: 30%;
    left: -13%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.single-team-inner-text h5 {
    font-weight: 300;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 20%;
    left: -12%
}

.single-team-socials {
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: -10%;
    left: 20%
}

.single-team-socials a:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 112, 0, 1)), to(rgba(255, 196, 0, 1)));
    background: -o-linear-gradient(left, rgba(255, 112, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 112, 0, 1) 0%, rgba(255, 196, 0, 1) 100%);
    color: #fff;
}

.single-team-socials a {
    display: inline-block;
    font-size: 16px;
    color: #ff7000;
    background: #fff;
    padding: 7px 9px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-five {
    background-image: url(../img/home-4/form-market-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.team-item-five {
    overflow: hidden;
}

.team-item-five:hover .team-item-img-five:before {
    display: none;
}

.team-item-five:hover .team-item-img-five:after {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.team-item-five:hover .team-social-five {
    right: 50%;
    z-index: 2;
}

.team-item-img-five {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.team-item-img-five:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    background: #ff6f0073;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-item-img-five:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 18%;
    right: 0;
    top: 0;
    background: #ff6e00;
}

.team-item-img-five img {
    width: 100%
}

.team-social-five {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-social-five li a i:hover {
    color: #687be7;
}

.team-social-five li a i {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #fff;
    text-align: center;
    padding: 8px 0;
    border-radius: 50px;
    margin: 2px 8px;
    color: #ff6e00;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.team-item-text-five h3 {
    padding: 20px 0 10px;
    color: #fff;
}

.team-item-text-five p {
    color: #fff;
}

.team-details-text img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 40px;
}

.team-details-tes {
    border-radius: 7px;
    background-color: #ff4500;
    margin: 50px 0;
}

.team-details-tes p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-style: italic;
    position: relative;
    padding: 34px;
}

.team-details-list h3 {
    font-weight: 700;
    padding-bottom: 35px;
}

.team-details-share {
    overflow: hidden;
    margin-top: 40px;
}

.team-details-share h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.team-details-share h3::before {
    content: "";
    width: 400px;
    height: 2px;
    background: #ff4500;
    top: 15px;
    left: 74px;
    position: absolute;
}

.team-details-share-icon {
    float: right;
}

.team-details-share-icon li {
    display: inline-block;
}

.team-details-share-icon li a {
    background-color: #ff4500;
    color: #fff;
    width: 29px;
    height: 29px;
    font-size: 16px;
    padding: 6px 0;
    text-align: center;
    border-radius: 5px;
}

.team-details-right {
    padding: 50px 30px;
    margin-top: 42px;
}

.why-business-col:nth-child(2n+1) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.why-does-business-text .section-title {
    padding-bottom: 50px;
    padding-top: 0;
}

.why-does-business-list {
    padding-top: 55px;
}

.why-does-business-list li {
    position: relative;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.why-does-business-list li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 free";
    font-weight: 400;
    float: left;
    line-height: 30px;
    color: #ff4500;
    font-size: 12px;
    margin-right: 10px;
}

.why-does-business-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.why-does-business-item:before {
    content: "";
    position: absolute;
    right: -67px;
    width: 96px;
    height: 96px;
    border-radius: 48px;
    background-color: rgba(30, 32, 103, .5686274509803921);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.why-does-business-item:hover:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: rgba(30, 32, 103, .5686274509803921);
}

.why-does-business-item-col:nth-child(4n+2) {
    margin-top: 30px;
}

.business-item-img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #ff4500;
    position: relative;
}

.business-item-img img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.why-does-business-item h4 {
    font-weight: 700;
    text-transform: capitalize;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.why-does-business-item p {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.why-does-business-item:hover h4,
.why-does-business-item:hover p {
    color: #fff;
}

.faq-video {
    background-image: url(../img/faq-video.webp);
    padding: 128px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
}

.faq-video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5882352941176471);
    z-index: -1;
}

.faq-video .video-play-button span {
    border-left: 22px solid #ff4500;
}

.faq-content .card {
    margin-top: 20px;
    border-radius: 10px !important;
}

.faq-content .card-header {
    padding: 0;
}

.faq-content .faq-btn {
    border-color: #ddd;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    padding: 12px 5px 12px 20px;
    background: #f5f5f5;
    color: #606060;
    outline: none;
    font-weight: 600;
    position: relative;
}

.faq-content .faq-btn.collapsed:before {
    content: "\f077";
    font-size: 14px;
    position: absolute;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    right: 20px;
    top: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .faq-btn:before {
    content: "\f077";
    font-size: 14px;
    position: absolute;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    right: 18px;
    top: 11px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.faq-content .card-body {
    background: unset;
    color: #363636;
    padding: 24px 20px;
}

.faq-content .card-body p {
    color: #363636;
}

button {
    outline: none;
}

.faq-inner .section-border,
.faq-inner .section-border::before,
.faq-inner .section-border::after,
.faq-inner .section-border span::before,
.faq-inner .section-border span::after {
    background-color: #ff4500;
}

.faq-five {
    position: relative;
}

.faq-five .faq-content .faq-btn {
    padding: 23px;
    background: #ff6e00 !important;
}

.faq-five .faq-content .faq-btn.collapsed:before {
    top: 21px;
}

.faq-five .faq-content .card-body {
    background: #ff8426;
}

.faq-right-all {
    background-color: #fff;
    padding: 50px 20px;
    border-radius: 10px;
    border-top: 5px solid #ff6e00;
    overflow: hidden;
    position: relative;
}

.faq-absolute-five img:nth-child(1) {
    position: absolute;
    top: 130px;
    right: 5%
}

.faq-absolute-five img:nth-child(2) {
    position: absolute;
    bottom: 130px;
    right: 5%
}

.faq-right-all h3 {
    text-align: center;
    font-weight: 600;
}

.faq-right-all h3 span {
    color: #ff6e00;
}

.faq-right-all h4 {
    text-align: center;
    font-weight: 600;
}

.faq-five-form input,
.faq-five-form textarea {
    width: 100%;
    background: #ecf6ff;
    margin-top: 30px;
    border: 0;
    outline: none;
    padding: 15px;
    border-radius: 5px;
    color: #979797;
    font-size: 14px;
}

.faq-five-form textarea {
    height: 200px;
}

.faq-right-all a {
    margin-top: 27px !important;
}

.history-nektons-content {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .08));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .08));
    background-color: #fff;
    overflow: hidden;
}

.history-list {
    background-color: #0060ad;
}

.history-list li {
    width: 20%;
    margin: 0 -2px;
    font-size: 17px;
    line-height: 26px;
    color: #fefefe;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
}

.history-list li span {
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.history-list li.current {
    border-bottom: 2px solid #1e2067;
}

.history-list-item {
    padding: 60px 50px;
}

.history-img img {
    width: 100%
}

.history-text h3 {
    font-weight: 700;
    position: relative;
    padding-bottom: 60px;
}

.history-text h3::before {
    content: "";
    position: absolute;
    top: 33px;
    left: 0;
    width: 130px;
    height: 2px;
    background-color: #0060ac;
}

.history-text .why-does-business-list {
    padding-top: 35px;
}

.about-team-information-area {
    position: relative;
}

.about-team-information-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-team-information-area h3,
.about-team-information-area .section-title {
    color: #202020;
}

.about-team-information-p {
    padding-top: 20px;
}

.about-team-information-p p,
.about-team-information-p li,
.about-team-information-p li::before {
    color: #505254;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 21px;
}

.about-team-information-area .section-border,
.about-team-information-area .section-border::before,
.about-team-information-area .section-border::after,
.about-team-information-area .section-border span::before,
.about-team-information-area .section-border span::after {
    background-color: #fff;
}

.about-team-information-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    background-color: rgba(255, 255, 255, .5686274509803921);
    margin-bottom: 30px;
    padding: 30px 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 1px 0 50px 7px #dedede;
}

.about-team-information-item:hover {
    background-color: #fff;
}

.about-information-icon {
    width: 80px;
    height: 80px;
}

.about-information-icon img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-team-information-item h4 {
    padding: 15px 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
}

.about-team-information-item p {
    font-size: 15px;
    line-height: 24px;
}

.clients-area .section-border,
.clients-area .section-border::before,
.clients-area .section-border::after,
.clients-area .section-border span::before,
.clients-area .section-border span::after {
    background-color: #ff4500;
}

.clients-logo {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.clients-logo li {
    display: inline-block;
    width: 100%;
    height: 100px;
    position: relative;
    text-align: center;
    margin: 10px 0 0;
}

.clients-logo li a {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 15px;
}

.clients-logo li img {
    width: 100%;
    height: auto;
}

.clients-area2 .clients-logo li img {
    width: 100%;
    height: auto;
    -webkit-filter: invert(38%) sepia(68%) saturate(3114%) hue-rotate(194deg) brightness(102%) contrast(104%);
    filter: invert(38%) sepia(68%) saturate(3114%) hue-rotate(194deg) brightness(102%) contrast(104%);
}

.clients-area2 .clients-logo li:hover img {
    -webkit-filter: unset;
    filter: unset;
}

.world-clients .section-border,
.world-clients .section-border::before,
.world-clients .section-border::after,
.world-clients .section-border span::before,
.world-clients .section-border span::after {
    background-color: #ff4500;
}

#container {
    width: 100%;
    height: 600px;
    margin: 0;
    padding: 0;
}

.anychart-credits {
    display: none;
}

.contact-form-content h2 {
    font-weight: 700;
    padding-bottom: 16px;
}

.contact-form .contact-form-input {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    background-color: #fff;
    padding: 0 30px;
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
    outline: none;
    margin-top: 20px;
}

.contact-form #contact-message {
    padding: 30px;
    width: 100%;
    height: 175px;
    border: 1px solid #ededed;
    outline: none;
    margin-top: 30px;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    background-color: #fff;
}

.our-contacts-right h2 {
    font-weight: 700;
    padding-bottom: 50px;
}

.our-contacts-history {
    padding-bottom: 15px;
}

.our-contacts-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.our-contacts-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.our-contacts-item i {
    color: #0060ac;
    font-size: 35px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 20px;
}

.our-contacts-item-text h3 {
    font-weight: 700;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.our-contacts-item:hover h3 {
    color: #0061ae;
}

.location iframe {
    width: 100%;
    height: 400px;
}

#google-map {
    width: 100%;
    height: 470px;
    border-radius: 10px;
    margin-top: 70px;
}

.background-footer-one {
    /*background-color: #edecff;*/
    /*background-size: cover;*/
}

.background-footer-two {
    background-color: #ededed;
}

.background-footer-three {
    position: relative;
    z-index: 1;
}

.background-footer-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/testimonial-bg.webp);
    background-color: #000;
    z-index: -1;
}

.footer-content-item {
    color: #fff;
    margin-top: 50px;
}

.background-footer-two .footer-content-item {
    color: #202020;
}

.footer-widget-title {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 50px;
}

.footer-col:nth-child(4n+1) a img {
    margin-bottom: 22px;
}

.footer-col:nth-child(4n+1) ul {
    margin-top: 35px;
}

.footer-content-item p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-align: justify;
}

.footer-content-item .footer-contact h4 {
    color: #fff;
    font-weight: 500;
}

.footer-contact p {
    font-weight: 100;
    padding-top: 11px;
}

.footer-content-item h4 {
    color: #dedede;
    font-weight: 600;
    font-size: 19px;
}

.background-footer-two .footer-content-item p {
    color: #202020;
}

.footer-content-item ul {
    padding-top: 15px;
}

.multile-link h4 {
    color: #fff;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 19px;
    padding-top: 10px;
}

.multile-link ul li::before {
    content: "\f054";
    font: 12px/1 FontAwesome;
    font-weight: 300;
    color: #fff;
    margin-right: 5px;
    margin-top: 10px;
    float: left;
}

.multile-link ul li a {
    position: relative;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
}

.multile-link {
    padding-top: 12px;
}

.multile-link ul li a:hover {
    color: #8dc143;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.multile-link ul li:hover::before {
    color: #8dc339;
}

.footer-content-item ul li a {
    position: relative;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
}

.background-footer-two .footer-content-item ul li a {
    color: #0060ad;
}

.footer-content-item ul li a:hover {
    color: #8cc638;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.footer-content-item ul li::before {
    content: "\f054";
    font: 12px/1 FontAwesome;
    font-weight: 300;
    color: #fff;
    margin-right: 5px;
    margin-top: 7px;
    float: left;
}

.footer-content-item ul li:hover::before {
    color: #8dc143;
}

.footer-content-item a img {
    width: 200px;
    margin-top: -18px;
    margin-bottom: 24px;
}

.footer-contact {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
}

.copy-right-area {
    background-color: #0e3554;
    padding: 10px;
}

.copy-right-text p {
    color: #fff;
    font-size: 10px;
    line-height: normal;
}

.footer-social {
    overflow: hidden;
}

.footer-social-title {
    display: inline-block;
    color: #fff;
    padding-right: 10px;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    font-size: 10px;
}

.footer-social ul {
    display: inline-block;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    font-size: 11px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-social ul li:nth-child(1) a {
    color: #3a559f;
}

.footer-social ul li:nth-child(2) a {
    color: #03a9f4;
}

.footer-social ul li:nth-child(3) a {
    color: #0077b7;
}

.footer-social ul li:nth-child(4) a {
    color: #dd4b39;
}

.footer-social ul li:nth-child(5) a {
    color: #bf338f;
}

.footer-social ul li a:hover {
    background-color: #ff4500;
    color: #fff;
}

.footer-social ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error-bg {
    background-image: url(../img/error-bg.webp);
    padding: 130px 0;
}

.error-content {
    text-align: center;
}

.error-content h2 {
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin-top: 9px;
}

.error-content img {
    width: 100%
}

.error-content p {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    padding-top: 56px;
}

.scroll-top {
    position: fixed;
    right: 4%;
    bottom: -50px;
    z-index: 111;
    -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
    box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
    display: block;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #0161ac;
    background-size: 200% auto;
    background-position: left center;
    color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.5s cubic-bezier(.645, .045, .355, 1);
    overflow: hidden;
    border: 0 solid;
}

.scroll-top:hover {
    background: #0a8aff;
}

.scroll-top:hover i {
    color: #fff;
}

@media only screen and (max-width:479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 60px;
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all 0.7s cubic-bezier(.645, .045, .355, 1);
    transition: all 0.7s cubic-bezier(.645, .045, .355, 1);
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px);
}

.scroll-top:hover {
    background-position: right center;
}

.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fa-long-arrow-up:before {
    content: "\f106";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

#coming-soon-hero {
    position: relative;
    z-index: 1;
}

.coming-soon-area:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #23235fe0;
}

.coming-soon-bg {
    background-image: url(../img/coming-hero.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.coming-soon-item {
    color: #fff;
}

.coming-soon-item h2 {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

.coming-soon-item p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding: 35px 0 50px;
}

.coming-soon-form {
    position: relative;
}

.coming-soon-form input {
    padding: 15px 20px 13px;
    width: 100%;
    font-size: 14px;
    color: #a8a8a8;
    font-weight: 400;
    border-radius: 5px;
    outline: none;
    border: none;
}

.coming-soon-form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 2px;
}

.countdown-all {
    color: #01fefe;
}

.syotimer {
    text-align: center;
}

.syotimer-cell {
    display: inline-block;
    font-weight: 600;
    margin: 0 35px;
}

.syotimer-cell__value {
    font-size: 60px;
    line-height: 55px;
    font-family: "Lobster", cursive;
}

.syotimer-cell__unit {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #01fefe;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
}

.soon-socials h3 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

.soon-socials a {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    width: 30px;
    background: #ff4500;
    color: #fff;
    padding: 8px 0;
    border-radius: 5px;
    margin: 15px 3px 0;
}

.privacy-padding {
    margin-top: 65px;
}

.single-privacy h2 {
    padding-bottom: 30px;
    font-weight: 500;
}

.single-privacy p {
    color: #565656;
}

#Process {
    padding: 70px 0 150px;
}

.Process-all {
    position: relative;
}

.process-icon:before {
    content: "\f078";
    font-family: "Font Awesome 5 free";
    position: absolute;
    font-weight: 900;
    right: -12px;
    bottom: -105px;
    font-size: 30px;
    color: #565656;
}

.Process-all:before {
    content: "";
    position: absolute;
    right: -9px;
    top: -19px;
    height: 20px;
    width: 20px;
    background: #ddd;
    border-radius: 50px;
}

.Process-all:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -90px;
    height: 90px;
    border-right: 2px dashed #565656;
}

.single-Process {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
}

.single-Process h2 {
    padding-bottom: 30px;
    font-weight: 500;
}

.single-Process p {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    color: #4e4e4e;
    text-align: justify;
    padding-bottom: 15px;
    padding-top: 30px;
}

.right-sides-process h3 {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    right: -42px;
    color: #fff;
    padding: 20px;
    background-color: #0060ad;
    background-image: -o-linear-gradient(135deg, #0060ad 0%, #0060ad 100%);
    background-image: linear-gradient(-45deg, #0060ad 0%, #0060ad 100%);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-animation: one-animated 10s infinite;
    animation: one-animated 10s infinite;
}

.left-sides-process h3 {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    left: -42px;
    color: #fff;
    padding: 20px;
    background-color: #8bc53f;
    background-image: -o-linear-gradient(135deg, #8bc53f 0%, #8bc53f 100%);
    background-image: linear-gradient(-45deg, #8bc53f 0%, #8bc53f 100%);
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    -webkit-animation: one-animated 10s infinite;
    animation: one-animated 10s infinite;
}

.right-sides-process {
    position: relative;
}

.left-sides-process {
    position: relative;
}

@-webkit-keyframes one-animated {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
        box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
        box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%
    }
}

@keyframes one-animated {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
        -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
        box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
        -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
        box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%
    }
}

@-webkit-keyframes two-animated {
    0% {
        border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
        -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
        box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
    }

    25% {
        border-radius: 40% 80% 30% 90%/72% 65% 35% 28%
    }

    50% {
        border-radius: 65% 35% 45% 55%/22% 48% 52% 78%;
        -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
        box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
    }

    75% {
        border-radius: 24% 76% 10% 90%/44% 68% 32% 56%
    }
}

@keyframes two-animated {
    0% {
        border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
        -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
        box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
    }

    25% {
        border-radius: 40% 80% 30% 90%/72% 65% 35% 28%
    }

    50% {
        border-radius: 65% 35% 45% 55%/22% 48% 52% 78%;
        -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
        box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
    }

    75% {
        border-radius: 24% 76% 10% 90%/44% 68% 32% 56%
    }
}

@-webkit-keyframes three-animated {
    0% {
        border-radius: 12% 88% 40% 40%/20% 15% 85% 80%;
        -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
        box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
    }

    25% {
        border-radius: 72% 28% 30% 90%/15% 46% 54% 85%
    }

    50% {
        border-radius: 12% 88% 40% 40%/20% 15% 85% 80%;
        -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
        box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
    }

    75% {
        border-radius: 18% 82% 10% 90%/24% 68% 32% 76%
    }
}

@keyframes three-animated {
    0% {
        border-radius: 12% 88% 40% 40%/20% 15% 85% 80%;
        -webkit-box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
        box-shadow: 15px 15px 50px rgba(0, 0, 0, .2);
    }

    25% {
        border-radius: 72% 28% 30% 90%/15% 46% 54% 85%
    }

    50% {
        border-radius: 12% 88% 40% 40%/20% 15% 85% 80%;
        -webkit-box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
        box-shadow: -10px -5px 50px rgba(0, 0, 0, .2);
    }

    75% {
        border-radius: 18% 82% 10% 90%/24% 68% 32% 76%
    }
}

.maintenance-all img {
    width: 100%
}

.maintenance-all h2 {
    font-weight: 600;
    padding: 10px 0 30px;
}

.maintenance-all h4 {
    font-weight: 500;
}

.reset-wrapper h2 {
    font-weight: 700;
}

.reset-wrapper h4 {
    padding: 30px 0 50px;
    font-weight: 500;
}

.reset-forms input:hover {
    border: 1px solid #ff4500;
}

.reset-forms input {
    width: 90%;
    font-size: 15px;
    padding: 15px;
    border-radius: 50px;
    outline: none;
    border: 1px solid #f0f0f0;
    background: none;
    -webkit-box-shadow: 0 10px 15px #d8d8d8;
    box-shadow: 0 10px 15px #d8d8d8;
}

.reset-forms button:hover {
    background: #f0f0f0;
    color: #000;
}

.reset-forms button {
    border: 0;
    border-radius: 50px;
    padding: 15px 25px;
    margin-top: 30px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.reset-social {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.reset-social li a:hover {
    background: #ff4500;
    border: 1px solid #ff4500;
    color: #fff;
}

.reset-social li a {
    font-size: 20px;
    height: 50px;
    width: 50px;
    background: none;
    margin: 5px 0;
    border-radius: 50px;
    color: #ddd;
    padding: 16px 17px;
    border: 1px solid #ddd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.reset-images img {
    width: 100%
}

.check-form {
    position: absolute;
    left: 15px;
    bottom: 20%
}

.reset-checkbox {
    position: relative;
}

.reset-checkbox h6:hover {
    color: #ff4500;
}

.reset-checkbox h6 {
    padding: 30px 70px 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.forms-btn-2:hover {
    background: #ff4500 !important;
    color: #fff !important;
}

.forms-btn-2 {
    background: none;
    color: #000;
    border: 1px solid #ff4500 !important;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.login-images {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.check-register {
    position: absolute;
    bottom: 13%
}

.digital-marketing-area {
    background-image: url(../img/home-4/form-market-bg.webp);
    background-size: cover;
    background-position: center;
}

.digital-marketing-area .section-border,
.digital-marketing-area .section-border::before,
.digital-marketing-area .section-border::after,
.digital-marketing-area .section-border span::before,
.digital-marketing-area .section-border span::after {
    background-color: #ff555c;
}

.marketing-forms-area {
    color: #fff;
    margin: -7px 0 0;
}

.digital-m-form {
    margin-top: 65px;
}

.digital-m-form button {
    position: absolute;
    right: 16px;
    bottom: 0;
    text-transform: uppercase;
    padding: 19px 19px;
    border: 1px solid #ff7000;
}

.digital-m-form .dig-form {
    font-size: 16px;
    color: #999;
    font-style: italic;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    position: relative;
    border: 1px solid #ff7000;
    outline: none;
}

.feature-area {
    position: relative;
    z-index: 2;
}

.feature-area .container {
    position: relative;
    z-index: 1;
}

.feature-area .container:before {
    position: absolute;
    content: "";
    height: 1740%;
    width: 2px;
    right: 0;
    background: #ff825c;
    top: -130%
}

.feature-area .section-border::before {
    background-color: #ff4500;
}

.feature-area .section-border span::before {
    background-color: #ff4500;
}

.feature-border {
    position: relative;
    z-index: 1;
}

.feature-border:before {
    position: absolute;
    content: "";
    height: 2200%;
    width: 2px;
    left: 0;
    background: #ff825c;
    top: -150%
}

.feature-dots-images img {
    -webkit-animation: bounce 18s;
    animation: bounce 18s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.feature-dots-images1 img {
    -webkit-animation: bounce 19s;
    animation: bounce 19s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.feature-dots-images2 img {
    -webkit-animation: bounce 22s;
    animation: bounce 22s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.feature-dots-images3 img {
    -webkit-animation: bounce 20s;
    animation: bounce 20s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.feature-dots-images4 img {
    -webkit-animation: bounce 15s;
    animation: bounce 15s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    animation-timing-function: cubic-bezier(.05, .05, .01, .05);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.feature-dots-images img:nth-child(1),
.feature-dots-images img:nth-child(2),
.feature-dots-images img:nth-child(3),
.feature-dots-images img:nth-child(4),
.feature-dots-images img:nth-child(5),
.feature-dots-images img:nth-child(6),
.feature-dots-images img:nth-child(7) {
    position: absolute;
    height: 20px;
    width: 20px;
    right: -8px;
    top: 25%
}

.feature-dots-images img:nth-child(2) {
    top: 170%
}

.feature-dots-images img:nth-child(3) {
    top: 490%
}

.feature-dots-images img:nth-child(4) {
    top: 665%
}

.feature-dots-images img:nth-child(5) {
    top: 1050%
}

.feature-dots-images img:nth-child(6) {
    top: 1340%
}

.feature-dots-images img:nth-child(7) {
    top: 1475%
}

.feature-dots-images1 img:nth-child(1),
.feature-dots-images1 img:nth-child(2),
.feature-dots-images1 img:nth-child(3),
.feature-dots-images1 img:nth-child(4),
.feature-dots-images1 img:nth-child(5),
.feature-dots-images1 img:nth-child(6),
.feature-dots-images1 img:nth-child(7),
.feature-dots-images2 img:nth-child(1),
.feature-dots-images2 img:nth-child(2),
.feature-dots-images2 img:nth-child(3),
.feature-dots-images2 img:nth-child(4),
.feature-dots-images2 img:nth-child(5),
.feature-dots-images2 img:nth-child(6),
.feature-dots-images3 img:nth-child(1),
.feature-dots-images3 img:nth-child(2),
.feature-dots-images3 img:nth-child(3),
.feature-dots-images3 img:nth-child(4),
.feature-dots-images3 img:nth-child(5),
.feature-dots-images3 img:nth-child(6),
.feature-dots-images4 img:nth-child(1),
.feature-dots-images4 img:nth-child(2),
.feature-dots-images4 img:nth-child(3),
.feature-dots-images4 img:nth-child(4),
.feature-dots-images4 img:nth-child(5),
.feature-dots-images4 img:nth-child(6),
.feature-dots-images4 img:nth-child(7) {
    position: absolute;
    height: 20px;
    width: 20px;
    left: -8px;
    top: 0;
}

.feature-dots-images1 img:nth-child(2) {
    top: 250%
}

.feature-dots-images1 img:nth-child(3) {
    top: 630%
}

.feature-dots-images1 img:nth-child(4) {
    top: 840%
}

.feature-dots-images1 img:nth-child(5) {
    top: 1350%
}

.feature-dots-images1 img:nth-child(6) {
    top: 1700%
}

.feature-dots-images1 img:nth-child(7) {
    top: 1920%
}

.feature-dots-images2 img:nth-child(1) {
    top: 100%
}

.feature-dots-images2 img:nth-child(2) {
    top: 310%
}

.feature-dots-images2 img:nth-child(3) {
    top: 670%
}

.feature-dots-images2 img:nth-child(4) {
    top: 798%
}

.feature-dots-images2 img:nth-child(5) {
    top: 1420%
}

.feature-dots-images2 img:nth-child(6) {
    top: 1720%
}

.feature-dots-images3 img:nth-child(1) {
    top: -65%
}

.feature-dots-images3 img:nth-child(2) {
    top: 162%
}

.feature-dots-images3 img:nth-child(3) {
    top: 620%
}

.feature-dots-images3 img:nth-child(4) {
    top: 770%
}

.feature-dots-images3 img:nth-child(5) {
    top: 1305%
}

.feature-dots-images3 img:nth-child(6) {
    top: 1690%
}

.feature-dots-images4 img:nth-child(1) {
    top: 30%
}

.feature-dots-images4 img:nth-child(2) {
    top: 290%
}

.feature-dots-images4 img:nth-child(3) {
    top: 630%
}

.feature-dots-images4 img:nth-child(4) {
    top: 830%
}

.feature-dots-images4 img:nth-child(5) {
    top: 1400%
}

.feature-dots-images4 img:nth-child(6) {
    top: 1700%
}

@keyframes bounce {
    from {
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 400px, 0);
        transform: translate3d(0, 400px, 0);
    }
}

@-webkit-keyframes bounce {
    from {
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 400px, 0);
        transform: translate3d(0, 400px, 0);
    }
}

.feature-area .section-content {
    position: relative;
}

.feature-area .section-content::before {
    position: absolute;
    content: "Feature";
    left: 0;
    top: -40px;
    font-size: 90px;
    color: #202020;
    font-weight: 700;
    z-index: 5;
    opacity: .5;
}

.feature-item {
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .04));
    background-color: #fff;
    border-bottom: 3px solid #fff;
    padding: 50px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature-item:hover {
    -webkit-box-shadow: 0 0 10px #0922c1a9;
    box-shadow: 0 0 10px #0922c1a9;
    border-color: #ff4500;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.feature-border:nth-child(1) .feature-item::before {
    background-image: url(../img/home-6/feature-hbg1.webp);
}

.feature-border:nth-child(2) .feature-item::before {
    background-image: url(../img/home-6/feature-hbg2.webp);
}

.feature-border:nth-child(3) .feature-item::before {
    background-image: url(../img/home-6/feature-hbg3.webp);
}

.feature-border:nth-child(4) .feature-item::before {
    background-image: url(../img/home-6/feature-hbg4.webp);
}

.feature-item:nth-child(1)::before,
.feature-item:nth-child(2)::before,
.feature-item:nth-child(3)::before,
.feature-item:nth-child(4)::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.feature-item::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    background: #0c146ba9;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-item:hover:after,
.feature-item:hover::before {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.feature-item:hover h3,
.feature-item:hover p {
    color: #fff;
}

.feature-item:hover img {
    -webkit-filter: invert(36%) sepia(100%) saturate(2186%) hue-rotate(195deg) brightness(101%) contrast(105%);
    filter: invert(36%) sepia(100%) saturate(2186%) hue-rotate(195deg) brightness(101%) contrast(105%);
}

.feature-item h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    padding: 22px 0 27px;
}

.feature-item p {
    font-size: 16px;
    line-height: 24px;
}

.digital-agency-img img {
    position: relative;
    z-index: 2;
}

.digital-agency-wrapper .section-border::before {
    background-color: #ff4500;
}

.digital-agency-wrapper .section-border span::before {
    background-color: #ff4500;
}

.digital-agency-wrapper p {
    padding-top: 50px;
}

.align-middle:nth-child(2n+1) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.choose-us-area .section-border::before {
    background-color: #ff4500;
}

.choose-us-area .section-border span::before {
    background-color: #ff4500;
}

.why-choose-all {
    padding-top: 50px;
}

.why-choose-only-text {
    padding-bottom: 20px;
}

.why-choose-single-content {
    margin-top: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
    padding: 20px 30px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    z-index: 2;
}

.why-choose-single-content:hover {
    background-color: #0921c1;
}

.why-choose-single-content:hover .why-choose-text h3,
.why-choose-single-content:hover .why-choose-text p {
    color: #fff;
}

.why-choose-images {
    background: #ff4500;
    border-radius: 50px;
    height: 55px;
    width: 95px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    line-height: 52px;
    border: 2px solid #ffa07d;
}

.why-choose-text h3 {
    padding-bottom: 10px;
}

.why-choose-out-container img {
    width: 120%;
    z-index: 2;
    position: relative;
}

.custome-link {
    padding: 7px 0 0 0;
    color: #0060ad;
    font-size: 14px;
}

.custome-link i {
    font-size: 12px;
}

.biz-home-services {
    position: relative;
    padding: 30px 0 0 0;
}

.biz-home-single-service {
    padding: 5px 5px;
    margin-bottom: 50px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .07));
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.3s ease-in;
}

.service-style-one {
    position: relative;
    padding: 0 0 0 60px;
}

.service-style-one i {
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 0.3s ease-in;
}

.service-style-one img {
    position: absolute;
    top: 10px;
    width: 13%;
    left: 0;
    transition: all 0.3s ease-in;
}

.home-service-text h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 22px;
}

.home-service-text p {
    font-size: 13px;
    line-height: 19px;
    color: #4e4e4e;
    font-weight: 300;
    padding: 7px 0 10px 0;
}

.home-service-text .more-link {
    font-size: 13px;
    color: #0060ad;
}

.icolor-1 i,
.text-success {
    color: #9bcf50 !important;
}

.home-service-text i:before {
    font-size: 40px;
    line-height: 40px;
}

.home1.pricing .single-item {
    padding-top: 25px;
    padding-bottom: 23px;
    box-shadow: 3px 5px 24px rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
}

.home1.pricing .single-item span {
    display: inline-block;
    line-height: 30px;
    background: var(--dark);
    color: var(--white);
    text-transform: capitalize;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 0 8px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    position: absolute;
    top: 30px;
    left: 0;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.home1.pricing .single-item h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 19px;
    color: #1c1c25;
    padding-top: 15px;
    padding-bottom: 10px;
}

.home1.pricing .single-item a {
    display: inline-block;
    font-size: 12px;
    font-family: var(--heebo);
    font-weight: 400;
    line-height: 33px;
    padding: 0 15px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    color: var(--white);
    background: #0060ad;
    text-transform: capitalize;
    margin-top: 25px;
}

.home1.pricing .single-item ul li {
    padding-top: 10px;
    border-bottom: 1px solid #dedede9c;
    padding-bottom: 10px;
    font-size: 14px;
}

.inner-hero .inner-text p {
    color: #fff;
    padding-top: 20px;
    font-size: 13px;
    padding-left: 8px;
}

.bsnav-mobile.in ul li {
    color: #000;
    padding-top: 3px;
    padding-bottom: 3px;
}

.bsnav-mobile.in {
    pointer-events: initial;
    z-index: 1000;
}

.bsnav-mobile.in ul li a {
    font-size: 15px;
}

.services-details-h5 {
    font-size: 13px;
    padding: 5px 10px 0 0;
    line-height: 20px;
    color: #4c4c4c;
    font-weight: 400;
}

.product ul li {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 20px;
    padding-left: 23px;
    color: #4e4e4e;
    padding-bottom: 10px;
}

.product ul li i {
    color: #0060ad;
    font-size: 14px;
    padding-right: 8px;
    font-weight: 300;
    margin-left: -22px;
}

.contact-form-content .btn-m5 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: 0.5s;
    padding: 15px 9px;
    margin-top: 25px;
}

#service_query .btn-m5 {
    background-color: #0060ad;
}

.contact-form-content .btn-m5:hover {
    background: #0060ad;
    color: #fff;
    border-color: #fff;
    transition: 0.5s;
}

.about-option-box {
    padding: 30px;
    text-align: left;
    box-shadow: 0 15px 15px 0 rgba(8, 18, 109, .1) !important;
    width: 80%;
    margin-top: 20px;
}

.about-option-box h3 {
    color: #707070;
    font-size: 14px;
}

.about-option-box h3 {
    color: #0061ae;
    font-size: 18px;
}

.ml-70 {
    margin-left: 70px;
}

.ams_team .card {
    margin-top: 30px;
    border: unset;
}

.ams_team .card-body {
    padding: 0;
}

.ams_team .card img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
}

.ams_team .card .card-title {
    text-align: center;
    font-size: 14px;
    padding: 20px 0 0 0;
    margin: 0;
    line-height: 9px;
    color: #565656;
}

.ams_team .card h6 {
    text-align: center;
    color: #4e4e4eab;
    font-size: 11px;
    text-transform: capitalize;
    font-family: sans-serif;
}

.services-heading-h6 {
    line-height: 19px;
    padding-bottom: 30px;
}

@media (max-width:480px) {
    .biz-home-single-service {
        margin: 0px 20px;
    }

    .biz-home-single-service {
        padding: 0px;
    }

    .copy-right-text {
        text-align: center;
    }

    .footer-social {
        text-align: center !important;
    }

    .history-list-item {
        padding: 58px 5px;
    }

    .about-team-information-area.pt-130 {
        padding-top: 0px !important;
    }

    .single-Process {
        padding: 16px;
    }

    .rervices-r {
        width: 100%
    }

    .single_logo {
        width: 100%
    }

    .biz-home-services {
        text-align: -webkit-center;
    }

    .service-img {
        border-top: 5px solid #169eff;
    }

    .home-service-text {
        text-align: left;
        padding: 14px 14px;
        border-bottom: 5px solid #8bc53f;
    }

    .hero-left-content {
        padding-top: 15px;
    }

    .right-sides-process h3 {
        right: -16px;
        top: 0;
    }

    .left-sides-process h3 {
        left: -40px;
        top: 0;
    }

    .inner-title {
        font-size: 30px;
        line-height: 60px;
    }
}

.navbaar-menu-top {
    min-width: 400px;
    min-height: auto;
}

.contact-form-content .spinner {
    width: 1.9rem;
    height: 1.9rem;
    position: absolute;
    top: 29px;
    right: 70px;
    display: inline-block;
    border: 3px solid #dddf00;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: spin 1s infinite;
    transform: translate(10px, 20px);
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
        border-top-color: #fcab41;
        border-bottom-color: #80ffdb;
        border-right-color: transparent;
        border-left-color: transparent;
    }

    100% {
        transform: rotate(360deg);
    }
}

.top {
    margin-top: 100px;
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.marketo {
    box-shadow: 0 15px 15px 0 rgb(8 18 109 / 10%);
    padding: 20px;
    transition: 500ms;
    border-radius: 20px;
}

@media (min-width:1200px) {
    .col-lg-2 {
        width: 16.66666667%
    }

    .services-six-right {
        top: -20px;
    }
}

.icon-1 i {
    animation: marke1 2s 5000ms infinite linear;
}

.marketo i {
    font-size: 50px;
    background: -webkit-linear-gradient(#9c00ff, #4800ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 500ms;
}

.marketo p {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    line-height: 25px;
    font-family: sans-serif !important;
}

.contact-btn {
    margin: 24px 0;
    color: #fff !important;
    border-color: transparent;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 600 !important;
    background-image: linear-gradient(to right, #5f4ef8, #9d2ef1);
    padding-top: 16px !important;
    padding-right: 32px !important;
    padding-bottom: 16px !important;
    padding-left: 32px !important;
    box-shadow: 0 15px 30px 0 rgb(8 18 109 / 50%);
    transition: .5s;
}

.mb-5 {
    margin-bottom: 50px;
}

.content {
    padding: 10px 0;
}

@media (max-width:480px) {
    .head-msg {
        width: 50%
    }

    .head-icon {
        width: 50%
    }
}

#hero-top {
    position: relative;
    background-image: url(../img/ams_banner.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.small-content {
    font-size: 12px;
    color: #b2a8a8;
}

.job-box {
    padding: 20px;
    margin: 20px 0;
    transition: 500ms;
    box-shadow: 0 15px 15px 0 rgb(8 18 109 / 10%);
}

.job-box:hover {
    color: #206dfb;
    box-shadow: 0 0 24px 5px rgb(0 0 0 / 10%);
}

.job-box h6 {
    color: #206dfb;
    font-weight: 700;
    font-size: 12px;
}

.job-box p {
    color: #888;
    font-size: 13px;
}

.job-box h3 {
    font-size: 23px;
    font-weight: 400;
    margin: 2px 0 16px 0;
}

.apply-btn {
    background-color: #3a5dff;
    padding: 8px;
    width: 100px;
    color: #fff;
    border: none;
    outline: none;
    margin-top: 12px;
    transition: 500ms;
    font-size: 14px;
    font-weight: 700;
}

.apply-form-input form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.job-content h3 {
    color: #206dfb !important;
    margin-bottom: 20px !important;
}

.modal-content h3 {
    color: #1a252b;
    font-size: 16px;
    margin-top: 1px;
    line-height: 18px;
    margin-bottom: 13px;
}

.job-content h6 {
    font-size: 16px;
    margin-bottom: 20px;
}

.job-content p {
    color: #888;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
}

.modal-content {
    width: 700px;
}

@media (max-width :480px) {
    .modal-content {
        width: 100%
    }
}

.modal {
    background: #4902ff;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.portfolio-btn {
    padding: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    width: 150px;
    transition: 500ms;
    margin-top: 20px !important;
}

#services-details h3 {
    font-weight: 400;
    padding-bottom: 19px;
}

.list li {
    list-style-type: disc !important;
    color: #766f6f;
    padding: 10px 0;
    line-height: 22px;
}

.cookie-head {
    padding: 21px 0;
}

.cookie-subhead {
    font-weight: 700;
    padding: 8px 0;
}

.section_plan {
    background-color: #674af6;
}

.custom-table {
    border-collapse: collapse;
    width: 100%;
    border: solid 1px silver;
    font-size: 11px;
}

.custom-table tr:nth-child(odd) {
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.custom-table th {
    color: navy;
}

.side_quote {
    background: #7145f6;
    padding: 20px;
    padding-top: 1px;
    padding-left: 20px;
}

.side_quote h3 {
    color: #fff;
    text-align: center;
}

.side_quote p {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.side_services_section {
    text-align: center;
    margin-top: 30px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    padding-bottom: 10px;
    padding-top: 1px;
}

.side_services_section ul {
    padding-left: 0;
}

.side_services_section ul li {
    border-bottom: 1px solid #ececec70;
    text-align: left !important;
    padding-bottom: 6px;
    padding-top: 6px;
}

.side_services_section ul li a {
    padding-left: 20px;
    color: #000;
    font-size: 15px;
}

.service-description-section {
    margin: 70px 0;
}

.custom-table th,
.custom-table td {
    text-align: left;
    padding: 13px;
    border: solid 1px silver;
}

.price th {
    background: #32c937;
    color: #fff;
}

.page-header {
    background-color: #f4f4f4bf;
}

.tbtn {
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 100 !important;
    cursor: pointer;
}

.toggler1 td {
    background-color: #fefefe !important;
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

.price th {
    background: #32c937;
    color: #fff;
}

.toggler1 td {
    background-color: #fefefe !important;
    color: black !important;
    font-weight: 500 !important;
    font-size: 12px !important;
}

.toggler1 tr {
    background-color: #fff !important;
}

.custom-table th,
.custom-table td {
    text-align: left !important;
    padding: 8px !important;
    border: solid 1px #c0c0c0 !important;
    font-size: 12px !important;
}

.page-header {
    background-color: #f4f4f4bf !important;
}

.page-header {
    padding-bottom: 9px !important;
    margin: 40px 0 20px !important;
    border-bottom: 1px solid #eee !important;
}

.mian-content {
    background: #0062ae none repeat scroll 0 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #fff;
}

.mian-content .carousel-inner .carousel-item h1 {
    margin: 150px 0;
}

#hero-top a {
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #134c7a;
    border: 1px solid #000;
    background: #fff;
}

#hero-top a:hover {
    background: #169eff;
    color: #fff;
    transition: 0.3s;
}

#mobser {
    display: none;
}

#mobser img {
    width: 60px;
}

@media (max-width:480px) {
    #mobser {
        display: block;
    }

}

#mobser .home-service-text h5 {
    margin-left: 10px;
}

#mobser .home-service-text p {
    margin-left: 10px;
}

#mobser .home-service-text a {
    margin-left: 10px;
}

.inner-list {
    margin-left: 47px !important;
}

.partner-head h1 {
    font-size: 2em;
    font-weight: 400;
    text-align: center;
}

.partner-head p {
    text-align: center;
    margin: 16px 0;
    font-size: 17px;
}

.partner-icon img {
    width: 100%
}

.partner-txt h2 {
    font-size: 21px !important;
    font-weight: 500 !important;
    text-align: justify !important;
    line-height: 24px;
}

.inner-txt p {
    font-size: 15px;
    padding: 22px 0;
    text-align: justify;
}

.partners-card {
    padding: 18px;
}

.m-tb-54 {
    margin: 54px 0;
}

.partner-cta {
    background: #034a820d;
    border-radius: 3px;
    text-align: center;
    padding: 66px 18px;
}

.partner-cta h2 {
    font-weight: 500;
    font-size: 26px;
}

.partner-cta p {
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
}

.partner-cta button {
    border: none;
    background: #0060af;
    color: #fff;
    padding: 10px 15px;
    margin-top: 25px;
    font-weight: 300;
    border-radius: 5px;
}

.flex-txt h3 {
    padding: 9px 0;
    font-size: 23px;
}

.main-partner-card:hover {
    background: #0c5490c9;
    transition: 0.3s;
}

.main-partner-card:hover .card-img i {
    color: #fff;
    transition: 0.3s;
}

.main-partner-card:hover .card-content .card-title {
    color: #fff;
    transition: 0.3s;
}

.main-partner-card:hover .card-content .card-text {
    color: #fff;
    transition: 0.3s;
}

.main-partner-card {
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 1px #999;
}

.main-partner-card .card-title {
    font-weight: 500;
}

.main-partner-card .card-text {
    padding: 18px 0;
}

.main-partner-card .card-img i {
    text-align: center;
    font-size: 67px;
    color: #044a83;
    padding: 26px 0;
}

.main-partner-card .card-img {
    text-align: center;
}

.gallery-txt h5 {
    font-weight: 500;
    font-size: 14px;
}

.gallery-txt p {
    line-height: 16px;
    padding: 5px 0;
    font-size: 11px;
}

.gallery-img img {
    border-radius: 8px;
}

.gallery-txt a:hover h5 {
    text-decoration: underline;
}

.gllery-main .gallery-img a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gllery-main .gallery-img a:before {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition: all 0.3s ease-in-out 0s;
}

.gllery-main .gallery-img a:hover:before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%
}

.common-heading {
    text-align: center;
    padding: 35px 0;
}

.social-pg-heading {
    font-size: 18px !important;
    font-weight: 500 !important;
    padding-bottom: 20px !important;
    margin-left: -55px;
    padding-top: 80px !important;
}

.enquiry-form-msg {
    color: #5f9d39;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
}

.text-weight-500 {
    font-weight: 500 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.seo-other-services .side-bar ul li a {
    color: #fff !important;
}

/*seo-demo*/
.google-review-txt h3 {
    text-align: center;
    color: #443f35;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}

.small-txt {
    font-size: 15px !important;
    color: #727272 !important;
}

.contact-form-content img {
    width: 136px;
    margin-bottom: 22px;
}

.customer-registration-form {
    border: 1px solid #dedede;
    padding: 14px 14px;
}

.sub-head-customer {
    font-weight: bold;
    padding-bottom: 6px;
    font-size: 14px;
    color: #5c5c5c;
}

.customer-radio label {
    padding: 6px 0;
    font-size: 15px;
}

.next-customer {
    padding: 8px 20px;
    border: none;
    background: #005fac;
    margin: 12px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.custo {
    padding-bottom: 18px;
}

.customwe-city-sec {
    padding: 9px 0;
}

.customwe-city-sec label {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 4px;
}

.terms-check {
    padding-top: 20px;
    font-size: 13px;
    font-weight: 700;
}

.sub-edt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.fa-edit {
    position: relative;
}

.fa-edit:hover .edit {
    visibility: visible;

}

.fa-edit .edit {
    visibility: hidden;
    position: absolute;
    color: #9b9999;
    top: -18px;
    left: -18%;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 600;
}

.why-choose-title {
    font-size: 53px;
    line-height: 66px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 28px;
}

.why-box {
    text-align: center;
    display: inline-block;
    padding: 13px 12px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #8bc53f;
    background: #fff;
    width: 100%;
    height: 87%;
}

.why-box img {
    width: 50%;
}

.why-box p {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.why-col {
    border-right: 1px solid #d5d5d51a;
}

.services-provide {
    font-size: 38px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 28px;
}

.service-sec .service-style-one img {
    position: unset;
}

.service-sec .service-style-one {
    padding: 0 0 0 0px;
}

.service-img img {
    width: 100%;
}

.service-sec .biz-home-single-service {
    padding: 0px;
    background: none;
}

.service-sec .biz-home-single-service:hover .service-img img {
    transform: scale(1.1);
    transition: 0.3s;
    overflow: hidden;
}

.service-img {
    overflow: hidden;
}

.service-sec .home-service-text {
    padding: 12px 10px;
}

.service-sec .service-img {
    border-top: 5px solid #169eff;
    margin-bottom: 1px;
}

.service-sec .home-service-text {
    border-bottom: 5px solid #8bc53f;
    background: #fff;
}

.service-sec .home-service-text h5 {
    font-size: 21px;
}

.service-sec .home-service-text p {
    font-size: 16px;
}

.know-btn {
    text-align: center;
    /*margin-bottom: 30px;*/
    padding-bottom: 30px;
}

.know-btn button {
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #134c7a;
    border: 1px solid #000;
}

.know-btn button:hover {
    background: #169eff;
    color: #fff;
    transition: 0.3s;
}

.box-shade {
    box-shadow: 1px 9px 74px rgb(5 11 38 / 10%);
    padding: 54px 54px;
}

.sign-up-form-header {
    background: #0060af;
    color: #fff;
    padding: 27px 50px;
    margin: 0px;
}

.sign-up-form-header h3 {
    padding: 0px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.sign-up-form-wrap form {
    padding: 0 30px !important;
}

.ser-list ul li:before {
    content: "\002022";
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 0;
    color: #fff;
    margin: 0;
    left: calc(-1em - 10px);
    position: absolute;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: initial;
}

.ser-list ul li {
    color: #fff;
    line-height: 28px;
    font-size: 15px;
    text-transform: capitalize;
    padding-bottom: 14px;
}

.g-recaptcha {
    width: 100%;
}

.footer-area {
    background-image: url(../img/team.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
    position: relative;
}

.footer-contact p a {
    color: #fff !important;
}

.footer-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(6 75 131 / 94%);
}

/*@media(max-width: 480px){*/
.ss-ll {
    display: unset;
}

.box-shade {
    padding: 10px 10px;
}

.war-head {
    background: #0060af;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}

.war-body {
    text-align: center;
    padding: 10px 10px;
    background: #2975b3f0;
}

.war-body p {
    color: #fff;
    font-size: 16px;
}

.war-head {
    background: #0060af;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}

.inner-hero .inner-text a {
    color: #25d366;
}

.most-important-points {
    padding: 25px 0;
}

.imp-list li {
    font-size: 15px;
    line-height: 22px;
    position: relative;
    padding: 8px 0px;
    padding-left: 15px;
    color: #000000;
}

.most-important-heading p {
    font-size: 15px !important;
    line-height: 22px !important;
    position: relative !important;
    color: #000000 !important;
}

.imp-list .bold {
    font-weight: 700;
    font-size: 18px;
    padding-right: 6px;
    color: #282828;
}

.services-content-head p {
    font-size: 15px !important;
    line-height: 22px !important;
    /*color: #000 !important;*/
}

.service-banner {
    position: relative;
}

.service-banner .serv-ban-cnt {
    position: absolute;
    top: 28%;
    left: 5%;
    width: 49%;
}

.service-banner .serv-ban-cnt h1 {
    font-size: 70px;
    line-height: 78px;
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
}

.breadcrum {
    position: absolute;
    top: 93%;
    left: 6%;
}

.breadcrum a {
    color: #25d366;
    font-weight: 600;
}

.breadcrum li {
    color: #fff;
    font-weight: 500;
}

.imp-list li img {
    width: 14px;
    transform: translate(-19px, 4px);
    position: absolute;
}

.service-banner.serv-desktop img {
    width: 100%;
}

/*new services column*/

.services-block-three {
    margin-bottom: 30px;
}

.services-block-three i {
    font-size: 32px;
}

.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;

}

.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #25d366;
    border-right: 2px solid #25d366;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.padding-15px-bottom {
    padding-bottom: 15px;
}

.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}

.services-block-three p {
    margin-bottom: 0;
    color: #757575;
}

.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}

a:hover,
a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three>a:hover:before,
.services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}

.service-new-icon i {
    color: #0260aa;
}