/* ======= HOMEPAGE CSS  START*/


body {
background-color: #fff;
padding: 0;
margin: 0;
font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
color: #444;
overflow-x: hidden;
line-height: 1.6;
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
background: #f1f1f1;
font: 400 100%/1.4 sans-serif
}


.single_block {
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    background: #f2f2f2e3;
    border-radius: 12px;
}


a.youtube-link {
    border: 1px solid #ccc;
    width: 60px;
}

    
    h3.blue_heading {
    color: #0b5394;
    text-align: left;
    margin-top: 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 10px;
    
}


#content dd, #content hr, #content ol, #content p, #content pre, #content ul {
    margin-bottom: 24px;
    margin-top: 15px;
}


/* Base Styles */
* {
   /* margin: 0;
    padding: 0;
    */
    box-sizing: border-box;
      font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
}

:root {
    primary-color: #e6b325;
    dark-color: #121212;
    light-color: #ffffff;
    text-dark: #333333;
    text-light: #f5f5f5;
    transition-speed: 0.3s;
}



section {
    padding: 35px 0;
    /*margin-top: 20px*/
}


.text_container {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.mtop30{margin-top:30px!important;}

/* ========= updated css 2025 start =========*/


/* ========= updated css 2025 for blog page sratrt=========*/

   body.blogs  .texts_section {
    border-radius: 0;
    max-width: 1200px;
    margin: 0 auto;
}

              
  body.blogs #main {
    clear: both;
    padding: 40px 0 0;
    background-color: #fff;

}


body.blogs {
    background-color: #f1f1f1;
}


  body.blogs #content h1.entry-title {
    color: #022652;
    font-size: 22px;
    font-family: Roboto, sans-serif;
}

/*blogs navigation* start*/

.center {
    text-align: center;
    font-family: monospace;
    padding-bottom: 45px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #0b5394;
    float: left;
    padding: 5px 12px;
    text-decoration: none;
    transition: background-color .5s;
    border: 1px solid #DDD;
    margin: 0 4px;
    font-size: 20px;
}

.pagination a.active {
    background-color: #0b5394;
    color: #fff;
    border: 1px solid #0b5394;
}


/* ========= updated css 2025 for blog page end =========*/






/* ===== Page Wrapper ===== */
.page-content {
    padding-top: 80px;
    background-color: var(--light-color);
}

/* --------- Footer css start-------*/


footer ul {
    padding: 0;
}
footer {
    font-size: 13px
}

.footer-main {
    padding: 40px 0;
    height: 100%;
    overflow: hidden;
    color: #f9f9f9;
    background: rgba(18, 18, 18, 0.9);
    letter-spacing: 1.3px;
    line-height: 1.7
}

.footer_container {
    width: 83.41%;
    margin: 0 auto;
    display: table;
    padding-left: 15px;
    padding-right: 15px
}
/* --------- Footer css end-------*/



/* =========== updated css 2025 end ========*/

.logo-img {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
   margin-top: 10px;
}
.logo-img.invert {
    filter: invert(1);
}

.services-title-section {
    background-color: #f9f9f9; /* match carousel background or use dark theme */
    padding: 60px 0 5px; /* top, right/left, bottom */
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--text-dark);
    letter-spacing: 1px;
}

h1, h2, h3, h4 {
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.2;
}



/* Navigation */
/* vid image */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.image-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease-out;
}

.hero-content p {
    font-size: 1.3rem;
    max-width: 700px;
    margin-bottom: 1.5rem;
    font-weight: 300;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    opacity: 0;
}

.hero-content p,
.hero-content .cta-button {
    opacity: 1 !important;
    color: #ffffff !important;
    z-index: 5 !important;
}


.cta-button {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    background-color: #00a1e0;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.cta-button:hover {
    background-color: #007AB0;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* vid image */




/* Hero Section */

/* css code for video */
/*
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease-out;
}

.hero-content p {
    font-size: 1.3rem;
    max-width: 700px;
    margin-bottom: 1.5rem;
    font-weight: 300;
    animation: fadeInUp 1s ease-out 0.3s forwards;
   
    opacity: 0;
}




.hero-content p,
.hero-content .cta-button {
    opacity: 1 !important;
    color: #ffffff !important; 
    z-index: 5 !important;
}



.cta-button {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    background-color: #00a1e0;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}



.cta-button:hover {
    background-color: #007AB0;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
*/
/* above code is for video */


.carousel-section {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.carousel-container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}


.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 600px;
    width: 100%; 
}

.carousel-item {
    min-width: 100%;
    flex-shrink: 0;
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: white;
    text-align: center;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.7);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 10;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

/* Content Section */

/* ===== Salesforce Content Section ===== */
.content-section {
    padding: 50px 10%;
    background-color: #ffffff;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}




.content-text h2 {
    font-size: 2.2rem;
    color: #2a2a2a;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.3;
}

.content-text h3 {
    font-size: 1.4rem;
    color: #2a2a2a;
    margin: 30px 0 15px;
    font-weight: 500;
}

.content-text p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 1.05rem;
}

