@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";section.conatctsec:before,section.must-explain-sec:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat
}

*,a {
    text-decoration: none
}

*,figure,h1,h2,h3,h4,h5,h6,ol,p,ul {
    margin: 0;
    padding: 0
}

.maintab,body {
    overflow-x: hidden
}

*,.logobox {
    box-sizing: border-box
}

* {
    scroll-behavior: smooth
}

body {
    font-family: Outfit,sans-serif
}

ol,ul {
    list-style: none
}

a,button {
    display: inline-block
}

.btn:focus,.form-control:focus,button:focus {
    outline: 0;
    box-shadow: none
}

.header-main {
    padding: 35px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: .5s
}

.header-main.scroll {
    padding: 5px 0 0px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0/15%)
}

.header-main .nav-main {
    padding-bottom: 8px
}

.header-main .nav-main .custom-nav-item .custom-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    margin-right: 35px;
    border-radius: 20px 0 20px 20px;
    padding: 10px 20px;
    text-transform: capitalize;
    box-shadow: 0 5px 20px rgba(0,0,0,.15);
    color: #f9a32d;
    z-index: 1;
    transition: .5s;
    font-size: 19px
}

.header-main .nav-main .custom-nav-item .custom-nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#ebf6ff 0,rgb(237 247 255) 50%,#ebf6ff 100%);
    border-radius: 15px 0 15px 15px;
    z-index: -1;
    transition: .5s
}

.header-main .nav-main .custom-nav-item .custom-nav-link i {
    font-size: 20px
}

.header-main .nav-main .custom-nav-item .custom-nav-link span {
    display: block;
    margin-left: 7px;
    font-size: 19px;
    font-weight: 600;
    color: #000
}

.header-main .nav-main .quote-btn .custom-nav-link {
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #f9a32d;
    cursor: pointer
}

.button-pulse {
    -webkit-animation: 2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
    animation: 2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #f9a32d9c!important
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 18px transparent
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px transparent
    }
}

.header-main .nav-main .quote-btn .custom-nav-link::before {
    background-color: #f9a32d;
    background-image: none
}

.logomain {
    display: flex
}

.counter_logo {
    padding-left: 20px;
    position: relative
}

.counter_logo span {
    padding-left: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000
}

.counterlist h2,.counterlist h2 span {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2
}

.counterlist h2 span {
    padding: 0 0 15px;
    position: relative;
    letter-spacing: -1px
}

.logomain a {
    display: block
}

.counterlist h2 {
    display: inline-flex;
    color: #000
}

.header-main .nav-main .quote-btn .custom-nav-link:hover,.sec-title h2 span {
    color: #f9a32d
}

.header-main .nav-main .custom-nav-item .custom-nav-link:hover:before {
    opacity: 0
}

.header-main .nav-main .custom-nav-item .custom-nav-link:hover {
    transform: translateY(-5px)
}

.footer-main .footer-content .footer-brand::before,.header_logo {
    width: 200px
}

section.must-explain-sec {
    margin: 50px 0;
    position: relative
}

section.must-explain-sec:before {
    position: absolute;
    background-image: url(../images/dots.png);
    right: 0;
    width: 100%;
    height: 100%;
    background-position: right
}

.home-banner-main {
    position: relative;
    background-image: url(../images/banner-home-2.webp);
    background-size: cover;
    padding: 200px 0 230px;
    height: 800px
}

.home-banner-main .banner-content h5,.sec-title h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #f9a32d;
    font-weight: 800;
    margin-bottom: 15px
}

.home-banner-main .banner-content h2 {
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 25px
}

.contact-form-home .contact-content h3 span,.high-end-web .high-end-content h2 span,.home-banner-main .banner-content h2 span {
    color: #009bd6
}

.home-banner-main .banner-content p {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    margin-bottom: 18px
}

.home-banner-main .banner-content .banner-btn {
    padding-top: 15px
}

.home-banner-main .banner-content .banner-btn a,section.servicessec .banner-btn a {
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin-right: 18px;
    border-radius: 15px 0 15px 15px;
    transition: .5s
}

.banner-btn a:first-child,.home-banner-main .banner-content .banner-btn a:first-child {
    padding: 9px 30px;
    background-color: #169cae;
    border: 2px solid #17b1ad
}

.banner-btn a:nth-child(2),.home-banner-main .banner-content .banner-btn a:nth-child(2) {
    background-color: #ef4b31;
    padding: 9px 25px;
    border: 2px solid #ef4b31;
}

.rewiew_img {
    position: absolute;
    top: 70%;
    right: 0;
    border-radius: 30px
}

.home-banner-main .banner-content .banner-btn a:first-child:hover {
    background-color: transparent;
    color: #009bd6;
    transform: translateY(-5px)
}

.home-banner-main .banner-content .banner-btn a:nth-child(2):hover {
    background-color: transparent;
    color: #f9a32d;
    transform: translateY(-5px)
}

.home-banner-main .banner-img .banner-mble {
    position: absolute;
    left: 0;
    top: 25%
}

.home-banner-main .banner-img .banner-system {
    position: absolute;
    right: 23%;
    top: 20%
}

.home-banner-main .banner-img .banner-person {
    position: absolute;
    right: 29px;
    bottom: 0;
    align-items: center;
    display: flex;
    z-index: 0
}

.home-banner-main .banner-content .review-rating {
    position: absolute;
    bottom: 85px;
    right: 25px;
    z-index: 9;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px
}

.testimonial-sec .testimonial-item .testimonial-img::before,.testimonial-sec .testimonial-item::before {
    bottom: 0;
    right: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    border-radius: 20px 0 20px 20px;
    background-color: #fff
}

.footer-main .footer-content .social-icons,.home-banner-main .banner-content .review-rating .head,.trusted-skillfull-sec .trustful-agency .trusted-skillful-content .trusted-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.home-banner-main .banner-content .review-rating .head h6 {
    font-size: 14px;
    font-weight: 500;
    color: #0275ce;
    text-transform: capitalize
}

.home-banner-main .banner-content .review-rating .head span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px
}

.home-banner-main .banner-content .review-rating .head span i {
    display: inline-block;
    color: #fbdf00;
    margin-right: 5px
}

.home-banner-main .banner-content .review-rating .body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 10px
}

.home-banner-main .banner-content .review-rating .body span {
    color: #0275ce;
    font-size: 30px;
    font-weight: 700
}

.home-banner-main .banner-content .review-rating .body img {
    margin-right: 15px
}

.brand-img-sec {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #2e9bd5
}

section.servicessec {
    padding: 150px 0 100px;
    position: relative
}

section.servicessec:after {
    content: "";
    position: absolute;
    background-image: url(../images/circle.webp);
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    right: -25%;
    background-position: right;
    z-index: -1
}

