@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
	/*	font-family: "Lato", sans-serif;*/
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    color: #555;
}
img{
	width: 100%;
	max-width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 576px) {
    .tih_left {
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .tih_right {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media screen and (max-width: 576px) {
    .tih_right .tih_right_sub:last-child {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 576px) {
    .tih_right .tih_right_sub:last-child ul {
        margin-top: 10px !important;
    }
}


@media screen and (max-width: 576px) {
    .tih_right .tih_right_sub {
        border-right: none !important;
    }
}
@media screen and (max-width: 576px) {
    .tih_right .tih_right_sub ul a {
        font-size: 20px !important;
    }
}




@media screen and (max-width: 576px) {
    .tih_right .tih_right_sub {
        border-right: none !important;
    }
}
@media screen and (max-width: 576px) {
    .tih_right .tih_right_sub a {
        font-size: 16px !important;
    }
}





#header{
	transition: 1s;
	background: #fff;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.header_inner .header_logo {
    max-width: 20%;
    flex: 0 0 20%;
}
@media (max-width: 600px) {
  .header_logo img {
    width: 180px;
  }
  .sticky .header_inner .header_logo img {
    width: 120px;
  }
}
.header_inner .header_menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    position: relative;
}
.header_inner .header_menu ul li a {
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
}
.submenu_main {
    position: absolute;
    min-width: max-content;
    z-index: 9;
    display: none;
    padding-top: 32px;
}
ul.sub_menu {
    background: #222;
}
.header_inner .header_menu ul li:hover .submenu_main {
    display: block;
}
ul.sub_menu li {
    display: block !important;
}
ul.sub_menu a {
    color: #ddd !important;
    font-size: 14px !important;
}
.container {
    max-width: 1300px;
}
.hero_banner_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.hero_banner {
    background: #eee;
	padding: 20px 0;
}

.hero_banner_inner .hero_banner_left {
    max-width: 50%;
    flex: 0 0 50%; 
    text-align: center;
}

.hero_banner_inner .hero_banner_right img {
    height: 400px;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .hero_banner_inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero_banner_inner .hero_banner_left {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .hero_banner_inner .hero_banner_right img {
        height: auto;
        max-width: 100%;
    }
    .hero_banner_right {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}
.owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-dots button.owl-dot span {
    width: 15px;
    height: 15px;
    background: #ddd;
    display: block;
    border-radius: 50%;
}

.owl-dots button.owl-dot {
    margin: 10px 5px;
}

.owl-dots button.owl-dot.active span {
    background: #fff;
    border: 1px solid #aaa;
}

.hero_banner_inner .hero_banner_left h1 {
    font-weight: 300;
    font-size: 44px;
}

.hero_banner_inner .hero_banner_left p {
    font-size: 18px;
    font-weight: 300;
}

.hero_banner_inner .hero_banner_left a {
    color: rgb(240, 90, 40);
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
}
 .service-item {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}
.service-item:hover {
    transform: translateY(-10px);
}
.service-icon {
    font-size: 60px;
    color: #f05a28;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    padding: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
}
.service-item:hover .service-icon {
    background-color: #f05a28;
    color: #fff;
}
.service-title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.service-description {
    font-size: 16px;
    color: #666;
    text-align: left;		
    font-weight: 300;
    line-height: 22px;
}
section.services {
    padding: 50px 0px;
}
.technology-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}
.technology-section .content {
    display: flex;
    align-items: center;
}
.image-container img {
    max-width: 100%;
    height: auto;
}
.text-container {
    padding-left: 30px;
}
.text-container h2 {
    font-size: 43px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #333;
}
.text-container p {
    font-size: 20px;
    color: #bbb;
	font-weight: 300;
}

section.solution-section .image-container img {
    max-width: 530px;
    display: block;
    margin-left: auto;
}
section.solution-section{
	padding: 50px 0px;
}

.why-digility-section {
    text-align: center;
    padding: 50px 0;
    background-color: #f9f9f9;
}
.why-digility-section h2 {
    margin-bottom: 40px;
    font-size: 46px;
    font-weight: 300;
}
.icon {
    font-size: 50px;
    color: #ff6600;
    margin-bottom: 20px;
}
section.why-digility-section h3 {
    font-weight: 300;
    font-size: 26px;
}

section.why-digility-section p {
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}
 .service-section {
    background-color: rgba(94, 94, 94, 0.91);
    color: #ffffff;
    padding: 50px 0;
    text-align: left;
}
.service-section h2 {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 2.5rem;
}
.service-section p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #EDF4F7;
}
.service-box {
    background-color: #4a4a4a;
    padding: 20px;
    text-align: center;
    background-color: rgba(94, 94, 94, 0.91) !important;
    border-left-color: rgba(119, 119, 119, 0.91) !important;
    border-left-style: solid !important;
    border-right-color: rgba(119, 119, 119, 0.91) !important;
    border-right-style: solid !important;
    border-top-color: rgba(119, 119, 119, 0.91) !important;
    border-top-style: solid !important;
    border-bottom-color: rgba(119, 119, 119, 0.91) !important;
    border-bottom-style: solid !important;
    border-width: 5px;
}
.service-box .icon {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
}
.service-box h3 {
    margin: 10px 0;
}
.trending-updates {
    padding: 75px 0;
    text-align: center;
    background: rgb(246, 246, 246);
}
.trending-updates h2 {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 42px;
    color: #555;
}
.update {
    margin-bottom: 30px;
}
.update img {
    width: 100%;
    height: auto;
    height: 300px;
    object-fit: cover;
}
.update .post-info {
    text-align: left;
    padding: 15px;
    background: #fff;
}
.update .post-info h4 {
    margin-top: 0;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px;
}
.update .post-info .meta {
    color: #464646;
    font-size: 12px;
    margin-bottom: 15px;
}
.update .post-info .meta .fa {
    margin-right: 5px;
}
.update .post-info .description {
    margin-bottom: 15px;
    color: #777;
    font-weight: 300;
}
.update .post-info .read-more {
    text-decoration: none;
    color: #337ab7;
}
.update .post-info .read-more:hover {
    text-decoration: underline;
}
.update .post-info .likes {
    font-size: 14px;
    color: #464646;
}
.update .post-info .likes .fa {
    margin-right: 5px;
}
.blog_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.blog_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.blog_bottom a {
    font-weight: 300;
    color: #333 !important;
    font-size: 14px;
}
.blog_bottom .likes {
    font-size: 12px !important;
}
@media (max-width: 600px) {
  .blog_bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .blog_bottom .read-more,
  .blog_bottom .likes {
    width: 100%;
    font-size: 15px;
  }

  .blog_bottom .read-more {
    margin-bottom: 5px;
  }
}
.digitally-inspired {
    background: url('../images/deskshot.png') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 60px 0;
}
.digitally-inspired h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 300;
}
.digitally-inspired p {
    font-size: 18px;
    margin-bottom: 0;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}
section.digitally-inspired {
    position: relative;
}
section.digitally-inspired:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #343a40de;
    left: 0;
    top: 0;
    z-index: 0;
}
.left_right_arow img {
    filter: invert(1);
}
section.digitally-inspired.container {
    position: relative;
    z-index: 1;
}
section.digitally-inspired .container {
    position: relative;
}
section.provied_section {
    padding: 75px 0px;
    text-align: center;
}
section.provied_section h2 {
    font-weight: 300;
    margin: 0;
}
footer#footer {
    background: #000;
}
footer#footer .top_footer img {
    max-width: 200px;
}
footer#footer .bottom_footer p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}
.top_footer {
    text-align: center;
    padding: 30px 0px;
}
.bottom_footer {
    text-align: center;
    background-color: #222222 !important;
    padding: 40px 0px;
}
.header_inner .header_logo img {
    max-width: 200px;
}
header.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    top:0;
    box-shadow: 0px 0px 30px -7px #ddd;
}
.sticky .header_inner .header_logo img {
    max-width: 150px;
}
.sticky .header_inner .header_menu ul li a {
    font-size: 14px;
}
section.page_banner {
    position: relative;
}
section.page_banner .page_banner_text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: #00000061;
    color: #fff;
}
section.page_banner .page_banner_text h3 {
    font-size: 46px;
    font-weight: 300;
}
section.about_us {
    padding: 50px 0px;
}