/* Salesforce Features List */
.salesforce-features {
    list-style: none;
    margin: 25px 0 35px;
    padding: 0;
}

.salesforce-features li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.6;
    font-size: 1rem;
}


.salesforce-features li:before {
    content: "•";
    color: #00A1E0;
    /* Salesforce blue */
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: -5px;
    line-height: 1;
}

/* Image Container */
.content-image {
  border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 161, 224, 0.08);
    border: 1px solid #f0f0f0;
    height: 100%;
}



.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.content-image:hover img {
    transform: scale(1.03);
}


/* Salesforce Services Section */
.salesforce-services {
    padding: 30px 0;
    background-color: white;
    text-align: center;
}

.salesforce-services .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.salesforce-services h2 {
    font-size: 2.2rem;
    color: #2a2a2a;
    margin-bottom: 20px;
    font-weight: 600;
}

.salesforce-services .subheading {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Partner Logos */
.partner-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 75px;
    margin: 40px auto;
    padding: 20px 0;
}

.partner-logos img {
    height: 150px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-logos img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Certifications */
.certifications {
    max-width: 800px;
    margin: 40px auto 0;
    text-align: left;
}

.certifications p {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.certification-list {
    list-style: none;
    margin: 25px 0;
    padding: 0;
    columns: 2;
    column-gap: 40px;
}

.certification-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.6;
    font-size: 1rem;
    break-inside: avoid;
}

.certification-list li:before {
    content: "â€¢";
    color: #00A1E0;
    position: absolute;
    left: 0;
    font-size: 1.1rem;
}

.services-description {
    font-style: italic;
    color: #666;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}

/* Responsive Adjustments */






/* CTA Button */

.site-footer {
    background: rgba(18, 18, 18, 0.9);
    backdrop-filter: blur(10px);
    color: #f5f5f5;
    padding: 60px 10% 30px;
    font-size: 0.95rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #fff;
    border-bottom: 1px solid #00A1E0;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-column p,
.footer-column li {
    color: #ccc;
    margin-bottom: 10px;
    line-height: 1.6;
}

.footer-column a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-column a:hover {
    color: #00A1E0;
    transform: translateX(4px);
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.social-icons a {
    display: inline-block;
    margin-right: 12px;
    transition: transform 0.3s ease;
}

.social-icons img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.social-icons a:hover img {
    filter: brightness(0) invert(0.5) sepia(1) hue-rotate(180deg) saturate(2);
    transform: scale(1.1);
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 40px;
    color: #aaa;
    font-size: 0.85rem;
}


/* Responsive Adjustments */




/* Responsive Design */




/* Expertise Section */
.expertise-section {
    padding: 30px 5%;
    background-color: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
        padding: 0 20px;
}



.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #2a2a2a;
    margin-bottom: 60px;
    font-weight: 600;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #00A1E0;
    margin: 15px auto 0;
}

/* Expertise Grid */
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 380px);
    /* 3 columns of 380px = 1140px */
    gap: 30px;
    justify-content: center;
    /* Center the grid */

}

.expertise-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.expertise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 161, 224, 0.1);
}

.card-image {
    height: 200px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.expertise-card:hover .card-image img {
    transform: scale(1.05);
}

.card-content {
    padding: 25px;
}

.card-content h3 {
    font-size: 1.4rem;
    color: #2a2a2a;
    margin-bottom: 15px;
    font-weight: 600;
}

.card-content p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

.card-content a {
    display: inline-block;
    color: #00A1E0;
    font-weight: bold;
    font-size: 0.95rem;
    padding-bottom: 2px;
    transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.card-content a:hover {
    color: #00A1E0;
    /* Sky blue on hover */
    border-color: #00A1E0;
    /* Sky blue underline */
    transform: translateX(5px);
    /* Shift slightly right on hover */
}

/* Responsive Design */



/* Featured Apps Section */
.featured-apps {
    padding: 30px 5%;
    background-color: #f8fafc;
}

.featured-apps h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #2a2a2a;
    margin-bottom: 60px;
    font-weight: 600;
    position: relative;
}

.featured-apps h2.head::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #00A1E0;
    margin: 15px auto 0;
}

/* Grid with 4 cards per row */
.app-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;

}

/* Card Styling */
.app-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.app-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 161, 224, 0.1);
}

/* Image */
.app-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.app-card:hover img {
    transform: scale(1.05);
}

/* Text Content */
.app-info {
    padding: 20px;
    text-align: left;
}

.app-info h2 {
    font-size: 1.3rem;
    color: #2a2a2a;
    margin-bottom: 12px;
    font-weight: 600;
}

.app-info p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