.contactbox h6,.servicestext h6 {
    color: #f9a32d;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 10px
}

.contactbox h3 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 20px
}

.contactlist input,.contactlist select,.contactlist textarea {
    width: 100%;
    background-color: #e9e9e9;
    font-size: 14px;
    font-weight: 400
}

.contactbox h3 span {
    color: #f9a32d;
    font-weight: 300
}

.contactlist input {
    height: 50px;
    padding: 0 12px;
    border: 0;
    margin: 5px 0 10px;
    border-radius: 20px 0;
    color: #000
}

.Contactimg,.sub-btn-m,section.conatctsec {
    position: relative
}

section.conatctsec:before {
    position: absolute;
    background-image: url(../images/contact_back_img.png);
    top: 8%;
    bottom: 0;
    width: 97%;
    z-index: -1;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0
}

.laptopimg {
    position: absolute;
    top: 15%;
    z-index: -1
}

.Contactimg img {
    margin: 0 auto;
    display: table
}

.contactlist select,.contactlist textarea {
    margin: 5px 0;
    color: #0000009c
}

.contactlist select {
    height: 50px;
    padding: 0 12px;
    border: 0;
    border-radius: 20px 0
}

.contactlist textarea {
    height: 140px;
    padding: 13px 12px;
    border: 0;
    border-radius: 20px 0
}

.contactlist button,.must-explain-sec .must-explain-content .me-tab-btn li a.active,.must-explain-sec .must-explain-content .me-tab-btn li a:hover {
    color: #fff;
    background-color: #f9a32d
}

.contactlist button {
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 18px;
    border-radius: 15px 0 15px 15px;
    transition: .5s;
    padding: 9px 50px;
    border: 2px solid #f9a32d
}

.servicesimg img {
    position: absolute;
    left: 0;
    top: 119px;
    max-width: 800px;
    z-index: -1
}

.servicestext h2 {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 10px
}

.servicestext p {
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 20px
}

.brand-img-sec .brand-images .img-item {
    height: 110px;
    display: flex;
    align-items: center;
    padding-right: 45px
}

.brand-img-sec .brand-images .img-item img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(0%) hue-rotate(26deg) brightness(115%) contrast(100%)
}

.high-end-web {
    padding: 100px 0
}

.our-process-sec,.portfolio-sec {
    padding: 50px 0 100px
}

.high-end-web .high-end-content {
    width: 77%
}

.trusted-skillfull-sec .trustful-agency .trustful-img img {
    position: absolute;
    bottom: 3px;
    left: 70px;
}

.high-end-web .high-end-content h5 {
    font-size: 16px;
    font-weight: 500;
    color: #00c237;
    text-transform: uppercase;
    margin-bottom: 10px
}

.high-end-web .high-end-content h2 {
    font-size: 49px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 30px
}

.high-end-web .high-end-content p {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px
}

.high-end-web .high-end-content .high-end-ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px
}

.high-end-web .high-end-content .high-end-ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #009bd6;
    height: 60px;
    width: 60px;
    border-radius: 50%
}

.high-end-web .high-end-content .high-end-ul li span img {
    height: 35px;
    width: 35px;
    object-fit: contain
}

.high-end-web .high-end-content .high-end-ul li .ul-txt {
    width: calc(100% - 70px);
    padding-left: 15px
}

.high-end-web .high-end-content .high-end-ul li .ul-txt h6 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.high-end-web .high-end-content .high-end-ul li .ul-txt p {
    font-size: 14px;
    margin: 0
}

.sec-title {
    text-align: center
}

.sec-title h5 {
    color: #f9a32d;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sec-title h2 {
    font-size: 49px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 20px
}

.sec-title p {
    font-size: 19px;
    font-weight: 400;
    margin: 0 auto 20px;
    width: 90%;
    color: #000
}

.must-explain-sec .must-explain-content .me-tab-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 50px
}

.must-explain-sec .must-explain-content .me-tab-btn li {
    width: 25%;
    padding: 0 15px
}

.must-explain-sec .must-explain-content .me-tab-btn li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 5px 20px rgb(0 0 0/15%);
    height: 135px;
    border-radius: 15px 0 15px 15px;
    transition: background-color .5s ease-in-out;
    background-color: #fff;
    color: #000;
    z-index: 1
}

.must-explain-sec .must-explain-content .me-tab-btn li a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: #f9a32d;
    z-index: -1;
    opacity: 0;
    transition: .5s
}

.must-explain-sec .must-explain-content .me-tab-btn li a.active::before {
    opacity: 1
}

.must-explain-sec .must-explain-content .me-tab-btn li a.active img,.must-explain-sec .must-explain-content .me-tab-btn li a:hover img,.our-process-sec .process-listing .process-item:hover .process-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(102deg) brightness(106%) contrast(101%)
}

.must-explain-sec .must-explain-content .me-tab-btn li a h6 {
    font-size: 18px;
    font-weight: 600
}

.must-explain-sec .must-explain-content .me-tab-btn li:nth-child(2n) a h6 {
    margin-bottom: 10px
}

.must-explain-sec .must-explain-content .me-tab-btn li:nth-child(odd) a h6 {
    margin-top: 10px
}

.orange_image {
    filter: brightness(0) saturate(100%) invert(21%) sepia(87%) saturate(1156%) hue-rotate(191deg) brightness(96%) contrast(91%)
}

#Mymodal h5#exampleModalLabel,.inline-bark-header .inline-bark-modal-errors,.inline-bark-modal-hide-hr,.tab-content .tab-item,.ver-cta .box {
    display: none
}

.must-explain-sec .must-explain-content .me-tab-content p {
    font-size: 19px;
    font-weight: 500;
    text-align: center
}

.portfolio-sec {
    background: linear-gradient(0deg,#fff 0,#f3f4f6 51%,#fff 100%)
}

.portfolio-sec .portfolio-listing .portfolio-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    margin-bottom: 55px
}

.portfolio-sec .portfolio-listing .portfolio-item .portfolio-img a {
    display: block;
    width: 100%
}

.portfolio-sec .portfolio-listing .portfolio-item .portfolio-img img {
    height: 360px;
    width: 100%;
    object-position: center top;
    border-radius: 15px;
    box-shadow: 0 0 30px rgb(0 0 0/10%);
    object-fit: cover;
    transition-duration: 2s
}

.portfolio-sec .portfolio-listing .portfolio-item:hover .portfolio-img img {
    object-position: bottom center;
    transition-duration: 3s
}

.portfolio-sec .portfolio-listing .portfolio-item .portfolio-info {
    height: 65px;
    align-items: center;
    justify-content: center;
    display: none
}

.portfolio-sec .portfolio-listing .portfolio-item .portfolio-info h4 {
    font-size: 26px;
    font-weight: 500;
    display: none
}

