*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}
@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: url("fonts/Poppins-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}
body {
    background: #fff;
    font-size: 16px;
    font-family: Poppins, sans-serif !important;
    font-style: normal;
    line-height: 2.15em;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    transition: all 0s ease-in-out;
}
a:hover {
    color: #feb801;
}
.main-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 24px 13px 24px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
.btn-orange {
    background-color: #feb801;
}
.btn-green {
    background-color: #00dd9a;
}
.bg-yellow {
    background-color: #feb801;
}
.bg-green {
    background-color: #00dd9a;
}

.bg-gradient {
    background: linear-gradient(114deg, #ececec 0%, #fdfdfd 100%);
    border-radius: 15px;
}
.bg-gradient:hover {
    background: linear-gradient(114deg, #000 0%, #666 100%);
}
.bg-gradient:hover img {
    filter: invert(1);
}
.page-template-technologies-template .bg-gradient:hover img {
    filter: unset;
}
.btn-orange:hover {
    background-color: #000;
    color: #fff !important;
}
.btn-green:hover {
    background-color: #000;
    color: #fff !important;
}
.btn-black {
    background-color: #000;
    color: #fff;
}
.btn-black:hover {
    background-color: #feb801;
    color: #000;
}
.n-link,.n-link:visited{
  color:#000;
}
.n-link:hover{
  color:#FEB801;
}
.heading {
    color: #000;
    font-size: 26px;
    line-height: 1.35em;
    font-weight: 700;
    margin-bottom: 10px;
}
input,
select,
button,
textarea {
    font-family: Poppins, sans-serif !important;
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/* header part start from here */

.header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    z-index: 10;
    top: 0;
    transition: unset;
}
.darkHeader {
    background-color: #fff;
    box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.15);
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
}
.logo {
    line-height: 1em;
    padding-left: 230px;
    height: 50px;
    background-image: url(../images/iweb-white-logo.svg);
    background-size: 228px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-flex;
    align-items: center;
}
.darkHeader .logo,
.page-template-expertise-inner-template .logo, .page-template-healthcare-mobile-app-development-template .logo,
.page-template-healthcare-software-development-template .logo , .page-template-fitness-app-development-template .logo,
.page-template-dating-app-development-template .logo, .page-template-sports-app-development-template .logo{
    background-image: url(../images/iweb-black-logo.svg);
}
.hamburger {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.hamburger span,
.hamburger span:after,
.hamburger span:before {
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.darkHeader .hamburger span, .darkHeader .hamburger span:after, .darkHeader .hamburger span:before,
.page-template-expertise-inner-template .hamburger span, .page-template-expertise-inner-template .hamburger span:after, .page-template-expertise-inner-template .hamburger span:before,
.page-template-healthcare-mobile-app-development-template .hamburger span, .page-template-healthcare-mobile-app-development-template .hamburger span:after, .page-template-healthcare-mobile-app-development-template .hamburger span:before,
.page-template-healthcare-software-development-template .hamburger span, .page-template-healthcare-software-development-template .hamburger span:after, .page-template-healthcare-software-development-template .hamburger span:before,
.page-template-fitness-app-development-template .hamburger span, .page-template-fitness-app-development-template .hamburger span:after, .page-template-fitness-app-development-template .hamburger span:before,
.page-template-dating-app-development-template .hamburger span, .page-template-dating-app-development-template .hamburger span:after, .page-template-dating-app-development-template .hamburger span:before,
.page-template-sports-app-development-template .hamburger span, .page-template-sports-app-development-template .hamburger span:after, .page-template-sports-app-development-template .hamburger span:before{
    background-color: #000;
}
.header-btn:hover,
.page-template-expertise-inner-template .darkHeader .header-btn:hover, .page-template-expertise-inner-template .header-btn:hover,
.page-template-healthcare-mobile-app-development-template .darkHeader .header-btn:hover, .page-template-healthcare-mobile-app-development-template .header-btn:hover,
.page-template-healthcare-software-development-template .darkHeader .header-btn:hover, .page-template-healthcare-software-development-template .header-btn:hover,
.page-template-fitness-app-development-template .darkHeader .header-btn:hover, .page-template-fitness-app-development-template .header-btn:hover,
.page-template-dating-app-development-template .darkHeader .header-btn:hover, .page-template-dating-app-development-template .header-btn:hover,
.page-template-sports-app-development-template .darkHeader .header-btn:hover, .page-template-sports-app-development-template .header-btn:hover{
    background-color: #fff;
    color: #000 !important;
}
.darkHeader .header-btn:hover {
    background-color: #000;
    color: #fff !important;
}
.hamburger span::before {
    content: "";
    top: -10px;
}
.hamburger span::after {
    content: "";
    top: 13px;
}
.hamburger.active span {
    transform: translate3d(0, 10px, 0) rotate(45deg);
    top: 10px;
}
.hamburger.active span:before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
    opacity: 0;
}
.hamburger.active span:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
    top: 20px;
}

#main-nav .menu {
    list-style: none;
    padding: 0;
}

nav .menu .menu-item a {
    color: #fff;
    padding: 20px 15px;
}
.darkHeader nav .menu .menu-item a,
.page-template-expertise-inner-template nav .menu .menu-item a, 
.page-template-healthcare-mobile-app-development-template nav .menu .menu-item a,
.page-template-healthcare-software-development-template nav .menu .menu-item a,
.page-template-fitness-app-development-template nav .menu .menu-item a,
.page-template-dating-app-development-template nav .menu .menu-item a,
.page-template-sports-app-development-template nav .menu .menu-item a{
    color: #000;
}
nav .menu .menu-item a:hover {
    color: #feb801;
}
.header-btn {
    display: none;
    line-height: 1.5em;
}
.darkheader .header-btn:hover {
    background-color: #000;
}

button.sub-menu-toggle {
    display: none;
}

.topbar {
    background-color: #000;
    display: none;
}
.topbar ul {
    width: 100%;
    justify-content: end;
    gap: 30px;
    padding: 6px 0;
    margin: 0;
}
.topbar ul li a {
    position: relative;
    font-size: 14px;
    color: #fff;
}
.topbar ul li a img {
    vertical-align: middle;
    height: 28px;
    width: auto;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .topbar {
        display: block;
    }
}

/* header part end here */

/* Banner part start here */
.banner-area {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner h1 {
    color: #fff;
    font-size: 40px;
    line-height: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
}
.banner p {
    color: #fff;
    font-size: 16px;
    line-height: 2.2em;
}
.banner .main-btn:hover {
    background-color: #fff;
    color: #000 !important;
}
.usp {
    row-gap: 20px;
}
.usp li {
    position: relative;
    color: #fff;
    padding-left: 50px;
    width: 100%;
}
.usp li::before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../images/ellipse.webp);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
/* Banner part end here */

/* Client part start from here */

.clients-area {
    margin-top: -35px;
}
.clients {
    background-color: #fff;
    padding: 25px 10px 25px 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px -30px 35px 0px rgba(0, 0, 0, 0.2);
}
.clients img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
/* Client part end here */

/* Services part start here */
.services {
    color: #fff;
}
.services-box figure,
.services-box > div {
    padding: 15px 20px;
    border-radius: 15px;
    border: 1px solid #feb801;
}
.services-box figure:hover,
.services-box > div:hover {
    background-color: #fff;
    border-color: #fff;
}
.services-box img,
.main-services img,
.main-services > figure > a,
.main-services > figure > a figcaption {
    transition: unset;
}
.main-services > figure > a span {
    font-weight: 600;
    color: #feb801;
    transition: unset;
}
.main-services > figure:hover > a span {
    color: #feb801;
}

.services-box figure:hover img,
.services-box > div:hover img,
.main-services > figure:hover > a .more > img {
    filter: invert(1);
}
.services-box figure h3,
.services-box > div h3,
.main-services figure figcaption h3,
.main-services > div h3,
.h3 {
    font-size: 22px;
    line-height: 34px;
    font-style: normal;
    font-weight: 600;
}
.h3 {
    color: #000;
    transition: unset;
}
.services-box figure h3,
.services-box > div h3,
.main-services > div a:hover .h3 {
    color: #feb801;
}
.services-box figure:hover p,
.services-box > div:hover p {
    color: #000;
}
.services-box figure figcaption a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #feb801;
    color: #000;
    border-radius: 50%;
}
.home .services .services-box figure {
    padding: 0;
    display: flex;
}
.home .services .services-box figure a {
    display: block;
    color: #fff;
}
.home .services .services-box figure figcaption svg {
    margin-top: 20px;
}
.services .main-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.main-services figure figcaption h3,
.main-services > div h3 {
    color: #000;
}