/* Link with hover underline (sky blue) */
.app-link {
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    color: #00A1E0;
    /* Text is black */
    font-weight: bold;
    font-size: 0.95rem;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    /* No underline initially */
    transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.app-link:hover {
    color: #00A1E0;
    /* Sky blue on hover */
    border-color: #00A1E0;
    /* Show sky blue underline */
    transform: translateX(5px);
}

/* Responsive Tuning */




/* new salesforce service section */
.astrea-section {
    background-color: #f8f9fa;
    padding: 4rem 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.main-heading {
    text-align: center;
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
}

.main-heading::after {
    height: 3px;
    background: #00a1e0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    border-radius: 2px;
}

.content-wrapper {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.text-container {
    flex: 1;
    padding: 3.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-left: -20px;
    /* Pulls container to the left edge */
    padding-right: 2.5rem;
    /* Maintain right padding */
}

.text-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.intro-text {
    color: black;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.team-text {
    color: black;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.certification-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.certification-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    color: #444;
    font-size: 1rem;
    line-height: 1.5;
}

.certification-list li::before {
        content: '✓';
    position: absolute;
    left: 0;
    color: #00a1e0;
    font-weight: bold;
}

    


.images-container {
    /*flex: 1.1;*/
    padding:0 2rem;
    margin-right: -20px;
    /* Pushes images to right edge */
}

.certification-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.4rem;
}

.certification-img {
    width: 100%;
    height: auto;
    max-height: 160px;
    transition: transform 0.3s ease;
    object-fit: contain;
    /* Remove all decorative properties */
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.certification-img:hover {
    transform: scale(1.05);
}

/* ======= HOMEPAGE CSS END */

/* ======= Newmenu CSS START */

#content h1.entry-title {
    color: #022652;
    font-size: 30px;
    font-family: Roboto, sans-serif;
}



ul.my_listing.list-inline {
    /*width: 90%;*/
    margin: 0 auto;
}

.carousel-indicators {
    left: 45%;
    width: 70%;
    bottom: -30px;
    display: none;
}

.left_panel,
.right_panel {
    width: 50%;
    float: left;
}

.visit_us a.submit_btn img {
    padding-left: 5px;
    position: relative;
    top: 13px;
}

.two_column_container .container {
    display: inline-block;
    margin-top: 60px;
    width: 100%;
}

.visit_us a.submit_btn {
    background: #0049dd;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: 25px;
    padding: 12px 30px;
}




a:active,
a:hover {
    outline: 0
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}






.logo {
    display: table
}

.logo_area img {
    max-width: 100%;
    padding-top: 5px
}







#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}


table.master_table {
    border: 1px solid #e7e7e7;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

table.master_table tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px
}

.exceed_texts {
    width: 100%;
    word-wrap: break-word
}

.single_block ul {
    margin-bottom: 0 !important
}

.bdr5 {
    border: 5px solid
}

.inner_stripe {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 150px
}

img.responsive_img {
    
    max-width: 100%;
    height: auto;
    vertical-align: middle
}



body,
p {
    font-family: Roboto, sans-serif
}

.caption_title_line a {
    padding: 8px;
    border: 0 !important;
    box-shadow: 0 0 1px 1px #29a2b6;
    border-radius: 12px
}

.caption_title_line a:hover {
    background: #29a2b6;
    transition: ease-in .3s
}

.caption_title_line br {
    display: none
}

#alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px
}

#navbtn,
._css3m {
    display: none
}

#content .entry-title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0
}

.spanRoundCorner {
    clear: none;
    background-color: #468f9e;
    font-size: 16px;
    height: 22px;
    width: 44px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px;
    padding: 8px;
    color: #fff
}


dl dd {
    margin-bottom: 5px !important
}
/*
#main {
    clear: both;
    padding: 0 0 40px 0;
    border-radius: 13px;
    margin-top: 40px
}
*/

#main {
        background: #fff;
    clear: both;
    padding: 40px 0 0;
    background-color: #fff;
    border-radius: 13px;
    margin-top: 40px;
}

.slider_container {
    padding: 105px 0 0 !important
}

.col-12,
.col-6 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    clear: none;
    box-sizing: border-box
}


.one-column #content {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 40px
}



#floatMenu {
    top: 40%;
    right: 0
}

.texts_section {
    border-radius: 0;
    width: 85%;
    margin: 0 auto
}

#_animateSam img {
    float: left;
    width: 625px;
    height: 400px
}

.entry-meta {
    color: #888;
    font-size: 13px
}

.single_block {
    text-align: justify;
    display: table;
    width: 100%
}

.single_block h4 a {
    color: #333;
    text-decoration: none
}

.single_block h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    text-align: left
}

.col-6 {
    min-height: 1px;
    width: 50%
}

.col-12 {
    width: 100%
}

.single_block ul li a.learn-more {
    color: #DE4114
}

.single_block ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px
}

.single_block ul li a {
    text-decoration: none;
    color: #333
}

.single_block ul li a:hover {
    text-decoration: underline
}

span.next_prev {
    position: absolute;
    top: 43%
}

span.next_prev.previous {
    left: 15%
}

span.next_prev.next {
    right: 15%
}


.carousel-caption a {
    font-size: 14px;
    text-decoration: none
}

.carousel-caption a span {
    font-size: 14px;
    border-radius: 20px
}

.bg_teal {
    background: #14a585;
    color: #fff;
    box-shadow: 1px 1px 6px #196552
}

.bg_soft_sky {
    background: #29a2b6;
    color: #fff;
    box-shadow: 1px 1px 6px #0b315adb
}