.pricing-plan .packages-listing .package-item {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.08);
    border-radius: 30px;
    padding: 65px 45px 45px;
    transition: .5s;
    margin-top: 15px;
    text-align: center
}

.our-process-sec .process-listing,.pricing-plan .packages-listing .package-item.center-item,.trusted-skillfull-sec {
    margin-top: 50px
}

.pricing-plan .packages-listing .package-item:hover {
    transform: translateY(-20px);
    background-color: #f9a32d
}

.pricing-plan .packages-listing .package-item h5 {
    font-size: 16px;
    font-weight: 500;
    color: #d34e4e;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: .5s
}

.pricing-plan .packages-listing .package-item h3 {
    color: #f9a32d;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: .5s
}

.pricing-plan .packages-listing .package-item p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto 45px;
    color: #6f6f6f;
    width: 88%;
    transition: .5s
}

.pricing-plan .packages-listing .package-item h6 {
    font-family: Poppins,sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    color: #353535;
    text-align: left;
    margin-bottom: 30px;
    transition: .5s
}

.pricing-plan .packages-listing .package-item ul {
    max-height: 235px;
    overflow-y: scroll;
    margin-bottom: 30px;
    transition: .5s;
    overflow-x: hidden
}

.pricing-plan .packages-listing .package-item ul li {
    position: relative;
    color: #000;
    text-align: left;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 13px;
    padding-left: 20px;
    transition: .5s
}

.pricing-plan .packages-listing .package-item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #f9a32d;
    transition: .5s
}

.pricing-plan .packages-listing .package-item ul::-webkit-scrollbar {
    width: 3px
}

.pricing-plan .packages-listing .package-item ul::-webkit-scrollbar-track {
    background: rgba(0,0,0,.02)
}

.pricing-plan .packages-listing .package-item ul::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2)
}

.pricing-plan .packages-listing .package-item ul::-webkit-scrollbar-thumb:hover {
    background: #555
}

.pricing-plan .packages-listing .package-item .price-tag {
    font-family: Poppins,sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #f9a32d;
    line-height: 46px;
    transition: .5s;
    display: block;
    margin-bottom: 15px
}

.pricing-plan .packages-listing .package-item .payement-info {
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #d34e4e;
    margin-bottom: 15px;
    transition: .5s
}

.pricing-plan .packages-listing .package-item a {
    background-color: #f9a32d;
    font-family: Poppins,sans-serif;
    font-size: 19px;
    color: #fff;
    border-radius: 20px 0 20px 20px;
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 700;
    transition: .5s
}

.form-col-st.check-txt,.form-col-st.check-txt a,.modal-form-txt h2,.our-process-sec .process-listing .process-item:hover h4,.pricing-plan .packages-listing .package-item:hover ul li,.pricing-plan .packages-listing .package-item:hover>* {
    color: #fff
}

.pricing-plan .packages-listing .package-item:hover ul li::before {
    background-color: #fff
}

.pricing-plan .packages-listing .package-item:hover a,.trusted-skillfull-sec .trustful-agency .trusted-skillful-content .trusted-btn li:first-child a {
    background-color: #fff;
    color: #f9a32d
}

.our-process-sec .process-listing .process-item {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.09);
    border-radius: 20px;
    padding: 48px 40px 25px;
    margin-bottom: 15px;
    transition: .5s;
    height: 410px
}

.our-process-sec .process-listing .process-item .process-img {
    width: 75px;
    margin: 0 auto 20px;
    height: 75px;
    display: flex;
    align-items: center
}

.our-process-sec .process-listing .process-item h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px
}

.our-process-sec .process-listing .process-item p {
    color: #000;
    font-size: 19px
}

.our-process-sec .process-listing .process-item:hover {
    background-color: #0275ce
}

.our-process-sec .process-listing .process-item:hover p {
    color: #b0d7ee
}

.trusted-skillfull-sec .trustful-agency {
    position: relative;
    background-image: url(../images/trusted-skillful-bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%
}

.trusted-skillfull-sec .trustful-agency .trusted-skillful-content {
    padding: 90px 20px;
    color: #fff
}

.trusted-skillfull-sec .trustful-agency .trusted-skillful-content h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px
}

.trusted-skillfull-sec .trustful-agency .trusted-skillful-content h3 {
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 30px
}

.trusted-skillfull-sec .trustful-agency .trusted-skillful-content p {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 50px
}

.trusted-skillfull-sec .trustful-agency .trusted-skillful-content .trusted-btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    margin-right: 20px;
    border-radius: 15px 0 15px 15px
}

.trusted-skillfull-sec .trustful-agency .trusted-skillful-content .trusted-btn li:nth-child(2) a {
    background-color: #000;
    color: #fff
}

.testimonial-sec {
    padding: 110px 0 100px
}

.testimonial-sec .testimonial-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 150px;
    z-index: -1
}

.testimonial-sec .testimonial-item .testimonial-img {
    position: relative;
    display: flex;
    align-items: center;
    width: 35%;
    padding: 4px
}

.testimonial-sec .testimonial-item .testimonial-img a {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #f9a32d;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    right: 5px;
    bottom: 5px
}

.testimonial-sec .testimonial-item .testimonial-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2
}

.footer-main .footer-content .footer-brand::before,.footer-main .footer-content h4::before {
    position: absolute;
    left: 0;
    background-color: rgba(255,255,255,.1);
    height: 1px;
    content: '';
    bottom: 0
}

.testimonial-sec .testimonial-item .testimonial-img img {
    border: 2px solid #fff
}

.testimonial-sec .testimonial-item {
    position: relative;
    padding: 40px 20px;
    margin: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.testimonial-sec .testimonial-item .testimonial-txt {
    position: relative;
    width: 55%
}

.testimonial-sec .testimonial-item .testimonial-txt h4 {
    font-size: 22px;
    color: #222;
    text-transform: capitalize;
    font-weight: 400
}

.testimonial-sec .testimonial-item .testimonial-txt h6 {
    font-size: 17px;
    color: #f9a32d;
    font-weight: 700;
    text-transform: capitalize
}

.testimonial-sec .testimonial-item .testimonial-txt .reviews {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0
}

.testimonial-sec .testimonial-item .testimonial-txt .reviews li {
    color: #feb100;
    font-size: 14px;
    margin-right: 7px
}

.testimonial-sec .testimonial-item .testimonial-txt p {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0
}

.testimonial-sec .owl-dots .owl-dot span {
    transition: .5s
}

.testimonial-sec .owl-dots .owl-dot.active span,.testimonial-sec .owl-dots .owl-dot:hover span {
    background-color: #f9a32d;
    box-shadow: 0 0 0 3px #dbdbdb
}

.contact-form-home {
    margin-bottom: 135px
}

.contact-form-home .contact-content {
    padding: 0 35px;
    width: 92%
}

.contact-form-home .contact-content h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #d34e4e;
    margin-bottom: 20px
}