/* Services part end here */

/* Stories start here */

.inspiring-stories .stories figure {
    position: relative;
    overflow: hidden;
}
.inspiring-stories .stories figure img {
    width: 100% !important;
    height: auto !important;
    max-width: unset !important;
}
.inspiring-stories .stories figure:hover img {
    transform: scale(1.2);
}
.inspiring-stories .stories figure figcaption {
    position: absolute;
    bottom: 10px;
    padding: 25px 15px;
    color: #fff;
    text-align: left;
    margin: 0;
}
.inspiring-stories .stories figure figcaption h3 {
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
}
.inspiring-stories .stories figure figcaption .main-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.stories .slick-dots {
    text-align: center;
    margin-top: 30px;
}
.stories .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}
.stories .slick-dots li button {
    width: 25px;
    height: 7px;
    background-color: #d9d9d9 !important;
    border: none;
    outline: none;
    text-indent: -1000px;
    padding: 0;
    cursor: pointer;
}
.stories .slick-dots li.slick-active button {
    width: 35px;
    background-color: #000 !important;
}
/* Stories end here */

/* Counter start here */
.counter-states .btn-orange:hover{
    background: #fff !important; color: #000 !important
}


.states-no {
    color: #fff;
}
.counter-states ul {
    align-items: normal;
}
.counter-states ul li {
    width: 50%;
    padding: 5px;
}
.states-no > li > h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}
.states-no > li > span {
    font-size: 16px;
    line-height: 1.25em !important;
    display: block;
    font-weight: 300;
}

/* Counter end here */

/* Tools and Languages start here */

.tools-tab li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.tools-tab li:not(:last-child) {
    margin-right: 20px;
}
.tools-tab li a {
    color: #000;
    width: 120px;
    height: 52px;
    line-height: 24px;
    padding: 14px 34px;
    border-radius: 5px;
    border: 1px solid #000;
}
.tools-tab li:hover,
.tools-tab li.active {
    background: #000;
    color: #fff !important;
}
.tools-tab li:hover a,
.tools-tab li.active a {
    color: #fff;
}
.tools-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
/* .tools-list li{
    width: calc(16.03% - 8px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
} */
.tools-list li a {
    display: block;
    display: block;
    width: 100%;
    border-radius: 10px;
    background: #f5f5f5;
    position: relative;
    transition: 0.2s ease-in-out;
    padding: 15px;
    text-align: center;
}
.tools-list li a figure figcaption {
    color: #000;
    font-size: 1rem;
}
.tools-list li a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

/* Tools and Languages end here */

/* Video box start here */

.video-box {
    width: 100%;
    position: relative;
}
.video-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.video-box span,
.video-box a {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    line-height: 1.5em;
    background-color: #feb801;
    border-radius: 50%;
    cursor: pointer;
}
.video-box span:before,
.video-box a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 84px;
    height: 84px;
    background: rgba(254, 184, 1, 0.26);
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite;
}
.video-box span:after,
.video-box a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}
.testimonials-area {
    width: 100%;
}
.testimonials-clients h3 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 40px;
}
.testimonials-clients h3:before {
    content: "";
    background-image: url(../images/quotes.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials-clients span {
    font-size: 18px;
    font-weight: 600;
}
.testimonials-clients span > img {
    display: inline-block;
}
.testimonials-list .slick-arrow {
    position: absolute;
    bottom: -20px;
    width: 42px;
    height: 42px;
    background-color: #d6d6d6 !important;
    border: none;
    outline: none;
    overflow: hidden;
    text-indent: -1000px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}
.testimonials-list .slick-next {
    left: 54px;
}
.testimonials-list .slick-prev::before,
.testimonials-list .slick-next::before {
    content: "";
    width: 42px;
    height: 42px;
    z-index: 1;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials-list .slick-prev::before {
    background-image: url(../images/ArrowPrev.svg);
}
.testimonials-list .slick-next::before {
    background-image: url(../images/ArrowNext.svg);
}

.see-all {
    position: relative;
    float: right;
    margin-top: -30px;
    z-index: 1;
}
.see-all:hover {
    background: #feb801;
    color: #000;
}

.trustpilot-carousel .slick-track,
.upwork-carousel .slick-track {
    display: flex;
}
.trustpilot-carousel .slick-arrow,
.upwork-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 0px;
    left: 0;
    z-index: 1;
    outline: 0 !important;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trustpilot-carousel .slick-track .slick-slide,
.upwork-carousel .slick-track .slick-slide {
    margin: 0 15px;
    height: auto;
}
.trustpilot-carousel .slick-arrow.slick-next,
.upwork-carousel .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.trustpilot-carousel .slick-prev::before,
.trustpilot-carousel .slick-next::before,
.upwork-carousel .slick-prev::before,
.upwork-carousel .slick-next::before {
    content: "";
    width: 28px;
    height: 28px;
    z-index: 1;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
}
.trustpilot-carousel .slick-prev::before,
.upwork-carousel .slick-prev::before {
    background-image: url(../images/ArrowLeft-icon.webp);
}
.trustpilot-carousel .slick-next::before,
.upwork-carousel .slick-next::before {
    background-image: url(../images/ArrowRight-icon2.webp);
}

/* Video box end here */

/* Industries start here */
.industries {
    gap: 25px;
}
.industries > li {
    width: calc(50% - 13px);
}
.industries li a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    color: #000;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 15px;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.industries li a span {
    margin-top: 10px;
    transition: unset;
}
.industries li a:hover {
    background-color: #000;
    color: #fff !important;
}
.industries li a:hover img {
    filter: invert(1);
}

/* Industries end here */

/* Agency start here */

.agency-box {
    width: 100%;
}

/* Agency end here */

/* Our Insight start here */
.our-insight figure a img {
    width: 100% !important;
    height: auto !important;
    max-width: unset !important;
}

.our-insight figure figcaption p {
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif !important;
}
.our-insight figure figcaption h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5em;
    font-family: Poppins, sans-serif !important;
    margin-top: 15px;
}
.our-insight figure figcaption h3 a {
    color: #000;
}
.our-insight figure figcaption h3 a:hover {
    color: #feb801;
}
.our-insight figure figcaption .author {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #000;
}
.our-insight figure figcaption .author img {
    vertical-align: text-bottom;
}
.our-insight .main-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}
/* Our Insight end here */

/* FAQ section start here */

.faq > ul > li, .why-list > ul > li {
    padding: 15px 0px 15px 0;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
}

