* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1440px;
    margin: auto;
}

ul,li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #212121 !important;
    font-size: 16px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

nav ul li.current-menu-item a {
    background: linear-gradient(269deg, #316CF5 0%, #3796FC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion_intro .icon {
    margin-left: auto;
    transition: transform 0.3s ease;
    font-size: 20px;
    color: #212121;
}

.accordion_active .icon {
    transform: rotate(180deg);
}  

/*** Custom Font ***/

@font-face {
    font-family: "General Sans";
    font-weight: 400;
    src: url(./ganreal-sans/GeneralSans-Regular.otf);
}

@font-face {
    font-family: "General Sans";
    font-weight: 500;
    src: url(./ganreal-sans/GeneralSans-Medium.otf);
}

@font-face {
    font-family: "General Sans";
    font-weight: 600;
    src: url(./ganreal-sans/GeneralSans-Semibold.otf);
}

@font-face {
    font-family: "General Sans";
    font-weight: 700;
    src: url(./ganreal-sans/GeneralSans-Bold.otf);
}

/****** Global Font ******/

h1,h2,h3,h4,h5,h6,p,span {
    padding: 0px;
    margin: 0px;
}

h1 {
    font-family: "General Sans";
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #1E1E1E;
}

h2 {
    font-family: "General Sans";
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #212121;
}

h3 {
    font-family: "General Sans";
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #212121;
}

h4 {
    font-family: "General Sans";
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #1E303F;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #1E1E1E;
}

p.top-bar {
    color: #424242;
}

/****** Text-Color ******/

span.color-change {
    background: linear-gradient(90deg, #316CF5 0%, #3796FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.text-blue {
    color: #2779FF;
}

/*** Buuton Style ***/

button {
    background-color: #2779FF;
    padding: 10px 20px;
    color: white;
    border-radius: 50px;
    border: none;
    border: 4px double rgba(255, 255, 255, 0.685);
    transition: all 0.3s;
    position: relative;
}

button.hover-effect:hover {
    background-color: hsl(0, 0%, 12%);
    border: 4px dashed rgba(255, 255, 255, 0.185);
}

/****** Header ******/

.site-header .header-inner {
	max-width: 1440px !important;
}

.site-navigation ul.menu {
	align-items: center;
}

.site-navigation-toggle-holder .site-navigation-toggle-icon {
 	width: 20px !important;   
}

.site-navigation-toggle-holder .site-navigation-toggle {
    padding: 13px !important;
    border-radius: 6px !important;
    background-color: rgb(39 121 255) !important;
    color: #ffffff !important;
}

.site-navigation-dropdown ul.menu li a {
	padding: 12px 24px !important;    
    border-bottom: 1px solid #8080804d;
}

.site-navigation-dropdown ul.menu {
    padding-bottom: 12px;
    box-shadow: rgb(28 28 28 / 10%) 0px 5px 20px 0px;
}

li#menu-item-61 a {
	background-color: #2779FF !important;
	background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    padding: 10px 20px;
    color: white !important;
    border-radius: 50px;
    border: none;
    border: 4px double rgba(255, 255, 255, 0.685);
    transition: all 0.3s;
    position: relative;
}

li#menu-item-61 a:hover {
	background-color: hsl(0, 0%, 12%) !important;
    border: 4px dashed rgba(255, 255, 255, 0.185);
}

.site-navigation ul.menu li ul {
	right: 0;
	left: unset;
}

.site-navigation ul.menu li.menu-item-has-children {
 	padding-inline-end: 0px !important;   
}

.site-navigation ul.menu li.menu-item-has-children:after {
    display: none !important;
}

.site-navigation ul.menu li ul {
    width: 100% !important;
    min-width: 800px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 20px;
    padding: 20px;
}

.site-navigation ul.menu li ul li {
	float: left;
    width: 33.33%;
}

.site-navigation ul.menu li ul li {
    border-block-end: 0px !important;
}

.site-footer {
	display: none;
}



.site-navigation ul.menu li ul a {
    padding: 8px 0px !important;
}

header {
    padding: 20px 20px !important;
    box-shadow: 0px 6px 8px 0px rgba(215, 223, 250, 0.30);
    position: relative;
    width: 100%;
}

button.slick-prev.slick-arrow{
    display: none !important;
}

button.slick-next.slick-arrow {
    display: none !important;
}


header {
    position: fixed !important;
    width: 100%;
    z-index: 999;
    top: 0;
    background: white;
}

header nav ul {
    gap: 20px;
}

header button {
    margin-left: 40px;
}

header nav a:hover {
    color: #2779FF !important;
}

/*Mega Menu*/
.mega_menu {
    left: 0;
    right: 0;
    position: absolute;
    z-index: 999;
    background: #fff;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    border-radius:  0px 0px 50px 50px;
    -webkit-border-radius:  0px 0px 50px 50px;
    -moz-border-radius:  0px 0px 50px 50px;
    -ms-border-radius:  0px 0px 50px 50px;
    -o-border-radius:  0px 0px 50px 50px;

}

.mega_menu.show {
    opacity: 1;
    overflow: auto;
    height: auto;
    padding: 40px 15px 30px 15px;
}

.dropdown-menu.show {
    opacity: 1;
    height: auto;
    padding: 10px 15px 10px 15px;
}
    
.dropdown-menu.show h4.main-title a {
    border-bottom: 2px solid #1573fd;
    padding-bottom: 5px;
    font-size: 18px !important;
}
  
  .main_menu ul li:hover .mega_menu {
    display: flex;
  }
  
  .main_menu ul li .mega_menu_item a {
    padding: 10px 0;
  }
  
  .mega_menu_item h3 {
    margin-bottom: 15px;
  }
  
  .mega_menu_item img {
    width: 100%;
  }
  
  /* demo_2 css */
  .mega_menu_demo_2 .mega_menu {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 70px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
  
.mega_menu .blog-post {
    background-color: #F3F8FF;
    position: relative;
}

.mega_menu .blog-post .blog-content {
    padding: 26px 16px 16px 16px;
}

.mega_menu .blog-post .blog-content button {
    position: absolute;
    bottom: 130px;
    left: -20px;
}

.mega_menu .blog-post .blog-content span {
    background-color: rgba(66, 66, 66, 0.6);
    padding: 6px 12px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    position: absolute;
    right: 10px;
    bottom: 160px;
    color: white;
}

.mega_menu h5 {
    color: #212121;
    font-weight: 600;
}

.mega_menu .web-devloper-list h5 {
    padding-bottom: 9px;
    border-bottom: 2px solid #1877F2;
    width: fit-content;
    font-size: 18px !important;
}

.mega_menu .web-devloper-list h4.main-title a {
    padding-bottom: 9px;
    border-bottom: 2px solid #1877F2;
    width: fit-content;
    font-size: 18px !important;
}

.mega_menu .web-devloper-list ul li {
    color: #212121;
    font-weight: 500;
}

.mega_menu .mega-menu.contact-details ul {
    gap: 20px;
    margin-top: 20px;
}

.mega_menu .mega-menu.contact-details ul li {
    padding: 7px 15px 7px 7px;
    border: 1px solid #F3F3F3;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    box-shadow: rgba(51, 77, 114, 0.08) 0px 2px 10px 1px;
}

.menu-menu-blog {
    border-left: 2px solid #D9D9D9;
    padding-left: 40px;
}

/****** Hero-Section ******/

.hero-section {
    padding: 160px 0px 0px 0px;
    background-color: #F8F8FF;
    background-image: url(./images/hero-bg-image.png);
    background-position: center;
    background-size: cover;
    height: 700px;
}

.hero-section p {
    width: 75%;
    margin: auto;
}

.hero-section h1 {
    width: 70%;
    margin: auto;
}

/****** App-Review-Banner ******/

.app-review-banner {
    margin-top: -220px;
}

.app-review-banner .app-reviews {
    background-color: #fff;
    padding: 32px;
    margin-top: -64px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.16) inset;
}

.app-review-banner .app-review {
    background-color: #EEEEEE;
    position: relative;
}

.app-review-banner .facebook h5 {
    color: #1877F2;
}

.app-review-banner .bbb-review h5 {
    color: #005A79;
}

.app-review-banner .angies-list h5 {
    color: #2E9848;
}

.app-review-banner .image img {
    width: 45px;
    height: 45px;
}

/****** Services ******/

.services {
    padding: 100px 0px;
}

.services .accordion-text h1.border-style {
    color: transparent;
    -webkit-text-stroke: 1px #939393;
}

.services .accordion-text a {
    background-color: transparent;
    color: #1877F2 !important;
    border-radius: 0px;
    padding-top: 10px;
    display: block;
    font-weight: 500;
    font-size: 18px !important;
}

.services .row_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.services .row_inner {
    width: 100%;
}

.services .accordion_images {
    position: relative;
}

@media (max-width: 767px) {
    .services .accordion_images {
        display: none;
    }
}

.services .accordion_images img {
    opacity: 0;
    transition: 0.3s;
}

.services .accordion_images img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}

.services .accordion_images img.active {
    opacity: 1;
}

.services .accordion {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    background-color: #000;
}

.services .accordion_intro {
    position: relative;
    padding: 14px 0px;
    cursor: pointer;
    background-color: white;
    border-bottom: 2px dashed #B7B7B7;
}

.services .accordion_content {
    color: #fff;
    padding: 0 20px;
    overflow: hidden;
    transition: all 0.25s ease-out;
    opacity: 0;
    background-color: white;
}

.services .accordion h4 {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
}

