.banner,.themeBtn {
    position: relative
}

.card-hover__img>img,.sideBar,a,button {
    transition: .3s ease-in-out
}

.banner-menu ul li,.design-box-menu ul li,.footer-nav-menu ul li {
    margin: 10px 0
}

.tab-img:after,i.bx {
    font-family: boxicons
}
html,body {
    overflow-x: hidden;
}

@font-face {
    font-family: boxicons;
    src: url("../fonts/boxicons/boxicons.ttf")
}

:root {
    --c1: #005ba9;
    --c2: #f0f1f5;
    --c3: #1c9b8f;
    --c4: #000a47;
    --f1: "Poppins",sans-serif
}

html {
    scroll-behavior: smooth
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none!important;
    list-style-type: none;
    font-family: var(--f1)
}

a {
    display: inline-block;
    color: #000
}

dl,ol,ul {
    margin-bottom: 0
}

.imgFluid {
    max-width: 100%;
    height: auto
}

button {
    cursor: pointer
}

i.bx {
    vertical-align: middle
}

.mar-y {
    margin: 4rem 0
}

.themeBtn {
    width: fit-content;
    display: block;
    background-color: var(--color-primary);
    color: #fff;
    font-size: 1rem;
    border: 2px solid transparent;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: .75rem 2rem;
    z-index: 1
}

.themeBtn::after,.themeBtn::before {
    content: "";
    width: 100%;
    height: 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: .3s ease-in-out;
    z-index: -1
}

.themeBtn::before {
    top: 0
}

.themeBtn::after {
    bottom: 0
}

.themeBtn:hover::after,.themeBtn:hover::before {
    height: 50%
}

.themeBtn--center {
    margin: 1rem auto
}

.themeBtn--full {
    width: 100%
}

.themeBtn:hover {
    color: var(--color-primary)
}

.card-hover__img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.card-hover:hover .card-hover__img>img {
    transform: scale(1.5)
}

.section-content {
    color: #000
}

.section-content .subHeading {
    font-size: 1.25rem
}

.cta .section-content .heading {
    font-size: 24px
}

.section-content .heading {
    font-size: 35px;
    color: #444;
    font-weight: 700;
    line-height: 1.25
}

.section-content p {
    color: #444;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400
}

.section-content--alt .heading {
    font-size: 50px;
    font-weight: 700;
    color: var(--c4)
}

.section-content--alt p {
    font-size: 22px;
    line-height: 30px;
    color: #444
}

.footer-social-icons ul {
    display: flex;
    gap: 20px;
    margin: 20px 0
}

.footer-social-icons ul li a {
    border: 1px solid #000;
    width: 40px;
    aspect-ratio: 1/1;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem
}

.footer-nav-menu h5 {
    font-weight: 600;
    color: #444
}

.footer {
    background-color: #fefefd;
    padding: 70px 0 20px;
    border-top: 1px solid #f5f5f5
}

.contact-number {
    font-weight: 900;
    color: var(--c1)!important
}

.design-contact a,.footer-nav-menu li a {
    color: #444
}

.banner {
    width: 100%;
    height: 100%;
    min-height: 80vh;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 45px
}

.banner--inner,.package-box:hover a,.package-box:hover h3,.package-box:hover h4,.package-box:hover p,.sideBar__close,.sideBar__close:hover {
    color: #fff
}

.banner__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

:is(.banner-content__heading,.banner-content__subHeading) {
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: .5rem
}

.banner-content__heading {
    font-size: 3rem
}

.banner-content__subHeading {
    font-size: 1.25rem
}

.banner-content>p {
    font-size: 1rem;
    font-weight: 500;
    margin: 1rem 0
}

.sideBar {
    width: 280px;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: 0 0/200% #00000047;
    padding: 4rem 2.13rem;
    transform: translateX(-100%);
    z-index: 100;
    backdrop-filter: blur(5px)
}

.sideBar.show {
    transform: translateX(0)
}

.sideBar__logo {
    width: 200px;
    display: block
}

.about-banner-video>video,.about-item img,.busniess-item img,.sideBar__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sideBar__close {
    position: absolute;
    top: .5rem;
    right: .75rem;
    font-size: 1.6rem;
    background: var(--color-primary);
    background-size: 200%;
    border-radius: 100%;
    width: 40px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center
}

:is(.sideBar__nav,.sideBar__nav > li > a:not(.themeBtn)) {
    display: flex;
    justify-content: flex-start
}

.sideBar__nav {
    margin-top: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.15rem
}

.sideBar__nav>li>a:not(.themeBtn) {
    color: #fff;
    font-size: .9rem;
    font-weight: 500;
    text-transform: capitalize;
    gap: .25rem
}

.sideBar__nav>li>a:not(.themeBtn) i {
    color: var(--color-primary);
    font-size: 1.25rem
}

.sideBar__nav>li>a:hover {
    color: var(--color-primary)!important
}

.cta {
    display: flex;
    align-items: end;
    flex-direction: column;
    gap: .75rem;
    position: fixed;
    top: 55%;
    right: 0;
    transform: translate(80%,-50%);
    z-index: 99
}

.busniess-boxes,.cta-single,.cta-single__icon {
    position: relative
}

:is(.cta-single__icon,.cta-single__icon > span) {
    display: flex;
    align-items: center;
    transition: .4s
}

