@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&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&display=swap";
*,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
*,
.logobox {
    box-sizing: border-box;
}
.maintab,
body {
    overflow-x: hidden;
}
*,
a {
    text-decoration: none;
}
* {
    scroll-behavior: smooth;
}
body {
    font-family: Outfit, sans-serif;
}
ol,
ul {
    list-style: none;
}
.our-services-sec .services-listing .service-item:hover .service-icon-hvr,
a,
button {
    display: inline-block;
}
.btn:focus,
.form-control:focus,
button:focus {
    outline: 0;
    box-shadow: none;
}
img {
    max-width: 100%;
}
.header-main {
    padding: 13px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.5s;
}
.header-main.scroll {
    padding: 0 0;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0/15%);
}
.header-main .navbar-brand {
    display: block;
    max-width: 290px;
}
.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;
    margin-right: 15px;
    border-radius: 30px;
    padding: 10px;
    text-transform: capitalize;
    color: #fff;
    border: 2px solid #06699c;
    z-index: 1;
    transition: 0.5s;
    background: #06699c;
}
.header-main.scroll .nav-main .custom-nav-item .custom-nav-link,
.header-main.scroll .nav-main .custom-nav-item .custom-nav-link span,
.header-main.scroll .nav-main .custom-nav-item .custom-nav-link:hover span,
.our-services-sec .services-listing .service-item:hover h4,
.our-services-sec .services-listing .service-item:hover p,
.price-plan .plan-listing .price-item:hover .body .price .new-price,
.price-plan .plan-listing .price-item:hover .body ul li,
.price-plan .plan-listing .price-item:hover .body ul li::before,
.price-plan .plan-listing .price-item:hover .head h3,
.price-plan .plan-listing .price-item:hover .head h5 {
    color: #fff;
}
.header-main .nav-main .custom-nav-item .custom-nav-link i {
    font-size: 20px;
    color: #fff;
}
.header-main .nav-main .custom-nav-item .custom-nav-link span {
    display: block;
    margin-left: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}