.bg_dark_sky {
    background: #2fa2e3;
    color: #fff;
    box-shadow: 1px 1px 6px #135880
}

.carousel-indicators li.active,
.carousel-indicators li:hover {
    background-color: #545253 !important
}

.image_and_para,
.single_row {
    position: relative;
    float: left
}

.parant_div {
    width: 100%;
    display: table;
    height: 100%;
    overflow: hidden
}

.image_body.text-center img {
    max-width: 100%;
    outline: 0;
    border: 0
}

.image_body {
    max-height: 235px;
    overflow: hidden
}

.single_row h4.card-title,
.single_row p {
    margin-bottom: 10px !important
}

.single_row {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    min-height: 445px
}

h4.card-title {
    color: #18a2b6 !important;
    font-size: 22px
}

h4.card-title span {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 14px
}

#team {
    width: 100%;
    display: table
}


.paragraph_left {
    text-align: justify;
    float: left
}

.image_and_para {
    width: 100%;
    display: block
}

.para_right_img {
    float: left;
    margin-bottom: 15px;
    margin-left: 3%
}

.particular_services_toggle_show,
.particular_services_toggle_showABOUT,
.particular_services_toggle_showAppExchange,
.particular_services_toggle_showBI,
.particular_services_toggle_showClient,
.particular_services_toggle_showPARTNERP,
.particular_services_toggle_showPRDCT,
.particular_services_toggle_showRESOURCES {
    display: none;
    background: #2f8998;
    width: 100%;
    float: left
}

.particular_toggle2,
a.col-1,
a.col-11 {
    display: none
}

a.col-11 {
    width: 90% !important;
    float: left
}

a.col-1 {
    width: 10% !important;
    float: left;
    text-align: right;
    border: 0 !important
}

.col-1 img {
    width: 16px;
    height: 16px
}

a.col-1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #fff
}





.footer_row {
    margin-right: -15px;
    margin-left: -15px
}

.col-3 {
    width: 25%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box
}

.col-4 {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box
}

h4.footer_head {
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #ccc;
    font-weight: 700;
    margin: 15px 0
}

.footer_link .menus_list li:first-child {
    border-top: 0;
    padding-top: 0
}

.footer_link .menus_list li {
    padding: 8px 0;
    /*border-top: .1em #797979 dashed;*/
    margin-right: 10px;
    list-style: none
}

footer a {
    text-decoration: none;
    color: #fff
}

.footer_link .menus_list li a {
    position: relative;
    color: #fff
}



footer ul li {
    list-style: none
}

.footer_link .menus_list li a i {
    display: inline-block;
    margin-right: 5px;
}

h4.footer_head:before {
    width: 25%;
    position: absolute;
    left: 10%;
    bottom: 0;
    background: #404040
}

h4.footer_head:after,
h4.footer_head:before {
    content: "";
    height: 2px;
    display: block
}

h4.footer_head:after {
    width: 9%;
    margin: 10px 0;
    background-color: #2aa2b6;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.bordring {
    border: 1px solid #797979
}

.taging.hover_effect li {
    width: 100%;
    float: left;
    margin: 0 2px 7px;
    border-radius: 10px;
    height: 30px;
    overflow: hidden;
    line-height: 30px
    
}

.taging.hover_effect li a {
    width: 100%;
    height: 200%;
    position: relative;
    top: 0;
    text-transform: capitalize;
    padding: 0 4px;
    z-index: 1;
    font-size: 11px;
    color: #fff;
    display: table;
    line-height: 30px
}

.taging.hover_effect li a:after,
.taging.hover_effect li:hover {
    border-color: #18A2B6;
    background-color: #18A2B6;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.taging.hover_effect li a:after {
    text-align: center;
    position: absolute;
    width: inherit;
    height: 50%;
    left: 0;
    top: -30px;
    line-height: 30px;
    z-index: 0;
    display: block;
    content: attr(data-hover)
}

.venue_details li i,
.venue_details li span {
    display: table-cell;
    vertical-align: middle
}

.taging.hover_effect li:hover a {
    top: 30px;
    right: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.venue_details li {
    margin: 0;
    line-height: 1.5;
    letter-spacing: .6px
}

.venue_details li i {
    position: relative
}

.venue_details li i:before {
    margin-right: 15px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    background: 0 0;
    font-size: 12px;
    display: block;
    text-align: center;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px
}

ul.social_list {
    margin: 15px 0
}

ul.social_list li {
    display: inline-block;
    margin: 0 5px
}

ul.social_list li:hover a {
    border: 0;
    transition: ease-in .4s;
    border-radius: 100%;
    transform: rotate(-360DEG)
}

ul.social_list li a.fb {
    background: #3b5998;
}

ul.social_list li a.twr {
    background: #000;
}

ul.social_list li a.in {
    background: #0e76a8;
}

ul.social_list li a i {
    padding-top: 7px;
}

ul.social_list li a {
    border: 1px solid #fff;
    height: 30px;
    box-sizing: border-box;
    width: 30px;
    display: table;
    text-align: center;
    border-radius: 100%
}

.footer_link .menus_list li:hover a {
    color: #2aa2b6;
    padding-left: 5px;
    transition: ease-in .4s
}

.footer_sub {
    font-size: 13px;
    color: #fff;
    padding: 25px 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
    background-color: #1d1d1d
}

.copyright_text {
    text-align: center;
    color: #ccc
}

ul.social_list li:first-child {
    margin-left: 0
}





/*new responsive css 2025 start*/



/*new responsive css 2025 start*/










.contact,
.contact p {
    text-align: center
}

.section-header {
    position: relative;
    margin-bottom: 60px
}

.section-header .title {
    text-transform: capitalize;
    font-size: 30px
}

.text-center .title:after {
    margin: 20px auto 0
}

.title:after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background-color: #6195FF;
    margin: 20px auto
}