.cta-single__icon {
    width: 280px;
    color: #ffff;
    background: var(--color-primary);
    background-size: 200%;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-start;
    gap: .75rem;
    box-shadow: 0 0 10px 5px #00000020;
    border-radius: 100px 0 0 100px;
    background-color: #fff
}

.cta .contact-form__fields .themeBtn {
    background: #4c32fd;
    font-size: 14px
}

.cta-single__icon>span {
    width: 60px;
    height: 50px;
    font-size: 1.25rem;
    justify-content: center;
    position: relative;
    color: var(--c1);
    border-right: 1px solid #ded9d9
}

.cta-single__icon:hover {
    color: #444;
    background-color: #fff;
    font-weight: 300;
    font-size: 20px
}

.call-now:hover,.modal button.close {
    background: var(--color-primary);
    color: #fff
}

.cta-single__icon--link:hover {
    transform: translateX(-70%)
}

.cta-formWrapper {
    background: #fff;
    width: 375px;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%,-50%);
    transition: .3s ease-in-out
}

.cta-formWrapper.show {
    transform: translate(-122%,-50%)
}

.cta-single__icon--form.show {
    transform: translateX(-134%)
}

.busniess-boxes svg,.cancel-btn,.modal button.close,.tab-img:after {
    transform: translate(-50%,-50%)
}

.cta-single__icon--form span::after {
    right: 100%
}

.cta .contact-form__fields :is( input:not([type=file],[type=checkbox]),textarea,select,.contact-form__fields--file > label ) {
    border: 2px solid var(--color-primary)
}

.call-now {
    width: 50px;
    height: 50px;
    color: var(--color-primary);
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 0;
    line-height: initial;
    box-shadow: 6px 9px 30px 1px rgba(37,0,22,.71);
    animation: .5s infinite alternate float;
    background: #fff;
    border: solid 3px var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center
}

.call-now--whatsapp {
    bottom: 85px
}

@keyframes float {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.modal {
    padding: 0!important
}

.modal.show,.nav-menu li:hover .sub-menu,.polaroid__link {
    display: block
}

.modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0
}

.modal-content {
    height: 100%;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px;
    position: relative;
    border: none!important;
    margin-inline:auto}

.compensate-for-scrollbar,.modal-open {
    margin: 0!important;
    padding: 0!important;
    overflow: inherit!important
}

.modal button.close {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    text-shadow: none;
    outline: 0;
    margin-left: auto;
    position: absolute;
    opacity: 1;
    transition: .3s ease-in-out;
    z-index: 1;
    top: 0;
    left: 100%;
    width: 45px;
    height: 45px;
    border-radius: 100px
}

.modal-dialog.modal-dialog-centered {
    background: #48008847
}

.modal button.close:hover * {
    color: var(--color-secondary)
}

.modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none!important
}

.contact-formWrapper {
    color: #fff;
    background: #ba5621d9;
    border: 3px solid var(--color-primary);
    border-radius: 2.5rem;
    position: relative;
    padding: 2rem 1.75rem
}

.banner-ratting--white :not(i),.btn {
    color: #fff!important
}

.contact-formWrapper--modal {
    background: #fff;
    border-color: transparent;
    border-radius: .25rem;
    padding: 2rem 1.5rem
}

.contact-formWrapper>.heading {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.25;
    max-width: 85%;
    margin-bottom: 2rem
}

.contact-formWrapper p {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin: 1rem 0
}

.contact-formWrapper--modal p {
    text-align: left;
    margin: 0-5px 0 .25rem
}

.contact-form__fields {
    margin: .5rem .45rem
}

.contact-form__fields :is( input:not([type=file],[type=checkbox]),textarea,select,.contact-form__fields--file > label ) {
    width: 100%;
    background: #fff;
    border: none;
    outline: 0;
    border-radius: .25rem;
    padding: .75rem 1rem;
    margin: 0;
    resize: none
}

.contact-formWrapper--modal .contact-form__fields :is( input:not([type=file],[type=checkbox]),textarea,select,.contact-form__fields--file > label ) {
    border: 2px solid var(--color-primary)
}

.contact-form__fields :is(input,textarea,select)::placeholder,.contact-form__fields :is(input,textarea,select,.contact-form__fields--file > label) {
    color: #000!important;
    font-size: 1rem;
    font-weight: 400
}

.contact-form__fields--file>label {
    width: 100%;
    position: relative;
    border: 2px dashed var(--color-primary)!important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    cursor: pointer;
    padding: .6rem 1rem!important
}

.contact-form__fields--file>label>i {
    font-size: 1.75rem
}

.btn:before,.contact-form__fields--file>label>input,.slick-dots li button:before {
    display: none
}

.contact-form__fields button:not(.themeBtn) {
    width: 100%;
    color: #fff;
    font-size: 1.15rem;
    letter-spacing: 1px;
    font-weight: 600;
    border: none;
    background: var(--color-primary);
    padding: 1rem;
    text-align: center;
    text-transform: uppercase
}

.top-bar-con ul {
    display: flex;
    justify-content: end;
    gap: 20px
}

.top-bar-con ul li a i {
    color: var(--c1);
    padding-right: 5px;
    font-size: 19px
}

.top-bar-con ul li a {
    font-size: 13px;
    font-weight: 600
}

.top-bar {
    background-color: var(--c2);
    padding: 6px 50px
}

