.home-banner {
    padding: 20px 0 80px;
    background-image:url("../images/home/banner-bg.webp");
    position:relative;
        background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: calc(100vh - 98px);
    display: flex;
    align-items: center;
}
.home-banner:before{
    opacity: 0.85;
    background-color: #1C315B;
    mix-blend-mode: multiply;
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-banner-text {
    color: #fff;
}
.home-banner h1 {
    margin: 0 0 25px;
}
.home-banner h1 span {
    display: block;
    font-weight: var(--fw-500);
    font-size: var(--font-40);
    line-height: 48px;
    margin: 0 0 10px;
}
.home-banner-text p{
    max-width: 778px;
    font-weight: var(--fw-400);
}
.home-banner-text .btn1{
    margin-top: 40px;
}
.gptw-img {
    position: absolute;
    right: 80px;
    top: 0;
}
.banner-questions {
    max-width: 470px;
    color: #fff;
    padding: 30px;
    background-image: url("../images/home/banner-questions-ng.webp");
    background-size: cover;
    background-position: center;
}
.banner-questions h2 {
    font-size: 31px;
    line-height: 41px;
    margin: 10px 0 15px;
    font-weight: var(--fw-700);
}
.banner-questions p {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    font-weight: normal;
}
.banner-questions .btn1 {
    margin: 35px 0 12px;
    width: 100%;
}

.banner-questions .reply-line {
    font-size: 16px;
}
.proud-partners {
    background-image: linear-gradient(132deg, rgb(255 255 255 / 6%),  rgb(255 255 255 / 5%));
    display: flex;
    align-items: center;
    padding: 23px 0 23px 40px;
    width:100%;
    backdrop-filter: blur(29px);
}
.proud-partners h3 {
    margin: 0;
    font-size: 18px;
    max-width: 120px;
    line-height: 24px;
}
.proud-partners .rating-slider-main {
    margin-left: 40px;
    padding: 7px 0;
    padding-left: 60px;
    width:calc(100% - 140px);
    border-left: solid 2px hsl(0deg 0% 100% / 19%);
}
/**/
.our-services-sec{
    padding: 120px 0;
}
.our-services-sec .section-inner-head {
    max-width: 683px;
}
.clutch-img a {
    display: inline-block;
    max-width: 260px;
}
.service-list {
    counter-reset: my-sec-counter;
    list-style: none;
}
.service-list li:not(:last-child) {
    margin-bottom: 30px;
    display: block;
}
.nav-pills.service-list .nav-link  {
    padding: 35px 30px;
    box-shadow: 8px 11px 36px rgb(52 68 97 / 6%);
    border-radius: 14px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    min-width: 430px;
    background-clip: padding-box;
    border: solid 3px transparent;
    background-color: var(--color-white);
    transition: var(--ease-in-out);
}

.nav-pills.service-list .nav-link.active,
.nav-pills.service-list .nav-link:hover {
    background-image: linear-gradient(to right, #FDF8E8 , #DDF0EC);
}

.nav-pills.service-list .nav-link.active:after,
.nav-pills.service-list .nav-link:hover::after{
    color: #fff;
}
.nav-pills.service-list .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: 14px;
    background: linear-gradient(to right, #FDF8E8 , #DDF0EC);
}
.nav-pills.service-list .nav-link.active:before {
    margin: -6px;
}
.services-title-main {
    z-index: 2;
}
.our-services-m {
    margin-bottom: 114px;
}
.services-title {
    position: sticky;
    top: 0;
    margin-top: -54px;
}

.nav-pills.service-list .nav-link .icn {
    width: 54px;
    height: 54px;
    display: flex;
    margin-right: 18px;
}
.nav-pills.service-list .nav-link .service-title {
    margin: 0;
    width: calc(100% - 200px);
    color: #000;
    font-size: 20px;
    line-height: 29px;
    font-weight: var(--fw-500);
}
.nav-pills.service-list .nav-link:after {
    content: "0" counter(my-sec-counter);
    counter-increment: my-sec-counter;
    font-size: 55px;
    font-weight: bold;
    position: absolute;
    color: #E3F1EB;
    right: 37px;
    z-index: 1;
    line-height: 1;
    letter-spacing: -4px;
}
.home-services-inners {
    position: sticky;
    top: 12vw;
    left: 0;
    height: 75vh;
    background-color: #1c315b;
    overflow: hidden;
    background-image: linear-gradient(to right, #122242 , #1C315B);
}
.home-services-inners .services-content {
    padding: 30px 70px 30px 270px;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.home-services-inners .services-content.active.show {
    z-index: 1;
}
.home-services-inners .services-content h3 {
    margin: 0 0 20px;
}

.home-services-inners .services-content h4{
    margin: 0 0 30px;
    font-weight: var(--fw-500);
}
.home-services-inners .services-content p {
    margin: 0 0 40px;
}

.frameworks-outer{
    display: flex;
    margin: 60px 0 0;
    justify-content: space-between;
    gap: 40px;
}
.frameworks-outer a img {
    max-width: 50px;
    margin: 0 auto 15px;
    display: block;
}

.frameworks-outer a {
    text-align: center;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
}
/**/
.experience-sec {
    padding: 120px 0;
}
.experience-year {
    max-width: 380px;
    display: flex;
    margin: 0 0 30px;
}
.experience-year .font-large {
    font-size: 114px;
    font-weight: 700;
    color: var(--color-green);
    padding-right: 17px;
    line-height: 99px;
}
.experience-year .experience-dis {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 33px;
    font-weight: var(--fw-500);
}
.experience-sec .section-inner-head {
    max-width: 570px;
}
.client-satisafctions {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0;
    max-width: 590px;
}

.client-satisafctions .satisafctions-outer {
    width: 266px;
    height: 266px;
    border-radius: 50%;
    box-shadow: 0 0 0px 10px #F8F8F8, inset 0 0 0px 24px #F8F8F8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-satisafctions .satisafctions-outer .animated-text {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 17px;
    animation: textRotation 15s linear infinite;
}
.satisafctions-text{
    text-align: center;
}
.satisafctions-text .f-40 {
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 28px;
    font-size: 40px;
}
.satisafctions-text p{
    margin: 0;
}
.satisafctions-quetions {
    margin: 60px 0 0;
    border-radius: 149px;
    background: #192D54;
    color: #fff;
    padding: 53px 140px 62px 100px;
}
.satisafctions-quetions h3 {
    margin: 12px 0 20px;
}
.btn-link-outer {
    position: relative;
    z-index: 1;
}
@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.animated-text span {
    position: absolute;
    left: 50%;
    line-height: normal;
    font-size: 19px;
    transform-origin: 0 136px;
}
/**/
.top-features {
    padding: 120px 0;
    background: #F2F5F7;
}
.top-features .section-inner-head {
    max-width: 1125px;
    text-align: center;
    margin: 0 auto 60px;
}
.top-features .section-inner-head p{
    margin: 0;
}
.top-features-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.top-features-grid .features-grid-col {
    position: relative;
    padding: 30px;
    background-color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-features-grid .features-grid-col .features-icon {
    width: 80px;
    height: 80px;
}
.top-features-grid .features-grid-col .features-text {
    width: calc(100% - 80px);
    padding-left: 30px;
}

.features-grid-col h3 {
    font-size: var(--font-24);
    color: var(--color-black);
    margin: 0 0 15px;
}
.features-grid-col p{
    margin: 0;
}
/**/
.case-studies-sec{
    padding: 120px 0;
    background-color: var(--color-white);
}
.inner-subtitle {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 33px;
    margin: 0 0 8px;
    font-weight: var(--fw-700);
    color: var(--color-green);
    letter-spacing: 5.66px;
    font-family: var(--font-sfprodisplay);
}
.case-studies-contant{
    margin-top: 60px;
}
.case-studies-contant .swiper-slide {
    background-color: rgb(250 246 232 / 49%);
    border-radius: 12px;
    padding: 50px;
    display: flex;
}
.case-studies-text{
    width: calc(100% - 425px);
    padding-right: 108px;
}
.case-studies-text h3 {
    color: var(--color-black);
    margin: 0 0 20px;
    font-weight: 500;
}
.case-studies-text p {
    margin: 0 0 30px;
}
.case-studies-text .checkmark {
    margin: 0 0 40px;
}

.checkmark h4 {
    position: relative;
    padding-left: 37px;
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: var(--fw-400);
}
.checkmark h4:last-child{
    margin-bottom: 0;
}

.checkmark h4:before {
    content: "";
    height: 27px;
    width: 27px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.06);
    background-image: url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2643 1.92603L4.71287 8.4775L1.73492 5.49955" stroke="%2302A738" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
}
.case-studies-img{
    width: 425px;
    position: relative;
}
.case-studies-img img {
    position: relative;
}
.case-studies-img:before{
    content: "";
    position: absolute;
    height: 425px;
    width: 425px;
    border-radius: 50%;
    background-color: #ECE8CC;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.4s infinite;
}
@keyframes pulse {
    0% {box-shadow: 0 0 0 0 rgba(236, 232, 204, 0.8); }
    70% {box-shadow: 0 0 0 50px rgba(236, 232, 204, 0);}
    100% {box-shadow: 0 0 0 100px rgba(236, 232, 204, 0);}
}
.case-studies-tab .swiper-slide {
    width: calc(25% - 14px);
}
.case-studies-tab .swiper-slide:last-child {
    margin-right: 0 !important;
}
.case-studies-tab .swiper-slide {
    width: calc(25% - 14px);
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 20px 31px 0;
    border-top: solid 2px #DEE6EE;
    margin-top: 30px;
}
.case-studies-tab .swiper-slide.swiper-slide-thumb-active{
    border-top: solid 2px var(--color-green);    
}
.case-studies-tab .swiper-slide .case-tab-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-studies-tab .swiper-slide .case-tab-text {
    width: calc(100% - 70px);
    padding-left: 25px;
}
.case-studies-tab .swiper-slide .case-tab-text h5 {
    font-size: var(--font-20);
    line-height: 29px;
    font-weight: var(--fw-500);
    margin: 0;
}
.case-studies-tab .swiper-slide .case-tab-text  p {
    font-size: 16px;
    line-height: 24px;
}
/*cta section*/
.cta-bg {
    background: #192C53;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 39px 64px 39px 50px;
    color: #fff;
}
.cta-bg .cta-text {
    width: calc(100% - 252px);
    padding-right: 50px;
}
.cta-bg  h2 {
    margin: 0 0 14px;
}
.cta-bg  p {
    max-width: 673px;
    margin: 0;
    font-size: 19px;
    line-height: 30px;
}
.cta-btn {
    padding: 10px 10px 10px 30px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    white-space: nowrap;
    font-weight: var(--fw-500);
    line-height: 20px;
    font-size: var(--font-18);
    font-family: var(--font-sfprodisplay);
    border-radius: 60px;
    transition: var(--ease-in-out);
    overflow: hidden;
    position: relative;
}
.cta-btn .green-icon {
    background-color: #02A738;
    border-color: #02A738;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: solid 1px var(--color-green);
    background-position: top 11px left -27px !important;
    background-repeat: no-repeat !important;
    transition: var(--ease-in-out);
    position: relative;
    z-index: 1;
    background-image: url(../images/headerimages/arrow-white-black.webp);
}
.cta-btn:hover{
    color: var(--color-white) !important;
}
.cta-btn:hover .green-icon {
    background-position: top 11px left 16px !important;
    background-color: var(--color-white) !important;
    border-color: var(--color-white);
}
.cta-btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    transition: all 0.9s ease;
    background-color: var(--color-green);
    top: 0;
    left: 0;
}
.cta-btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    transition: all 0.6s ease;
    background-color: var(--color-green);
    bottom: 0;
    right: 0;
}
.cta-btn:hover::before {
    width: 0%;
    background-color:var(--color-green);
    right: 0;
}
.cta-btn:hover::after {
    width: 100%;
    background-color: var(--color-green);
    left: 0;
}
/*industries section*/
.industries-sec {
    padding: 120px 0 75px;
}
.industries-main-outer {
    width: calc(50% + 695px);
    margin-left: auto;
    padding-left: 15px;
    margin-top: 60px;
}
.industries-main .swiper-slide {
    height: auto;
    padding: 40px 28px;
    background: #FDFBF4;
    border-radius: 10px;
}
.industries-main .swiper-slide .ind-icon {
    margin: 0 0 35px;
}
.industries-main .swiper-slide .ind-icon img {
    position: relative;
}
.industries-main .swiper-slide .ind-icon:after {
    content: "";
    height: 28px;
    width: 28px;
    background: #02A738;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
    margin-left: -26px;
}

.industries-main .swiper-slide h3 {
    font-size: 25px;
    margin: 0 0 12px;
    color: var(--color-black);
    font-weight: var(--fw-500);
}
.industries-main .swiper-slide p {
    margin: 0 0 35px;
}
.ind-link-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.ind-link-outer a {
    font-size: 16px;
    line-height: normal;
    padding: 9px 18px;
    border: solid 1px #000;
    border-radius: 30px;
    transition: var(--ease-in-out);
    letter-spacing: normal;
    text-transform: capitalize;
}
.ind-link-outer a:hover{
    color: var(--color-white) !important;
    border-color: var(--color-green);
    background: var(--color-green);
}
.slider-btn-outer {
    position: relative;
    max-width: 1356px;
    margin-top: 60px;
}
.slider-btn-outer:before {
    content: "";
    width: calc(100% - 167px);
    height: 1px;
    background: #DEE6EE;
    position: absolute;
    left: 0;
    top: 50%;
}
.industries-main-outer .slider-btn-next {
    position: initial;
    right: 0;
    bottom: 0;
    transform: translate(0px, 0px);
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}
.industries-main-outer .slider-btn-next .swiper-btn:after {
    display: none;
}
.industries-main-outer .slider-btn-next .swiper-btn {
    position: initial !important;
    border: solid 1px #000;
    height: 58px;
    width: 58px;
    transition: var(--ease-in-out);
    border-radius: 50%;
    margin: 0;
}
.industries-main-outer .slider-btn-next .swiper-btn:hover{
    border: solid 1px var(--color-green);
    background-color: var(--color-green);
}
.industries-main-outer .slider-btn-next .swiper-btn svg path{    
    transition: var(--ease-in-out);
}
.industries-main-outer .slider-btn-next .swiper-btn:hover svg path{
    stroke: var(--color-white);
}
/*page-speed-sec*/
.section-spacing{
    padding: 120px 0;
}
.page-speed-sec {
    padding: 75px 0;
}
.page-speed-sec .section-inner-head {
    text-align: center;
    margin-bottom: 60px;
}
.page-speed-sec h2 {
    font-size: 100px;
    line-height: normal;
    margin: 0;
}
.page-speed-sec h2 span {
    color: var( --color-green);
}
.speed-sec-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}
.speed-sec-content img {
    max-width: 490px;
}
.speed-sec-content p {
    max-width: 760px;
}
.speed-features-card {
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 3px 10px 39px #0b43571c;
    border-radius: 10px;
    flex: 1 1 0;
    white-space: nowrap;
}
.speed-features-card h3 {
    color: #000;
    font-size: 20px;
    margin: 0;
}
.speed-features-card img {
    max-height: 60px;
}
.speed-features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
/*blog-sec*/
.blog-sec .section-inner-head {
    text-align: center;
    margin: 0 0 60px;
}

.blog-card h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 36px;
    max-width: 600px;
}
/*contact-sec*/
.contact-sec {
    padding: 75px 0 0;
    background: #fff;
}
.contact-sec .section-inner-head h2 {
    margin: 0 0 7px;
}
.contact-sec .section-inner-head .inner-subtitle {
    margin: 0;
}
.contact-sec .section-inner-head {
    margin: 48px 0 60px;
}
.contact-sec-inner {
    padding: 60px 0 120px;
    background:url(../images/home/contact-bg.svg), linear-gradient(180deg, #112C63 0%, #142547 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/**/
.contact-grid {
    display: flex;
}
.contact-grid .contact-left {
    width: calc(100% - 660px);
    padding-right: 30px;
    position: relative;
}
.contact-seprator {
    position: absolute;
    right: 54px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #294A8C;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-seprator:after,.contact-seprator:before {
    height: calc(50% - 20px);
    top: 0;
    position: absolute;
    width: 1px;
    content: "";
    background: #294A8C;
    left: 8px;
}
.contact-seprator:before {
    top: auto;
    bottom: 0;
}
.contact-details {
    max-width: 577px;
}

.contact-details a {
    padding: 20px 27px;
    background: rgb(255 255 255 / 6%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(80px);
}
.contact-details a .contact-data-inner {
    padding-left: 17px;
        font-size: var(--font-20);
    word-break: break-word;
    font-weight: var(--fw-500);
    color: var(--color-white);
}
.contact-data-inner p {
    text-transform: uppercase;
    margin-bottom: 3px;
    color: #FDCD56;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: var(--fw-700);
    line-height: 20px;
}
.contact-details a:not(:last-child) {
    margin: 0 0 20px;
}
.contact-get-outer {
    max-width: 577px;
    display: flex;
    gap: 28px;
    margin: 40px 0 0;
    width: 100%;
    color: #fff;
}
.contact-get-outer h3 {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 18px;
}
.contact-get-left ul li {
    position: relative;
    padding-left: 31px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}
.contact-get-left ul li:not(:last-child) {
    margin: 0 0 10px;
}
.contact-get-left ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.3334 1L5.00002 8.33333L1.66669 5" stroke="%23FDCD56" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 8px;
}
.contact-get-right {
    width: calc(50% - 20px);
}
.contact-get-right .contact-get-col {
    display: flex;
    padding: 12px 40px;
    background: linear-gradient(90deg, hsl(0deg 0% 100% / 8%), hsl(0deg 0% 100% / 1%));
    align-items: center;
    gap: 13px;
    backdrop-filter: blur(80px);
    border-radius: 50px;
}
.contact-get-right .contact-get-col:not(:last-child) {
    margin: 0 0 13px;
}
.contact-get-right .contact-get-col .contact-get-text {
    font-size: 20px;
    font-weight: 700;
}
.contact-get-right .contact-get-col .contact-get-text span {
    display: block;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
.contact-form-home {
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    width: 660px;
    margin-top: -255px;
    box-shadow: 21px 15px 41px hsl(208.89deg 49.69% 31.96% / 17%);
}
.contact-form-head {
    margin: 0 0 30px;
}
.contact-form-home form .form-group {
    margin-bottom: 24px;
}
.form-group {
    position: relative;
}
.form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
}
.form-control {
    box-shadow: none !important;
    outline: none !important;
    padding: 20px 15px;
    border: 0;
    background-color: #F2F5F7;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    height: 55px;
    font-family: var(--font-sfprodisplay);
    border-radius: 5px;
}
.form-control:focus {
    color: #000;
    background-color: #F2F5F7;
    outline: 0;
    box-shadow: none;
}
/**/
.ddl-select {
  visibility:hidden;
}
.ddl {
  position:relative;
  height:50px;
  width:100%;
  text-align:initial;
}
.ddl::after {
    content: '';
    position: absolute;
    top: 27px;
    right: 20px;
    width: 9px;
    height: 2px;
    background: #555;
    z-index: 99;
    transform: rotate(-40deg);
    transition: 0.5s;
}
.ddl::before {
    content: '';
    position: absolute;
    top: 27px;
    right: 27px;
    width: 8px;
    height: 2px;
    background: #555;
    z-index: 99;
    transform: rotate(40deg);
    transition: 0.5s;
}
.ddl.active::after{
  right:27px;
}
.ddl.active::before{
  right:21px;
}
.ddl-input {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor:pointer;
  border-radius:5px;    
  padding: 29px 15px;
  outline:none;
  border: none;
    background-color: #F2F5F7;
}
.ddl.active .ddl-options {
  visibility:visible;
  opacity:1;
}
.ddl .ddl-options {
  position:absolute;
  width:100%;
  top:55px;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  visibility:hidden;
  opacity:0;
  transition:0.25s;
  z-index: 999;
  border:1px solid #e9e9e9;
  box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.ddl .ddl-options > div {
  padding: 10px 20px;
  cursor:pointer;
}
.ddl .ddl-options > div:hover {
    background: #112a5c;
    color: #fff;
}
input.form-control::placeholder,
input.form-control::placeholder,
.ddl-input::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
textarea.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
  color: #000 !important;
}
textarea::-webkit-input-placeholder {
color: #000  !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #000  !important;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #000  !important;  
}

textarea:-ms-input-placeholder {
color: #000  !important;  
}
.contact-form-home .button-group button {
    max-width: 193px;
    width: 100%;
}
.contact-form-home form .form-group textarea.form-control {
    min-height: 133px;
    resize: none;
    padding-top: 5px;
}
.enter-value {
    display: flex;
}
.enter-value span {
    font-size: 16px;
    margin-right: 20px;
    white-space: nowrap;
    line-height: 16px;
    display: block;
    color: #000000;
    padding-top: 22px;
}

.filelabel {
    max-width: 281px;
    border: 1px dashed #FDCD56;
    border-radius: 5px;
    display: block;
    padding: 18px 23px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: left;
    margin: 0;
    line-height: normal;
    color: #000000 !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgb(253 205 86 / 8%);
}
.filelabel svg path {
    stroke: #000;
}
.filelabel .title {
    color: #000000;
    transition: 200ms color;
}
.filelabel:hover {
  border: 1px dashed var(--color-green);
}
.filelabel:hover .title {
  color: #000;
}
#FileInput{
    display:none;
}
.radio-list p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 13px;
}
.button-group .btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-form-home .button-group .btn {
    background: #fff;
    border-color: #fff;
}
.radio-list ul li:not(:last-child) {
    margin-bottom: 10px;
}
.radio-list ul li {
    line-height: 19px;
}
.radio-list ul li input[type="radio"]:checked,
.radio-list ul li input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-list ul li input[type="radio"]:checked + label, .radio-list ul li input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    display: inline-block;
    color: #000;
    line-height: normal;
    font-size: 14px;
}
.radio-list ul li input[type="radio"]:checked + label:before, .radio-list ul li input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #000;
}
.radio-list ul li input[type="radio"]:checked + label:after, .radio-list ul li input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #02A738;
    position: absolute;
    top: 4px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-list ul li input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-list ul li input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