.contact {
    margin: 15px 0
}

.contact i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px
}



input#Submit {
    display: inline-block;
    padding: 7px 35px;
    background: #6195FF;
    color: #fff;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.contact_form form b {
    position: absolute;
    left: 21px
}

textarea.master_text_area {
    height: 100px !important
}

.custom_height {
    width: 100%;
    height: 250px;
    overflow: hidden
}

.single_block ul.social_list li a i {
    padding-top: 7px;
    color: #fff;
    font-size: 14px
}

.banner_stripe {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 107px
}




.my_listing li.circle_box {
    width: 24%;
    text-align: center;
    position: relative;
    color: #333;
    z-index: 0
}

.my_listing li.circle_box a {
    cursor: default;
    position: relative;
    display: block;
    padding: 0px 15px;
    margin-right: 2px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.my_listing li.circle_box a i {
    height: 68px;
    font-style: normal;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #01befe;
    line-height: 65px;
    font-size: 18px;
    color: #01befe;
    display: block;
    border-radius: 50%;
}

.my_listing li.circle_box p {
    margin-top: 11px;
    color: #444;
    margin-bottom: 15px !important;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px
}

.my_listing li.circle_box::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    right: -85px;
    top: 35px;
    width: 90%;
    z-index: -1;
}

.my_listing li.circle_box:last-child::after {
    width: 0
}

.our_score {
    width: 100%;
    display: table;
}

.team_image {
    position: relative;
    width: 100%;
    left: auto
}

.banner_texts {
    position: absolute;
    bottom: 37%;
    left: 35%;
    z-index: 2;
    max-width: 400px
}

.banner_texts h3 {
    font-size: 40px
}

.team_area {
    width: 100%;
    position: relative;
    left: auto;
    top: 0
}

.team_image:after {
    position: absolute;
    content: "";
    width: 100%;
    background: rgba(0, 0, 0, 0.43);
    height: 98.5%;
    left: 0;
    top: 0
}

.center_btn {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    width: 90%
}

.center_btn button {
    text-align: center;
    padding: 15px 25px;
    background: #18a2b6;
    color: #fff;
    border: 0;
    font-size: 16px
}

xmp {
    display: block;
    word-break: break-all;
    white-space: break-spaces;
}




/* ======= Newmenu CSS END */



.my_listing li.circle_box a i,
.outline-inward {
    position: relative
}

.button,
.slick-slider {
    -webkit-tap-highlight-color: transparent
}

.button,
.clients_head a,
.slide h3 a,
a:focus,
a:hover {
    text-decoration: none
}

.clients_head a {
    color: #18a2b6
}

.clients_head {
    padding-left: 0
}

ul.badges li {
    width: 20%;
    float: left;
    list-style: none
}

ul.badges {
    width: 100%;
    display: inline-block;
    margin: 20px 0
}

ul.badges li img {
    float: none;
    max-width: 140px;
    margin: 0;
    height: auto
}

.my_listing li.circle_box a i:hover:after {
    -webkit-animation: 9s linear infinite spinAround;
    -moz-animation: 9s linear infinite spinAround;
    animation: 9s linear infinite spinAround;
    border: 3px dashed #18a2b5
}

.my_listing li.circle_box a i:after {
    top: -2px;
    left: -2px;
    content: "";
    position: absolute;
    padding: 0;
    height: 68px;
    border-radius: 100%;
    font-style: normal;
    width: 68px;
    z-index: 10
}

.my_listing li.circle_box a i:hover {
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    transition: box-shadow .2s
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.button {
    margin: .7em;
    padding: 1em;
    cursor: pointer;
    background: #fff
}

.box_areas,
.box_areas.bg,
.box_areas1 {
    padding: 3% 0;
    width: 100%
}

.outline-inward {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent
}

.outline-inward:before {
    content: '';
    z-index: -1;
    position: absolute;
    border: 4px solid #e1e1e1;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left
}

.outline-inward:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
    box-shadow: 2px 0 10px #c1c3f1
}

ul.listing {
    padding: 0
}

li.inline {
    width: 30%;
    display: inline-table;
    padding: 15px 15px 11px;
    text-align: center;
    min-height: 250px;
    box-shadow: 3px 0 10px #9a9797;
    border-radius: 12px;
    border: 1px solid #222
}