.faq > ul > li:last-child {
    border: 0;
}
.faq > ul > li > p:first-child:after , .why-list .question::after{
    content: url(../images/CaretDown.webp);
    position: absolute;
    right: 0;
    top: 20px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.faq > ul > li > p.open:first-child:after {
    transform: rotate(180deg);
    top: 10px;
}
.faq .question, .why-list .question {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 30px;
}
.faq .answer , .why-list .answer{
    margin: 0;
    color: #000;
    display: none;
    transition: unset;
}
.faq .answer p {
    margin-top: 15px;
    margin-bottom: 0 !important;
}
.faq .answer ul,
.faq .answer ol {
    padding-left: 17px;
}
.faq .answer ul li,
.faq .answer ol li {
    margin-top: 10px;
    line-height: 2.15em;
}
.faq .answer table,
.faq .answer th,
.faq .answer td {
    border: 1px solid #000;
    text-align: left;
}
.faq .answer table {
    border-collapse: collapse;
}
.faq .answer th,
.faq .answer td {
    padding: 15px;
}
.why-choose-us img {
  height: 100%;
  object-fit: cover;
}
.why-list > ul {
  margin-left: 0px;
}
.why-list > ul > li:first-child {
  padding-top: 0;
}
.why-list .question{
    position: relative;
}
.why-list .question::after {
  content: url(../images/nav-dropdown.webp);
  top: 0;
}
.why-list  .question.open::after {
  transform: rotate(180deg);
}
/* FAQ section end here */

/* Bootom form style starts */
.bf-contact {
    background-image: url(../images/form-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bf-contact .phone::before,
.bf-contact .address::before {
    top: 3px;
}
address {
    font-style: normal;
    display: block !important;
}

.bf-form .form-group {
    margin-bottom: 15px;
}
.bf-form .form-control {
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    background-color: transparent;
    padding: 10px 0;
    font-family: "Poppins";
    font-size: 16px;
}
.bf-form textarea {
    height: 170px;
}
.bf-form .form-control:focus {
    outline: none;
}
.bf-form input[type="submit"] {
    background-color: #feb801 !important;
    color: #000 !important;
    cursor: pointer;
    font-size: 16px;
    font-family: "Poppins";
    border: none;
}
.bf-form input[type="submit"]:hover,
.bf-form input[type="submit"]:focus {
    background-color: #000 !important;
    color: #fff !important;
}

/* Bootom form style end */

.more-locations{background-color: #000; background-image: url(../images/home-locations-bg.jpg); background-size: cover; background-position: center; padding: 35px 0; color: #fff;}
.more-locations > div {gap: 30px;}
.more-locations address{margin-top: 15px}
.more-locations a{color: #fff;}
.more-locations h4, .more-locations a:hover{color: #feb801;}


@media (min-width: 768px){
    .more-locations > div > div {
        width: calc(50% - 15px)
    }
}

@media (min-width: 1300px){
    .more-locations > div > div {
        width: calc(25% - 23px);
    }
    .pl-xl-30{padding-left: 30px}
}

/* footer part start from here */
body:not(.home) footer {
    margin-top: 70px;
}
.home .footer-area {
    display: none;
}
.footer-area {
    background-color: #000;
    padding: 35px 0px;
}
.footer-area * {
    color: #fff;
}
.footer-area h3,
.footer-menu h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}
.footer-menu ul {
    list-style: none;
}
.footer-area ul.inquiries li:not(:last-child) {
    padding-bottom: 5px;
}
.footer-area ul.inquiries li a,
.phone,
.email,
.address {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}
.footer-area ul.inquiries li a:before,
.phone::before,
.email::before,
.address::before {
    content: "";
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}
.email:before {
    background-image: url(../images/EnvelopeSimple.webp);
}
.phone:before {
    background-image: url(../images/PhoneCall.webp);
}
.address:before {
    background-image: url(../images/addressPin.webp);
}
.footer-area ul.inquiries li a.usa:before {
    background-image: url(../images/usa-flag.webp);
}
.footer-area ul.inquiries li a.ind:before {
    background-image: url(../images/ind-flag.webp);
}
.footer-area ul.inquiries li a.uk:before {
    background-image: url(../images/uk.webp);
}
.footer-area ul.inquiries li a.aus:before {
    background-image: url(../images/aus.webp);
}

.footer-area ul.social-icon {
    display: flex;
    gap: 30px;
}
.footer-area ul.social-icon li a {
    display: inline-block;
    line-height: 1.25em;
}
.social-icon li a span {
    display: none;
}
.footer-menu {
    gap: 25px;
}
.footer-menu ul li {
    margin: 2px 0;
}
.footer-menu ul li a {
    color: #393939;
    font-size: 15px;
}
.footer-menu ul li a:hover {
    color: #000;
    text-decoration: underline;
}
/* footer part end here */
/* copyright section start from here */
.copyright {
    background-color: #f2f2f2;
    font-size: 15px;
    margin-bottom: 70px;
}

/* .copyright img {
    vertical-align: middle;
} */
.copyright .dmca-badge img,
.copyright .dmca-badge img{
    width: 100px;
    height: auto;
} 
.copyright .clutch-badge{
    display:inline-block;
    height: 25px;
}

.policies li {
    display: inline-block;
}
.policies li {
    margin-left: 17px;
}
.policies li a {
    color: #000;
}
.policies li a:hover {
    text-decoration: underline;
}
/* copyright end here */
.tech-skill {
    gap: 20px;
}
.skills {
    width: calc(33% - 12px);
    padding: 25px 35px;
    border: 1px solid #000;
}
.skills p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
}
/* Tech skill section start from here */

/* Tech skill end here */

/* Inner page styles starts */
.breadcrumb {
    color: #fff;
    margin-bottom: 40px;
    display: none;
    font-size: 12px;
}
.breadcrumb a {
    color: #fff;
}
.breadcrumb a:hover {
    color: #feb801;
}
.breadcrumb a::after {
    content: "/";
    margin: 0 10px;
    color: #fff !important;
}
.inner-banner-area.mobile-dev {
    background-image: url("https://www.i-webservices.com/wp-content/uploads/mobile-app-development-banner.webp");
}
.inner-banner-area.hire-mobile {
    background-image: url("https://www.i-webservices.com/wp-content/uploads/2024/03/hire-mobile-app-developers-banner.webp");
}
.inner-banner-area {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 130px;
    padding-bottom: 100px;
}

.inner-banner-area .banner h1,
.exp-banner-area .banner h1 {
    font-size: 32px;
    line-height: 1.2em;
    text-transform: unset;
}
.inner-banner-area .banner p,
.exp-banner-area .banner p {
    font-size: 16px;
    font-weight: 400;
}
.expertise-list figure > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.expertise-list figure figcaption {
    padding-top: 25px;
}

.exp-banner-area {
    padding: 50px 15px;
    border-radius: 10px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 150px;
}
.page-template-expertise-inner-template .clients-area, 
.page-template-healthcare-mobile-app-development-template .clients-area,
.page-template-healthcare-software-development-template .clients-area,
.page-template-fitness-app-development-template .clients-area,
.page-template-dating-app-development-template .clients-area,
.page-template-sports-app-development-template .clients-area{
    margin-top: 0px;
}
.page-template-expertise-inner-template .clients-area .clients, 
.page-template-healthcare-mobile-app-development-template .clients-area .clients,
.page-template-healthcare-software-development-template .clients-area .clients,
.page-template-fitness-app-development-template .clients-area .clients,
.page-template-dating-app-development-template .clients-area .clients,
.page-template-sports-app-development-template .clients-area .clients{
    border-radius: 0;
    box-shadow: unset;
    padding-bottom: 0;
}

.resources {
    padding: 25px 15px;
}
.resources img {
    width: 100%;
    height: auto;
}
.main-services figure:not(:last-child),
.main-services > div:not(:last-child) {
    margin-bottom: 30px;
}
.main-services figure figcaption p,
.main-services > div p {
    color: #000;
}
.main-services figure figcaption a {
    font-weight: 500;
    color: #000;
    margin-top: 25px;
}
.bg-gradient:hover figcaption h3,
.bg-gradient:hover figcaption a,
div.bg-gradient:hover h3 {
    color: #feb801;
    transition: unset;
}
.bg-gradient:hover figcaption p,
div.bg-gradient:hover p {
    color: #fff;
    transition: unset;
}
.font-weight-normal {
    font-weight: 400;
}
.cta p {
    font-size: 22px;
    font-weight: 600;
}
.cta p small {
    font-size: 16px;
    font-weight: 400;
}
.cta .btn-black:hover {
    background-color: #fff;
}
.languages-used ul {
    gap: 20px;
    text-align: center;
}
.languages-used ul li span {
    display: none;
}

.solution figure {
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: calc(50% - 15px);
}
.solution figure {
    margin-bottom: 30px;
}
.solution figure figcaption {
    color: #000;
}
.solution figure:hover {
    background: linear-gradient(114deg, #000 0%, #666 100%);
}
.solution figure:hover figcaption h3,
.solution figure:hover a {
    color: #feb801;
    transition: unset;
}
.solution figure .more img {
    transition: unset;
}
.solution figure:hover .more img {
    filter: invert(1);
}
.solution figure:hover figcaption p {
    color: #fff;
    transition: unset;
}
.solution figure a {
    margin-top: 0px;
    color: #feb801;
    font-weight: 500;
}
.solution figure a h3 {
    font-size: 16px;
    line-height: 1.25em;
}
.services-box.dev-process figure,
.services-box.dev-process > div {
    border: 1px solid #fff;
    text-align: left;
}
.services-box.dev-process figure:not(:last-child),
.services-box.dev-process > div:not(:last-child) {
    margin-bottom: 30px;
}
.agency-box ul li {
    position: relative;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 15px;
}
.agency-box ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/CheckFat.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
}
.why-iweb {
    gap: 30px;
}
.why-iweb .border-box {
    border: 1px solid #000;
}
.why-iweb .border-box h3 {
    font-size: 22px;
    font-weight: 600;
}
.iweb-dev-process {
    background-image: url(../images/dev-process-bg.jpg);
    background-size: cover;
    background-position: center;
}
.our-history ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.our-history .list > ul:first-child,
.our-history .list > ul:last-child,
.our-methodology {
    position: relative;
}
ul#tabs-nav {
    list-style: none;
    margin-bottom: 42px;
    border-bottom: 1px solid #000;
    margin-top: 60px;
    justify-content: center;
}
ul#tabs-nav li {
    padding: 0 30px 15px;
    display: inline-flex;
    justify-content: center;
    place-items: center;
    cursor: pointer;
}
ul#tabs-nav li.active,
ul#tabs-nav li:last-child {
    font-size: 18px;
    position: relative;
    cursor: pointer;
}
ul#tabs-nav li.active,
ul#tabs-nav li:hover {
    color: #feb801;
    font-weight: 500;
}
ul#tabs-nav li.active::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 60px;
    background: #feb801;
    bottom: -3px;
    border-radius: 5px;
}
#tabs-nav li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
ul#tabs-nav li a:hover,
ul#tabs-nav li.active a {
    color: #feb801;
}
.our-history .tab-content {
    text-align: center;
}
.our-history .tab-content ul {
    justify-content: center;
    gap: 30px;
    font-weight: 600;
}
.our-history .tab-content h3 {
    font-size: 22px;
}
.our-history .tab-content ul .badge {
    padding: 7px 20px;
    border-radius: 5px;
    margin-left: 10px;
}
.pictures,
.pictures > div {
    gap: 18px;
}
.pictures img {
    height: auto;
}