.section_header h4 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #444;
}

section.about_us h6 {
    color: #464646;
    font-size: 17px;
    margin-bottom: 15px;
}

section.about_us p {
    font-size: 15px;
    color: #777;
}
.about_section_sub {
    display: flex;
}
.about_section_sub i {
    font-size: 30px;
    color: #f05a28;
}
.about_section_sub .about_section_sub_right h4 {
    font-weight: 300;
    font-size: 20px;
}
.about_section_sub .about_section_sub_right p {
    font-size: 15px;
    color: #464646;
    line-height: 20px;
}
.about_section_sub_left {
    max-width: 50px;
    flex: 0 0 50px;
    text-align: center;
}
.ct_inner {
    display: flex;
    flex-wrap: wrap;
    background: #ababab;
}
.ct_inner > div {
    max-width: 100%;
    flex: 0 0 100%;
}
.ct_inner .ct_inner_right {
    display: none;
}
.ct_inner_left img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.ct_inner_right {
    padding: 100px;
}
.ct_inner_right h4 {
    color: #fff;
    font-size: 42px;
    font-weight: 300;
}
.ct_inner_right p {
    color: #fff;
}
 .service-boxs {
    text-align: center;
    padding: 30px;
}
.service-icons {
    font-size: 48px;
    color: #f05a28;
    margin-bottom: 15px;
}
.service-titles {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}
section.servicies_icons {
    padding: 50px 0px;
}
section.solution-section.development_part {
    background: rgb(246, 246, 246);
}
section.solution-section.development_part .text-container p {
    font-size: 14px;
}
.sd_image img {
    max-width: 600px;
    display: block;
    margin: 0 auto;
}
.sd_image {
    margin-bottom: 30px;
}
section.solution-section.mobile_app_page {
    text-align: center;
}
section.solution-section.mobile_app_page h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 30px;
}
section.solution-section.mobile_app_page p {
    font-size: 14px;
    color: #555;
    text-align: left;
}
.custom-service-box {
    text-align: center;
    padding: 30px;
}
.custom-service-icon {
    font-size: 48px;
    color: #fff;
    background-color: #f05a28;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.custom-service-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}
.custom-service-description {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
section.custom_four_layout {
    padding: 50px 0px;
}
.design-section {
    padding: 75px 0 0px;
    background: rgb(246, 246, 246);
}
.design-heading {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 15px;
}
.design-subheading {
    font-size: 22px;
    color: #777;
    margin-bottom: 10px;
    font-weight: 300;
}
.design-paragraph {
    font-size: 16px;
    color: #555;
    font-weight: 300;
}
.design-image img {
    max-width: 100%;
    height: auto;
}
 .custom-content-container {
    text-align: center;
    padding: 50px 0;
}
.custom-content-container h1 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 300;
}   
.custom-content-container p {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 300;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.custom-service {
    margin-top: 20px;
    text-align: left;
}
.custom-service h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.custom-service p {
    font-size: 16px;
}
 .unique-hero-section {
    background-color: rgb(73, 113, 147);
    color: white;
    padding: 100px 0;
    text-align: center;
}
.unique-hero-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 300;
}
.unique-hero-section p {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 300;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.unique-hero-section .btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    font-size: 14px;
}
.unique-hero-section .btn i{
    padding-left: 5px;
 }
.unique-hero-section .btn:hover {
    background-color: white;
    color: #466a81; /* Adjust the color as needed */
}
.stats-section-unique {
    background-color: #6b6b6b; /* Adjust the background color as needed */
    color: white;
    padding: 50px 0;
    text-align: center;
}
.stats-section-unique .stat-item-unique {
    margin-bottom: 30px;
}
.stats-section-unique .stat-item-unique h3 {
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 300;
}
.stats-section-unique .stat-item-unique p {
    font-size: 18px;
}
.icon-unique {
    font-size: 50px;
    margin-bottom: 10px;
}
section.hero_banner.geopix_banner .hero_banner_left {
    color: #fff;
    margin-right: auto;
}
section.hero_banner.geopix_banner {
    background: rgb(28, 28, 28);
}
.hero_banner_right {
    position: relative;
    max-width: 48%;
    flex: 0 0 48%;
}
img.fixed_banner_img {
    position: absolute;
    bottom: 0;
    max-height: 300px;
    width: auto !important;
    right: 0;
}
section.about_us.geopixes_section .about_section_sub {
    margin-bottom: 20px;
}
section.about_us.geopixes_section .about_section_sub h4 {
    margin-bottom: 15px;
    font-weight: 500;
}
section.about_us.geopixes_section img {
    max-width: 500px;
}
.blogs_thumbnail{
    background-color: #f9f9f9;
}
.blog-item {
    text-align: center;
    transition: transform 0.3s ease-in-out;
    background: #fff;
    max-width: 992px;
    margin: 40px auto 50px;
    position: relative;
}
.date-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
}
.service-image {
    width: 100%;
    height: auto;
}
.service-content {
    padding: 20px;
    text-align: left;
}
.service-title {
    font-size: 24px;
    font-weight: 300;
	margin-top: 12px;

} 
.service-meta {
    font-size: 14px;
    color: #464646;
    margin-bottom: 20px;
}
.service-description {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;

}
.account-style1-area_btn {
    text-align: center;
    margin-top: 30px;
}