.contact-form-home .contact-content h3 {
    font-weight: 800;
    font-size: 49px;
    text-transform: capitalize;
    margin-bottom: 35px
}

.contact-form-home .contact-content .contact-form .input-field input,.contact-form-home .contact-content .contact-form .input-field select,.contact-form-home .contact-content .contact-form .input-field textarea {
    width: 100%;
    height: 45px;
    border-radius: 20px 0 20px 20px;
    outline: 0;
    border: none;
    background-color: #e9e9e9;
    padding: 10px 20px
}

.contact-form-home .contact-content .contact-form .input-field textarea {
    height: 145px;
    resize: none
}

.contact-form-home .contact-content .contact-form .input-field button {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #009bd6;
    border-radius: 20px 0 20px 20px;
    border: 2px solid #009bd6;
    transition: .5s
}

.contact-form-home .contact-content .contact-form .input-field button:hover {
    background-color: #fff;
    color: #009bd6
}

.footer-main {
    background-color: #111018;
    padding: 84px 0 0;
    color: #fff
}

.footer-main .footer-content {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

.footer-main .footer-content .footer-brand {
    position: relative;
    padding: 0 0 20px
}

.footer-main .footer-content .footer-brand img {
    display: block;
    width: 218px;
    filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(27%) hue-rotate(333deg) brightness(107%) contrast(109%);
}

.footer-main .footer-content p {
    font-size: 17px;
    font-weight: 400;
    padding: 30px 0
}

.footer-main .footer-content .social-icons li a {
    display: block;
    margin-right: 30px;
    color: #fff
}

.footer-main .footer-content h4 {
    position: relative;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 25px
}

.footer-main .footer-content h4::before {
    width: 135px
}

.footer-main .footer-content .footer-links {
    margin-top: 35px
}

.footer-main .footer-content .footer-links li a {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px
}

.footer-main .footer-content .footer-links li a:hover {
    text-decoration: underline
}

.footer-main .footer-content .first-links {
    padding-left: 50px
}

.footer-main .footer-content .subscription-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    height: 45px;
    width: 100%;
    padding-left: 20px;
    padding-right: 3px;
    border-radius: 30px
}

.footer-main .footer-content .subscription-field button {
    height: 40px;
    width: 40px;
    border: none;
    outline: 0;
    background-color: #009bd6;
    border-radius: 50%;
    color: #fff
}

.footer-main .footer-content .subscription-field button i {
    transition: .3s
}

.footer-main .footer-content .subscription-field button:hover i {
    transform: scale(1.15)
}

.footer-main .footer-content .subscription-field input {
    width: calc(100% - 40px);
    font-size: 12px;
    border: none;
    outline: 0;
    background-color: transparent
}

.footer-main .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    text-align: center;
    font-size: 14px;
    font-weight: 400
}

.stepsmain .progress-bar.progress-bar-success {
    background: #f9a32d
}

.stepsmain .modal-header .btn-close {
    background-color: #f9a32d;
    opacity: 1;
    position: relative;
    right: -13px;
    top: -3px;
    border-radius: 50px
}

.stepsmain .modal-footer,.tab {
    border: 0
}

.stepsmain .modal-header {
    border: 0;
    padding: 0
}

.stepsmain .multiple_steps_container {
    margin: 0
}

.stepsmain .tab {
    background-color: #fff;
    overflow-y: initial;
    padding: 0
}

.stepsmain .inline-bark-modal-hide-h1 {
    color: #000;
    font-size: 25px;
    margin-bottom: 0!important;
    line-height: 35px
}

.stepsmain .inline-bark-q {
    border: 1px solid #f9a32d;
    width: 100%
}

.stepsmain .multiple_steps_container .tab .bark-modal-question {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 7px 0 50px
}

.stepsmain .multiple_steps_container .tab .bark-modal-question label {
    color: #777
}

.stepsmain .multiple_steps_container .steps_btn {
    bottom: 0;
    position: inherit;
    justify-content: center;
    margin: 0 auto;
    align-items: center
}

.stepsmain .modal-header .close {
    background: linear-gradient(270deg,#b10655,#b10655);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    opacity: 1;
    position: absolute;
    right: 0;
    z-index: 1
}

.stepsmain .multiple_steps_container .tab {
    min-height: calc(85vh - 100px)!important
}

.stepsmain hr.inline-bark-modal-hide-hr {
    display: initial!important
}

.maintab {
    height: auto;
    background-color: #fff;
    overflow-y: hidden
}

.maintab::-webkit-scrollbar {
    width: 2px;
    height: 10px!important
}

.maintab::-webkit-scrollbar-track {
    box-shadow: none;
    height: 10px!important
}

.maintab::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: #fff solid 1px
}

.progress-bar.progress-bar-success {
    background: linear-gradient(270deg,#396381,#22c49a)
}

.stepsmain .progress {
    position: relative;
    top: -16px;
    height: 7px
}

.multiple_steps_container .tab .bark-modal-question {
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 60vw;
    min-width: 60vw;
    margin: 0 auto;
    overflow-y: auto;
    font-family: var(--heading-font-family)
}

.multiple_steps_container .tab .bark-modal-question label {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    width: calc(100% - 30px);
    cursor: pointer;
    font-weight: 400;
    color: #fff
}

.multiple_steps_container .steps_btn {
    position: absolute;
    bottom: 30px;
    right: 50%;
    font-family: var(--heading-font-family);
    font-weight: 700;
    display: flex
}

.multiple_steps_container .steps_btn .previousButtonForm {
    display: none;
    border: none;
    outline: 0;
    background-color: #009bd6;
    box-shadow: -20px 0 35px #0000001f;
    padding: 10px 45px;
    transition: .5s;
    cursor: pointer;
    font-weight: 600;
    margin: 0 14px;
    color: #fff;
    border-radius: 15px 0 15px 15px
}

.multiple_steps_container .steps_btn .nextButtonForm {
    display: inline-block;
    border: none;
    outline: 0;
    box-shadow: -20px 0 35px #0000001f;
    padding: 10px 43px;
    color: #fff;
    transition: .5s;
    cursor: pointer;
    font-weight: 600;
    background: #f9a32d;
    border-radius: 15px 0 15px 15px
}

.multiple_steps_container .steps_btn button:hover {
    filter: brightness(.7)
}

.inline-bark-q {
    border: 2px solid #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0;
    border-radius: 10px;
    height: 35px;
    background-color: transparent
}

.inline-bark-q input[type=text] {
    background-color: transparent;
    border: none;
    outline: 0;
    font-size: 14px;
    padding: 5px;
    width: 100%;
    color: #000
}

.tab {
    cursor: pointer;
    border-radius: 1rem;
    font-size: .75rem;
    font-weight: 500;
    background-color: #24b897;
    color: #464961;
    opacity: .9;
    padding: .25rem .75rem;
    letter-spacing: .01em;
    margin-bottom: 5px;
    outline: 0!important;
    transition: .2s ease-in-out;
    display: none
}

.tab.active_tab_ {
    display: block!important
}

.postcode-auto {
    width: 100%;
    height: 50px;
    border: none;
    outline: 0;
    font-family: var(--heading-font-family);
    font-size: 14px;
    background-color: transparent
}

.stepsmain .modal-dialog {
    max-width: 500px
}

.stepsmain .modal-body {
    padding: 0 1rem 1rem
}

.modal-dialog {
    max-width: 1170px
}

.m-main-div,.modal-form-div .m-main-div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0
}