.main-services,
.expertise ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
ul.main-services {
    gap: 30px;
}
.main-services li {
    width: calc(50% - 15px);
}
.main-services li a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.main-services li a:hover {
    color: #feb801;
}
.main-services li a:hover img {
    filter: unset;
}
.main-services li a span {
    transition: none;
}
.hiring-process {
    background-image: url(../images/demo/hiring-process.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.hiring-process ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    counter-reset: section;
}
.hiring-process ul li h3 {
    color: #feb801;
}
.hiring-process ul li {
    position: relative;
    padding-top: 40px;
}
.hiring-process ul li:before {
    counter-increment: section;
    content: "Process " counter(section);
    font-weight: 500;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 14px;
    text-align: center;
    left: 0;
}
.services.benefits {
    color: #000;
}
.services.benefits figure {
    border: 1px solid #000;
}
.services.benefits figure:hover {
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
}
.services.benefits figure h3 {
    color: #000;
}
.services figure:not(:last-child) {
    margin-bottom: 30px;
}
.why-iweb .main-services > div {
    border: 1px solid #000;
}
.why-iweb .main-services > div:hover {
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.15);
}
.expertise {
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.15);
}
.expertise ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.expertise ul li img {
    width: auto;
}
.expertise ul li p {
    font-weight: 500;
}
.dedicated-team{
    background-image: url('https://www.i-webservices.com/wp-content/uploads/dedicated-development.png');
}
.fixed-model{
    background-image: url('https://www.i-webservices.com/wp-content/uploads/fixed-price.png');
}
.engagement-model > div {
    background-size: cover;
    background-repeat: no-repeat;
}
.engagement-model ul {
    list-style: none;
    list-style-position: inside;
}
.engagement-model ul li {
    position: relative;
    padding-left: 20px;
}
.engagement-model ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #feb801;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}
.inner-banner-area .banner h2 {
    color: #feb801;
    font-size: 22px;
}
.blog .inner-banner-area,
.page-template-portfolio-template .inner-banner-area {
    padding-bottom: 80px !important;
}
.blog-posts {
    gap: 30px;
}
.blog-posts article span {
    font-weight: 500;
}
.blog-posts article h3 a {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.blog-posts article:hover h3 a {
    color: #feb801;
}
.blog-posts .author-box {
    border-top: 1px solid #000;
}
.single-blog-post p {
    margin-bottom: 20px;
}
.page span.rt-reading-time,
.blog-posts .post-content span.rt-reading-time,
.entry-content .rt-reading-time,
.page .social-box {
    display: none !important;
}
.pagination span,
.pagination a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-color: #000;
}
.pagination span.current {
    background-color: #000;
    color: #fff;
    font-weight: 400;
}
.pagination a.first,
.pagination a:last-child {
    width: auto;
    padding: 0 10px;
}
.pagination .pages {
    display: none;
}
span.toc-headline {
    font-size: 22px;
    margin-bottom: 15px;
    display: block;
    color: #000;
    font-weight: 600;
}
.table-of-contents ul li {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 15px;
    font-weight: 300;
}
.table-of-contents ul li a {
    color: #333;
}
.table-of-contents ul li.active a,
.table-of-contents ul li a:hover {
    color: #000;
    text-decoration: underline;
}
.share-box > span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.left-box {
    display: none;
    position: sticky;
    top: 130px;
}
.entry-content h2 {
    margin: 25px 0 15px;
}
.entry-content h3 {
    margin: 15px 0;
}
.entry-content ul,
.entry-content ol {
    padding-left: 20px;
    margin: 15px 0;
}
.entry-content .social-box {
    margin-top: 30px;
}
.entry-content table {
    border-collapse: collapse;
    border: 1px solid #d3d3d3;
}
.entry-content table tr:first-child td {
    background-color: #00dd9a;
}
.newsletter p {
    font-size: 22px;
    font-weight: 600;
}
.emaillist .es-field-wrap label {
    margin: 0;
}
.newsletter form {
    max-width: 325px;
    padding: 0 !important;
    position: relative;
    margin-top: 35px;
}
.emaillist .es-field-wrap {
    position: relative;
}
.newsletter form input[type="email"] {
    background: #fff;
    border: 0;
    padding: 15px !important;
    color: #000;
    outline: none !important;
    box-shadow: none !important;
    height: 54px;
    width: 100%;
}
.newsletter form input[type="submit"] {
    background: #000;
    width: 100px !important;
    padding: 10px !important;
    position: absolute;
    bottom: 0;
    right: 0px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #000;
    height: 54px;
    color: #fff;
    cursor: pointer;
}
.awards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.inner-awards .slick-track{
    display: flex;
}
.inner-awards .slick-slide{
    padding: 20px;
    border-radius: 10px;
    margin: 0 15px;
    height: auto;
}
.inner-awards .slick-slide span{
    font-size: 14px; line-height: 1.5em
}