.box_areas {
    display: block
}

.box_areas.bg {
    display: block;
    text-align: center;
    background-image: url(https://astreait.com/images/salesForcectaorange.png)
}

.box_areas.bg h2 {
    color: #fff
}

.bg_gray .texts_section .col70 .block .col-6.row,
h3 {
    margin: 0
}

.box_areas1 {
    display: block;
    background: #fff
}

.box_area3 {
    width: 100%;
    display: block;
    padding: 1% 0;
    background: #0f193c
}

.bg_gray {
    width: 100%;
    display: block;
    padding: 3% 0;
    background: #f5f5f5
}

.bg_gray h1,
.bg_gray h2,
.box_areas h2,
.layer h2 {
    color: #022652;
    font-size: 35px;
    margin-top: 0;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 20px;
    text-align: center;
    font-family: auto
}

.col70 {
    width: 75%;
    margin: 0 auto
}

li.inline h3 {
    text-align: center;
    color: #032652;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700
}


.producting {
    width: 100%;
    display: table;
    margin: 20px 0;
    padding-left: 80px
}

.producting .product_box {
    width: 25%;
    height: 60px;
    border-radius: 12px;
    background: #fff;
    float: left;
    text-align: center;
    line-height: 60px;
    border: 2px solid #0ad2fe
}

.product_description {
    width: 72%;
    float: left;
    margin-left: 3%;
    line-height: 45px
}

.apps_logo {
    max-width: 290px
}

.apps_logo img {
    max-width: 100%
}

.apps_description {
    margin-top: 20px;
    font-size: 18px
}

.producting .col-6.row {
    margin-bottom: 30px;
    padding: 0 49px
}

h1,
h2,
h3 {
    font-weight: 500;
    font-family: Roboto, sans-serif
}

.nav-thumbs {
    position: absolute;
    bottom: 15px;
    left: 42%
}

.nav-thumbs ul {
    list-style-type: circle
}

.nav-thumbs ul li {
    float: left;
    margin-top: 20px
}

.nav-thumbs ul li a {
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 5px;
    background-color: #00f;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#floatMenu ul li {
    list-style-type: none
}

h3.testimonial_title {
    text-align: center;
    color: #19a2b6
}

.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px
}

.carousel .media {
    position: relative;
    padding: 0 0 0 20px
}

.carousel .media img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%
}

.carousel .testimonial-wrapper,
.product_block {
    padding: 0 10px
}

.carousel .testimonial {
    color: grey;
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 30px 3px;
    margin-bottom: 15px;
    box-shadow: 2px 0 10px #c1c3f1
}

.carousel .testimonial::after {
    content: '';
    display: block;
    width: 1.3em;
    height: 2em;
    position: absolute;
    left: 6.3em;
    bottom: -20px;
    border-right: 1.5em solid #fff;
    border-bottom-right-radius: 100%;
    z-index: 0
}

.testimonial .description:after,
.testimonial .description:before {
    font-family: fontawesome;
    color: #d0ab6d;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    display: inline-block;
    content: "";
    font-size: 20px
}

.carousel .overview {
    padding: 3px 0 0 15px
}

.carousel .overview .details {
    padding: 5px 0 8px
}

.carousel .overview b {
    text-transform: uppercase;
    color: #19a2b6
}

.carousel .carousel-indicators {
    bottom: -25px;
    z-index: 1
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 2px
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff
}

.carousel-indicators li.active {
    color: #fff;
    background: #01befe;
    border: 5px double
}


.testimonial {
    background: #fff;
    padding: 20px 30px 20px 80px;
    margin: 50px 20px 30px 119px;
    border-radius: 0 100px 100px 0;
    color: #fff;
    position: relative;
    border: 5px solid #00dfff
}

.testimonial .pic {
    width: 170px;
    height: 170px;
    line-height: 180px;
    border-radius: 50%;
    border: 12px solid #19a2b6;
    position: absolute;
    top: -9px;
    left: -100px;
    overflow: hidden
}

.layer,
.media-left span,
.slick-list,
.slick-slider,
.slick-track {
    position: relative
}

.testimonial .pic img {
    width: 100%;
    height: 100%
}

.testimonial .testimonial-info {
  
    width: 35%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #00dfff;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 20px;
    margin: 0;
    border-right: 1px solid #d0ab6d
}

.testimonial .testimonial-info small {
    display: block;
    font-size: 16px;
    color: #444;
    margin-top: 5px
}

.testimonial .description {
    display: inline-block;
    width: 65%;
    color: #444;
    letter-spacing: .5px;
    margin-bottom: 0;
    padding: 20px 0 20px 20px;
    position: relative
}

.testimonial .description:before {
    position: absolute;
    top: 0;
    left: 10px;
    background: url("https://astreait.com/newcss/images/open-qoute.png") 0 0/19px 19px no-repeat
}

.testimonial .description:after {
    position: absolute;
    bottom: 5px;
    background: url("https://astreait.com/newcss/images/close-qoute.png") 0 0/19px 19px no-repeat
}