.btn,.nav-menu>ul>li>a:before,ul.sub-menu {
    background-color: var(--c3)
}

.head-second {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header {
    padding: 0 50px;
    position: relative;
}

.nav-menu ul {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
    position: relative
}

.btn {
    padding: 10px 20px;
    font-weight: 600!important
}

.nav-menu ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    position: relative;
    text-transform: capitalize;
}

.third-link ul {
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 600
}

.banner-ratting ul,.case-btn {
    align-items: center;
    display: flex
}

.third-section {
    background-color: var(--c2);
    padding: 10px
}

.banner-con h6,.banner-ratting {
    padding: 10px 0
}

.third-link ul li a {
    color: #444;
    padding-inline:0.5rem}

.third-link ul li {
    border-right: 1px solid #80808040;
    padding-right: 10px
}

.banner-menu ul li i {
    background-color: #fbb84b;
    color: #fff;
    margin-right: 15px;
    font-size: 20px;
    border-radius: 100%
}

.banner-ratting ul {
    gap: 10px
}

.banner-ratting ul li {
    font-size: 15px;
    color: #444
}

.ratting i {
    color: #fca705
}

.banner-con :is(h3, .heading-first) {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    width: 90%;
}

.banner-con :is(h6,p) {
    font-size: 17px;
    line-height: 24px;
    margin: 0.85rem 0;
}

.banner-images {
    display: flex;
    padding: 20px 0;
    gap: 10px
}

.banner-images--inner {
    width: 50%
}

.banner-images--inner img {
    filter: brightness(100)
}

.counter-number {
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-weight: 600;
    color: var(--c1)
}

.counter-inner-item p {
    font-size: 20px;
    font-weight: 600;
    color: #444
}

.counter-main {
    display: flex;
    justify-content: space-around
}

.design-boxes,.homecounter,.tab-images {
    padding: 70px 0 0
}

.about-banner,.advertise-slider,.award,.combo-pack,.potfolio,.services,section.contact,section.package-detail {
    padding: 70px 0
}

.ad-slider-item {
    border: 1px solid #0000000f;
    margin: 0
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    border: 1px solid rgba(187,187,187,.27);
    color: #fff!important;
    background-color: var(--c3)!important;
    border-radius: 8px
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border: 1px solid rgba(187,187,187,.27);
    color: #444;
    background-color: rgba(187,187,187,.27)
}

.nav-tabs .nav-link {
    border: 1px solid rgba(187,187,187,.27);
    border-radius: 8px;
    margin: 0!important;
    color: #444;
    font-weight: 300
}

.nav-tabs {
    border: 0;
    gap: 15px;
    justify-content: center
}

.nav-link {
    padding: 5px 20px
}

.tab-img a {
    height: 500px;
    width: 100%;
    margin-top: 10px;
    position: relative
}

.tab-img img {
    height: 100%;
    width: 100%;
    object-position: top;
    object-fit: cover
}

.tab-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #3d60a68c;
    opacity: 0;
    transition: .5s
}

.tab-img:hover:before {
    opacity: 1
}

.tab-img:after {
    position: absolute;
    content: "\ebc0";
    left: 50%;
    top: 60%;
    font-size: 65px;
    font-weight: 900;
    color: #fff;
    opacity: 0;
    transition: .5s
}

.tab-img:hover:after {
    opacity: 1;
    top: 50%
}

.design-box-con h4 del {
    text-decoration: line-through!important;
    font-size: 16px;
    color: var(--c1)
}

.design-box-con h3 {
    font-size: 45px;
    font-weight: 700;
    padding: 15px 0 10px
}

.nav-menu>ul>li,.test-con p {
    padding: 20px 0
}

.design-box-btn a {
    width: 65%
}

.design-box-menu {
    height: 110px;
    overflow: auto;
    margin: 20px 0
}

.design-box-menu::-webkit-scrollbar {
    width: 5px
}

.design-box-menu::-webkit-scrollbar-track {
    border-radius: 10px
}

.design-box-menu::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 10px
}

.design-box-menu::-webkit-scrollbar-thumb:hover {
    background: #424242
}

.design-contact ul {
    display: flex;
    justify-content: space-around;
    padding: 20px 0
}

.design,.testimonial {
    padding: 50px 0
}

.design-box {
    background-color: #fff;
    border: 1px solid #4444444a;
    padding: 40px 20px;
    transition: .5s;
    margin: 10px 0
}

.btn-1 {
    color: #444;
    font-weight: 600
}

.design-contact {
    border-top: 1px solid #4444447a
}

a.tab-img {
    height: 500px;
    width: 100%;
    position: relative;
    margin: 10px 0
}

.design-box:hover {
    border-color: var(--c1)
}

.design-box-con h5 {
    color: var(--c1);
    font-size: 16px;
    font-weight: 600
}

.design-box-con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.design-box-con h4 span {
    color: var(--c1);
    font-weight: 300;
    font-size: 16px
}

.busniess-item {
    background-color: var(--c1);
    padding: 60px;
    width: 170px;
    aspect-ratio: 1/1;
    margin: 30px auto;
    border-radius: 100%
}

.busniess-boxes svg {
    position: absolute;
    left: 50%;
    top: 20%
}