.account-style1-area_btn a {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.account-style1-area_btn a:hover {
    background-color: #0056b3;
}

.account-style1-area_btn .icon-right-arrow {
    margin-right: 8px; 
}
@media (max-width: 768px) {
    .account-style1-area_btn a {
        width: 90%;
        font-size: 16px;
    }
}
.read-more a{
    font-size: 14px;
    font-weight: bold;
    color: #666;
}
.read-more {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.market-trends-section {
    background-color: #f5f5f5;
    padding: 20px 0;
}
.market-trends-title {
    font-size: 32px;
    font-weight: 300;
}
.breadcrumb-nav {
    text-align: right;
    font-size: 14px;
    color: #464646;
}
.breadcrumb-nav a {
    color: #337ab7;
    text-decoration: none;
}
.breadcrumb-nav a:hover {
    text-decoration: underline;
}
.blog-details {
    padding: 30px 0px 50px;
}
.blog-title {
    font-size: 38px;
    font-weight: 300;
    margin-top: 20px;
}
.blog-meta {
    font-size: 14px;
    color: #464646;
    margin-bottom: 20px;
}
.blog-meta span {
    margin-right: 15px;
}
.blog-content {
    font-size: 16px;
    line-height: 1.6;
}
.next-post {
    margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #337ab7;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.next-post a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 300;
    color: #555;
}
.next-post a:hover {
    text-decoration: underline;
}
.next-post div {
    font-weight: 300;
    color: #000;
    font-size: 16px;
}
.contact-form {
    margin-top: 50px;
}
.contact-image {
    text-align: center;
    margin-bottom: 30px;
}
.contact-image img {
    border-radius: 50%;
    max-width: 100%;
}
.form-group {
    margin-bottom: 25px;
}
.btnContact {
    width: 100%;
    padding: 10px;
    border: none;
    cursor: pointer;
}
section.contact-form .form-group label {
    margin: 0;
    font-size: 14px;
}
.cu_heading h3 {
    font-size: 38px;
    font-weight: 300;
}
.cu_heading p {
    font-size: 16px;
    font-weight: 300;
}
.cu_heading {
    margin-bottom: 50px;
}
button.btn.btn-primary.btnContact {
    width: max-content;
    padding: 10px 40px;
    background: #000;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
    padding: 4px 8px 8px 20px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.sidenav a.sub_item {
    margin-left: 20px;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.mobile_menu {
    display: none;
}
.header_inner .header_menu ul li a {
    text-decoration: none;
    transition: 0.4s;
}
.header_inner .header_menu ul li a:hover {
    color: #f05a28;
}
/* ---------------------------------
5. PORFOLIO SECTION
--------------------------------- */
img.fluidbox__thumb {
    max-width: 100%;
}
.portfolio_part {
    width: 100%;
    margin-bottom: 50px;
}
.portfolio-section .portfolioFilter {
    text-align: center;
}
.portfolio-section .container {
    width: 100%;
    padding: 0;
}
.portfolio-section .portfolioFilter a {
    margin: 0;
    color: #240b4f;
    padding: 10px 15px;
}
.portfolio-section{ padding-bottom: 0; }

.portfolio-section .portfolioFilter{ margin-top: 60px; color: #666; }

.portfolio-section .portfolioFilter a{ margin: 10px 10px 0 0; }

.portfolio-section .portfolioFilter a.current{  color: #ff7300; }

.portfolio-section .portfolioContainer{ margin-left: -15px; margin-right: -15px; }

.portfolio-section .p-item{ width: 33.333%; padding: 0 7.5px 0px; margin-top: 15px; }

.portfolio-section .p-item a{ display: inline; }

.portfolio-section .p-item.p-item-2 .img:first-child{ float: left; width: 50%; padding-right: 7.5px; }

.portfolio-section .p-item.p-item-2 .img:last-child{ float: right; width: 50%; padding-left: 7.5px; }
.portfolio_image img{
    height: 250px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
div#gellery_modal .portfolio_image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    object-position: top;
    max-width: 100%;
}
div#gellery_modal .modal-header, div#gellery_modal .modal-body {
    padding: 0;
    position: relative;
    border: none;
}
div#gellery_modal .modal-header button.close.gellery_close {
    position: absolute;
    right: 0px;
    top: 2px;
    height: 27px;
    width: 27px;
    color: #fff;
    opacity: 1;
    font-weight: normal !important;
    border-radius: 0px 1px 0px 10px;
    line-height: 3px;
    font-size: 17px;
    text-align: center;
    z-index: 1;
    background: #000;
    padding: 0;
}
section.page_banner > img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
.wp_slider {
    width: 100%;
}
.about_slider {
    width: 100%;
    cursor: e-resize;
    text-align: center;
}
.left_testi .testi_slide .owl-carousel{
    cursor: e-resize;
}
.about_slider .owl-item {
    padding: 5px;
}
.about_slider .owl-item .item {
    width: 100%;
    border: 3px solid #e43a19;
    padding: 30px 10px;
    background: #fff;
    color: #000;
}
.about_slider .owl-nav, .about_slider .owl-dots {
    display: none;
}
.csm_img img {
    width: auto !important;
    margin: 0 auto;
}
.about_slider .owl-carousel .owl-item img {
    /*filter: grayscale(100%);*/
    transition: .5s ease;
}
.about_slider .owl-item .item:hover .csm_img img {
    filter: none;
}
.csm_img img {
    width: auto !important;
        display: block;
    margin: 0 auto;
}
.left_right_arow {
    width: 100%;
    margin-bottom: 15px;
}
.left_right_arow ul li {
    display: inline-block;
    cursor: pointer;
}

.left_right_arow ul li:first-child {
    margin-right: 15px;
}
.left_right_arow ul {
    width: max-content;
    margin-left: auto;
}
.footer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_inner p {
    margin: 0;
    color: #fff;
}
.whatsapp_connect {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1;
    box-shadow: 0px 0px 15px 0px #000;
    border-radius: 50%;
}

.whatsapp_connect img {
    max-width: 60px;
}
.contact_details ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 15px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.contact_details ul img {
    max-width: 100%;
    width:40px;
}
.contact_details ul li {
    margin: 5px 0px;
}
.contact_details {
    margin-top: 15px;
}
.contact_details ul li a {
    color: #495057;
}
.mobile_menu .tih_right_sub ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 10px;
    margin-right: 10px;
}

.mobile_menu .tih_right_sub ul li a {
    color: #444;
    font-size: 24px;
}
@media screen and (max-width: 992px){
    .mobile_menu {
        display: flex;
        align-items: center;
    }   
    .header_menu {
        display: none;
    }
    .top_header {
        display: none;
    }
}
@media screen and (max-width:576px){
    .portfolio_image img {
        height: 150px;
    }
    .hero_banner_inner .hero_banner_right img {
        height: 200px;
        object-fit: cover;
        object-position: center;
        margin-top: 10px;
    }
    .hero_banner_inner .hero_banner_left h1 {
        font-size: 24px;
    }
    .hero_banner_inner .hero_banner_left p {
        font-size: 14px;
    }
    .hero_banner_inner .hero_banner_left a {
        font-size: 16px;
    }
    section.services {
        padding: 30px 0px;
    }
    .service-item {
        padding: 15px;
    }
    .text-container h2 {
        font-size: 33px;
    }
    .ct_inner > div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .ct_inner_right {
        padding: 30px;
    }
    .ct_inner_right h4 {
        color: #fff;
        font-size: 32px;
        font-weight: 300;
    }
    section.page_banner .page_banner_text h3 {
        font-size: 28px;
    }
    .design-heading {
        font-size: 32px;
    }
    .custom-content-container h1 {
        font-size: 32px;
    }
    section.solution-section.mobile_app_page h2 {
        font-size: 32px;
    }
    img.fixed_banner_img {
        max-height: 160px;
    }
    .breadcrumb-nav {
        text-align: center;
    }
    .market-trends-section {
        text-align: center;
    }
    .service-title {
        font-size: 18px;
		margin-top: 15px;
    }
	.service-description{
		 font-size: 15px;
        text-align: center;
	}
    .cu_heading h3 {
        font-size: 28px;
    }
    footer#footer .top_footer img {
        margin-bottom: 15px;
    }
    .footer_inner {
        flex-wrap: wrap;
        justify-content: center;
    }
	.top_footer {
		padding: 30px 0px 120px;
	}
}



.top_header {
    background: #222;
}
.top_inner_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
.tih_left p {
    color: white;
    margin: 0;
    font-size: 14px;
}
.tih_right {
    display: flex;
    align-items: center;
}
.tih_right .tih_right_sub {
    padding: 0px 10px;
    border-right: 1px solid #fff;
}
.tih_right .tih_right_sub:last-child {
    padding-right: 0;
    border-right: 0;
}
.tih_right .tih_right_sub a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-size: 14px;
}
.tih_right .tih_right_sub:last-child ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.client_finance_link {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 2;
    background: rgb(253, 85, 9);
    border-radius: 40px;
}
.client_finance_link a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
}
/* Layout wrapper for each section */
.row-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

