@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif !important
}

body {
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

.brand-card .slick-track {
    height: 376px
}

.brand-card .slick-list.draggable {
    padding-top: 1% !important
}

a.main-banner-btn:hover {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%)
}

a.golbal-btn2:hover {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%)
}

a.golbal-btn:hover {
    background: #1a204f
}

.heart img {
    animation: beat .5s infinite alternate;
    color: #f05874;
    width: 3%
}

@keyframes beat {
    to {
        transform: scale(1.4)
    }
}

.container {
    max-width: 1280px
}

header {
    padding: 16px 0;
    height: 100px
}

.desktop-menu {
    margin-left: -3%
}

.icon-box {
    display: flex;
    justify-content: end;
    height: 12px
}

.ico1-box p a {
    padding-left: 24px;
    color: #342b5d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer
}

.ico1-box p a svg {
    padding-right: 7px;
    font-size: 17px
}

ul.dropdown-menu.dropdown-submenu {
    margin-left: 100% !important
}

a.dropdown-item {
    padding: 10px 17px !important
}

ul.dropdown-menu {
    width: 300px
}

ul.dropdown-menu.sec-drop {
    margin-left: 100% !important
}

ul.dropdown-menu.trd-drop {
    margin-left: 100% !important
}

.my-menu ul li a:active {
    color: #f27459 !important
}

.my-menu ul a.nav-link.active {
    color: #f27359 !important;
    border-bottom: 2px solid #f27658
}

.my-menu ul a.nav-link {
    transition: all 500ms linear;
    padding-bottom: 2px
}

.my-menu ul a.nav-link:hover {
    color: #f27359 !important
}

.main-logo img {
    margin-top: 0
}

ul.dropdown-menu {
    min-width: 44% !important
}

a.dropdown-item:hover {
    color: #fff !important;
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%)
}

.my-menu ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #342b5d !important;
    padding-left: 11px !important
}

nav.navbar.navbar-expand-lg.my-menu ul {
    margin-top: 5px;
    z-index: 1111111
}

.header-btn a {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    color: #fff;
    padding: 17px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: all 500ms linear
}

ul.dropdown-menu.first-drop li {
    padding-left: 9px
}

.dropdown2 a#navbarDropdown,
.dropdown3 a#navbarDropdown {
    padding: 10px 17px
}

.dropdown2:hover a#navbarDropdown,
.dropdown3:hover a#navbarDropdown {
    color: #fff !important;
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%)
}

.header-btn a svg {
    font-size: 16px;
    margin-right: 7%;
    margin-left: -3%
}

.header-btn {
    margin-top: 9%;
    margin-left: 12%;
    z-index: 1111111
}

.mob-menu {
    display: none !important
}

body.open,
body:after {
    overflow: hidden
}

.b-nav,
body:after {
    position: absolute;
    right: 0
}