.business {
    padding: 70px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.busniess-inner-item h3 {
    font-size: 25px;
    color: var(--c4);
    line-height: 27px
}

.busniess-inner-item p {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 24px
}

.test-img {
    width: 220px;
    margin: 0 auto
}

.test-ratting i {
    color: #dd0909;
    font-size: 21px
}

.test-con p {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 18px;
    margin: 0
}

.test-item {
    margin: 0;
    padding: 20px 10px 0;
    border: 1px solid #9b9b9b6b;
    height: 515px
}

.test-inner-item h4 {
    font-size: 21px;
    color: #444;
    padding-bottom: 10px
}

.user {
    color: #9b9b9b;
    font-size: 14px
}

.contact-form input,.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 0;
    border-bottom: 1px solid #44444452;
    outline: 0
}

.iti input {
    border-bottom: 1px solid #4444444d!important;
    color: #444!important
}

.contact-form__fields :is(input,textarea,select)::placeholder,.contact-form__fields :is(input,textarea,select,.contact-form__fields--file > label) {
    color: #181818d1!important
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #4444444d
}

.contact-btn a {
    width: 30%;
    margin: 20px 0
}

.btn:hover {
    background-color: #000;
    color: #fff
}

.footer-social-icons li a:hover {
    background-color: var(--c3);
    color: #fff;
    border: 1px solid #fff
}

.nav-menu a:hover {
    color: var(--c3)
}

.nav-menu>ul>li>a:before {
    position: absolute;
    content: "";
    width: 0%;
    transition: .5s;
    height: 3px;
    bottom: 226%;
    left: 0
}

.nav-menu ul li a:where(:hover,.active):before {
    width: 100%
}

.nav-menu ul li a:where(:hover,.active) {
    color: var(--c3)
}

ul.sub-menu {
    width: 284px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    display: none;
    padding: .5rem 0
}

.sub-menu li a {
    color: #fff!important;
    margin: 12px 30px
}

.contact-form__fields input,.contact-form__fields textarea {
    border: 1px solid #00000026!important
}

#phone {
    border: 0!important;
    border-bottom: 1px solid #44444454!important
}

.header-logo a img {
    width: 180px
}

.heading--sm span {
    font-size: 24px;
    font-weight: 500;
    display: block
}

.contact-content a {
    display: block;
    margin: 10px 0
}

.cta-single__icon--form.show span i {
    transform: rotate(45deg)
}

.service-heading {
    font-size: 65px;
    color: #444;
    padding: 25px 0;
    position: relative
}

.service-content {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0
}

.service-heading:before {
    position: absolute;
    content: "";
    width: 15%;
    height: 2px;
    background-color: var(--c1);
    bottom: 0
}

.option-main {
    display: flex;
    gap: 177px;
    justify-content: center;
    align-items: baseline
}

.option-item p {
    color: var(--c1);
    font-size: 17px;
    font-weight: 400;
    margin: 0
}

section.option {
    padding-bottom: 70px
}

.option-item:hover {
    transform: translate3d(0,5px,0)
}

.option-item {
    transition: .5s
}

.services-item-head {
    font-size: 45px;
    color: #444;
    font-weight: 400
}

.service-item-menu ul li {
    margin: 10px 0;
    color: #6c6b6b;
    font-size: 20px
}

.case-btn p {
    color: var(--c1);
    font-size: 18px;
    margin: 0
}

.case-btn a {
    width: 55px;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 4px 10px -7px
}

.package-box:hover,.package-btn a,.slick-dots .slick-active button {
    background-color: var(--c1)
}

.case-btn {
    gap: 15px;
    padding: 20px 0
}

.services-inner-item {
    padding: 70px 0;
    transition: .5s
}

.reviews-item {
    width: 100%
}

.slick-dots li button {
    background-color: #fff;
    border: 1px solid var(--c1);
    border-radius: 3px;
    width: 10px;
    height: 10px
}

.call {
    display: flex;
    gap: 10px;
    align-items: center
}

.call-con p {
    margin: 0;
    color: var(--c1);
    font-size: 20px;
    font-weight: 700
}

.call-icon {
    font-size: 50px;
    color: var(--c1)
}

.call-con a {
    font-size: 25px
}

.comunication {
    padding: 20px;
    border: 1px solid #4444443b
}

.about-banner-video {
    width: 100%;
    height: 100%
}

.slick-dots {
    top: 100%
}

.about-item {
    height: 450px;
    margin: 0 40px
}

.award-logo {
    display: flex;
    justify-content: space-around;
    padding: 30px 0
}

.award-logo-item,.cancel-btn {
    align-items: center;
    display: flex
}

.award-logo-item {
    gap: 20px
}

.award-logo-item p {
    margin: 0;
    font-size: 20px
}

.awards-table tbody tr {
    height: 45px;
    border-top: 1px solid #44444473
}

.awards-table tbody tr td {
    padding: 0 100px 0 0;
    font-size: 16px;
    font-weight: 300
}

.awards-table {
    margin: 40px 0 0
}

.award-item {
    height: 500px;
    width: 100%
}

.award-item img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.package-box-con h4 {
    font-size: 30px;
    color: #444
}

.package-box-con h4 del {
    text-decoration: line-through!important;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin: 1rem 0
}

.package-box-con h3 {
    font-size: 60px;
    font-weight: 300;
    color: #444
}

.package-box-con p {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 0;
    color: #444
}

.package-btn a {
    width: 50%;
    margin: 20px 0
}

