.logo-bnner {
    padding: 80px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: relative;
}


.logo-bnner .banner-sec {
    height: 800px;
    position: relative;
    overflow: hidden;
    padding: 170px 0 87px;
    background-image: url(../images/logos-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    top: -80px;
    background-position: right;
}

.banner-pic {
    position: relative;
    z-index: 1;
}

.banner-pic .hover-effect-bann .row {
    position: absolute;
    top: -240px;
    right: 0vh;
    width: 960px;
    -webkit-transform: rotateX(70deg) rotateZ(25deg) scale(1.2);
    transform: rotateX(67deg) rotateZ(27deg) scale(1.2);
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.banner-pic .hover-effect-bann .ItemCard,
.banner-pic .hover-effect-bann .ItemCard__thumb,
.banner-pic .hover-effect-bann .column,
.banner-pic .hover-effect-bann .row {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.banner-pic .hover-effect-bann.web-hov-change .column:hover .ItemCard__dest,
.banner-pic .hover-effect-bann.web-hov-change .column:hover .ItemCard__thumb img {
    -webkit-transform: translate3d(0, 0, 50px) rotateX(0);
    transform: translate3d(0, 0, 50px) rotateX(0)
}

.banner-pic .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.banner-pic .hover-effect-bann .column {
    width: 50%;
    max-width: 22%;
    padding: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.banner-pic .ItemCard {
    position: relative;
    max-width: 510px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-pic .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-pic .ItemCard__thumb {
    position: relative;
    padding: 0;
}

.banner-pic .hover-effect-bann .ItemCard__thumb img {
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
    transition: transform .3s cubic-bezier(.165, .84, .44, 1);
    transition: transform .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translate3d(0, 0, 20px);
    transform: translate3d(0, 0, 20px);
    -webkit-animation: 1.5s cubic-bezier(.165, .84, .44, 1) levitate 2;
    animation: 1.5s cubic-bezier(.165, .84, .44, 1) levitate 2;
}

.banner-pic .ItemCard__thumb img {
    display: block;
    cursor: pointer;
}

.banner-pic img {
    width: 100%;
}

.banner-pic .hover-effect-bann .shadow {
    display: block;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    opacity: .9;
    background-color: rgb(76 76 76 / 10%);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    -webkit-animation: 1.5s cubic-bezier(.165, .84, .44, 1) shadow 2;
    animation: 1.5s cubic-bezier(.165, .84, .44, 1) shadow 2;
}

@-webkit-keyframes levitate {
    0% {
        -webkit-transform: translate3d(0, 0, 20px);
        transform: translate3d(0, 0, 20px)
    }

    50% {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 20px);
        transform: translate3d(0, 0, 20px)
    }
}

@keyframes levitate {
    0% {
        -webkit-transform: translate3d(0, 0, 20px);
        transform: translate3d(0, 0, 20px)
    }

    50% {
        -webkit-transform: translate3d(0, 0, 1px);
        transform: translate3d(0, 0, 1px)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 20px);
        transform: translate3d(0, 0, 20px)
    }
}


@-webkit-keyframes shadow {
    0% {
        opacity: .9;
        background-color: rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px 1px rgba(243, 243, 243, 0.1)
    }

    50% {
        opacity: 1;
        background-color: rgba(0, 0, 0, .18);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .18)
    }

    100% {
        opacity: .9;
        background-color: rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.1)
    }
}

@keyframes shadow {
    0% {
        opacity: .9;
        background-color: rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.1)
    }

    50% {
        opacity: 1;
        background-color: rgba(0, 0, 0, .18);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .18)
    }

    100% {
        opacity: .9;
        background-color: rgba(0, 0, 0, .1);
        box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.1)
    }
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__dest,
.banner-pic .hover-effect-bann .column:hover .ItemCard__thumb img {
    -webkit-transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
    transform: translate3d(0, 0, 45px) rotateX(-12deg) rotateY(20deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.banner-pic .hover-effect-bann.web-hov-change .column:hover .ItemCard__dest,
.banner-pic .hover-effect-bann.web-hov-change .column:hover .ItemCard__thumb img {
    -webkit-transform: translate3d(0, 0, 50px) rotateX(0);
    transform: translate3d(0, 0, 50px) rotateX(0)
}

.banner-pic .hover-effect-bann .column:hover .ItemCard__thumb .shadow {
    opacity: .6;
    background-color: rgba(188, 188, 188, 0.1);
    box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.1)
}

.ban-txt h4 {
    font-size: 25px;
    color: #09afa1;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
    font-family: 'Quicksand';
}

.ban-txt .main-heading {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.ban-txt .main-pera {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Quicksand';
    line-height: 25px;
}

.website_bnr .ban-txt li {
    width: 40%;
}

.ban-txt li {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    line-height: .95em;
    margin-top: 12px;
    position: relative;
    padding-left: 23px;
    font-family: 'Quicksand';
}

.ban-txt li:before {
    width: 12px;
    height: 12px;
    background: #09afa1;
    display: block;
    content: "";
    border-radius: 15px;
    position: absolute;
    left: 1px;
    top: 3px;
}

.ban-txt ul {
    padding-top: 15px;
}

section.secndwrp a:hover {
    color: #09afa1;
}

.txtwrp h4 {
    font-family: 'Quicksand';
    font-size: 25px;
    font-weight: 700;
    color: #09afa1;
}

.txtwrp p {
    font-size: 16px;
    font-family: 'Quicksand';
    font-weight: 700;
}

section.secndwrp a:hover {
    color: #09afa1;
}

.port-box {
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    height: 350px;
}

.port-box98699 img {
    width: 340px;
    height: 310px;
    object-fit: cover;
    border-radius: 15px;
    background: #fff;
}
.port-box98699 {
    transition: 1s cubic-bezier(.51, .92, .27, .96) !important;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.port-box98699:hover {
    transform: scale(1.05);
}

.porfolio_new_sec .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    border-color: unset;
    background-image: -webkit-linear-gradient(0deg, rgb(1 82 120) 0%, rgb(10 179 163) 100%);
    border-radius: 0px 10px 0px 10px;
}

.porfolio_new_sec .nav-tabs .nav-link {
    background: #ffffff;
    font-family: 'Quicksand';
    border: unset;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0 / 16%);
    padding: 10px 45px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px 0px 10px 0px;
    color: #000;
}
.porfolio_new_sec .nav-tabs {
    border-bottom: unset;
    justify-content: space-evenly;
    padding: 13px 0 50px;
}
section.porfolio_new_sec {
    padding: 100px 0;
}

section.portfoliowrp {
    padding: 70px 0;
    background: #f9f9f9;
}

.port-box:hover img {
    transform: translateY(calc(-100% + 350px));
    transition: transform 2s ease-in 0s;
}

section.portfoliowrp .txtwrp {
    text-align: center;
}

.ser-port.current.tabs-custm-web.wbport {
    padding: 50px 0 20px;
}

section.portfoliowrp a:hover {
    color: #09afa1;
}

section.portfoliowrp .btnwrp {
    display: flex;
    justify-content: center;
}

.countrwrp {
    padding: 70px 0 70px;
    display: block;
    text-align: center;
    background-image: url(../images/banner121.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    width: 100%;
}

.countrwrp .mainwrp span {
    color: #09afa1;
    font-size: 56px;
    font-weight: 700;
    font-family: 'Quicksand';
}

.countrwrp .mainwrp {
    margin: 40px 0;
}

.countrwrp .mainwrp h6 {
    font-size: 22px;
    font-family: 'Quicksand';
    font-weight: 600;
}

section.main-services-banner-sec .ban-txt li {
    width: 40%;
    margin-top: 22px;
}

/* digital markiting page started */

.main-services-banner-sec {
    overflow: hidden;
    padding: 80px 0 80px 0;
    background-image: url(../images/3d-ban.webp);
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: center;
}

.object2 {
    position: absolute;
    right: -30%;
    top: 40%;
    width: 50%;
    -webkit-transform: translate(-40%, -30%);
    transform: translate(-40%, -30%);
    animation-name: spinner5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

.main-services-banner-sec .imgbox .hvrimg {
    width: 50%;
    position: relative;
    top: -30px;
    left: 20px;
}

.main-services-banner-sec {
    overflow: hidden;
    padding: 180px 0 80px 0;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: center
}

.object3 {
    position: absolute;
    right: -50%;
    bottom: -40%;
    width: 100%;
    -webkit-transform: translate(-40%, -30%);
    transform: translate(-40%, -30%);
    animation-name: spinner5;
    animation-duration: 15s;
    animation-iteration-count: infinite
}

.main-services-banner-sec .imgmain li {
    display: inline-block;
    margin: 15px 35px 0 0;
}

li.heading {
    color: #09afa1 !important;
    font-size: 24px !important;
    line-height: 25px !important;
}

li.heading {
    padding-left: 0 !important;
    padding-bottom: 9px;
}

li.heading:before {
    content: "";
    display: none !important;
}

/* digital markiting page end */


/* MOBILE APPLICATION page started  */

.apps_mob .btnwrp a:hover {
    color: #09afa1;
}

/* mobile application page end */

/* about us page started  */

.about_banner {
    background-image: url(../images/abt3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 170px;
    background-position: initial;
    overflow: hidden;
    position: relative;
}

section.professional {
    padding-top: 3%;
    padding-bottom: 2%;
    text-align: center;
}

section.professional .primary_main h2 {
    width: 100%;
    margin: auto;
    color: #222;
    font-size: 40px;
    padding: 0 0 20px;
    font-weight: 700;
    font-family: 'Quicksand';
}

.primary_main .main-pera {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Quicksand';
}

.prof_box {
    width: 220px;
    border-right: 1px solid #d2d2d2;
    transition: .5s;
    margin: 50px 0 0;
}

.prof_box img {
    width: 55px;
    margin-bottom: 30px;
}

.prof_box p {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Quicksand';
}

.hk_bor {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.info_part {
    text-align: left;
}

.info_part p {
    font-size: 18px;
    color: #505050;
    font-weight: 600;
    text-align: left;
    width: 260px;
    margin-top: 20px;
    font-family: 'Quicksand';
}

.icoo {
    display: inline-block;
}

.info_part i {
    font-size: 60px;
    color: #09afa1;
    margin-right: 20px;
}

.freee {
    display: inline-block;
}

.info_part h4 {
    font-size: 18px;
    color: #09afa1;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 15px;
    font-family: 'Quicksand';
    font-weight: 700;
}

.info_part a {
    color: #2a2a2a;
    font-size: 22px;
}

/* about us page end */


/* popup */

.popup-head {
    margin-bottom: 2rem;
}

.popup-head h5 {
    color: #FFFFFF;
    font-size: 33px;
    font-weight: 200;
    margin-bottom: 0;
}

.popup-head h4 {
    color: #FFFFFF;
    font-size: 65px;
    font-weight: 300;
    line-height: 70px;
}

.started_popup_sec input {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 20px;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'Quicksand';
    font-weight: 600;
}

.started_popup_sec textarea {
    height: 110px;
    resize: none;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 15px 15px;
    margin-bottom: 15px;
    font-family: 'Quicksand';
    font-weight: 700;
}

.started_popup_sec .modal-header {
    border: 0;
    padding: 0;
}

.started_popup_sec .modal-header button {
    z-index: 99;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #FFFFFF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 20px;
    font-weight: 300;
    filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(7472%) hue-rotate(170deg) brightness(122%) contrast(102%);
}

.started_popup_sec .modal-content {
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
    -webkit-box-shadow: inset 0px 0px 250px 0px rgb(0 0 0);
    -moz-box-shadow: inset 0px 0px 250px 0px rgba(0, 0, 0, 1);
    box-shadow: inset 0px 0px 250px 0px rgb(0 0 0);
    display: flex;
    border-radius: 15px;
    background: #081f3b;
}

.modal.show .modal-dialog {
    max-width: 1060px;
}

.element.seprator {
    width: 1px;
    height: 100%;
    background: #5c4283;
    left: 0;
    margin-left: 10px;
    position: absolute;
}

.contact-info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #5c4283;
    margin-left: 20px;
}

.contact-info h6 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}

.ftr_4 {
    position: relative;
}

.contact-info a {
    color: #fbf7f7;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Quicksand';
}

.popup-element {
    position: absolute;
}

.popup-vec1 {
    right: -215px;
    bottom: -52px;
}

.popup-vec2 {
    top: 190px;
    right: 220px;
    -webkit-animation: rotation infinite 6s linear;
    animation: rotation infinite 6s linear;
}

.modal.show .modal-dialog {
    max-width: 1060px;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn_form input {
    background: #000;
    color: #fff !important;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #000;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    height: auto;
    /* border: 0; */
    margin-top: 20px;
    font-family: 'Quicksand';
}

.modal-dialog {
    top: 15%;
}

.cantact_bnr {
    background-image: url(../images/contact_bg.webp);
}

.info_two_inner {
    background: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    width: 430px;
    margin: auto;
    -webkit-box-shadow: -1px 6px 24px -9px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 6px 24px -9px rgba(0, 0, 0, .75);
    box-shadow: -1px 6px 24px -9px rgb(0 0 0 / 30%);
    border-radius: 7px;
}

.info_two_inner i {
    color: #09afa1;
    font-size: 50px;
    margin-bottom: 23px;
}

.info_two_inner h3 {
    color: #000;
    font-size: 22px;
    font-family: 'Quicksand';
    font-weight: 700;
}

.info_two_inner p {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 0;
    font-family: 'Quicksand';
    font-weight: 600;
}

.info_two_inner button {
    width: 70%;
    margin: auto;
    background: #09afa1 !important;
    border: 1px solid;
    margin: 13px 0 0;
    padding: 15px 0;
    font-family: 'Quicksand';
    font-weight: 600;
}

section.two_part {
    padding: 65px 0;
}

div#navbarNav {
    justify-content: flex-end;
}

nav.navbar {
    padding: 0;
}