.modal-img img,.sec-left {
    width: 80%
}

.modal-form-div label {
    margin: 5px 0;
    color: #fff
}

.form-col-st {
    margin: 10px 30px 0 0
}

.col-form-div-m {
    background: #f9a32d;
    padding: 50px 40px 10px;
    min-height: 615px;
    margin: 0 0 0 1px
}

.independencebox,.independencedaybackground {
    background-repeat: no-repeat;
    background-position: center center
}

.m-main-div input[type=checkbox],.social-links {
    margin-top: 20px
}

.modal-body,section.clintwrp {
    padding: 0
}

.modal-form-div .btn.form-btn {
    height: 55px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    position: relative;
    width: 100%;
    color: #02bcd4;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 600
}

.sub-btn-m:before {
    content: '';
    width: 35px;
    height: 46px;
    position: absolute;
    z-index: 1;
    right: 55px;
    top: -46px
}

.modal-form-txt:after {
    content: '';
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 1;
    right: 100px;
    top: 70px
}

.m-main-div .form-control {
    height: 47px
}

.modal-form-txt p {
    color: #fff;
    margin-bottom: 25px
}

#Mymodal .modal-header {
    position: absolute;
    width: 100%;
    z-index: 111;
    border: 0;
    top: 10px;
    right: 10px;
    justify-content: flex-end
}

#Mymodal button.close:focus {
    outline: 0
}

#Mymodal button.close {
    color: #f9a32d;
    opacity: 1;
    border: 1px solid;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #fff;
    font-size: 35px;
    position: absolute;
    top: -20px;
    right: -30px
}

button.close span {
    top: -3px;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex
}

div#Mymodal {
    background: rgb(232 231 246/32%)
}

section.btmform {
    z-index: 2;
    position: relative;
    padding: 60px 0 0;
    margin: 0 0 -130px
}

.field input,.field select,.field-msg textarea {
    background-color: #f0f0f0;
    padding: 15px;
    color: #9b9fa6;
    outline: 0
}

.btmform .wrapper {
    box-shadow: 1px 1px 18px 0 rgb(0 0 0/20%),0 2px 25px -5px rgb(0 0 0/10%),1px 5px 1px rgb(0 0 0/5%);
    height: 91.5%;
    width: 100%;
    padding: 50px 0 0 30px;
    background: #fff;
    margin: 30px 0 80px;
    position: relative
}

p.main-pera {
    font-size: 19px;
    font-weight: 400;
    margin: 15px 0 28px -3px;
    width: 95%
}

.field {
    padding: 5px 0 5px 5px
}

.field input,.field select {
    width: 100%;
    border: 0;
    border-radius: 35px;
    border: 1px solid #9b9fa673;
    border: 1px solid #9b9fa640
}

.field-msg textarea {
    width: 90%;
    border: 0;
    overflow: hidden;
    border-radius: 15px;
    height: 193px;
    margin: 0;
    border: 1px solid #9b9fa640;
    resize: none
}

.field-btn input[type=submit] {
    color: #fff!important;
    font-size: 16px;
    background-color: #f9a32d;
    border-radius: 35px!important;
    padding: 15px 50px;
    font-weight: 500;
    display: inline-block;
    border: 0;
    margin: 10px 0 0;
    width: 90%;
    height: auto
}

.sec-right {
    background-image: url(../images/form.webp);
    background-repeat: no-repeat;
    bottom: 0;
    align-items: center;
    position: absolute;
    top: 30px;
    width: 20%;
    height: 95%;
    right: 9px
}

.txtwrp.text-center.footer_contact h2.opp {
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 0
}

ul.footer-links.footer-links-email li {
    display: flex;
    align-items: baseline
}

.logobox ul,.social-links {
    align-items: center;
    display: flex
}

ul.footer-links.footer-links-email li span {
    margin-right: 10px
}

.footer-main .footer-content .footer-links.footer-links-email li:nth-child(2) a {
    text-transform: lowercase
}

.logobox {
    background-color: #fcfcfc;
    box-shadow: 0 0 25px 8px #009bd630;
    padding: 40px;
    border-radius: 30px
}

.logobox ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.logobox ul li {
    margin: 0 8px;
    width: 15%;
    text-align: center;
    padding: 0 25px
}

.banner_pointer ul li {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px
}

.banner_pointer ul li::before {
    content: '\f00c';
    font-family: "font awesome 6 pro";
    font-weight: 700;
    color: #f9a32d;
    margin-right: 5px
}

.banner_pointer {
    margin-bottom: 20px
}

.logobox ul li a img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(0%) saturate(2%) hue-rotate(81deg) brightness(100%) contrast(89%);
    width: 100%
}

.social-links {
    justify-content: flex-start
}

.social-links li {
    padding-right: 25px
}

.independenedaymodal .modal-header {
    border: 0;
    padding: 0;
    display: block
}

.independenedaymodal .modal-body {
    padding: 0 12px
}