.b-brand,
.b-link {
    font-size: 18px;
    font-weight: 700;
    margin-left: 0;
    text-decoration: none;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(345px, 0, 0);
        transform: translate3d(345px, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(345px, 0, 0);
        transform: translate3d(345px, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible
    }
}

* {
    box-sizing: border-box
}

body:after {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0;
    top: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    width: 100%
}

body.open:after {
    z-index: 10;
    opacity: .65;
    height: 100000%;
    display: block
}

.b-nav {
    background: #000 none repeat scroll 0 0;
    position: absolute;
    top: 0;
    width: 320px;
    z-index: 12
}

.b-nav:not(.open) {
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.custom-why-choose-us-design h2 {
    text-align: left !important
}

.b-nav {
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.b-nav ul {
    padding-left: 0;
    margin-top: 20%
}

.b-nav li {
    color: #fff;
    list-style-type: none;
    padding: 10px 10px 10px 0;
    text-align: left;
    -webkit-transform: translateX(345px);
    -ms-transform: translateX(345px);
    transform: translateX(345px)
}

.b-nav li:not(.open) {
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.b-nav li:not(.open),
.b-nav.open li {
    -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: both
}

.b-nav li:first-child {
    margin-top: 0
}

.b-nav.open {
    visibility: visible;
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    height: 100vh;
    width: 49%;
    z-index: 1114;
    overflow: auto
}

.b-nav:not(.open) {
    display: none;
    animation-duration: .4s;
    animation-fill-mode: backwards;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.b-nav.open li {
    padding-left: 29px;
    animation-duration: .2s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    margin: 7px 0;
    transition: all 500ms linear
}

.b-link {
    background: 0 0;
    border-left: #fff0solid 2px;
    color: #fff;
    transition: all .4s ease;
    width: auto
}

.b-link,
.b-menu {
    -webkit-transition: all .4s ease;
    font-size: 14px
}

.b-nav li {
    border-left: 5px solid #e00a12
}

.b-menu {
    cursor: pointer;
    display: block;
    padding: 20px 18px;
    position: relative;
    top: -1px;
    transition: all .4s ease 0s;
    width: 43px;
    z-index: 12;
    right: 12px;
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    width: 60px;
    height: 61px;
    border-radius: 12px
}

.b-bun--bottom,
.b-bun--mid,
.b-bun--top {
    height: 2px;
    width: 25px
}

.b-bun {
    background: #fff;
    transition: all .4s ease
}

.b-brand,
.b-bun {
    position: relative;
    -webkit-transition: all .4s ease
}

.b-bun--top {
    top: 0
}

.b-bun--mid {
    top: 8px
}

.b-bun--bottom {
    top: 16px
}

.b-brand {
    color: #2196f3;
    top: -21.43px;
    transition: all .4s ease;
    z-index: 13
}

.b-container {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 11111111111111
}

.b-container:hover:not(.open) .bun-bottom,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-top {
    background: #2196f3
}

.b-container.open .b-bun--top {
    background: #e00a12;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.b-container.open .b-bun--mid {
    opacity: 0
}

.b-container.open .b-bun--bottom {
    background: #e00a12;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sec-drop,
.trd-drop {
    left: 104%
}

.b-container.open .b-brand {
    color: #fff
}

.mobile-search-btn {
    background-color: #e00a12;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 25px;
    margin-left: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: none
}

.mobile-search {
    background: #fff0 none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #949494;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 10px;
    width: 80%
}

.b-nav.open li:hover {
    background: #f27a56
}

.form-choose-contact {
    width: 90%;
    margin: auto
}

video.fullscreen {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -111
}

.top-web {
    z-index: 9
}

.video-banner {
    z-index: -1111
}

.banner {
    z-index: 1111;
    position: relative
}

.main-banner-top {
    text-align: center;
    z-index: 111;
    padding-top: 5%;
    padding-bottom: 700px
}

.main-banner-top h3 {
    font-size: 60px;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    text-transform: uppercase
}

.main-banner-top h1 {
    font-family: "Roboto", sans-serif !important;
    font-size: 80px;
    font-weight: 600;
    color: #fff
}

.main-banner-top p {
    font-size: 15px;
    color: #fff !important;
    font-weight: 500;
    line-height: 1.9;
    max-width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 3%
}

a.main-banner-btn {
    background: #fff0;
    border: 2px solid #1a204f;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 30px;
    border-color: #f06560;
    transition: all 500ms linear;
    text-decoration: none;
    border-radius: 6px
}

form.request-form {
    width: 80%;
    display: block;
    margin: 0 auto;
    background: #00000069;
    padding: 30px;
    padding-bottom: 8px
}

form.request-form input {
    padding: 12px 40px;
    width: 100%;
    margin-bottom: 8%;
    background-color: #fff0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    position: relative
}

form.request-form input:hover {
    color: #000;
    background-color: #ffffff87
}

form.request-form input::after {
    content: "../images/banner.webp";
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    left: 0
}

form.request-form:-ms-input-placeholder {
    color: #fff
}

form.request-form input::-webkit-input-placeholder {
    color: #fff
}

form.request-form a.golbal-btn {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    color: #fff;
    padding: 14px 96px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    margin-right: 1%;
    text-transform: capitalize;
    position: relative;
    top: 16%
}

.banner-from {
    margin-top: 5% !important;
    z-index: 11;
    padding-bottom: 20px
}

.for-inner-pages {
    margin: 4% 0 !important;
    z-index: 11
}

.for-inner-page {
    margin: 4% 0 !important;
    z-index: 11
}

form.request-form .col-md-4 {
    position: relative
}

form.request-form .col-md-4 svg {
    color: #fff;
    position: absolute;
    top: 22%;
    left: 23px;
    font-size: 20px
}

.brandwrapper {
    height: 320px
}

select.form-control.select {
    background: #fff0;
    color: #fff;
    padding: 12px 40px
}

select.form-control.select option {
    background: #000 !important
}

img.imge-1 {
    width: 8%
}

img.imge-2 {
    width: 7%
}

img.imge-3 {
    width: 4%
}

.imge-3::before {
    content: "";
    background-color: blue;
    width: 20px;
    height: 2px;
    display: block
}

img.imge-4 {
    width: 15%
}

img.imge-5 {
    width: 10%
}

img.imge-6 {
    width: 4%
}

section.brand-indentity {
    background-image: url(../images/socialmediabackimg.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 6%
}

.brand-ind-head {
    text-align: center
}

.brand-ind-head img {
    width: 8%;
    margin-bottom: 2%;
    margin-top: 5%
}

.brand-ind-head h3,
.brand-ind-head h2,
.brand-ind-head h1 {
    font-size: 50px !important;
    font-weight: 600 !important;
    margin-bottom: 2% !important;
    font-family: "Roboto", sans-serif !important;
    color: #404040 !important
}

.brand-ind-head p {
    font-size: 15px;
    color: #342b5d !important;
    font-weight: 500;
    line-height: 1.9;
    max-width: 90%;
    display: block;
    margin: 0 auto
}

a.golbal-btn {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    color: #fff;
    padding: 14px 40px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    margin-right: 1%;
    transition: all 500ms linear
}

.brands-btns {
    text-align: center;
    margin-top: 2%
}

a.golbal-btn2 {
    background: #1a204f;
    color: #fff;
    padding: 14px 40px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 500ms linear
}

.indety-card h4 {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1a204f;
    display: flex;
    align-items: center
}

.indety-card h4 span img {
    width: 75%;
    margin-right: 20px
}

.indety-card p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 5%
}

.indety-card {
    background: #fff;
    padding: 20px 22px 5px 30px;
    box-shadow: #0000001a 0 4px 12px;
    border-radius: 7px;
    transition: all 500ms linear;
    height: 270px
}

.indety-card:hover {
    background: #1a204f;
    transform: scale(1.1)
}

.indety-card:hover h4,
.indety-card:hover p {
    color: #fff
}

.indety-card:hover h4 span img {
    filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(180deg)
}

.brand-card .col-md-4 {
    margin: 0 7px;
    margin-left: -13px
}

.brand-indentity .container-fluid .wrapper {
    padding: 0;
    height: 300px
}

section.grow-bussiness {
    padding: 5% 0;
    margin-top: -10%;
    border-radius: 18px;
    background: linear-gradient(131.8deg, #f05a64f0 0, #1a204f85 46.87%, #f47b57 100%)
}

.grow-info {
    text-align: center
}

.grow-info h3 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 3%;
    color: #fff;
    font-family: "Roboto", sans-serif !important
}

.grow-info img {
    width: 75%;
    filter: invert(1) brightness(100)
}

section.custom-logo {
    background: #f6f6f6;
    padding: 5% 0;
    padding-bottom: 7%
}

.logo-design-service-banner .banner-from {
    margin-top: 5% !important
}

.custom-logo-img img {
    width: 100%;
    margin-top: 0
}

.my-listo {
    margin-left: 20px !important
}

.custom-logo-para h3 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 3%;
    font-family: "Roboto", sans-serif !important;
    color: #1a204f
}

.custom-logo-para h2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 3%;
    font-family: "Roboto", sans-serif !important;
    color: #1a204f;
    text-align: left
}

.custom-logo-para p {
    font-size: 15px;
    color: #342b5d !important;
    font-weight: 500;
    line-height: 1.9;
    max-width: 90%;
    margin-bottom: 6%
}

.custom-logo-para p a {
    color: #000
}

.custom-logo-btns a {
    background: #fff0;
    border: 2px solid #1a204f;
    color: #1a204f;
    font-weight: 600;
    font-size: 17px;
    transition: all 500ms linear;
    padding: 10px 15px
}

.custom-logo-btns a:hover {
    background: #1a204f;
    color: #fff
}

.services {
    background-image: url(../images/2d-Logo-Bannner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 3%
}

#ban-logo {
    background-image: url(../images/3d-Logo-Bannner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 3%
}

#ban-logo2 {
    background-image: url(../images/Illustrative-Logo-Design-Bannner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 3%
}

#ban-logo3 {
    background-image: url(../images/hover-tab-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 3%
}

.services-head h3,
.services-head h2 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 1%;
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    text-transform: capitalize
}

.services-head h4 {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important
}

.services-head p {
    font-size: 15px;
    color: #fff !important;
    font-weight: 300 !important;
    line-height: 1.9;
    max-width: 49%;
    margin-bottom: 3%
}

.custom-logo-img {
    display: flex;
    align-items: center;
    height: 100%
}

.services-btn a {
    background: #fff0;
    border: 2px solid #fff;
    font-weight: 600;
    font-size: 17px;
    transition: all 500ms linear;
    padding: 12px 50px
}

.services-btn a:hover {
    background: #fff;
    color: #1a204f
}

.services-card-active {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    padding: 14px
}

.services-card {
    background: #000000bd;
    padding: 14px
}

.services-card-active img,
.services-card img {
    width: 20%;
    margin-left: 13%
}

.services-card-active h5,
.services-card h5 {
    font-size: 18px;
    margin-top: 8%;
    font-weight: 600;
    color: #fff
}

.services-card-active p,
.services-card p {
    font-size: 14px;
    color: #fff;
    margin-top: 5%;
    height: 135px
}

ul.slides {
    padding: 0
}

ul.slides li {
    list-style: none;
    list-style: none !important
}

.pack-tabs ul li.nav-item button {
    padding: 0 8px !important;
    font-size: 16px;
    font-weight: 700;
    color: #1a204f !important;
    padding-top: 12px !important;
    text-transform: capitalize
}

.pack-tabs {
    width: 103%;
    margin-left: -1%
}

.active-pack .pack-btn a {
    background: #1b214e
}

section.packages {
    margin: 5% 0
}

.custom-logo-btns.my-5 {
    text-align: center
}

.pack-tabs .nav-pills .nav-link.active {
    padding: 12px 50px !important;
    color: #fff !important;
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    margin-right: 8px
}

.pack-tabs ul {
    border: none !important;
    justify-content: center
}

.brand-ind-head .row .col-md-12 {
    padding: 0 !important
}

.brand-ind-head p span {
    text-decoration: underline;
    font-weight: 600;
    color: #5c6081
}

.pack-heading h3 {
    font-size: 29px;
    font-weight: 600;
    color: #1a204f;
    margin-top: 19%;
    max-width: 90%
}

h4.pack-price {
    font-size: 32px;
    font-weight: 700;
    position: relative;
    text-align: center;
    z-index: 1;
    background-image: url(../images/price-shape.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: 145px;
    width: 145px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

a.golbal-btn3 {
    border: none;
    text-decoration: none;
    font-size: 18px;
    margin-left: 2%
}

a.golbal-btn3 svg {
    margin-right: 1%;
    font-size: 23px
}

a.golbal-btn3:hover {
    color: #f2725a;
    padding: 0;
    background: #fff0
}

h4.pack-price:after {
    content: "";
    position: absolute;
    left: -5%;
    top: -51%;
    z-index: -1;
    transition: all 500ms linear
}

ul.pack-details {
    padding-left: 23px;
    margin-top: 6%;
    height: 170px;
    overflow: overlay;
    max-width: 100%;
    transition: all 500ms linear
}

ul.pack-details li {
    font-size: 16px;
    line-height: 1.8;
    color: #1a204f;
    font-weight: 500;
    transition: all 500ms linear;
    position: relative;
    list-style: none
}

ul.pack-details li:after {
    content: "";
    background-image: url(../images/check.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 15px;
    height: 13px;
    position: absolute;
    left: -21px;
    top: 21%
}

.pack-btn a {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    color: #fff;
    padding: 14px 40px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    margin-right: 1%;
    text-transform: capitalize;
    transition: all 500ms linear
}

.pack-btn {
    text-align: center;
    margin-top: 14%;
    transition: all 500ms linear
}

.pack-card {
    padding: 45px 30px;
    filter: drop-shadow(0 10px 15px #0000001a);
    background-color: #fff;
    border-radius: 60px 0 60px 60px;
    transition: all 500ms linear;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 550px;
    margin-bottom: 10%
}

.pack-card::before {
    content: "  ";
    position: absolute;
    top: -21px;
    left: -25px;
    background-image: linear-gradient(0deg, #f37d553d 0%, #ef596554 100%);
    width: 170px;
    height: 170px;
    z-index: -1;
    border-radius: 50%;
    overflow: hidden
}

.active-pack {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    cursor: pointer;
    transition: all 500ms linear
}

.active-pack .pack-heading h3 {
    color: #fff;
    transition: all 500ms linear
}

.active-pack ul.pack-details li {
    color: #fff;
    transition: all 500ms linear;
    list-style: none;
    position: relative
}

.active-pack ul.pack-details li:after {
    content: "";
    background-image: url(../images/check.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 15px;
    height: 13px;
    position: absolute;
    left: -21px;
    top: 21%;
    filter: invert(1)
}

.active-pack .pack-btn a {
    background-color: #1a204f !important;
    transition: all 500ms linear
}

ul.pack-details::-webkit-scrollbar {
    width: 12px
}

ul.pack-details::-webkit-scrollbar-track {
    background: #fff;
    border: 2px solid #1a204f;
    border-radius: 20px
}

ul.pack-details::-webkit-scrollbar-thumb {
    background-color: #1a204f;
    border-radius: 20px
}

.active-pack ul.pack-details::-webkit-scrollbar-track {
    background: #fff0;
    border: 2px solid #fff;
    border-radius: 20px
}

.active-pack ul.pack-details::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px
}

.combo-pack {
    background: url(../images/combo-pack.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5% 0
}

.combo-detail h5 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 4% 0;
    font-family: "Roboto", sans-serif !important
}

.combo-detail h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 4% 0;
    font-family: "Roboto", sans-serif !important
}

.combo-links h6 {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-left: 15px;
    font-family: "Roboto", sans-serif !important
}

.combo-links ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #f2f2f2;
    text-decoration: none;
    font-family: "Roboto", sans-serif !important;
    list-style: disc;
    text-transform: capitalize
}

.combo-links ul li::marker {
    color: #ff6347
}

.combo-detail img {
    width: 75%
}

.combo-packages {
    text-align: center;
    filter: drop-shadow(0 0 28.5px #00000073);
    background-image: linear-gradient(60deg, #606060 0%, #c1c1c1 34%, #656565 70%, #ebebeb 100%);
    width: 77%;
    padding: 10% 0;
    border-radius: 45px;
    position: relative;
    padding-top: 55%
}

.combo-packages::before {
    position: absolute;
    content: "";
    background-image: url(../images/combo-label.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 200px;
    height: 200px;
    right: -50%;
    top: -4%
}

.combo-packages h4 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    filter: drop-shadow(0 5px 7px #0000007a);
    margin-top: 6%
}

.combo-packages h5 {
    font-size: 26px;
    color: #ffdc61;
    font-weight: 800;
    margin-bottom: 9%
}

.combo-packages img {
    width: 500px;
    top: 1%;
    left: -16%;
    position: absolute
}

.choose-us {
    background-image: url(../images/line-banner.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding-top: 5%;
    margin-bottom: 5%
}

.choose-us-boc img {
    width: 29%;
    margin-bottom: 5%
}

.choose-us-boc h4 {
    font-size: 25px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 600;
    color: #f26a5e
}

.choose-us-boc p {
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    display: none
}

.choose-us-boc {
    filter: drop-shadow(0 10px 15px #0000001a);
    background: #fff;
    width: 85%;
    padding: 20px 19px;
    height: 310px;
    transition: all 500ms linear;
    position: relative;
    display: block;
    margin: 0 auto
}

p.sec-heading {
    display: block
}

.choose-us-boc:hover .first-heading {
    display: none
}

p.sec-heading {
    font-size: 14px
}

.choose-us-boc:hover .sec-heading {
    display: block
}

.choose-us-boc:hover {
    width: 85%;
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    transform: scale(1.1)
}

.choose-us-boc:hover h4,
.choose-us-boc:hover p {
    color: #fff
}

.choose-us-boc:hover img {
    filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(180deg)
}

.choose-after,
.choose-after2,
.choose-after3,
.choose-after4 {
    position: relative
}

.choose-after:after {
    content: "1";
    position: absolute;
    font-size: 95px;
    font-family: "Roboto", sans-serif !important;
    left: -4%;
    top: 27%;
    z-index: -1111111;
    color: #000000b3
}

.choose-after2:after {
    content: "3";
    position: absolute;
    font-size: 95px;
    font-family: "Roboto", sans-serif !important;
    left: -8%;
    top: 27%;
    z-index: -1111111;
    color: #000a
}

.choose-after3:after {
    content: "2";
    position: absolute;
    font-size: 95px;
    font-family: "Roboto", sans-serif !important;
    left: -8%;
    top: 27%;
    z-index: -1111111;
    color: #000000a8
}

.choose-after4:after {
    content: "4";
    position: absolute;
    font-size: 95px;
    font-family: "Roboto", sans-serif !important;
    left: -8%;
    top: 27%;
    z-index: -1111111;
    color: #000a
}

.col-md-3.choose-after:hover::before,
.col-md-3.choose-after2:hover::before,
.col-md-3.choose-after3:hover::before {
    z-index: 1;
    right: 1%
}

.logo-design {
    background-image: url(../images/banner-4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 3%;
    padding-bottom: 3%
}

.logo-box {
    width: 15%;
    background: #ffffff42;
    text-align: center;
    padding: 9px 0;
    border: 2px solid #f37c55;
    border-radius: 8px;
    height: 100px
}

.logo-box img {
    width: 18%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 7%;
    height: 35px
}

.logo-box h6 {
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

.logo-box a {
    text-decoration: none
}

.col.logo-box {
    margin: 0 9px
}

.col-md-12.inner-btns .golbal-btn2 {
    background: #fff;
    color: #1a204f
}

.growth-agency {
    padding: 5% 0
}

:root {
    --progress-bar-width: 180px;
    --progress-bar-height: 180px;
    --font-size: 2rem
}

.circular-progress {
    width: var(--progress-bar-width);
    height: var(--progress-bar-height);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12%
}

.inner-circle {
    position: absolute;
    width: calc(var(--progress-bar-width) - 30px);
    height: calc(var(--progress-bar-height) - 30px);
    border-radius: 50%;
    background-color: #d3d3d3;
    display: flex;
    justify-content: center
}

.percentage {
    position: relative;
    font-size: 42px;
    color: #000 !important;
    font-weight: 600;
    max-width: 45%;
    margin-top: -22%;
    margin-left: 46%;
    font-weight: 500
}

p.percentage.left {
    margin-left: 58%
}

h6.departs.left1 {
    left: -50%
}

@media screen and (max-width: 800px) {
    :root {
        --progress-bar-width: 150px;
        --progress-bar-height: 150px;
        --font-size: 1.3rem
    }
}

@media screen and (max-width: 500px) {
    :root {
        --progress-bar-width: 120px;
        --progress-bar-height: 120px;
        --font-size: 1rem
    }
}

h6.departs {
    z-index: 1;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 30%;
    color: #1a204f;
    position: relative;
    left: -45%
}

.counter {
    text-align: center;
    font-weight: 600;
    font-size: 70px;
    color: #fff
}

.counter-container {
    position: relative;
    z-index: 111
}

.counter-container:after {
    content: "";
    position: absolute;
    width: 230px;
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    height: 230px;
    border-radius: 120px 0 120px 120px;
    top: -26%;
    z-index: -1;
    left: -3%
}

.counter-container h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 2%;
    height: 30px;
    text-transform: uppercase
}

.row.second-counter {
    padding: 35px 0;
    margin: 5% 10%
}

.after-counter {
    position: relative
}

.after-counter:before {
    content: "";
    position: absolute;
    border: 3px solid #fff0;
    height: 132px;
    left: -3%;
    top: 7%
}

.brand-testi img {
    width: 14%;
    margin-bottom: -4%
}

.brand-testi p {
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    font-family: "Roboto", sans-serif !important
}

.brand-testi h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2%;
    margin-top: 8%
}

.brand-testi span {
    font-size: 17px;
    font-weight: 500
}

.dots-card {
    margin-top: 10%;
    display: flex
}

.dots-card img {
    width: 85%;
    margin-right: 1%;
    cursor: pointer
}

span.active-dot img {
    width: 100%;
    border: 3px solid #f47c56;
    border-radius: 50%;
    margin-top: -10% !important;
    margin-left: -9%;
    margin-right: 9% !important
}

.testi-img img {
    width: 80%;
    display: block;
    margin: 0 auto
}

.contact-para h3 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 2%;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 1%;
    padding-top: 7%;
    color: #404040;
    margin-left: 8%;
    text-align: left
}

form.form-choose-one.form-group select {
    width: 100%;
    padding: 11px 27px;
    border: 1px solid #f06560;
    border-radius: 6px;
    margin: 18px 0
}

.contact-para img {
    width: 100%;
    margin-bottom: -10%
}

.contact-ifo-box img {
    width: 22%;
    margin-right: 10px;
    margin-top: -20px
}

.contact-ifo-box h4 {
    font-size: 27px;
    font-weight: 500;
    color: #404040;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.contact-ifo-box {
    margin-top: 25%;
    padding-bottom: 15%
}

.contact-ifo-box h6 a {
    font-size: 15px;
    font-weight: 600;
    color: #404040;
    text-decoration: none
}

.contact-ifo-box p {
    text-align: center
}

.contact-ifo-box p a {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #000;
    text-decoration: none
}

.contact-ifo-box h6 {
    text-align: center
}

.contact-para {
    background: #edeef3
}

.contact-form h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 2%;
    font-family: "Roboto", sans-serif !important;
    color: #404040;
    margin-left: 4%;
    padding-top: 8%;
    text-align: left
}

.contact-form h4 {
    color: #404040;
    font-size: 31px;
    padding: 10px 27px
}

.contact-form form input {
    padding: 11px 20px;
    margin-bottom: 8%;
    background: silver
}

.contact-form form input[type="submit"] {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%) !important;
    width: 75%;
    margin-top: 15%;
    font-size: 16px;
    color: #fff;
    font-weight: 500px
}

.contact-form {
    position: relative
}

.contact-form::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    background: url(../images/form-layer.webp);
    background-size: auto;
    z-index: -1;
    opacity: .015;
    background-position: right top;
    background-repeat: no-repeat
}

.contact-form p {
    font-size: 15px;
    margin-top: 5%;
    font-weight: 500
}

.contact-form form {
    width: 90%;
    margin-left: 4%
}

.contact-form form label {
    font-size: 15px;
    margin-bottom: 3%;
    text-transform: capitalize
}

.last-form-sec {
    background: #edeef3
}

.contact-form form textarea {
    background: #f4f4f4
}

.contact-form {
    margin-left: 8%
}

.footer-cc span img {
    width: 100%;
    margin-bottom: 4%
}

img.last-fo {
    width: 49% !important
}

.contact-info-box h5 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6%
}

.contact-info-box span svg {
    font-size: 28px !important;
    color: #f37d55;
    font-size: 50px
}

.contact-info-box span a {
    margin-left: 14%;
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #bdbdbd;
    text-decoration: none;
    position: relative;
    top: -25px
}

section.contact-box {
    background: #2e2e2e;
    padding-top: 4%
}

h5.footer-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 7%
}

ul.footer-list li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #000d4a;
    transition: 500ms linear;
    line-height: 1.9
}

ul.footer-list {
    padding: 0
}

ul.footer-list li {
    list-style: none;
    color: #000
}

ul.footer-list li a:hover {
    color: #000;
    margin-left: 2%
}

.footer-icob span a svg {
    margin: 0 6px;
    margin-top: 7%;
    color: #f37d55 !important;
    border-radius: 50%;
    font-size: 23px;
    transition: all 200ms linear
}

.footer-icob span a svg:hover {
    color: #ef5965 !important
}

footer.footer {
    padding-top: 6%;
    background: #f1f1f1
}

.footer-last-para {
    padding: 1% 0
}

p.copy-right {
    margin-bottom: 0 !important;
    font-size: 14px;
    color: #282768;
    font-weight: 600
}

span.last-link a {
    font-size: 15px;
    text-decoration: none;
    color: #15122a;
    font-weight: 500
}

.networt {
    text-align: center;
    margin-bottom: 4%
}

.networt img {
    margin: 0 30px
}

.main-d {
    display: none !important
}

section.our-services-list {
    margin-top: 5%
}

.services-bannera {
    position: relative;
    background-image: linear-gradient(0deg, #382f60 0%, #342b5db8 100%);
    height: 118.5vh;
    width: 100%
}

section.services-bannera .service-baner-inner a {
    border-color: #fff
}

video.main-screen {
    height: fit-content;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0
}

.services-banner {
    background-image: url(../images/service-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 5%
}

.service-baner-inner {
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    padding-top: 7%
}

.service-baner-inner h3 {
    font-size: 35px;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 1%
}

.service-baner-inner h1 {
    font-size: 45px;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    line-height: 1.3
}

.for-inner-page {
    margin-top: 4% !important;
    padding-bottom: 3%
}

.service-baner-inner p {
    font-size: 14px;
    max-width: 70%;
    line-height: 1.8;
    display: block;
    margin: 0 auto;
    font-weight: 400;
    margin-bottom: 3%
}

.service-baner-inner a {
    padding-left: 3%;
    padding-right: 3%
}

section.our-services-list .container-fluid {
    padding: 0
}

#parallax2 {
    background-attachment: fixed
}

section.our-services-list .container-fluid .col-md-6 {
    padding: 0;
    overflow: hidden;
    position: relative
}

div#parallax {
    width: 100%;
    height: 100vh
}

.web-img {
    background-image: url(../images/web-1.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
    max-width: 101.8%;
    background-position: left;
    position: relative;
    width: 102%
}

.infographics-bottom {
    margin-bottom: 60px !important
}

.web-img:after {
    content: "";
    position: absolute;
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    z-index: -1
}

.web-info {
    padding-left: 10%;
    margin-top: 16%
}

.web-info h3 {
    font-size: 40px;
    font-weight: 600;
    max-width: 95%;
    color: #1a204f
}

.web-info h2 {
    font-size: 40px;
    font-weight: 600;
    max-width: 95%;
    color: #1a204f
}

.content-mar-ser .web-info p {
    max-width: 90% !important
}

.web-info p {
    font-weight: 400;
    font-size: 16px;
    color: #1a204f;
    max-width: 80%;
    line-height: 1.8;
    margin-bottom: 11%;
    margin-top: 5%
}

.web-info p a {
    color: #1a204f
}

h2.mt-5 {
    margin-top: 12% !important
}

.col-md-3.section-div.mt-5 {
    margin-top: 15% !important
}

section.page-iner-process {
    position: relative;
    width: 100%;
    display: block;
    height: 190vh;
    margin-left: 4%
}

section.dev-process.page-iner-process .brand-ind-head p span {
    font-size: 21px;
    text-decoration: none
}

.row.row2-dev {
    margin-top: 50%
}

section.page-iner-process img {
    width: 85%;
    -webkit-clip-path: circle(150px at var(--x) var(--y));
    clip-path: circle(150px at var(--x) var(--y));
    background-color: #fff;
    margin-bottom: -65%;
    left: 6%;
    top: 6%;
    position: absolute;
    margin-bottom: -6%;
    padding: 0 14% 0 7%
}

.process-card h5 {
    font-size: 26px;
    font-weight: 600
}

.process-card p {
    font-size: 16px;
    max-width: 70%;
    color: #4e4e4e
}

section.dev-process.page-iner-process .container {
    margin-top: 0
}

section.page-iner-process .col-md-4 {
    position: relative
}

.brand-ind-head.clip-top span {
    font-size: 20px
}

div#flow-chart3 {
    margin-top: 30rem
}

div#flow-chart5 {
    margin-top: 16rem
}

div#flow-chart2 {
    margin-top: 115%
}

div#flow-chart {
    margin-top: 6rem
}

div.ms-item h3 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    max-width: 70%;
    display: block;
    margin: 0 auto;
    text-transform: capitalize
}

div#js-slideContainer {
    display: flex;
    background-image: url(../images/ecomerce-web-head.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.sectios::-webkit-scrollbar {
    display: none
}

.section-div {
    background: #222650;
    padding: 25px 0;
    text-align: center;
    margin: 0 9px;
    width: calc(100% / 3);
    border-radius: 25px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center
}

div#js-slideContainer {
    display: flex;
    background-size: contain
}

section.services-choose {
    background: #1d2145;
    padding: 3% 0;
    overflow: hidden;
    margin-top: -5%;
    position: relative !important
}

.choose-r-para h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    color: #fff;
    margin-bottom: 36px
}