.owl-theme .owl-controls .owl-page span,
.owl-theme .owl-controls .owl-page.active span {
    width: 25px !important;
    height: 7px !important;
    background: #0f193c !important;
    box-sizing: content-box
}

.owl-theme .owl-controls .owl-page span {
    border: 4px solid transparent;
    background: #00dfff !important
}





.layer {
    background: url(https://astreait.com/images/testimonial-bg-min.jpeg);
    padding-bottom: 20px
}

.layer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: .9;
    z-index: 0;
    width: 100%;
    background: #123641;
    height: 100%
}

div#testimonial-slider {
    z-index: 1
}

.product_block {
    min-height: 105px
}

.media,
.media-left {
    min-height: 75px;
    overflow: visible;
    margin-top: 10px
}

.block {
    display: inline-block
}

.media-body,
.media-left {
    vertical-align: middle;
    display: table-cell
}

.media-left {
    padding-right: 15px
}

.media-body {
    zoom: 1;
    overflow: hidden
}

.media-left span {
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #94e1ff;
    display: block;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s
}

.media-left span .fa {
    line-height: 50px;
    color: #032652;
    font-size: 1.7em
}

.product_block:hover span:after {
    opacity: 1;
    transform: scale(1)
}

.media-left span:after {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #10183b;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -4px;
    opacity: 0;
    padding: 4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    transform: scale(.8);
    transition: transform .2s, opacity .2s;
    width: 100%
}

p.blank strong {
    color: #032652;
    font-size: 20px
}

.slick-slide {
    margin: 0 20px
}

.slick-slide img {
    width: 100%;
    display: block
}

.slick-slider {
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-arrow.slick-hidden,
.slick-slide,
.slick-slide.slick-loading img {
    display: none
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slide h3 a {
    color: #032652;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    width: 260px;
    overflow: hidden;
    display: table-caption;
    text-overflow: ellipsis
}

.slide h3 {
    border-bottom: 2px dotted #032652
}

li.button.outline-inward.inline a {
    color: unset;
    text-decoration: none;
    display: table
}

@media screen and (min-width: 1700px) {
    .image_body {
        max-height: 335px
    }
}


@media screen and (min-width: 1367px) {
    .image_body {
        max-height: 300px
    }


}




@media (min-width:1024px) {


    .single_row {
        width: 30.2%
    }
}


@media (min-width:1000px) {
    .carousel-inner {
        min-height: 400px
    }
}


@media (max-width: 1024px) {
    
    .hide_small{display:none;}

    .owl-theme .owl-controls .owl-page span{
    width: 10px!important;
    height: 10px!important;
    }

    .owl-theme .owl-controls .owl-page span, 
    .owl-theme .owl-controls .owl-page.active span
    {

    width: 10px!important;
    height: 10px!important;

    }

    .parant_div p.text-center {
        text-align: center
    }

    .cerosel_parent,
    div#_animateSam {
        height: 100% !important
    }

    .alignright,
    img.alignright {
        float: none;
        margin: 0
    }

    .col-6 {
        width: 100%
    }

    #_animateSam img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .cerosel_parent {
        width: 100% !important;
        float: left
    }

    .texts_section p {
        text-align: left;
    }

    .slider_container {
        overflow: hidden;
        width: 100% !important;
        margin: 0 !important
    }

    .numbers span {
        display: inline-block;
        margin: 4px 5px 4px 0;
        width: 32px
    }

    .numbers span:nth-child(2n+2) {
        width: 79%;
        text-align: left;
        font-size: 15px !important
    }

    .numbers span:nth-child(2n+1) {
        font-size: 12px;
        line-height: 18px;
        padding: 6px;
        width: 40px;
        height: 30px
    }

    .numbers {
        width: 91%;
        margin: 0 auto
    }

    .kalifolio {
        width: 100% !important;
        text-align: center
    }

    .kalifolio img {
        float: none
    }

    .flexslider .slides img {
        min-height: 175px
    }

    .flex-caption {
        display: none
    }

    .one-column #content {
        width: 90% !important
    }

    .texts_section {
        width: 85%
    }

    #footer,
    #main {
        padding: 20px;
        box-sizing: border-box
    }

    .single_row {
        width: 47.3%
    }



}



@media (max-width: 992px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .content-image {
        height: 400px;
        order: -1;
    }

    .content-text h2 {
        font-size: 1.8rem;
    }


       .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .carousel {
        height: 400px;
    }

   .expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

      .app-cards {
        grid-template-columns: repeat(2, 1fr);
    }


        .content-wrapper {
        flex-direction: column-reverse;
    }

    .main-heading {
        font-size: 2rem;
    }

    .text-container,
    .images-container {
        width: 100%;
    }

    .certification-img {
        max-height: 140px;
    }

   
}