/* Reverse layout for alternating sections */
.row-layout.reverse {
  flex-direction: row-reverse;
}

/* Image styling */
.image-side img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 300px;
    object-fit: cover;
}
/* Optional: spacing for text content */
.text-side h1 {
    font-size: 43px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #333;
}

.text-side p {
  margin-bottom: 20px;
  font-size: 20px;
  color: #bbb;
  font-weight: 300;
}
/* Position dropdown properly */
.header_menu ul li {
  position: relative;
}

/* Hide dropdown by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  z-index: 999;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 270px;
}
.dropdown-menu li a {
    font-size: 13px !important;
}
.header_inner .header_menu ul .dropdown-menu li a {
    padding-top: 5px !;
    padding-bottom: 5px;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Dropdown item styles */
.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-menu li a:hover {
  background-color: #f0f0f0;
}
.dropdown-menu li {
    padding: 0 !important;
    width: 100%;
}
/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .row-layout,
  .row-layout.reverse {
    flex-direction: column;
    text-align: center;
  }

  .image-side,
  .text-side {
    width: 100%;
  }
}

.mobile-submenu {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}

.mobile-submenu a {
  font-size: 14px;
  padding: 5px 0;
  color: #818181;
  text-decoration: none;
}
a.readmorebutton {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
}
.hero-banner-wrapper.grey-bg {
  background-color: #f9f9f9;
}

.hero-banner-wrapper.white-bg {
  background-color: #ffffff;
}

/* Optional: thoda padding upar niche extra add karo */
.hero-banner-wrapper {
  padding: 35px 0;
}

.use-cases-module {
  text-align: center;
  padding: 50px 0;
  background-color: #f9f9f9;
}
.use-cases-module h2 {
  margin-bottom: 40px;
  font-size: 46px;
  font-weight: 300;
}
.use-case-box {
  background: #fff;
  padding: 30px 15px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.use-case-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.use-case-box .icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}
.use-case-box h3 {
  font-size: 20px;
  font-weight: 500;
}

.benefits-ideal-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.benefits-ideal-section .section-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

.benefits-ideal-section .custom-list {
  list-style-type: disc;
  padding-left: 20px;
}

.benefits-ideal-section .custom-list li {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.5;
}
section.page-section {
    padding-top: 60px;
}
.use-case-box .icon i {
  color: #ff6600; /* blackish grey, ya jo color chahiye wo likh do */
  font-size: 40px;
  margin-bottom: 15px;
}