.choose-r-para p {
    font-size: 15px;
    text-align: center;
    max-width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 3%;
    color: #fff
}

.choose-r-para p a {
    color: #fff !important
}

.scrollmagic-pin-spacer {
    height: auto !important
}

h1.Long-text {
    font-size: 158px;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: -37%;
    color: #151833
}

section.faqs {
    padding: 10% 0
}

.faq-img img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.faq-para h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 2%;
    font-family: "Roboto", sans-serif !important;
    color: #404040;
    margin-bottom: 3%;
    margin-top: 2%
}

.faq-para h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 2%;
    font-family: "Roboto", sans-serif !important;
    color: #404040;
    margin-bottom: 3%;
    margin-top: 2%
}

button.accordion-button {
    background: transparent !important;
    color: #0000;
    border: none !important
}

.accordion-item h2 {
    border: none !important;
    color: #404040
}

button.accordion-button {
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    border-bottom: 3px solid #f6f6f6 !important;
    padding: 0 0 22px !important;
    padding-top: 8px !important
}

button.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important
}

.accordion-body {
    padding: 10px 2px;
    font-size: 15px;
    color: #797979;
    font-weight: 400;
    max-width: 95%;
    line-height: 1.7
}

.accordion-item {
    border: none
}

.accordion-button:not(.collapsed) {
    color: #404040;
    border-bottom: 3px solid #f6f6f6 !important;
    padding: 0 0 22px !important
}