@media (max-width: 767px) {
pre code, .nowrap {
    word-break: break-all;
    white-space: break-spaces;
}
 
.single_block{display:block;}
   

   .testimonial .description{margin:0;}

   .testimonial .testimonial-info{
    padding: 30px 15px;
    font-size: 14px;
}

   .testimonial .testimonial-info small{
    font-size: 14px;
}

   .testimonial .pic{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 5px solid #19a2b6;
    top: 3%;
    left: 40%;
    overflow: hidden;
}




    .testimonial {
    height: 450px;
        border-radius: 40px;
        margin: 50px 15px 0;
        padding: 60px 25px 20px;
    }

    .testimonial .testimonial-info {
        width: 100%;
        float: none;
        border-right: none;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .testimonial .description {
        width: 100%
    }




       .salesforce-services {
        padding: 60px 0;
    }

    .salesforce-services h2 {
        font-size: 1.8rem;
    }

    .partner-logos {
        gap: 20px;
    }

    .partner-logos img {
        height: 40px;
    }

    .certification-list {
        columns: 1;
    }

        .content-section {
        padding: 80px 5% 10px;
    }

    .salesforce-features li {
        font-size: 0.95rem;
    }


     .hero-content h1 {
        font-size: 2.5rem;
    }

    .carousel {
        height: 300px;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }



    .card-image {
        height: 180px;
    }

    .card-content {
        padding: 20px;
    }


        .para_right_img {
        width: 27%
    }

    .paragraph_left {
        width: 70%
    }

    .carousel-caption_custom {
        max-width: 300px;
        left: 10%
    }

    .carousel-caption.carousel-caption_center {
        padding-top: 0;
        bottom: 16%
    }

    .carousel-caption.slider_btn_left {
        bottom: 20%;
        padding-top: 0;
        left: 3%
    }

    .carousel-caption.slider_btn_right {
        bottom: 15%;
        max-width: 300px;
        right: 15%;
        left: auto
    }

    .left_panel,
    .right_panel {
        width: 100%;
    }

    .carousel-caption a span {
        padding: 5px 10px;
        font-size: 12px
    }

    .carousel-caption {
        bottom: -15px
    }


    .kalifolio img {
        margin: 0 0 15px !important;
    }

    .col-3 {
        width: 100%
    }

    .col-4 {
        width: 100%
    }



    .slider_container {
        padding-top: 80px !important
    }




    .footer_container {
        width: 80%
    }



    .mobile_look_img_area .float_left {
        margin-bottom: 20px
    }

    .single_row {
        width: 95%
    }


    .single_block.no_bullets .right.col-4 {
        width: 100%;
        float: left;
    }

    .single_block.no_bullets .left.col-8 {
        width: 100%;
    }

    .text_container {
        padding: 0 !important;
    }

    h3.blue_heading {
        font-size: 20px;
        margin-top: 20px;
        text-align: center;
            line-height: 1.3em;
    }

    .right_side.contact_form .form-control {
        width: 75%;
    }

    .my_listing li.circle_box::after {
        display: none
    }

    .my_listing li.circle_box p {
        text-align: center
    }

    .my_listing li.circle_box {
        width: 100%
    }

       .hero-content h1 {
        font-size: 2.5rem;
    }

    .carousel {
        height: 300px;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 50px;
    }

}



@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .carousel {
        height: 250px;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
    }

        .expertise-grid {
        grid-template-columns: 1fr;
    }

    .expertise-section {
        padding: 60px 20px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .card-content h3 {
        font-size: 1.3rem;
    }

      .app-cards {
        grid-template-columns: 1fr;
    }

    .featured-apps {
        padding: 60px 20px;
    }

    .featured-apps h2 {
        font-size: 2rem;
    }

    .app-info h1 {
        font-size: 1.2rem;
    }

 /*      .certification-grid {
        grid-template-columns: 1fr;
    }*/

    .main-heading {
        font-size: 1.8rem;
    }

    .text-container {
        padding: 1.5rem;
    }
}

@media (max-width: 480) {

   .testimonial {
    padding: 50px 15px 15px;
    border-radius: 40px;
    margin: 45px 8px 0;
}
}







@media (max-width: 767px) and (orientation : portrait) {
    .resposive_side {
        width: 100%;
        display: table;
        text-align: center;
    }

    .resposive_side img {
        float: none;
    }
}



@media only screen and (min-device-width :768px) and (max-device-width :1024px) {



.testimonial{margin:10px;}
.testimonial .description{margin:0;font-size: 16px;}

.testimonial .testimonial-info{
padding: 30px 15px;
font-size: 14px;
}
.testimonial .testimonial-info small{
font-size: 14px;
}
.testimonial .pic{
width: 80px;
height: 80px;
line-height: 60px;
border: 5px solid #19a2b6;
top: 25%;
left: 0%;
overflow: hidden;
}


    .numbers span:nth-child(2n+2) {
        width: 90%
    }

    .col-3 {
        width: 50%;
        min-height: 455px
    }

    .col-4 {
        width: 50%;
        min-height: 455px
    }
}





@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) {


    .kalifolio img {
        margin-left: 24px !important
    }

    .numbers span:nth-child(2n+2) {
        width: 85%
    }

    .slider_container {
        padding-top: 130px !important
    }

        .image_body {
        max-height: 410px;
        overflow: hidden;
        text-align: center
    }
}