.services .accordion p {
    color: #3E3E3E;
    font-size: 16px;
    line-height: 26px;
}

.services .accordion_active .accordion_content {
    padding: 20px;
    opacity: 1;
    background-color: white;
    max-height: 300px !important;
}

@media (min-width: 768px) {
    .accordion_content .accordion_image {
        display: none;
    }
}

@media (max-width: 767px) {
    .accordion_content .accordion_image {
        display: block;
        margin-bottom: 20px;
    }
}

.services .accordion {
    margin-top: 10px;
    background-color: transparent;
}

.services .services h5 {
    color: #777777;
    padding-right: 15px;
}

.services .accordion_content {
    color: #fff;
    padding: 0 20px;
    overflow: hidden;
    transition: all 0.25s ease-out;
    opacity: 0;
    background-color: white;
    max-height: 0px !important;
}

.services .accordion_active .accordion_content {
    padding: 10px 0px;
    opacity: 1;
    max-height: 300px; /* Adjust max-height as needed */
}

.services h5 {
    color: #777777;
    padding-right: 15px;
}

/****** Our Process ******/

.our-process {
    padding: 0px 5px 100px 5px;
}

.our-process .progress {
    width: 93%;
    margin-left: 65px;
}

.our-process .btn-secondary {
    background-color: white !important;
    border: 2px solid #1573fd;
}

.our-process span.tab-text {
    position: relative;
    top: 30px;
}

.our-process li button {
    margin-top: 65px;
    padding: 0px !important;
    border: 2px solid #2779FF !important;
    background: white;
}

.our-process li button:hover, .our-process li button:focus {
    background-color: #2779FF !important;
}

.our-process li p {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
}

.our-process .tab-content {
    padding-top: 100px;
}