.faq-para {
    padding-left: 5%
}

section.dev-process.page-iner-process .brand-ind-head p span {
    font-size: 21px;
    text-decoration: none
}

.Aboutus-banner {
    background-image: url(../images/About-page-inner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 1%;
    position: relative;
    padding-bottom: 10%
}

.website-url-about {
    padding: 0 !important;
    color: #fff !important
}

.website-url-about:hover {
    background: #fff0 !important
}

section.Aboutus-banner .service-baner-inner {
    text-align: left
}

section.Aboutus-banner .service-baner-inner p {
    max-width: 94%;
    margin: 0 !important;
    padding-bottom: 4%
}

section.Aboutus-banner .col-md-8,
section.Aboutus-banner .col-md-4 {
    padding-right: 0
}

section.Aboutus-banner .service-baner-inner a {
    border-color: #fff
}

section.Aboutus-banner .service-baner-inner a:hover {
    background: #280d52
}

section.Aboutus-banner .service-baner-inner {
    margin-top: 15%
}

.about-side img {
    width: 100%;
    position: absolute;
    top: -8px;
    animation: up-down linear 3s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px)
    }

    24% {
        transform: translate(1px, 30px)
    }

    50% {
        transform: translate(1px, 12px)
    }

    74% {
        transform: translate(1px, 22px)
    }

    100% {
        transform: translate(1px, 22px)
    }
}

.about-side {
    position: relative
}

.our-profiles img {
    width: 34%
}

.our-profiles {
    background: #fff;
    filter: drop-shadow(15.706px 3.053px 6.5px #00000012);
    padding: 25px;
    padding-right: 0;
    border-radius: 17px
}

.unique-logo h1 {
    font-size: 105px;
    -webkit-text-stroke: 1px #f37c55;
    color: #fff0;
    text-transform: uppercase;
    font-weight: 600
}

.unique-logo h3 {
    font-size: 105px;
    -webkit-text-stroke: 1px #f37c55;
    color: #fff0;
    text-transform: uppercase;
    font-weight: 600
}

.unique-logo {
    padding: 18px 0
}

.digital-landscape {
    margin-top: -3%
}

.mini-screen img {
    width: 100%;
    margin-top: -3%
}

.mini-screen p {
    font-size: 15px;
    margin-bottom: -9%;
    margin-left: 5%
}

.mini-screen h5 {
    font-family: "Roboto", sans-serif !important;
    font-size: 32px;
    font-weight: 600;
    margin-top: 7%;
    margin-left: 5%;
    color: #353535
}

.mini-screen h5 span {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    color: #fe7d55
}

.pilot-para h4 {
    font-family: "Roboto", sans-serif !important;
    font-size: 35px;
    color: #353535;
    font-weight: 600
}

.pilot-para p {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px;
    width: 90%;
}

.pilot-para {
    padding-left: 7%;
    position: relative;
    padding-top: 8%
}

.pilot-para:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    height: 310px;
    z-index: -1
}

.pilot-para2 {
    position: relative;
    z-index: 2
}

.pilot-para2:after {
    background: #fff;
    content: "";
    position: absolute;
    top: -8%;
    left: -9px;
    width: 100%;
    height: 380px;
    z-index: -1;
    filter: drop-shadow(5.89px 1.145px 1.5px #00000021)
}

.quick-para {
    text-align: center
}

.quick-para h1 {
    font-size: 55px;
    font-weight: 600;
    color: #404040;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: -1%
}

.quick-para h3 {
    font-size: 55px;
    font-weight: 600;
    color: #404040;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: -1%
}

.quick-para h2 {
    font-size: 55px;
    font-weight: 600;
    color: #404040;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: -1%
}

.quick-para p {
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    color: #5e6283;
    margin-top: 2%
}

.quick-para h1 span {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.quick-para h3 span {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.quick-para h2 span {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.finanicals-details img {
    width: 90%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -70%;
    left: 6%
}

.finanicals-details h6 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-left: 3%
}

.finanicals-details p {
    font-size: 18px;
    font-weight: 500;
    color: #23244f;
    text-align: center;
    margin-top: -5%;
    height: 39px
}

.finanicals-details {
    position: relative;
    margin-top: 30%
}

.row.counter-f-row {
    width: 95%;
    margin-left: 4%
}

.row.second-counter-f {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    padding: 35px 0;
    margin: 5% 0
}

.counter-f-head {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    text-align: center
}

.counter-f-head.text-left {
    font-size: 43px;
    text-align: left;
    height: 80px
}

section.financal {
    padding-top: 3%;
    padding-bottom: 5%
}

.expertise {
    background-image: url(../images/expertise-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2% 0
}

.expertise-head h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: -1%
}

.expertise-head h3 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: -1%
}

.expertise-head p {
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    color: #8b90a5;
    margin-top: 2%
}

.fancy-tab button img {
    display: block;
    margin: 4% auto 10px !important;
    width: 40%
}

.logo-row {
    display: none !important
}

.fancy-tab .nav-pills .nav-link {
    padding: 0 3px;
    border-radius: 0;
    margin-bottom: 15px
}

.fancy-tab .nav-pills .nav-link.active {
    padding: 0 3px;
    border-radius: 0;
    background: #fe7d5557
}

.fancy-tab button p {
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 20px;
    color: #fff
}

.expertise-head {
    text-align: center;
    margin-bottom: 5%
}

.row.expertise-tab-row {
    margin: 0 7%
}

.expert-tab-content img {
    width: 76%;
    display: block;
    margin: 0 auto;
    padding-bottom: 12%
}

.expert-tab-content p {
    font-size: 16px;
    color: #fff;
    max-width: 81%;
    font-family: "Roboto", sans-serif !important;
    display: block;
    line-height: 1.8;
    margin: 0 auto
}

.about-info-slider {
    padding: 3% 0
}

.ab-del-img img {
    width: 85%
}

.blog-detail img {
    width: 100%
}

.blog-detail h6 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    color: #1a204f;
    margin-top: 14px;
    padding: 0 20px;
    transition: all 500ms linear
}

.blog-detail p {
    font-family: "Roboto", sans-serif !important;
    font-size: 16px;
    max-width: 100%;
    color: #494949;
    padding: 0 20px;
    transition: all 500ms linear
}

.blog-detail a {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    color: #f37d55;
    padding: 0 20px;
    transition: all 500ms linear
}

.blog-detail {
    background: #f6f6f6;
    padding-bottom: 5%;
    width: 95%;
    display: block;
    margin: 0 auto;
    transition: all 500ms linear
}

.blog-sec .px-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important
}