.independenedaymodal .modal-header .btn-close {
    padding: .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    position: absolute;
    right: -5px;
    background-image: linear-gradient(to left,#3546b4,#2f3ea2,#293791,#232f80,#1d2870)!important;
    z-index: 999;
    border-radius: 50px;
    opacity: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
    background: 0 0;
    color: #fff
}

.independenedaymodal .modal-dialog {
    max-width: 900px
}

.independenedaymodal .modal-content {
    flex-direction: row;
    background-color: #ccc;
    display: block
}

.independencedaybackground {
    background-image: url(../images/independence_left-img.webp);
    background-size: cover;
    padding: 0
}

.independenceform {
    padding: 50px 0
}

.independenceform img {
    width: 90%;
    margin: 0 auto 3%;
    display: table
}

.independencebox {
    background-image: url(../images/path-2.webp);
    padding: 14px 0 13px;
    background-size: 95% 86%
}

.independencebox p {
    margin: 0 auto;
    display: table;
    letter-spacing: .66px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    width: 85%;
    font-weight: 500
}

.independencelist input,.independencelist textarea {
    margin: 10px 0 0;
    font-size: 14px;
    letter-spacing: 0;
    color: #000
}

.independendeceform {
    padding: 0 40px
}

.independencelist input {
    border: 2px solid #bfbfbf;
    border-radius: 22px 22px 0;
    width: 100%;
    height: 50px;
    padding: 0 14px
}

.independencelist textarea {
    border: 2px solid #bfbfbf;
    border-radius: 22px 22px 0;
    width: 100%;
    height: 90px;
    padding: 9px 14px
}

.independencelist button {
    border: 3px solid #1f309b;
    border-radius: 22px 22px 0;
    opacity: 1;
    background-image: linear-gradient(to left,#3546b4,#2f3ea2,#293791,#232f80,#1d2870);
    width: 100%;
    display: block;
    padding: 11px 0;
    letter-spacing: 1.55px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0 0
}

.independenceimg img {
    height: 600px;
    object-fit: cover
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .home-banner-main {
        padding:170px 0 75px;
        height: auto
    }

    .banner-person img {
        width: 85%;
        height: 730px;
        object-fit: contain;
        margin: 0 auto
    }

    .rewiew_img {
        top: 65%;
        width: 250px!important;
        height: auto!important
    }

    .home-banner-main .banner-img .banner-system {
        width: 220px;
        right: 30%;
        top: 25%
    }

    .home-banner-main .banner-img .banner-person {
        right: 40px;
        bottom: -46px
    }

    .home-banner-main .banner-content h2 {
        font-size: 30px;
        margin-bottom: 17px
    }

    .home-banner-main .banner-content p {
        margin-bottom: 30px
    }

    .high-end-web .high-end-content h2 {
        font-size: 40px;
        margin-bottom: 25px
    }

    .sec-title h2 {
        font-size: 40px
    }

    .trusted-skillfull-sec .trustful-agency .trustful-img img {
        bottom: 26px;
        width: 260px;
    }

    .testimonial-sec .testimonial-item {
        margin: 25px 15px
    }

    section {
        overflow: hidden
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .home-banner-main {
        padding:170px 0 75px;
        height: auto
    }

    .banner-person img {
        width: 85%;
        height: 577px;
        object-fit: contain
    }

    .home-banner-main .banner-img .banner-system {
        width: 220px;
        right: 30%;
        top: 45%
    }

    .home-banner-main .banner-img .banner-person {
        right: 40px;
        bottom: -46px
    }

    .home-banner-main .banner-content h2 {
        font-size: 40px;
        margin-bottom: 30px
    }

    .home-banner-main .banner-content p {
        margin-bottom: 30px
    }

    .high-end-web .high-end-content h2 {
        font-size: 40px;
        margin-bottom: 25px
    }

    .sec-title h2 {
        font-size: 40px
    }

    .trusted-skillfull-sec .trustful-agency .trustful-img img {
        bottom: 37px;
        width: 480px
    }

    .testimonial-sec .testimonial-item {
        margin: 25px 15px
    }
}

@media only screen and (min-width: 520px) and (max-width:767px) {
    .home-banner-main,.trusted-skillfull-sec .trustful-agency {
        background-image:none
    }

    .header-main {
        padding: 15px 0;
        position: inherit
    }

    .home-banner-main {
        padding: 50px 0;
        max-height: 400px;
        min-height: 400px;
        height: 400px
    }

    .contact-form-home .contact-content h3,.home-banner-main .banner-content h2 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .home-banner-main .banner-content p {
        font-size: 14px;
        margin-bottom: 15px
    }

    .home-banner-main .banner-content .review-rating {
        position: static;
        margin-top: 20px;
        box-shadow: 0 0 30px rgba(0,0,0,.07)
    }

    .home-banner-main .banner-content .banner-btn a:first-child,.home-banner-main .banner-content .banner-btn a:nth-child(2) {
        font-size: 12px;
        padding: 8px 25px;
        margin-right: 10px
    }

    .contact-form-home .contact-form-img,.home-banner-main .banner-img,.home-banner-main .banner-img .banner-mble,.home-banner-main .banner-img .banner-person,.home-banner-main .banner-img .banner-system,.logobox,.must-explain-sec .must-explain-content .me-tab-btn li a::before,.sec-right {
        display: none
    }

    .brand-img-sec .brand-images .img-item {
        height: 80px;
        padding: 0 15px
    }

    .high-end-web {
        padding: 40px 0
    }

    .field-msg textarea,.high-end-web .high-end-content,.logomain a,.sec-left {
        width: 100%
    }

    .high-end-web .high-end-content h2,.trusted-skillfull-sec .trustful-agency .trusted-skillful-content h3 {
        font-size: 28px;
        margin-bottom: 15px
    }

    .high-end-web .high-end-content .high-end-ul li {
        margin-bottom: 20px
    }

    .banner_pointer ul li,.high-end-web .high-end-content p,.our-process-sec .process-listing .process-item p,.trusted-skillfull-sec .trustful-agency .trusted-skillful-content h5 {
        font-size: 14px
    }

    .high-end-web .high-end-content .high-end-ul li .ul-txt p {
        font-size: 12px
    }

    .high-end-web .high-end-content .high-end-ul li .ul-txt h6 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .sec-title h2 {
        font-size: 28px;
        margin-bottom: 10px
    }

    .sec-title p {
        width: 100%;
        font-size: 14px
    }

    .must-explain-sec .must-explain-content .me-tab-btn li {
        width: 50%
    }

    .must-explain-sec .must-explain-content .me-tab-btn li a img {
        width: 18%;
        margin: 0
    }

    .must-explain-sec .must-explain-content .me-tab-btn li a h6 {
        font-size: 16px
    }

    .must-explain-sec .must-explain-content .me-tab-btn li:nth-child(2n) a h6 {
        margin-bottom: 0
    }

    .must-explain-sec .must-explain-content .me-tab-btn li a {
        height: 80px;
        padding: 10px 5px;
        margin-bottom: 15px
    }

    .must-explain-sec .must-explain-content .me-tab-btn {
        margin-bottom: 10px;
        flex-wrap: wrap
    }

    .must-explain-sec .must-explain-content .me-tab-content p {
        font-size: 14px;
        text-align: justify
    }

    .portfolio-sec {
        padding: 30px 0 0
    }

    .portfolio-sec .portfolio-listing .portfolio-item {
        margin-bottom: 25px
    }

    .pricing-plan .packages-listing .package-item {
        margin-bottom: 15px;
        padding: 30px 20px 40px;
        margin-top: 10px
    }

    .contact-form-home .contact-content h5,.pricing-plan .packages-listing .package-item .payement-info,.pricing-plan .packages-listing .package-item h5 {
        margin-bottom: 10px
    }

    .pricing-plan .packages-listing .package-item h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .pricing-plan .packages-listing .package-item p {
        width: 100%;
        margin-bottom: 17px
    }

    .pricing-plan .packages-listing .package-item h6 {
        margin-bottom: 18px
    }

    .pricing-plan .packages-listing .package-item .price-tag {
        font-size: 35px
    }

    .pricing-plan .packages-listing .package-item a {
        font-size: 14px;
        padding: 13px 30px
    }

    .pricing-plan .packages-listing .package-item.center-item {
        margin-top: 15px
    }

    .trusted-skillfull-sec {
        background-color: #009bd6
    }

    .trusted-skillfull-sec .trustful-agency .trusted-skillful-content {
        padding: 35px 0
    }

    .trusted-skillfull-sec .trustful-agency .trustful-img img {
        position: static
    }

    .trusted-skillfull-sec .trustful-agency .trusted-skillful-content .trusted-btn li a {
        font-size: 12px;
        padding: 10px 22px
    }

    .trusted-skillfull-sec .trustful-agency .trusted-skillful-content p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .footer-main,.testimonial-sec {
        padding: 40px 0 0
    }

    .testimonial-sec .testimonial-item .testimonial-img {
        width: 45%
    }

    .testimonial-sec .testimonial-item .testimonial-txt p {
        font-size: 12px;
        line-height: 20px
    }

    .testimonial-sec .testimonial-item {
        padding: 40px 0;
        margin: 30px 15px
    }

    .testimonial-sec .testimonial-item .testimonial-txt h4 {
        font-size: 20px
    }

    .testimonial-sec .testimonial-item .testimonial-txt .reviews {
        margin: 10px 0
    }

    .testimonial-sec .testimonial-item::before {
        left: 50px
    }

    .contact-form-home {
        padding: 20px 0;
        margin-bottom: 20px
    }

    .contact-form-home .contact-content {
        width: 100%;
        padding: 0 15px
    }

    .footer-main .footer-content .footer-brand img {
        width: 85px
    }

    .footer-main .footer-content p {
        padding: 18px 0
    }

    .footer-main .footer-content h4 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .footer-main .footer-content .social-icons {
        margin-bottom: 30px
    }

    .footer-main .footer-content .footer-links {
        margin-top: 15px;
        font-size: 14px
    }

    .header-main .nav-main .custom-nav-item .custom-nav-link span {
        font-size: 13px
    }

    .header_logo {
        margin: 0 auto 2%;
        display: table
    }

    .collapse:not(.show),.logomain {
        display: block
    }

    .header-main .nav-main .custom-nav-item .custom-nav-link {
        margin-right: 0;
        padding: 10px 0;
        margin-bottom: 10px
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0
    }

    section.clintwrp {
        padding: 0
    }

    form.form-get-quote {
        padding: 0 15px
    }

    section.btmform {
        padding: 100px 0 0
    }

    .btmform .wrapper {
        padding: 50px 0 0
    }

    .second-sec-cont {
        padding: 0 20px
    }

    section {
        overflow: hidden
    }

    .logomain a img {
        width: 70%;
        margin: 0 auto;
        display: table
    }

    .counter_logo {
        padding-left: 0;
        text-align: center
    }
}

@media only screen and (min-width: 300px) and (max-width:519px) {
    .contactbox h3,.contactbox h6,.counter_logo,.servicestext {
        text-align:center
    }

    .collapse:not(.show),.logomain {
        display: block
    }

    .field-msg textarea,.high-end-web .high-end-content,.logomain a,.sec-left {
        width: 100%
    }

    .logomain a img {
        width: 70%;
        margin: 0 auto;
        display: table
    }

    .counter_logo {
        padding-left: 0
    }

    .header-main {
        padding: 15px 0;
        position: inherit
    }

    .home-banner-main {
        padding: 50px 0;
        height: 500px;
        min-height: 500px;
        max-height: 500px
    }

    .contact-form-home .contact-form-img,.home-banner-main .banner-img,.home-banner-main .banner-img .banner-mble,.home-banner-main .banner-img .banner-person,.home-banner-main .banner-img .banner-system,.logobox,.must-explain-sec .must-explain-content .me-tab-btn li a::before,.sec-right,section.servicessec:after {
        display: none
    }

    .servicesimg img {
        position: inherit;
        max-width: 100%;
        margin: 0 auto;
        display: table
    }

    section.servicessec {
        padding: 50px 0
    }

    .servicestext h2 {
        font-size: 28px
    }

    .servicestext p {
        font-size: 14px;
        line-height: 20px
    }

    section.servicessec .banner-btn {
        display: flex;
        justify-content: center
    }

    .pricing-plan .packages-listing .package-item ul li,section.servicessec .banner-btn a {
        font-size: 15px
    }

    .Contactimg img {
        width: 59%
    }

    .laptopimg {
        top: 25%;
        width: 30%!important
    }

    .contactbox {
        padding: 20px 0
    }

    .contactbox h3 {
        font-size: 30px
    }

    section.conatctsec {
        padding: 0 0 50px
    }

    .contactlist textarea {
        width: 92%;
        margin: 0 auto 11%;
        display: table
    }

    .contactlist button {
        margin: 0 auto;
        display: table
    }

    .btmform .wrapper,.our-process-sec,.portfolio-sec {
        padding: 50px 0 0
    }

    .our-process-sec .process-listing .process-item {
        height: 320px
    }

    .our-process-sec .process-listing .process-item h4 {
        font-size: 15px;
        margin-bottom: 14px
    }

    .contact-form-home .contact-content h3,.home-banner-main .banner-content h2 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .home-banner-main .banner-content p {
        font-size: 14px;
        margin-bottom: 15px
    }

    .home-banner-main .banner-content .review-rating {
        position: static;
        margin-top: 20px;
        box-shadow: 0 0 30px rgba(0,0,0,.07)
    }

    .home-banner-main .banner-content .banner-btn a:first-child,.home-banner-main .banner-content .banner-btn a:nth-child(2) {
        font-size: 12px;
        padding: 8px 25px;
        margin-right: 10px
    }

    .brand-img-sec .brand-images .img-item {
        height: 80px;
        padding: 0 15px
    }

    .high-end-web {
        padding: 40px 0
    }

    .high-end-web .high-end-content h2,.trusted-skillfull-sec .trustful-agency .trusted-skillful-content h3 {
        font-size: 28px;
        margin-bottom: 15px
    }

    .high-end-web .high-end-content .high-end-ul li {
        margin-bottom: 20px
    }

    .banner_pointer ul li,.high-end-web .high-end-content p,.our-process-sec .process-listing .process-item p,.trusted-skillfull-sec .trustful-agency .trusted-skillful-content h5 {
        font-size: 14px
    }

    .high-end-web .high-end-content .high-end-ul li .ul-txt p {
        font-size: 12px
    }

    .high-end-web .high-end-content .high-end-ul li .ul-txt h6 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .sec-title h2 {
        font-size: 28px;
        margin-bottom: 10px
    }

    .sec-title p {
        width: 100%;
        font-size: 14px
    }

    .must-explain-sec .must-explain-content .me-tab-btn li {
        width: 50%
    }

    .must-explain-sec .must-explain-content .me-tab-btn li a img {
        width: 35%;
        margin: 0
    }

    .must-explain-sec .must-explain-content .me-tab-btn li a h6 {
        font-size: 16px
    }

    .must-explain-sec .must-explain-content .me-tab-btn li:nth-child(2n) a h6 {
        margin-bottom: 0
    }

    .must-explain-sec .must-explain-content .me-tab-btn li a {
        height: 80px;
        padding: 10px 5px;
        margin-bottom: 15px
    }

    .must-explain-sec .must-explain-content .me-tab-btn {
        margin-bottom: 10px;
        flex-wrap: wrap
    }

    .must-explain-sec .must-explain-content .me-tab-content p {
        font-size: 14px;
        text-align: justify
    }

    .portfolio-sec {
        padding: 30px 0 0
    }

    .portfolio-sec .portfolio-listing .portfolio-item {
        margin-bottom: 25px
    }

    .pricing-plan .packages-listing .package-item {
        margin-bottom: 15px;
        padding: 30px 20px 40px;
        margin-top: 10px
    }

    .contact-form-home .contact-content h5,.pricing-plan .packages-listing .package-item .payement-info,.pricing-plan .packages-listing .package-item h5 {
        margin-bottom: 10px
    }

    .pricing-plan .packages-listing .package-item h3 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .pricing-plan .packages-listing .package-item p {
        width: 100%;
        margin-bottom: 17px
    }

    .pricing-plan .packages-listing .package-item h6 {
        margin-bottom: 18px
    }

    .pricing-plan .packages-listing .package-item .price-tag {
        font-size: 35px
    }

    .pricing-plan .packages-listing .package-item a {
        font-size: 14px;
        padding: 13px 30px
    }

    .pricing-plan .packages-listing .package-item.center-item {
        margin-top: 15px
    }

    .trusted-skillfull-sec {
        background-color: #009bd6
    }

    .trusted-skillfull-sec .trustful-agency {
        background-image: none
    }

    .trusted-skillfull-sec .trustful-agency .trusted-skillful-content {
        padding: 35px 0
    }

    .trusted-skillfull-sec .trustful-agency .trustful-img img {
        position: static;
        display: none
    }

    .trusted-skillfull-sec .trustful-agency .trusted-skillful-content .trusted-btn li a {
        font-size: 12px;
        padding: 10px 22px
    }

    .trusted-skillfull-sec .trustful-agency .trusted-skillful-content p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .footer-main,.testimonial-sec {
        padding: 40px 0 0
    }

    .testimonial-sec .testimonial-item .testimonial-img {
        width: 45%
    }

    .testimonial-sec .testimonial-item .testimonial-txt p {
        font-size: 12px;
        line-height: 20px
    }

    .testimonial-sec .testimonial-item {
        padding: 40px 0;
        margin: 30px 15px
    }

    .testimonial-sec .testimonial-item .testimonial-txt h4 {
        font-size: 20px
    }

    .testimonial-sec .testimonial-item .testimonial-txt .reviews {
        margin: 10px 0
    }

    .testimonial-sec .testimonial-item::before {
        left: 50px
    }

    .contact-form-home {
        padding: 20px 0;
        margin-bottom: 20px
    }

    .contact-form-home .contact-content {
        width: 100%;
        padding: 0 15px
    }

    .footer-main .footer-content .footer-brand img {
        width: 85px
    }

    .footer-main .footer-content p {
        padding: 18px 0
    }

    .footer-main .footer-content h4 {
        font-size: 20px;
        padding-bottom: 20px
    }

    .footer-main .footer-content .social-icons {
        margin-bottom: 30px
    }

    .footer-main .footer-content .footer-links {
        margin-top: 15px;
        font-size: 14px
    }

    .header-main .nav-main .custom-nav-item .custom-nav-link span {
        font-size: 13px
    }

    .header_logo {
        margin: 0 auto 2%;
        display: table
    }

    .header-main .nav-main .custom-nav-item .custom-nav-link {
        margin-right: 0;
        padding: 10px 0;
        margin-bottom: 10px
    }

    .navbar {
        padding-top: 0;
        padding-bottom: 0
    }

    section.clintwrp {
        padding: 0
    }

    form.form-get-quote {
        padding: 0 15px
    }

    section.btmform {
        padding: 100px 0 0
    }

    .second-sec-cont {
        padding: 0 20px
    }

    section {
        overflow: hidden
    }
}

a.navbar-brand.header_logo img.img-fluid {
    max-width: 180px !important;
}

.bts-popup.is-visible input, .bts-popup.is-visible textarea {
    padding: 8px 10px;
    border-radius: 8px;
    width: 100%;
}

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

.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.bts-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #272146e6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
    z-index: 0;
}

.bts-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility;
    -moz-transition: opacity 0.3s, visibility;
    transition: opacity 0.3s, visibility;
    z-index: 9999;
}

.bts-popup-container .indOfferWrap {
    max-width: 400px;
    width: 100%;
}

.bts-popup-container .formHead {
    line-height: 1;
    margin: 21px 0 12px;
}

.bts-popup-container .formHead .indText {
    font-family: Rajdhani;
    font-weight: 700;
    color: #fd000e;
    font-size: 35px;
    text-transform: Uppercase;
    padding: 0;
}

.blinking {
    animation: 1.7s infinite blinkingText;
}

.bts-popup.is-visible textarea {
    border: 1px solid #c5c5c5;
    resize: none;
}

.bts-popup-container .leftFlag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    display: none;
}

.bts-popup-container {
    position: relative;
    width: 100%;
    max-width: 396px;
    max-height: 485px;
    height: 100%;
    margin: 4em auto;
    background: #06699c;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}

.bts-popup-container p {
    color: #fff;
    padding: 10px 40px;
}

.bts-popup-container a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.bts-popup-container .bts-popup-close::after, .bts-popup-container .bts-popup-close::before {
    content: "";
    position: absolute;
    top: 12px;
    width: 16px;
    height: 3px;
    background-color: #fff;
}

.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 13px;
}

.is-visible .bts-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.indOfferWrap .form-group {
    margin-bottom: 1em;
    padding: 0 18px;
}

@keyframes blinkingText {
    0%, 60% {
        color: #fff;
    }

    100%, 30% {
        color: #f90303;
    }
}