@media only screen and (min-width: 1600px){
    .home-services-inners {
        height: 65vh;
    }
}

@media only screen and (max-width:1441px){
    .gptw-img {
        right: 31px;
        max-width: 64px;
    }
    .home-banner h1 {
        margin: 0 0 15px;
    }    

    .home-banner h1 span {
        font-size: var(--font-35);
        line-height: 43px;
        margin: 0 0 5px;
    }
    .home-banner-text .btn1 {
        margin-top: 30px;
    }
    .home-services-inners {
        top: 10vw;
    }
    .banner-questions .btn1 {
        margin: 30px 0 5px;
    }
    .home-banner {
        padding: 20px 0 103px;
        min-height: calc(100vh - 80px);
    }    
    .banner-questions h2 {
        font-size: 26px;
        line-height: 36px;
        margin: 10px 0 15px;
    }
    .our-services-sec,.case-studies-sec,.top-features,
    .experience-sec,.top-feature,.section-spacing{
        padding: 80px 0;
    }
    .our-services-m {
        margin-bottom: 80px;
    }
    .services-title {
        margin-top: -40px;
    }
    .nav-pills.service-list .nav-link {
        padding: 25px 20px;
        min-width: 360px;
    }
    .nav-pills.service-list .nav-link .service-title {
        width: calc(100% - 160px);
    }
    .service-list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .home-services-inners .services-content {
        padding: 30px 50px 30px 210px;
    }
    .home-services-inners .services-content h3 {
        margin: 0 0 10px;
    }
    .home-services-inners .services-content h4 {
        margin: 0 0 20px;
    }
    .home-services-inners .services-content  p {
        margin: 0 0 30px;
    }
    .frameworks-outer {
        margin: 40px 0 0;
    }
    .experience-year {
        margin: 0 0 20px;
    }
    .service-tab-title .icn {
        margin-right: 10px;
    }
    .client-satisafctions .satisafctions-outer {
        width: 226px;
        height: 226px;
    }
    .animated-text span {
        font-size: 16px;
        transform-origin: 0 115px;
    }
    .client-satisafctions {
        margin: 50px 0 0;
        padding-right: 20px;
    }
    .satisafctions-quetions {
        margin: 40px 0 0;
        border-radius: 129px;
        padding: 43px 80px 42px 80px;
    }
    .experience-sec .section-inner-head {
        max-width: 520px;
    }
    .client-satisafctions {
        max-width: 520px;
    }
    .features-grid-col h3 {
        margin: 0 0 8px;
    }
    .case-studies-img {
        width: 360px;
    }
    .case-studies-img:before {
        height: 360px;
        width: 360px;
    }
    .case-studies-tab .swiper-slide {
        padding: 20px 10px 0;
        margin-top: 22px;
    }
    .case-studies-text h3 {
        margin: 0 0 12px;
    }
    .case-studies-text p {
        margin: 0 0 20px;
    }
    .case-studies-text .checkmark {
        margin: 0 0 30px;
    }
    .checkmark h4 {
        margin-bottom: 15px;
    }
    .case-studies-tab .swiper-slide .case-tab-text {
        padding-left: 11px;
    }
    .case-studies-tab .swiper-slide .case-tab-text h5 {
        font-size: var(--font-20);
        margin: 0;
    }
    .speed-features-card img {
        max-height: 50px;
    }
    .speed-features-card h3 {
        font-size: 18px;
    }
    .page-speed-sec h2 {
        font-size: 80px;
    }
    .blog-card h3 {
        font-size: 20px;
        max-width: 540px;
    }
    .inner-subtitle {
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 5px; 
    }
    /*  industries-main-outer  */
    .industries-sec{
        padding: 80px 0 35px;
    }
    .industries-main-outer {
        width: calc(50% + 585px);        
        margin-top: 30px;
    }
    .industries-main .swiper-slide {
        padding: 30px 20px;
    }
    .industries-main .swiper-slide .ind-icon {
        margin: 0 0 20px;
    }
    .industries-main .swiper-slide h3 {
        font-size: 20px;
        margin: 0 0 8px;
    }
    .industries-main .swiper-slide p {
        margin: 0 0 20px;
    }
    .ind-link-outer a {
        font-size: 14px;
        padding: 7px 15px;
    }
    .slider-btn-outer {
        margin-top: 30px;
        padding-right: 20px;
        max-width: 1170px;
    }
    .industries-main-outer .slider-btn-next .swiper-btn {
        height: 44px;
        width: 44px;
    }
    .industries-main-outer .slider-btn-next .swiper-btn svg {
        max-width: 20px;
    }
    .slider-btn-outer:before {
        width: calc(100% - 145px);
    }
    .industries-main-outer .slider-btn-next {
        gap: 15px;
    }
    /*  page-speed-sec  */
    .page-speed-sec {
        padding: 35px 0;
    }
    .page-speed-sec .section-inner-head {
        margin-bottom: 30px;
    }
    .top-features .section-inner-head {
        margin: 0 auto 30px;
    }
    .top-features-grid {
        gap: 24px;
    }
    /*    */
    .case-studies-contant {
        margin-top: 30px;
    }
    .case-studies-contant .swiper-slide {
        padding: 30px;
    }
    .contact-sec-inner {
        padding: 40px 0 80px;
    }
    .contact-sec .section-inner-head {
        margin: 28px 0 30px;
    }
    .contact-get-outer {
        gap: 20px;
        margin: 30px 0 0;
        max-width: 447px;
    }
    .contact-details {
        max-width: 447px;
    }
    .contact-seprator {
        right: 5px;
    }
    .contact-grid .contact-left {
        width: calc(100% - 560px);
    }
    .contact-form-home {
        padding: 30px 20px;
        width: 560px;
        margin-top: -205px;
    }
    .contact-get-left ul li {
        padding-left: 26px;
        line-height: 26px;
        font-size: 16px;
    }
    .contact-get-left ul li:before {
        top: 5px;
    }
    .contact-get-right .contact-get-col {
        padding: 10px 30px;
    }
    .contact-get-outer h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .contact-get-right .contact-get-col:not(:last-child) {
        margin: 0 0 10px;
    }
    .contact-form-home form .form-group {
        margin-bottom: 20px;
    }
    .form-control {
        padding: 16px 15px;
        font-size: 14px;
        height: 50px;
    }
    .ddl-input {
        padding: 25px 15px;
        font-size: 14px;
    }
    .contact-details a:not(:last-child) {
        margin: 0 0 15px;
    }
    .contact-details a {
        padding: 15px 20px;
    }
    .radio-list ul li:not(:last-child) {
        margin-bottom: 5px;
    }
    .contact-form-head {
        margin: 0 0 20px;
    }
    .contact-form-head p {
        line-height: 24px;
    }
    .contact-data-inner p {
        margin-bottom: 2px;
        letter-spacing: 2px;
        font-size: 12px;
        line-height: 18px;
    }
    .contact-get-right .contact-get-col .contact-get-text {
        font-size: 18px;
    }
    .contact-get-right .contact-get-col .contact-get-text span {
        font-size: 14px;
    }
    .radio-list ul li {
        line-height: 15px;
    }
    .contact-form-head h2 {
        line-height: normal;
    }
    .contact-form-home form .form-group textarea.form-control {
        min-height: 93px;
    }
    .filelabel {
        padding: 15px 20px;
    }
    .enter-value span {
        font-size: 14px;
        margin-right: 10px;
        line-height: 16px;
        padding-top: 16px;
    }
    .contact-seprator {
        right: 62px;
    }
    /* blog-sec   */
    .blog-sec .section-inner-head {
        margin: 0 0 30px;
    }
}   