.package-box {
    padding: 70px 0;
    border: 1px solid var(--c1);
    border-radius: 10px;
    transition: .5s;
    box-shadow: 3px 2px 9px 1px
}

.design-box-menu h3 {
    font-size: 35px;
    color: #444;
    padding: 0 0 20px
}

.package-box-menu {
    height: 395px;
    margin: 0
}

.cancel-btn,.edgtf-process-holder .edgtf-process-circle .edgtf-icon-element img,.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,.ticklist li img {
    height: 50px
}

.package-box-menu ul li {
    margin: 10px 0;
    border-bottom: 1px solid #44444430;
    padding: 10px 0;
    position: relative
}

.package-box:hover .package-btn a {
    background-color: #fff;
    color: var(--c1)!important
}

.package-box-menu ul li:before {
    position: absolute;
    content: "\ea41";
    font-family: boxicons;
    font-weight: 900;
    font-size: 25px;
    right: 2%;
    top: 50%;
    color: var(--c1);
    transform: translate(0,-60%)
}

.order-form input,.order-form select,.order-form textarea {
    width: 100%;
    padding: 10px;
    color: #444444bd;
    margin: 10px 0;
    border: 0;
    border-bottom: 1px solid #44444469;
    outline: 0
}

.order-btn a {
    margin: 10px 0;
    width: 30%
}

.order-form input,.order-form textarea,::placeholder {
    color: #000
}

.cancel-btn {
    position: absolute;
    left: 75%;
    top: 10%;
    width: 50px;
    border: 2px solid #000;
    text-align: center;
    justify-content: center;
    z-index: 100;
    font-size: 40px
}

.checklist li,.order,.polaroid,.polaroid__img-box {
    position: relative
}

.order {
    padding: 70px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.designunigue,.seo-cta {
    box-shadow: 0 0 8px 1px rgba(119,119,119,.81);
    -webkit-box-shadow: 0 6px 20px 0 rgba(119,119,119,.2);
    padding: 30px 85px;
    background-color: rgba(204,200,200,.17)!important
}

.designunigue p {
    color: #3a3a3a;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 0;
    padding-top: 6px
}

.designunigue .subimages li img {
    max-width: 110px
}

.designunigue .subimages li h6 {
    margin-bottom: 0;
    color: #3a3a3a;
    font-size: 14px;
    text-align: center;
    margin-top: 2px
}

.designunigue ul li span {
    color: #3a3a3a;
    font-size: 18px;
    display: block
}

.designunigue ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex
}

.books .list .item .book-links a,.checklist,.polaroid,.pricingboxes .largebox .leftarea,.seo-cta p,.services.seopage .text,.ticklist,.ticklist li {
    display: inline-block
}

.designunigue .subimages {
    display: inline-block!important;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0
}

.designunigue .subimages li {
    margin: 0 7px;
    float: left
}

.designunigue ul li:first-child {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ccc;
    width: 230px
}

.designunigue ul li:last-child {
    text-align: left
}

.designunigue ul li:nth-child(2) {
    width: 640px
}

.subimages li:nth-child(2) {
    width: auto!important
}

.designunigue .subimages li:first-child {
    border-right: 0!important;
    margin-right: 7px!important;
    padding-right: 0!important;
    width: auto!important
}

.pricingboxes .largebox .rightarea h4 {
    font-size: 24px;
    font-weight: 600
}

.pricingboxes .largebox .rightarea p {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 30px
}

.pricingboxes .largebox .leftarea figure {
    margin-bottom: 20px
}

.pricingboxes .largebox {
    box-shadow: 0 0 11px #eaf0f6;
    font-size: 0;
    margin-top: 32px;
    padding: 20px 35px 45px;
    background: #fff;
    border-radius: 3px
}

.pricingboxes .largebox .rightarea h3 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    text-align: center
}

.ticklist {
    width: 100%;
    margin-bottom: 0;
    padding: 0
}

.polaroid p,.polaroid__col {
    margin-bottom: 30px
}

.pricingboxes .largebox .rightarea {
    display: inline-block;
    width: 60%;
    padding-top: 32px
}

.pricingboxes .largebox .leftarea {
    width: 35%;
    text-align: center;
    vertical-align: top;
    margin-right: 20px
}

.ticklist li {
    width: 50%;
    vertical-align: top
}

.seo-cta p {
    width: 70%;
    font-size: 30px
}

.services h2.title {
    font: 700 52px/64px Poppins,sans-serif
}

.services.seopage .text {
    font: 20px/31px Poppins,sans-serif;
    color: #3a3a3a;
    margin-top: 22px;
    width: 48%;
    vertical-align: top
}

.books .list .item .title {
    margin: 35px 0 15px;
    font: 31px/37px Poppins,sans-serif;
    transform: translateZ(100px)
}

.books .list .item .description {
    display: block;
    font-size: 15px;
    font-family: Poppins,sans-serif;
    transform: translateZ(50px)
}

.books .list .item .book-links a {
    transition: .4s;
    height: 23px;
    line-height: 21px;
    margin-right: 11px;
    border-radius: 11.5px;
    border: 1px solid rgba(151,151,151,.25);
    font-family: gilroy-bold,sans-serif;
    font-size: 12px;
    color: #3a3a3a;
    padding: 0 15px
}

