/*
Theme Name: Veltrix - Web Development WordPress Theme Child
Theme URI: https://www.garantiwebtasarim.net/wordpress/veltrix
Template: veltrix
Author: Adem ÖZDAMAR - Garantiwebt
Author URI: https://www.templatemonster.com/authors/garantiwebt/
Description: Veltrix is a creative, modern, and high-performance WordPress theme built for web development agencies, software companies, and tech startups. With full ACF Pro integration, Veltrix empowers you to create dynamic layouts and custom content with ease. Featuring responsive design, fast loading structure, clean UI elements, and advanced customization options, Veltrix is the perfect solution for showcasing services, portfolios, and digital projects in a professional way.
Tags: web development,digital agency,software,tech startup,responsive,modern,ACF integration,SEO optimized,fast loading,professional,creative design,clean UI
Version: 1.0.0.1751009453
Updated: 2025-06-27 07:30:53

*/

/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */


@font-face {
  font-family: 'Raleway';
  src: url('/wp-content/themes/your-theme/fonts/raleway.woff2') format('woff2'),
       url('/wp-content/themes/your-theme/fonts/raleway.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter_18pt-Bold';
  src: url('/wp-content/themes/veltrix-child/fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter_18pt-Regular';
  src: url('/wp-content/themes/veltrix-child/fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter_18pt-SemiBold';
  src: url('/wp-content/themes/veltrix-child/fonts/Inter_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}




/*common css start*/
*{
 font-family: "Raleway", sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
body, html{
     font-family: "Raleway", sans-serif !important;
}
p,h1,h2,h3,h4,h5,h6{
    font-family: "Raleway", sans-serif !important;
}
.custom-container{
    overflow: visible !important;
      position: relative !important;
    z-index: 2 !important;
}
.custom-container .e-con-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.btn-2:hover {
    box-shadow: none !important;
}
.page-header .container p {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
}

/*common css end*/


/*header css start*/
.navbar .site-menu {
    margin-top: 0;
}

.navbar .site-menu ul li {
    margin: 0px !important;
}
.navbar .logo a img {
    height: auto !important;
    width: 200px;
}
p.asdas{
    font-family: "Inter", sans-serif !important; 
}
.page-header .container h1 {
    font-size: 40px !important;
    line-height: 60px !important;
    text-align: center !important;
    font-weight: 900;
}
aside.side-widget .h2-baslik-hizmetler-2 {
    font-size: 22px;
}
.side-widget .address a.addressLink,
.side-widget .address a.phoneLink {
    width: auto;
    height: auto;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    border: none;
}
.side-widget .address a.addressLink:hover, 
.side-widget .address a.phoneLink:hover {
    box-shadow: none !important;
    border: none;
    color: #0066cc;
}


@media(max-width:1366px){
    .navbar .site-menu ul li {
        padding: 0 0px;
    }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 1250px) {
    .navbar .site-menu {
        display: none;
    }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 1250px) {
    .side-widget .hide-mobile {
        display: none;
    }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 1250px) {
    .side-widget .show-mobile {
        display: flex;
        width: 100%;
    }
    .side-widget .site-menu ul li a {
        display: block;
        width: 100%;
        position: relative;
    }
    li.menu-item-has-children > a::after{
        position: absolute;
        top: 20px;
        right: 5px;
    }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 1180px) {
    .side-widget .site-menu ul li a {
        font-size: 20px;
    }
}
@media (min-width: 200px) and (max-width: 1250px) {
    .side-widget .dropdown-menu a {
        font-size: 20px !important;
    }
}


@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .side-widget {
        max-width: 80vw;
        padding: 20px 15px;
    }
    .side-widget .dropdown-item{
        white-space: inherit !important;
    }
    .page-header .container h1 {
        font-size: 26px !important;
        line-height: 40px !important;
        text-align: center !important;
        font-weight: 900;
    }
}

/*header css end*/

/*home page css start*/
header.slider{
    /* background-image: url('images/slider-veltrix-1-1.jpg'); */
    background-color:#01122d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.slider .main-slider .swiper-slide {
    background: transparent;
}
.page-header{
     background-color:#01122d !important;
}
@media(max-width:767px){
    .slide-image{
        display: none;
    }
    .home-line-drop {
        display: none !important;
    }
}

/* .slider .main-slider .swiper-slide .slide-image{
    background-color: #004ec4;
} */
.markalar .container .row {
    justify-content: center;
}
section.hakkimizda-bolumu-anasayfa .icon-box h3{
    font-size: 20px;
}
.testimon-text {
    overflow: hidden;
    max-height: 195px;
}
.commentssec .carousel-classes {
    padding-bottom: 100px;
}
.creative-service-image img {
    height: 400px !important;
}

.creative-service-box:hover i {
    transform: none !important;
}
.slider .main-slider .swiper-slide .container h1, .home-slider-heading {
    width: 100%;
    display: block;
    font-size: 62px !important;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 0px;
}
.single-image-container img{
    max-height: 750px;
}
.creative-service-content i.fas.fa-arrow-right {
    display: none;
}
section.serviceveltrix .carousel-services {
    padding: 20px 0 100px 0;
}
.creative-service-content h2 {
    font-size: 24px;
    margin-top: 32px;
    color: var(--text-primary-color);
    font-weight: 700;
    text-align: left;
}

@media(max-width:767px){
.slider .main-slider .swiper-slide .container h2, .home-slider-heading {
    font-size: 42px !important;
}
.carousel-services .creative-service-content p{
   padding-right: 0px !important; 
}
section.serviceveltrix .carousel-services {
    padding: 20px 0 20px 0;
}
.serviceveltrix {
    padding: 40px 0 0px;
}


}
/*home page css end*/

/*service page css start*/
p.services-kutu2--wtbb {
    font-size: 28px;
}
section.serviceaifind .creative-service-image img {
    height: 320px !important;
}
section.serviceaifind .creative-service-content p {
    padding-right: 0px !important;
}

.h2-baslik-anasayfa-wtbb {
    font-weight: 700 !important;
    text-align: center;
}
.services-kutu2--wtbb{
    text-align: center !important;
}
.process .icon-box h3 {
    font-size: 22px;
}
.tech-stack-sec .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.faq-sec details {
    padding: 0;
}
.custom-accordion details {
    -webkit-box-shadow: 0px 20px 14px 0px rgba(17, 22, 51, 0.09);
    box-shadow: 0px 20px 14px 0px rgba(17, 22, 51, 0.09);
}
.custom-accordion details summary::after{
    content: none;
}
.custom-accordion details summary span.e-n-accordion-item-title-icon {
    width: 31px !important;
    height: 31px;
    background: #1169ED;
    border-radius: 31px;
    justify-content: center;
    flex-shrink: 0;
}
.main-section-heading h2{
    text-align: center !important;
}

/*service page css end*/

/*cta sec css start*/
.cta-sec {
    background-image: url('images/cta-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.left-col {
    flex: auto;
}
.left-col img {
    padding: 0;
    margin-right: 15px;
}
.left-col h5, .rtb, .left-col h2 {
    font-weight: 500;
    font-size: 21px;
    color: #000000;
    margin-bottom: 15px;
}
h5.bgeffect,
h2.bgeffect,
h3.bgeffect,
p.bgeffect {
    background: #F8E756;
    font-weight: 900;
    font-size: 30px;
    color: #293848;
    margin-bottom: 0;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 30px;
    min-height: 40px;
}
p.bgeffect {
    font-size: 16px;
    font-weight: 600;
}
.letsTalk {
    background: #0072FE1F;
    font-weight: 700;
    font-size: 20px;
    color: #1169ED;
    padding: 7px 15px;
    border-radius: 4px;
    margin: 0;
    height: 40px;
}
.contact-btn {
    background: #1169ED;
    font-weight: 900;
    font-size: 22px;
    color: #FFFFFF;
    min-height: 60px;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 1px;
}
.contact-btn:hover{
    background: #185abd;
}

/*cta sec css end*/


/*service detail page css start*/

.book-appointment-sec{
    background-image: url('images/book-appointment-bg.png');
    background-repeat: no-repeat;
       background-position: bottom;
    background-size: cover;

}


.setupBox {
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0px 10px 16px 0px rgba(0, 102, 204, 0.13);
    min-height: 282px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
        padding: 0 15px;
}
.setupBox:hover{
    border-color: #1169ED;
}
.setup-number {
    position: relative;
    width: 118px;
    height: 19px;
    background-color: #1169ED;
    clip-path: polygon(0% 100%, 20% 0%, 82% 0%, 100% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.setup-number-outer {
    position: absolute;
    padding-top: 47px;
    top: -67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 118px;
}
.setup-number-outer span {
    font-size: 52px;
    /* font-weight: 700; */
    color: #1169ED;
    -webkit-text-stroke: 1px #1169ED;
    color: white;
    mix-blend-mode: normal;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'Inter_18pt-Bold' !important;
    /* font-family: "Inter", sans-serif !important; */
    letter-spacing: 0px;
}
.setupBox h3 {
    color: #293848;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 23px;
    font-family: "Raleway", sans-serif;
    max-width: 230px;
}
.setupBox p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 23px;
    font-family: "Raleway", sans-serif;
    text-align: center;
    max-width: 270px;
}
.setup-icon-box {
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 91px;
    height: 91px;
    border: 1px solid #1169ED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
}
.what-setup-sec, .faq-sec {
    background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/bg-boll.png');
    background-repeat: no-repeat;
    background-position:center left;
    background-attachment: fixed;
}
.development-pro-sec{
    background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/sec-right-boll.png');
    background-repeat: no-repeat;
    background-position:center right;
    background-attachment: fixed;
}
.btn-2.custom-btn {
    min-width: 170px;
}
.custom-soft-box .elementor-widget-container {
    border-radius: 11px;
    box-shadow: 0px 10px 16px 0px rgba(0, 102, 204, 0.13);
    min-height: 310px;
    border: 1px solid #fff;
}
.custom-soft-box .elementor-widget-container:hover{
    border: 1px solid #1169ED;
}
.book-appointment-sec h2{
    font-family: "Raleway", Sans-serif;
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    line-height: 50px;
    color: #293848;
}
.book-appointment-sec-para {
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color:#404040;
    max-width: 1000px;
}
  .process-flow {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
        column-gap: 45px;
        overflow: hidden;
}
.process-flow li {
    width: 20%;
    position: relative;
}
.process-flow li::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    right: -36px;
}
.process-flow li:not(:last-child):nth-child(odd)::before {
    background: url('https://zau.iie.mybluehostin.me/wp-content/uploads/2025/07/process-dir-up.png') no-repeat;
    background-size: 72px;
}
.process-flow li:not(:last-child):nth-child(even)::before {
    background: url('https://zau.iie.mybluehostin.me/wp-content/uploads/2025/07/process-dir-down.png') no-repeat;
    background-size: 72px;
}
.process-flow li .processBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.process-flow li:nth-child(odd) .processBox {
    flex-direction: column-reverse;
}
.process-flow li .processBox .process-iocns {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-flow li .processBox .process-iocns img {
    display: block;
    max-width: 145px;
}

.process-flow li .processBox .process-content h5 {
    font-weight: 700;
    font-size: 22px;
    color: #293848;
    line-height: 30px;
     font-family: "Raleway", sans-serif;
     margin-bottom: 18px;
     text-align: center;
}

.process-flow li .processBox .process-content p {
    font-weight: 500;
    font-size: 14px;
    color: #383838;
    line-height: 18px;
     font-family: "Raleway", sans-serif;
     margin: 0;
     text-align: center;
}
.process-flow li .processBox .process-arrow {
    margin: 18px 0;
}
.development-pro-sec{
    background: rgba(17, 105, 237, 0.07);
}
.design-process .process-flow li {
    width: 25%;
}
.data-analitics .process-flow li {
    width: 16.66%;
}
ul.process-flow.ecom-process-flow li {
    width: 25%;
}
.custom-soft-box .elementor-widget-container {
    background: #fff;
}

@media(max-width:992px){
    .book-appointment-sec h2 {
        font-size: 26px;
        line-height: 53px;
    }
    .book-appointment-sec p {
        margin-bottom: 15px;
    }
    .setup-number-outer, .setup-number-outer span {
        position: static;
        padding-top: 0;
    }
    .setup-icon-box {
        display: none;
    }
    .setupBox h3 {
        font-size: 18px;
        margin-bottom: 23px;
        max-width: inherit;
    }
    .setupBox p {
        margin-bottom: 0;
        max-width: inherit;
    }
    .setup-number {
        display: none;
    }
    .setupBox {
        min-height: 250px;
        padding: 15px;
    }
    .inner-page-sec-main-heading {
        padding: 0 15px;
    }
    .inner-page-sec-main-heading h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    ul.process-flow {
        flex-wrap: wrap;
        column-gap: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .process-flow li {
        width: 50%;
        padding: 0 15px;
            margin-bottom: 30px;
    }
    .data-analitics .process-flow li {
        width: 50%;
    }
    .process-flow li:not(:last-child):nth-child(odd)::before,
    .process-flow li:not(:last-child):nth-child(even)::before {
       background: none;
       content: none;
    }
    .process-flow li .processBox {
        background: #fff;
        padding: 30px;
        border-radius: 11px;
        box-shadow: 0px 10px 16px 0px rgba(0, 102, 204, 0.13);
        min-height: 310px;
    }
    .process-flow li:nth-child(odd) .processBox {
        flex-direction: column;
    }
    .process-flow li .processBox .process-arrow {
        display: none;
    }
    .cta-sec .elementor-widget-container .d-flex {
        flex-wrap: wrap;
    }
    ul.process-flow.ecom-process-flow li {
        width: 50%;
    }
    .design-process .process-flow li {
        width: 50%;
    }
}
@media(max-width:767px){
    .book-appointment-sec h2 {
        font-size: 22px;
        line-height: 40px;
    }
    .process-flow li {
        width: 100%;
        padding: 0;
    }
    .cta-sec .elementor-widget-container .d-flex .left-col img.img-fluid {
        display: none;
    }
    .cta-sec .elementor-widget-container .d-flex .left-col {
        text-align: center;
    }
    h5.bgeffect {
        margin: 0 auto 10px;
        height: auto;
        font-size: 18px;
    }
    .letsTalk {
        margin: 0 auto 10px;
    }
    .cta-sec .elementor-widget-container .d-flex .right-col {
        width: 100%;
        text-align: center;
    }
    .data-analitics .process-flow li {
        width: 100%;
    }
    ul.process-flow.ecom-process-flow li {
        width: 100%;
    }
    .design-process .process-flow li {
        width: 100%;
    }

}

/*service detail page css end*/

/*technology page css start*/
.about-tech-sec {
    background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/bottom-left-boll-bg.png');
    background-repeat: no-repeat;
    background-position: 0px 100%;
    background-size: 162px;
}

.about-detail-box h1,
.about-detail-box2 h1,
.about-detail-box h2,
.about-detail-box2 h2 {
    font-size: 36px;
    font-weight: 900;
    color: #293848;
    margin-bottom: 15px;
}
.about-detail-box p {
    font-weight: 500;
    font-size: 16px;
    color: #404040;
    margin-bottom: 13px;
}
.about-detail-boxIn .btn-2 {
    height: auto;
    line-height: 50px;
    width: 160px;
    margin: 0;
}
.about-detail-boxIn .btn-2 p.btnn2 {
    margin: 0;
}
.about-detail-boxIn img {
    width: 100px;
}
.about-detail-boxIn, 
.about-detail-box2In {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 90%;
}
.why-developer-sec {
    background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/bottom-right-boll-bg.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 162px;
}
.about-detail-box2In {
    max-width: 100%;
    column-gap: 15px;
    justify-content: flex-start;
}
.about-detail-box2In ul {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    padding-left: 30px;
}
.about-detail-box2In ul li {
    margin-bottom: 18px;
}
.about-detail-box2 p {
    font-weight: 600;
    font-size: 18px;
    color: #404040;
    max-width: 70%;
}
.about-detail-box2In img {
    width: 116px;
}
.about-cta-left h3 {
    font-weight: 900;
    font-size: 30px;
    color: #FFFFFF;
}
.about-cta-left p {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.tech-box {
    min-height: 330px;
}
@media(max-width:991px){
.about-detail-box h1, .about-detail-box2 h1, .about-detail-box h2, .about-detail-box2 h2 {
    font-size: 22px;
}
.about-detail-box2In img {
    display: none;
}
.about-detail-box2 p {
    max-width: 100%;
}
.about-cta-left h3 {
    font-size: 20px;
}

}
@media(max-width:767px){
.solution-left-box {
    margin-bottom: 30px !important;
}
}


/*technology page css end*/

/*technology details pages css start*/

.page-header .btn-2 {
    width: auto;
    max-width: inherit;
    background: transparent !important;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
}
header.page-header .btn-2 p.btnn2 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}
header.page-header .btn-2::after {
    border: 2px solid transparent !important;
}
.solution-sec{
   background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/bottom-right-boll-bg.png');
    background-repeat: no-repeat;
        background-position: right center;
    background-size: 162px;
    background-attachment: fixed;
}
.solution-left-box img {
    width: 100%;
}
.solution-right-box .about-detail-box p{
    margin-bottom: 30px;
}
.solution-right-box .about-detail-box h1,
.solution-right-box .about-detail-box h2 {
    position: relative;
    display: inline-block;
    max-width: 500px;
}
.solution-right-box .about-detail-box h1 img,
.solution-right-box .about-detail-box h2 img {
    position: absolute;
    width: 35px;
    bottom: 0;
    right: 25%;
}
.choos-developer-heading {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 30px;
}
.choos-developer-heading span {
    display: inline-block;
    vertical-align: middle;
     font-size: 36px;
    font-weight: 900;
    color: #293848;
    margin: 0;
}
.choos-developer-heading img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
}
.choos-developer-heading img.code-icon-left,
.choos-developer-heading img.code-icon-right {
    width: 80px;
}
.choos-developer-heading img.code-icon-que-left,
.choos-developer-heading img.code-icon-que-right {
    margin-bottom: -30px;
}
.choose-dev-proBox1,
.choose-dev-proBox2,
.choose-dev-proBox3,
.choose-dev-proBox4 {
    position: relative;
    padding-top: 94px;
}
.choose-dev-proBox1 .elementor-icon-box-icon,
.choose-dev-proBox2 .elementor-icon-box-icon,
.choose-dev-proBox3 .elementor-icon-box-icon,
.choose-dev-proBox4 .elementor-icon-box-icon{
 position: absolute;
  max-width: 120px;
    height: 120px;
}
.choose-dev-proBox1 .elementor-icon-box-icon,
.choose-dev-proBox2 .elementor-icon-box-icon,
.choose-dev-proBox3 .elementor-icon-box-icon,
.choose-dev-proBox4 .elementor-icon-box-icon {
   
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
   
}

.choose-dev-proBox1 .elementor-icon-box-content,
.choose-dev-proBox2 .elementor-icon-box-content,
.choose-dev-proBox3 .elementor-icon-box-content,
.choose-dev-proBox4 .elementor-icon-box-content {
    box-shadow: 0px 9px 14px 0px rgba(117, 179, 254, 0.2);
    background: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    min-height: 105px;
}
.choose-dev-proBox1 .elementor-icon-box-content p,
.choose-dev-proBox2 .elementor-icon-box-content p,
.choose-dev-proBox3 .elementor-icon-box-content p,
.choose-dev-proBox4 .elementor-icon-box-content p{
   max-width: 485px;
    margin: 0 auto;
    text-align: center;
}
.tech-detail-cta .left-col img {
    padding: 0;
    margin-right: 15px;
    width: 130px;
}
.tech-detail-cta  .left-col h5 {
    font-weight: 800;
    font-size: 32px;
    color: #293848;
    margin-bottom: 0;
}
.cus-soft-sec{
     background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/bg-boll.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: fixed;
}
@media(max-width:767px){
.solution-right-box .about-detail-box h1 {
    margin-top: 30px;
}
.choos-developer-heading img.code-icon-que-left, 
.choos-developer-heading img.code-icon-que-right {
    display: none;
}
.choos-developer-heading {
    column-gap: 10px;
    margin-bottom: 15px;
}
.choos-developer-heading span {
    font-size: 24px;
}
.inner-page-sec-main-heading h2 {
    font-size: 24px !important;
    line-height: 30px !important;
}
.tech-detail-cta > div {
    flex-wrap: wrap;
}
.tech-detail-cta  .left-col h5 {
    font-size: 24px;
}
.solution-right-box .about-detail-box h2 img{
    display: none;
}

}
/*technology details pages css end*/

/*about us page css start*/

.about-who-we-are{
    min-height: 561px !important;
    position: relative !important;
}
.about-who-we-are::after{
    content: "";
    top: 0;
    left: 0;
    width:calc( 50% - 15px);
    height: 100%;
    background-color: #1169ED;
    position: absolute;
    background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/who-we-are-bg-1-1.webp');
    background-repeat: no-repeat;
    background-size:100% 570px;
    overflow: hidden;
    background-position:left bottom;
    z-index: 1;
    
}
.JouneyDetails-box {
    max-width: 550px;
    float: right;
    padding: 22px 13px;
}
.JouneyDetails-box h2 {
    color: #fff;
    font-weight: 900;
    font-size: 36px;
    line-height: 37px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 7px;
}
.JouneyDetails-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.vision-mission-box {
    padding: 22px 0;
    margin-bottom: 4px;
}
.vision-mission-box img {
    margin-bottom: 13px;
}
.vision-mission-box h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    color: #293848;
    margin-bottom: 8px;
}
.vision-mission-box p {
    color: #404040;
    font-weight: 500;
    margin-bottom: 0px;
}
.vision-mission-box .btn-2 {
    margin-bottom: 0;
    margin-top: 30px;
}
.wus-box .elementor-icon-box-content {
    box-shadow: 0px 9px 14px 0px rgba(117, 179, 254, 0.2);
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    min-height: 150px;
}
.wus-box .elementor-icon-box-icon {
    position: relative;
    bottom: -15px;
}

.wus-box .elementor-icon-box-content p{
text-align: center !important;
}
.chooseBox  .elementor-icon-box-content {
    max-width: 250px;
}
.chooseBoxRight .elementor-icon-box-wrapper {
    float: right;
}
.choose-heading h3 {
    position: relative;
    bottom: -100px;
}
.why-work-sec {
    background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/bottom-right-boll-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 162px;
}

ul.journey {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 55px;
    min-height: 500px;
    flex-wrap: wrap;
}
ul.journey li {
    position: relative;
}

.journeyBox img.journeyIcon {
    width: 60px;
    display: block;
    margin: 0 auto -8px;
    position: relative;
    z-index: 1;
}
.journey-detail {
    box-shadow: 0px 9px 14px 0px rgba(117, 179, 254, 0.2);
    border-radius: 5px;
    padding: 20px 6px;
    width: 350px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #404040;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.journeyBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* ul.journey li:nth-child(even) .journeyBox {
    flex-direction: column-reverse;
} */
.journey-chain-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.journey-count {
    background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/journey-steps-bg-1.png');
    width: 70px;
    height: 70px;
    background-size: 100px 100px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #1169ED;
}
.journeyBoxIn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.journey-chain-steps img {
    width: 14px;
    height: 102px;
}
.new-cta-sec2 .about-detail-boxIn .btn-2 {
    width: auto;
    max-width: inherit;
}

@media(min-width:1280px){
    ul.journey {
        flex-wrap: nowrap;
    }
    ul.journey li:nth-child(even) .journeyBox {
        flex-direction: column-reverse;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    ul.journey li:nth-child(even) .journeyBox .journey-chain-steps {
        flex-direction: column-reverse;
    }
    ul.journey li:nth-child(even) .journeyBox .journey-chain-steps .journey-count {
        color: #303942;
    }
    ul.journey li:nth-child(even) .journeyBox .journeyBoxIn {
        flex-direction: column-reverse;
    }
    ul.journey li:nth-child(even) .journeyBox .journey-chain-steps img {
        width: 14px;
        height: 48px;
    }
    ul.journey li:nth-child(even) .journeyBox .journeyBoxIn img.journeyIcon {
        margin: -8px auto 0;
    }
}

@media(max-width:991px){
    .journey-chain-steps {
        display: none;
    }
    .choose-heading h3 {
        bottom: 0;
    }
}

@media(max-width:767px){

    .about-who-we-are::after{
        display: none;
        content: inherit;
    }
    .JouneyDetails-box h2,
    .JouneyDetails-box p {
        color: #293848;
        text-align: center;
        margin-bottom: 20px;
    }
    .JouneyDetails-box {
        max-width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }

    .chooseBoxRight .elementor-icon-box-wrapper {
        float: none;
    }
    .vision-mission-box {
        text-align: center;
    }
    .vision-mission-box p {
        text-align: center;
    }

}

/*about us page css end*/

/*career pages css start*/
.Career-sec{
    background-size: 162px !important;
}
.Career-sec .awsm-filter-wrap {
    margin: 0 0px 30px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 9px 14px 0px rgba(117, 179, 254, 0.2);
    padding: 15px 0;
}
.Career-sec .awsm-filter-wrap form {
    align-items: center;
    justify-content: space-between;
}
.Career-sec .awsm-filter-item-search {
    padding: 0 15px;
    width: 375px;
}
.Career-sec  .awsm-filter-wrap .awsm-filter-items {
    width: calc(100% - 375px);
}
.Career-sec .awsm-filter-wrap .awsm-filter-item {
    padding: 0 15px;
    width: 50%;

}
.awsm-job-form-control {
    height: 56px !important;
}
.Career-sec .awsm-filter-wrap .awsm-filter-item .awsm-selectric .label {
    line-height: 56px;
    height: 56px;
}

.Career-sec h2.awsm-job-post-title a, .Career-sec h2.awsm-job-post-title {
    color: #293848;
    font-size: 24px;
    font-weight: 800;
    line-height: 37px;
}
.awsm-job-featured-image {
    display: none;
}
.awsm-job-specification-term {
    font-weight: 500;
    color: #404040;
    font-size: 18px;
}
.awsm-job-form-plugin-style .awsm-application-submit-btn, .awsm-job-form-plugin-style .awsm-jobs-primary-button {
    background: #1169ED;
    border-radius: 0;
    border: none;
    font-weight: 800;
}
.awsm-job-form-plugin-style .awsm-application-submit-btn:focus, 
.awsm-job-form-plugin-style .awsm-application-submit-btn:hover, 
.awsm-job-form-plugin-style .awsm-jobs-primary-button:focus, 
.awsm-job-form-plugin-style .awsm-jobs-primary-button:hover {
    background: #06439f;
}
.awsm-job-entry-content h3 {
    font-size: 24px;
    font-weight: 900;
    margin-top: 25px;
}
.awsm-job-entry-content p, .awsm-job-entry-content ul li {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 30px;
}
.about-why-choose-sec img.swiper-slide-image {
    height: 350px;
    object-fit: cover;
}
.Career-sec .awsm-list-right-col a.awsm-job-more {
    color: #1169ED;
    display: block;
    font-weight: 700;
    font-size: 18px;
    font-style: normal;
    padding: 5px 15px;
}

/*career pages css end*/

/*contact page css start*/
p.contact-para {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: 600;
}
h2.contact-title {
    font-weight: 900;
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
}
@media(max-width:767px){
.contactdiv.contactForm {
    padding-top: 50px !important;
}

}

/*contact page css end*/


/*blog page css start*/

.custom-subscribe-btn {
    color: #fff;
    font-family: Raleway;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    padding: 0 60px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: capitalize;
    width: auto;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    background: #0066cc;
    border: none;
}
.read-more-link {
    color: #0F80F8;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}
.read-more-link:hover{
    color: #0F80F8;
    text-decoration: underline;
}
.blog-thumbnail {
    height: 300px !important;
    object-fit: cover;
}


/*blog page css end*/

/*privacy policy page start*/

.privacy-policy-section h2,
.tnc-section h2 {
    font-weight: 900;
    font-size: 36px;
    color: #293848;
    margin: 30px 0;
}
.privacy-policy-section p,
.tnc-section p {
    font-weight: 500;
    color: #404040;
}
h2.h2-baslik-anasayfa-wthe {
    font-weight: 500;
}
.lefthealtfooter h2, 
.lefthealtfooter h4{
    /* font-family: "Inter", sans-serif !important; */
    font-family: 'Inter_18pt-Regular' !important;
}

/*privacy policy page start*/

/*404 page css start*/
.custom-button.btn-fourzerofour {
    color: #fff !important;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    background: rgba(217, 217, 217, 0.2) !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}
.custom-button.btn-fourzerofour:hover{
    color: #fff !important;
}
/*404 page css end*/

/*portfolio page css start*/

.portfolio-gallery button.eael-gallery-load-more {
    width: 100%;
}

.portfolio-gallery .eael-filter-gallery-container .fg-layout-3-item-content {
    margin-top: 48px;
}
.portfolio-gallery .eael-filter-gallery-container .fg-layout-3-item-content .fg-item-content .techName {
    position: absolute;
    top: 0;
    right: 0;
}
.techName {
    display: flex;
    align-items: center;
}
.techName img {
    width: 50px;
}
img.projectName  {
    
    display: block;
    margin-bottom: 15px;
}
.portfolio-gallery .eael-filter-gallery-container .fg-layout-3-item-content .fg-item-content p {
    color: #404040 !important;
    font-size: 15px;
    font-weight: 500;
}
.portfolio-gallery .eael-filter-gallery-container .fg-layout-3-item-content .fg-item-content h6 {
    color: #293848;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 37px;
}
ul.client-logo-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 30px;
}
ul.client-logo-list li {
    width: 20%;
    margin: 0;
}
.portfolio-gallery .eael-filter-gallery-container .fg-layout-3-item-content br {
    display: none;
}
.tech-cap-sec, .client-section{
    background-size: 162px;
}
@media(max-width:1240px){
.portfolio-gallery .eael-filter-gallery-container .fg-layout-3-item-content .fg-item-content .techName {
    position: static;
}

}
@media(max-width:767px){
ul.client-logo-list {
    gap: 15px;
}
ul.client-logo-list li {
    width: 46%;
}


}

/*portfolio page css end*/

/*thank you page css start*/
header.thankyou-header.page-header p {
    font-size: 20px;
    font-weight: 700;
}
@media(max-width:767px){

header.thankyou-header.page-header {
    background-size: 100% 100% !important;
    max-height: 45vh !important;
}

}

/*thank you page css end*/

/*footer css start*/
footer.footer h4,
footer.footer h2 {
    font-size: 18px;
    line-height: 24px;
}
.col-lg-2.lefthealtfooter {
    position: relative;
    padding: 15px;
    border-radius: 3px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin-top: -32px;
    background: #00000094;
}
.footer .footermenucontent{
    border: none !important;
}
.footer .footer-social li a{
    width: 42px;
    height: 42px;
    line-height: 42px;
}
.footer .footer-social li a .iconsociaf {
    font-size: 18px !important;
    line-height: 42px;
}
.footer .footer-social li a i.icon-social-youtube.iconsociaf {
    font-size: 24px !important;
}
@media(max-width:1024px){
   .footer .footermenucontent{
        padding: 15px 0 !important;
    }
}
@media(min-width:992px){
    .col-lg-2.lefthealtfooter {
        max-width: 20%;
        flex: 0 0 20%;
    }
}


/*footer css end*/

/*css for landing page start*/

body.custom-design-for-landing-pages nav.navbar,
body.custom-design-for-landing-pages header.page-header{
    display: none !important;
}
.landing-log {
    display: block;
    width: 272px;
}
ul.header-call-list {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    column-gap: 30px;
}
ul.header-call-list li {
    margin: 0;
}
ul.header-call-list li a {
    /* font-weight: 600; */
    font-size: 18px;
    color: #FFFFFF !important;
    /* font-family: "Inter", sans-serif !important; */
    display: block;
    font-family: 'Inter_18pt-SemiBold';
}
ul.header-call-list li a span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
ul.header-call-list li a span img {
    width: 22px;
}
.custom-landing-header .e-con-inner {
    padding: 35px 15px !important;
}
ul.header-call-list li a:hover{
    text-decoration: underline;
    opacity: 0.8;
}
.custom-container.landing-banner-cant2 h5 {
    background: rgba(133, 255, 81, 0.21);
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
}
.landing-banner-para p {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
    max-width: 400px;
    margin-top: 70px;
    margin-bottom: 24px;
}
.landing-form-sec {
    overflow: visible !important;
}
.landing-form-sec .custom-container .e-con-inner{
    position: relative;
}
.landing-form-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 28px 0px rgba(0, 102, 204, 0.12);
    padding: 30px;
    position: absolute !important;
    top: -340px;
    right: 0;
    z-index: 10;
    width: 65%;
}
.landing-form-box label.form__label {
    margin: 0;
}
.landing-form-box br{
    display: none !important;
}
.rating-box {
    position: relative;
    top:-30px;
}
.rating-box img {
    display: block;
    box-shadow: 0px 10px 28px 0px rgba(0, 102, 204, 0.12) !important;
    margin-bottom: 20px;
}
.landing-form-box input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    font-family: Raleway;
    font-weight: 600;
    display: inline-block;
    padding: 18px 24px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    background: #1169ED;
    border: none;
    min-width: 250px;
    cursor: pointer;
    float: right;
}
.client-sliderIn .elementor-swiper-button-prev, 
.client-sliderIn .elementor-swiper-button-next {
    top: -48px !important;
    right: 0 !important;
    width: 48px;
    height: 48px;
    border: 1px solid #1D65D1;
    border-radius: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.client-sliderIn .elementor-swiper-button-prev{
    left: inherit !important;
    right: 60px !important;
}
.client-sliderIn .elementor-swiper-button-prev:hover, 
.client-sliderIn .elementor-swiper-button-next:hover{
    background: #1D65D1 !important;
}
.client-sliderIn .elementor-swiper-button-prev:hover svg, 
.client-sliderIn .elementor-swiper-button-next:hover svg{
    fill: #fff !important;
}
.global-sec-heading h4 {
    width: 68%;
    line-height: 50px;
}
.global-sec-para p {
    width: 63%;
    line-height: 24px;
    margin-bottom: 30px;
}
.global-btn .btn-2 {
    background: #fff;
}
.global-btn p.btnn2{
    color: #1168ED;
}
.global-btn .btn-2::before{
    background:rgba(17, 104, 237, 0.17);
}
.global-btn .btn-2:hover {
    background: #fff;
}
@media(min-width:767px){
.trust-box .elementor-icon-box-content {
    background: #fff;
    text-align: center;
    min-height: 157px;
    padding: 75px 16px 16px;
    border-radius: 6px;
    box-shadow: 0px 10px 28px 0px rgba(0, 102, 204, 0.12);
}
}
.trust-box .elementor-icon-box-content p {
    text-align: center;
    max-width: 312px;
    margin: 0 auto;
}
.trust-box .elementor-icon-box-icon {
    position: absolute;
    top: -98px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.recognize-para p {
    text-align: center;
}
.domain-expert-sec .domain-box .elementor-widget-container {
    box-shadow: 0px 10px 28px 0px rgba(0, 102, 204, 0.12);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.landing-client-sec .development-tech-box, .testimonial-slider ul.slides li {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 10px 28px 0px rgba(0, 102, 204, 0.12);
    overflow: hidden;
    padding: 15px 30px 30px !important;
}
.landing-client-sec .development-tech-box .caption-wrap, .testimonial-slider ul.slides li .caption-wrap {
    background: #fff !important;
    border: none !important;
    padding-top: 20px !important;
}
.landing-client-sec .development-tech-box .caption-wrap .caption, .testimonial-slider ul.slides li .caption-wrap .caption {
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
}
.testimonial-slider ul.slides li .caption-wrap .caption {
    text-align: center !important;
}
.landing-client-sec .development-tech-box .caption-wrap .caption h3, .testimonial-slider ul.slides li .caption-wrap .caption h3 {
    font-weight: 800;
    font-size: 22px;
    color: #101742;
    margin-bottom: 22px;
}
.landing-client-sec .development-tech-box .caption-wrap .caption p, .testimonial-slider ul.slides li .caption-wrap .caption p {
    font-weight: 500;
    color: #525252;
    font-size: 16px;
    margin-bottom: 0 !important;
}
.testimonial-slider ul.slides li .caption-wrap .caption p{
    text-align: center !important;
}
.landing-client-sec .development-tech-box img {
    width: auto !important;
    display: block;
    margin: 20px auto !important;
    max-width: 300px !important;
    max-height: 228px;
    object-fit: cover;
    height: auto !important;
}
.landing-client-sec .development-tech-box .caption-wrap .caption a {
    position: relative;
    color: #fff !important;
    font-weight: 600;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    padding: 0 24px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: capitalize;
    width: 147px;
    text-align: center;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    overflow: hidden;
    margin-top: 28px !important;
}
.landing-client-sec .development-tech-box .caption-wrap .caption a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-45deg);
    transition: all 0.5s ease;
    z-index: 1;
}
.landing-client-sec .development-tech-box .caption-wrap .caption a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--primary-color);
    border-radius: 3px;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
}
.landing-client-sec .development-tech-box .caption-wrap .caption a:hover {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    box-shadow: 0 10px 30px var(--secondary-color);
    transform: scale(1.05);
    color: #fff;
}
.landing-client-sec .development-tech-box .caption-wrap .caption a:hover::before {
    left: 100%;
    transition: all 0.5s ease;
}
.landing-client-sec .development-tech-box .caption-wrap .caption a:hover::after {
    opacity: 1;
}
.development-tech-box ul.flex-direction-nav, .testimonial-slider ul.flex-direction-nav {
    position: absolute;
    top: -37px;
    right: 50px;
}
.development-tech-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.testimonial-slider ul.slides li img {
    display: block;
    margin: 20px auto !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 100px;
}
.customer-review-sec{
   
    position: relative;
    z-index: 10;
}
.customer-review-sec::after{    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 100%;
    background-color: #1168ED;
     background-image: url('https://www.bestpeers.com/wp-content/uploads/2025/07/review-bg.webp');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 450px;
    z-index: 1;
}
.expert-box .elementor-image-box-wrapper {
    background: #fff;
    text-align: center;
    min-height: 157px;
    padding: 16px 16px;
    border-radius: 6px;
    box-shadow: 0px 10px 28px 0px rgba(0, 102, 204, 0.12);
}
.landing-form-box h2 {
    font-size: 28px;
    font-weight: 900;
}

@media(max-width:1180px){
    .landing-form-box {
        position: static !important;
    }
    .rating-box {
        position: relative;
        top: 0;
    }

}
@media(max-width:1023px){
.global-sec-heading h4, .global-sec-para p {
    width: auto;
}

}
@media(max-width:767px){
.landing-log {
    width: 160px;
}

.landing-banner-cant2 h1 {
    font-size: 28px !important;
    line-height: normal !important;
}
ul.header-call-list {
    margin-top: 15px;
    column-gap: 15px;
}
ul.header-call-list li a {
    font-weight: 400;
    font-size: 14px;
}
ul.header-call-list li a span {
    width: 28px;
    height: 28px;
    margin-right: 2px;
}
ul.header-call-list li a span img {
    width: 14px;
}
.custom-landing-header .e-con-inner {
    padding: 20px 15px !important;
}

.landing-banner-para p {
    margin-top: 20px;
    margin-bottom: 24px;
}
.rating-box img {
    display: inline-block;
    margin: 15px 0;
    width: 48%;
}
.landing-form-box input.wpcf7-form-control.wpcf7-submit.has-spinner{
    float: none;
    min-width: 200px;
}
.client-sliderIn .elementor-swiper-button-prev {
    right: 40px !important;
}
.client-sliderIn .elementor-swiper-button-prev, .client-sliderIn .elementor-swiper-button-next {
    top: -42px !important;
    width: 32px;
    height: 32px;
}
.global-sec-para p {
    text-align: center;
}
.landing-client-sec .development-tech-box .caption-wrap .caption h3, 
.testimonial-slider ul.slides li .caption-wrap .caption h3 {
    text-align: center;
}
.landing-client-sec .development-tech-box .caption-wrap .caption p, 
.testimonial-slider ul.slides li .caption-wrap .caption p {
    text-align: center;
}
.landing-client-sec .development-tech-box .caption-wrap .caption a{
        margin: 28px auto 0 !important;
    display: block;
}
.global-sec-heading h4 {
    line-height: 35px;
    font-size: 24px !important;
}
.development-tech-box {
    display: block;
}
.trust-box .elementor-icon-box-icon {
    position: static;
}
.trust-box .elementor-icon-box-content {
    padding: 16px 16px 16px;

}
.testimonial-slider ul.slides li {
    width: 300px !important;
}
.testimonial-slider ul.slides li img {
    margin: 0px!important;
}
.testimonial-slider ul.slides li .caption-wrap .caption h3 {
    text-align: left;
}
.testimonial-slider ul.slides li .caption-wrap .caption p {
    text-align: left !important;
}
.customer-review-sec::after{
    width: 100%;
}
.trust-box .elementor-icon-box-wrapper {
    background: #fff;
    text-align: center;
    min-height: 157px;
    padding: 16px 16px 16px;
    border-radius: 6px;
    box-shadow: 0px 10px 28px 0px rgba(0, 102, 204, 0.12);
    margin-bottom: 30px;
}
.landing-form-box h2 {
    font-size: 18px;
}

}

/*css for landing page end*/


/*css for blog detail page start*/
.blog-cstm-box nav {
    display: inline-flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 50px;
}
.blog-cstm-box nav .navigation__link {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #0F80F8;
    font-size: 18px;
    font-weight: 500;
}
.blog-cstm-box nav .navigation__link:hover{
    color: #303942;
}
.blog-cstm-box nav br {
    display: none;
}
.post-content p {
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
}
.post-content p br {
    display: none;
}
.post-content a {
    color: #1169ED;
}
.post-content ol {
    list-style: decimal;
    padding-left: 40px;
    font-weight: 700;
}
.post-content ol li h3, 
.post-content ol li {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Inter_18pt-Regular' !important;
}
.post-content .neon-line {
    margin: 30px 0;
}
.text-yellow-dark,
.post-content h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px !important;
}

/*css for blog detail page end*/

/*css for chatbot page start*/
.chatbot-details-box h4 {
    font-weight: 800;
    font-size: 20px;
    color: #293848;
}
.chatbot-details-box p {
    margin: 0;
}
.how-it-work-sec .process-flow li {
    width: 25%;
}
@media(max-width:992px){
.how-it-work-sec .process-flow li {
    width: 50%;
}
}
@media(max-width:767px){
    .how-it-work-sec .process-flow li {
        width: 100%;
    }
    .chatbot-details-box h4{
        margin-bottom: 15px;
    }
}
/*css for chatbot page end*/

/*power bi page css start*/
.powerbi-process .process-flow li {
    width: 25%;
    position: relative;
}
.benefit-banner-img img {
    width: 100% !important;
}
.power-bi-cta h1,
.power-bi-cta h2 {
    font-weight: 900;
}
.power-bi-cta h1, 
.power-bi-cta p,
.power-bi-cta h2 {
    color: #fff;
}
.steps-number {
    width: 120px;
    position: absolute;
    height: 120px;
    overflow: hidden;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.steps-number img {
    width: 120px;
    height: 120px;
}
.steps-number span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #1A81FF;
    /* font-weight: 700; */
    font-size: 22px;
    /* font-family: "Inter", sans-serif !important; */
    font-family: 'Inter_18pt-Bold';
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}
.stepBox {
    background: #fff;
    border-radius: 11px;
    box-shadow: 0px 10px 16px 0px rgba(0, 102, 204, 0.13);
    min-height: 170px;
    padding: 15px;
    text-align: center;
    margin-top: 80px;
}
.stepBox h3 {
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    color: #293848;
    margin-bottom: 15px;
}
.stepBox p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #383838;
    margin: 0;
}
.big-data-img2 img {
    width: 100%;
}
.big-data-cta-heading h1,
.big-data-cta-heading p.book-appointment-sec-para {
    color: #fff;
}

@media(max-width:992px){
.powerbi-process .process-flow li {
    width: 50%;
}
}
@media(max-width:767px){
.powerbi-process .process-flow li {
    width: 100%;
}
}
/*power bi page css end*/

/*mega menu css start*/
/* .navbar-button {
    display: none !important;
} */
.header-call-btn {
    height: auto;
    line-height: normal;
    padding: 10px 12px;
    min-width: 200px;
    /* font-family: "Inter", sans-serif !important; */
    font-family: 'Inter_18pt-SemiBold' !important;
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
}
nav.navbar.navbar-expand-md.navbar-light.bg-light.sticky .header-call-btn {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border: 1px solid #004ec4;
}

.right-menu {
    display: flex;
    align-items: center;
}
@media(min-width:1250px){
.right-menu {
    position: absolute;
    top: 22px;
    right: 15px;
}
nav.navbar.navbar-expand-md.navbar-light.bg-light.sticky .right-menu {
    top: 36px;
}

}




.header-call-btn .flaticon-call {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    display: block;
    width: 24px;
    height: 24px;
}

.navbar .site-menu {
    width: 100% !important;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    height: auto !important;
    font-weight: 600 !important;
    font-family: "Raleway", sans-serif !important;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #000 !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    font-family: "Raleway", sans-serif !important;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link{
        color: #000 !important;
        font-family: "Raleway", sans-serif !important;
        font-weight: 800 !important;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link{
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    font-family: "Raleway", sans-serif !important;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, 
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link{
    color: #004ec4 !important;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:focus, 
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-current-menu-item > a.mega-menu-link{
    color: #004ec4 !important;
}
.navbar .logo {
    flex-shrink: 0;
}
/*mega menu css end*/

/*AI service page css start*/
.benefit-ai-sec .e-con-inner {
    display: flex !important;
    flex-direction: row-reverse;
}
.benefit-details, .benefit-banner-img {
    width: 50%;
}

@media(max-width:767px){
.benefit-ai-sec .e-con-inner {
    display: block !important;
    flex-direction: row;
}
.benefit-details, .benefit-banner-img {
    width: 100%;
}
}
/*AI service page css end*/

/*devops service page start*/

.why-choose-devops-sec .custom-container{
    background-position: 50% 80% !important;
}

.cta-btn-cant .about-detail-boxIn {
    align-items: flex-end;
    justify-content: flex-end;
    max-width: 100%;
}

@media(max-width:767px){
   .why-choose-devops-sec .custom-container{
        background-image: none !important;
    } 
}
/*devops service page end*/

/*hire top deve page css start*/

.hire-tech-box-outer .tech-box {
    background: #fff;
    box-shadow: 0px 10px 16px 0px rgba(0, 102, 204, 0.13);
    width: 100%;
    padding: 30px;
    border-radius: 11px;
}
.techboxIn h4 {
    color: #293848;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 40px;
}
.hiretopdev-process {
    background: #fff;
}
.book-appointment-sec-htd h2 {
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    line-height: 35px;
    color: #293848;
}
/*hire top deve page css end*/