.blog-detail:hover {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%)
}

.blog-detail:hover h6,
.blog-detail:hover p,
.blog-detail:hover a {
    color: #fff
}

.tp-demo-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2
}

.tp-demo-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    border-radius: 100px;
    background: #e70c46;
    display: inline-block;
    text-transform: capitalize;
    box-shadow: 0 10px 30px 0 #dc0a4280
}

.tp-demo-bg {
    margin-top: -60px
}

.tp-demo-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.tp-demo-bg-shape img {
    width: 100%
}

.tp-demo-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -1.8px;
    color: #fff6
}

.tp-demo-title span {
    color: var(--tp-common-white)
}

.tp-demo-title-btn .one span {
    color: #ffc225;
    font-weight: 500;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 40px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
    background: #ffc2251a
}

.tp-demo-title-btn .free span {
    color: #1ed1a6;
    font-weight: 500;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background: #1ed1a61a
}

.tp-demo-tab-btn ul {
    padding: 5px;
    border-radius: 100px;
    border: 1px solid #fff3
}

.tp-demo-tab-btn ul li button {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px;
    color: #fff9;
    border-radius: 30px
}

.tp-demo-tab-btn ul li button svg {
    margin-right: 8px
}

.tp-demo-tab-btn ul li button.active {
    color: var(--tp-common-white)
}

.tp-demo-title-shape {
    position: absolute;
    bottom: -40%;
    left: 23%;
    animation: tpswing .8s forwards infinite alternate;
    transform-origin: top left
}

.tp-demo-title-wrap {
    padding: 0 15px
}

.tp-demo-thumb {
    height: 560px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 24px;
    transition: all 5s linear;
    background-size: 100%;
    border: 1px solid #272f51;
    background-repeat: no-repeat
}

.tp-demo-thumb.transition-1 {
    transition: all 7s linear
}

.tp-demo-thumb.transition-3 {
    transition: all 3s linear
}

.tp-demo-thumb:hover {
    background-position: bottom
}

.tp-demo-thumb-overlay {
    position: relative
}

.tp-demo-thumb-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: #4f587a80;
    box-shadow: 0 2px 4px 0 #1717181a 0 -1px 0 0 #243e1580;
    backdrop-filter: blur(12.5px)
}

.tp-demo-item {
    border-radius: 20px;
    background: #1a2244;
    padding: 17px;
    padding-bottom: 24px;
    box-shadow: 0 1px 1px 0 #ffffff29 inset
}

.tp-demo-item:hover .tp-demo-title-sm a {
    background-size: 0 1px, 100% 1px
}

.tp-demo-title-sm {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
    color: var(--tp-common-white);
    display: inline-block
}

.tp-demo-title-sm a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    display: inline;
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s linear
}

.tp-demo-title-sm-wrap p {
    font-size: 15px;
    color: #ffffff9c;
    margin-bottom: 0;
    letter-spacing: 1px
}

.tp-demo-big-title {
    font-size: 170px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff0d;
    position: absolute;
    top: 18%;
    right: 0;
    z-index: -1
}

.tp-demo-rtl .tp-demo-thumb {
    transform: scaleX(-1)
}

.tp-demo-item-sm .tp-demo-thumb {
    height: 260px
}

#lineMarker,
#lineMarker-2 {
    position: absolute;
    top: 7px;
    height: 35px;
    z-index: -1;
    border-radius: 100px;
    display: inline-block;
    background: #272f51;
    transition: .4s
}

.tp-inner-bg {
    margin-top: 5%;
    background: #0f183f;
    padding: 3% 0;
    border-radius: 22px
}

.tp-inner-thumb {
    border-radius: 10px;
    border: 1px solid #272f51;
    width: 600px;
    height: 100vh;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 15px;
    transition: all 7s linear
}

.tp-footer-title {
    font-size: 100px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -2px;
    color: var(--tp-common-white);
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-footer-title {
        font-size: 80px
    }
}

@media (max-width: 767px) {
    .tp-footer-title {
        font-size: 50px
    }
}

.tp-footer-title-box>span {
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #ffffffb3;
    font-family: var(--tp-ff-didoneright);
    margin-bottom: 35px
}

.tp-footer-border {
    border-top: 1px solid #ffffff1a
}

.tp-footer-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.tp-footer-bg-shape img {
    height: 100%;
    width: 100%
}

.tp-copyright-left span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffffb3;
    display: inline-block
}

@media (max-width: 767px) {
    .tp-copyright-left span {
        margin-bottom: 30px
    }
}

.tp-copyright-right a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #ffffffb3;
    margin-left: 40px
}

.tp-copyright-plr {
    padding: 0 85px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-copyright-plr {
        padding: 0
    }
}

.tp-feature-bg {
    border-radius: 60px;
    padding-top: 6%;
    padding-bottom: 5%
}

.tp-feature-item {
    background: #fff;
    height: 100%;
    border-radius: 20px;
    box-shadow: #f2735a 0 2px 8px 0
}

.tp-feature-item.item-1 {
    padding: 55px 30px
}

.tp-feature-item.item-1 .tp-feature-thumb {
    margin-bottom: 40px
}

.tp-feature-item.item-2 {
    padding: 45px 30px
}

.tp-feature-item.item-2 .tp-feature-thumb {
    margin-bottom: 20px
}

.tp-feature-item.item-2 .tp-feature-thumb img {
    border-radius: 8px
}

.tp-feature-item.item-3 {
    padding: 30px 20px;
    padding-bottom: 45px
}

.tp-feature-item.item-3 .tp-feature-thumb {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-feature-item.item-3 {
        margin-bottom: 30px
    }
}

.tp-feature-item.item-4 {
    padding: 40px 30px
}

.tp-feature-item.item-4 .tp-feature-thumb {
    margin-bottom: 42px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-feature-inner {
        height: 700px
    }
}

@media (max-width: 767px) {
    .tp-feature-inner {
        height: 500px;
        margin-bottom: 30px
    }
}

.tp-feature-capsule-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    pointer-events: none;
    padding-top: 0;
    display: flex;
    align-items: center
}

.tp-feature-capsule-wrapper>.tp-feature-capsule-item-wrapper>p {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 0;
    top: -31px;
    user-select: none;
    pointer-events: auto;
    transition: none
}

.tp-feature-capsule-wrapper>.tp-feature-capsule-item-wrapper>p img {
    transition: none;
    padding-bottom: 10px
}

.tp-feature-capsule-item {
    display: inline-block;
    font-size: 15px;
    color: var(--tp-common-white);
    font-weight: 500;
    border-radius: 100px;
    padding: 10px 26px;
    -webkit-transform: translate(-50%, -50%) rotate(0.01rad);
    -moz-transform: translate(-50%, -50%) rotate(0.01rad);
    -ms-transform: translate(-50%, -50%) rotate(0.01rad);
    -o-transform: translate(-50%, -50%) rotate(0.01rad);
    transform: translate(-50%, -50%) rotate(0.01rad)
}

.tp-feature-title-sm {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    color: var(--tp-common-black)
}

.tp-feature-item-sm {
    padding: 55px 30px
}

.tp-feature-content p {
    color: #5b5b5c;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0
}

.tp-feature-content-title {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    color: var(--tp-common-black);
    margin-bottom: 0
}

.tp-feature-thumb {
    display: inline-block;
    margin-top: 10%
}

.tp-feature-thumb .img-pos {
    position: absolute;
    bottom: 0;
    right: 20px;
    height: 110px;
    width: 110px
}

.tp-feature-thumb-text {
    position: absolute;
    top: 12px;
    left: 12px
}

.tp-feature-thumb-text p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    color: #ffffffb3
}

.tp-feature-thumb-text span {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-didoneright)
}

.tp-feature-circle-wrap {
    position: absolute;
    top: -1px;
    right: 250px
}

.tp-feature-circle-box {
    display: inline-block
}

.tp-feature-circle-box .img-2 {
    top: -100px;
    left: 50px;
    position: absolute;
    animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite
}

.tp-feature-2-bg {
    border-radius: 60px;
    margin-top: -60px
}

.tp-feature-2-subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-didoneright)
}

.tp-feature-2-title {
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    color: var(--tp-common-white)
}

.tp-feature-2-icon span {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: inline-block;
    background: #242c4e;
    text-align: center;
    line-height: 120px;
    margin-bottom: 20px;
    display: inline-block
}

.tp-feature-2-title-sm {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 700;
    line-height: 1
}

.tp-feature-2-bottom-text span {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff4d
}

.tp-responsive-big-circle {
    position: absolute;
    bottom: -60%;
    left: 50%;
    transform: translateX(-50%)
}

.tp-responsive-big-circle span {
    height: 1300px;
    width: 1300px;
    border-radius: 50%;
    background: #ffffff0d;
    display: inline-block
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-responsive-big-circle span {
        height: 1000px;
        width: 1000px
    }
}

.tp-responsive-icon {
    margin-bottom: 30px
}

.tp-responsive-icon.icon-space {
    margin-bottom: 40px
}

.tp-responsive-content span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: var(--tp-common-white);
    margin-bottom: 10px;
    display: inline-block
}

.tp-responsive-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff80;
    margin-bottom: 0
}

.tp-responsive-layout-border {
    position: relative
}

.tp-responsive-layout-border::after {
    position: absolute;
    top: 0;
    right: -11px;
    width: 1px;
    height: 100%;
    background: #ffffff1a;
    content: ""
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .tp-responsive-layout-border::after {
        display: none
    }

    .tp-responsive-layout {
        margin-bottom: 60px
    }
}