.our-process .tab-content img {
    position: relative;
    width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.our-process .tab-content .our-process-content {
    padding: 40px 20px 40px 170px;
    background-color: #E7ECFF;
    background: linear-gradient(105deg, #E7ECFF 0%, rgba(239, 239, 239, 0.20) 100%);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-left: -150px;
    height: 580px;
}

.our-process .tab-content .our-process-content h4 {
    color: #212121;
    font-weight: 700;
}

.our-process .tab-content .our-process-content p {
    padding-top: 15px;
    color: #3E3E3E;
    line-height: 28px;
}

/****** What-Sets-Us ******/

.what-sets-us {
    background-image: url(./images/what-sets-us-bg-img.png);
    background-position: center;
    background-size: cover;
    padding: 65px 0px;
}

.what-sets-us h3 {
    color: white;
}

.what-sets-us h4,h3 span {
    color: #4CBAFF;
}

.what-sets-us h3 {
    width: 80%;
}

.what-sets-us p.custom-width {
    width: 88%;
}

.what-sets-us .scalability-card-item {
    border: 1px solid #4CBAFF;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.what-sets-us .scalability-card-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    left: 100%;
    top: 100%;
    display: block;
    transition: all .8s ease;
    background: linear-gradient(105deg, #e7ecff24 0%, rgb(239 239 239 / 12%) 100%);
    z-index: -1;
}

.what-sets-us .scalability-card-item:hover::before {
    left: 0;
    top: 0;
    border-radius: 0;
}

.what-sets-us .protects-card-item {
    border: 1px solid #4CBAFF;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 99;    
}

.what-sets-us .protects-card-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    left: 100%;
    top: 100%;
    display: block;
    transition: all .8s ease;
    background: linear-gradient(105deg, #e7ecff14 0%, rgb(239 239 239 / 11%) 100%);
    z-index: -1;
}

.what-sets-us .protects-card-item:hover::before {
    left: 0;
    top: 0;
    border-radius: 0;
}

/****** Our-Technology ******/

.our-technology {
    padding: 100px 0px;
}

.tab__bar {
    position: relative;
    margin: 40px 10px 30px 10px;
}

.tab__bar .tab__navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
}

.tab__bar .tab__menu {
    list-style: none;
    max-width: 1200px;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    overflow-x: auto;
}

.tab__bar .tab__menu.dragging {
    scroll-behavior: unset;
    cursor: grab;
}

.tab__bar .tab__menu.dragging .tab-btn {
    pointer-events: none;
}

.tab__bar .tab__menu::-webkit-scrollbar {
    display: none;
}

.tab__bar .tab__menu .tab__btn {
    display: inline-block;
    font-size: 20px;
    color: #424242;
    font-weight: 500;
    margin: 0 20px;
    padding: 0px 0px 5px 0px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tab__bar .left__btn, .tab__bar .right__btn {
    position: absolute;
    color: var(--text-color);
    font-size: 1.8em;
    cursor: pointer;
}

.tab__bar .left__btn svg, .tab__bar .right__btn svg {
    width: 20px;
    height: 20px;
}

.tab__bar .left__btn svg path, .tab__bar .right__btn svg path {
    fill: #fff;
}

.tab__bar .left__btn {
    display: none;
    left: -5px;
    background: linear-gradient(to left, transparent, var(--first-color) 60%);
    padding: 10px 30px 10px 0;
}

.tab__bar .right__btn {
    right: -5px;
    background: linear-gradient(to right, transparent, var(--first-color) 60%);
    padding: 10px 0 10px 30px;
}

.tab__content {
    position: relative;
}

.tab__content .tab {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    display: none;
    animation: fadein 0.8s;
}

.tab__content .tab.active {
    display: flex;
}

.tab__content .tab .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
@media (max-width: 767px) {
    .tab__content .tab .row {
        flex-direction: column;
   }
}

.tab__content .left-column, .tab__content .right-column {
    width: 50%;
    max-width: 500px;
}

@media (max-width: 767px) {
    .tab__content .left-column, .tab__content .right-column {
        width: 100%;
        max-width: 700px;
   }
}

.tab__content .left-column {
    display: flex;
    align-items: center;
}

.tab__content .left-column .img-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.tab__content .left-column .img-card img {
    width: 100%;
}

.tab__content .info .city {
    margin-bottom: 15px;
    font-size: 32px;
}

.tab__content .info .description {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .tab__content .info .description {
        text-align: justify;
   }
}

.tab__content .info .city, .tab__content .info .description {
    color: var(--text-color);
}

@media (max-width: 767px) {
    .tab__content .info .city, .tab__content .info .description {
        text-align: center;
   }
}

ul.tab__menu .tab__btn.active {
    border-bottom: 2px solid #2779FF;
}

.slider {
    width: 100%;
    margin: 0px auto;
}

.slider svg {
    margin: auto;
    fill: #CACACA;
    transition: all 0.3s;
}

.slider svg:hover {
    margin: auto;
    fill: #3484F9;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

.our-technology .slider {
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px -2px 10px 0px rgba(215, 223, 250, 0.60) inset;
    padding: 30px 20px;
}


/****** Our Experts ******/

.our-experts {
    padding-bottom: 50px;
    /* display: none; */
}

.our-experts .platform-bg-img {
    background-image: url(./images/platform-\ infrastructure-bg-img.png);
    background-position: center;
    background-size: auto;
    height: 520px;
    background-repeat: no-repeat;
}

.our-experts #plateformmasking {
    padding-bottom: 10px;
    height: 100%;
}

.our-experts .platform-bg-img p {
    font-size: 14px;
    line-height: 24px;
}

.our-experts .custom-bg-img {
    background-image: url(./images/software\ -development-bg-img.png);
    background-position: center;
    background-size: cover;
    height: 200px;
}

.our-experts #custom-style-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    color: #333E48;
}

.our-experts .infrastructure-bg-img {
    background-image: url(./images/data-science-bg-img.png);
    background-position: center;
    background-size: cover;
    height: 200px;
}

.our-experts .main-box {
    border-radius: 15px;
    box-shadow: 0px 0px 4px rgba(128, 128, 128, 0.199);
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 0px 10px 10px 10px;
}

.our-experts .main-box p {
    color: #868686;
    padding: 12px 0px 12px 0px;
}

/****** Client-Stories ******/

.testimonial {
    background: linear-gradient(269.25deg, #00253A 0%, #01020C 100%);
    padding: 100px 0px;
}

.testimonial .slider-review .bg-img {
    width: 80%;
    height: 100%;
    padding-top: 20%;
    border-radius: 50%;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.05) 15.55%, rgba(255, 255, 255, 0) 75.1%);
}

.testimonial .text-center p {
    width: 80%;
    margin: auto;
}

.testimonial .wrapper {
    max-width: 1400px;
    width: 100%;
    position: relative;
    margin-top: 2rem;
}

.testimonial .wrapper p {
    color: white;
    padding-top: 10px;
    font-weight: 300;
}

.testimonial .slick-dots {
    position: absolute;
    bottom: -65px; /* Adjust as needed */
    width: 100%;
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.testimonial .slick-dots li {
    margin: 0 2px;
}

.testimonial .slick-dots li button {
    display: block;
    width: 13px;
    height: 13px;
    background: white;
    border-radius: 50%;
}

.testimonial .slick-dots li.slick-active button {
    background-color: #1877F2;
    border: 2px solid white;
}

.testimonial .slick-dots li button:before {
    display: none;
}

/****** Blog ******/

.blog {
    padding: 100px 0px;
}

.blog .text-center p {
    width: 80%;
    margin: auto;
}

.blog .blog-card {
    background-color: #F3F8FF;
    position: relative;
}

.blog .blog-card img {
    border-radius: 15px 15px 0px 0px;
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    -ms-border-radius: 15px 15px 0px 0px;
    -o-border-radius: 15px 15px 0px 0px;
}

.blog .blog-content {
    padding: 45px 15px 15px 15px;
}

.blog .blog-content h5 {
    white-space: nowrap; 
    width: 410px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.blog .blog-content p {
    padding-top: 10px;
}

.blog .blog-card button {
    position: absolute;
    bottom: 150px;
    left: 20px;
   
}

.blog .blog-card span.date-badge {
    background-color: rgba(66, 66, 66, 0.6);
    padding: 6px 12px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    position: absolute;
    right: 10px;
    bottom: 190px;
    color: white;
}

/****** App-Sec ******/

.app-sec {
    padding: 0px 0px 100px 0px;
}

.app-sec h2 {
    width: 85%;
}

.app-sec p {
    width: 94%;
}

/****** New Project ******/

.new-project {
    background-image: url(./images/starting-project-bg-img.png);
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
}

.new-project h2 {
    font-weight: 400;
}

.new-project h2 span {
    color: #4CBAFF;
}

.new-project .mail-information {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 20px;
}

/****** FAQ's ******/

.accordion-button::after {
    background-image: url("http://localhost/freshcode-12-08/wordpress/wp-content/uploads/2024/08/faq-plus-img.png");
        transition: all 0.5s;
    position: absolute;
    content: '';
    right: 20px;
    width: 15px;
    height: 15px;
    background-size: cover;
    top: 25px;
    
}

.accordion-button:not(.collapsed)::after {
    background-image: url("http://localhost/freshcode-12-08/wordpress/wp-content/uploads/2024/08/faq-minas-img.png");
    position: absolute;
    content: '';
    right: 20px;
    width: 15px;
    height: 15px;
    background-size: auto;
    top: 25px;
}

.faq-sec {
    padding: 100px 0px;
}

.faq-sec .accordion {
    border: 2px solid #F0F0F0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.faq-sec .accordion-button:not(.collapsed) {
    background-color: #2779FF;
    color: white;
    outline: none;
}

.faq-sec .accordion-flush>.accordion-item>.accordion-collapse {
    background-color: #F3F8FF;
}

.faq-sec .accordion-button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #212121;
    width: 100%;
    border: none;
    padding: 20px 24px !important;
    font-family: "General Sans";
    text-align: left;
}

.faq-sec .accordion-button:hover {
 	background-color: #2779FF;
    color: white;
    outline: none;   
}

.accordion-button:focus {
    box-shadow: unset;
}

button:focus {
    background-color: #2779ff !important;
    color: white !important;
}

/****** Footer ******/

footer {
    background-image: url(./images/footer-bg-img.png);
    background-position: center;
    background-size: cover;
    padding: 40px 0px 20px 0px;
}

footer h5 {
    border-bottom: 2px solid white;
    width: fit-content;
    padding-bottom: 8px;
}

footer ul.footer-list {
    margin-top: 25px;
}

footer .email-form {
    margin-top: 25px;
}

footer .email-form span {
    color: #FFC34B;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 13px;
    display: block;
}

footer .email-form input {
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    margin-bottom: 13px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 30px;
}

footer .footer-top-bar {
    border-bottom: 1px solid #696969;
    padding-bottom: 30px;
}

footer .footer-bottom-bar {
    padding-top: 20px;
}

footer .social-icon ul li i {
    font-size: 20px;
    cursor: pointer;
    color: white;
}

footer a {
    color: white !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

footer a:hover {
    color: #6598ec !important;
}

footer button {
    padding: 8px 28px !important;
    background-color: #2779FF !important;
    color: white !important;
    border-radius: 50px !important;
    border: 4px double rgba(255, 255, 255, 0.685) !important;
}


/********************** About-Us Page Start **********************/

.about-banner {
    background-image: url(./images/about-us-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 15px;
}

.about-banner h1 {
    color: #fff;
    width: 80%;
    margin: auto;
    padding: 8px 0px 15px 0px;
}

.about-banner p {
    color: #fff;
    margin: auto;
    width: 75%;
    padding-bottom: 25px;
}

/*development-company*/

.development-company {
    background-color: #fff;
    padding: 100px 15px;
    margin-top: -50px;
    border-radius: 50px 50px 0px 0px;
    -webkit-border-radius: 50px 50px 0px 0px;
    -moz-border-radius: 50px 50px 0px 0px;
    -ms-border-radius: 50px 50px 0px 0px;
    -o-border-radius: 50px 50px 0px 0px;
}

.development-company h3 {
    width: 50%;
    margin: auto;
}

.development-company .counter-card {
    background-color: #fff;
    padding: 10px 0px 30px 0px;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px rgba(222, 229, 246, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.development-company .counter-card .counter {
    background: linear-gradient(90deg, #316CF5 0%, #3796FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "General Sans";
    font-weight: 700;
    font-size: 48px;
    line-height: 68px;
}

/*Into-Action*/

.into-action {
    padding: 0px 15px;
}

.into-action img {
    border-radius: 20px;
    margin-top: 30px;
}

.into-action .text-center p {
    width: 70%;
    margin: auto;
    padding-top: 12px;
}

.into-action .what-set-content {
    background-color: white;
    border: 1px solid #F1F1F1;
    margin-right: 50px;
    margin-top: -150px;
    padding: 24px;
    border-radius: 22px;
    position: relative;
    z-index: 999;
}

.into-action .what-set-content p {
    padding: 12px 0px 16px 0px;
}

.into-action .what-set-content button {
    padding: 8px 34px;
}

/*Great-Decision*/

.great-decision {
    padding: 100px 15px;
}

.great-decision .decision-card {
    padding: 16px;
    border-top: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    border-right: 1px solid #F6F6F6;
    border-left: 2px solid #3C3E54;
    box-shadow: #DEE5F6 0px 1px 1px 0px;
    border-radius: 12px;
    transition: all 0.3s;
    margin-top: 40px;
    height: 160px;
}

.great-decision .decision-card:hover {
    box-shadow: #DEE5F6 0px 8px 14px 0px;
    border-left: 2px solid #2779FF;
}

.great-decision .decision-card p {
    padding-top: 12px;
    color: #393939;
}

/*New-Project-Start*/

.new-project-start {
    padding: 40px 0px;
    box-shadow: 0px 4px 14px rgba(215, 223, 250, 0.40);
    margin-bottom: 100px;
}

.new-project-start h2 {
    width: 70%;
}

.new-project-start .mail-information {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 20px;
}

/*our-portfolio*/

.our-portfolio {
    padding: 100px 15px;
    background: linear-gradient(151deg, #F2F5FF 17.97%, rgba(239, 239, 239, 0.20) 61.06%);
}

.our-portfolio img {
    width: 100%;
}


.our-portfolio .best-doctor img {
    width: 100%;
}

.our-portfolio .portfolio-content h2 {
    width: 60%;
}

.our-portfolio .portfolio-content p {
    width: 88%;
    padding-top: 16px;
}

.our-portfolio h4 {
    padding: 24px 0px 14px 0px;
}

.our-portfolio .real-estate img {
    border-radius: 20px;
    box-shadow: #D7DFFA 10px 10px 0px 0px;
    width: 500px;
    height: 300px;
}

.our-portfolio .best-doctor img {
    border-radius: 20px;
    box-shadow: #D7DFFA 10px -10px 0px 0px;
    width: 800px;
    height: 454px;
}

.our-portfolio .fashion-clothing img {
    border-radius: 20px;
    box-shadow: #D7DFFA -10px 10px 0px 0px;
    width: 500px;
    height: 300px;
    margin-top: -70px;
}

.our-portfolio .generation-website img {
    border-radius: 20px;
    box-shadow: #D7DFFA -10px -10px 0px 0px;
    width: 800px;
    height: 354px;
}

.our-portfolio .real-estate p {
    width: 80%;
}

.our-portfolio .best-doctor p {
    width: 85%;
}

.our-portfolio .fashion-clothing p {
    padding-bottom: 24px;
    width: 90%;
}

.our-portfolio .generation-website p {
    padding-bottom: 24px;
    width: 85%;
}

.our-portfolio .generation-website {
    padding-top: 30px;
}

/*Our-Core-Value*/

.our-core-value {
    padding: 100px 0px;
}

.our-core-value .accordion-button::after, .our-core-value .accordion-button:not(.collapsed)::after {
    display: none;
}

.our-core-value .text-center p {
    width: 70%;
    margin: auto;
    padding-bottom: 30px;
}

.our-core-value .accordion-header {
    padding: 20px 50px;
    width: 100%;
    text-align: left;
    border: none;
}

.our-core-value .accordion-header:hover {
 	background-color: #F3F8FF;
    color: white;
    outline: none;   
}

.our-core-value .accordion-body {
    padding: 20px 50px;
}

.our-core-value .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.our-core-value .accordion-collapse.collapse.show {
    background-color: #F8F9FF;
}

.our-core-value .accordion-item p {
    padding-top: 15px;
    color: #424242;
    font-weight: 400;
}

.our-core-value .accordion-item h4 {
    font-weight: 500;
}

.our-core-value .accordion-item b {
    color: #424242;
    font-weight: 500;
}

.our-core-value .accordion {
    border: 2px solid #F6F6F6;
}



/********************** Blog Page Start **********************/

.blog-banner {
    background-image: url(./images/blog-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 15px;
}

.blog-banner h1 {
    color: #fff;
    width: 80%;
    margin: auto;
    padding: 8px 0px 15px 0px;
}

.blog-banner p {
    color: #fff;
    margin: auto;
    width: 75%;
    padding-bottom: 25px;
}

/*Blog-Sec*/

.blog-sec {
    padding: 100px 15px 40px;
}

.blog-page {
    margin-top: -50px !important;
    border-radius: 50px !important;
    background-color: white;
}

.blog-sec .tab button {
    border: none;
    border-radius: 0px;
    outline: none;
    cursor: pointer;
    padding: 0px 0px 5px 0px;
    font-size: 20px;
    color: #424242;
    background-color: transparent;
    border-bottom: 2px solid white;
}

.blog-sec .tab button.active {
    border-bottom: 2px solid #2779FF;
}

.blog-sec .tabcontent {
      display: none;
}

.blog-sec .custom-blog h4 {
    font-size: 28px;
    color: #333E48;
    font-weight: 700;
    padding-bottom: 12px;
}

.blog-sec .custom-blog .blog-content {
    padding: 25px 15px 15px 15px;
}

.blog-sec .custom-blog .blog-card button {
    position: absolute;
    bottom: 105px;
    left: 20px;
}

.blog-sec .custom-blog .blog-card span.date-badge {
    bottom: 140px;
} 

.blog-sec .blog-post {
    margin-top: 40px;
}

.blog .blog-post:first-child {
    margin-top: 0px;
}

.blog-sec .all-blog-post img {
    border-radius: 12px;
}

.blog-sec .all-blog-post .blog-card-content {
    padding-left: 16px;
}

.blog-sec .all-blog-post .blog-card-content p {
    color: #868686;
    font-weight: 400;
    padding: 4px 0px 8px 0px;
}

.blog-sec .all-blog-post .blog-card-content a {
    font-size: 18px !important;
    font-weight: 600;
    background: linear-gradient(90deg, #316CF5 0%, #3796FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pages-show {
    padding: 0px 15px 80px;
}

.pages-show .container {
    border: 1px solid #E0E0E0;
    padding: 15px 26px 15px 26px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 10px 0px;
}

.pages-show h5 {
    font-size: 16px;
    color: #333E48;
}

.pages-show .numbers-of-pages .page.active a {
    color: white !important;
}

.pages-show .numbers-of-pages .page a {
    color: #212121 !important;
    font-size: 16px !important;
}

.pages-show .numbers-of-pages .page.active a {
    background: linear-gradient(90deg, #316CF5 0%, #7B62FF 100%) !important;
    transition: all 0.3s;
}

.pages-show .numbers-of-pages .page a:hover {
    background: linear-gradient(90deg, #316CF5 0%, #7B62FF 100%);
    color: white !important;
    transition: all 0.3s;
}

.pages-show .numbers-of-pages .page a {
    background-color: #EFEFF7;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

/********************** Blog-Details Page Start **********************/

.blog-details-banner {
    background-color: #EFEFF7;
    padding: 35px 0px;
}

.blog-details-banner h2 {
    color: #333E48;
}

.blog-details-banner .details-box .d-flex {
    gap: 15px;
    padding-top: 15px;
}

.blog-details-banner .details-box ul li a {
    font-size: 18px !important;
    line-height: 24px !important;
}

.blog-details-banner .details-box ul li a.active {
    background: linear-gradient(90deg, #316CF5 0%, #3796FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

/*Blog-Details*/

.blog-details {
    padding: 40px 0px 40px 0px !important;
}

.blog-details .blog-details-content img {
    width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.blog-details .categories-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-details .categories-list svg {
    margin-right: 10px;
}

.blog-details .side-bar {
    padding-top: 10px;
    padding-left: 30px;
}
  
.blog-details .blog-details .row h5 {
    padding-bottom: 30px;
    font-weight: 600;
    color: #1E1E1E;
}



/********************** Contact-Us Page Start **********************/

.contact-banner {
    background-image: url(./images/contact-us-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 15px;
}

.contact-banner h1 {
    color: #fff;
    width: 80%;
    margin: auto;
    padding: 8px 0px 15px 0px;
}

.contact-banner p {
    color: #fff;
    margin: auto;
    width: 85%;
    padding-bottom: 25px;
}

/*contact-hero-sec*/

.contact-hero-sec {
    padding: 100px 15px;
    margin-top: -50px;
    border-radius: 50px;
    background-color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.contact-hero-sec form button {
    background-color: #2779FF !important;
    padding: 10px 20px !important;
    color: white !important;
    border-radius: 50px !important;
    border: none ;
    border: 4px double rgba(255, 255, 255, 0.685) !important;
}

.contact-hero-sec .container {
    background-color: #F3F5FE;
    border-top: 1px solid #F3F5FE;
    border-radius: 30px;
    padding: 40px 40px 40px 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    height: 490px;
}

.contact-hero-sec .app-vision-content h2 {
    width: 85%;
}

.contact-hero-sec .app-vision-content p {
    color: #424242;
    padding: 12px 0px 16px 0px;
    width: 85%;
}

.contact-hero-sec .contact-form h3 span {
    color: #4CBAFF;
}

.contact-hero-sec .contact-form input::placeholder,textarea::placeholder {
    color: white;
}

.contact-hero-sec .contact-form input,textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #7D7D7D;
    padding-bottom: 15px;
    outline: none;
    color: white;
    margin-top: 40px;
}

.contact-hero-sec .contact-form textarea {
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.contact-hero-sec .contact-form {
    background: linear-gradient(90deg, #000000 0%, #00064A 50%, #01437F 100%);
    padding: 40px 30px 40px 30px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    margin-top: -80px;
}


/*Contact-Details-Sec*/

.contact-details-sec {
    padding: 50px 15px 100px 15px;
}

.contact-details-sec .container {
    background-color: #F6F7F8;
    border-radius: 30px;
    padding: 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.contact-details-sec h2 {
    font-weight: 500 !important;
}

.contact-details-sec h2 span {
    font-weight: 700;
}

.contact-details-sec .contact-details-card {
    background-color: white;
    border: 1px solid rgba(66, 66, 66, 0.1);
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    display: inline-block;
}

.contact-details-sec .contact-details-card h5 {
    color: #212121;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
}

.contact-details-sec .contact-details-card a {
    font-weight: 500;
    color: #424242;
    font-size: 14px !important;
    line-height: 24px;
}


/********************** ThankYou Page Start **********************/

.thankyou-banner {
    background-image: url(./images/about-us-banner.png);
}

.thankyou-sec {
    margin-top: -50px;
    background-color: white;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.thankyou-sec .container {
    margin-top: -150px;
}


/******* Popup ********/

.pop-sec {
    padding: 0px !important;
    margin: 0px !important;
    background-color: transparent;
}

.pop-sec .container {
    background-color: transparent;
    border-top: none;
    border-radius: 0px;
    padding: 0px !important;
    height: auto;
}

.pop-sec .contact-form {
    margin-top: 0px !important;
    padding: 30px;
}

.pop-sec button {
    margin-left: 0px;
}

.contact-modal .modal-header .btn-close {
    left: 75% !important;
    top: 70px;
    background-color: white;
    opacity: 1;
    border-radius: 100px;
    font-size: 14px;
    position: absolute !important;
    z-index: 999;
    width: 15px;
    border: none;
}

.contact-modal .modal-header {
    border: 0px;
}

.contact-modal .modal-footer {
    border: 0;
}

.contact-modal .modal-content {
    background-color: transparent;
    border: 0px;
}

.modal.contact-modal.show {
    background-color: rgba(255, 255, 255, 0.048) !important;
}

/********************** Web-Devloper Service Page Start **********************/

.web-devloper {
    background-image: url(./images/web-devloper-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.web-devloper h1 {
    color: #fff;
    width: 70%;
    margin: auto;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
}

.web-devloper p {
    color: #fff;
    margin: auto;
    width: 82%;
    padding-bottom: 25px;
}

/*web-devloper-hero-sec*/

.web-devloper-hero-sec {
    padding: 100px 15px;
    overflow: hidden;
}

.web-devloper-hero-sec .slider {
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0px -2px 10px 0px rgba(215, 223, 250, 0.60) inset;
    padding: 30px 20px;
    margin-top: 25px;
}

/*Web-Devloper-Service-Sec*/ 

.web-devloper-service-sec {
    padding: 0px 15px 100px 15px;
    overflow: hidden;
}

.web-devloper-service-sec img {
    margin-top: 0px;
}

/*web-site-devlopment-services*/

.web-site-devlopment-services {
    background: linear-gradient(151deg, #F2F5FF 17.97%, rgba(239, 239, 239, 0.20) 61.06%);
    padding: 50px 5px;
    overflow: hidden;
}

.web-site-devlopment-services h2 {
    width: 70%;
    margin: auto;
}

.web-site-devlopment-services .text-center p {
    width: 72%;
    margin: auto;
}

.web-site-devlopment-services .service-content p {
    padding-top: 14px;
    width: 90%;
}

/*Realize-Business*/

.realize-business {
    padding: 100px 5px;
}

.realize-business h2 {
    width: 85%;
    margin: auto;
}

.realize-business p {
    width: 80%;
    margin: auto;
}

.realize-business ul li {
    padding: 7px 17px 7px 7px;
    border: 1px solid #F3F3F3;
    border-radius: 35px;
    box-shadow: 0px 2px 20px 1px rgba(51, 77, 114, 0.10);
    width: fit-content;
    transition: all 0.3s;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    color: #1E303F;
}

.realize-business ul li:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*digital-partner*/

.digital-partner {
    background-image: url(./images/digital-partner-bg-img.png);
    background-position: center;
    background-size: cover;
    padding: 65px 5px;
    margin-bottom: 100px;
}

.digital-partner h2 {
    font-weight: 400;
    text-transform: capitalize;
    width: 90%;
}

.digital-partner .counter {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: white;
    margin-top: 30px;
}

.digital-partner h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    text-transform: capitalize;
    color: #E2E2E2;
}


/********************** PHP-Devloper Service Page Start **********************/

.php-devloper {
    background-image: url(./images/php-devlopment-bg-img.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.php-devloper h1 {
    color: #fff;
    width: 60%;
    margin: auto;
    padding: 8px 0px 15px 0px;
}

.php-devloper p {
    color: #fff;
    margin: auto;
    width: 78%;
    padding-bottom: 25px;
}

/*php-devloper-hero-sec*/

.php-devloper-hero-sec {
    background-color: white;
    margin-top: -50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.php-devloper-hero-sec .row {
    padding-top: 70px;
}

/*php-service*/

.php-service {
    background: linear-gradient(151deg, #F2F5FF 17.97%, rgba(239, 239, 239, 0.20) 61.06%);
    padding: 60px 5px;
}

.php-service .text-center p {
    width: 68%;
    margin: auto;
    font-weight: 500;
}

/****** New-Project-PHP-Sec ******/

.new-project-php-sec {
    background-image: url(./images/new-project-php-sec-bg-img.png);
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
    background-color: white;
    margin-top: 80px;
    box-shadow: 0px 4px 14px rgba(215, 223, 250, 0.40);
}

.new-project-php-sec h2 {
    font-weight: 500;
}

.new-project-php-sec h2 span {
    background: linear-gradient(90deg, #316CF5 0%, #3796FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new-project-php-sec .mail-information {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 20px;
}

.accordion-body {
    background-color: #F3F8FF;
    padding: 18px 24px;
}


/********************** NodeJs Service Page Start **********************/

.node-js-devloper {
    background-image: url(./images/node-js-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.node-js-devloper h1 {
    color: #fff;
    width: 60%;
    margin: auto;
    font-weight: 600;
    padding: 8px 0px 15px 0px;
}

.node-js-devloper p {
    color: #fff;
    margin: auto;
    width: 78%;
    padding-bottom: 25px;
}

 /********************** Laravel Service Page Start **********************/

 .laravel-devloper {
    background-image: url(./images/laravel-banner-img.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.laravel-devloper h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
}

.laravel-devloper p {
    color: #fff;
    margin: auto;
    width: 85%;
    padding-bottom: 25px;
}

/*Benefits-Laravel-Service*/

.benefits-laravel-service {
    padding-bottom: 100px;
}

.benefits-laravel-service .benefit-service-content {
    border-radius: 24px;
    background: linear-gradient(105deg, #E7ECFF 0%, rgba(239, 239, 239, 0.20) 100%);
    padding: 40px 30px 0px 120px;
    margin-left: -120px;
    height: 580px;
}

.benefits-laravel-service .benefit-service-content ul li p {
    width: 90%;
    color: #1E303F;
    font-weight: 500;
}

 /********************** Laravel Service Page Start **********************/

 .react-js-banner {
    background-image: url(./images/react-js-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.react-js-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
}

.react-js-banner p {
    color: #fff;
    margin: auto;
    width: 85%;
    padding-bottom: 25px;
}

/*Benefits-React-js-Service*/

.benefits-react-js-service {
    padding-bottom: 100px;
}

.benefits-react-js-service .benefit-service-content {
    border-radius: 24px;
    background: linear-gradient(105deg, #E7ECFF 0%, rgba(239, 239, 239, 0.20) 100%);
    padding: 40px 30px 0px 120px;
    margin-left: -120px;
    height: 650px;
}

.benefits-react-js-service .benefit-service-content ul li p {
    width: 90%;
    color: #1E303F;
    font-weight: 500;
}

 /********************** Wordpress-Development Service Page Start **********************/

 .wordpress-development-banner {
    background-image: url(./images/wordpress-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.wordpress-development-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
}

.wordpress-development-banner p {
    color: #fff;
    margin: auto;
    width: 85%;
    padding-bottom: 25px;
}

 /********************** Mobile-App Service Page Start **********************/

 .mobile-app-banner {
    background-image: url(./images/wordpress-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.mobile-app-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.mobile-app-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}

/*Mobile-App-Service*/

.mobile-app-service {
    margin-bottom: 100px;
}

.mobile-app-service ul li {
    width: 90%;
}

 /********************** Android-Development Service Page Start **********************/

.android-banner {
    background-image: url(./images/android-development-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.android-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.android-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}

.android-app-project {
    margin-top: 0px !important;
}


 /********************** Flutter-Development Service Page Start **********************/

.flutter-banner {
    background-image: url(./images/flutter-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.flutter-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.flutter-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}

/*Flutter-Services*/ 

.flutter-services {
    padding: 100px 5px 30px 5px !important;
}

.flutter-services .benefit-service-content {
    height: 530px;
}

 /********************** Flutter-Development Service Page Start **********************/

 .iso-app-banner {
    background-image: url(./images/iso-app-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.iso-app-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.iso-app-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}

 /********************** Flutter-Development Service Page Start **********************/

.digital-marketing-banner {
    background-image: url(./images/digital-marketing-banner-img.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.digital-marketing-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.digital-marketing-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}

/*digital-services*/

.digital-services .text-center p {
    width: 80% !important;
}

 /********************** Flutter-Development Service Page Start **********************/

 .nft-development-banner {
    background-image: url(./images/nft-development-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.nft-development-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.nft-development-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}

 /********************** UI/UX-Design-Services Service Page Start **********************/

 .ui-ux-design-services-banner {
    background-image: url(./images/ui-ux-design-services-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.ui-ux-design-services-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.ui-ux-design-services-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}

.ui-ux-design-service {
    margin-bottom: 80px;
}

 /********************** Blockchain-development Service Page Start **********************/

 .blockchain-development-banner {
    background-image: url(./images/blockchain-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.blockchain-development-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.blockchain-development-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}

 /********************** SaaS-development Service Page Start **********************/

 .saas-development-banner {
    background-image: url(./images/saas-development-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.saas-development-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.saas-development-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}

 /********************** DevOps-Solutions Service Page Start **********************/

 .devops-solutions-banner {
    background-image: url(./images/devops-solutions-banner.png);
    background-position: center;
    background-size: cover;
    height: 800px;
    padding: 0px 0px;
}

.devops-solutions-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    margin: auto;
    width: 65%;
}

.devops-solutions-banner p {
    color: #fff;
    margin: auto;
    width: 80%;
    padding-bottom: 25px;
}


/********************** Location-Service Page Start **********************/

.location-services-banner {
    background-color: transparent;
    background-image: url(./images/location-services-banner.png);
    background-size: cover;
    background-position: center;
    padding: 0px 0px;
    margin-top: 0px;
    border-radius: 0px;
    height: 800px;
}

.location-services-banner .container {
    background-color: transparent;
    border-top: 0px;
    border-radius: 0px;
    padding: 0px;
    height: auto;
}

.location-services-banner .contact-form {
    background: linear-gradient(90deg, #000000 0%, #00064A 50%, #01437F 100%);
    padding: 40px 30px 40px 30px;
    border-radius: 40px;
    margin-top: 0px;
}

.location-services-banner h1 {
    color: #fff;
    padding: 8px 0px 15px 0px;
    font-weight: 600;
    width: 75%;
}

.location-services-banner p {
    color: #fff;
    width: 80%;
    padding-bottom: 25px;
}

/*global-technology-partner-sec*/

.global-technology-partner-sec {
    margin-top: -50px;
    background-color: white;
    border-radius: 50px;
    padding: 100px 0px;
}

.global-technology-partner-sec .row {
    background-image: url(./images/global-technology-partner-banner.png);
    background-position: center;
    background-size: cover;
    padding: 30px 40px 30px 70px;
}

header.mobile-device-header .web-devloper-list {
    padding: 5px 15px !important;
    min-width: 20rem !important;
}

.new-project h2 {
    width: 70%;
}

.ui-ux-design-service .text-center p {
    width: 90% !important;
}

/************ Keyframes Animation ************/

img.vert-move {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

img.vert-move {
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
    100% { transform: translateY(-25px); -webkit-transform: translateY(-25px); -moz-transform: translateY(-25px); -ms-transform: translateY(-25px); -o-transform: translateY(-25px); }
}

@keyframes mover {
    0% { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }
    100% { transform: translateY(-25px); -webkit-transform: translateY(-25px); -moz-transform: translateY(-25px); -ms-transform: translateY(-25px); -o-transform: translateY(-25px); }
}

/************* Media Query ***************/

@media (max-width: 1400px) {

    header .mega-menu.contact-details a  {
        font-size: 14px !important;
    }

    .mega_menu .mega-menu.contact-details ul {
        gap: 10px;
    }

    .hero-section h1 {
        width: 100%;
        margin: auto;
    }

    .hero-section p {
        width: 100%;
        margin: auto;
    }

    .our-process {
        padding: 0px 5px 50px 5px;
    }

    /********************** About-Us Page Start **********************/

    .about-banner {
        height: 600px;
    }

    .about-banner h1 {
        color: #fff;
        width: 100%;
        margin: auto;
        padding: 8px 0px 15px 0px;
    }

    .about-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 15px;
    }

    /*development-company*/

    .development-company {
        padding: 50px 15px;
    }

    .development-company h3 {
        width: 100%;
        margin: auto;
    }

    /*Into-Action*/

    .into-action .text-center p {
        width: 100%;
    }

    .into-action .what-set-content {
        margin-top: -30px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .into-action .what-set-content {
        padding: 20px;
    }

    /*Great-Decision*/

    .great-decision {
        padding: 50px 15px;
    }

    /*New-Project-Start*/

    .new-project-start {
        padding: 40px 0px;
        box-shadow: #DEE5F6 0px 4px 14px 0px;
        margin-bottom: 50px;
    }

    .new-project-start h2 {
        width: 100%;
    }

    .what-sets-us h3 {
        width: 100%;
    }
    
    .what-sets-us p.custom-width {
        width: 100%;
    }

    /*our-portfolio*/

    .our-portfolio {
        padding: 50px 15px;
        background: linear-gradient(0deg, #F2F5FF 100%, #EFEFEF 20%);
    }

    .our-portfolio img {
        width: 100% !important;
        height: auto !important;
    }

    .our-portfolio .fashion-clothing img {
        margin-top: 0px;
    }

    .our-portfolio .generation-website img {
        margin-top: 30px;
    }

    .our-portfolio .portfolio-content h2 {
        width: 100%;
    }

    .our-portfolio .portfolio-content p {
        width: 100%;
    }

    .our-portfolio .generation-website {
        padding-top: 0px;
    }

    /*Our-Core-Value*/

    .our-core-value {
        padding: 50px 15px;
    }

    .our-core-value .text-center p {
        width: 100%;
        margin: auto;
        padding-bottom: 30px;
    }

    .our-core-value .accordion-header {
        padding: 20px;
    }

    .our-core-value .accordion-body {
        padding: 20px;
    }

    .our-core-value .accordion-item h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonial .text-center p {
        width: 100%;
    }

    .blog .text-center p {
        width: 100%;
        margin: auto;
    }

    /*******************************  Blog Page Start *************************************/

    .blog-banner {
        height: 600px;
    }

    .blog-banner h1 {
        width: 100%;
    }

    .blog-banner p {
        width: 100%;
    }

    /*Blog-Sec*/

    .blog-sec .tab button {
        font-size: 18px;
    }

    .blog-sec {
        padding: 50px 15px;
    }

    .blog-details .side-bar {
        padding: 20px 0px 0px 15px;
    }

    .blog-sec .blog-post {
        margin-top: 25px;
    }

    /*******************************  Contact-Us Page Start *************************************/

    .contact-banner {
        height: 600px;
    }

    .contact-banner h1 {
        width: 100%;
    }

    .contact-banner p {
        width: 100%;
    }

    /******* Popup ********/

    .popup-content {
        background-color: transparent;
        margin: auto;
        padding: 0px;
        border: none;
        width: 100%;
    }

    /********************** Web-Devloper Service Page Start **********************/

    /*web-devloper-hero-sec*/

    .web-devloper {
        height: 600px;
    }

    .web-devloper h1 {
        width: 100%;
    }

    .web-devloper p {
        width: 100%;
    }
    
    .web-devloper-hero-sec {
        padding: 50px 15px;
    }

    .web-devloper-service-sec {
        padding: 0px 5px 50px 0px;
    }

    .app-sec h2 {
        width: 100%;
    }
    
    .app-sec p {
        width: 100%;
    }
}

@media (min-width: 1201px) {

    header.mobile-device-header {
        display: none;
    }

    .responsive-view {
        display: none !important;
    }
    .our-process.desktop-view {
        display: block;
    }
}

@media (max-width:1200px) {

    .new-project h2 {
        width: 100%;
    }

    .ui-ux-design-service .text-center p {
        width: 100% !important;
    }

    header.desktop-header {
        display: none;
    }

    header.mobile-device-header {
        display: block;
    }

    header.mobile-device-header .offcanvas-body ul li a {
        font-size: 18px !important;
    }

    header.mobile-device-header .navigation-bar-button i {
        font-size: 24px;
        color: #1573fd;
    }

    .modal-dialog {
        max-width: 100%;
    }

    .menu-menu-blog {
        display: none;
    }

    header nav ul {
        gap: 10px;
        padding-top: 20px;
    }

    header button {
        margin-left: 0px;
    }

    .app-review-banner .app-reviews {
        gap: 20px;
    }

    .services .accordion_images {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .services .accordion_images img {
        width: 400px;
    }

    /* what-sets-us */

    .what-sets-us .card-coumn {
        margin-top: 20px;
    }

    /*Our-Experts*/

    .our-experts #custom-style-title {
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
    }

    .our-experts p {
        font-size: 14px;
        line-height: 24px;
    }

    /*Our Process*/

    .our-process.desktop-view {
        display: none;
    }

    .our-process.responsive-view {
        display: block;
    }

    .our-process.responsive-view img {
        width: 100%;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }

    .our-process.responsive-view .row p {
        padding-top: 10px;
    }

    .our-process .process-box {
        margin-top: 30px;
    }

    /*Blog*/

    .blog .blog-content h5 {
        width: 100% !important;
    }

    .blog .blog-content p {
        width: 100% !important;
    }

    .accordion_content .accordion_image {
        display: none;
    }

    /*Footer*/
    footer .footer-cotent {
        justify-content: center !important;
    }

    footer .footer-bottom-bar .d-flex.main-box {
        flex-direction: column;
    }

    footer .social-icon .d-flex {
        justify-content: center !important;
        padding-top: 20px;
    } 

    .our-experts .main-box {
        padding: 10px;
    }

    /*******************************  Blog Page Start *************************************/

    .blog-sec .blog-content p {
        width: 100%;
    }

    .blog-sec .blog-card button {
        bottom: 125px;
        left: 20px;
    }

    .blog-sec .blog-card span.date-badge {
        right: 10px;
        bottom: 160px;
    }

    .blog-sec .custom-blog .blog-card button {
        bottom: 80px;
        left: 20px;
    }

    .blog-sec .custom-blog .blog-card span.date-badge {
        bottom: 115px;
    }

    /*******************************  Contact-Us Page Start *************************************/

    .contact-hero-sec {
        padding: 50px 15px;
    }

    .contact-hero-sec .container {
        height: auto;
    }

    .contact-hero-sec .contact-form {
        margin-top: 0px;
    }

    .contact-details-sec h2 {
        font-size: 34px;
        line-height: 34px;
    }

    .contact-hero-sec .app-vision-content h2 {
        width: 100%;
    }

    .contact-hero-sec .app-vision-content p {
        width: 100%;
    }

    .popup-content span.icon {
        color: white;
        font-size: 38px;
        position: absolute; /* Ensure this is set to absolute */
        top: 20px; /* Adjust the top position as needed */
        right: 240px; /* Adjust the right position as needed */
        cursor: pointer;
    }

    /*******************************  Web-Devlopment Service Page Start *************************************/


    /*Realize-Business*/

    .realize-business {
        padding: 50px 5px;
    }

    .realize-business h2 {
        width: 100%;
        margin: auto;
    }

    .realize-business p {
        width: 100%;
        margin: auto;
    }

    .realize-business img {
        width: 100%;
    }

    .realize-business ul li {
        padding: 7px 17px 7px 7px;
        border: 1px solid #F3F3F3;
        border-radius: 35px;
        box-shadow: rgba(51, 77, 114, 0.08) 0px 2px 10px 1px;
        width: fit-content;
        transition: all 0.3s;
        margin-bottom: 25px;
    }

    /*web-site-devlopment-services*/

    .web-site-devlopment-services {
        background: linear-gradient(90deg, #F2F5FF 100%, #EFEFEF 20%);
        padding: 50px 5px;
        overflow: hidden;
    }

    .web-site-devlopment-services h2 {
        width: 100%;
        margin: auto;
    }

    .web-site-devlopment-services .text-center p {
        width: 100%;
        margin: auto;
    }

    .web-site-devlopment-services .service-content p {
        padding-top: 14px;
        width: 100%;
    }

    /*Digital-Partner*/

    .digital-partner h2 {
        font-weight: 400;
        text-transform: capitalize;
        width: 100%;
    }

    .digital-partner {
        margin-bottom: 50px;
    }

    /********************** PHP-Devloper Service Page Start **********************/

    /*php-service*/

    .php-service {
        background: linear-gradient(151deg, #F2F5FF 17.97%, rgba(239, 239, 239, 0.20) 61.06%);
        padding: 60px 5px;
    }

    .php-devloper {
        height: 600px;
    }

    .php-devloper h1 {
        width: 100%;
    }

    .php-devloper p {
        width: 100%;
    }

    .php-service .text-center p {
        width: 100%;
        margin: auto;
        font-weight: 500;
    }

    /********************** NodeJs Service Page Start **********************/

    .node-js-devloper {
        background-image: url(./images/node-js-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .node-js-devloper h1 {
        color: #fff;
        width: 100%;
        margin: auto;
        padding: 8px 0px 15px 0px;
    }

    .node-js-devloper p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

     /********************** Laravel Service Page Start **********************/

     .laravel-devloper {
        background-image: url(./images/node-js-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .laravel-devloper h1 {
        color: #fff;
        width: 100%;
        margin: auto;
        padding: 8px 0px 15px 0px;
    }

    .laravel-devloper p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

    /*Benefits-Laravel-Service*/

    .benefits-laravel-service {
        padding-bottom: 50px;
    }

    .benefits-laravel-service .benefit-service-content {
        border-radius: 24px;
        background: linear-gradient(105deg, #E7ECFF 0%, rgba(239, 239, 239, 0.20) 100%);
        padding: 30px 30px 30px 15px;
        margin-left: 0px;
        margin-top: 30px;
        height: auto;
        position: relative;
        z-index: 999;
    }

    .benefits-laravel-service .benefit-service-content ul li {
        width: 100%;
        color: #1E303F;
        font-weight: 500;
    }

    .benefits-laravel-service .benefit-service-content svg {
        width: 45px;
        height: 45px;
    }

     /********************** Laravel Service Page Start **********************/

    .react-js-banner {
        background-image: url(./images/react-js-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .react-js-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
    }

    .react-js-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

    /*Benefits-React-js-Service*/

    .benefits-react-js-service {
        padding-bottom: 100px;
    }

    .benefits-react-js-service .benefit-service-content {
        border-radius: 24px;
        background: linear-gradient(105deg, #E7ECFF 0%, rgba(239, 239, 239, 0.20) 100%);
        padding: 40px 30px 30px 30px;
        margin-left: 0px;
        height: auto;
        margin-top: 30px;
    }

    .benefits-react-js-service .benefit-service-content ul li p {
        width: 90%;
        color: #1E303F;
        font-weight: 500;
    }

     /********************** Wordpress-Development Service Page Start **********************/

    .wordpress-development-banner {
        background-image: url(./images/wordpress-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .wordpress-development-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
    }

    .wordpress-development-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

     /********************** Mobile-App Service Page Start **********************/

    .mobile-app-banner {
        background-image: url(./images/wordpress-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .mobile-app-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .mobile-app-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

     /********************** Android-Development Service Page Start **********************/

    .android-banner {
        background-image: url(./images/android-development-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .android-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .android-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

     /********************** Flutter-Development Service Page Start **********************/

     .flutter-banner {
        background-image: url(./images/android-development-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .flutter-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .flutter-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

     /********************** ISO-APP-Development Service Page Start **********************/

     .iso-app-banner {
        background-image: url(./images/iso-app-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .iso-app-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .iso-app-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

     /********************** Flutter-Development Service Page Start **********************/

    .digital-marketing-banner {
        background-image: url(./images/digital-marketing-banner-img.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .digital-marketing-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .digital-marketing-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

    /*digital-services*/

    .digital-services .text-center p {
        width: 100% !important;
    }

     /********************** Flutter-Development Service Page Start **********************/

    .nft-development-banner {
        background-image: url(./images/nft-development-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .nft-development-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .nft-development-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

     /********************** UI/UX-Design-Services Service Page Start **********************/

    .ui-ux-design-services-banner {
        background-image: url(./images/ui-ux-design-services-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .ui-ux-design-services-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .ui-ux-design-services-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

    .ui-ux-design-service {
        margin-bottom: 50px;
    }

     /********************** Blockchain-development Service Page Start **********************/

    .blockchain-development-banner {
        background-image: url(./images/blockchain-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .blockchain-development-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .blockchain-development-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

      /********************** SaaS-development Service Page Start **********************/

      .saas-development-banner {
        background-image: url(./images/saas-development-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .saas-development-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .saas-development-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

     /********************** DevOps-Solutions Service Page Start **********************/

    .devops-solutions-banner {
        background-image: url(./images/devops-solutions-banner.png);
        background-position: center;
        background-size: cover;
        height: 600px;
        padding: 0px 0px;
    }

    .devops-solutions-banner h1 {
        color: #fff;
        padding: 8px 0px 15px 0px;
        font-weight: 600;
        margin: auto;
        width: 100%;
    }

    .devops-solutions-banner p {
        color: #fff;
        margin: auto;
        width: 100%;
        padding-bottom: 25px;
    }

}

@media(max-width:1100px) {
    .reviews-box {
        flex-direction: column;
    }

    .app-review-banner .app-reviews {
        justify-content: space-between !important;
    }

    .app-review-banner .review {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .our-process.responsive-view img {
        margin-bottom: 10px;
    }

    .flex-column-revers {
        flex-direction: column-reverse;
    }

    .our-process.responsive-view .row.process {
        gap: 0px;
    }

    .our-process .process-box {
        margin-top: 30px;
    }

    /*New-Project*/

    .new-project {
        padding: 40px 0px;
    }
    
    .new-project h2 {
        text-align: center;
    }
    
    .new-project .mail-information {
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    /********************** About-Us Page Start **********************/

    /*New-Project-Start*/

    .new-project-start h2 {
        text-align: center;
    }

    .new-project-start .mail-information {
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    /*our-portfolio*/

    .our-portfolio .row {
        gap: 30px;
    }

    .our-portfolio .generation-website img {
        margin-top: 0px;
    }

    .our-portfolio .real-estate p {
        width: 100%;
    }
    
    .our-portfolio .best-doctor p {
        width: 100%;
    }
    
    .our-portfolio .fashion-clothing p {
        padding-bottom: 24px;
        width: 100%;
    }
    
    .our-portfolio .generation-website p {
        padding-bottom: 24px;
        width: 100%;
    }

        /*******************************  Blog Page Start *************************************/

        .blog-sec .blog-content h5 {
            width: 100%;
        }

        .blog-sec .blog-content p {
            width: 100%;
        }
    
        .blog-sec .blog-card button {
            bottom: 145px;
            left: 20px;
        }
    
        .blog-sec .blog-card span.date-badge {
            right: 10px;
            bottom: 185px;
        }
    
        .blog-sec .custom-blog .blog-card button {
            bottom: 105px;
            left: 20px;
        }
    
        .blog-sec .custom-blog .blog-card span.date-badge {
            bottom: 140px;
        }

    /*******************************  Contact-Us Page Start *************************************/

    .contact-details-sec {
        padding: 0px 15px 50px 15px;
    }

    .contact-details-sec .row.main-row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .contact-details-sec .row.main-row h2 {
        padding-bottom: 20px;
    }

    .contact-hero-sec .contact-form {
        margin-top: 30px;
    }

    .popup-content span.icon {
        color: white;
        font-size: 38px;
        position: absolute;
        top: 10px;
        right: 20px;
        cursor: pointer;
        z-index: 999;
    }

    .contact-modal .modal-header .btn-close {
        right: 50px;
    }

    /*******************************  Web-Devlopment Service Page Start *************************************/

    .realize-list-group {
        justify-content: center !important;
    }

    .realize-service-list.mobile-device {
        display: block;
    }

    .realize-service-list.mobile-device .d-flex {
        gap: 20px;
    }

    .realize-service-list.mobile-device .realize-business ul li {
        width: 290px;
    }

    .realize-service-list.desktop-device {
        display: none;
    }

    .web-site-devlopment-services .service-img {
        margin-top: 30px;
    }

    .web-site-devlopment-services .row {
        margin-top: 0px !important;
    }

    .new-project-php-sec .mail-information {
        justify-content: center;
        align-items: center;
    }

    .new-project-php-sec h2 {
        text-align: center;
    }

    .new-project-php-sec {
        padding: 40px 0px;
        margin-top: 40px;
    }

    .flutter-realize-business .realize-service-list.mobile-device ul li {
        padding: 7px 17px !important;
    }

    .our-experts.responsive-device {
        display: block;
    }

    .our-experts.desktop-device {
        display: none;
    }
}

@media (min-width: 992px) {

    .our-experts.responsive-device {
        display: none;
    }

    /*******************************  Web-Devlopment Service Page Start *************************************/

    .realize-service-list.mobile-device {
        display: none;
    }

    .realize-service-list.desktop-device {
        display: block;
    }
}

@media(max-width: 990px) {

    h1 {
        font-size: 38px;
        line-height: 48px;
    }

    h5 {
        font-size: 18px;
    }

    ul,li {
        font-size: 14px;
        line-height: 24px;
    }

    .company-details .d-flex {
        gap: 40px !important;
    }

    /*Services*/

    .services {
        padding: 80px 0px;
    }

    /*Our-Experts*/
    .our-experts .main-box {
        padding: 20px 10px;
    }

    /*Blog*/

    .blog .blog-card {
        margin-top: 20px;
    }

    .blog .row {
        margin-top: 0px !important;
    }

    /* App-Section */

    .app-sec img {
        margin-top: 30px;
    }

    .app-sec button {
        margin-bottom: 20px;
    }

    /*FAQ's*/

    .faq-sec {
        padding: 60px 0px;
    }

    .faq-sec .accordion-button {
        font-size: 16px;
        line-height: 26px;
    }

    .our-core-value .accordion-body img {
        width: 100%;
    }

}

@media(max-width: 767px) {

    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    h3 {
        font-size: 26px;
        line-height: 36px;
    }
    
    .hero-section {
        padding-top: 120px;
        height: 600px;
    }

    .company-details {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .company-details .d-flex {
        gap: 25px !important;
    }

    /*App-Review-Banner*/
    .app-review-banner .app-reviews {
        padding: 30px 20px;
    }

    .app-review-banner .app-reviews {
        margin-top: 0px;
    }

    .app-review-banner {
        margin-top: -140px;
    }

     /*Services*/

     .services {
        padding: 50px 0px;
    }

    .services .accordion-list {
        margin-top: 20px !important;
    }

    /* what-sets-us */

    .what-sets-us {
        padding: 50px 0px;
    }

    .what-sets-us .scalability-card-item,.protects-card-item{
        padding: 20px;
    }

    .what-sets-us .top-spacing {
        margin-top: 20px;
    }

    .our-technology {
        padding: 70px 0px;
    }

    /*Our-Experts*/
    .our-experts #custom-style-title {
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
    }

    /*Testimonial*/

    .testimonial {
        padding: 60px 0px;
    }

    .testimonial .slider-review .bg-img {
        width: 80%;
    }

    /*Blog*/

    .blog {
        padding: 60px 0px 40px;
    }

    .blog .blog-content h5 {
        width: 550px;
        white-space: normal !important;
    }

    .blog .blog-content p {
        width: 550px;
        white-space: normal !important;
    }

    .blog .blog-card button {
        bottom: 145px;
    }

    .blog .blog-card span.date-badge {
        bottom: 180px;
    }

    /* App-Section */
    .app-sec {
        padding: 0px 0px 60px 0px;
    }


    /*Footer*/
    .footer-bottom-bar .footer-cotent {
        flex-direction: column;
        align-items: center;
        gap: 10px !important;
    }

    footer ul.footer-list {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    footer ul.footer-list li {
        margin-top: 0px !important;
    }

    /******************  About Us Page ******************/

    /*development-company*/

    .development-company {
        padding: 50px 15px;
        margin-top: -50px;
    }

    .development-company .row {
        gap: 15px;
    }

     /*******************************  Blog Page Start *************************************/

     .blog-sec .blog-content h5 {
        width: 100%;
    }

    .blog-sec .blog-content p {
        width: 100%;
    }

    .blog-sec .blog-card button {
        bottom: 145px;
        left: 20px;
    }

    .blog-sec .tab button {
        font-size: 14px;
    }

    .blog-sec .tab.d-flex {
        gap: 10px;
        flex-direction: column !important;
    }

    .blog .custom-blog .blog-card span.date-badge {
        bottom: 190px;
        position: unset;
    }

    .blog .custom-blog .blog-card button {
        bottom: 160px;
        left: 20px;
        position: unset;
    }

    .blog .blog-content {
        padding: 25px 15px;
    }

    .blog .blog-card button {
        bottom: 140px;
        position: unset;
        margin-top: 10px;
    }

    .blog .blog-card span.date-badge {
        bottom: 175px;
        position: unset;
        margin-top: 10px;
    }

    .blog .blog-content h5 {
        font-size: 18px;
        line-height: 28px;
    }

    .blog-sec .blog-content h5 {
        width: 100% !important;
        white-space: normal !important;
    }

    .blog-sec .blog-content p {
        width: 100% !important;
    }

    .blog-details .blog-details-content img {
        margin: 15px 0px;
    }

     /********************** PHP-Devloper Service Page Start **********************/

    /*php-service*/

    .php-service {
        background: linear-gradient(151deg, #F2F5FF 17.97%, rgba(239, 239, 239, 0.20) 61.06%);
        padding: 60px 5px;
    }

    .php-service .row {
        flex-direction: column;
    }

    .php-services-content {
        padding-top: 15px;
    }

    .php-service .text-center p {
        width: 100%;
        margin: auto;
        font-weight: 500;
    }

    /********************** Mobile-App Service Page Start **********************/

    /*Mobile-App-Service*/

    .mobile-app-service {
        margin-bottom: 50px;
    }

    .mobile-app-service svg {
        width: 35px;
        height: 35px;
    }

    .custom-experts-column {
        margin-top: 30px;
    }
}

@media(min-width:576px) {

    .review-box-hide-two {
        display: none !important;
    }

    .contact-details-sec .contact-details-card {
        display: block;
        margin-top: 20px;
    }

    .contact-details-sec .row {
        justify-content: center;
    }
}

@media(max-width:575px) {
    h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h2 {
        font-size: 28px;
        line-height: 38px;
    }

    h5 {
        font-size: 16px;
    }

    .app-review-banner .app-reviews {
        background-color: #fff;
        padding: 20px;
        margin-top: 0px;
        margin: 0px 15px;
        border-radius: 20px 20px 20px 20px;
        position: relative;
        -webkit-border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -ms-border-radius: 20px 20px 20px 20px;
        -o-border-radius: 20px 20px 20px 20px;
    }

    .app-review-banner {
        padding: 0px 15px;
    }

    .services .accordion_images img {
        width: 245px;
    }

    .review-box-hide-one {
        display: none !important;
    }

    .review-box-hide-two {
        display: block !important;
    }

    .our-technology {
        padding: 50px 0px;
    }

    .our-technology .slider {
        padding: 20px 10px;
    }

    .tab__bar .tab__menu .tab__btn {
        font-size: 16px;
    }

    /*Blog*/
    
    .blog .blog-content h5 {
        width: 320px;
        white-space: normal !important;
    }
    
    .blog .blog-content p {
        width: 460px;
        white-space: normal !important;
    }
    
    .blog .blog-card button {
        bottom: 160px;
    }
    
    .blog .blog-card span.date-badge {
        bottom: 200px;
    }

    .company-details .d-flex {
        flex-direction: column;
    }

    footer h5 {
        font-size: 18px;
    }

    .footer-bottom-page-list {
        flex-direction: column;
        gap: 10px !important;
        text-align: center;
    }

    .testimonial .slider-review .bg-img {
        width: 70%;
    }

    /******************  About Us Page ******************/

    /*development-company*/

    .development-company {
        padding: 50px 15px;
        margin-top: 0px;
    }

    .development-company .row {
        gap: 15px;
    }

    /*Great-Decision*/

    .great-decision .decision-card {
        margin-top: 25px;
        height: 180px;
    }

    .blog-sec .custom-blog h4 {
        font-size: 20px;
        line-height: 30px;
        color: #333E48;
        font-weight: 700;
    }

    .blog-page {
        margin-top: 0px !important;
    }

    .pages-show {
        padding: 0px 15px 60px;
    }
    
    .pages-show .main-div {
        flex-direction: column;
        gap: 20px;
    }
    
    /*******************************  Contact-Us Page Start *************************************/

    .contact-hero-sec {
        margin-top: 0px !important;
    }

    .contact-details-sec .contact-details-card {
        display: block;
    }

    .contact-details-sec .contact-details-card {
        display: block;
        margin-top: 20px;
    }

    .contact-hero-sec .container {
        padding: 30px 20px;
    }

    .contact-hero-sec .contact-form {
        padding: 30px 20px;
    }

    .contact-details-sec h2 {
        font-size: 30px;
        line-height: 40px;
    }

    /********************** ThankYou Page Start **********************/

    .thankyou-sec {
        margin-top: 0px;
        background-color: white;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

    .thankyou-sec {
        padding: 50px 15px;
    }
    
    .thankyou-sec .container {
        margin-top: 0px;
    }

    .realize-service-list.mobile-device .d-flex {
        flex-direction: column;
        gap: 0px;
        margin-top: 30px;
    }

    .php-devloper-hero-sec .row {
        padding-top: 0px;
    }

    .php-devloper-hero-sec {
        margin-top: 0px;
    }

    .benefits-laravel-service .benefit-service-content {
        padding: 30px 15px 30px 15px;
    }

    .benefits-react-js-service .benefit-service-content {
        padding: 30px 15px 30px 15px;
    }
    
    .mobile-app-service ul li {
        width: 100%;
    }

    .about-banner {
        padding-top: 80px;
    }

    .blog-banner {
        padding-top: 80px;
    }

    .contact-banner {
        padding-top: 80px;
    }

    .web-devloper, .react-js-banner, .node-js-devloper, .php-devloper, .laravel-devloper, .wordpress-development-banner {
        padding-top: 80px;
    }

    .mobile-app-banner, .flutter-banner, .android-banner, .iso-app-banner {
        padding-top: 80px;
    }

    .digital-marketing-banner, .nft-development-banner, .ui-ux-design-services-banner, .blockchain-development-banner, .saas-development-banner, .devops-solutions-banner {
        padding-top: 80px;
    }
}

@media(max-width:500px) {
    .app-review-banner {
        margin-top: -50px;
    }

    /*Blog*/

    .blog .blog-content p {
        width: 360px;
        white-space: normal !important;
    }

    .blog .blog-card button {
        bottom: 190px;
    }
    
    .blog .blog-card span.date-badge {
        bottom: 220px;
    }

    /*Digital-Partner*/

    .digital-partner .counter {
        font-size: 34px;
    }

    .digital-partner h5 {
        font-size: 16px;
    }

    .testimonial .slider-review .bg-img {
        width: 80%;
    }

}

@media(max-width: 400px) {
    
    .app-review-banner {
        padding: 0px 15px;
        margin-top: -40px;
    }

    .testimonial .slider-review .bg-img {
        width: 95%;
    }
}

/********************* Mega-Menu-Responsive **********************/

.modal-backdrop {
    z-index: 99;
}

#custom-dropdown nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

#custom-dropdown nav ul li {
    display: inline-block;
    position: relative;
}

#custom-dropdown nav a {
    display: block;
    text-decoration: none;
}

#custom-dropdown nav ul ul li a {
    padding: 8px 0px 8px 8px;
    border-radius: 5px;
}

#custom-dropdown nav ul ul li a:hover { 
	background-color: #2779FF;
    color: white !important; 
    padding: 8px 0px 8px 8px;
    border-radius: 5px;
}

#custom-dropdown nav ul ul {
    display: none;
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: #E7ECFF;
    padding: 10px;
    border-radius: 8px;
    z-index: 999;
}

#custom-dropdown nav ul li:hover > ul {
    display: block;
}

#custom-dropdown nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

#custom-dropdown nav ul ul ul {
    top: 0; 
    left: 100%;
    padding-bottom: 8px;
    border-radius: 8px;
}

#custom-dropdown li > a:after { 
    content: ' +'; 
}

#custom-dropdown li > a:only-child:after { 
    content: ''; 
}

#custom-dropdown nav ul ul li a {
    font-size: 14px !important;
}

/******************************************** All Css Is Over **********************************************************/