.box-testimonial figure a {
    position: relative;
    display: block;
    line-height: 0;
}
.box-testimonial figure a::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
}
.box-testimonial figure a::after {
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
    background-image: url(../images/demo/PlayCircle.webp);
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.2s ease-in-out;
    filter: invert(1);
}
.box-testimonial figure a > img {
    width: 100%;
}
.box-testimonial figure h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-awards a {
    display: inline-block;
}
.contact-awards a:not(:last-child) {
    margin-right: 15px;
}
.location h5,
.locations ul li h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.locations ul li a {
    display: block;
    color: #000;
}
.quote-form {
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px -30px 35px 0px rgba(0, 0, 0, 0.2);
    margin-top: 70px;
    z-index: 1;
}
.form-area {
    padding: 50px 20px;
}
.quote-form h3 {
    font-size: 22px;
    font-weight: 600;
}
.form-group {
    margin-bottom: 20px;
}
.quote-form .form-control {
    width: 100%;
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 20px;
    border: 1px solid #d6d6d6;
}
.quote-form .form-control:focus {
    outline: none;
}
.quote-form textarea {
    height: 150px;
    resize: none;
}
.quote-form input[type="submit"] {
    background-color: #feb801 !important;
    color: #000 !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    width: 265px;
    padding: 20px 0;
    font-family: "Poppins";
    border: none;
}
.quote-form input[type="submit"]:hover,
.quote-form input[type="submit"]:focus {
    background-color: #000 !important;
    color: #fff !important;
}
.locations ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.locations ul li {
    background: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
}
.page-template-default .inner-banner-area {
    padding-bottom: 80px !important;
}
.page-template-default .rt-reading-time,
.page-template-default .social-box {
    display: none !important;
}
.page-template-default h2 {
    margin: 30px 0 25px;
}

/* Fortfolio Start */

ul#portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #feb801;
}
ul#portfolio-filter li a {
    padding: 7px 20px;
    color: #000;
    font-weight: 500;
    display: block;
}
ul#portfolio-filter li a.active {
    background: #feb801;
}

div#portfolio-wrapper {
    text-align: center;
}
div#portfolio-wrapper .loadMoreBtn {
    background: #e1e1e1;
    padding: 5px 20px;
    margin-top: 25px;
    display: inline-block;
    border-radius: 3px;
}
div#portfolio-wrapper .loadMoreBtn:hover {
    background: #000;
    color: #fff;
}
a#loadMore span {
    transition: unset;
}

#portfolio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}

#portfolio-list .portfolio-item figure {
    position: relative;
    background: #000;
    line-height: 0;
    min-height: 350px;
    transition: unset;
}
#portfolio-list .portfolio-item figure img {
    width: 100% !important;
    height: auto !important;
    max-width: unset !important;
    transition: unset;
}
#portfolio-list .portfolio-item figure figcaption {
    position: absolute;
    bottom: 15px;
    left: 0;
    color: #fff;
    text-align: left;
    padding: 25px;
    margin: 0;
    line-height: initial;
    transition: unset;
}
#portfolio-list .portfolio-item figure figcaption h3 {
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
}
#portfolio-list .portfolio-item figure figcaption .main-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.inner-banner-area.portfolio-breadcrumb {
    padding-bottom: 0;
    background-color: #fff;
}
.inner-banner-area.portfolio-breadcrumb .breadcrumb,
.inner-banner-area.portfolio-breadcrumb a {
    color: #000;
}
.inner-banner-area.portfolio-breadcrumb .breadcrumb a::after {
    color: #000 !important;
}
.portfolio-details span {
    color: #feb801;
    font-weight: 500;
    margin-bottom: 20px;
}
.techno-use {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.techno-use li span {
    display: block;
}
.objectives-slider {
    background-color: #d6d6d6;
    display: flex;
    align-items: center;
}
.agency-box ul.objectives li::before {
    background-image: url(../images/CheckFat.png);
}
.objectives-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    background-color: #ffffff77 !important;
    border: none;
    outline: none;
    overflow: hidden;
    text-indent: -1000px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 0;
}
.objectives-slider .slick-arrow:hover {
    background-color: #fff !important;
}
.objectives-slider img {
    width: 100%;
}
.objectives-slider .slick-prev {
    left: 0;
}
.objectives-slider .slick-next {
    right: 0;
}
.objectives-slider .slick-prev::before,
.objectives-slider .slick-next::before {
    content: "";
    width: 42px;
    height: 42px;
    z-index: 1;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
}
.objectives-slider .slick-prev::before {
    background-image: url(../images/ArrowPrev.svg);
}
.objectives-slider .slick-next::before {
    background-image: url(../images/ArrowNext.svg);
}
.single-work .d-process ul {
    column-gap: 30px;
}
.single-work .d-process ul li {
    position: relative;
    padding-left: 22px;
}
.single-work .d-process ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #feb801;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 50%;
}

.page-template-contact-template .client-sprite img {
    width: 100%;
    height: auto;
}

.more {
    padding: 12px 22px;
    line-height: 0;
    border: 1px solid #feb801;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #000;
}
.more img {
    vertical-align: sub;
    width: 20px;
}
.more:hover {
    background-color: #feb801;
    color: #000 !important;
}
.more:hover img {
    filter: invert(0) !important;
}
footer .awards {
    margin-top: 0;
    gap: 10px;
}
footer .awards > a, footer .awards > img {
    width: calc(20% - 8px);
    line-height: 0;
}
footer .awards > a img, footer .awards > img {
    margin: 0;
}

/* Fortfolio End */

.social-icon li {
    padding: 0 5px;
}
#scrollTop {
    border-radius: 2px;
    bottom: -5em;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    font-size: 1em;
    padding: 10px;
    position: fixed;
    right: 1em;
    text-align: center;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    height: 50px;
    width: 50px;
    border: 1px solid #000;
    background-color: #fff;
}
#scrollTop:hover {
    background-color: #feb801;
}
#scrollTop.active {
    bottom: 120px;
}
#scrollTop img {
    transform: rotate(-90deg);
}
.wpcf7-response-output {
    display: none !important;
}
.es_subscription_message.success {
    background: green;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}
.es_spinner_image {
    display: none !important;
}