.books.seopage .list .item .book-size {
    transition: .4s;
    box-shadow: none;
    width: 225px;
    cursor: pointer;
    border-radius: 3px;
    max-width: 100%
}

.books .list .item {
    max-width: 294px
}

.services .border {
    margin-top: 28px;
    width: 76px;
    height: 1px;
    border: 1px solid #4c31ff
}

.packages-sec {
    background: url(../images/packagesbg.webp) top center/cover no-repeat;
    width: 100%;
    padding: 60px 0
}

.packages-sec h2 {
    text-align: center;
    width: 100%;
    font: 700 40px/44px Poppins,sans-serif
}

.checklist li,.packages-sec p {
    line-height: 1.4;
    font-size: 16px
}

.checklist {
    padding: 0 30px
}

.checklist li {
    width: 50%;
    padding-left: 30px;
    float: left;
    color: #223235;
    padding-bottom: 12px
}

.packages-sec p {
    text-align: center;
    padding: 30px 0 20px;
    font-family: Poppins,sans-serif
}

.checklist li:before {
    content: "\ed31";
    position: absolute;
    font-family: boxicons!important;
    left: 0;
    font-size: 16px;
    color: #005ba9;
    display: table-cell;
    vertical-align: middle
}

.btn-simple {
    font-size: 20px;
    color: #1c9b8f
}

.polaroid {
    width: 100%;
    z-index: 2;
    background-color: #fff;
    padding: 60px 0 20px
}

.polaroid.module h2 {
    font: 700 40px/44px Poppins,sans-serif;
    text-transform: uppercase
}

.polaroid__col {
    background-color: #fff;
    list-style: none;
    overflow: hidden;
    border: 1px solid rgba(222,222,222,.25);
    box-shadow: rgba(159,159,159,.83) 0 0 15px;
    clear: none;
    width: 22.1%;
    display: inline
}

.polaroid__img-box {
    overflow: hidden
}