.header-main .nav-main .quote-btn .custom-nav-link {
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #06699c;
    margin-left: 0;
}
.header-main.scroll .nav-main .quote-btn .custom-nav-link {
    border-color: #06699c;
    color: #fff;
}
.header-main.scroll .nav-main .quote-btn .custom-nav-link:hover {
    background-color: #000;
    color: #fff;
}
.header-main .nav-main .quote-btn .custom-nav-link::before {
    background-color: transparent;
    background-image: none;
}
.header-main .nav-main .quote-btn .custom-nav-link:hover,
.price-plan .plan-listing .price-item .body .plan-btn .chat-now:hover {
    background-color: #e95c41;
    color: #fff;
}
.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);
    border-color: #000;
    background: #000;
}
.home-banner-main {
    position: relative;
    padding: 50px 0 15px;
}
.home-banner-main .banner-content .banner-imgs {
    position: absolute;
    right: 0;
    top: 115px;
    width: 45%;
    text-align: right;
    height: 82%;
}
.home-banner-main .banner-content .banner-imgs .banner-person {
    position: absolute;
    bottom: 0;
    left: 35px;
    width: 55%;
    margin: 0 auto;
}
.home-banner-main .banner-content .banner-txt {
    padding: 110px 0 40px;
}
.home-banner-main .banner-content .banner-txt h5 {
    color: #eb5c38;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.home-banner-main .banner-content .banner-txt h1 {
    font-size: 39px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.home-banner-main .banner-content .banner-txt h1 span {
    color: #000;
}
.home-banner-main .banner-content .banner-txt p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    width: 85%;
}
.home-banner-main .banner-content .banner-txt .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.featured-btn {
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 8px 25px;
    margin-right: 22px;
    transition: 0.5s;
}
.featured-btn.get-started {
    background-color: #06699c;
    border: 2px solid #06699c;
}
.featured-btn.get-started:hover {
    color: #06699c;
    background-color: transparent;
    transform: translateY(-5px);
}
.featured-btn.start-livechat {
    background-color: #06699c;
    border: 2px solid #06699c;
}
.featured-btn.start-livechat:hover {
    color: #06699c;
    background-color: transparent;
    transform: translateY(-5px);
}
.high-end-web-development {
    padding: 135px 0 0;
}
.high-end-web-development .high-end-dev-content .high-end-txt h5 {
    color: #e95c41;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.high-end-web-development .high-end-dev-content .high-end-txt h2 {
    font-size: 49px;
    color: #000;
    font-weight: 800;
    margin-bottom: 15px;
}
.high-end-web-development .high-end-dev-content .high-end-txt h2 span {
    color: #06699c;
}
.high-end-web-development .high-end-dev-content .high-end-txt p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.high-end-web-development .high-end-dev-content .high-end-txt .high-end-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}
.high-end-web-development .high-end-dev-content .high-end-img {
    position: relative;
    z-index: 1;
}
.high-end-web-development .high-end-dev-content .high-end-img::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    background-image: url(../images/dotted.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.sec-title {
    text-align: center;
    margin: 0 auto;
    width: 85%;
}
.sec-title h5 {
    font-size: 16px;
    font-weight: 500;
    color: #e95c41;
    text-transform: uppercase;
    display: none;
}
.sec-title h2 {
    font-size: 49px;
    font-weight: 800;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact-sec .form-content h2 span,
.sec-title h2 span,
.why-choose-agile .why-choose-agile-content h3 span {
    color: #06699c;
}
.sec-title p {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}
.our-services-sec {
    padding: 100px 0;
}
.our-services-sec .services-listing {
    margin-top: 65px;
    background-image: url(../images/wordpress.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45%;
}
.our-services-sec .services-listing .service-item {
    background-color: #fff;
    text-align: center;
    padding: 30px 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 100%;
    transition: 0.5s;
}
.our-services-sec .services-listing .service-item:hover {
    background-color: #06699c;
}
.our-services-sec .services-listing .service-item .service-icon {
    margin-bottom: 25px;
}
.our-services-sec .services-listing .service-item .service-icon-hvr {
    display: none;
    margin-bottom: 25px;
}
#Mymodal h5#exampleModalLabel,
.inline-bark-header .inline-bark-modal-errors,
.inline-bark-modal-hide-hr,
.our-services-sec .services-listing .service-item:hover .service-icon,
.portfoliobox {
    display: none;
}
.our-services-sec .services-listing .service-item h4 {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    transition: 0.5s;
}
.our-services-sec .services-listing .service-item p {
    color: #000;
    font-size: 18px;
    transition: 0.5s;
}
.portfolio-sec {
    padding: 0;
    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, 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;
    object-fit: cover;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.portfolio-sec .portfolio-listing .portfolio-item .portfolio-info {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-sec .portfolio-listing .portfolio-item .portfolio-info h4 {
    font-size: 26px;
    font-weight: 500;
}
.price-plan {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #e6eef5 50%, rgba(255, 255, 255, 0) 100%);
    padding: 50px 0 100px;
}
.price-plan .plan-listing .price-item {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    margin: 15px 0;
}
.price-plan .plan-listing .price-item .head {
    background-image: url(../images/shape-pricing.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 35px 25px 23px;
}
.price-plan .plan-listing .price-item .head h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.price-plan .plan-listing .price-item .head h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.price-plan .plan-listing .price-item .tag {
    position: absolute;
    top: -10px;
    left: -10px;
}
.price-plan .plan-listing .price-item .body {
    padding: 25px 20px 40px 30px;
}
.price-plan .plan-listing .price-item .body .price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-plan .plan-listing .price-item .body .price .new-price {
    font-size: 60px;
    font-weight: 700;
    color: #06699c;
}
.price-plan .plan-listing .price-item .body .price .old-price {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-left: 25px;
}
.price-plan .plan-listing .price-item .body .price .old-price span {
    display: block;
    text-decoration: line-through;
}
.price-plan .plan-listing .price-item .body ul {
    max-height: 230px;
    overflow-y: auto;
    margin-top: 10px;
}
.price-plan .plan-listing .price-item .body ul::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.price-plan .plan-listing .price-item .body ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.price-plan .plan-listing .price-item .body ul::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.price-plan .plan-listing .price-item .body ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.price-plan .plan-listing .price-item .body ul li {
    font-size: 18px;
    font-weight: 500;
    color: #292929;
    line-height: 28px;
}
.price-plan .plan-listing .price-item .body ul li::before {
    content: "\f00c";
    font-family: "font awesome 6 pro";
    font-weight: 700;
    color: #06699c;
    margin-right: 5px;
}
.price-plan .plan-listing .price-item .body .plan-btn {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-plan .plan-listing .price-item .body .plan-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 8px;
    border-radius: 30px;
    transition: 0.5s;
}
.price-plan .plan-listing .price-item .body .plan-btn .choose-plan {
    background-color: #06699c;
    color: #fff;
    border: 2px solid #06699c;
}
.price-plan .plan-listing .price-item .body .plan-btn .choose-plan:hover {
    background-color: transparent !important;
    color: #fff !important;
}
.price-plan .plan-listing .price-item .body .plan-btn .chat-now {
    border: 2px solid #06699c;
    color: #06699c;
}
.price-plan .plan-listing .price-item:hover {
    background: #06699c;
    transform: scale(1.05);
}
.price-plan .plan-listing .price-item:hover .body .plan-btn .choose-plan {
    background-color: #fff;
    border: 2px solid #fff;
    color: #1a6497;
}
.price-plan .plan-listing .price-item:hover .body .plan-btn .chat-now {
    border: 2px solid #fff;
    color: #fff;
}
.why-choose-agile {
    background-image: url(../images/why-choose-agile-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 100px 0 80px;
}
.why-choose-agile .why-choose-agile-content h3 {
    font-size: 49px;
    font-weight: 800;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}
.why-choose-agile .why-choose-agile-content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.why-choose-agile .why-choose-agile-content h5 {
    font-size: 20px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.why-choose-agile .why-choose-agile-content .sec-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}
.why-choose-agile .why-choose-agile-content .why-choose-agile-ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.why-choose-agile .why-choose-agile-content .why-choose-agile-ul .adjustment {
    padding-top: 70px;
}
.why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item {
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    padding: 30px 20px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item .icon {
    width: 45px;
}
.why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item .txt {
    max-width: calc(100% - 45px);
    padding-left: 10px;
}
.why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item .txt h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item .txt p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.our-process {
    padding: 100px 0 200px;
}
.our-process .sec-title {
    margin-bottom: 35px;
}
.our-process .our-process-content .process-steps {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our-process .our-process-content .process-steps::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background-image: url(../images/process-ul-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.our-process .our-process-content .process-steps li {
    width: 16%;
    text-align: center;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}
.our-process .our-process-content .process-steps li h6 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.contact-sec {
    padding: 50px 0 140px;
}
.contact-sec .form-content {
    position: relative;
    padding: 60px 0 50px;
    z-index: 1;
}
.contact-sec .form-content::before {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
    right: 15%;
    bottom: 0;
    z-index: -1;
}
.contact-sec .form-content .input-field input,
.contact-sec .form-content .input-field select,
.contact-sec .form-content .input-field textarea {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    outline: 0;
    font-weight: 500;
    border: 2px solid #06699c;
    border-radius: 30px;
    margin-bottom: 17px;
    font-size: 13px;
    resize: none;
}
.contact-sec .form-content .input-field textarea {
    padding: 15px;
    height: 130px;
}
.contact-sec .form-content .contact-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.contact-sec .form-content .contact-img img{
    width:100%;
}

.contact-sec .form-content h5 {
    font-size: 14px;
    color: #06699c;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact-sec .form-content h2 {
    font-size: 42px;
    font-weight: 800;
    text-transform: capitalize;
    color: #000;
    width: 70%;
    margin-bottom: 15px;
}
.contact-sec .form-content .btn-field button {
    width: 100%;
    height: 40px;
    background-color: #06699c;
    border: 2px solid #06699c;
    outline: 0;
    border-radius: 30px;
    color: #fff;
    text-transform: capitalize;
    transition: 0.5s;
}
.contact-sec .form-content .btn-field button:hover {
    background-color: transparent;
    color: #023347;
    transform: translateY(-5px);
}
#Mymodal .modal-header {
    position: absolute;
    width: 100%;
    z-index: 111;
    border: 0;
    top: 10px;
    right: 10px;
}
#Mymodal button.close:focus,
.bts-popup-container input {
    outline: 0;
}
#Mymodal button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #02bcd4;
    opacity: 1;
    border: 1px solid;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #fff;
    font-size: 35px;
}
#Mymodal {
    background: rgb(232 231 246/32%);
}
.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;
}
.col-form-div-m {
    background: #02bcd4;
    padding: 50px 40px 10px;
    min-height: 700px;
    margin: 0 0 0 1px;
}
.bts-popup-container img,
.modal-body,
section.clintwrp {
    padding: 0;
}
.modal-form-txt h2 {
    color: #fff;
    margin-bottom: 10px;
}
.modal-form-txt:after {
    content: "";
    background: url(../images/modal-pencil.png) 100% / cover;
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 1;
    right: 100px;
    top: 70px;
}
.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
    width: 280px;
    right: -225px;
    box-shadow: 0 0 40px #00000026 !important;
    overflow: hidden;
}
.modal-form-txt p {
    color: #fff;
    margin-bottom: 25px;
}
.form-col-st {
    margin: 10px 30px 0 0;
}
.modal-form-div label {
    margin: 5px 0;
    color: #fff;
}
.m-main-div .form-control {
    height: 47px;
}
.modal-form-div .btn.form-btn {
    height: 55px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    width: 100%;
    color: #02bcd4;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #fff;
    font-weight: 600;
}
.footer-main {
    background-color: #080808;
    padding: 90px 0 0;
    color: #fff;
}
.footer-main .footer-content {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-main .footer-content .footer-brand {
    position: relative;
    padding: 0 0 20px;
}
.footer-main .footer-content .footer-brand::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-main .footer-content .footer-brand img {
    display: block;
    width: 300px;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7481%) hue-rotate(144deg) brightness(97%) contrast(99%); */
}
.footer-main .footer-content p {
    font-size: 14px;
    font-weight: 400;
    padding: 30px 0;
}
.footer-main .footer-content .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.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 {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.1);
    height: 1px;
    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: 0.3s;
}
.floatbutton,
.floatbutton .clickbutton .crossplus {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.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;
}
ul.footer-links.footer-links-email li {
    display: flex;
    align-items: baseline;
}
.banner_icons ul,
.logobox ul {
    display: flex;
    align-items: center;
}
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;
}
.banner_pointer ul li {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.banner_pointer ul li::before {
    content: "\f00c";
    font-family: "font awesome 6 pro";
    font-weight: 700;
    color: #06699c;
    margin-right: 5px;
}
.banner_icons ul li {
    padding: 20px;
}
.banner_icons ul li img {
    width: 125px;
    object-fit: cover;
}
.mainImg {
    height: 100%;
}
.logobox {
    background-color: #fcfcfc;
    box-shadow: 0 0 25px 8px #06699c30;
    padding: 40px;
    border-radius: 30px;
}
.logobox ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.logobox ul li {
    margin: 0 19px;
}
p.contact-para {
    font-size: 18px;
    margin-bottom: 20px;
}
.counter_logo span {
    padding-left: 12px;
    font-size: 12px;
    font-weight: 600;
}
.counterlist h2 {
    display: inline-flex;
    font-size: 3.7vmin;
    font-weight: 700;
    font-family: poppins;
}
.counterlist span {
    color: #171717;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px;
    position: relative;
    letter-spacing: -1px;
    font-size: 3.7vmin;
}
.floatbutton {
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 9;
}
.btns_wrap {
    position: fixed;
    right: -6px;
}
.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    padding: 0;
    background: #fff;
    top: 40px;
    border-radius: 50px 0 0 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
    color: #fff;
    background: #06699c;
    font-size: 18px;
    padding: 18px 20px 16px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0 0 50px;
}
.btns_wrap .call_wrap {
    position: absolute;
    background: #fff;
    top: 120px;
    padding: 0;
    border-radius: 50px 0 0 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}
.floatbutton .clickbutton {
    border-radius: 30px 0 0 30px;
    background: #06699c;
    width: 50px;
    z-index: 999;
    height: 270px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgb(87 184 151/9%);
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 198px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
}
.floatbutton .clickbutton .crossplus {
    transition: 0.4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: -55px;
    white-space: pre;
    bottom: 122px;
    font-weight: 700;
    line-height: 0.5px;
}
.banner-form {
    padding: 15px;
    top: 30px;
    background: #fff;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
    position: relative;
}
.banner-form h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}
.ban-form input,
.ban-form textarea {
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    outline: 0 !important;
    width: 100%;
}
.ban-form input {
    margin: 0 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 40px;
}
.ban-form textarea {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 120px;
    margin: 15px 0 0;
}
.banner-form input[type="button"],
.banner-form input[type="submit"] {
    background: #ae0653;
    background: -moz-linear-gradient(45deg, #f38701 0, #feb003 50%, #feb003 100%);
    color: #fff;
    border: none;
    border-radius: 34px;
    font-size: 20px;
    padding: 12px;
    margin-top: 10px;
    width: 100%;
}
.btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}
.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    background: #ff6f39;
    border-radius: 3px;
    text-align: center;
    background-image: linear-gradient(to right top, #ff6f39, #ff6f39, #ff6f39, #ff6f39, #ff6f39);
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0;
}
.floatbutton.active {
    right: 0;
    z-index: 11;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.portfoliolist ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.port-box ul {
    margin: 0;
    display: block;
    text-align: center;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}
.port-box ul li {
    display: inline-block;
    width: 100%;
    transition: 1s cubic-bezier(0.51, 0.92, 0.27, 0.96) !important;
    box-shadow: -1px -2px 15px -3px rgb(0 0 0/16%);
    border-radius: 20px;
    margin: 0 4px;
    height: 400px;
    overflow: hidden;
    background-size: cover;
}
li.hk_web_height.lazy.tabs-web-dsgn:hover {
    background-position: 100%;
    transition: 3s !important;
    transform: none;
}
.port-box ul li:hover {
    transform: scale(1.1);
}
.portfoliolist ul li {
    margin: 0 20px;
}
.portfoliolist ul li a {
    border-radius: 30px;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #000;
    font-size: 15px;
    line-height: 20px;
}
.portfoliolist ul li.active {
    background: #e95c41;
}
.portfoliolist ul li a.active {
    background-color: #06699c;
    color: #fff;
}
.port-box ul a {
    display: block;
}
.stepsmain .progress-bar.progress-bar-success {
    background: #ff6f39;
}
.stepsmain .modal-header .btn-close {
    background-color: #ff6f39;
    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 #d34e4e;
    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: 0.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: 0.5s;
    cursor: pointer;
    font-weight: 600;
    background: #ff6f39;
    border-radius: 15px 0 15px 15px;
}
.multiple_steps_container .steps_btn button:hover {
    filter: brightness(0.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: 0.75rem;
    font-weight: 500;
    background-color: #24b897;
    color: #464961;
    opacity: 0.9;
    padding: 0.25rem 0.75rem;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
    outline: 0 !important;
    transition: 0.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;
}
.close_side_popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: #06699c;
}
.independencebox,
.independencedaybackground {
    background-repeat: no-repeat;
    background-position: center center;
}
.close_side_popup i {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 20px;
}
.independenedaymodal .modal-header {
    border: 0;
    padding: 0;
    display: block;
}
.independenedaymodal .modal-body {
    padding: 0 12px;
}
.independenedaymodal .modal-header .btn-close {
    padding: 0.5rem;
    margin: -0.5rem -0.5rem -0.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.png);
    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.png);
    padding: 14px 0 13px;
    background-size: 95% 86%;
}
.independencebox p {
    margin: 0 auto;
    display: table;
    letter-spacing: 0.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;
}
.hide-coustomer {
    background: linear-gradient(90deg, #ff3d57 0, #b62c3e 100%);
    border: none;
    font-family: Rajdhani;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
}
.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;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .logobox ul li {
        margin: 0 10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counterlist h2,
    .counterlist span {
        font-size: 25px;
    }
    .counter_logo span {
        padding-left: 0;
    }
    .header-main .nav-main .custom-nav-item .custom-nav-link span,
    .header-main .nav-main .quote-btn .custom-nav-link,
    .our-process .our-process-content .process-steps li h6 {
        font-size: 14px;
    }
    section {
        overflow: hidden;
    }
    .mainImg {
        object-fit: cover;
        object-position: right center;
    }
    .home-banner-main .banner-content .banner-txt h1 {
        font-size: 40px;
    }
    .logobox {
        padding: 30px;
    }
    .logobox ul li img {
        width: 80%;
    }
    .logobox ul li {
        margin: 0;
    }
    .high-end-web-development .high-end-dev-content .high-end-txt p,
    .home-banner-main .banner-content .banner-txt p,
    .our-services-sec .services-listing .service-item p,
    .price-plan .plan-listing .price-item .body ul li,
    .why-choose-agile .why-choose-agile-content p {
        font-size: 16px;
    }
    .high-end-web-development .high-end-dev-content .high-end-txt h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .our-services-sec .services-listing .service-item {
        padding: 30px 25px;
    }
    .portfoliolist ul li a {
        padding: 10px;
        font-size: 13px;
    }
    .price-plan .plan-listing .price-item .body {
        padding: 25px 10px 40px 30px;
    }
    .price-plan .plan-listing .price-item .head h3 {
        font-size: 22px;
    }
    .price-plan .plan-listing .price-item .tag {
        top: -5px;
        left: -9px;
        width: 100px;
    }
    .our-process .our-process-content .process-steps::before {
        top: 15px;
    }
    .contact-sec .form-content .contact-img {
        width: 45%;
        bottom: auto;
    }
    .contact-sec .form-content {
        padding: 60px 25px 50px;
    }
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item .txt h6 {
        font-size: 18px;
    }
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item .txt p {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar,
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .adjustment {
        padding-top: 0;
    }
    .sec-title,
    section.home-banner-main .col-6 {
        width: 100%;
    }
    .collapse:not(.show),
    .portfoliolist ul {
        display: block;
    }
    .counterlist,
    .portfoliolist ul,
    .sec-title,
    .sec-title h2 {
        text-align: center;
    }
    .header-main {
        position: inherit;
    }
    .contact-sec .form-content .contact-img,
    .floatbutton,
    .home-banner-main .banner-content .banner-imgs .banner-person,
    .logobox,
    .mainImg {
        display: none;
    }
    .navbar {
        padding-bottom: 0;
        margin: 0 auto;
        display: table;
    }
    ul.navbar-nav.ms-auto.nav-main li {
        margin-bottom: 20px;
    }
    .header-main .nav-main .custom-nav-item .custom-nav-link {
        margin-right: 0;
    }
    .header-main .nav-main .quote-btn .custom-nav-link {
        margin-left: 0;
        font-size: 13px;
    }
    .header-main .nav-main .custom-nav-item .custom-nav-link span {
        font-size: 13px;
    }
    .home-banner-main {
        padding: 0 0 50px;
    }
    .home-banner-main .banner-content .banner-txt {
        padding: 15px 0 40px;
    }
    section {
        overflow: hidden;
    }
    .header-main.scroll {
        box-shadow: none;
    }
    .home-banner-main .banner-content .banner-txt h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner_pointer ul li,
    .high-end-web-development .high-end-dev-content .high-end-txt p,
    .home-banner-main .banner-content .banner-txt p,
    .our-services-sec .services-listing .service-item p,
    .price-plan .plan-listing .price-item .body ul li,
    .sec-title p,
    .why-choose-agile .why-choose-agile-content p {
        font-size: 14px;
    }
    .featured-btn,
    .inline-bark-q input[type="text"] {
        font-size: 12px;
    }
    .high-end-web-development,
    .portfolio-sec,
    section.clintwrp {
        padding: 0;
    }
    .high-end-web-development .high-end-dev-content .high-end-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .sec-title h2 {
        font-size: 30px;
    }
    .portfolio-sec .portfolio-listing .portfolio-item .portfolio-info h4 {
        font-size: 20px;
    }
    .price-plan .plan-listing .price-item .head h3 {
        font-size: 25px;
    }
    .why-choose-agile .why-choose-agile-content h3 {
        font-size: 30px;
    }
    .why-choose-agile {
        padding: 15px 0 35px;
    }
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item {
        margin-top: 30px;
    }
    .our-process .our-process-content .process-steps li {
        width: 30%;
        padding: 19px;
        margin-top: 50px;
    }
    .our-process .our-process-content .process-steps li h6 {
        font-size: 10px;
    }
    .our-process {
        padding: 100px 0 0;
    }
    .contact-sec .form-content {
        padding: 60px 20px 50px;
    }
    .contact-sec .form-content h2 {
        font-size: 30px;
        width: 100%;
    }
    .contact-sec .form-content::before {
        right: 0;
    }
    .our-process .our-process-content .process-steps {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .port-box ul {
        grid-template-columns: auto auto;
    }
    .portfoliolist ul li {
        margin: 0;
        display: inline-block;
        width: 35%;
    }
    .contact-sec,
    .price-plan {
        padding: 50px 0;
    }
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item .txt h6 {
        font-size: 16px;
    }
    .counter_logo span {
        margin: 0 auto;
        display: table;
    }
    .multiple_steps_container .tab .bark-modal-question label {
        font-size: 11px;
        padding: 5px 4px;
    }
    .multiple_steps_container .steps_btn .previousButtonForm {
        padding: 10px 30px;
        margin: 0 10px;
    }
    .stepsmain .inline-bark-modal-hide-h1 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
    .navbar,
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .adjustment {
        padding-top: 0;
    }
    .sec-title,
    section.home-banner-main .col-6 {
        width: 100%;
    }
    .collapse:not(.show),
    .portfoliolist ul {
        display: block;
    }
    .counterlist,
    .portfoliolist ul,
    .sec-title,
    .sec-title h2 {
        text-align: center;
    }
    .header-main {
        position: inherit;
    }
    .contact-sec .form-content .contact-img,
    .floatbutton,
    .home-banner-main .banner-content .banner-imgs .banner-person,
    .logobox,
    .mainImg {
        display: none;
    }
    .navbar {
        padding-bottom: 0;
        margin: 0 auto;
        display: table;
    }
    ul.navbar-nav.ms-auto.nav-main li {
        margin-bottom: 20px;
    }
    .header-main .nav-main .custom-nav-item .custom-nav-link {
        margin-right: 0;
    }
    .header-main .nav-main .quote-btn .custom-nav-link {
        margin-left: 0;
        font-size: 13px;
    }
    .header-main .nav-main .custom-nav-item .custom-nav-link span {
        font-size: 13px;
    }
    .home-banner-main {
        padding: 0 0 50px;
    }
    .home-banner-main .banner-content .banner-txt {
        padding: 15px 0 40px;
    }
    section {
        overflow: hidden;
    }
    .header-main.scroll {
        box-shadow: none;
    }
    .home-banner-main .banner-content .banner-txt h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner_pointer ul li,
    .high-end-web-development .high-end-dev-content .high-end-txt p,
    .home-banner-main .banner-content .banner-txt p,
    .our-services-sec .services-listing .service-item p,
    .price-plan .plan-listing .price-item .body ul li,
    .sec-title p,
    .why-choose-agile .why-choose-agile-content p {
        font-size: 14px;
    }
    .featured-btn,
    .inline-bark-q input[type="text"] {
        font-size: 12px;
    }
    .high-end-web-development,
    .portfolio-sec,
    section.clintwrp {
        padding: 0;
    }
    .high-end-web-development .high-end-dev-content .high-end-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .sec-title h2 {
        font-size: 30px;
    }
    .portfolio-sec .portfolio-listing .portfolio-item .portfolio-info h4 {
        font-size: 20px;
    }
    .price-plan .plan-listing .price-item .head h3 {
        font-size: 25px;
    }
    .why-choose-agile .why-choose-agile-content h3 {
        font-size: 30px;
    }
    .why-choose-agile {
        padding: 15px 0 35px;
    }
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item {
        margin-top: 30px;
    }
    .our-process .our-process-content .process-steps li {
        width: 30%;
        padding: 19px;
        margin-top: 50px;
    }
    .our-process .our-process-content .process-steps li h6 {
        font-size: 10px;
    }
    .our-process {
        padding: 100px 0 0;
    }
    .contact-sec .form-content {
        padding: 60px 20px 50px;
    }
    .contact-sec .form-content h2 {
        font-size: 30px;
        width: 100%;
    }
    .contact-sec .form-content::before {
        right: 0;
    }
    .our-process .our-process-content .process-steps {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .port-box ul {
        grid-template-columns: auto auto;
    }
    .portfoliolist ul li {
        margin: 0;
        display: inline-block;
        width: 24%;
    }
    .contact-sec,
    .price-plan {
        padding: 50px 0;
    }
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item .txt h6 {
        font-size: 16px;
    }
    .counter_logo span {
        margin: 0 auto;
        display: table;
    }
    .multiple_steps_container .tab .bark-modal-question label {
        font-size: 11px;
        padding: 5px 4px;
    }
    .multiple_steps_container .steps_btn .previousButtonForm {
        padding: 10px 30px;
        margin: 0 10px;
    }
    .stepsmain .inline-bark-modal-hide-h1 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 519px) {
    .navbar,
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .adjustment {
        padding-top: 0;
    }
    .sec-title,
    section.home-banner-main .col-6 {
        width: 100%;
    }
    .collapse:not(.show),
    .portfoliolist ul {
        display: block;
    }
    .counterlist,
    .portfoliolist ul,
    .sec-title,
    .sec-title h2 {
        text-align: center;
    }
    .header-main {
        position: inherit;
    }
    .contact-sec .form-content .contact-img,
    .floatbutton,
    .home-banner-main .banner-content .banner-imgs .banner-person,
    .logobox,
    .mainImg,
    .our-process .our-process-content .process-steps::before {
        display: none;
    }
    .navbar {
        padding-bottom: 0;
        margin: 0 auto;
        display: table;
    }
    ul.navbar-nav.ms-auto.nav-main li {
        margin-bottom: 20px;
    }
    .header-main .nav-main .custom-nav-item .custom-nav-link {
        margin-right: 0;
    }
    .header-main .nav-main .quote-btn .custom-nav-link {
        margin-left: 0;
        font-size: 13px;
    }
    .header-main .nav-main .custom-nav-item .custom-nav-link span {
        font-size: 13px;
    }
    .home-banner-main {
        padding: 0 0 50px;
    }
    .home-banner-main .banner-content .banner-txt {
        padding: 15px 0 40px;
    }
    section {
        overflow: hidden;
    }
    .header-main.scroll {
        box-shadow: none;
    }
    .home-banner-main .banner-content .banner-txt h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner_pointer ul li,
    .high-end-web-development .high-end-dev-content .high-end-txt p,
    .home-banner-main .banner-content .banner-txt p,
    .our-services-sec .services-listing .service-item p,
    .price-plan .plan-listing .price-item .body ul li,
    .sec-title p {
        font-size: 14px;
    }
    .featured-btn,
    .inline-bark-q input[type="text"] {
        font-size: 12px;
    }
    .sec-title h2,
    .why-choose-agile .why-choose-agile-content h3 {
        font-size: 30px;
    }
    .high-end-web-development,
    .portfolio-sec,
    section.clintwrp {
        padding: 0;
    }
    .high-end-web-development .high-end-dev-content .high-end-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .portfolio-sec .portfolio-listing .portfolio-item .portfolio-info h4 {
        font-size: 20px;
    }
    .price-plan .plan-listing .price-item .head h3 {
        font-size: 25px;
    }
    .why-choose-agile {
        padding: 15px 0 35px;
    }
    .why-choose-agile .why-choose-agile-content p {
        font-size: 14px !important;
    }
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item {
        margin-top: 30px;
    }
    .our-process .our-process-content .process-steps li {
        width: 30%;
        padding: 19px;
        margin-top: 0;
    }
    .our-process .our-process-content .process-steps li h6 {
        font-size: 10px;
    }
    .our-process {
        padding: 30px 0 0;
    }
    .contact-sec .form-content {
        padding: 60px 20px 50px;
    }
    .contact-sec .form-content h2 {
        font-size: 30px;
        width: 100%;
    }
    .contact-sec .form-content::before {
        right: 0;
    }
    .our-process .our-process-content .process-steps {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .port-box ul {
        grid-template-columns: auto;
    }
    .portfoliolist ul li {
        margin: 0;
        display: inline-block;
        width: 48%;
    }
    .contact-sec,
    .price-plan {
        padding: 50px 0;
    }
    .why-choose-agile .why-choose-agile-content .why-choose-agile-ul .li-item .txt h6 {
        font-size: 16px;
    }
    .counter_logo span {
        margin: 0 auto;
        display: table;
    }
    .multiple_steps_container .tab .bark-modal-question label {
        font-size: 11px;
        padding: 5px 4px;
    }
    .multiple_steps_container .steps_btn .previousButtonForm {
        padding: 10px 30px;
        margin: 0 10px;
    }
    .stepsmain .inline-bark-modal-hide-h1 {
        font-size: 20px;
        line-height: 30px;
    }
}