/* Inner page styles ends */
@media (min-width: 480px) {
    .box-testimonial {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .box-testimonial figure {
        width: calc(50% - 15px);
    }
    .expertise ul li {
        width: calc(50% - 10px);
    }
}
@media (min-width: 576px) {
    .tools-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 768px) {
    .heading {
        font-size: 24px;
    }
    .banner-area {
        padding-bottom: 90px;
    }
    .banner h1 {
        font-size: 60px;
    }
    /*    .banner p{
        font-size: 18px;
        font-weight: 500;
    }*/
    .tools-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .usp li {
        width: 50%;
        font-weight: 600;
    }
    .clients-area {
        margin-top: -45px;
    }
    .inner-banner-area {
        padding-bottom: 120px;
    }
    .counter-states ul li {
        width: 25%;
        padding: 5px;
      }
      .states-no > li > h3{
        font-size:45px;
      }
    .why-iweb .border-box {
        width: calc(50% - 15px);
    }
    .pictures > div {
        width: calc(50% - 13px);
    }
    .main-services li {
        width: calc(33.33% - 20px);
    }
    .services-box .w-md-6 {
        width: calc(50% - 15px);
    }
    .hiring-process ul li {
        width: calc(50% - 15px);
    }
    .blog-posts {
        gap: 50px 30px;
    }
    .blog-posts > div {
        width: calc(50% - 15px);
    }
    .post-content {
        min-height: 300px;
    }
    .awards figure {
        width: calc(50% - 15px);
    }
    .locations {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .locations ul li {
        width: calc(50% - 15px);
    }
    #portfolio-list .portfolio-item {
        width: calc(50% - 15px);
    }
    .techno-use {
        gap: 40px;
    }
    .single-work .d-process ul li.w-md-12 {
        width: 100%;
    }
    .single-work .d-process ul li.w-md-6 {
        width: calc(50% - 15px);
    }
    .industries > li {
        width: calc(33.33% - 17px);
    }
    .solution {
        display: flex;
        flex-wrap: wrap;
    }
    .dev-process,
    .main-services,
    .solution {
        gap: 30px;
    }
    .services-box.dev-process figure:not(:last-child),
    .services-box.dev-process > div:not(:last-child),
    .main-services figure:not(:last-child),
    .main-services > div:not(:last-child),
    .solution figure:not(:last-child) {
        margin-bottom: 0;
    }
    .main-services figure,
    .main-services > div,
    .services .services-box figure {
        width: calc(50% - 15px);
    }
    .services .services-box,
    .main-services {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .services .services-box figure {
        margin-bottom: 0;
    }
    .solution figure {
        width: calc(33.33% - 20px);
    }
    .copyright {
        margin-bottom: 0;
    }
    .footer-menu > div {
        width: calc(50% - 13px);
    }
    .footer-btn {
        display: none;
    }
    .expertise ul li {
        width: calc(33% - 12px);
    }
    .why-list > ul {
        margin-left: 50px;
        margin-top: 0px;
    }
    /*footer .inquiries{
        column-count: 2
    }*/
    
    .inner-awards .slick-slide{
        padding: 25px;
    }
}
@media (min-width: 992px) {
    .heading {
        font-size: 28px;
    }

    .banner-area {
        padding-top: 200px;
    }

    .page-template-technology-inner-template .banner {
        width: 100%;
    }
    .banner h1 {
        font-size: 70px;
    }
    .inner-banner-area{padding-top: 150px; padding-bottom: 140px}
    .inner-banner-area .banner h1,
    .exp-banner-area .banner h1 {
        font-size: 38px;
    }
    .exp-banner-area .banner {
        width: 65%;
    }
    .clients-area {
        margin-top: -50px;
    }
    .counter-states ul {
      padding-left: 30px;
    }
    .counter-states ul li {
      width: 50%;
    }
    .skills {
        width: calc(20% - 16px);
    }
    .services .services-box figure {
        width: calc(33.33% - 20px);
        margin-bottom: 0;
    }
    .tools-list {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
    }

    .testimonials {
        position: relative;
    }
    .video-box {
        width: 43%;
        display: flex;
    }
    .video-box img {
        object-fit: cover;
    }
    .testimonials-area {
        width: 57%;
        padding-left: 25px;
    }
    .testimonials-clients h3 {
        font-size: 24px;
        line-height: 1.25em;
    }
    .testimonials-clients figure figcaption {
        font-weight: 500;
        font-size: 18px;
    }
    .agency-box {
        width: calc(50% - 15px);
    }
    .bf-form .form-group {
        margin-bottom: 25px;
    }
    .inspiring-stories .stories figure figcaption {
        padding: 25px;
    }
    .breadcrumb {
        display: block;
    }

    .banner-area .banner .main-btn,
    .inner-banner-area .banner .main-btn,
    .exp-banner-area .banner .main-btn {
        margin-top: 30px;
    }
    .expertise-list figure figcaption {
        padding: 45px 0 45px 45px;
    }
    .expertise-list figure.even img {
        order: 2;
    }
    .expertise-list figure.even figcaption {
        order: 1;
        padding: 45px 45px 45px 0;
    }
    .our-insight figure {
        width: calc(33.33% - 20px);
    }
    body:not(.home) footer {
        margin-top: 70px;
    }
    .exp-banner-area {
        padding: 50px 45px;
        border-radius: 20px;
    }
    .resources {
        padding: 50px 30px 50px 50px;
    }
    .main-services,
    .solution {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .main-services figure,
    .main-services > div {
        width: calc(33.33% - 20px);
    }
    .main-services figure:not(:last-child),
    .main-services > div:not(:last-child) {
        margin-bottom: 0px;
    }
    .faq .question, .why-list .question {
        font-size: 18px;
    }
    .cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .languages-used ul {
        gap: 40px;
    }
    .languages-used ul li a {
        color: #000;
        font-weight: 500;
        display: inline-block;
    }
    .languages-used ul li span {
        display: block;
    }
    .solution figure {
        width: calc(25% - 23px);
        margin-bottom: 0 !important;
    }
    .services-box.dev-process figure:not(:last-child),
    .services-box.dev-process > div:not(:last-child) {
        margin-bottom: 0;
    }
    .services-box .w-lg-4 {
        width: calc(33.33% - 20px) !important;
    }
    .services-box .w-lg-6 {
        width: calc(50% - 15px) !important;
    }
    .services-box.dev-process figure:not(:last-child) {
        margin-bottom: 0px;
    }
    .bf-form {
        display: flex;
        align-items: center;
    }

    .our-history .tab-content h3 {
        font-size: 30px;
    }
    .pictures > div:first-child {
        width: calc(58.33% - 13px);
    }
    .pictures > div:first-child .w-md-6 {
        width: calc(50% - 9px);
    }
    .pictures > div:last-child {
        width: calc(41.67% - 5px);
    }
    .main-services li {
        width: calc(20% - 24px);
    }
    .hiring-process ul li {
        width: calc(33.33% - 20px);
    }
    .expertise ul li {
        width: calc(25% - 15px);
    }
    .engagement-model > div {
        width: calc(50% - 15px);
    }
    .blog-posts > div {
        width: calc(33.33% - 20px);
    }
    .post-content {
        min-height: 320px;
    }
    .left-box {
        display: block;
    }
    .newsletter p {
        font-size: 26px;
    }
    .newsletter form {
        max-width: 450px;
    }
    .awards figure {
        width: calc(33.33% - 20px);
    }
    .box-testimonial figure {
        width: calc(25% - 23px);
        margin-bottom: 0 !important;
    }
    .quote-form {
        margin-top: 0px;
    }
    .inner-banner-area.portfolio .banner {
        width: 70%;
    }
    #portfolio-list .portfolio-item {
        width: calc(33.33% - 20px);
    }

    /* .single-work .d-process ul li.w-md-6{
        width: calc(50% - 20px);
    } */
    .policies{
        padding-right: 70px;;
    }
    .policies li:not(:first-child) {
        margin-left: 17px;
    }
    .policies li:not(:last-child) {
        margin-right: 12px;
    }
    .industries > li {
        width: calc(25% - 19px);
    }

    .contact-awards a {
        width: calc(14% - 15px);
    }
    .contact-awards a img {
        width: 100%;
        height: auto;
    }
    .input-box {
        gap: 30px;
    }
    
}
@media (min-width: 1200px) {
    .hamburger {
        display: none;
    }
    /*#main-nav{
        position: relative;
    }*/
    .header > div {
        position: relative;
    }
    .header .container {
        max-width: 1900px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #main-nav {
        margin-left: auto;
        margin-right: 20px;
    }
    #main-nav .menu {
        display: flex;
        align-items: center;
    }
    nav .menu .menu-item:last-child {
        display: none;
    }
    nav .menu .menu-item a {
        display: inline-block;
        padding: 45px 15px;
        transition: 0.1s ease-in-out;
    }
    .darkHeader nav .menu .menu-item a {
        padding: 30px 15px;
    }
    nav .menu .menu-item:hover a {
        color: #feb801;
    }
    nav .menu > .menu-item.menu-item-has-children > a {
        position: relative;
        display: inline-flex;
        align-items: center;
    }
    nav .menu > .menu-item.menu-item-has-children > a::after {
        content: '';
        width: 18px;
        height: 18px;
        background-image: url(https://www.i-webservices.com/wp-content/themes/iweb/images/dropdown-icon-white.svg);
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: 5px;
    }
    .darkHeader nav .menu > .menu-item.menu-item-has-children > a::after {
        background-image: url(https://www.i-webservices.com/wp-content/themes/iweb/images/dropdown-icon-black.svg);
    }
    nav .menu > .menu-item.menu-item-has-children:hover > a::after{
        transform: rotate(180deg);
        background-image: url(https://www.i-webservices.com/wp-content/themes/iweb/images/dropdown-icon-yellow.svg);
    }

   /* nav .menu > .menu-item.menu-item-has-children > a::before {
        content: "";
        position: absolute;
        border-bottom: 10px solid #ffffff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
        transition: unset;
    }
    .darkHeader nav .menu > .menu-item.menu-item-has-children > a::before,
    .darkHeader nav .menu > .menu-item.menu-item-has-children.menu-services > a::before {
        border-bottom: 10px solid #feb801;
        bottom: 0;
    }
    nav .menu > .menu-item.menu-item-has-children:hover > a::before {
        display: block;
    }*/
    nav .menu > .menu-item > .sub-menu {
        background: #fff;
    }
    nav .menu .menu-item > .sub-menu {
        position: absolute;
        padding: 15px 20px;
        top: 85px;
        list-style: none;
        width: max-content;
        display: none;
        transition: 0.1s ease-in-out;
        box-shadow: 0px 20px 35px -18px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        overflow: hidden;
    }
    .darkHeader nav .menu .menu-item .sub-menu {
        top: 74px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 1px solid #feb801;
    }
    nav .menu .menu-item.menu-services > .sub-menu > li:last-child {
        background: #eee;
    }
    /*nav .menu > .menu-item.menu-item-has-children.menu-services > a::before {
        border-bottom: 10px solid #eee;
    }*/
    nav .menu .menu-item.menu-services > .sub-menu > li:last-child > a {
        background: #eee;
    }
    nav .menu .menu-item.menu-services > .sub-menu > .menu-item {
        width: 25%;
    }
    nav .menu .menu-item.menu-services > .sub-menu > .menu-item > a {
        padding: 15px 24px;
        display: block;
        background: #f3f3f3;
        font-weight: 600;
        border-bottom: 1px solid #ccc;
    }
    nav .menu > .menu-item:hover > .sub-menu {
        display: block;
    }
    nav .menu .menu-item.menu-services > .sub-menu {
        width: calc(100% - 40px);
        left: 20px;
        padding: 0;
    }
    nav .menu .menu-item.menu-services:hover > .sub-menu {
        display: flex;
    }
    nav .menu .menu-item .sub-menu .menu-item:last-child {
        display: block;
    }
    .expertise-menu ul.sub-menu {
        column-count: 3;
        right: 20px;
        gap: 30px;
        width: calc(100% - 40px) !important;
        max-width: 1140px;
    }
    nav .menu .menu-item .sub-menu .menu-item a {
        color: #000;
        display: inline-block;
        padding: 5px;
    }
    nav .menu .menu-item .sub-menu a:hover {
        color: #000;
    }
    nav .menu .menu-item > .sub-menu > .menu-item > a:hover {
        text-decoration: underline;
    }
    nav .menu .menu-item .sub-menu .sub-menu {
        display: block;
        position: static;
        box-shadow: none;
        border: none;
    }
    nav .menu .menu-item .sub-menu .sub-menu > li {
        margin-bottom: 5px;
    }
    nav .menu .menu-item.menu-services > .sub-menu .sub-menu li a {
        position: relative;
        padding: 5px 5px 5px 45px;
    }
    nav .menu .menu-item.menu-services > .sub-menu .sub-menu li a:hover {
        text-decoration: underline;
    }
    nav .menu .menu-item.menu-services > .sub-menu .sub-menu li a img {
        position: absolute;
        left: 0;
        width: 30px !important;
        height: 30px !important;
        padding: 0px;
        top: 12px;
    }
    nav .menu .menu-item.menu-services > .sub-menu .sub-menu li a span {
        display: block;
    }

    nav .menu .menu-item.menu-services > .sub-menu .sub-menu li a span.menu-item-description {
        font-size: 14px;
        color: #5d6579;
        line-height: normal;
        position: relative;
    }
    .menu-image-title-after.menu-image-title {
        padding-left: 0 !important;
    }
    .expertise-menu ul.sub-menu > li {
        margin-bottom: 5px;
    }

    .banner p{
        font-size: 18px
    }
    .header-btn,
    .social-icon li a span {
        display: block;
    }
    .heading {
        font-size: 32px;
    }
    .banner-area {
        padding-bottom: 100px;
    }
    .banner h1 {
        font-size: 80px;
    }
    .inner-banner-area .banner h1,
    .exp-banner-area .banner h1 {
        font-size: 44px;
    }
    .page-template-technology-inner-template .banner {
        width: 100%;
    }
    .clients-area {
        margin-top: -55px;
    }
    .inner-banner-area {
        padding-bottom: 150px;
    }

    .cta p {
        width: 80%;
    }

    .inner-banner-area.jobs .banner {
        padding-right: 100px;
    }
    .career {
        width: 38%;
    }
    .industries > li {
        width: calc(25% - 19px);
    }
    .counter-states .counter p {
        font-size: 16px;
      }
    .solution figure {
        width: calc(20% - 25px);
    }
    .testimonials-clients h3 {
        font-size: 32px;
    }
    .why-iweb .border-box {
        width: calc(25% - 23px);
    }
    .footer-menu > div {
        width: calc(25% - 20px);
    }

    .form-area {
        padding: 50px;
    }
    .locations ul li {
        width: calc(25% - 23px);
    }
}
@media (min-width: 1300px) {
    nav .menu .menu-item a {
        padding: 25px 20px;
    }
    .darkHeader nav .menu .menu-item a {
        padding: 20px 20px;
    }
    .inspiring-stories .stories figure figcaption {
        padding: 40px;
    }
    .contact-awards {
        max-width: 80%;
    }
    .policies {
        padding-right: 108px;
    }
    .policies li:not(:last-child) {
        margin-right: 17px;
    }
}
@media (min-width: 1400px) {
    /*.heading {
        font-size: 40px;
    }*/
    .banner-area {
        padding-top: 200px;
        padding-bottom: 120px;
    }

    .usp li {
        width: 25%;
    }
    .clients-area {
        margin-top: -80px;
    }
    .clients {
        padding: 45px 33px 45px 33px;
    }
    .inner-banner-area {
        padding-bottom: 160px;
    }

    .solution figure {
        width: calc(16% - 17px);
    }
    .hiring-process ul li {
        width: calc(20% - 24px);
    }
    .portfolio-details h1 {
        font-size: 32px;
    }
    /*.inspiring-stories .stories figure figcaption h3 {
        font-size: 28px;
    }*/
    .counter-states ul li {
      width: 25%;
    }
}
@media (min-width: 1600px) {
    nav .menu .menu-item .sub-menu .sub-menu > li {
        margin-bottom: 10px;
    }
    .banner-area {
        padding-top: 250px;
    }
    .banner-area .banner .main-btn,
    .inner-banner-area .banner .main-btn,
    .exp-banner-area .banner .main-btn {
        margin-top: 35px;
    }
}
@media (min-width: 1920px) {
    nav .menu .menu-item.menu-services > .sub-menu {
        max-width: 1600px;
        left: 50%;
        transform: translateX(-50%);
    }
    .expertise-menu ul.sub-menu {
        right: 7.85%;
    }
}

@media (max-width: 1399px) {
    .social-icons {
        order: 1;
        margin-bottom: 25px;
    }
    .dmca {
        order: 2;
    }
    .policies {
        order: 3;
    }
}
@media (max-width: 1199px) {
    .header {
        padding: 20px 0;
    }
    .darkHeader {
        padding: 10px 0;
        transition: 0.1s ease-in-out;
    }
    #main-nav {
        position: absolute;
        width: 80%;
        height: 100vh;
        background-color: #fff;
        top: 0;
        left: 0;
        padding: 25px 0;
        margin-left: -80%;
        z-index: 1001;
    }
    nav .menu .menu-item {
        position: relative;
    }
    nav .menu .menu-item > span {
        position: absolute;
        right: 0;
    }
    nav .menu .menu-item > span::before {
        content: url(../images/nav-dropdown.webp);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 54px;
        z-index: 1;
        transform: rotate(0deg);
    }
    nav .menu .menu-item.active > span::before {
        transform: rotate(180deg);
    }
    nav .menu .menu-item a {
        padding: 10px 20px;
        display: block;
        color: #000;
    }
    #main-nav.active {
        margin-left: 0;
        box-shadow: 5px 0px 35px rgba(0, 0, 0, 0.25);
    }
    nav .menu .menu-item .sub-menu {
        display: none;
        transition: none;
        background: #f3f3f3;
    }
    nav .menu .menu-item .sub-menu .sub-menu {
        background-color: #ddd;
    }
    .logo img:last-child {
        display: none;
    }
    span.menu-item-description,
    nav .menu .menu-item .sub-menu a img {
        display: none !important;
    }
    .menu-image-title-after.menu-image-title {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .footer-area > .col-lg-4:not(:last-child) {
        margin-bottom: 50px;
    }
    .footer-area ul.social-icon {
        justify-content: start;
    }
    .dmca {
        order: 3;
    }
    .tech-skill {
        justify-content: center;
    }
    .awards {
        justify-content: space-around;
        margin-top: 30px;
    }
    .industries > li {
        width: calc(33.33% - 17px);
    }
    .policies {
        order: 2;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .skills {
        width: calc(50% - 12px);
    }
    .usp {
        margin-top: 30px;
    }
    .usp li {
        width: 100%;
    }
    .exp-banner-area {
        margin-top: 100px;
    }
    .industries > li {
        width: calc(50% - 13px);
    }
    .position-fixed {
        position: fixed;
    }
    .footer-btn {
        display: block;
        background-color: #fbfbfb;
        bottom: -100px;
        left: 0;
        transition: 0.2s ease-in-out;
        z-index: 999;
    }
    .footer-btn .main-btn {
        padding: 7px 20px !important;
    }
    .footer-btn.active {
        bottom: 0;
    }
    
}
@media (max-width: 480px) {
    .usp {
        row-gap: 10px;
    }
    .main-services li {
        width: 100%;
    }
    .box-testimonial {
        row-gap: 30px;
    }
    .testimonials-clients {
        text-align: center;
    }
    .testimonials-clients figure {
        justify-content: center;
    }
    .testimonials-clients h3:before {
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-awards {
        display: flex;
    }
    .contact-awards > a {
        display: inline-block;
        max-width: 60px;
    }
    .contact-awards > a img {
        width: 100%;
        height: auto;
    }
    ul#tabs-nav {
        padding-bottom: 10px;
    }
    ul#tabs-nav li {
        padding-bottom: 5px;
    }
    ul#tabs-nav li.active::after {
        display: none;
    }
    .page-template-about-template .awards {
        gap: 10px;
    }
    .page-template-about-template .awards a {
        width: calc(20% - 10px);
    }
    .skills {
        padding: 15px 10px;
    }
    .footer-area {
        padding: 35px 0px;
    }
    .bf-contact {
        padding-left: 15px;
        padding-right: 15px;
        background-image: url(../images/form-bg-mobile.webp);
    }
    .portfolio-details {
        text-align: center;
    }
    .expertise ul li {
        display: flex;
        align-items: center;
        column-gap: 30px;
    }
    .expertise ul li img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    .expertise ul li p {
        text-align: left;
    }
}

/* Job posting design */

.jobpost-form {
    padding: 30px;
    background: #ededed;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.25);
}
.jobpost-form h3 {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    color: #000 !important;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control {
    height: 48px;
}
.sjb-page .list-data .v2 .job-description {
    padding: 0 !important;
}
.sjb-page .list-data .v2 .header-margin-top {
    margin-top: 0;
}
.sjb-page .list-data .sjb-company-wrapper-details {
    padding-top: 0;
}
.sjb-page .sjb-detail .list-data .v2 .job-detail h3 {
    color: #000 !important;
}
.sjb-page .list-data .sjb-job-type-location-date {
    padding: 15px 0;
}
.sjb-page .list-data .v1 .job-type,
.sjb-page .list-data .v1 .job-location,
.sjb-page .list-data .v1 .job-date,
.sjb-page .list-data .v2 .job-type,
.sjb-page .list-data .v2 .job-location,
.sjb-page .list-data .v2 .job-date {
    color: #000 !important;
}
.sjb-page .sjb-detail .list-data .v2 h3 {
    margin-bottom: 25px !important;
    color: #000 !important;
}
.sjb-page .sjb-detail .list-data .v2 .job-detail h3 {
    margin-bottom: 0 !important;
}
.sjb-page .sjb-detail .list-data .v2 ul li {
    line-height: 2em !important;
    padding-left: 20px !important;
}
.sjb-page .list-data .v2 .job-description .social-box {
    display: none;
}
.sjb-page .job-features {
    margin-top: 35px !important;
}

.page-template-career-template .sjb-page .list-data .sjb-job-type-location-date {
    padding: 15px 25px;
    background: #fbfbfb;
}
.page-template-career-template .sjb-page .list-data .v2 .job-info h4,
.page-template-career-template .sjb-page .list-data .v2 .job-info h4 a {
    font-size: 24px;
    font-weight: 600;
}
.page-template-career-template .sjb-page .list-data .v2 {
    padding-bottom: 0;
}
.page-template-career-template .sjb-page .list-data .v2 .sjb-apply-now-btn a {
    background-color: #feb801 !important;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 24px 13px 24px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}
.page-template-career-template .sjb-page .list-data .v2 .sjb-apply-now-btn a:hover,
.page-template-career-template .sjb-page .sjb-filters.sjb-filters-v2 .btn-search:hover,
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.page-template-career-template .sjb-page .sjb-filters.sjb-filters-v2 .btn-search {
    background-color: #feb801 !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 24px 13px 24px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    background: #feb801 !important;
    width: 150px;
    margin-bottom: 0 !important;
}

/* Mobile App Development */
.mod-solutions figure h3 a {
    color: #000;
}
.mod-solutions figure .more {
    margin-top: 15px;
    color: #000;
}

.success-state-section {
        width: 100%;
      }
      .success-state-main {
        width: 100%;
        display: flex;
        align-items: center;
      }
      .success-image {
        margin-right: 20px;
        position: relative;
        background-color: #ecececa6;
        padding: 20px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100px;
      }
      .success-image img {
        width: 60px;
        height: 60px;
      }
      .success-content{
        text-align:left;
      }
      .success-content h3 {
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 15px;
      }
      .success-content p {
        line-height: 1.25em;
      }
      .solution.tech-list{
        display:flex;
        flex-wrap:wrap;
        column-gap: 30px;
      }
      @media(min-width:540px){
        .success-state-section {
          width: calc(50% - 10px);
        }
      }
      @media (min-width: 767px) {
       
        .success-state-section {
          width: calc(33% - 11px);
        }
      }
      @media(min-width:1240px){
        .success-state-section {
          width: calc(20% - 16px);
        }
      }

.latest-technologies .tech-box a{
    font-weight: 500;
    color: #000;
}
.latest-technologies .tech-box:hover a{
    color: #FEB801;
    transition: unset;
}
@media(min-width:767px){
    .latest-technologies .tech-box {
        width: calc(33% - 18px);
    }
}
@media(min-width:992px){
    .latest-technologies .tech-box {
        width: calc(25% - 23px);
    }
}




@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 6));
    transform: translateX(calc(-250px * 6));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 6));
    transform: translateX(calc(-250px * 6));
  }
}
.slider {
  background: #fff;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  box-shadow: 0px -30px 35px 0px rgba(0, 0, 0, 0.2);
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 24);
}
.slider .slide {
  height: 70px;
  width: 250px;
  text-align: center;
}

@media (min-width: 992px){
    .slider {
      padding-left: 20px;
      padding-right: 20px;
  }
}
@media (min-width: 1400px){
    .slider {
      padding-left: 25px;
      padding-right: 25px;
  }
}