@media only screen and (max-width:1199px){
   .home-banner {
        min-height: calc(100vh - 71px);
    }
    .industries-main-outer {
        width: 100%;
    }
    /* our-services-sec   */
    .our-services-sec {
        padding: 60px 0 40px;
    }
    .nav-pills.service-list .nav-link {
        padding: 20px 20px;
        min-width: 320px;
    }
    .nav-pills.service-list .nav-link:after{
        display: none;
    }
    .nav-pills.service-list .nav-link .service-title {
        width: calc(100% - 70px);
    }
    .home-services-inners .services-content {
        padding: 30px 50px 30px 190px;
    }    
    /*  experience-sec  */
    .experience-sec{
        padding: 40px 0 60px;
    }
    .client-satisafctions {
        margin: 40px 0 0;
        max-width: 430px;
    }
    .client-satisafctions .satisafctions-outer {
        width: 186px;
        height: 186px;
    }
    .animated-text span {
        transform-origin: 0 95px;
    }
    .satisafctions-text .f-40 {
        margin: 0 0 10px;
        line-height: 18px;
        font-size: 35px;
    }
    .satisafctions-quetions {
        margin: 30px 0 0;
        padding: 30px 60px 30px 60px;
    }
    /*  top-features  */
    .top-features-grid .features-grid-col {
        padding: 20px 30px;
    }
    .top-features-grid .features-grid-col .features-icon {
        width: 60px;
        height: 60px;
    }
    .top-features-grid .features-grid-col .features-text {
        width: calc(100% - 60px);
        padding-left: 20px;
    }
    .features-grid-col h3 {
        font-size: 20px;
    }
    /*    */
    .case-studies-text {
        width: calc(100% - 360px);
        padding-right: 40px;
    }
    .case-studies-tab .swiper-slide .case-tab-icon {
        width: 50px;
        height: 50px;
    }
    .case-studies-tab .swiper-slide .case-tab-text {
        padding-left: 10px;
        width: calc(100% - 50px);
    }
    .case-studies-tab .swiper-slide {
        padding: 10px 10px 0;
        margin-top: 20px;
    }
    .case-studies-tab .swiper-slide .case-tab-text  p {
        line-height: 20px;
    }
    /* page-speed-sec   */
    .page-speed-sec h2 {
        font-size: 60px;
    }
    .speed-features-card {
        padding: 20px 25px;
    }
    .contact-seprator{
        display: none;
    }
}
@media only screen and (max-width:991px){
    .top-features-grid .features-grid-col {
        padding: 20px;
        background-image: none !important;
    }
    .top-features-grid .features-grid-col .features-text {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    /* experience-sec   */
    .experience-sec .section-inner-head {
        max-width: 100%;
        margin: 0 0 20px;
    }
    .client-satisafctions {
        margin: 40px auto 20px;
        max-width: 430px;
    }
    /*    */
    .cta-bg {
        padding: 30px;
    }
    .cta-bg .cta-text {
        width: calc(100% - 211px);
        padding-right: 30px;
    }
    .cta-btn {
        padding: 5px 5px 5px 20px;
        gap: 10px;
        line-height: 18px;
        font-size: var(--font-16);
    }
    .cta-bg  h2 {
        margin: 0 0 10px;
    }
    .cta-bg  p {
        font-size: 16px;
        line-height: 24px;
    }
    /*    */
    .speed-sec-content img {
        max-width: 50%;
    }
    .speed-features-card {
        white-space: normal;
    }
    /*    */
    .case-studies-tab .swiper-slide {
        width: auto;
    }
    .case-studies-contant .swiper-slide {
        padding: 30px 20px;
        align-items: center;
    }
    .case-studies-text {
        width: calc(100% - 280px);
    }
    .checkmark h4 {
        padding-left: 30px;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .checkmark h4:before {
        height: 22px;
        width: 22px;
        background-size: 11px;
    }    
    .case-studies-img {
        width: 280px;
    }
    .case-studies-img:before {
        height: 280px;
        width: 280px;
    }
    /*    */
    .contact-grid {
        flex-wrap: wrap;
    }
    .contact-details {
        max-width: 100%;
    }
    .contact-get-outer {
        max-width: 100%;
        justify-content: space-between;
    }
    .contact-grid .contact-left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 40px;
    }
    .contact-form-home {
        padding: 30px;
        width: 100%;
        margin-top: 40px;
    }
    .contact-seprator {
        display: flex;
        right: auto;
        bottom: 0;
        width: 100%;
        height: 1px;
        justify-content: center;
    }
    .contact-seprator:after, .contact-seprator:before {
        width: calc(50% - 20px);
        top: 50%;
        height: 1px;
        left: 0;
    }
    .contact-seprator:before {
        right: 0;
        left: auto;
    }
    .blog-card h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 10px;
    }
    .row-gap{
        row-gap: 30px;
    }
}
@media only screen and (max-width:767px){ 
    /*  home-banner  */
    .home-banner {
        min-height: auto;
        padding: 60px 0 140px;
    }
    .home-banner h1 span {
        font-size: var(--font-24);
        line-height: 35px;
    }
    .home-banner-text .btn1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .proud-partners {
        padding: 15px 0 15px 15px;
    }
    .proud-partners .rating-slider-main {
        margin-left: 20px;
        padding: 0px;
        padding-left: 20px;
        width: calc(100% - 120px);
    }
    /*    */
    /*      */
    .our-services-m {
        margin-bottom: 40px;
    }
    .clutch-img.text-end{display: none;}
    .home-services-inners .services-content {
        padding: 30px;
        position: relative;
        display: none;
    }
    .home-services-inners {
        height: auto;
        position: initial;
        border-radius: 10px;
    }
    .home-services-inners .services-content.active.show {
        display: block;
    }
    .service-list {
        flex-wrap: nowrap;
        gap: 15px;
        overflow: hidden;
        overflow-x: auto;
    }
    .service-list li:not(:last-child) {
        margin-bottom: 0;
        padding:0;
    }
    .nav-pills.service-list .nav-link {
        padding: 15px;
        min-width: 250px;
        height: 100%;
        box-shadow: none;
    }
    .nav-pills.service-list .nav-link .icn {
        width: 44px;
        height: 44px;
        margin-right: 15px;
    }
    .nav-pills.service-list .nav-link .service-title {
        width: calc(100% - 59px);
        font-size: 18px;
        line-height: 25px;
    }
    /* */
    .case-studies-contant .swiper-slide {
        flex-wrap: wrap;
        gap: 30px;
        flex-direction: column-reverse;
    }
    .case-studies-text {
        width: 100%;
        padding: 0;
    }
    .case-studies-img {
        margin: 0 auto;
    }
    /* page-speed-sec   */
    .speed-features-card {
        white-space: nowrap;
    }
    .speed-sec-content {
        flex-wrap: wrap;
    }
    .page-speed-sec h2 {
        font-size: 40px;
    }
/*    */
    .contact-sec .section-inner-head {
        margin: 0 0 30px;
    }

}

@media only screen and (max-width:675px){ 
    .speed-features {
        gap: 20px;
        flex-direction: column;
    }
    /*    */
    .cta-bg {
        flex-wrap: wrap;
        gap: 30px;
    }
    .cta-bg .cta-text {
        width: 100%;
        padding-right: 0;
    }
    .top-features-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width:575px){
    .frameworks-outer {
        margin: 30px 0 0;
        gap: 30px;
        flex-wrap: wrap;
    }
    .frameworks-outer a {
        width: calc(50% - 20px);
    }
}