.tp-responsive-mockup img {
    width: 920px
}

.tp-responsive-layout-text-shape {
    position: absolute;
    top: -50px;
    left: 0
}

.tp-responsive-big-title {
    font-size: 170px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff0d;
    position: absolute;
    top: 27px;
    right: 0
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-responsive-big-title {
        font-size: 130px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-responsive-big-title {
        font-size: 100px
    }
}

.ScrollSmoother-wrapper {
    position: relative
}

.portfolio-banner {
    background-image: url(../images/Portfoilo-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 8%;
    padding-bottom: 15%;
    position: relative
}

.port-folio-para h3 {
    font-size: 57px;
    font-weight: 500;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: -1%;
    color: #fff;
    display: flex;
    align-items: center
}

.port-folio-para h1 {
    font-size: 93px;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    line-height: 1.3;
    color: #fff
}

.btns-para p {
    max-width: 78%;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -22px;
    left: 20%;
    text-align: left
}

.btns-para {
    position: relative;
    margin-top: 3%
}

.btns-para:after {
    border-left: 3px solid #fff;
    position: absolute;
    top: -29px;
    left: 18%;
    width: 25px;
    height: 87px;
    content: ""
}

.circle-img img {
    width: 9%;
    position: absolute;
    right: 13%;
    bottom: -17px;
    animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
    z-index: 11
}

img.img-s {
    width: 16%;
    position: absolute;
    right: 10%;
    bottom: -60px;
    animation: none;
    z-index: 1
}

@keyframes animationglob {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.btns-para a {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%)
}

.btns-para a:hover {
    background-image: linear-gradient(0deg, #ef5965 0%, #f37d55 100%)
}

.our-portfolio {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    padding: 5% 0;
    z-index: revert-layer;
    padding-bottom: 4%
}

.portfolio-tab ul li.nav-item button {
    padding: 0 55px !important;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    padding-top: 12px !important
}

.porfolio-video img {
    width: 100%;
    cursor: pointer
}

.porfolio-video {
    border-top: 36px solid #f49491;
    border-bottom: 36px solid #f49491;
    border-left: 25px solid #f49491;
    border-right: 25px solid #f49491;
    border-radius: 20px;
    margin-bottom: 6%
}

.portfolio-tab .nav-pills .nav-link.active {
    padding: 12px 50px !important;
    color: #f15f63 !important;
    background-color: #fff;
    margin-right: 8px
}

.portfolio-tab ul {
    border: none !important;
    justify-content: center
}

.porfolio-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    overflow: hidden;
    transition: transform 1s ease-in-out
}

.porfolio-img img:hover {
    transform: translateY(calc(-100% + 200px));
    transition: transform 5s ease-in-out
}

.porfolio-img {
    overflow: hidden;
    height: 570px;
    border-radius: 20px;
    margin: 0 5%;
    border-top: 36px solid #f49491;
    border-bottom: 36px solid #f49491;
    border-left: 25px solid #f49491;
    border-right: 25px solid #f49491
}

.porfolio-row .porfolio-img {
    height: 480px
}

.tp-feature-thumb img {
    width: 80%;
    display: block;
    margin: -12px auto
}

.built-box {
    text-align: center;
    padding: 24px 0;
    margin: 9px 0;
    height: 100%;
    border-radius: 20px;
    box-shadow: #f2735a 0 2px 8px 0
}

.tp-section-title-wrapper .mini-screen h5 {
    font-size: 35px
}

.poort-last-img img {
    width: 80%;
    display: block;
    margin: 0 auto
}

section.portfolio-last {
    padding: 5% 0
}

.port-folio-para h3 hr {
    width: 20%;
    border-width: 10px !important;
    margin: 0 3%
}

hr:not([size]) {
    height: 3px
}

.email.box {
    margin-top: 5%;
    display: flex;
    flex-direction: column
}

.email.box span {
    font-size: 21px;
    color: #d1d3dc;
    font-weight: 600;
    padding-bottom: 0
}

.email.box a {
    font-size: 35px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #f1715a;
    width: fit-content;
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.selection a.main-banner-btn {
    color: #000 !important;
    padding: 12px 30px;
    font-size: 14px;
    margin: 0 16px;
    text-align: center
}

.selection a.main-banner-btn:hover {
    color: #fff !important
}

.selection.mt-4 {
    margin-bottom: 2%
}

h5.Req {
    color: #1d2145;
    font-size: 28px;
    font-weight: 700;
    margin-top: 3%
}

form.form-choose-one.form-group input {
    width: 100%;
    padding: 11px 27px;
    border: 1px solid #f06560;
    border-radius: 6px;
    margin: 18px 0
}

form.form-choose-one.form-group textarea {
    width: 100%;
    padding: 11px 27px;
    border: 1px solid #f06560;
    border-radius: 6px;
    margin-top: 1%
}

form.form-choose-one.form-group input[type="submit"] {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%) !important;
    font-size: 16px;
    color: #fff;
    font-weight: 500px;
    width: 20%;
    margin-top: 3%
}

section.contact-page-frm .quick-para h1 {
    text-align: left !important;
    margin: 4% 0
}

.contact-form-top-space {
    padding-top: 80px !important
}

form.form-choose-one.form-group input:focus {
    outline: none
}

section.contact-page-frm .contact-para img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: -5%
}

section.contact-page-frm .contact-para h1 {
    text-align: center;
    padding-top: 3%
}

section.contact-page-frm .contact-para h3 {
    text-align: center;
    padding-top: 3%
}

section.contact-page-frm .last-form-sec {
    margin-top: 5%
}

.services-head {
    margin-bottom: 3%
}

h3.text-left.breakdown-before-left.margin-bottom-50 {
    position: relative
}

h3.text-left.breakdown-before-left.margin-bottom-50:after {
    content: "";
    position: absolute;
    border-top: 8px solid #f1675f;
    width: 70px;
    height: 70px;
    top: -9%;
    left: 1%
}

h3.text-left.breakdown-before-left.margin-bottom-50 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(90deg, #ff4969 -20%, #fc9d44 115%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: left
}

.col-lg-4.col-md-4.col-sm-12.col-xs-12 p {
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    font-weight: 400
}

.row.set-height h3 {
    font-size: 20px;
    text-align: justify;
    color: #f16f5b
}

.row.set-height p {
    font-size: 14px;
    font-weight: 400
}

section.service-edit span {
    font-family: "Circar Std";
    font-weight: 900;
    font-size: 72px;
    line-height: 72px;
    background: linear-gradient(90deg, #ff4969 -20%, #fc9d44 115%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

h3.text-left.breakdown-before-left.wow.fadeInDown {
    background: linear-gradient(90deg, #ff4969 -20%, #fc9d44 115%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background: linear-gradient(90deg, #ff4969 -20%, #fc9d44 115%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: left
}

p.text-center.grey {
    color: #c3c3c3;
    font-size: 16px;
    padding: 0;
    margin: 0 0 30px;
    line-height: 22px;
    font-weight: 400
}

input#quoteSubmit {
    background: linear-gradient(90deg, #ff4969 -20%, #fc9d44 115%)
}

.service-top {
    padding-top: 16px !important
}

.row.set-height a {
    display: none
}

.web-portal-hed h1 {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    font-weight: 700
}

.web-portal-hed h1 span {
    font-size: 16px
}

.web-portal-hed h3 {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    font-weight: 700
}

.web-portal-hed h3 span {
    font-size: 16px
}

.web-portal-hed h2 {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    text-align: center;
    font-weight: 700
}

.web-portal-hed h2 span {
    font-size: 16px
}

.portal-pack {
    border: 2px solid #ef705a;
    border-radius: 20px;
    padding: 24px 28px;
    position: relative;
    overflow: hidden
}

.portal-pack ul.pack-details {
    height: auto
}

.portal-pack ul.pack-details li {
    font-size: 14px;
    line-height: 1.9
}

.portal-pack ul.pack-details li svg {
    position: relative;
    color: #f27558
}

.portal-pack ul.pack-details li:after {
    top: 17%;
    filter: drop-shadow(2px 4px 6px black)
}

.web-po-icon span a {
    color: #f2725a;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    margin: 0 15px
}

.web-po-icon span a svg {
    margin-right: 8px
}

.web-po-icon p {
    font-size: 22px;
    margin-top: 2%;
    font-weight: 700;
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.web-po-price p {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 29px;
    font-weight: 800
}

strike {
    font-size: 16px;
    font-weight: 600;
    color: #747474
}

.portal-pack:after {
    content: " ";
    position: absolute;
    top: -44px;
    left: -45px;
    background-image: linear-gradient(0deg, #f37d559e 0%, #ef5965b0 100%);
    width: 190px;
    height: 190px;
    z-index: -1;
    border-radius: 50%;
    overflow: hidden !important
}

section.custom-post .modal .modal-dialog {
    max-width: 60%
}

.pop-up-sideimg img {
    width: 75%;
    display: block;
    margin: 40% auto;
    margin-bottom: 10%
}

.col-md-6.pop-bg {
    background: #422d72
}

form.popup-form input {
    height: 44px !important;
    padding: 0 21px;
    margin: 5px 14px;
    border: 2px solid #422d72
}

form.popup-form textarea {
    padding: 0 21px;
    margin: 5px 14px;
    border: 2px solid #422d72
}

form.popup-form button {
    padding: 10px 11px;
    border-radius: 7px;
    width: 35%;
    color: #fff;
    font-size: 15px;
    margin: 13px auto;
    background-image: linear-gradient(0deg, #422d72 0%, #422d72 100%);
    border: 1px solid #fff !important;
    color: #f5fafb;
    font-weight: 600;
    text-transform: uppercase
}

form.popup-form {
    width: 94%;
    display: block;
    padding: 0 30px
}

.modal-content {
    background: #1d204e;
    width: 100% !important
}

.modal-header {
    padding: 0 !important;
    border: none;
    margin-bottom: -2%;
    z-index: 11
}

.modal-header button {
    background: #422d72;
    opacity: 1;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    width: 7%;
    height: 33px;
    position: relative;
    border: 1px solid #ef5b64;
    top: -8px;
    left: 11px
}

.modal-header button span {
    position: absolute;
    top: 9%;
    left: 30%;
    font-size: 35px
}

.modal-body {
    padding: 0
}

.pop-up-sideimg h1 {
    font-size: 36px;
    line-height: 35px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: -9%;
    font-weight: 700;
    color: #422d72
}

.modal-header button:hover {
    color: #fff
}

button.btn-close:after {
    content: "x"
}

form.popup-form h1 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 600;
    margin-bottom: -5px;
    font-size: 44px;
    -webkit-text-stroke: 1px #fff;
    color: #fff0;
    margin-bottom: 5%
}

form.popup-form img {
    filter: invert(1) brightness(100);
    display: block;
    margin: 5% auto
}

.thankyou-wrapper {
    text-align: center;
    padding: 5% 0
}

.thankyou-wrapper img {
    width: 50%
}

.thankyou-wrapper p {
    font-size: 16px;
    margin-top: 2%;
    color: #342b5d;
    font-weight: 600;
    margin-bottom: 3%
}

.thankyou-wrapper a {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 17px;
    transition: all 500ms linear
}

.thankyou-wrapper video {
    width: 60%;
    display: block;
    margin: -10px auto
}

.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 15%;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px #250016b5;
    padding: 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00e676;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1)
}

.whatsapp:hover {
    color: #fff
}

.whatsapp:focus {
    color: #fff
}

.whatsapp i {
    padding-top: 8px
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.p-banner h1 {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 6% 0;
    font-size: 47px;
    text-transform: uppercase
}

section.privacy h2 {
    background-image: linear-gradient(0deg, #f37d55 0%, #ef5965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase
}

section.privacy .container {
    margin: 5% 2%
}

.bg-fashion {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -177px -10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-agriculture {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -106px -122px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-art {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -10px -10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-automobile {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -194px -224px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-beauty {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -159px -175px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-catering {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -10px -175px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-charity {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -102px -224px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-cleaning {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -56px -273px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-communication {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -228px -60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-computer {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -108px -175px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-construction {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -10px -122px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-dating {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -10px -67px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-education {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -10px -273px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-employment {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -228px -164px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-engineering {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -59px -175px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-entertainment {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -274px -59px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-fashion {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -177px -10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-finance {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -10px -224px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-food {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -228px -112px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-games {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -148px -224px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-home {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -67px -10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-hospitality {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -274px -10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-insurance {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -56px -224px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-jewellry {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -124px -10px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-law {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -64px -67px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-media {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -177px -59px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-medical {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -177px -108px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-pets {
    width: 40px;
    height: 40px;
    background: url(../images/css_sprites.webp) -124px -63px;
    display: block;
    margin: 0 auto;
    margin-bottom: 9%
}

.bg-designers {
    width: 100px;
    height: 56px;
    background: url(../images/css_spritess.webp) -84px -10px
}

.bg-support {
    width: 47px;
    height: 53px;
    background: url(../images/css_spritess.webp) -153px -10px
}

.bg-fastest {
    width: 54px;
    height: 59px;
    background: url(../images/css_spritess.webp) -10px -10px
}

.bg-unlimited {
    width: 43px;
    height: 56px;
    background: url(../images/css_spritess.webp) -10px -89px
}

.bg-lead_icon1 {
    width: 53px;
    height: 53px;
    background: url(../../404.html) -85px -10px
}

.bg-lead_icon2 {
    width: 55px;
    height: 55px;
    background: url(../../404.html) -10px -10px
}

.bg-logo1 {
    width: 139px;
    height: 77px;
    background: url(../images/css_sprites2.webp) -10px -10px
}

h3.zero {
    text-align: center;
    font-size: 35px;
    font-family: "Roboto", sans-serif !important;
    color: #404040 !important;
    font-weight: 600
}

p.mb-4.z-para {
    text-align: center
}

.choose-us-boc.z-main {
    height: 300px;
    text-align: center;
    border-radius: 26px;
    border: 1px solid #f26a5e;
    margin-bottom: 15%
}

.choose-us-boc.z-main h4 {
    margin-top: 19%;
    margin-bottom: 9%
}

div#loom-companion-mv3 {
    display: none
}

section#shadow-host-companion {
    display: none
}

ul.my-listo {
    padding: 0;
    margin-top: -4%
}

ul.my-listo li {
    list-style: outside;
    font-size: 16px;
    line-height: 1.9
}

.c-heade h1 {
    font-size: 50px !important;
    font-weight: 600 !important;
    margin-bottom: 2% !important;
    font-family: "Roboto", sans-serif !important;
    color: #404040 !important;
    text-align: center
}

section.certificate-sec {
    background-image: url(../images/SCC.png) !important;
    padding: 6% 0;
    background-repeat: no-repeat !important;
    margin-top: 6%;
    margin-bottom: 2%;
    background-position: center;
    background-size: cover
}

section.certificate-sec .slick-arrow {
    display: none !important
}

section.certificate-sec h3 {
    color: #fff;
    margin-bottom: 1%;
    font-size: 50px;
    font-weight: 600
}

.services-banner-two {
    background: url(../images/service-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 80px;
    padding-bottom: 100px
}

.services-banner-two .row {
    display: flex;
    align-items: center
}

.services-banner-two h4 {
    color: #fff;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 34px;
    border-bottom: 4px solid #f06061;
    width: fit-content;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.services-banner-two h1 {
    font-size: 50px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 400
}

.services-banner-two h1 span {
    color: #f06061;
    font-weight: 600
}

.services-banner-two p {
    color: #d9d9d9;
    font-family: "Poppins";
    line-height: 26px;
    font-size: 14px
}

.banner-image img {
    width: 90%
}

.banner-image {
    text-align: center
}

.inner-info-graphics {
    padding-bottom: 0 !important
}

.under-banner {
    margin-top: -130px;
    display: block;
    z-index: 9;
    position: relative
}

.under-banner img {
    width: 100%
}

.conceptual-design .row {
    display: flex;
    align-items: center
}

.conceptual-design {
    padding-top: 80px;
    padding-bottom: 80px
}

.conceptual-design h2 {
    color: #1a204f;
    font-size: 50px;
    font-weight: 400;
    font-family: "Poppins";
    margin-bottom: 15px
}

.conceptual-design h2 span {
    color: #f06061;
    font-weight: 700
}

.conceptual-design p {
    color: #000;
    font-family: "Poppins";
    line-height: 25px;
    font-size: 14px;
    width: 84%
}

.conceptual-design img {
    width: 87%;
    margin-left: 30px
}

.stats-section {
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 60px !important
}

.stats-container {
    background: url(../images/deeline.png);
    background-repeat: no-repeat;
    background-position: 47% 102px;
    background-size: contain
}

.stats-container .stats-box {
    background: url(../images/dee.png);
    background-repeat: no-repeat;
    background-size: 100% 37%;
    background-position: top;
    padding: 20px
}

.stats-section .stats-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 0
}

.stats-section .stats-box {
    text-align: center
}

.stats-section .stats-circle {
    width: 170px;
    height: 170px;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px solid #1a204f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.stats-section svg {
    position: relative;
    width: 110px;
    height: 110px;
    transform: rotate(-90deg)
}

.stats-section circle {
    fill: none;
    stroke-width: 13px;
    stroke: #fff0;
    cx: 50;
    cy: 50;
    r: 45;
    transform: translate(5px, 5px)
}

.stats-section .stats-progress {
    stroke: #f06061;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 1s linear
}

.stats-section .stats-number {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1a204f;
    font-family: "Poppins";
    font-weight: 600
}

.stats-section .stats-box p {
    margin-top: 10px;
    font-size: 20px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins"
}

.ourservice {
    background: #f0606161;
    padding-top: 80px;
    padding-bottom: 80px
}

.ourservice .service-heading h3 {
    text-align: center;
    color: #1a204f;
    font-weight: 600;
    font-size: 22px;
    font-family: "Poppins"
}

.ourservice .service-heading h2 {
    text-align: center;
    color: #1a204f;
    font-weight: 500;
    font-size: 60px;
    font-family: "Poppins"
}

.ourservice .service-heading h2 span {
    color: #f06061;
    font-weight: 700
}

.ourservice .service-heading p {
    text-align: center;
    width: 50%;
    margin: auto;
    color: #000;
    font-family: "Poppins";
    line-height: 25px;
    font-weight: 300;
    font-size: 15px
}

.ourservice .logo-box {
    background: linear-gradient(0deg, #1a204fff -13%, #f06061ff 99%);
    width: 100%;
    position: relative;
    padding: 20px 21px 20px 37px !important;
    height: 400px;
    align-content: center;
    border-radius: 13px;
    transition: .3s;
    margin-top: 24px
}

.logo-box:hover {
    background: #1a204f;
    transform: scale(0.97);
    border: 2px solid #1a204f
}

.ourservice .logo-box h4 {
    color: #fff;
    font-family: "Poppins";
    font-size: 26px;
    margin-bottom: 10px;
    text-align: left
}

.ourservice .logo-box p {
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 25px;
    text-align: left
}

.ourservice .logo-box a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    display: block
}

.ourservice .logo-box a i {
    margin-left: 10px
}

.logo-box img {
    width: 80px;
    margin-bottom: 15px;
    text-align: left;
    object-fit: contain;
    height: 80px !important;
    margin-left: 0
}

.logo-box::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 7px;
    background-color: #fff;
    border-radius: 30px;
    display: block;
    top: 37%;
    left: 17px
}

.logo-box-custom-design .logo-box::before {
    display: none !important
}

.logo-box-custom-design .logo-box a {
    pointer-events: none
}

.ourservice .service-heading h2::before {
    display: none !important
}

.conceptual-design h2::before {
    display: none !important
}

.image-box-wrapper img {
    width: 100%
}

.text-box-1 {
    margin-top: 20%;
    margin-left: -15%
}

.text-box-2 {
    margin-top: 28%
}

.text-box-3 {
    margin-top: 16%;
    margin-left: -17%
}

.text-box-4 {
    margin-top: -37%;
    margin-left: -13%;
    width: 108%
}

.text-box-5 {
    margin-top: -9%;
    margin-left: 19%;
    width: 108%
}

.frame-content h2 {
    color: #1a204f;
    font-size: 40px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    text-align: center
}

.frame-content h3 {
    color: #f06061 !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    text-align: center
}

.frame-content {
    margin-bottom: 50px !important
}

.page-iner-process {
    display: none !important
}

.clip-top {
    display: none !important
}

.frame-box-cont h3 {
    color: #1a204f;
    font-size: 22px;
    font-weight: 600;
    font-family: "Poppins", sans-serif
}

.frame-box-cont p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 25px
}

.frame-box-cont p a {
    color: #000
}

.frame-box-cont {
    padding-bottom: 10%;
    padding-top: 60px
}

.text-box-4 p {
    width: 95% !important
}

@media (max-width: 2500px) and (min-width: 1400px) {
    .text-box-3 {
        margin-top: 20%
    }

    .text-box-2 {
        margin-top: 25%
    }

    .text-box-4 {
        margin-left: -29%
    }
}

@media (max-width: 1700px) and (min-width: 1400px) {
    .text-box-3 {
        margin-top: 16%
    }

    .text-box-4 {
        margin-left: -14%
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .frame-box-cont p {
        font-size: 14px
    }

    .text-box-3 {
        margin-top: 18%
    }

    .text-box-4 {
        margin-top: -30%;
        margin-left: -1%;
        width: 108%
    }
}

@media (max-width: 1023px) and (min-width: 992px) {
    .text-box {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important
    }

    .frame-box-cont .row {
        display: block !important
    }

    .frame-box-cont h3 {
        text-align: center
    }

    .frame-box-cont p {
        text-align: center
    }

    .text-box-4 {
        margin-top: -30%;
        margin-left: -1%;
        width: 108%
    }

    .frame-box-cont .col-md-7 {
        width: 100% !important
    }

    .frame-box-cont .col-md-5 {
        width: 100% !important
    }

    .frame-box-cont .col-md-3 {
        width: 100% !important
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 24px !important
    }

    h2 {
        font-size: 19px !important
    }

    h3 {
        font-size: 16px !important
    }

    h4 {
        font-size: 14px !important
    }

    .services-banner-two h1 {
        font-size: 36px
    }

    .services-banner-two h4 {
        font-size: 16px !important;
        border-bottom: 2px solid #f06061
    }

    .under-banner {
        margin-top: 40px !important
    }

    .services-banner-two {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .conceptual-design {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .conceptual-design h2 {
        font-size: 26px !important
    }

    .stats-section .counter-box p {
        font-size: 16px !important
    }

    .stats-section .counter-box p br {
        display: none
    }

    .stats-section {
        padding-bottom: 40px !important
    }

    .ourservice .service-heading h2 {
        font-size: 30px !important
    }

    .ourservice .service-heading p {
        width: 100% !important
    }

    .logo-box::before {
        display: none
    }

    .ourservice .logo-box {
        padding: 15px;
        padding-left: 15px !important
    }

    .logo-box img {
        width: 50px;
        margin-bottom: 15px
    }

    .ourservice .logo-box {
        margin-top: 15px !important
    }

    .ourservice {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .text-box {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        width: 100% !important
    }

    .frame-box-cont .row {
        display: block !important
    }

    .frame-box-cont h3 {
        text-align: center;
        font-size: 20px !important
    }

    .frame-box-cont p {
        text-align: center;
        font-size: 14px
    }

    .frame-box-cont .col-md-7 {
        width: 100% !important
    }

    .frame-box-cont .col-md-5 {
        width: 100% !important
    }

    .frame-box-cont .col-md-3 {
        width: 100% !important
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    .stats-container {
        column-count: 2;
        flex-wrap: wrap
    }

    .stats-box {
        width: 50% !important;
        background: none !important
    }
}

@media (max-width: 767px) {
    .dropdown:hover>.dropdown-menu {
        width: 100%;
        text-align: center
    }

    .head-menu .main-nav .navbar .navbar-nav li .dropdown-menu li a:hover {
        color: #fff
    }

    .stats-container {
        column-count: 2;
        display: block !important;
        background-size: 0 !important
    }

    .stats-box {
        background-size: 0 !important
    }

    .conceptual-design img {
        width: 67%;
        margin-left: 0
    }

    .conceptual-image {
        text-align: center
    }

    .conceptual-design .row {
        flex-wrap: wrap-reverse
    }

    .conceptual-design h2 br {
        display: none !important
    }

    .conceptual-design h2 {
        text-align: center
    }

    .conceptual-design p {
        width: 100% !important;
        text-align: center
    }

    .ourservice .service-heading p {
        font-size: 14px !important
    }

    .service-my-row .col-md-4 {
        width: 50% !important
    }

    .service-my-row {
        display: flex
    }

    .services-banner-two h4 {
        margin: auto;
        margin-bottom: 16px !important
    }

    .services-banner-two h1 {
        text-align: center
    }

    .services-banner-two p {
        text-align: center
    }

    .header-btn {
        display: none !important
    }

    .contact-info-box h5 {
        width: 24px !important;
        text-align: center;
        width: 100% !important
    }
}

@media (max-width: 577px) {
    .conceptual-design h2 {
        font-size: 20px !important
    }

    .stats-container {
        column-count: 1
    }

    .ourservice .service-heading h2 {
        font-size: 20px !important
    }

    .service-my-row .col-md-4 {
        width: 100% !important
    }

    .contact-form form input[type="submit"] {
        width: 49%;
        margin-top: 6%;
        font-size: 16px;
        color: #fff;
        font-weight: 500
    }

    .contact-form form input {
        margin-bottom: 4% !important
    }
}

.modal-dialog {
    margin-top: 10%
}

#imageModal .modal-content {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/cristmuspopup.jpg);
    background-position: center;
    background-size: contain;
    border-radius: 10px
}

#imageModal .modal-content h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Roboto" !important
}

.limitedaccess {
    position: relative;
    padding: 11px 38px;
    background: #ffd83c;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    border: 1px solid #ffd83c;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 3px #0003);
    font-family: "Poppins";
    transition: .5s
}

.limitedaccess svg {
    fill: #007a00 !important
}

.limitedaccess:hover {
    border: 1px solid #d7081e;
    background: linear-gradient(85deg, #d7081e, #d7081e, #d7081e, #d7081e, #d7081e);
    animation: wind 2s ease-in-out infinite;
    box-shadow: #64646f33 0 7px 29px 0;
    color: #fff !important
}

@keyframes wind {
    0% {
        background-position: 0 50%;
        background-position: 50% 100%;
        background-position: 0 50%
    }
}

.limitedaccess .icon-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    transform-origin: 0 0;
    transform: rotate(10deg);
    transition: all .5s ease-in-out;
    filter: drop-shadow(2px 2px 3px #0000004d)
}

.limitedaccess:hover .icon-1 {
    animation: slay-1 3s cubic-bezier(0.52, 0, 0.58, 1) infinite;
    transform: rotate(10deg)
}

@keyframes slay-1 {
    0% {
        transform: rotate(10deg)
    }

    50% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(10deg)
    }
}

.limitedaccess .icon-2 {
    position: absolute;
    top: 0;
    left: 25px;
    width: 12px;
    transform-origin: 50% 0;
    transform: rotate(10deg);
    transition: all 1s ease-in-out;
    filter: drop-shadow(2px 2px 3px #00000080)
}

.limitedaccess:hover .icon-2 {
    animation: slay-2 3s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
    transform: rotate(0)
}

@keyframes slay-2 {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(15deg)
    }

    100% {
        transform: rotate(0)
    }
}

.limitedaccess .icon-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    transform-origin: 50% 0;
    transform: rotate(-5deg);
    transition: all 1s ease-in-out;
    filter: drop-shadow(2px 2px 3px #00000080)
}

.limitedaccess:hover .icon-3 {
    animation: slay-3 2s cubic-bezier(0.52, 0, 0.58, 1) 1s infinite;
    transform: rotate(0)
}

@keyframes slay-3 {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0)
    }
}

#imageModal.modal.show {
    display: none !important
}

@media (max-width: 1700px) and (min-width: 1450px) {
    .main-banner-top {
        padding-bottom: 845px !important
    }
}

.modal-body h3 {
    text-align: center;
    font-size: 27px;
    font-weight: 800;
    color: #fff;
    line-height: 24px;
    margin-bottom: 18px
}

.modal-body h3 p {
    font-size: 37px;
    margin-top: 6%;
    margin-bottom: 15px
}

p.pare {
    text-align: center;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase
}

p.pare span {
    font-size: 15px
}

.modal-body {
    position: relative
}

.modal-body:after {
    content: "";
    background-image: url(../images/Popup-03.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 77px;
    height: 100px;
    position: absolute;
    bottom: -15px;
    left: -3px
}

.modal-body:before {
    content: "";
    background-image: url(../images/Popup-02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 135px;
    height: 135px;
    position: absolute;
    right: -28px;
    top: -28px
}

.modal-body h3 p span {
    color: #ff5842 !important
}

.bg-lead_icon2 {
    width: 55px;
    height: 55px;
    background: url(../images/css_sprites.png) -10px -10px
}

.bg-lead_icon1 {
    width: 53px;
    height: 53px;
    background: url(../images/css_sprites.png) -85px -10px
}

.bg-dynamic {
    width: 79px;
    height: 77px;
    background: url(../images/css_sprites3.png) -209px -10px
}

.bg-flexibility {
    width: 82px;
    height: 76px;
    background: url(../images/css_sprites3.png) -107px -10px
}

.bg-reading {
    width: 77px;
    height: 83px;
    background: url(../images/css_sprites3.png) -10px -10px
}

.bg-clock {
    width: 74px;
    height: 74px;
    background: url(../images/css_sprites3.png) -10px -113px
}

.bg-statue_of_liberty__1_ {
    width: 49px;
    height: 48px;
    background: url(../images/css_sprites5.png) -10px -10px
}

.bg-statue_of_liberty {
    width: 49px;
    height: 48px;
    background: url(../images/css_sprites5.png) -79px -10px
}

.bg-dmca_protected_sml_120l {
    width: 121px;
    height: 24px;
    background: url(../images/css_sprites6.png) -185px -275px
}

.footer-cc {
    display: flex;
    flex-direction: column-reverse
}