.polaroid__img-box:before {
    top: -100px;
    left: -15px;
    right: -20px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

.polaroid__img-box:after,.polaroid__img-box:before {
    background-color: #f25644ad;
    content: "";
    height: 100px;
    transition: transform .1s;
    position: absolute
}

.polaroid__img-box:after {
    bottom: -100px;
    left: -10px;
    right: -15px;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.polaroid__img {
    width: 100%;
    border-radius: 3px;
    cursor: default
}

.polaroid__col,.polaroid__col:nth-child(2n),.polaroid__col:nth-child(3n) {
    float: left;
    margin-right: 3.84615%
}

.polaroid__col:nth-child(4n) {
    float: right;
    margin-right: 0!important;
    display: inline
}

.polaroid__col:nth-child(4n+1) {
    clear: left
}

.polaroid__link:hover .polaroid__img-box:after,.polaroid__link:hover .polaroid__img-box:before {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.cta-banner-footer .wrapper {
    position: relative;
    width: 550px
}

.wrapper {
    width: 400px;
    font-family: roboto,sans-serif;
    margin: 0 auto
}

.cta-banner-footer h2 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 40px
}

.cta-banner-footer {
    background: url(../images/cta-2.png) center no-repeat;
    color: #000;
    padding: 90px 0 0;
    height: 450px;
    width: 100%;
    text-align: center;
    position: relative
}

.edgtf-row-grid-section-wrapper {
    position: relative;
    z-index: 1;
    padding: 40px 0
}

.edgtf-row-grid-section-wrapper .h2 {
    text-align: center;
    font: 700 52px/64px Poppins,sans-serif;
    margin: 22px 0 50px;
    color: #3a3a3a;
    text-transform: capitalize
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.newbookwriting .vc_column_container>.vc_column-inner {
    width: 100%;
    text-align: center
}

.edgtf-process-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

.edgtf-process-holder .edgtf-process-inner {display: flex;flex-wrap: wrap;}

.newbookwriting .edgtf-process-holder .edgtf-process-item {
    float: inherit;
    margin-bottom: 40px
}

.edgtf-process-holder.edgtf-four-columns .edgtf-process-item {
    width: 33%;
    margin: 1rem 0;
}
@media only screen and (max-width:700px){
 .edgtf-process-holder.edgtf-four-columns .edgtf-process-item {
    width: 50%;
}   
}

.edgtf-process-holder .edgtf-process-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.newbookwriting .edgtf-process-holder .edgtf-process-circle {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.edgtf-process-holder .edgtf-process-circle .edgtf-icon-element {
    display: block;
    position: relative;
    top: 33%;
    font-size: 50px
}

.edgtf-process-holder .edgtf-pi-content {
    position: relative;
    width: 100%;
    margin: 26px 0 11px
}

.edgtf-process-holder .edgtf-pi-title {
    margin: 0;
    font-weight: 700;
    color: #000a47;
    text-align: center
}

.edgtf-process-holder .edgtf-pi-text {
    margin: 11px 0 0
}

.edgtf-process-item .edgtf-pi-text {
    font-size: 14px;
    text-align: center
}

.edgtf-row-grid-section-wrapper p {
    margin: 22px 0 50px;
    color: #3a3a3a;
    font-size: 20px
}

.edgtf-process-holder .edgtf-process-circle {
    -ms-transform: scale(0);
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 162px;
    height: 162px;
    background-color: #005ba9;
    border-radius: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.edgtf-row-grid-section-wrapper::before {
    background: url(../images/succes-bg.png) 0 0/cover no-repeat;
    transition: .3s ease-in-out;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute
}

.animation_run .edgtf-process-holder.edgtf-process-appeared .edgtf-process-circle {
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important
}

.prvcy,.terms {
    z-index: 2;
    background: #fff;
    padding: 200px 0 100px
}

.terms ul li {
    font-size: 12px;
    margin-top: 5px;
    color: #4f4f4f;
    font-weight: 700;
    margin-left: 10px;
    list-style-type: disc
}

.prvcy p,.terms p {
    font: 500 20px/31px Poppins,sans-serif
}

.terms h4 {
    font: 600 31px/37px Poppins,sans-serif
}

.prvcy h4 {
    font: 700 31px/37px Poppins,sans-serif
}

.prvcy h4,.terms h4 {
    margin: 35px 0 15px;
    transform: translateZ(100px);
    width: 100%
}

.services-top {
    padding-top: 200px;
}

.services-top .border {
    margin: 55px 0 25px;
}

.border {
    width: 76px;
    height: 1px;
    border: 1px solid #005ba9!important;
    margin-bottom: 22px;
}

.services-top .top {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #3a3a3a;
    max-width: 651px;
    margin-bottom: 30px;
}

.services-top h2 {
    font: 72px/82px Poppins, sans-serif;
    margin-bottom: 32px;
    font-weight: 500;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: -100%;
    top: 0;
    background-color: #ddddddf7;
    /* Black fallback color */
    /* background-color: #f2682ade; */
    /* Black w/opacity */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 21%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    /* margin-top: 30px; */
    /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    /* Display block instead of inline */
    font-weight: 700;
    transition: 0.3s;
    /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #3e3e3e;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        text-transform: uppercase;
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.menu-btn {
    float: left;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translate(-10%, -50%);
}

.menu-btn a i {
    font-size: 30px;
    color: var(--c1);
}

.responsive-menu-btn a {
    width: max-content;
    margin: 22px auto;
}

.responsive-logo a {
    text-align: center;
}

.overlay.active {
    left: 0;
}

.order-now-open {
    width: 30%;
    margin: 10px auto;
}


.designunigue {display:none;}

.labourDayMain{display:none;}



.form-group.col-12.forcheck {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
.form-group.col-12.forcheck a {color:#000; font-weight:600;}
 
 .form-group.col-12.forcheck input[type="checkbox"] {   width: auto;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 5px -1px; }
    
    
 div#privacyCheck {
    margin-top: 50px;
}


 div#TermsCheck {
    margin-top: 50px;
}


/* Video */
.video--new.video {
  /*background-color: #f0f1f5;*/
  padding: 5rem 0;
}
.video--new .video-testimonials-slider  .slider-row{
 display: flex !important;
}
.video--new .video-card {
  position: relative;
  isolation: isolate;
  margin: 0.75rem 0;
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0 0 15px 1px #00000020;
}
.video--new .video-card__img{
  position: relative;
  width: 100%;
  height: 370px;
  background:#000;
  border-radius: 15px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
}
.video--new .video-card__img video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.video--new .video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video--new .video-card__play{
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--c1);
  background: #fff;
  font-size: 2.5rem;
  margin-inline: auto;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8), 0 0 0 7px rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.video--new .video-card__play:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.video--new .video-card__play .action i {
  width: 70px;
}

.video--new .video-card--list .video-card__play  i {
  width: 40px;
}
body.fancybox-active.compensate-for-scrollbar {
  margin: 0 !important;
  padding: 0 !important;
  overflow: inherit !important;
}
.video-testimonials-slider .slick-arrow::before {
  color: #000;
  opacity: 1;
  font-size: 2.75rem;
  font-family: boxicons !important;
  transition: all 300ms ease-in-out;
}
.video-testimonials-slider .slick-arrow {
  position: absolute;
  top: calc(100% + 2.5rem);
  transform: translate(-50%,-50%);
  border: none;
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  justify-content: center;
  background: transparent;
  transition: all 300ms ease-in-out;
  z-index: 111;
}
.video-testimonials-slider .slick-next {left: 55%;}
.video-testimonials-slider .slick-prev {
  left: 45%;
}
.video-testimonials-slider .slick-prev::before {
  content: "\ea4d";
}
.video-testimonials-slider .slick-next::before {
  content: "\ea50";
}
.video-testimonials-slider .slick-arrow:hover {
  background: transparent;
}
.video-testimonials-slider .slick-arrow:hover::before {
  color: var(--c1);
}

.animate-float-y {
  -webkit-animation-name: float-y;
  animation-name: float-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; margin-top:30px;
 
}


@keyframes float-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.nav-menu>ul>li {
    position: relative;
}
ul.sub-menu.sub-menu--lg {
    height: 500px;
    overflow-y: auto;
}
.nav__none{
    display:none;
}


.cta_section {
    background-image: -moz-linear-gradient(90deg, #154890, #1d6bda 100%);
    background-image: -ms-linear-gradient(90deg, #154890, #1d6bda 100%);
    background-color: rgb(0 0 0 / 100%);
    background-repeat: no-repeat;
    padding: 60px 0 30px;
    background-size: cover;
    margin: 0px 0 60px;
    position: relative;
    isolation: isolate;
}

.cta_section::before {
    position: absolute;
    content: "";
    background: url(../images/cta-before.webp) center / 100% no-repeat;
    width: 550px;
    height: 310px;
    left: -45px;
    bottom: -25%;
    z-index: -1;
}

.cta_section::after {
    position: absolute;
    content: "";
    background: url(../images/cta-after.webp) center / cover no-repeat;
    width: 390px;
    height: 355px;
    right: 0;
    top: 47%;
    transform: translateY(-50%);
    z-index: -1;
}

.cta_section .center__heading__sec h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.cta_section .center__heading__sec p {
    font-size: 20px;
    line-height: 33px;
    color: #fff;
}

.btn_web {
    padding-top: 20px;
}

.center__heading__sec {
    text-align: center;
}

.btn_web ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.btn_web ul li a {
    box-shadow: 0px 0px 0px 1px var(--c2);
}


.our__Process__sec:before {
    background: url(../images/step-process-vector-01.webp);
    width: 356px;
    height: 605px;
    left: -20px;
    top: 60px;
    opacity: 0.5;
}

.our__Process__sec:after {
    background: url(../images/step-process-vector-02.webp);
    width: 195px;
    height: 520px;
    right: 0;
    bottom: 60px;
    opacity: 0.5;
}

.process__box__content {
    padding: 3em 1em 0;
    width: 100%;
    box-shadow: 0 30px 30px #e3e3e3;
    border-radius: 5px;
    position: relative;
    transition: 0.5s;
    background: rgb(255 255 255 / 80%);
    height: 330px;
    overflow-y: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    border: 3px solid var(--c3);
    text-align: center;
}

.process__box__content p {
    font-size: 15px;
    line-height: 28px;
    color: #222f3f;
}

.process__box__content h2 {
    color: var(--c4);
    font-size: 21px;
}

.process__box__content:hover {
    background: #414042;
    border: none;
}


.process__box__content:hover h2, .process__box__content:hover p {
    color: #fff;
}

.col-sm-3.slick-slide {
    margin: 0px 10px;
    padding: 0px 0px;
}

.center__heading__sec h2 {
    font-size: 50px;
    font-weight: 700;
    color: #414042;
}

.center__heading__sec p {
    font-size: 20px;
    line-height: 33px;
    color: #414042;
}

.center__heading__sec h2 span {
    color: var(--c3);
}

.second__CTA_main:before {
    position: absolute;
    background: rgb(46 59 73 / 66%);
    right: 0;
}

.CTA__content__box_overlay h2 {
    color: var(--white);
    font-size: 55px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.CTA__content__box_overlay p {
    color: var(--white);
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
} 

.second__CTA_main {
    background: url(../images/cta-img-01.webp) 0 0 / cover;
    padding: 140px 0;
    position: relative;
    background-size: cover;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

.second__CTA_main:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(46 59 73 / 66%);
    right: 0;
}

.CTA__content__box_overlay {
    text-align: center;
}


.Process__services__slider .col-sm-4:nth-child(odd) .process__box__tab {
    margin-top: 5em;
}

.process__head__sec span {
    font-size: 120px;
    color: rgb(166 166 166 / 25%);
    line-height: 56px;
    left: -20px;
    position: relative;
    z-index: -1;
    bottom: -15px;
    font-family: Arsenal, sans-serif;
    font-weight: 600;
    display: block;
}

.process__head__sec h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--light_white);
    margin-bottom: 20px;
}

.process__head__sec p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    max-height: 103px;
}

.scroll-block {
    max-height: 120px;
    padding-right: 15px;
    overflow-y: scroll;
}

.scroll-block::-webkit-scrollbar {
    width: 1px;
}

.scroll-block::-webkit-scrollbar-track {
    background-color: rgba(3, 21, 33, 0.1);
}

.scroll-block::-webkit-scrollbar-thumb {
    background-color: #031521;
    height: 60px;
}

.CTA__boxs__tab, .banner___sec__main .carousel-item, .dropdown-submenu, .faq__sec_tab, .our__Process__sec, .portfolio__sec__main, .process__img__tb {
    position: relative;
}

.process__img__tb:after {
    content: "";
    position: absolute;
    right: 40px;
    width: 60%;
    height: 80%;
    border: 7px solid #2e3b49;
    z-index: -1;
    margin: auto;
    bottom: 0;
    top: 0;
}
.process__img__tb img {
    width: auto;
}

.third__CTA_sec {
    background: url(../images/cta-third-img.webp) top / cover fixed;
    padding: 140px 0;
    position: relative;
    z-index: 1;
}

.third__CTA_sec:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0 0 0 / 60%);
    z-index: -1;
}

.third__CTA_content h3 {
    color: var(--white);
    font-size: 50px;
    font-weight: 600;
}

.third__CTA_content p {
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    color: var(--white);
}

.third__CTA_content {
    text-align: center;
}

section.step___sec__main {
    padding: 70px 0px;
}

.design .section-content {
    text-align: center;
}

.slick-dots {
    bottom: -45px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50px;
    color: transparent;
    border: 0;
    outline: 0;
    background: #e9e9e9;
}

.slick-dots li button:before {
    font-size: 46px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

section.about__sec.inner__about__sec {
    padding: 0px 0px 70px;
}

.inner_about_img {
    width: 100%;
    height: 500px;
    transform: scale(1.5);
}

.inner_about_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.our__Process__sec {
    padding: 70px 0px;
}